@charset "UTF-8";
/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  /* Prevent artifacts in Mozilla Firefox: */
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -ms-touch-action: pan-y pinch-zoom;
  touch-action: pan-y pinch-zoom;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}

@media (prefers-color-scheme: light) {
  .blueimp-gallery-carousel {
    background: #fff;
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-500px:before {
  content: "\f26e"; }

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

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

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

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

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

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

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

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

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

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

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

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

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

.fa-arrows:before {
  content: "\f047"; }

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

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

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

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

.fa-artstation:before {
  content: "\f77a"; }

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

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

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

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

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

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

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

.fa-bells:before {
  content: "\f77f"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

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

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

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

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

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

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

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

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

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

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

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

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

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

.fa-carrot:before {
  content: "\f787"; }

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

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

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

.fa-cc-apple-pay:before {
  content: "\f416"; }

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

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

.fa-chart-bar:before {
  content: "\f080"; }

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

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

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

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-check:before {
  content: "\f00c"; }

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

.fa-check-double:before {
  content: "\f560"; }

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

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

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

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

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

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

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

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

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

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

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

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

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cpanel:before {
  content: "\f388"; }

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

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

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

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

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

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

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

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

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

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

.fa-external-link-alt:before {
  content: "\f35d"; }

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

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

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

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

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

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

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

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

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

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

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

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

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

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

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

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

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

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

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

.fa-github:before {
  content: "\f09b"; }

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

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

.fa-google-plus-g:before {
  content: "\f0d5"; }

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

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

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

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

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

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

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

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

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

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

.fa-level-down-alt:before {
  content: "\f3be"; }

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

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

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

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

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

.fa-location:before {
  content: "\f601"; }

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

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

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

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

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

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

.fa-loveseat:before {
  content: "\f4cc"; }

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

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

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

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

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

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

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

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

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

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

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

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

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

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

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

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

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

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

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

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

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

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

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

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

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-pie:before {
  content: "\f705"; }

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

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

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

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

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

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

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

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

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-rss:before {
  content: "\f09e"; }

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

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

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

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

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

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

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

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

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

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

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

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

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

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

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

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

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-stars:before {
  content: "\f762"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

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

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

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

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

.fa-th:before {
  content: "\f00a"; }

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

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

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

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

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

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

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

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

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

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

.fa-turkey:before {
  content: "\f725"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

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

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

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

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

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

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

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

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

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

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

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

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

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

.fa-volume-slash:before {
  content: "\f2e2"; }

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

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

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

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

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

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

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

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

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

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

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

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/fa-light-300.eot");
  src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }



.accessibility-trigger {
    position: fixed;
    top: 50%;
    transform: translateY(-50px);
    right: 20px;
    width: 60px;
    height: 60px;
    background: #2e51ab;
    z-index: 5555;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.accessibility-trigger:before {
    content: '\f00c';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    width: 26px;
    height: 26px;
    background: green;
    text-align: center;
    line-height: 22px;
    color: #fff;
    border-radius: 50%;
    right: -5px;
    top: -5px;
    border: 2px solid #fff;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s;
}
.accessibility-trigger.active:before {
    opacity: 1;
    visibility: visible;
}
.accessibility-trigger i {
    font-size: 46px;
    line-height: 62px;
}

.accessibility-hold {
    position: fixed;
    top: 50%;
    background: #fff;
    transform: translateY(-50%);
    right: 100px;
    z-index: 5556;
    width: 330px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.accessibility-hold.close {
    opacity: 1;
    visibility: visible;
}

.accessibility-title {
    background: #2e51ab;
    color: #fff;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 1.2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
}

.accessibility-close,
.accessibility-close:focus,
.accessibility-close:active {
    color: #fff;
    float: right;
    transition: 0.2s;
}
.accessibility-close:hover {
    color: #fff;
    opacity: 0.8;
}

.accessibility-content {
    padding: 20px 20px;
}

.accessibility-content-list {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #999999;
}

.accessibility-content-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.accessibility-content-list > ul > li {
    min-height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    width: 50%;
    text-align: center;
    position: relative;
    border-right: 1px solid #999999;
    cursor: pointer;
}
.accessibility-content-list > ul > li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    width: 26px;
    height: 26px;
    background: green;
    text-align: center;
    line-height: 22px;
    color: #fff;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    border: 2px solid #fff;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s;
}
.accessibility-content-list > ul > li.active:before {
    opacity: 1;
    visibility: visible;
}
.accessibility-content-list > ul > li:nth-child(2n) {
    border-right: none;
}
.accessibility-content-list > ul > li {
    border-bottom: 1px solid #999999;
}
.accessibility-content-list > ul > li:nth-last-child(2),
.accessibility-content-list > ul > li:last-child {
    border-bottom: none;
}

.accessibility-item {
    width: 100%;
}

.accessibility-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.accessibility-icon {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 5px;
}

body.acc-seturation-activated {
    filter: saturate(0)
}

body.acc-links-activated a {
    background: #000000 !important;
    color: #00eeff !important;
    text-decoration: underline !important;
}
body.acc-links-activated a i {
    color: #00eeff !important;
}

body.acc-pointer-activated {
    cursor: url('../img/cursor-lg.png'), auto !important;	
}

body.acc-pointer-activated a:hover {
    cursor: url('../img/cursor-lg.png'), auto !important;	
}
body.acc-pointer-activated .accessibility-trigger {
    cursor: url('../img/cursor-lg.png'), auto !important;	
}
body.acc-pointer-activated .accessibility-content-list > ul > li {
    cursor: url('../img/cursor-lg.png'), auto !important;	
}




body.acc-contrast-1-activated {
    background: #fff !important;
    color: #373737 !important;
}

body.acc-contrast-1-activated .ranks-hold .question {
    color: #373737;
}
body.acc-contrast-1-activated .rating-star:before, 
body.acc-contrast-1-activated .rating2-star:before {
    color: #373737;
}

body.acc-contrast-1-activated .header-middle .slogan span:after {
    background: #373737;
}

body.acc-contrast-1-activated .text3 textarea, 
body.acc-contrast-1-activated .text3 textarea:focus {
    border: 1px solid #373737;;
}

body.acc-contrast-1-activated .header-right .schedule ul li a {
    color: #373737;
}

body.acc-contrast-1-activated .header-right .schedule ul li a {
    color: #373737;
}

body.acc-contrast-1-activated .header-middle .slogan {
    color: #373737;
}

body.acc-contrast-1-activated .header-middle ul li a {
    color:  #373737;
}


body.acc-contrast-1-activated .bg-green {
    background: #fff;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #373737;
}

body.acc-contrast-1-activated .nav ul li a {
    color: #373737;
}

body.acc-contrast-1-activated .nav > ul > li:hover > a {
    color: #fff;
}

body.acc-contrast-1-activated .nav {
    border-right: 1px solid #373737;
    border-left: 1px solid #373737;
}

body.acc-contrast-1-activated .nav > ul > li:hover {
    background: #373737;
}

body.acc-contrast-1-activated .nav ul li {
    border-right: 1px solid #373737;
}
body.acc-contrast-1-activated .nav ul li:last-child {
    border-right: none;
}

body.acc-contrast-1-activated .nav ul li img {
    filter: brightness(0);
}
body.acc-contrast-1-activated .nav ul li:hover img {
    filter: brightness(1);
}

body.acc-contrast-1-activated .nav ul li ul {
    border-top: 2px solid #373737;
}

body.acc-contrast-1-activated .nav ul li ul li {
    border-right: none;
}

body.acc-contrast-1-activated .btn-main, 
body.acc-contrast-1-activated .btn-main:active, 
body.acc-contrast-1-activated .btn-main:focus {
    background: #373737;
    background: linear-gradient(to right, #adadad 50%, #373737 50%);
    background-position: right bottom;
    background-size: 200% 100%;
}
body.acc-contrast-1-activated .btn-main:hover {
    background-position: left bottom;
}

body.acc-contrast-1-activated .slider-block .row-slider-nav .slider-nav {
    background: rgba(55,55,55,0.9);
}

body.acc-contrast-1-activated .slider-block .row-slider-nav .slider-nav ul li a:hover {
    background: #373737;
}

body.acc-contrast-1-activated .accessibility-trigger {
    background: #373737;
}

body.acc-contrast-1-activated .accessibility-title {
    background: #373737;
    color: #fff;
}

body.acc-contrast-1-activated .content {
    background: #fff;
}

body.acc-contrast-1-activated .header-right .search-block input {
    border: 1px solid #373737;
}

body.acc-contrast-1-activated .content-side .side-nav {
    color: #fff;
    background: #373737;
}

body.acc-contrast-1-activated .news-item .news-item-content .news-title a {
    color: #373737;
}

body.acc-contrast-1-activated .news-item .news-item-content .news-info ul li {
    color: #373737;
}

body.acc-contrast-1-activated .news-item .news-item-content .news-info ul li a {
    color:#373737;
}

body.acc-contrast-1-activated .news-item .news-item-content .news-text {
    color: #373737;
}

body.acc-contrast-1-activated .news-item .news-item-content .news-more a {
    color:#373737;
}

body.acc-contrast-1-activated .add-shadow {
    box-shadow: none;
    border: 1px solid #373737;
}
body.acc-contrast-1-activated .tags-list {
    border-left: 1px solid #373737;
}

body.acc-contrast-1-activated  .tags-list ul li a {
    color: #373737;
}

body.acc-contrast-1-activated .news-list>ul>li .add-shadow {
    border-top: none;;
}

body.acc-contrast-1-activated .news-item .news-item-content .news-more {
    border-top: 1px solid #373737;
}

body.acc-contrast-1-activated .side-time-left .side-time-left-counter .counter-slides-text li {
    color:#373737;
}

body.acc-contrast-1-activated .side-time-left a {
    color: #373737;
}

body.acc-contrast-1-activated .side-second-nav-title {
    color: #373737;
}

body.acc-contrast-1-activated .content-main .content-main-title {
    color: #373737;
}

body.acc-contrast-1-activated .content-side .side-lessons-title {
    color: #373737;
}

body.acc-contrast-1-activated .topic-list a {
    color:#373737;
}

body.acc-contrast-1-activated .side-time-left .side-time-left-counter .counter-slides li {
    background: #373737;
}


body.acc-contrast-1-activated .btn-full-archive, 
body.acc-contrast-1-activated .btn-full-archive:active, 
body.acc-contrast-1-activated .btn-full-archive:focus {
    background: #adadad;
    background: linear-gradient(to right, #c2c2c2 50%, #adadad 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

body.acc-contrast-1-activated .btn-full-archive:hover {
    background-position: left bottom;
}

body.acc-contrast-1-activated .logo-list ul li {
    border-bottom: 1px solid #373737;
    border-right: 1px solid #373737;
}
body.acc-contrast-1-activated .logo-list ul {
    border-top: 1px solid #373737;
}

body.acc-contrast-1-activated .logo-list {
    border-left: 1px solid #373737;
}

body.acc-contrast-1-activated .footer {
    background: #fff;
    color: #373737;
    border-top: 1px solid #373737;
}

body.acc-contrast-1-activated .footer .footer-row-block {
    border-bottom: 1px solid #737373;
}

body.acc-contrast-1-activated .footer .footer-row-block .footer-top {
    border-right: 1px solid #737373;
}
body.acc-contrast-1-activated .footer .footer-row-block .footer-top:last-child {
    border-right: none;
}

body.acc-contrast-1-activated .footer .footer-row-block .footer-inside-block {
    border-right: 1px solid #737373;
    color: #666;
}
body.acc-contrast-1-activated .footer .footer-row-block .footer-inside-block:last-child {
    border-right: none;
}

body.acc-contrast-1-activated .footer .footer-row-block .footer-contact-info a {
    color: #373737;
}

body.acc-contrast-1-activated .mobile-top-nav ul li a {
    color: #373737;
}

body.acc-contrast-1-activated .mobile-nav-bottom-block {
    background: #373737;
}

body.acc-contrast-1-activated .topic-list>ul>li {
    border-bottom: 1px solid #373737;
}

body.acc-contrast-1-activated .topic-list.widget-topic-list>ul>li:last-child {
    border-bottom: none;
}

body.acc-contrast-1-activated .topic-list>ul>li>ul:before {
    background: #373737;
}

body.acc-contrast-1-activated .news-flat-item .news-item-content .news-info ul li {
    color: #373737;
}

body.acc-contrast-1-activated .news-flat-item .news-item-content .news-info ul li a {
    color: #373737;
}

body.acc-contrast-1-activated .news-flat-item .news-item-content .news-more a {
    color: #373737;
}

body.acc-contrast-1-activated .news-flat-item {
    border-bottom: 1px solid #373737;
}

body.acc-contrast-1-activated .news-flat-item .news-item-content .news-title a {
    color: #373737;
}

body.acc-contrast-1-activated .news-flat-item .news-item-content .news-text {
    color: #373737;
}

body.acc-contrast-1-activated .btn-archive-green, 
body.acc-contrast-1-activated .btn-archive-green:focus, 
body.acc-contrast-1-activated .btn-archive-green:active {
    color: #373737;
}

body.acc-contrast-1-activated .btn-archive-green:before, 
body.acc-contrast-1-activated .btn-archive-green:focus:before, 
body.acc-contrast-1-activated .btn-archive-green:active:before {
    color: #373737;
}

body.acc-contrast-1-activated .accessibility-content-list > ul > li:before {
    background: #373737;
}


body.acc-contrast-1-activated  .side-top-nav ul li a {
    background: #373737;
    background: linear-gradient(to right, #adadad 50%, #373737 50%);
    background-position: right bottom;
    background-size: 200% 100%;
}
body.acc-contrast-1-activated  .side-top-nav ul li a:hover {
    background-position: left bottom;
}

body.acc-contrast-1-activated .employee-name span {
    color: #373737;
}

body.acc-contrast-1-activated .employee-more a {
    color: #373737;
}

body.acc-contrast-1-activated .employee-other-info p a {
    color: #373737;
}

body.acc-contrast-1-activated .back a {
    display: inline-block;
    color: #373737;
}

body.acc-contrast-1-activated .breads ul li {
    color:#373737;
}

body.acc-contrast-1-activated .breads ul li a {
    color: #373737;
}

body.acc-contrast-1-activated .breads {
    border-bottom: 1px solid #373737;
}

body.acc-contrast-1-activated .employee-more {
    border-top: 1px solid #373737;
    border-bottom: 1px solid #373737;
}

body.acc-contrast-1-activated .employee-horizontal-item {
    border-bottom: 1px solid #373737;
}

body.acc-contrast-1-activated .side-top-nav ul li span {
    background:  #666;
    color: #fff;
}

body.acc-contrast-1-activated .side-top-nav ul li span:after {
    border-top: 8px solid #666;
}

body.acc-contrast-1-activated .employee-list ul li {
    border-bottom: 1px solid #373737;
}

body.acc-contrast-1-activated .links-list {
    border-left: 1px solid #373737;
}

body.acc-contrast-1-activated .links-list ul {
    border-top: 1px solid #373737;
}

body.acc-contrast-1-activated .links-list ul li {
    border-bottom: 1px solid #373737;
    border-right: 1px solid #373737;
}

body.acc-contrast-1-activated .content-main .content-main-title select {
    color: #373737;
    border: 1px solid #373737;
}


body.acc-contrast-1-activated .btn-main-search, 
body.acc-contrast-1-activated .btn-main-search:active, 
body.acc-contrast-1-activated .btn-main-search:focus {
    background: #373737;
    background: linear-gradient(to right, #adadad 50%, #373737 50%);
    background-position: right bottom;
    background-size: 200% 100%;
}
body.acc-contrast-1-activated .btn-main-search:hover {
    background-position: left bottom;
}

body.acc-contrast-1-activated .doc-search-block input, 
body.acc-contrast-1-activated .doc-search-block input:active, 
body.acc-contrast-1-activated .doc-search-block input:focus {
    border: 1px solid #373737;
}

body.acc-contrast-1-activated .get-doc {
    color: #373737;
}


body.acc-contrast-1-activated table th {
    background: #373737;
    border: 1px solid #374ba1;
    border-right: 1px solid rgba(255,255,255,0.1);
}

body.acc-contrast-1-activated .entry a {
    color: #373737;
    text-decoration: underline;
}

body.acc-contrast-1-activated .entry ul li:before {
    background: #373737;
}

body.acc-contrast-1-activated .btn-main-simple, 
body.acc-contrast-1-activated .btn-main-simple:active, 
body.acc-contrast-1-activated .btn-main-simple:focus {
    background: #373737;
    background: linear-gradient(to right, #adadad 50%, #373737 50%);
    background-position: right bottom;
    background-size: 200% 100%;
}
body.acc-contrast-1-activated .btn-main-simple:hover {
    background-position: left bottom;
}

body.acc-contrast-1-activated .form-row label i {
    color: #373737;
}

body.acc-contrast-1-activated .btn-next, 
body.acc-contrast-1-activated .btn-next:active, 
body.acc-contrast-1-activated .btn-next:focus {
    background: #373737;
    background: linear-gradient(to right, #adadad 50%, #373737 50%);
    background-position: right bottom;
    background-size: 200% 100%;
}
body.acc-contrast-1-activated .btn-next:hover {
    background-position: left bottom;
}

body.acc-contrast-1-activated .form-row label input {
    border: 1px solid #373737;
}

body.acc-contrast-1-activated .step-categories-list ul li label {
    color: #373737;
    border: 1px solid #373737;
}

body.acc-contrast-1-activated .form-row span {
    color: #666;
}

body.acc-contrast-1-activated .step-categories-list {
    border-top: 1px solid #373737;
    border-bottom: 1px solid #373737;
}

body.acc-contrast-1-activated .step-success-message i {
    color: #373737;
}

body.acc-contrast-1-activated .btn-plus, 
body.acc-contrast-1-activated .btn-plus:active, 
body.acc-contrast-1-activated .btn-plus:focus {
    background: #373737;
    background: linear-gradient(to right, #adadad 50%, #373737 50%);
    background-position: right bottom;
    background-size: 200% 100%;
}
body.acc-contrast-1-activated .btn-plus:hover {
    background-position: left bottom;
}

body.acc-contrast-1-activated .step-success .callout.success {
    background: #373737;
}

body.acc-contrast-1-activated .step-success .callout.success span {
    color: #373737;
}

body.acc-contrast-1-activated .form-row textarea {
    border: 1px solid #373737;
}

body.acc-contrast-1-activated  .step-agreement label:before {
    border: 1px solid #373737;
}

body.acc-contrast-1-activated .header-middle ul li {
    color: #373737;
}

body.acc-contrast-1-activated .form-row label {
    color: #373737;
}

body.acc-contrast-1-activated .step-categories-title {
    color: #373737;
}

body.acc-contrast-1-activated .step-agreement label {
    color: #373737;
}

/* contrast 2 */



body.acc-contrast-2-activated {
    background: #373737 !important;
    color: #fff !important;
}

body.acc-contrast-2-activated .ranks-hold .question {
    color: #fff;
}

body.acc-contrast-2-activated .rating-star:before, 
body.acc-contrast-2-activated .rating2-star:before {
    color: #fff;
}
body.acc-contrast-2-activated .text3 textarea, 
body.acc-contrast-2-activated .text3 textarea:focus {
    border: 1px solid #fff;
    background: #373737;
    color: #fff;
}

body.acc-contrast-2-activated .ranks-hold {
    background: #373737;
}

body.acc-contrast-2-activated .tags-list ul li a {
    color: #fff;
}

body.acc-contrast-2-activated .tags-hold {
    background: #373737;
}

body.acc-contrast-2-activated .step-agreement label {
    color: #fff;
}

body.acc-contrast-2-activated .step-agreement input:checked+label:before {
    filter: brightness(5);
}

body.acc-contrast-2-activated .step-categories-title {
    color: #fff;
}

body.acc-contrast-2-activated .form-row label {
    color: #fff;
}

body.acc-contrast-2-activated .accessibility-hold {
    background: #373737;
    border: 1px solid #999999;
}
body.acc-contrast-2-activated .content-main-title i {
    color: #fff;
}

body.acc-contrast-2-activated .content-main .content-main-title img {
    filter: brightness(3);
}

body.acc-contrast-2-activated .news-flat-block {
    background: #373737;
}

body.acc-contrast-2-activated .header-middle ul li {
    color: #fff;
}

body.acc-contrast-2-activated .header-middle .slogan span:after {
    background: #fff;
}

body.acc-contrast-2-activated .header-right .schedule ul li a {
    color: #fff;
}

body.acc-contrast-2-activated .header-right .schedule ul li a {
    color: #fff;
}

body.acc-contrast-2-activated .header-middle .slogan {
    color: #fff;
}

body.acc-contrast-2-activated .header-middle ul li a {
    color:  #fff;
}

body.acc-contrast-2-activated .bg-green {
    background: #373737;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

body.acc-contrast-2-activated .mobile-nav-bottom-block ul li {
    border-right: 1px solid #fff;
}

body.acc-contrast-2-activated .mobile-nav-bottom-block ul li:last-child {
    border-right: none;
}

body.acc-contrast-2-activated .nav ul li a {
    color: #fff;
}

body.acc-contrast-2-activated .nav > ul > li:hover > a {
    color: #fff;
}

body.acc-contrast-2-activated .nav ul li ul {
    background: #373737;
}

body.acc-contrast-2-activated .nav > ul > li:hover {
    background: #373737;
}

body.acc-contrast-2-activated .nav {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

body.acc-contrast-2-activated .nav ul li {
    border-right: 1px solid #fff;
}
body.acc-contrast-2-activated .nav ul li:last-child {
    border-right: none;
}

body.acc-contrast-2-activated .nav ul li:hover img {
    filter: brightness(1);
}

body.acc-contrast-2-activated .nav ul li ul {
    border-top: 2px solid #373737;
}

body.acc-contrast-2-activated .nav ul li ul li {
    border-right: none;
}

body.acc-contrast-2-activated .btn-main, 
body.acc-contrast-2-activated .btn-main:active, 
body.acc-contrast-2-activated .btn-main:focus {
    background: #fff;
    background: linear-gradient(to right, #adadad 50%, #373737 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
}
body.acc-contrast-2-activated .btn-main:hover {
    background-position: left bottom;
}

body.acc-contrast-2-activated .slider-block .row-slider-nav .slider-nav {
    background: rgba(55,55,55,0.9);
    border: 1px solid #fff;
}

body.acc-contrast-2-activated .slider-block .row-slider-nav .slider-nav ul li a:hover {
    background: #fff;
    color: #373737;
}

body.acc-contrast-2-activated .accessibility-trigger {
    background: #fff;
    color: #373737;
}

body.acc-contrast-2-activated .accessibility-title {
    background: #373737;
    color: #fff;
    border-bottom: 1px solid #999999;
}

body.acc-contrast-2-activated .content {
    background: #373737;
}

body.acc-contrast-2-activated .header-right .search-block input {
    border: 1px solid #fff;
}

body.acc-contrast-2-activated .content-side .side-nav {
    color: #fff;
    background: #373737;
    border: 1px solid #fff;
}

body.acc-contrast-2-activated .widget-topic-list {
    background: #373737;
}

body.acc-contrast-2-activated .news-item .news-item-content .news-title a {
    color: #fff;
}

body.acc-contrast-2-activated .news-item .news-item-content .news-info ul li {
    color: #fff;
}

body.acc-contrast-2-activated .news-item .news-item-content .news-info ul li a {
    color:#373737;
}

body.acc-contrast-2-activated .news-item .news-item-content .news-text {
    color: #fff;
}

body.acc-contrast-2-activated .news-item .news-item-content .news-more a {
    color:#373737;
}

body.acc-contrast-2-activated .add-shadow {
    box-shadow: none;
    border: 1px solid #fff;
}

body.acc-contrast-2-activated .news-item .news-item-content {
    background: #373737;
}

body.acc-contrast-2-activated .news-list>ul>li .add-shadow {
    border-top: none;;
}

body.acc-contrast-2-activated .news-item .news-item-content .news-more {
    border-top: 1px solid #fff;
}

body.acc-contrast-2-activated .side-time-left .side-time-left-counter .counter-slides-text li {
    color:#fff;
}

body.acc-contrast-2-activated .side-time-left a {
    color: #fff;
}

body.acc-contrast-2-activated .side-second-nav-title {
    color: #fff;
}

body.acc-contrast-2-activated .content-main .content-main-title {
    color: #fff;
}

body.acc-contrast-2-activated .content-side .side-lessons-title {
    color: #fff;
}

body.acc-contrast-2-activated .topic-list a {
    color:#fff;
}

body.acc-contrast-2-activated .side-languages {
    background: #373737;
}

body.acc-contrast-2-activated .side-time-left .side-time-left-counter .counter-slides li {
    background: #373737;
    border-right: none;
    border: 1px solid #666;
}

body.acc-contrast-2-activated .side-time-left {
    background: #373737;
}


body.acc-contrast-2-activated .btn-full-archive, 
body.acc-contrast-2-activated .btn-full-archive:active, 
body.acc-contrast-2-activated .btn-full-archive:focus {
    background: #adadad;
    background: linear-gradient(to right, #c2c2c2 50%, #adadad 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

body.acc-contrast-2-activated .btn-full-archive:hover {
    background-position: left bottom;
}

body.acc-contrast-2-activated .logo-list ul li {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #373737;
}
body.acc-contrast-2-activated .logo-list ul {
    border-top: 1px solid #fff;
}

body.acc-contrast-2-activated .logo-list {
    border-left: 1px solid #fff;
}

body.acc-contrast-2-activated .footer {
    background: #373737;
    color: #fff;
    border-top: 1px solid #fff;
}

body.acc-contrast-2-activated .footer .footer-row-block {
    border-bottom: 1px solid #737373;
}

body.acc-contrast-2-activated .footer .footer-row-block .footer-top {
    border-right: 1px solid #737373;
}
body.acc-contrast-2-activated .footer .footer-row-block .footer-top:last-child {
    border-right: none;
}

body.acc-contrast-2-activated .footer .footer-row-block .footer-inside-block {
    border-right: 1px solid #737373;
    color: #fff;
}
body.acc-contrast-2-activated .footer .footer-row-block .footer-inside-block:last-child {
    border-right: none;
}

body.acc-contrast-2-activated .footer .footer-row-block .footer-inside-block .footer-middle-nav ul li a {
    color: #fff;
}

body.acc-contrast-2-activated .footer .footer-row-block .footer-contact-info a {
    color: #fff;
}

body.acc-contrast-2-activated .mobile-top-nav ul li a {
    color: #fff;
}

body.acc-contrast-2-activated .mobile-nav-bottom-block {
    background: #373737;
    border-top: 1px solid #fff;
}

body.acc-contrast-2-activated .topic-list>ul>li {
    border-bottom: 1px solid #fff;
}

body.acc-contrast-2-activated .topic-list.widget-topic-list>ul>li:last-child {
    border-bottom: none;
}

body.acc-contrast-2-activated .topic-list>ul>li>ul:before {
    background: #fff;
}

body.acc-contrast-2-activated .news-flat-item .news-item-content .news-info ul li {
    color: #fff;
}

body.acc-contrast-2-activated .news-flat-item .news-item-content .news-info ul li a {
    color: #fff;
}

body.acc-contrast-2-activated .news-flat-item .news-item-content .news-more a {
    color: #fff;
}

body.acc-contrast-2-activated .news-flat-item {
    border-bottom: 1px solid #fff;
}

body.acc-contrast-2-activated .news-flat-item .news-item-content .news-title a {
    color: #fff;
}

body.acc-contrast-2-activated .news-flat-item .news-item-content .news-text {
    color: #fff;
}

body.acc-contrast-2-activated .btn-archive-green, 
body.acc-contrast-2-activated .btn-archive-green:focus, 
body.acc-contrast-2-activated .btn-archive-green:active {
    color: #fff;
}

body.acc-contrast-2-activated .btn-archive-green:before, 
body.acc-contrast-2-activated .btn-archive-green:focus:before, 
body.acc-contrast-2-activated .btn-archive-green:active:before {
    color: #fff;
}

body.acc-contrast-2-activated .accessibility-content-list > ul > li:before {
    background: #fff;
    color: #373737;
    border: 2px solid #373737;
}

body.acc-contrast-2-activated .side-top-nav ul li a {
    background: #fff;
    background: linear-gradient(to right, #adadad 50%, #373737 50%);
    background-position: right bottom;
    background-size: 200% 100%;
}
body.acc-contrast-2-activated  .side-top-nav ul li a:hover {
    background-position: left bottom;
}

body.acc-contrast-2-activated .employee-name span {
    color: #fff;
}

body.acc-contrast-2-activated .employee-more a {
    color: #fff;
}

body.acc-contrast-2-activated .employee-other-info p a {
    color: #fff;
}

body.acc-contrast-2-activated .back a {
    display: inline-block;
    color: #fff;
}

body.acc-contrast-2-activated .breads ul li {
    color:#fff;
}

body.acc-contrast-2-activated .breads ul li a {
    color: #fff;
}

body.acc-contrast-2-activated .widget-docs:before {
    filter: brightness(5);
}

body.acc-contrast-2-activated .widget-docs {
    background: #373737;
}
body.acc-contrast-2-activated .content-school {
    background: #373737;
}

body.acc-contrast-2-activated .links-list ul li a {
    color: #fff;
}

body.acc-contrast-2-activated .side-top-nav {
    border: 1px solid #fff;
}

body.acc-contrast-2-activated .employee-other-info {
    color: #fff;
}

body.acc-contrast-2-activated .breads {
    border-bottom: 1px solid #fff;
}

body.acc-contrast-2-activated .employee-more {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

body.acc-contrast-2-activated .employee-horizontal-item {
    border-bottom: 1px solid #fff;
}

body.acc-contrast-2-activated .side-top-nav ul li span {
    background:  #666;
    color: #fff;
}

body.acc-contrast-2-activated .side-top-nav ul li span:after {
    border-top: 8px solid #666;
}

body.acc-contrast-2-activated .employee-list ul li {
    border-bottom: 1px solid #fff;
}

body.acc-contrast-2-activated .links-list {
    border-left: 1px solid #fff;
}

body.acc-contrast-2-activated .links-list ul {
    border-top: 1px solid #fff;
}

body.acc-contrast-2-activated .links-list ul li {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

body.acc-contrast-2-activated .content-main .content-main-title select {
    color: #373737;
    border: 1px solid #fff;
}

body.acc-contrast-2-activated .btn-main-search, 
body.acc-contrast-2-activated .btn-main-search:active, 
body.acc-contrast-2-activated .btn-main-search:focus {
    background: #fff;
    background: linear-gradient(to right, #adadad 50%, #373737 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
}
body.acc-contrast-2-activated .btn-main-search:hover {
    background-position: left bottom;
}

body.acc-contrast-2-activated .doc-search-block input, 
body.acc-contrast-2-activated .doc-search-block input:active, 
body.acc-contrast-2-activated .doc-search-block input:focus {
    border: 1px solid #fff;
}

body.acc-contrast-2-activated .get-doc {
    color: #373737;
}


body.acc-contrast-2-activated table th {
    background: #666;
    border: 1px solid #666;
    border-right: 1px solid rgba(255,255,255,0.1);
}

body.acc-contrast-2-activated .entry p {
    color: #fff;
}

body.acc-contrast-2-activated .entry a {
    color: #fff;
    text-decoration: underline;
}

body.acc-contrast-2-activated .entry ul {
    color: #fff;
}

body.acc-contrast-2-activated .entry ol li {
    color: #fff;
}

body.acc-contrast-2-activated .entry ul li:before {
    background: #fff;
}

body.acc-contrast-2-activated .btn-main-simple, 
body.acc-contrast-2-activated .btn-main-simple:active, 
body.acc-contrast-2-activated .btn-main-simple:focus {
    background: #fff;
    background: linear-gradient(to right, #adadad 50%, #373737 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
}
body.acc-contrast-2-activated .btn-main-simple:hover {
    background-position: left bottom;
}

body.acc-contrast-2-activated .form-row label i {
    color: #fff;
}

body.acc-contrast-2-activated .btn-next, 
body.acc-contrast-2-activated .btn-next:active, 
body.acc-contrast-2-activated .btn-next:focus {
    background: #fff;
    background: linear-gradient(to right, #adadad 50%, #373737 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
}
body.acc-contrast-2-activated .btn-next:hover {
    background-position: left bottom;
}

body.acc-contrast-2-activated .form-row label input {
    border: 1px solid #fff;
    background: #373737;
}

body.acc-contrast-2-activated .step-categories-list ul li label {
    color: #fff;
    border: 1px solid #fff;
}

body.acc-contrast-2-activated .form-row span {
    color: #fff;
}

body.acc-contrast-2-activated .step-categories-list {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

body.acc-contrast-2-activated .step-success-message i {
    color: #fff;
}

body.acc-contrast-2-activated .btn-plus, 
body.acc-contrast-2-activated .btn-plus:active, 
body.acc-contrast-2-activated .btn-plus:focus {
    background: #fff;
    background: linear-gradient(to right, #adadad 50%, #373737 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
}
body.acc-contrast-2-activated .btn-plus:hover {
    background-position: left bottom;
}

body.acc-contrast-2-activated .step-success .callout.success {
    background: #373737;
    color: #373737;
    border: 1px solid #fff;
}

body.acc-contrast-2-activated .step-success .callout.success span {
    color: #373737;
}

body.acc-contrast-2-activated .form-row textarea {
    border: 1px solid #fff;
    background: #373737;
}

body.acc-contrast-2-activated .step-agreement label:before {
    border: 1px solid #fff;
}

body.acc-contrast-2-activated .footer .footer-row-block .footer-top a {
    color: #fff;
}

body.acc-contrast-2-activated .accessibility-holder ul {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.5);
}
body.acc-contrast-2-activated .acc-trigger {
    background: #373737;
    color: #fff;
}
body.acc-contrast-2-activated .acc-size img {
    filter: brightness(10);
}
body.acc-contrast-2-activated .accessibility-holder > span {
    color: #fff;
}


/* size 1 */
body.acc-size-1-activated .btn-grey-simple, 
body.acc-size-1-activated .btn-grey-simple:active, 
body.acc-size-1-activated .btn-grey-simple:focus {
    font-size: 15px;
}

body.acc-size-1-activated .accessibility-tooltip {
    font-size: 16px;
}
body.acc-size-1-activated .ranks-hold .question {
    font-size: 17px;
}
body.acc-size-1-activated .rating-star:before, 
body.acc-size-1-activated .rating2-star:before {
    font-size: 17px;
}

body.acc-size-1-activated .tags-list ul li a {
    font-size: 17px;
}

body.acc-size-1-activated .tags-left {
    font-size: 16px;
}

body.acc-size-1-activated .header-middle .slogan {
    font-size: 22px;
}

body.acc-size-1-activated .btn-main, 
body.acc-size-1-activated .btn-main:active, 
body.acc-size-1-activated .btn-main:focus {
    font-size: 15px;
}

body.acc-size-1-activated .nav ul li a.events {
    padding-left: 50px;
}

body.acc-size-1-activated .nav ul li a.achievements {
    padding-left: 50px;
}

body.acc-size-1-activated .header-right .schedule ul li:last-child a {
    padding-right: 0;
}

body.acc-size-1-activated .nav ul li a {
    padding-left: 14px;
    padding-right: 14px;
}

body.acc-size-1-activated .header-middle ul li {
    font-size: 16px;
}

body.acc-size-1-activated .header-right .schedule ul li {
    font-size: 15px;
}

body.acc-size-1-activated .header-right .schedule ul li span {
    font-size: 17px;
}

body.acc-size-1-activated .nav ul li {
    font-size: 16px;
}

body.acc-size-1-activated .nav ul li ul li {
    font-size: 17px;
}

body.acc-size-1-activated .slider-content .content-block .slider-header {
    font-size: 26px;
}

body.acc-size-1-activated .slider-content .content-block .slider-paragraph {
    font-size: 17px;
}

body.acc-size-1-activated .slider-block .row-slider-nav .slider-nav ul li {
    font-size: 16px;
}

body.acc-size-1-activated .content-main .content-main-title {
    font-size: 32px;
}

body.acc-size-1-activated .content-side .side-lessons-title {
    font-size: 15px;
}

body.acc-size-1-activated .content-side .side-nav ul li {
    font-size: 16px;
}

.content-main .content-main-title select {
    font-size: 15px;
}

body.acc-size-1-activated .news-item .news-item-content .news-title {
    font-size: 18px;
}
body.acc-size-1-activated .news-item .news-item-content .news-info ul li {
    font-size: 15px;
}

body.acc-size-1-activated .news-item .news-item-content .news-text {
    font-size: 17px;
}

body.acc-size-1-activated .news-item .news-item-content .news-more a {
    font-size: 16px;
}
body.acc-size-1-activated .side-time-left .side-time-left-title {
    font-size: 19px;
}
body.acc-size-1-activated .side-time-left .side-time-left-counter .counter-slides-text li {
    font-size: 12px;
}

body.acc-size-1-activated .side-second-nav-title {
    font-size: 26px;
}

body.acc-size-1-activated .topic-list>ul>li {
    font-size: 16px;
}

body.acc-size-1-activated .topic-list>ul>li>ul>li {
    font-size: 14px;
}

body.acc-size-1-activated .side-languages {
    font-size: 16px;
}

body.acc-size-1-activated .logo-list ul li a {
    font-size: 16px;
}

body.acc-size-1-activated .footer .footer-row-block .footer-top a {
    font-size: 17px;
}

body.acc-size-1-activated .footer .footer-row-block .footer-inside-block .footer-middle-title {
    font-size: 19px;
}

body.acc-size-1-activated .footer .footer-row-block .footer-inside-block .footer-middle-nav {
    font-size: 15px;
}

body.acc-size-1-activated .footer .footer-row-block .footer-inside-block .footer-bottom-centered .footer-bottom-title {
    font-size: 19px;
}

body.acc-size-1-activated .btn-grey, 
body.acc-size-1-activated .btn-grey:active, 
body.acc-size-1-activated .btn-grey:focus {
    font-size: 15px;
}

body.acc-size-1-activated .footer .footer-row-block .footer-contact-info {
    font-size: 15px;
}

body.acc-size-1-activated .footer .footer-row-block .footer-inside-block .footer-bottom-centered .footer-bottom-subtext {
    font-size: 15px;
}

body.acc-size-1-activated .footer .footer-copyright-block {
    font-size: 13px;
}

body.acc-size-1-activated .news-flat-item .news-item-content .news-title {
    font-size: 19px;
}

body.acc-size-1-activated .news-flat-item .news-item-content .news-info ul li {
    font-size: 15px;
}

body.acc-size-1-activated .news-flat-item .news-item-content .news-text {
    font-size: 17px;
}

body.acc-size-1-activated .news-flat-item .news-item-content .news-more a {
    font-size: 16px;
}

body.acc-size-1-activated .btn-archive-green, 
body.acc-size-1-activated .btn-archive-green:focus, 
body.acc-size-1-activated .btn-archive-green:active {
    font-size: 15px;
}

body.acc-size-1-activated .content-subtitle {
    font-size: 26px;
}

body.acc-size-1-activated .accessibility-title {
    font-size: 18px;
}

body.acc-size-1-activated .accessibility-text {
    font-size: 16px;
}

body.acc-size-1-activated .breads ul li {
    font-size: 15px;
}

body.acc-size-1-activated .employee-name {
    font-size: 20px;
}

body.acc-size-1-activated .employee-name span {
    font-size: 17px;
}

body.acc-size-1-activated .employee-more a {
    font-size: 17px;
}

body.acc-size-1-activated .employee-other-info {
    font-size: 17px;
}

body.acc-size-1-activated .back a {
    font-size: 18px;
}

body.acc-size-1-activated .callout {
    font-size: 17px;
}

body.acc-size-1-activated .content-side .side-lessons-timetable {
    font-size: 15px;
}

body.acc-size-1-activated .yearbook-trigger-block .yearbook-trigger {
    font-size: 15px;
}

body.acc-size-1-activated .site-pagination ul li a {
    font-size: 15px;
}

body.acc-size-1-activated .header-right .search-block input::-webkit-input-placeholder {
	font-size: 16px;
}
body.acc-size-1-activated .header-right .search-block input::-moz-placeholder {
	font-size: 16px;
}
body.acc-size-1-activated .header-right .search-block input:-ms-input-placeholder {
	font-size: 16px;
}
body.acc-size-1-activated .header-right .search-block input:-moz-placeholder {
	font-size: 16px;
}
body.acc-size-1-activated .doc-search-block input::-webkit-input-placeholder {
	font-size: 16px;
}
body.acc-size-1-activated .doc-search-block input::-moz-placeholder {
	font-size: 16px;
}
body.acc-size-1-activated .doc-search-block input:-ms-input-placeholder {
	font-size: 16px;
}
body.acc-size-1-activated .doc-search-block input:-moz-placeholder {
	font-size: 16px;
}

body.acc-size-1-activated .btn-main-search, 
body.acc-size-1-activated .btn-main-search:active, 
body.acc-size-1-activated .btn-main-search:focus {
    font-size: 15px;
}

body.acc-size-1-activated table {
    font-size: 17px;
}

body.acc-size-1-activated .entry p {
    font-size: 17px;
}

body.acc-size-1-activated .entry h1 {
    font-size: 32px;
}

body.acc-size-1-activated .entry h2 {
    font-size: 26px;
}

body.acc-size-1-activated .entry h3 {
    font-size: 20px;
}

body.acc-size-1-activated .entry ul li {
    font-size: 17px;
}

body.acc-size-1-activated .entry ol li {
    font-size: 17px;
}

body.acc-size-1-activated blockquote span {
    font-size: 15px;
}

body.acc-size-1-activated .entry table tbody td {
    font-size: 15px;
}

body.acc-size-1-activated .entry table p {
    font-size: 15px;
}

body.acc-size-1-activated .entry h4 {
    font-size: 18px;
}

body.acc-size-1-activated .btn-main-simple, 
body.acc-size-1-activated .btn-main-simple:active, 
body.acc-size-1-activated .btn-main-simple:focus {
    font-size: 15px;
}

body.acc-size-1-activated .links-list ul li a {
    font-size: 19px;
}

body.acc-size-1-activated .form-row label {
    font-size: 17px;
}

body.acc-size-1-activated .form-row span {
    font-size: 15px;
}

body.acc-size-1-activated .step-categories-title {
    font-size: 17px;
}

body.acc-size-1-activated .btn-next, 
body.acc-size-1-activated .btn-next:active, 
body.acc-size-1-activated .btn-next:focus {
    font-size: 15px;
}

body.acc-size-1-activated .step-categories-list ul li label {
    font-size: 15px;
}

body.acc-size-1-activated .form-row label input::-webkit-input-placeholder {
	font-size: 15px;
}
body.acc-size-1-activated .form-row label input::-moz-placeholder {
	font-size: 15px;
}
body.acc-size-1-activated .form-row label input:-ms-input-placeholder {
	font-size: 15px;
}
body.acc-size-1-activated .form-row label input:-moz-placeholder {
	font-size: 15px;
}

body.acc-size-1-activated .form-row label i {
    top: 43px;
}

body.acc-size-1-activated .form-row label input {
    font-size: 15px;
}

body.acc-size-1-activated .side-top-nav ul li span {
    font-size: 13px;
}

body.acc-size-1-activated .form-row textarea {
    font-size: 15px;
}

body.acc-size-1-activated  .step-label {
    font-size: 17px;
}

body.acc-size-1-activated .area-counter {
    font-size: 15px;
}

body.acc-size-1-activated .step-gallery-title {
    font-size: 15px;
}

body.acc-size-1-activated .step-agreement label {
    font-size: 15px;
}

body.acc-size-1-activated .btn-plus, 
body.acc-size-1-activated .btn-plus:active, 
body.acc-size-1-activated .btn-plus:focus {
    font-size: 15px;
}

body.acc-size-1-activated .content-main .content-main-title select {
    font-size: 15px;
}

body.acc-size-1-activated .side-time-left a {
    font-size: 16px;
}




/* size 2 */
body.acc-size-2-activated .btn-grey-simple, 
body.acc-size-2-activated .btn-grey-simple:active, 
body.acc-size-2-activated .btn-grey-simple:focus {
    font-size: 17px;
}

body.acc-size-2-activated .accessibility-tooltip {
    font-size: 18px;
}

body.acc-size-2-activated .ranks-hold .question {
    font-size:19px;
}
body.acc-size-2-activated .rating-star:before, 
body.acc-size-2-activated .rating2-star:before {
    font-size: 19px;
}

body.acc-size-2-activated .tags-list ul li a {
    font-size: 19px;
}

body.acc-size-2-activated .tags-left {
    font-size: 18px;
}

body.acc-size-2-activated .step-label {
    font-size: 19px;
}

body.acc-size-2-activated .side-time-left a {
    font-size: 18px;
}

body.acc-size-2-activated .content-main .content-main-title select {
    font-size: 17px;
}

body.acc-size-2-activated .header-middle .slogan {
    font-size: 25px;
}

body.acc-size-2-activated .btn-main, 
body.acc-size-2-activated .btn-main:active, 
body.acc-size-2-activated .btn-main:focus {
    font-size: 17px;
}

body.acc-size-2-activated .nav ul li a.events.events:after {
    top: 12px;
    left: 12px;
}

body.acc-size-2-activated .nav ul li a.achievements.achievements:after {
    top: 12px;
    left: 10px;
}

body.acc-size-2-activated .nav ul li a.events {
    padding-left: 36px;
}

body.acc-size-2-activated .nav ul li a.achievements {
    padding-left: 36px;
}

body.acc-size-2-activated .header-right .schedule ul li:last-child a {
    padding-right: 0;
}

body.acc-size-2-activated .nav ul li a {
    padding-left: 7px;
    padding-right: 7px;
}

body.acc-size-2-activated .header-middle ul li {
    font-size: 18px;
}

body.acc-size-2-activated .header-right .schedule ul li {
    font-size: 17px;
}

body.acc-size-2-activated .header-right .schedule ul li span {
    font-size: 19px;
}

body.acc-size-2-activated .nav ul li {
    font-size: 18px;
}

body.acc-size-2-activated .nav ul li ul li {
    font-size: 19px;
}

body.acc-size-2-activated .slider-content .content-block .slider-header {
    font-size: 29px;
}

body.acc-size-2-activated .slider-content .content-block .slider-paragraph {
    font-size: 19px;
}

body.acc-size-2-activated .slider-block .row-slider-nav .slider-nav ul li {
    font-size: 18px;
}

body.acc-size-2-activated .content-main .content-main-title {
    font-size: 35px;
}

body.acc-size-2-activated .content-side .side-lessons-title {
    font-size: 17px;
}

body.acc-size-2-activated .content-side .side-nav ul li {
    font-size: 18px;
}

.content-main .content-main-title select {
    font-size: 17px;
}

body.acc-size-2-activated .news-item .news-item-content .news-title {
    font-size: 20px;
}
body.acc-size-2-activated .news-item .news-item-content .news-info ul li {
    font-size: 17px;
}

body.acc-size-2-activated .news-item .news-item-content .news-text {
    font-size: 19px;
}

body.acc-size-2-activated .news-item .news-item-content .news-more a {
    font-size: 18px;
}
body.acc-size-2-activated .side-time-left .side-time-left-title {
    font-size: 21px;
}
body.acc-size-2-activated .side-time-left .side-time-left-counter .counter-slides-text li {
    font-size: 14px;
}

body.acc-size-2-activated .side-second-nav-title {
    font-size: 29px;
}

body.acc-size-2-activated .topic-list>ul>li {
    font-size: 18px;
}

body.acc-size-2-activated .topic-list>ul>li>ul>li {
    font-size: 16px;
}

body.acc-size-2-activated .side-languages {
    font-size: 18px;
}

body.acc-size-2-activated .logo-list ul li a {
    font-size: 18px;
}

body.acc-size-2-activated .footer .footer-row-block .footer-top a {
    font-size: 19px;
}

body.acc-size-2-activated .footer .footer-row-block .footer-inside-block .footer-middle-title {
    font-size: 21px;
}

body.acc-size-2-activated .footer .footer-row-block .footer-inside-block .footer-middle-nav {
    font-size: 17px;
}

body.acc-size-2-activated .footer .footer-row-block .footer-inside-block .footer-bottom-centered .footer-bottom-title {
    font-size: 21px;
}

body.acc-size-2-activated .btn-grey, 
body.acc-size-2-activated .btn-grey:active, 
body.acc-size-2-activated .btn-grey:focus {
    font-size: 17px;
}

body.acc-size-2-activated .footer .footer-row-block .footer-contact-info {
    font-size: 17px;
}

body.acc-size-2-activated .footer .footer-row-block .footer-inside-block .footer-bottom-centered .footer-bottom-subtext {
    font-size: 17px;
}

body.acc-size-2-activated .footer .footer-copyright-block {
    font-size: 15px;
}

body.acc-size-2-activated .news-flat-item .news-item-content .news-title {
    font-size: 21px;
}

body.acc-size-2-activated .news-flat-item .news-item-content .news-info ul li {
    font-size: 17px;
}

body.acc-size-2-activated .news-flat-item .news-item-content .news-text {
    font-size: 19px;
}

body.acc-size-2-activated .news-flat-item .news-item-content .news-more a {
    font-size: 18px;
}

body.acc-size-2-activated .btn-archive-green, 
body.acc-size-2-activated .btn-archive-green:focus, 
body.acc-size-2-activated .btn-archive-green:active {
    font-size: 17px;
}

body.acc-size-2-activated .content-subtitle {
    font-size: 29px;
}

body.acc-size-2-activated .accessibility-title {
    font-size: 20px;
}

body.acc-size-2-activated .accessibility-text {
    font-size: 18px;
}

body.acc-size-2-activated .breads ul li {
    font-size: 17px;
}

body.acc-size-2-activated .employee-name {
    font-size: 23px;
}

body.acc-size-2-activated .employee-name span {
    font-size: 19px;
}

body.acc-size-2-activated .employee-more a {
    font-size: 19px;
}

body.acc-size-2-activated .employee-other-info {
    font-size: 19px;
}

body.acc-size-2-activated .back a {
    font-size: 20px;
}

body.acc-size-2-activated .callout {
    font-size: 19px;
}

body.acc-size-2-activated .content-side .side-lessons-timetable {
    font-size: 17px;
}

body.acc-size-2-activated .yearbook-trigger-block .yearbook-trigger {
    font-size: 17px;
}

body.acc-size-2-activated .site-pagination ul li a {
    font-size: 17px;
}

body.acc-size-2-activated .header-right .search-block input::-webkit-input-placeholder {
	font-size: 18px;
}
body.acc-size-2-activated .header-right .search-block input::-moz-placeholder {
	font-size: 18px;
}
body.acc-size-2-activated .header-right .search-block input:-ms-input-placeholder {
	font-size: 18px;
}
body.acc-size-2-activated .header-right .search-block input:-moz-placeholder {
	font-size: 18px;
}
body.acc-size-2-activated .doc-search-block input::-webkit-input-placeholder {
	font-size: 18px;
}
body.acc-size-2-activated .doc-search-block input::-moz-placeholder {
	font-size: 18px;
}
body.acc-size-2-activated .doc-search-block input:-ms-input-placeholder {
	font-size: 18px;
}
body.acc-size-2-activated .doc-search-block input:-moz-placeholder {
	font-size: 18px;
}

body.acc-size-2-activated .btn-main-search, 
body.acc-size-2-activated .btn-main-search:active, 
body.acc-size-2-activated .btn-main-search:focus {
    font-size: 17px;
    padding-top: 12px;
}

body.acc-size-2-activated table {
    font-size: 19px;
}

body.acc-size-2-activated .entry p {
    font-size: 19px;
}

body.acc-size-2-activated .entry h1 {
    font-size: 35px;
}

body.acc-size-2-activated .entry h2 {
    font-size: 29px;
}

body.acc-size-2-activated .entry h3 {
    font-size: 23px;
}

body.acc-size-2-activated .entry ul li {
    font-size: 19px;
}

body.acc-size-2-activated .entry ol li {
    font-size: 19px;
}

body.acc-size-2-activated blockquote span {
    font-size: 18px;
}

body.acc-size-2-activated .entry table tbody td {
    font-size: 17px;
}

body.acc-size-2-activated .entry table p {
    font-size: 17px;
}

body.acc-size-2-activated .entry h4 {
    font-size: 20px;
}

body.acc-size-2-activated .btn-main-simple, 
body.acc-size-2-activated .btn-main-simple:active, 
body.acc-size-2-activated .btn-main-simple:focus {
    font-size: 17px;
}

body.acc-size-2-activated .links-list ul li a {
    font-size: 21px;
}

body.acc-size-2-activated .form-row label {
    font-size: 19px;
}

body.acc-size-2-activated .form-row span {
    font-size: 17px;
}

body.acc-size-2-activated .step-categories-title {
    font-size: 19px;
}

body.acc-size-2-activated .btn-next, 
body.acc-size-2-activated .btn-next:active, 
body.acc-size-2-activated .btn-next:focus {
    font-size: 17px;
}

body.acc-size-2-activated .step-categories-list ul li label {
    font-size: 17px;
}

body.acc-size-2-activated .form-row label input::-webkit-input-placeholder {
	font-size: 17px;
}
body.acc-size-2-activated .form-row label input::-moz-placeholder {
	font-size: 17px;
}
body.acc-size-2-activated .form-row label input:-ms-input-placeholder {
	font-size: 17px;
}
body.acc-size-2-activated .form-row label input:-moz-placeholder {
	font-size: 17px;
}

body.acc-size-2-activated .form-row label i {
    top: 43px;
}

body.acc-size-2-activated .form-row label input {
    font-size: 17px;
}

body.acc-size-2-activated .side-top-nav ul li span {
    font-size: 15px;
}

body.acc-size-2-activated .form-row textarea {
    font-size: 15px;
}


body.acc-size-2-activated .area-counter {
    font-size: 17px;
}

body.acc-size-2-activated .step-gallery-title {
    font-size: 17px;
}

body.acc-size-2-activated .step-agreement label {
    font-size: 17px;
}

body.acc-size-2-activated .btn-plus, 
body.acc-size-2-activated .btn-plus:active, 
body.acc-size-2-activated .btn-plus:focus {
    font-size: 17px;
}

/* new accessibility */

.acc-trig {
    position: absolute;
    left: 53px;
    width: 53px;
    height: 53px;
    top: 50%;
    transform: translateY(calc(-50% - 26px));
    z-index: 5;
    background: #0D1821;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.accessibility-holder {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 500;
    transition: 0.3s;
}
.accessibility-holder.active {
    left: 0;
}
.accessibility-holder ul {
    width: 53px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 10;
}
.accessibility-holder ul li {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.accessibility-holder ul li:last-child {
    border-bottom: none;
}
.acc-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    background: #fff;
    color: #373737;
    cursor: pointer;
}

.acc-trigger i {
    font-size: 22px;
    position: relative;
    z-index: 5;
}
.acc-trigger > img {
    font-size: 22px;
    position: relative;
    z-index: 5;
}

.accessibility-tooltip {
    position: absolute;
    left: calc(100% + 18px);
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    background: #fff;
    font-size: 14px;
    color: #373737;
    padding: 18px 20px;
    line-height: 1.2;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
    display: none;
    transition: 0.1s;
}
.accessibility-tooltip.current {
    display: block;
}
.accessibility-tooltip:before {
    content: '';
    position: absolute;
    right: calc(100% - 1px);
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.accessibility-holder ul li:hover .accessibility-tooltip {
    opacity: 1;
    visibility: visible;
}

.acc-size img {
    max-width: 25px;
    position: relative;
    z-index: 5;
}

.accessibility-holder > span {
    width: 53px;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #373737;
    opacity: 0;
    visibility: hidden;
}

.accessibility-holder > span.close {
    opacity: 1;
    visibility: visible;
}

.accessibility-holder > span i {
    cursor: pointer;
    font-size: 20px;
}

.accessibility-steps {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.accessibility-steps {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accessibility-steps ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: none;
}
.accessibility-steps ul li {
    height: 100%;
    background: transparent;
    width: 100%;
    border-bottom: none;
}
.accessibility-steps ul li.active {
    background: #aae9d5;
}
.accesibility-off {
    display: none;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #373737;
    font-size: 18px;
}

body.acc-contrast-1-activated .callout.warning {
    background-color: #fff;
    color: #373737;
    border: 1px solid #373737;
}

body.acc-contrast-1-activated .warning-block button span {
    color: #373737;
    opacity: 1;
}

body.acc-contrast-1-activated .warning-block button {
    border: 1px solid #373737;
    color: #373737;
    opacity: 1;
}

body.acc-contrast-1-activated .warning-block p:before {
    filter: brightness(0);
}
body.acc-contrast-1-activated .content-side .side-lessons-timetable {
    border: 1px solid #373737;
}
body.acc-contrast-1-activated .content-side .side-lessons-timetable .timetable-full {
    border: 1px solid #373737;
    box-shadow: none;
}
body.acc-contrast-1-activated .entry table tbody td {
    border: 1px solid #373737;
    color: #373737;
}
body.acc-contrast-1-activated .entry table tbody tr:nth-child(odd) {
    background-color: #fff;
}
body.acc-contrast-1-activated .entry table tbody td {
    border: 1px solid #373737;
    color: #373737;
}
body.acc-contrast-1-activated .entry table thead th {
    border: 1px solid #373737;
    border-right: 1px solid #373737;
}


body.acc-contrast-2-activated .acc-trigger > img {
    filter: brightness(12);
}
body.acc-contrast-2-activated .callout.warning {
    background-color: #373737;
    color: #fff;
    border: 1px solid #fff;
}
body.acc-contrast-2-activated .warning-block button span {
    opacity: 1;
}
body.acc-contrast-2-activated .topic-list>ul>li>a {
    filter: brightness(5);
}
body.acc-contrast-2-activated .topic-list>ul>li>ul>li>a {
    filter: brightness(5);
}
body.acc-contrast-2-activated .content-side .side-lessons-timetable .timetable-full {
    background: #373737;
    border: 1px solid #fff;
}
body.acc-contrast-2-activated .content-side .side-lessons-timetable {
    border: 1px solid #fff;
    background: #373737;
    color: #fff;
}
body.acc-contrast-2-activated .content-side .side-lessons-timetable:before {
    filter: brightness(5);
}

body.acc-contrast-2-activated .content-side .side-lessons-timetable:after {
    background: none;
    width: 0;
    height: 0;
    right: 12px;
    border-top: 6px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
body.acc-contrast-2-activated .entry table tbody tr:nth-child(even) {
    background-color: #373737;
}
body.acc-contrast-2-activated .entry table tbody td {
    border: 1px solid #fff;
    color: #fff;
    background-color: #373737;
}
body.acc-contrast-2-activated .entry table tbody tr:nth-child(odd) {
    background-color: #373737;
}
body.acc-contrast-2-activated table.single-file tr {
    background-color: #373737 !important;
}
body.acc-contrast-2-activated .side-languages a {
    color: #fff;
}

body.acc-contrast-2-activated .slider-block .row-slider-nav .slider-nav ul li a:hover i {
    color: #373737;
}
body.acc-contrast-2-activated .entry table thead th {
    border: 1px solid #fff;
    border-right: 1px solid #fff;
}
body.acc-contrast-2-activated .entry table tbody td {
    border: 1px solid #fff;
    color: #fff;
    background-color: #373737;
}
body.acc-contrast-2-activated .topic-list > ul > li > a {
    filter: brightness(5);
}
body.acc-contrast-2-activated .former-student-item-toggler:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    width: calc(100% + 2px);
    height: 68px;
    bottom: calc(100% + 5px);
    background: linear-gradient(to bottom, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 1) 100%);
}
body.acc-contrast-2-activated .btn-green-chev-down:before {
    filter: invert(1);
}
body.acc-contrast-1-activated .former-student-item {
    border-color: #373737;
}
body.acc-contrast-2-activated .former-student-item {
    border-color: #fff;
}
body.acc-contrast-2-activated .former-student-item-content {
    color: #fff;
}

body.acc-contrast-1-activated .btn-green-chev-down, 
body.acc-contrast-1-activated .btn-green-chev-down:focus, 
body.acc-contrast-1-activated .btn-green-chev-down:active {
    color: #373737;
}
body.acc-contrast-2-activated .btn-green-chev-down, 
body.acc-contrast-2-activated .btn-green-chev-down:focus, 
body.acc-contrast-2-activated .btn-green-chev-down:active {
    color: #fff;
}

body.acc-size-1-activated .former-student-item-content {
    font-size: 17px;
}
body.acc-size-2-activated .former-student-item-content {
    font-size: 19px;
}

@media (max-width: 1260px) {
    .accessibility-holder {
        left: -40px;
    }
    .acc-trig {
        position: absolute;
        left: 40px;
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(calc(-50% - 20px));
    }

    .accessibility-holder > span {
        width: 40px;
        height: 40px;
    }
    .acc-size img {
        max-width: 20px;
        position: relative;
        z-index: 5;
    }
    .accessibility-holder ul {
        width: 40px;
    }
    .acc-trigger {
        width: 40px;
        height: 40px;
    }
    .acc-trigger i {
        font-size: 18px;
    }
}

@media (max-width: 1023px) {
    body.acc-contrast-2-activated .bg-green {
        border-bottom: none;
    }
}

@media (max-width: 639px) {
    .accessibility-holder.active {
        transform: translateX(0px);
    }
    .acc-trig {
        position: absolute;
        left: 164px;
        width: 40px;
        height: 40px;
        top: auto;
        bottom: 0;
        z-index: 33;
        transform: translateX(0);
    }
    .acc-trig {
        /* display: none; */
    }
    .accesibility-off {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .accessibility-tooltip {
        display: none !important;
    }
    .accessibility-holder > span {
        float: left;
    }
    .accessibility-holder > ul > li {
        float: left;
        border-bottom: none;
        border-right: 1px solid #e0e0e0;
    }
    .accessibility-holder > ul > li:last-child {
        border-right: none;
    }
    .accessibility-holder > ul {
        width: 162px;
        width: 206px;
        float: left;
    }
    .accessibility-holder {
        position: fixed;
        left: 0%;
        top: auto;
        bottom: 0;
        transform: translateX(-164px);
        z-index: 500;
        width: 100%;
    }
    .accessibility-content-list > ul > li {
        padding: 5px 5px;
    }
    .accessibility-content {
        padding: 20px 10px;
    }
    .accessibility-hold {
        right: 60px;
        width: 260px;
    }
    .accessibility-trigger {
        right: 5px;
    }
    body.acc-contrast-1-activated .footer .footer-row-block .footer-inside-block {
        border-right: none;
    }

    body.acc-contrast-1-activated .footer .footer-row-block .footer-top {
        border-right: none;
    }
}
@charset "UTF-8";

/*Pagrindinė spalva*/

/*Spalva uzvedus*/

/*Paprastų nuorodų spalva*/

/*Mygtukas Daugiau(Plačiau), nuoroda sidebare liko laiko.*/

/*Pagrindinė spalva*/

/*Spalva uzvedus*/

/*Slider navigacija pagrindiniame puslapyje*/

/*Slider navigacijos hoveris pagrindiniame puslapyje*/

/*Sidebar navigacija vidiniuose viršuje*/

/*Pagrindinė*/

/*Hover*/

/*Dialogas užvedus */

/*Sidebar navigacijos borderiukas dešinėje*/

/*Lenteliu border spalva*/

/*Mygtukai*/

/*Mygtuku spalva uzvedus*/

/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*Pagrindinė spalva*/

/*Spalva uzvedus*/

/*Paprastų nuorodų spalva*/

/*Mygtukas Daugiau(Plačiau), nuoroda sidebare liko laiko.*/

/*Pagrindinė spalva*/

/*Spalva uzvedus*/

/*Slider navigacija pagrindiniame puslapyje*/

/*Slider navigacijos hoveris pagrindiniame puslapyje*/

/*Sidebar navigacija vidiniuose viršuje*/

/*Pagrindinė*/

/*Hover*/

/*Dialogas užvedus */

/*Sidebar navigacijos borderiukas dešinėje*/

/*Lenteliu border spalva*/

/*Mygtukai*/

/*Mygtuku spalva uzvedus*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */

body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */

/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */

/**
   * Remove the gray background color from active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */

/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */

b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */

dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */

mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove border when inside `a` element in IE 8/9/10.
   */

img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */

/**
   * Address margin not present in IE 8/9 and Safari.
   */

figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */

pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */

/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */

/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */

button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */

/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */

/**
   * Remove most spacing between table cells.
   */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

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

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

.row {
  max-width: 75.625rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before,
.row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

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

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .column,
  .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.column.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 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column,
.small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

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

.small-centered {
  margin-left: auto;
  margin-right: auto;
}

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }

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

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

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

  .medium-2 {
    width: 16.66667%;
  }

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

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

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

  .medium-3 {
    width: 25%;
  }

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

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

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

  .medium-4 {
    width: 33.33333%;
  }

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

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

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

  .medium-5 {
    width: 41.66667%;
  }

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

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

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

  .medium-6 {
    width: 50%;
  }

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

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

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

  .medium-7 {
    width: 58.33333%;
  }

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

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

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

  .medium-8 {
    width: 66.66667%;
  }

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

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

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

  .medium-9 {
    width: 75%;
  }

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

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

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

  .medium-10 {
    width: 83.33333%;
  }

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

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

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

  .medium-11 {
    width: 91.66667%;
  }

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

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

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

  .medium-12 {
    width: 100%;
  }

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

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }

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

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

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

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

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

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }

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

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

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

  .large-2 {
    width: 16.66667%;
  }

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

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

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

  .large-3 {
    width: 25%;
  }

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

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

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

  .large-4 {
    width: 33.33333%;
  }

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

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

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

  .large-5 {
    width: 41.66667%;
  }

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

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

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

  .large-6 {
    width: 50%;
  }

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

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

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

  .large-7 {
    width: 58.33333%;
  }

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

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

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

  .large-8 {
    width: 66.66667%;
  }

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

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

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

  .large-9 {
    width: 75%;
  }

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

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

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

  .large-10 {
    width: 83.33333%;
  }

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

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

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

  .large-11 {
    width: 91.66667%;
  }

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

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

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

  .large-12 {
    width: 100%;
  }

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

  .large-up-1 > .column,
  .large-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }

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

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

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

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media 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 {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #1585cf;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014    ';
}

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

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

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

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #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 screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #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;
  }
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #1583cc;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button.secondary {
  background-color: #777;
  color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #2199e8;
  color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #2199e8;
  color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #777;
  color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #3adb76;
  color: #fefefe;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #fefefe;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #ec5840;
  color: #fefefe;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

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

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.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 {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

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

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

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

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

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

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

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

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

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

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

.form-error.is-visible {
  display: block;
}

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

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #0a0a0a;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  padding: 1rem;
  display: none;
  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 {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

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

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}

.badge.secondary {
  background: #777;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #fefefe;
}

.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before,
.breadcrumbs::after {
  content: ' ';
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #2199e8;
}

.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 {
  content: ' ';
  display: table;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before,
.button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child,
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child,
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child,
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child,
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child,
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #def0fc;
}

.callout.secondary {
  background-color: #ebebeb;
}

.callout.success {
  background-color: #e1faea;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

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

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li {
  display: table-cell;
}

.menu.vertical > li {
  display: block;
}

@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }

  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }

  .menu.large-vertical > li {
    display: block;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before,
.menu.align-right::after {
  content: ' ';
  display: table;
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  color: #fefefe;
  background: #2199e8;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

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

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
          box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

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

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

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

.dropdown-pane.is-open {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

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

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

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe;
}

.label.secondary {
  background: #777;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #fefefe;
}

.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.off-canvas-wrapper-inner::before,
.off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

.is-open-left {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

.is-open-right {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -webkit-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;
  background-color: #cacaca;
  border-radius: 50%;
}

.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 {
  content: ' ';
  display: table;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\AB';
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\BB';
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.progress.primary .progress-meter {
  background-color: #2199e8;
}

.progress.secondary .progress-meter {
  background-color: #777;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #1583cc;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75.625rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75.625rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75.625rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75.625rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
}

input:checked ~ .switch-paddle {
  background: #2199e8;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

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

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

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

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

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

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

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

.tabs::before,
.tabs::after {
  content: ' ';
  display: table;
}

.tabs::after {
  clear: both;
}

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

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

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

.tabs.primary {
  background: #2199e8;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #1893e4;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fefefe;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

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

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

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

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover,
.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
          box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}

.title-bar::before,
.title-bar::after {
  content: ' ';
  display: table;
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

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

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

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before,
.top-bar::after {
  content: ' ';
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  background: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.layouts-title {
  font-size: 26px;
  margin: 15px 0px;
}

.layouts ul li {
  margin-bottom: 5px;
}

.layouts ul li a {
  font-size: 17px;
  display: inline-block;
  padding: 3px 10px;
}

.layouts ul li a:hover {
  background: #000;
  color: #fff;
}

/* -- END RESET -- */

.row {
  max-width: 1210px;
}

/* -- main styles -- */

.nopad {
  padding-left: 0px;
  padding-right: 0px;
}

.nopadleft {
  padding-left: 0px;
}

.nopadright {
  padding-right: 0px;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

em {
  font-style: italic;
}

.clear {
  clear: both;
}

.left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.invi {
  visibility: hidden;
  opacity: 0;
}

.row-padd {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 639px) {
  .row-padd {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.clearfix {
  clear: both;
}

.header {
  padding-top: 20px;
  padding-bottom: 25px;
}

@media (max-width: 1023px) {
  .header {
    display: none;
  }
}

.header-left a img {
  max-height: 100px;
}

.header-middle {
  padding-top: 10px;
}

.header-middle .slogan {
  color: #009846;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
}

.header-middle .slogan span {
  display: inline-block;
}

.header-middle .slogan span:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fd9712;
}

.header-middle ul li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #5f5f5f;
  margin-right: 20px;
}

.header-middle ul li:last-child {
  margin-right: 0;
}

.header-middle ul li a {
  color: #5f5f5f;
}

.header-middle ul li a:hover {
  text-decoration: underline;
}

.header-right .schedule {
  margin-bottom: 15px;
}

.header-right .schedule ul {
  width: 100%;
  display: inline-block;
}

.header-right .schedule ul li {
  float: left;
  position: relative;
  width: 47%;
  font-size: 13px;
  color: #5f5f5f;
  padding-right: 30px;
  margin-right: 6%;
}

@media (max-width: 1130px) {
  .header-right .schedule ul li {
    padding-right: 10px;
  }
}

.header-right .schedule ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header-right .schedule ul li:last-child a {
  padding-left: 0;
  background: none;
  padding-right: 30px;
}

.header-right .schedule ul li:last-child a:before {
  display: none;
}

@media (max-width: 1130px) {
  .header-right .schedule ul li:last-child a {
    padding-right: 10px;
  }
}

.header-right .schedule ul li:first-child {
  border-right: 1px solid #d1d1d1;
}

.header-right .schedule ul li a {
  display: inline-block;
  color: #5f5f5f;
}

.header-right .schedule ul li a:before {
  content: '\F0FE';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  display: inline-block;
  margin-right: 15px;
  font-size: 32px;
  line-height: 1.3;
  float: left;
}

.header-right .schedule ul li a:hover {
  text-decoration: underline;
}

.header-right .schedule ul li span {
  display: block;
  font-weight: 700;
  font-size: 15px;
}

.header-right .schedule ul li:after {
  content: '';
  position: absolute;
  background: url(/images/icon-points.png?0bd60a826a60b5b31473bf0a7d9b3530) no-repeat;
  width: 6px;
  height: 24px;
  top: 10px;
  right: 20px;
}

@media (max-width: 1180px) {
  .header-right .schedule ul li:after {
    right: 10px;
  }
}

.header-right .schedule ul li:last-child:after {
  content: '';
  position: absolute;
  background: url(/images/icon-points.png?0bd60a826a60b5b31473bf0a7d9b3530) no-repeat;
  width: 6px;
  height: 24px;
  top: 10px;
  right: 0px;
}

.header-right .search-block {
  position: relative;
}

.header-right .search-block input {
  margin: 0;
  height: 34px;
  padding: 3px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #d1d1d1;
}

.header-right .search-block input:focus {
  border: 1px solid #999999;
}

.header-right .search-block input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f5f5f;
  font-size: 13px;
  opacity: 0.7;
}

.header-right .search-block input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f5f5f;
  font-size: 13px;
  opacity: 0.7;
}

.header-right .search-block input:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f5f5f;
  font-size: 13px;
  opacity: 0.7;
}

.header-right .search-block input:-moz-placeholder {
  /* Firefox 18- */
  color: #5f5f5f;
  font-size: 13px;
  opacity: 0.7;
}

.header-right .search-block button {
  position: absolute;
  background: url(/images/icon-search.png?cc22b20fac37b389c95b1e78bb75fff4) no-repeat center center;
  width: 14px;
  height: 14px;
  top: 10px;
  right: 15px;
}

.bg-green {
  background: #009846;
}

.evaluations-link-list ul li.active {
  border-bottom: 3px solid #009846;
}

.evaluation-list > ul > li.active > ul > li.active a {
  background: #009846 !important;
}

.nav {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1023px) {
  .nav {
    display: none;
  }
}

.nav ul li {
  z-index: 199;
  position: relative;
  float: left;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

@media (max-width: 1130px) {
  .nav ul li {
    font-size: 13px;
  }
}

.nav ul li:last-child {
  border-right: none;
}

.nav ul li:hover {
  background: #008f40;
}

.nav ul li:hover ul {
  display: block;
}

.nav ul li a {
  display: inline-block;
  color: #fff;
  padding: 16px 21px;
}

@media (max-width: 1220px) {
  .nav ul li a {
    padding: 16px 15px;
  }
}

@media (max-width: 1070px) {
  .nav ul li a {
    padding: 16px 10px;
  }
}

.nav ul li a i {
  font-size: 20px;
}

.nav ul li a.achievements {
  padding-left: 50px;
  position: relative;
}

@media (max-width: 1220px) {
  .nav ul li a.achievements {
    padding-left: 50px;
  }
}

.nav ul li a.achievements.achievements:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\F091';
  font-size: 20px;
  top: 9px;
  position: absolute;
  width: 24px;
  height: 21px;
  left: 20px;
  font-weight: 100;
}

@media (max-width: 1220px) {
  .nav ul li a.achievements.achievements:after {
    left: 15px;
  }
}

.nav ul li a.events {
  padding-left: 50px;
  position: relative;
}

@media (max-width: 1220px) {
  .nav ul li a.events {
    padding-left: 50px;
  }
}

.nav ul li a.events.events:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\F133';
  font-size: 20px;
  top: 9px;
  position: absolute;
  width: 24px;
  height: 21px;
  left: 20px;
  font-weight: 100;
}

@media (max-width: 1220px) {
  .nav ul li a.events.events:after {
    left: 15px;
  }
}

.nav ul li ul {
  border-top: 2px solid #008f40;
  display: none;
  position: absolute;
  padding: 20px 0;
  background: #fff;
  margin: 0;
  top: 100%;
  padding-left: 35px;
  -webkit-box-shadow: 1px 4px 14px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 4px 14px -1px rgba(0, 0, 0, 0.3);
}

.nav ul li ul li {
  float: none;
  display: block;
  font-size: 15px;
  text-transform: initial;
  font-weight: 400;
  margin: 0;
  border-right: none;
  min-width: 220px;
  position: relative;
}

.nav ul li ul li:hover {
  background: none;
}

.nav ul li ul li a {
  color: #666666;
  display: block;
  padding: 3px 0;
  padding-left: 15px;
  padding-right: 30px;
  background: url(/images/arrow-grey-right-mainnav.png?ac987b1ec7f028f18e7d1432e568827f) no-repeat left top;
}

.nav ul li ul li a:hover {
  color: #aaa;
}

.nav ul li ul li ul {
  display: none !important;
  border-left: 1px solid #d1d1d1;
  border-top: 2px solid #008f40;
  border-bottom: 2px solid transparent;
  position: absolute;
  background: #f1f1f1;
  left: 100%;
  top: -22px;
  height: auto;
  -webkit-box-shadow: 4px 4px 6px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 6px -1px rgba(0, 0, 0, 0.3);
}

.nav ul li ul li ul:after {
  content: '';
  position: absolute;
  background: url(/images/arrow-has-child.png?97914670b767456fc637841d47d342a0);
  width: 7px;
  height: 23px;
  left: -1px;
  top: 22px;
  z-index: 999;
}

.nav ul li ul li ul li a {
  background: none;
}

.nav ul li ul li ul li a:hover {
  font-weight: 400;
  background: url(/images/arrow-grey-right.png?d8546bb24e3fb535f3c3c8958e2b0eb6) no-repeat left center;
}

.nav ul li ul li:hover ul {
  display: block !important;
}

.footer {
  background: #e4e3e3;
  color: #666666;
}

.footer .footer-row-block {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d0d0d0;
}

@media (max-width: 1023px) {
  .footer .footer-row-block {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}

.footer .footer-row-block .footer-top {
  padding-left: 30px;
  border-right: 1px solid #d0d0d0;
}

@media (max-width: 1023px) {
  .footer .footer-row-block .footer-top {
    margin-bottom: 20px;
  }
}

@media (max-width: 639px) {
  .footer .footer-row-block .footer-top {
    border-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
  }
}

.footer .footer-row-block .footer-top:last-child {
  border-right: none;
}

@media (max-width: 1023px) {
  .footer .footer-row-block .footer-top:nth-child(even) {
    border-right: none;
  }
}

.footer .footer-row-block .footer-top a {
  display: inline-block;
  font-size: 15px;
  line-height: 34px;
  color: #666666;
}

.footer .footer-row-block .footer-top a:hover {
  text-decoration: underline;
}

.footer .footer-row-block .footer-top a i {
  font-size: 34px;
  vertical-align: middle;
  margin-right: 5px;
}

.footer .footer-row-block .footer-inside-block {
  padding-left: 30px;
  border-right: 1px solid #d0d0d0;
  position: relative;
}

@media (max-width: 1023px) {
  .footer .footer-row-block .footer-inside-block {
    margin-bottom: 10px;
  }
}

@media (max-width: 639px) {
  .footer .footer-row-block .footer-inside-block {
    border-right: none;
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  .footer .footer-row-block .footer-inside-block:nth-child(even) {
    border-right: none;
  }
}

.footer .footer-row-block .footer-inside-block:last-child {
  border-right: none;
}

.footer .footer-row-block .footer-inside-block .footer-middle-title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .footer .footer-row-block .footer-inside-block .footer-middle-title {
    margin-bottom: 5px;
  }
}

.footer .footer-row-block .footer-inside-block .footer-middle-nav {
  font-size: 13px;
}

.footer .footer-row-block .footer-inside-block .footer-middle-nav ul li a {
  display: inline-block;
  color: #666666;
  padding: 2px 0 2px 15px;
  background: url(/images/arrow-grey-right.png?d8546bb24e3fb535f3c3c8958e2b0eb6) no-repeat left center;
}

@media (max-width: 639px) {
  .footer .footer-row-block .footer-inside-block .footer-middle-nav ul li a {
    padding: 2px 0 2px 10px;
    font-size: 12px;
  }
}

.footer .footer-row-block .footer-inside-block .footer-middle-nav ul li a:hover {
  text-decoration: underline;
}

.footer .footer-row-block .footer-inside-block .footer-bottom-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 639px) {
  .footer .footer-row-block .footer-inside-block .footer-bottom-centered {
    position: static;
  }
}

.footer .footer-row-block .footer-inside-block .footer-bottom-centered .footer-bottom-title {
  font-style: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}

.footer .footer-row-block .footer-inside-block .footer-bottom-centered .footer-bottom-subtext {
  font-size: 13px;
  margin-bottom: 15px;
}

.footer .footer-row-block .footer-inside-block .footer-bottom-centered .footer-bottom-subtext a {
  color: #666666;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 10px;
}

.footer .footer-row-block .footer-inside-block .footer-bottom-centered .footer-bottom-subtext a:hover {
  opacity: 0.7;
}

.footer .footer-row-block .footer-inside-block .footer-bottom-centered .footer-socials ul li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 639px) {
  .footer .footer-row-block .reset-height {
    border-right: 0;
    height: auto !important;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.footer .footer-row-block .footer-contact-info {
  font-size: 13px;
  line-height: 18px;
}

.footer .footer-row-block .footer-contact-info a {
  color: #008f40;
}

.footer .footer-row-block .footer-contact-info a:hover {
  opacity: 0.7;
}

.footer .footer-copyright-block {
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 11px;
  color: #999999;
}

@media (max-width: 639px) {
  .footer .footer-copyright-block {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

@media (max-width: 639px) {
  .footer .footer-copyright-block .copyright-left {
    padding-bottom: 10px;
  }
}

@media (max-width: 639px) {
  .footer .footer-copyright-block .copyright-right {
    text-align: center;
  }
}

@media (max-width: 639px) {
  .footer .footer-copyright-block .footer-icons {
    padding-bottom: 10px;
  }
}

.footer .footer-copyright-block .footer-icons ul li {
  display: inline-block;
  padding-right: 10px;
}

.footer .footer-copyright-block .footer-icons ul li:last-child {
  padding-right: 0;
}

.footer .footer-copyright-block .footer-icons ul li a {
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #666666;
  font-size: 20px;
}

.footer .footer-copyright-block .footer-icons ul li a.tree {
  background: url(/images/icon-tree.png?216c05cfa36d07a7c8cf9697f043c9c9) no-repeat center;
}

.footer .footer-copyright-block .footer-icons ul li a.tree:hover {
  background: url(/images/icon-tree-hover.png?ed27cdafb7191a900fee78c9c581b112) no-repeat center;
}

.footer .footer-copyright-block .footer-icons ul li a.disabled {
  background: url(/images/icon-disabled.png?c8a71218ab35c50296d4817fae42a43b) no-repeat center;
}

.footer .footer-copyright-block .footer-icons ul li a.disabled:hover {
  background: url(/images/icon-disabled-hover.png?b1a10ac26efe20e2445a06b654faf2a4) no-repeat center;
}

.footer .footer-copyright-block .tree {
  background: url(/images/icon-tree.png?216c05cfa36d07a7c8cf9697f043c9c9) no-repeat;
  width: 19px;
  height: 19px;
}

.footer .footer-copyright-block .creators-block {
  padding-left: 50px;
  display: inline-block;
  background: url(/images/copyright-creator.png?6b34eeb77287576b705a07f60c300175) no-repeat left center;
}

@media (max-width: 639px) {
  .footer .footer-copyright-block .creators-block {
    float: none;
    display: inline-block;
    text-align: center;
  }
}

.footer .footer-copyright-block .creators-block a {
  display: inline-block;
  color: #999999;
  text-transform: uppercase;
}

.footer .footer-copyright-block .creators-block a:hover {
  color: #bbb;
}

.footer .footer-copyright-block .to-top {
  float: right;
  padding-left: 40px;
}

@media (max-width: 780px) {
  .footer .footer-copyright-block .to-top {
    padding-left: 20px;
  }
}

.footer .footer-copyright-block .to-top .scroll-top {
  content: '';
  background: url(/images/icon-to-top.png?c717836f3820c43094d51246a3c5a4ab) no-repeat;
  width: 37px;
  height: 37px;
  float: right;
}

.footer .footer-copyright-block .to-top .scroll-top:hover {
  background: url(/images/icon-to-top-hover.png?0ec480a25be777a2c32f3d91f16a8f78) no-repeat;
}

.btn-grey,
.btn-grey:active,
.btn-grey:focus {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  width: 145px;
  padding: 10px 15px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background: #adadad;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c2c2c2), color-stop(50%, #adadad));
  background: linear-gradient(to right, #c2c2c2 50%, #adadad 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.btn-grey:after,
.btn-grey:active:after,
.btn-grey:focus:after {
  content: '';
  position: absolute;
  background: url(/images/arrow-btn-right.png?d865e1f59ba2fa6301171d0fa4b02189) no-repeat;
  width: 22px;
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.btn-grey:hover,
.btn-grey:active:hover,
.btn-grey:focus:hover {
  color: #fff;
  background-position: left bottom;
}

.btn-main-simple,
.btn-main-simple:active,
.btn-main-simple:focus {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  width: 110px;
  padding: 14px 15px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background: #fd9712;
  text-align: center;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f78d02), color-stop(50%, #fd9712));
  background: linear-gradient(to right, #f78d02 50%, #fd9712 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.btn-main-simple:hover,
.btn-main-simple:active:hover,
.btn-main-simple:focus:hover {
  color: #fff;
  background-position: left bottom;
}

.btn-main,
.btn-main:active,
.btn-main:focus {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  min-width: 205px;
  padding: 15px 15px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background: #fd9712;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f78d02), color-stop(50%, #fd9712));
  background: linear-gradient(to right, #f78d02 50%, #fd9712 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.btn-main:after,
.btn-main:active:after,
.btn-main:focus:after {
  content: '';
  position: absolute;
  background: url(/images/arrow-btn-right.png?d865e1f59ba2fa6301171d0fa4b02189) no-repeat;
  width: 22px;
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.btn-main:hover,
.btn-main:active:hover,
.btn-main:focus:hover {
  color: #fff;
  background-position: left bottom;
}

.btn-next,
.btn-next:active,
.btn-next:focus {
  line-height: 1.5;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  min-width: 150px;
  padding: 15px 24px;
  text-align: left;
  font-size: 13px;
  color: #fff !important;
  text-transform: uppercase;
  background: #fd9712;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f78d02), color-stop(50%, #fd9712));
  background: linear-gradient(to right, #f78d02 50%, #fd9712 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-decoration: none !important;
}

.btn-next:after,
.btn-next:active:after,
.btn-next:focus:after {
  content: '';
  position: absolute;
  background: url(/images/arrow-btn-right.png?d865e1f59ba2fa6301171d0fa4b02189) no-repeat;
  width: 22px;
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.btn-next:hover,
.btn-next:active:hover,
.btn-next:focus:hover {
  color: #fff;
  background-position: left bottom;
  text-decoration: none !important;
}

.btn-plus,
.btn-plus:active,
.btn-plus:focus {
  line-height: 1.5;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  min-width: 150px;
  padding: 15px 24px;
  text-align: left;
  font-size: 13px;
  color: #fff !important;
  text-transform: uppercase;
  background: #fd9712;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f78d02), color-stop(50%, #fd9712));
  background: linear-gradient(to right, #f78d02 50%, #fd9712 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-decoration: none !important;
}

.btn-plus:after,
.btn-plus:active:after,
.btn-plus:focus:after {
  content: '\F067';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.btn-plus:hover,
.btn-plus:active:hover,
.btn-plus:focus:hover {
  color: #fff;
  background-position: left bottom;
  text-decoration: none !important;
}

.btn-main-search,
.btn-main-search:active,
.btn-main-search:focus {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  line-height: 1.5;
  padding: 15px 20px;
  font-size: 13px;
  height: 47px;
  color: #fff;
  text-transform: uppercase;
  background: #fd9712;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f78d02), color-stop(50%, #fd9712));
  background: linear-gradient(to right, #f78d02 50%, #fd9712 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-align: left;
}

@media (max-width: 500px) {
  .btn-main-search,
  .btn-main-search:active,
  .btn-main-search:focus {
    padding: 15px 10px;
  }
}

.btn-main-search:after,
.btn-main-search:active:after,
.btn-main-search:focus:after {
  content: '';
  position: absolute;
  background: url(/images/icon-search-white.png?bdc65d5b78af73ca0300685a2b30ab49) no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

@media (max-width: 500px) {
  .btn-main-search:after,
  .btn-main-search:active:after,
  .btn-main-search:focus:after {
    right: 10px;
  }
}

.btn-main-search:hover,
.btn-main-search:active:hover,
.btn-main-search:focus:hover {
  color: #fff;
  background-position: left bottom;
}

.btn-full-archive,
.btn-full-archive:active,
.btn-full-archive:focus {
  line-height: 1.5;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  padding: 14px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background: #adadad;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c2c2c2), color-stop(50%, #adadad));
  background: linear-gradient(to right, #c2c2c2 50%, #adadad 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-full-archive:before,
.btn-full-archive:active:before,
.btn-full-archive:focus:before {
  content: '\F187';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

.btn-full-archive:hover,
.btn-full-archive:active:hover,
.btn-full-archive:focus:hover {
  color: #fff;
  background-position: left bottom;
}

.btn-archive-green,
.btn-archive-green:focus,
.btn-archive-green:active {
  line-height: 1.5;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  color: #009846;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-archive-green:before,
.btn-archive-green:focus:before,
.btn-archive-green:active:before {
  content: '\F187';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #008f40;
}

.btn-archive-green:hover,
.btn-archive-green:focus:hover,
.btn-archive-green:active:hover {
  opacity: 0.7;
  color: #009846;
}

.btn-icons {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
}

.btn-icons.btn-fb {
  background: #395aa1;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #4d6cb0), color-stop(50%, #395aa1));
  background: linear-gradient(to right, #4d6cb0 50%, #395aa1 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-icons.btn-fb:hover {
  background-position: left bottom;
}

.btn-icons.btn-fb:after {
  content: '';
  display: block;
  background: url(/images/btn-fb.png?3bf53e8a228f572646d95be4be4cb3fc) no-repeat;
  width: 12px;
  height: 26px;
  position: absolute;
  bottom: 0;
  right: 5px;
}

.btn-icons.btn-youtube {
  background: #bf221f;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #d84643), color-stop(50%, #bf221f));
  background: linear-gradient(to right, #d84643 50%, #bf221f 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-icons.btn-youtube:hover {
  background-position: left bottom;
}

.btn-icons.btn-youtube:after {
  content: '';
  display: block;
  background: url(/images/btn-youtube.png?eddd9003ce370bee55577eb4ca225fb8) no-repeat;
  width: 17px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-icons.btn-instagram {
  background: #6a453b;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #8d6358), color-stop(50%, #6a453b));
  background: linear-gradient(to right, #8d6358 50%, #6a453b 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-icons.btn-instagram:hover {
  background-position: left bottom;
}

.btn-icons.btn-instagram:after {
  content: '';
  display: block;
  background: url(/images/btn-instagram.png?3210f71e5e0019d124b317eafe111fbd) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-icons.btn-mail {
  background: #426a3b;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5d8c56), color-stop(50%, #426a3b));
  background: linear-gradient(to right, #5d8c56 50%, #426a3b 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-icons.btn-mail:hover {
  background-position: left bottom;
}

.btn-icons.btn-mail:after {
  content: '';
  display: block;
  background: url(/images/btn-mail.png?20bfde54e59fb834e8c2f06e783b756d) no-repeat;
  width: 22px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.back a {
  display: inline-block;
  color: #008f40;
}

.back a:before {
  content: '\F177';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.back a:hover {
  text-decoration: underline;
}

.slider-block {
  position: relative;
}

@media (max-width: 1200px) {
  .slider-block {
    height: 490px !important;
  }
}

@media (max-width: 1023px) {
  .slider-block {
    height: 400px !important;
  }
}

@media (max-width: 639px) {
  .slider-block {
    height: auto !important;
  }
}

.slider-block .row-slider-nav {
  position: relative;
}

@media (max-width: 1023px) {
  .slider-block .row-slider-nav {
    display: none;
  }
}

.slider-block .row-slider-nav .slider-nav {
  position: absolute;
  right: 15px;
  bottom: 0;
  color: #fff;
  background: rgba(186, 186, 0, 0.9);
  padding: 5px 15px;
  z-index: 11;
}

.slider-block .row-slider-nav .slider-nav ul {
  margin: 0;
}

.slider-block .row-slider-nav .slider-nav ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.slider-block .row-slider-nav .slider-nav ul li:last-child {
  border-bottom: none;
}

.slider-block .row-slider-nav .slider-nav ul li a {
  color: #fff;
  display: block;
  padding: 18px 20px 18px 0px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.slider-block .row-slider-nav .slider-nav ul li a:hover {
  background: #b0b000;
}

.slider-block .row-slider-nav .slider-nav ul li a.slider-diary {
  position: relative;
}

.slider-block .row-slider-nav .slider-nav ul li a.slider-diary.slider-diary:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\F02D';
  font-weight: lighter;
  font-size: 28px;
  top: 35%;
  position: absolute;
  width: 22px;
  height: 33px;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-block .row-slider-nav .slider-nav ul li a.slider-parents {
  position: relative;
}

.slider-block .row-slider-nav .slider-nav ul li a.slider-parents.slider-parents:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\F500';
  font-weight: lighter;
  font-size: 28px;
  top: 35%;
  position: absolute;
  width: 37px;
  height: 29px;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-block .row-slider-nav .slider-nav ul li a.slider-pupils {
  position: relative;
}

.slider-block .row-slider-nav .slider-nav ul li a.slider-pupils.slider-pupils:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\F0B1';
  font-weight: lighter;
  font-size: 28px;
  top: 35%;
  position: absolute;
  width: 25px;
  height: 36px;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-block .row-slider-nav .slider-nav ul li a.slider-teachers {
  position: relative;
}

.slider-block .row-slider-nav .slider-nav ul li a.slider-teachers.slider-teachers:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\F51C';
  font-weight: lighter;
  font-size: 28px;
  top: 35%;
  position: absolute;
  width: 32px;
  height: 26px;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-nav-bottom-block i,
.row-slider-nav i {
  font-size: 32px;
  padding: 0 20px 0 15px;
  position: relative;
  top: 4px;
  color: #fff;
}

@media (max-width: 1023px) {
  .mobile-nav-bottom-block i,
  .row-slider-nav i {
    top: 18px;
  }
}

.slider-content {
  position: absolute;
  color: #373737;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 101;
}

@media (max-width: 639px) {
  .slider-content {
    top: 40%;
    color: #fff;
    position: absolute;
    left: 15px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.slider-content .content-block {
  background: #fff;
  padding: 30px 40px;
  max-width: 480px;
}

@media (max-width: 639px) {
  .slider-content .content-block {
    max-width: 100%;
    padding: 15px 20px;
  }
}

.slider-content .content-block .slider-header {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
}

@media (max-width: 639px) {
  .slider-content .content-block .slider-header {
    font-size: 22px;
    line-height: 28px;
  }
}

.slider-content .content-block .slider-paragraph {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #5f5f5f;
}

.slider-content .content-block-clear {
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}

@media (max-width: 639px) {
  .slider-content .content-block-clear {
    padding-top: 20px;
  }
}

.slider-content .content-block-clear .slider-slogan-top {
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 7px;
}

@media (max-width: 639px) {
  .slider-content .content-block-clear .slider-slogan-top {
    font-size: 40px;
    line-height: 40px;
  }
}

.slider-content .content-block-clear .slider-slogan-bottom {
  font-size: 70px;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 70px;
}

@media (max-width: 639px) {
  .slider-content .content-block-clear .slider-slogan-bottom {
    font-size: 50px;
    line-height: 50px;
  }
}

.slider-content .content-block-clear .slider-slogan-bottom .dots {
  line-height: 10px;
}

.slider-content .content-block-clear .slider-slogan-bottom .dots .dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: inline-block;
  font-size: 47px;
}

.slider-arrow-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  z-index: 15;
}

@media (max-width: 639px) {
  .slider-arrow-down {
    bottom: 0px;
    display: none;
  }
}

.slider-arrow-down .arrow-down-circle {
  display: inline-block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: rgba(55, 55, 55, 0.8);
  position: relative;
}

.slider-arrow-down .arrow-down-circle:after {
  content: '';
  position: absolute;
  background: url(/images/arrow-down-slider.png?540636b63cd9b82654148a8b90c9a445);
  width: 18px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-arrow-down .arrow-down-circle:hover {
  background: #373737;
}

.intro-slider-item {
  height: 606px !important;
  background-size: cover !important;
}

@media (max-width: 1200px) {
  .intro-slider-item {
    height: 490px !important;
  }
}

@media (max-width: 1023px) {
  .intro-slider-item {
    height: 400px !important;
  }
}

@media (max-width: 639px) {
  .intro-slider-item {
    background: none !important;
    height: auto !important;
  }
}

.slick-slider {
  z-index: 10;
}

.content {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #f1f1f1;
}

@media (max-width: 639px) {
  .content {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.add-shadow {
  -webkit-box-shadow: 0px 2px 2px 0px #e0e0e0;
  box-shadow: 0px 2px 2px 0px #e0e0e0;
}

.back {
  margin-top: 20px;
}

.content-main {
  padding-top: 25px;
  padding-right: 5px;
  margin-bottom: 20px;
}

@media (max-width: 639px) {
  .content-main {
    padding-right: 0;
  }
}

.content-main .content-main-title {
  font-size: 30px;
  font-weight: 700;
  color: #373737;
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 639px) {
  .content-main .content-main-title {
    font-size: 23px;
  }
}

.content-main .content-main-title img {
  margin-right: 10px;
  margin-top: -4px;
}

@media (max-width: 639px) {
  .content-main .content-main-title img {
    margin-right: 3px;
  }
}

.content-main .content-main-title select {
  float: right;
  height: 42px;
  width: 180px;
  font-weight: 400;
  outline: none;
  font-size: 13px;
  padding-left: 15px;
  color: #5f5f5f;
  margin-bottom: 0;
  border: 1px solid #d1d1d1;
}

@media (max-width: 639px) {
  .content-main .content-main-title select {
    width: 130px;
    padding-left: 7px;
  }
}

.content-main-main {
  padding-top: 5px;
}

.content-docs {
  padding-top: 10px;
}

.news-list > ul > li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

@media (max-width: 1023px) {
  .news-list > ul > li {
    width: 100%;
    margin-right: 15px;
  }
}

.news-list > ul > li:nth-child(3n+1) {
  clear: both;
}

@media (max-width: 1023px) {
  .news-list > ul > li:nth-child(3n+1) {
    clear: none;
  }
}

.news-list > ul > li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .news-list > ul > li:nth-child(3n) {
    margin-right: 4%;
  }
}

@media (max-width: 1023px) {
  .news-list > ul > li:nth-child(2n) {
    margin-right: 0%;
  }
}

.news-item {
  margin-bottom: 20px;
  position: relative;
}

.news-item:nth-child(3n+1) {
  clear: both;
}

.news-item .news-img {
  padding-bottom: 65%;
  background-size: cover !important;
  position: relative;
}

.news-item .news-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/images/icon-item-hover.png?126457f5bdbe3eca06e87a8f13636fb4) no-repeat center center rgba(55, 55, 55, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news-item .news-img:hover:after {
  visibility: visible;
  opacity: 1;
}

.news-item .news-item-content {
  position: relative;
  min-height: 275px;
  background: #fff;
  padding: 15px 23px 45px;
}

@media (max-width: 800px) {
  .news-item .news-item-content {
    padding: 15px 13px 45px;
  }
}

@media (max-width: 450px) {
  .news-item .news-item-content {
    min-height: auto;
    padding: 15px 10px 45px;
  }
}

.news-item .news-item-content .news-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 450px) {
  .news-item .news-item-content .news-title {
    font-size: 14px;
    line-height: 1.3;
  }
}

.news-item .news-item-content .news-title a {
  color: #373737;
  display: inline-block;
}

.news-item .news-item-content .news-title a:hover {
  opacity: 0.8;
}

.news-item .news-item-content .news-info {
  margin-bottom: 15px;
}

.news-item .news-item-content .news-info ul {
  margin: 0;
}

.news-item .news-item-content .news-info ul li {
  font-size: 13px;
  color: #999999;
}

@media (max-width: 450px) {
  .news-item .news-item-content .news-info ul li {
    font-size: 12px;
  }
}

.news-item .news-item-content .news-info ul li a {
  color: #008f40;
}

.news-item .news-item-content .news-info ul li a:hover {
  opacity: 0.7;
}

.news-item .news-item-content .news-text {
  font-size: 15px;
  margin-bottom: 10px;
  color: #5f5f5f;
}

@media (max-width: 450px) {
  .news-item .news-item-content .news-text {
    font-size: 13px;
    line-height: 1.3;
  }
}

.news-item .news-item-content .news-more {
  position: absolute;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
  bottom: 10px;
  left: 20px;
  right: 20px;
}

@media (max-width: 800px) {
  .news-item .news-item-content .news-more {
    left: 13px;
    right: 13px;
  }
}

.news-item .news-item-content .news-more img {
  float: left;
  margin-right: 5px;
}

.news-item .news-item-content .news-more i {
  float: left;
  margin-right: 5px;
  font-size: 20px;
}

@media (max-width: 450px) {
  .news-item .news-item-content .news-more i {
    font-size: 16px;
    margin-top: 4px;
  }
}

.news-item .news-item-content .news-more a {
  display: inline-block;
  color: #008f40;
  font-size: 14px;
}

.news-item .news-item-content .news-more a:after {
  content: '\F061';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}

.news-item .news-item-content .news-more a:hover {
  text-decoration: underline;
}

i.pinned {
  position: absolute;
  color: #ffffff;
  z-index: 1;
  right: 5px;
  top: 5px;
}

.news-flat-block {
  padding: 20px;
  background: #fff;
  margin-bottom: 25px;
}

@media (max-width: 639px) {
  .news-flat-block {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.news-flat-item {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.news-flat-item .news-flat-img-block {
  padding-right: 35px;
}

@media (max-width: 1023px) {
  .news-flat-item .news-flat-img-block {
    padding-right: 20px;
  }
}

@media (max-width: 639px) {
  .news-flat-item .news-flat-img-block {
    padding-right: 0px;
  }
}

.news-flat-item .news-flat-img-block a {
  display: block;
  height: 160px;
  background-size: cover !important;
  position: relative;
}

@media (max-width: 639px) {
  .news-flat-item .news-flat-img-block a {
    margin-bottom: 5px;
  }
}

.news-flat-item .news-flat-img-block a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/images/icon-item-hover.png?126457f5bdbe3eca06e87a8f13636fb4) no-repeat center center rgba(55, 55, 55, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news-flat-item .news-flat-img-block a:hover:after {
  visibility: visible;
  opacity: 1;
}

.news-flat-item .news-item-content {
  padding-top: 5px;
  position: relative;
  min-height: 165px;
  padding-bottom: 30px;
}

.news-flat-item .news-item-content .news-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}

.news-flat-item .news-item-content .news-title a {
  display: inline-block;
  color: #373737;
}

.news-flat-item .news-item-content .news-title a:hover {
  opacity: 0.8;
}

.news-flat-item .news-item-content .news-info {
  margin-bottom: 20px;
}

.news-flat-item .news-item-content .news-info ul li {
  line-height: 16px;
  display: inline-block;
  font-size: 13px;
  color: #999999;
  position: relative;
  margin-right: 13px;
}

@media (max-width: 639px) {
  .news-flat-item .news-item-content .news-info ul li {
    display: block;
  }
}

.news-flat-item .news-item-content .news-info ul li:after {
  content: '';
  position: absolute;
  display: inline-block;
  margin-left: 7px;
  width: 1px;
  height: 15px;
  top: 0px;
  background: #d1d1d1;
}

@media (max-width: 639px) {
  .news-flat-item .news-item-content .news-info ul li:after {
    display: none;
  }
}

.news-flat-item .news-item-content .news-info ul li:last-child:after {
  display: none;
}

.news-flat-item .news-item-content .news-info ul li a {
  color: #008f40;
}

.news-flat-item .news-item-content .news-info ul li a:hover {
  opacity: 0.8;
}

.news-flat-item .news-item-content .news-text {
  font-size: 15px;
  color: #5f5f5f;
  line-height: 22px;
}

.news-flat-item .news-item-content .news-more {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.news-flat-item .news-item-content .news-more img {
  float: left;
  margin-right: 5px;
}

.news-flat-item .news-item-content .news-more a {
  display: inline-block;
  color: #008f40;
  font-size: 14px;
}

.news-flat-item .news-item-content .news-more a:after {
  content: '\F061';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}

.news-flat-item .news-item-content .news-more a:hover {
  text-decoration: underline;
}

.btn-block {
  margin-bottom: 25px;
}

.content-side {
  margin-bottom: 20px;
}

@media (max-width: 639px) {
  .content-side {
    padding-left: 0;
  }
}

.content-side .side-lessons-title {
  font-size: 13px;
  color: #5f5f5f;
  margin-bottom: 5px;
}

.content-side .side-lessons-timetable {
  border: 1px solid #d1d1d1;
  background: #fff;
  font-size: 13px;
  color: #5f5f5f;
  padding: 7px 10px 5px 5px;
  margin-bottom: 18px;
  position: relative;
  cursor: pointer;
}

.content-side .side-lessons-timetable:after {
  content: '';
  position: absolute;
  background: url(/images/arrow-select.png?88f219d390340ddc8d3ac2b08bfcc954) no-repeat;
  width: 9px;
  height: 6px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content-side .side-lessons-timetable i {
  font-size: 28px;
  line-height: 28px;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 15px;
}

.content-side .side-lessons-timetable .timetable-full {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  background: #fff;
  padding: 10px 10px 10px 55px;
  border: 1px solid #d1d1d1;
  cursor: default;
  z-index: 10;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.48);
}

.content-side .side-lessons-timetable .timetable-full ul li {
  padding: 4px 0;
}

.content-side .side-lessons-timetable:hover .timetable-full {
  display: block;
}

.content-side .side-nav {
  color: #fff;
  background: #373737;
  padding: 2px 8px;
  margin-bottom: 15px;
}

.content-side .side-nav ul {
  margin: 0;
}

.content-side .side-nav ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.content-side .side-nav ul li:last-child {
  border-bottom: none;
}

.content-side .side-nav ul li a {
  display: block;
  color: #fff;
  display: block;
  padding: 10px 10px 10px 55px;
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.content-side .side-nav ul li a i {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  min-width: 30px;
  text-align: center;
}

.content-side .side-nav ul li a:hover {
  background: #707070;
}

.side-time-left {
  padding: 20px 20px;
  background: #fff;
  margin-bottom: 15px;
}

.side-time-left .side-time-left-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.side-time-left .side-time-left-counter {
  margin-bottom: 15px;
}

.side-time-left .side-time-left-counter .counter-slides {
  height: 68px;
  margin-bottom: 5px;
}

.side-time-left .side-time-left-counter .counter-slides li {
  float: left;
  border-right: 1px solid #fff;
  width: 25%;
  background: #373737;
  line-height: 68px;
  height: 68px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

@media (min-width: 640px) and (max-width: 800px) {
  .side-time-left .side-time-left-counter .counter-slides li {
    font-size: 24px;
  }
}

.side-time-left .side-time-left-counter .counter-slides li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #555555;
  top: 50%;
  left: 0;
}

.side-time-left .side-time-left-counter .counter-slides-text li {
  float: left;
  text-align: center;
  width: 25%;
  color: #5f5f5f;
  font-size: 10px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.side-time-left a {
  color: #008f40;
  font-size: 14px;
}

.side-time-left a:after {
  content: '\F061';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}

.side-time-left a:hover {
  text-decoration: underline;
}

.side-second-nav-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #373737;
}

.side-banner,
.fb_iframe_widget {
  margin-bottom: 15px;
}

.side-languages {
  background: #fff;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.side-languages a {
  color: #373737;
}

.language-en {
  background: url(/images/flag-en.png?17fcb387060a8a38ea794267ec71ed8a) no-repeat left center;
  padding-left: 25px;
}

.content-subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.logo-list {
  border-left: 1px solid #d1d1d1;
  margin-bottom: 20px;
}

.logo-list ul {
  border-top: 1px solid #d1d1d1;
  border-left: 0;
}

.logo-list ul li {
  position: relative;
  float: left;
  width: 16.666%;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  background-color: #ffffff;
  padding: 10px 15px;
}

@media (max-width: 639px) {
  .logo-list ul li {
    width: 33.333%;
  }
}

@media (max-width: 400px) {
  .logo-list ul li {
    width: 50%;
  }
}

.logo-list ul li a {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #5f5f5f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.logo-list ul li a:hover {
  opacity: 0.5;
}

.logo-list ul li a img {
  max-height: 40px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}

.links-list {
  border-left: 1px solid #d1d1d1;
  margin-bottom: 50px;
}

.links-list ul {
  border-top: 1px solid #d1d1d1;
  border-left: 0;
}

.links-list ul li {
  position: relative;
  float: left;
  width: 33.333%;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 20px 20px;
}

@media (max-width: 639px) {
  .links-list ul li {
    width: 33.333%;
  }
}

@media (max-width: 450px) {
  .links-list ul li {
    width: 50%;
  }
}

.links-list ul li a {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 17px;
  color: #5f5f5f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 639px) {
  .links-list ul li a {
    font-size: 15px;
  }
}

.links-list ul li a:hover {
  opacity: 0.5;
}

.links-list ul li a img {
  max-height: 120px;
}

.links-list ul li .admin_edit {
  position: absolute;
  top: 15px;
  left: 5px;
}

/*   breads   */

.breads {
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
}

.breads ul li {
  display: inline-block;
  font-size: 13px;
  color: #5f5f5f;
  margin-right: 8px;
}

.breads ul li:after {
  content: '';
  display: inline-block;
  background: url(/images/arrow-grey-right.png?d8546bb24e3fb535f3c3c8958e2b0eb6) no-repeat;
  margin-left: 8px;
  width: 6px;
  height: 9px;
}

.breads ul li:last-child:after {
  display: none;
}

.breads ul li a {
  color: #999999;
}

.breads ul li a:hover {
  text-decoration: underline;
}

.content-school {
  padding: 50px;
  background: #fff;
  min-height: 800px;
}

@media (max-width: 1023px) {
  .content-school {
    padding: 20px;
  }
}

@media (max-width: 639px) {
  .content-school {
    padding: 10px;
    min-height: 1px;
  }
}

.employee-horizontal-item {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 639px) {
  .employee-horizontal-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.employee-img {
  background-size: cover !important;
  height: 250px;
  padding-right: 30px;
}

@media (max-width: 800px) {
  .employee-img {
    height: 210px;
  }
}

@media (max-width: 639px) {
  .employee-img {
    height: 250px;
  }
}

@media (max-width: 500px) {
  .employee-img {
    height: 200px;
  }
}

@media (max-width: 500px) {
  .employee-img {
    height: 160px;
  }
}

@media (max-width: 400px) {
  .employee-img {
    height: 140px;
  }
}

.employee-info-block {
  padding-left: 50px;
}

@media (max-width: 1023px) {
  .employee-info-block {
    padding-left: 20px;
  }
}

.employee-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.employee-name span {
  font-size: 15px;
  font-weight: 400;
  color: #5f5f5f;
  display: block;
}

.employee-more {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  margin-bottom: 10px;
}

.employee-more a {
  display: inline-block;
  margin-right: 30px;
  color: #008f40;
  font-size: 15px;
}

.employee-more a:before {
  content: '\F019';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 100;
  display: inline-block;
  margin-right: 10px;
}

.employee-more a:hover {
  text-decoration: underline;
}

.employee-more a:last-child {
  margin-right: 0;
}

.employee-other-info {
  color: #5f5f5f;
  font-size: 15px;
  line-height: 25px;
}

@media (max-width: 639px) {
  .employee-other-info {
    font-size: 13px;
    line-height: 20px;
  }
}

.employee-other-info p {
  margin-bottom: 25px;
}

@media (max-width: 639px) {
  .employee-other-info p {
    margin-bottom: 15px;
  }
}

.employee-other-info p:last-child {
  margin-bottom: 0;
}

.employee-other-info p span {
  font-weight: 700;
  display: block;
}

.employee-other-info p a {
  color: #009846;
}

.employee-other-info p a:hover {
  text-decoration: underline;
}

.employee-list .employee-img {
  height: 160px;
}

@media (max-width: 1023px) {
  .employee-list .employee-img {
    height: 250px;
  }
}

@media (max-width: 800px) {
  .employee-list .employee-img {
    height: 210px;
  }
}

@media (max-width: 639px) {
  .employee-list .employee-img {
    height: 250px;
  }
}

@media (max-width: 500px) {
  .employee-list .employee-img {
    height: 200px;
  }
}

@media (max-width: 500px) {
  .employee-list .employee-img {
    height: 160px;
  }
}

.employee-list .employee-info-block {
  padding-left: 35px;
}

@media (max-width: 1023px) {
  .employee-list .employee-info-block {
    padding-left: 20px;
  }
}

.employee-list ul li {
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
  float: left;
  width: 47%;
  margin-right: 6%;
}

@media (max-width: 1023px) {
  .employee-list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0;
  }
}

.employee-list ul li:last-child {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .employee-list ul li:last-child {
    margin-bottom: 20px;
  }
}

.employee-list ul li:nth-child(2n) {
  margin-right: 0;
}

.employee-list ul li:nth-child(2n+1) {
  clear: both;
}

.side-top-nav {
  margin-bottom: 15px;
  margin-top: 85px;
}

@media (max-width: 639px) {
  .side-top-nav {
    margin-top: 0;
  }
}

.side-top-nav ul li {
  float: left;
  position: relative;
  width: 25%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.side-top-nav ul li:last-child {
  border-right: none;
}

.side-top-nav ul li a {
  display: inline-block;
  height: 68px;
  width: 100%;
  padding: 0px;
  background: #baba00;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #b0b000), color-stop(50%, #baba00));
  background: linear-gradient(to right, #b0b000 50%, #baba00 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.side-top-nav ul li a i {
  font-size: 28px;
  top: 22px;
  position: relative;
  color: #ffffff;
}

.side-top-nav ul li a i.slider-diary:before {
  content: "\F02D";
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: lighter;
}

.side-top-nav ul li a i.slider-parents:before {
  content: "\F500";
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: lighter;
}

.side-top-nav ul li a i.slider-pupils:before {
  content: "\F0B1";
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: lighter;
}

.side-top-nav ul li a i.slider-teachers:before {
  content: "\F51C";
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: lighter;
}

@media (max-width: 1023px) {
  .side-top-nav ul li a i {
    top: 20px;
  }
}

.side-top-nav ul li a:hover {
  background-position: left bottom;
}

.side-top-nav ul li a img {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.side-top-nav ul li span {
  display: none;
  position: absolute;
  bottom: 68px;
  background: #a6a600;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 9px 15px 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}

.side-top-nav ul li span:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #a6a600;
}

.side-top-nav ul li:hover span {
  display: inline-block;
}

.content-school .side-second-nav {
  padding: 0;
  margin-bottom: 60px;
}

@media (max-width: 639px) {
  .content-school .side-second-nav {
    padding: 10px 0;
    font-size: 12px;
  }
}

.callout.warning {
  background-color: #e19d22;
}

.callout.error {
  background-color: red;
}

.callout.success {
  background-color: #1c8d1f;
}

.callout {
  margin: 20px 0 10px 0;
  text-align: center;
  padding: 15px;
  border: none;
  border-radius: 0;
  position: relative;
  color: #fff;
  font-size: 15px;
}

.warning-block {
  position: relative;
}

.warning-block p {
  padding-right: 30px;
}

.warning-block p:before {
  content: '';
  background: url(/images/arrow-white-right-big.png?d865e1f59ba2fa6301171d0fa4b02189) no-repeat;
  display: inline-block;
  margin-right: 15px;
  width: 22px;
  height: 13px;
}

.warning-block p span {
  font-weight: 700;
}

.warning-block button {
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin: 0;
  opacity: 0.7;
}

.warning-block button:hover {
  opacity: 1;
}

.warning-block button span {
  color: #fff;
  opacity: 0.7;
}

.warning-block button span:hover {
  opacity: 1;
}

.yearbook-block .news-flat-item:last-child {
  border-bottom: none;
}

/*   pagination   */

.site-pagination {
  margin-bottom: 0px;
  font-family: "Roboto Condensed", sans-serif;
}

.site-pagination ul {
  display: inline-block;
  margin-bottom: 20px;
}

.site-pagination ul li {
  display: inline-block;
  font-size: 13px;
  color: #2c2c2c;
  min-width: 38px;
  text-align: center;
  margin-left: 0px;
  margin-right: 1px;
  line-height: 38px;
  float: left;
}

.site-pagination ul li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0px 0px;
  width: 38px;
  line-height: 38px;
  float: left;
}

.site-pagination ul li.current a,
.site-pagination ul li.current,
.site-pagination ul li.open a {
  background: #373737;
  color: #fff;
}

.site-pagination ul li.current {
  padding: 0px;
}

.site-pagination ul li.up {
  float: right;
}

.site-pagination .prev a {
  text-align: right;
  padding-right: 11px;
  position: relative;
  overflow: hidden;
  text-indent: 9999px;
}

.site-pagination .prev a:before {
  background: url(/images/arrow-white-left.png?3bc4d578008dc48f93bc59c65dee5557) no-repeat center center;
  width: 7px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  top: 50%;
  margin-top: -5px;
}

.site-pagination .next a {
  text-align: left;
  padding-left: 11px;
  position: relative;
  overflow: hidden;
  text-indent: 9999px;
}

.site-pagination .next a:before {
  background: url(/images/arrow-white-right.png?df1e87c6da7fb1cf36436b2f058fd3cc) no-repeat center center;
  width: 7px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  top: 50%;
  margin-top: -5px;
}

.site-pagination .prev a:hover:before {
  background: url(/images/arrow-white-left.png?3bc4d578008dc48f93bc59c65dee5557) no-repeat center center;
}

.site-pagination .next a:hover:before {
  background: url(/images/arrow-white-right.png?df1e87c6da7fb1cf36436b2f058fd3cc) no-repeat center center;
}

.site-pagination ul li.page-disabled a {
  opacity: 0.2;
}

.site-pagination .prev.page-disabled a:hover:before {
  background: url(/images/arrow-white-left.png?3bc4d578008dc48f93bc59c65dee5557) no-repeat center center;
}

.site-pagination .next.page-disabled a:hover:before {
  background: url(/images/arrow-white-right.png?df1e87c6da7fb1cf36436b2f058fd3cc) no-repeat center center;
}

.page-disabled a {
  cursor: default;
  pointer-events: none;
}

.site-pagination ul li a {
  background: #373737;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #373737), color-stop(50%, #adadad));
  background: linear-gradient(to right, #373737 50%, #adadad 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.site-pagination ul li a:hover {
  background-position: left bottom;
}

.yearbook-trigger-block {
  margin-bottom: 40px;
  height: 50px;
}

.yearbook-trigger-block > a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0;
  float: left;
  line-height: 50px;
  background: #adadad;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c2c2c2), color-stop(50%, #adadad));
  background: linear-gradient(to right, #c2c2c2 50%, #adadad 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.yearbook-trigger-block > a:hover {
  background-position: left bottom;
}

.yearbook-trigger-block > a.arrow-left:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 23px;
  height: 13px;
  background: url(/images/arrow-white-left-big.png?90cd4b0fe8f685e026dc39926937f73a) no-repeat center center;
}

.yearbook-trigger-block > a.arrow-right:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 23px;
  height: 13px;
  background: url(/images/arrow-white-right-big.png?d865e1f59ba2fa6301171d0fa4b02189) no-repeat center center;
}

.yearbook-trigger-block .yearbook-trigger {
  position: relative;
  background: #adadad;
  text-align: center;
  width: calc(100% - 100px);
  margin: 0;
  float: left;
  line-height: 50px;
  border-right: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
}

.yearbook-trigger-block .yearbook-trigger > span:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 1px;
  background: #c6c6c6;
  margin-right: 13px;
  margin-left: 10px;
  margin-bottom: -6px;
}

.yearbook-trigger-block .yearbook-trigger > span:after {
  content: '';
  background: url(/images/arrow-white-down-2.png?8d3f0db097c220277e72edcd3d7ff471) no-repeat;
  width: 11px;
  height: 7px;
  display: inline-block;
  margin-left: 100px;
}

@media (max-width: 500px) {
  .yearbook-trigger-block .yearbook-trigger > span:after {
    margin-left: 50px;
  }
}

@media (max-width: 380px) {
  .yearbook-trigger-block .yearbook-trigger > span:after {
    margin-left: 20px;
  }
}

.yearbook-list {
  display: none;
  background: #adadad;
  z-index: 99;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}

.yearbook-list ul {
  padding-bottom: 10px;
}

.yearbook-list ul li {
  display: block;
  float: none;
  width: 100%;
  padding: 3px 0;
}

.yearbook-list ul li a {
  height: 30px;
  line-height: 30px;
  display: block;
  color: #fff;
}

.yearbook-list ul li a:hover {
  background: #c2c2c2;
}

.yearbook-list ul li a span:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 1px;
  background: #c6c6c6;
  margin-right: 13px;
  margin-left: 10px;
  margin-bottom: -6px;
}

.yearbook-list.close {
  display: block;
}

.password-form .table-scroll {
  margin-bottom: 0 !important;
}

.password-form .table-scroll input {
  margin-bottom: 0 !important;
}

.table-scroll {
  margin-bottom: 40px;
}

table {
  color: #5f5f5f;
  font-size: 15px;
}

@media (min-width: 640px) and (max-width: 760px) {
  table {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  table {
    font-size: 13px;
  }
}

table th {
  background: #009846;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

table.single-file tr {
  background-color: #ffffff !important;
}

table.single-file td:first-of-type {
  border-left: none !important;
}

table.single-file td:last-of-type {
  border-right: none !important;
}

table .document-download,
table .document-preview {
  color: #008f40;
  width: 50px;
  text-align: -webkit-center;
}

table .submit-holder {
  vertical-align: -webkit-baseline-middle;
}

table .password-form {
  display: none;
}

table .has-tip {
  border-bottom: none;
  font-weight: normal;
}

table tbody tr:nth-child(even) {
  background-color: #fff;
}

table tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}

table tbody td,
table tbody th {
  padding: 11px 17px 12px;
}

@media (max-width: 900px) {
  table tbody td,
  table tbody th {
    padding: 11px 10px;
  }
}

table tbody th {
  border: 1px solid #009846;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

table tbody td {
  border: 1px solid #e0e0e0;
}

table tr td a {
  color: #009846;
}

table tr td a:hover {
  text-decoration: underline;
  color: #009846;
}

.get-doc {
  display: inline-block;
  color: #008f40;
}

.get-doc:before {
  content: '\F019';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

.doc-search-block {
  margin-top: 30px;
}

.doc-search-block input,
.doc-search-block input:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d1d1d1;
  height: 47px;
  padding: 5px 15px;
}

.doc-search-block input:focus {
  border: 1px solid #999999;
}

.doc-search-block input::-webkit-input-placeholder {
  color: #5f5f5f;
  font-size: 15px;
  opacity: 0.7;
}

.doc-search-block input::-moz-placeholder {
  color: #5f5f5f;
  font-size: 15px;
  opacity: 0.7;
}

.doc-search-block input:-ms-input-placeholder {
  color: #5f5f5f;
  font-size: 15px;
  opacity: 0.7;
}

.doc-search-block input:-moz-placeholder {
  color: #5f5f5f;
  font-size: 15px;
  opacity: 0.7;
}

.widget-docs {
  margin-top: 85px;
  margin-bottom: 20px;
  padding: 17px 20px;
  background: #fff;
}

.widget-docs:before {
  background: url(/images/icon-folder.png?11b6509b0d85f491ac863092e7929e74) left top;
  content: '';
  display: block;
  width: 26px;
  height: 23px;
  margin-bottom: 15px;
}

.topic-list.widget-docs > ul > li:first-child {
  padding-top: 14px;
  border-top: 1px solid #d1d1d1;
}

.topic-list.widget-docs > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.topic-list.widget-docs > ul > li > a {
  margin-left: 0px;
}

.topic-list {
  margin-bottom: 20px;
}

.topic-list a {
  color: #5f5f5f;
}

.topic-list a:hover {
  font-weight: 700;
}

.topic-list ul li {
  text-transform: uppercase;
}

.topic-list > ul > li.current {
  font-weight: 700;
}

.topic-list > ul > li.has-child > a {
  background: url(/images/arrow-grey-down-side.png?ad0f637317b9e1af0d80ed5180aceb13) no-repeat left top;
}

.topic-list > ul > li {
  font-size: 14px;
  border-bottom: 1px solid #d1d1d1;
  padding: 14px 0;
}

.topic-list > ul > li:first-child {
  padding-top: 0;
}

.topic-list > ul > li > a {
  padding-left: 25px;
  margin-left: 10px;
  background: url(/images/arrow-grey-right-side.png?a30efe48aa912b2a880d64bb962c9186) no-repeat top left;
}

.topic-list > ul > li > ul {
  padding-top: 30px;
  position: relative;
  margin: 0;
}

.topic-list > ul > li > ul:before {
  position: absolute;
  content: '';
  background: #d1d1d1;
  width: 100%;
  height: 1px;
  top: 15px;
  left: 0;
  right: 0;
}

.topic-list > ul > li > ul > li {
  font-size: 12px;
  padding: 5px 0;
  padding-left: 25px;
  font-weight: 400;
}

.topic-list > ul > li > ul > li:last-child {
  padding-bottom: 0;
}

.topic-list > ul > li > ul > li.current,
.topic-list > ul > li > ul > li > ul > li.current {
  font-weight: 700;
}

.topic-list > ul > li > ul > li > a {
  padding-left: 15px;
  background: url(/images/arrow-grey-right-dark.png?480187a07c7bcf2a1ca5a892e7d650f8) no-repeat left center;
}

.widget-topic-list {
  padding: 17px 20px;
  background: #fff;
  margin-bottom: 20px;
}

.topic-list.widget-topic-list > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.topic-list.widget-topic-list > ul > li > a {
  margin-left: 0px;
}

.article-block {
  margin-bottom: 0px;
  position: relative;
}

#page-font-size {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #373737;
  font-size: 18px;
}

#page-font-size .fa-plus {
  font-size: 10px;
  margin-left: -6px;
}

.entry .article-bottom-left {
  margin-bottom: 20px;
}

.entry .article-bottom-left p {
  display: inline-block;
  color: #999999;
  padding-left: 10px;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
}

.entry .article-bottom-left p span {
  font-weight: 700;
  padding-top: 10px;
}

.author-hold {
  display: inline-block;
  padding-top: 20px;
}

.author-hold a {
  margin-right: 20px;
  padding-bottom: 20px;
  float: left;
}

.author-img-hold {
  display: inline-block;
  border-radius: 50%;
  background-size: cover !important;
  top: -4px;
}

.author-img-hold.icon {
  width: 50px;
  height: 50px;
}

.author-img-hold i {
  font-size: 26px;
  font-weight: 100;
  color: #008f40;
}

.article-bottom-right {
  margin-bottom: 20px;
  padding-top: 20px;
}

@media (max-width: 639px) {
  .article-bottom-right {
    text-align: left;
  }
}

.article-bottom-right span {
  font-size: 15px;
  display: inline-block;
  color: #fff;
  max-width: 120px;
  line-height: 22px;
}

@media (max-width: 639px) {
  .article-bottom-right span {
    float: left;
  }
}

.article-bottom-right a {
  float: right;
  margin-left: 20px;
  color: #fff !important;
}

@media (max-width: 639px) {
  .article-bottom-right a {
    float: left;
  }
}

.article-bottom-right a:hover {
  text-decoration: none !important;
}

.fb-block {
  margin-bottom: 20px;
}

.entry.article-block ul {
  margin-bottom: 4px;
}

.entry.article-block ul li {
  display: inline-block;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}

@media (max-width: 639px) {
  .entry.article-block ul li {
    display: block;
    line-height: 20px;
  }
}

.entry.article-block .content-school ul li {
  display: inherit;
}

.entry.article-block ul li:before {
  display: none;
}

.entry.article-block h1 {
  margin-bottom: 0;
  line-height: 32px;
}

@media (max-width: 639px) {
  .entry.article-block h1 {
    margin-bottom: 10px;
  }
}

.btn-green-simple span {
  color: #fff;
  float: none;
}

.fa-rss {
  color: #373737;
}

.author_page div {
  line-height: 30px;
}

.author_page span {
  font-size: 15px;
  line-height: 15px;
}

/* cookies */

.cookies-hold {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  background: #818181;
  padding: 18px 0;
  color: #dedede;
  z-index: 20;
}

.cookies-hold .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookies-text {
  font-size: 14px;
  -ms-flex-item-align: center;
      align-self: center;
}

.cookies-text a {
  color: #dedede;
  text-decoration: underline;
}

.cookies-text a:hover {
  text-decoration: none;
}

.cookies-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#notificationCookieWrapper a {
  color: #fff;
}

.doc-search-block .filter-search {
  position: relative;
}

.doc-search-block .filter-search button {
  position: absolute;
  background: url(/images/icon-search.png?cc22b20fac37b389c95b1e78bb75fff4) no-repeat center center;
  width: 14px;
  height: 14px;
  top: 16px;
  right: 15px;
}

.documents-loading.loading {
  position: relative;
  height: 50px;
  width: 50px;
  float: left !important;
  display: none;
}

.sk-spinner-pulse {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #009846;
  opacity: 0;
  border-radius: 100%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-animation: sk-pulseScaleOut 2s infinite ease-in-out;
  animation: sk-pulseScaleOut 2s infinite ease-in-out;
}

.sk-spinner-pulse.pulse-2 {
  -webkit-animation: sk-pulseScaleOut 2s 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 2s 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    opacity: 1;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    opacity: 1;
  }
}

.documents-subsubcategory tr:nth-child(odd) {
  background-color: #5f5f5f;
  color: #f1f1f1;
}

.documents-subsubcategory tr th {
  background-color: #5f5f5f !important;
  color: #f1f1f1 !important;
  padding: 5px 17px 5px;
  font-size: 13px;
  border: 1px solid #5f5f5f;
  font-weight: normal !important;
}

.mobile-nav-top-block {
  display: none;
}

@media (max-width: 1023px) {
  .mobile-nav-top-block {
    display: block;
  }
}

.mobile-logo {
  padding-top: 10px;
}

.mobile-logo a img {
  max-width: 60px;
  max-height: 40px;
}

.mobile-top-nav ul li {
  float: left;
  width: 25%;
  text-align: center;
  border-left: 1px solid #d1d1d1;
}

.mobile-top-nav ul li a {
  display: inline-block;
  height: 62px;
  width: 100%;
  padding: 0px;
  color: #5f5f5f;
}

.mobile-top-nav ul li a img {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-top-nav ul li a i {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
}

.mobile-nav-bottom-block {
  display: none;
  background: #008f40;
}

@media (max-width: 1023px) {
  .mobile-nav-bottom-block {
    display: block;
  }
}

.mobile-nav-bottom-block ul li {
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-nav-bottom-block ul li:last-child {
  border-right: none;
}

.mobile-nav-bottom-block ul li a {
  display: inline-block;
  height: 68px;
  width: 100%;
  padding: 0px;
}

.mobile-nav-bottom-block ul li a img {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-nav-list {
  display: none;
  background: #f1f1f1;
}

.mobile-nav-list.close {
  display: block;
}

@media (min-width: 1024px) {
  .mobile-nav-list.close {
    display: none;
  }
}

.mobile-nav-list ul li {
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #d5d5d4;
}

.mobile-nav-list ul li.is-active {
  background: #373737;
}

.mobile-nav-list ul li.is-active a {
  color: #fff;
}

.mobile-nav-list ul li a {
  display: block;
  padding: 13px 20px;
  color: #373737;
  position: relative;
}

.mobile-nav-list ul li a:after {
  position: absolute;
  content: "\F061";
  font-family: 'Font Awesome 5 Pro';
  width: 13px;
  height: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.mobile-nav-list ul li ul {
  margin: 0;
  display: none;
}

.mobile-nav-list ul li ul.close {
  display: block;
}

.mobile-nav-list ul li ul li {
  border-bottom: 1px solid #666665;
  background: #373737;
}

.mobile-nav-list ul li ul li:last-child {
  border-bottom: none;
}

.mobile-nav-list ul li ul li:first-child {
  border-top: 1px solid #666665;
}

.mobile-nav-list ul li ul li a {
  color: #fff;
  padding: 9px 40px;
  font-size: 14px;
  position: relative;
}

.mobile-nav-list ul li ul li a:after {
  position: absolute;
  content: "\F061";
  font-family: 'Font Awesome 5 Pro';
  width: 5px;
  height: 9px;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}

.mobile-nav-list > ul > li.is-active > a:after {
  width: 14px;
  height: 14px;
  content: "\F063";
  font-family: 'Font Awesome 5 Pro';
}

.mobile-nav-list > ul > li.current > a {
  font-weight: 700;
}

.mobile-nav-list ul li ul li.current a {
  font-weight: 700;
}

.mobile-search-block {
  display: none;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}

.mobile-search-block.close {
  display: block;
}

@media (min-width: 1024px) {
  .mobile-search-block.close {
    display: none;
  }
}

.mobile-search-block input,
.mobile-search-block input:active,
.mobile-search-block input:focus {
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
  margin: 0;
}

.mobile-search-block button {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 30px;
  height: 30px;
  background-image: url(/images/icon-search.png?cc22b20fac37b389c95b1e78bb75fff4);
  background-repeat: no-repeat;
  background-position: center center;
}

.entry h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.entry .img-full {
  background-size: cover !important;
  height: 510px;
}

@media (max-width: 1023px) {
  .entry .img-full {
    height: 300px;
  }
}

@media (min-width: 640px) and (max-width: 800px) {
  .entry .img-full {
    height: 250px;
  }
}

@media (max-width: 540px) {
  .entry .img-full {
    height: 200px;
  }
}

@media (max-width: 360px) {
  .entry .img-full {
    height: 170px;
  }
}

.entry p {
  font-size: 15px;
  line-height: 25px;
  color: #5f5f5f;
  margin-bottom: 20px;
}

@media (max-width: 639px) {
  .entry p {
    font-size: 14px;
  }
}

.entry a {
  color: #008f40;
}

.entry a:hover {
  text-decoration: underline;
}

.admin_edit {
  float: left;
  color: #008f40 !important;
}

a.admin_edit i {
  font-size: 16px;
}

.entry h1 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.entry h2,
.entry h3,
.entry h4 {
  margin-bottom: 20px;
}

.entry h2 {
  font-weight: 700;
  font-size: 24px;
}

.entry h3 {
  font-size: 18px;
  font-weight: 600;
}

.entry h4 {
  font-size: 16px;
  font-weight: 500;
}

.entry h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #5f5f5f;
}

.entry ul {
  margin-bottom: 25px;
  color: #5f5f5f;
}

.entry ul li {
  padding-left: 20px;
  font-size: 15px;
  line-height: 31px;
  position: relative;
}

@media (max-width: 639px) {
  .entry ul li {
    line-height: 25px;
  }
}

.entry ul li:before {
  background: #009846;
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
}

@media (max-width: 639px) {
  .entry ul li:before {
    top: 9px;
  }
}

.entry .employee-list ul li:before {
  background: none;
}

.entry .links-list ul li:before {
  display: none;
}

.entry .topic-list ul li:before {
  display: none;
}

.entry .topic-list > ul > li {
  padding-left: 0;
  font-size: 14px;
  line-height: 1.5;
}

.entry .topic-list > ul > li > ul > li {
  line-height: 1.5;
}

.entry .topic-list a {
  color: #5f5f5f;
}

.entry ol {
  margin-left: 0px;
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.entry ol li {
  padding-left: 3px;
  font-size: 15px;
  line-height: 31px;
  color: #5f5f5f;
}

@media (max-width: 639px) {
  .entry ol li {
    line-height: 25px;
  }
}

.entry > ol {
  margin-bottom: 25px;
}

.entry ol li ol {
  margin-left: 18px;
}

.entry ol li {
  padding-left: 3px;
  font-size: 15px;
}

.entry ol li:before {
  margin-right: 5px;
}

blockquote {
  font-size: 15px;
  position: relative;
  margin-bottom: 55px;
  margin-top: 50px;
  font-size: 15px;
  line-height: 25px;
  color: #5f5f5f;
  padding-left: 130px;
}

@media (max-width: 900px) {
  blockquote {
    padding-left: 80px;
  }
}

blockquote:before {
  content: "";
  position: absolute;
  left: 55px;
  top: -15px;
  width: 48px;
  height: 38px;
  background: url(/images/blockquate.png?d3ace6f67e9caa86010079f83783eff5) no-repeat center center;
}

@media (max-width: 900px) {
  blockquote:before {
    left: 10px;
  }
}

blockquote p {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 25px 0;
}

blockquote span {
  display: inline-block;
  color: #999999;
  font-size: 13px;
  line-height: 18px;
}

.entry .gallery a img {
  width: 100%;
}

.entry .gallery a {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.entry .gallery a:first-of-type:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/images/item-img.png?b33929f109f4fb146e20a0f1ebc962b6) no-repeat center center rgba(55, 55, 55, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gallery .small-4:nth-child(1n+1) {
  padding: 0px 7.5px;
}

.entry .gallery a:first-of-type:hover:before {
  visibility: visible;
  opacity: 1;
}

.entry .gallery [class*="column"] + [class*="column"]:last-child {
  float: left;
}

.gallery-thumbs {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.gallery-thumbs h3 {
  background: url(/images/gallery-thumbs.png?65a155f41df1ebcdaecd6a02b8008e08) no-repeat left center;
  padding-left: 40px;
  margin-bottom: 17px;
}

.gallery-thumbs ul li {
  padding: 0px;
  float: left;
  width: 23%;
  margin-right: 2.6666%;
  margin-bottom: 20px;
}

@media (max-width: 639px) {
  .gallery-thumbs ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
}

.gallery-thumbs ul li:nth-child(4n) {
  margin-right: 0px;
}

@media (max-width: 639px) {
  .gallery-thumbs ul li:nth-child(2n) {
    margin-right: 0px;
  }
}

.gallery-thumbs ul li:before {
  display: none;
}

.gallery-thumbs ul li a:first-of-type {
  display: block;
  height: 180px;
  background-size: cover !important;
}

@media (max-width: 900px) {
  .gallery-thumbs ul li a:first-of-type {
    height: 130px;
  }
}

@media (min-width: 640px) and (max-width: 750px) {
  .gallery-thumbs ul li a:first-of-type {
    height: 100px;
  }
}

@media (max-width: 639px) {
  .gallery-thumbs ul li a:first-of-type {
    height: 130px;
  }
}

.gallery-thumbs ul li a:first-of-type:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/images/item-img.png?b33929f109f4fb146e20a0f1ebc962b6) no-repeat center center rgba(55, 55, 55, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gallery-thumbs ul li a:first-of-type:hover:before {
  visibility: visible;
  opacity: 1;
}

.entry .table-scroll {
  margin-bottom: 20px;
}

.entry .table-scroll table {
  margin-bottom: 10px;
}

.entry table {
  width: 100%;
  min-width: 400px;
  color: #5f5f5f;
  font-size: 15px;
}

.entry table p {
  font-size: 13px;
  line-height: 1.5;
  color: #5f5f5f;
  margin-bottom: 0px;
}

@media (min-width: 640px) and (max-width: 760px) {
  .entry table {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  .entry table {
    font-size: 13px;
  }
}

.entry table th {
  background: #009846;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.entry table th p {
  background: #009846;
  color: #fff;
  font-weight: 700;
  text-align: left;
  font-size: 15px;
}

.table-scroll table {
  margin-bottom: 0px;
}

.entry table p {
  margin-bottom: 0;
  font-size: 13px;
}

.entry table tbody tr:nth-child(even) {
  background-color: #fff;
}

.entry table tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}

.entry table tbody td,
table thead th {
  padding: 11px 10px 12px;
}

@media (max-width: 900px) {
  .entry table tbody td,
  table thead th {
    padding: 11px 5px;
  }
}

.entry table thead th {
  border: 1px solid #009846;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 15px;
}

.entry table tbody td {
  border: 1px solid #e0e0e0;
  font-size: 13px;
}

.entry table tr th:last-child {
  border-right: 1px solid #009846;
}

.entry table tr td ol {
  padding-left: 32px;
}

.entry table tr td a {
  color: #009846;
}

.entry table tr td a:hover {
  text-decoration: underline;
  color: #009846;
}

.steps {
  margin-bottom: 30px;
}

.steps > ol {
  -ms-display: flex;
  display: -webkit-box;
  display: flex;
  counter-reset: item;
  width: 100%;
}

@media (max-width: 639px) {
  .steps > ol {
    display: block;
  }
}

.steps > ol > li {
  text-transform: uppercase;
  background: #adadad;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  padding: 2px 20px;
  padding-left: 54px;
  height: 49px;
  position: relative;
  -ms-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.2;
}

@media (max-width: 1023px) {
  .steps > ol > li {
    padding: 2px 10px;
    padding-left: 30px;
    font-size: 12px;
  }
}

@media (max-width: 639px) {
  .steps > ol > li {
    height: 30px;
  }
}

.steps > ol > li:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 49px;
  top: 0;
  right: 0;
  background: url(/images/step-regular.png?82452c33813f566d9ad27091cc041897) no-repeat center center/100% 100%;
}

@media (max-width: 1023px) {
  .steps > ol > li:after {
    width: 10px;
  }
}

@media (max-width: 639px) {
  .steps > ol > li:after {
    display: none;
  }
}

.steps > ol > li.current {
  background: #6c6c6c;
}

.steps > ol > li.current:after {
  background: url(/images/step-current.png?be9bc1f8bf68b881b345ff518b3fb858) no-repeat center center/100% 100%;
}

.steps > ol > li.done {
  background: #818181;
}

.steps > ol > li.done:before {
  color: #fff;
  background: #a9a9a9;
}

.steps > ol > li.done:after {
  background: url(/images/step-done.png?e96d41dd028d3079224372d418f47ca0) no-repeat center center/100% 100%;
}

.steps > ol > li.done.done-total:after {
  background: url(/images/step-done-done.png?87f3b58071a530a5be557f6b040cdddd) no-repeat center center/100% 100%;
}

.steps > ol > li:before {
  content: counters(item, "") "";
  counter-increment: item;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  font-weight: 700;
  color: #373737;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 28px;
  text-align: center;
}

@media (max-width: 1023px) {
  .steps > ol > li:before {
    width: 20px;
    height: 20px;
    left: 6px;
    line-height: 20px;
  }
}

.steps > ol > li:last-child:after {
  display: none;
}

.form-row {
  position: relative;
  margin-bottom: 24px;
}

.form-row.has-error input {
  border: 1px solid #bf221f;
}

.form-row.has-error textarea {
  border: 1px solid #bf221f;
}

.form-row label {
  font-size: 15px;
  font-weight: 700;
  color: #373737;
}

@media (max-width: 639px) {
  .form-row label {
    font-size: 14px;
  }
}

.form-row label span {
  color: #1c8d1f;
}

.form-row label input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d1d1d1;
  margin: 0;
  outline: none;
  height: 44px;
  padding: 2px 20px;
  padding-right: 40px;
  font-weight: 400;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 2px;
}

.form-row label i {
  position: absolute;
  right: 16px;
  top: 40px;
  color: #009846;
  border: none;
  font-size: 16px;
}

.form-row span {
  color: #999999;
  font-size: 13px;
}

.form-row textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d1d1d1;
  margin: 0;
  outline: none;
  height: 104px;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 2px;
  resize: none;
}

.tooltip {
  background-color: #009846;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
}

.tooltip.right::before {
  border: inset 8px;
  border-color: transparent #009846 transparent transparent;
}

.tooltip::before {
  border: inset 8px;
  border-color: transparent transparent #009846;
}

.tooltip.left::before {
  border: inset 8px;
  border-color: transparent transparent transparent #009846;
}

.step-categories-title {
  font-weight: 700;
  color: #373737;
  font-size: 15px;
  margin-bottom: 5px;
}

@media (max-width: 639px) {
  .step-categories-title {
    font-size: 14px;
  }
}

.step-categories-title span {
  color: #bf221f;
}

.step-categories-list {
  padding-top: 25px;
  padding-bottom: 10px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

@media (max-width: 639px) {
  .step-categories-list {
    padding-top: 15px;
  }
}

.step-categories-list ul {
  margin: 0;
}

.step-categories-list ul li {
  display: inline-block;
  padding: 0;
  margin-bottom: 15px;
  margin-right: 15px;
}

@media (max-width: 1023px) {
  .step-categories-list ul li {
    margin-right: 5px;
  }
}

@media (max-width: 639px) {
  .step-categories-list ul li {
    margin-bottom: 5px;
  }
}

.step-categories-list ul li:before {
  display: none;
}

.step-categories-list ul li input {
  display: none;
}

.step-categories-list ul li input:checked + label {
  background: #373737;
  color: #fff;
  border: 1px solid #373737;
}

.step-categories-list ul li label {
  color: #5f5f5f;
  font-size: 13px;
  padding: 3px 25px;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  margin: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 1023px) {
  .step-categories-list ul li label {
    padding: 3px 15px;
  }
}

.step-next {
  margin-bottom: 50px;
}

@media (max-width: 639px) {
  .step-next {
    margin-bottom: 20px;
  }
}

.step-wrap .callout {
  margin: 0px 0 20px 0;
  text-align: left;
  padding: 10px 15px 15px;
}

.step-wrap .callout p {
  color: #fff;
  font-size: 13px;
  margin: 0;
  line-height: 1.3;
  padding-right: 0;
}

.step-wrap .callout p:before {
  content: '\F071';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  background: transparent;
}

.step-label {
  font-weight: 700;
  font-size: 15px;
}

@media (max-width: 639px) {
  .step-label {
    font-size: 14px;
  }
}

.step-label i {
  margin-left: 10px;
  color: #5f5f5f;
  border: none;
  font-size: 16px;
}

.step-wysiwyg {
  margin-bottom: 30px;
}

.area-counter {
  font-size: 13px;
  color: #999999;
}

.step-wrap > h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

.form-row textarea.area-admin {
  height: 254px;
  padding: 20px;
  font-size: 15px;
}

.back.step-back {
  margin-top: 6px;
}

.step-gallery-title {
  font-size: 13px;
  color: #373737;
  margin-bottom: 5px;
  padding-left: 8px;
  font-weight: 700;
}

.step-gallery {
  margin-bottom: 50px;
}

.step-agreement {
  display: inline-block;
}

@media (max-width: 639px) {
  .step-agreement {
    display: block;
    margin-bottom: 15px;
    text-align: left;
  }
}

.step-agreement.has-error label:before {
  border: 1px solid #bf221f;
}

.step-agreement input {
  display: none;
}

.step-agreement input:checked + label:before {
  background: url(/images/checkbox-checked.png?8bc5586db29b94ff100db6861ba6fcff) no-repeat center center;
}

.step-agreement label {
  font-size: 13px;
  color: #5f5f5f;
  position: relative;
  padding-left: 30px;
  margin-left: 0;
}

@media (max-width: 639px) {
  .step-agreement label {
    margin: 0;
  }
}

.step-agreement label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #d1d1d1;
  left: 0;
  top: 0;
}

.step-success .callout {
  margin: 0px 0 50px 0;
  text-align: left;
  padding: 10px 15px;
}

@media (max-width: 639px) {
  .step-success .callout {
    margin: 0px 0 30px 0;
  }
}

.step-success .callout.success {
  background: #77bb79;
}

.step-success .callout.success p:before {
  display: none;
}

.step-success .callout.success span {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #fff;
  border-radius: 50%;
  color: #1c8d1f;
  margin-right: 15px;
  font-family: "Roboto", sans-serif;
}

.step-success .callout p {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  padding-right: 0;
  line-height: 1.3;
}

.step-success-message {
  padding: 0 8%;
  margin-bottom: 30px;
}

@media (max-width: 639px) {
  .step-success-message {
    padding: 0;
    margin-bottom: 20px;
  }
}

.step-success-message i {
  color: #1c8d1f;
  font-size: 80px;
  margin-bottom: 15px;
}

@media (max-width: 639px) {
  .step-success-message i {
    font-size: 60px;
  }
}

.step-new {
  padding-bottom: 75px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 639px) {
  .step-new {
    padding-bottom: 30px;
  }
}

.btn-green-chev-down {
  color: #008f40 !important;
}

.btn-green-chev-down:focus,
.btn-green-chev-down:active {
  color: #008f40 !important;
}

@media screen and (max-width: 640px) {
  .fancybox-close {
    top: -30px;
    right: -10px;
    width: 20px;
    height: 20px;
  }
}




.widget-topic-list .accordion-title {
    padding: 0;
    border: none;
    padding: 14px 0;
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.5;
    background: url(../img/arrow-grey-right-side.png) no-repeat center left;
}

.widget-topic-list .is-active .accordion-title {
    background: url(../img/arrow-grey-down-side.png) no-repeat center left;
    font-weight: 700;
}

.widget-topic-list .accordion-title::before {
    display: none;
}

.topic-list>ul>li.accordion-item {
    padding: 0;
}

.widget-topic-list .accordion-content {
    border: none;
    padding: 15px 0;
}

.widget-topic-list .accordion-title:hover, 
.widget-topic-list .accordion-title:focus {
    background-color: transparent;
}

.widget-topic-list .accordion-item:first-child .accordion-title {
    padding-top: 0;
    background: url(../img/arrow-grey-right-side.png) no-repeat top 3px left;
}
.widget-topic-list .accordion-item.is-active:first-child .accordion-title {
    background: url(../img/arrow-grey-down-side.png) no-repeat top 3px left;
}

.widget-topic-list .accordion-item:last-child .accordion-content {
    padding-bottom: 0;
}


.widget-topic-list .accordion-item.is-active .accordion-title {
    border-bottom: 1px solid #d1d1d1;
}

.widget-topic-list :last-child:not(.is-active)>.accordion-title {
    border-bottom: none;
}
.widget-topic-list :last-child>.accordion-content:last-child {
    border-bottom: none;
}

.widget-topic-list .accordion-content ul {
    margin: 0;
}

.widget-topic-list .accordion-content ul li {
    font-size: 12px;
    padding: 5px 0;
    padding-left: 25px;
    font-weight: 400;
}

.widget-topic-list .accordion-content ul li a {
    padding-left: 15px;
    background: url(../img/arrow-grey-right-dark.png) no-repeat left center;
}

.topic-list > ul > li > ul li ul {
    padding-top: 6px;
    position: relative;
    margin: 0;
    margin-bottom: 6px;
} 
.topic-list > ul > li > ul li ul li {
    font-size: 12px;
    padding-left: 25px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 4px;
} 
.topic-list > ul > li > ul li ul li.current {
    font-weight: 700;
} 
.topic-list > ul > li > ul li ul li:last-child {
    margin-bottom: 0px;
} 
.topic-list > ul > li > ul li ul li a {
    padding-left: 15px;
    background: url(../img/arrow-grey-right-dark.png) no-repeat left center;
} 

.entry table tbody td hr {
    border-bottom: 1px solid #e0e0e0;
    margin: 10px 0;
}
.entry table.no-background tbody tr:nth-child(odd) {
    background-color: transparent
}

.tags-hold {
    background: #fff;
    margin-top: 16px;
    padding: 24px 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.tags-left {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 46px;
}

.tags-list {
    padding-left: 46px;
    border-left: 1px solid #e0e0e0;
}
.tags-list ul li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 4px;
}
.tags-list ul li a {
    font-size: 15px;
    color: #5f5f5f;
}
.tags-list ul li a:hover {
    text-decoration: underline;
}

.ranks-hold {
    background: #fff;
    padding: 18px 20px 26px;
}

.ranks-hold .question {
    font-size: 15px;
    color: #5f5f5f;
    margin-bottom: 3px;
    display: block;
}

.rating-input, .rating2-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0;
}

.rating-star, .rating2-star, 
.rating:hover .rating-star, 
.rating2:hover .rating2-star {
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
}

.ranks-hold label {
    margin: 0;
    margin-right: 3px;
}

.ranks-hold .rating,
.ranks-hold .rating2 {
    display: block;
}
.ranks-hold .rating:after,
.ranks-hold .rating2:after {
    content: '';
    display: block;
    clear: both;
}

.ranks-hold .rating-items {
    float: left;
}

.rating-star:before,
.rating2-star:before {
    content: '\f005';
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    color: #cfcfcf;
}

.rating:hover .rating-star:hover:before, 
.rating2:hover .rating2-star:hover:before, 
.rating:hover .rating-star:hover ~ .rating-star:before, 
.rating2:hover .rating2-star:hover ~ .rating2-star:before, 
.rating-input:checked ~ .rating-star:before, 
.rating2-input:checked ~ .rating2-star:before {
    color: #f0c416;
}

.questions-group {
    margin-bottom: 20px;
}
.questions-group:last-child {
    margin-bottom: 0px;
}

.questions-group:after {
    content: '';
    display: block;
    clear: both;
}

.text3 textarea,
.text3 textarea:focus {
    margin: 0;
    box-shadow: none;
    outline: none;
    resize: none;
    height: 104px;
    padding: 10px 10px;
    font-size: 15px;
    border: 1px solid #d1d1d1;
    margin-bottom: 18px;
}

.btn-grey-simple, 
.btn-grey-simple:active, 
.btn-grey-simple:focus {
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    background: #adadad;
    outline: none;
    border: none;
    background: linear-gradient(to right, #c2c2c2 50%, #adadad 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s;
    position: relative;
}

.rating-buttons .btn-grey-simple, 
.rating-buttons .btn-grey-simple:active, 
.rating-buttons .btn-grey-simple:focus {
    float: left;
    width: calc(50% - 5px);
    margin-right: 10px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.rating-buttons .btn-grey-simple:nth-child(2n) {
    margin-right: 0px;
}

.btn-grey-simple:hover {
    color: #fff;
    background-position: left bottom;
}

.rating-buttons:after {
    content: '';
    display: block;
    clear: both;
}

.error-text h2 {
    font-size: 60px;
    font-weight: 700;
    color: #373737;
    line-height: 1.2;
    margin-bottom: 10px;
}
.error-text h3 {
    color: #373737;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.3;
}
.error-text h4 {
    font-weight: 700;
    color: #373737;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.error-text ul li {
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 24px;
    position: relative;
    margin-bottom: 7px;
}
.error-text ul li:last-child {
    margin-bottom: 0px;
}
.error-text ul li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #5f5f5f;
}

.error-text {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.error-links {
    margin-bottom: 20px;
}

.error-links ul li {
    float: left;
    width: 30%;
    line-height: 1.3;
}
.error-links ul li a {
    font-size: 13px;
    color: #565656;
}
.error-links ul li a:hover {
    text-decoration: underline;
}

.content-school.error-hold {
    padding: 70px 9%;
    padding-right: 5%;
    min-height: 1px;
}

.error-left {
    padding-right: 2%;
}
.error-right {
    padding-left: 3%;
}

.accordion-list > ul > li {
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #d1d1d1;
    padding: 14px 0;
}
.accordion-list > ul > li > a {
    padding-left: 25px;
    margin-left: 10px;
    background: url(../img/arrow-grey-right-side.png) no-repeat top left;
}
.accordion-list ul li a {
    color: #5f5f5f;
}
.accordion-list.widget-topic-list>ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.accordion-list>ul>li.current {
    font-weight: 700;
}

.accordion-list>ul>li>ul {
    padding-top: 30px;
    position: relative;
    margin: 0;
    display: none;
}
.accordion-list>ul>li>ul:before {
    position: absolute;
    content: '';
    background: #d1d1d1;
    width: 100%;
    height: 1px;
    top: 15px;
    left: 0;
    right: 0;
}

.accordion-list>ul>li>ul>li {
    font-size: 12px;
    padding: 5px 0;
    padding-left: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

.accordion-list>ul>li>ul>li.current {
    font-weight: 700;
}

.accordion-list>ul>li>ul>li>a {
    padding-left: 15px;
    background: url(../img/arrow-grey-right-dark.png) no-repeat left center;
}

.accordion-list>ul>li.active>a {
    background: url(../img/arrow-grey-down-side.png) no-repeat left top;
}

.intro-slider-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.intro-slider-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;

}

.nav ul li:last-child ul {
    right: 0;
}

@media (max-width: 1100px) {
    .ranks-hold label {
        margin-right: 2px;
    }
    .error-text h2 {
        font-size: 50px;
    }
}

@media (max-width: 1023px) {
    .error-text ul li:before {
        top: 7px;
    }
    .error-links ul li a {
        font-size: 12px;
    }
    .error-links ul li {
        width: 33.333%;
    }
    .error-text ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .content-school.error-hold {
        padding: 50px 6%;
        padding-right: 3%;
    }
    .tags-list ul li {
        margin-right: 20px;
        margin-bottom: 2px;
    }
    .tags-list {
        padding-left: 30px;
    }
    .tags-hold {
        padding: 24px 30px 20px;
    }
    .tags-left {
        padding-right: 30px;
    }
}

@media (max-width: 639px) {

    .error-links {
        margin-bottom: 10px;
    }
    .error-links ul li {
        width: 50%;
    }
    .error-text ul li {
        padding-left: 18px;
    }
    .error-right {
        text-align: center;
    }
    .error-right img {
        max-width: 160px;
    }
    .error-left {
        padding-right: 0;
    }
    .error-text h4 {
        font-size: 16px;
    }
    .error-text h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .error-text h2 {
        font-size: 40px;
    }
    .content-school.error-hold {
        padding: 20px 20px;
    }
    .tags-list ul li {
        margin-right: 11px;
        margin-bottom: 2px;
    }
    .tags-hold {
        padding: 24px 15px 16px;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .tags-list {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
    .tags-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 15px;
    }
    .employee-info-block {
        padding-left: 0;
    }
    .employee-img {
        height: auto !important;
        padding: 0 !important;
        padding-bottom: 130% !important;
        margin-bottom: 15px;
    }
}

@media (max-height: 770px) {
    .slider-block {
        height: 490px;
    }
    .slider-block .row-slider-nav {
        height: 490px;
    }
    .intro-slider-item {
        height: 490px !important;
    }
}
@media (max-height: 660px) {
    .slider-block {
        height: 400px;
    }
    .slider-block .row-slider-nav {
        height: 400px;
    }
    .intro-slider-item {
        height: 400px !important;
    }
}


ul.accordion li:before {
    content: none;
}
ul.accordion li {
    padding-left: 0;
}
.accordion-hold {
    margin-bottom: 60px;
}
.accordion-hold .accordion-content ol {
    counter-reset: item;
}
.accordion-hold .accordion-content ol > li:before {
    content: counter(item) ".";
    counter-increment: item;
}
.accordion-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    color: #999999;
    background: #5f5f5f;
    position: relative;
    border: none;
    padding: 21px 80px 21px 36px;
    margin-bottom: 0;
    transition: 0.2s;
}
.accordion-title:focus {
    background: #5f5f5f;
}
.accordion-title:hover {
    background-color: #5f5f5f;
    color: #fff;
}
.accordion-item a {
    color: #fff;
}
.accordion-item.is-active .accordion-title {
    background-color: #5f5f5f;
    color: #fff;
}
.accordion-hold :last-child:not(.is-active) > .accordion-title {
    border-bottom: none;
}
.accordion-content {
    padding: 26px 41px 14px;
    display: none;
    border: 1px solid #e7e9ea!important;
    background-color: #fff;
    margin-bottom: 4px;
}

.accordion-hold ul li {
    margin-bottom: 2px;
}
.accordion-hold .accordion-title:before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 300;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    color: #5f5f5f;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%) rotate(0);
    margin-top: 0;
    transition: 0.2s;
}
.admin_buttons {
    display: flex;
    justify-content: flex-end;
}
.admin_buttons i {
    padding: 5px; 
    font-size: 18px;
}
a.accordion-title {
    color: #ffffff;
    cursor: pointer;
}
a.accordion-title i {
    padding: 5px;
    font-size: 16px;
}
.accordion-hold .accordion-title:hover:before {
    color: #fff;
}
.accordion-arrow .accordion-title:before {
    content: '\f178';
    color: #fff;
}
.accordion-arrow .accordion-item.is-active .accordion-title:before {
    transform: translateY(-50%) rotate(90deg);
}
.accordion-plus .accordion-title:before {
    content: '\f055';
    color: #fff;
}

.accordion-plus .accordion-item.is-active .accordion-title:before {
    content: '\f056';
    color: #fff;
}

.linkedin-button i {
    font-size: 37px;
    position: relative;
    top: -2px;
}

.btn-icons.btn-linkedin {
    background: #0073B1;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #33b2f7), color-stop(50%, #0073B1));
    background: linear-gradient(to right, #33b2f7 50%, #0073B1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-icons.btn-linkedin:hover {
    background-position: left bottom;
}
.btn-icons.btn-linkedin:after {
    content: '';
    display: block;
    background: url(/assets/build/img/linkedin.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul.tabs li:before {
    background: none;
}

.survey {
    width: auto!important;
}

.rating, .rating2 {
    height: 20px;
}


/* vertinimai */
.wrapper-left-side{
    padding-right: 20px;
}

.evaluations-left-side{
    padding: 25px 20px 35px;
    background-color: #fff;    
}
.evaluations-link-list{
    margin-bottom: 20px;
}
.evaluations-link-list ul{
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
}
.evaluations-link-list ul li{
    display: inline-block;
    float: left;
    padding-bottom: 25px;
    margin-right: 10%;
    position: relative;    
}
.evaluations-link-list ul li.active::after{
    content: '';
    background: url(../img/arrow-grey-down-side.png) no-repeat;
    background-size: 60%;
    background-position: center;    
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform:translate(-50%,0%); 
}
/*.evaluations-link-list ul li.active{*/
    /*border-bottom: 3px solid #1c8d1f;    */
/*}*/
.evaluations-link-list ul li:last-child{    
    margin-right: 0px;    
}
.evaluations-link-list ul li a{
    display: inline-block;    
    position: relative;
    color: #6b6b6b;
    font-size: 12px;
    text-transform: uppercase;    
}
.evaluations-link-list ul li a:hover{
    font-weight: 700;
}

.evaluation-list >ul{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative; 
}
.evaluation-list > ul >li{
    display: block;       
}
.evaluation-list > ul > li > a{
    display: block;
    padding: 15px 50px 15px 25px;    
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.57;
    color: #373737;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;    
}
.evaluation-list> ul > li > a::before{
    content: "";
    background: url(../img/arrow-grey-right-side.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 49%;
    left: 0;
    transform: translate(0%,-50%);
}
.evaluation-list > ul > li > a:hover{
    font-weight: 700;
}
.evaluation-list > ul > li.active > a{
    background-color: #e4e3e3;
    font-weight: 700;   
}
.evaluation-list > ul > li > ul{
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
}
.evaluation-list > ul > li.active > ul{
    position: relative;
    top: 0;
    right: 0;
    display: block;
}
.evaluation-list > ul > li.active > a:before{    
    display: none;
}
.evaluation-list > ul > li.active > ul{
    position: absolute;    
    height: 100%;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #e4e3e3;
    z-index: 1;
}
.evaluation-list > ul > li.active > ul > li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;   
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.3;
    color: #373737;
    text-align: center;
    text-transform: uppercase;    
    width: 50px;
    height: 49px;
    transition: 0.2s;
}

.evaluation-list.evaluation-list-revert > ul > li.active > ul > li a{
    width: 175px;
    padding: 0px 15px;
    text-align: left;
    text-transform:none;
}
.evaluation-list > ul > li.active > ul > li a:hover{
    font-weight: 700;
}
.evaluation-list > ul > li.active > ul > li.active a{
    background-color: #373737;
    color: #ffffff;
}
.content-evaluation {
    background-color: #fff;
    padding: 25px 50px 55px 50px;
}
.content-evaluation-link-list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.content-evaluation-link-list ul li{    
    margin-bottom: 29px;
    margin-right: 5%;
    width: 35%;
}
.content-evaluation-link-list ul li:last-child{   
    margin-right: 0;
    width: 20%;
}
.content-evaluation-link-list ul li a{
    display: block;
    padding-right: 25px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.46;
    color: #5f5f5f;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 9px;
    position: relative;
}
.content-evaluation-link-list ul li a:hover{
    font-weight: 700;
}
.content-evaluation-link-list ul li a::after{
    content: '\f362';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    display: inline-block;    
    font-size: 16px;
    line-height: 1.3;
    position: absolute;
    top: 0;
    right: 0;
}

.evaluation-link-description{
    font-size: 12px;
    line-height: 2;
    color: #666666;
}
.evaluation-document-wrapper{
    border: 1px solid #e6e6e6;  
    padding: 10px; 
}
.document-evaluation{    
    filter: drop-shadow(0px 2px 5px rgba(4,4,4,0.2));
}

.evaluation-trigger {
    border: 1px solid #cacaca;
    padding: 12px 15px;
    color: #6b6b6b;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
}
.evaluation-trigger i {
    margin-right: 15px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.evaluation-list-bottom {
    margin-top: 15px;
}

@media screen and (max-width:1023px) {
    .evaluations-link-list ul li {        
        padding-bottom: 25px;
        margin-right: 10px;        
    }
    .content-evaluation {
        background-color: #fff;
        padding: 25px 20px 55px 20px;
    }
}

@media screen and (max-width:639px) {
    .evaluation-trigger {
        display: block;
    }
    .evaluation-list {
        display: none;
        margin-top: 10px;
    }
    .wrapper-left-side {
        padding-right: 0px;
    }
    .content-evaluation-link-list ul li{
        width: 100%;
        margin-right: 0;
    }
    .content-evaluation-link-list ul li:last-child{
        width: 100%;
    }
}

.news-img {
    border: 1px solid #E0E0E0;
}

/* vertinimai end */




/* schedule */

.schedule-content {
    padding: 95px 0 60px;
    min-height: 100vh;
    background: #f1f1f1;
    position: relative;
}
.schedule-content:after {
    /* content: ''; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 40px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f1f1+0,f1f1f1+100&0+0,1+50 */
    background: -moz-linear-gradient(left,  rgba(241,241,241,0) 0%, rgba(241,241,241,1) 50%, rgba(241,241,241,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(241,241,241,0) 0%,rgba(241,241,241,1) 50%,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(241,241,241,0) 0%,rgba(241,241,241,1) 50%,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#f1f1f1',GradientType=1 ); /* IE6-9 */


}

.row.row-full {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.schedule-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.schedule-left {
    width: 422px;
}
.schedule-right {
    width: calc(100% - 422px);
}


.schedule-left-table table tbody tr td {
    background: #e4e3e3;
    border: none;
    border-bottom: 1px solid #cbcaca;
    font-size: 13px;
    color: #5f5f5f;
    line-height: 1.2;
    height: 50px;
    padding: 5px 10px;
}
.schedule-left-table table tbody tr td:first-child,
.schedule-left-table table thead tr th:first-child {
    padding-left: 25px;
}
.schedule-left-table table tbody tr td:last-child,
.schedule-left-table table thead tr th:last-child {
    padding-right: 20px;
}
.schedule-left-table table thead tr th {
    font-size: 13px;
    color: #fff;
    border: none;
    background: #6c6c6c;
    line-height: 1.2;
    font-weight: 700;
    height: 50px;
    padding: 5px 10px;
}



.schedule-left-table table th:nth-child(1) {
    width: auto;
}
.schedule-right-table table th:nth-child(1) {
    width: auto;
}

.schedule-left-table table thead, 
.schedule-left-table table tbody, 
.schedule-left-table table tfoot {
    border: none;
}

.sch-2,
.sch-3,
.sch-4 {
    white-space: nowrap;
}

.schedule-right-table table thead, 
.schedule-right-table table tbody, 
.schedule-right-table table tfoot {
    border: none;
}

.schedule-right-table table tbody tr td {
    background: #fff;
    border: 1px solid #cbcaca;
    font-size: 11px;
    color: #5f5f5f;
    line-height: 1.2;
    height: 50px;
    padding: 5px 5px;
    text-align: center;
    min-width: 48px;
    position: relative;
}
.schedule-right-table table tbody tr td.sch-current {
    background: #faeacf;
}

.schedule-right-table table thead tr th {
    font-size: 13px;
    color: #fff;
    border: none;
    border: 1px solid #cbcaca;
    border-top: 1px solid #1d8d1f;
    background: #1d8d1f;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    height: 50px;
    padding: 5px 10px;
}

.schedule-right-hold::-webkit-scrollbar {
    display: none;
}
.schedule-right-hold {
    /* cursor: grab; */
    overflow: auto;

    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.sch-nr {
    font-size: 7px;
    color: #999;
    position: absolute;
    line-height: 1;
    right: 5px;
    bottom: 5px;
}
.sch-kab {
    font-size: 7px;
    color: #999999;
    position: absolute;
    line-height: 1;
    left: 5px;
    top: 5px;
}

.sch-circle {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 6px;
    bottom: 5px;
    background: #ff6d02;
}


.schedule-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
}

.schedule-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sch-back {
    border-right: 1px solid #d9d9d9;
}

.sch-back a {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../img/arrow-back.png) no-repeat center center
}

.sch-left-drop {
    position: relative;
}

.sch-left-drop span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    padding: 10px 45px 10px 25px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    min-width: 300px;
}
.sch-left-drop span:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;

    font-size: 12px;
    content:'\f078';
    font-family:'Font Awesome 5 Pro';
    font-weight:400;
    line-height:1.3;
}

.sch-left-drop ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.sch-left-drop.active ul {
    opacity: 1;
    visibility: visible;
}

.sch-left-drop ul li {
    border-bottom: 1px solid #d9d9d9;
}

.sch-left-drop ul li:last-child {
    border-bottom: none;
}

.sch-left-drop ul li a {
    font-size: 15px;
    display: block;
    color: #5f5f5f;
    line-height: 1.2;
    padding: 15px 25px;
    transition: 0.2s;
}
.sch-left-drop ul li a:hover {
    color: #5f5f5f;
    background: #eeeded;
}

.schedule-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.sch-trigger {
    position: relative;
}
.sch-trigger a {
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 2;
}

.sch-accessibility {
    border-left: 1px solid #d9d9d9;
}
.sch-accessibility a {
    background: url(../img/sch-accessibility.png) no-repeat center center;
}
.sch-download {
    border-left: 1px solid #d9d9d9;
}
.sch-download a {
    background: url(../img/sch-download.png) no-repeat center center;
}
.sch-ch-trigger a {
    background: url(../img/sch-ch-trigger.png) no-repeat center center;
}

.sch-ch-trigger-content {
    position: absolute;
    right: -1px;
    top: calc(100% - 18px);
    background: #fff;
    border: 1px solid #d1d1d1;
    padding: 18px 20px;
    width: 190px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.sch-ch-trigger-content.active {
    opacity: 1;
    visibility: visible;
}

.sch-ch-trigger-checkbox {
    margin-bottom: 10px;
}
.sch-ch-trigger-checkbox:last-child {
    margin-bottom: 0px;
}

.sch-ch-trigger-checkbox input {
    display: none;
}
.sch-ch-trigger-checkbox label {
    position: relative;
    padding-left: 30px;
    color: #5f5f5f;
    font-size: 13px;
    line-height: 1.2;
    display: block;
    cursor: pointer;
}
.sch-ch-trigger-checkbox label:before {

    content:'';
    font-family:'Font Awesome 5 Pro';
    font-weight:400;
    color: #232323;
    font-size: 8px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 0;
    top: -1px;
    width: 17px;
    height: 17px;
    border: 1px solid #d1d1d1;
}
.sch-ch-trigger-checkbox label:has(input:checked):before {
    content:'\f00c';
}

.sch-dropdowns {
    margin-right: 5px;
}

.sch-dropdowns > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sch-dropdowns > ul > li {
    margin-right: 10px;
    position: relative;
}

.sch-dropdowns > ul > li:last-child {
    margin-right: 0px;
}

.sch-dropdowns > ul > li span {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    color: #5f5f5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 34px;
    padding: 5px 30px 5px 15px;
    background: #fff;
    border: 1px solid #d1d1d1;
    min-width: 153px;
    position: relative;
}
.sch-dropdowns > ul > li span:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    font-size: 12px;
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    line-height: 1.3;
}

.sch-dropdowns > ul > li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    border: 1px solid #d1d1d1;
    background: #fff;
    padding: 15px 0;
    opacity: 0;
    max-height: 210px;
    visibility: hidden;
    min-width: 100%;
    transition: 0.2s;
}
.sch-dropdowns > ul > li.active ul {
    opacity: 1;
    visibility: visible;
}

.sch-dropdowns > ul > li ul li a {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    padding: 5px 20px;
    white-space: nowrap;
    color: #5f5f5f;
    transition: 0.2s;
}

.sch-dropdowns > ul > li ul li a:hover {
    color: #1d8d1f;
}

.sch-dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #cecece;
}
.sch-dropdown .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ececec;
}
.sch-dropdown .mCSB_inside>.mCSB_container {
    margin-right: 20px;
}
.sch-dropdown .mCSB_scrollTools {
    opacity: 1;
}

.schedule-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #373737;
    color: #a2a2a2;
    font-size: 13px;
    line-height: 1.2;
    padding: 6px 0;
    
}

.schedule-footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    width: 442px;
    padding-left: 45px;
    padding-right: 25px;
}

.schedule-footer-middle {
    width: calc(100% - 442px - 300px);
    text-align: center;
}

.schedule-footer-right {
    width: 300px;
    padding-right: 45px;
}
.schedule-footer-right a {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../img/sch-close.png) no-repeat center center;
    transition: 0.2s;
}
.schedule-footer-right a:hover {
    filter: brightness(5);
}

.main-title {
    font-size: 30px;
    font-weight: 700;
    color: #373737;
    margin-bottom: 25px;
}


.sch-accessibility ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: none;
}
.sch-accessibility ul li {
    height: 100%;
    background: transparent;
    width: 100%;
}
.sch-accessibility ul li.active {
    background: #aae9d5;
}

.acc-contrast-1-activated .schedule-right-table table thead tr th {
    border: 1px solid #4f4f4f;
    border-top: 1px solid #000;
    background: #000;
}

.acc-contrast-1-activated .schedule-right-table table tbody tr td {
    border: 1px solid #373737;
    color: #373737;
}

.acc-contrast-1-activated .schedule-left-table table thead tr th {
    background: #3a3a3a;
}
.acc-contrast-1-activated .schedule-left-table table thead tr th:first-child {
    border-left: 1px solid #373737;
}
.acc-contrast-1-activated .schedule-left-table table tbody tr td {
    background: #fff;
    border-bottom: 1px solid #373737;
    color: #373737;
}
.acc-contrast-1-activated .schedule-left-table table tbody tr td:first-child {
    border-left: 1px solid #373737;
}
.acc-contrast-1-activated .schedule-content {
    background: #fff;
}

.acc-contrast-1-activated .schedule-header {
    border-bottom: 1px solid #373737;
}

.acc-contrast-1-activated .sch-dropdowns > ul > li span {
    color: #373737;
    border: 1px solid #373737;
}

.acc-contrast-1-activated .sch-dropdowns > ul > li ul {
    border: 1px solid #373737;
}

.acc-contrast-1-activated .sch-dropdowns > ul > li ul li a {
    color: #373737;
}

.acc-contrast-1-activated .sch-accessibility {
    border-left: 1px solid #373737;
}
.acc-contrast-1-activated .sch-download {
    border-left: 1px solid #373737;
}
.acc-contrast-1-activated .sch-back {
    border-right: 1px solid #373737;
}
.acc-contrast-1-activated .sch-ch-trigger-content {
    border: 1px solid #373737;
}
.acc-contrast-1-activated .sch-ch-trigger-checkbox label {
    color: #373737;
}
.acc-contrast-1-activated .sch-ch-trigger-checkbox label:before {
    border: 1px solid #373737;
}
.acc-contrast-1-activated .sch-left-drop ul li {
    border-bottom: 1px solid #373737;
}
.acc-contrast-1-activated .sch-left-drop ul li:last-child {
    border-bottom: none;
}
.acc-contrast-1-activated .sch-left-drop ul {
    border: 1px solid #373737;
}
.acc-contrast-1-activated .sch-nr {
    color: #000;
}
.acc-contrast-1-activated .sch-kab {
    color: #000;
}
.acc-contrast-1-activated .schedule-hold-v2 .schedule-left {
    background: transparent;
}
.acc-contrast-1-activated .schedule-table-v1 table tbody td {
    border: 1px solid #000;
    color: #000;
}
.acc-contrast-1-activated .schedule-table-v1 table thead th {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
}
.acc-contrast-1-activated .schedule-table-v1 table tbody td:first-child {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}
.acc-contrast-1-activated .shedule-info-item {
    border-bottom: 1px solid #000;
}
.acc-contrast-1-activated .shedule-info-label {
    color: #000;
}
.acc-contrast-1-activated .shedule-info-value {
    color: #000;
}

.sch-download .sch-back {
    border-right: 1px solid #373737;
}

.sch-download .sch-left-drop ul li a {
    color: #373737;
}

.sch-download .sch-left-drop ul li {
    border-bottom: 1px solid #373737;
}

.sch-download .sch-left-drop ul {
    border: 1px solid #373737;
}

.acc-contrast-2-activated .main-title {
    color: #fff;
}
.acc-contrast-2-activated .schedule-header {
    background: #000;
    border-bottom: 1px solid #fff;
}

.acc-contrast-2-activated .schedule-content {
    background: #1c1c1c;
}
.acc-contrast-2-activated .schedule-left-table table thead tr th {
    background: #1c1c1c;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.acc-contrast-2-activated .schedule-left-table table thead tr th:first-child {
    border-left: 1px solid #fff;
}
.acc-contrast-2-activated .schedule-right-table table thead tr th {
    background: #1c1c1c;
    border-top: 1px solid #fff;
}
.acc-contrast-2-activated .schedule-left-table table tbody tr td {
    background: #1c1c1c;
    color: #fff;
}
.acc-contrast-2-activated .schedule-left-table table tbody tr td:first-child {
    border-left: 1px solid #fff;
}

.acc-contrast-2-activated .schedule-right-table table tbody tr td {
    background: #1c1c1c;
    border: 1px solid #fff;
    color: #fff;
}

.acc-contrast-2-activated .schedule-right-table table tbody tr td.sch-current {
    background: #3a3a3a;
}
.acc-contrast-2-activated .sch-dropdowns > ul > li span {
    border: 1px solid #373737;
}
.acc-contrast-2-activated .sch-back {
    border-right: 1px solid #fff;
}
.acc-contrast-2-activated .sch-back a {
    filter: brightness(5);
}
.acc-contrast-2-activated .sch-download {
    border-left: 1px solid #fff;
}
.acc-contrast-2-activated .sch-accessibility {
    border-left: 1px solid #fff;
}
.acc-contrast-2-activated .sch-ch-trigger a {
    filter: brightness(5);
}
.acc-contrast-2-activated .sch-ch-trigger a {
    filter: brightness(5);
}
.acc-contrast-2-activated .sch-download a {
    filter: brightness(5);
}
.acc-contrast-2-activated .sch-accessibility a {
    filter: brightness(5);
}
.acc-contrast-2-activated .sch-left-drop ul {
    background: #000;
    border: 1px solid #fff;
}
.acc-contrast-2-activated .sch-left-drop ul li {
    border-bottom: 1px solid #fff;
}
.acc-contrast-2-activated .sch-left-drop ul li:last-child {
    border-bottom: none;
}
.acc-contrast-2-activated .sch-left-drop ul li a {
    color: #fff;
}
.acc-contrast-2-activated .sch-left-drop ul li a:hover {
   background: #000;
}
.acc-contrast-2-activated .sch-dropdowns > ul > li ul {
    border: 1px solid #fff;
    background: #000;
}
.acc-contrast-2-activated .sch-dropdowns > ul > li ul li a {
    color: #fff;
}
.acc-contrast-2-activated .sch-ch-trigger-content {
    background: #000;
    border: 1px solid #fff;
}
.acc-contrast-2-activated .sch-ch-trigger-checkbox label {
    color: #fff;
}
.acc-contrast-2-activated .sch-ch-trigger-checkbox label:before {
    color: #fff;
    border: 1px solid #fff;
}
.acc-contrast-2-activated .sch-nr {
    color: #fff;
}
.acc-contrast-2-activated .sch-kab {
    color: #fff;
}
.acc-contrast-2-activated .schedule-hold-v2 .schedule-left {
    background: transparent;
}

.acc-contrast-2-activated .schedule-table-v1 table tbody td {
    background: #1c1c1c;
    color: #fff;
    border: 1px solid #fff;
}
.acc-contrast-2-activated .schedule-table-v1 table thead th {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}
.acc-contrast-2-activated .schedule-table-v1 table tbody td:first-child {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}
.acc-contrast-2-activated .schedule-table-v1 table thead th:first-child {
    background: #1c1c1c;
    border-top: 1px solid #1c1c1c;
    border-left: 1px solid #1c1c1c;
}

.acc-contrast-2-activated .schedule-content.schedule-content-3 {
    background: #1c1c1c;
}

.acc-contrast-2-activated .shedule-info-item {
    border-bottom: 1px solid #fff;
}
.acc-contrast-2-activated .shedule-info-label {
    color: #fff;
}
.acc-contrast-2-activated .shedule-info-value {
    color: #fff;
}

.schedule-teacher-item {
    margin-bottom: 11px;
}
.schedule-teacher-item:last-child {
    margin-bottom: 0px;
}
.schedule-teacher-item h3 {
    font-size: 15px;
    margin-bottom: 2px;
}
.schedule-teacher-item p {
    font-size: 11px;
}

.schedule-hold-v2 .schedule-left {
    width: 310px;
    background: #e4e3e3;
}
.schedule-hold-v2 .schedule-right {
    width: calc(100% - 310px);
}
.schedule-hold-v2 .schedule-left-table table tbody tr td {
    padding-top: 14px;
    padding-bottom: 14px;
}
.schedule-hold-v2 .schedule-left-table table tbody tr:last-child td {
    border-bottom: none;
}
.schedule-hold-v2 .schedule-right-table table tbody tr td {
    height: 72px;
    min-width: 300px;
}

.schedule-class-item {
    margin-bottom: 30px;
}
.schedule-class-item:last-child {
    margin-bottom: 0px;
}

.schedule-content.schedule-content-3 {
    background: #fff;
}

.schedule-table-v1 table thead th {
    background: #6c6c6c;
    border: 1px solid #cbcaca;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    height: 50px;
    padding: 5px 5px;
    text-align: center;
    min-width: 48px;
    position: relative;
}
.schedule-table-v1 table thead th:first-child {
    background: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.schedule-table-v1 table {
    width: auto;
}

.schedule-table-v1 table th:nth-child(1) {
    width: 385px;
}

.schedule-table-v1 table tbody td {
    background: #fff;
    border: 1px solid #cbcaca;
    font-size: 11px;
    color: #5f5f5f;
    line-height: 1.2;
    height: 50px;
    padding: 5px 5px;
    text-align: center;
    min-width: 48px;
    position: relative;

}
.schedule-table-v1 table tbody td:first-child {
    background: #1d8d1f;
    color: #fff;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
    font-size: 13px;

}

.schedule-info {
    min-height: 130px;
    margin-bottom: 80px;
}

.shedule-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 385px;
    border-bottom: 1px solid #d9d9d9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shedule-info-item:last-child:not(:first-child) {
    border-bottom: none;
}

.shedule-info-label {
    min-width: 100px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #373737;
    padding: 10px 0;
}
.shedule-info-value {
    font-size: 15px;
    color: #5f5f5f;
    padding: 10px 0;
}


.schedule-table-v1.schedule-table-v2 table th:nth-child(1) {
    width: 124px;
}
.schedule-table-v1.schedule-table-v2 table tbody td {
    width: 110px;
    height: 62px;
}

.schedule-table-v1 {
   overflow: auto;
}
.schedule-table-v1 table {
    min-width: 540px;
}
.schedule-table-v1.schedule-table-v2 table {
    min-width: 980px;
}

@media (max-width: 1366px) {
    .sch-left-drop span {
        font-size: 16px;
        min-width: 200px;
    }
}

@media (max-width: 1199px) {
    .sch-left-drop span {
        font-size: 14px;
        min-width: 1px;
    }
    .schedule-left {
        width: 360px;
    }
    .schedule-right {
        width: calc(100% - 360px);
    }
    .schedule-footer-left {
        width: 360px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .schedule-footer-right {
        width: 100px;
        padding-right: 20px;
    }
    .schedule-footer-middle {
        width: calc(100% - 360px - 100px);
    }
}

@media (max-width: 1023px) {
    .sch-left-drop span:after {
        right: 10px;
    }
    .schedule-hold-v2 .schedule-left {
        width: 220px;
    }
    .schedule-hold-v2 .schedule-right {
        width: calc(100% - 220px);
    }
    .sch-trigger a {
        width: 50px;
        height: 50px;
    }
    .sch-back a {
        width: 50px;
        height: 50px;
    }
    .sch-left-drop span {
        min-height: 50px;
        padding: 6px 30px 6px 15px;
    }
    .sch-dropdowns > ul > li span {
        min-width: 110px;
        padding: 5px 20px 5px 10px;
    }
    .sch-dropdowns > ul > li span:after {
        right: 6px;
    }
    .schedule-hold-v2 .schedule-right-table table tbody tr td {
        min-width: 200px;
    }
}

@media (max-width: 639px) {
    .schedule-teacher-item h3 {
        font-size: 13px;
    }
    .schedule-left-table table tbody tr td:last-child, 
    .schedule-left-table table thead tr th:last-child {
        padding-right: 15px;
    }
    .schedule-left-table table tbody tr td:first-child, 
    .schedule-left-table table thead tr th:first-child {
        padding-left: 20px;
    }
    .schedule-hold-v2 .schedule-right-table table tbody tr td {
        height: 50px;
        min-width: 140px;
    }
    .schedule-hold {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
    .schedule-hold-v2 .schedule-left {
        width: 160px;
    }
    .schedule-hold-v2 .schedule-right {
        width: calc(100% - 160px);
    }
    .schedule-footer-middle {
        width: calc(100% - 140px - 50px);
    }
    .schedule-footer-right {
        width: 50px;
    }
    .schedule-footer-left {
        width: 140px;
        display: block;
    }
    .schedule-content {
        padding: 95px 0 100px;
    }
    .schedule-info {
        min-height: 0px;
        margin-bottom: 40px;
    }

    .schedule-table-v1 {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
    .main-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.cookies-hold {
    position: fixed;
    z-index: 888;
    background: #fff;
    padding: 40px 40px;
    bottom: 45px;
    left: 41px;
    width: 100%;
    max-width: 513px;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.1);
}

.cookies-icon {
    margin-bottom: 16px;
}

.cookies-text {
     font-size: 14px;
     line-height: 1.5;
     color: #5F5F5F;
     margin-bottom: 24px;
}
.cookies-text a {
     color: #5F5F5F;
     text-decoration: underline;
}
.cookies-text a:hover {
     color: #5F5F5F;
     text-decoration: none;
}

.cookies-buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cookies-buttons ul li {
    width: 100%;
    margin-right: 12px;
}
.cookies-buttons ul li:last-child {
    margin-right: 0px;
}

.btn-dark,
.btn-dark:focus,
.btn-dark:active {
    font-family: "Roboto Condensed", sans-serif;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #373737;
    background: linear-gradient(to right, #484848 50%, #373737 50%);
    background-size: 200% 100%;
    text-transform: uppercase;
    background-position: right bottom;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    min-height: 39px;
    padding: 8px 20px;
    transition: all 0.3s;

}
.btn-dark:hover {
    background-position: left bottom;
    color: #fff;
}
.btn-dark-border,
.btn-dark-border:focus,
.btn-dark-border:active {
    font-family: "Roboto Condensed", sans-serif;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #373737;
    background: #fff;
    background: linear-gradient(to right, #f2f2f2 50%, #fff 50%);
    background-size: 200% 100%;
    text-transform: uppercase;
    background-position: right bottom;
    color: #373737;
    font-size: 14px;
    line-height: 16px;
    min-height: 39px;
    padding: 8px 20px;
    transition: all 0.3s;

}
.btn-dark-border:hover {
    background-position: left bottom;
    color: #373737;
}

.btn-full,
.btn-full:focus,
.btn-full:active {
    width: 100%;
}

.cookies-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 866;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1023px) {
    .cookies-hold {
        bottom: 20px;
        left: 20px;
    }
}
@media (max-width: 639px) {
    .cookies-overlay {
        opacity: 1;
        visibility: visible;
    }
    .cookies-hold {
        bottom: 0px;
        left: 0px;
        padding: 18px 18px 40px;
        
    }
    .cookies-text {
        font-size: 12px;
        margin-bottom: 40px;
    }
    .cookies-buttons ul {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    }
    .cookies-buttons ul li {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .cookies-buttons ul li:last-child {
        margin-bottom: 0px;
    }
}


.news-list-flex  > ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-list-flex  > ul > li {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-list-flex  > ul > li > .news-item {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news-list-flex  > ul > li .news-item > a {
    width: 100%;
}
.news-list-flex  > ul > li > .news-item > .news-item-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-list-card {
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}
.news-list-card-no-link {
    padding: 20px 27px;
    min-height: 460px;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news-list-card-no-link > div {
    width: 100%;
}
.news-list-card a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    width: 100%; height: 100%;
    min-height: 460px;
    padding: 20px 27px;
    color: #fff;
    transition: 0.2s ease-in-out;
}
.news-list-card a > div {
    width: 100%;
}
.news-list-card ul {
    margin-left: 0;
}
.news-list-card-top {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    min-height: 69px;
}
.news-list-card-top-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.18;
    margin-right: 20px;
    max-width: 60%;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
}
.news-list-card-top-icon {
    font-family: "Font Awesome 5 Pro";
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    max-width: 40%;
}
.news-list-card-content {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; 

    position: relative;
}
.news-list-card-content-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-list-card-content > div {
    width: 100%;
}
.news-list-card-top-img {
    padding-bottom: 80.28%;
    width: calc(100% + 54px) !important;
    margin-left: -27px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.news-list-card-btn-hold {
    position: absolute;
    bottom: 28px; right: 0; left: 0;
}
.news-list-card-content-hasbtn {
    padding-bottom: 94px;
}

.object-fit {
	position: relative;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}
.object-fit > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-list-card-no-link.news-list-card-dblue {
    background-color: #3D4961;
}
.news-list-card-dblue a {
    background-color: #3D4961;
}
.news-list-card-dblue a:hover {
    background-color: #2F3A51;
}
.news-list-card-no-link.news-list-card-red {
    background-color: #BF3545;
}
.news-list-card-red a {
    background-color: #BF3545;
}
.news-list-card-red a:hover {
    background-color: #B02D3C;
}
.news-list-card-no-link.news-list-card-lpurple {
    background-color: #564B8F;
}
.news-list-card-lpurple a {
    background-color: #564B8F;
}
.news-list-card-lpurple a:hover {
    background-color: #4A3F83;
}
.news-list-card-no-link.news-list-card-green {
    background-color: #037D59;
}
.news-list-card-green a {
    background-color: #037D59;
}
.news-list-card-green a:hover {
    background-color: #047352;
}
.news-list-card-no-link.news-list-card-nblue {
    background-color: #134F97;
}
.news-list-card-nblue a {
    background-color: #134F97;
}
.news-list-card-nblue a:hover {
    background-color: #0F4382;
}
.news-list-card-no-link.news-list-card-blue {
    background-color: #11316C;
}
.news-list-card-blue a {
    background-color: #11316C;
}
.news-list-card-blue a:hover {
    background-color: #0E2A5B;
}
.news-list-card-no-link.news-list-card-dpink {
    background-color: #9E579D;
}
.news-list-card-dpink a {
    background-color: #9E579D;
}
.news-list-card-dpink a:hover {
    background-color: #8C448B;
}

.news-list-card-btn,
.news-list-card-btn:focus,
.news-list-card-btn:active {
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in-out;
    font-size: 14px;
    line-height: 1.14;
    text-transform: uppercase;
    text-align: left;
    padding: 12px 48px 11px 14px;
    min-width: 134px;
    background: #fff;
    color: #373737;
}
.news-list-card-btn::after {
    content: '';
    width: 23px;
    height: 15px;
    background: url(../img/icon-arrow-right-long-black.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%; right: 13px;
    transform: translateY(-50%);
}
.news-list-card-btn:hover,
.news-list-card a:hover .news-list-card-btn {
    background: #E1E1E1;
}
.news-list-card-line {
    position: relative;
    height: 1px;
    margin: 16px 0;
}
.news-list-card-line::after {
    content: '';
    width: 100%; 
    max-width: 77px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
}
.news-list-card-title {
    font-size: 34px;
    line-height: 1.06;
    padding-bottom: 0.06em;
}

.news-list-card-bday-list ul li {
    font-size: 24px;
    line-height: 1.5;
    position: relative;
    padding-left: 23px;
}
.news-list-card-bday-list ul li::before {
    content: '';
    width: 7px; height: 7px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 14px; left: 0;
}
.news-list-card-bday-list ul li:nth-child(n+9) {
    display: none;
}
.news-list-card-text {
    font-size: 18px;
    line-height: 1.44;
}
.news-list-card-text-sm {
    font-size: 16px;
    line-height: 1.375;
}
.news-list-card-title-sm {
    font-size: 24px;
    line-height: 1.08;
    padding-bottom: 0.05em;
}

.news-list-card-levent-day {
    font-size: 84px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
}
.news-list-card-levent-hour {
    font-size: 24px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
}
.news-list-card-levent .news-list-card-title {
    margin-bottom: 26px;
}
.news-list-card-levent .news-list-card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
    padding-bottom: 4px;
}

.news-list-card-smevent .news-list-card-title-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
}
.news-list-card-smevent .news-list-card-title-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* number of lines to show */
}
.news-list-card-smevent .news-list-card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
}

.news-list-card-img-content .news-list-card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
}
.news-list-card-img-content .news-list-card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
}

.news-list-card-quote-content .news-list-card-text-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7; /* number of lines to show */
}
.news-list-card-quote-content .news-list-card-title-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
}

.news-list-card-prez-content .news-list-card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
}
.news-list-card-prez-content-img span {
    display: inline-block;
    width: 84px; height: 84px;
    border-radius: 50%;
    overflow: hidden;
}
.news-list-card-prez-content-top .news-list-card-prez-content-img {
    margin-bottom: 16px;
}
.news-list-card-prez-content-bottom .news-list-card-prez-content-img {
    margin-top: 16px;
}
.news-list-card-prez-content .news-list-card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
}

.news-list-card-top-img.news-list-card-top-img-lg {
    padding-bottom: 95.35%;
}
.news-list-card-video-content .news-list-card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
}

.news-list-card-docs-content .news-list-card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
}
.news-list-card-docs-content .news-list-card-line {
    margin: 26px 0;
}
.news-list-card-docs-content .news-list-card-title-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* number of lines to show */
}

.news-list-card-countdown-content .news-list-card-title-sm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* number of lines to show */
}
.news-list-card-countdown ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.news-list-card-countdown ul li {
    float: left;
    width: 25%;
}
.news-list-card-countdown-text {
    font-size: 9px;
    line-height: 1.78;
    text-transform: uppercase;
    padding-top: 3px;
}
.news-list-card-countdown-slides {
    font-family: "Roboto Condensed",sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.news-list-card-countdown-slides li {
    position: relative;
    min-height: 68px;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    background: #823B81;
}
.news-list-card-countdown-slides li::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #9E579D;
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.news-list-card-countdown-slides li::after {
    content: '';
    width: 1px; 
    height: 100%;
    background: #9E579D;
    position: absolute;
    z-index: 2;
    right: -1px;
}
.news-list-card-countdown-slides li:last-child::after {
    display: none;
}
.news-list-card-countdown-slides li span {
    position: relative;
    z-index: 1;
}
.news-list-card-countdown-expired {
    font-size: 24px;
    line-height: 1.08;
    display: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.acc-contrast-1-activated .news-list-card {
    border: 1px solid #373737;
}
.acc-contrast-1-activated .news-list-card,
.acc-contrast-1-activated .news-list-card a {
    background: transparent;
    color: #373737;
}
.acc-contrast-1-activated .news-list-card-btn, 
.acc-contrast-1-activated .news-list-card-btn:focus, 
.acc-contrast-1-activated .news-list-card-btn:active {
    background: transparent;
    border: 1px solid #373737;
}
.acc-contrast-1-activated .news-list-card-bday-list ul li::before {
    border: 1px solid #373737;
}
.acc-contrast-1-activated .news-list-card-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}
.acc-contrast-1-activated .news-list-card-line::after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}
.acc-contrast-1-activated .news-list-card-countdown-slides {
    border: 1px solid #373737;
}
.acc-contrast-1-activated .news-list-card-countdown-slides li {
    background: transparent;
}
.acc-contrast-1-activated .news-list-card-countdown-slides li::before {
    background: #fff;
}
.acc-contrast-1-activated .news-list-card-countdown-slides li::after {
    background: #373737;
}

.acc-size-1-activated .news-list-card-top {
    min-height: 77px;
}
.acc-size-2-activated .news-list-card-top {
    min-height: 85px;
}
.acc-size-1-activated .news-list-card-top-title {
    font-size: 16px;
}
.acc-size-2-activated .news-list-card-top-title {
    font-size: 18px;
}
.acc-size-1-activated .news-list-card-top-icon {
    font-size: 36px;
}
.acc-size-2-activated .news-list-card-top-icon {
    font-size: 38px;
}
.acc-size-1-activated .news-list-card-bday-list ul li {
    font-size: 26px;
}
.acc-size-2-activated .news-list-card-bday-list ul li {
    font-size: 28px;
}
.acc-size-1-activated .news-list-card-bday-list ul li::before {
    top: 16px;
}
.acc-size-2-activated .news-list-card-bday-list ul li::before {
    top: 18px;
}
.acc-size-1-activated .news-list-card-no-link,
.acc-size-1-activated .news-list-card a {
    min-height: 485px;
}
.acc-size-2-activated .news-list-card-no-link,
.acc-size-2-activated .news-list-card a {
    min-height: 513px;
}
.acc-size-1-activated .news-list-card-levent-day {
    font-size: 86px;
}
.acc-size-2-activated .news-list-card-levent-day {
    font-size: 88px;
}
.acc-size-1-activated .news-list-card-title {
    font-size: 36px;
}
.acc-size-2-activated .news-list-card-title {
    font-size: 38px;
}
.acc-size-1-activated .news-list-card-levent-hour {
    font-size: 26px;
}
.acc-size-2-activated .news-list-card-levent-hour {
    font-size: 28px;
}
.acc-size-1-activated .news-list-card-btn, 
.acc-size-1-activated .news-list-card-btn:focus, 
.acc-size-1-activated .news-list-card-btn:active {
    font-size: 15px;
}
.acc-size-2-activated .news-list-card-btn, 
.acc-size-2-activated .news-list-card-btn:focus, 
.acc-size-2-activated .news-list-card-btn:active {
    font-size: 16px;
}
.acc-size-1-activated .news-list-card-levent-hour {
    font-size: 26px;
}
.acc-size-2-activated .news-list-card-levent-hour {
    font-size: 28px;
}
.acc-size-1-activated .news-list-card-text {
    font-size: 20px;
}
.acc-size-2-activated .news-list-card-text {
    font-size: 22px;
}
.acc-size-1-activated .news-list-card-text-sm {
    font-size: 18px;
}
.acc-size-2-activated .news-list-card-text-sm {
    font-size: 20px;
}
.acc-size-1-activated .news-list-card-title-sm {
    font-size: 26px;
}
.acc-size-2-activated .news-list-card-title-sm {
    font-size: 28px;
}
.acc-size-1-activated .news-list-card-countdown-slides {
    font-size: 33px;
}
.acc-size-2-activated .news-list-card-countdown-slides {
    font-size: 34px;
}
.acc-size-1-activated .news-list-card-countdown-text {
    font-size: 11px;
}
.acc-size-2-activated .news-list-card-countdown-text {
    font-size: 13px;
}

.c-nav-block-list > ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-nav-block-list > ul > li {
    float: left;
    width: 32%;
    margin: 0 2% 20px 0;
    background: #fff;
}
.c-nav-block-list > ul > li:nth-child(3n) {
    margin-right: 0;
}
.c-nav-block-list > ul > li:nth-child(3n + 1) {
    clear: both;
}
.c-nav-block-list-top {
    min-height: 83px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.444;
    color: #fff;
    padding: 10px 20px 10px 76px;
    position: relative;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-nav-block-list-top::before {
    content: '';
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%; left: 26px;
    transform: translateY(-50%);
}
.c-nav-block-list-top-green {
    background-color: #037D59;
}
.c-nav-block-list-top-blue {
    background-color: #134F97;
}
.c-nav-block-list-top-orange {
    background-color: #E9770F;
}
.c-nav-block-list-content {
    padding: 24px;
}
.c-nav-block-list-content-nav {
    font-size: 15px;
    line-height: 2;
}
.c-nav-block-list-content-nav ul {
    margin: 0;
}
.c-nav-block-list-content-nav ul li a {
    display: inline-block;
    color: #5F5F5F;
    transition: 0.2s ease-in-out;
    padding-left: 20px;
    position: relative;
}
.c-nav-block-list-content-nav ul li a::before {
    content: '';
    width: 6px; height: 10px;
    background: url(../img/icon-chev-right-light-grey.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 9px; left: 0;
}
.c-nav-block-list-content-nav ul li a:hover {
    color: #5F5F5F;
    opacity: 0.7;
}
.c-nav-block-list-content-nav span {
    display: block;
    margin-top: 20px;
    border-top: 1px solid #E0E0E0;
    padding-top: 20px;
    font-weight: 700;
    color: #5F5F5F;
    margin-bottom: 6px;
}
.acc-contrast-1-activated .c-nav-block-list-top {
    background-color: transparent !important;
    color: #373737;
    border-bottom: 1px solid #373737;
}
.acc-contrast-1-activated .c-nav-block-list-top::before {
    background: #373737;
}
.acc-contrast-1-activated .c-nav-block-list > ul > li {
    border: 1px solid #373737;
}
.acc-contrast-2-activated .c-nav-block-list > ul > li {
    background: transparent;
    border: 1px solid #fff;
}
.acc-contrast-2-activated .c-nav-block-list-top {
    border-bottom: 1px solid #fff;
}
.acc-contrast-2-activated .c-nav-block-list-content-nav ul li a {
    color: #fff;
}
.acc-contrast-2-activated .c-nav-block-list-content-nav span {
    color: #fff;
}
.acc-contrast-2-activated .c-nav-block-list-content-nav ul li a::before {
    background: url(../img/icon-chev-right-light-white.png) no-repeat center center;
}
.acc-size-1-activated .c-nav-block-list-top {
    font-size: 20px;
}
.acc-size-2-activated .c-nav-block-list-top {
    font-size: 22px;
}
.acc-size-1-activated .c-nav-block-list-content-nav {
    font-size: 17px;
}
.acc-size-2-activated .c-nav-block-list-content-nav {
    font-size: 19px;
}

.c-event-calendar-sidebar {
    margin: 20px 0;
    background: #fff;
}
.c-event-calendar-sidebar-top {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 24px;
    border-bottom: 1px solid #E0E0E0;
}
.c-event-calendar-sidebar-icon {
    font-family: "Font Awesome 5 Pro";
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    margin-right: 20px;
}
.c-event-calendar-sidebar-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    color: #0A0A0A;
}
.c-event-calendar-sidebar-content {
    padding: 18px 24px 30px;
}
.c-event-calendar-sidebar-content-item {
    padding-bottom: 22px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 22px;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-event-calendar-sidebar-content-item-date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    background: #373737;
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 10px;
    line-height: 1.6;
    padding: 10px;
}
.c-event-calendar-sidebar-content-item-date span {
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.c-event-calendar-sidebar-content-item-title {
    font-size: 15px;
    line-height: 1.467;
    color: #5F5F5F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    margin-left: 23px;
}
.btn-link-green-w-arrow,
.btn-link-green-w-arrow:focus,
.btn-link-green-w-arrow:active {
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in-out;
    font-size: 14px;
    color: #59ab6a;
    padding-right: 22px;
}
.btn-link-green-w-arrow::after {
    content:'\f061';
    font-family:'Font Awesome 5 Pro';
    font-weight:900;
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
}
.btn-link-green-w-arrow:hover {
    color: #59ab6a;
    text-decoration: underline;
}

.acc-size-1-activated .c-event-calendar-sidebar-title {
    font-size: 20px;
}
.acc-size-2-activated .c-event-calendar-sidebar-title {
    font-size: 22px;
}
.acc-size-1-activated .c-event-calendar-sidebar-icon {
    font-size: 36px;
}
.acc-size-2-activated .c-event-calendar-sidebar-icon {
    font-size: 38px;
}
.acc-size-1-activated .c-event-calendar-sidebar-content-item-date {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    font-size: 11px;
}
.acc-size-2-activated .c-event-calendar-sidebar-content-item-date {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    font-size: 12px;
}
.acc-size-1-activated .c-event-calendar-sidebar-content-item-date span {
    font-size: 26px;
}
.acc-size-2-activated .c-event-calendar-sidebar-content-item-date span {
    font-size: 28px;
}
.acc-size-1-activated .c-event-calendar-sidebar-content-item-title {
    font-size: 16px;
}
.acc-size-2-activated .c-event-calendar-sidebar-content-item-title {
    font-size: 17px;
}
.acc-size-1-activated .btn-link-green-w-arrow,
.acc-size-1-activated .btn-link-green-w-arrow:focus,
.acc-size-1-activated .btn-link-green-w-arrow:active {
    font-size: 16px;
}
.acc-size-2-activated .btn-link-green-w-arrow,
.acc-size-2-activated .btn-link-green-w-arrow:focus,
.acc-size-2-activated .btn-link-green-w-arrow:active {
    font-size: 18px;
}

.acc-contrast-1-activated .btn-link-green-w-arrow,
.acc-contrast-1-activated .btn-link-green-w-arrow:focus,
.acc-contrast-1-activated .btn-link-green-w-arrow:active,
.acc-contrast-1-activated .btn-link-green-w-arrow:hover {
    color: #373737;
}

.acc-contrast-2-activated .c-event-calendar-sidebar {
    background: transparent;
}
.acc-contrast-2-activated .c-event-calendar-sidebar-title,
.acc-contrast-2-activated .c-event-calendar-sidebar-content-item-title,
.acc-contrast-2-activated .btn-link-green-w-arrow,
.acc-contrast-2-activated .btn-link-green-w-arrow:focus,
.acc-contrast-2-activated .btn-link-green-w-arrow:active,
.acc-contrast-2-activated .btn-link-green-w-arrow:hover {
    color: #fff;
}
.acc-contrast-2-activated .c-event-calendar-sidebar-content-item-date {
    background: #adadad;
}

.c-entry-cards-list ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    list-style: none;
    margin-bottom: 0;
}
.c-entry-cards-list ul li {
    background: #fff;
    box-shadow: 0px 2px 2px 0px #e0e0e0;
    padding-left: 0;
}
.c-entry-cards-list ul li::before {
    display: none;
}
.c-entry-cards-list ul li a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    position: relative;
    text-decoration: none !important;
    height: 100%;
}
.c-entry-cards-list ul li a:hover .btn-link-green-w-arrow {
    text-decoration: underline;
}
.c-entry-cards-list-image {
    width: 100%;
    padding-bottom: 65%;
}
.c-entry-cards-list-textbox {
    padding: 24px 24px 80px;
    position: relative;
    min-height: 159px;
    border: 1px solid #E0E0E0;
    border-top: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.c-entry-cards-list-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    color: #0A0A0A;
}
.c-entry-cards-list-link {
    border-top: 1px solid #E0E0E0;
    padding-top: 8px;
    position: absolute;
    right: 24px; 
    bottom: 14px; 
    left: 24px; 
}
.acc-contrast-1-activated .c-entry-cards-list-textbox {
    border: 1px solid #373737;
    border-top: none;
}
.acc-contrast-1-activated .c-entry-cards-list ul li {
    box-shadow: none;
}
.acc-contrast-2-activated .c-entry-cards-list ul li {
    background: transparent;
    box-shadow: none;
}
.acc-contrast-2-activated .c-entry-cards-list-textbox {
    border: 1px solid #fff;
    border-top: none;
}
.acc-contrast-2-activated .c-entry-cards-list-title {
    color: #fff;
}
.acc-size-1-activated .c-entry-cards-list-title {
    font-size: 20px;
}
.acc-size-2-activated .c-entry-cards-list-title {
    font-size: 22px;
}

.acc-links-activated .news-list-card-btn, 
.acc-links-activated .news-list-card-btn:focus, 
.acc-links-activated .news-list-card-btn:active {
    background: #00eeff !important;
}
.acc-links-activated .c-entry-cards-list ul li a * {
    color: #00eeff !important;
}

.c-entry-cards-list-3row ul {
    width: calc(100% + 16px);
}
.c-entry-cards-list-3row ul li {
    float: left;
    width: calc(33.333% - 16px);
    margin: 0 16px 20px 0;
}

.c-entry-cards-list-2row ul {
    width: calc(100% + 16px);
}
.c-entry-cards-list-2row ul li {
    float: left;
    width: calc(50% - 16px);
    margin: 0 16px 20px 0;
}

.c-entry-cards-list-one-vertical {
    margin-bottom: 20px;
}
.c-entry-cards-list-one-vertical ul li {
    width: 100%;
    margin-bottom: 20px;
}
.c-entry-cards-list-one-vertical ul li:last-child {
    margin-bottom: 0;
}
.c-entry-cards-list-one-vertical ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.c-entry-cards-list-one-vertical .c-entry-cards-list-image {
    width: calc(50% - 10px);
    padding-bottom: 23.23%;
}
.c-entry-cards-list-one-vertical .c-entry-cards-list-textbox {
    width: calc(50% + 10px);
    border: 1px solid #E0E0E0;
    border-left: none;
    padding-left: 44px;
}
.c-entry-cards-list-one-vertical .c-entry-cards-list-link {
    left: 44px;
}

.c-entry-cards-list-full {
    margin-bottom: 30px;
}
.c-entry-cards-list-full ul li {
    width: 100%;
    margin-bottom: 20px;
}
.c-entry-cards-list-full ul li:last-child {
    margin-bottom: 0;
}
.c-entry-cards-list-full .c-entry-cards-list-image {
    padding-bottom: 38.3%;
}

.c-entry-cards-split-links {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-bottom: 20px;
    box-shadow: 0px 2px 2px 0px #e0e0e0;
}
.c-entry-cards-split-links-image {
    width: 54.874%;
    padding-bottom: 49.25%;
}
.c-entry-cards-split-links-textbox {
    width: 45.126%;
    padding: 39px 0 0 61px;
    border: 1px solid #E0E0E0;
    border-left: none;
    position: relative;
}
.c-entry-cards-split-links-link {
    position: absolute;
    right: 28px; bottom: 17px; left: 61px;
    border-top: 1px solid #E0E0E0;
    padding-top: 8px;
}
.c-entry-cards-split-links-textbox-list ul {
    margin: 15px 0 0;
    list-style: none;
}
.c-entry-cards-split-links-textbox-list ul li {
    padding-left: 0;
}
.c-entry-cards-split-links-textbox-list ul li::before {
    display: none;
} 
.c-entry-cards-split-links-textbox-list ul li a {
    display: inline-block;
    position: relative;
    padding-left: 21px;
}
.c-entry-cards-split-links-textbox-list ul li a::before {
    content: '-';
    position: absolute;
    top: 0; left: 0;
    color: #349949;
}
.acc-contrast-1-activated .c-entry-cards-split-links-textbox-list ul li a::before {
    color: #373737;
}
.acc-contrast-2-activated .c-entry-cards-split-links-textbox-list ul li a::before {
    color: #fff;
}

.c-entry-cards-split-list {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-bottom: 20px;
}
.c-entry-cards-split-list-image {
    float: left;
    width: 36.05%;
    padding-bottom: 43.25%;
}
.c-entry-cards-split-list-textbox {
    float: left;
    width: 63.95%;
    padding: 39px 0 39px 63px;
}
.c-entry-cards-split-links-textbox-list ol {
    counter-reset: item1;
    padding-top: 14px;
}
.c-entry-cards-split-links-textbox-list ol li {
    position: relative;
    padding-left: 42px;
    font-size: 15px;
    color: #5F5F5F;
    margin-bottom: 4px;
}
.c-entry-cards-split-links-textbox-list ol li::before {
    content: counters(item1, ".") "";
    counter-increment: item1;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: #373737;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 0;
    padding-right: 1px;
}
.acc-contrast-2-activated .c-entry-cards-split-links-textbox-list ol li::before {
    background: #adadad;
}
.acc-size-1-activated .c-entry-cards-split-links-textbox-list ol li::before {
    font-size: 14px;
}
.acc-size-2-activated .c-entry-cards-split-links-textbox-list ol li::before {
    font-size: 15px;
    width: 26px; height: 26px;
    line-height: 26px;
}

.c-entry-cards-projects {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-bottom: 30px;
}
.c-entry-cards-projects-left {
    float: left;
    width: 36.05%;
    background: #E4E3E3;
    padding: 17px 24px;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.c-entry-cards-projects-left > div {
    width: 100%;
}
.c-entry-cards-projects-left .c-entry-cards-list-title {
    margin-bottom: 24px;
}
.c-entry-cards-projects-right {
    float: left;
    width: 63.95%;
    padding-left: 30px;
    overflow: hidden;
}
.c-entry-cards-projects-right ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: calc(100% + 12px);
    margin-bottom: -20px;
}
.c-entry-cards-projects-right ul li {
    float: left;
    width: calc(33.333% - 12px);
    margin: 0 12px 20px 0;
    padding: 0;
    position: relative;
}
.c-entry-cards-projects-right ul li::before {
    display: none;
}
.c-entry-cards-projects-right ul li a {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 2;
}
.c-entry-cards-projects-img {
    padding-bottom: 65%;
    margin-bottom: 24px;
}
.c-entry-cards-projects-title {
    font-size: 15px;
    line-height: 1.33;
    color: #5F5F5F;
    transition: 0.2s ease-in-out;
}
.c-entry-cards-projects-right ul li a:hover ~ .c-entry-cards-projects-title {
    text-decoration: underline;
    color: #59ab6a;
}
.acc-contrast-1-activated .c-entry-cards-projects-left {
    background: transparent;
    border: 1px solid #373737;
}
.acc-contrast-2-activated .c-entry-cards-projects-left {
    background: transparent;
    border: 1px solid #fff;
}
.acc-contrast-1-activated .c-entry-cards-projects-right ul li a:hover ~ .c-entry-cards-projects-title {
    color: #373737;
}
.acc-contrast-2-activated .c-entry-cards-projects-title,
.acc-contrast-2-activated .c-entry-cards-projects-right ul li a:hover ~ .c-entry-cards-projects-title {
    color: #fff;
}
.acc-size-1-activated .c-entry-cards-projects-title {
    font-size: 17px;
}
.acc-size-2-activated .c-entry-cards-projects-title {
    font-size: 19px;
}

.c-entry-cards-projects-home .c-entry-cards-projects-left {
    width: 32%;
}
.c-entry-cards-projects-home .c-entry-cards-projects-right {
    width: 68%;
    padding-left: 2%;
}
.links-list.links-list-2row ul li {
    width: 50%;
}
.links-list.links-list-2row ul li a img {
    max-height: 173px;
}
.links-list.links-list-1row ul li {
    width: 100%;
}
.links-list.links-list-1row ul li a {
    top: 0;
    transform: none;
}
.links-list.links-list-1row ul li a img {
    max-height: 346px;
}

.c-student-council {
    margin-bottom: 20px;
}
.c-student-council ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: calc(100% + 9px);
    margin-bottom: -9px;
}
.c-student-council ul li {
    float: left;
    width: calc(25% - 9px);
    margin: 0 9px 9px 0;
    padding: 0;
}
.c-student-council ul li::before {
    display: none;
}
.c-student-council-img {
    padding-bottom: 100%;
}
.c-student-council.c-student-council-3row ul li {
    width: calc(33.333% - 9px);
}

.new-mobile-header-top {
    position: fixed;
    top: 0; right: 0; left: 0;
    background: #fff;
    z-index: 900;
    padding: 9px 17px;
    min-height: 50px;
    border-bottom: 1px solid #E6E6E6;

    display: none;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.new-mobile-header-top-left {
    max-width: 60%;
    line-height: 0;
}
.new-mobile-header-top-left a {
    display: inline-block;
    position: relative;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
    color: #454672;
}
.new-mobile-header-top-left a:hover {
    color: #454672;
}
.new-mobile-header-top-left a img {
    max-height: 38px;
}
.new-mobile-header-top-right > ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.new-mobile-header-top-right > ul > li {
    position: relative;
    margin-left: 22px;
}
.acc-contrast-new-title {
    font-size: 10px;
    line-height: 1;
    color: #5F5F5F;
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}
.acc-contrast-new-title svg {
    height: 20px;
    margin-bottom: 2px;
}
.new-mobile-header-top-right .accessibility-steps ul li {
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
}
.new-mobile-header-top-right .accessibility-steps ul li.active {
    opacity: 1;
    background: #fff;
}
.acc-contrast-new.acc-trigger {
    height: auto;
    width: 46px;
}
.acc-contrast-2-activated .new-mobile-header-top {
    background: #373737;
}
.acc-contrast-2-activated .accessibility-steps ul li.active {
    background: #373737;
}
.acc-contrast-2-activated .new-mobile-header-top svg path {
    stroke: #fff;
}
.acc-contrast-2-activated .new-mobile-header-top * {
    color: #fff;
}
.acc-size.acc-size-new {
    height: auto;
}
.acc-size-new-title {
    font-size: 10px;
    line-height: 1;
    color: #5F5F5F;
    text-align: center;
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}
.acc-size-new-title strong {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 3px;
}
.acc-size-1-activated .acc-contrast-new-title,
.acc-size-1-activated .acc-size-new-title {
    font-size: 11px;
}
.acc-size-2-activated .acc-contrast-new-title,
.acc-size-2-activated .acc-size-new-title {
    font-size: 12px;
}
.acc-size-2-activated .acc-size-new-title strong {
    margin-bottom: 5px;
}
.acc-size-1-activated .new-mobile-header-top-left a {
    font-size: 12px;
}
.acc-size-2-activated .new-mobile-header-top-left a {
    font-size: 14px;
}

.new-mobile-header-bottom {
    position: fixed;
    bottom: 0; right: 0; left: 0;
    background: #fff;
    border-top: 1px solid #E6E6E6;
    z-index: 800;
    padding: 14px 17px;
    display: none;
}
.acc-contrast-2-activated .new-mobile-header-bottom {
    background: #373737;
}
.acc-contrast-2-activated .new-mobile-header-bottom ul li a {
    color: #fff;
}
.acc-contrast-2-activated .new-mobile-header-bottom ul li svg path {
    fill: #fff;
}
.acc-size-1-activated .new-mobile-header-bottom > ul > li {
    font-size: 11px;
}
.acc-size-2-activated .new-mobile-header-bottom > ul > li {
    font-size: 12px;
}

.new-mobile-header-bottom > ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    width: calc(100% + 22px);
}
.new-mobile-header-bottom > ul > li {
    float: left;
    width: calc(20% - 22px);
    margin: 0 22px 0 0;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
    color: #0A0A0A;
    cursor: pointer;
}
.new-mobile-header-bottom > ul > li > a {
    display: block;
    color: #0A0A0A;
}
.new-mobile-header-bottom > ul > li span {
    display: block; 
    height: 20px;
    line-height: 0;
    margin-bottom: 5px;
    text-align: center;
}

.new-mobile-header-bottom-submenus {
    position: fixed;
    bottom: 0; right: 0; left: 0;
    z-index: 901;
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    /* transform: translateY(100%); */
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    padding: 89px 0 130px;
}
.new-mobile-header-bottom-submenus.is-active {
    /* transform: translateY(0); */
    visibility: visible;
    opacity: 1;
}
.new-mobile-header-bottom-submenus-top {
    padding: 34px 12px 10px;
    position: absolute;
    top: 0; right: 0; left: 0;
}
.new-mobile-header-bottom-submenus-close {
    display: inline-block;
    width: 38px; height: 38px;
    border-radius: 10px;
    background: #fff url(../img/icon-submenu-close.svg) no-repeat center center;
    cursor: pointer;
}
.new-mobile-header-bottom-submenus-bottom {
    background: #fff;
    padding: 22px 18px 17px;
    position: absolute;
    right: 0; bottom: 0; left: 0;
    min-height: 130px;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.new-mobile-header-bottom-submenus-bottom > div { 
    width: 100%;
}
.new-mobile-header-bottom-lang {
    padding-bottom: 22px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 16px;
}
.new-mobile-header-bottom-lang ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.new-mobile-header-bottom-lang ul li {
    float: left;
    margin-right: 18px;
}
.new-mobile-header-bottom-lang ul li:last-child {
    margin-right: 0;
}
.new-mobile-header-bottom-close-hold {
    position: relative;
    padding: 0 38px;
}
.new-mobile-header-bottom-close {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    height: 28px;
    cursor: pointer;
    font-size: 10px;
    line-height: 1.5;
    text-decoration: underline;
    color: #0A0A0A;
}
.new-mobile-header-bottom-close-2 {
    display: inline-block;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5) url(../img/icon-arrow-up-white.svg) no-repeat center center;
    position: absolute;
    top: 0; right: 0;
    cursor: pointer;
    z-index: 2;
}
.new-mobile-header-bottom-submenus-mid-hold {
    height: 100%;
    overflow: auto;
    width: 100%;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.new-mobile-header-bottom-submenus-mid {
    width: 100%;
    background: #fff;
    padding: 18px 18px 0;
}
.new-mobile-header-bottom-submenus-mid-update {
    font-size: 10px;
    line-height: 1.4;
    color: #9B9B9B;
    margin-bottom: 14px;
}
.new-mobile-header-bottom-submenus-mid-nav > ul {
    border: 1px solid #E6E6E6;
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li {
    border-bottom: 1px solid #E6E6E6;
    transition: 0.2s ease-in-out;
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li:last-child {
    border-bottom: none;
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li > a {
    display: block;
    padding: 9px 30px 9px 17px;
    color: #0A0A0A;
    position: relative;
    font-size: 14px;
    line-height: 1.86;
    text-transform: uppercase;
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li > a::after {
    content: '';
    width: 6px; height: 10px;
    background: url(../img/icon-chev-right-light-grey.png) no-repeat center center;
    position: absolute;
    top: 50%; right: 17px;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu > a::after {
    transform: translateY(-50%) rotate(90deg);
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu.is-active > a::after {
    transform: translateY(-50%) rotate(270deg);
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu.is-active {
    background: #F1F1F1;
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu ul {
    border-top: 1px solid #E6E6E6;
    margin: 0;
    padding: 18px 26px;
    display: none;
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu ul li {
    margin-bottom: 4px;
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu ul li:last-child {
    margin-bottom: 0;
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu ul li a {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    color: #5F5F5F;
    transition: 0.2s ease-in-out;
    padding-left: 20px;
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu ul li a::before {
    content: '';
    width: 6px;
    height: 10px;
    background: url(../img/icon-chev-right-light-grey.png) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu ul li a:hover {
    color: #5F5F5F;
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li > a:hover {
    color: #0A0A0A;
}
.new-mobile-header-bottom-submenus-mid-nav-icon.new-mobile-header-bottom-submenus-mid-nav > ul > li > a {
    padding: 9px 30px 9px 47px;
}
.new-mobile-header-bottom-submenus-mid-nav-icon.new-mobile-header-bottom-submenus-mid-nav > ul > li > a::after {
    display: none;
}
.new-mobile-header-bottom-submenus-mid-nav > ul > li > a > span {
    display: inline-block;
    width: 20px; height: 20px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    top: 50%; left: 13px;
    transform: translateY(-50%);
}
.new-mobile-header-bottom-submenus-mid-line {
    padding-top: 34px;
    border-bottom: 1px solid #E6E6E6;
}
.new-mobile-header-bottom-submenus-mid-tags {
    margin-top: 30px;
}
.new-mobile-header-bottom-submenus-mid-tags ul {
    margin-bottom: -10px;
}
.new-mobile-header-bottom-submenus-mid-tags ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.new-mobile-header-bottom-submenus-mid-tags ul li a {
    display: block;
    padding: 4px 6px;
    background: #979797;
    transition: 0.2s ease-in-out;
    font-size: 10px;
    line-height: 1.5;
    color: #fff;
}
.new-mobile-header-bottom-submenus-mid-btn {
    margin-top: 30px;
}
.new-mobile-header-bottom-submenus-mid-btn a {
    width: 100%;
}
.btn-black-w-arrow,
.btn-black-w-arrow:focus,
.btn-black-w-arrow:active {
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    color: #fff;
    background: #373737;
    padding: 16px 50px 16px 18px;
    min-width: 140px;
}
.btn-black-w-arrow::after {
    content: '';
    width: 22px; height: 13px;
    background: url(../img/arrow-btn-right.png) no-repeat center center;
    position: absolute;
    top: 50%; right: 18px;
    transform: translateY(-50%);
}
.btn-black-w-arrow:hover {
    color: #fff;
}

.acc-contrast-1-activated .new-mobile-header-bottom-submenus-mid-tags ul li a {
    background: transparent;
    border: 1px solid #373737;
    color: #373737;
}
.acc-contrast-1-activated .new-mobile-header-bottom-submenus-mid-tags ul li a:hover {
    color: #373737;
}
.acc-contrast-1-activated .btn-black-w-arrow,
.acc-contrast-1-activated .btn-black-w-arrow:focus,
.acc-contrast-1-activated .btn-black-w-arrow:active {
    background: transparent;
    border: 1px solid #373737;
    color: #373737;
}
.acc-contrast-1-activated .btn-black-w-arrow:after {
    background: url(../img/arrow-btn-right-dark.png) no-repeat center center;
}
.acc-contrast-1-activated .btn-black-w-arrow:hover {
    color: #373737;
}
.acc-contrast-1-activated .new-mobile-header-bottom-close-2 {
    border: 1px solid #373737;
    background: transparent url(../img/icon-arrow-up-dark.svg) no-repeat center center;
}

.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid,
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-bottom{
    background: #373737;
}
.acc-contrast-2-activated .new-mobile-header-bottom-close {
    color: #fff;
}
.acc-contrast-2-activated .btn-black-w-arrow,
.acc-contrast-2-activated .btn-black-w-arrow:focus,
.acc-contrast-2-activated .btn-black-w-arrow:active {
    border: 1px solid #fff;
}
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-nav > ul > li > a,
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-nav > ul > li > a:hover {
    color: #fff;
}
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-tags ul li a {
    background: transparent;
    border: 1px solid #fff;
}
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-close {
    background: transparent url(../img/icon-submenu-close.svg) no-repeat center center;
    border: 1px solid #fff;
    filter: brightness(0) invert(1);
}
.acc-size-1-activated .new-mobile-header-bottom-submenus-mid-update {
    font-size: 12px;
}
.acc-size-2-activated .new-mobile-header-bottom-submenus-mid-update {
    font-size: 14px;
}
.acc-size-1-activated .new-mobile-header-bottom-submenus-mid-nav > ul > li > a {
    font-size: 16px;
}
.acc-size-2-activated .new-mobile-header-bottom-submenus-mid-nav > ul > li > a {
    font-size: 18px;
}
.acc-size-1-activated .new-mobile-header-bottom-submenus-mid-tags ul li a {
    font-size: 12px;
}
.acc-size-2-activated .new-mobile-header-bottom-submenus-mid-tags ul li a {
    font-size: 14px;
}
.acc-size-1-activated .btn-black-w-arrow, 
.acc-size-1-activated .btn-black-w-arrow:focus, 
.acc-size-1-activated .btn-black-w-arrow:active {
    font-size: 16px;
}
.acc-size-2-activated .btn-black-w-arrow, 
.acc-size-2-activated .btn-black-w-arrow:focus, 
.acc-size-2-activated .btn-black-w-arrow:active {
    font-size: 18px;
}
.acc-size-1-activated .new-mobile-header-bottom-close {
    font-size: 12px;
}
.acc-size-2-activated .new-mobile-header-bottom-close {
    font-size: 14px;
}
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu.is-active {
    background: transparent;
}
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu ul li a,
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu ul li a:hover {
    color: #fff;
}
.acc-contrast-1-activated .new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu.is-active {
    background: transparent;
}
.acc-contrast-1-activated .new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu ul li a,
.acc-contrast-1-activated .new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu ul li a:hover {
    color: #373737;
}
.acc-size-1-activated .new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu ul li a {
    font-size: 15px;
}
.acc-size-2-activated .new-mobile-header-bottom-submenus-mid-nav > ul > li.hb-has-submenu ul li a {
    font-size: 17px;
}
.new-mobile-header-bottom-submenus-mid-search {
    padding: 18px 0 22px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 16px;
}
.new-mobile-header-bottom-submenus-mid-search .form-element {
    position: relative;
}
.new-mobile-header-bottom-submenus-mid-search label {
    display: block;
    font-size: 10px;
    line-height: 1.4;
    color: #5F5F5F;
    margin: 0 0 8px;
}
.new-mobile-header-bottom-submenus-mid-search input,
.new-mobile-header-bottom-submenus-mid-search input:focus {
    box-shadow: none;
    outline: none;
    margin: 0;
    border: 1px solid #E6E6E6;
    height: 46px;
    padding: 16px 58px 16px 17px;
    font-size: 13px;
    line-height: 1;
    background: transparent;
}
.new-mobile-header-bottom-submenus-mid-search input::placeholder {
    color: #9B9B9B;
    opacity: 1;
}
.new-mobile-header-bottom-submenus-mid-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9B9B9B;
    opacity: 1;
}
.new-mobile-header-bottom-submenus-mid-search input::-moz-placeholder { /* Firefox 19+ */
    color: #9B9B9B;
    opacity: 1;
}
.new-mobile-header-bottom-submenus-mid-search input:-ms-input-placeholder { /* IE 10+ */
    color: #9B9B9B;
    opacity: 1;
}
.new-mobile-header-bottom-submenus-mid-search input:-moz-placeholder { /* Firefox 18- */
    color: #9B9B9B;
    opacity: 1;
}
.new-mobile-header-bottom-submenus-mid-search button,
.new-mobile-header-bottom-submenus-mid-search button:focus,
.new-mobile-header-bottom-submenus-mid-search button:active {
    display: inline-block;
    width: 52px; height: 100%;
    background: url(../img/icon-search-mobile.png) no-repeat center center;
    background-size: 18px;
    position: absolute;
    top: 0; right: 0;
}
.new-mobile-header-bottom-submenus-mid-search-links {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 16px;
}
.new-mobile-header-bottom-submenus-mid-search-links ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new-mobile-header-bottom-submenus-mid-search-links ul li {
    float: left;
    width: 44%;
    margin-right: 12%;
}
.new-mobile-header-bottom-submenus-mid-search-links ul li > div {
    margin-bottom: 2px;
}
.new-mobile-header-bottom-submenus-mid-search-links ul li > div:last-child {
    margin-bottom: 0;
}
.new-mobile-header-bottom-submenus-mid-search-links ul li:nth-child(2n) {
    margin-right: 0;
}
.new-mobile-header-bottom-submenus-mid-search-links ul li a {
    font-size: 13px;
    line-height: 1.5;
    color: #5F5F5F;
}
.new-mobile-header-bottom-submenus-mid-search-links ul li a:hover {
    color: #5F5F5F;
}
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-search button,
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-search button:focus,
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-search button:active {
   filter: brightness(0) invert(1);
}
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-search input,
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-search input:focus {
    color: #fff;
}
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-search label {
    color: #fff;
}
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-search-links ul li a,
.acc-contrast-2-activated .new-mobile-header-bottom-submenus-mid-search-links ul li a:hover {
    color: #fff;
}

.acc-size-1-activated .new-mobile-header-bottom-submenus-mid-search label {
    font-size: 12px;
}
.acc-size-2-activated .new-mobile-header-bottom-submenus-mid-search label {
    font-size: 14px;
}
.acc-size-1-activated .new-mobile-header-bottom-submenus-mid-search-links ul li a {
    font-size: 15px;
}
.acc-size-2-activated .new-mobile-header-bottom-submenus-mid-search-links ul li a {
    font-size: 17px;
}
.acc-size-1-activated .new-mobile-header-bottom-submenus-mid-search input,
.acc-size-1-activated .new-mobile-header-bottom-submenus-mid-search input:focus {
    font-size: 15px;
}
.acc-size-2-activated .new-mobile-header-bottom-submenus-mid-search input,
.acc-size-2-activated .new-mobile-header-bottom-submenus-mid-search input:focus {
    font-size: 17px;
}

.hand-change {
    position: fixed;
    bottom: 105px; left: 50%;
    transform: translateX(-50%);
    z-index: 800;
    width: 34px; height: 34px;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.hand-change::after {
    content: '';
    width: 16px; height: 16px;
    background: url(../img/icon-arrows-repeat.svg) no-repeat center center;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.hand-change-box {
    padding: 64px 40px 0 76px;
}
.hand-change-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    margin-bottom: 18px;
}
.hand-change-title::before {
    content: '';
    width: 16px; height: 16px;
    background: url(../img/icon-arrows-repeat.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%; left: -30px;
    transform: translateY(-50%);
}
.hand-change-text {
    font-size: 15px;
    line-height: 1.466;
    color: #5F5F5F;
    margin-bottom: 18px;
}
.acc-contrast-1-activated .hand-change {
    border: 1px solid #373737;
}
.acc-contrast-2-activated .hand-change {
    border: 1px solid #fff;
    background-color: #373737;
}
.acc-contrast-2-activated .hand-change::after,
.acc-contrast-2-activated .hand-change-title::before {
    filter: brightness(0) invert(1);
}
.acc-contrast-2-activated .hand-change-text {
    color: #fff;
}
.acc-size-1-activated .hand-change-title {
    font-size: 20px;
}
.acc-size-2-activated .hand-change-title {
    font-size: 22px;
}
.acc-size-1-activated .hand-change-text {
    font-size: 17px;
}
.acc-size-2-activated .hand-change-text {
    font-size: 19px;
}

.footer .footer-copyright-block .to-top .scroll-top {
    display: inline-block;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    transition: 0.2s ease-in-out;
}
.footer .footer-copyright-block .to-top .scroll-top::after {
    content: '';
    width: 10px; height: 10px;
    background: url(../img/icon-arrow-up-white.svg) no-repeat center center;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease-in-out;
}
.footer .footer-copyright-block .to-top .scroll-top:hover {
    background: #000;
}

.news-item-card-image::after {
    display: none;
}
.news-item-card-image-box {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    color: #363636;
    padding: 10px;
}
.news-item-card-image-box > div {
    width: 100%;
}
.news-item-card-image-icon {
    font-size: 30px;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.news-item-card-image-icon::after {
    content: '';
    max-width: 30%;
    width: 100%; height: 1px;
    background: #363636;
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
}
.news-item-card-image-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* number of lines to show */
}
.acc-contrast-1-activated .news-item-card-image {
    background-color: transparent !important;
    border-color: #363636;
}
.acc-contrast-2-activated .news-item-card-image {
    background-color: transparent !important;
    border-color: #fff;
}
.acc-contrast-2-activated .news-item-card-image-box {
    color: #fff;
}
.acc-contrast-2-activated .news-item-card-image-icon::after{
    background: #fff;
}
.acc-size-1-activated .news-item-card-image-title {
    font-size: 19px;
}
.acc-size-2-activated .news-item-card-image-title {
    font-size: 20px;
}
.new-mobile-header-bottom-renew {
    padding-top: 34px;
    font-size: 10px;
    line-height: 1.4;
    text-decoration: underline;
}
.new-mobile-header-bottom-renew a {
    color: #0A0A0A;
}
.new-mobile-header-bottom-renew a:hover {
    color: #0A0A0A;
}
.new-mobile-header-bottom-ham-links {
    padding: 24px 0;
}
.new-mobile-header-bottom-ham-links ul li {
    margin-bottom: 4px;
}
.new-mobile-header-bottom-ham-links ul li:last-child {
    margin-bottom: 0;
}
.new-mobile-header-bottom-ham-links ul li a {
    font-size: 13px;
    line-height: 1.5;
    color: #5F5F5F;
}
.new-mobile-header-bottom-ham-links ul li a:hover {
    color: #5F5F5F;
}
.new-mobile-header-bottom-ham-links-grey {
    width: calc(100% + 36px);
    margin-left: -18px;
    background: #E4E3E3;
    padding: 0 18px;
}
.new-mobile-header-bottom-ham-links-grey-box {
    padding: 24px 0;
}
.new-mobile-header-bottom-ham-links-grey a {
    color: #5F5F5F;
}
.new-mobile-header-bottom-ham-links-grey a:hover {
    color: #5F5F5F;
}
.new-mobile-header-bottom-ham-links-grey-first {
    margin-bottom: 8px;
}
.new-mobile-header-bottom-ham-links-grey-first ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new-mobile-header-bottom-ham-links-grey-first ul li {
    float: left;
    width: 44%;
    margin-right: 12%;
    line-height: 0;
}
.new-mobile-header-bottom-ham-links-grey-first ul li div {
    margin-bottom: 7px;
}
.new-mobile-header-bottom-ham-links-grey-first ul li:last-child {
    margin-bottom: 0;
}
.new-mobile-header-bottom-ham-links-grey-first ul li:nth-child(2n) {
    margin-right: 0;
}
.new-mobile-header-bottom-ham-links-grey-first ul li:nth-child(2n + 1) {
    clear: both;
}
.new-mobile-header-bottom-ham-links-grey-first ul li a {
    font-size: 13px;
    line-height: 1.5;
}
.new-mobile-header-bottom-ham-links-grey-last ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new-mobile-header-bottom-ham-links-grey-last ul li {
    float: left;
    width: 44%;
    margin-right: 12%;
}
.new-mobile-header-bottom-ham-links-grey-last ul li:nth-child(2n) {
    margin-right: 0;
}
.new-mobile-header-bottom-ham-links-grey-last ul li:nth-child(2n + 1) {
    clear: both;
}
.new-mobile-header-bottom-ham-links-grey-last ul li a {
    font-size: 10px;
    line-height: 1.5;
}
.acc-size-1-activated .new-mobile-header-bottom-renew {
    font-size: 12px;
}
.acc-size-1-activated .new-mobile-header-bottom-ham-links ul li a {
    font-size: 15px;
}
.acc-size-1-activated .new-mobile-header-bottom-ham-links-grey-first ul li a {
    font-size: 15px;
}
.acc-size-1-activated .new-mobile-header-bottom-ham-links-grey-last ul li a {
    font-size: 12px;
}
.acc-size-2-activated .new-mobile-header-bottom-renew {
    font-size: 14px;
}
.acc-size-2-activated .new-mobile-header-bottom-ham-links ul li a {
    font-size: 17px;
}
.acc-size-2-activated .new-mobile-header-bottom-ham-links-grey-first ul li a {
    font-size: 17px;
}
.acc-size-2-activated .new-mobile-header-bottom-ham-links-grey-last ul li a {
    font-size: 14px;
}
.acc-contrast-2-activated .new-mobile-header-bottom-ham-links-grey {
    background: transparent;
}
.acc-contrast-2-activated .new-mobile-header-bottom-ham-links-grey-box {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.acc-contrast-2-activated .new-mobile-header-bottom-ham-links-grey a,
.acc-contrast-2-activated .new-mobile-header-bottom-ham-links-grey a:hover {
    color: #fff;
}
.acc-contrast-2-activated .new-mobile-header-bottom-ham-links ul li a,
.acc-contrast-2-activated .new-mobile-header-bottom-ham-links ul li a:hover {
    color: #fff;
}

.intro-slider-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    pointer-events: none;
}

.c-about-card {
    background: #fff;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-bottom: 30px;
}
.c-about-card-img {
    float: left;
    width: 32%;
    padding-bottom: 36.2%;
}
.c-about-card-textbox {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    float: left;
    width: 68%;
    padding: 31px 31px 78px 36px;
    position: relative;
}
.c-about-card-textbox-btn {
    position: absolute;
    right: 31px; bottom: 0; left: 36px;
    padding: 8px 0 15px;
    border-top: 1px solid #E0E0E0;
}
.c-about-card-textbox-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    margin-bottom: 17px;
}
.c-about-card-textbox-text {
    font-size: 15px;
    line-height: 1.47;
    color: #5F5F5F;
}
.c-about-card-textbox-left {
    float: left;
    width: 61%;
    padding-top: 9px;
    padding-right: 34px;
}
.c-about-card-textbox-right {
    float: left;
    width: 39%;
}
.c-about-card-textbox-right ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: calc(100% + 11px);
    margin-bottom: -11px;
}
.c-about-card-textbox-right ul li {
    float: left;
    width: calc(50% - 12px);
    margin: 0 11px 11px 0;
    border: 1px solid #E0E0E0;
    text-align: center;
    padding: 23px 10px 9px;
}
.c-about-card-textbox-list-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 0.87;
    margin-bottom: 8px;
}
.c-about-card-textbox-list-text {
    min-height: 30px;
    font-size: 13px;
    line-height: 1.16;
    color: #5F5F5F;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.acc-contrast-2-activated .c-about-card {
    background: transparent;
}
.acc-contrast-2-activated .c-about-card-textbox-text,
.acc-contrast-2-activated .c-about-card-textbox-list-text {
    color: #fff;
}

.acc-size-1-activated .c-about-card-textbox-title {
    font-size: 20px;
}
.acc-size-1-activated .c-about-card-textbox-text {
    font-size: 17px;
}
.acc-size-1-activated .c-about-card-textbox-list-title {
    font-size: 32px;
}
.acc-size-1-activated .c-about-card-textbox-list-text {
    font-size: 14px;
    min-height: 35px;
}

.acc-size-2-activated .c-about-card-textbox-title {
    font-size: 22px;
}
.acc-size-2-activated .c-about-card-textbox-text {
    font-size: 19px;
}
.acc-size-2-activated .c-about-card-textbox-list-title {
    font-size: 32px;
}
.acc-size-2-activated .c-about-card-textbox-list-text {
    font-size: 15px;
}


@media (max-width: 1139px) {
    .news-list-card-bday-list ul li {
        font-size: 20px;
    }
    .acc-size-1-activated .news-list-card-bday-list ul li {
        font-size: 22px;
    }
    .acc-size-2-activated .news-list-card-bday-list ul li {
        font-size: 24px;
    }
    .news-list-card-bday-list ul li:nth-child(n+9) {
        display: block;
    }
    .news-list-card-bday-list ul li:nth-child(n+11) {
        display: none;
    }
    .news-list-card-title {
        font-size: 30px;
    }
    .acc-size-1-activated .news-list-card-title {
        font-size: 32px;
    }
    .acc-size-2-activated .news-list-card-title {
        font-size: 34px;
    }
    .news-list-card-text-sm {
        font-size: 14px;
    }
    .acc-size-1-activated .news-list-card-text-sm {
        font-size: 16px;
    }
    .acc-size-2-activated .news-list-card-text-sm {
        font-size: 18px;
    }
    .news-list-card-title-sm {
        font-size: 20px;
    }
    .acc-size-1-activated .news-list-card-title-sm {
        font-size: 22px;
    }
    .acc-size-2-activated .news-list-card-title-sm {
        font-size: 24px;
    }
    .news-list-card-text {
        font-size: 16px;
    }
    .acc-size-1-activated .news-list-card-text {
        font-size: 18px;
    }
    .acc-size-2-activated .news-list-card-text {
        font-size: 20px;
    }

    .c-about-card-textbox-left {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        margin-bottom: 34px;
    }
    .c-about-card-textbox-right {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .news-list-card-no-link,
    .news-list-card a {
        min-height: 1px !important;
        padding: 20px 13px;
    }
    .news-list-card-top-img {
        width: calc(100% + 26px) !important;
        margin-left: -13px;
    }
    .news-list.news-list-flex  > ul > li {
        margin-right: 0 !important;
    }
    .c-nav-block-list > ul > li {
        width: 100%;
        margin-right: 0;
    }
    .c-entry-cards-list-3row ul li {
        width: calc(50% - 16px);
    }
    .c-entry-cards-split-links-image {
        width: 100%;
    }
    .c-entry-cards-split-links-textbox {
        width: 100%;
        padding: 24px 24px 80px;
        border-left: 1px solid #E0E0E0;
        border-top: none;
    }
    .c-entry-cards-split-links-link {
        left: 24px;
    }
    .c-entry-cards-split-list-image {
        width: 100%;
    }
    .c-entry-cards-split-list-textbox {
        width: 100%;
        padding: 24px 24px;
    }
    .c-entry-cards-projects-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .c-entry-cards-projects-right {
        width: 100%;
        padding: 0;
    }
    .c-entry-cards-projects-home .c-entry-cards-projects-right ul li {
        width: calc(50% - 12px);
    }
    .accessibility-holder {
        display: none;
    }
    .new-mobile-header-top {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .new-mobile-header-bottom {
        display: block;
    }
    .footer {
        margin-bottom: 69px;
    }
    .hand-change {
        opacity: 1;
        visibility: visible;
    }

    .c-about-card-img {
        width: 100%;
        padding-bottom: 65%;
    }
    .c-about-card-textbox {
        width: 100%;
        padding: 25px 13px 78px;
    }
    .c-about-card-textbox-btn {
        right: 13px;
        left: 13px;
    }
}

@media (max-width: 639px) {
    .news-list-card-levent-day {
        font-size: 64px;
    }
    .acc-size-1-activated .news-list-card-levent-day {
        font-size: 66px;
    }
    .acc-size-2-activated .news-list-card-levent-day {
        font-size: 68px;
    }
    .news-list-card-title {
        font-size: 26px;
    }
    .acc-size-1-activated .news-list-card-title {
        font-size: 28px;
    }
    .acc-size-2-activated .news-list-card-title {
        font-size: 30px;
    }
    .c-entry-cards-list-3row ul,
    .c-entry-cards-list-2row ul {
        width: 100%;
    }
    .c-entry-cards-list-3row ul li,
    .c-entry-cards-list-2row ul li {
        width: 100%;
        margin: 0 0 20px;
    }
    .c-entry-cards-list-one-vertical .c-entry-cards-list-textbox {
        padding-left: 24px;
    }
    .c-entry-cards-list-one-vertical .c-entry-cards-list-link {
        left: 24px;
    }
    .c-entry-cards-projects-right ul li {
        width: calc(50% - 12px);
    }
    .c-entry-cards-projects-home .c-entry-cards-projects-left {
        width: 100%;
    }
    .c-entry-cards-projects-home .c-entry-cards-projects-right {
        width: 100%;
        padding-left: 0;
    }
    .c-student-council ul li {
        width: calc(50% - 9px);
    }
    .c-student-council.c-student-council-3row ul li {
        width: calc(50% - 9px);
    }
}


/* upgrade 2025 02 11 - buve mokiniai  */

.object-fit {
	position: relative;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%!important;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}

.former-student-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
}

.former-student-item-left {
    width: 25%;
    padding-right: 20px;
}

.former-student-item-right {
    padding-left: 20px;
    width: 75%;
}

.former-student-item-image {
    padding-bottom: 128.2%;
}

.former-student-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 10px;
}

.former-student-item-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #373737;
    height: 112px;
    min-height: 112px;
    overflow: hidden;
}
.entry .former-student-item-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #373737;
}
.entry .former-student-item-content > *:last-child {
    margin-bottom: 0;
}

.former-student-item-toggler {
    position: relative;
    margin-top: 8px;
    z-index: 2;
}
.former-student-item-toggler:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    width: calc(100% + 2px);
    height: 68px;
    bottom: calc(100% + 5px);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.former-student-item.active .former-student-item-content {
    height: auto;
}
.former-student-item.active .former-student-item-toggler:before {
    opacity: 0;
}

.btn-green-chev-down,
.btn-green-chev-down:focus,
.btn-green-chev-down:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 14px;
    line-height: 21px;
    color: #188C23;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}
.btn-green-chev-down:hover {
    color: #188C23;
    background: #F1F1F1;
}
.btn-green-chev-down:before {
    content: '';
    width: 20px;
    transform: rotate(0);
    height: 20px;
    background: url(../img/chev-toggle.svg) no-repeat center center;
    margin-right: 12px;
}
.btn-green-chev-down.active:before {
    transform: rotate(180deg);
}

.former-students-hold + .back {
    margin-top: 0;
}

@media (max-width: 1023px) {
    .former-student-item-left {
        padding-right: 10px;
    }
    .former-student-item-right {
        padding-left: 10px;
    }
    .entry .former-student-item-content p {
        font-size: 15px;
    }
    .former-student-item-content {
        font-size: 15px;
        height: 105px;
        min-height: 105px;
    }
}

@media (max-width: 639px) {
    .former-student-item-right {
        padding-left: 0;
        width: 100%;
    }
    .former-student-item-left {
        padding-right: 0;
        width: 33%;
        margin-bottom: 12px;
    }
    .former-student-item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

a[disabled] {
    pointer-events: none;
    cursor: default;
}

.article-bottom-right span.thanks_button_label {
    color: #999;
}

form .buttons a,
.success .buttons a {
    background: #373737;
    padding: 11px 15px;
    float: right;
}

form textarea {
    height: 200px;
}

.post-ad-steps {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    margin-bottom: 44px
}

.post-ad-steps ul {
    position: relative;
    top: -8px
}

.post-ad-steps ul li {
    display: inline-block;
    color: #39579a;
    font-size: 14px
}

.post-ad-steps ul li.current {
    font-weight: 700
}

.post-ad-steps ul li:after {
    content: '';
    display: inline-block;
    width: 113px;
    height: 1px;
    background: #e6e6e6;
    margin-left: 13px;
    margin-right: 10px;
    margin-bottom: 4px
}

.post-ad-steps ul li:last-child:after {
    display: none
}

.post-ad-steps ul li {
    font-size: 14px;
    counter-increment: step-counter
}

.post-ad-steps li:before {
    content: counter(step-counter);
    margin-right: 10px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    font-size: 10px
}

.post-ad-steps li.current:before {
    background: #39579a;
    color: #fff
}

.post-ad-steps li.done:before {
    content: '\2714';
    background: #3bb91d;
    color: #fff;
    font-size: 12px
}

.post-ad-steps li.next:before {
    border: 1px solid #39579a
}

.post-ad-text {
    font-size: 14px;
    padding-bottom: 23px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px
}

.upload-img-input {
    margin-bottom: 33px
}

.upload-error {
    color: #e04630;
    margin-bottom: 15px;
    font-size: 14px
}

.upload-success {
    color: #3bb91d;
    margin-bottom: 15px;
    font-size: 14px
}

.main-photo-title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px
}

.post-ad-img-block {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.post-ad-img-block>ul {
    display: inline-block
}

.post-ad-img-block>ul>li {
    width: 130px;
    margin-right: 30px;
    margin-bottom: 22px;
    float: left
}

.post-ad-img-block>ul>li:nth-child(5n) {
    margin-right: 0
}

.post-ad-img-block>ul>li:nth-child(5n+1) {
    clear: both
}

.photo-upload-overlay {
    position: absolute;
    z-index: 19;
    background: rgba(90, 89, 89, .8);
    top: 0;
    bottom: 35px;
    left: 0;
    right: 0;
    border-radius: 3px;
    text-align: center
}

.video-upload-overlay {
    position: absolute;
    z-index: 19;
    background: rgba(90, 89, 89, .8);
    top: 0;
    bottom: 15px;
    left: 0;
    right: 0;
    border-radius: 3px;
    text-align: center
}

.centering-overlay-hold {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.centering-overlay-hold span {
    display: block;
    font-size: 12px;
    color: #fff
}

.post-ad-img {
    background-size: cover !important;
    height: 120px;
    border-radius: 3px;
    margin-bottom: 3px;
    position: relative
}

.post-ad-img:after {
    content: '\f030';
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #b5b5b5;
    font-size: 38px;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
    border-radius: 3px
}

.post-ad-img:before {
    position: absolute;
    content: '';
    text-align: center;
    background: #e6e6e6;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 3px
}

.post-ad-img-block>ul>li ul {
    display: inline-block;
    margin: 0
}

.post-ad-img-block>ul>li ul li {
    display: inline-block;
    float: left;
    margin-right: 6px
}

.post-ad-img-block>ul>li ul li:last-child {
    margin-right: 0
}

.post-ad-video-block {
    margin-bottom: 10px
}

.post-ad-video-block>ul {
    display: inline-block
}

.post-ad-video-block>ul>li {
    width: 121px;
    margin-right: 30px;
    float: left
}

.post-ad-video {
    background-size: cover !important;
    height: 120px;
    border-radius: 3px;
    margin-bottom: 3px;
    position: relative
}

.post-ad-video:after {
    content: "\f16a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #b5b5b5;
    font-size: 44px;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
    border-radius: 3px
}

.post-ad-video:before {
    position: absolute;
    content: '';
    text-align: center;
    background: #e6e6e6;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 3px
}

.post-ad-video-block>ul>li ul {
    display: inline-block;
    margin: 0;
    float: right
}

.post-ad-video-block>ul>li ul li {
    display: inline-block
}

.upload-video-input {
    padding-top: 50px
}

.video-upload-block {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    position: relative
}

.post-ad-block {
    padding-bottom: 40px;
    min-height: calc(100vh - 540px)
}

.post-ad-block select,
.post-ad-block select:active,
.post-ad-block select:focus {
    width: 353px
}

.post-ad-block textarea,
.post-ad-block textarea:focus {
    height: 135px
}

.post-ad-block .input-text-long input {
    width: 100%
}

.post-ad-block input {
    width: 353px
}

.post-ad-block .post-ad-checkbox-list {
    width: 353px;
    display: block
}

.btn-lpurple-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #464646;
    background: #e6e6e6;
    border-radius: 3px;
    font-size: 14px;
    transition: background .2s;
}

.entry .container-fluid ul li {
    padding-left: 0;
}

.entry .container-fluid ul li:before {
    background: none;
}

a.rss {
    color: #373737;
}

.ckeditor-field_type {
    margin-bottom: 20px;
}

.ck-editor__editable {
    min-height: 200px;
}

.content-main-title i {
    vertical-align: middle;
}

label[for=photosInput] {
    display: none;
}


/*Anketa*/

.form .card .field-group {
    margin-top: 20px;
}

.form .card .text-muted {
    margin-bottom: 5px;
}

.form .card label {
    margin-bottom: 0px;
}

.form .card label input {
    margin-bottom: 5px;
}

form .btn-success,
form .btn-success:active,
form .btn-success:focus {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    width: 110px;
    padding: 14px 15px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background: #35AC37;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #064806), color-stop(50%, #35AC37));
    background: linear-gradient(to right, #064806 50%, #35AC37 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin-top: 30px;
}

#notificationCookieWrapper a {
    color: #fff;
}

.grid-columns {
    margin-top: 20px;
}

.grid-columns p {
    margin-top: 10px;
}

.centered-fa {
    text-align: center;
    font-size: 60px;
    line-height: 143px;
}

#check-form-response.error {
    color: red;
}

ul.tabs li a,
.tabs-content a {
    color: #373737 !important;
}

.tabs-content table th {
    background: #373737;
}

.entry ul.tabs {
    margin-bottom: 0px;
}

ul.tabs li:before {
    background: none;
}

.linkedin-button i {
    font-size: 37px;
    position: relative;
    top: -2px;
}

.btn-icons.btn-linkedin {
    background: #0073B1;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #33b2f7), color-stop(50%, #0073B1));
    background: linear-gradient(to right, #33b2f7 50%, #0073B1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-icons.btn-linkedin:hover {
    background-position: left bottom;
}

.btn-icons.btn-linkedin:after {
    content: '';
    display: block;
    background: url(/assets/build/img/linkedin.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.progress-meter {
    padding: 0 10px;
}

.main-layout .side-top-nav {
    margin-top: 5px;
}

.survey {
    width: auto !important;
}

.rating,
.rating2 {
    height: 20px;
}


/**:focus {
    outline: none;
}*/

.logo-list ul li a img {
    max-height: 80px !important;
}


/*@media (max-height: 600px) {
    .intro-slider-item {
        height: initial!important;
    }
}*/

.media-comment {
    padding: 7px 0;
    display: inline-block;
    color: #999;
    font-size: 13px;
}

.entry table {
    margin-bottom: 20px;
}


/*Cleverphant*/

.btn-off,
.btn-off:focus,
.btn-off:active {
    display: inline-block;
    font-family: "Inter";
    font-size: 14px;
    color: #000;
    border-radius: 12px;
    padding: 8px 48px 8px 15px;
    line-height: 1.5;
    position: relative;
    transition: 0.2s;
}

.btn-off:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 16px;
    background: url(../c-img/btn-off.png) no-repeat center center / 100% 100%;
    right: 15px;
}

.btn-off:hover {
    color: #000;
    background-color: #ebebeb;
}


/*End Cleverphant*/

.header-right .schedule {
    margin-bottom: 15px;
    margin-top: 10px;
}

.header-right .schedule ul {
    width: 100%;
    display: inline-block;
}

.header-right .schedule ul li {
    float: left;
    position: relative;
    width: 47%;
    font-size: 13px;
    color: #5f5f5f;
    padding-right: 30px;
    margin-right: 6%;
}

.header-right .schedule ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header-right .schedule ul li:last-child a {
    padding-left: 0;
    background: none;
    padding-right: 30px;
}

.header-right .schedule ul li:last-child a:before {
    display: none;
}

@media (max-width: 1130px) {
    .header-right .schedule ul li:last-child a {
        padding-right: 10px;
    }
}

.header-right .schedule ul li:first-child {
    border-right: 1px solid #d1d1d1;
}

.header-right .schedule ul li a {
    display: inline-block;
    color: #5f5f5f;
    display: flex;
    padding: 0 !important;
}

.header-right .schedule {
    display: flex;
    justify-content: space-between;
}

.header-right .schedule ul li a:hover {
    text-decoration: underline;
}

.header-right .schedule ul li span {
    display: block;
    font-weight: 700;
    font-size: 15px;
}

.header-right .schedule ul li:after {
    content: '';
    position: absolute;
    background: url(/images/icon-points.png?ce4796170f0dcca496459c98e72b1681) no-repeat;
    width: 6px;
    height: 24px;
    top: 10px;
    right: 20px;
}

.header-right .schedule .lang-switcher {
    position: relative;
    width: 80px;
    cursor: pointer;
}

.header-right .schedule .lang-switcher:hover ul {
    display: flex;
}

.header-right .schedule .lang-switcher ul {
    display: none;
    list-style: none;
    background: #fff;
    margin: 0;
    top: 100%;
    padding-left: 35px;
    -webkit-box-shadow: 1px 4px 14px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 4px 14px -1px rgba(0, 0, 0, 0.3);
    position: absolute;
    padding: 5px 0;
    flex-direction: column;
    z-index: 1;
    left: -10px;
}

.header-right .schedule .lang-switcher ul li {
    width: 100%;
    padding: 0;
    border: none;
    padding: 2px 10px;
}

.header-right .schedule .lang-switcher .current-lang {
    display: flex;
    align-content: center;
    align-items: center;
}

.header-right .schedule .lang-switcher .current-lang .fa {
    font-size: 20px;
    font-weight: 300;
    line-height: 14px;
    display: inline;
    margin-left: 10px;
}

.header-right .schedule .lang-switcher .flags {
    width: 21px !important;
    height: 20px !important;
    background: url(/app/default/assets/core/webas/google_translate-extension/resources/img/flags.png?v=1731595606) no-repeat;
    box-sizing: content-box;
    margin-top: 0px;
    margin-right: 10px;
}

.header-right .schedule .lang-switcher .LT .flags {
    background-position: -145px -206px;
}

.header-right .schedule .lang-switcher .BL .flags {
    background-position: 0 -32px;
}

.header-right .schedule .lang-switcher .CZ .flags {
    background-position: -87px -61px;
}

.header-right .schedule .lang-switcher .DK .flags {
    background-position: -116px -61px;
}

.header-right .schedule .lang-switcher .EN .flags {
    background-position: -87px -351px;
}

.header-right .schedule .lang-switcher .EE .flags {
    background-position: -29px -90px;
}

.header-right .schedule .lang-switcher .FI .flags {
    background-position: -87px -90px;
}

.header-right .schedule .lang-switcher .FR .flags {
    background-position: -116px -90px;
}

.header-right .schedule .lang-switcher .GR .flags {
    background-position: 0 -119px;
}

.header-right .schedule .lang-switcher .DE .flags {
    background-position: -29px -119px;
}

.header-right .schedule .lang-switcher .IT .flags {
    background-position: -58px -177px;
}

.header-right .schedule .lang-switcher .JP .flags {
    background-position: -87px -177px;
}

.header-right .schedule .lang-switcher .KR .flags {
    background-position: -29px -206px;
}

.header-right .schedule .lang-switcher .LV .flags {
    background-position: -116px -206px;
}

.header-right .schedule .lang-switcher .LT .flags {
    background-position: -145px -206px;
}

.header-right .schedule .lang-switcher .PL .flags {
    background-position: -87px -264px;
}

.header-right .schedule .lang-switcher .RU .flags {
    background-position: -29px -293px;
}

.header-right .schedule .lang-switcher .ES .flags {
    background-position: 0 -322px;
}

.header-right .schedule .lang-switcher .SV .flags {
    background-position: -58px -322px;
}

.header-right .schedule .lang-switcher .TR .flags {
    background-position: -29px -351px;
}

.header-right .schedule .lang-switcher .UK .flags {
    background-position: -58px -351px;
}

.header-right .schedule .lang-switcher.switcher-with-flags ul {
    left: 0;
}

.header-right .schedule .header-schedule-ul {
    margin-left: auto;
}

.header-right .schedule .header-schedule-ul ul {
    display: flex;
    gap: 15px;
}

.header-right .schedule .header-schedule-ul ul li {
    padding: 0;
    margin: 0;
    border: none;
}

.header-right .schedule .header-schedule-ul ul li a {
    padding: 0;
}

.header-right .schedule .header-schedule-ul i.fa-plus-square-o {
    background: url(/images/square-plus.svg) no-repeat;
    width: 24px;
    height: 26px;
    background-size: contain;
}

.header-right .schedule .header-schedule-ul i.hands {
    background: url(/images/vertimas-gestu-kalba_ikona_juodas.png) no-repeat;
    width: 27px;
    height: 24px;
    background-size: contain;
}

.header-right .schedule .header-schedule-ul i.sitemap {
    background: url(/images/sitemap.svg) no-repeat;
    width: 27px;
    height: 24px;
    background-size: contain;
}

.header-right .schedule .header-schedule-ul i.lux {
    background: url(/images/lux.svg) no-repeat;
    width: 27px;
    height: 24px;
    background-size: contain;
}

.footer .footer-copyright-block .footer-icons ul li.with-title a {
    width: auto;
    font-size: 12px;
}

.footer .footer-copyright-block .footer-icons ul li.with-title a:hover {
    text-decoration: underline;
}

@media (max-width: 1180px) {
    .header-right .schedule ul li:after {
        right: 10px;
    }
}

.mobile-nav-list .mobile-nav-new-header.header-right .schedule {
    padding: 15px 20px 0;
}

.mobile-nav-list .mobile-nav-new-header.header-right .schedule ul li a:after {
    display: none;
}

.header-right .schedule ul li:last-child:after {
    content: '';
    position: absolute;
    background: url(/images/icon-points.png?ce4796170f0dcca496459c98e72b1681) no-repeat;
    width: 6px;
    height: 24px;
    top: 10px;
    right: 0px;
}

.header-right .schedule ul li a:before {
    display: none;
}

/* Tooltip text */
.header-right .schedule ul li.tooltip-new .tooltiptext {
    visibility: hidden;
    width: auto;
    /* Adjusts width based on content */
    max-width: 200px;
    /* Optional: set a maximum width for better UX */
    background-color: #373737;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 5px 10px;
    /* Add some horizontal padding for better readability */
    border-radius: 0;
    position: absolute;
    z-index: 1;
    bottom: -35px;
    /* Position tooltip below the main element */
    left: 50%;
    /* Center tooltip horizontally */
    transform: translateX(-50%);
    /* Align tooltip center with parent */
    white-space: nowrap;
    /* Prevent line breaks for single-line tooltips */
}

/* Tooltip arrow */
.header-right .schedule ul li.tooltip-new .tooltiptext::after {
    content: "";
    position: absolute;
    top: -9px;
    /* Position arrow at the top of the tooltip */
    left: 50%;
    /* Center arrow horizontally */
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #373737 transparent;
}

/* Show the tooltip text when hovering over the container */
.header-right .schedule ul li.tooltip-new:hover .tooltiptext {
    visibility: visible;
}

@media(max-width: 1025px) {
    .header-right .schedule ul li.tooltip-new .tooltiptext {
        display: none !important;
    }
}

.acc-contrast-2-activated .header-right .schedule .header-schedule-ul i.hands,
.acc-contrast-2-activated .header-right .schedule .header-schedule-ul i.fa-plus-square-o,
.acc-contrast-2-activated .header-right .schedule .header-schedule-ul i.sitemap {
    filter: brightness(0) invert(1);
}

.intro-slider-video {
    width: calc(100% + 4px);
    left: -2px;
}

@media(max-width: 720px) {
    .intro-slider-video iframe {
        min-height: 68.25vw;
    }
}

@media (max-width: 639px) {

    .intro-slider-item,
    .intro-slider-video {
        height: 400px !important;
    }

    .intro-slider-video iframe {
        min-height: 400px;
    }
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 10px;
    background: #072296;
    color: #fff;
    padding: 8px;
    z-index: 100;
    text-decoration: none;
    transition: top 0.3s;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
}

.skip-link:focus {
    top: 10px;
    color: #fff;
    border: none;
    box-shadow: none;
}

.accordion-hold .accordion-item a.admin-accordion {
    position: absolute;
    top: 18px;
    left: 10px;
}