/* Minification failed. Returning unminified contents.
(3321,65): run-time error CSS1030: Expected identifier, found '.'
(3321,85): run-time error CSS1031: Expected selector, found ')'
(3321,85): run-time error CSS1025: Expected comma or open brace, found ')'
(9143,10910): run-time error CSS1030: Expected identifier, found '.'
(9143,10933): run-time error CSS1031: Expected selector, found ')'
(9143,10933): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/**
 * 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;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -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;
}
/* Progress */
.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);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-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;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
  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(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.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;
  -moz-backface-visibility: hidden;
  -ms-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-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-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;
  -moz-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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-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;
}
/* Scrollbar */
.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;
}
/* Preloader */
.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%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-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% {
    transform: rotate(360deg);
  }
}

@charset "UTF-8";
/*$foundation-palette: (
  primary: #2199e8,
  secondary: #777,
  success: #3adb76,
  warning: #ffae00,
  alert: #ec5840,
);*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../Content/fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../Content/fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0#iefix") format("embedded-opentype"), url("../Content/fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../Content/fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../Content/fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../Content/fonts/font-awesome/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 {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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 {
  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: ""; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #506576;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible, .field-validation-error {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded, .row.button.separator, .feedback-card .row.separator.read-more {
    max-width: none; }
    .row.expanded .row, .row.button.separator .row, .feedback-card .row.separator.read-more .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded):not(.button.separator):not(.feedback-card .separator.read-more) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row, .row.button.separator .small-collapse.row, .feedback-card .row.separator.read-more .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row, .row.button.separator .medium-collapse.row, .feedback-card .row.separator.read-more .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row, .row.button.separator .large-collapse.row, .feedback-card .row.separator.read-more .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #506576;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[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;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #506576; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus), .input-validation-error:not(:focus) {
  border-color: #ec5840;
  background-color: #fcedeb; }
  .is-invalid-input:not(:focus):-ms-input-placeholder, .input-validation-error:not(:focus):-ms-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus)::placeholder, .input-validation-error:not(:focus)::placeholder {
    color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error, .field-validation-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible, .field-validation-error {
    display: block; }

.button, .feedback-card .read-more {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0054A4;
  color: #fefefe; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] .feedback-card .read-more, .feedback-card [data-whatinput='mouse'] .read-more {
    outline: 0; }
  .button:hover, .feedback-card .read-more:hover, .button:focus, .feedback-card .read-more:focus {
    background-color: #00478b;
    color: #fefefe; }
  .button.tiny, .feedback-card .tiny.read-more {
    font-size: 0.6rem; }
  .button.small, .feedback-card .small.read-more {
    font-size: 0.75rem; }
  .button.large, .feedback-card .large.read-more {
    font-size: 1.25rem; }
  .button.expanded, .button.separator, .feedback-card .separator.read-more, .feedback-card .expanded.read-more {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary, .login .button.ICAO, .login .feedback-card .ICAO.read-more, .feedback-card .login .ICAO.read-more, .feedback-card .primary.read-more {
    background-color: #0054A4;
    color: #fefefe; }
    .button.primary:hover, .login .button.ICAO:hover, .login .feedback-card .ICAO.read-more:hover, .feedback-card .login .ICAO.read-more:hover, .feedback-card .primary.read-more:hover, .button.primary:focus, .login .button.ICAO:focus, .login .feedback-card .ICAO.read-more:focus, .feedback-card .login .ICAO.read-more:focus, .feedback-card .primary.read-more:focus {
      background-color: #004383;
      color: #fefefe; }
  .button.secondary, .button.separator, .feedback-card .read-more {
    background-color: #506576;
    color: #fefefe; }
    .button.secondary:hover, .button.separator:hover, .feedback-card .read-more:hover, .button.secondary:focus, .button.separator:focus, .feedback-card .read-more:focus {
      background-color: #40515e;
      color: #fefefe; }
  .button.success, .feedback-card .success.read-more {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .feedback-card .success.read-more:hover, .button.success:focus, .feedback-card .success.read-more:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning, .feedback-card .warning.read-more {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .feedback-card .warning.read-more:hover, .button.warning:focus, .feedback-card .warning.read-more:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert, .button.validation-summary-errors, .feedback-card .validation-summary-errors.read-more, .feedback-card .alert.read-more {
    background-color: #ec5840;
    color: #0a0a0a; }
    .button.alert:hover, .button.validation-summary-errors:hover, .feedback-card .validation-summary-errors.read-more:hover, .feedback-card .alert.read-more:hover, .button.alert:focus, .button.validation-summary-errors:focus, .feedback-card .validation-summary-errors.read-more:focus, .feedback-card .alert.read-more:focus {
      background-color: #da3116;
      color: #0a0a0a; }
  .button.brand, .feedback-card .brand.read-more {
    background-color: #C31C76;
    color: #fefefe; }
    .button.brand:hover, .feedback-card .brand.read-more:hover, .button.brand:focus, .feedback-card .brand.read-more:focus {
      background-color: #9c165e;
      color: #fefefe; }
  .button.light-blue, .feedback-card .light-blue.read-more {
    background-color: #A1CFEF;
    color: #0a0a0a; }
    .button.light-blue:hover, .feedback-card .light-blue.read-more:hover, .button.light-blue:focus, .feedback-card .light-blue.read-more:focus {
      background-color: #5dace3;
      color: #0a0a0a; }
  .button.secondary-light, .feedback-card .secondary-light.read-more {
    background-color: #8298aa;
    color: #0a0a0a; }
    .button.secondary-light:hover, .feedback-card .secondary-light.read-more:hover, .button.secondary-light:focus, .feedback-card .secondary-light.read-more:focus {
      background-color: #617a8f;
      color: #0a0a0a; }
  .button.hollow, .button.separator, .feedback-card .separator.read-more, .feedback-card .hollow.read-more {
    border: 1px solid #0054a4;
    color: #0054a4; }
    .button.hollow, .button.separator, .feedback-card .separator.read-more, .feedback-card .hollow.read-more, .button.hollow:hover, .button.separator:hover, .feedback-card .separator.read-more:hover, .feedback-card .hollow.read-more:hover, .button.hollow:focus, .button.separator:focus, .feedback-card .separator.read-more:focus, .feedback-card .hollow.read-more:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.separator:hover, .feedback-card .separator.read-more:hover, .feedback-card .hollow.read-more:hover, .button.hollow:focus, .button.separator:focus, .feedback-card .separator.read-more:focus, .feedback-card .hollow.read-more:focus {
      border-color: #002a52;
      color: #002a52; }
    .button.hollow.primary, .login .button.hollow.ICAO, .login .button.ICAO.separator, .login .feedback-card .ICAO.separator.read-more, .feedback-card .login .ICAO.separator.read-more, .login .feedback-card .hollow.ICAO.read-more, .feedback-card .login .hollow.ICAO.read-more, .button.primary.separator, .feedback-card .primary.separator.read-more, .feedback-card .hollow.primary.read-more {
      border: 1px solid #0054A4;
      color: #0054A4; }
      .button.hollow.primary:hover, .login .button.hollow.ICAO:hover, .login .button.ICAO.separator:hover, .login .feedback-card .ICAO.separator.read-more:hover, .feedback-card .login .ICAO.separator.read-more:hover, .login .feedback-card .hollow.ICAO.read-more:hover, .feedback-card .login .hollow.ICAO.read-more:hover, .button.primary.separator:hover, .feedback-card .primary.separator.read-more:hover, .feedback-card .hollow.primary.read-more:hover, .button.hollow.primary:focus, .login .button.hollow.ICAO:focus, .login .button.ICAO.separator:focus, .login .feedback-card .ICAO.separator.read-more:focus, .feedback-card .login .ICAO.separator.read-more:focus, .login .feedback-card .hollow.ICAO.read-more:focus, .feedback-card .login .hollow.ICAO.read-more:focus, .button.primary.separator:focus, .feedback-card .primary.separator.read-more:focus, .feedback-card .hollow.primary.read-more:focus {
        border-color: #002a52;
        color: #002a52; }
    .button.hollow.secondary, .button.separator, .feedback-card .separator.read-more, .feedback-card .hollow.read-more {
      border: 1px solid #506576;
      color: #506576; }
      .button.hollow.secondary:hover, .button.separator:hover, .feedback-card .separator.read-more:hover, .feedback-card .hollow.read-more:hover, .button.hollow.secondary:focus, .button.separator:focus, .feedback-card .separator.read-more:focus, .feedback-card .hollow.read-more:focus {
        border-color: #28333b;
        color: #28333b; }
    .button.hollow.success, .button.success.separator, .feedback-card .success.separator.read-more, .feedback-card .hollow.success.read-more {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.success.separator:hover, .feedback-card .success.separator.read-more:hover, .feedback-card .hollow.success.read-more:hover, .button.hollow.success:focus, .button.success.separator:focus, .feedback-card .success.separator.read-more:focus, .feedback-card .hollow.success.read-more:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning, .button.warning.separator, .feedback-card .warning.separator.read-more, .feedback-card .hollow.warning.read-more {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.warning.separator:hover, .feedback-card .warning.separator.read-more:hover, .feedback-card .hollow.warning.read-more:hover, .button.hollow.warning:focus, .button.warning.separator:focus, .feedback-card .warning.separator.read-more:focus, .feedback-card .hollow.warning.read-more:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert, .button.alert.separator, .button.separator.validation-summary-errors, .feedback-card .separator.validation-summary-errors.read-more, .feedback-card .alert.separator.read-more, .button.hollow.validation-summary-errors, .feedback-card .hollow.validation-summary-errors.read-more, .feedback-card .hollow.alert.read-more {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.alert.separator:hover, .button.separator.validation-summary-errors:hover, .feedback-card .separator.validation-summary-errors.read-more:hover, .feedback-card .alert.separator.read-more:hover, .button.hollow.validation-summary-errors:hover, .feedback-card .hollow.validation-summary-errors.read-more:hover, .feedback-card .hollow.alert.read-more:hover, .button.hollow.alert:focus, .button.alert.separator:focus, .button.separator.validation-summary-errors:focus, .feedback-card .separator.validation-summary-errors.read-more:focus, .feedback-card .alert.separator.read-more:focus, .button.hollow.validation-summary-errors:focus, .feedback-card .hollow.validation-summary-errors.read-more:focus, .feedback-card .hollow.alert.read-more:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.brand, .button.brand.separator, .feedback-card .brand.separator.read-more, .feedback-card .hollow.brand.read-more {
      border: 1px solid #C31C76;
      color: #C31C76; }
      .button.hollow.brand:hover, .button.brand.separator:hover, .feedback-card .brand.separator.read-more:hover, .feedback-card .hollow.brand.read-more:hover, .button.hollow.brand:focus, .button.brand.separator:focus, .feedback-card .brand.separator.read-more:focus, .feedback-card .hollow.brand.read-more:focus {
        border-color: #620e3b;
        color: #620e3b; }
    .button.hollow.light-blue, .button.light-blue.separator, .feedback-card .light-blue.separator.read-more, .feedback-card .hollow.light-blue.read-more {
      border: 1px solid #A1CFEF;
      color: #A1CFEF; }
      .button.hollow.light-blue:hover, .button.light-blue.separator:hover, .feedback-card .light-blue.separator.read-more:hover, .feedback-card .hollow.light-blue.read-more:hover, .button.hollow.light-blue:focus, .button.light-blue.separator:focus, .feedback-card .light-blue.separator.read-more:focus, .feedback-card .hollow.light-blue.read-more:focus {
        border-color: #1d71ab;
        color: #1d71ab; }
    .button.hollow.secondary-light, .button.secondary-light.separator, .feedback-card .secondary-light.separator.read-more, .feedback-card .hollow.secondary-light.read-more {
      border: 1px solid #8298aa;
      color: #8298aa; }
      .button.hollow.secondary-light:hover, .button.secondary-light.separator:hover, .feedback-card .secondary-light.separator.read-more:hover, .feedback-card .hollow.secondary-light.read-more:hover, .button.hollow.secondary-light:focus, .button.secondary-light.separator:focus, .feedback-card .secondary-light.separator.read-more:focus, .feedback-card .hollow.secondary-light.read-more:focus {
        border-color: #3d4d59;
        color: #3d4d59; }
  .button.disabled, .feedback-card .disabled.read-more, .button[disabled], .feedback-card [disabled].read-more {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .feedback-card .disabled.read-more, .button.disabled:hover, .feedback-card .disabled.read-more:hover, .button.disabled:focus, .feedback-card .disabled.read-more:focus, .button[disabled], .feedback-card [disabled].read-more, .button[disabled]:hover, .feedback-card [disabled].read-more:hover, .button[disabled]:focus, .feedback-card [disabled].read-more:focus {
      background-color: #0054a4;
      color: #fefefe; }
    .button.disabled.primary, .login .button.disabled.ICAO, .login .feedback-card .disabled.ICAO.read-more, .feedback-card .login .disabled.ICAO.read-more, .feedback-card .disabled.primary.read-more, .button[disabled].primary, .login .button[disabled].ICAO, .login .feedback-card [disabled].ICAO.read-more, .feedback-card .login [disabled].ICAO.read-more, .feedback-card [disabled].primary.read-more {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .login .button.disabled.ICAO, .login .feedback-card .disabled.ICAO.read-more, .feedback-card .login .disabled.ICAO.read-more, .feedback-card .disabled.primary.read-more, .button.disabled.primary:hover, .login .button.disabled.ICAO:hover, .login .feedback-card .disabled.ICAO.read-more:hover, .feedback-card .login .disabled.ICAO.read-more:hover, .feedback-card .disabled.primary.read-more:hover, .button.disabled.primary:focus, .login .button.disabled.ICAO:focus, .login .feedback-card .disabled.ICAO.read-more:focus, .feedback-card .login .disabled.ICAO.read-more:focus, .feedback-card .disabled.primary.read-more:focus, .button[disabled].primary, .login .button[disabled].ICAO, .login .feedback-card [disabled].ICAO.read-more, .feedback-card .login [disabled].ICAO.read-more, .feedback-card [disabled].primary.read-more, .button[disabled].primary:hover, .login .button[disabled].ICAO:hover, .login .feedback-card [disabled].ICAO.read-more:hover, .feedback-card .login [disabled].ICAO.read-more:hover, .feedback-card [disabled].primary.read-more:hover, .button[disabled].primary:focus, .login .button[disabled].ICAO:focus, .login .feedback-card [disabled].ICAO.read-more:focus, .feedback-card .login [disabled].ICAO.read-more:focus, .feedback-card [disabled].primary.read-more:focus {
        background-color: #0054A4;
        color: #fefefe; }
    .button.disabled.secondary, .button.disabled.separator, .feedback-card .disabled.read-more, .button[disabled].secondary, .button[disabled].separator, .feedback-card [disabled].read-more {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.separator, .feedback-card .disabled.read-more, .button.disabled.secondary:hover, .button.disabled.separator:hover, .feedback-card .disabled.read-more:hover, .button.disabled.secondary:focus, .button.disabled.separator:focus, .feedback-card .disabled.read-more:focus, .button[disabled].secondary, .button[disabled].separator, .feedback-card [disabled].read-more, .button[disabled].secondary:hover, .button[disabled].separator:hover, .feedback-card [disabled].read-more:hover, .button[disabled].secondary:focus, .button[disabled].separator:focus, .feedback-card [disabled].read-more:focus {
        background-color: #506576;
        color: #fefefe; }
    .button.disabled.success, .feedback-card .disabled.success.read-more, .button[disabled].success, .feedback-card [disabled].success.read-more {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .feedback-card .disabled.success.read-more, .button.disabled.success:hover, .feedback-card .disabled.success.read-more:hover, .button.disabled.success:focus, .feedback-card .disabled.success.read-more:focus, .button[disabled].success, .feedback-card [disabled].success.read-more, .button[disabled].success:hover, .feedback-card [disabled].success.read-more:hover, .button[disabled].success:focus, .feedback-card [disabled].success.read-more:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .feedback-card .disabled.warning.read-more, .button[disabled].warning, .feedback-card [disabled].warning.read-more {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .feedback-card .disabled.warning.read-more, .button.disabled.warning:hover, .feedback-card .disabled.warning.read-more:hover, .button.disabled.warning:focus, .feedback-card .disabled.warning.read-more:focus, .button[disabled].warning, .feedback-card [disabled].warning.read-more, .button[disabled].warning:hover, .feedback-card [disabled].warning.read-more:hover, .button[disabled].warning:focus, .feedback-card [disabled].warning.read-more:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button.disabled.validation-summary-errors, .feedback-card .disabled.validation-summary-errors.read-more, .feedback-card .disabled.alert.read-more, .button[disabled].alert, .button[disabled].validation-summary-errors, .feedback-card [disabled].validation-summary-errors.read-more, .feedback-card [disabled].alert.read-more {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.validation-summary-errors, .feedback-card .disabled.validation-summary-errors.read-more, .feedback-card .disabled.alert.read-more, .button.disabled.alert:hover, .button.disabled.validation-summary-errors:hover, .feedback-card .disabled.validation-summary-errors.read-more:hover, .feedback-card .disabled.alert.read-more:hover, .button.disabled.alert:focus, .button.disabled.validation-summary-errors:focus, .feedback-card .disabled.validation-summary-errors.read-more:focus, .feedback-card .disabled.alert.read-more:focus, .button[disabled].alert, .button[disabled].validation-summary-errors, .feedback-card [disabled].validation-summary-errors.read-more, .feedback-card [disabled].alert.read-more, .button[disabled].alert:hover, .button[disabled].validation-summary-errors:hover, .feedback-card [disabled].validation-summary-errors.read-more:hover, .feedback-card [disabled].alert.read-more:hover, .button[disabled].alert:focus, .button[disabled].validation-summary-errors:focus, .feedback-card [disabled].validation-summary-errors.read-more:focus, .feedback-card [disabled].alert.read-more:focus {
        background-color: #ec5840;
        color: #0a0a0a; }
    .button.disabled.brand, .feedback-card .disabled.brand.read-more, .button[disabled].brand, .feedback-card [disabled].brand.read-more {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.brand, .feedback-card .disabled.brand.read-more, .button.disabled.brand:hover, .feedback-card .disabled.brand.read-more:hover, .button.disabled.brand:focus, .feedback-card .disabled.brand.read-more:focus, .button[disabled].brand, .feedback-card [disabled].brand.read-more, .button[disabled].brand:hover, .feedback-card [disabled].brand.read-more:hover, .button[disabled].brand:focus, .feedback-card [disabled].brand.read-more:focus {
        background-color: #C31C76;
        color: #fefefe; }
    .button.disabled.light-blue, .feedback-card .disabled.light-blue.read-more, .button[disabled].light-blue, .feedback-card [disabled].light-blue.read-more {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.light-blue, .feedback-card .disabled.light-blue.read-more, .button.disabled.light-blue:hover, .feedback-card .disabled.light-blue.read-more:hover, .button.disabled.light-blue:focus, .feedback-card .disabled.light-blue.read-more:focus, .button[disabled].light-blue, .feedback-card [disabled].light-blue.read-more, .button[disabled].light-blue:hover, .feedback-card [disabled].light-blue.read-more:hover, .button[disabled].light-blue:focus, .feedback-card [disabled].light-blue.read-more:focus {
        background-color: #A1CFEF;
        color: #0a0a0a; }
    .button.disabled.secondary-light, .feedback-card .disabled.secondary-light.read-more, .button[disabled].secondary-light, .feedback-card [disabled].secondary-light.read-more {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary-light, .feedback-card .disabled.secondary-light.read-more, .button.disabled.secondary-light:hover, .feedback-card .disabled.secondary-light.read-more:hover, .button.disabled.secondary-light:focus, .feedback-card .disabled.secondary-light.read-more:focus, .button[disabled].secondary-light, .feedback-card [disabled].secondary-light.read-more, .button[disabled].secondary-light:hover, .feedback-card [disabled].secondary-light.read-more:hover, .button[disabled].secondary-light:focus, .feedback-card [disabled].secondary-light.read-more:focus {
        background-color: #8298aa;
        color: #0a0a0a; }
  .button.dropdown::after, .feedback-card .dropdown.read-more::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after, .feedback-card .arrow-only.read-more::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #0054A4; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0054A4 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #0054A4;
  color: #fefefe; }
  .badge.primary, .login .badge.button.ICAO, .login .feedback-card .badge.ICAO.read-more, .feedback-card .login .badge.ICAO.read-more {
    background: #0054A4;
    color: #fefefe; }
  .badge.secondary, .badge.button.separator, .feedback-card .badge.read-more {
    background: #506576;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert, .badge.validation-summary-errors {
    background: #ec5840;
    color: #0a0a0a; }
  .badge.brand {
    background: #C31C76;
    color: #fefefe; }
  .badge.light-blue {
    background: #A1CFEF;
    color: #0a0a0a; }
  .badge.secondary-light {
    background: #8298aa;
    color: #0a0a0a; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #0054A4; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button, .button-group .feedback-card .read-more, .feedback-card .button-group .read-more {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child, .button-group .feedback-card .read-more:last-child, .feedback-card .button-group .read-more:last-child {
      margin-right: 0; }
  .button-group.tiny .button, .button-group.tiny .feedback-card .read-more, .feedback-card .button-group.tiny .read-more {
    font-size: 0.6rem; }
  .button-group.small .button, .button-group.small .feedback-card .read-more, .feedback-card .button-group.small .read-more {
    font-size: 0.75rem; }
  .button-group.large .button, .button-group.large .feedback-card .read-more, .feedback-card .button-group.large .read-more {
    font-size: 1.25rem; }
  .button-group.expanded, .button-group.button.separator, .feedback-card .button-group.separator.read-more {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.button.separator::before, .feedback-card .button-group.separator.read-more::before, .button-group.expanded::after, .button-group.button.separator::after, .feedback-card .button-group.separator.read-more::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child, .button-group.button.separator .button:first-child:last-child, .feedback-card .button-group.separator.read-more .button:first-child:last-child, .button-group.expanded .feedback-card .read-more:first-child:last-child, .feedback-card .button-group.expanded .read-more:first-child:last-child, .button-group.button.separator .feedback-card .read-more:first-child:last-child, .feedback-card .button-group.button.separator .read-more:first-child:last-child, .feedback-card .button-group.separator.read-more .read-more:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.button.separator .button:first-child:nth-last-child(2), .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(2), .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(2), .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(2), .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(2), .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(2), .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.button.separator .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .feedback-card .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more, .feedback-card .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more, .button-group.button.separator .feedback-card .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more, .feedback-card .button-group.button.separator .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.button.separator .button:first-child:nth-last-child(2):last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(2):last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(2):last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(2):last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(2):last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(2):last-child, .feedback-card .button-group.separator.read-more .read-more: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, .button-group.button.separator .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .feedback-card .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more:last-child, .feedback-card .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more:last-child, .button-group.button.separator .feedback-card .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more:last-child, .feedback-card .button-group.button.separator .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more:last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more:last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more:last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more:last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more:last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more:last-child, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .read-more:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.button.separator .button:first-child:nth-last-child(3), .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(3), .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(3), .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(3), .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(3), .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(3), .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.button.separator .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .feedback-card .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more, .feedback-card .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more, .button-group.button.separator .feedback-card .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more, .feedback-card .button-group.button.separator .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more {
      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.button.separator .button:first-child:nth-last-child(3):last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(3):last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(3):last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(3):last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(3):last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(3):last-child, .feedback-card .button-group.separator.read-more .read-more: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, .button-group.button.separator .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .feedback-card .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more:last-child, .feedback-card .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more:last-child, .button-group.button.separator .feedback-card .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more:last-child, .feedback-card .button-group.button.separator .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more:last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more:last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more:last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more:last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more:last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more:last-child, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .read-more:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.button.separator .button:first-child:nth-last-child(4), .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(4), .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(4), .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(4), .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(4), .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(4), .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.button.separator .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .feedback-card .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more, .feedback-card .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more, .button-group.button.separator .feedback-card .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more, .feedback-card .button-group.button.separator .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.button.separator .button:first-child:nth-last-child(4):last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(4):last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(4):last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(4):last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(4):last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(4):last-child, .feedback-card .button-group.separator.read-more .read-more: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, .button-group.button.separator .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .feedback-card .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more:last-child, .feedback-card .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more:last-child, .button-group.button.separator .feedback-card .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more:last-child, .feedback-card .button-group.button.separator .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more:last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more:last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more:last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more:last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more:last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more:last-child, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .read-more:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.button.separator .button:first-child:nth-last-child(5), .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(5), .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(5), .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(5), .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(5), .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(5), .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.button.separator .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .feedback-card .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more, .feedback-card .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more, .button-group.button.separator .feedback-card .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more, .feedback-card .button-group.button.separator .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.button.separator .button:first-child:nth-last-child(5):last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(5):last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(5):last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(5):last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(5):last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(5):last-child, .feedback-card .button-group.separator.read-more .read-more: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, .button-group.button.separator .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .feedback-card .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more:last-child, .feedback-card .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more:last-child, .button-group.button.separator .feedback-card .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more:last-child, .feedback-card .button-group.button.separator .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more:last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more:last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more:last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more:last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more:last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more:last-child, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .read-more:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.button.separator .button:first-child:nth-last-child(6), .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(6), .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(6), .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(6), .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(6), .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(6), .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.button.separator .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .feedback-card .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more, .feedback-card .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more, .button-group.button.separator .feedback-card .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more, .feedback-card .button-group.button.separator .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more {
      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.button.separator .button:first-child:nth-last-child(6):last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(6):last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(6):last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(6):last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(6):last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(6):last-child, .feedback-card .button-group.separator.read-more .read-more: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, .button-group.button.separator .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .feedback-card .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more:last-child, .feedback-card .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more:last-child, .button-group.button.separator .feedback-card .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more:last-child, .feedback-card .button-group.button.separator .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more:last-child, .feedback-card .button-group.separator.read-more .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more:last-child, .button-group.expanded .feedback-card .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more:last-child, .feedback-card .button-group.expanded .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more:last-child, .button-group.button.separator .feedback-card .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more:last-child, .feedback-card .button-group.button.separator .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more:last-child, .feedback-card .button-group.separator.read-more .read-more:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .read-more:last-child {
        margin-right: -6px; }
  .button-group.primary .button, .login .button-group.button.ICAO .button, .login .feedback-card .button-group.ICAO.read-more .button, .feedback-card .login .button-group.ICAO.read-more .button, .button-group.primary .feedback-card .read-more, .feedback-card .button-group.primary .read-more, .login .button-group.button.ICAO .feedback-card .read-more, .feedback-card .login .button-group.button.ICAO .read-more, .login .feedback-card .button-group.ICAO.read-more .read-more, .feedback-card .login .button-group.ICAO.read-more .read-more {
    background-color: #0054a4;
    color: #fefefe; }
    .button-group.primary .button:hover, .login .button-group.button.ICAO .button:hover, .login .feedback-card .button-group.ICAO.read-more .button:hover, .feedback-card .login .button-group.ICAO.read-more .button:hover, .button-group.primary .feedback-card .read-more:hover, .feedback-card .button-group.primary .read-more:hover, .login .button-group.button.ICAO .feedback-card .read-more:hover, .feedback-card .login .button-group.button.ICAO .read-more:hover, .login .feedback-card .button-group.ICAO.read-more .read-more:hover, .feedback-card .login .button-group.ICAO.read-more .read-more:hover, .button-group.primary .button:focus, .login .button-group.button.ICAO .button:focus, .login .feedback-card .button-group.ICAO.read-more .button:focus, .feedback-card .login .button-group.ICAO.read-more .button:focus, .button-group.primary .feedback-card .read-more:focus, .feedback-card .button-group.primary .read-more:focus, .login .button-group.button.ICAO .feedback-card .read-more:focus, .feedback-card .login .button-group.button.ICAO .read-more:focus, .login .feedback-card .button-group.ICAO.read-more .read-more:focus, .feedback-card .login .button-group.ICAO.read-more .read-more:focus {
      background-color: #004383;
      color: #fefefe; }
  .button-group.secondary .button, .button-group.button.separator .button, .feedback-card .button-group.read-more .button, .button-group.secondary .feedback-card .read-more, .feedback-card .button-group.secondary .read-more, .button-group.button.separator .feedback-card .read-more, .feedback-card .button-group.button.separator .read-more, .feedback-card .button-group.read-more .read-more {
    background-color: #506576;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.button.separator .button:hover, .feedback-card .button-group.read-more .button:hover, .button-group.secondary .feedback-card .read-more:hover, .feedback-card .button-group.secondary .read-more:hover, .button-group.button.separator .feedback-card .read-more:hover, .feedback-card .button-group.button.separator .read-more:hover, .feedback-card .button-group.read-more .read-more:hover, .button-group.secondary .button:focus, .button-group.button.separator .button:focus, .feedback-card .button-group.read-more .button:focus, .button-group.secondary .feedback-card .read-more:focus, .feedback-card .button-group.secondary .read-more:focus, .button-group.button.separator .feedback-card .read-more:focus, .feedback-card .button-group.button.separator .read-more:focus, .feedback-card .button-group.read-more .read-more:focus {
      background-color: #40515e;
      color: #fefefe; }
  .button-group.success .button, .button-group.success .feedback-card .read-more, .feedback-card .button-group.success .read-more {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .feedback-card .read-more:hover, .feedback-card .button-group.success .read-more:hover, .button-group.success .button:focus, .button-group.success .feedback-card .read-more:focus, .feedback-card .button-group.success .read-more:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button, .button-group.warning .feedback-card .read-more, .feedback-card .button-group.warning .read-more {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .feedback-card .read-more:hover, .feedback-card .button-group.warning .read-more:hover, .button-group.warning .button:focus, .button-group.warning .feedback-card .read-more:focus, .feedback-card .button-group.warning .read-more:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button, .button-group.validation-summary-errors .button, .button-group.alert .feedback-card .read-more, .feedback-card .button-group.alert .read-more, .button-group.validation-summary-errors .feedback-card .read-more, .feedback-card .button-group.validation-summary-errors .read-more {
    background-color: #ec5840;
    color: #0a0a0a; }
    .button-group.alert .button:hover, .button-group.validation-summary-errors .button:hover, .button-group.alert .feedback-card .read-more:hover, .feedback-card .button-group.alert .read-more:hover, .button-group.validation-summary-errors .feedback-card .read-more:hover, .feedback-card .button-group.validation-summary-errors .read-more:hover, .button-group.alert .button:focus, .button-group.validation-summary-errors .button:focus, .button-group.alert .feedback-card .read-more:focus, .feedback-card .button-group.alert .read-more:focus, .button-group.validation-summary-errors .feedback-card .read-more:focus, .feedback-card .button-group.validation-summary-errors .read-more:focus {
      background-color: #da3116;
      color: #0a0a0a; }
  .button-group.brand .button, .button-group.brand .feedback-card .read-more, .feedback-card .button-group.brand .read-more {
    background-color: #c40075;
    color: #fefefe; }
    .button-group.brand .button:hover, .button-group.brand .feedback-card .read-more:hover, .feedback-card .button-group.brand .read-more:hover, .button-group.brand .button:focus, .button-group.brand .feedback-card .read-more:focus, .feedback-card .button-group.brand .read-more:focus {
      background-color: #9d005e;
      color: #fefefe; }
  .button-group.primary-light .button, .button-group.primary-light .feedback-card .read-more, .feedback-card .button-group.primary-light .read-more {
    background-color: #a1cfef;
    color: #0a0a0a; }
    .button-group.primary-light .button:hover, .button-group.primary-light .feedback-card .read-more:hover, .feedback-card .button-group.primary-light .read-more:hover, .button-group.primary-light .button:focus, .button-group.primary-light .feedback-card .read-more:focus, .feedback-card .button-group.primary-light .read-more:focus {
      background-color: #5dace3;
      color: #0a0a0a; }
  .button-group.secondary-light .button, .button-group.secondary-light .feedback-card .read-more, .feedback-card .button-group.secondary-light .read-more {
    background-color: #8298aa;
    color: #0a0a0a; }
    .button-group.secondary-light .button:hover, .button-group.secondary-light .feedback-card .read-more:hover, .feedback-card .button-group.secondary-light .read-more:hover, .button-group.secondary-light .button:focus, .button-group.secondary-light .feedback-card .read-more:focus, .feedback-card .button-group.secondary-light .read-more:focus {
      background-color: #617a8f;
      color: #0a0a0a; }
  .button-group.stacked .button, .button-group.stacked .feedback-card .read-more, .feedback-card .button-group.stacked .read-more, .button-group.stacked-for-small .button, .button-group.stacked-for-small .feedback-card .read-more, .feedback-card .button-group.stacked-for-small .read-more, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .feedback-card .read-more, .feedback-card .button-group.stacked-for-medium .read-more {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked .feedback-card .read-more:last-child, .feedback-card .button-group.stacked .read-more:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .feedback-card .read-more:last-child, .feedback-card .button-group.stacked-for-small .read-more:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .feedback-card .read-more:last-child, .feedback-card .button-group.stacked-for-medium .read-more:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button, .button-group.stacked-for-small .feedback-card .read-more, .feedback-card .button-group.stacked-for-small .read-more {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .feedback-card .read-more, .feedback-card .button-group.stacked-for-medium .read-more {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded, .button-group.stacked-for-small.button.separator, .feedback-card .button-group.stacked-for-small.separator.read-more {
      display: block; }
      .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.button.separator .button, .feedback-card .button-group.stacked-for-small.separator.read-more .button, .button-group.stacked-for-small.expanded .feedback-card .read-more, .feedback-card .button-group.stacked-for-small.expanded .read-more, .button-group.stacked-for-small.button.separator .feedback-card .read-more, .feedback-card .button-group.stacked-for-small.button.separator .read-more, .feedback-card .button-group.stacked-for-small.separator.read-more .read-more {
        display: block;
        margin-right: 0; } }

.callout, .validation-summary-errors {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #506576; }
  .callout > :first-child, .validation-summary-errors > :first-child {
    margin-top: 0; }
  .callout > :last-child, .validation-summary-errors > :last-child {
    margin-bottom: 0; }
  .callout.primary, .login .callout.button.ICAO, .login .button.ICAO.validation-summary-errors, .login .feedback-card .ICAO.validation-summary-errors.read-more, .feedback-card .login .ICAO.validation-summary-errors.read-more, .login .feedback-card .callout.ICAO.read-more, .feedback-card .login .callout.ICAO.read-more, .primary.validation-summary-errors {
    background-color: #cbe6ff;
    color: #506576; }
  .callout.secondary, .callout.button.separator, .button.separator.validation-summary-errors, .secondary.validation-summary-errors, .feedback-card .validation-summary-errors.read-more, .feedback-card .callout.read-more {
    background-color: #e3e8ec;
    color: #506576; }
  .callout.success, .success.validation-summary-errors {
    background-color: #e1faea;
    color: #506576; }
  .callout.warning, .warning.validation-summary-errors {
    background-color: #fff3d9;
    color: #506576; }
  .callout.alert, .validation-summary-errors {
    background-color: #fce6e2;
    color: #506576; }
  .callout.brand, .brand.validation-summary-errors {
    background-color: #ffd0ec;
    color: #506576; }
  .callout.primary-light, .primary-light.validation-summary-errors {
    background-color: #f1f8fd;
    color: #506576; }
  .callout.secondary-light, .secondary-light.validation-summary-errors {
    background-color: #ecf0f2;
    color: #506576; }
  .callout.small, .small.validation-summary-errors {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large, .large.validation-summary-errors {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #506576; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded, .menu.button.separator, .feedback-card .menu.separator.read-more {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child, .menu.button.separator > li:first-child:last-child, .feedback-card .menu.separator.read-more > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #0054A4;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #c40075;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #c40075 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #eeeeee;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0054a4 transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0054a4 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0054a4; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0054a4 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0054a4 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0054a4; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0054a4 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0054a4 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0054a4; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #eeeeee;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0054a4 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0054a4; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #0054A4;
  color: #fefefe; }
  .label.primary, .login .label.button.ICAO, .login .feedback-card .label.ICAO.read-more, .feedback-card .login .label.ICAO.read-more {
    background: #0054A4;
    color: #fefefe; }
  .label.secondary, .label.button.separator, .feedback-card .label.read-more {
    background: #506576;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert, .label.validation-summary-errors {
    background: #ec5840;
    color: #0a0a0a; }
  .label.brand {
    background: #C31C76;
    color: #fefefe; }
  .label.light-blue {
    background: #A1CFEF;
    color: #0a0a0a; }
  .label.secondary-light {
    background: #8298aa;
    color: #0a0a0a; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible, .js-off-canvas-overlay.field-validation-error {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(-250px);
      transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -ms-transform: translateX(250px);
        transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(250px);
      transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -ms-transform: translateX(-250px);
        transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(-250px);
      transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -ms-transform: translateY(250px);
        transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(250px);
      transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -ms-transform: translateY(-250px);
        transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -ms-transform: none;
        transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #0054A4;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter, .login .progress.button.ICAO .progress-meter, .login .feedback-card .progress.ICAO.read-more .progress-meter, .feedback-card .login .progress.ICAO.read-more .progress-meter {
    background-color: #0054a4; }
  .progress.secondary .progress-meter, .progress.button.separator .progress-meter, .feedback-card .progress.read-more .progress-meter {
    background-color: #506576; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter, .progress.validation-summary-errors .progress-meter {
    background-color: #ec5840; }
  .progress.brand .progress-meter {
    background-color: #c40075; }
  .progress.primary-light .progress-meter {
    background-color: #a1cfef; }
  .progress.secondary-light .progress-meter {
    background-color: #8298aa; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #0054A4; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #0054A4;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #00478b; }
  .slider-handle.is-dragging {
    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;
  -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;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 0;
  border: 0 solid transparent;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #506576;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #3b4b58; }
    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%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid transparent;
  background: inherit;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary, .login .tabs.button.ICAO, .login .feedback-card .tabs.ICAO.read-more, .feedback-card .login .tabs.ICAO.read-more {
  background: #0054a4; }
  .tabs.primary > li > a, .login .tabs.button.ICAO > li > a, .login .feedback-card .tabs.ICAO.read-more > li > a, .feedback-card .login .tabs.ICAO.read-more > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .login .tabs.button.ICAO > li > a:hover, .login .feedback-card .tabs.ICAO.read-more > li > a:hover, .feedback-card .login .tabs.ICAO.read-more > li > a:hover, .tabs.primary > li > a:focus, .login .tabs.button.ICAO > li > a:focus, .login .feedback-card .tabs.ICAO.read-more > li > a:focus, .feedback-card .login .tabs.ICAO.read-more > li > a:focus {
      background: #005db5; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1rem 1rem;
    font-size: 1rem;
    line-height: 1;
    color: #0054A4; }
    .tabs-title > a:hover {
      background: inherit;
      color: #00488d; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #c40075;
      color: #0054A4; }

.tabs-content {
  border: 1px solid transparent;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid transparent;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 0.75rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(0, 84, 164, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #fefefe; }
  .top-bar ul ul {
    background-color: rgba(254, 254, 254, 0.95); }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button, .top-bar .feedback-card input.read-more, .feedback-card .top-bar input.read-more {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left, .header .logo, .header .logo img, .header .logo .title, .home-banner .content .search .switch, .home-banner .content .search .switch-label, .marketplace-product .marketplace-product-footer .contact-information {
  float: left !important; }

.float-right, .header-store .admin, .header-store .cart, .header-store .dashboard, .header .inputs, .cart-summary .card-section .value {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .checkout-step .checkout-step-footer::before, .clearfix::after, .checkout-step .checkout-step-footer::after {
  display: table;
  content: ' '; }

.clearfix::after, .checkout-step .checkout-step-footer::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.is-dropdown-submenu {
  z-index: 10; }

.tabs {
  border: 0;
  border-bottom: 1px solid #e6e6e6; }
  .tabs .tabs-title {
    background: #91a5b4;
    font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
    margin-right: 0.5rem;
    transition: background 0.2s ease; }
    .tabs .tabs-title a {
      color: #fefefe; }
    .tabs .tabs-title:hover {
      background: #8298aa; }

.reveal.primary .reveal-header, .login .reveal.button.ICAO .reveal-header, .login .feedback-card .reveal.ICAO.read-more .reveal-header, .feedback-card .login .reveal.ICAO.read-more .reveal-header {
  background-color: #0054a4;
  color: #fefefe; }

.reveal.primary .close-button, .login .reveal.button.ICAO .close-button, .login .feedback-card .reveal.ICAO.read-more .close-button, .feedback-card .login .reveal.ICAO.read-more .close-button {
  color: #fefefe; }
  .reveal.primary .close-button:hover, .login .reveal.button.ICAO .close-button:hover, .login .feedback-card .reveal.ICAO.read-more .close-button:hover, .feedback-card .login .reveal.ICAO.read-more .close-button:hover {
    color: #e5e5e5; }

.reveal.secondary .reveal-header, .reveal.button.separator .reveal-header, .feedback-card .reveal.read-more .reveal-header {
  background-color: #506576;
  color: #fefefe; }

.reveal.secondary .close-button, .reveal.button.separator .close-button, .feedback-card .reveal.read-more .close-button {
  color: #fefefe; }
  .reveal.secondary .close-button:hover, .reveal.button.separator .close-button:hover, .feedback-card .reveal.read-more .close-button:hover {
    color: #e5e5e5; }

.reveal.success .reveal-header {
  background-color: #3adb76;
  color: #fefefe; }

.reveal.success .close-button {
  color: #fefefe; }
  .reveal.success .close-button:hover {
    color: #e5e5e5; }

.reveal.warning .reveal-header {
  background-color: #ffae00;
  color: #fefefe; }

.reveal.warning .close-button {
  color: #fefefe; }
  .reveal.warning .close-button:hover {
    color: #e5e5e5; }

.reveal.alert .reveal-header, .reveal.validation-summary-errors .reveal-header {
  background-color: #ec5840;
  color: #fefefe; }

.reveal.alert .close-button, .reveal.validation-summary-errors .close-button {
  color: #fefefe; }
  .reveal.alert .close-button:hover, .reveal.validation-summary-errors .close-button:hover {
    color: #e5e5e5; }

.reveal.brand .reveal-header {
  background-color: #c40075;
  color: #fefefe; }

.reveal.brand .close-button {
  color: #fefefe; }
  .reveal.brand .close-button:hover {
    color: #e5e5e5; }

.reveal.primary-light .reveal-header {
  background-color: #a1cfef;
  color: #fefefe; }

.reveal.primary-light .close-button {
  color: #fefefe; }
  .reveal.primary-light .close-button:hover {
    color: #e5e5e5; }

.reveal.secondary-light .reveal-header {
  background-color: #8298aa;
  color: #fefefe; }

.reveal.secondary-light .close-button {
  color: #fefefe; }
  .reveal.secondary-light .close-button:hover {
    color: #e5e5e5; }

.reveal .reveal-header {
  padding: 1rem; }
  .reveal .reveal-header .reveal-title {
    margin-bottom: 0;
    padding-left: 0.7rem;
    text-transform: uppercase; }

.reveal .reveal-content {
  padding: 1rem; }

.reveal .reveal-footer {
  padding: 0 1rem 1.5rem 1rem;
  /*border-top: 1px solid $color-border-gray;
        background-color: #f0f0f0;*/ }
  .reveal .reveal-footer .button, .reveal .reveal-footer .feedback-card .read-more, .feedback-card .reveal .reveal-footer .read-more {
    margin-bottom: 0; }

