/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
}
.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;max-width: 100%;min-width: 100%;
}
.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;
}
﻿@-webkit-keyframes slideDotsAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 50px;
  }
}
@keyframes slideDotsAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 50px;
  }
}
@-webkit-keyframes slideDotsAnimationMobile {
  0% {
    width: 0;
  }
  100% {
    width: 30px;
  }
}
@keyframes slideDotsAnimationMobile {
  0% {
    width: 0;
  }
  100% {
    width: 30px;
  }
}
ul.slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  flex-flow: row;
  padding-bottom: 80px;
  align-self: center;
}
@media screen and (min-width: 1024px) {
  ul.slick-dots {
    padding-bottom: 50px;
    padding-right: 114px;
  }
}
@media screen and (max-width: 1023px) {
  ul.slick-dots {
    left: 0;
    padding-bottom: 30px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  ul.slick-dots {
    padding-bottom: 35px;
  }
}
ul.slick-dots > li {
  margin-left: 10px;
  top: 0;
  margin-top: 0;
  padding-top: 0;
  height: 4px;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
}
ul.slick-dots > li button {
  width: 50px;
  height: 20px;
  color: transparent;
  font-size: 1px;
  outline: none;
  border: none;
  background: transparent;
  top: 0;
  margin-top: 0;
  padding-top: 0;
  display: block;
  margin-top: -8px;
}
@media screen and (max-width: 1023px) {
  ul.slick-dots > li button {
    width: 30px;
  }
}
ul.slick-dots > li.slick-active:before {
  background: #fff;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 4px;
  top: 0px;
  -webkit-animation: slideDotsAnimation 10s;
  animation: slideDotsAnimation 10s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1023px) {
  ul.slick-dots > li.slick-active:before {
    width: 30px;
    -webkit-animation: slideDotsAnimationMobile 10s;
    animation: slideDotsAnimationMobile 10s;
  }
}
.sgch-slider-inner {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .sgch-slider-inner ul.slick-dots {
    padding-left: 15px;
  }
}
.sgch-slider-inner ul.slick-dots > li {
  margin-left: 0;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .projectbox-carousel ul.slick-dots > li button {
    width: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .quotes-carousel.slickdots-below-left ul.slick-dots,
  .numbers-carousel.slickdots-below-left ul.slick-dots,
  .html-carousel.slickdots-below-left ul.slick-dots {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .imggallerie-carousel.slickdots-below-left ul.slick-dots {
    padding-left: 0;
  }
}
.slickdots-below-center {
  margin-bottom: 30px;
}
.slickdots-below-center .slick-dots {
  /*position: relative; */
  padding-bottom: 0;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: -30px;
}
@media screen and (max-width: 1023px) {
  .slickdots-below-center .slick-dots {
    padding-top: 30px;
  }
}
.slickdots-below-left {
  margin-bottom: 30px;
}
.slickdots-below-left .slick-dots {
  position: relative;
  padding-bottom: 0;
  padding-top: 50px;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .slickdots-below-left .slick-dots {
    padding-top: 20px;
    padding-left: 0;
  }
}
.slickdots-below-left .slick-dots > li {
  margin-left: 0;
  margin-right: 10px;
}
.slickdots-dark-theme ul.slick-dots > li.slick-active:before {
  animation: none;
  background: #008334;
  pointer-events: none;
}
.slickdots-dark-theme ul.slick-dots > li:not(.slick-active) {
  background-color: rgba(16, 16, 16, 0.2);
}
.publisg-custom-slider-btns button,
.publisg-custom-slider-btns a {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 99;
  background: #fff;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .publisg-custom-slider-btns button.publisg-slick-prev,
  .publisg-custom-slider-btns a.publisg-slick-prev {
    left: -60px;
  }
}
@media screen and (max-width: 1023px) {
  .publisg-custom-slider-btns button.publisg-slick-prev,
  .publisg-custom-slider-btns a.publisg-slick-prev {
    left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .publisg-custom-slider-btns button.publisg-slick-next,
  .publisg-custom-slider-btns a.publisg-slick-next {
    right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .publisg-custom-slider-btns button.publisg-slick-next,
  .publisg-custom-slider-btns a.publisg-slick-next {
    right: 10px;
  }
}
.publisg-custom-slider-btns button.slick-disabled,
.publisg-custom-slider-btns a.slick-disabled {
  display: none;
  visibility: hidden;
  background: transparent;
  height: 1px;
  width: 1px;
}
.publisg-custom-slider-btns.style-whiteroundsmall button {
  top: calc((100% - 80px) / 2);
  width: 50px;
  height: 50px;
  font-size: 1.5em;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  border: solid 2px #fff;
  z-index: 9999;
}
@media screen and (max-width: 1023px) {
  .publisg-custom-slider-btns.style-whiteroundsmall button {
    top: calc((100% - 50px) / 2);
    width: 50px;
    height: 50px;
    opacity: 0.7;
  }
}
@media screen and (min-width: 1101px) {
  .publisg-custom-slider-btns.style-whiteroundsmall button.publisg-slick-prev {
    left: -30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .publisg-custom-slider-btns.style-whiteroundsmall button.publisg-slick-prev {
    left: -15px;
  }
}
@media screen and (max-width: 1023px) {
  .publisg-custom-slider-btns.style-whiteroundsmall button.publisg-slick-prev {
    left: 10px;
  }
}
@media screen and (min-width: 1300px) {
  .publisg-custom-slider-btns.style-whiteroundsmall button.publisg-slick-next {
    right: -15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  .publisg-custom-slider-btns.style-whiteroundsmall button.publisg-slick-next {
    right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .publisg-custom-slider-btns.style-whiteroundsmall button.publisg-slick-next {
    right: 10px;
  }
}
.publisg-custom-slider-btns.style-whiteroundbig button {
  font-size: 1.5em;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  border: solid 2px #fff;
  z-index: 9999;
}
@media screen and (max-width: 1023px) {
  .publisg-custom-slider-btns.style-whiteroundbig button {
    width: 50px;
    height: 50px;
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) {
  .publisg-custom-slider-btns.style-whiteroundbig button {
    width: 100px;
    height: 100px;
  }
}
.publisg-custom-slider-btns.style-simplegreenarrow button,
.publisg-custom-slider-btns.style-simplegreenarrow a {
  color: #008334;
  font-size: 1.5em;
  height: 100%;
  border: none;
  width: 60px;
}
.publisg-custom-slider-btns.style-simplegreenarrow button.publisg-slick-prev,
.publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-prev {
  box-shadow: 60px 21px 45px rgba(0, 0, 0, 0.14);
}
@media screen and (min-width: 1024px) {
  .publisg-custom-slider-btns.style-simplegreenarrow button.publisg-slick-prev,
  .publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-prev {
    left: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .publisg-custom-slider-btns.style-simplegreenarrow button.publisg-slick-prev,
  .publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-prev {
    display: none;
    visibility: hidden;
    width: 10px;
  }
}
.publisg-custom-slider-btns.style-simplegreenarrow button.publisg-slick-next,
.publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-next {
  box-shadow: -60px 21px 45px rgba(0, 0, 0, 0.14);
}
@media screen and (min-width: 1024px) {
  .publisg-custom-slider-btns.style-simplegreenarrow button.publisg-slick-next,
  .publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-next {
    right: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .publisg-custom-slider-btns.style-simplegreenarrow button.publisg-slick-next,
  .publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-next {
    display: none;
    visibility: hidden;
  }
}
.publisg-custom-slider-btns.style-simplegreenarrow button i,
.publisg-custom-slider-btns.style-simplegreenarrow a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  z-index: 999;
}
.publisg-custom-slider-btns.style-simplegreenarrow a {
  box-shadow: none !important;
}
.publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-next:before,
.publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-prev:before {
  content: "";
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0) 61%, rgba(255, 255, 255, 0) 62%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0) 61%, rgba(255, 255, 255, 0) 62%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0) 61%, rgba(255, 255, 255, 0) 62%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e000000', endColorstr='#00ffffff', GradientType=1);
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 9;
  pointer-events: none;
}
.publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-next:after,
.publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-prev:after {
  content: "";
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  background: #fff;
  z-index: 99;
}
.publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-prev:before {
  border-radius: 0 40% 40% 0;
  left: 50%;
}
.publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-next:before {
  border-radius: 40% 0 0 40%;
  right: 50%;
}
@media screen and (max-width: 480px) {
  .publisg-custom-slider-btns.mobile-buttons button,
  .publisg-custom-slider-btns.mobile-buttons a {
    top: 45%;
    opacity: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .publisg-custom-slider-btns.mobile-buttons button.publisg-slick-prev,
  .publisg-custom-slider-btns.mobile-buttons a.publisg-slick-prev {
    left: 25px;
  }
}
@media screen and (max-width: 480px) {
  .publisg-custom-slider-btns.mobile-buttons button.publisg-slick-next,
  .publisg-custom-slider-btns.mobile-buttons a.publisg-slick-next {
    right: 25px;
  }
}
@media screen and (max-width: 480px) {
  .publisg-custom-slider-btns.mobile-buttons.style-simplegreenarrow button,
  .publisg-custom-slider-btns.mobile-buttons.style-simplegreenarrow a {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .publisg-custom-slider-btns.mobile-buttons.style-simplegreenarrow button.publisg-slick-prev,
  .publisg-custom-slider-btns.mobile-buttons.style-simplegreenarrow a.publisg-slick-prev {
    display: initial;
    visibility: initial;
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .publisg-custom-slider-btns.mobile-buttons.style-simplegreenarrow button.publisg-slick-prev.slick-disabled,
  .publisg-custom-slider-btns.mobile-buttons.style-simplegreenarrow a.publisg-slick-prev.slick-disabled {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 480px) {
  .publisg-custom-slider-btns.mobile-buttons.style-simplegreenarrow button.publisg-slick-next,
  .publisg-custom-slider-btns.mobile-buttons.style-simplegreenarrow a.publisg-slick-next {
    display: initial;
    visibility: initial;
  }
}
@media screen and (max-width: 480px) {
  .publisg-custom-slider-btns.mobile-buttons.style-simplegreenarrow button.publisg-slick-next.slick-disabled,
  .publisg-custom-slider-btns.mobile-buttons.style-simplegreenarrow a.publisg-slick-next.slick-disabled {
    display: none;
    visibility: hidden;
  }
}
.publisg-custom-slider-btns.style-modal button,
.publisg-custom-slider-btns.style-modal a {
  color: #008334;
  font-size: 1.5em;
  border: none;
  width: 45px;
  background: rgba(255, 255, 255, 0.8);
}
.publisg-custom-slider-btns.style-modal button.slick-prev,
.publisg-custom-slider-btns.style-modal a.slick-prev {
  left: 0;
  margin-left: 15px;
}
.publisg-custom-slider-btns.style-modal button.slick-next,
.publisg-custom-slider-btns.style-modal a.slick-next {
  right: 0;
  margin-right: 15px;
}
.highlight .publisg-custom-slider-btns.style-simplegreenarrow button,
.highlight .publisg-custom-slider-btns.style-simplegreenarrow a {
  background: #f2f2f2;
}
.highlight .publisg-custom-slider-btns.style-simplegreenarrow button.publisg-slick-next,
.highlight .publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-next {
  box-shadow: -20px 0px 100px rgba(0, 0, 0, 0.14);
}
.highlight .publisg-custom-slider-btns.style-simplegreenarrow button.publisg-slick-prev,
.highlight .publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-prev {
  box-shadow: -20px 0px 100px rgba(0, 0, 0, 0.14);
}
.highlight .publisg-custom-slider-btns.style-simplegreenarrow button.publisg-slick-next:after,
.highlight .publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-next:after,
.highlight .publisg-custom-slider-btns.style-simplegreenarrow button.publisg-slick-prev:after,
.highlight .publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-prev:after {
  background: #efefef;
}
.highlight .publisg-custom-slider-btns.style-simplegreenarrow button.publisg-slick-next:before,
.highlight .publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-next:before,
.highlight .publisg-custom-slider-btns.style-simplegreenarrow button.publisg-slick-prev:before,
.highlight .publisg-custom-slider-btns.style-simplegreenarrow a.publisg-slick-prev:before {
  opacity: 0.7;
}
.container-fluid.container-width-slider .publisg-custom-slider-btns button.publisg-slick-next,
.container-fluid.container-width-slider .publisg-custom-slider-btns a.publisg-slick-next {
  right: 0;
}
.container-fluid.container-width-slider .publisg-custom-slider-btns button.publisg-slick-prev,
.container-fluid.container-width-slider .publisg-custom-slider-btns a.publisg-slick-prev {
  left: 0;
}
@font-face {
  font-family: 'footable';
  src: url('../../../core/docroot/fonts/footable.eot');
  src: url('../../../core/docroot/fonts/footable.eot?#iefix') format('embedded-opentype'), url('../../../core/docroot/fonts/footable.woff') format('woff'), url('../../../core/docroot/fonts/footable.ttf') format('truetype'), url('../../../core/docroot/fonts/footable.svg#footable') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'footable';
    src: url('../../../core/docroot/fonts/footable.svg#footable') format('svg');
    font-weight: normal;
    font-style: normal;
  }
}
.footable {
  width: 100%;
  /** SORTING **/

  /** PAGINATION **/

}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 14px;
  color: #888888;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+;
}
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: "+";
}
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px;
}
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px;
}
.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "+";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "+";
}
.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "+";
}
.footable > tfoot .pagination {
  margin: 0;
}
.footable.no-paging .hide-if-no-paging {
  display: none;
}
.footable-row-detail-inner {
  display: table;
}
.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em;
}
.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: bold;
}
.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em;
}
.footable-row-detail-value {
  display: table-cell;
}
.footable-odd {
  background-color: #f7f7f7;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #008334 0%, #00461c 100%);
  background-image: -o-linear-gradient(top, #008334 0%, #00461c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008334), to(#00461c));
  background-image: linear-gradient(to bottom, #008334 0%, #00461c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008334', endColorstr='#ff00461c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #003c18;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #00461c;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #00461c;
  border-color: #003c18;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00461c;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #990033 0%, #5c001f 100%);
  background-image: -o-linear-gradient(top, #990033 0%, #5c001f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#990033), to(#5c001f));
  background-image: linear-gradient(to bottom, #990033 0%, #5c001f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff990033', endColorstr='#ff5c001f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #52001b;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #5c001f;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #5c001f;
  border-color: #52001b;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #5c001f;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #efefeb 0%, #e4e4dd 100%);
  background-image: -o-linear-gradient(top, #efefeb 0%, #e4e4dd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefeb), to(#e4e4dd));
  background-image: linear-gradient(to bottom, #efefeb 0%, #e4e4dd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefeb', endColorstr='#ffe4e4dd', GradientType=0);
  background-color: #e4e4dd;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #008334 0%, #006a2a 100%);
  background-image: -o-linear-gradient(top, #008334 0%, #006a2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008334), to(#006a2a));
  background-image: linear-gradient(to bottom, #008334 0%, #006a2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008334', endColorstr='#ff006a2a', GradientType=0);
  background-color: #006a2a;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #efefeb 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #efefeb 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefeb));
  background-image: linear-gradient(to bottom, #ffffff 0%, #efefeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefeb', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #008334 0%, #006a2a 100%);
    background-image: -o-linear-gradient(top, #008334 0%, #006a2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008334), to(#006a2a));
    background-image: linear-gradient(to bottom, #008334 0%, #006a2a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008334', endColorstr='#ff006a2a', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #eeffee 0%, #c8ffc8 100%);
  background-image: -o-linear-gradient(top, #eeffee 0%, #c8ffc8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeffee), to(#c8ffc8));
  background-image: linear-gradient(to bottom, #eeffee 0%, #c8ffc8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeffee', endColorstr='#ffc8ffc8', GradientType=0);
  border-color: #a2ffa2;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #fff5f3 0%, #ffd5cd 100%);
  background-image: -o-linear-gradient(top, #fff5f3 0%, #ffd5cd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff5f3), to(#ffd5cd));
  background-image: linear-gradient(to bottom, #fff5f3 0%, #ffd5cd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff5f3', endColorstr='#ffffd5cd', GradientType=0);
  border-color: #ffb5a6;
}
.progress {
  background-image: -webkit-linear-gradient(top, #e6e6e0 0%, #efefeb 100%);
  background-image: -o-linear-gradient(top, #e6e6e0 0%, #efefeb 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e0), to(#efefeb));
  background-image: linear-gradient(to bottom, #e6e6e0 0%, #efefeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e0', endColorstr='#ffefefeb', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #008334 0%, #005020 100%);
  background-image: -o-linear-gradient(top, #008334 0%, #005020 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008334), to(#005020));
  background-image: linear-gradient(to bottom, #008334 0%, #005020 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008334', endColorstr='#ff005020', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #990033 0%, #660022 100%);
  background-image: -o-linear-gradient(top, #990033 0%, #660022 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#990033), to(#660022));
  background-image: linear-gradient(to bottom, #990033 0%, #660022 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff990033', endColorstr='#ff660022', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #005020;
  background-image: -webkit-linear-gradient(top, #008334 0%, #005d25 100%);
  background-image: -o-linear-gradient(top, #008334 0%, #005d25 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008334), to(#005d25));
  background-image: linear-gradient(to bottom, #008334 0%, #005d25 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008334', endColorstr='#ff005d25', GradientType=0);
  border-color: #005d25;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #e3e2da 0%, #d8d7cb 100%);
  background-image: -o-linear-gradient(top, #e3e2da 0%, #d8d7cb 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e2da), to(#d8d7cb));
  background-image: linear-gradient(to bottom, #e3e2da 0%, #d8d7cb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3e2da', endColorstr='#ffd8d7cb', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #008334 0%, #006a2a 100%);
  background-image: -o-linear-gradient(top, #008334 0%, #006a2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008334), to(#006a2a));
  background-image: linear-gradient(to bottom, #008334 0%, #006a2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008334', endColorstr='#ff006a2a', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #eeffee 0%, #d5ffd5 100%);
  background-image: -o-linear-gradient(top, #eeffee 0%, #d5ffd5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeffee), to(#d5ffd5));
  background-image: linear-gradient(to bottom, #eeffee 0%, #d5ffd5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeffee', endColorstr='#ffd5ffd5', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fff5f3 0%, #ffe0da 100%);
  background-image: -o-linear-gradient(top, #fff5f3 0%, #ffe0da 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff5f3), to(#ffe0da));
  background-image: linear-gradient(to bottom, #fff5f3 0%, #ffe0da 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff5f3', endColorstr='#ffffe0da', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffffffff', GradientType=0);
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #008334;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #008334;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 50%;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #e3e2da;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #cfcfcf;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e7e7e7;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 28px;
  margin-bottom: 14px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 14px;
  margin-bottom: 14px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 68px;
}
h2,
.h2 {
  font-size: 45px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 14px;
}
.lead {
  margin-bottom: 28px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}
small,
.small {
  font-size: 80%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #e7e7e7;
}
.text-primary {
  color: #008334;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #005020;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #e00025;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ad001d;
}
.bg-primary {
  color: #fff;
  background-color: #008334;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #005020;
}
.bg-success {
  background-color: #eeffee;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #bbffbb;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #fff5f3;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ffcbc0;
}
/* .page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #cfcfcf;
} */
ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 28px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e7e7e7;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 25px;
  border-left: 5px solid #cfcfcf;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #e7e7e7;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cfcfcf;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 13.5px;
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #404040;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
   /* width: 750px; */
  }
}
@media (min-width: 992px) {
  .container {
   /*  width: 970px; */
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1210px; max-width: 100%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e7e7e7;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #b8c1cb;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #b8c1cb;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #b8c1cb;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #b8c1cb;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #b8c1cb;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e3e2da;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #eeffee;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d5ffd5;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fff5f3;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ffe0da;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 21px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #b8c1cb;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 28px;
  font-size: 30px;
  line-height: inherit;
  color: #000000;
  border: 0;
  border-bottom: 1px solid transparent;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #000000;
}
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #939393;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #636363;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(99, 99, 99, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(99, 99, 99, 0.6);
}
.form-control::-moz-placeholder {
  color: #939393;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #939393;
}
.form-control::-webkit-input-placeholder {
  color: #939393;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #cfcfcf;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 42px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 52px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 28px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 48px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 44px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 52px;
  line-height: 52px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  min-height: 50px;
  padding: 11px 16px;
  font-size: 22px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 52.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #eeffee;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e00025;
}
.has-error .form-control {
  border-color: #e00025;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #ad001d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff4765;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff4765;
}
.has-error .input-group-addon {
  color: #e00025;
  border-color: #e00025;
  background-color: #fff5f3;
}
.has-error .form-control-feedback {
  color: #e00025;
}
.has-feedback label ~ .form-control-feedback {
  top: 33px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #008334;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #008334;
  background-color: #ffffff;
  border-color: #008334;
}
.btn-default:focus,
.btn-default.focus {
  color: #008334;
  background-color: #e6e6e6;
  border-color: #000301;
}
.btn-default:hover {
  color: #008334;
  background-color: #e6e6e6;
  border-color: #00461c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #008334;
  background-color: #e6e6e6;
  border-color: #00461c;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #008334;
  background-color: #d4d4d4;
  border-color: #000301;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #008334;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #008334;
}
.btn-primary {
  color: #ffffff;
  background-color: #008334;
  border-color: #008334;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #005020;
  border-color: #000301;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #005020;
  border-color: #00461c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #005020;
  border-color: #00461c;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #002c12;
  border-color: #000301;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #008334;
  border-color: #008334;
}
.btn-primary .badge {
  color: #008334;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #990033;
  border-color: #80002a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #660022;
  border-color: #000000;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #660022;
  border-color: #420016;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #660022;
  border-color: #420016;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #420016;
  border-color: #000000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #990033;
  border-color: #80002a;
}
.btn-danger .badge {
  color: #990033;
  background-color: #ffffff;
}
.btn-link {
  color: #008334;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #008334;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e7e7e7;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 20px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #e3e2da;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 13px 0;
  overflow: hidden;
  background-color: #e3e2da;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #404040;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: #efefeb;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #008334;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e7e7e7;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #e7e7e7;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  line-height: 52px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-align: center;
  background-color: #cfcfcf;
  border: 1px solid #939393;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 22px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #e7e7e7;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e7e7e7;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #008334;
}
.nav .nav-divider {
  height: 1px;
  margin: 13px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #e3e2da;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e3e2da #e3e2da #e3e2da;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #505050;
  border: 1px solid #505050;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #000000;
  background-color: #505050;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 112px;
  margin-bottom: 28px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

  .navbar-header {
    float: left;
  }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  font-size: 22px;
  line-height: 28px;
  height: 112px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
/* @media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
} */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 39px;
  margin-bottom: 39px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 28px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
   /* float: left;*/
  }

}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 35px;
  margin-bottom: 35px;
}
.navbar-btn.btn-sm {
  margin-top: 38px;
  margin-bottom: 38px;
}
.navbar-btn.btn-xs {
  margin-top: 45px;
  margin-bottom: 45px;
}
.navbar-text {
  margin-top: 42px;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #000000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #000000;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #000000;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000000;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #000000;
}
.navbar-default .navbar-link:hover {
  color: #000000;
}
.navbar-default .btn-link {
  color: #000000;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #000000;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #efefeb;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #000000;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #000000;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000000;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #000000;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #dfdfd7;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000000;
    background-color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #000000;
}
.navbar-inverse .navbar-link:hover {
  color: #000000;
}
.navbar-inverse .btn-link {
  color: #000000;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #000000;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 28px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #008334;
}
.breadcrumb > .active {
  color: #000000;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 28px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span:not(.sr-only) {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #008334;
  background-color: #ffffff;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #008334;
  background-color: #cfcfcf;
  border-color: #e3e2da;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #008334;
  border-color: #008334;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e7e7e7;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 28px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #cfcfcf;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e7e7e7;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #e7e7e7;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #cecece;
}
.label-primary {
  background-color: #008334;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #005020;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #990033;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #660022;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e7e7e7;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #008334;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 28px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #e3e2da;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #008334;
}
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}
.alert {
  padding: 15px;
  margin-bottom: 28px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #eeffee;
  border-color: #dcffd5;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c6ffbb;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #fff5f3;
  border-color: #ffdada;
  color: #e00025;
}
.alert-danger hr {
  border-top-color: #ffc0c0;
}
.alert-danger .alert-link {
  color: #ad001d;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 28px;
  margin-bottom: 28px;
  background-color: #efefeb;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  background-color: #008334;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #990033;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #efefeb;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #cfcfcf;
  color: #e7e7e7;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #e7e7e7;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #008334;
  border-color: #008334;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #50ff95;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #eeffee;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d5ffd5;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #e00025;
  background-color: #fff5f3;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #e00025;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #e00025;
  background-color: #ffe0da;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e00025;
  border-color: #e00025;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 28px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #e3e2da;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #b8c1cb;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 28px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #e3e2da;
}
.panel-default > .panel-heading {
  color: #000000;
  background-color: #e3e2da;
  border-color: #e3e2da;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e3e2da;
}
.panel-default > .panel-heading .badge {
  color: #e3e2da;
  background-color: #000000;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e3e2da;
}
.panel-primary {
  border-color: #008334;
}
.panel-primary > .panel-heading {
  color: #000000;
  background-color: #008334;
  border-color: #008334;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #008334;
}
.panel-primary > .panel-heading .badge {
  color: #008334;
  background-color: #000000;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #008334;
}
.panel-success {
  border-color: #dcffd5;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #eeffee;
  border-color: #dcffd5;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dcffd5;
}
.panel-success > .panel-heading .badge {
  color: #eeffee;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dcffd5;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ffdada;
}
.panel-danger > .panel-heading {
  color: #e00025;
  background-color: #fff5f3;
  border-color: #ffdada;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffdada;
}
.panel-danger > .panel-heading .badge {
  color: #fff5f3;
  background-color: #e00025;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffdada;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e3e2da;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e3e2da;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 10px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 10px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 10px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 10px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #000000;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 480px;
  padding: 1px;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 20px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #e3e2da;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 20px;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #b7b4a0;
  border-top-color: #e3e2da;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #b7b4a0;
  border-right-color: #e3e2da;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #b7b4a0;
  border-bottom-color: #e3e2da;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #b7b4a0;
  border-left-color: #e3e2da;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:99999!important;border-radius:4px}.bootstrap-datetimepicker-widget.timepicker-sbs{width:600px}.bootstrap-datetimepicker-widget.bottom:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:7px}.bootstrap-datetimepicker-widget.bottom:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:8px}.bootstrap-datetimepicker-widget.top:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.top:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;position:absolute;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget .dow{width:14.2857%}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:700;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget td.cw{font-size:10px;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#777}.bootstrap-datetimepicker-widget td.today{position:relative}.bootstrap-datetimepicker-widget td.today:before{content:'';display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #428bca;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td span.old{color:#777}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget th.picker-switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-group.date .input-group-addon span{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0!important}@media screen and (max-width:767px){.bootstrap-datetimepicker-widget.timepicker-sbs{width:283px}}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs/dt-1.10.18/r-2.2.2/sc-1.5.0
 *
 * Included libraries:
 *   DataTables 1.10.18, Responsive 2.2.2, Scroller 1.5.0
 */

table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:0.5}table.dataTable thead .sorting:after{opacity:0.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody>tr:first-child>th,div.dataTables_scrollBody>table>tbody>tr:first-child>td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}


table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{top:9px;left:4px;height:14px;width:14px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#337ab7}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#337ab7}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}div.dtr-bs-modal table.table tr:first-child td{border-top:none}


div.DTS{display:block !important}div.DTS tbody th,div.DTS tbody td{white-space:nowrap}div.DTS div.DTS_Loading{z-index:1}div.DTS div.dataTables_scrollBody{background:repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 10px, #fff 20px)}div.DTS div.dataTables_scrollBody table{z-index:2}div.DTS div.dataTables_paginate,div.DTS div.dataTables_length{display:none}div.DTS tbody tr{background-color:white}



.hide {
	display: none;
}

.inuse, .ui-slider-range .inuse, .yadcf-filter-range-number-slider .inuse {
	background: #8BBEF0;
}

.inuse-regex {
	background: #8BBEF0;
}

.inuse-exclude {
	background: #8BBEF0;
}

.yadcf-filter-reset-button {
	display: inline-block;
}

.yadcf-filter-reset-button.range-number-slider-reset-button{
	position: relative;
	top: -6px;
}

.yadcf-filter {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.yadcf-filter > option{
    background: white;
}

.ui-autocomplete .ui-menu-item {
	font-size:13px;
}

#ui-datepicker-div {
	font-size:13px;
}
.yadcf-filter-wrapper {
	display: inline-block;
	white-space: nowrap;
	margin-left: 2px;
}

.yadcf-filter-range-number {
	width: 40px;
}

.yadcf-filter-range-number-seperator {
	margin-left: 10px;
	margin-right: 10px;
}

.yadcf-filter-range-date {
	width: 80px;
}

.yadcf-filter-range-date-seperator {
	margin-left: 10px;
	margin-right: 10px;
}

.yadcf-filter-wrapper-inner {
	display: inline-block;
	border: 1px solid #ABADB3;
}

.yadcf-number-slider-filter-wrapper-inner {
	display: inline-block;
	width: 200px;
	margin-bottom: 7px;
}

.yadcf-filter-range-number-slider .ui-slider-handle {
	width: 10px;
	height: 10px;
	margin-top: 1px;
}

.yadcf-filter-range-number-slider .ui-slider-range {
	position: relative;
	height: 5px;
}

.yadcf-filter-range-number-slider {
	height: 5px;
	margin-left: 6px;
	margin-right: 6px;
}

.yadcf-filter-range-number-slider {
    overflow: visible;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-min-tip {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	outline-style: none;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-max-tip {
	font-size: 13px;
	font-weight: normal;
	position:absolute;
	outline-style: none;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-min-tip-inner {
	position:absolute;
	top: 11px;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-max-tip-inner {
	position:absolute;
	top: 11px;
}

.yadcf-exclude-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.yadcf-regex-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.yadcf-label.small {
	font-size: 10px;
}

.after{
    margin-left: 10px;
}

/*!
 * shariff - v3.1.1 - Tue, 29 Jan 2019 07:11:05 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2019 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
.shariff:after,.shariff:before{content:" ";display:table}.shariff:after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{overflow:hidden}.shariff li,.shariff li a{height:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.shariff li a{color:#fff;position:relative;display:block;text-decoration:none}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fab,.shariff li .far,.shariff li .fas{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-webkit-box-flex:0;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical.button-style-icon{min-width:35px}.shariff .orientation-vertical.button-style-icon-count{min-width:80px}.shariff .orientation-vertical.button-style-standard{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical.button-style-icon-count li .share_count,.shariff .orientation-vertical.button-style-standard li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%}.shariff .orientation-horizontal.button-style-icon-count li,.shariff .orientation-horizontal.button-style-standard li{min-width:80px}.shariff .orientation-horizontal.button-style-icon-count li .share_count,.shariff .orientation-horizontal.button-style-standard li .share_count{display:block}.shariff .orientation-horizontal.button-style-standard li{width:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.shariff .orientation-horizontal.button-style-standard.shariff-col-1 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text,.shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-6 li{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal.button-style-standard li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-6 li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}@media only screen and (min-width:1024px){.shariff li,.shariff li a{height:30px}.shariff li .fab,.shariff li .far,.shariff li .fas{width:30px;line-height:30px}.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook-f{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook-f{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#f67c1a}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money-bill-alt{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#f67c1a}@media only screen and (min-width:600px){.shariff .flattr .fa-money-bill-alt{font-size:19px}}.shariff .flipboard a{background-color:#e12828}.shariff .flipboard a:hover{background-color:#ff2e2e}.shariff .flipboard .fa-flipboard{font-size:22px}.shariff .theme-white .flipboard a{color:#e12828}@media only screen and (min-width:600px){.shariff .flipboard .fa-flipboard{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin-in{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33aae8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin-in{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .print a{background-color:#999}.shariff .print a:hover{background-color:#a8a8a8}.shariff .print .fa-print{font-size:21px}.shariff .theme-white .print a{color:#999}@media only screen and (min-width:600px){.shariff .print .fa-print{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .pocket a{background-color:#ef4056}.shariff .pocket a:hover{background-color:#ff5066}.shariff .pocket .fa-get-pocket{font-size:22px}.shariff .theme-white .pocket a{color:#ef4056}@media only screen and (min-width:600px){.shariff .pocket .fa-get-pocket{font-size:19px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96d4ee}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465d}.shariff .tumblr a:hover{background-color:#44546b}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}.shariff .weibo a{background-color:#f56770}.shariff .weibo a:hover{background-color:#fa7f8a}.shariff .weibo .fa-weibo{font-size:28px}.shariff .weibo .share_count{color:#0174a4;background-color:#f56770}.shariff .theme-white .weibo a{color:#f56770}@media only screen and (min-width:600px){.shariff .weibo .fa-weibo{font-size:24px}}.shariff .tencent-weibo a{background-color:#26ace0}.shariff .tencent-weibo a:hover{background-color:#38bbeb}.shariff .tencent-weibo .fa-tencent-weibo{font-size:28px}.shariff .tencent-weibo .share_count{color:#0174a4;background-color:#26ace0}.shariff .theme-white .tencent-weibo a{color:#26ace0}@media only screen and (min-width:600px){.shariff .tencent-weibo .fa-tencent-weibo{font-size:24px}}.shariff .telegram a{background-color:#08c}.shariff .telegram a:hover{background-color:#007dbb}.shariff .telegram .fa-telegram{font-size:28px}.shariff .theme-white .telegram a{color:#08c}@media only screen and (min-width:600px){.shariff .telegram .fa-telegram{font-size:22px}}.shariff .qzone a{background-color:#2b82d9}.shariff .qzone a:hover{background-color:#398fe6}.shariff .qzone .fa-qq{font-size:28px}.shariff .qzone .share_count{color:#0174a4;background-color:#2b82d9}.shariff .theme-white .qzone a{color:#2b82d9}@media only screen and (min-width:600px){.shariff .qzone .fa-qq{font-size:24px}}.shariff .vk a{background-color:#5d7fa4}.shariff .vk a:hover{background-color:#678eb4}.shariff .vk .fa-vk{font-size:22px}.shariff .vk .share_count{color:#55677d;background-color:#fff}.shariff .theme-white .vk a{color:#3b5998}@media only screen and (min-width:600px){.shariff .vk .fa-vk{font-size:19px}}
@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing,10px)*2)}}@media(min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing,10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing,10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-top:var(--plyr-menu-arrow-size,4px) solid hsla(0,0%,100%,.9);border-width:var(--plyr-menu-arrow-size,4px);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7 - var(--plyr-menu-arrow-size,4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing,10px)*.7/1.5) calc(var(--plyr-control-spacing,10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing,10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing,10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing,10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing,10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing,10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing,10px)*.7*-1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height,13px)*2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height,13px)/2*-1 - var(--plyr-range-track-height,5px)/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"\2044";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media(max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing,10px)/2) calc(var(--plyr-control-spacing,10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress__buffer,.plyr__progress input[type=range]{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height,5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing,10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing,10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing,10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing,10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing,10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing,10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/***********************************/
/*         CSS sgch Onlinewelt     */
/***********************************/
.hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.tilehover-boxshadow-transition {
  -webkit-transition: all ease 0.85s;
  transition: all ease 0.85s;
}
.tilehover-boxshadow {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.55);
}
.focus-boxshadow {
  -webkit-box-shadow: 0px 0px 4px 0px #008334;
  box-shadow: 0px 0px 4px 0px #008334;
}
.focus-boxshadow-inverse {
  -webkit-box-shadow: 0px 0px 4px 0px #fff;
  box-shadow: 0px 0px 4px 0px #fff;
}
/* Variables */
@media screen and (min-width: 1025px) {
  .no-desktop-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .no-mobile-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /*.portalsg-paragraph .portalsg-p-container {padding-left: 0 !important; padding-right: 0 !important;}*/
  }
}
@media screen and (max-width: 1024px) {
  .no-mobile-left-gutter {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .no-mobile-right-gutter {
    padding-right: 0;
  }
}
.position-relative {
  position: relative;
}
.helveticabold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helveticaregular {
  font-weight: 200;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
}
.helvetica300 {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helvetica500 {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helvetica700 {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helvetica800 {
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fontawesome {
  font-family: "Font Awesome 5 Pro";
}
.p15 {
  font-size: 15px;
  line-height: 1.6em;
}
.full-width {
  width: 100%;
}
.border-0 {
  border: none !important;
}
.x-scroll-wrapper {
  max-width: 100%;
  overflow-x: auto;
}
.text-black {
  color: #101010 !important;
}
.grey-darkest {
  color: #404040;
}
.bold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.overflow-hidden {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .hidden-xs {
    display: none !important;
  }
}
.p-0vr-bot {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .p-1vr-bot {
    padding-bottom: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .p-1vr-bot {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .p-2vr-bot {
    padding-bottom: calc(25.2px * 2);
  }
}
@media screen and (max-width: 1024px) {
  .p-2vr-bot {
    padding-bottom: calc(22px * 2);
  }
}
@media screen and (min-width: 1025px) {
  .p-3vr-bot {
    padding-bottom: calc(25.2px * 3);
  }
}
@media screen and (max-width: 1024px) {
  .p-3vr-bot {
    padding-bottom: calc(22px * 3);
  }
}
@media screen and (min-width: 1025px) {
  .p-4vr-bot {
    padding-bottom: calc(25.2px * 4);
  }
}
@media screen and (max-width: 1024px) {
  .p-4vr-bot {
    padding-bottom: calc(22px * 4);
  }
}
.p-0vr-top {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .p-1vr-top {
    padding-top: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .p-1vr-top {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .p-2vr-top {
    padding-top: calc(25.2px * 2);
  }
}
@media screen and (max-width: 1024px) {
  .p-2vr-top {
    padding-top: calc(22px * 2);
  }
}
@media screen and (min-width: 1025px) {
  .p-3vr-top {
    padding-top: calc(25.2px * 3);
  }
}
@media screen and (max-width: 1024px) {
  .p-3vr-top {
    padding-top: calc(22px * 3);
  }
}
@media screen and (min-width: 1025px) {
  .p-4vr-top {
    padding-top: calc(25.2px * 4);
  }
}
@media screen and (max-width: 1024px) {
  .p-4vr-top {
    padding-top: calc(22px * 4);
  }
}
.m-0vr-bot {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .m-1vr-bot {
    margin-bottom: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .m-1vr-bot {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .m-2vr-bot {
    margin-bottom: calc(25.2px * 2);
  }
}
@media screen and (max-width: 1024px) {
  .m-2vr-bot {
    margin-bottom: calc(22px * 2);
  }
}
@media screen and (min-width: 1025px) {
  .m-3vr-bot {
    margin-bottom: calc(25.2px * 3);
  }
}
@media screen and (max-width: 1024px) {
  .m-3vr-bot {
    margin-bottom: calc(22px * 3);
  }
}
@media screen and (min-width: 1025px) {
  .m-4vr-bot {
    margin-bottom: calc(25.2px * 4);
  }
}
@media screen and (max-width: 1024px) {
  .m-4vr-bot {
    margin-bottom: calc(22px * 4);
  }
}
.m-0vr-top {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .m-1vr-top {
    margin-top: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .m-1vr-top {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .m-2vr-top {
    margin-top: calc(25.2px * 2);
  }
}
@media screen and (max-width: 1024px) {
  .m-2vr-top {
    margin-top: calc(22px * 2);
  }
}
@media screen and (min-width: 1025px) {
  .m-3vr-top {
    margin-top: calc(25.2px * 3);
  }
}
@media screen and (max-width: 1024px) {
  .m-3vr-top {
    margin-top: calc(22px * 3);
  }
}
@media screen and (min-width: 1025px) {
  .m-4vr-top {
    margin-top: calc(25.2px * 4);
  }
}
@media screen and (max-width: 1024px) {
  .m-4vr-top {
    margin-top: calc(22px * 4);
  }
}
.publisg-svg-icon-color-fff {
  filter: invert(100%) sepia(10%) saturate(0%) hue-rotate(277deg) brightness(106%) contrast(102%);
}
.publisg-svg-icon-color-000 {
  filter: invert(0%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.publisg-svg-icon-color-777 {
  filter: invert(46%) sepia(13%) saturate(12%) hue-rotate(5deg) brightness(98%) contrast(91%);
}
/*******************************************/
/*******************************************/
@-webkit-keyframes buttonAnimation {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes buttonAnimation {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes zoomHeaderImg {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
@keyframes zoomHeaderImg {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}
@keyframes slide-down {
  0% {
    height: 174px;
  }
  100% {
    padding-top: 20px;
  }
}
@-webkit-keyframes slide-down {
  0% {
    height: 174px;
  }
  100% {
    padding-top: 20px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    height: 100%;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    height: 100%;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    height: 100%;
  }
  to {
    opacity: 0;
    height: 40%;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    height: 100%;
  }
  to {
    opacity: 0;
    height: 40%;
  }
}
@-webkit-keyframes reduceFontSize {
  from {
    width: 263px;
  }
  to {
    width: 197px;
  }
}
@keyframes reduceFontSize {
  from {
    width: 263px;
  }
  to {
    width: 197px;
  }
}
@-webkit-keyframes dropdownToggleShifterOuter {
  100% {
    margin-left: 0;
  }
}
@keyframes dropdownToggleShifterOuter {
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes dropdownToggleShifterInner {
  50% {
    border: none;
  }
  99.999999% {
    border: none;
  }
  100% {
    border: none;
    padding-top: 30px;
    padding-bottom: 30px;
    height: calc(25.2px * 3);
  }
}
@keyframes dropdownToggleShifterInner {
  50% {
    border: none;
  }
  99.999999% {
    border: none;
  }
  100% {
    border: none;
    padding-top: 30px;
    padding-bottom: 30px;
    height: calc(25.2px * 3);
  }
}
/***********************************/
/*        Browser Resets           */
/***********************************/
.anchorhidden,
.anchorhidden a {
  visibility: hidden;
  font-size: 0;
  content: ".";
  display: block;
  height: 0;
}
/* ------------ Accessibility ------------- */
.hidden {
  display: inline;
  left: -1000px;
  overflow: hidden;
  width: 0px;
  position: absolute;
  top: -1000px;
  height: 0px;
}
#accesskeys {
  line-height: 0;
  list-style-type: none;
  display: inline;
  float: left;
}
#accesskeys button {
  display: none;
}
#accesskeys h2 {
  display: inline;
  left: -1000px;
  overflow: hidden;
  width: 0px;
  position: absolute;
  top: -1000px;
  height: 0px;
}
#accesskeys ul li a:link,
#accesskeys ul li a:visited {
  display: inline;
  height: 0px;
  left: -3000px;
  position: absolute;
  top: -2000px;
  width: 0px;
  z-index: 200;
}
#accesskeys ul li a:active,
#accesskeys ul li a:focus {
  position: absolute;
  background-color: #000000;
  color: #FFFFFF;
  display: block;
  font-size: 0.75em;
  height: auto;
  width: auto;
  top: 0;
  left: 0;
  line-height: 1.2em;
  padding: 5px 8px;
  z-index: 10000000;
  text-decoration: none;
}
.accessibilityTextField {
  height: 20px !important;
  width: 100% !important;
  vertical-align: middle !important;
  padding-left: 0px !important;
  padding-top: 1px !important;
  margin-top: 0px !important;
}
.accessibilityTextArea {
  height: 60px !important;
  width: 100%;
  vertical-align: middle !important;
  padding-left: 0px !important;
  padding-top: 2px !important;
  margin-top: 0px !important;
}
.accessibilityIcon {
  height: 22px !important;
  width: 22px !important;
  vertical-align: top !important;
  margin-top: 0px !important;
}
#headerprint {
  display: none;
  width: 100%;
}
/*****************************************/
/*          Bootstrap Optimisations      */
/*****************************************/
body {
  position: relative;
}
.affix {
  z-index: 999;
}
.navbar {
  min-height: 0px;
}
@media screen and (min-width: 1025px) {
  .navbar-nav > li {
    float: left;
  }
}
.navbar-inverse {
  background-image: none;
}
.navbar-inverse .navbar-nav > * > a {
  border-left: transparent solid 1px;
  border-right: transparent solid 1px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #e3e2da;
  border-right: 1px solid #e3e2da;
}
.dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.container-fluid.highlight,
.container.highlight,
.container-outer.highlight {
  background: #f2f2f2;
  /*  border-top: solid #d6d6cc 2px;
        border-bottom: solid #d6d6cc 2px;*/
}
@media screen and (min-width: 1025px) {
  .container-fluid.highlight.fade-overflow-hidden-desktop,
  .container.highlight.fade-overflow-hidden-desktop,
  .container-outer.highlight.fade-overflow-hidden-desktop {
    overflow: hidden;
    position: relative;
  }
  .container-fluid.highlight.fade-overflow-hidden-desktop:after,
  .container.highlight.fade-overflow-hidden-desktop:after,
  .container-outer.highlight.fade-overflow-hidden-desktop:after {
    content: "";
    height: 100%;
    width: 110px;
    right: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(left, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    background: linear-gradient(to right, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2f2f2', endColorstr='#f2f2f2', GradientType=1);
  }
  .container-fluid.highlight.fade-overflow-hidden-desktop:before,
  .container.highlight.fade-overflow-hidden-desktop:before,
  .container-outer.highlight.fade-overflow-hidden-desktop:before {
    content: "";
    height: 100%;
    width: 110px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 9;
    pointer-events: none;
    background: -moz-linear-gradient(left, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
    background: -webkit-linear-gradient(left, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
    background: linear-gradient(to right, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#00f2f2f2', GradientType=1);
  }
}
.container-fluid.highlight-bluelightest,
.container.highlight-bluelightest,
.container-outer.highlight-bluelightest {
  background: #e5e9ed;
  border-top: solid #ccd4dc 2px;
}
.container-fluid.highlight-greylightest,
.container.highlight-greylightest,
.container-outer.highlight-greylightest {
  background: #f2f2f2;
}
.container-fluid.highlight-lightgreen,
.container.highlight-lightgreen,
.container-outer.highlight-lightgreen,
.container-fluid.highlight-sgsppgreen,
.container.highlight-sgsppgreen,
.container-outer.highlight-sgsppgreen {
  background: #eef5ee;
}
.container-fluid.bordered,
.container.bordered,
.container-outer.bordered {
  border-top: #cfcfcf solid 2px;
}
.container-fluid.bottom-shade,
.container.bottom-shade,
.container-outer.bottom-shade {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.container-fluid.all-paragraph-container,
.container.all-paragraph-container,
.container-outer.all-paragraph-container {
  max-width: 1170px;
}
.container-fluid.all-paragraph-container > .row.no-desktop-gutter,
.container.all-paragraph-container > .row.no-desktop-gutter,
.container-outer.all-paragraph-container > .row.no-desktop-gutter {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .container-fluid.all-paragraph-container .main-navigation.withincontentandmobile,
  .container.all-paragraph-container .main-navigation.withincontentandmobile,
  .container-outer.all-paragraph-container .main-navigation.withincontentandmobile {
    margin-left: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .container-fluid .container.desktop-only-container,
  .container .container.desktop-only-container,
  .container-outer .container.desktop-only-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-fluid .container.container-outer,
.container .container.container-outer,
.container-outer .container.container-outer {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .container-fluid .container.container-outer,
  .container .container.container-outer,
  .container-outer .container.container-outer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: 2200px;
  }
}
@media (max-width: 1199px) {
  .container-fluid .container.container-outer.affix,
  .container .container.container-outer.affix,
  .container-outer .container.container-outer.affix {
    width: 100%;
  }
}
.container-sg-rightaligned.overlap-left {
  padding-left: calc((100% - 1210px + 30px) / 2) !important;
}
.highlight-lightgreen,
.highlight-sgsppgreen {
  background: #eef5ee;
}
@media screen and (max-width: 1024px) {
  #content .container-outer > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#content {
  /*.container:not(.no-vertical-space) {
        @media @desktop {margin-top: 84px; margin-bottom: 84px;}
        @media @mobile {margin-top: 22px; margin-bottom: 22px;}
    }
    .container.container-space-bottom {
        @media @desktop {margin-bottom: 84px;}
        @media @mobile {margin-bottom: 22px;}
    }*/
}
@media screen and (max-width: 1024px) {
  #content {
    overflow: hidden;
  }
}
.navbar-brand {
  padding: 0;
}
.navbar-brand.txt-brand {
  font-weight: 800;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .navbar-brand.txt-brand {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .navbar-brand.txt-brand {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-brand.txt-brand {
    display: none;
    /*width: 224px; font-size: 19px; padding-top: 16px; padding-left: 24px;*/
  }
}
.navbar-brand.txt-brand .page-header {
  margin: 0;
  border: none;
  float: left;
  max-width: 100%;
}
.navbar-brand.txt-brand .page-header h1 {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 900;
  margin: 0;
  letter-spacing: 0.01em;
}
.navbar-brand.txt-brand .page-header h1.color-black {
  color: #101010;
}
@media screen and (max-width: 1024px) {
  .navbar-brand.txt-brand .page-header img {
    width: 166px;
  }
}
@media screen and (min-width: 1025px) {
  .navbar-brand.txt-brand .phantom-brand {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-brand.txt-brand .phantom-brand {
    margin-left: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .navbar-brand.txt-brand .phantom-brand {
    display: inline-block;
    float: left;
    padding: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-brand.txt-brand .phantom-brand img {
    width: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .navbar-brand.txt-brand .phantom-brand img {
    width: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-brand.img-brand {
    /*display: none;*/
  }
}
@media screen and (min-width: 1025px) {
  #wrapper.berichthome .navbar-brand.txt-brand .page-header {
    padding-left: 25px;
  }
}
#wrapper.berichthome .navbar-brand.txt-brand .page-header h1 {
  /*-webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}
#wrapper.berichthome.color-black .navbar-brand.txt-brand .page-header h1 {
  color: #101010;
}
#wrapper.berichthome nav.navbar.affix .navbar-brand.txt-brand .page-header h1 {
  /*-webkit-text-stroke-width: initial; -webkit-text-stroke-color: initial; text-shadow: none;*/
}
@media screen and (min-width: 1025px) {
  #wrapper.berichtdetail .navbar-brand.txt-brand .page-header {
    padding-left: 25px;
  }
}
#wrapper.berichtdetail.no-image .navbar-brand.txt-brand .page-header h1 {
  color: #101010;
}
.top-nav {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-nav .img-brand .logo-default {
    display: none;
    visibility: hidden;
    width: 0px;
    height: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top-nav.affix {
    position: fixed;
  }
}
@media screen and (max-width: 1024px) {
  .top-nav.affix {
    height: 0 !important;
    width: 0px !important;
  }
}
.top-nav.affix .navbar-brand .logo-inverse {
  display: none;
  visibility: hidden;
  width: 0px;
  height: 0;
}
.top-nav.affix-top .navbar-brand .logo-default,
.top-nav:not(.affix) .navbar-brand .logo-default {
  display: none;
  visibility: hidden;
  width: 0px;
  height: 0;
}
#wrapper:not(.berichtdetail.no-image) .top-nav-container {
  position: absolute;
  top: 0;
  width: 100%;
}
#wrapper:not(.berichtdetail.no-image) .top-nav.affix-top,
#wrapper:not(.berichtdetail.no-image) .top-nav:not(.affix) {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .topnavcontainer-rightaligned {
    padding-left: calc((100% - 1177px) / 2);
    width: 100%;
  }
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: inherit;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: none;
}
@media screen and (max-width: 1024px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row.padding-top-bottom {
  padding-bottom: 20px;
}
.list-group {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.list-group .list-group-item {
  border: solid black 4px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.list-group .list-group-item:first-child {
  border-top: solid #000 3px;
}
.list-group .list-group-item.simple {
  border: none;
}
/*****************************************/
/*                 Basic Grid            */
/*****************************************/
#main {
  margin: 0 auto;
}
.m-0 {
  margin: 0;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1320px) {
  .no-gutter {
    /*  padding-left: 15px;
        padding-right: 15px;   */
  }
}
.no-gutter.no-left-gutter {
  padding-left: 0 !important;
}
.no-left-gutter {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .container.tabletportrait-right-aligned {
    padding-right: 0 !important;
    margin-right: -2px;
    overflow: hidden;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .container.tabletportrait-right-aligned {
    margin-right: -2px;
  }
}
@media screen and (max-width: 798px) and (min-width: 768px) {
  .container.no-gutter {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .container.no-gutter-mobile-right {
    padding-right: 0;
    overflow: hidden;
  }
}
.container.container-small {
  width: 780px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .container.container-small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .container.container-wide {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 2201px) {
  .container.container-wide .publisg-carousel-berichte,
  .container.container-wide .quotes-carousel,
  .container.container-wide .numbers-carousel,
  .container.container-wide .imggallerie-carousel,
  .container.container-wide .html-carousel {
    margin-right: calc((1210px - 2200px - 31px) / 2) !important;
  }
}
@media screen and (min-width: 1221px) and (max-width: 2200px) {
  .container.container-wide .publisg-carousel-berichte,
  .container.container-wide .quotes-carousel,
  .container.container-wide .numbers-carousel,
  .container.container-wide .imggallerie-carousel,
  .container.container-wide .html-carousel {
    margin-right: calc((1190px - 100vw) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .container.container-wide .publisg-carousel-berichte,
  .container.container-wide .quotes-carousel,
  .container.container-wide .numbers-carousel,
  .container.container-wide .imggallerie-carousel,
  .container.container-wide .html-carousel {
    margin-right: -15px;
  }
}
.container-fluid {
  max-width: 2200px;
}
/*****************************************/
/*          Home Specific Styles         */
/*****************************************/
/*****************************************/
/*       sgch-Specific Grid Columns      */
/*****************************************/
.col-sgch-specific {
  float: left;
  min-height: 1px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.col-sgch-5-12 {
  float: left;
  min-height: 1px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1025px) {
  .col-sgch-5-12 {
    width: calc(100% / 5);
  }
}
@media screen and (max-width: 1024px) {
  .col-sgch-5-12 {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 480px) {
  .col-sgch-5-12 {
    width: calc(100% / 2);
  }
}
/*****************************************/
/*              Header               */
/*****************************************/
@media screen and (max-width: 1024px) {
  .generic-section .navbar-nav {
    position: absolute;
    right: 0;
    width: 100px;
    top: 0;
    padding-top: 6px;
  }
  .generic-section .navbar-nav .main-nav-top {
    display: inline-block;
    float: left;
  }
  .generic-section .navbar-nav .main-nav-top.searchtoggler {
    width: 50px;
    z-index: 9999;
  }
  .generic-section .navbar-nav .main-nav-top.mobile-toggler {
    width: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .navbar-brand.img-brand {
    height: auto;
  }
  .navbar-brand.img-brand:not(.phantom-brand) {
    width: 100%;
  }
  .navbar-brand.img-brand > a img {
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-brand {
    height: 62px;
  }
  .navbar-brand.img-brand > a img {
    /*width: 280px;*/
    height: 62px;
  }
}
@media screen and (min-width: 1025px) {
  nav.navbar.top-nav {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  nav.navbar.top-nav {
    padding-top: 25px;
    border-color: transparent;
  }
}
nav.navbar.top-nav .navbar-content {
  padding-top: 3px;
}
nav.navbar.affix {
  width: 100%;
  z-index: 99999;
  max-width: 1420px;
  border-bottom: solid #D8D5C5 1px;
  left: 0;
  max-width: 100% !important;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  nav.navbar.affix {
    -webkit-animation: slide-down 2s;
    animation: slide-down 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.28);
    height: calc(25.2px * 3);
  }
}
@media screen and (max-width: 1024px) {
  nav.navbar.affix {
    height: calc(22px * 3);
  }
}
@media screen and (min-width: 1025px) {
  nav.navbar.affix + .jumbotron {
    border-top: solid #fff 150px;
  }
}
nav.navbar.affix .navbar-brand {
  height: 52px;
}
nav.navbar.affix .navbar-brand.img-brand {
  pointer-events: none;
}
nav.navbar.affix .navbar-brand.img-brand img.logo-inverse {
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: hidden;
}
nav.navbar.affix .navbar-brand.img-brand img.logo-default {
  -webkit-transition: all 1s;
  transition: all 1s;
}
nav.navbar.affix .navbar-brand.txt-brand .page-header h1 {
  color: #000;
}
@media screen and (min-width: 1025px) {
  nav.navbar.affix .navbar-brand.txt-brand .phantom-brand {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility: visible;
  }
}
nav.navbar.affix .navbar-content {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  nav.navbar.affix .navbar-content .generic-section {
    margin-top: -22px;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    -webkit-animation: shiftRight 0.5s;
    animation: shiftRight 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  nav.navbar.affix .navbar-content .generic-section {
    /*    position: fixed;
                right: 0;
                top: 0;
                margin-top: 25px;*/
  }
}
@media screen and (min-width: 1025px) {
  nav.navbar.affix .navbar-content .generic-section .dropdown {
    -webkit-animation: dropdownToggleShifterOuter 0.5s;
    animation: dropdownToggleShifterOuter 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}
@media screen and (min-width: 1025px) {
  nav.navbar.affix .navbar-content .generic-section .dropdown-toggle {
    -webkit-animation: dropdownToggleShifterInner 1.5s;
    animation: dropdownToggleShifterInner 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
.affix {
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/************************/
/* Menus */
/************************/
body.quickmenu-overlay-show {
  height: 100vh;
  overflow: hidden;
}
body.quickmenu-overlay-show nav.toggle-nav {
  z-index: 999999 !important;
}
body.quickmenu-overlay-show .menu-toggler > a {
  z-index: 999999 !important;
  /*
            font-size: 15px;
            line-height: 18px;
            font-weight: 400;*/
}
body.quickmenu-overlay-show .menu-toggler .dropdown-menu-fullwidth {
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  padding: 0;
  border: none !important;
  max-height: 100%;
  position: fixed;
}
body.quickmenu-overlay-show .menu-toggler .dropdown-menu-fullwidth .container-fluid {
  height: 100%;
}
body.quickmenu-overlay-show .navigationbutton .icon i:before {
  content: "\f00d";
}
@media screen and (min-width: 1025px) {
  .sticky-navigation-v1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sticky-navigation-v1 .main-navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .sticky-navigation {
    width: 300px;
  }
  .sticky-navigation > .main-navigation {
    width: 300px;
    position: absolute;
    z-index: 99;
  }
  .sticky-navigation.affix .main-navigation {
    top: 25px;
  }
  .sticky-navigation.affix .main-navigation .main-topics {
    overflow-y: auto;
    display: inline-block;
    max-height: calc(100vh - 75px - 62px - 62px - 60px);
    /*scrollbar-gutter: stable;*/
  }
  .sticky-navigation.affix .main-navigation .main-topics::-webkit-scrollbar {
    width: 5px;
  }
  .sticky-navigation.affix .main-navigation .main-topics::-webkit-scrollbar-track {
    background: #EFEFEF;
  }
  .sticky-navigation.affix .main-navigation .main-topics::-webkit-scrollbar-thumb {
    background: #888;
  }
  .sticky-navigation.affix .main-navigation .main-topics::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  ul.my-report {
    padding-top: 20px;
  }
  ul.my-report li a {
    display: block;
    color: #101010;
    padding: 5px 20px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
  }
  ul.my-report li a i {
    width: 25px;
    margin-right: 10px;
  }
  .contentrow > .container-fluid:not(.no-gutter):not(.no-desktop-gutter) {
    padding-right: 30px;
  }
  .publisg-main-navigation .navbar-nav {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1025px) {
  #content {
    padding-top: calc(25.2px * 3);
  }
}
@media screen and (max-width: 1024px) {
  #content {
    padding-top: calc(22px * 2);
  }
}
@media screen and (min-width: 1025px) {
  #wrapper.home #content {
    padding-top: calc(25.2px * 4);
  }
}
@media screen and (max-width: 1024px) {
  #wrapper.home #content {
    padding-top: calc(22px * 2);
  }
}
@media screen and (min-width: 1025px) {
  #wrapper.berichthome #content,
  #wrapper.berichtdetail #content {
    padding-top: calc(25.2px * 3);
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper.berichthome #content,
  #wrapper.berichtdetail #content {
    /*padding-top: calc(@vertical-grid-row-mobile * 2);*/
    padding-top: 0;
  }
}
#wrapper.detail.search #content {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .top-nav {
    margin-bottom: 25.2px;
    height: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top-nav {
    margin-bottom: 22px;
    height: calc(22px * 3);
  }
}
.top-nav .generic-section .dropdown-menu {
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.top-nav .generic-section ul.nav li a.dropdown-toggle {
  color: #101010;
  text-align: center;
  display: block;
  line-height: 1.2em;
  font-weight: 600;
  padding-right: 0;
  margin-left: 3px;
  width: 50px;
  padding-left: 0;
}
@media screen and (min-width: 1025px) {
  .top-nav .generic-section ul.nav li a.dropdown-toggle {
    height: calc(25.2px * 2);
  }
}
@media screen and (max-width: 1024px) {
  .top-nav .generic-section ul.nav li a.dropdown-toggle {
    height: calc(22px * 2);
  }
}
.top-nav .generic-section ul.nav li a.dropdown-toggle i {
  margin-bottom: 10px;
  font-size: 27px;
}
@media screen and (max-width: 1024px) {
  .top-nav .generic-section ul.nav li.main-nav-top:not(.searchtoggler) {
    display: none;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler i.fas {
    font-size: 22px;
    margin-top: 2px;
  }
}
.top-nav .generic-section ul.nav li.main-nav-top.open > a > i.fas:before {
  content: "\f00d";
}
.top-nav .generic-section ul.nav li.main-nav-top ul {
  width: 360px;
  font-size: 30px;
  font-weight: 600;
  text-align: right;
  padding-left: 0;
}
.top-nav .generic-section ul.nav li.main-nav-top .search-area > ul {
  width: 100%;
  text-align: center;
}
.top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth {
  width: 100%;
  position: fixed;
  height: 100%;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth {
    top: 87px;
  }
}
@media screen and (max-width: 1024px) {
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth {
    font-size: 16px;
    padding-top: 0;
    top: 65px;
    border-top: solid #d6d6cc 2px;
    background: #f2f2f2;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .tilebox-search {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .description {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .tilebox {
    margin-top: 0 !important;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .container:first-child {
    padding-top: 10px !important;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .oc-radio {
    height: 33px;
  }
}
@media screen and (min-width: 1025px) {
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .container:first-child {
    padding: 30px 0 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .container:first-child .tilecontainer-search {
    padding-bottom: 0;
  }
}
.top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .container:first-child .no-gutter {
  padding-left: 0 15px !important;
}
.top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .tilebox-main {
  margin-top: 44px;
}
@media screen and (min-width: 1025px) {
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .highlight {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .highlight {
    height: auto;
    border: none;
  }
}
.top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu {
  padding-right: 0;
}
@media screen and (min-width: 1025px) {
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu {
    width: 100%;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 87px;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav {
    width: 100%;
    max-width: 1560px;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview {
    width: 100%;
    float: left;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview > ul > li {
    padding-right: 25.2px;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview > ul > li ul li:not(.has-mobile-sub) {
    padding-right: 40px;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul {
    width: 100%;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li {
    display: inline-block;
    float: left;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-1 {
    display: none;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-2 a,
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current li a {
    padding-left: 50px;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current button.mobile-levelup-trigger {
    display: inline-block;
    float: left;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 19px 15px;
    font-size: 20px;
    top: 0;
    left: 0;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current button.mobile-levelup-trigger.mobile-visible {
    display: inline-block !important;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current > a {
    pointer-events: none;
    color: #101010;
    padding: 19px calc(25.2px + 40px) 5px 13px;
    background: none;
    font-size: 18px;
    text-align: right;
    display: inline-block;
    width: 50%;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current > .levelup-area {
    float: left;
    width: 50%;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current > .levelup-area:empty + a {
    text-align: left;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current > .levelup-area .levelup-title {
    text-align: left;
    display: inline-block;
    font-size: 18px;
    margin-left: 25.2px;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current ul {
    padding-top: 0;
    float: right;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current ul li a {
    float: left;
    width: calc(100% - 40px);
    padding-right: 25.2px;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current ul li:not(.has-mobile-sub) a {
    width: 100%;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current ul li .submenu-trigger,
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current ul li .submenu-trigger.mobile-visible {
    display: inline-block !important;
    float: right;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current ul li .submenu-trigger button,
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current ul li .submenu-trigger.mobile-visible button {
    padding: 0;
    width: 40px;
    background: none;
    border: solid 2px #e7e7e7;
    color: #008334;
    font-size: 26px;
    position: relative;
    /*  &:before {
                                                                        border-left: solid 2px #cfcfcf;
                                                                        content: "";
                                                                        position: absolute;
                                                                        left: 0;
                                                                        width: 3px;
                                                                        top: 5px;
                                                                        height: calc(100% - 10px);
                                                                    }*/
  }
}
@media screen and (min-width: 1025px) and screen and (max-width: 1024px) {
  .top-nav .generic-section ul.nav li.main-nav-top.quickmenutoggler .dropdown-menu .navbar-nav .nav-list-overview ul li.nav-level-current > .levelup-area .levelup-title {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top-nav .generic-section ul.nav li#mobile-toggler {
    height: 45px;
  }
  .top-nav .generic-section ul.nav li#mobile-toggler a.toggle-right-nav {
    padding-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    padding-bottom: 0;
    color: #000;
  }
  .top-nav .generic-section ul.nav li#mobile-toggler i {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .top-nav .generic-section ul.nav li#mobile-toggler {
    display: none;
  }
}
.top-nav li:first-child > a {
  padding-left: 0;
}
@media screen and (min-width: 1025px) {
  .top-nav .nav > li > a {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
#menu-overlay {
  display: none;
}
@media screen and (min-width: 1025px) {
  body.search-overlay-show,
  body.quickmenu-overlay-show {
    overflow: hidden;
  }
  body.search-overlay-show .top-nav.affix,
  body.quickmenu-overlay-show .top-nav.affix {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  body.search-overlay-show .container-fluid.highlight,
  body.quickmenu-overlay-show .container-fluid.highlight {
    border-top: none;
    border-bottom: none;
  }
  body.search-overlay-show .dropdown-toggle,
  body.quickmenu-overlay-show .dropdown-toggle {
    border-color: transparent !important;
  }
  body.search-overlay-show .dropdown-toggle:before,
  body.quickmenu-overlay-show .dropdown-toggle:before {
    content: "";
    border: solid #fff 3px;
    position: absolute;
    left: -4px;
    top: 0;
    height: 100%;
  }
  body.search-overlay-show nav.navbar.affix,
  body.quickmenu-overlay-show nav.navbar.affix {
    border-bottom: none;
  }
  body.search-overlay-show #menu-overlay,
  body.quickmenu-overlay-show #menu-overlay {
    display: block;
    background: #fff;
    position: fixed;
    top: calc(25.2px * 3);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }
  body.search-overlay-show .main-nav-top.open .dropdown-menu ul,
  body.quickmenu-overlay-show .main-nav-top.open .dropdown-menu ul {
    text-align: center;
  }
  body.search-overlay-show .main-nav-top.open .dropdown-menu li a,
  body.quickmenu-overlay-show .main-nav-top.open .dropdown-menu li a {
    padding: 0;
    display: block;
  }
  body.search-overlay-show .main-nav-top.open .dropdown-menu li a:hover,
  body.quickmenu-overlay-show .main-nav-top.open .dropdown-menu li a:hover {
    background: none;
  }
  body.search-overlay-show li.quickmenutoggler {
    display: none !important;
  }
  body.search-overlay-show .dropdown-menu {
    background-color: #ebebe6;
  }
  body.quickmenu-overlay-show li.searchtoggler {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and screen and (max-height: 700px) {
  body.search-overlay-show .main-nav-top.open .dropdown-menu li a,
  body.quickmenu-overlay-show .main-nav-top.open .dropdown-menu li a {
    font-size: 2.5vh;
  }
}
/* Sidenavigation */
#content.has-sidenav {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #content.has-sidenav {
    min-height: 400px;
  }
}
@media screen and (min-width: 1025px) {
  #sgch-sidebar-functions {
    position: absolute;
    right: 0;
    top: 270px;
    padding: 0;
    z-index: 99;
  }
}
@media screen and (max-width: 1024px) {
  #sgch-sidebar-functions {
    position: absolute;
    right: 0;
    top: 100px;
    padding: 0;
    z-index: 99;
  }
}
#sgch-sidebar-functions ul.nav {
  overflow-x: hidden;
  /*@media @mobile {width: 100%; right: -100% !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}*/
}
#sgch-sidebar-functions ul.nav > li {
  margin-top: 0;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  #sgch-sidebar-functions ul.nav > li {
    right: calc(60px - 100%) !important;
  }
}
@media screen and (max-width: 1024px) {
  #sgch-sidebar-functions ul.nav > li {
    float: left;
    right: 0 !important;
    width: 100%;
    /*&:first-child a {border-left: none;}*/
  }
}
#sgch-sidebar-functions ul.nav > li a {
  padding-right: 20px;
  margin-right: -1px;
  padding-left: 20px;
}
#sgch-sidebar-functions ul.nav > li a.active,
#sgch-sidebar-functions ul.nav > li a:hover {
  text-decoration: none;
  border-color: #008334;
  z-index: 9;
}
#sgch-sidebar-functions ul.nav > li a.active .description,
#sgch-sidebar-functions ul.nav > li a:hover .description {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  #sgch-sidebar-functions ul.nav > li a {
    border: solid 2px #cfcfcf;
  }
}
@media screen and (max-width: 1024px) {
  #sgch-sidebar-functions ul.nav > li a {
    /*height: 80px; border-top: solid 2px @grey-lighter; padding-top: 24px;*/
    border: solid 1px #cfcfcf;
    padding: 5px;
    font-size: 26px;
    text-align: center;
    display: block;
  }
  #sgch-sidebar-functions ul.nav > li a:hover {
    border-color: inherit;
    background-color: transparent;
  }
}
#sgch-sidebar-functions ul.nav > li .description {
  font-size: 15px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1024px) {
  #sgch-sidebar-functions ul.nav > li .description {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 1025px) {
  #sgch-sidebar-functions ul.nav > li + li {
    margin-top: -2px;
  }
}
@media screen and (max-width: 1024px) {
  #sgch-sidebar-functions ul.nav > li + li {
    margin-right: -2px;
  }
}
#sgch-sidebar-functions ul.nav > li i {
  width: 45px;
}
#sgch-sidebar-functions ul.nav > li:hover,
#sgch-sidebar-functions ul.nav > li:hover a {
  text-decoration: none !important;
}
#sgch-sidebar-functions ul.nav > li#social-share > a {
  border-bottom: none;
}
@media screen and (min-width: 1025px) {
  #sgch-sidebar-functions ul.nav > li#social-share {
    border-bottom: solid 2px #cfcfcf;
  }
}
#sgch-sidebar-functions ul.nav > li#social-share #share-buttons {
  border-left: solid 2px #cfcfcf;
}
#sgch-sidebar-functions ul.nav > li#social-share #share-buttons ul li.shariff-button {
  margin: 0;
  border: none;
  border-right: dotted #e7e7e7 2px;
}
#sgch-sidebar-functions ul.nav > li#social-share #share-buttons ul li.shariff-button a {
  padding: 0;
  border: none;
}
#sgch-sidebar-functions ul.nav > li#social-share #share-buttons ul li.shariff-button a:hover {
  background: #e7e7e7;
}
@media screen and (min-width: 1025px) {
  #sgch-sidebar-functions ul.nav > li#social-share #share-buttons ul li.shariff-button.whatsapp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #sgch-sidebar-functions ul.nav > li#social-share #share-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #sgch-sidebar-functions ul.nav > li#social-share #share-buttons a {
    display: block;
    z-index: 999;
  }
}
#sgch-sidebar-functions ul.nav > li#social-share.activated > a:hover {
  border-bottom: none;
}
#sgch-sidebar-functions ul.nav > li#social-share.activated > a:hover + #share-buttons {
  border: solid #008334 2px;
  border-top: none;
  border-right: none;
}
@media screen and (max-width: 1024px) {
  #sgch-sidebar-functions ul.nav > li#social-share.activated a i {
    transition: all ease 0.5s;
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1024px) {
  #sgch-sidebar-functions ul.nav > li#social-share.activated #share-buttons {
    border-left: none;
  }
}
@media screen and (min-width: 1025px) {
  #sgch-sidebar-functions ul.nav > li#social-share.activated #share-buttons {
    border-left: solid 2px #cfcfcf;
  }
}
#sgch-sidebar-functions ul.nav > li#social-share:not(.activated) > a:hover {
  border-bottom: solid #008334 2px;
}
@media screen and (max-width: 1024px) {
  #sgch-sidebar-functions ul.nav > li#social-share:not(.activated) a i {
    transition: all ease 0.5s;
  }
}
#sgch-sidebar-functions ul.nav.affix {
  right: 0;
  top: 4px;
}
#sgch-sidebar-functions ul.nav.affix > li {
  right: -1px;
}
@media screen and (min-width: 1025px) {
  #sgch-sidebar-functions ul.nav.affix > li {
    display: none;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  #sgch-sidebar-functions ul.nav.affix > li {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #sgch-sidebar-functions ul.nav.affix > li:not(.active) {
    right: -80%;
  }
}
@media screen and (min-width: 1025px) {
  #sgch-sidebar-functions ul.nav.affix:hover li,
  #sgch-sidebar-functions ul.nav.affix-top:hover li {
    right: -1px !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}
body.loading-3s #sgch-sidebar-functions ul.affix-top li:not(.active) {
  right: 0 !important;
}
#sgch-sidebar-functions ul.affix-top li {
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.search-area {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .search-area {
    margin-top: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .search-area {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .search-area.search-filter {
    display: block;
  }
}
.search-area ul {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .search-area ul {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .search-area ul {
    float: left !important;
    display: block !important;
    width: 100%;
    text-align: left;
  }
}
.search-area ul li {
  display: inline-block;
  margin-right: 12px;
}
.search-area ul .search-topic {
  margin-top: -15px;
}
.search-area .description {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-berichte {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
.search-berichte label {
  margin: 0;
}
.search-berichte label span {
  margin-top: 0 !important;
}
.search-berichte label span.description {
  float: left;
  margin-top: 3px !important;
}
.search-berichte label.input-label.search-label {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .search-berichte label.input-label.search-label {
    height: 58px;
  }
}
@media screen and (max-width: 1024px) {
  .search-berichte label.input-label.search-label {
    height: 50px;
  }
}
.search-berichte label.input-label.search-label.empty span {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1024px) {
  .search-berichte label.input-label.search-label.empty span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .search-berichte label.input-label.search-label.empty span {
    font-size: 20px;
  }
}
.search-berichte label.input-label.search-label.labelfocus span {
  font-size: inherit;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-berichte label.input-label.search-label.notempty span {
  font-size: inherit;
  color: #636363;
}
.search-berichte label.input-label.search-label input[type="search"],
.search-berichte label.input-label.search-label input[type="text"] {
  height: 100%;
  border: solid 2px #878787;
  background: #fff;
  color: #404040 !important;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0 !important;
}
@media screen and (min-width: 1025px) {
  .search-berichte label.input-label.search-label input[type="search"],
  .search-berichte label.input-label.search-label input[type="text"] {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .search-berichte label.input-label.search-label input[type="search"],
  .search-berichte label.input-label.search-label input[type="text"] {
    font-size: 16px;
  }
}
.search-berichte label.input-label.search-label input[type="search"]::-webkit-input-placeholder,
.search-berichte label.input-label.search-label input[type="text"]::-webkit-input-placeholder {
  color: #878787 !important;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1025px) {
  .search-berichte label.input-label.search-label input[type="search"]::-webkit-input-placeholder,
  .search-berichte label.input-label.search-label input[type="text"]::-webkit-input-placeholder {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .search-berichte label.input-label.search-label input[type="search"]::-webkit-input-placeholder,
  .search-berichte label.input-label.search-label input[type="text"]::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.search-berichte label.input-label.search-label input[type="search"]::-moz-placeholder,
.search-berichte label.input-label.search-label input[type="text"]::-moz-placeholder {
  color: #878787 !important;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1025px) {
  .search-berichte label.input-label.search-label input[type="search"]::-moz-placeholder,
  .search-berichte label.input-label.search-label input[type="text"]::-moz-placeholder {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .search-berichte label.input-label.search-label input[type="search"]::-moz-placeholder,
  .search-berichte label.input-label.search-label input[type="text"]::-moz-placeholder {
    font-size: 16px;
  }
}
.search-berichte label.input-label.search-label input[type="search"]:-ms-input-placeholder,
.search-berichte label.input-label.search-label input[type="text"]:-ms-input-placeholder {
  color: #878787 !important;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1025px) {
  .search-berichte label.input-label.search-label input[type="search"]:-ms-input-placeholder,
  .search-berichte label.input-label.search-label input[type="text"]:-ms-input-placeholder {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .search-berichte label.input-label.search-label input[type="search"]:-ms-input-placeholder,
  .search-berichte label.input-label.search-label input[type="text"]:-ms-input-placeholder {
    font-size: 16px;
  }
}
.search-berichte label.input-label.search-label input[type="search"]:-moz-placeholder,
.search-berichte label.input-label.search-label input[type="text"]:-moz-placeholder {
  color: #878787 !important;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1025px) {
  .search-berichte label.input-label.search-label input[type="search"]:-moz-placeholder,
  .search-berichte label.input-label.search-label input[type="text"]:-moz-placeholder {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .search-berichte label.input-label.search-label input[type="search"]:-moz-placeholder,
  .search-berichte label.input-label.search-label input[type="text"]:-moz-placeholder {
    font-size: 16px;
  }
}
.search-berichte label.input-label.search-label span {
  color: #878787;
}
.search-berichte label.input-label.selectlabel {
  /* IE11 hide native button */
}
.search-berichte label.input-label.selectlabel:after {
  content: '\f078';
  font-family: "Font Awesome 5 Pro";
  color: #101010;
  right: 18px;
  top: 16px;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.search-berichte label.input-label.selectlabel select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #000;
  border-radius: 0;
  color: #101010;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  height: 58px;
  padding-left: 10px !important;
  padding-right: 30px !important;
}
@media screen and (max-width: 1024px) {
  .search-berichte label.input-label.selectlabel select {
    font-size: 16px;
    line-height: 22px;
    height: 50px;
  }
}
.search-berichte label.input-label.selectlabel select::-ms-expand {
  display: none;
}
.search-berichte button.search-go {
  position: absolute;
  right: 18px;
  top: 0;
  border: none;
  background: none;
  color: #101010;
  outline: none;
}
@media screen and (min-width: 1025px) {
  .search-berichte button.search-go {
    font-size: 22px;
    padding: 13px 18px 13px 18px;
  }
}
@media screen and (max-width: 1024px) {
  .search-berichte button.search-go {
    font-size: 22px;
    padding: 8px 12px;
  }
}
.search-berichte form.searchform {
  position: relative;
  width: 100%;
}
.search-berichte form.searchform label.search-label {
  width: 100%;
}
.search-berichte form.searchform label.search-label input.searchfield {
  width: 100%;
  padding-right: 50px;
  border: solid 1px #000;
}
@media screen and (min-width: 1025px) {
  .search-berichte form.searchform label.search-label input.searchfield::-webkit-input-placeholder {
    color: transparent;
  }
}
@media screen and (min-width: 1025px) {
  .search-berichte form.searchform label.search-label input.searchfield:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
}
@media screen and (min-width: 1025px) {
  .search-berichte form.searchform label.search-label input.searchfield::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
}
@media screen and (min-width: 1025px) {
  .search-berichte form.searchform label.search-label input.searchfield:-ms-input-placeholder {
    color: transparent;
  }
}
@media screen and (max-width: 1024px) {
  .search-berichte form.searchform label.search-label input.searchfield {
    padding: 14px 45px 12px 8px !important;
  }
}
/************************/
/* Jumbotron: Slider / Disorder Message / Requirement-Boxes */
.jumbotron {
  /*  &.detailpage {
        .sgch-slide-item {
            .title {
                @media @desktop {font-size: 55px;}
                @media @mobile {font-size: 39px;}
            }
        }
    }*/
}
@media screen and (max-width: 1024px) {
  .jumbotron {
    position: relative;
    top: 62px;
    margin-bottom: 62px;
  }
}
.jumbotron .sgch-header-img {
  background-size: cover;
  background-position: center;
  position: relative;
}
.jumbotron .sgch-header-img .slick-track {
  overflow: hidden;
}
.jumbotron .container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .phantom-desktop-menu {
    display: none;
    visibility: hidden;
    background: transparent;
    height: 1px;
    width: 1px;
    overflow: hidden;
    color: transparent;
  }
}
@media screen and (min-width: 1025px) {
  body.quickmenu-overlay-show .phantom-desktop-menu {
    display: block;
    visibility: visible;
    background: transparent;
    height: auto;
    color: inherit;
    width: 100%;
    padding-left: calc((100% - 1735px) / 2);
  }
  body.quickmenu-overlay-show .phantom-desktop-menu ul ul {
    background: #fff;
  }
}
@media screen and (min-width: 1025px) and screen and (min-width: 1800px) {
  body.quickmenu-overlay-show .phantom-desktop-menu .navbar-nav {
    padding-left: 290px;
  }
}
@media screen and (min-width: 1800px) {
  body.quickmenu-overlay-show .phantom-desktop-menu .navbar-nav {
    padding-left: 290px;
  }
}
@media screen and (min-width: 1215px) {
  body.quickmenu-overlay-show .phantom-desktop-menu .navbar-nav .mobile-levelup-trigger {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1215px) and (max-width: 1799px) {
  body.quickmenu-overlay-show .phantom-desktop-menu {
    padding-left: calc((100% - 1155px) / 2);
  }
}
#wrapper .jumbotron .sgch-slider .sgch-slider-inner {
  height: 100%;
}
#wrapper .jumbotron .sgch-slider .sgch-slider-inner .slick-list {
  height: 100%;
  width: 100%;
}
#wrapper .jumbotron .sgch-slider .sgch-slider-inner .slick-list .slick-track {
  height: 100%;
}
#wrapper .jumbotron .sgch-slider .sgch-slider-inner .slick-list .slick-track .slick-slide {
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
#wrapper .jumbotron .sgch-slider .sgch-slider-inner .slick-list .slick-track .slick-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  pointer-events: none;
}
#wrapper .jumbotron .sgch-slider .sgch-slider-inner .slick-list .slick-track .slick-slide:after {
  content: attr(title);
  position: absolute;
  bottom: 0;
  text-align: left;
  font-size: 14px;
  color: #fff;
  text-shadow: 1px 1px #555;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  #wrapper .jumbotron .sgch-slider .sgch-slider-inner .slick-list .slick-track .slick-slide:after {
    font-size: 10px;
    left: 15px;
    bottom: 3px;
  }
}
@media screen and (min-width: 1025px) {
  #wrapper .jumbotron .sgch-slider .sgch-slider-inner .slick-list .slick-track .slick-slide:after {
    left: 15px;
  }
}
#wrapper .jumbotron .sgch-slider .sgch-slider-inner .slick-list .slick-track .slick-slide .sgch-slide-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  background-size: cover;
  background-position: center center;
}
#wrapper .jumbotron .sgch-slider .sgch-slider-inner .slick-list .slick-track .slick-slide .video + .slide-text {
  position: absolute;
  z-index: 9999;
}
#wrapper .jumbotron .sgch-slider .sgch-slider-inner .slick-list .slick-track .slick-slide.slick-active .sgch-slide-item-img {
  animation: 5.85s forwards 0s 1 zoomHeaderImg;
}
#wrapper .jumbotron .sgch-slider .sgch-slider-inner.image-title .slick-list .slick-track .slick-slide:before {
  content: "\00a9" " " attr(title);
  position: absolute;
  bottom: 0;
  text-align: right;
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px #555;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #wrapper .jumbotron .sgch-slider .sgch-slider-inner.image-title .slick-list .slick-track .slick-slide:before {
    font-size: 9px;
    right: 10px;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  #wrapper .jumbotron .sgch-slider .sgch-slider-inner.image-title .slick-list .slick-track .slick-slide:before {
    right: 25.2px;
  }
}
#wrapper .jumbotron .sgch-slider .sgch-slider-inner a.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 130px;
  width: 130px;
  background-color: transparent;
  line-height: 1em;
  opacity: 0.8;
  font-size: 130px;
}
#wrapper .jumbotron .sgch-slider .sgch-slider-inner a.video-btn:hover {
  opacity: 1 !important;
}
#wrapper .jumbotron .sgch-slider .sgch-slider-inner a.video-btn .video-btn-inner {
  color: #fff;
}
#wrapper .jumbotron .sgch-slider .container.teaser {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #wrapper .jumbotron .sgch-slider .container.teaser {
    width: 100%;
  }
}
#wrapper .jumbotron .sgch-slider .slide-text {
  z-index: 9999;
  color: #fff;
  /*pointer-events: none;*/
  cursor: url(publisgLibs/images/design/publisg/icons/cursor.png), pointer;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  #wrapper .jumbotron .sgch-slider .slide-text {
    position: relative;
    left: 60%;
    bottom: 50%;
    transform: translateY(50%);
    width: 40%;
    /*max-height: calc(100% - 200px);*/
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  #wrapper .jumbotron .sgch-slider .slide-text {
    left: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper .jumbotron .sgch-slider .slide-text {
    margin-bottom: 60px;
  }
}
#wrapper .jumbotron .sgch-slider .slide-text .number {
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 150px;
  font-weight: 800;
  line-height: 150px;
  padding-bottom: 30px;
}
#wrapper .jumbotron .sgch-slider .slide-text .number.size-xl {
  font-size: 180px;
  line-height: 180px;
}
#wrapper .jumbotron .sgch-slider .slide-text .number.size-l {
  font-size: 150px;
  line-height: 150px;
}
#wrapper .jumbotron .sgch-slider .slide-text .number.size-m {
  font-size: 130px;
  line-height: 130px;
}
#wrapper .jumbotron .sgch-slider .slide-text .number.size-s {
  font-size: 110px;
  line-height: 110px;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  #wrapper .jumbotron .sgch-slider .slide-text .number.size-xl {
    font-size: 160px;
    line-height: 160px;
  }
  #wrapper .jumbotron .sgch-slider .slide-text .number.size-l {
    font-size: 130px;
    line-height: 130px;
  }
  #wrapper .jumbotron .sgch-slider .slide-text .number.size-m {
    font-size: 110px;
    line-height: 110px;
  }
  #wrapper .jumbotron .sgch-slider .slide-text .number.size-s {
    font-size: 90px;
    line-height: 90px;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper .jumbotron .sgch-slider .slide-text .number {
    padding-bottom: 0;
  }
  #wrapper .jumbotron .sgch-slider .slide-text .number.size-xl {
    font-size: 70px;
    line-height: 100px;
  }
  #wrapper .jumbotron .sgch-slider .slide-text .number.size-l {
    font-size: 70px;
    line-height: 100px;
  }
  #wrapper .jumbotron .sgch-slider .slide-text .number.size-m {
    font-size: 70px;
    line-height: 100px;
  }
  #wrapper .jumbotron .sgch-slider .slide-text .number.size-s {
    font-size: 70px;
    line-height: 100px;
  }
}
@media screen and (max-width: 480px) {
  #wrapper .jumbotron .sgch-slider .slide-text .number {
    padding-bottom: 0;
  }
  #wrapper .jumbotron .sgch-slider .slide-text .number.size-xl {
    font-size: 64px;
    line-height: 80px;
  }
  #wrapper .jumbotron .sgch-slider .slide-text .number.size-l {
    font-size: 64px;
    line-height: 80px;
  }
  #wrapper .jumbotron .sgch-slider .slide-text .number.size-m {
    font-size: 64px;
    line-height: 80px;
  }
  #wrapper .jumbotron .sgch-slider .slide-text .number.size-s {
    font-size: 64px;
    line-height: 80px;
  }
}
#wrapper .jumbotron .sgch-slider .slide-text .description {
  max-width: 100%;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  #wrapper .jumbotron .sgch-slider .slide-text .description {
    max-width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper .jumbotron .sgch-slider .slide-text .description {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  #wrapper .jumbotron .sgch-slider .slide-text .description {
    padding-bottom: 15px;
  }
}
#wrapper .jumbotron .sgch-slider .slide-text .link {
  font-size: 22px;
  line-height: 26px;
  padding-left: 35px;
  position: relative;
  float: left;
}
@media screen and (max-width: 1024px) {
  #wrapper .jumbotron .sgch-slider .slide-text .link {
    font-size: 20px;
    line-height: 24px;
  }
}
#wrapper .jumbotron .sgch-slider .slide-text .link:before {
  text-decoration: none;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: 400;
  position: absolute;
  left: 0;
}
#wrapper .jumbotron .sgch-slider .slide-text:hover .link {
  text-decoration: underline;
}
#wrapper .jumbotron .sgch-slider .slide-item-text {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 1025px) {
  #wrapper .jumbotron .sgch-slider .slide-item-text {
    padding-right: 114px;
    bottom: 36px;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper .jumbotron .sgch-slider .slide-item-text {
    font-size: 14px;
    padding-right: 15px;
    bottom: 44px;
  }
}
#wrapper .jumbotron .sgch-slider.no-overlay .sgch-slider-inner .slick-list .slick-track .slick-slide:before {
  background: none;
}
/* Sidenavigation */
@media screen and (min-width: 1025px) {
  #rightside-anchornav.affix-top:hover {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 58%, #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 58%, #ffffff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 58%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    content: "";
    width: 400px;
    filter: drop-shadow(0px 10px 9px rgba(255, 255, 255, 0.75));
  }
  .anchornav-shadow {
    display: none;
  }
  .anchornav-shadow.active {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 58%, #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 58%, #ffffff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 58%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    content: "";
    width: 400px;
    height: 100vh;
    display: block;
    right: 0;
    /*backdrop-filter: blur(1px);*/
    filter: drop-shadow(0px 10px 9px rgba(255, 255, 255, 0.75));
  }
  #publisg-sidebar-scrollspy {
    position: absolute;
    right: 0;
    top: calc(25.2px * 3);
    padding: 0;
    z-index: 1000;
  }
  #publisg-sidebar-scrollspy ul.nav {
    overflow-x: hidden;
    max-width: 300px;
  }
  #publisg-sidebar-scrollspy ul.nav.download {
    margin-bottom: 30px;
  }
  #publisg-sidebar-scrollspy ul.nav.download li a {
    padding: 13px 15px;
    margin-right: -1px;
    background-color: #008334;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
  }
  #publisg-sidebar-scrollspy ul.nav.download li a:before {
    content: "\f56d";
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    color: #fff;
    margin-left: 0;
    margin-right: 20px;
  }
  #publisg-sidebar-scrollspy ul.nav.download li.active a,
  #publisg-sidebar-scrollspy ul.nav.download li:hover a {
    background-color: #008334;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download) li a {
    display: flex;
    justify-content: flex-start;
    padding: 8px 15px;
    margin-right: -1px;
    color: #777777;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download) li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    margin-left: 5px;
    margin-right: 20px;
    color: #BDBDBD;
    font-size: 10px;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download) li a span {
    display: none;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download) li.active a {
    justify-content: flex-end;
    background-color: transparent;
    text-align: right;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download) li.active a:before {
    content: "";
    margin: 0;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download) li.active a:after {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    margin-left: 20px;
    margin-right: 5px;
    color: #008334;
    font-size: 10px;
    font-weight: 800;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download) li.active a span {
    display: block;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download) li:hover a {
    background-color: transparent;
    text-align: right;
    color: #008334;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download) li:hover a span {
    display: block;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download):hover {
    max-width: 300px;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download):hover li a {
    display: flex;
    justify-content: flex-end;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download):hover li a:before {
    content: "";
    margin: 0;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download):hover li a:after {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    margin-left: 20px;
    margin-right: 5px;
    color: #BDBDBD;
    font-size: 10px;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download):hover li a span {
    display: block;
  }
  #publisg-sidebar-scrollspy ul.nav:not(.download):hover li.active a:after {
    font-weight: 800;
    color: #008334;
  }
  #publisg-sidebar-scrollspy ul.affix {
    right: 0;
    top: 130px;
  }
  #publisg-sidebar-scrollspy ul.affix li {
    transition: all ease 0.5s;
    right: 1px;
  }
  #publisg-sidebar-scrollspy ul.affix li:not(.active) {
    right: -90%;
  }
  #publisg-sidebar-scrollspy ul.affix-top li {
    transition: all ease 1s;
    right: -90%;
  }
  #publisg-sidebar-scrollspy ul.affix-top li.active {
    right: 1px;
  }
  #publisg-sidebar-scrollspy ul.affix li:not(.active),
  #publisg-sidebar-scrollspy ul.affix-top li:not(.active) {
    left: calc(100% - 50px);
  }
  #publisg-sidebar-scrollspy ul.affix:hover li,
  #publisg-sidebar-scrollspy ul.affix-top:hover li {
    left: initial;
    right: 1px !important;
    transition: all ease 0.5s;
  }
  #publisg-sidebar-scrollspy ul.affix:hover li a,
  #publisg-sidebar-scrollspy ul.affix-top:hover li a {
    text-align: right;
  }
  #publisg-sidebar-scrollspy ul.download.affix:hover li a,
  #publisg-sidebar-scrollspy ul.download.affix-top:hover li a {
    text-align: left;
  }
  #publisg-sidebar-scrollspy ul.download.affix {
    top: 50px;
  }
  body.loading-3s #publisg-sidebar-scrollspy ul.affix-top li:not(.active) {
    right: 0;
  }
}
@media screen and (min-width: 2220px) {
  #publisg-sidebar-scrollspy {
    right: calc((100% - 2200px) / 2);
  }
  #publisg-sidebar-scrollspy ul.affix {
    right: calc((100% - 2200px) / 2);
  }
}
.publisg-main-navigation {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  background: #fff;
  border: none;
}
@media screen and (min-width: 1025px) {
  .publisg-main-navigation {
    margin-bottom: 25.2px;
  }
}
.publisg-main-navigation .navbar-nav {
  width: 100%;
  max-width: 100%;
}
.publisg-main-navigation a {
  position: relative;
}
.publisg-main-navigation .nav-list-overview ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.publisg-main-navigation .nav-list-overview ul li {
  width: 100%;
  float: left;
}
.publisg-main-navigation .nav-list-overview ul li.active {
  background: #008334;
  color: #fff;
}
.publisg-main-navigation .nav-list-overview ul li.active a {
  color: #fff;
  text-decoration: none !important;
}
.publisg-main-navigation .nav-list-overview ul > li {
  border-bottom: solid 1px #DDDDDD;
}
.publisg-main-navigation .nav-list-overview ul > li > a {
  display: block;
  z-index: 999;
  color: #008334;
  padding: 15px 20px 15px 20px;
}
@media screen and (max-width: 1024px) {
  .publisg-main-navigation .nav-list-overview ul > li > a {
    padding: 20px;
  }
}
.publisg-main-navigation .nav-list-overview ul > li:last-child {
  border-bottom: none;
}
.publisg-main-navigation .nav-list-overview .top-topics {
  background-color: #EFEFEF;
}
@media screen and (max-width: 1024px) {
  .publisg-main-navigation .nav-list-overview .top-topics:not(.back-home) {
    display: none;
  }
}
.publisg-main-navigation .nav-list-overview .top-topics > li {
  border-bottom: none;
}
.publisg-main-navigation .nav-list-overview .top-topics a {
  color: #101010;
}
@media screen and (min-width: 1025px) {
  .publisg-main-navigation .nav-list-overview .top-topics a {
    padding: 10px 20px 10px 20px;
  }
}
.publisg-main-navigation .nav-list-overview .top-topics a:hover {
  background-color: transparent;
}
.publisg-main-navigation .nav-list-overview .main-topics {
  color: #008334;
}
.publisg-main-navigation .nav-list-overview .main-topics > li + li.active {
  border-top: none;
}
.publisg-main-navigation .nav-list-overview .main-topics li {
  display: inline-block !important;
  text-align: left;
  position: relative;
}
.publisg-main-navigation .nav-list-overview .main-topics a {
  text-align: left;
  display: inline-block !important;
}
.publisg-main-navigation .nav-list-overview .main-topics li.active > a ~ ul a,
.publisg-main-navigation .nav-list-overview .main-topics li.has-subnav > a ~ ul a {
  width: 100%;
  float: left;
  font-size: 0.9em;
  padding: 10px 20px 10px 20px;
}
.publisg-main-navigation .nav-list-overview .main-topics > li.has-subnav > ul.submenu-items {
  position: relative;
  background-color: #fff;
}
.publisg-main-navigation .nav-list-overview .main-topics > li.has-subnav a {
  width: calc(100% - 52px);
}
.publisg-main-navigation .nav-list-overview .main-topics > li ul.submenu-items li {
  border-bottom: none;
}
.publisg-main-navigation .nav-list-overview .main-topics > li ul.submenu-items > li.has-subnav > a {
  width: calc(100% - 52px) !important;
}
.publisg-main-navigation .nav-list-overview .main-topics > li ul.submenu-items > li.has-subnav .submenu-trigger {
  margin-top: 0;
}
.publisg-main-navigation .nav-list-overview .main-topics > li ul.submenu-items > li.has-subnav ul a {
  font-size: 0.8em;
  line-height: 18px;
  font-weight: 400;
  padding: 7px 20px 7px 20px;
}
.publisg-main-navigation .nav-list-overview .main-topics li.active {
  border-top: 1px solid #fff;
}
.publisg-main-navigation .nav-list-overview .main-topics li.active > .submenu-trigger button {
  color: #fff;
}
.publisg-main-navigation .nav-list-overview .main-topics li.active > .submenu-items {
  display: block;
}
.publisg-main-navigation .nav-list-overview .main-topics .submenu-trigger {
  float: right;
  width: 52px;
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.publisg-main-navigation .nav-list-overview .main-topics .submenu-trigger button {
  float: right;
  border: solid transparent 2px;
  background: transparent;
  color: #008334;
  width: 45px;
  height: 45px;
}
.publisg-main-navigation .nav-list-overview .main-topics .submenu-trigger button:hover {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .publisg-main-navigation .nav-list-overview .main-topics .submenu-trigger button:hover {
    /*zoom: 1.1;*/
  }
}
.publisg-main-navigation .nav-list-overview .main-topics .submenu-trigger button:focus,
.publisg-main-navigation .nav-list-overview .main-topics .submenu-trigger button:hover {
  outline: none;
  border: none;
}
.publisg-main-navigation .nav-list-overview .main-topics .submenu-trigger button i {
  font-size: 22px;
  font-weight: 200;
}
.publisg-main-navigation .nav-list-overview .main-topics .submenu-items {
  display: none;
  border-left: solid 10px #fff;
  padding-right: 0;
  background-color: #fff;
}
.publisg-main-navigation .nav-list-overview .main-topics .submenu-items a {
  color: #008334 !important;
}
.publisg-main-navigation .nav-list-overview .main-topics .submenu-items > li > a {
  padding-left: 10px;
}
.publisg-main-navigation .nav-list-overview .main-topics .submenu-items li.active > a {
  text-decoration: none !important;
  color: #fff !important;
}
.publisg-main-navigation .nav-list-overview .bottom-topics {
  margin-top: 44px;
  margin-bottom: 22px;
  padding-left: 0 !important;
}
@media screen and (min-width: 1025px) {
  .publisg-main-navigation .nav-list-overview .bottom-topics {
    display: none;
  }
}
.publisg-main-navigation .nav-list-overview .bottom-topics li {
  border-bottom: none !important;
}
.publisg-main-navigation .nav-list-overview .bottom-topics a {
  color: #101010;
  padding: 15px 20px;
  font-weight: 400;
}
.publisg-main-navigation .nav-list-overview .bottom-topics i {
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .publisg-main-navigation.withincontentmenu {
    display: none;
  }
}
.publisg-main-navigation.withincontentmenu .submenu-trigger {
  display: none;
}
@media screen and (min-width: 1025px) {
  .publisg-main-navigation.withinmobilemenu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  nav.toggle-nav {
    position: fixed;
    width: 100%;
    height: 62px;
    background-color: #EFEFEF;
    z-index: 99999;
    overflow: hidden;
  }
  nav.toggle-nav .publisg-mobile-menu .publisg-main-navigation.withincontentmenu {
    position: fixed;
    -webkit-transition: right ease 0.5s;
    transition: right ease 0.5s;
    z-index: 99999;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    float: left;
    border-radius: initial;
    height: calc(100% - 62px);
    top: 62px;
    overflow-y: auto;
  }
  nav.toggle-nav .publisg-mobile-menu .publisg-main-navigation.withincontentmenu::-webkit-scrollbar {
    width: 5px;
  }
  nav.toggle-nav .publisg-mobile-menu .publisg-main-navigation.withincontentmenu::-webkit-scrollbar-track {
    background: #EFEFEF;
  }
  nav.toggle-nav .publisg-mobile-menu .publisg-main-navigation.withincontentmenu::-webkit-scrollbar-thumb {
    background: #888;
  }
  nav.toggle-nav .publisg-mobile-menu .publisg-main-navigation.withincontentmenu::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  nav.toggle-nav .publisg-mobile-menu .menu-toggler.open .fa-angle-down:before {
    content: "\f106";
  }
  nav.toggle-nav .publisg-mobile-menu .menu-toggler .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    color: #101010;
    background-color: #EFEFEF;
    padding: 20px;
    font-size: 17px;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-bottom: solid #DDDDDD 1px;
  }
  nav.toggle-nav .publisg-mobile-menu .menu-toggler .downloadreport {
    color: #008334;
    font-size: 22px;
    line-height: 24px;
    float: right;
    position: relative;
    right: 10px;
    top: 10px;
    margin: 10px;
    height: 22px;
    z-index: 999;
  }
  nav.toggle-nav .publisg-mobile-menu.scrollingUp.affix {
    background: #e7e7e7;
    z-index: 999999;
    -webkit-animation: none;
    animation: none;
    transition: none;
    width: 100%;
    left: 0;
  }
  nav.toggle-nav .publisg-mobile-menu.scrollingDown.affix {
    display: none;
  }
  nav.toggle-nav .publisg-mobile-menu.scrollingDown.affix .dropdown {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  nav.toggle-nav .publisg-mobile-menu .menu-toggler .dropdown-toggle {
    height: 62px;
    font-size: 15px;
    line-height: 20px;
  }
  nav.toggle-nav .publisg-mobile-menu .menu-toggler .dropdown-toggle .title {
    width: calc(100% - 30px);
  }
  nav.toggle-nav .publisg-mobile-menu .menu-toggler .downloadreport {
    width: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #publisg-scrollspy {
    width: 100%;
    box-shadow: 0px 1px 0px #CCCCCC;
    -webkit-box-shadow: 0px 1px 0px #CCCCCC;
    -webkit-animation: none;
    animation: none;
    transition: none;
    position: relative;
  }
  #publisg-scrollspy.withincontent.affix-top {
    border-top: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 15px 50px 15px;
  }
  #publisg-scrollspy.affix {
    position: fixed;
    top: 0;
    z-index: 99999;
  }
  #publisg-scrollspy.scrollingUp.affix {
    /*border-top: solid #DDDDDD 1px;*/
  }
  #publisg-scrollspy.scrollingUp.affix-top[style] {
    top: 0 !important;
  }
  #publisg-scrollspy ul#publisg-anchornav li {
    background: #EFEFEF;
  }
  #publisg-scrollspy ul#publisg-anchornav li.dropdown.open > a {
    color: #101010;
  }
  #publisg-scrollspy ul#publisg-anchornav li.dropdown.open > a .toggle-icon i:before {
    content: "\f139";
    display: block;
    margin-top: -2px;
  }
  #publisg-scrollspy ul#publisg-anchornav li.dropdown.open .dropdown-menu {
    top: 58px;
    min-width: 100%;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
  }
  #publisg-scrollspy ul#publisg-anchornav li.dropdown.open .dropdown-menu .navbar {
    margin-bottom: 0;
    /*margin-top: -12px;*/
  }
  #publisg-scrollspy ul#publisg-anchornav li.dropdown.open .dropdown-menu li a {
    height: initial;
    padding: 9px 20px;
  }
  #publisg-scrollspy ul#publisg-anchornav li.dropdown.open .dropdown-menu li a:hover {
    color: #008334;
  }
  #publisg-scrollspy ul#publisg-anchornav li.dropdown.open .dropdown-menu li:last-child {
    padding-bottom: 5px;
  }
  #publisg-scrollspy ul#publisg-anchornav li.dropdown.open .dropdown-menu li.active {
    background: #DDDDDD;
  }
  #publisg-scrollspy ul#publisg-anchornav li a {
    color: #101010;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    line-height: 22px;
    padding: 19px 20px;
    font-size: 16px;
    font-weight: 400;
  }
  #publisg-scrollspy ul#publisg-anchornav li a .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #publisg-scrollspy ul#publisg-anchornav li a .toggle-icon {
    width: 22px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    height: 22px;
    padding-top: 2px;
    color: #101010;
    font-size: 22px;
    font-weight: 200;
    transition: all ease 0.5s;
  }
  #publisg-scrollspy ul#publisg-anchornav li a .toggle-icon i {
    display: block;
    width: 22px;
    height: 22px;
  }
  #publisg-scrollspy ul#publisg-anchornav li a:hover {
    text-decoration: none;
    color: #101010;
  }
  #publisg-scrollspy ul#publisg-anchornav.affix {
    top: 62px;
    width: 100%;
  }
}
.leftrightoffset a.btn.btn-vertical-scroll {
  position: absolute;
  top: 0;
  background: #fff;
  width: 50px;
  height: 60px;
  border: none;
  outline: none;
  color: #101010;
  font-size: 1.4em;
  padding: 0;
  z-index: 9999;
}
.leftrightoffset a.btn.btn-vertical-scroll.btn-scroll-right {
  right: 0;
  display: none;
}
.leftrightoffset a.btn.btn-vertical-scroll.btn-scroll-left {
  left: 0;
  display: none;
}
.leftrightoffset.shadow-right .btn-scroll-right {
  display: flex !important;
  box-shadow: -20px 0px 100px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 1025px) {
  .leftrightoffset.shadow-right .btn-scroll-right {
    visibility: hidden;
    pointer-events: none;
  }
}
.leftrightoffset.shadow-right .btn-scroll-right:after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 50px;
  top: 0;
  height: 100%;
  width: 70px;
  background: -moz-linear-gradient(left, rgba(235, 235, 235, 0) 0%, #ebebeb 100%);
  background: -webkit-linear-gradient(left, rgba(235, 235, 235, 0) 0%, #ebebeb 100%);
  background: linear-gradient(to right, rgba(235, 235, 235, 0) 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ebebeb', endColorstr='#ebebeb', GradientType=1);
}
.leftrightoffset.shadow-left .btn-scroll-left {
  display: flex !important;
}
@media screen and (min-width: 1025px) {
  .leftrightoffset.shadow-left .btn-scroll-left {
    visibility: hidden;
    pointer-events: none;
  }
}
.leftrightoffset.shadow-left .btn-scroll-left:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  height: 100%;
  width: 70px;
  background: -moz-linear-gradient(left, #ebebeb 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, #ebebeb 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, #ebebeb 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#007db9e8', GradientType=1);
}
@media screen and (max-width: 1024px) {
  .media .media-body {
    width: 100%;
    float: left;
    display: inline-block;
  }
  .media .media-right {
    width: 100%;
    float: left;
    display: inline-block;
    max-width: 100% !important;
    text-align: center;
    padding-left: 0;
  }
  .media .media-left {
    width: 100%;
    float: left;
    display: inline-block;
    max-width: 100% !important;
    text-align: center;
    padding-right: 0;
  }
  .media .media-left + .media-body h1 {
    padding-top: 20px;
  }
}
.media a {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .media .media-right,
  .media .media-left {
    padding-top: 79px;
  }
}
/* Basket */
.basket-teaser .basket {
  width: 295px !important;
}
.basket-teaser .basket button[type="reset"] {
  width: 47px;
  border: none;
  height: 50px;
}
.basket-teaser .basket .media-left {
  float: left;
  padding-top: 0;
}
.basket-teaser .basket img.media-object {
  width: 66px;
  height: 66px;
}
@media screen and (max-width: 1024px) {
  .basket-teaser .basket {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  }
}
.basket-teaser .badge-cart-amount {
  background-color: #008334;
}
.basket-teaser .media .media-left {
  padding-right: 15px;
}
.basket-teaser .dropdown-menu {
  padding: 17px 13px 13px 23px;
}
.basket-teaser p {
  margin-bottom: 0;
}
.basket-teaser .media-footer {
  margin-top: 16px;
}
.basket-teaser .media-left {
  width: 82px;
}
@media screen and (max-width: 1024px) {
  .basket-teaser a.dropdown-toggle {
    padding-top: 10px;
  }
}
.basket-teaser button.remove-from-cart {
  background-color: #efefeb;
}
@media screen and (max-width: 1024px) {
  #wrapper.show-nav .basket-teaser .media-heading {
    font-size: 16px;
  }
  #wrapper.show-nav .basket-teaser button.remove-from-cart {
    height: 41px;
  }
  #wrapper.show-nav .basket-teaser p {
    font-size: 15px;
  }
  #wrapper.show-nav .basket-teaser .media-footer {
    display: inline-block;
    float: left;
    width: 100%;
  }
  #wrapper.show-nav .basket-teaser .media-footer .media-left {
    float: left;
    display: inline-block;
    padding-right: 0;
    width: 50px;
  }
  #wrapper.show-nav .basket-teaser .media-footer .media-body {
    width: calc(100% - 51px);
  }
  #wrapper.show-nav .basket-teaser .media-footer .media-body button {
    width: 100%;
  }
  #wrapper.show-nav .basket-teaser .dropdown-menu.basket > .media > .media-left {
    width: 100%;
  }
  #wrapper.show-nav .basket-teaser .dropdown-menu.basket > .media > .media-left img.media-object {
    margin: 0 auto 10px;
  }
  #wrapper:not(.show-nav) .main-navigation {
    /*right: -@sitemenuwidth; */
  }
  #wrapper:not(.show-nav) .basket-teaser .media-body {
    width: inherit;
    float: none;
    display: table-cell;
  }
  #wrapper:not(.show-nav) .basket-teaser .media-right {
    width: inherit;
    float: none;
    display: table-cell;
    text-align: right;
    padding-left: 10px;
  }
  #wrapper:not(.show-nav) .basket-teaser .media-left {
    width: inherit;
    float: none;
    display: table-cell;
    text-align: left;
    padding-right: 10px;
  }
  #wrapper:not(.show-nav) .basket-teaser .media-left button.remove-from-cart {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper:not(.show-nav) .basket {
    margin-top: 4px !important;
  }
}
.navigationbutton {
  display: none;
  margin: 0 auto;
  position: fixed;
  bottom: 15px;
  left: 50vw;
  transform: translateX(30px);
  transition: none;
  z-index: 999999;
}
.navigationbutton.affix-bottom {
  position: relative;
  top: 90px !important;
  width: 100vw;
  left: -50vw;
}
@media screen and (max-width: 1024px) {
  .navigationbutton {
    display: block;
  }
}
.navigationbutton .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #008334;
  padding-top: 14px;
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 3px #636363;
  box-shadow: 0px 1px 3px #636363;
}
.scrolltop {
  display: none;
  /*width: 100%;*/
  margin: 0 auto;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
}
.scrolltop.affix-bottom {
  position: relative;
  top: 120px !important;
  right: 15px;
}
@media screen and (max-width: 1024px) {
  .scrolltop.affix-bottom {
    top: 90px !important;
  }
}
.scrolltop .scroll {
  position: absolute;
  right: -4px;
  bottom: -5px;
  background: #fff;
  padding-top: 12px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  color: #008334;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .scrolltop .scroll {
    bottom: 0;
    -webkit-box-shadow: 0px 1px 3px #636363;
    box-shadow: 0px 1px 3px #636363;
  }
}
.scrolltop .scroll:hover {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  padding-top: 8px;
  color: #046529;
}
.footer {
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .footer {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .footer ul.z-footernav li {
    float: left;
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .footer ul.z-footernav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .footer ul.z-footernav li:not(.hidden-xs) {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer.bright {
  border-top: none;
}
@media screen and (min-width: 1025px) {
  .footer.bright {
    padding-bottom: 50px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .footer.bright {
    padding-bottom: 20px;
    padding-top: 100px;
  }
}
.footer.inverse {
  background-color: #008334;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer.inverse a,
.footer.inverse h1,
.footer.inverse h2,
.footer.inverse h3,
.footer.inverse h4,
.footer.inverse h5,
.footer.inverse h6,
.footer.inverse .h1,
.footer.inverse .h2,
.footer.inverse .h3,
.footer.inverse .h4,
.footer.inverse .h5,
.footer.inverse .h6 {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .footer.inverse {
    padding: 18px 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer.inverse {
    padding: 20px 0;
  }
}
.footer .footer-box {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
  /*
        @media @mobilemedium {
            flex-flow: column-reverse;
        }
        .footer-text {
            width: 50%;
            @media @mobilemedium {width: 70%;}
        }*/
}
.footer .footer-box .footer-logo {
  width: 100%;
  /*
            @media @mobilemedium {
                width: 100%;
                padding-bottom: 20px;
            }*/
}
.footer .footer-box .footer-logo .logo {
  float: right;
  width: 200px;
  /*height: 60px; padding-left: 20px;*/
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer .horizontal-footer-menu {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .footer .horizontal-footer-menu {
    flex-flow: column;
  }
}
.footer .horizontal-footer-menu ul.z-footernav {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .horizontal-footer-menu ul.z-footernav {
    width: 100%;
  }
}
.footer .horizontal-footer-menu ul.z-footernav li a {
  padding: 0;
}
.footer .horizontal-footer-menu ul.z-footernav li:not(:first-child) a {
  position: relative;
  padding: 0 0 0 20px;
}
.footer .horizontal-footer-menu ul.z-footernav li:not(:first-child) a:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 1px;
  height: 15px;
  border-left: solid 1px #fff;
}
@media screen and (max-width: 1024px) {
  .footer .horizontal-footer-menu .copyright {
    text-align: center;
    display: block;
    margin-top: 20px;
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .footer .horizontal-footer-menu .copyright {
    padding-left: 20px;
    position: relative;
  }
  .footer .horizontal-footer-menu .copyright:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 1px;
    height: 15px;
    border-left: solid 1px #fff;
  }
}
@media screen and (max-width: 767px) {
  .footer .horizontal-footer-menu .credits {
    width: 100%;
    margin-top: 10px;
  }
}
#wrapper.home .navbar-nav li.active {
  text-decoration: none !important;
}
#wrapper.home .navbar-nav li.active a {
  text-decoration: none !important;
}
#wrapper.home .scrolldown {
  position: relative;
}
#wrapper.home .scrolldown .scroll {
  position: absolute;
  left: calc(50% - 25px);
  bottom: -32px;
  padding: 13px 12px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  color: #008334;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-animation: buttonAnimation 2s infinite;
  animation: buttonAnimation 2s infinite;
}
#wrapper.home .scrolldown .scroll:hover {
  background: rgba(200, 200, 200, 0.2);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: #101010;
}
#wrapper.home .scrolldown .scroll:hover .fa {
  padding-top: -10px;
}
#wrapper.home .scrolldown .scroll .fa {
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-animation: buttonAnimation 2s infinite;
  animation: buttonAnimation 2s infinite;
}
#wrapper.home .navigationbutton {
  display: none;
}
@media screen and (max-width: 1024px) {
  #wrapper.home .page-title {
    position: absolute;
    height: 62px;
    width: 100%;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #101010;
    background-color: #EFEFEF;
    padding: 20px 15px;
    font-size: 17px;
    line-height: 22px;
  }
}
#wrapper.home .jumbotron .sgch-slider .sgch-header-img {
  height: calc(100vh - 200px);
  min-height: 400px;
  max-height: 75vh;
}
@media screen and (max-width: 480px) {
  #wrapper.home .jumbotron .sgch-slider .sgch-header-img {
    height: calc(100vh - 360px);
    min-height: 400px;
    max-height: 70vh;
  }
}
#wrapper.berichthome .jumbotron .sgch-slider .sgch-header-img {
  height: calc(100vh - 350px);
  min-height: 400px;
  max-height: 70vh;
  /*@media screen and ( min-height: 900px ) {max-height: 50vh;}*/
  /*@media @smallmobile {height: calc(~"100vh - 400px"); min-height: 350px; max-height: 65vh;}*/
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #wrapper.berichthome .jumbotron .sgch-slider .sgch-header-img {
    min-height: initial;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.berichthome .jumbotron .sgch-slider .sgch-header-img {
    min-height: initial;
    height: 300px;
  }
}
#wrapper.berichthome .jumbotron .sgch-slider .sgch-header-img.higher-image {
  height: calc(100vh - 200px);
  min-height: 400px;
  max-height: 75vh;
}
@media screen and (max-width: 480px) {
  #wrapper.berichthome .jumbotron .sgch-slider .sgch-header-img.higher-image {
    height: calc(100vh - 360px);
    min-height: 400px;
    max-height: 70vh;
  }
}
#wrapper.berichthome .jumbotron .sgch-slider .page-title {
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  text-align: center;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  #wrapper.berichthome .jumbotron .sgch-slider .page-title {
    bottom: 30px;
  }
}
#wrapper.berichthome .jumbotron .sgch-slider .page-title h1 {
  font-weight: 800;
  /*@media @smallmobile {font-size: 26px; line-height: 32px;}*/
}
@media screen and (min-width: 1025px) {
  #wrapper.berichthome .jumbotron .sgch-slider .page-title h1 {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper.berichthome .jumbotron .sgch-slider .page-title h1 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 20px;
  }
}
#wrapper.berichthome .jumbotron .sgch-slider .page-title h1.color-black {
  color: #101010;
}
@media screen and (max-width: 1024px) {
  #wrapper.berichtdetail nav.navbar.top-nav {
    top: 62px;
    height: 112px;
    margin-bottom: 0;
  }
}
#wrapper.berichtdetail .jumbotron .sgch-slider .sgch-header-img {
  height: calc(100vh - 450px);
  min-height: 350px;
  max-height: 60vh;
  /*height: calc(~"100vh - 525px"); min-height: 250px; max-height: 50vh;
                @media @mobile {height: 200px;}*/
  /*@media @smallmobile {height: calc(~"100vh - 400px"); min-height: 250px; max-height: 50vh;}*/
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #wrapper.berichtdetail .jumbotron .sgch-slider .sgch-header-img {
    min-height: initial;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper.berichtdetail .jumbotron .sgch-slider .sgch-header-img {
    min-height: initial;
    height: 250px;
  }
}
#wrapper.berichtdetail .jumbotron .sgch-slider .page-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  text-align: center;
  z-index: 9999;
}
#wrapper.berichtdetail .jumbotron .sgch-slider .page-title h1 {
  font-weight: 800;
  /*@media @smallmobile {font-size: 26px; line-height: 32px;}*/
}
@media screen and (min-width: 1025px) {
  #wrapper.berichtdetail .jumbotron .sgch-slider .page-title h1 {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper.berichtdetail .jumbotron .sgch-slider .page-title h1 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper.berichtdetail.no-image nav.navbar.top-nav {
    top: 62px;
    margin-bottom: 62px;
    height: 112px;
  }
}
#wrapper.berichtdetail.no-image .jumbotron {
  display: none;
}
#wrapper.berichtdetail.no-image .top-nav {
  margin-bottom: 0;
}
body.affix-top-nav #wrapper.berichtdetail.no-image #content {
  padding-top: 220px;
}
/*.sgch-slider {
    .sgch-header-img {      
        height: 600px;
        @media @desktop {height: calc(~"100vh - 320px"); min-height: 200px; height: 802px; }
        @media @mobile {height: 822px; max-height: 90vh;}                        
    }
}
*/
/*
#sgch-sidebar-functions {
    @media @mobile {top: calc(100vh - 155px); width: 100%; z-index: 99; right: -100%; width: 100%; position: fixed;}
}*/
@media screen and (max-width: 1024px) {
  .main-navigation li.nav-list-block.nav-level-current > ul {
    height: calc(100vh - 200px);
  }
}
@media screen and (max-width: 1024px) {
  .shariff .orientation-horizontal li {
    width: 25%;
  }
}
/*#sgch-sidebar-functions ul.nav {@media @mobile {overflow: visible;}}*/
@media screen and (max-width: 1024px) {
  .shariff .orientation-horizontal {
    background: #fff;
  }
}
@media screen and (max-width: 1024px) {
  #sgch-sidebar-functions ul.nav > li#social-share #share-buttons ul li.shariff-button a {
    background-color: transparent;
    display: block;
    float: left;
    height: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .shariff li .fab,
  .shariff li .far,
  .shariff li .fas {
    background: #fff;
  }
}
@media screen and (max-width: 1024px) {
  #sgch-sidebar-functions ul.nav > li#social-share #share-buttons ul li {
    border-right: none !important;
    float: right;
    width: 50%;
  }
}
#sgch-sidebar-functions ul.nav > li#social-share #share-buttons {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #sgch-sidebar-functions ul.nav > li#social-share #share-buttons ul {
    bottom: 10px;
    border: none;
    width: 70px;
    float: right;
    right: 0;
    position: absolute;
    display: block;
    height: 67px;
  }
}
/*.dropdown-menu {
    opacity: .3;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    display: block;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}*/
