﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}/* ::: Basis-Elemente ::: */
/* einkommentieren, wenn Fade-In gewünscht => dann initLazyLoad() erst beim Success ShowAll() ausführen
form {
  opacity: 0;
}
*/

html {
    /*overflow-y:scroll;*/
}

.clear,
.spacer,
.halfspacer,
.quarterspacer,
.minispacer,
.doublespacer,
.imgfspacer {
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
  display:block;
}
.doublespacer   { height:32px; }
.spacer     { height:16px; }
.halfspacer   { height:8px; }
.quarterspacer   { height:4px; }
.minispacer   { height:2px; }
.none,
.hide {
  display:none!important;
}
hr {
  clear: both; 
  height: 1px; 
  margin: 0;
  padding: 0;
  border: none; 
  background-color:#CCC;
  font-size: 0;
  line-height: 0;
}
img {
    vertical-align:bottom;
    width:auto;
    max-width:100%;
}
.left   { float:left; }
.right   { float:right; }
.even   { background-color:#CCC; }
.odd   { background-color:#EEE; }
figcaption {
 font-style:italic;
 font-size:10px;
}
.error {
  color:#e60003;
}
.errorlabel {
    display:block;
}
.searchword {
  background-color:#333;
  color:#fff;
}
.anker:not([href]) {
    text-decoration:none;
}

/* ::: onpublix-Textausrichtung ::: */
.textleft    { text-align:left; }
.textcenter  { text-align:center; }
.textright   { text-align:right; }
.textjustify { text-align:justify; }

/* ::: Aufzählung ::: */
.on-list {
    
}
.on-list li {
    
}

/* ::: Abstände ::: */
figure,
audio,
video,
canvas,
.youtube,
.generate-ui-tab,
div.ui-accordion,
table.tabelle,
.errorlabel {
  margin: 0 0 16px;
}

audio {
    max-width:100%;
}
video {
    max-width:100%;
    height:auto;
}

figure {
    position:relative;
    z-index:1;
    text-align:center;
}

/* ::: Imgleft/Imgright/Gallery/Zoomable ::: */
figure.imgleft,
figure.imgright {
    display:table;
    padding-top:2px;
    max-width: 250px; /* je nach Layout anzupassen */
    width: 100%;
}
figure.imgleft { /* display und width wegen gewuenschtem Caption-Verhalten */
  float:left;
  margin:0 10px 5px 0;
  text-align:left;
}
figure.imgright { /* display und width wegen gewuenschtem Caption-Verhalten */
  float:right;
  margin:0 0 5px 10px;
  text-align:right;
}
figure.imgleft img,
figure.imgright img {
    width:100%;
}
figure.zoomable > span.figurewrapper,
figure.gallery > span.figurewrapper {
    position:relative;
    z-index:1;
    display:inline-block;
    width:auto;
    max-width:100%;
    cursor:pointer;
}
figure.imgleft span.figurewrapper,
figure.imgright span.figurewrapper {
    display:block;
}
figure.gallery > span.figurewrapper a:first-child {
    position:relative;
    z-index:1;
    display:block;
}
figure.zoomable > span.figurewrapper:after,
figure.gallery > span.figurewrapper a:first-child:after {
    content:'';
    display:block;
    position:absolute;
    z-index:1;
    bottom:0;
    right:0;
    width:19px;
    height:19px;
    background:url(/img/system/icons/zoombox.gif) 0 0 no-repeat;
}
figure.gallery > span.figurewrapper a:first-child:after {
    background-image:url(/img/system/icons/gallery.gif);
}
div.textnf {
  display:table;
}

/* :::  Quicknav ::: */
a.jumpto {
  display:block; 
  position:absolute; 
  top:6px; 
  left:-1000px; 
  z-index:100; 
  padding:10px; 
  font-size:16px; 
  line-height:1.5em;
  font-weight:bold; 
  color:#000;
  background-color:#FFFF8D; 
}
a.jumpto:focus, 
a.jumpto:active {
  left:0;
}

/* :::  YouTube-Baustein ::: */
.youtube {
  position: relative; 
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.youtube iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* :::  Korrekturen ::: */
body .ui-widget {
  font-size:1em;
}

.generate-ui-tab .supertab-head {
    display:none;
}

.ui-tabs .ui-tabs-nav li a,
.ui-state-default a 
{ 
  outline:none;  /* Mix aus normalize und jquery-ui */
}
.mejs-container,
.mejs-container .mejs-layer {
    max-width:100%;
}/* ::: Tabelle ::: */
.tabelle-wrapper {
    width:100%;
    overflow:auto;
}
.tabelle {
  width:100%;
  border:1px solid #ccc;
  border-collapse:collapse;
}
.tabelle thead tr {
}
.tabelle thead tr th,
.tabelle tbody tr.headline td {
  padding:5px;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  background:#e8e8e8;
  font-weight:bold;
  text-align:left;
  vertical-align:top;
}
.tabelle tbody tr td {
  padding:5px;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  vertical-align:top;
}
.tabelle p {
    margin:0;
}
.tabelle p + p {
    margin-top:12px;
}
/* Breiten */
th.breite-10-prozent {
    width: 10%;
}
th.breite-20-prozent {
    width: 20%;
}
th.breite-30-prozent {
    width: 30%;
}
th.breite-40-prozent {
    width: 40%;
}
th.breite-50-prozent {
    width: 50%;
}
th.breite-60-prozent {
    width: 60%;
}
th.breite-70-prozent {
    width: 70%;
}
th.breite-80-prozent {
    width: 80%;
}
th.breite-90-prozent {
    width: 90%;
}/* ::: Gallery ::: */
div.gallnavi {
    float:right;
}
div.gallnavi a {
  float:left;
  height:16px;
  width:11px;
  line-height:16px;
  padding: 0 2px 1px 2px;
  margin-left:6px;
  font-weight:bold;
  color:#FFF;
  background-color:#DFC686;
  text-decoration:none;
  text-align:center;
}
div.gallnavi a.selected {
  background-color:#A44E13;
}
.gallerybox {
  margin-top:10px;
}
.galleryrow:after {
    content:"";
    clear:both;
    display:table;
}
.gallerybox a.gallery {
  display:block;
  float:left;
  width: 180px;
  height:140px;
  background-color:#ebebeb;
  background-position:center center;
  background-repeat:no-repeat;
  margin: 0 20px 20px 0;
}
.gallerybox a.last {
  margin-right:0;
}/* ::: uaWarning ::: */
#uaWarningWrapper {
    background-color:#ffe9af;
    border-bottom:1px solid #c0c0c0;
}
#uaWarning {
    max-width:1024px;
    margin:0 auto;
    padding:24px 16px;
}
#uaWarningClose {
    text-align:right;
    cursor:pointer;
}@font-face {
  font-family: 'mobilenav';
  src: url("/fonts/mobilenav/mobilenav.eot?19440014");
  src: url("/fonts/mobilenav/mobilenav.eot?19440014#iefix") format("embedded-opentype"), url("/fonts/mobilenav/mobilenav.woff?19440014") format("woff"), url("/fonts/mobilenav/mobilenav.ttf?19440014") format("truetype"), url("/fonts/mobilenav/mobilenav.svg?19440014#mobilenav") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mn-"]:before, [class*=" mn-"]:before {
  font-family: "mobilenav";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mn-angle-left:before {
  content: '\e800'; }

.mn-angle-right:before {
  content: '\e801'; }

.mn-menu:before {
  content: '\e802'; }

.mobile-logo {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  width: 100%; }
  .mobile-logo img {
    height: 50px; }

html.mobilenav-open {
  overflow: hidden !important; }

.mobilenav-open body {
  position: fixed !important; }

.mobilebutton {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  background: #333;
  color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 28px;
  padding: 5px 0;
  cursor: pointer; }

#mobilenav {
  display: none;
  -moz-transform: translate(-105%);
  -ms-transform: translate(-105%);
  -o-transform: translate(-105%);
  -webkit-transform: translate(-105%);
  transform: translate(-105%);
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.6);
  padding-top: 70px;
  font-size: 18px;
  line-height: 1.3rem;
  color: #FFF;
  width: 320px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #333;
  background: -moz-linear-gradient(top, #333 50px, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50px, #333), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, #333 50px, #333 100%);
  background: -o-linear-gradient(top, #333 50px, #333 100%);
  background: -ms-linear-gradient(top, #333 50px, #333 100%);
  background: linear-gradient(to bottom, #333 50px, #333 100%);
  position: fixed;
  z-index: 9990;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden; }
  #mobilenav.no-overflow {
    overflow-y: hidden; }
  .mobilenav-open #mobilenav {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0); }
  #mobilenav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #mobilenav ul.sub {
      display: none;
      background: rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 -3px 3px -2px rgba(0, 0, 0, 0.3); }
  #mobilenav li {
    position: relative;
    z-index: 20; }
    #mobilenav li > .mobilenav-submenu i:before {
      -moz-transform: rotateZ(90deg);
      -ms-transform: rotateZ(90deg);
      -o-transform: rotateZ(90deg);
      -webkit-transform: rotateZ(90deg);
      transform: rotateZ(90deg);
      -moz-transition: transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      -webkit-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out; }
    #mobilenav li.open > .mobilenav-submenu i:before {
      -moz-transform: rotateZ(90deg) rotateY(180deg);
      -ms-transform: rotateZ(90deg) rotateY(180deg);
      -o-transform: rotateZ(90deg) rotateY(180deg);
      -webkit-transform: rotateZ(90deg) rotateY(180deg);
      transform: rotateZ(90deg) rotateY(180deg); }