@font-face {
  font-family: "DIN";
  font-weight: 200;
  src: url("fonts/ff_din_light.eot?") format("eot"), url("fonts/ff_din_light.woff2") format("woff2"), url("fonts/ff_din_light.woff") format("woff"), url("fonts/ff_din_light.ttf") format("truetype"), url("fonts/ff_din_light.svg#DIN") format("svg"); }

@font-face {
  font-family: "DIN";
  font-weight: 400;
  src: url("fonts/ff_din_regular.eot?") format("eot"), url("fonts/ff_din_regular.woff2") format("woff2"), url("fonts/ff_din_regular.woff") format("woff"), url("fonts/ff_din_regular.ttf") format("truetype"), url("fonts/ff_din_regular.svg#DIN") format("svg"); }

@font-face {
  font-family: "DIN";
  font-weight: 500;
  src: url("fonts/ff_din_medium.eot?") format("eot"), url("fonts/ff_din_medium.woff2") format("woff2"), url("fonts/ff_din_medium.woff") format("woff"), url("fonts/ff_din_medium.ttf") format("truetype"), url("fonts/ff_din_medium.svg#DIN") format("svg"); }

@font-face {
  font-family: "DIN";
  font-weight: 700;
  src: url("fonts/ff_din_bold.eot?") format("eot"), url("fonts/ff_din_bold.woff2") format("woff2"), url("fonts/ff_din_bold.woff") format("woff"), url("fonts/ff_din_bold.ttf") format("truetype"), url("fonts/ff_din_bold.svg#DIN") format("svg"); }