html.no-svgforeignobject ul#publisg-detailmenu li.active-sp.open > a .emotion-icon .publisg-svg-icon {
  filter: none;
  opacity: 0.5;
}
﻿i.puzzle-piece:before {
  content: "\f12e";
}
/***********************************/
/*         CSS sgch PORTAL     */
/***********************************/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.helveticabold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
b,
strong {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helvetica300 {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helvetica400 {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helvetica500 {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helvetica600 {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helvetica700 {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helvetica800 {
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.helvetica900 {
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-grey-darker {
  background: #636363;
}
.helveticaregular {
  font-weight: 200;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
}
.fontawesome {
  font-family: "Font Awesome 5 Pro";
}
.tilehover-boxshadow-transition {
  transition: all ease-out 0.4s;
}
.tilehover-boxshadow {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.55);
}
.focus-boxshadow {
  box-shadow: 0px 0px 4px 0px #008334;
}
.focus-boxshadow-inverse {
  box-shadow: 0px 0px 4px 0px #fff;
}
.formfocus-boxshadow {
  box-shadow: 0px 0px 4px 0px #008334;
}
.hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.navbar-nav a,
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.p-leadtext {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
/* Variables */
.p-0vr-bot {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .p-1vr-bot {
    padding-bottom: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .p-1vr-bot {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .p-2vr-bot {
    padding-bottom: calc(25.2px * 2);
  }
}
@media screen and (max-width: 1024px) {
  .p-2vr-bot {
    padding-bottom: calc(22px * 2);
  }
}
@media screen and (min-width: 1025px) {
  .p-3vr-bot {
    padding-bottom: calc(25.2px * 3);
  }
}
@media screen and (max-width: 1024px) {
  .p-3vr-bot {
    padding-bottom: calc(22px * 3);
  }
}
@media screen and (min-width: 1025px) {
  .p-4vr-bot {
    padding-bottom: calc(25.2px * 4);
  }
}
@media screen and (max-width: 1024px) {
  .p-4vr-bot {
    padding-bottom: calc(22px * 4);
  }
}
.p-0vr-top {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .p-1vr-top {
    padding-top: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .p-1vr-top {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .p-2vr-top {
    padding-top: calc(25.2px * 2);
  }
}
@media screen and (max-width: 1024px) {
  .p-2vr-top {
    padding-top: calc(22px * 2);
  }
}
@media screen and (min-width: 1025px) {
  .p-3vr-top {
    padding-top: calc(25.2px * 3);
  }
}
@media screen and (max-width: 1024px) {
  .p-3vr-top {
    padding-top: calc(22px * 3);
  }
}
@media screen and (min-width: 1025px) {
  .p-4vr-top {
    padding-top: calc(25.2px * 4);
  }
}
@media screen and (max-width: 1024px) {
  .p-4vr-top {
    padding-top: calc(22px * 4);
  }
}
.m-0vr-bot {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .m-1vr-bot {
    margin-bottom: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .m-1vr-bot {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .m-2vr-bot {
    margin-bottom: calc(25.2px * 2);
  }
}
@media screen and (max-width: 1024px) {
  .m-2vr-bot {
    margin-bottom: calc(22px * 2);
  }
}
@media screen and (min-width: 1025px) {
  .m-3vr-bot {
    margin-bottom: calc(25.2px * 3);
  }
}
@media screen and (max-width: 1024px) {
  .m-3vr-bot {
    margin-bottom: calc(22px * 3);
  }
}
@media screen and (min-width: 1025px) {
  .m-4vr-bot {
    margin-bottom: calc(25.2px * 4);
  }
}
@media screen and (max-width: 1024px) {
  .m-4vr-bot {
    margin-bottom: calc(22px * 4);
  }
}
.m-0vr-top {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .m-1vr-top {
    margin-top: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .m-1vr-top {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .m-2vr-top {
    margin-top: calc(25.2px * 2);
  }
}
@media screen and (max-width: 1024px) {
  .m-2vr-top {
    margin-top: calc(22px * 2);
  }
}
@media screen and (min-width: 1025px) {
  .m-3vr-top {
    margin-top: calc(25.2px * 3);
  }
}
@media screen and (max-width: 1024px) {
  .m-3vr-top {
    margin-top: calc(22px * 3);
  }
}
@media screen and (min-width: 1025px) {
  .m-4vr-top {
    margin-top: calc(25.2px * 4);
  }
}
@media screen and (max-width: 1024px) {
  .m-4vr-top {
    margin-top: calc(22px * 4);
  }
}
.publisg-svg-icon-color-fff {
  filter: invert(100%) sepia(10%) saturate(0%) hue-rotate(277deg) brightness(106%) contrast(102%);
}
.publisg-svg-icon-color-000 {
  filter: invert(0%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.publisg-svg-icon-color-777 {
  filter: invert(46%) sepia(13%) saturate(12%) hue-rotate(5deg) brightness(98%) contrast(91%);
}
.thumbnail {
  border-radius: 0;
  box-shadow: none;
}
ul,
ol {
  margin-bottom: 0;
  padding-left: 0;
}
.panel-heading {
  padding: 0;
}
.strong {
  font-weight: 600 !important;
}
hr {
  border-top: solid 2px #e7e7e7;
}
.navbar {
  border: none;
}
body {
  font-family: "HelveticaNeueLTPro", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #101010;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}
.badge {
  border-radius: 50%;
  padding: 3px 7px 5px;
}
.z-1 {
  z-index: -1;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #EFEFEB;
}
.form-control {
  box-shadow: none;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: solid 1px #bfbdb2;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn.active {
  box-shadow: none;
}
.nobold {
  font-weight: 200 !important;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:hover:before,
a:focus:before {
  text-decoration: none !important;
}
a:focus {
  outline: none;
  /*or outline-color:#FFFFFF; if the first doesn't work*/
  transition: none;
}
/* Basics */
.uppercase {
  text-transform: uppercase;
}
.halfwidth {
  width: 50% !important;
  margin-right: 0 !important;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .halfwidth {
    width: 100% !important;
  }
}
.fullwidth {
  width: 100% !important;
}
.product-img {
  width: 146px;
}
.product-img-100 {
  width: 100px;
}
.percentage {
  white-space: nowrap;
}
.percentage:after {
  content: "% ";
}
.center-text {
  text-align: center;
}
.center-text img {
  margin: 0 auto;
}
.fa-check {
  color: #007000 !important;
}
hr {
  clear: both;
  float: left;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .top-h2-space {
    margin-top: 79px !important;
  }
}
@media screen and (min-width: 1025px) {
  .trick77 {
    padding-left: 77px;
  }
}
.page-header h1,
.page-header .h1 {
  width: 100%;
  float: left;
}
@media screen and (min-width: 1025px) {
  .page-header h1,
  .page-header .h1 {
    margin: 25.2px 0 50.4px 0;
    line-height: calc(25.2px * 2.5);
  }
}
@media screen and (max-width: 1024px) {
  .page-header h1,
  .page-header .h1 {
    margin: 22px 0 22px 0;
  }
}
h1,
.h1,
h1.media-heading {
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  h1,
  .h1,
  h1.media-heading {
    font-size: 50px;
    margin: 0;
    padding: 0;
    line-height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  h1,
  .h1,
  h1.media-heading {
    font-size: 32px;
    line-height: 42px;
    margin: 0;
    padding: 0;
  }
}
#content h1:not(.text-primary),
#content .h1:not(.text-primary) {
  margin: 101px auto 80px auto;
}
@media screen and (max-width: 1024px) {
  #content h1:not(.text-primary),
  #content .h1:not(.text-primary) {
    margin: 50px auto 50px auto;
  }
}
#content h1.text-primary,
#content .h1.text-primary {
  margin-bottom: 55px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #content h1.text-primary,
  #content .h1.text-primary {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 22px;
  }
}
#content h1.text-primary.main,
#content .h1.text-primary.main {
  color: #101010;
  margin-bottom: 10px !important;
}
#content h1.withsubtitle,
#content .h1.withsubtitle {
  margin-bottom: 15px;
}
#content h1.withsubtitle + p.subtitle,
#content .h1.withsubtitle + p.subtitle {
  margin-bottom: 50px;
  text-align: center;
}
h2,
.h2 {
  /* padding-top: @title-padding-top;*/
  clear: both;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  h2,
  .h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  h2,
  .h2 {
    line-height: 30px;
    margin-bottom: 22px;
    font-size: 25px;
  }
}
h3,
.h3 {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  h3,
  .h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
h4,
.h4 {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  h4,
  .h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
h4.fs17,
.h4.fs17 {
  font-size: 17px;
}
h5,
.h5 {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  h5,
  .h5 {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  h5,
  .h5 {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .smaller-typo {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 1024px) {
  .smaller-typo {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.smaller-typo p {
  margin-bottom: 20px;
}
.text-highlight {
  color: #007000;
}
@media screen and (min-width: 1025px) {
  p.small,
  .p-small {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  p.small,
  .p-small {
    font-size: 14px;
    line-height: 20px;
  }
}
.p-bold {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#home-tabs .tabs ul.nav-tabs {
  padding-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  #home-tabs .tabs ul.nav-tabs {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  #home-tabs .tabs ul.nav-tabs {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #home-tabs .tabs .nav-tabs.blank-tab-style {
    /*padding-left: 15px;*/
  }
}
#home-tabs .tabs .nav-tabs.blank-tab-style li a {
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  border: solid transparent 1px !important;
  color: #008334;
  height: auto;
  padding: 0;
  margin-right: 50px;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  #home-tabs .tabs .nav-tabs.blank-tab-style li a {
    font-size: 22px;
    line-height: 28px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  #home-tabs .tabs .nav-tabs.blank-tab-style li a {
    font-size: 18px;
    line-height: 23px;
    margin-right: 20px;
  }
}
#home-tabs .tabs .nav-tabs.blank-tab-style li a:hover {
  border: solid transparent 1px !important;
  border-bottom: solid #008334 5px !important;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #home-tabs .tabs .nav-tabs.blank-tab-style li a:hover {
    border-bottom: solid #008334 3px !important;
    background: none;
  }
}
#home-tabs .tabs .nav-tabs.blank-tab-style li:last-child a {
  margin-right: 0;
}
#home-tabs .tabs .nav-tabs.blank-tab-style li.active a {
  color: #101010;
  border-bottom: solid #101010 5px !important;
  text-decoration: none !important;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #home-tabs .tabs .nav-tabs.blank-tab-style li.active a {
    border-bottom: solid #101010 3px !important;
  }
}
#home-tabs .tabs .tab-content {
  margin-top: 0;
  background-color: transparent;
  padding: 0;
}
#home-tabs #report-load-btn,
#home-tabs #menschen-load-btn,
#home-tabs #zahlen-load-btn {
  width: 200px;
}
.p-leadtext,
.p-leadrow p,
.p-leadtext p {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1025px) {
  .p-leadtext,
  .p-leadrow p,
  .p-leadtext p {
    font-size: 30px;
    line-height: 40px;
  }
}
.p-leadtext .text-primary,
.p-leadrow p .text-primary,
.p-leadtext p .text-primary {
  color: #101010;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 50px;
}
.p-leadtext a,
.p-leadrow p a,
.p-leadtext p a {
  color: #101010;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.p-leadtext a:hover,
.p-leadrow p a:hover,
.p-leadtext p a:hover {
  text-decoration: none;
}
.p-leadtext a:after,
.p-leadrow p a:after,
.p-leadtext p a:after {
  content: "";
  border-bottom: solid 3px #101010;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .p-leadtext,
  .p-leadrow p,
  .p-leadtext p {
    font-size: 26px;
    line-height: 35px;
  }
  .p-leadtext .text-primary,
  .p-leadrow p .text-primary,
  .p-leadtext p .text-primary {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-leadtext,
  .p-leadrow p,
  .p-leadtext p {
    font-size: 22px;
    line-height: 30px;
  }
  .p-leadtext .text-primary,
  .p-leadrow p .text-primary,
  .p-leadtext p .text-primary {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .p-leadtext {
    padding-top: calc(22px * 2);
  }
}
@media screen and (max-width: 1024px) {
  .leadrow img.media-object {
    margin-left: 50%;
    transform: translateX(calc(50% - 146px));
  }
}
.impressum-contact {
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .impressum-contact {
    padding-top: 30px;
    text-align: center;
  }
  .impressum-contact .publication-info .autor-info .autor-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-top: 15px;
  }
}
.publication-info .autor-info .autor-img {
  width: 240px;
  height: 240px;
  margin-bottom: 50px;
  padding-top: 8px;
}
.publication-info .autor-info .autor-descr .autor-name {
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.publication-info .autor-info .autor-descr .autor-function {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .publication-info .autor-info .autor-descr ul > li {
    padding: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .maintext {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .maintext {
    font-size: 15px;
  }
}
.container-fluid.active .portalsg-paragraph .portalsg-p-container {
  /*opacity: 1;
            transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
            transform-style: preserve-3d;*/
}
.container-fluid.active .portalsg-paragraph .portalsg-p-container.p-imgtxt u {
  background: linear-gradient(90deg, #fcd900 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: 0 0;
}
.container-fluid .portalsg-paragraph .portalsg-p-container.p-imgtxt.author u {
  background: linear-gradient(90deg, #fcd900 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: 0 0;
}
@media print {
  .portalsg-paragraph ul.rte li,
  .portalsg-paragraph ol.rte li {
    list-style-type: circle;
  }
}
.portalsg-paragraph ul.rte li:before {
  position: relative;
  top: -4px;
  margin-right: 22px !important;
}
@media screen and (max-width: 1024px) {
  .portalsg-paragraph ul.rte li:before {
    top: -3px;
    margin-right: 18px !important;
  }
}
.portalsg-paragraph .portalsg-p-container {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .portalsg-paragraph .portalsg-p-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .portalsg-paragraph .portalsg-p-container {
    /*&.p-register .tab-content {padding-left: 15px; padding-right: 15px;} */
  }
}
@media screen and (max-width: 1024px) {
  .portalsg-paragraph .portalsg-p-container.p-imgtxt .img-responsive {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .portalsg-paragraph .portalsg-p-container.p-imgtxt .img-responsive {
    margin-bottom: 25.2px;
  }
}
.portalsg-paragraph .portalsg-p-container.p-imgtxt.imgsubtitle .img-responsive {
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .portalsg-paragraph .portalsg-p-container.p-imgtxt.imgbelowtext .img-responsive {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .portalsg-paragraph .portalsg-p-container.p-imgtxt.imgbelowtext .img-responsive {
    margin-top: 25.2px;
  }
}
@media screen and (min-width: 1025px) {
  .portalsg-paragraph .portalsg-p-container.p-imgtxt .subtitle {
    margin-bottom: 25.2px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .portalsg-paragraph .portalsg-p-container.p-imgtxt .subtitle {
    margin-bottom: 22px;
    font-size: 14px;
  }
}
.portalsg-paragraph .portalsg-p-container.p-imgtxt u {
  text-decoration: none;
  transition: 3s all ease;
  background-position: 100% 0;
}
.portalsg-paragraph .portalsg-p-container img.img-rightaligned {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .portalsg-paragraph .portalsg-p-container img.img-rightaligned {
    width: calc(100vw * 0.66666667);
  }
}
@media screen and (max-width: 1024px) {
  .portalsg-paragraph .portalsg-p-container img.img-rightaligned {
    width: 100vw;
  }
}
.portalsg-paragraph .portalsg-p-container.active {
  transform: translateY(0);
  opacity: 1;
}
.portalsg-paragraph .accordion .panel-default {
  border: none;
}
.portalsg-paragraph .accordion .panel-heading {
  border: none;
  background: none;
}
.portalsg-paragraph .accordion .panel-heading:hover {
  text-decoration: none;
  color: #008334;
}
.portalsg-paragraph .accordion .panel-heading:focus {
  text-decoration: none;
  color: #008334;
}
.portalsg-paragraph .accordion .panel-heading.h2-panel-heading {
  border-bottom: none;
}
.portalsg-paragraph .accordion .panel-heading:not(.h2-panel-heading) {
  border-top: solid 2px #D9D9D9;
}
.portalsg-paragraph .accordion .panel-heading:not(.h2-panel-heading):first-child {
  border-top: none;
}
.portalsg-paragraph .accordion .panel-heading .panel-title a {
  position: relative;
  color: #008334;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.portalsg-paragraph .accordion .panel-heading .panel-title a:before {
  position: absolute;
  left: 0;
  text-align: center;
  transition: all ease 0.5s;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  color: #008334;
  float: left;
  top: 20px;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .portalsg-paragraph .accordion .panel-heading .panel-title a:before {
    top: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .portalsg-paragraph .accordion .panel-heading .panel-title a {
    font-size: 30px;
    line-height: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 39px;
  }
}
@media screen and (max-width: 1024px) {
  .portalsg-paragraph .accordion .panel-heading .panel-title a {
    font-size: 22px;
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 39px;
    width: 100%;
  }
}
.portalsg-paragraph .accordion .panel-heading .panel-title a:not(.collapsed) {
  color: #101010;
}
.portalsg-paragraph .accordion .panel-heading .panel-title a:not(.collapsed) a {
  text-decoration: none;
}
.portalsg-paragraph .accordion .panel-heading .panel-title a:not(.collapsed):before,
.portalsg-paragraph .accordion .panel-heading .panel-title a:not(.collapsed):after {
  transform: rotate(180deg);
  transition: all ease 0.5s;
}
@media screen and (max-width: 1024px) {
  .portalsg-paragraph .accordion .panel-heading ~ .panel-heading .panel-title a {
    border-top: none;
  }
}
.portalsg-paragraph .accordion .panel-default {
  border-bottom: solid 2px #D9D9D9;
}
.portalsg-paragraph .accordion .panel-default .panel-collapse.in .panel-body {
  /*border-bottom: solid 2px #D9D9D9 !important;*/
}
@media screen and (max-width: 1024px) {
  .portalsg-paragraph .accordion .panel-default .panel-body {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .portalsg-paragraph .accordion .panel-default .panel-body {
    padding-top: 25.2px;
    padding-bottom: 25.2px;
    font-size: 18px;
    line-height: 25.2px;
  }
}
.portalsg-paragraph .tabs .container {
  padding-left: 0;
}
@media screen and (min-width: 1025px) {
  .portalsg-paragraph .tabs > .container {
    max-width: 100%;
  }
}
.portalsg-paragraph .sgch-well.highlight-bluelightest {
  background: #e5e9ed;
  border: solid 2px #ccd4dc;
}
@media screen and (min-width: 1025px) {
  .portalsg-paragraph .sgch-well.highlight-bluelightest {
    padding: 25.2px calc(2 * 25.2px);
  }
}
@media screen and (max-width: 1024px) {
  .portalsg-paragraph .sgch-well.highlight-bluelightest {
    padding: 22px 7px;
  }
}
.portalsg-paragraph .sgch-well.highlight-bluelightest .contact-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.portalsg-paragraph .sgch-well.highlight-bluelightest .contact-card .contactcard-info {
  width: 100%;
}
.portalsg-paragraph .sgch-well.highlight-bluelightest .contact-card .contactcard-map {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 1025px) {
  .portalsg-paragraph .sgch-well.highlight-bluelightest .contact-card .contactcard-map {
    margin-top: calc(2 * 25.2px);
  }
}
@media screen and (max-width: 1024px) {
  .portalsg-paragraph .sgch-well.highlight-bluelightest .contact-card .contactcard-map {
    margin-top: calc(2 * 22px);
  }
}
.portalsg-paragraph .sgch-well.highlight-bluelightest .contact-card .contactcard-map iframe {
  height: 280px;
}
.explanation-tooltip {
  position: relative;
  cursor: help;
}
.explanation-tooltip span.word {
  border-bottom: 1px dashed #101010;
}
.explanation-tooltip .icon-close {
  display: none;
}
.explanation-tooltip.show-tooltip .icon-open {
  display: none;
}
.explanation-tooltip.show-tooltip .icon-close {
  display: inline-block;
  cursor: pointer;
}
.tooltip-description {
  position: absolute;
  background-color: #232E23;
  display: block;
  border-radius: 10px;
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .tooltip-description {
    padding: 15px;
    width: calc(100vw - 60px);
  }
}
.rte .explanation-tooltip .icon-open {
  margin-left: 2em;
  margin-right: -1em;
}
.rte .explanation-tooltip .icon-close {
  margin-left: 4em;
  margin-right: -3em;
}
.quote-paragraph .quote-panel {
  background: #f6f6f6;
  border-radius: 30px;
}
.quote-paragraph .quote-panel .text-container {
  display: block;
  position: relative;
  color: #101010;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .quote-paragraph .quote-panel .text-container {
    padding: 50px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .quote-paragraph .quote-panel .text-container {
    padding: 30px 20px;
  }
}
.quote-paragraph .quote-panel .text-container .quote-content .quote-icon {
  color: #008334;
}
.quote-paragraph .quote-panel .text-container .quote-content .quote-icon i {
  font-style: italic;
}
.quote-paragraph .quote-panel .text-container .quote-content .quote-icon.start i {
  margin-right: 6px;
}
.quote-paragraph .quote-panel .text-container .quote-content .quote-icon.end i {
  margin-left: 2px;
}
.quote-paragraph .quote-panel .text-container .quote-content,
.quote-paragraph .quote-panel .text-container .quote-content p {
  font-family: 'minion-pro, serif';
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .quote-paragraph .quote-panel .text-container .quote-content,
  .quote-paragraph .quote-panel .text-container .quote-content p {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .quote-paragraph .quote-panel .text-container .quote-content,
  .quote-paragraph .quote-panel .text-container .quote-content p {
    font-size: 23px;
    line-height: 32px;
  }
}
.quote-paragraph .quote-panel .text-container .autor {
  margin-top: 20px;
}
.quote-paragraph .quote-panel .text-container .autor .name {
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1025px) {
  .quote-paragraph .quote-panel .text-container .autor .name {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .quote-paragraph .quote-panel .text-container .autor .name {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .quote-paragraph .quote-panel .text-container .autor .function {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .quote-paragraph .quote-panel .text-container .autor .function {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: 20px;
  }
}
.quote-paragraph .quote-panel .text-container .reference {
  color: #008334;
  padding-top: 22px;
  display: inline-block;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 28px;
  padding-left: 32px;
}
@media screen and (max-width: 1024px) {
  .quote-paragraph .quote-panel .text-container .reference {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .quote-paragraph .quote-panel .text-container .reference {
    font-size: 16px;
    line-height: 22px;
    padding-left: 25px;
  }
}
.quote-paragraph .quote-panel .text-container .reference:before {
  text-decoration: none;
  color: #008334;
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: 400;
  position: absolute;
  left: 60px;
}
@media screen and (max-width: 1024px) {
  .quote-paragraph .quote-panel .text-container .reference:before {
    left: 20px;
  }
}
.quote-paragraph .quote-panel .text-container:not(.no-link):hover .reference {
  color: #008334;
  text-decoration: underline;
}
.quote-paragraph .quote-panel .text-container:not(.no-link):hover .reference:before {
  color: #008334;
  text-decoration: none;
}
.quote-paragraph .quote-panel.split-panel {
  display: flex;
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .quote-paragraph .quote-panel.split-panel {
    flex-flow: column;
  }
}
.quote-paragraph .quote-panel.split-panel .visuals {
  width: 30%;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .quote-paragraph .quote-panel.split-panel .visuals {
    height: 300px;
    width: 100%;
  }
}
.quote-paragraph .quote-panel.split-panel .visuals .quote-img {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .quote-paragraph .quote-panel.split-panel .visuals .quote-img {
    border-radius: 30px 30px 0 0;
  }
}
.quote-paragraph .quote-panel.split-panel .visuals .quote-img.video-preview {
  position: relative;
}
.quote-paragraph .quote-panel.split-panel .visuals .quote-img.video-preview:after {
  content: "\f144";
  font-family: "Font Awesome 5 Pro";
  font-size: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  height: 130px;
  width: 130px;
  color: #fff;
  line-height: 1em;
  opacity: 0.5;
}
.quote-paragraph .quote-panel.split-panel .visuals .quote-img:hover.video-preview:after {
  opacity: 0.8;
}
@media screen and (min-width: 1025px) {
  .quote-paragraph .quote-panel.split-panel .text-container {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .tab-content .number-paragraphs .number-paragraph .number-panel .number .size-xl {
    font-size: 180px;
    line-height: 200px;
  }
  .tab-content .number-paragraphs .number-paragraph .number-panel .number .size-l {
    font-size: 135px;
    line-height: 210px;
  }
  .tab-content .number-paragraphs .number-paragraph .number-panel .number .size-m {
    font-size: 110px;
    line-height: 220px;
  }
  .tab-content .number-paragraphs .number-paragraph .number-panel .number .size-s {
    font-size: 90px;
    line-height: 180px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .tab-content .number-paragraphs .number-paragraph .number-panel .number .size-xl {
    font-size: 180px;
    line-height: 200px;
  }
  .tab-content .number-paragraphs .number-paragraph .number-panel .number .size-l {
    font-size: 135px;
    line-height: 210px;
  }
  .tab-content .number-paragraphs .number-paragraph .number-panel .number .size-m {
    font-size: 110px;
    line-height: 220px;
  }
  .tab-content .number-paragraphs .number-paragraph .number-panel .number .size-s {
    font-size: 90px;
    line-height: 180px;
  }
}
.number-paragraph:first-child .number-panel {
  border-top: solid 2px #D9D9D9;
}
.number-paragraph .number-panel {
  display: flex;
  color: #101010;
  align-items: center;
  border-bottom: solid 2px #D9D9D9;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .number-paragraph .number-panel {
    min-height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .number-paragraph .number-panel {
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .number-paragraph .number-panel {
    flex-flow: column;
    padding: 30px 0;
    align-items: flex-start;
  }
}
.number-paragraph .number-panel .number {
  font-weight: 800;
}
.number-paragraph .number-panel .number .size-xl {
  font-size: 200px;
  line-height: 200px;
}
.number-paragraph .number-panel .number .size-l {
  font-size: 180px;
  line-height: 200px;
}
.number-paragraph .number-panel .number .size-m {
  font-size: 140px;
  line-height: 210px;
}
.number-paragraph .number-panel .number .size-s {
  font-size: 130px;
  line-height: 220px;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .number-paragraph .number-panel .number .size-xl {
    font-size: 200px;
    line-height: 200px;
  }
  .number-paragraph .number-panel .number .size-l {
    font-size: 160px;
    line-height: 200px;
  }
  .number-paragraph .number-panel .number .size-m {
    font-size: 135px;
    line-height: 210px;
  }
  .number-paragraph .number-panel .number .size-s {
    font-size: 110px;
    line-height: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .number-paragraph .number-panel .number .size-xl {
    font-size: 70px;
    line-height: 80px;
  }
  .number-paragraph .number-panel .number .size-l {
    font-size: 70px;
    line-height: 80px;
  }
  .number-paragraph .number-panel .number .size-m {
    font-size: 70px;
    line-height: 80px;
  }
  .number-paragraph .number-panel .number .size-s {
    font-size: 70px;
    line-height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .number-paragraph .number-panel .number {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .number-paragraph .number-panel .number {
    width: 100%;
  }
  .number-paragraph .number-panel .number .size-xl {
    font-size: 70px;
    line-height: 80px;
  }
  .number-paragraph .number-panel .number .size-l {
    font-size: 70px;
    line-height: 80px;
  }
  .number-paragraph .number-panel .number .size-m {
    font-size: 70px;
    line-height: 80px;
  }
  .number-paragraph .number-panel .number .size-s {
    font-size: 70px;
    line-height: 80px;
  }
}
.number-paragraph .number-panel .number .number-value {
  height: 100%;
  width: 100%;
  display: block;
}
.number-paragraph .number-panel .text-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .number-paragraph .number-panel .text-container {
    width: 50%;
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .number-paragraph .number-panel .text-container {
    padding-top: 20px;
  }
}
.number-paragraph .number-panel .text-container .reference {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 28px;
  color: #008334;
  padding-left: 32px;
}
@media screen and (max-width: 1024px) {
  .number-paragraph .number-panel .text-container .reference {
    font-size: 16px;
    line-height: 22px;
    padding-left: 25px;
  }
}
.number-paragraph .number-panel .text-container .reference:before {
  text-decoration: none;
  color: #008334;
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: 400;
  position: absolute;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .number-paragraph .number-panel .text-container .reference:before {
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .number-paragraph .number-panel:not(.no-link):hover {
    background: #008334;
    color: #fff;
  }
  .number-paragraph .number-panel:not(.no-link):hover .text-container .reference {
    color: #fff;
    text-decoration: underline;
  }
  .number-paragraph .number-panel:not(.no-link):hover .text-container .reference:before {
    color: #fff;
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  .number-paragraph .number-panel:not(.no-link):hover .text-container .reference {
    text-decoration: underline;
  }
  .number-paragraph .number-panel:not(.no-link):hover .text-container .reference:before {
    text-decoration: none;
  }
}
.number-paragraph .number-panel.no-link {
  flex-flow: column;
  padding: 30px 0;
  align-items: flex-start;
  min-height: initial;
}
.number-paragraph .number-panel.no-link .number {
  width: 100%;
  text-align: left;
}
.number-paragraph .number-panel.no-link .number .size-xl {
  font-size: 200px;
  line-height: 200px;
}
.number-paragraph .number-panel.no-link .number .size-l {
  font-size: 180px;
  line-height: 180px;
}
.number-paragraph .number-panel.no-link .number .size-m {
  font-size: 140px;
  line-height: 140px;
}
.number-paragraph .number-panel.no-link .number .size-s {
  font-size: 130px;
  line-height: 130px;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .number-paragraph .number-panel.no-link .number .size-xl {
    font-size: 200px;
    line-height: 200px;
  }
  .number-paragraph .number-panel.no-link .number .size-l {
    font-size: 160px;
    line-height: 160px;
  }
  .number-paragraph .number-panel.no-link .number .size-m {
    font-size: 135px;
    line-height: 135px;
  }
  .number-paragraph .number-panel.no-link .number .size-s {
    font-size: 110px;
    line-height: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .number-paragraph .number-panel.no-link .number .size-xl {
    font-size: 180px;
    line-height: 180px;
  }
  .number-paragraph .number-panel.no-link .number .size-l {
    font-size: 140px;
    line-height: 140px;
  }
  .number-paragraph .number-panel.no-link .number .size-m {
    font-size: 120px;
    line-height: 120px;
  }
  .number-paragraph .number-panel.no-link .number .size-s {
    font-size: 100px;
    line-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .number-paragraph .number-panel.no-link .number .size-xl {
    font-size: 140px;
    line-height: 140px;
  }
  .number-paragraph .number-panel.no-link .number .size-l {
    font-size: 120px;
    line-height: 120px;
  }
  .number-paragraph .number-panel.no-link .number .size-m {
    font-size: 100px;
    line-height: 100px;
  }
  .number-paragraph .number-panel.no-link .number .size-s {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .number-paragraph .number-panel.no-link .number .size-xl {
    font-size: 90px;
    line-height: 100px;
  }
  .number-paragraph .number-panel.no-link .number .size-l {
    font-size: 80px;
    line-height: 90px;
  }
  .number-paragraph .number-panel.no-link .number .size-m {
    font-size: 70px;
    line-height: 80px;
  }
  .number-paragraph .number-panel.no-link .number .size-s {
    font-size: 60px;
    line-height: 70px;
  }
}
.number-paragraph .number-panel.no-link .text-container {
  width: 100%;
  padding: 20px 0 0 0;
}
.number-paragraph .number-panel.no-link h4 {
  margin-bottom: 0;
}
.interview-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .interview-item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .interview-item h3 {
    margin-left: 100px;
  }
}
.interview-info {
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .interview-info {
    padding-top: 20px;
  }
}
.interview-info .img {
  max-width: 280px;
}
.interview-info .descr {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .interview-info .descr {
    padding-top: 10px;
  }
}
.interview-info .descr .name {
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1025px) {
  .interview-info .descr .name {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .interview-info .descr .name {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .interview-info .descr .function {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .interview-info .descr .function {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .staatsziele-panel,
  .facts-figures-panel {
    padding: 48px 52px 37px 52px;
  }
}
@media screen and (max-width: 1024px) {
  .staatsziele-panel,
  .facts-figures-panel {
    padding: 29px 22px 15px 29px;
  }
}
.staatsziele-panel {
  border: solid 8px #efefef;
}
.staatsziele-panel.color-green {
  border: solid 8px #cce6d6;
}
.facts-figures-panel {
  background: #f6f6f6;
}
.facts-figures-panel.color-green {
  background: #eef5ee;
}
.mehr-lesen-container {
  position: relative;
  /* .collapse-overflow {
        height: 70px; position: absolute; bottom:0;width: 100%; pointer-events: none;
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    }*/
}
.mehr-lesen-container .show-more a.show-more-toggler {
  color: #008334;
  display: block;
  cursor: pointer;
  padding-bottom: 20px;
}
.mehr-lesen-container .show-more a.show-more-toggler:hover i {
  text-decoration: none;
}
.mehr-lesen-container .show-more a.show-more-toggler .expand-icon,
.mehr-lesen-container .show-more a.show-more-toggler .collapse-icon {
  margin-right: 20px;
  position: absolute;
  left: 0;
}
.mehr-lesen-container .show-more a.show-more-toggler span {
  position: absolute;
  left: 40px;
}
.mehr-lesen-container .publisgcollapse:not(.in) {
  display: block;
  max-height: 71px;
  position: relative;
  padding-bottom: 110px;
  overflow: hidden;
}
.mehr-lesen-container .publisgcollapse:not(.in):after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 58%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 58%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 58%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 103px;
  z-index: 99;
  content: "";
  width: 100%;
}
.mehr-lesen-container .publisgcollapse:not(.in) .show-more {
  position: absolute;
  bottom: 2px;
  z-index: 999;
  width: 100%;
  cursor: pointer;
}
.mehr-lesen-container .publisgcollapse:not(.in) .show-more .collapse-icon,
.mehr-lesen-container .publisgcollapse:not(.in) .show-more .collapse-text {
  display: none;
  visibility: hidden;
}
.mehr-lesen-container .publisgcollapse.in {
  max-height: inherit;
  margin-bottom: 71px;
}
.mehr-lesen-container .publisgcollapse.in .show-more .expand-icon,
.mehr-lesen-container .publisgcollapse.in .show-more .expand-text {
  display: none;
  visibility: hidden;
}
.mehr-lesen-container .publisgcollapse.in .show-more .collapse-icon,
.mehr-lesen-container .publisgcollapse.in .show-more .collapse-text {
  margin-top: 20px;
}
.bullethover {
  position: relative;
}
.bullethover .hoverbullet {
  display: none;
}
@media screen and (min-width: 1025px) {
  .bullethover .hoverbullet {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #efefef;
    border-radius: 50%;
    z-index: 99;
    width: 315px;
    height: 315px;
    align-items: center;
    flex-flow: wrap;
    padding: 44px;
  }
  .bullethover .hoverbullet .title {
    font-size: 21px;
    line-height: 1em;
    display: block;
    align-self: flex-end;
  }
  .bullethover .hoverbullet .text,
  .bullethover .hoverbullet .linklike {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .bullethover .hoverbullet .linklike {
    align-self: flex-start;
  }
  .bullethover .hoverbullet .linklike {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .bullethover .hoverbullet .linklike:after {
    content: none;
  }
}
.bullethover a.bullethover-link {
  color: #101010;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.bullethover a.bullethover-link:after {
  content: "";
  border-bottom: solid 3px #101010;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
}
@media screen and (min-width: 1025px) {
  .bullethover a.bullethover-link:hover,
  .bullethover a.bullethover-link:focus {
    text-decoration: none;
  }
  .bullethover a.bullethover-link:hover .hoverbullet,
  .bullethover a.bullethover-link:focus .hoverbullet {
    display: flex;
  }
}
.bullethover a.bullethover-link .hovertarget {
  white-space: nowrap;
}
.timeline {
  margin-top: 20px;
}
.timeline .timeline-box {
  padding-left: 50px;
  float: left;
  border-left: solid #ddd 2px;
  width: 100%;
}
.timeline .timeline-box .project-img {
  margin-bottom: 20px;
}
.timeline .timeline-box .project-date {
  margin-top: -10px;
  position: relative;
  margin-bottom: 20px;
}
.timeline .timeline-box .project-date:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: -56px;
  top: 6px;
  background: #008334;
  border-radius: 50%;
}
.timeline .timeline-box h4 {
  margin-bottom: 6px;
}
.timeline .timeline-box + .timeline-box {
  padding-top: 60px;
}
.timeline .timeline-box.last {
  height: 20px;
  margin-bottom: 40px;
}
.timeline .timeline-box.last a {
  z-index: 99;
}
.report-boxes {
  display: flex;
}
@media screen and (min-width: 601px) {
  .report-boxes {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .report-boxes {
    flex-flow: column;
    align-items: center;
  }
}
.report-boxes .project-box {
  margin-bottom: 20px;
}
@media screen and (min-width: 601px) {
  .report-boxes .project-box {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .report-boxes .project-box {
    max-width: 300px;
  }
}
.report-box {
  background: #fff;
  overflow: hidden;
  color: #101010;
  padding-bottom: 75px;
  width: calc((100% / 3) - 20px);
}
@media screen and (max-width: 1024px) {
  .report-box {
    width: calc((100% / 2) - 20px);
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .report-box {
    width: 100%;
    padding-bottom: 50px;
  }
}
.report-box .image {
  margin-bottom: 10px;
  display: block;
  transition: all 0.5s ease-in-out;
  background-position: center center;
  height: 284px;
  background-size: cover;
}
.report-box .publication-date {
  display: block;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .report-box .publication-date {
    margin-bottom: 10px;
  }
}
.report-box h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .report-box h2 {
    margin-bottom: 5px;
  }
}
.report-box .image:hover {
  transform: scale(1.05);
}
.report-box ul.linklist > li a {
  color: #008334 !important;
}
.report-box ul.linklist > li.active a {
  font-weight: 600;
}
.report-box ul.linklist > li.hiddenlist {
  display: none;
}
.report-box ul.linklist > li.hiddenlist.open {
  display: block;
}
.report-box ul.linklist > li.more {
  padding-top: 5px;
}
.report-box ul.linklist > li.more a.more:before {
  display: none;
}
.report-box ul.linklist > li.more a.more:after {
  position: absolute;
  right: -20px;
  content: "\f107";
  font-weight: 800;
  font-size: 22px;
  font-family: "Font Awesome 5 Pro";
}
@media screen and (max-width: 1024px) {
  .report-box ul.linklist > li.more a.more:after {
    top: -3px;
    font-size: 20px;
  }
}
.report-box ul.linklist > li.more a.more.expanded:after {
  content: "\f106";
}
.report-box.empty {
  padding-bottom: 0;
}
.project-box {
  border: 1px #cbcbcb solid;
  background: #fff;
  overflow: hidden;
}
.project-box a.project-box-link {
  color: #101010;
}
.project-box a.project-box-link:hover,
.project-box a.project-box-link:focus,
.project-box a.project-box-link:active {
  text-decoration: none;
}
.project-box a.project-box-link .image {
  margin-bottom: 21px;
  display: block;
  transition: all 0.5s ease-in-out;
  background-position: center center;
  height: 205px;
  background-size: cover;
}
.project-box a.project-box-link .h4 {
  padding: 0 26px 0 26px;
  display: block;
}
.project-box a.project-box-link .p-small {
  padding: 0 26px 26px 26px;
  margin: 0;
  display: block;
}
.project-box a.project-box-link:hover .image {
  transform: scale(1.05);
}
.project-boxes {
  display: flex;
}
@media screen and (min-width: 601px) {
  .project-boxes {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .project-boxes {
    flex-flow: column;
    align-items: center;
  }
}
.project-boxes .project-box {
  margin-bottom: 20px;
}
@media screen and (min-width: 601px) {
  .project-boxes .project-box {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .project-boxes .project-box {
    max-width: 300px;
  }
}
.projectbox-carousel .project-box {
  width: 380px;
  margin: 10px;
}
.projectbox-carousel .project-box .project-box-link {
  display: block;
}
@media screen and (max-width: 1024px) {
  .imggallerie-carousel {
    padding-left: 15px;
  }
}
.imggallerie-carousel .img-item {
  margin-right: 20px;
}
@media screen and (min-width: 1221px) {
  .imggallerie-carousel .img-item {
    width: calc((1210px / 12 * 8) - 40px);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1220px) {
  .imggallerie-carousel .img-item {
    width: calc((100vw / 12 * 8) - 75px);
  }
}
@media screen and (max-width: 1024px) {
  .imggallerie-carousel .img-item {
    width: 80vw;
  }
}
.imggallerie-carousel .img-item a {
  height: 438px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .imggallerie-carousel .img-item a {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .imggallerie-carousel .img-item a {
    height: 320px;
  }
}
@media screen and (max-width: 600px) {
  .imggallerie-carousel .img-item a {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .imggallerie-carousel .img-item a {
    height: 200px;
  }
}
.imggallerie-carousel .img-item .title {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .imggallerie-carousel .img-item .title {
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}
.imggallerie-carousel .img-item .subtitle {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 20px;
}
@media screen and (max-width: 1024px) {
  .imggallerie-carousel .img-item .subtitle {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 20px;
  }
}
.tabs:not(.mobileverticaltitles) > .container {
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .tabs:not(.mobileverticaltitles) > .container {
    overflow: auto;
    /*margin-left: 15px;*/
    margin-right: 2px;
    overflow-y: hidden;
    overflow-x: auto;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0)), linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0)) 100% 0, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.585), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.585), rgba(0, 0, 0, 0)) 100% 0%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 80px 137px, 87px 137px, 21px 67px, 21px 60px;
    background-attachment: local, local, scroll, scroll;
  }
}
@media screen and (max-width: 1024px) {
  .tabs:not(.mobileverticaltitles) > .container ul.nav-tabs {
    white-space: nowrap;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .tabs:not(.mobileverticaltitles) > .container ul.nav-tabs > li {
    display: inline-block;
    cursor: pointer;
    float: none;
  }
}
@media screen and (max-width: 1024px) {
  .tabs:not(.mobileverticaltitles) > .container ul.nav-tabs > li > a {
    padding: 10px 30px 10px 0;
  }
}
.alert {
  float: left;
  width: 100%;
}
.alert.alert-danger {
  background: #fff;
  border: solid 2px #990033;
  color: #990033;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a .alert-danger:hover {
  border: 2px solid black;
}
.help-block {
  font-size: 13px;
  font-weight: 600;
}
.help-block.info {
  color: #737373;
}
.help-block.error {
  color: #e00025;
}
/* Lists */
ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}
.portalsg-p-container > p:last-child {
  margin-bottom: 0;
}
.portalsg-p-container .col-xs-12 > p:last-child {
  margin-bottom: 0;
}
.portalsg-p-container ol {
  color: #008334;
  padding-left: 16px;
}
.portalsg-p-container ol[type="a"] {
  color: #101010;
}
.portalsg-p-container ol[type="a"] li {
  margin-left: 20px;
}
.portalsg-p-container ol,
.portalsg-p-container ul:not(.nav-tabs) {
  margin: 0;
  padding: 0;
  counter-reset: item;
}
.portalsg-p-container ol > li,
.portalsg-p-container ul:not(.nav-tabs):not(.iconlist) > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
  color: #101010;
}
.portalsg-p-container ol > li:before,
.portalsg-p-container ul:not(.nav-tabs):not(.iconlist) > li:before {
  display: inline-block;
  width: 2em;
  padding-right: 0.8em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
  color: #008334;
}
.portalsg-p-container ul:not(.nav-tabs):not(.iconlist) > li:before {
  content: "\f45c";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.45em;
  margin-right: 20px;
}
.portalsg-p-container ul.checklist > li:before {
  content: "\f00c" !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 0.97em !important;
  width: 2em !important;
  margin-right: 0 !important;
}
.portalsg-p-container ul.linklist > li {
  text-indent: 0 !important;
  padding-left: 0 !important;
}
.portalsg-p-container ul.linklist > li a {
  /*color: @black !important;*/
  padding-left: 37px !important;
}
.portalsg-p-container ul.linklist > li:before {
  font-size: 0.97em !important;
  width: 2em !important;
  margin-right: 0 !important;
  font-weight: 400 !important;
  color: transparent !important;
  content: none !important;
}
.portalsg-p-container ul.linklist-external > li:before {
  content: "\f35d" !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 0.97em !important;
  width: 2em !important;
  margin-right: 0 !important;
  font-weight: 400 !important;
}
.portalsg-p-container ul.downloadlist > li:before {
  content: "\f33d" !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 0.97em !important;
  width: 1.7em !important;
  margin-right: 0 !important;
  font-weight: 400 !important;
}
ul.inline-list {
  float: left;
}
ul.inline-list li {
  float: left;
  display: inline-block;
}
ul.inline-list li a {
  padding: 0 20px;
}
ul.list-2-col {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
}
ul.list-2-col li {
  width: 100%;
  float: left;
}
ul.linklist {
  float: left;
}
ul.linklist li {
  width: 100%;
  float: left;
}
ul.linklist li a {
  display: block;
}
ul.linklist,
ul.iconlist,
ul.iconlist.no-link {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.icon-link,
.linklist li a,
ul.iconlist.no-link li {
  padding-left: 27px;
  position: relative;
  float: left;
}
.icon-link:before,
.linklist li a:before,
ul.iconlist.no-link li:before {
  content: "\f30b";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  color: #008334;
  text-decoration: none;
  -moz-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
.icon-link.phone,
.linklist li a.phone,
ul.iconlist.no-link li.phone {
  padding-left: 1.5em;
}
.icon-link.phone:before,
.linklist li a.phone:before,
ul.iconlist.no-link li.phone:before {
  content: "\f095";
  color: #008334;
}
.icon-link.mail,
.linklist li a.mail,
ul.iconlist.no-link li.mail {
  padding-left: 1.5em;
}
.icon-link.mail:before,
.linklist li a.mail:before,
ul.iconlist.no-link li.mail:before {
  content: "\f0e0";
  color: #008334;
}
.icon-link.download,
.linklist li a.download,
ul.iconlist.no-link li.download {
  padding-left: 1.3em;
  padding-top: 3px;
  padding-bottom: 3px;
}
.icon-link.download:before,
.linklist li a.download:before,
ul.iconlist.no-link li.download:before {
  content: "\f33d";
  color: #008334;
}
.icon-link.download:after,
.linklist li a.download:after,
ul.iconlist.no-link li.download:after {
  width: 16px;
}
.icon-link.default,
.linklist li a.default,
ul.iconlist.no-link li.default {
  padding-left: 1em;
}
.icon-link.back:before,
.linklist li a.back:before,
ul.iconlist.no-link li.back:before {
  content: "\f104";
  padding-top: 1.5px;
}
.icon-link.check:before,
.linklist li a.check:before,
ul.iconlist.no-link li.check:before {
  content: "\f00c";
  color: #007000;
}
.icon-link.uncheck:before,
.linklist li a.uncheck:before,
ul.iconlist.no-link li.uncheck:before {
  content: "\f00d";
  color: #008334;
}
.icon-link.link-int:before,
.linklist li a.link-int:before,
ul.iconlist.no-link li.link-int:before {
  content: "\f30b";
  font-weight: 400;
}
.icon-link.link-ext:before,
.linklist li a.link-ext:before,
ul.iconlist.no-link li.link-ext:before {
  content: "\f35d";
}
.icon-link.dltype-file:before,
.linklist li a.dltype-file:before,
ul.iconlist.no-link li.dltype-file:before {
  content: "\f33d";
}
.icon-link.dltype-ics:before,
.linklist li a.dltype-ics:before,
ul.iconlist.no-link li.dltype-ics:before {
  content: "\f33d";
}
.icon-link.dltype-pdf:before,
.linklist li a.dltype-pdf:before,
ul.iconlist.no-link li.dltype-pdf:before {
  content: "\f33d";
}
.icon-link.dltype-zip:before,
.linklist li a.dltype-zip:before,
ul.iconlist.no-link li.dltype-zip:before {
  content: "\f33d";
}
.icon-link.dltype-audio:before,
.linklist li a.dltype-audio:before,
ul.iconlist.no-link li.dltype-audio:before {
  content: "\f33d";
}
.icon-link.dltype-xls:before,
.linklist li a.dltype-xls:before,
ul.iconlist.no-link li.dltype-xls:before {
  content: "\f33d";
}
.icon-link.dltype-img:before,
.linklist li a.dltype-img:before,
ul.iconlist.no-link li.dltype-img:before {
  content: "\f33d";
}
.icon-link.dltype-ppt:before,
.linklist li a.dltype-ppt:before,
ul.iconlist.no-link li.dltype-ppt:before {
  content: "\f33d";
}
.icon-link.dltype-movie:before,
.linklist li a.dltype-movie:before,
ul.iconlist.no-link li.dltype-movie:before {
  content: "\f33d";
}
.icon-link.dltype-doc:before,
.linklist li a.dltype-doc:before,
ul.iconlist.no-link li.dltype-doc:before {
  content: "\f33d";
}
.linklist li.download .metadescription {
  padding-left: 10px;
}
ul.index {
  width: 100%;
  margin: 0 0 20px 0;
}
ul.index li {
  border-left-style: solid;
  border-left-color: #008334;
  border-left-width: 1px;
  padding: 0 5px 0 5px;
  display: inline;
  float: left;
}
.inline-icon-link {
  float: none;
  margin-right: 20px;
}
.inline-icon-link.pull-right {
  margin-right: 0;
}
ul.iconlist li i {
  width: 2em;
  padding-right: 1em;
  color: #008334;
  text-align: center;
}
.downloadlink-title {
  float: left;
  width: 100%;
}
.downloadlink-title .downloadlink-txt {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .downloadlink-title .downloadlink-txt {
    max-width: calc(100% - 170px);
  }
}
@media screen and (max-width: 767px) {
  .downloadlink-title .downloadlink-txt {
    max-width: 100%;
    width: 100%;
    float: left;
  }
}
.downloadlink-title .icon-link {
  font-size: 17px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .downloadlink-title .icon-link {
    transform: translateY(100%);
  }
}
@media screen and (max-width: 767px) {
  .downloadlink-title .icon-link {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.dropdown-menu {
  border-radius: 0;
}
/* Header */
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}
.tile {
  background-color: #efefeb;
  padding: 20px;
  margin: 0 0 20px 0;
}
/*********************************************************/
/*            sgch General Content Elements              */
/*********************************************************/
table th p:last-child,
table td p:last-child {
  margin-bottom: 0;
}
table.lines th,
table.lines td {
  border-bottom: solid #e3e2da 1px;
  padding: 20px;
}
table.pure th,
table.pure td {
  padding: 20px;
}
table.small-padding th,
table.small-padding td {
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  table.lightinnerbordertable {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  table.lightinnerbordertable {
    font-size: 14px;
    line-height: 20px;
  }
}
table.lightinnerbordertable th,
table.lightinnerbordertable thead {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table.lightinnerbordertable tr td,
table.lightinnerbordertable tr th {
  border: solid #ddd 1px;
}
table.lightinnerbordertable tr td:first-child,
table.lightinnerbordertable tr th:first-child {
  border-left: none;
}
table.lightinnerbordertable tr td:last-child,
table.lightinnerbordertable tr th:last-child {
  border-right: none;
}
table.lightinnerbordertable tr:last-child td,
table.lightinnerbordertable tr:last-child th {
  border-bottom: none;
}
table.lightinnerbordertable thead td,
table.lightinnerbordertable thead th {
  border-top: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  color: #008334;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  color: #008334;
}
.footable-row-detail-name {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  background: #008334;
  color: #fff;
  padding: 2px 5px;
  border-radius: 6px;
  margin-right: 5px;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  color: #fff;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  color: #fff;
}
table.dataTable thead .sorting:after {
  content: '\f0dc';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  bottom: 20px;
}
table.dataTable thead .sorting_asc:after {
  content: '\f0de';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  bottom: 20px;
}
table.dataTable thead .sorting_desc:after {
  content: '\f0dd';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  bottom: 20px;
}
.info-link a {
  float: left;
  padding-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.nav-tabs + .tab-content {
  padding-top: 25px;
}
.panel-group {
  text-align: left;
}
.panel-group .panel {
  border-right: none;
  border-left: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
  border-top: none;
}
.AccordionPar .portalsg-paragraph.m-2vr-bot:last-child {
  margin-bottom: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent !important;
}
.media .media-left,
.media .media-right {
  max-width: 50%;
}
ul.popover-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translateY(-50%) translateX(-50%);
}
ul.popover-outer a i {
  color: #000000;
}
/*********************************************************/
/*                  Form Elements                        */
/*********************************************************/
button i + span {
  margin-left: 6px;
}
button:focus,
button:hover {
  outline: none;
}
.p-form:not(.author) form .portalsg-paragraph {
  float: left;
  width: 100%;
}
.p-form:not(.author) form .portalsg-paragraph.m-2vr-bot {
  margin-bottom: 0;
}
.p-form form .p-imgtxt {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mixin-btn-primary {
  background-color: #008334;
  border-color: #008334;
  color: #fff;
}
.mixin-btn-primary-hover {
  background-color: #008334;
  border-color: #008334;
  color: #fff;
  text-decoration: none !important;
}
.mixin-btn-secondary {
  background-color: #fff;
  border-color: #cfcfcf;
  color: #008334;
}
.mixin-btn-secondary-hover {
  background-color: #fff;
  border-color: #008334;
  color: #008334;
  text-decoration: none !important;
}
.mixin-btn-link {
  background-color: #fff;
  border-color: #cfcfcf;
  color: #008334;
}
.mixin-btn-link-hover {
  background-color: #fff;
  border-color: #008334;
  color: #008334;
  text-decoration: none !important;
}
@media screen and (max-width: 480px) {
  .btn-group {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .button-row .btn {
    margin: 0 22px 22px 0;
  }
}
@media screen and (max-width: 1024px) {
  .button-row .btn {
    margin: 0 25.2px 25.2px 0;
  }
}
.leadparagraphlink {
  color: #101010;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.leadparagraphlinkunderline {
  content: "";
  border-bottom: solid 3px #101010;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
}
.btn,
a.btn {
  border: 2px solid transparent;
  white-space: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  text-align: left;
  padding: 3px 15px;
  display: -webkit-inline-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-inline-flex;
  -moz-justify-content: center;
  -moz-align-items: center;
}
.btn:not(.btn-lg):not(.btn-sm):not(.xs-selector),
a.btn:not(.btn-lg):not(.btn-sm):not(.xs-selector) {
  min-height: 42px;
}
.btn.btn-lg,
a.btn.btn-lg {
  min-height: 56px;
  font-size: 18px;
}
.btn.btn-sm,
a.btn.btn-sm {
  min-height: 35px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .btn,
  a.btn {
    width: 100%;
  }
}
.btn.btn-primary,
a.btn.btn-primary {
  background-color: #008334;
  border-color: #008334;
  color: #fff;
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  background-color: #008334;
  border-color: #008334;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-secondary,
a.btn.btn-secondary {
  background-color: #fff;
  border-color: #cfcfcf;
  color: #008334;
}
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  background-color: #fff;
  border-color: #008334;
  color: #008334;
  text-decoration: none !important;
}
.btn.round-btn,
a.btn.round-btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.btn.btn-link,
a.btn.btn-link {
  background-color: #fff;
  border-color: #cfcfcf;
  color: #008334;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.btn-link:hover,
a.btn.btn-link:hover {
  background-color: #fff;
  border-color: #008334;
  color: #008334;
  text-decoration: none !important;
}
.btn.easyread-btn,
a.btn.easyread-btn {
  font-size: 18px;
  height: calc(25.2px * 2 + 1px);
}
.btn.easyread-btn .easyread-img,
a.btn.easyread-btn .easyread-img {
  width: 26px;
  float: left;
  margin-right: 13px;
}
.btn.icon-btn i.pull-left,
a.btn.icon-btn i.pull-left {
  margin-right: 15px;
}
.btn.icon-btn i.pull-right,
a.btn.icon-btn i.pull-right {
  margin-left: 15px;
}
.btn.xs-selector,
a.btn.xs-selector {
  height: 24px;
  font-size: 14px;
  line-height: 1;
  border-radius: 5px;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
@media screen and (min-width: 1025px) {
  .btn.xs-selector,
  a.btn.xs-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .btn.xs-selector,
  a.btn.xs-selector {
    display: inline-block;
  }
}
.btn.xs-selector:not(.active),
a.btn.xs-selector:not(.active) {
  color: #008334;
  background: #fff;
  border: #cfcfcf solid 2px;
}
.btn.xs-selector.active,
a.btn.xs-selector.active {
  background: #008334;
  color: #fff;
  border: none;
}
.btn.inline-btn,
a.btn.inline-btn {
  display: inline-block;
  float: left;
  width: auto;
}
.bg-grey-darker .btn.btn-secondary,
.bg-grey-darker a.btn.btn-secondary,
.bg-grey-darker .btn.btn-invert-on-dark,
.bg-grey-darker a.btn.btn-invert-on-dark {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.bg-grey-darker .btn.btn-secondary:hover,
.bg-grey-darker a.btn.btn-secondary:hover,
.bg-grey-darker .btn.btn-invert-on-dark:hover,
.bg-grey-darker a.btn.btn-invert-on-dark:hover {
  background: rgba(255, 255, 255, 0.1);
}
.oc-switch-toggle {
  position: relative;
}
.oc-switch-toggle *,
.oc-switch-toggle *:before,
.oc-switch-toggle *:after {
  box-sizing: border-box;
}
.oc-switch-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.oc-switch-toggle input[type="checkbox"]:checked ~ label .oc-switch-toggler:before {
  content: attr(data-unchecked);
  left: 0;
}
.oc-switch-toggle input[type="checkbox"]:checked ~ label .oc-switch-toggler:after {
  content: attr(data-checked);
}
.oc-switch-toggle input[type="checkbox"]:checked:focus ~ label .oc-switch-toggler,
.oc-switch-toggle input[type="checkbox"]:checked:hover ~ label .oc-switch-toggler {
  background-color: #444;
  background-color: #008334;
}
.oc-switch-toggle input[type="checkbox"]:checked:focus ~ label .oc-switch-toggler:after,
.oc-switch-toggle input[type="checkbox"]:checked:hover ~ label .oc-switch-toggler:after {
  color: #008334;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.oc-switch-toggle input[type="checkbox"]:checked ~ label .oc-switch-toggler {
  background-color: #008334;
}
.oc-switch-toggle input[type="checkbox"]:checked ~ label .oc-switch-toggler:after {
  color: #008334;
  -webkit-transform: translate3d(59px, 0, 0);
  transform: translate3d(59px, 0, 0);
}
.oc-switch-toggle input[type="checkbox"]:checked ~ label:hover {
  color: #008334;
}
.oc-switch-toggle input[type="checkbox"]:hover ~ label {
  color: #008334;
}
.oc-switch-toggle[disabled] ~ label {
  pointer-events: none;
  color: rgba(68, 68, 68, 0.5);
}
.oc-switch-toggle[disabled] ~ label .oc-switch-toggler {
  opacity: 0.4;
}
.oc-switch-toggle label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.oc-switch-toggle label .oc-switch-toggler {
  position: relative;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #848484;
  height: 23px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 134px;
  flex: 0 0 134px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: #515151;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  border-radius: 60px;
}
.oc-switch-toggle label .oc-switch-toggler:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  color: rgba(255, 255, 255, 0.7);
  left: 60px;
  font-size: 13px;
  line-height: 23px;
  width: 60px;
  padding: 0 12px;
}
.oc-switch-toggle label .oc-switch-toggler:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  -webkit-transform: translate3d(0, 0, 0);
  color: #777;
  top: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
  transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #444;
  top: 1px;
  left: 2px;
  border-radius: 30px;
  width: 58px;
  line-height: 20px;
  font-size: 13px;
}
.oc-switch-toggle label .oc-switch-toggler:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
}
.context-search-navigation {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.context-search-navigation .button-description {
  float: left;
  display: inline-block;
  color: #777;
  padding: 5px 20px 5px 0;
}
.context-search-navigation ul {
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.context-search-navigation ul li {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  padding: 4px 10px;
  margin-right: 5px;
  height: 25.2px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 12px;
  background: #ebebeb;
  transition: background ease 0.5s;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .context-search-navigation ul li {
    width: auto;
  }
}
.context-search-navigation ul li:hover {
  background: #d0d0d0;
}
.context-search-navigation ul li.active {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 40px;
  background: rgba(0, 131, 52, 0.2);
  color: #008334;
}
.context-search-navigation ul li.active i#context-close-icon {
  position: absolute;
  left: 0;
  border-radius: 12px 0 0 12px;
  background: #008334;
  padding: 7px 10px;
  top: 0;
  font-size: 15px;
  color: #fff;
  height: 28px;
}
.context-search-navigation ul li:last-child {
  margin-right: 0;
}
#context-search-tooltoggler {
  cursor: pointer;
  position: relative;
}
.switch-button {
  width: 300px;
  text-align: center;
}
.switch-button {
  will-change: transform;
  z-index: 197 !important;
  cursor: pointer;
  transition: 0.3s ease all;
  background: #636363;
  box-sizing: border-box;
  border: solid #636363 2px;
  border-radius: 15px;
}
.switch-button .active {
  border-radius: 15px;
}
.switch-button .switch-button-case {
  display: inline-block;
  background: none;
  width: 49%;
  height: 100%;
  color: white;
  position: relative;
  border: none;
  transition: 0.3s ease all;
  padding-bottom: 1px;
}
.switch-button .switch-button-case:hover {
  cursor: pointer;
}
.switch-button .switch-button-case:focus {
  outline: none;
}
.switch-button.results-active .active {
  left: 50%;
  transition: all ease 1s;
}
.switch-button.results-active .switch-button-case.right {
  color: #101010;
}
.switch-button.results-active .switch-button-case.left {
  color: #fff;
}
.switch-button .active {
  color: #151515;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease-out all;
}
.switch-button .active-case {
  color: #151515;
}
.oc-hide {
  transition: 0.22s;
  -moz-transition: 0.22s;
  -webkit-transition: 0.22s;
  -o-transition: 0.22s;
  -webkit-animation: toolsAnimationHideDown 0.22s;
  animation: toolsAnimationHideDown 0.22s;
  transform: translateY(200px);
  visibility: hidden;
}
.oc-show {
  transition: 0.22s;
  -moz-transition: 0.22s;
  -webkit-transition: 0.22s;
  -o-transition: 0.22s;
  -webkit-animation: toolsAnimationShowUp 0.22s;
  animation: toolsAnimationShowUp 0.22s;
}
a.wrapper-link {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}
a.wrapper-link:hover {
  text-decoration: none;
  color: inherit;
}
a.wrapper-link:hover .btn-primary {
  background-color: #008334;
  border-color: #008334;
  color: #fff;
  text-decoration: none !important;
}
a.wrapper-link:hover .btn-secondary {
  background-color: #fff;
  border-color: #008334;
  color: #008334;
  text-decoration: none !important;
}
a.wrapper-link:hover .btn-link {
  background-color: #fff;
  border-color: #008334;
  color: #008334;
  text-decoration: none !important;
}
.nav.navbar-nav.hotlink-nav a.btn {
  background-color: #008334;
  border-color: #008334;
  color: #fff;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1025px) {
  .nav.navbar-nav.hotlink-nav a.btn {
    min-height: 42px;
    padding-top: 9px;
  }
}
.nav.navbar-nav.hotlink-nav a.btn:hover {
  background-color: #008334;
  border-color: #008334;
  color: #fff;
  text-decoration: none !important;
}
.col-publisg-2-flex-desktop,
.col-sgspp-2-flex-desktop {
  display: flex;
}
@media screen and (min-width: 601px) {
  .col-publisg-2-flex-desktop,
  .col-sgspp-2-flex-desktop {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .col-publisg-2-flex-desktop,
  .col-sgspp-2-flex-desktop {
    flex-flow: column;
    align-items: center;
  }
}
.col-publisg-2-flex-desktop .col-publisg,
.col-sgspp-2-flex-desktop .col-publisg,
.col-publisg-2-flex-desktop .col-sgspp,
.col-sgspp-2-flex-desktop .col-sgspp {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .col-publisg-2-flex-desktop .col-publisg,
  .col-sgspp-2-flex-desktop .col-publisg,
  .col-publisg-2-flex-desktop .col-sgspp,
  .col-sgspp-2-flex-desktop .col-sgspp {
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
}
.statistics-panel {
  height: 100%;
  line-height: initial;
}
@media screen and (min-width: 1025px) {
  .statistics-panel.highlight-lightgreen,
  .statistics-panel.highlight-greylightest,
  .statistics-panel.highlight-sgsppgreen {
    padding: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .statistics-panel.highlight-lightgreen,
  .statistics-panel.highlight-greylightest,
  .statistics-panel.highlight-sgsppgreen {
    padding: 20px;
  }
}
.statistics-panel .bignumber.value {
  color: #008334;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.statistics-panel .bignumber.value .number {
  font-size: 101px;
}
.statistics-panel .bignumber.value .unit {
  font-size: 30px;
}
.statistics-panel .bignumber.value .unit.medium {
  font-size: 25px;
}
.statistics-panel .bignumber.value .unit.small {
  font-size: 20px;
}
.statistics-panel p.legend {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .statistics-panel p.legend {
    font-size: 13px;
    line-height: 16px;
  }
}
.statistics-panel .chart-container + p.legend {
  margin-top: 10px;
}
ul.bars.upscaling {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.bars.upscaling li {
  padding: 0;
  text-indent: 0;
  display: flex;
  margin-bottom: 20px;
}
ul.bars.upscaling li:before {
  content: none;
}
ul.bars.upscaling li .legend {
  margin-right: 20px;
}
.bar {
  width: 220px;
  height: 20px;
  list-style-type: none;
  position: relative;
}
.bar p {
  position: absolute;
  left: 0;
  top: 0;
}
.bar.bardarkgreen p {
  background-color: rgba(0, 131, 51, 0.7);
}
.bar.barbrightgreen p {
  background-color: rgba(0, 131, 52, 0.4);
}
.bar.barbrightgrey p {
  background-color: rgba(158, 155, 155, 0.6);
}
.bar.barmiddlegrey p {
  background-color: rgba(99, 99, 99, 0.6);
}
.bar.bardarkgrey p {
  background-color: rgba(99, 99, 99, 0.9);
}
.bar span {
  padding-left: 15px;
  left: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-control {
  border: solid 2px #878787;
}
/* clears the 'X' from Internet Explorer */
input.datepicker-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input.datepicker-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input.datepicker-input::-webkit-search-decoration,
input.datepicker-input::-webkit-search-cancel-button,
input.datepicker-input::-webkit-search-results-button,
input.datepicker-input::-webkit-search-results-decoration {
  display: none;
}
input[type="text"],
input[type="number"],
input[type="search"],
textarea,
.input-style,
select.form-control,
textarea {
  background-color: #fff;
  outline: none;
  box-shadow: none;
  border-image: none;
  height: 42px;
  padding-left: 10px !important;
  padding-top: 15px !important;
  float: left;
  border: solid 2px #878787;
  font-size: 14px;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus,
.input-style:focus,
select.form-control:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-image: none;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow ease 1s;
  border: solid 2px #636363;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.input-style::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #878787;
}
input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder,
.input-style:-moz-placeholder,
select.form-control:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #878787;
}
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder,
.input-style::-moz-placeholder,
select.form-control::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #878787;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.input-style:-ms-input-placeholder,
select.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #878787;
}
input[type="text"]:not(.datepicker-input):disabled,
input[type="number"]:not(.datepicker-input):disabled,
input[type="search"]:not(.datepicker-input):disabled,
textarea:not(.datepicker-input):disabled,
.input-style:not(.datepicker-input):disabled,
select.form-control:not(.datepicker-input):disabled,
textarea:not(.datepicker-input):disabled {
  background: none;
  box-shadow: none;
}
textarea.form-control {
  font-size: 14px;
}
textarea.form-control:focus {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow ease 1s;
  border: solid 2px #636363;
}
select.form-control {
  border-radius: 5px;
  padding-left: 5px !important;
  font-size: 14px;
  color: #878787;
}
select.form-control.has-label {
  padding-top: 17px !important;
}
select.form-control:not(.has-label) {
  padding-top: 6px !important;
}
select.form-control.sm-height {
  height: 32px;
  padding-top: 0;
}
select[multiple].form-control,
select[size].form-control {
  height: auto;
}
label.input-disabled > span:not(.outer-label) {
  color: #cfcfcf !important;
}
label.input-disabled input {
  border-color: #cfcfcf;
}
.form-control {
  height: 42px;
}
a.input-style {
  margin-right: 10px;
  text-align: center;
  padding: 12px;
  font-size: 26px;
  margin-bottom: 10px;
}
a.input-style:hover,
a.input-style:focus {
  text-decoration: none;
}
a.input-style i.fa-crosshairs {
  display: block;
}
textarea {
  resize: vertical;
  max-width: 100%;
}
label.input-label > span:not(.outer-label) {
  position: absolute;
  left: 10px;
  top: 12px;
  z-index: 10;
  color: #505050;
  transition: all ease 0.5s;
  pointer-events: none;
  font-size: 14px;
  font-weight: 600;
  max-height: 20px;
  overflow: hidden;
}
label.input-label span.input-group-addon {
  max-height: 42px;
}
label.input-label.labelfocus > span:not(.outer-label),
label.input-label.notempty > span:not(.outer-label),
label.input-label.datepicker > span:not(.outer-label),
label.input-label.selectlabel > span:not(.outer-label) {
  top: 1px;
  z-index: 10;
  font-size: 12px;
  left: 11px;
}
label.input-label .outer-label {
  float: left;
}
label {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  margin-bottom: 10px;
}
label.small-label {
  width: 80px;
}
label.small-label input {
  width: 100%;
}
.input-group-addon {
  background-color: #e7e7e7;
  border: solid #878787 2px;
  border-right: none;
}
.error-message {
  font-size: 13px;
}
.input-label.datepicker {
  padding: 0;
  border-radius: 0;
}
.input-label.datepicker .input-group-addon {
  left: inherit;
  right: 3px;
  font-size: 20px;
  color: #008334;
  border: none;
  outline: none;
  background: none;
  width: 50px;
  padding: 13px;
  height: 100%;
  padding: 0;
  top: 0;
  left: inherit !important;
  display: -webkit-inline-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -moz-inline-flex;
  -moz-justify-content: center;
  -moz-align-items: center;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .input-label.datepicker .input-group-addon {
    top: 10px !important;
  }
}
.input-label.datepicker .input-group-addon i {
  font-size: 19px;
}
.form-group {
  float: left;
  width: 100%;
}
.form-group.bootstrap-columns label,
.form-group.bootstrap-columns select,
.form-group.bootstrap-columns textarea {
  width: 100%;
}
.form-group button.browse {
  white-space: nowrap;
}
.form-group .input-group.fileupload input.form-control {
  padding-top: 6px !important;
}
.form-group .input-group.fileupload .oc-fileuploader {
  visibility: hidden;
  position: absolute;
}
.form-group button.pull-right + button.pull-right {
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .form-group button.pull-right + button.pull-right {
    margin-right: 0;
  }
}
.datepicker table tr th.prev,
.datepicker table tr th.next {
  z-index: 9999;
  cursor: pointer;
}
/*********************************************************/
/*               Paragraphs / Rows                       */
/*********************************************************/
body.modal-open[style] {
  padding-right: 0 !important;
}
body.modal-open #publisg-detailmenu,
body.modal-open #publisg-scrollspy,
body.modal-open .navigationbutton,
body.modal-open .scrolltop,
body.modal-open .publisg-custom-slider-btns {
  display: none !important;
}
.modal .modal-dialog video {
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .modal.in:not(.ekko-lightbox) .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    width: max-content;
    max-width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .modal.in:not(.ekko-lightbox) .modal-dialog {
    top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .modal.in:not(.ekko-lightbox) .modal-dialog {
    width: 90%;
    overflow-y: scroll;
    height: 70%;
    left: 3%;
    top: 70px;
    height: calc(100% - 100px);
  }
}
.modal.in:not(.ekko-lightbox) .modal-dialog .modal-content {
  border-radius: 0;
}
@media screen and (min-width: 1025px) {
  .modal.in.portrait-overlay .modal-dialog {
    max-height: 80%;
    max-width: 95%;
    width: 1170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .modal.in.portrait-overlay .modal-dialog {
    width: 95%;
  }
}
@media screen and (min-width: 1025px) {
  .modal.in.video-overlay .modal-dialog {
    max-height: 80%;
    max-width: 95%;
    width: 1170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .modal.in.video-overlay .modal-dialog {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .modal.in.video-overlay .modal-dialog {
    width: 95%;
    left: 4px;
    height: initial;
    overflow-y: initial;
  }
}
.modal.in.video-overlay .modal-dialog .modal-body {
  padding: 7px 7px 0 7px;
}
@media screen and (max-width: 1024px) {
  .modal.in.video-overlay .modal-dialog .modal-body {
    padding: 7px 3px 0 3px;
  }
}
.modal.in.gallery-overlay .modal-dialog {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
@media screen and (max-width: 480px) {
  .modal.in.gallery-overlay .modal-dialog {
    left: 0;
    overflow-y: initial;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-content {
  max-height: 100%;
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
@media screen and (min-width: 1025px) {
  .modal.in.gallery-overlay .modal-dialog .modal-content {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .modal.in.gallery-overlay .modal-dialog .modal-content {
    height: auto;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-header {
  border: none;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-header {
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay .modal-dialog .modal-header {
    height: 60px;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-header button {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 42px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-header button {
    right: 15px;
    top: 15px;
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay .modal-dialog .modal-header button {
    right: 15px;
    top: 15px;
    font-size: 32px;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body {
  padding: 0 100px;
  height: calc(100% - 80px);
}
@media screen and (max-width: 1024px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body {
    padding: 0 50px 20px 50px;
  }
}
@media screen and (max-width: 600px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body {
    padding: 0 40px 20px 40px;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body img {
  /*position: relative; left: 50%; transform: translateX(-50%);*/
  max-height: calc(100% - 100px);
}
.modal.in.gallery-overlay .modal-dialog .modal-body .title {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .title {
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .subtitle {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 20px;
}
@media screen and (max-width: 1024px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .subtitle {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 20px;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .publisg-custom-slider-btns.style-modal button.slick-prev {
  margin-left: 10px;
  background: transparent;
  top: 45%;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .publisg-custom-slider-btns.style-modal button.slick-prev {
    margin-left: 0;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .publisg-custom-slider-btns.style-modal button.slick-next {
  margin-right: 10px;
  background: transparent;
  top: 45%;
}
@media screen and (max-width: 767px) {
  .modal.in.gallery-overlay .modal-dialog .modal-body .publisg-custom-slider-btns.style-modal button.slick-next {
    margin-right: 0;
  }
}
.modal.in.gallery-overlay .modal-dialog .modal-body .publisg-custom-slider-btns.style-modal button.slick-prev:before,
.modal.in.gallery-overlay .modal-dialog .modal-body .publisg-custom-slider-btns.style-modal button.slick-next:before {
  display: none;
}
#modal-pdfdownload .pdfdownload-detail ul {
  margin-bottom: 20px;
}
#modal-pdfdownload .pdfdownload-detail ul li {
  padding: 10px 0;
}
#modal-pdfdownload .pdfdownload-detail ul li a {
  font-size: 17px;
  line-height: 22px;
}
#modal-pdfdownload .pdfdownload-detail ul li a:before {
  content: "\f56d";
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  margin-right: 20px;
}
.modal-dialog form label {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.modal-dialog form label input {
  width: 100%;
}
.modal-dialog form button.btn-primary {
  margin: 0 auto;
  display: block;
}
.modal-body {
  display: inline-block;
  width: 100%;
}
.ekko-lightbox .modal-dialog {
  -webkit-box-flex: 100% !important;
  -ms-flex: 100% !important;
  flex: 100% !important;
  margin-left: 0;
  margin-right: 0;
}
/*********************************************************/
/*                        Forms                          */
/*********************************************************/
.oc-radio,
.oc-checkbox {
  height: 41px;
  letter-spacing: 0.5px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.oc-radio.multiline,
.oc-checkbox.multiline {
  min-height: 41px;
  height: auto;
}
.oc-radio:focus,
.oc-checkbox:focus {
  outline: none;
  border: none;
}
.oc-radio:focus label,
.oc-checkbox:focus label {
  outline: none;
}
.oc-radio:not(.fullwidth) + .oc-checkboxlink,
.oc-checkbox:not(.fullwidth) + .oc-checkboxlink,
.oc-radio:not(.fullwidth) + .oc-radiolink,
.oc-checkbox:not(.fullwidth) + .oc-radiolink {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1.5px;
}
.oc-radio.fullwidth + .oc-checkboxlink,
.oc-checkbox.fullwidth + .oc-checkboxlink,
.oc-radio.fullwidth + .oc-radiolink,
.oc-checkbox.fullwidth + .oc-radiolink {
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1.5px;
  margin: -20px 0 20px 30px;
}
label {
  position: relative;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
input[type=radio] + label span:not(.description),
input[type=checkbox] + label span:not(.description) {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: solid #878787 2px;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}
input[type=radio] + label span:not(.description) span:not(.description),
input[type=checkbox] + label span:not(.description) span:not(.description) {
  background-color: #292321;
}
input[type=radio] + label,
input[type=checkbox] + label {
  color: #636363;
  font-size: 14px;
}
input[type=radio] + label span:not(.description),
input[type=checkbox] + label span:not(.description),
input[type=radio]:checked + label span:not(.description),
input[type=checkbox]:checked + label span:not(.description) {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
input[type=radio] + label span:not(.description) {
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio]:checked + label span:not(.description) {
  background: -moz-radial-gradient(center, ellipse cover, #008334 0%, #008334 42%, #008334 45%, #008528 50%, rgba(0, 134, 35, 0) 52%, rgba(0, 138, 0, 0) 67%, rgba(0, 87, 0, 0) 86%, rgba(0, 36, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #008334 0%, #008334 42%, #008334 45%, #008528 50%, rgba(0, 134, 35, 0) 52%, rgba(0, 138, 0, 0) 67%, rgba(0, 87, 0, 0) 86%, rgba(0, 36, 0, 0) 100%);
  background: radial-gradient(ellipse at center, #008334 0%, #008334 42%, #008334 45%, #008528 50%, rgba(0, 134, 35, 0) 52%, rgba(0, 138, 0, 0) 67%, rgba(0, 87, 0, 0) 86%, rgba(0, 36, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008334', endColorstr='#00002400', GradientType=1);
  border: solid 2px #008334;
}
input[type=radio]:disabled:checked + label span:not(.description) {
  background: -moz-radial-gradient(center, ellipse cover, #008334 0%, #878787 42%, #008334 45%, #008528 50%, rgba(0, 134, 35, 0) 52%, rgba(0, 138, 0, 0) 67%, rgba(0, 87, 0, 0) 86%, rgba(0, 36, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #878787 0%, #878787 42%, #008334 45%, #008528 50%, rgba(0, 134, 35, 0) 52%, rgba(0, 138, 0, 0) 67%, rgba(0, 87, 0, 0) 86%, rgba(0, 36, 0, 0) 100%);
  background: radial-gradient(ellipse at center, #878787 0%, #878787 42%, #878787 45%, #008528 50%, rgba(0, 134, 35, 0) 52%, rgba(0, 138, 0, 0) 67%, rgba(0, 87, 0, 0) 86%, rgba(0, 36, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@grey-darker', endColorstr='#00002400', GradientType=1);
  border: solid 2px #878787;
}
input[type=checkbox]:checked + label span {
  background: #008334;
  border-color: #008334;
}
input[type=checkbox]:checked + label span:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -1px;
  top: -5px;
  color: #fff;
  font-size: 18px;
}
input[type=checkbox]:disabled:checked + label span {
  background: #e7e7e7;
  border-color: #878787;
}
input[type=checkbox]:disabled:checked + label span:before {
  color: #878787;
}
input[type="radio"][disabled] + label span:not(.description),
input[type="checkbox"][disabled] + label span:not(.description),
input[type="radio"].disabled + label span:not(.description),
input[type="checkbox"].disabled + label span:not(.description),
fieldset[disabled] input[type="radio"] + label span:not(.description),
fieldset[disabled] input[type="checkbox"] + label span:not(.description) {
  background: #e7e7e7;
}
input[type="range"] {
  background: #878787;
}
p.pagination-hint {
  margin-bottom: 0;
}
.pagination,
.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination li.page-item {
  margin-right: 10px;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 rgba(16, 16, 16, 0.5);
}
.pagination li.page-item a {
  padding: 0;
  height: 40px;
  min-width: 40px;
  background: #fff;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-align: center;
  justify-content: center;
}
.pagination li.page-item a:hover {
  text-decoration: none !important;
  background-color: #008334;
  color: #fff;
}
.pagination li.page-item.current-page,
.pagination li.page-item .current-results {
  background-color: #008334;
  color: #fff;
  pointer-events: none;
  letter-spacing: 0.5px;
}
.pagination li.page-item.current-page:hover,
.pagination li.page-item .current-results:hover {
  background: #fff;
}
.pagination li.page-item.current-page .current-results,
.pagination li.page-item .current-results .current-results {
  border-radius: 5px;
}
.pagination li.page-item.current-page .current-results:before,
.pagination li.page-item .current-results .current-results:before {
  content: "[";
}
.pagination li.page-item.current-page .current-results:after,
.pagination li.page-item .current-results .current-results:after {
  content: "]";
}
.pagination i {
  font-size: 18px;
}
ul.ui-menu.ui-autocomplete {
  padding-left: 20px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 999;
}
@media screen and (min-width: 1025px) {
  ul.ui-menu.ui-autocomplete {
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  ul.ui-menu.ui-autocomplete {
    width: 250px;
  }
  ul.ui-menu.ui-autocomplete .ui-menu-item {
    padding: 10px 0;
  }
}
.mapwrap {
  position: relative;
}
.mapwrap .overlay {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  h2 + p > a.pull-right {
    float: left !important;
    display: inline-block;
    clear: both;
    width: 100%;
  }
}
.id-parallax {
  height: 300px;
  margin-top: 40px;
}
.id-parallax .parallax-bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax-bg {
    background-attachment: scroll !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {
  .parallax-bg {
    background-attachment: scroll !important;
  }
}
/* Newsoverview */
.news-filter {
  float: left;
  width: 100%;
}
.news-filter h4 {
  border-bottom: solid #cfcfcf 2px;
  padding-bottom: 7px;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .news-filter h4 {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .news-filter h4 {
    margin-bottom: 25.2px;
  }
}
.news-filter + .news-filter {
  margin-top: 43px;
}
@media screen and (min-width: 1025px) {
  .news-filter:last-child {
    margin-bottom: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .news-filter:last-child {
    margin-bottom: 22px;
  }
}
.datepicker-dropdown {
  background: #fff;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
}
.datepicker table tr td,
.datepicker table tr th {
  font-weight: 400;
}
#row-news-detail {
  overflow: hidden;
}
.date-range .date-pick-start,
.date-range .date-pick-end {
  width: 50%;
}
.date-range .date-pick-start input,
.date-range .date-pick-end input {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.date-range .date-pick-start .input-outer,
.date-range .date-pick-end .input-outer {
  background: #fff;
  position: relative;
  display: inline-block;
  float: left;
  border: solid #878787 2px;
}
.date-range .date-pick-start .input-outer input,
.date-range .date-pick-end .input-outer input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding-top: 5px !important;
  text-align: center;
  font-size: 16px;
}
.date-range .date-pick-start .input-outer input.datepicker:focus,
.date-range .date-pick-end .input-outer input.datepicker:focus {
  background: #f2f2f2;
  background: -moz-linear-gradient(left, #f2f2f2 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #f2f2f2 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #f2f2f2 0%, rgba(255, 255, 255, 0.01) 99%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#00ffffff', GradientType=1);
}
.date-range .date-pick-start .input-outer {
  border-right: none;
  width: calc(100% - 15px);
  border-radius: 5px 0 0 5px;
}
.date-range .date-pick-start .input-outer:before {
  content: "";
  width: 0px;
  position: absolute;
  right: -30px;
  height: 0px;
  top: -1px;
  border-top: 22.5px solid transparent;
  border-bottom: 22.5px solid transparent;
  border-left: 28px solid #cfcfcf;
  z-index: 4;
}
.date-range .date-pick-start .input-outer:after {
  content: "";
  width: 0px;
  position: absolute;
  right: -26px;
  top: -1px;
  height: 0px;
  border-top: 22.5px solid transparent;
  border-bottom: 21.5px solid transparent;
  border-left: 26px solid #fff;
  z-index: 5;
}
.date-range .date-pick-start .input-outer input {
  padding-left: 9px !important;
}
.date-range .date-pick-end .input-outer {
  margin-left: -15px;
  padding-left: 1px;
  width: calc(100% + 15px);
  border-radius: 0 5px 5px 0;
}
.date-range .date-pick-end .input-outer input.datepicker:focus {
  background: #f2f2f2;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: 0;
  height: 10px;
  border-top: solid 12px #636363;
  border-left: 12px solid transparent;
  border-right: solid 12px transparent;
}
/* News Detail */
@media screen and (min-width: 1025px) {
  .header-img {
    margin-bottom: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .header-img {
    margin-bottom: 36px;
  }
}
.flexheight-header-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 50vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .flexheight-header-img {
    min-height: 320px;
  }
}
.flexheight-header-img.no-scaling {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flexheight-header-img.no-scaling > img {
  max-height: 50vh;
}
.newsitem {
  margin-top: 30px;
}
.newsitem:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .newsitem {
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .newsitem .col-xxs-12 + .col-xxs-12 {
    border-top: none;
    padding-top: 10px;
  }
}
.id-video .media a {
  display: none;
}
.video-wrapper,
.audio-wrapper {
  --plyr-color-main: #008334;
}
.audio-wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.video-wrapper .plyr__poster {
  background-size: cover;
}
.video-wrapper iframe {
  margin-top: 0 !important;
}
.video-wrapper .responsive-iframe {
  position: relative;
  padding-top: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-bottom: 5px;
  height: 0;
  overflow: hidden;
}
.video-wrapper .responsive-iframe iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.video-transkript {
  /*
        padding-top: 10px; font-size: 17px; line-height: 22px;
        @media @mobile {font-size: 16px; line-height: 22px; padding-left: 15px;}*/
}
.video-transkript.panel-group {
  /*@media @mobile {padding-left: 15px; padding-right: 15px;}*/
  margin-bottom: 0;
}
.video-transkript.panel-group .panel-default {
  border-bottom: none;
}
.video-transkript.panel-group .panel-default .panel-title {
  font-size: 17px;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  .video-transkript.panel-group .panel-default .panel-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.video-transkript.panel-group .panel-default .panel-title a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 28px;
  font-size: 17px;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  .video-transkript.panel-group .panel-default .panel-title a {
    font-size: 16px;
    line-height: 22px;
  }
}
.video-transkript.panel-group .panel-default .panel-title a:before {
  top: 10px;
  font-size: 18px;
}
.video-transkript.panel-group .panel-default .panel-title a:not(.collapsed) {
  color: #008334;
}
.video-transkript.panel-group .panel-default .panel-body {
  padding: 15px;
  /*border-bottom: solid 1px #D9D9D9 !important;*/
  background-color: #eef5ee;
}
.video-transkript.panel-group .panel-default .panel-body .interview-item h3 {
  margin-left: 50px;
}
.video-transkript.panel-group .panel-default .panel-body .interview-info {
  padding-top: 0;
  padding-bottom: 10px;
}
.product-overview .main-nav-sub li.active > a {
  text-decoration: none;
}
.carousel-item,
.uebersicht-item {
  position: relative;
  background-size: cover;
}
.carousel-item a,
.uebersicht-item a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}
.carousel-item a:hover,
.uebersicht-item a:hover {
  color: #fff;
}
.carousel-item .campaign-circle,
.uebersicht-item .campaign-circle {
  width: 160px !important;
  height: 160px !important;
}
.carousel-item .campaign-circle .p-top,
.uebersicht-item .campaign-circle .p-top {
  margin-top: 23px;
  float: left;
  display: block;
  width: 100%;
}
.carousel-item .campaign-circle .p-bottom,
.uebersicht-item .campaign-circle .p-bottom {
  margin-top: 0;
  float: left;
  display: block;
  width: 100%;
  max-height: 3.3em;
  overflow: hidden;
  padding: 0 10px;
}
.carousel-item .campaign-circle .fs-xl,
.uebersicht-item .campaign-circle .fs-xl {
  font-size: 38px;
}
.carousel-item .campaign-circle .fs-s,
.uebersicht-item .campaign-circle .fs-s {
  font-size: 15px;
  line-height: 1.1em;
}
.overflow-visible-slider .slick-list {
  overflow: visible;
}
.slick-prev:before,
.slick-next:before {
  opacity: 0.95;
}
@media screen and (min-width: 1221px) {
  .quotes-carousel .quote-paragraph {
    width: calc((1210px / 12 * 8) - 40px);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1220px) {
  .quotes-carousel .quote-paragraph {
    width: calc((100vw / 12 * 8) - 75px);
  }
}
@media screen and (min-width: 1025px) {
  .quotes-carousel .quote-paragraph {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .quotes-carousel .quote-paragraph {
    margin-right: -10px;
    width: 90vw;
  }
}
.quotes-carousel .quote-paragraph .quote-panel.text-panel {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.quotes-carousel .quote-paragraph .quote-panel.split-panel .text-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .quotes-carousel .quote-paragraph .quote-panel .text-container {
    padding: 30px 45px 20px 25px;
  }
}
@media screen and (min-width: 1025px) {
  .quotes-carousel .quote-paragraph .quote-panel .text-container .autor {
    margin-top: 10px;
  }
}
.quotes-carousel .quote-paragraph .quote-panel .text-container .reference:before {
  left: 25px;
}
@media screen and (max-width: 1024px) {
  .quotes-carousel .quote-paragraph .quote-panel .text-container .reference:before {
    left: 20px;
  }
}
@media screen and (min-width: 1221px) {
  .numbers-carousel .number-paragraph {
    width: calc((1210px / 12 * 8) - 40px);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1220px) {
  .numbers-carousel .number-paragraph {
    width: calc((100vw / 12 * 8) - 75px);
  }
}
@media screen and (min-width: 1025px) {
  .numbers-carousel .number-paragraph {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .numbers-carousel .number-paragraph {
    margin-right: -10px;
    width: 90vw;
  }
}
.numbers-carousel .number-paragraph .number-panel {
  border-top: solid 2px #D9D9D9;
  flex-flow: column;
  padding: 30px 0;
  align-items: flex-start;
}
.numbers-carousel .number-paragraph .number-panel .number {
  width: 100%;
  text-align: left;
}
.numbers-carousel .number-paragraph .number-panel .number .size-xl {
  font-size: 130px;
  line-height: 130px;
}
.numbers-carousel .number-paragraph .number-panel .number .size-l {
  font-size: 130px;
  line-height: 130px;
}
.numbers-carousel .number-paragraph .number-panel .number .size-m {
  font-size: 130px;
  line-height: 130px;
}
.numbers-carousel .number-paragraph .number-panel .number .size-s {
  font-size: 130px;
  line-height: 130px;
}
@media screen and (max-width: 767px) {
  .numbers-carousel .number-paragraph .number-panel .number .size-xl {
    font-size: 70px;
    line-height: 80px;
  }
  .numbers-carousel .number-paragraph .number-panel .number .size-l {
    font-size: 70px;
    line-height: 80px;
  }
  .numbers-carousel .number-paragraph .number-panel .number .size-m {
    font-size: 70px;
    line-height: 80px;
  }
  .numbers-carousel .number-paragraph .number-panel .number .size-s {
    font-size: 70px;
    line-height: 80px;
  }
}
.numbers-carousel .number-paragraph .number-panel .text-container {
  width: 100%;
  padding: 20px 0 0 0;
}
.numbers-carousel .number-paragraph .number-panel .text-container .reference:before {
  left: 0;
}
@media screen and (min-width: 1025px) {
  .numbers-carousel .number-paragraph .number-panel:hover {
    background: initial;
    color: initial;
  }
  .numbers-carousel .number-paragraph .number-panel:hover .text-container .reference {
    color: #008334;
  }
  .numbers-carousel .number-paragraph .number-panel:hover .text-container .reference:before {
    color: #008334;
  }
}
@media screen and (min-width: 1221px) {
  .html-carousel .html-paragraph {
    width: calc((1210px / 12 * 8) - 40px);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1220px) {
  .html-carousel .html-paragraph {
    width: calc((100vw / 12 * 8) - 75px);
  }
}
@media screen and (min-width: 1025px) {
  .html-carousel .html-paragraph {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .html-carousel .html-paragraph {
    padding: 0 10px;
    width: 90vw;
  }
}
.publisg-carousel-berichte {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .publisg-carousel-berichte {
    margin-left: 15px;
  }
}
.publisg-carousel-berichte.fullwidthslide .slick-track {
  display: flex !important;
}
.publisg-carousel-berichte.fullwidthslide .slick-slide {
  height: inherit !important;
}
.publisg-carousel-berichte.fullwidthslide .carousel-item {
  width: 540px;
  display: flex;
  flex-flow: column;
  color: #101010;
  background: #fff;
  border-radius: 20px;
  margin: 0;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .publisg-carousel-berichte.fullwidthslide .carousel-item {
    padding: 30px;
    margin-right: 30px;
    /*margin-left: 15px;*/
  }
}
@media screen and (max-width: 1024px) {
  .publisg-carousel-berichte.fullwidthslide .carousel-item {
    padding: 15px;
    margin-right: 30px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .publisg-carousel-berichte.fullwidthslide .carousel-item {
    width: calc(100vw - 45px);
  }
}
.publisg-carousel-berichte.fullwidthslide .carousel-item .carousel-title {
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .publisg-carousel-berichte.fullwidthslide .carousel-item .carousel-content {
    /*margin-top: 10px;*/
  }
}
@media screen and (max-width: 1024px) {
  .publisg-carousel-berichte.fullwidthslide .carousel-item .carousel-content {
    margin-top: 10px;
  }
}
.publisg-carousel-berichte.fullwidthslide .carousel-item .carousel-content .txt {
  margin-top: 20px;
}
.publisg-carousel-berichte.fullwidthslide .carousel-item .carousel-content .img {
  border-radius: 20px;
}
.publisg-carousel-berichte.fullwidthslide .carousel-item .carousel-content .img img {
  border-radius: 20px;
  max-height: 270px;
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .publisg-carousel-berichte.fullwidthslide .carousel-item .carousel-content .img img {
    max-height: 250px;
  }
}
.publisg-carousel-berichte.fullwidthslide .carousel-item .carousel-content .link {
  color: #008334;
  display: inline-block;
  padding-left: 32px;
}
@media screen and (max-width: 1024px) {
  .publisg-carousel-berichte.fullwidthslide .carousel-item .carousel-content .link {
    padding-left: 25px;
  }
}
.publisg-carousel-berichte.fullwidthslide .carousel-item .carousel-content .link:before {
  text-decoration: none;
  color: #008334;
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: 400;
  position: absolute;
  left: 30px;
}
@media screen and (max-width: 1024px) {
  .publisg-carousel-berichte.fullwidthslide .carousel-item .carousel-content .link:before {
    left: 15px;
  }
}
.publisg-carousel-berichte.fullwidthslide .carousel-item:not(.no-link):hover .carousel-content .link {
  color: #008334;
  text-decoration: underline;
}
.publisg-carousel-berichte.fullwidthslide .carousel-item:not(.no-link):hover .carousel-content .link:before {
  color: #008334;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .tilebox-oberthema .col-md-9,
  .tilebox-thema .col-md-9 {
    width: 100%;
  }
}
.tilebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tilebox .st-loading-message {
  min-height: 428px;
}
.tilebox.tilebox-main > div.tile-content {
  /* Fallback if no link is inserted */
  background: #fff;
  padding: 25.2px;
}
@media screen and (min-width: 1025px) {
  .tilebox.tilebox-main > div.tile-content {
    width: calc((100% / 4) - 22px);
    margin: 0 0 28px 0;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox.tilebox-main > div.tile-content {
    width: 100%;
    margin: 6px 0;
    height: calc(22px * 3);
    overflow: hidden;
    padding: 7px 14px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox.tilebox-news {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox.tilebox-news {
    margin: 27px 0;
  }
}
.tilebox a.ktsg-tile:hover,
.tilebox a.ktsg-tile:focus {
  text-decoration: none;
}
.tilebox .ktsg-tile {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: all ease-out 0.4s;
  position: relative;
}
.tilebox .ktsg-tile:not(.no-link):hover {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.55) !important;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile {
    padding: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile {
    padding: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.small-padding {
    padding: 14px;
  }
}
.tilebox .ktsg-tile .externalHint {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 7px;
}
.tilebox .ktsg-tile .easy-read {
  position: absolute;
  font-size: 12px;
  border: solid 2px #cfcfcf;
}
.tilebox .ktsg-tile .easy-read .easyread-img {
  display: initial;
}
.tilebox .ktsg-tile .easy-read .easyread-img i {
  float: left;
  margin-top: 1px;
}
@media screen and (max-width: 480px) {
  .tilebox .ktsg-tile .easy-read .easyread-img i {
    margin-left: 0;
    height: 14px !important;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile .easy-read .easyread-img i {
    float: right;
    width: 10px;
    height: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile .easy-read {
    top: 10px;
    left: 0;
    width: 100px;
    padding: 6px 3px;
    border-left: none;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile .easy-read {
    right: 0;
    top: 0;
    padding: 3px 7px;
    border-right: none;
    border-top: none;
  }
}
@media screen and (max-width: 480px) {
  .tilebox .ktsg-tile .easy-read .description {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .tilebox .ktsg-tile .easy-read .easyread-img img {
    margin-left: 0;
  }
}
.tilebox .ktsg-tile .easy-read i {
  margin-left: 5px;
}
.tilebox .ktsg-tile .easy-read img {
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile .easy-read img {
    float: right;
    width: 17px;
    height: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile .easy-read img {
    float: left;
    width: 20px;
    height: 20px;
  }
}
.tilebox .ktsg-tile .easy-read .description {
  float: left;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile .easy-read .description {
    padding-left: 15px;
    width: calc(100% - 25px);
    line-height: 1.17em;
  }
}
.tilebox .ktsg-tile.main-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.main-tile {
    height: calc(25.2px * 7);
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.main-tile {
    height: calc(22px * 3);
    overflow: hidden;
    padding: 7px 14px;
  }
}
@media screen and (max-width: 480px) {
  .tilebox .ktsg-tile.main-tile {
    height: calc(22px * 4);
  }
}
.tilebox .ktsg-tile.main-tile .topic {
  color: #878787;
}
@media screen and (max-width: 480px) {
  .tilebox .ktsg-tile.main-tile .topic {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.tilebox .ktsg-tile.main-tile .link {
  color: #101010;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.main-tile .link {
    max-height: 1.3em;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.main-tile .link {
    max-height: 140px;
  }
}
@media screen and (max-width: 480px) {
  .tilebox .ktsg-tile.main-tile .link {
    max-height: 66px;
    overflow-y: hidden;
    white-space: normal;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.main-tile.small-padding .link {
    max-height: 112px;
  }
}
.tilebox .ktsg-tile.main-tile .further-results {
  color: #008334;
  line-height: 30px;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.main-tile .further-results {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.main-tile .further-results {
    position: absolute;
    top: 20px;
    width: 90%;
  }
}
.tilebox .ktsg-tile.main-tile .further-results:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f30b";
  float: right;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.main-tile .further-results:after {
    font-size: 37px;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.main-tile .further-results:after {
    right: 10px;
    position: absolute;
    font-size: 23px;
  }
}
.tilebox .ktsg-tile.main-tile i {
  color: #008334;
}
.tilebox .ktsg-tile.main-tile .tile-content {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}
.tilebox .ktsg-tile.main-tilea:hover,
.tilebox .ktsg-tile.main-tile:hover {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.55) !important;
  text-decoration: none !important;
}
.tilebox .ktsg-tile.hit-tile {
  border: solid #008334 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.hit-tile:not(.fault-tile) {
    height: calc(25.2px * 6);
    margin-bottom: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.hit-tile:not(.fault-tile) {
    height: calc(22px * 6);
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.hit-tile:not(.fault-tile) .link:before {
    content: "\f30b";
    font-family: "Font Awesome 5 Pro";
    margin-right: 14px;
  }
}
.tilebox .ktsg-tile.hit-tile:not(.no-link):hover {
  box-shadow: inset 0px -3px 0px;
  text-decoration: none;
}
.tilebox .ktsg-tile.hit-tile .topic {
  color: #101010;
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.hit-tile .topic {
    font-size: 16px;
  }
}
.tilebox .ktsg-tile.hit-tile .link {
  color: #008334;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.hit-tile .link {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
}
.tilebox .ktsg-tile.hit-tile .tile-icon {
  color: #008334;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.hit-tile .tile-icon {
    font-size: 100px;
    width: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.hit-tile .tile-icon {
    width: 70px;
    font-size: 45px;
  }
}
.tilebox .ktsg-tile.hit-tile.blue-tile {
  border: solid #193d61 2px;
}
.tilebox .ktsg-tile.hit-tile.blue-tile:not(.no-link):hover {
  box-shadow: inset 0px -3px 0px #193d61;
}
.tilebox .ktsg-tile.hit-tile.blue-tile .link,
.tilebox .ktsg-tile.hit-tile.blue-tile .tile-icon {
  color: #193d61;
}
.tilebox .ktsg-tile.hit-tile.blue-tile.inverse {
  background-color: #193d61;
}
.tilebox .ktsg-tile.hit-tile.red-tile {
  border: solid #990033 2px;
}
.tilebox .ktsg-tile.hit-tile.red-tile:not(.no-link):hover {
  box-shadow: inset 0px -3px 0px #990033;
}
.tilebox .ktsg-tile.hit-tile.red-tile .link,
.tilebox .ktsg-tile.hit-tile.red-tile .tile-icon {
  color: #990033;
}
.tilebox .ktsg-tile.hit-tile.red-tile.inverse {
  background-color: #990033;
}
.tilebox .ktsg-tile.hit-tile.inverse {
  background-color: #008334;
}
.tilebox .ktsg-tile.hit-tile.inverse .link,
.tilebox .ktsg-tile.hit-tile.inverse .tile-icon,
.tilebox .ktsg-tile.hit-tile.inverse .topic {
  color: #fff;
}
.tilebox .ktsg-tile.hit-tile .tile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.hit-tile .tile-content {
    width: calc(100% - 125px);
  }
}
.tilebox .ktsg-tile.search-page-tile .easy-read {
  left: inherit;
  right: 0;
  border-left: solid 2px #cfcfcf;
  border-right: 0;
}
.tilebox .ktsg-tile.search-page-tile .easy-read .description {
  font-size: 12px !important;
  color: #008334 !important;
  font-weight: bold !important;
  line-height: 1.17em !important;
}
.tilebox .ktsg-tile.search-page-tile[href$='.pdf'] .url:before,
.tilebox .ktsg-tile.search-page-tile[href$='.doc'] .url:before,
.tilebox .ktsg-tile.search-page-tile[href$='.docx'] .url:before,
.tilebox .ktsg-tile.search-page-tile[href$='.xls'] .url:before,
.tilebox .ktsg-tile.search-page-tile[href$='.xlsx'] .url:before,
.tilebox .ktsg-tile.search-page-tile[href$='.ppt'] .url:before,
.tilebox .ktsg-tile.search-page-tile[href$='.pptx'] .url:before {
  font-family: "Font Awesome 5 Pro";
  margin-right: 2px;
  content: "\f15c";
}
.tilebox .ktsg-tile.search-page-tile .topic {
  width: calc(100% - 80px);
}
.tilebox .ktsg-tile.news-tile,
.tilebox .ktsg-tile.search-page-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
}
.tilebox .ktsg-tile.news-tile:hover,
.tilebox .ktsg-tile.search-page-tile:hover {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.55) !important;
  text-decoration: none !important;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.news-tile:not(.horizontal-search-tile),
  .tilebox .ktsg-tile.search-page-tile:not(.horizontal-search-tile) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 352.8px;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.news-tile:not(.horizontal-search-tile),
  .tilebox .ktsg-tile.search-page-tile:not(.horizontal-search-tile) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 99px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.news-tile:not(.horizontal-search-tile) .tile-content,
  .tilebox .ktsg-tile.search-page-tile:not(.horizontal-search-tile) .tile-content {
    max-height: calc(60% - 10px);
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.news-tile .tile-image.empty + .tile-content,
  .tilebox .ktsg-tile.search-page-tile .tile-image.empty + .tile-content {
    max-height: calc(100% - 5px);
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.news-tile .tile-image.empty + .tile-content,
  .tilebox .ktsg-tile.search-page-tile .tile-image.empty + .tile-content {
    align-self: center;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.news-tile .tile-image.empty + .tile-content .description,
  .tilebox .ktsg-tile.search-page-tile .tile-image.empty + .tile-content .description {
    max-height: 13em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
  }
}
.tilebox .ktsg-tile.news-tile .tile-image:not(.empty),
.tilebox .ktsg-tile.search-page-tile .tile-image:not(.empty) {
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.news-tile .tile-image:not(.empty),
  .tilebox .ktsg-tile.search-page-tile .tile-image:not(.empty) {
    height: 40%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.news-tile .tile-image:not(.empty),
  .tilebox .ktsg-tile.search-page-tile .tile-image:not(.empty) {
    width: 40%;
    max-width: 86px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.news-tile .tile-content,
  .tilebox .ktsg-tile.search-page-tile .tile-content {
    padding: 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.news-tile .tile-content,
  .tilebox .ktsg-tile.search-page-tile .tile-content {
    padding: 12px 1px 12px 12px;
  }
}
.tilebox .ktsg-tile.news-tile .date,
.tilebox .ktsg-tile.search-page-tile .date {
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #636363;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.tilebox .ktsg-tile.news-tile .topic,
.tilebox .ktsg-tile.search-page-tile .topic {
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.news-tile .topic,
  .tilebox .ktsg-tile.search-page-tile .topic {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.news-tile .topic,
  .tilebox .ktsg-tile.search-page-tile .topic {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.news-tile .description,
  .tilebox .ktsg-tile.search-page-tile .description {
    font-size: 18px;
    color: #101010;
    font-weight: 200;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: unset;
    max-height: 4.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.news-tile .description,
  .tilebox .ktsg-tile.search-page-tile .description {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.news-tile.horizontal-search-tile,
  .tilebox .ktsg-tile.search-page-tile.horizontal-search-tile {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.news-tile.horizontal-search-tile,
  .tilebox .ktsg-tile.search-page-tile.horizontal-search-tile {
    margin-bottom: 25.2px;
  }
}
.tilebox .ktsg-tile.news-tile.horizontal-search-tile .url,
.tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .url {
  font-weight: 200;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
  color: #636363;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.tilebox .ktsg-tile.news-tile.horizontal-search-tile .url .file-hint,
.tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .url .file-hint {
  margin-right: 10px;
}
.tilebox .ktsg-tile.news-tile.horizontal-search-tile .url .file-hint:before,
.tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .url .file-hint:before {
  content: "[";
}
.tilebox .ktsg-tile.news-tile.horizontal-search-tile .url .file-hint:after,
.tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .url .file-hint:after {
  content: "]";
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.news-tile.horizontal-search-tile .url,
  .tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .url {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.news-tile.horizontal-search-tile .url,
  .tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .url {
    font-size: 18px;
    line-height: 25.2px;
  }
}
.tilebox .ktsg-tile.news-tile.horizontal-search-tile .date,
.tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .date {
  color: #636363;
  line-height: 28px;
  font-weight: 200;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
  display: inline;
  font-size: inherit;
}
.tilebox .ktsg-tile.news-tile.horizontal-search-tile .date:after,
.tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .date:after {
  content: " - ";
}
.tilebox .ktsg-tile.news-tile.horizontal-search-tile .description,
.tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .description {
  color: #101010;
  font-weight: 200;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
  display: block;
  overflow-y: hidden;
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.news-tile.horizontal-search-tile .description,
  .tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .description {
    font-size: 14px;
    line-height: 22px;
    max-height: calc(3 * 22px);
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.news-tile.horizontal-search-tile .description,
  .tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .description {
    max-height: calc(4 * 25.2px);
    font-size: 18px;
    line-height: 25.2px;
  }
}
.tilebox .ktsg-tile.news-tile.horizontal-search-tile .tile-content,
.tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .tile-content {
  float: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.news-tile.horizontal-search-tile .tile-content,
  .tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .tile-content {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.news-tile {
    line-height: 24px;
  }
}
.tilebox .ktsg-tile.news-tile .expired {
  position: absolute;
  font-size: 12px;
  border: solid 2px #cfcfcf;
  border-right: none;
  /*top: 15px;*/
  right: 0;
  width: 80px;
  padding: 3px 3px;
}
.tilebox .ktsg-tile.news-tile .expired .description {
  padding-left: 5px;
  width: 100%;
  line-height: 1.17em;
  font-size: 12px;
  color: #008334;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.news-tile .expired .description {
    display: block;
  }
}
.tilebox .ktsg-tile.news-tile .tile-image.empty + .expired {
  top: 15px;
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.news-tile .tile-image.empty + .expired {
    top: 10px;
  }
}
.tilebox .ktsg-tile.news-tile .tile-image + .expired {
  top: 170px;
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.news-tile .tile-image + .expired {
    top: 10px;
  }
}
.tilebox .ktsg-tile.topic-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
  background: #f2f2f2;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.topic-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 302.4px;
    padding-top: calc(5 * 25.2px);
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.topic-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 198px;
    padding-top: calc(3 * 22px);
  }
}
.tilebox .ktsg-tile.topic-tile .tile-icon {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  border: #cfcfcf 2px solid;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.topic-tile .tile-icon {
    top: 25.2px;
    width: calc(6 * 25.2px);
    height: calc(6 * 25.2px);
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.topic-tile .tile-icon {
    top: 22px;
    width: calc(4 * 22px);
    height: calc(4 * 22px);
  }
}
.tilebox .ktsg-tile.topic-tile .tile-icon i {
  align-self: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.topic-tile .tile-icon i {
    font-size: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.topic-tile .tile-icon i {
    font-size: 70px;
  }
}
.tilebox .ktsg-tile.topic-tile .tile-content {
  background: #fff;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.topic-tile .tile-content {
    line-height: 25.2px;
    padding-top: calc(3 * 25.2px);
    max-height: calc(7 * 25.2px);
    padding-left: 25.2px;
    padding-right: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.topic-tile .tile-content {
    line-height: 22px;
    padding-top: calc(3 * 22px);
    max-height: calc(6 * 22px);
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.topic-tile .tile-content .title {
    font-size: 20px;
    max-height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.topic-tile .tile-content .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.topic-tile .tile-content .description {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.topic-tile .tile-content .description {
    font-size: 16px;
    color: #101010;
    font-weight: 200;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: unset;
    max-height: 3.2em;
    overflow: hidden;
    line-height: 24px;
  }
}
.tilebox .ktsg-tile.topic-tile.imgtxt-tile {
  overflow: hidden;
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.topic-tile.imgtxt-tile {
    height: calc(25.2px * 12);
  }
}
.tilebox .ktsg-tile.topic-tile.imgtxt-tile .tile-image {
  height: 50%;
  width: 100%;
  background-size: cover;
}
.tilebox .ktsg-tile.topic-tile.imgtxt-tile .tile-content {
  padding-top: calc(25.2px * 1);
  height: 50%;
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.topic-tile.imgtxt-tile .tile-content {
    max-height: calc(22px * 7);
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.topic-tile.imgtxt-tile .tile-content .description {
    max-height: 4.3em;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.topic-tile.imgtxt-tile .tile-content .description {
    max-height: 4.3em;
    overflow: hidden;
    display: block;
    color: #101010;
    font-weight: 200;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: unset;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.topic-tile.imgtxt-tile .tile-content .title {
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.tilebox .ktsg-tile.topic-tile.imgtxt-tile:hover .tile-image {
  transform: scale(1.03);
  transition: all ease 0.4s;
}
.tilebox .ktsg-tile.topic-tile.svgtxt-tile {
  overflow: hidden;
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.topic-tile.svgtxt-tile {
    height: 180px;
  }
}
.tilebox .ktsg-tile.topic-tile.svgtxt-tile .tile-image {
  height: 50%;
  width: 100%;
  background-size: cover;
}
.tilebox .ktsg-tile.topic-tile.svgtxt-tile .tile-image .icon {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate3d(-50%, -50%, 0);
}
.tilebox .ktsg-tile.topic-tile.svgtxt-tile .tile-image .icon img.svg-icon {
  width: 50px;
  height: 50px;
  fill: #fff;
  filter: invert(46%) sepia(13%) saturate(12%) hue-rotate(5deg) brightness(98%) contrast(91%);
}
.tilebox .ktsg-tile.topic-tile.svgtxt-tile .tile-content {
  padding-top: 15px;
  height: 50%;
}
.tilebox .ktsg-tile.topic-tile.svgtxt-tile .tile-content .title {
  max-height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  line-height: 22px;
}
.tilebox .ktsg-tile.topic-tile.svgtxt-tile:hover {
  background: #cce6d6;
}
.tilebox .ktsg-tile.topic-tile.svgtxt-tile:hover .tile-image {
  transform: none;
}
.tilebox .ktsg-tile.width-20 .description {
  display: none;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.width-20 {
    width: calc((100% / 5) - 22px);
    margin: 0 0 25.2px 0;
    padding-top: calc(25.2px * 2.4);
    height: 176.4px;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.width-20 {
    width: 100%;
    margin: 6px 0;
    padding-top: calc(22px * 3);
    height: 198px;
  }
}
.tilebox .ktsg-tile.width-20:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.width-20 .tile-icon {
    width: calc(25.2px * 2.5);
    height: calc(25.2px * 2.5);
    top: calc(25.2px / 1.5);
  }
  .tilebox .ktsg-tile.width-20 .tile-icon i {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.width-20 .tile-icon {
    width: calc(22px * 4);
    height: calc(22px * 4);
  }
  .tilebox .ktsg-tile.width-20 .tile-icon i {
    font-size: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.width-20 .tile-content {
    padding-top: 25.2px;
    padding-left: calc(25.2px / 2);
    padding-right: calc(25.2px / 2);
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.width-20 .tile-content .title {
    max-height: 4.4em;
    font-size: 16px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
  }
}
.tilebox .ktsg-tile.width-25.topic-tile .description {
  display: none;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.width-25.topic-tile {
    height: 252px;
    padding-top: calc(25.2px * 4);
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.width-25.topic-tile {
    height: 198px;
    padding-top: calc(3 * 22px);
  }
  .tilebox .ktsg-tile.width-25.topic-tile .tile-icon {
    width: calc(22px * 4);
    height: calc(22px * 4);
  }
  .tilebox .ktsg-tile.width-25.topic-tile .tile-icon i {
    font-size: 40px;
  }
  .tilebox .ktsg-tile.width-25.topic-tile .tile-content .title {
    font-size: 16px;
  }
}
.tilebox .ktsg-tile.width-25.topic-tile.imgtxt-tile {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.width-25.topic-tile.imgtxt-tile .title {
    max-height: 4em;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.width-25.topic-tile.imgtxt-tile {
    height: 302.4px;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.width-25 {
    width: calc((100% / 4) - 22px);
    margin: 0 0 25.2px 0;
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.width-25 {
    padding-top: calc(22px * 4);
  }
  .tilebox .ktsg-tile.width-25.news-tile {
    width: 100%;
    margin: 6px 0;
  }
}
.tilebox .ktsg-tile.width-25:not(.desktop-square-tile):first-child {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.width-25 .tile-icon {
    width: calc(25.2px * 5);
    height: calc(25.2px * 5);
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.width-25 .tile-icon {
    width: calc(22px * 5);
    height: calc(22px * 5);
  }
}
.tilebox .ktsg-tile.width-25 .tile-icon i {
  font-size: 55px;
}
.tilebox .ktsg-tile.width-25 .tile-content .title {
  font-size: 19px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.tilebox .ktsg-tile.width-25.news-tile {
  padding-top: 0;
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .tilebox .ktsg-tile.width-25.topic-tile,
  .tilebox .ktsg-tile.width-20.topic-tile {
    width: calc((100% / 2) - 14px);
    margin: 0 0 22px 0;
  }
}
@media screen and (max-width: 600px) {
  .tilebox .ktsg-tile.width-25.topic-tile,
  .tilebox .ktsg-tile.width-20.topic-tile {
    width: 100%;
    margin: 6px 0;
  }
  .tilebox .ktsg-tile.width-25.topic-tile:first-child,
  .tilebox .ktsg-tile.width-20.topic-tile:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.width-33 {
    width: calc((100% / 3) - 19px);
    margin: 0 0 25.2px 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .tilebox .ktsg-tile.width-33 {
    width: calc((100% / 2) - 14px);
    margin: 0 0 22px 0;
  }
}
@media screen and (max-width: 600px) {
  .tilebox .ktsg-tile.width-33 {
    width: 100%;
    margin: 6px 0;
  }
  .tilebox .ktsg-tile.width-33:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .tilebox .ktsg-tile.width-50 {
    width: calc((100% / 2) - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .tilebox .ktsg-tile.width-50 {
    width: 100%;
    margin: 6px 0;
  }
}
.tilebox .ktsg-tile.width-100 {
  width: 100%;
}
.tilebox .ktsg-tile.empty-tile {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  touch-action: none;
  border: none;
  visibility: hidden;
}
.dam-search .tilebox .ktsg-tile.search-page-tile .topic {
  width: 100%;
}
.tile-filter {
  border-top: solid 2px #d6d6cc;
  border-bottom: solid 2px #d6d6cc;
}
@media screen and (min-width: 1025px) {
  .tile-filter {
    margin-bottom: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .tile-filter {
    margin-bottom: 22px;
  }
}
.tile-filter.no-lines {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
}
.tile-filter ul.inhaltstyp-items {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .tile-filter ul.inhaltstyp-items {
    padding: calc(25.2px / 2) 0;
  }
}
@media screen and (max-width: 1024px) {
  .tile-filter ul.inhaltstyp-items {
    padding: calc(22px / 2) 0;
  }
}
.tile-filter ul.inhaltstyp-items li.oc-radio,
.tile-filter ul.inhaltstyp-items li.oc-checkbox {
  display: inline-block;
  height: auto;
  float: left;
  margin-right: 20px;
}
.tile-filter ul.inhaltstyp-items li.oc-checkbox {
  margin-top: 5px;
}
.tile-filter ul.inhaltstyp-items li.searchfilter {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.tile-filter ul.inhaltstyp-items li.searchfilter#content {
  padding-top: 0;
}
.tile-filter ul.inhaltstyp-items li.searchfilter a {
  color: #636363 !important;
  font-size: 14px !important;
  font-weight: 600;
  background-color: #cce6d6 !important;
  display: table-cell !important;
  border-radius: 20px;
  padding: 5px 20px !important;
}
.tile-filter ul.inhaltstyp-items li.searchfilter.active a {
  color: #FFF !important;
  background-color: #008334 !important;
}
.tile-filter h4 {
  padding-top: calc(22px / 2);
}
.tile-filter .easy-read,
.search-filter .easy-read {
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 9px;
}
.tile-filter ul.inhaltstyp-items,
.search-filter ul.inhaltstyp-items {
  float: left;
  margin-left: 0;
}
.tile-filter ul.inhaltstyp-items li.checkbox-item,
.search-filter ul.inhaltstyp-items li.checkbox-item {
  margin-right: 23px;
  float: left;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.5px;
  color: #636363;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .tile-filter ul.inhaltstyp-items li.checkbox-item,
  .search-filter ul.inhaltstyp-items li.checkbox-item {
    line-height: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .tile-filter ul.inhaltstyp-items li.checkbox-item,
  .search-filter ul.inhaltstyp-items li.checkbox-item {
    line-height: 22px;
  }
}
.tile-filter ul.inhaltstyp-items li.checkbox-item label,
.search-filter ul.inhaltstyp-items li.checkbox-item label {
  margin-bottom: 0;
}
.tile-filter ul.inhaltstyp-items + ul,
.search-filter ul.inhaltstyp-items + ul {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .tile-filter h4,
  .search-filter h4 {
    display: none;
  }
}
.search-filter {
  display: flex;
  -webkit-box-align: flex-e;
  -ms-flex-align: flex-e;
  align-items: flex-end;
}
.search-filter ul {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-filter ul li:last-child {
  margin-right: 0;
}
ul.our-topics {
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  ul.our-topics {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  ul.our-topics {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
}
ul.our-topics li a {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
@media screen and (max-width: 1024px) {
  ul.our-topics li a {
    font-size: 20px;
    line-height: calc(22px * 2);
  }
}
@media screen and (min-width: 1025px) {
  ul.our-topics li a {
    font-size: 30px;
    line-height: calc(25.2px * 2);
  }
}
.nav-tabs {
  border-bottom: solid 2px #D9D9D9;
  font-size: 14px;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.5px;
}
.nav-tabs > li:last-child > a {
  border-right: none;
}
.nav-tabs > li > a {
  border: none;
  color: #008334;
  /*text-transform: uppercase;*/
}
.nav-tabs > li > a:hover {
  border-bottom: 2px solid #101010;
  margin-top: -2px;
}
@media screen and (min-width: 1025px) {
  .nav-tabs > li > a {
    /*height: calc(2 * @vertical-grid-row);*/
    padding: 20px 50px 20px 0;
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-tabs > li > a {
    /*height: calc(2 * @vertical-grid-row-mobile);*/
    padding: 10px 30px 10px 0;
    font-size: 20px;
    line-height: 25px;
  }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #101010;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #101010;
  cursor: default;
  margin-top: -2px;
}
.tab-content {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .tab-content {
    padding: 25.2px 0 25.2px 0;
  }
}
@media screen and (max-width: 1024px) {
  .tab-content {
    padding: 22px 0 22px 0;
  }
}
.tab-content .tab-pane .portalsg-paragraph:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .tab-content .tab-pane .portalsg-paragraph .portalsg-p-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-tabs.blank-tab-style {
  border-bottom: none;
}
.nav-tabs.blank-tab-style > li.active > a,
.nav-tabs.blank-tab-style > li.active > a:hover,
.nav-tabs.blank-tab-style > li.active > a:focus {
  background-color: transparent;
  border: none;
  color: black;
}
@media screen and (max-width: 1024px) {
  .nav-tabs.blank-tab-style > li.active > a,
  .nav-tabs.blank-tab-style > li.active > a:hover,
  .nav-tabs.blank-tab-style > li.active > a:focus {
    text-decoration: underline;
  }
}
.nav-tabs.blank-tab-style > li > a:hover {
  border: none;
}
.nav-tabs.blank-tab-style > li:first-child a {
  padding-left: 0;
}
.backlink {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1024px) {
  .backlink {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .backlink {
    font-size: 16px;
  }
}
.body-text .lead-paragraph {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 1025px) {
  .body-text .lead-paragraph {
    font-size: 22px;
    line-height: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .body-text .lead-paragraph {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .body-text .content-paragraph {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  p {
    line-height: 28px;
    margin-bottom: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  p {
    line-height: 24px;
    margin-bottom: 22px;
  }
}
.panel-group.accordion .panel-sgch {
  background: none;
}
.panel-group.accordion .panel-sgch .panel-heading {
  background: none;
  border: none;
}
.panel-group.accordion .panel-sgch a:hover,
.panel-group.accordion .panel-sgch a:focus {
  text-decoration: none;
}
.panel-group.accordion .panel-body {
  border: none !important;
  padding: 0;
  cursor: default;
}
.panel-group.accordion .panel-heading a {
  display: inline-block;
  width: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .panel-group.accordion .panel-heading a {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .panel-group.accordion .panel-heading a {
    padding-left: 40px;
  }
}
.panel-group.accordion .panel-heading a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  position: absolute;
  color: rgba(76, 104, 132, 0.6);
  left: 0;
  transition: all ease 0.5s;
  top: 8px;
}
@media screen and (min-width: 1025px) {
  .panel-group.accordion .panel-heading a:before {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .panel-group.accordion .panel-heading a:before {
    font-size: 20px;
    left: 15px;
    top: -4px;
  }
}
@media screen and (max-width: 1024px) {
}
.panel-group.accordion .panel-heading a[aria-expanded="true"]:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .panel-group.accordion.mobile-initiallyopen a.collapsed {
    cursor: default;
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .panel-group.accordion.mobile-initiallyopen .panel-collapse.collapse {
    display: block;
  }
}
.standalone-card {
  border: solid #cfcfcf 2px;
}
@media screen and (max-width: 1024px) {
  .standalone-card {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .standalone-card {
    margin-bottom: 25.2px;
  }
}
.standalone-card .officehours-well {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .standalone-card .officehours-well .hours {
    column-count: 1;
  }
}
@media screen and (max-width: 480px) {
  .standalone-card.simple .corporate-info {
    text-align: center;
  }
}
.standalone-card.simple .portrait.center .corporate-info {
  text-align: center;
}
.standalone-card.simple .portrait.center .corporate-info .contact-links {
  margin-top: 14px;
}
.standalone-card .contactcard-map {
  width: 100%;
  height: 240px;
  padding: 0 30px 25px 30px;
}
.standalone-card .contactcard-map iframe {
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.standalone-card .contact-well .contactcard-map {
  width: 100%;
  height: 220px;
  padding: 0;
}
.standalone-card .contact-well .contactcard-map iframe {
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .contact-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .contact-card .contactcard-info {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .contact-card .contactcard-info .contact-well + hr {
    display: none;
  }
}
.contact-card .contactcard-map {
  width: 100%;
  max-height: 550px;
}
.contact-card .contactcard-map iframe {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .contact-card .contactcard-map {
    width: 40%;
    padding-left: 30px;
  }
  .contact-card .contactcard-map iframe {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contact-card .contactcard-map iframe {
    height: 500px;
  }
}
.contact-well {
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .contact-well {
    padding: 25.2px 32px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-well {
    padding: 22px 16px;
    margin: 10px 15px 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .contact-well {
    padding: 10px 5px;
  }
}
.officehours-well {
  background: #f2f2f2;
}
@media screen and (min-width: 1025px) {
  .officehours-well {
    padding: 25.2px 32px;
  }
}
@media screen and (max-width: 1024px) {
  .officehours-well {
    padding: 22px 32px;
    margin: 0 15px 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  iframe {
    margin-top: 34px;
  }
}
@media screen and (min-width: 1025px) {
  padding-bottom: 84px;
}
@media screen and (max-width: 1024px) {
  padding-bottom: 23px;
}
.contact-title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4c6884;
}
@media screen and (max-width: 1024px) {
  .contact-title {
    font-size: 25px;
    line-height: 44px;
    margin-top: calc(22px * 2);
    margin-left: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .contact-title {
    font-size: 60px;
    line-height: 70px;
    margin-top: calc(25.2px * 2);
  }
}
.contact-subtitle {
  margin: 0;
  padding: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6b8299;
}
@media screen and (max-width: 1024px) {
  .contact-subtitle {
    font-size: 20px;
    line-height: 22px;
    margin-left: 15px !important;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .contact-subtitle {
    font-size: 42px;
    line-height: 66px;
    margin-left: 0 !important;
    margin-bottom: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-subtitle:before {
    width: 30px;
  }
}
.contact-subtitle.small {
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.contact-subtitle.small:before {
  width: 40px;
}
.portrait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.portrait .portrait-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 127px;
  width: 127px;
  object-fit: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  background-image: url(publisgLibs/images/design/sgch/placeholder-no-portrait.png);
  background-size: cover;
}
.portrait .portrait-img img {
  height: 100%;
}
.portrait .personal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .portrait .personal-info {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .portrait .personal-info {
    padding-top: calc(25.2px / 2);
    text-align: center;
  }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .portrait .personal-info {
    float: left;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .portrait .personal-info .name {
    float: none;
  }
  .portrait .personal-info p {
    float: none;
  }
}
.portrait .personal-info .name {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.portrait .personal-info .education {
  font-style: italic;
}
.portrait .personal-info p {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .portrait .personal-info p {
    line-height: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .portrait .personal-info p {
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .corporate-info {
    padding: 0 15px 10px 15px;
    margin-top: 10px;
  }
}
.corporate-info p {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .corporate-info p {
    line-height: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .corporate-info p {
    line-height: 25.2px;
  }
}
.corporate-info .departement {
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.corporate-info .departement a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f30b";
  margin-left: 10px;
}
.corporate-info .address {
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .corporate-info .contact-links {
    margin-top: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate-info .contact-links {
    margin-top: 22px;
  }
}
.corporate-info .contact-links li {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .corporate-info .contact-links li {
    margin-bottom: 6px;
  }
}
.corporate-info .contact-links li a {
  display: flex;
  align-items: baseline;
  text-decoration: none;
}
.corporate-info .contact-links li a i {
  width: 32px;
}
.corporate-info .contact-links li a .description {
  font-size: 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1024px) {
  .corporate-info .contact-links li a {
    line-height: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .corporate-info .contact-links li a {
    line-height: 25.2px;
  }
}
.corporate-info .contact-links li a:hover .description {
  text-decoration: underline;
}
.officehours-well h4 {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1025px) {
  .officehours-well h4 {
    font-size: 18px;
    margin-bottom: calc(25.2px / 2);
    line-height: 25.2px;
  }
}
@media screen and (max-width: 1024px) {
  .officehours-well h4 {
    font-size: 16px;
    margin-bottom: calc(22px / 2);
    line-height: 22px;
  }
}
.officehours-well .hours {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .officehours-well .hours {
    column-count: 1;
  }
}
@media screen and (max-width: 1024px) {
  .officehours-well .hours {
    line-height: 25.2px;
  }
}
@media screen and (min-width: 1025px) {
  .officehours-well .hours {
    line-height: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .officehours-well.oh-3col .hours {
    column-count: 3;
  }
}
@media screen and (min-width: 1025px) {
  .officehours-well.oh-2col .hours {
    column-count: 2;
  }
}
@media screen and (min-width: 1025px) {
  .officehours-well.oh-1col .hours {
    column-count: 1;
  }
}
iframe {
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .contact-card.no-accordion {
    margin-top: 20px;
  }
}
.yadcf-filter-wrapper {
  margin-left: 0 !important;
  width: calc(100% - 18px);
}
.yadcf-filter.inuse {
  background: none;
}
select.yadcf-filter.form-control {
  margin-bottom: 10px;
}
.yadcf-filter-reset-button {
  display: inline-block;
  background: none;
  border: none;
  color: #008334;
  padding: 0 6px;
  position: relative;
  top: 8px;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 600 !important;
  white-space: normal !important;
  width: 100% !important;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0 !important;
  width: 100% !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > th:first-child:before {
  color: #fff !important;
  background-color: #008334 !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078" !important;
  padding: 2px 5px !important;
  border-radius: 6px !important;
  margin-right: 5px !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  line-height: 20px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  font-weight: normal !important;
  height: auto !important;
  width: auto !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  content: "\f077" !important;
}
table.dataTable.dtr-column > thead > tr > th.control,
table.dataTable.dtr-column > tbody > tr > td.control {
  padding: 10px !important;
  width: 16px !important;
  min-width: 16px !important;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 10px !important;
  color: #fff !important;
  background-color: #008334 !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078" !important;
  padding: 2px 5px !important;
  border-radius: 6px !important;
  margin: 0 0 0 -10px !important;
  border: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  line-height: 20px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  font-weight: normal !important;
  height: auto !important;
  width: auto !important;
}
table.dataTable.dtr-column > tbody > tr.parent > td.control:before,
table.dataTable.dtr-column > tbody > tr.parent > th.control:before {
  content: "\f077" !important;
}
table.dataTable > tbody > tr.child span.dtr-title {
  font-weight: 600 !important;
  float: left !important;
  margin-right: 10px !important;
  min-width: auto !important;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_info {
    text-align: left !important;
  }
}
table:not(.pure):not(.lines):not(.table-condensed).taxcalc th {
  border: solid #e3e2da 1px;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  vertical-align: top;
  height: auto;
}
table:not(.pure):not(.lines):not(.table-condensed).taxcalc td {
  font-size: 16px;
  padding: 10px;
  vertical-align: top;
  height: auto;
}
.taxcalcprivat p.info {
  color: red;
}
.searchtag > a:hover {
  text-decoration: none;
}
body.search-overlay-show .main-nav-top.open .dropdown-menu ul.inhaltstyp-items {
  width: 100%;
  float: left;
  text-align: left;
}
body.search-overlay-show .main-nav-top.open .dropdown-menu ul.inhaltstyp-items li.searchtag {
  float: left;
  display: inline-block;
  width: 100%;
}
body.search-overlay-show .main-nav-top.open .dropdown-menu ul.inhaltstyp-items li.searchtag > a {
  text-align: left;
  width: auto;
  padding: 0 17px;
  font-size: 18px;
  float: left;
}
.searchtag {
  padding-bottom: 10px;
}
.searchtag > a {
  color: #FFF;
  background-color: #008334 !important;
  display: table-cell;
  border-radius: 20px;
  padding: 0 10px;
}
.searchtag > a:after {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  float: right;
  margin-left: 20px;
}
.searchtag > a:focus,
.searchtag > a:hover {
  background-color: #008334 !important;
  display: table-cell;
  border-radius: 20px;
  padding: 0 10px;
}
.searchtag > a,
.searchtag > a:focus,
.searchtag > a:hover {
  background-color: #008334 !important;
  display: table-cell;
  border-radius: 20px;
  padding: 0 10px;
}
#wrapper.reportcreator .filter-buttons i {
  margin-right: 10px;
}
.page-sitemap a {
  color: #101010;
}
.page-sitemap ul.sitemap li {
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  list-style-type: none !important;
  color: #101010 !important;
}
.page-sitemap ul.sitemap li.level-0 a {
  padding-left: 0;
}
.page-sitemap ul.sitemap li.level-0 a:before {
  border: none;
}
.page-sitemap ul.sitemap li.level-1 > .parent-item > a {
  font-weight: 600;
}
.page-sitemap ul.sitemap li.level-1 ul li .parent-item > a {
  font-weight: 400;
}
.page-sitemap ul.sitemap li span.parent-item:not(.active) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #efefef;
}
.page-sitemap ul.sitemap li span.parent-item:not(.active) span.select-subpages {
  color: #008334;
  cursor: pointer;
  margin-right: 10px;
}
.page-sitemap ul.sitemap li span.parent-item.active span.select-subpages {
  display: none;
}
.page-sitemap ul.sitemap li:before {
  display: none !important;
}
.page-sitemap ul.sitemap li a {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  display: block;
  cursor: pointer;
}
.page-sitemap ul.sitemap li a:before {
  content: "";
  border-bottom: solid #898989 2px;
  position: absolute;
  left: 0;
  top: -50%;
  width: calc(30px - 8px);
  height: 100%;
  padding-top: 7px;
  border-left: solid #898989 2px;
}
.page-sitemap ul.sitemap li a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  margin-left: 10px;
  color: #008334;
  max-height: 22px;
  overflow: hidden;
  display: inline-block;
}
.page-sitemap ul.sitemap li a.active {
  background-color: #eef5ee;
}
.page-sitemap ul.sitemap li a.active:after {
  float: right;
  margin-right: 10px;
  content: "\f068";
}
.page-sitemap ul.sitemap li li a {
  padding-left: 60px;
}
.page-sitemap ul.sitemap li li a:before {
  width: calc(60px - 8px);
  border-bottom-style: dotted;
  border-bottom-color: #898989;
}
.page-sitemap ul.sitemap li li li a {
  padding-left: 90px;
}
.page-sitemap ul.sitemap li li li a:before {
  width: calc(90px - 8px);
  border-bottom-style: dotted;
  border-bottom-color: #898989;
}
.page-sitemap ul.sitemap > li:first-child > a {
  overflow: hidden;
  padding-top: 0;
}
.page-sitemap ul.sitemap > li > a {
  font-weight: 600;
}
.page-sitemap ul.sitemap > li > a:before {
  border-bottom-color: #898989;
  border-left-color: #898989;
}
.page-sitemap ul.page-selection li.level-4 {
  padding-left: 40px !important;
}
.page-sitemap ul.page-selection li.level-5 {
  padding-left: 60px !important;
}
.page-sitemap ul.page-selection li.level-6 {
  padding-left: 80px !important;
}
.page-sitemap ul.page-selection li.level-7 {
  padding-left: 100px !important;
}
.page-sitemap ul.page-selection li:before {
  content: "" !important;
  display: inline-block !important;
  border-bottom: solid #898989 1px !important;
  border-left: solid #898989 1px !important;
  position: relative !important;
  left: 0px !important;
  bottom: 6px !important;
  width: 20px !important;
  padding-top: 10px !important;
  margin-right: 10px !important;
}
html.no-svgforeignobject .accordion-publisg-schwerpunkte .panel-heading .panel-title > a .icon .publisg-svg-icon {
  filter: none;
  padding: 8px;
  border-radius: 50%;
  background: #ffffff;
}
﻿/* Accessibility */
/* Variables */
/* Mixins */
.tilehover-boxshadow-transition {
  transition: all ease-out 0.4s;
}
.tilehover-boxshadow {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.55);
}
.focus-boxshadow {
  box-shadow: 0px 0px 4px 0px #008334;
}
.focus-boxshadow-inverse {
  box-shadow: 0px 0px 4px 0px #fff;
}
.formfocus-boxshadow {
  box-shadow: 0px 0px 4px 0px #008334;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
#accesskeys {
  width: 200px;
}
body:not(.using-mouse) a:focus {
  outline: none;
  transition: none;
  -webkit-box-shadow: 0px 0px 4px 0px #008334;
  box-shadow: 0px 0px 4px 0px #008334;
}
body:not(.using-mouse) .form-control:focus {
  outline: none;
  box-shadow: none;
  border: solid 2px #bfbdb2;
}
body:not(.using-mouse) .btn:focus,
body:not(.using-mouse) .btn:active:focus,
body:not(.using-mouse) .btn.active:focus,
body:not(.using-mouse) .btn.focus,
body:not(.using-mouse) .btn:active.focus,
body:not(.using-mouse) .btn.active.focus {
  outline: none;
}
body:not(.using-mouse) button:focus {
  box-shadow: 0px 0px 4px 0px #008334;
}
body:not(.using-mouse) .btn.xs-selector:focus,
body:not(.using-mouse) a.btn.xs-selector:focus {
  box-shadow: 0px 0px 4px 0px #008334;
}
body:not(.using-mouse) .bg-grey-darker .btn:hover,
body:not(.using-mouse) .bg-grey-darker a.btn:hover,
body:not(.using-mouse) .bg-grey-darker .btn:focus,
body:not(.using-mouse) .bg-grey-darker a.btn:focus {
  box-shadow: 0px 0px 4px 0px #fff;
}
body:not(.using-mouse) .oc-radio:focus label,
body:not(.using-mouse) .oc-checkbox:focus label {
  box-shadow: 0px 0px 4px 0px #008334;
}
body:not(.using-mouse) .tilebox .ktsg-tile:focus {
  box-shadow: 0px 0px 4px 0px #008334 !important;
}
body:not(.using-mouse) button.mobile-levelup-trigger:focus {
  box-shadow: 0px 0px 4px 0px #008334 !important;
}
body:not(.using-mouse) .footer.inverse a:focus {
  box-shadow: 0px 0px 4px 0px #fff;
}
body:not(.using-mouse) .footer.darker a:focus {
  box-shadow: 0px 0px 4px 0px #fff;
}
body:not(.using-mouse) .main-navigation li.nav-list-block.nav-level-current > ul > li .submenu-trigger button:focus {
  box-shadow: 0px 0px 4px 0px #008334;
}
body.using-mouse a:focus {
  outline: transparent solid 2px;
  transition: none;
}
body.using-mouse .form-control:focus {
  outline: none;
  box-shadow: none;
  border: solid 2px #bfbdb2;
}
body.using-mouse .btn:focus,
body.using-mouse .btn:active:focus,
body.using-mouse .btn.active:focus,
body.using-mouse .btn.focus,
body.using-mouse .btn:active.focus,
body.using-mouse .btn.active.focus {
  outline: none;
  box-shadow: none;
}
﻿/***********************************/
/***********************************/
.max-visible-991 {
  display: none;
}
@media screen and (max-width: 991px) {
  .max-visible-991 {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .desktop-visible {
    display: block !important;
  }
  .inline-desktop-visible {
    display: inline-block !important;
  }
  .mobile-visible {
    display: none !important;
  }
  .inline-mobile-visible {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  #site-canvas {
    transition: all ease 0.65s;
  }
  /* Basics */
  .mobile-visible {
    display: block;
  }
  .inline-mobile-visible {
    display: inline-block !important;
  }
  .desktop-visible {
    display: none;
  }
  .inline-desktop-visible {
    display: none !important;
  }
  .toggle-left-nav {
    color: #000000;
    font-size: 20px;
  }
  .main-nav-first {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 111;
    height: 60px;
    width: 100%;
    padding: 16px 25px 14px 11px;
    margin: 0;
    border-bottom: solid 1px #e3e2da;
  }
  .main-nav-first .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .main-nav-first .navbar-header {
    width: 100%;
  }
  .main-nav-first .navbar-header .navbar-brand {
    width: 150px;
    float: right;
  }
  .main-nav-first .navbar-header #toggle-button {
    width: 50px;
    float: left;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px 10px 8px 10px;
  }
  .my-section .dropdown.basket-teaser {
    position: fixed;
    top: 10px;
    left: 60px;
    z-index: 99999;
  }
  .my-section .dropdown.basket-teaser i {
    padding-right: 4px;
  }
  .my-section .dropdown.basket-teaser.open .dropdown-menu {
    right: inherit;
    left: 0;
    position: absolute;
    background: #fff;
    padding-left: 15px;
  }
  /* Menu */
  .navbar-toggle .icon-bar {
    background: #000000;
  }
  /*
    .site-menu-content {
        font-size: 15px;
        .contact {
            span + span {float: right !important;}
            .iconlist { 
                a {
                    padding-left: 10px !important;
                }
            }
            .address {margin-top: 15px;}
        }
        h4 {margin-bottom: 5px;}
        .search.mobile-visible {padding: 25px;}
        .mobile-menu-bottom-content {
            padding: 0 26px 26px 26px;
            > .content {margin-bottom: 50px;}
            h4 {
                margin-bottom: 10px; margin-top: 0;
            }
            a.contact-tel {
                background: #efefeb; padding: 12px 5px; text-align: center; width: 100%; float: left; margin-bottom: 13px;
                &:hover {text-decoration: none !important;}
                &:before {position: relative; margin-right: 10px;}
            }
            > a {margin-top: 50px; float: left; width: 50%;
                 + a {float: right; text-align: right;}
            }
            .contact-openinghours {font-size: 0.9em;}
        }
        .nav li.active {text-decoration: none;}
    }
    */
  .show-nav #site-canvas {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translate3d(-100%, 0, 0);
  }
  #site-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    background: #fff;
  }
  #site-menu .navbar-nav {
    margin: 0;
  }
  #site-menu .navbar-nav li a {
    padding-left: 26px;
  }
  #site-menu .navbar-nav > li {
    display: inline-block;
  }
  #site-menu .navbar-nav > li.has-sub > a {
    width: 200px;
  }
  #site-menu .navbar-nav > li.has-sub a.sub-nav-toggler {
    position: absolute !important;
    right: 0;
    top: -1px;
    z-index: 11;
    width: 60px !important;
    text-align: center;
  }
  #site-menu .navbar-nav > li a i.fa {
    padding: 4px;
  }
  #site-menu .navbar-nav > li.contact.has-sub li.mail {
    font-size: 0.9em;
  }
  #site-menu .navbar-nav > li.contact.has-sub i {
    padding-left: 0;
  }
  #site-menu .navbar-nav .active > a {
    text-decoration: underline;
  }
  #site-menu .navbar-nav ul.sub {
    background: #fff;
    padding: 0;
    display: none;
    width: 100%;
  }
  #site-menu .navbar-nav ul.sub a {
    padding: 10px 15px 10px 26px;
    display: block;
  }
  #site-menu .dropdown-menu.contact {
    position: relative;
    float: left;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    min-width: 0;
    border: none;
    box-shadow: none;
    padding: 0 20px;
  }
  #site-menu .dropdown-menu.contact .content {
    float: left;
    width: 100%;
  }
  #site-menu .dropdown-menu.contact .content a {
    padding: 5px 2em;
    background: rgba(55, 55, 55, 0.05);
    margin-bottom: 3px;
  }
  #site-menu .dropdown-menu.contact .content a:hover {
    background: rgba(55, 55, 55, 0.1);
  }
  #site-menu .dropdown-menu.contact .content a:before {
    padding-left: 5px;
  }
  .main-nav-sub .container {
    max-width: 100%;
    padding: 0;
  }
  .main-nav-sub .container > ul.main-nav > li {
    background: #efefeb;
    float: left;
    width: 100%;
    border-bottom: solid 1px #d0d0d0;
    border-top: dotted #fcfce5 1px;
  }
  .main-nav-sub .container > ul.main-nav > li a {
    border-left: none;
    border-right: none;
  }
  .main-nav-sub .container > ul.main-nav > li:first-child {
    border-top: none;
  }
  .search.mobile-visible {
    width: 100%;
    padding: 10px;
  }
  .search.mobile-visible .search-toggler {
    display: none;
  }
  .search.mobile-visible form.searchform {
    position: relative;
  }
  .search.mobile-visible form.searchform input.searchfield {
    padding-top: 0;
  }
  .search.mobile-visible form.searchform input.searchfield::-webkit-input-placeholder {
    color: #505050;
    font-weight: normal;
  }
  .search.mobile-visible form.searchform input.searchfield:-moz-placeholder {
    /* Firefox 18- */
    color: #505050;
    font-weight: normal;
  }
  .search.mobile-visible form.searchform input.searchfield::-moz-placeholder {
    /* Firefox 19+ */
    color: #505050;
    font-weight: normal;
  }
  .search.mobile-visible form.searchform input.searchfield:-ms-input-placeholder {
    color: #505050;
    font-weight: normal;
  }
  .search.mobile-visible form.searchform label.search-label {
    display: block !important;
  }
  #wrapper.show-nav {
    overflow-x: hidden;
    position: fixed;
    width: 100%;
    /*  .site-menu-content {
                margin-top: 60px; float: left; height: 200px; overflow-y: scroll; -webkit-overflow-scrolling: touch; width: 100%;
            }*/
  }
  #wrapper.show-nav .my-section .basket-teaser {
    left: -209px;
    padding-bottom: 5px;
    top: 5px;
  }
  #wrapper.show-nav .my-section .basket-teaser .dropdown-toggle {
    height: 59px;
    padding-top: 12px;
  }
  #wrapper.show-nav .my-section .basket-teaser .dropdown-menu {
    left: -48px;
    width: 253px !important;
    top: 58px;
  }
  #wrapper.show-nav .my-section .basket-teaser .dropdown-menu button[type="submit"] {
    padding: 5px 4px;
  }
  #wrapper.show-nav .navbar-brand {
    position: absolute;
    left: -160px;
  }
  #wrapper.show-nav .site-menu-header {
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    text-align: right;
    width: 100%;
    float: right;
  }
  #wrapper.show-nav .site-menu-header .toggle-left-nav {
    padding: 15px 14px 11px 26px;
    height: 100%;
    display: inline-block;
  }
  .main-nav-sub .container ul.hotlink-nav {
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 999;
    margin: 0;
    width: 100%;
    background: #efefeb;
    border-bottom: solid 1px #e3e2da;
  }
  .main-nav-sub .container ul.hotlink-nav li {
    width: 50%;
    float: right;
  }
  .main-nav-sub .container ul.hotlink-nav li a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 18px !important;
  }
  .main-nav li.contact .contact-inner {
    float: left;
  }
  .main-nav li.contact .contact-inner .contact {
    width: calc(100% - 24px * 2);
    margin: 0 auto;
  }
  .main-nav li.contact .contact-inner .contact ul.iconlist > li > a {
    background-color: #efefeb;
    padding: 10px 15px 10px 26px;
    margin-top: 10px;
    white-space: nowrap;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  #wrapper.show-nav #main:after {
    left: 100%;
  }
  #wrapper.show-nav #sgch-sidebar-functions.show-nav,
  #wrapper.show-nav .hotlink-nav,
  #wrapper.show-nav .breadcrumbs .breadcrumb {
    right: 100%;
  }
  #wrapper.show-nav .my-section .basket-teaser {
    left: 52px;
  }
  #wrapper.show-nav .navbar-brand {
    left: 150px;
  }
  .show-nav #toggle-button .fa-bars::before {
    content: "\f00d";
  }
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
@media screen and (max-width: 480px) {
  .my-section .dropdown.basket-teaser.open .dropdown-menu {
    left: -57px;
  }
  .col-xxs-12 {
    width: 100%;
  }
}