.mobilenav-header {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #666;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer; }
  .mobilenav-header .mobilenav-header-link {
    float: left;
    display: block;
    padding: 11px 0;
    color: #FFF;
    text-decoration: none;
    width: 67%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .mobilenav-header .mobilenav-back {
    float: right;
    padding: 11px 0;
    max-width: 33%; }

.mobilenav-submenu {
  padding: 11px 10px;
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  cursor: pointer;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.1); }
  .mobilenav-submenu:hover {
    background: rgba(255, 255, 255, 0.2); }

.mobilenav-ul {
  width: 100%;
  z-index: 100; }
  .mobilenav-ul.sub {
    display: none; }

.mobilenav-li {
  margin-bottom: 5px;
  -moz-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out; }
  .mobilenav-li.open,
  .mobilenav-li.open > ul > li:last-child {
    margin-bottom: 0; }
  .mobilenav-li.padding {
    padding-bottom: 5px !important; }

.seperator {
  margin: 10px 0;
  background-color: #666;
  height: 1px; }

.mobilenav-a {
  padding: 11px 45px 11px 20px;
  display: block;
  color: #FFF;
  text-decoration: none;
  background: transparent;
  -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }
  .mobilenav-a:hover,
  .selected > .mobilenav-a {
    text-decoration: none;
    background: #666;
    color: #FFF; }

@media only screen and (max-width: 768px) {
  #mobilenav,
  .mobile-logo,
  .mobilebutton {
    display: block; } }/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.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: 2em; }

.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-accessible-icon:before {
  content: "\f368"; }

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

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

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

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

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

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

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

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

.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-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-anchor:before {
  content: "\f13d"; }

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

.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-angrycreative:before {
  content: "\f36e"; }

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

.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-pay:before {
  content: "\f415"; }

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

.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-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-left:before {
  content: "\f060"; }

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

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

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

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

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

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

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

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

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

.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-aws:before {
  content: "\f375"; }

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

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

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

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

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

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

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

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

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

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

.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-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-slash:before {
  content: "\f1f6"; }

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

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

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

.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-blind:before {
  content: "\f29d"; }

.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-book:before {
  content: "\f02d"; }

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

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

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

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

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

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

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

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

.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-burn:before {
  content: "\f46a"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-cart-arrow-down:before {
  content: "\f218"; }

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

.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-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-down:before {
  content: "\f078"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

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

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.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-fast-backward:before {
  content: "\f049"; }

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

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

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

.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-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

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

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

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

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

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

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

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

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

.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-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.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-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.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-gift:before {
  content: "\f06b"; }

.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-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.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-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.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-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.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-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

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

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

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-instagram:before {
  content: "\f16d"; }

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

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.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-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-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.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-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

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

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

.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-maxcdn:before {
  content: "\f136"; }

.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-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

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

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

.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-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.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-odnoklassniki:before {
  content: "\f263"; }

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

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

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-paragraph:before {
  content: "\f1dd"; }

.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-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-people-carry:before {
  content: "\f4ce"; }

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

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

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

.fa-phone-slash:before {
  content: "\f3dd"; }

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

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.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-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-plane:before {
  content: "\f072"; }

.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-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-pound-sign:before {
  content: "\f154"; }

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

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

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

.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-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-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.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-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.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-share:before {
  content: "\f064"; }

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

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

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

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

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

.fa-shower:before {
  content: "\f2cc"; }

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

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

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

.fa-smoking:before {
  content: "\f48d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

.fa-snowflake:before {
  content: "\f2dc"; }

.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-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

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

.fa-square-full:before {
  content: "\f45c"; }

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

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

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

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

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-steam-symbol:before {
  content: "\f3f6"; }

.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-stop:before {
  content: "\f04d"; }

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

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

.fa-strikethrough:before {
  content: "\f0cc"; }

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

.fa-stripe-s:before {
  content: "\f42a"; }

.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-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.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-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

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

.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-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-thumbs-down:before {
  content: "\f165"; }

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

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

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

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

.fa-tint:before {
  content: "\f043"; }

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

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

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

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

.fa-tv:before {
  content: "\f26c"; }

.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-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.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-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

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

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

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

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

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

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.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-slash:before {
  content: "\f4e2"; }

.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-volleyball-ball:before {
  content: "\f45f"; }

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

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

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

.fa-vuejs:before {
  content: "\f41f"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

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

.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-wine-glass:before {
  content: "\f4e3"; }

.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-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-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

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

.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("/fonts/fontawesome-free/fa-brands-400.eot");
  src: url("/fonts/fontawesome-free/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-free/fa-brands-400.woff2") format("woff2"), url("/fonts/fontawesome-free/fa-brands-400.woff") format("woff"), url("/fonts/fontawesome-free/fa-brands-400.ttf") format("truetype"), url("/fonts/fontawesome-free/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/fontawesome-free/fa-regular-400.eot");
  src: url("/fonts/fontawesome-free/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-free/fa-regular-400.woff2") format("woff2"), url("/fonts/fontawesome-free/fa-regular-400.woff") format("woff"), url("/fonts/fontawesome-free/fa-regular-400.ttf") format("truetype"), url("/fonts/fontawesome-free/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; 
    
}
  
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/fontawesome-free/fa-solid-900.eot");
  src: url("/fonts/fontawesome-free/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-free/fa-solid-900.woff2") format("woff2"), url("/fonts/fontawesome-free/fa-solid-900.woff") format("woff"), url("/fonts/fontawesome-free/fa-solid-900.ttf") format("truetype"), url("/fonts/fontawesome-free/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }.flash {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  padding: 15px;
  margin-bottom: 1em;
  text-align: left;
  color: black;
}
.flash.form-success {
  background: #dff0d8;
  border-left: 5px solid #3f9f18;
}
.flash.form-failure {
  background: rgba(255, 77, 77, 0.15);
  border-left: 5px solid red;
}
.flash.form-info {
  border-left: 5px solid #ffd600;
  background: #fcf8e3;
}
.flash.form-info p {
  margin: 0;
}
input.error,
textarea.error {
  border: 1px solid red;
}body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

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

.fancybox-container * {
  box-sizing: border-box; }

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

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

.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: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

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

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

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

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

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

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

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

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

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

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

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

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

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

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

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

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

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

.fancybox-container [data-selectable='true'] {
  cursor: text; }

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

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

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

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

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

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

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

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

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

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

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

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

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

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

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

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

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

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

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

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

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  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 {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

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

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

/* 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 {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

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

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

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

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

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

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

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

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

/* 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 {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

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

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

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

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.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 {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

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

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

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

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

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

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

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

.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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

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

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

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

.fancybox-thumbs .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); } }/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}.pager {
  text-align: center;
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  margin: 25px 0;
  color: #000000;
  min-height: 75px;
  font-size: 16px;
  line-height: 20px;
  line-height: 55px;
}
.pager:before,
.pager:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.pager:before {
  top: -1px;
}
.pager:after {
  bottom: -1px;
}
.pager input {
  background: #f2f2f2;
  border: none;
  padding: 0;
  text-align: center;
  width: 39px;
  line-height: 19px;
  font-size: 19px;
  margin-left: 5px;
  margin-right: 5px;
}
.pager .pager-forward {
  float: right;
}
.pager .pager-forward a .icon-left-big:before {
  transform: rotate(180deg);
  display: inline-block;
}
.pager .pager-forward a.pf-first {
  position: relative;
  margin-top: 2px;
  padding-right: 10px;
  padding-left: 10px;
}
.pager .pager-forward a.pf-first:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #000000;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#00000');
}
.pager .pager-forward a.pf-sec {
  display: none;
}
.pager .pager-backward {
  float: left;
}
.pager .pager-backward a.pb-first {
  position: relative;
  margin-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.pager .pager-backward a.pb-first:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 6px;
  border-color: transparent #000000 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#00000');
}
.pager .pager-backward a.pb-sec {
  display: none;
}
.pager .pager-info span {
  color: #999;
}/* Slider */

.slick-slider *{
    outline:none;
}
.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('/img/system/slick/ajax-loader.gif') center center no-repeat;
}

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

    src: url('/img/system/slick/slick.eot');
    src: url('/img/system/slick/slick.eot?#iefix') format('embedded-opentype'), url('/img/system/slick/slick.woff') format('woff'), url('/img/system/slick/slick.ttf') format('truetype'), url('/img/system/slick/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;
}.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}@font-face {
  font-family: 'fontello';
  src: url('/fonts/iconfont8/fontello.eot?90527684');
  src: url('/fonts/iconfont8/fontello.eot?90527684#iefix') format('embedded-opentype'),
       url('/fonts/iconfont8/fontello.woff2?90527684') format('woff2'),
       url('/fonts/iconfont8/fontello.woff?90527684') format('woff'),
       url('/fonts/iconfont8/fontello.ttf?90527684') format('truetype'),
       url('/fonts/iconfont8/fontello.svg?90527684#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/fonts/iconfont8/fontello.svg?90527684#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-logout:before { content: '\e800'; } /* '?' */
.icon-ok:before { content: '\e801'; } /* '?' */
.icon-info-circled:before { content: '\e802'; } /* '?' */
.icon-down-dir:before { content: '\e803'; } /* '?' */
.icon-star:before { content: '\e804'; } /* '?' */
.icon-star-empty:before { content: '\e805'; } /* '?' */
.icon-play:before { content: '\e806'; } /* '?' */
.icon-pause:before { content: '\e807'; } /* '?' */
.icon-cog:before { content: '\e808'; } /* '?' */
.icon-left-big:before { content: '\e809'; } /* '?' */
.icon-plus:before { content: '\e80a'; } /* '?' */
.icon-trash-empty:before { content: '\e80b'; } /* '?' */
.icon-cancel:before { content: '\e80c'; } /* '?' */
.icon-phone:before { content: '\e80d'; } /* '?' */
.icon-mail:before { content: '\e80e'; } /* '?' */
.icon-plus-circled:before { content: '\e80f'; } /* '?' */
.icon-download:before { content: '\e810'; } /* '?' */
.icon-attention:before { content: '\e811'; } /* '?' */
.icon-link:before { content: '\e812'; } /* '?' */
.icon-stop:before { content: '\e813'; } /* '?' */
.icon-megaphone:before { content: '\e814'; } /* '?' */
.icon-folder-open:before { content: '\e815'; } /* '?' */
.icon-search:before { content: '\e816'; } /* '?' */
.icon-down-big:before { content: '\e817'; } /* '?' */
.icon-right-big:before { content: '\e818'; } /* '?' */
.icon-up-big:before { content: '\e819'; } /* '?' */
.icon-chat:before { content: '\e81a'; } /* '?' */
.icon-calendar-plus-solid:before { content: '\e81b'; } /* '?' */
.icon-envelope-open-regular:before { content: '\e81c'; } /* '?' */
.icon-anzeigencenter:before { content: '\e829'; } /* '?' */
.icon-jobufo:before { content: '\e82a'; } /* '?' */
.icon-chevron-down-solid:before { content: '\e82b'; } /* '?' */
.icon-chevron-right-solid:before { content: '\e82c'; } /* '?' */
.icon-user-graduate-solid:before { content: '\e82d'; } /* '?' */
.icon-chart-line-solid:before { content: '\e82e'; } /* '?' */
.icon-users:before { content: '\e830'; } /* '?' */
.icon-gluehbirne:before { content: '\e831'; } /* '?' */
.icon-auslandsrekrutierung:before { content: '\e833'; } /* '?' */
.icon-file-pdf-regular:before { content: '\e834'; } /* '?' */
.icon-forum-fuer-verkehr-und-logistik:before { content: '\e835'; } /* '?' */
.icon-book-open-reader-solid:before { content: '\e837'; } /* '?' */
.icon-link-ext:before { content: '\f08e'; } /* '?' */
.icon-medkit:before { content: '\f0fa'; } /* '?' */
.icon-angle-left:before { content: '\f104'; } /* '?' */
.icon-angle-right:before { content: '\f105'; } /* '?' */
.icon-angle-up:before { content: '\f106'; } /* '?' */
.icon-angle-down:before { content: '\f107'; } /* '?' */
.icon-desktop:before { content: '\f108'; } /* '?' */
.icon-pencil-squared:before { content: '\f14b'; } /* '?' */
.icon-newspaper:before { content: '\f1ea'; } /* '?' */
.icon-brush:before { content: '\f1fc'; } /* '?' */
.icon-chart-line:before { content: '\f201'; } /* '?' */
.icon-facebook-official:before { content: '\f230'; } /* '?' */
.icon-user-plus:before { content: '\f234'; } /* '?' */
.icon-user-circle:before { content: '\f2bd'; } /* '?' */
.icon-id-card:before { content: '\f2c2'; } /* '?' *//**
 * @license
 * MyFonts Webfont Build ID 3695200, 2019-01-08T07:21:49-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Gilroy-Thin by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/thin/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-UltraLightItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/ultra-light-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-ThinItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/thin-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-SemiBoldItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/semi-bold-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-SemiBold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/semi-bold/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-UltraLight by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/ultra-light/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Regular by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/regular/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-RegularItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/regular-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-MediumItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/medium-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Medium by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/medium/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-LightItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/light-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Light by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/light/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-HeavyItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/heavy-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Heavy by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/heavy/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-ExtraBoldItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/extra-bold-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-ExtraBold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/extra-bold/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-BoldItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/bold-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Bold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/bold/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-BlackItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/black-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Black by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/black/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3695200
 * Licensed pageviews: 10,000
 * 
 * © 2019 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/386260");

  
/*@font-face {font-family: 'Gilroy-Thin';src: url('/fonts/386260_0_0.eot');src: url('/fonts/386260_0_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_0_0.woff2') format('woff2'),url('/fonts/386260_0_0.woff') format('woff'),url('/fonts/386260_0_0.ttf') format('truetype');}*/
 
  
/*@font-face {font-family: 'Gilroy-UltraLightItalic';src: url('/fonts/386260_1_0.eot');src: url('/fonts/386260_1_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_1_0.woff2') format('woff2'),url('/fonts/386260_1_0.woff') format('woff'),url('/fonts/386260_1_0.ttf') format('truetype');}*/
 
  
/*@font-face {font-family: 'Gilroy-ThinItalic';src: url('/fonts/386260_2_0.eot');src: url('/fonts/386260_2_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_2_0.woff2') format('woff2'),url('/fonts/386260_2_0.woff') format('woff'),url('/fonts/386260_2_0.ttf') format('truetype');}*/
 
  
/*@font-face {font-family: 'Gilroy-SemiBoldItalic';src: url('/fonts/386260_3_0.eot');src: url('/fonts/386260_3_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_3_0.woff2') format('woff2'),url('/fonts/386260_3_0.woff') format('woff'),url('/fonts/386260_3_0.ttf') format('truetype');}*/
 
  
/*@font-face {font-family: 'Gilroy-SemiBold';src: url('/fonts/386260_4_0.eot');src: url('/fonts/386260_4_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_4_0.woff2') format('woff2'),url('/fonts/386260_4_0.woff') format('woff'),url('/fonts/386260_4_0.ttf') format('truetype');}*/
 
  
/*@font-face {font-family: 'Gilroy-UltraLight';src: url('/fonts/386260_5_0.eot');src: url('/fonts/386260_5_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_5_0.woff2') format('woff2'),url('/fonts/386260_5_0.woff') format('woff'),url('/fonts/386260_5_0.ttf') format('truetype');}*/
 
  
@font-face {font-family: 'Gilroy-Regular';src: url('/fonts/386260_6_0.eot');src: url('/fonts/386260_6_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_6_0.woff2') format('woff2'),url('/fonts/386260_6_0.woff') format('woff'),url('/fonts/386260_6_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-RegularItalic';src: url('/fonts/386260_7_0.eot');src: url('/fonts/386260_7_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_7_0.woff2') format('woff2'),url('/fonts/386260_7_0.woff') format('woff'),url('/fonts/386260_7_0.ttf') format('truetype');}
 
  
/*@font-face {font-family: 'Gilroy-MediumItalic';src: url('/fonts/386260_8_0.eot');src: url('/fonts/386260_8_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_8_0.woff2') format('woff2'),url('/fonts/386260_8_0.woff') format('woff'),url('/fonts/386260_8_0.ttf') format('truetype');}*/
 
  
/*@font-face {font-family: 'Gilroy-Medium';src: url('/fonts/386260_9_0.eot');src: url('/fonts/386260_9_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_9_0.woff2') format('woff2'),url('/fonts/386260_9_0.woff') format('woff'),url('/fonts/386260_9_0.ttf') format('truetype');}*/
 
  
/*@font-face {font-family: 'Gilroy-LightItalic';src: url('/fonts/386260_A_0.eot');src: url('/fonts/386260_A_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_A_0.woff2') format('woff2'),url('/fonts/386260_A_0.woff') format('woff'),url('/fonts/386260_A_0.ttf') format('truetype');}*/
 
  
@font-face {font-family: 'Gilroy-Light';src: url('/fonts/386260_B_0.eot');src: url('/fonts/386260_B_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_B_0.woff2') format('woff2'),url('/fonts/386260_B_0.woff') format('woff'),url('/fonts/386260_B_0.ttf') format('truetype');}
 
  
/*@font-face {font-family: 'Gilroy-HeavyItalic';src: url('/fonts/386260_C_0.eot');src: url('/fonts/386260_C_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_C_0.woff2') format('woff2'),url('/fonts/386260_C_0.woff') format('woff'),url('/fonts/386260_C_0.ttf') format('truetype');}*/
 
  
/*@font-face {font-family: 'Gilroy-Heavy';src: url('/fonts/386260_D_0.eot');src: url('/fonts/386260_D_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_D_0.woff2') format('woff2'),url('/fonts/386260_D_0.woff') format('woff'),url('/fonts/386260_D_0.ttf') format('truetype');}*/
 
  
/*@font-face {font-family: 'Gilroy-ExtraBoldItalic';src: url('/fonts/386260_E_0.eot');src: url('/fonts/386260_E_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_E_0.woff2') format('woff2'),url('/fonts/386260_E_0.woff') format('woff'),url('/fonts/386260_E_0.ttf') format('truetype');}*/
 
  
/*@font-face {font-family: 'Gilroy-ExtraBold';src: url('/fonts/386260_F_0.eot');src: url('/fonts/386260_F_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_F_0.woff2') format('woff2'),url('/fonts/386260_F_0.woff') format('woff'),url('/fonts/386260_F_0.ttf') format('truetype');}*/
 
  
/*@font-face {font-family: 'Gilroy-BoldItalic';src: url('/fonts/386260_10_0.eot');src: url('/fonts/386260_10_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_10_0.woff2') format('woff2'),url('/fonts/386260_10_0.woff') format('woff'),url('/fonts/386260_10_0.ttf') format('truetype');}*/
 
  
@font-face {font-family: 'Gilroy-Bold';src: url('/fonts/386260_11_0.eot');src: url('/fonts/386260_11_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_11_0.woff2') format('woff2'),url('/fonts/386260_11_0.woff') format('woff'),url('/fonts/386260_11_0.ttf') format('truetype');}
 
  
/*@font-face {font-family: 'Gilroy-BlackItalic';src: url('/fonts/386260_12_0.eot');src: url('/fonts/386260_12_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_12_0.woff2') format('woff2'),url('/fonts/386260_12_0.woff') format('woff'),url('/fonts/386260_12_0.ttf') format('truetype');}*/
 
  
/*@font-face {font-family: 'Gilroy-Black';src: url('/fonts/386260_13_0.eot');src: url('/fonts/386260_13_0.eot?#iefix') format('embedded-opentype'),url('/fonts/386260_13_0.woff2') format('woff2'),url('/fonts/386260_13_0.woff') format('woff'),url('/fonts/386260_13_0.ttf') format('truetype');}*/@charset "utf-8";
*,
*:before,
*:after,
ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Gilroy-Regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2em;
  background: #f1f1f1;
  color: #000;
  min-height: 100%;
  height: auto;
  position: relative;
  /*overflow-x: hidden;*/
  min-width: 320px;
}
body.open {
  overflow-x: hidden;
}
body .ui-widget {
  font-size: inherit;
  font-family: inherit;
}
ul li,
ol li {
  list-style: none;
}
figure {
  margin: 20px 0;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #941c80;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
}
a.print {
  font-size: 18px;
  text-decoration: underline;
}
p {
  margin: 0 0 20px 0;
}
h1,
h2,
h3 {
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #00a566;
}
figure {
  margin: 0 0 20px;
}
section,
article {
  margin: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin: 0;
}
.hidden {
  display: none;
}
main {
  min-height: calc(100vh - 100px);
}
@media (max-width: 1024px) {
  main {
    min-height: calc(100vh - 80px);
  }
}
b,
strong {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* CLEARFIX */
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Overwrite Bootstrap */
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
  .container-fluid .container {
    margin: 0;
  }
  .container-fluid > .row > .col-xl-8 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .container-fluid > .row > .col-xl-4 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
/*.row {
	margin-right: -8px;
    margin-left: -8px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 8px;
    padding-left: 8px;
}*/
.row:after {
  content: '';
  clear: both;
  display: table;
}
/* ########## MAIN ######### */
.main-wrapper {
  width: 100%;
  overflow: hidden;
}
.left-sidebar {
  width: 300px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  min-height: 100%;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
  background: #009a4c;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .left-sidebar {
    padding-top: 200px;
  }
}
.left-sidebar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(150deg, #009da2 0%, #009a4c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009da2), color-stop(100%, #009a4c));
  background: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%, #009da2), color-stop(100%, #009a4c));
  background: -o-linear-gradient(150deg, #009da2 0%, #009a4c 100%);
  background: -ms-linear-gradient(150deg, #009da2 0%, #009a4c 100%);
  background: linear-gradient(150deg, #009da2 0%, #009a4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,157,162,1)', endColorstr='rgba(0,154,76,1)', GradientType=0);
  /* IE6-9 */
  height: 1200px;
  z-index: -1;
}
.left-sidebar + .content-wrapper {
  margin-left: 300px;
}
.content-wrapper {
  padding: 40px 15px 0 25px;
}
@media (max-width: 1679px) {
  .content-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  .open .left-sidebar {
    width: 0;
  }
}
@media (max-width: 1199px) {
  .left-sidebar {
    width: 300px;
  }
  .left-sidebar + .content-wrapper {
    margin-left: 300px;
  }
}
@media (max-width: 1024px) {
  .open .left-sidebar + .content-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .left-sidebar + .content-wrapper {
    margin-left: 0;
  }
}
/* Login Global */
.login .content-wrapper {
  margin-left: 0;
}
.login main {
  min-height: calc(100vh - 180px);
  position: relative;
}
.login .left-sidebar {
  display: none;
}
/* ########## Login-Box ######### */
.login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 540px;
  max-width: 100%;
  padding: 20px;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
.login-box h2 {
  font-size: 36px;
  color: #00a566;
  margin: 0 0 15px;
}
.login-box .form-fields {
  margin: 0;
  padding: 0;
  border: 0;
}
.content .login-box a:not(.btn) {
  color: #000;
}
.content .login-box .btn-line a:not(.btn):hover {
  text-decoration: underline;
}
/* ########## HEADER ######### */
header {
  background: #fff;
  height: 100px;
  box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  header {
    height: 80px;
  }
}
header div {
  height: 100%;
}
header .logo {
  display: inline-block;
  margin-top: 18px;
}
@media (max-width: 1024px) {
  header .logo img {
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  header .logo img {
    max-width: 210px;
  }
}
@media (max-width: 320px) {
  header .logo {
    margin-top: 23px;
  }
  header .logo img {
    max-width: 180px;
  }
}
header nav {
  /*float: right;*/
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  header nav {
    display: none;
  }
}
header nav a {
  color: #999999;
}
header nav a span {
  display: inline-block;
  margin: 0 5px 0 0;
}
header nav a span:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  header .container-fluid .row .col-12 {
    text-align: center;
  }
}
.menubtn {
  cursor: pointer;
  width: 40px;
  height: 38px;
  visibility: visible;
  opacity: 1;
  z-index: 15;
  display: inline-block;
  vertical-align: bottom;
  display: none;
  margin: 0 0 0 20px;
}
@media (max-width: 1024px) {
  .menubtn {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 25px;
  }
}
.menubtn span {
  display: block;
  height: 6px;
  margin-bottom: 6px;
  background: #00a566;
  transition: 0.3s ease;
}
.menubtn span:last-child {
  margin: 0;
}
body:not(.open) .menubtn span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: left center;
  margin-bottom: 10px;
}
body:not(.open) .menubtn span:nth-child(2) {
  opacity: 0;
}
body:not(.open) .menubtn span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: left center;
}
/* ########## NAVIGATION ######### */
.sidebar-nav {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .sidebar-nav {
    font-size: 14px;
  }
}
.sidebar-nav ul li {
  display: block;
}
.sidebar-nav ul li h4 {
  font-size: 27px;
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 40px 0 10px 15px;
}
.sidebar-nav ul li h4.topmargin {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .sidebar-nav ul li h4 {
    font-size: 21px;
  }
}
@media (min-width: 576px) {
  .sidebar-nav ul li.logout {
    display: none;
  }
}
.sidebar-nav ul li ul li a span + span:not([class*="icon-"]) {
  display: inline-block;
  line-height: 1.3em;
  position: absolute;
  top: 50%;
  left: 55px;
  padding-right: 10px;
  transform: translateY(-50%);
}
.sidebar-nav ul li a {
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 55px;
  transition: 0.5s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.sidebar-nav ul li a:hover {
  color: #00A566;
  background: #fff;
}
.sidebar-nav ul li a:hover:after {
  content: "";
  color: #00A566;
}
.sidebar-nav ul li a:has(.icon-personal-training):hover .icon-personal-training:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Motive' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .c %7B fill: %2300A566; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='c' cx='7.25' cy='2.25' r='2.25'/%3E%3Cpath class='c' d='M10,13h1v2c0,.5527.4478,1,1,1s1-.4473,1-1v-3c0-.5527-.4478-1-1-1h-2v-3.2446l3.4087-1.7398c.4917-.251.687-.8535.436-1.3457-.251-.4912-.8525-.6865-1.3452-.4355l-3.4592,1.7656h-4.0403c-.2559,0-.5117.0977-.707.293l-3,3c-.3906.3906-.3906,1.0234,0,1.4141.1953.1953.4512.293.707.293s.5117-.0977.707-.293l2.293-2.293v6.3496l-1.3945,2.7891c-.2471.4941-.0469,1.0947.4473,1.3418.1436.0713.2964.1055.4463.1055.3672,0,.7202-.2021.8955-.5527l1.5-3c.0693-.1387.1055-.292.1055-.4473v-2h3Z'/%3E%3Crect class='c' x='2' y='21' width='5' height='3'/%3E%3Crect class='c' x='9' y='18' width='5' height='6'/%3E%3Cpath class='c' d='M24,5l-2-2,2-2h-5v-.5c0-.2764-.2236-.5-.5-.5s-.5.2236-.5.5v14.5h-2v9h5v-9h-2V5h5Z'/%3E%3C/svg%3E");
}
.sidebar-nav ul li a:has(.icon-webinar-library):hover .icon-webinar-library:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Motive' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .c %7B fill: %2300A566; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='c' points='24 17.8171 15 15.0134 17.8171 24 20.1978 21.6193 22.2944 23.708 23.7061 22.292 21.6116 20.2055 24 17.8171'/%3E%3Cpath class='c' d='M24,16.246V2.5c0-.2764-.2236-.5-.5-.5s-.5.2236-.5.5v13.4345l1,.3115Z'/%3E%3Cpath class='c' d='M14.0508,17H1.5c-.2759,0-.5-.2246-.5-.5V2.5c0-.2764-.2236-.5-.5-.5s-.5.2236-.5.5v14c0,.8271.6729,1.5,1.5,1.5h12.8643l-.3135-1Z'/%3E%3Cpath class='c' d='M13.8627,14.2189c.3005-.4091.7825-.6533,1.2893-.6533l.2585.0047.2179.0679,4.3718,1.3619h.9998V0h-5.7273c-1.8074,0-3.2727,1.7909-3.2727,4,0-2.2092-1.4653-4-3.2727-4H3v15h10.5701c.0293-.279.123-.5502.2926-.7811ZM14.5,4h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5ZM14.5,7h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5ZM14.5,10h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5ZM9.5,11h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5ZM9.5,8h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5ZM9.5,5h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5Z'/%3E%3C/svg%3E");
}
.sidebar-nav ul li a:has(.icon-publish-job-ad):hover .icon-publish-job-ad:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Motive' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .c %7B fill: %2300A566; %7D %3C/style%3E%3C/defs%3E%3Cpath class='c' d='M7.9009,11.0177h0s.0002.0002.0003.0002c.1735.1495.3566.2847.5541.403.0106.0065.0222.0115.0329.0179.1849.1085.3749.2068.5772.2849.068.0269.1409.0422.2107.0654.1547.05.3071.1038.4694.1348.2441.0483.4955.076.7545.076s.5104-.0278.7545-.076c.1622-.0311.3147-.0848.4694-.1348.0698-.0232.1427-.0385.2107-.0654.2023-.0781.3923-.1764.5772-.2849.0107-.0064.0223-.0114.0329-.0179.1975-.1183.3807-.2535.5541-.403.0001,0,.0002-.0002.0003-.0002h0c.8509-.7335,1.4009-1.8062,1.4009-3.0177,0-2.2092-1.7908-4-4-4s-4,1.7908-4,4c0,1.2115.55,2.2842,1.4009,3.0177Z'/%3E%3Cpath class='c' d='M14.0664,11.4945c-.9081.9267-2.1696,1.5055-3.5664,1.5055s-2.6583-.5788-3.5664-1.5055c-1.1914.7117-2.1606,1.7572-2.7579,3.0201,1.3323,2.0914,3.6661,3.4854,6.3243,3.4854s4.9919-1.394,6.3243-3.4854c-.5973-1.2629-1.5665-2.3083-2.7579-3.0201Z'/%3E%3Cpath class='c' d='M23.0605,20.9395l-4.163-4.163c1.3138-1.7533,2.1024-3.9218,2.1024-6.2765C21,4.71,16.2896,0,10.5,0S0,4.71,0,10.5s4.7104,10.5,10.5,10.5c2.3546,0,4.5232-.7885,6.2766-2.1024l4.1629,4.1629c.293.293.6768.4395,1.0605.4395s.7676-.1465,1.0605-.4395c.5859-.5859.5859-1.5352,0-2.1211ZM10.5,19c-4.687,0-8.5-3.8135-8.5-8.5S5.813,2,10.5,2s8.5,3.8135,8.5,8.5-3.813,8.5-8.5,8.5Z'/%3E%3C/svg%3E");
}
.sidebar-nav ul li.selected > a {
  color: #00a566;
  color: #00A566;
  background: #fff;
}
.sidebar-nav ul li.selected > a:has(.icon-personal-training) .icon-personal-training:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Motive' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .c %7B fill: %2300A566; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='c' cx='7.25' cy='2.25' r='2.25'/%3E%3Cpath class='c' d='M10,13h1v2c0,.5527.4478,1,1,1s1-.4473,1-1v-3c0-.5527-.4478-1-1-1h-2v-3.2446l3.4087-1.7398c.4917-.251.687-.8535.436-1.3457-.251-.4912-.8525-.6865-1.3452-.4355l-3.4592,1.7656h-4.0403c-.2559,0-.5117.0977-.707.293l-3,3c-.3906.3906-.3906,1.0234,0,1.4141.1953.1953.4512.293.707.293s.5117-.0977.707-.293l2.293-2.293v6.3496l-1.3945,2.7891c-.2471.4941-.0469,1.0947.4473,1.3418.1436.0713.2964.1055.4463.1055.3672,0,.7202-.2021.8955-.5527l1.5-3c.0693-.1387.1055-.292.1055-.4473v-2h3Z'/%3E%3Crect class='c' x='2' y='21' width='5' height='3'/%3E%3Crect class='c' x='9' y='18' width='5' height='6'/%3E%3Cpath class='c' d='M24,5l-2-2,2-2h-5v-.5c0-.2764-.2236-.5-.5-.5s-.5.2236-.5.5v14.5h-2v9h5v-9h-2V5h5Z'/%3E%3C/svg%3E");
}
.sidebar-nav ul li.selected > a:has(.icon-webinar-library) .icon-webinar-library:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Motive' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .c %7B fill: %2300A566; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='c' points='24 17.8171 15 15.0134 17.8171 24 20.1978 21.6193 22.2944 23.708 23.7061 22.292 21.6116 20.2055 24 17.8171'/%3E%3Cpath class='c' d='M24,16.246V2.5c0-.2764-.2236-.5-.5-.5s-.5.2236-.5.5v13.4345l1,.3115Z'/%3E%3Cpath class='c' d='M14.0508,17H1.5c-.2759,0-.5-.2246-.5-.5V2.5c0-.2764-.2236-.5-.5-.5s-.5.2236-.5.5v14c0,.8271.6729,1.5,1.5,1.5h12.8643l-.3135-1Z'/%3E%3Cpath class='c' d='M13.8627,14.2189c.3005-.4091.7825-.6533,1.2893-.6533l.2585.0047.2179.0679,4.3718,1.3619h.9998V0h-5.7273c-1.8074,0-3.2727,1.7909-3.2727,4,0-2.2092-1.4653-4-3.2727-4H3v15h10.5701c.0293-.279.123-.5502.2926-.7811ZM14.5,4h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5ZM14.5,7h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5ZM14.5,10h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5ZM9.5,11h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5ZM9.5,8h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5ZM9.5,5h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5Z'/%3E%3C/svg%3E");
}
.sidebar-nav ul li.selected > a:has(.icon-publish-job-ad) .icon-publish-job-ad:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Motive' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .c %7B fill: %2300A566; %7D %3C/style%3E%3C/defs%3E%3Cpath class='c' d='M7.9009,11.0177h0s.0002.0002.0003.0002c.1735.1495.3566.2847.5541.403.0106.0065.0222.0115.0329.0179.1849.1085.3749.2068.5772.2849.068.0269.1409.0422.2107.0654.1547.05.3071.1038.4694.1348.2441.0483.4955.076.7545.076s.5104-.0278.7545-.076c.1622-.0311.3147-.0848.4694-.1348.0698-.0232.1427-.0385.2107-.0654.2023-.0781.3923-.1764.5772-.2849.0107-.0064.0223-.0114.0329-.0179.1975-.1183.3807-.2535.5541-.403.0001,0,.0002-.0002.0003-.0002h0c.8509-.7335,1.4009-1.8062,1.4009-3.0177,0-2.2092-1.7908-4-4-4s-4,1.7908-4,4c0,1.2115.55,2.2842,1.4009,3.0177Z'/%3E%3Cpath class='c' d='M14.0664,11.4945c-.9081.9267-2.1696,1.5055-3.5664,1.5055s-2.6583-.5788-3.5664-1.5055c-1.1914.7117-2.1606,1.7572-2.7579,3.0201,1.3323,2.0914,3.6661,3.4854,6.3243,3.4854s4.9919-1.394,6.3243-3.4854c-.5973-1.2629-1.5665-2.3083-2.7579-3.0201Z'/%3E%3Cpath class='c' d='M23.0605,20.9395l-4.163-4.163c1.3138-1.7533,2.1024-3.9218,2.1024-6.2765C21,4.71,16.2896,0,10.5,0S0,4.71,0,10.5s4.7104,10.5,10.5,10.5c2.3546,0,4.5232-.7885,6.2766-2.1024l4.1629,4.1629c.293.293.6768.4395,1.0605.4395s.7676-.1465,1.0605-.4395c.5859-.5859.5859-1.5352,0-2.1211ZM10.5,19c-4.687,0-8.5-3.8135-8.5-8.5S5.813,2,10.5,2s8.5,3.8135,8.5,8.5-3.813,8.5-8.5,8.5Z'/%3E%3C/svg%3E");
}
.sidebar-nav ul li.has-child.selected.is--open > a {
  border-bottom: 0;
}
.sidebar-nav ul li.has-child.selected.is--open .nav__sub {
  background: rgba(0, 0, 0, 0.15);
}
.sidebar-nav ul li span[class*="icon"] {
  position: absolute;
  top: 0%;
  left: 0;
  width: 55px;
  height: 100%;
}
.sidebar-nav ul li span[class*="icon"]:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 21px;
}
.sidebar-nav ul li span[class*="icon"].icon:before {
  content: '#';
}
.sidebar-nav ul li span.icon-personal-training:before,
.sidebar-nav ul li span.icon-webinar-library:before,
.sidebar-nav ul li span.icon-publish-job-ad:before {
  content: '';
  width: 24px;
  height: 24px;
}
.sidebar-nav ul li span.icon-personal-training:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Motive' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .c %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='c' cx='7.25' cy='2.25' r='2.25'/%3E%3Cpath class='c' d='M10,13h1v2c0,.5527.4478,1,1,1s1-.4473,1-1v-3c0-.5527-.4478-1-1-1h-2v-3.2446l3.4087-1.7398c.4917-.251.687-.8535.436-1.3457-.251-.4912-.8525-.6865-1.3452-.4355l-3.4592,1.7656h-4.0403c-.2559,0-.5117.0977-.707.293l-3,3c-.3906.3906-.3906,1.0234,0,1.4141.1953.1953.4512.293.707.293s.5117-.0977.707-.293l2.293-2.293v6.3496l-1.3945,2.7891c-.2471.4941-.0469,1.0947.4473,1.3418.1436.0713.2964.1055.4463.1055.3672,0,.7202-.2021.8955-.5527l1.5-3c.0693-.1387.1055-.292.1055-.4473v-2h3Z'/%3E%3Crect class='c' x='2' y='21' width='5' height='3'/%3E%3Crect class='c' x='9' y='18' width='5' height='6'/%3E%3Cpath class='c' d='M24,5l-2-2,2-2h-5v-.5c0-.2764-.2236-.5-.5-.5s-.5.2236-.5.5v14.5h-2v9h5v-9h-2V5h5Z'/%3E%3C/svg%3E");
}
.sidebar-nav ul li span.icon-webinar-library:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Motive' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .c %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='c' points='24 17.8171 15 15.0134 17.8171 24 20.1978 21.6193 22.2944 23.708 23.7061 22.292 21.6116 20.2055 24 17.8171'/%3E%3Cpath class='c' d='M24,16.246V2.5c0-.2764-.2236-.5-.5-.5s-.5.2236-.5.5v13.4345l1,.3115Z'/%3E%3Cpath class='c' d='M14.0508,17H1.5c-.2759,0-.5-.2246-.5-.5V2.5c0-.2764-.2236-.5-.5-.5s-.5.2236-.5.5v14c0,.8271.6729,1.5,1.5,1.5h12.8643l-.3135-1Z'/%3E%3Cpath class='c' d='M13.8627,14.2189c.3005-.4091.7825-.6533,1.2893-.6533l.2585.0047.2179.0679,4.3718,1.3619h.9998V0h-5.7273c-1.8074,0-3.2727,1.7909-3.2727,4,0-2.2092-1.4653-4-3.2727-4H3v15h10.5701c.0293-.279.123-.5502.2926-.7811ZM14.5,4h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5ZM14.5,7h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5ZM14.5,10h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5ZM9.5,11h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5ZM9.5,8h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5ZM9.5,5h-4c-.2764,0-.5-.2236-.5-.5s.2236-.5.5-.5h4c.2764,0,.5.2236.5.5s-.2236.5-.5.5Z'/%3E%3C/svg%3E");
}
.sidebar-nav ul li span.icon-publish-job-ad:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='Motive' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .c %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='c' d='M7.9009,11.0177h0s.0002.0002.0003.0002c.1735.1495.3566.2847.5541.403.0106.0065.0222.0115.0329.0179.1849.1085.3749.2068.5772.2849.068.0269.1409.0422.2107.0654.1547.05.3071.1038.4694.1348.2441.0483.4955.076.7545.076s.5104-.0278.7545-.076c.1622-.0311.3147-.0848.4694-.1348.0698-.0232.1427-.0385.2107-.0654.2023-.0781.3923-.1764.5772-.2849.0107-.0064.0223-.0114.0329-.0179.1975-.1183.3807-.2535.5541-.403.0001,0,.0002-.0002.0003-.0002h0c.8509-.7335,1.4009-1.8062,1.4009-3.0177,0-2.2092-1.7908-4-4-4s-4,1.7908-4,4c0,1.2115.55,2.2842,1.4009,3.0177Z'/%3E%3Cpath class='c' d='M14.0664,11.4945c-.9081.9267-2.1696,1.5055-3.5664,1.5055s-2.6583-.5788-3.5664-1.5055c-1.1914.7117-2.1606,1.7572-2.7579,3.0201,1.3323,2.0914,3.6661,3.4854,6.3243,3.4854s4.9919-1.394,6.3243-3.4854c-.5973-1.2629-1.5665-2.3083-2.7579-3.0201Z'/%3E%3Cpath class='c' d='M23.0605,20.9395l-4.163-4.163c1.3138-1.7533,2.1024-3.9218,2.1024-6.2765C21,4.71,16.2896,0,10.5,0S0,4.71,0,10.5s4.7104,10.5,10.5,10.5c2.3546,0,4.5232-.7885,6.2766-2.1024l4.1629,4.1629c.293.293.6768.4395,1.0605.4395s.7676-.1465,1.0605-.4395c.5859-.5859.5859-1.5352,0-2.1211ZM10.5,19c-4.687,0-8.5-3.8135-8.5-8.5S5.813,2,10.5,2s8.5,3.8135,8.5,8.5-3.813,8.5-8.5,8.5Z'/%3E%3C/svg%3E");
}
.sidebar-nav ul li.has-child {
  position: relative;
}
.sidebar-nav ul li.has-child > a:after {
  content: '\f107';
  font-family: "fontello";
  position: absolute;
  right: 10px;
  top: 0;
  width: 15px;
  height: 15px;
}
.sidebar-nav ul li.has-child .nav__sub {
  height: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
}
.sidebar-nav ul li.has-child .nav__sub > li > a {
  border: none;
}
.sidebar-nav ul li.has-child .nav__sub > li > a span[class*="icon"] {
  display: none;
}
.sidebar-nav ul li.has-child.is--open {
  background: rgba(0, 0, 0, 0.15);
}
.sidebar-nav ul li.has-child.is--open > a {
  border: none;
}
.sidebar-nav ul li.has-child.is--open > a:after {
  content: '\f106';
}
.sidebar-nav ul li.has-child.is--open .nav__sub {
  transform: scaleY(1);
  opacity: 1;
  height: auto;
  visibility: visible;
}
.sidebar-content {
  padding: 25px;
  text-align: center;
}
.sidebar-content h2 {
  font-size: 20px;
  margin: 10px 0;
  color: #fff;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  letter-spacing: -0.003em;
}
.sidebar-content h2 span {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  white-space: normal;
  margin: 3px  0 0 0;
}
.sidebar-content h2 + img {
  max-width: 140px;
}
.sidebar-content .btn {
  display: block;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.sidebar-content .btn.act,
.sidebar-content .btn:hover {
  background: #fff;
  color: #00a566;
}
.sidebar-content .sidebar-profile {
  margin-bottom: 30px;
}
.sidebar-content .profil-progress-wr {
  display: block;
  background: rgba(0, 0, 0, 0.35);
  position: relative;
  height: 26px;
  margin: 0 0 15px;
  display: none;
}
.sidebar-content .profil-progress-wr .profil-progress {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  line-height: 26px;
}
.sidebar-content .profil-progress-wr .profil-progress-value {
  position: absolute;
  left: calc(100% + 10px);
  font-size: 14px;
}
.sidebar-content img {
  display: inline-block;
}
.sidebar-content .userimg img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}
.sidebar-content img[src=""] {
  display: none;
}
@media (max-width: 1024px) {
  .open .sidebar-nav ul li a span:not([class*="icon"]) {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 50px;
    overflow: hidden;
  }
  .open .sidebar-content {
    padding: 0 10px;
    margin: 10px 0 0 0;
  }
  .open .sidebar-content article.sidebar-profile img:first-child,
  .open .sidebar-content article.sidebar-profile .userimg {
    display: block;
  }
  .open .sidebar-content > *:not(article),
  .open .sidebar-content article.sidebar-profile * {
    display: none;
  }
}
.btn--input {
  border: none;
  box-shadow: none;
  min-width: 150px;
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
}
.btn {
  display: inline-block;
  background: #fff;
  color: #00a566;
  line-height: 50px;
  text-align: center;
  transition: 0.5s ease;
  padding: 0 10px;
  border-radius: 6px;
  position: relative;
  min-height: 50px;
}
.btn:hover {
  opacity: 0.8;
}
.btn.block {
  display: block;
}
.btn.light-gray {
  color: #2E2E2E;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
}
.btn.right {
  float: right;
}
.btn span {
  display: inline-block;
  line-height: 1.2em;
  color: #fff;
  position: relative;
}
.btn.icon-right {
  padding: 0 30px;
}
.btn.icon-right span:not(.btn-text) {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.right {
  float: none;
  display: block;
  text-align: right;
}
*:not(input) + .btn {
  margin-top: 15px;
}
/* ########## MODULES ######### */
.content {
  min-height: calc(100vh - 180px);
}
.fancybox-content .content {
  min-height: 0;
}
.tooltip {
  position: relative;
}
.tooltip .text {
  display: inline-block;
  font-size: 15px;
  color: #999;
  margin-left: 20px;
}
.tooltip .icon-info-circled {
  display: inline-block;
  font-size: 15px;
  color: #999;
  cursor: pointer;
}
.hidden-tooltip {
  display: none;
  position: absolute;
  left: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #999;
  font-size: 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 15px 40px 15px 15px;
  width: 450px;
  z-index: 1;
  white-space: normal;
  font-size: 16px;
  line-height: 22px;
  float: none;
  /*text-align: center;*/
  text-align: left;
  font-family: 'Gilroy-Regular', sans-serif;
}
@media (max-width: 1024px) {
  .hidden-tooltip {
    width: 300px;
  }
}
.hidden-tooltip:before {
  content: '';
  position: absolute;
  right: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
  -webkit-filter: drop-shadow(-2px 0px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-2px 0px 1px rgba(0, 0, 0, 0.2));
}
.hidden-tooltip p {
  margin: 0;
}
.hidden-tooltip .icon-close {
  cursor: pointer;
}
.hidden-tooltip .icon-close:before {
  content: url(/img/system/temp/icon-close.png);
  position: absolute;
  top: 10px;
  right: 10px;
}
.hidden-tooltip a {
  color: #000;
  text-decoration: underline;
}
.top .hidden-tooltip {
  top: auto;
  right: auto;
  left: 50%;
  bottom: calc(100% + 40px);
  transform: translateX(-50%);
}
.top .hidden-tooltip:before {
  border-bottom: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  top: 100%;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.content .btn {
  background: #00a566;
  color: #fff;
  position: relative;
}
.content .btn.gray {
  background: #999999;
  color: #fff;
}
.content .btn.light-gray {
  color: #000;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
}
.content .btn-line .btn + .btn {
  margin-left: 15px;
}
.content img {
  margin: 0 0 15px;
}
.content a:not(.btn):not(.gray-btn) {
  color: inherit;
  text-decoration: underline;
  transition: 0.2s ease;
}
.content a:not(.btn):not(.gray-btn).gray {
  color: #707070;
}
.content a:not(.btn):not(.gray-btn)[href*=".pdf"],
.content a:not(.btn):not(.gray-btn)[href*=".zip"],
.content a:not(.btn):not(.gray-btn)[href*=".xls"],
.content a:not(.btn):not(.gray-btn).dl {
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.content a:not(.btn):not(.gray-btn)[href*=".pdf"]:before,
.content a:not(.btn):not(.gray-btn)[href*=".zip"]:before,
.content a:not(.btn):not(.gray-btn)[href*=".xls"]:before,
.content a:not(.btn):not(.gray-btn).dl:before {
  content: '\e810';
  font-family: "fontello";
  color: #999999;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.content a:not(.btn):not(.gray-btn):hover {
  color: #00a566;
}
.content h1 {
  color: #00a566;
  margin: 10px 0 20px;
  font-size: 36px;
  display: inline-block;
  padding: 0 0 0 35px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  word-break: break-word;
}
@media (max-width: 1199px) {
  .content h1 {
    padding: 0;
    font-size: 32px;
  }
}
.content h1 + img {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 0 0 10px;
}
.content .main-headline p {
  padding: 0 0 0 35px;
}
@media (max-width: 1199px) {
  .content .main-headline p {
    padding: 0;
  }
}
.content .hl-wr:after {
  content: '';
  display: table;
  clear: both;
}
.content .hl-wr h1 {
  float: left;
}
.content .hl-wr .fl-right {
  float: right;
  margin: 0 0 10px;
}
.content .hl-wr .fl-right .italic {
  margin: 10px 0;
  display: inline-block;
  font-family: 'Gilroy-RegularItalic', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content .hl-wr .fl-right .btn {
  margin: 0 0 0 10px;
}
.content h2 {
  color: #00a566;
  margin: 10px 0 20px;
  font-size: 36px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 1199px) {
  .content h2 {
    font-size: 32px;
  }
}
.content h2.small {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px;
  font-weight: normal;
}
.content h2.small.gray {
  color: #707070;
}
.content h2.small + .white-box {
  margin-top: 0;
}
.content h2.ciHeadline {
  color: #00a566;
  margin: 25px 0 15px;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content h2.ciHeadline.bigger {
  font-size: 30px;
  line-height: 39px;
  font-family: 'Gilroy-Regular', sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 1024px) {
  .content h2.ciHeadline.bigger {
    font-size: 26px;
  }
}
.content h2.ciHeadline.gray {
  color: #999999;
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content h3 {
  font-size: 24px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content h3:first-child {
  margin-top: 0;
}
.content h3 .subhead {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
.content h3.ciHeadline {
  color: #000;
  margin: 25px 0 15px;
  font-size: 18px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content h3.with-img {
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  margin: 30px 0 20px;
  position: relative;
}
.content h3.with-img.with-img2 {
  border-bottom: 0;
  margin: 25px 0 15px !important;
}
.content h3.with-img.with-img2 .text {
  line-height: 1.1em;
  position: static;
  transform: translateY(0);
  max-width: 600px;
}
@media (max-width: 1350px) {
  .content h3.with-img.with-img2 .text {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .content h3.with-img.with-img2 .text {
    display: block;
    max-width: 100%;
  }
}
.content h3.with-img.with-img2 .img-wr {
  position: absolute;
  right: 0;
  top: 0;
  float: none;
}
@media (max-width: 1280px) {
  .content h3.with-img.with-img2 .img-wr {
    float: right;
    position: static;
  }
}
@media (max-width: 768px) {
  .content h3.with-img.with-img2 .img-wr {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .content h3.with-img.with-img-on-text .text {
    display: inline;
  }
}
.content h3.with-img.with-img-on-text .img-wr {
  position: static;
  display: inline-block;
  float: none;
}
.content h3.with-img:first-child {
  margin-top: 0;
}
.content h3.with-img:after {
  content: '';
  display: table;
  clear: both;
}
.content h3.with-img .text {
  display: inline-block;
  line-height: 45px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .content h3.with-img .text {
    position: static;
    transform: none;
    line-height: 1.2em;
  }
}
.content h3.with-img .img-wr {
  float: right;
}
.content h3.with-img img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.content h3.list-headline {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 0 0 20px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content ul.on-list,
.content ul.on-list-dots {
  margin: 0 0 30px!important;
}
.content ul.on-list li,
.content ul.on-list-dots li {
  margin: 0 0 15px;
  padding-left: 34px;
  position: relative;
}
.content ul.on-list li:before,
.content ul.on-list-dots li:before {
  content: '\e801';
  font-family: "fontello";
  font-size: 24px;
  color: #00a566;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.content ul.on-list li ul,
.content ul.on-list-dots li ul {
  margin: 15px 0 0 0!important;
}
.content ul.on-list li ul li,
.content ul.on-list-dots li ul li {
  padding-left: 28px;
}
.content ul.on-list li ul li:before,
.content ul.on-list-dots li ul li:before {
  font-size: 18px;
}
.content ul.on-list.on-list-dots li,
.content ul.on-list-dots.on-list-dots li {
  padding-left: 15px;
  margin: 0 0 5px;
}
.content ul.on-list.on-list-dots li:before,
.content ul.on-list-dots.on-list-dots li:before {
  content: '';
  background: #999;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.content ol.on-list {
  margin: 0 0 30px 15px!important;
  list-style: decimal;
}
.content ol.on-list li {
  list-style: decimal;
}
.content .divider-line {
  height: 1px;
  background: #D9D9D9;
  margin: 20px 0;
}
.content .bg-gray {
  background: #F8F8F8;
  border: 1px solid #E5E5E5;
  padding: 20px;
  color: #000;
  margin: 0 0 30px;
  max-width: 1000px;
}
.content .bg-gray .bg-gray-inner > *:last-child {
  margin-bottom: 0!important;
}
.content .bg-gray .bg-gray-inner ul li:last-child {
  margin-bottom: 0;
}
.content div[class*="col-"] > h2:not(.small),
.content aside > h2:not(.small),
.content aside > div[class*="seo-"] > h2,
.content aside > div[class*="locallisting"] > h2,
.content .cHeadline,
.content .tHeadline {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content .content-inner ul {
  margin: 0 0 20px;
}
.content .content-inner ul:not(.content-nav):not(.green-arrows):not(.arrows):not(.ui-tabs-nav):not(.on-list):not(.on-list-dots) li {
  padding-left: 20px;
  position: relative;
  margin: 0 0 5px;
}
.content .content-inner ul:not(.content-nav):not(.green-arrows):not(.arrows):not(.ui-tabs-nav):not(.on-list):not(.on-list-dots) li:before {
  content: '';
  width: 10px;
  height: 2px;
  top: 10px;
  left: 0;
  position: absolute;
  background: #00a566;
}
.tabs h3 {
  margin-top: 20px;
}
.same-height .content-inner {
  height: calc(100% - 30px);
}
.content-inner .cooperation {
  display: inline-block;
  font-size: 16px;
  color: #2E2E2E;
}
.content-inner .cooperation:not(:empty) {
  margin: 0 10px;
}
.content-inner .cooperation + img {
  display: inline-block;
  vertical-align: middle;
}
.content-inner {
  background: #fff;
  padding: 20px 35px 40px;
  border: 1px solid #D9D9D9;
  /*font-size: 20px;*/
  /*line-height: 1.3em;*/
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.47em;
  /*line-height: 22px;*/
}
@media (max-width: 1199px) {
  .content-inner {
    padding: 20px;
  }
}
.content-inner p.big {
  font-size: 20px;
  line-height: 28px;
}
/* Inhaltsseite */
.content-col:not(.start) > *:not(div):not(h3):not(table):not(nav):not(img) {
  max-width: 1000px;
}
.content-col.start > *:not(div):not(h3) {
  max-width: 1000px;
}
.content-col > p:last-child {
  margin: 0;
}
.content-col a:not(.btn):not(.gray-btn):hover {
  text-decoration: underline;
}
/* Startseite Artikel */
.content .art-with-img-btn {
  font-size: 15px;
  color: #000;
  line-height: 1.2em;
  margin: 0 0 40px;
  border: 1px solid #DFDFDF;
  height: calc(100% - 40px);
  padding-bottom: 50px;
  position: relative;
}
.content .art-with-img-btn p {
  font-size: 15px!important;
  line-height: 1.2em!important;
}
.content .art-with-img-btn .btn {
  display: block;
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
  height: 50px;
  padding: 17px 10px;
  line-height: 1em;
}
.content .art-with-img-btn .btn span {
  line-height: 1em;
  display: inline-block;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  word-break: break-word;
}
.content .art-with-img-btn .inner {
  padding: 15px;
  border-top: 0;
}
.content .art-with-img-btn .inner > :last-child {
  margin-bottom: 0!important;
}
.content .art-with-img-btn .inner > :last-child :last-child {
  margin-bottom: 0!important;
}
.content .art-with-img-btn img {
  position: relative;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  max-width: none;
  margin: 0;
}
.content .art-with-img-btn h2 {
  font-size: 24px;
  color: #00a566;
  margin: 0 0 15px;
  font-weight: normal;
}
.content .art-with-img-btn ul {
  margin: 0!important;
}
.content .art-with-img-btn ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.content .art-with-img-btn ul li:before {
  content: '\e809';
  font-family: "fontello";
  display: inline-block;
  color: #999999;
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}
.content .art-with-img-btn.ww {
  padding-bottom: 0;
}
.content .art-with-img-btn.ww a {
  text-decoration: none;
}
.content .art-with-img-btn.extented .job-infos div {
  margin-bottom: 20px;
}
.content .art-with-img-btn.extented .job-infos span {
  color: #707070;
  display: inline-block;
  vertical-align: middle;
}
.content .art-with-img-btn.extented .job-infos .icon-facebook-official {
  font-size: 24px;
}
.content .art-with-img-btn.extented .job-infos .icon-star {
  color: #FAAA00;
  font-size: 20px;
}
.content .art-with-img-btn.extented .job-infos .icon-star-empty {
  color: #C4C4C4;
  font-size: 20px;
}
.event-item {
  padding: 10px 0;
}
.event-item:after {
  content: '';
  display: table;
  clear: both;
}
.event-item img {
  float: left;
  margin: 0 15px 0 0;
  max-width: 40px;
}
.event-item .text {
  float: left;
  max-width: calc(100% - 55px);
}
.event-item .text time {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.event-item .text p {
  margin: 0;
}
.event-item + .event-item {
  border-top: 1px solid #F0F0F0;
}
.event-item ul br {
  display: block;
  content: ' ';
  clear: none;
  margin-bottom: 0em;
}
/* Tabelle */
.tbl {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.tbl .tbl-tr {
  display: table-row;
  width: 100%;
}
.tbl .tbl-tr > div {
  display: table-cell;
  padding: 10px 0;
}
.tbl .tbl-tr:first-child {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.tbl .tbl-tr + .tbl-tr + .tbl-tr {
  border-top: 1px solid #C4C4C4;
}
.tbl .tbl-tr .vmiddle {
  vertical-align: middle;
}
.tbl img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.tbl .icon-ok {
  font-size: 24px;
  display: inline-block;
  color: #00a566;
}
.tbl .icon-cancel {
  font-size: 24px;
  display: inline-block;
  color: #FAAA00;
}
/* Seo-Pakete */
.seo-paket,
.tbl-like {
  display: table;
  border-collapse: collapse;
  width: 100%;
  color: #000;
  max-width: 100%;
}
.seo-paket.seo-paket:not(.locallisting),
.tbl-like.seo-paket:not(.locallisting) {
  min-width: 670px;
}
.seo-paket.four .tbl-row .tbl-col,
.tbl-like.four .tbl-row .tbl-col {
  width: 25%;
}
.seo-paket .tbl-row,
.tbl-like .tbl-row {
  display: table-row;
  background: #F8F8F8;
}
.seo-paket .tbl-row:last-child,
.tbl-like .tbl-row:last-child {
  border-bottom: 1px solid #F0F0F0;
}
.seo-paket .tbl-row:first-child .tbl-col,
.tbl-like .tbl-row:first-child .tbl-col {
  vertical-align: top;
}
.seo-paket .tbl-row .tbl-col,
.tbl-like .tbl-row .tbl-col {
  display: table-cell;
  text-align: center;
  height: 60px;
  vertical-align: middle;
  width: 50%;
  padding: 0 10px;
}
.seo-paket .tbl-row .tbl-col:first-child,
.tbl-like .tbl-row .tbl-col:first-child {
  text-align: left;
}
.seo-paket .tbl-row .tbl-col + .tbl-col,
.tbl-like .tbl-row .tbl-col + .tbl-col {
  border-left: 1px solid #F0F0F0;
}
.seo-paket .tbl-row:first-child,
.tbl-like .tbl-row:first-child {
  background: #fff;
}
.seo-paket .tbl-row:first-child .tbl-col,
.tbl-like .tbl-row:first-child .tbl-col {
  height: auto;
  padding: 0;
}
.seo-paket .tbl-row:nth-child(2n),
.tbl-like .tbl-row:nth-child(2n) {
  background: #fff;
}
.seo-paket .icon-ok,
.tbl-like .icon-ok {
  color: #00a566;
  font-size: 24px;
}
.seo-paket .icon-ok + span,
.tbl-like .icon-ok + span {
  display: block;
}
.seo-paket article,
.tbl-like article {
  padding: 10px 0;
}
.seo-paket article img,
.tbl-like article img {
  display: block;
  width: 100%;
  max-width: calc(100% - 12px);
  margin: 0 auto 20px;
}
.seo-paket article h2,
.tbl-like article h2 {
  font-size: 24px;
}
.seo-paket article span,
.tbl-like article span {
  display: block;
  line-height: 1em;
}
.seo-paket article .subtext,
.tbl-like article .subtext {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 5px 0 0 0;
}
.seo-paket article .price,
.tbl-like article .price {
  font-size: 36px;
  font-weight: 300;
  color: #666;
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.seo-paket article .mwst,
.tbl-like article .mwst {
  font-size: 13px;
  margin-top: 10px;
}
.seo-paket article .price-before,
.tbl-like article .price-before {
  font-size: 13px;
  margin-top: 5px;
}
.seo-paket.locallisting .tbl-row,
.tbl-like.locallisting .tbl-row {
  border-bottom: 0;
}
.seo-paket.locallisting article,
.tbl-like.locallisting article {
  border: 1px solid #E5E5E5;
  text-align: center;
  border-radius: 5px;
  padding: 0 0 20px;
}
.seo-paket.locallisting article img,
.tbl-like.locallisting article img {
  max-width: none;
  position: relative;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  border-radius: 5px 5px 0 0;
}
.seo-paket.locallisting article > div,
.tbl-like.locallisting article > div {
  padding: 0 20px;
}
.seo-paket.locallisting article ul,
.tbl-like.locallisting article ul {
  text-align: left;
  margin: 30px 0 20px!important;
}
.seo-paket.locallisting article .btn span,
.tbl-like.locallisting article .btn span {
  display: inline-block;
}
.seo-paket.locallisting article .sub-article,
.tbl-like.locallisting article .sub-article {
  margin: 20px -20px 20px;
  background: #F3F3F3;
  padding: 15px 20px;
}
.seo-paket.locallisting article .sub-article .price,
.tbl-like.locallisting article .sub-article .price {
  color: #000;
  font-size: 15px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.seo-paket.locallisting article .sub-article .subtext,
.tbl-like.locallisting article .sub-article .subtext {
  font-size: 15px;
}
.seo-paket.locallisting article .sub-article + ul,
.tbl-like.locallisting article .sub-article + ul {
  margin-top: 20px!important;
}
.seo-paket .sub-notice,
.tbl-like .sub-notice {
  margin: 20px 0;
}
.seo-paket .sub-notice span,
.tbl-like .sub-notice span {
  display: inline-block;
  vertical-align: top;
}
.seo-paket .sub-notice span + span,
.tbl-like .sub-notice span + span {
  width: calc(100% - 20px);
  margin: 0 0 0 5px;
}
.seo-paket .seo-paket-btn-wr,
.tbl-like .seo-paket-btn-wr {
  padding: 20px 0;
}
.seo-paket .seo-paket-btn-wr .btn-line,
.tbl-like .seo-paket-btn-wr .btn-line {
  margin: 0;
}
.seo-paket .seo-paket-btn-wr .btn-line .btn,
.tbl-like .seo-paket-btn-wr .btn-line .btn {
  display: block;
  height: 50px;
}
.seo-paket .seo-paket-btn-wr .btn-line .btn span,
.tbl-like .seo-paket-btn-wr .btn-line .btn span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 10px;
}
.sub-notice {
  font-size: 13px;
  line-height: 18px;
}
/* Berufe Tabelle */
.berufe {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.berufe .tbl-row {
  display: table-row;
  border-top: 1px solid #E5E5E5;
}
.berufe .tbl-row:first-child {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.berufe .tbl-row:nth-child(2) {
  border-top: 0;
}
.berufe .tbl-row .tbl-col {
  display: table-cell;
  text-align: center;
  min-height: 60px;
  vertical-align: middle;
  padding: 10px;
}
.berufe .tbl-row .tbl-col:first-child {
  text-align: left;
  padding-left: 0;
}
.berufe .tbl-row .tbl-col:nth-child(2n) {
  background: #F8F8F8;
}
.berufe .tbl-row:last-child {
  border-bottom: 1px solid #E5E5E5;
}
/* Img-Left */
.img-left img {
  float: left;
  margin: 0 20px 20px 0;
}
/* Slider */
.row.article-slider.slick-slider {
  flex: none;
  display: block;
}
.row.article-slider.slick-slider div[class*="col-"] {
  width: 100%;
}
.row.article-slider.slick-slider i.prev,
.row.article-slider.slick-slider i.next {
  position: absolute;
  line-height: 0;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 30px;
  cursor: pointer;
}
.row.article-slider.slick-slider i.prev {
  left: -20px;
}
.row.article-slider.slick-slider i.next {
  right: -20px;
}
/* List */
ul.arrows li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
ul.arrows li:before {
  content: '\e809';
  font-family: "fontello";
  display: inline-block;
  color: #999999;
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: 0;
}
ul.gap-arrows li {
  margin: 0 0 25px;
}
ul.gap-arrows li:before {
  content: '\f105';
  font-family: "fontello";
  display: inline-block;
  margin: 0 5px 0 0;
}
ul.green-arrows li {
  margin-bottom: 15px;
}
ul.green-arrows li span {
  display: none;
}
ul.green-arrows li:before {
  content: '\e801';
  font-family: "fontello";
  font-size: 24px;
  color: #00a566;
  display: inline-block;
  margin: 0 10px 0 0 ;
  vertical-align: middle;
}
ul.green-arrows li ul {
  margin: 15px  0 0 30px!important;
}
ul.green-arrows li ul li:before {
  font-size: 18px;
}
/* Content-Nav */
.content .content-nav {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 20px;
}
.content .content-nav:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -30px;
  height: 1px;
  background: #C4C4C4;
  width: calc(100% + 60px);
}
.content .content-nav li {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
}
.content .content-nav li a {
  display: block;
  color: #999999;
  text-decoration: none!important;
}
.content .content-nav li.cur a {
  color: #00a566;
  text-decoration: none;
}
hr {
  height: 1px;
  background: #D9D9D9;
  margin: 20px 0;
}
/* Form-Fields */
.form-fields {
  color: #000000;
  font-size: 15px;
}
.form-fields + .form-fields,
.form-fields ~ .clear + .form-fields {
  margin-top: 10px;
}
.form-fields .white-box > div {
  margin: 0 0 10px;
}
.form-fields .white-box > div.hidden {
  margin: 0;
}
.form-fields fieldset {
  padding: 0;
  border: 0;
}
.form-fields fieldset legend {
  display: none;
}
.form-fields.full input:not([type="radio"]):not([type="checkbox"]),
.form-fields.full textarea:not([type="radio"]):not([type="checkbox"]),
.form-fields.full select:not([type="radio"]):not([type="checkbox"]) {
  width: 100%;
  border-radius: 6px;
}
.form-fields.full .row-upload label {
  max-width: none;
}
.form-fields.full textarea {
  width: 100%;
}
.form-fields + hr {
  /*	padding-bottom: 20px;*/
  /*	border-bottom: 1px solid #C4C4C4;*/
  margin: 20px 0 40px;
  height: 1px;
  background: #C4C4C4;
}
.form-fields > div,
.form-fields div[class*="col-"] > div {
  margin-bottom: 10px;
}
.form-fields label:not(.radioLabel) {
  display: block;
  margin: 0;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.form-fields label:not(.radioLabel) .colored {
  display: inline-block;
  margin-bottom: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: -moz-linear-gradient(150deg, #e31265 0%, #00a884 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e31265), color-stop(100%, #eb5539));
  background: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%, #e31265), color-stop(100%, #eb5539));
  background: -o-linear-gradient(150deg, #e31265 0%, #eb5539 100%);
  background: -ms-linear-gradient(150deg, #e31265 0%, #eb5539 100%);
  background: linear-gradient(150deg, #e31265 0%, #eb5539 100%);
  position: relative;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
}
.form-fields label:not(.radioLabel) .notice {
  font-weight: normal;
}
.form-fields label:not(.radioLabel) .notice.break {
  display: block;
  margin-bottom: 3px;
}
.form-fields label.normal {
  font-weight: normal;
}
.form-fields .radioButtonListWrapper {
  margin-bottom: 0!important;
}
.form-fields .radioButtonListWrapper .radioButtonWrapper {
  display: inline-block;
  white-space: nowrap;
  margin: 0 20px 0 0;
}
.form-fields .radioButtonListWrapper .radioButtonWrapper label {
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
}
.form-fields .checkbox-wr,
.form-fields .radio-wr {
  display: inline-block;
  white-space: nowrap;
  margin: 0 0 5px;
}
.form-fields .checkbox-wr.with-sub,
.form-fields .radio-wr.with-sub {
  display: block;
}
.form-fields .checkbox-wr.with-sub + .checkbox-wr.with-sub,
.form-fields .radio-wr.with-sub + .checkbox-wr.with-sub {
  margin-top: 30px;
}
.form-fields .checkbox-wr.with-sub > input[type="checkbox"] ~ label,
.form-fields .radio-wr.with-sub > input[type="checkbox"] ~ label {
  font-size: 20px;
  margin-bottom: 15px;
}
.form-fields .checkbox-wr.with-sub .icon-plus,
.form-fields .radio-wr.with-sub .icon-plus,
.form-fields .checkbox-wr.with-sub .icon-minus,
.form-fields .radio-wr.with-sub .icon-minus {
  color: #999999;
  font-size: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.form-fields .checkbox-wr.with-sub .checkbox-double,
.form-fields .radio-wr.with-sub .checkbox-double {
  border-bottom: 1px solid #E5E5E5;
  margin-left: 40px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  max-width: 700px;
}
.form-fields .checkbox-wr.with-sub .checkbox-double .checkbox-wr,
.form-fields .radio-wr.with-sub .checkbox-double .checkbox-wr {
  margin: 0;
}
.form-fields .checkbox-wr.with-sub .checkbox-double .checkbox-wr input[type="checkbox"] ~ label,
.form-fields .radio-wr.with-sub .checkbox-double .checkbox-wr input[type="checkbox"] ~ label {
  margin: 0;
}
.form-fields .checkbox-wr.with-sub .checkbox-double .checkbox-wr + .checkbox-wr,
.form-fields .radio-wr.with-sub .checkbox-double .checkbox-wr + .checkbox-wr {
  float: right;
}
.form-fields .checkbox-wr.with-sub > div,
.form-fields .radio-wr.with-sub > div,
.form-fields .checkbox-wr .radio-wr-hide,
.form-fields .radio-wr .radio-wr-hide {
  padding-left: 30px;
}
.form-fields .datenschutz {
  width: 500px;
  max-width: 100%;
}
.form-fields .captcha {
  width: 500px;
  max-width: 100%;
}
.form-fields .captcha:after {
  content: '';
  display: table;
  clear: both;
}
.form-fields .captcha > div {
  float: left;
  width: calc(100% - 150px);
}
.form-fields .captcha > div:first-child {
  float: right;
  width: 140px;
  margin-top: 20px;
}
.form-fields .captcha > div:first-child img {
  margin: 0;
}
.form-fields input[type="checkbox"],
.form-fields input[type="radio"] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.form-fields input[type="checkbox"] + span,
.form-fields input[type="radio"] + span {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #000;
  border: 1px solid #999999;
  background: #fff;
  border-radius: 3px;
  position: relative;
  margin: 0 5px 0 0;
  vertical-align: top;
  cursor: pointer;
}
.form-fields input[type="checkbox"] + span:before,
.form-fields input[type="radio"] + span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  display: none;
}
.form-fields input[type="checkbox"] + span + span,
.form-fields input[type="radio"] + span + span {
  display: none;
}
.form-fields input[type="radio"] + span {
  border-radius: 50%;
}
.form-fields input[type="radio"]:checked + span:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00a566;
  display: inline-block;
}
.form-fields input[type="radio"][disabled] ~ label {
  color: #AAAAAA;
}
.form-fields input[type="checkbox"]:checked + span:before {
  content: '\e801';
  font-family: "fontello";
  color: #00a566;
  display: block;
}
.form-fields input[type="checkbox"] ~ label {
  cursor: pointer;
  display: inline-block;
  font-family: 'Gilroy-Regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  width: calc(100% - 40px);
}
.form-fields select {
  width: 500px;
  max-width: 100%;
  height: 40px;
  padding: 0 10px;
  border-color: #D9D9D9;
}
.form-fields input[type="text"],
.form-fields input[type="email"],
.form-fields input[type="password"] {
  border: 1px solid #D9D9D9;
  outline: none;
  height: 44px;
  padding: 0 10px;
  width: 500px;
  max-width: 100%;
}
.form-fields textarea {
  border: 1px solid #D9D9D9;
  height: 100px;
  width: 500px;
  max-width: 100%;
  padding: 10px;
}
.form-fields .row {
  margin-bottom: 15px;
}
.form-fields .ui-slider {
  width: calc(100% - 120px);
  display: inline-block;
  height: 2px;
  background: #E5E5E5;
  vertical-align: middle;
  margin: 0 10px;
}
.form-fields .ui-slider-handle {
  width: 20px;
  height: 20px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: #00a566;
  outline: none;
  top: -9px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.form-fields .input-with-icon {
  position: relative;
}
.form-fields .input-with-icon a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  outline: none;
  text-align: center;
}
.form-fields .input-with-icon a:before {
  content: url(/img/system/icon-search.png);
  display: inline-block;
  position: relative;
  top: 12px;
}
.form-fields .inline {
  display: inline-block;
  margin: 0 20px 0 0;
}
.form-fields .inlineX {
  margin: 0 0 5px;
}
.form-fields .double input {
  width: calc(50% - 10px) !important;
  float: left;
}
.form-fields .double input ~ input {
  float: right;
}
.form-fields .double:after {
  content: '';
  display: table;
  clear: both;
}
.form-fields .tripple {
  margin: 0 -10px;
}
.form-fields .tripple > div {
  width: calc(33.33% - 20px) !important;
  float: left;
  margin: 0 10px;
}
.form-fields .tripple:after {
  content: '';
  display: table;
  clear: both;
}
.form-fields .row-upload ~ .radioButtonListWrapper .radioButtonWrapper,
.form-fields .row-upload ~ .js-fancy-img .radioButtonWrapper {
  float: left;
  width: 33.33%;
  margin: 0;
  white-space: normal;
}
.form-fields .row-upload ~ .radioButtonListWrapper .radioButtonWrapper label,
.form-fields .row-upload ~ .js-fancy-img .radioButtonWrapper label {
  max-width: calc(100% - 40px);
}
.form-fields .row-upload ~ .radioButtonListWrapper .radioButtonWrapper:first-child,
.form-fields .row-upload ~ .js-fancy-img .radioButtonWrapper:first-child {
  width: 100%;
  float: none;
  margin: 0 0 10px;
}
.form-fields .row-upload .input_file + br + label:not([for*="_"]) {
  display: none!important;
}
.del-row {
  margin: 10px 0;
}
.del-row input[type="checkbox"] + span {
  margin-top: 10px;
}
.del-row input[type="checkbox"] ~ div,
.del-row input[type="checkbox"] ~ select[name*="benutzerDesUnternehmens"] {
  width: calc(100% - 45px);
  float: right;
}
.del-row input[type="checkbox"] ~ div.file label,
.del-row input[type="checkbox"] ~ select[name*="benutzerDesUnternehmens"].file label {
  max-width: none;
}
.del-row:after {
  content: '';
  display: table;
  clear: both;
}
.del-row a.gray-btn {
  padding: 0;
  background: none;
  border: 0;
  color: #999;
  font-size: 20px;
}
.image-box-gray {
  display: block;
  background: #F0F0F0;
  min-height: 100px;
  padding: 20px;
  text-align: center;
  margin: 0 0 20px;
}
.image-box-gray img {
  margin: 0;
  display: inline-block;
}
.feedback {
  display: block;
  margin: 20px 0;
}
.feedback.green {
  color: green;
}
.feedback.red {
  color: red;
}
.row-upload {
  min-height: 40px;
}
.row-upload img {
  max-width: 180px;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
}
.row-upload label {
  padding: 0;
  border-radius: 3px 0 0 3px;
  height: 41px;
  border: 1px solid #D9D9D9;
  outline: none;
  background: #fff;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 200px);
  width: 100%;
  display: inline-block !important;
}
.row-upload label span {
  width: calc(100% - 140px);
  float: left;
  border-radius: 3px 0 0 3px;
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: normal;
}
.row-upload .choose {
  display: inline-block;
  width: 140px;
  color: #000;
  line-height: 40px;
  background: #F3F3F3;
  border-radius: 0 3px 3px 0;
  font-size: 16px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  border-left: 1px solid #D9D9D9;
  vertical-align: top;
}
.input_file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-entry {
  display: table;
  width: 100%;
  padding: 20px 0;
}
.file-entry + .file-entry {
  border-top: 1px solid #E5E5E5;
}
.file-entry span {
  display: table-cell;
  vertical-align: middle;
}
.file-entry span + span {
  padding-left: 10px;
}
.file-entry span.del {
  text-align: right;
  font-size: 20px;
  color: #999;
}
.file-entry img {
  display: inline-block;
  margin: 0;
}
/* Aside */
aside {
  font-size: 15px;
  line-height: 22px;
}
.white-box {
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 20px;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 20px;
  border-radius: 10px;
}
.white-box:after {
  content: '';
  display: table;
  clear: both;
}
.white-box.gray {
  background: #F3F3F3;
}
.white-box > p:last-child {
  margin-bottom: 0;
}
.white-box p:empty {
  display: none;
}
.white-box ~ .white-box {
  margin-top: 20px;
}
.white-box h2 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 20px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.white-box .form-fields {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}
.white-box video {
  margin: 0;
}
form[action*="suchmaschinenmarketing"] .main-wrapper {
  overflow: unset;
  max-width: calc(100% - 15px);
}
@media (min-width: 1200px) {
  form[action*="suchmaschinenmarketing"] .content aside {
    position: sticky;
    top: 10px;
  }
}
/* Stellenanzeige */
.ui-tabs .ui-tabs-nav {
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin-bottom: 10px;
}
.ui-tabs .ui-tabs-nav li {
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0;
}
.ui-tabs .ui-tabs-panel {
  padding: 0;
}
.ui-tabs .ui-tabs-panel .white-box,
.ui-tabs .ui-tabs-panel .captcha,
.ui-tabs .ui-tabs-panel .datenschutz {
  max-width: 1000px;
  width: 100%;
}
aside .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.ui-tabs.alternate .ui-tabs-nav .ui-tabs-anchor {
  border-bottom: 2px solid #D9D9D9;
  color: #999999;
  padding: 0 5px 5px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: none;
}
aside .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
aside .ui-state-active,
aside .ui-widget-content .ui-state-active a,
.ui-tabs.alternate .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs.alternate .ui-state-active,
.ui-tabs.alternate .ui-widget-content .ui-state-active a {
  border-color: #00a566;
  color: #00a566;
}
.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
}
/* Accordion */
html:not(.onp_init) .ui-accordion .ui-accordion-content {
  height: auto!important;
}
html:not(.onp_init) .ui-accordion .ui-accordion-header {
  outline: none;
  font-size: 15px;
  line-height: 50px;
  padding: 0 10px;
  border: 0;
  border: 1px solid #E5E5E5;
  background: #F3F3F3;
  color: #999999;
  border-radius: 6px;
}
html:not(.onp_init) .ui-accordion .ui-accordion-header a {
  text-decoration: none;
  display: inline-block;
  padding-left: 20px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #666;
}
html:not(.onp_init) .ui-accordion .ui-accordion-header a:hover {
  color: #666;
}
html:not(.onp_init) .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 10px;
  margin: 0;
  top: 50%;
  left: auto;
  text-indent: 0;
  overflow: inherit;
  width: auto;
  height: auto;
  font-size: 30px;
  color: #666;
  transform: translateY(-52%);
  transition: 0.5s ease;
  background: none;
}
html:not(.onp_init) .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
  content: '\e809';
  font-family: "fontello";
  font-size: 15px;
  display: inline-block;
  transform: rotate(180deg);
}
html:not(.onp_init) .ui-accordion .ui-accordion-header.ui-state-active {
  border-radius: 6px 6px 0 0;
}
html:not(.onp_init) .ui-accordion .ui-accordion-header.ui-state-active a {
  color: #00a566;
}
html:not(.onp_init) .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
  transform: translateY(-48%) rotate(90deg);
  color: #00a566;
}
html:not(.onp_init) .ui-accordion .ui-accordion-header ~ .ui-accordion-header {
  margin-top: 10px;
}
html:not(.onp_init) .ui-accordion .ui-accordion-content {
  padding: 15px 10px;
  border: none;
  border: 1px solid #E5E5E5;
  border-top: none;
  border-radius: 0 0 6px 6px;
  line-height: 1.4em;
}
html:not(.onp_init) .ui-accordion .ui-accordion-content > :last-child {
  margin-bottom: 0;
}
.gray-box {
  background: #F0F0F0;
  padding: 5px;
  margin: 15px 0;
  font-size: 15px;
  line-height: 22px;
}
.job-infos div {
  margin: 0 0 10px;
}
.two-columned {
  column-count: 2;
  margin: 5px 0 0;
}
.two-columned li {
  white-space: nowrap;
}
.two-columned li span {
  color: #00a566;
}
/* Kennzahlen */
.keyfigures {
  margin: 20px -12px;
  font-size: 0;
  line-height: 0;
}
.keyfigures .item {
  width: calc(50% - 28px);
  margin: 0 12px 25px;
  color: #fff;
  position: relative;
  background: rgba(0, 168, 0, 0.7);
  display: inline-block;
  height: 115px;
  text-align: center;
}
.keyfigures .item > span {
  font-size: 40px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}
.keyfigures .item span span {
  display: block;
  font-size: 16px;
  line-height: 1em;
}
.keyfigures .item img {
  display: inline-block;
  margin-top: 30px;
}
.keyfigures.bigger .item {
  height: 165px;
}
/* Kampagnen */
.kampagnen-boxes .art-with-img-btn {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 20px;
  height: auto;
  padding-bottom: 70px;
  height: calc(100% - 20px);
}
.kampagnen-boxes .num {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
  font-size: 32px;
  color: #fff;
  background: -moz-linear-gradient(150deg, #009da2 0%, #009a4c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009da2), color-stop(100%, #009a4c));
  background: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%, #009da2), color-stop(100%, #009a4c));
  background: -o-linear-gradient(150deg, #009da2 0%, #009a4c 100%);
  background: -ms-linear-gradient(150deg, #009da2 0%, #009a4c 100%);
  background: linear-gradient(150deg, #009da2 0%, #009a4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,157,162,1)', endColorstr='rgba(0,154,76,1)', GradientType=0);
  border-radius: 50%;
  margin: 0 0 20px;
}
.kampagnen-boxes .num span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kampagnen-boxes + * {
  margin-top: 0!important;
}
.kampagnen-boxes2 div[class*='col-'] {
  width: 100%;
  display: flex;
}
.kampagnen-boxes2 .art-with-img-btn {
  height: auto;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.kampagnen-boxes2 .art-with-img-btn .w h2 {
  color: #000;
  margin: 0 0 15px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.kampagnen-boxes2 .art-with-img-btn p:last-child {
  margin-bottom: 0;
}
.kampagnen-boxes2 .box--icon {
  margin: 0 0 20px;
}
.kampagnen-boxes2 .box--icon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  max-width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 12px;
  background: -moz-linear-gradient(150deg, #009da2 0%, #009a4c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009da2), color-stop(100%, #009a4c));
  background: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%, #009da2), color-stop(100%, #009a4c));
  background: -o-linear-gradient(150deg, #009da2 0%, #009a4c 100%);
  background: -ms-linear-gradient(150deg, #009da2 0%, #009a4c 100%);
  background: linear-gradient(150deg, #009da2 0%, #009a4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,157,162,1)', endColorstr='rgba(0,154,76,1)', GradientType=0);
}
/*Vorlagen */
.content .vorlagen-box {
  margin: 0 0 20px;
}
.content .vorlagen-box .img-wr {
  background: #F0F0F0;
  padding: 0 10px;
  text-align: center;
}
.content .vorlagen-box .img-wr img {
  display: inline-block;
  margin: 0;
  max-height: 200px;
}
.content .vorlagen-box .img-wr + .inner {
  border-top: 0;
}
.content .vorlagen-box .inner {
  border: 1px solid #DFDFDF;
  padding: 10px;
}
.content .vorlagen-box .inner *:not(.row):not(.img-with-text-down):last-child {
  margin: 0;
}
.content .vorlagen-box h3 {
  margin: 0 0 20px;
}
.content .vorlagen-box h3:empty {
  display: none;
}
.content .vorlagen-box h3.list-headline {
  margin: 0 0 10px;
}
.content .vorlagen-box .inner-wr h2.ciHeadline:first-of-type {
  margin-top: 0;
}
.content .vorlagen-box .pagediv + .divider-line {
  margin: 10px 0;
}
.img-with-text-down {
  margin: 0 0 15px;
}
.img-with-text-down .img {
  display: inline-block;
  max-width: 200px;
  margin: 0 20px 0 0;
}
.img-with-text-down .img img {
  margin: 0;
}
.img-with-text-down .text {
  display: inline-block;
  vertical-align: bottom;
  max-width: calc(100% - 245px);
  word-break: break-word;
  min-width: 120px;
}
@media (max-width: 600px) {
  .img-with-text-down .text {
    max-width: none;
  }
}
.img-with-text-down .gray-btn {
  text-align: center;
}
.list-headline + .img-with-text-down {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .pagediv .inner-wr {
    height: 100%;
  }
  .pagediv .inner-wr .vorlagen-box {
    height: 100%;
  }
  .pagediv .inner-wr .vorlagen-box .inner {
    height: 100%;
  }
}
.content-col > .pagediv {
  max-width: 1000px;
}
/* Bewerbung */
.application-item img {
  float: left;
  max-width: 80px;
  margin: 0 10px 10px 0;
}
.application-item .sub-part {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
}
.application-item .sub-part:before {
  content: '';
  height: 1px;
  background: #E5E5E5;
  width: 100%;
  left: -20px;
  width: calc(100% + 40px);
  position: absolute;
  top: 0;
}
.application-item .btn {
  font-size: 16px;
  line-height: 34px;
}
.job-num {
  font-size: 14px;
  color: #707070;
  display: block;
}
.job-name {
  color: #00a566;
  font-size: 16px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.btn-line {
  margin: 15px  0 0;
}
.btn-line.right {
  float: none;
  text-align: right;
}
.btn-line .italic {
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: 'Gilroy-RegularItalic', sans-serif;
  font-weight: normal;
  font-style: normal;
}
a.gray-btn {
  display: inline-block;
  color: #000;
  background: #F3F3F3;
  border: 1px solid #E5E5E5;
  font-size: 15px;
  border-radius: 6px;
  padding: 11px 10px;
  line-height: 1.1em;
}
a.gray-btn:hover {
  text-decoration: none;
}
a.gray-btn.white {
  background: #fff;
  margin: 0 15px 10px 0;
}
a.gray-btn.white:last-child {
  margin-right: 0;
}
a.gray-btn .icon-plus {
  color: #00a566;
}
a.gray-btn .icon-trash-empty {
  color: #999;
}
a.gray-btn span[class*="icon"] {
  color: #999999;
  display: inline-block;
  margin: 0 0 0 5px;
}
a.gray-btn.green {
  color: #fff;
  background: #00a566;
}
a.gray-btn.back span[class*="icon"] {
  margin: 0 5px  0 0;
}
a.gray-btn.orange {
  color: #000;
  border-color: #F6D99A;
  background: #FFF8E9;
}
.white-box:not(.gray) .full .gray-btn {
  position: relative;
  left: -20px;
  margin-bottom: -20px;
  width: calc(100% + 40px);
  padding: 0 40px 0;
  line-height: 45px;
}
.gray-btn.download {
  display: block;
  text-align: center;
  margin-top: 20px;
  line-height: 50px;
}
aside .gray-btn.download {
  line-height: inherit;
}
aside .gray-btn.download:hover {
  opacity: 0.8;
}
.gray-btn.download span {
  color: #C4C4C4;
  display: inline-block;
  margin-left: 5px;
}
/* Aktionen */
.action-item h2 {
  display: inline-block;
}
.action-item h2 span {
  display: block;
  color: #000;
  font-size: 15px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.action-item img.full {
  position: relative;
  left: -20px;
  top: -20px;
  width: calc(100% + 40px);
  max-width: none;
}
.action-item img.right {
  float: right;
}
.action-status {
  float: right;
}
.action-status span[class*="icon"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  position: relative;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.action-status span[class*="icon"]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  margin: 0;
  line-height: 0;
}
.action-status .icon-play:before {
  color: #00a566;
}
.action-status .icon-pause:before {
  color: #FAAA00;
}
.action-status .icon-ok:before {
  color: #00a566;
}
/* Bordered Ausgabe / Eingabe */
.bordered span {
  display: block;
  border: 1px solid #D9D9D9;
  line-height: 44px;
  height: 44px;
  padding: 0 10px;
  width: 500px;
  max-width: 100%;
}
/* Ansprechpartner */
.ap {
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}
.ap img {
  float: left;
  margin: 0 20px 0 0;
  max-width: 120px;
}
.ap .name {
  color: #00a566;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .ap--half-width {
    width: 50%;
    float: left;
  }
  .ap--half-width:nth-of-type(2n+1) {
    padding-right: 15px;
  }
  .ap--half-width:nth-of-type(2n) {
    padding-left: 15px;
  }
}
/* Content Tabs */
.content-inner .ui-tabs .ui-tabs-nav {
  font-weight: normal;
}
.content-inner .ui-tabs:not(.alternate) .ui-tabs-nav li {
  margin: 0 3px 0 0;
  width: calc(33.33% - 3px);
  text-align: center;
  font-size: 20px;
}
@media (max-width: 767px) {
  .content-inner .ui-tabs:not(.alternate) .ui-tabs-nav li {
    width: 100%!important;
  }
}
.content-inner .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0 10px;
  line-height: 58px;
}
.content-inner .ui-tabs .ui-tabs.alternate {
  margin-top: 30px;
}
.content-inner .ui-tabs.alternate > .ui-tabs-nav .ui-tabs-anchor {
  float: none;
  display: block;
  line-height: 30px;
  font-weight: normal;
  font-size: 15px;
  text-decoration: none;
}
.content-inner .ui-tabs .ui-tabs-nav li {
  white-space: normal;
}
.content-inner .ui-tabs.two .ui-tabs-nav li {
  width: calc(50% - 3px);
}
.content-inner .ui-tabs.four .ui-tabs-nav li {
  width: calc(25% - 3px);
}
.content-inner .ui-tabs:not(.alternate) > .ui-tabs-nav .ui-tabs-anchor {
  color: #999999;
  border: 1px solid #E5E5E5;
  background: #F3F3F3;
  display: block;
  float: none;
  text-decoration: none;
  position: relative;
  height: 60px;
}
.content-inner .ui-tabs:not(.alternate) > .ui-tabs-nav .ui-tabs-anchor span {
  line-height: 1.1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5px;
  word-break: break-word;
}
.content-inner .ui-tabs:not(.alternate) > .ui-tabs-nav li.ui-tabs-active a,
.content-inner .ui-tabs:not(.alternate) .ui-state-active,
.content-inner .ui-tabs:not(.alternate) .ui-widget-content .ui-state-active a {
  color: #00a566;
  background: #fff;
}
/* User */
.user-gray-box {
  background: #F5F5F5;
  padding: 40px;
  border: 1px solid #D9D9D9;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  color: #333333;
}
.user-gray-box .headline {
  font-size: 20px;
  font-family: 'Gilroy-RegularItalic', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.notice-box {
  padding: 15px 40px 15px 15px;
  background: #FFEFEF;
  border: 1px solid #DCA3A3;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  margin: 20px 0;
}
.notice-box.red {
  color: #CF3333;
  background: #FFEFEF;
  border: 1px solid #DCA3A3;
}
.notice-box.orange {
  color: #CF8D00;
  background: #FFF8E9;
  border: 1px solid #F6D99A;
  padding-left: 70px;
}
.notice-box.orange span {
  font-size: 35px;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #FAAA00;
}
.notice-box.green {
  color: #00a566;
  background: #EFFFEF;
  border: 1px solid #A3DCA3;
}
.notice-box .icon-attention {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #FF3300;
  font-size: 20px;
}
.notice-box .icon-ok {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #00a566;
  font-size: 20px;
}
/* User-Entry */
.user-entry {
  margin: 15px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.user-entry .icon-pencil-squared {
  font-size: 30px;
  color: #999;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.user-entry .name {
  color: #00a566;
}
.user-entry .name a {
  color: #00a566 !important;
  text-decoration: none!important;
}
.ue-left {
  float: left;
  width: 60%;
}
@media (max-width: 768px) {
  .ue-left {
    width: 100%;
    float: none;
  }
}
.ue-right {
  float: right;
  width: 40%;
  text-align: right;
}
@media (max-width: 768px) {
  .ue-right {
    margin-top: 20px;
    width: 100%;
    float: none;
  }
}
.orange {
  color: #FAAA00;
}
.fancybox-close-small:hover {
  color: #555;
}
vdvik-benutzer-liste input {
  margin: 0 5px 5px 0;
}
vdvik-benutzer-liste vdvik-paging {
  margin: 0;
  position: relative;
}
@media (max-width: 370px) {
  vdvik-benutzer-liste vdvik-paging span {
    max-width: 70px;
    word-break: break-word;
    width: auto;
    font-size: 0.8em;
  }
}
vdvik-preview img {
  max-width: 120px;
  display: inline-block;
}
.row-upload-delete label {
  display: inline-block !important;
  cursor: pointer;
}
.with-layer {
  position: relative;
}
.with-layer .layer {
  display: none;
  position: absolute;
  bottom: calc(100% + 20px);
  right: 25px;
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 20px;
  width: 400px;
  word-break: break-word;
}
.with-layer .layer .icon-close {
  cursor: pointer;
}
.with-layer .layer .icon-close:before {
  content: url(/img/system/temp/icon-close.png);
  position: absolute;
  top: 15px;
  right: 15px;
}
.with-layer .layer:before {
  content: '';
  position: absolute;
  right: 30px;
  top: 100%;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.with-layer img {
  cursor: pointer;
}
tbody tr:first-child .with-layer .layer {
  bottom: auto;
  top: calc(100% + 20px);
}
tbody tr:first-child .with-layer .layer:before {
  transform: rotate(180deg);
  top: auto;
  bottom: 100%;
}
div.ui-accordion {
  max-width: 1000px;
}
/* ########## Footer ######### */
footer {
  background: #fff;
  position: relative;
  left: -25px;
  width: calc(100% + 40px);
}
.meta {
  margin-right: 15px;
  padding-left: 25px;
}
@media (max-width: 1200px) {
  .meta {
    padding-left: 15px;
  }
}
.meta li {
  display: inline-block;
  margin-left: 35px;
}
.meta a {
  color: #666666;
  font-size: 15px;
  line-height: 63px;
}
.pdf-anfrage {
  display: none;
}
figure.gallery > span.figurewrapper a:first-child::after {
  background: url(/img/system/icons/gallery.gif), #009a57;
  width: 25px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
}
figure.gallery {
  text-align: left;
}
.fancybox-infobar {
  font-size: 20px;
  left: 10px;
  top: 10px;
}
.fancybox-button {
  width: 64px !important;
  height: 64px !important;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 1.5%;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 1.5%;
}
.fancybox-caption {
  font-size: 19px;
  line-height: 1.1em;
  text-align: center;
  bottom: auto;
  top: -1px;
}
.fancybox-toolbar {
  z-index: 100000;
}
.headline-with-icon .headline-wr:before {
  content: '';
  background-image: url(/img/system/icons/megaphon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 61px;
  display: inline-block;
  height: 50px;
  position: absolute;
  left: 15px;
  top: 15px;
}
@media (max-width: 375px) {
  .headline-with-icon .headline-wr:before {
    width: 40px;
    height: 30px;
  }
}
.headline-with-icon .headline-wr .headline-inner {
  padding-left: 80px;
}
@media (max-width: 375px) {
  .headline-with-icon .headline-wr .headline-inner {
    padding-left: 50px;
  }
}
.headline-with-icon .headline-wr .headline-inner .subheadline p {
  margin-bottom: 5px;
}
.video--tutorial,
.btnhead {
  max-width: 215px;
  width: 100%;
  position: absolute;
  right: 200px;
  bottom: 26px;
  height: auto;
  text-align: center;
  border: 1px solid #00a566;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.video--tutorial.btnhead,
.btnhead.btnhead {
  max-width: 200px;
  right: 220px;
  height: 47px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.video--tutorial span.txt,
.btnhead span.txt {
  font-size: 16px;
  color: #00a566;
}
@media (max-width: 375px) {
  .video--tutorial span.txt,
  .btnhead span.txt {
    font-size: 16px;
  }
}
.video--tutorial span[class*="icon"]:before,
.btnhead span[class*="icon"]:before {
  font-size: 20px;
  color: #00a566;
}
.video--tutorial .icon-gluehbirne:before,
.btnhead .icon-gluehbirne:before {
  content: '\e831';
  font-size: 26px;
  color: #00a566;
}
@media (max-width: 375px) {
  .video--tutorial .icon-gluehbirne:before,
  .btnhead .icon-gluehbirne:before {
    font-size: 21px;
  }
}
.video--tutorial:hover,
.btnhead:hover {
  border: 1px solid rgba(0, 165, 102, 0.8);
}
.video--tutorial:hover span.txt,
.btnhead:hover span.txt {
  color: rgba(0, 165, 102, 0.8);
}
.video--tutorial:hover .icon-gluehbirne:before,
.btnhead:hover .icon-gluehbirne:before {
  color: rgba(0, 165, 102, 0.8);
}
@media (max-width: 1024px) {
  .video--tutorial,
  .btnhead {
    right: 50%!important;
    transform: translateX(50%);
    bottom: 12px;
  }
}
@media (max-width: 375px) {
  .video--tutorial,
  .btnhead {
    max-width: 200px;
  }
}
.video-layout {
  display: none;
  padding: 40px 30px;
}
.event-content {
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EDEDED;
}
.event-content .col-12.col-lg-5 {
  padding: 0 70px;
}
.event-content .col-12.col-lg-7 {
  padding: 0;
}
.event-content h3 {
  font-size: 21px;
  line-height: 25px;
}
.event-content .kv-image img {
  max-height: 362px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-bottom: 0;
}
.event-content .btn.btn-event {
  background: linear-gradient(150deg, #00adbf 0%, #00a884 100%);
  color: #fff;
  position: relative;
  min-height: 28px;
  line-height: 30px;
  margin-bottom: 16px;
}
.event-content .btn.btn-event p {
  margin-bottom: 0;
}
.event-content .event-link a {
  font-size: 16px;
  line-height: 22px;
}
.event-content time {
  color: #666666;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  margin-top: 8px;
}
.event-content .event-item .text-top {
  padding-bottom: 15px;
}
.event-content .btn.btn-link {
  background: transparent;
  color: #000;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  min-height: initial;
  margin-top: -30px;
  padding-right: 5px;
}
.event-content .btn.btn-link p {
  margin-bottom: 0;
}
.event-all .event-item + .event-item {
  border: none;
}
.event-all .event-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.event-all .event-item .text {
  max-width: 100%;
}
.event-all .event-item .item {
  padding: 24px;
  background: #F3F3F3;
  width: 100%;
  height: 100%;
}
.event-all .event-item .item h3 {
  font-size: 20px;
  line-height: 25px;
}
.event-all .event-item .item p {
  margin-bottom: 20px;
}
.event-all .event-item .item time {
  color: #666666;
  margin-top: 8px;
  display: block;
}
.event-all .event-item .event-link {
  display: inline-block;
  margin: 25px 0 12px 0;
  font-size: 16px;
}
.event-all .event-item .link-download {
  display: inline-block;
  margin: 25px 0 12px 0;
  float: right;
  font-size: 16px;
}
.event-all .btn-more-event {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #00A566;
  color: #ffffff!important;
  text-decoration: none!important;
  padding: 14px 45px;
  border-radius: 8px;
  font-size: 16px;
  margin-top: 30px;
}
.event-all .category {
  display: inline-block;
  background: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  margin-bottom: 16px;
  color: #666666;
}
.event-start-wr {
  margin-bottom: 55px!important;
}
.event-start-wr .event-item {
  border-top: none;
}
.event-start-wr .slick-dots {
  left: 0;
  bottom: -55px;
}
.event-start-wr .slick-dots li.slick-active {
  margin-right: 15px!important;
}
.event-start-wr .slick-dots li.slick-active:before {
  width: 19px!important;
  height: 19px!important;
  margin-right: 15px;
  top: 0!important;
}
.event-start-wr .slick-dots li button {
  font-size: 0;
  text-indent: -9999px;
}
.event-start-wr .slick-dots li:before {
  background: transparent!important;
  border: 1px solid #000000;
  width: 8px!important;
  height: 8px!important;
  border-radius: 4px;
  opacity: 1;
  top: 5px!important;
}
.event-start-wr .prev.icon-angle-left.slick-arrow {
  position: absolute;
  line-height: 0;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 30px;
  cursor: pointer;
  left: -50px;
}
.event-start-wr .prev.icon-angle-left.slick-arrow:before {
  content: '';
  border: solid #707070;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 16px;
  -webkit-transform: rotate(135deg);
}
.event-start-wr .next.icon-angle-right.slick-arrow {
  position: absolute;
  line-height: 0;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 30px;
  cursor: pointer;
  right: -30px;
}
.event-start-wr .next.icon-angle-right.slick-arrow:before {
  content: '';
  border: solid #707070;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 16px;
  -webkit-transform: rotate(-45deg);
}
.event-start-wr .next.icon-angle-right.slick-arrow.slick-disabled {
  opacity: 0;
}
.hidden-events {
  width: 100%;
  margin: 0;
}
.hidden {
  display: none;
}
.news-start-wr {
  padding: 0 70px;
  margin-top: 30px;
  margin-bottom: 0!important;
}
.news-start-wr .news-item .text {
  padding-right: 15px;
}
.news-start-wr .news-item h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 8px;
}
.news-start-wr .news-item time {
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  display: block;
}
.news-start-wr .slick-dots {
  left: 0;
}
.news-start-wr .slick-dots li.slick-active {
  margin-right: 15px!important;
}
.news-start-wr .slick-dots li.slick-active:before {
  width: 19px!important;
  height: 19px!important;
  margin-right: 15px;
  top: 0!important;
}
.news-start-wr .slick-dots li button {
  font-size: 0;
  text-indent: -9999px;
}
.news-start-wr .slick-dots li:before {
  background: transparent!important;
  border: 1px solid #000000;
  width: 8px!important;
  height: 8px!important;
  border-radius: 4px;
  opacity: 1;
  top: 5px!important;
}
.news-start-wr .prev.icon-angle-left.slick-arrow {
  position: absolute;
  line-height: 0;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 30px;
  cursor: pointer;
  left: 20px;
}
.news-start-wr .prev.icon-angle-left.slick-arrow:before {
  content: '';
  border: solid #707070;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 17px;
  -webkit-transform: rotate(135deg);
}
.news-start-wr .next.icon-angle-right.slick-arrow {
  position: absolute;
  line-height: 0;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 30px;
  cursor: pointer;
  right: 20px;
}
.news-start-wr .next.icon-angle-right.slick-arrow:before {
  content: '';
  border: solid #707070;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 17px;
  -webkit-transform: rotate(-45deg);
}
.themen-wr {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EDEDED;
}
.start-themen .block-left h2 {
  font-family: 'Gilroy-Light', sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #999999;
  margin-bottom: 15px;
}
.start-themen .block-left .theme-img img {
  margin: 0;
  max-height: 338px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.start-themen .block-right {
  padding: 35px 40px 0 70px;
}
@media (max-width: 1024px) {
  .start-themen .block-right {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .start-themen .block-right {
    padding-left: 0;
  }
}
.start-themen .block-right .block-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.start-themen .block-right .block-item h3 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 5px;
}
.start-themen .block-right .block-item:last-child {
  border-bottom: none;
}
.start-themen .block-right .block-item a {
  text-decoration: none!important;
  position: relative;
  width: 100%;
  display: inline-block;
  padding-right: 65px;
}
.start-themen .block-right .block-item a:after {
  content: '\f106';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
  color: #000000;
  transform: rotate(90deg);
  font-size: 20px;
}
.external {
  position: relative;
  padding-left: 20px;
}
.external:before {
  content: '\f08e';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  color: #929292;
  position: absolute;
  left: 0;
}
.external.btn {
  padding-left: 30px;
}
.external.btn:before {
  color: #fff;
  left: 8px;
}
@media (max-width: 1024px) {
  header {
    height: 200px;
  }
}
#main_Sucheingabe {
  max-width: 355px;
  width: 100%;
  position: absolute;
  right: 455px;
  bottom: 27px;
  height: auto;
  cursor: pointer;
}
@media (max-width: 1200px) {
  #main_Sucheingabe {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  #main_Sucheingabe {
    right: 50%;
    transform: translateX(50%);
    bottom: 70px;
  }
}
@media (max-width: 375px) {
  #main_Sucheingabe {
    max-width: 290px;
  }
}
#main_Sucheingabe input {
  height: 47px;
  width: 100%;
  border: 1px solid #00a566;
  border-radius: 6px;
  padding: 13px 19px;
  font-size: 16px;
}
#main_Sucheingabe input[type="search"] {
  -webkit-appearance: none;
  outline-offset: inherit;
}
#main_Sucheingabe input:focus {
  outline: none;
}
#main_Sucheingabe ::placeholder {
  color: #009A5D!important;
}
#main_Sucheingabe .icon-search:before {
  font-size: 21px;
  color: #ffffff;
  margin-top: 12px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  #main_Sucheingabe .icon-search:before {
    margin-left: 0px;
  }
}
#main_Sucheingabe a.icon-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
  height: 46px;
  background: #00a566;
  border-radius: 0px 6px 6px 0px;
}
#main_Sucheingabe a.icon-search:hover {
  opacity: 0.8;
}
#main_content_Suche fieldset.search {
  border: none;
  position: relative;
  padding: 0;
}
#main_content_Suche fieldset.search label {
  display: none;
}
#main_content_Suche fieldset.search #main_content_Suche_searchvalue {
  border: 1px solid #d9d9d9;
  outline: none;
  height: 44px;
  padding: 0px 10px;
  width: 500px;
  max-width: 100%;
  width: 100%;
  border-radius: 6px;
}
#main_content_Suche fieldset.search #main_content_Suche_suchen {
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 25px;
  width: 44px;
  height: 44px;
  outline: none;
  text-align: center;
}
#main_content_Suche fieldset.search #main_content_Suche_suchen:before {
  content: url(/img/system/icon-search.png);
  display: inline-block;
  position: relative;
  top: 20px;
}
.search h2 {
  font-size: 25px!important;
  margin-bottom: 5px;
}
.search h2 a {
  text-decoration: none!important;
}
.search h2 .pdf-link {
  padding-left: 30px!important;
}
.search p {
  font-size: 16px;
}
.search-item {
  border-bottom: 1px solid #EDEDED;
  padding: 20px 0;
}
.search-item .search-text {
  max-width: 940px;
  width: 100%;
}
.search-item .search-text a.pdf-link:before {
  content: url(/img/system/file-pdf-regular.svg) !important;
}
.pager {
  font-size: 15px;
}
.pager input {
  border: 1px solid #D9D9D9;
  border-radius: 0;
  background: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.pager input:focus {
  outline: none;
}
.pager .pager-forward .pf-first {
  display: inline-block;
  color: #000;
  background: #F3F3F3;
  border: 1px solid #E5E5E5;
  font-size: 15px;
  border-radius: 6px;
  padding: 11px 10px;
  line-height: 1.1em;
  transition: all 0.2s ease 0s;
}
.pager .pager-forward .pf-first:hover {
  color: #00a566;
  text-decoration: underline;
}
.pager .pager-forward a.pf-first:after {
  display: none;
}
.pager .pager-backward a.pb-first:after {
  display: none;
}
.pager .pager-backward a.pb-first:hover {
  color: #00a566;
  text-decoration: underline;
}
.search-value {
  font-size: 30px;
  font-family: 'Gilroy-Light';
  color: #999999;
  margin-bottom: 20px;
  display: block;
}
.search-headline {
  display: inline;
}
.searchHighlight {
  color: #00A566;
  font-weight: 600;
}
.ical-link {
  display: inline-block;
  margin-bottom: 24px;
  float: right;
  font-size: 16px;
}
.ical-link .ical_download:before {
  content: "\f271";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  color: #999999;
  margin-right: 8px;
}
/*unternehmensprofi*/
.profilimg-label {
  display: none;
}
.profilimg-label label {
  display: inline-block !important;
  max-width: calc(100% - 40px);
  margin-left: 5px!important;
}
.profilimg-label input.checkbox + span {
  display: inline-block;
  float: left;
}
.profil-img .profilimg-label {
  display: block;
}
footer.login .meta .newsletter-link {
  display: none;
}
.sources-font {
  font-size: 13px;
}.ub_status_check_widget h1 {
        display: none;
    }
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_search-form-wrapper {
        background: none!important;
        padding-bottom: 30px;
        margin-bottom: 20px;
        border-bottom: 1px solid #D9D9D9;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_search-form-wrapper form {
        margin: 0!important;
    }
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_directory-grid li {
        margin-bottom: 15px!important;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_directory-grid h3 {
        display: none!important;
    }
    
    .ubsc_directory-grid li:before, div[class=ub_status_check_widget].ub_status_check_widget .ubsc_opening-hours-box li {
    display: none!important;
    }
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_search-form-wrapper label {
        font-size: 15px!important;
        line-height: 22px!important;
        margin: 0 0 5px!important;
    }
    .ub_status_check_widget .ubsc_results-table .ubsc_results-table-header .ubsc_results-table-cell span {
        color: #000!important;
        font-weight: bold;
    }
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_search-form-wrapper label span {
        color: #000!important;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-table .ubsc_results-table-header .ubsc_results-table-cell:first-child {
        padding-left: 0!important;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_search-form-wrapper .ubsc_input-wrapper input[type=text] {
        border: 1px solid #D9D9D9!important;
        height: 44px!important;
    }
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_search-form-wrapper .ubsc_search-form-submit-button-wrapper {
        margin-top: 27px!important;
    }
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_search-form-wrapper .ubsc_input-wrapper input[type=submit] {
        height: 42px!important;
        border: 1px solid #E5E5E5!important;
    }
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_search-form-wrapper .ubsc_input-wrapper input[type=submit]:hover {
        background: #F3F3F3!important;
    }
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-table .ubsc_results-table-header {
        background: transparent!important;
    }
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_missing-fields-list {
        padding-left: 0!important;
    }
    
    .skylight-dialog {
        background: #009a4c!important;
    }
    
    .skylight-wrapper li:before {
        display: none!important;
    }
    
    .ubsc_results-top-box-arrow, .ubsc_results-top-box-results {
        display: none!important;
    }
    
    .ubsc_results-table-header-title {
        text-align: left!important;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_already-managed-location-information-box .ubsc_already-managed-location-information-box {
        padding: 0!important;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_already-managed-box {
        margin-top: 0!important;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget h2 {
        font-size: 24px!important;
        line-height: 24px!important;
        color: #00A566!important;
        text-align: left;
        font-family: 'Roboto', sans-serif!important;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-top-box-already-managed-wrapper h2 {
        text-align: center;
        padding: 10px;
        background: #f1f1f1;
        color: #000!important;
        font-size: 16px!important;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-top-box {
        padding-top: 0!important;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-top-box-address-row, 
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-top-box-address-row a,
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-top-box-results-wrapper-wrapper .ubsc_results-top-box-chart-label, 
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-table-header-title p,
    div[class=ub_status_check_widget].ub_status_check_widget div.ubsc_percentage-number,
    div[class=ub_status_check_widget].ub_status_check_widget h3 {
        font-size: 15px!important;
        line-height: 22px!important;
        justify-content: normal!important;
        font-family: 'Roboto', sans-serif!important;
    } 
    
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-top-box-results-wrapper-wrapper .ubsc_results-top-box-hr,
    div[class=ub_status_check_widget].ub_status_check_widget hr.ubsc_results-top-box-hr {
        border-color: #D9D9D9!important;
        margin-bottom: 20px!important;
        margin-top: 10px!important;
        border-width: 1px!important;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-top-box-percentage-box-wrapper {
        width: auto!important;
        flex-basis: auto!important;
        height:  auto!important; 
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-top-box-percentage-box {
        padding: 0!important;
        width: auto!important;
        border: none!important;
        margin: 0 0 10px!important;
        position: relative;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget div.ubsc_percentage-number {
        display: inline-block!important;
        margin: 0 10px 0 0!important;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget div.ubsc_percentage-number:before {
        content: '';
        width: 10px;
        height: 10px;
        display: inline-block;
        margin: 0 10px 0 0;
        background: #ccc;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget div.ubsc_percentage-number.ubsc_missing:before {
         background-color: #d60600;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget div.ubsc_percentage-number.ubsc_incorrect:before {
         background-color: #ff9100;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget div.ubsc_percentage-number.ubsc_perfect:before {
        background-color: #22c646;
    }
        
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-top-box-results-wrapper {
        justify-content: normal!important;
    }
    
    div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-top-box-results-wrapper .ubsc_results-pie-chart-wrapper {
        order: 1;
    }
    
     div[class=ub_status_check_widget].ub_status_check_widget .ubsc_results-top-box-results-wrapper .ubsc_results-top-box-percentage-box-wrapper {
         order: 2
     }.table-wrapper {
  width: 100%;
  overflow: auto;
  margin: 20px 0;
}
table.liste {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
table.liste thead {
  background: #E5E5E5;
}
table.liste th {
  text-align: left;
  vertical-align: top;
  position: relative;
  padding: 10px 20px;
  color: #000;
}
table.liste th > div {
  position: relative;
}
table.liste th.pointer {
  cursor: pointer;
}
table.liste th:first-child {
  padding-left: 10px;
}
table.liste th:last-child {
  padding-right: 10px;
}
table.liste th .sortorder {
  display: none;
  width: 18px;
  height: 18px;
  line-height: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
table.liste th .sortorder:before {
  content: '\f106';
  font-family: "fontello";
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
table.liste th .sortorder.asc {
  display: inline-block;
}
table.liste th .sortorder.sortorder.desc {
  display: inline-block;
}
table.liste th .sortorder.sortorder.desc:before {
  content: '\f107';
}
table.liste td {
  text-align: left;
  vertical-align: top;
  padding: 10px 20px;
}
table.liste td:first-child {
  padding-left: 10px;
}
table.liste td:last-child {
  padding-right: 10px;
}
table.liste tr:nth-child(2n) {
  background: #F8F8F8;
}
.berufe-table table.liste thead {
  background: none;
}
.berufe-table table.liste thead tr {
  border: 0;
  border-top: 1px solid #E5E5E5;
}
.berufe-table table.liste tr {
  border-bottom: 1px solid #E5E5E5;
}
.berufe-table table.liste tr:nth-child(2n) {
  background: none;
}
.berufe-table table.liste tr td,
.berufe-table table.liste tr th {
  text-align: center;
  padding: 15px 5px;
}
.berufe-table table.liste tr td:first-child,
.berufe-table table.liste tr th:first-child {
  text-align: left;
}
.berufe-table table.liste tr td:nth-child(2n),
.berufe-table table.liste tr th:nth-child(2n) {
  background: #F8F8F8;
}@media(min-width:800px){.flex-row{display:flex;gap:1em}.flex-row__col{flex:0 0 auto}.flex-row__col:last-child{flex:1 1 auto;text-align:right;margin-bottom:1em}}.flex-row__col .btn{line-height:1.2;padding:1.05em .667em}