.dl-horizontal dt {
  float: left;
  width: 8rem;
  overflow: hidden;
  clear: left;
  text-overflow: ellipsis;
  white-space: nowrap; }

.dl-horizontal dd {
  margin-left: 3.5rem; }

.page-header {
  margin-bottom: 1rem;
  text-transform: uppercase; }

.page-subheader {
  color: #8a8a8a; }

.text-primary {
  color: #0054a4; }

.text-secondary {
  color: #506576; }

.text-success {
  color: #3adb76; }

.text-warning {
  color: #ffae00; }

.text-alert {
  color: #ec5840; }

.text-brand {
  color: #c40075; }

.text-primary-light {
  color: #a1cfef; }

.text-secondary-light {
  color: #8298aa; }

.container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding: 2rem 0 1rem; }
  .container::before, .container::after {
    display: table;
    content: ' '; }
  .container::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .container:last-child:not(:first-child) {
    float: right; }
  .container, .container:last-child {
    float: none; }
  .container .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .container .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .container .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
  .container .column.row.row, .container .row.row.columns, .container .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.footer {
  background-color: #e3ecf5; }
  .footer .content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.8rem;
    padding: 2rem 0 1.5rem; }
    .footer .content::before, .footer .content::after {
      display: table;
      content: ' '; }
    .footer .content::after {
      clear: both; }
    @media screen and (max-width: 39.9375em) {
      .footer .content div {
        margin-bottom: 1rem; } }
    .footer .content h5 {
      font-size: 1rem;
      font-weight: 700; }
    .footer .content .logo {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      min-height: 100px;
      position: relative; }
      @media print, screen and (min-width: 40em) {
        .footer .content .logo {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      .footer .content .logo:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 40em) {
        .footer .content .logo {
          width: 25%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .footer .content .logo {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 40em) {
          .footer .content .logo:last-child:not(:first-child) {
            float: right; } }
      .footer .content .logo .copyright {
        color: #b5bbd1;
        margin-bottom: 0;
        position: absolute;
        bottom: 0; }
    .footer .content .help {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .footer .content .help {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      .footer .content .help:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 40em) {
        .footer .content .help {
          width: 16.66667%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .footer .content .help {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 40em) {
          .footer .content .help:last-child:not(:first-child) {
            float: right; } }
    .footer .content .contact-us {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .footer .content .contact-us {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      .footer .content .contact-us:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 40em) {
        .footer .content .contact-us {
          width: 16.66667%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .footer .content .contact-us {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 40em) {
          .footer .content .contact-us:last-child:not(:first-child) {
            float: right; } }
    .footer .content .regional-offices {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .footer .content .regional-offices {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      .footer .content .regional-offices:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 40em) {
        .footer .content .regional-offices {
          width: 41.66667%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .footer .content .regional-offices {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 40em) {
          .footer .content .regional-offices:last-child:not(:first-child) {
            float: right; } }
    .footer .content .menu > li > a {
      color: #68789a;
      line-height: 1.1;
      padding: 0.4rem 1rem 0.4rem 0; }

select.brand {
  background-color: #c40075;
  border-width: 0;
  color: #fefefe; }

.header-store {
  border-bottom: 1px solid #eeeeee; }
  .header-store::before, .header-store::after {
    display: table;
    content: ' '; }
  .header-store::after {
    clear: both; }
  .header-store .content {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 0.5rem 0; }
    .header-store .content::before, .header-store .content::after {
      display: table;
      content: ' '; }
    .header-store .content::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .header-store .content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .header-store .content:last-child:not(:first-child) {
      float: right; }
    .header-store .content, .header-store .content:last-child {
      float: none; }
    .header-store .content .feedback {
      background-color: transparent;
      color: #506576;
      font-size: 0.85rem;
      padding: 0.3rem 1rem; }
      .header-store .content .feedback:hover, .header-store .content .feedback:focus {
        background-color: transparent;
        color: #506576; }
    .header-store .content .hello-message {
      display: inline-block;
      margin-bottom: 0;
      margin-top: 0.2rem; }
  .header-store .account {
    margin-bottom: 0; }
    .header-store .account.button.wide.small, .header-store .feedback-card .account.small.read-more, .feedback-card .header-store .account.small.read-more, .header-store .account.button.wide.small.hollow, .header-store .account.button.wide.small.separator, .header-store .feedback-card .account.small.separator.read-more, .feedback-card .header-store .account.small.separator.read-more, .header-store .feedback-card .account.small.hollow.read-more, .feedback-card .header-store .account.small.hollow.read-more {
      padding: 0.5rem 0.7rem; }
    .header-store .account.manage {
      margin-left: 0.5rem; }
  .header-store .admin {
    margin-bottom: 0;
    margin-right: 0.5rem; }
    .header-store .admin.button.wide.small, .header-store .feedback-card .admin.small.read-more, .feedback-card .header-store .admin.small.read-more, .header-store .admin.button.wide.small.hollow, .header-store .admin.button.wide.small.separator, .header-store .feedback-card .admin.small.separator.read-more, .feedback-card .header-store .admin.small.separator.read-more, .header-store .feedback-card .admin.small.hollow.read-more, .feedback-card .header-store .admin.small.hollow.read-more {
      padding: 0.5rem 0.7rem; }
  .header-store .cart {
    margin-bottom: 0;
    /*padding: 0.5rem 0.7rem;*/ }
    .header-store .cart.button.wide.small, .header-store .feedback-card .cart.small.read-more, .feedback-card .header-store .cart.small.read-more {
      padding: 0.5rem 0.7rem; }
  .header-store .cart-dropdown {
    padding: 1rem 0.8rem;
    width: 28.5rem; }
    .header-store .cart-dropdown .products {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto; }
      .header-store .cart-dropdown .products::before, .header-store .cart-dropdown .products::after {
        display: table;
        content: ' '; }
      .header-store .cart-dropdown .products::after {
        clear: both; }
      .header-store .cart-dropdown .products .product {
        width: 33.33333%;
        float: left;
        padding-right: 0.4rem;
        padding-left: 0.4rem;
        font-size: 0.8rem; }
        .header-store .cart-dropdown .products .product:last-child:not(:first-child) {
          float: right; }
        .header-store .cart-dropdown .products .product .title {
          font-size: 0.8rem;
          font-weight: 700;
          margin: 0.7rem 0 0.5rem 0;
          text-transform: uppercase; }
        .header-store .cart-dropdown .products .product .price,
        .header-store .cart-dropdown .products .product .quantity {
          margin-bottom: 0; }
        .header-store .cart-dropdown .products .product .remove {
          color: #657f94;
          font-size: 0.7rem;
          padding: 0.3rem 0;
          text-decoration: underline; }
    .header-store .cart-dropdown .buttons {
      margin-top: 1rem; }
      .header-store .cart-dropdown .buttons .button, .header-store .cart-dropdown .buttons .feedback-card .read-more, .feedback-card .header-store .cart-dropdown .buttons .read-more {
        margin-bottom: 0;
        margin-top: 0.3rem; }
  .header-store .dashboard {
    margin-bottom: 0;
    margin-right: 0.5rem;
    /*padding: 0.5rem 0.7rem;*/ }
    .header-store .dashboard.button.wide.small, .header-store .feedback-card .dashboard.small.read-more, .feedback-card .header-store .dashboard.small.read-more {
      padding: 0.5rem 0.7rem; }

.header {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  .header::before, .header::after {
    display: table;
    content: ' '; }
  .header::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .header:last-child:not(:first-child) {
    float: right; }
  .header, .header:last-child {
    float: none; }
  .header::before, .header::after {
    display: table;
    content: ' '; }
  .header::after {
    clear: both; }
  .header .logo {
    padding: 1.2rem 0; }
    .header .logo img {
      margin-right: 2rem; }
      @media screen and (max-width: 39.9375em) {
        .header .logo img {
          margin-right: 0.9rem;
          max-width: 140px; } }
    .header .logo .title {
      color: #c40075;
      font-size: 1.4rem;
      font-weight: 400;
      margin: .75rem 0 0 0;
      text-transform: uppercase; }
      @media screen and (min-width: 46.9375em) {
        .header .logo .title {
          font-size: 2rem; } }
      @media screen and (min-width: 70.625em) {
        .header .logo .title {
          font-size: 2.5rem;
          margin-top: .35rem; } }
      @media screen and (max-width: 39.9375em) {
        .header .logo .title {
          font-size: 1.2rem;
          font-weight: 400; } }
  @media screen and (max-width: 63.9375em) {
    .header .inputs {
      display: none !important; } }
  .header .inputs .social-media {
    padding: 1em 0;
    text-align: right; }
  .header .inputs .search {
    width: 14rem; }
    .header .inputs .search input {
      font-size: 0.8rem;
      height: 1.8rem; }

.beta-header {
  background: #c40075;
  color: #fefefe;
  padding: 0.5rem 0;
  text-align: center; }

.header-login {
  background: #fefefe;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.95; }
  .header-login .logo {
    padding: 1.3rem 0;
    text-align: center; }

.login .container {
  background: #fefefe;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  max-width: 520px;
  margin: 20px auto;
  padding-top: 1.4rem; }

.login .button.Google, .login .feedback-card .Google.read-more, .feedback-card .login .Google.read-more {
  background-color: #d34836;
  color: #fefefe; }
  .login .button.Google:hover, .login .feedback-card .Google.read-more:hover, .feedback-card .login .Google.read-more:hover, .login .button.Google:focus, .login .feedback-card .Google.read-more:focus, .feedback-card .login .Google.read-more:focus {
    background-color: #ae3626;
    color: #fefefe; }

.login .button.Facebook, .login .feedback-card .Facebook.read-more, .feedback-card .login .Facebook.read-more {
  background-color: #3b5998;
  color: #fefefe; }
  .login .button.Facebook:hover, .login .feedback-card .Facebook.read-more:hover, .feedback-card .login .Facebook.read-more:hover, .login .button.Facebook:focus, .login .feedback-card .Facebook.read-more:focus, .feedback-card .login .Facebook.read-more:focus {
    background-color: #2f477a;
    color: #fefefe; }

.login .divider {
  border-top: 1px solid #cacaca;
  display: block;
  line-height: 1px;
  margin: 1rem 0 1.8rem;
  position: relative;
  text-align: center; }
  .login .divider .divider-title {
    background: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 1.4rem;
    text-transform: uppercase; }

.login-body {
  background: transparent; }

.login-html {
  /*background-image: linear-gradient(-225deg, #CBBACC 0%, #2580B3 100%);*/
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  /*background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
  min-height: 100%;
  /*&::before {
        content: "";
        position: fixed;
        top: 0;
        left: -10px;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        //background-image: url(https://static.pexels.com/photos/31231/pexels-photo.jpg);
        //background-image: url(https://images.unsplash.com/photo-1428908728789-d2de25dbd4e2?dpr=1&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=&bg=);
        //background-image: url(https://cdn.pixabay.com/photo/2016/12/08/03/54/airport-1890943_960_720.jpg);
        //background-image: url(https://www4.icao.int/ehandbook/Content/images/top-image.jpg);
        //background-image: url(https://cdn.pixabay.com/photo/2017/03/27/13/08/airport-2178606_960_720.jpg);
        //background-image: url(https://cdn.pixabay.com/photo/2016/02/19/11/51/terminal-1210006_960_720.jpg);
        background-size: cover;
        width: 105%;
        height: 105%;
        filter: blur(10px);
    }*/ }

.navigation {
  padding: 0.5rem;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .navigation::before, .navigation::after {
    display: table;
    content: ' '; }
  .navigation::after {
    clear: both; }
  .navigation,
  .navigation ul {
    background-color: #fefefe; }
  .navigation ul ul {
    background-color: rgba(254, 254, 254, 0.95); }
  .navigation input {
    max-width: 200px;
    margin-right: 1rem; }
  .navigation .input-group-field {
    width: 100%;
    margin-right: 0; }
  .navigation input.button, .navigation .feedback-card input.read-more, .feedback-card .navigation input.read-more {
    width: auto; }
  .navigation a {
    color: #0054a4; }
    .navigation a:hover {
      color: #c40075; }
    .navigation a.active {
      color: #c40075; }
  .navigation .top-bar-left > ul > li {
    padding: 0 0.4rem; }
    @media screen and (max-width: 74.9375em) {
      .navigation .top-bar-left > ul > li {
        padding: 0 0; } }
    .navigation .top-bar-left > ul > li a {
      text-align: center; }
      @media screen and (max-width: 63.9375em) {
        .navigation .top-bar-left > ul > li a {
          padding: 0.5rem 0.75rem; } }
      @media screen and (max-width: 39.9375em) {
        .navigation .top-bar-left > ul > li a {
          padding: 0.5rem 0.5rem; } }
    .navigation .top-bar-left > ul > li:first-child {
      padding-left: 0; }
    .navigation .top-bar-left > ul > li:last-child {
      padding-right: 0; }
      .navigation .top-bar-left > ul > li:last-child a {
        padding-right: 0; }
  .navigation.admin .top-bar-left > ul > li.active > a {
    background: transparent;
    border: 1px solid #c40075;
    color: #c40075; }
  .navigation.admin .top-bar-left > ul > li.active:last-child {
    padding-right: 1rem; }
    .navigation.admin .top-bar-left > ul > li.active:last-child a {
      padding-right: 1rem; }

.sub-navigation {
  border-bottom: 1px solid #eeeeee; }
  .sub-navigation .navigation-more {
    margin-top: 20px;
    padding-left: 20px; }
  .sub-navigation .navigation-swiper-container {
    padding: 1rem 4rem 0.8rem;
    position: relative; }
    .sub-navigation .navigation-swiper-container .title {
      margin-left: 1rem; }
    .sub-navigation .navigation-swiper-container .description {
      font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      margin-left: 1rem; }
    .sub-navigation .navigation-swiper-container .swiper-slide {
      padding-left: 10px;
      width: auto; }
      .sub-navigation .navigation-swiper-container .swiper-slide:first-child {
        padding-left: 0; }
    .sub-navigation .navigation-swiper-container .coming-soon {
      font-weight: 200;
      padding: 2rem 0;
      text-align: center;
      text-transform: uppercase; }
    .sub-navigation .navigation-swiper-container::before {
      box-shadow: 0 0 100px 60px #fefefe;
      content: ' ';
      display: block;
      height: 100%;
      left: -1px;
      position: absolute;
      width: 1px;
      z-index: 3; }
    .sub-navigation .navigation-swiper-container::after {
      box-shadow: 0 -300px 100px 60px #fefefe;
      content: ' ';
      display: block;
      height: 100%;
      position: absolute;
      right: -1px;
      width: 1px;
      z-index: 3; }
  .sub-navigation .sub-navigation-close-button {
    z-index: 1000; }

.button.wide, .feedback-card .read-more {
  border-radius: 0.3rem;
  font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.7rem 1.5rem;
  text-transform: uppercase; }
  .button.wide.small, .feedback-card .small.read-more {
    font-size: 0.8rem;
    padding: 0.6rem 0.8rem; }
  .button.wide.extra-wide, .feedback-card .extra-wide.read-more {
    padding: 0.7rem 3rem; }

.button.separator, .feedback-card .separator.read-more {
  border-width: 1px 0;
  font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto; }

.button.secondary-light, .feedback-card .secondary-light.read-more {
  color: #fefefe; }
  .button.secondary-light:hover, .feedback-card .secondary-light.read-more:hover, .button.secondary-light:focus, .feedback-card .secondary-light.read-more:focus {
    color: #fefefe; }

.input-group-button .button.wide, .input-group-button .feedback-card .read-more, .feedback-card .input-group-button .read-more {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.card-custom, .feedback-card {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  border: 1px solid #eeeeee;
  border-radius: 5px; }
  .card-custom > :first-child, .feedback-card > :first-child {
    margin-top: 0; }
  .card-custom > :last-child, .feedback-card > :last-child {
    margin-bottom: 0; }

.card {
  position: relative; }

.card-label {
  border-radius: 3px 0 0 3px;
  font-weight: 400;
  position: absolute;
  top: 15px;
  right: 0; }
  .card-label.warning, .card-label.success {
    color: #fefefe; }
  .card-label.bottom {
    bottom: 15px;
    top: auto; }
  .card-label::after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    background-color: inherit;
    border-style: solid;
    /*border-width: 0 1.2em 1.2em 0;*/
    border-width: 0 0.7em 0.7em 0;
    border-color: transparent;
    border-bottom-color: #fefefe;
    width: 0;
    height: 0; }

input[type="checkbox"] + input[type="hidden"] + label,
input[type="radio"] + input[type="hidden"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  input[type="checkbox"] + input[type="hidden"] + label[for],
  input[type="radio"] + input[type="hidden"] + label[for] {
    cursor: pointer; }

.form-inline {
  display: inline-block; }

.label.primary, .login .label.button.ICAO, .login .feedback-card .label.ICAO.read-more, .feedback-card .login .label.ICAO.read-more {
  background: #0054a4; }

.label.wide, .feedback-card .label.read-more {
  border-radius: 15px;
  font-size: 0.9rem;
  padding: 0.4rem 0.7rem; }

.panel {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #506576;
  border: 0;
  padding: 0; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel.primary .panel-header, .login .panel.button.ICAO .panel-header, .login .feedback-card .panel.ICAO.read-more .panel-header, .feedback-card .login .panel.ICAO.read-more .panel-header {
    background-color: #0054a4;
    color: #fefefe; }
  .panel.primary .close-button, .login .panel.button.ICAO .close-button, .login .feedback-card .panel.ICAO.read-more .close-button, .feedback-card .login .panel.ICAO.read-more .close-button {
    color: #fefefe; }
    .panel.primary .close-button:hover, .login .panel.button.ICAO .close-button:hover, .login .feedback-card .panel.ICAO.read-more .close-button:hover, .feedback-card .login .panel.ICAO.read-more .close-button:hover {
      color: #e5e5e5; }
  .panel.secondary .panel-header, .panel.button.separator .panel-header, .feedback-card .panel.read-more .panel-header {
    background-color: #506576;
    color: #fefefe; }
  .panel.secondary .close-button, .panel.button.separator .close-button, .feedback-card .panel.read-more .close-button {
    color: #fefefe; }
    .panel.secondary .close-button:hover, .panel.button.separator .close-button:hover, .feedback-card .panel.read-more .close-button:hover {
      color: #e5e5e5; }
  .panel.success .panel-header {
    background-color: #3adb76;
    color: #fefefe; }
  .panel.success .close-button {
    color: #fefefe; }
    .panel.success .close-button:hover {
      color: #e5e5e5; }
  .panel.warning .panel-header {
    background-color: #ffae00;
    color: #fefefe; }
  .panel.warning .close-button {
    color: #fefefe; }
    .panel.warning .close-button:hover {
      color: #e5e5e5; }
  .panel.alert .panel-header, .panel.validation-summary-errors .panel-header {
    background-color: #ec5840;
    color: #fefefe; }
  .panel.alert .close-button, .panel.validation-summary-errors .close-button {
    color: #fefefe; }
    .panel.alert .close-button:hover, .panel.validation-summary-errors .close-button:hover {
      color: #e5e5e5; }
  .panel.brand .panel-header {
    background-color: #c40075;
    color: #fefefe; }
  .panel.brand .close-button {
    color: #fefefe; }
    .panel.brand .close-button:hover {
      color: #e5e5e5; }
  .panel.primary-light .panel-header {
    background-color: #a1cfef;
    color: #fefefe; }
  .panel.primary-light .close-button {
    color: #fefefe; }
    .panel.primary-light .close-button:hover {
      color: #e5e5e5; }
  .panel.secondary-light .panel-header {
    background-color: #8298aa;
    color: #fefefe; }
  .panel.secondary-light .close-button {
    color: #fefefe; }
    .panel.secondary-light .close-button:hover {
      color: #e5e5e5; }

.panel-header {
  padding: 0.5rem 1rem; }
  .panel-header .panel-title {
    margin-bottom: 0; }

.panel-content {
  border: 1px solid #eeeeee;
  border-top-width: 0;
  padding: 1rem; }

.panel-footer {
  padding: 1rem 1rem 1rem 1rem; }
  .panel-footer .button, .panel-footer .feedback-card .read-more, .feedback-card .panel-footer .read-more {
    margin-bottom: 0; }

table tbody tr.inactive {
  background: #fad2cb; }

#toast-container > div {
  border-radius: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  opacity: 1; }
  #toast-container > div .toast-message {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    white-space: pre-line; }

.home-product-block {
  background: #f6f6f6;
  padding: 2rem 0 1rem; }

.home-product-container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .home-product-container::before, .home-product-container::after {
    display: table;
    content: ' '; }
  .home-product-container::after {
    clear: both; }

.home-product {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .home-product {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .home-product:last-child:not(:first-child) {
    float: right; }
  .home-product .home-product-header .home-product-title {
    text-transform: uppercase; }
  .home-product .home-product-header .home-product-subtitle {
    color: #c40075;
    font-weight: 700; }
  .home-product .home-product-content {
    min-height: 300px;
    padding: 1rem 0 3rem; }
    .home-product .home-product-content dl dt {
      font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .home-product .home-product-content .product-logo {
      text-align: center;
      width: 272px; }
      @media screen and (max-width: 63.9375em) {
        .home-product .home-product-content .product-logo {
          display: none; } }
      .home-product .home-product-content .product-logo img {
        max-height: 300px; }
    .home-product .home-product-content .product-details {
      margin-bottom: 1rem; }
    .home-product .home-product-content .product-trigger-details {
      width: calc(100% - 2rem); }
    .home-product .home-product-content .swiper-container {
      height: 400px;
      margin-left: auto;
      margin-right: auto; }
    .home-product .home-product-content .swiper-slide {
      background-size: cover;
      background-position: center; }
    .home-product .home-product-content .screenshot-swiper-container {
      height: 320px;
      width: 410px; }
    .home-product .home-product-content .screenshot-thumbs-swiper-container {
      height: 80px;
      box-sizing: border-box;
      padding: 10px 0; }
    .home-product .home-product-content .screenshot-thumbs-swiper-container .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4; }
    .home-product .home-product-content .screenshot-thumbs-swiper-container .swiper-slide-active {
      opacity: 1; }
  .home-product .accordion {
    background: transparent;
    border: 0; }
  .home-product .accordion-content {
    background-color: transparent;
    border-bottom: 0; }

.product-content {
  padding: 1rem 0 3rem; }
  .product-content .product-overview {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
    margin-bottom: 2rem; }
    .product-content .product-overview::before, .product-content .product-overview::after {
      display: table;
      content: ' '; }
    .product-content .product-overview::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .product-content .product-overview {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .product-content .product-overview {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .product-content .product-overview .product-screenshots {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      text-align: center; }
      @media print, screen and (min-width: 40em) {
        .product-content .product-overview .product-screenshots {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      .product-content .product-overview .product-screenshots:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .product-content .product-overview .product-screenshots {
          width: 25%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          position: relative;
          left: -75%; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .product-content .product-overview .product-screenshots {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 64em) {
          .product-content .product-overview .product-screenshots:last-child:not(:first-child) {
            float: right; } }
      .product-content .product-overview .product-screenshots .product-logo {
        max-width: 232px; }
    .product-content .product-overview .product-information {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .product-content .product-overview .product-information {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      .product-content .product-overview .product-information:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .product-content .product-overview .product-information {
          width: 75%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          position: relative;
          left: 25%; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .product-content .product-overview .product-information {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 64em) {
          .product-content .product-overview .product-information:last-child:not(:first-child) {
            float: right; } }
  .product-content .swiper-container {
    height: 400px;
    margin-left: auto;
    margin-right: auto; }
  .product-content .swiper-slide {
    background-size: cover;
    background-position: center; }
  .product-content .screenshot-swiper-container {
    height: 320px;
    max-width: 500px; }
  .product-content .screenshot-thumbs-swiper-container {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0; }
  .product-content .screenshot-thumbs-swiper-container .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4; }
  .product-content .screenshot-thumbs-swiper-container .swiper-slide-active {
    opacity: 1; }

.product-drilldown {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  padding-top: 2rem; }
  .product-drilldown::before, .product-drilldown::after {
    display: table;
    content: ' '; }
  .product-drilldown::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .product-drilldown {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .product-drilldown {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  .product-drilldown .title {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    font-weight: 500;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 40em) {
      .product-drilldown .title {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .product-drilldown .title:last-child:not(:first-child) {
      float: right; }
  .product-drilldown .product-drilldown-menu {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .product-drilldown .product-drilldown-menu {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .product-drilldown .product-drilldown-menu:last-child:not(:first-child) {
      float: right; }
    .product-drilldown .product-drilldown-menu .menu {
      font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
      .product-drilldown .product-drilldown-menu .menu li a {
        color: #c40075; }
        .product-drilldown .product-drilldown-menu .menu li a:before {
          margin-top: -3px; }
      .product-drilldown .product-drilldown-menu .menu li:hover {
        background: #f2f2f2; }
      .product-drilldown .product-drilldown-menu .menu .js-drilldown-back {
        font-weight: 600; }
      .product-drilldown .product-drilldown-menu .menu .submenu .submenu.is-active {
        border-width: 0; }
  .product-drilldown .product-drilldown-description {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .product-drilldown .product-drilldown-description {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .product-drilldown .product-drilldown-description:last-child:not(:first-child) {
      float: right; }
    .product-drilldown .product-drilldown-description h3 {
      text-transform: uppercase; }
    .product-drilldown .product-drilldown-description h5 {
      font-weight: 600; }
    .product-drilldown .product-drilldown-description .highlight {
      color: #c40075; }

.product-information {
  display: table; }
  .product-information .product-information-field {
    display: table-row;
    vertical-align: top; }
    .product-information .product-information-field .field-label {
      color: #c40075;
      display: table-cell;
      font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 700;
      padding-bottom: 1rem;
      padding-right: 1rem;
      white-space: nowrap; }
    .product-information .product-information-field .field-content {
      display: table-cell;
      padding-bottom: 1rem; }

.product-advantages {
  background: #f6f6f6;
  border: 1px solid #cacaca;
  padding: 1rem 0; }
  .product-advantages .title {
    color: #c40075;
    font-weight: 400;
    margin-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase; }
  .product-advantages .product-advantage-grid::before, .product-advantages .product-advantage-grid::after {
    display: table;
    content: ' '; }
  .product-advantages .product-advantage-grid::after {
    clear: both; }
  .product-advantages .product-advantage-grid > .product-advantage {
    float: left;
    width: 25%; }
    .product-advantages .product-advantage-grid > .product-advantage:nth-of-type(1n) {
      clear: none; }
    .product-advantages .product-advantage-grid > .product-advantage:nth-of-type(4n+1) {
      clear: both; }
    .product-advantages .product-advantage-grid > .product-advantage:last-child {
      float: left; }
  .product-advantages .product-advantage {
    text-align: center; }
    .product-advantages .product-advantage img {
      margin-bottom: 0.5rem;
      min-height: 86px; }
    .product-advantages .product-advantage h5 {
      color: #c40075;
      font-weight: 700; }
    .product-advantages .product-advantage p {
      padding: 0 1rem; }

.product-included .tabs-content h5 {
  font-weight: 500; }

.product-included .tabs-content p {
  font-size: 0.75rem;
  font-weight: 500; }

.product-included .tabs-content .title::before, .product-included .tabs-content .title::after {
  display: table;
  content: ' '; }

.product-included .tabs-content .title::after {
  clear: both; }

.product-included .tabs-content .title h5 {
  margin: 0.3rem 1rem 0 0; }

.product-trigger-details {
  padding: 1.25rem 1rem; }

.navigation-product {
  text-align: center; }
  .navigation-product h5 {
    color: #0054a4;
    font-weight: 400;
    height: 5.4rem;
    margin: 0.8rem 0 0; }
  .navigation-product .navigation-product-content {
    color: #506576;
    font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    display: block;
    padding: 1rem;
    width: 126px;
    margin: 0 auto; }
    .navigation-product .navigation-product-content img {
      width: 116px; }
    .navigation-product .navigation-product-content h5 {
      margin-bottom: 0.4rem;
      overflow: hidden; }
    .navigation-product .navigation-product-content:hover {
      background-color: #f6f6f6; }
    .navigation-product .navigation-product-content .has-tip {
      border-bottom: 0;
      font-weight: 200; }

.home-banner {
  background: url(images/banner-background-cads-2.jpg) no-repeat center top;
  min-height: 500px; }
  .home-banner::before, .home-banner::after {
    display: table;
    content: ' '; }
  .home-banner::after {
    clear: both; }
  .home-banner .content {
    float: right;
    padding: 3rem 0; }
    .home-banner .content .logo {
      margin-bottom: 2rem;
      text-align: center; }
    .home-banner .content .search {
      background: url(images/document-search-folder-bg.png) no-repeat center top;
      color: #fefefe;
      height: 241px;
      padding: 2.8rem 1.5rem;
      width: 361px; }
      .home-banner .content .search h3 {
        line-height: 1.2;
        margin-bottom: 0;
        text-transform: uppercase; }
      .home-banner .content .search .quick-search-title {
        font-weight: 400;
        margin: 0.5rem 0 1.5rem; }
        .home-banner .content .search .quick-search-title strong {
          font-weight: 500; }
      .home-banner .content .search .quick-search {
        margin-bottom: 1.5rem; }
      .home-banner .content .search .switch-label {
        color: #fefefe;
        margin-left: 0.6rem; }

.home-block {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 0; }
  .home-block::before, .home-block::after {
    display: table;
    content: ' '; }
  .home-block::after {
    clear: both; }
  .home-block h2 {
    margin-bottom: 0;
    text-transform: uppercase; }
  .home-block .subtitle {
    color: #c40075;
    font-weight: 700;
    margin-bottom: 1rem; }
  .home-block .content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-bottom: 1.2rem; }
    @media print, screen and (min-width: 40em) {
      .home-block .content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .home-block .content:last-child:not(:first-child) {
      float: right; }
  .home-block .content-side {
    width: 64%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .home-block .content-side {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .home-block .content-side:last-child:not(:first-child) {
      float: right; }
  .home-block .image-side {
    width: 36%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    text-align: right; }
    @media print, screen and (min-width: 40em) {
      .home-block .image-side {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .home-block .image-side:last-child:not(:first-child) {
      float: right; }
  .home-block .services {
    padding: 1em 0;
    text-align: center; }
    .home-block .services .service {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      cursor: pointer; }
      @media print, screen and (min-width: 40em) {
        .home-block .services .service {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      .home-block .services .service:last-child:not(:first-child) {
        float: right; }
      .home-block .services .service h4 {
        font-size: 1.4rem;
        font-weight: 700;
        text-transform: uppercase;
        transition: color 0.3s ease; }
      .home-block .services .service .separator {
        margin: 1.4rem auto 0.8rem auto;
        width: 5.5rem; }
      .home-block .services .service.active h4 {
        color: #c40075; }
      .home-block .services .service.active::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 3rem;
        content: '';
        border-top-width: 0;
        border-bottom-style: solid;
        border-color: transparent transparent #f6f6f6;
        margin: 0 auto; }
      .home-block .services .service:hover h4 {
        color: #c40075; }
  .home-block .selectors .selector {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .home-block .selectors .selector {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .home-block .selectors .selector:last-child:not(:first-child) {
      float: right; }
    .home-block .selectors .selector .title {
      border-top: 2px solid #c40075;
      display: table;
      padding: 1rem 0;
      vertical-align: top; }
      .home-block .selectors .selector .title .number {
        color: #c40075;
        display: table-cell;
        font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 4rem;
        font-weight: 200;
        line-height: 1;
        width: 50px; }
      .home-block .selectors .selector .title .description {
        display: table-cell;
        font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 1.3rem;
        font-weight: 200;
        vertical-align: top; }
  .home-block.about-our-service {
    padding-bottom: 0; }

.home-services {
  background: url(images/services-background.png) no-repeat center top;
  background-color: #506576;
  color: #fefefe;
  padding: 2.5rem 0; }
  .home-services::before, .home-services::after {
    display: table;
    content: ' '; }
  .home-services::after {
    clear: both; }
  .home-services h2 {
    margin-bottom: 0;
    text-transform: uppercase; }
  .home-services .subtitle {
    font-weight: 700;
    margin-bottom: 1rem; }
  .home-services .content {
    float: right;
    max-width: 45rem; }
    .home-services .content h2 {
      text-transform: uppercase; }

.home-partners {
  background: url(images/partners-background.png) no-repeat center top;
  background-color: #506576;
  color: #fefefe;
  padding: 2.5rem 0 0; }
  .home-partners h2 {
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase; }
  .home-partners .home-partner-swiper-container {
    padding-bottom: 2.8rem; }
  .home-partners .partners .partner {
    width: 25%;
    /*padding: 0 50px;
            width: calc(25% - 100px);*/ }
    .home-partners .partners .partner.swiper-slide-active {
      padding-left: 80px; }

.separator {
  border-top: 1px solid #eeeeee; }

.home-swiper-container .coming-soon {
  font-weight: 400;
  padding: 2rem 0;
  text-align: center;
  text-transform: uppercase; }

.cart-container {
  background: #f8f8f8; }

.cart-list {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
  .cart-list .card-header {
    color: #0a0a0a;
    font-weight: 500;
    text-transform: uppercase; }
  .cart-list .cart-product {
    border-bottom: 1px solid #e6e6e6; }
    .cart-list .cart-product .actions .button, .cart-list .cart-product .actions .feedback-card .read-more, .feedback-card .cart-list .cart-product .actions .read-more {
      margin-bottom: 0;
      margin-right: 5px; }
    .cart-list .cart-product .media-object-section:first-child {
      padding-right: 1.5rem; }
    .cart-list .cart-product .product-information-field .field-content, .cart-list .cart-product .product-information-field .field-label {
      padding-bottom: 0.3rem; }
    .cart-list .cart-product .product-information-field:last-child .field-content, .cart-list .cart-product .product-information-field:last-child .field-label {
      padding-bottom: 1.2rem; }
    .cart-list .cart-product .price {
      color: #c40075;
      font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1.2rem;
      font-weight: 500; }
    .cart-list .cart-product .thumbnail {
      border: 0;
      box-shadow: none; }
      .cart-list .cart-product .thumbnail img {
        max-width: 128px; }
    .cart-list .cart-product .title {
      font-weight: 400; }
    .cart-list .cart-product:last-child {
      border-bottom-width: 0; }

.cart-summary {
  background-color: #38464e;
  border-radius: 1px;
  color: #fefefe; }
  .cart-summary .card-divider {
    background-color: transparent;
    border-bottom: 1px solid #5a6870; }
  .cart-summary .card-header {
    font-weight: 400;
    text-transform: uppercase; }
  .cart-summary .has-tip {
    border-bottom-width: 0; }
  .cart-summary .card-section {
    border-bottom: 1px solid #5a6870; }
    .cart-summary .card-section .highlight {
      font-weight: 500; }
    .cart-summary .card-section .promo-code {
      margin-top: 6px; }
    .cart-summary .card-section .title {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 6px; }
    .cart-summary .card-section .value {
      display: inline-block;
      font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .cart-summary .card-section:last-child {
      border-bottom-width: 0; }

.checkout-container {
  background: #f8f8f8; }

.checkout-step {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
  .checkout-step .card-header {
    color: #0a0a0a;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase; }
  .checkout-step .checkout-section-title {
    border-bottom: 1px solid #e6e6e6;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 5px; }
  .checkout-step .checkout-step-footer {
    border-top: 1px solid #e6e6e6; }

.dashboard-card {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  /*box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 
                0 1px 1px 0 rgba(0,0,0,.14),
                0 2px 1px -1px rgba(0,0,0,.12);*/ }
  .dashboard-card .card-header {
    font-weight: 400; }

.dashboard-filters .dashboard-filter-section {
  margin-bottom: 20px; }
  .dashboard-filters .dashboard-filter-section:last-child {
    margin-bottom: 0; }

.dashboard-filters .dashboard-filter-title {
  border-left: 3px solid #506576;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 10px;
  text-transform: uppercase; }

.dashboard-filters input[type=checkbox] {
  margin-bottom: 0px; }

@media screen and (max-width: 63.9375em) {
  .dashboard-filters {
    display: none; } }

.dashboard-menu > li > a {
  /*border-right: 1px solid $global-border-color;*/
  line-height: 1.6;
  padding: 1rem 1rem; }
  @media screen and (max-width: 63.9375em) {
    .dashboard-menu > li > a {
      padding: 0.7rem 0.75rem; } }
  @media screen and (max-width: 39.9375em) {
    .dashboard-menu > li > a {
      padding: 0.7rem 0.5rem; } }
  .dashboard-menu > li > a .badge {
    /*background-color: transparent;
                color: $anchor-color;
                border: 1px solid $anchor-color;*/
    display: inline-block;
    vertical-align: middle; }
    @media print, screen and (min-width: 64em) {
      .dashboard-menu > li > a .badge {
        margin-left: 4px; } }

.dashboard-menu > li.active {
  position: relative; }
  .dashboard-menu > li.active > a {
    background-color: transparent;
    color: #c40075; }
    .dashboard-menu > li.active > a .badge {
      background-color: #c40075; }
  .dashboard-menu > li.active::after {
    background-color: #c40075;
    content: ' ';
    display: block;
    height: 3px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem; }

.dashboard-product-card .actions .button, .dashboard-product-card .actions .feedback-card .read-more, .feedback-card .dashboard-product-card .actions .read-more {
  margin-bottom: 0;
  margin-right: 5px; }

.dashboard-product-card .dashboard-product-title {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 15px;
  padding-right: 80px; }

.dashboard-product-card .media-object-section:first-child {
  padding-right: 1.5rem; }

.dashboard-product-card .product-information-field .field-content, .dashboard-product-card .product-information-field .field-label {
  padding-bottom: 0.3rem; }

.dashboard-product-card .product-information-field:last-child .field-content, .dashboard-product-card .product-information-field:last-child .field-label {
  padding-bottom: 1.2rem; }

.dashboard-product-card .thumbnail {
  border: 0;
  box-shadow: none; }
  @media screen and (max-width: 39.9375em) {
    .dashboard-product-card .thumbnail {
      display: none; } }
  .dashboard-product-card .thumbnail img {
    max-width: 165.71429px; }

.dashboard-product-more {
  padding-top: 10px;
  text-align: center; }

.dashboard-container {
  background: #f8f8f8; }

.marketplace-gallery-block {
  background-color: #8298aa;
  padding: 4rem 0 1rem; }

.marketplace-product-container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .marketplace-product-container::before, .marketplace-product-container::after {
    display: table;
    content: ' '; }
  .marketplace-product-container::after {
    clear: both; }

.marketplace-product {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #506576;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border: 0;
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0; }
  .marketplace-product > :first-child {
    margin-top: 0; }
  .marketplace-product > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .marketplace-product {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .marketplace-product:last-child:not(:first-child) {
    float: right; }
  .marketplace-product .marketplace-product-header {
    background-color: #506576;
    color: #fefefe;
    padding: 1.5rem 1.5rem; }
    .marketplace-product .marketplace-product-header .marketplace-product-title {
      font-weight: 700;
      margin-bottom: 0;
      text-transform: uppercase; }
  .marketplace-product .marketplace-product-content {
    background-color: #fefefe;
    border: 1px solid #eeeeee;
    border-bottom-width: 0;
    border-top-width: 0;
    min-height: 300px;
    padding: 1.5rem; }
    .marketplace-product .marketplace-product-content dl dt {
      font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .marketplace-product .marketplace-product-content .media-object-section:first-child {
      padding-right: 2rem; }
  .marketplace-product .marketplace-product-footer {
    background-color: #fefefe;
    border: 1px solid #eeeeee;
    border-top-color: #e2e2e2;
    padding: 1rem 1.5rem; }
    .marketplace-product .marketplace-product-footer .button, .marketplace-product .marketplace-product-footer .feedback-card .read-more, .feedback-card .marketplace-product .marketplace-product-footer .read-more {
      margin-bottom: 0; }
    .marketplace-product .marketplace-product-footer .contact-icon {
      font-size: 1.3rem;
      margin-right: 0.4rem; }

.admin-menu > li > a {
  line-height: 1.6;
  padding: 1rem 1rem; }
  @media screen and (max-width: 63.9375em) {
    .admin-menu > li > a {
      padding: 0.7rem 0.75rem; } }
  @media screen and (max-width: 39.9375em) {
    .admin-menu > li > a {
      padding: 0.7rem 0.5rem; } }
  .admin-menu > li > a .badge {
    display: inline-block;
    vertical-align: middle; }
    @media print, screen and (min-width: 64em) {
      .admin-menu > li > a .badge {
        margin-left: 4px; } }

.admin-menu > li.active {
  position: relative; }
  .admin-menu > li.active > a {
    background-color: transparent;
    color: #c40075; }
    .admin-menu > li.active > a .badge {
      background-color: #c40075; }
  .admin-menu > li.active::after {
    background-color: #c40075;
    content: ' ';
    display: block;
    height: 3px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem; }

.admin-product-table thead,
.admin-user-table thead,
.admin-order-table thead {
  background: #506576;
  color: #fefefe; }
  .admin-product-table thead th,
  .admin-user-table thead th,
  .admin-order-table thead th {
    font-weight: 400; }
    .admin-product-table thead th.tablesorter-header:not(.sorter-false),
    .admin-user-table thead th.tablesorter-header:not(.sorter-false),
    .admin-order-table thead th.tablesorter-header:not(.sorter-false) {
      cursor: pointer; }
      .admin-product-table thead th.tablesorter-header:not(.sorter-false) .tablesorter-header-inner::after,
      .admin-user-table thead th.tablesorter-header:not(.sorter-false) .tablesorter-header-inner::after,
      .admin-order-table thead th.tablesorter-header:not(.sorter-false) .tablesorter-header-inner::after {
        content: '\f0dc';
        float: right;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: none; }
      .admin-product-table thead th.tablesorter-header:not(.sorter-false).tablesorter-headerAsc .tablesorter-header-inner::after,
      .admin-user-table thead th.tablesorter-header:not(.sorter-false).tablesorter-headerAsc .tablesorter-header-inner::after,
      .admin-order-table thead th.tablesorter-header:not(.sorter-false).tablesorter-headerAsc .tablesorter-header-inner::after {
        content: '\f0de'; }
      .admin-product-table thead th.tablesorter-header:not(.sorter-false).tablesorter-headerDesc .tablesorter-header-inner::after,
      .admin-user-table thead th.tablesorter-header:not(.sorter-false).tablesorter-headerDesc .tablesorter-header-inner::after,
      .admin-order-table thead th.tablesorter-header:not(.sorter-false).tablesorter-headerDesc .tablesorter-header-inner::after {
        content: '\f0dd'; }

.admin-product-table tbody tr:last-child td,
.admin-user-table tbody tr:last-child td,
.admin-order-table tbody tr:last-child td {
  border-bottom: 2px solid #506576; }

.admin-order-table tbody tr:nth-child(4n+1) {
  background-color: #fefefe; }

.admin-order-table tbody tr:nth-child(4n+2) {
  background-color: #fefefe; }

.admin-order-table tbody tr:nth-child(4n+3) {
  background-color: #f1f1f1; }

.admin-order-table tbody tr:nth-child(4n+4) {
  background-color: #f1f1f1; }

.admin-product-section-header {
  border-left: 5px solid #c40075;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.4rem;
  margin-top: 1.4rem;
  padding-left: 0.8rem;
  /*&::before {
        content: ' ';
        display: inline-block;
        width: 4px;
        height: 30px;
        background-color: 
    }*/ }

.admin-product-logo-section .logo-preview {
  width: 262px; }
  .admin-product-logo-section .logo-preview img {
    width: 232px; }

.feedback-card {
  background-color: #f2f2f2;
  border-radius: 0;
  border: 0;
  border-left: 5px solid #506576;
  text-align: center; }
  .feedback-card .name {
    font-weight: 700;
    margin-bottom: 0; }
  .feedback-card .email {
    font-size: 0.9rem; }
  .feedback-card .message {
    padding-top: 0.7rem; }

#feedback-read-more-modal dl dt {
  font-family: DIN, "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.1rem; }

#feedback-read-more-modal dl dd {
  white-space: pre-line; }
  #feedback-read-more-modal dl dd:not(:last-child) {
    margin-bottom: 0.8rem; }

.captcha .preview{
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px solid #888;
    font-family: monospace;
}

.captcha .preview_ {
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px solid #888;
    font-family: monospace;
}

.captcha-refresh {
    background: #888;
    color:#eee;
    cursor:pointer;
    height:39px;
    width: 32px;
}

.no-padding-right {
    padding-right:0;
}

.no-padding-left {
    padding-left: 0;
}
@charset "UTF-8";/*!
Copyright (c) Handsoncode sp. z o.o. <hello@handsoncode.net>

This Handsontable Pro is a commercial software distributed by Handsoncode Sp. z o.o. with
its registered seat in Gdynia, Aleja Zwyciestwa 96/98 (81-451 Gdynia) Poland, entered into the Entrepreneurs
Register of the National Court Register under number 0000538651, hereinafter referred to as "HANDSONCODE".

By installing, copying, or otherwise using this software, you agree to be bound by the terms
of its EULA (End-User License Agreement). This software is copyrighted and protected by copyright laws
and international treaties.

YOU EXPRESSLY ACKNOWLEDGE AND AGREE THAT USE OF THE SOFTWARE IS AT YOUR OWN RISK AND THAT THE SOFTWARE
IS PROVIDED "AS IS" WITHOUT ANY WARRANTIES OR CONDITIONS WHATSOEVER. HANDSONCODE EXPRESSLY DISCLAIMS ANY WARRANTY,
EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
FITNESS FORA PARTICULAR PURPOSE, OR NONINFRINGMENT. HANDSONCODE DOES NOT WARRANT THAT THE SOFTWARE AND ITS FUNCTIONALITY,
RELIABILITY AND PERFORMANCE WILL MEET YOUR REQUIREMENTS OR THAT THE OPERATION OF THE SOFTWARE WILL BE
UNINTERRUPTED OR ERROR FREE.

YOU SHALL OBTAIN A COMMERCIAL LICENSE FOR THIS SOFTWARE AT HANDSONTABLE.COM.

*/.handsontable{position:relative}.handsontable .hide{display:none}.handsontable .relative{position:relative}.handsontable.htAutoSize{visibility:hidden;left:-99000px;position:absolute;top:-99000px}.handsontable .wtHider{width:0}.handsontable .wtSpreader{position:relative;width:0;height:auto}.handsontable table,.handsontable tbody,.handsontable thead,.handsontable td,.handsontable th,.handsontable input,.handsontable textarea,.handsontable div{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:initial}.handsontable table.htCore{border-collapse:separate;border-spacing:0;margin:0;border-width:0;table-layout:fixed;width:0;outline-width:0;max-width:none;max-height:none}.handsontable col{width:50px}.handsontable col.rowHeader{width:50px}.handsontable th,.handsontable td{border-top-width:0;border-left-width:0;border-right:1px solid #CCC;border-bottom:1px solid #CCC;height:22px;empty-cells:show;line-height:21px;padding:0 4px 0 4px;background-color:#FFF;vertical-align:top;overflow:hidden;outline-width:0;white-space:pre-line}.handsontable td.htInvalid{background-color:#ff4c42!important}.handsontable td.htNoWrap{white-space:nowrap}.handsontable th:last-child{border-right:1px solid #CCC;border-bottom:1px solid #CCC}.handsontable tr:first-child th.htNoFrame,.handsontable th:first-child.htNoFrame,.handsontable th.htNoFrame{border-left-width:0;background-color:white;border-color:#FFF}.handsontable th:first-child,.handsontable th:nth-child(2),.handsontable td:first-of-type,.handsontable .htNoFrame+th,.handsontable .htNoFrame+td{border-left:1px solid #CCC}.handsontable.htRowHeaders thead tr th:nth-child(2){border-left:1px solid #CCC}.handsontable tr:first-child th,.handsontable tr:first-child td{border-top:1px solid #CCC}.ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable tbody tr th,.ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child{border-right-width:0}.ht_master:not(.innerBorderTop) thead tr:last-child th,.ht_master:not(.innerBorderTop) ~ .handsontable thead tr:last-child th,.ht_master:not(.innerBorderTop) thead tr.lastChild th,.ht_master:not(.innerBorderTop) ~ .handsontable thead tr.lastChild th{border-bottom-width:0}.handsontable th{background-color:#f3f3f3;color:#222;text-align:center;font-weight:normal;white-space:nowrap}.handsontable thead th{padding:0}.handsontable th.active{background-color:#CCC}.handsontable thead th .relative{padding:2px 4px}.handsontable tbody th.ht__highlight,.handsontable thead th.ht__highlight{background-color:#dcdcdc}.handsontable.ht__selection--columns thead th.ht__highlight,.handsontable.ht__selection--rows tbody th.ht__highlight{background-color:#8eb0e7;color:#000}.handsontable .manualColumnResizer{position:fixed;top:0;cursor:col-resize;z-index:110;width:5px;height:25px}.handsontable .manualRowResizer{position:fixed;left:0;cursor:row-resize;z-index:110;height:5px;width:50px}.handsontable .manualColumnResizer:hover,.handsontable .manualColumnResizer.active,.handsontable .manualRowResizer:hover,.handsontable .manualRowResizer.active{background-color:#AAB}.handsontable .manualColumnResizerGuide{position:fixed;right:0;top:0;background-color:#AAB;display:none;width:0;border-right:1px dashed #777;margin-left:5px}.handsontable .manualRowResizerGuide{position:fixed;left:0;bottom:0;background-color:#AAB;display:none;height:0;border-bottom:1px dashed #777;margin-top:5px}.handsontable .manualColumnResizerGuide.active,.handsontable .manualRowResizerGuide.active{display:block;z-index:199}.handsontable .columnSorting{position:relative}.handsontable .columnSorting:hover{text-decoration:underline;cursor:pointer}.handsontable .columnSorting.ascending::after{content:'\25B2';color:#5f5f5f;position:absolute;right:-15px}.handsontable .columnSorting.descending::after{content:'\25BC';color:#5f5f5f;position:absolute;right:-15px}.handsontable .wtBorder{position:absolute;font-size:0}.handsontable .wtBorder.hidden{display:none!important}.handsontable td.area{background:-moz-linear-gradient(top,rgba(181,209,255,0.34) 0,rgba(181,209,255,0.34) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(181,209,255,0.34)),color-stop(100%,rgba(181,209,255,0.34)));background:-webkit-linear-gradient(top,rgba(181,209,255,0.34) 0,rgba(181,209,255,0.34) 100%);background:-o-linear-gradient(top,rgba(181,209,255,0.34) 0,rgba(181,209,255,0.34) 100%);background:-ms-linear-gradient(top,rgba(181,209,255,0.34) 0,rgba(181,209,255,0.34) 100%);background:linear-gradient(to bottom,rgba(181,209,255,0.34) 0,rgba(181,209,255,0.34) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#57b5d1ff',endColorstr='#57b5d1ff',GradientType=0);background-color:#fff}.handsontable .wtBorder.corner{font-size:0;cursor:crosshair}.handsontable .htBorder.htFillBorder{background:red;width:1px;height:1px}.handsontableInput{border:0;outline-width:0;margin:0;padding:1px 5px 0 5px;font-family:inherit;line-height:21px;font-size:inherit;box-shadow:0 0 0 2px #5292f7 inset;resize:none;display:inline-block;color:#000;border-radius:0;background-color:#FFF}.handsontableInputHolder{position:absolute;top:0;left:0;z-index:100}.htSelectEditor{-webkit-appearance:menulist-button!important;position:absolute;width:auto}.handsontable .htDimmed{color:#777}.handsontable .htSubmenu{position:relative}.handsontable .htSubmenu :after{content:'▶';color:#777;position:absolute;right:5px}.handsontable .htLeft{text-align:left}.handsontable .htCenter{text-align:center}.handsontable .htRight{text-align:right}.handsontable .htJustify{text-align:justify}.handsontable .htTop{vertical-align:top}.handsontable .htMiddle{vertical-align:middle}.handsontable .htBottom{vertical-align:bottom}.handsontable .htPlaceholder{color:#999}.handsontable .htAutocompleteArrow{float:right;font-size:10px;color:#EEE;cursor:default;width:16px;text-align:center}.handsontable td .htAutocompleteArrow:hover{color:#777}.handsontable td.area .htAutocompleteArrow{color:#d3d3d3}.handsontable .htCheckboxRendererInput{display:inline-block;vertical-align:middle}.handsontable .htCheckboxRendererInput.noValue{opacity:.5}.handsontable .htCheckboxRendererLabel{cursor:pointer;display:inline-block;width:100%}@-webkit-keyframes opacity-hide{from{opacity:1}to{opacity:0}}@keyframes opacity-hide{from{opacity:1}to{opacity:0}}@-webkit-keyframes opacity-show{from{opacity:0}to{opacity:1}}@keyframes opacity-show{from{opacity:0}to{opacity:1}}.handsontable .handsontable.ht_clone_top .wtHider{padding:0 0 5px 0}.handsontable .autocompleteEditor.handsontable{padding-right:17px}.handsontable .autocompleteEditor.handsontable.htMacScroll{padding-right:15px}.handsontable.listbox{margin:0}.handsontable.listbox .ht_master table{border:1px solid #ccc;border-collapse:separate;background:white}.handsontable.listbox th,.handsontable.listbox tr:first-child th,.handsontable.listbox tr:last-child th,.handsontable.listbox tr:first-child td,.handsontable.listbox td{border-color:transparent}.handsontable.listbox th,.handsontable.listbox td{white-space:nowrap;text-overflow:ellipsis}.handsontable.listbox td.htDimmed{cursor:default;color:inherit;font-style:inherit}.handsontable.listbox .wtBorder{visibility:hidden}.handsontable.listbox tr td.current,.handsontable.listbox tr:hover td{background:#eee}.ht_clone_top{z-index:101}.ht_clone_left{z-index:102}.ht_clone_top_left_corner,.ht_clone_bottom_left_corner{z-index:103}.ht_clone_debug{z-index:103}.handsontable td.htSearchResult{background:#fcedd9;color:#583707}.htBordered{border-width:1px}.htBordered.htTopBorderSolid{border-top-style:solid;border-top-color:#000}.htBordered.htRightBorderSolid{border-right-style:solid;border-right-color:#000}.htBordered.htBottomBorderSolid{border-bottom-style:solid;border-bottom-color:#000}.htBordered.htLeftBorderSolid{border-left-style:solid;border-left-color:#000}.handsontable tbody tr th:nth-last-child(2){border-right:1px solid #CCC}.handsontable thead tr:nth-last-child(2) th.htGroupIndicatorContainer{border-bottom:1px solid #CCC;padding-bottom:5px}.ht_clone_top_left_corner thead tr th:nth-last-child(2){border-right:1px solid #CCC}.htCollapseButton{width:10px;height:10px;line-height:10px;text-align:center;border-radius:5px;border:1px solid #f3f3f3;-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.4);box-shadow:1px 1px 3px rgba(0,0,0,0.4);cursor:pointer;margin-bottom:3px;position:relative}.htCollapseButton:after{content:"";height:300%;width:1px;display:block;background:#ccc;margin-left:4px;position:absolute;bottom:10px}thead .htCollapseButton{right:5px;position:absolute;top:5px;background:#fff}thead .htCollapseButton:after{height:1px;width:700%;right:10px;top:4px}.handsontable tr th .htExpandButton{position:absolute;width:10px;height:10px;line-height:10px;text-align:center;border-radius:5px;border:1px solid #f3f3f3;-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.4);box-shadow:1px 1px 3px rgba(0,0,0,0.4);cursor:pointer;top:0;display:none}.handsontable thead tr th .htExpandButton{top:5px}.handsontable tr th .htExpandButton.clickable{display:block}.collapsibleIndicator{position:absolute;top:50%;transform:translate(0%,-50%);right:5px;border:1px solid #a6a6a6;line-height:10px;color:#222;border-radius:10px;font-size:10px;width:10px;height:10px;cursor:pointer;-webkit-box-shadow:0 0 0 6px rgba(238,238,238,1);-moz-box-shadow:0 0 0 6px rgba(238,238,238,1);box-shadow:0 0 0 6px rgba(238,238,238,1);background:#eee}.handsontable col.hidden{width:0!important}.handsontable table tr th.lightRightBorder{border-right:1px solid #e6e6e6}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th{display:none}.ht_master,.ht_clone_left,.ht_clone_top,.ht_clone_bottom{overflow:hidden}.ht_master .wtHolder{overflow:auto}.ht_clone_left .wtHolder{overflow-x:hidden;overflow-y:auto}.ht_clone_top .wtHolder,.ht_clone_bottom .wtHolder{overflow-x:auto;overflow-y:hidden}.wtDebugHidden{display:none}.wtDebugVisible{display:block;-webkit-animation-duration:.5s;-webkit-animation-name:wtFadeInFromNone;animation-duration:.5s;animation-name:wtFadeInFromNone}@keyframes wtFadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@-webkit-keyframes wtFadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch}.htMobileEditorContainer{display:none;position:absolute;top:0;width:70%;height:54pt;background:#f8f8f8;border-radius:20px;border:1px solid #ebebeb;z-index:999;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-text-size-adjust:none}.topLeftSelectionHandle:not(.ht_master .topLeftSelectionHandle),.topLeftSelectionHandle-HitArea:not(.ht_master .topLeftSelectionHandle-HitArea){z-index:9999}.topLeftSelectionHandle,.topLeftSelectionHandle-HitArea,.bottomRightSelectionHandle,.bottomRightSelectionHandle-HitArea{left:-10000px;top:-10000px}.htMobileEditorContainer.active{display:block}.htMobileEditorContainer .inputs{position:absolute;right:210pt;bottom:10pt;top:10pt;left:14px;height:34pt}.htMobileEditorContainer .inputs textarea{font-size:13pt;border:1px solid #a1a1a1;-webkit-appearance:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;position:absolute;left:14px;right:14px;top:0;bottom:0;padding:7pt}.htMobileEditorContainer .cellPointer{position:absolute;top:-13pt;height:0;width:0;left:30px;border-left:13pt solid transparent;border-right:13pt solid transparent;border-bottom:13pt solid #ebebeb}.htMobileEditorContainer .cellPointer.hidden{display:none}.htMobileEditorContainer .cellPointer:before{content:'';display:block;position:absolute;top:2px;height:0;width:0;left:-13pt;border-left:13pt solid transparent;border-right:13pt solid transparent;border-bottom:13pt solid #f8f8f8}.htMobileEditorContainer .moveHandle{position:absolute;top:10pt;left:5px;width:30px;bottom:0;cursor:move;z-index:9999}.htMobileEditorContainer .moveHandle:after{content:"..\a..\a..\a..";white-space:pre;line-height:10px;font-size:20pt;display:inline-block;margin-top:-8px;color:#ebebeb}.htMobileEditorContainer .positionControls{width:205pt;position:absolute;right:5pt;top:0;bottom:0}.htMobileEditorContainer .positionControls>div{width:50pt;height:100%;float:left}.htMobileEditorContainer .positionControls>div:after{content:" ";display:block;width:15pt;height:15pt;text-align:center;line-height:50pt}.htMobileEditorContainer .leftButton:after,.htMobileEditorContainer .rightButton:after,.htMobileEditorContainer .upButton:after,.htMobileEditorContainer .downButton:after{transform-origin:5pt 5pt;-webkit-transform-origin:5pt 5pt;margin:21pt 0 0 21pt}.htMobileEditorContainer .leftButton:after{border-top:2px solid #288ffe;border-left:2px solid #288ffe;-webkit-transform:rotate(-45deg)}.htMobileEditorContainer .leftButton:active:after{border-color:#cfcfcf}.htMobileEditorContainer .rightButton:after{border-top:2px solid #288ffe;border-left:2px solid #288ffe;-webkit-transform:rotate(135deg)}.htMobileEditorContainer .rightButton:active:after{border-color:#cfcfcf}.htMobileEditorContainer .upButton:after{border-top:2px solid #288ffe;border-left:2px solid #288ffe;-webkit-transform:rotate(45deg)}.htMobileEditorContainer .upButton:active:after{border-color:#cfcfcf}.htMobileEditorContainer .downButton:after{border-top:2px solid #288ffe;border-left:2px solid #288ffe;-webkit-transform:rotate(225deg)}.htMobileEditorContainer .downButton:active:after{border-color:#cfcfcf}.handsontable.hide-tween{-webkit-animation:opacity-hide .3s;animation:opacity-hide .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable.show-tween{-webkit-animation:opacity-show .3s;animation:opacity-show .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.htCommentCell{position:relative}.htCommentCell:after{content:'';position:absolute;top:0;right:0;border-left:6px solid transparent;border-top:6px solid black}.htComments{display:none;z-index:1059;position:absolute}.htCommentTextArea{box-shadow:rgba(0,0,0,0.117647) 0 1px 3px,rgba(0,0,0,0.239216) 0 1px 2px;border:0;border-left:3px solid #ccc;background-color:#fff;width:215px;height:90px;font-size:12px;padding:5px;outline:0!important;-webkit-appearance:none}.htCommentTextArea:focus{box-shadow:rgba(0,0,0,0.117647) 0 1px 3px,rgba(0,0,0,0.239216) 0 1px 2px,inset 0 0 0 1px #5292f7;border-left:3px solid #5292f7}/*!
 * Handsontable ContextMenu
 */.htContextMenu{display:none;position:absolute;z-index:1060}.htContextMenu .ht_clone_top,.htContextMenu .ht_clone_left,.htContextMenu .ht_clone_corner,.htContextMenu .ht_clone_debug{display:none}.htContextMenu table.htCore{border:1px solid #ccc;border-bottom-width:2px;border-right-width:2px}.htContextMenu .wtBorder{visibility:hidden}.htContextMenu table tbody tr td{background:white;border-width:0;padding:4px 6px 0 6px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.htContextMenu table tbody tr td:first-child{border:0}.htContextMenu table tbody tr td.htDimmed{font-style:normal;color:#323232}.htContextMenu table tbody tr td.current,.htContextMenu table tbody tr td.zeroclipboard-is-hover{background:#f3f3f3}.htContextMenu table tbody tr td.htSeparator{border-top:1px solid #bbb;height:0;padding:0;cursor:default}.htContextMenu table tbody tr td.htDisabled{color:#999;cursor:default}.htContextMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htContextMenu table tbody tr.htHidden{display:none}.htContextMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:6px}.htContextMenu table tbody tr td div span.selected{margin-top:-2px;position:absolute;left:4px}.htContextMenu .ht_master .wtHolder{overflow:hidden}.htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_top_left_corner th:nth-child(2),.htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_left td:first-of-type{border-left:0 none}.handsontable .wtHider{position:relative}.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight{cursor:move;cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.handsontable.ht__manualColumnMove.on-moving--columns,.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight{cursor:move;cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer{display:none}.handsontable .ht__manualColumnMove--guideline,.handsontable .ht__manualColumnMove--backlight{position:absolute;height:100%;display:none}.handsontable .ht__manualColumnMove--guideline{background:#757575;width:2px;top:0;margin-left:-1px;z-index:105}.handsontable .ht__manualColumnMove--backlight{background:#343434;background:rgba(52,52,52,0.25);display:none;z-index:105;pointer-events:none}.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,.handsontable.on-moving--columns .ht__manualColumnMove--backlight{display:block}.handsontable .wtHider{position:relative}.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight{cursor:move;cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.handsontable.ht__manualRowMove.on-moving--rows,.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight{cursor:move;cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer{display:none}.handsontable .ht__manualRowMove--guideline,.handsontable .ht__manualRowMove--backlight{position:absolute;width:100%;display:none}.handsontable .ht__manualRowMove--guideline{background:#757575;height:2px;left:0;margin-top:-1px;z-index:105}.handsontable .ht__manualRowMove--backlight{background:#343434;background:rgba(52,52,52,0.25);display:none;z-index:105;pointer-events:none}.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,.handsontable.on-moving--rows .ht__manualRowMove--backlight{display:block}/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */.pika-single{z-index:9999;display:block;position:relative;color:#333;background:#fff;border:1px solid #ccc;border-bottom-color:#bbb;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.pika-single:before,.pika-single:after{content:" ";display:table}.pika-single:after{clear:both}.pika-single{*zoom:1}.pika-single.is-hidden{display:none}.pika-single.is-bound{position:absolute;box-shadow:0 5px 15px -5px rgba(0,0,0,.5)}.pika-lendar{float:left;width:240px;margin:8px}.pika-title{position:relative;text-align:center}.pika-label{display:inline-block;*display:inline;position:relative;z-index:9999;overflow:hidden;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff}.pika-title select{cursor:pointer;position:absolute;z-index:9998;margin:0;left:0;top:5px;filter:alpha(opacity=0);opacity:0}.pika-prev,.pika-next{display:block;cursor:pointer;position:relative;outline:0;border:0;padding:0;width:20px;height:30px;text-indent:20px;white-space:nowrap;overflow:hidden;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:75% 75%;opacity:.5;*position:absolute;*top:0}.pika-prev:hover,.pika-next:hover{opacity:1}.pika-prev,.is-rtl .pika-next{float:left;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');*left:0}.pika-next,.is-rtl .pika-prev{float:right;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');*right:0}.pika-prev.is-disabled,.pika-next.is-disabled{cursor:default;opacity:.2}.pika-select{display:inline-block;*display:inline}.pika-table{width:100%;border-collapse:collapse;border-spacing:0;border:0}.pika-table th,.pika-table td{width:14.285714285714286%;padding:0}.pika-table th{color:#999;font-size:12px;line-height:25px;font-weight:bold;text-align:center}.pika-button{cursor:pointer;display:block;box-sizing:border-box;-moz-box-sizing:border-box;outline:0;border:0;margin:0;width:100%;padding:5px;color:#666;font-size:12px;line-height:15px;text-align:right;background:#f5f5f5}.pika-week{font-size:11px;color:#999}.is-today .pika-button{color:#3af;font-weight:bold}.is-selected .pika-button{color:#fff;font-weight:bold;background:#3af;box-shadow:inset 0 1px 3px #178fe5;border-radius:3px}.is-inrange .pika-button{background:#d5e9f7}.is-startrange .pika-button{color:#fff;background:#6cb31d;box-shadow:none;border-radius:3px}.is-endrange .pika-button{color:#fff;background:#3af;box-shadow:none;border-radius:3px}.is-disabled .pika-button,.is-outside-current-month .pika-button{pointer-events:none;cursor:default;color:#999;opacity:.3}.pika-button:hover{color:#fff;background:#ff8000;box-shadow:none;border-radius:3px}.pika-table abbr{border-bottom:0;cursor:help}.handsontable thead th.hiddenHeader:not(:first-of-type){display:none}.handsontable th.beforeHiddenColumn{position:relative}.handsontable th.beforeHiddenColumn::after,.handsontable th.afterHiddenColumn::before{color:#bbb;position:absolute;top:50%;font-size:5pt;transform:translateY(-50%)}.handsontable th.afterHiddenColumn{position:relative}.handsontable th.beforeHiddenColumn::after{right:1px;content:'\25C0'}.handsontable th.afterHiddenColumn::before{left:1px;content:'\25B6'}.handsontable td.firstVisibleColumn,.handsontable th.firstVisibleColumn{border-left:1px solid #CCC}/*!
 * Handsontable DropdownMenu
 */.handsontable .changeType{background:#eee;border-radius:2px;border:1px solid #bbb;color:#bbb;font-size:9px;line-height:9px;padding:2px;margin:3px 1px 0 5px;float:right}.handsontable .changeType:before{content:'\25BC\ '}.handsontable .changeType:hover{border:1px solid #777;color:#777;cursor:pointer}.htDropdownMenu{display:none;position:absolute;z-index:1060}.htDropdownMenu .ht_clone_top,.htDropdownMenu .ht_clone_left,.htDropdownMenu .ht_clone_corner,.htDropdownMenu .ht_clone_debug{display:none}.htDropdownMenu table.htCore{border:1px solid #bbb;border-bottom-width:2px;border-right-width:2px}.htDropdownMenu .wtBorder{visibility:hidden}.htDropdownMenu table tbody tr td{background:white;border-width:0;padding:4px 6px 0 6px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.htDropdownMenu table tbody tr td:first-child{border:0}.htDropdownMenu table tbody tr td.htDimmed{font-style:normal;color:#323232}.htDropdownMenu table tbody tr td.current,.htDropdownMenu table tbody tr td.zeroclipboard-is-hover{background:#e9e9e9}.htDropdownMenu table tbody tr td.htSeparator{border-top:1px solid #bbb;height:0;padding:0;cursor:default}.htDropdownMenu table tbody tr td.htDisabled{color:#999}.htDropdownMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htDropdownMenu table tbody tr.htHidden{display:none}.htDropdownMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:6px}.htDropdownMenu table tbody tr td div span.selected{margin-top:-2px;position:absolute;left:4px}.htDropdownMenu .ht_master .wtHolder{overflow:hidden}/*!
 * Handsontable Filters
 */.htFiltersConditionsMenu{display:none;position:absolute;z-index:1070}.htFiltersConditionsMenu .ht_clone_top,.htFiltersConditionsMenu .ht_clone_left,.htFiltersConditionsMenu .ht_clone_corner,.htFiltersConditionsMenu .ht_clone_debug{display:none}.htFiltersConditionsMenu table.htCore{border:1px solid #bbb;border-bottom-width:2px;border-right-width:2px}.htFiltersConditionsMenu .wtBorder{visibility:hidden}.htFiltersConditionsMenu table tbody tr td{background:white;border-width:0;padding:4px 6px 0 6px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.htFiltersConditionsMenu table tbody tr td:first-child{border:0}.htFiltersConditionsMenu table tbody tr td.htDimmed{font-style:normal;color:#323232}.htFiltersConditionsMenu table tbody tr td.current,.htFiltersConditionsMenu table tbody tr td.zeroclipboard-is-hover{background:#e9e9e9}.htFiltersConditionsMenu table tbody tr td.htSeparator{border-top:1px solid #bbb;height:0;padding:0}.htFiltersConditionsMenu table tbody tr td.htDisabled{color:#999}.htFiltersConditionsMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htFiltersConditionsMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:6px}.htFiltersConditionsMenu table tbody tr td div span.selected{margin-top:-2px;position:absolute;left:4px}.htFiltersConditionsMenu .ht_master .wtHolder{overflow:hidden}.handsontable .htMenuFiltering{border-bottom:1px dotted #ccc;height:135px;overflow:hidden}.handsontable .ht_master table td.htCustomMenuRenderer{background-color:#fff;cursor:auto}.handsontable .htFiltersMenuLabel{font-size:12px}.handsontable .htFiltersMenuActionBar{text-align:center}.handsontable .htFiltersMenuCondition{border-bottom:1px dotted #ccc!important}.handsontable .htFiltersMenuCondition .htUIInput{padding:0 0 5px 0}.handsontable .htFiltersMenuCondition .htUIInput input{width:159px;padding:4px;margin-left:-4px}.handsontable .htFiltersMenuValue{border-bottom:1px dotted #ccc!important}.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch{padding:0}.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input{width:159px;padding:4px;margin-left:-4px}.htUIMultipleSelect .ht_master .wtHolder{overflow-y:scroll}.handsontable .htFiltersActive .changeType{border:1px solid #509272;color:#18804e;background-color:#d2e0d9}.handsontable .htUIClearAll,.handsontable .htUISelectAll{display:inline-block;margin:0 5px}.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{color:#3283d8;font-size:12px}.handsontable .htUISelectionControls{text-align:right}.handsontable .htCheckboxRendererInput{margin:0 5px 0 0;vertical-align:middle;height:1em}.handsontable .htUIInput{padding:3px 0 7px 0;position:relative;text-align:center}.handsontable .htUIInput input{border-radius:2px;border:1px solid #d2d1d1}.handsontable .htUIInput input:focus{outline:0}.handsontable .htUIInputIcon{position:absolute}.handsontable .htUIInput.htUIButton{cursor:pointer;display:inline-block;padding:3px 4px 7px 4px;width:60px}.handsontable .htUIInput.htUIButton input{background-color:#eee;color:#000;cursor:pointer;font-family:arial,sans-serif;font-size:11px;font-weight:bold;height:19px;width:42px}.handsontable .htUIInput.htUIButton input:hover{border-color:#b9b9b9}.handsontable .htUIInput.htUIButtonOK input{background-color:#0f9d58;border-color:#18804e;color:#fff}.handsontable .htUIInput.htUIButtonOK input:hover{border-color:#1a6f46}.handsontable .htUISelect{cursor:pointer;margin-bottom:7px;padding:0 2px 0 0;position:relative;width:169px}.handsontable .htUISelectCaption{background-color:#e8e8e8;border-radius:2px;border:1px solid #d2d1d1;font-family:arial,sans-serif;font-size:11px;font-weight:bold;padding:3px 0 3px 10px}.handsontable .htUISelectCaption:hover{background-color:#e8e8e8;border:1px solid #b9b9b9}.handsontable .htUISelectDropdown:after{content:'▲';font-size:7px;position:absolute;right:10px;top:0}.handsontable .htUISelectDropdown:before{content:'▼';font-size:7px;position:absolute;right:10px;top:8px}.handsontable .htUIMultipleSelect .handsontable .htCore{border:0}.handsontable .htUIMultipleSelect .handsontable .htCore td:hover{background-color:#f5f5f5}.handsontable .htUIMultipleSelectSearch input{border-radius:2px;border:1px solid #d2d1d1;padding:3px;width:161px}.handsontable.ganttChart tr:first-child th div.relative{padding-right:21px}.handsontable.ganttChart .colHeader{display:block}.handsontable.ganttChart td.rangeBar{background:#48b703;border-right-width:0;position:relative;-webkit-box-shadow:inset 0 3px 0 #fff;-moz-box-shadow:inset 0 3px 0 #fff;box-shadow:inset 0 3px 0 #fff}.handsontable.ganttChart td.rangeBar.last{border-right-width:1px}.handsontable.ganttChart td.rangeBar.area{background:#7ec481}.handsontable.ganttChart td.rangeBar.partial{background:#8edf5a}.handsontable.ganttChart td.rangeBar.area.partial{background:#a1d8ad}/*!
 * Handsontable HiddenRows
 */.handsontable th.beforeHiddenRow::before,.handsontable th.afterHiddenRow::after{color:#bbb;font-size:6pt;line-height:6pt;position:absolute;left:2px}.handsontable th.beforeHiddenRow,.handsontable th.afterHiddenRow{position:relative}.handsontable th.beforeHiddenRow::before{content:'▲';bottom:2px}.handsontable th.afterHiddenRow::after{content:'▼';top:2px}.handsontable.ht__selection--rows tbody th.beforeHiddenRow.ht__highlight:before,.handsontable.ht__selection--rows tbody th.afterHiddenRow.ht__highlight:after{color:#eee}.handsontable td.afterHiddenRow.firstVisibleRow,.handsontable th.afterHiddenRow.firstVisibleRow{border-top:1px solid #CCC}.handsontable th.ht_nestingLevels{text-align:left;padding-left:7px}.handsontable th div.ht_nestingLevels{display:inline-block;position:absolute;left:11px}.handsontable.innerBorderLeft th div.ht_nestingLevels,.handsontable.innerBorderLeft ~ .handsontable th div.ht_nestingLevels{right:10px}.handsontable th span.ht_nestingLevel{display:inline-block}.handsontable th span.ht_nestingLevel_empty{display:inline-block;width:10px;height:1px;float:left}.handsontable th span.ht_nestingLevel::after{content:"\2510";font-size:9px;display:inline-block;position:relative;bottom:3px}.handsontable th div.ht_nestingButton{display:inline-block;position:absolute;right:-2px;cursor:pointer}.handsontable th div.ht_nestingButton.ht_nestingExpand::after{content:"\002B"}.handsontable th div.ht_nestingButton.ht_nestingCollapse::after{content:"\002D"}.handsontable.innerBorderLeft th div.ht_nestingButton,.handsontable.innerBorderLeft ~ .handsontable th div.ht_nestingButton{right:0}
