/* 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;
}
﻿@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../../core/docroot/images/design/stadtsg/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../../core/docroot/fonts/slick.eot');
    src: url('../../../core/docroot/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../core/docroot/fonts/slick.woff') format('woff'), url('../../../core/docroot/fonts/slick.ttf') format('truetype'), url('../../../core/docroot/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 40px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(255, 255, 255, 0.25);
    padding: 10px;display: block;
    font-weight: bold;
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '〈';
}
[dir='rtl'] .slick-prev:before
{
    content: '〉';
}

.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '〉';
}
[dir='rtl'] .slick-next:before
{
    content: '〈';
}

/* Dots */


.slick-dots
{
    position: absolute;
    bottom: 6px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: left;
    z-index: 999;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
    color: #000;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 35px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '■';
    text-align: center;

    opacity: .9;
    color: #ebebeb;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .85;
    color: #e20025;
}

@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: 0;
}
.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: 1170px;
  }
}
.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: 992px) {
  .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;
  }
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
/*!
 * 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}}
/***********************************/
/*         CSS sgch Onlinewelt     */
/***********************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hyphenate {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@supports (-ms-ime-align:auto) {
  .hyphenate {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@-moz-document url-prefix() {
  .hyphenate {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .hyphenate {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.hyphenate _::-webkit-full-page-media,
.hyphenate _:future,
.hyphenate :root .safari_only {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.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 (max-width: 1023px) {
  .no-mobile-left-gutter {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .no-mobile-right-gutter {
    padding-right: 0;
  }
}
.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;
}
.p15 {
  font-size: 15px;
  line-height: 1.6em;
}
.full-width {
  width: 100%;
}
.x-scroll-wrapper {
  max-width: 100%;
  overflow-x: auto;
}
.grey-darkest {
  color: #404040;
}
.bold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1023px) {
  .hidden-xs {
    display: none !important;
  }
}
.p-0vr-bot {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-1vr-bot {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .p-1vr-bot {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .p-2vr-bot {
    padding-bottom: calc(28px * 2);
  }
}
@media screen and (max-width: 1023px) {
  .p-2vr-bot {
    padding-bottom: calc(22px * 2);
  }
}
@media screen and (min-width: 1024px) {
  .p-3vr-bot {
    padding-bottom: calc(28px * 3);
  }
}
@media screen and (max-width: 1023px) {
  .p-3vr-bot {
    padding-bottom: calc(22px * 3);
  }
}
@media screen and (min-width: 1024px) {
  .p-4vr-bot {
    padding-bottom: calc(28px * 4);
  }
}
@media screen and (max-width: 1023px) {
  .p-4vr-bot {
    padding-bottom: calc(22px * 4);
  }
}
.p-0vr-top {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .p-1vr-top {
    padding-top: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .p-1vr-top {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .p-2vr-top {
    padding-top: calc(28px * 2);
  }
}
@media screen and (max-width: 1023px) {
  .p-2vr-top {
    padding-top: calc(22px * 2);
  }
}
@media screen and (min-width: 1024px) {
  .p-3vr-top {
    padding-top: calc(28px * 3);
  }
}
@media screen and (max-width: 1023px) {
  .p-3vr-top {
    padding-top: calc(22px * 3);
  }
}
@media screen and (min-width: 1024px) {
  .p-4vr-top {
    padding-top: calc(28px * 4);
  }
}
@media screen and (max-width: 1023px) {
  .p-4vr-top {
    padding-top: calc(22px * 4);
  }
}
.m-0vr-bot {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .m-1vr-bot {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .m-1vr-bot {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .m-2vr-bot {
    margin-bottom: calc(28px * 2);
  }
}
@media screen and (max-width: 1023px) {
  .m-2vr-bot {
    margin-bottom: calc(22px * 2);
  }
}
@media screen and (min-width: 1024px) {
  .m-3vr-bot {
    margin-bottom: calc(28px * 3);
  }
}
@media screen and (max-width: 1023px) {
  .m-3vr-bot {
    margin-bottom: calc(22px * 3);
  }
}
@media screen and (min-width: 1024px) {
  .m-4vr-bot {
    margin-bottom: calc(28px * 4);
  }
}
@media screen and (max-width: 1023px) {
  .m-4vr-bot {
    margin-bottom: calc(22px * 4);
  }
}
.m-0vr-top {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .m-1vr-top {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .m-1vr-top {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .m-2vr-top {
    margin-top: calc(28px * 2);
  }
}
@media screen and (max-width: 1023px) {
  .m-2vr-top {
    margin-top: calc(22px * 2);
  }
}
@media screen and (min-width: 1024px) {
  .m-3vr-top {
    margin-top: calc(28px * 3);
  }
}
@media screen and (max-width: 1023px) {
  .m-3vr-top {
    margin-top: calc(22px * 3);
  }
}
@media screen and (min-width: 1024px) {
  .m-4vr-top {
    margin-top: calc(28px * 4);
  }
}
@media screen and (max-width: 1023px) {
  .m-4vr-top {
    margin-top: calc(22px * 4);
  }
}
/*******************************************/
/*******************************************/
@-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 balloonAnimation {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
@keyframes balloonAnimation {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@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(28px * 3);
  }
}
@keyframes dropdownToggleShifterInner {
  50% {
    border: none;
  }
  99.999999% {
    border: none;
  }
  100% {
    border: none;
    padding-top: 30px;
    padding-bottom: 30px;
    height: calc(28px * 3);
  }
}
/***********************************/
/*        Browser Resets           */
/***********************************/
/* ------------ 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: 99;
}
.navbar {
  min-height: 0px;
}
.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 {
  background: #ebebe6;
  border-top: solid #d6d6cc 2px;
  border-bottom: solid #d6d6cc 2px;
}
.container-fluid.highlight-bluelightest {
  background: #e5e9ed;
  border-top: solid #ccd4dc 2px;
}
.container-fluid.highlight-greylightest {
  background: #e7e7e7;
}
.container-fluid.bordered {
  border-top: #cfcfcf solid 2px;
}
.container-fluid.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 {
  max-width: 1170px;
}
.container-fluid.all-paragraph-container > .row.no-desktop-gutter {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .container-fluid.all-paragraph-container .main-navigation.withincontentandmobile {
    margin-left: -15px;
  }
}
@media screen and (max-width: 1023px) {
  .container-fluid .container.desktop-only-container {
    width: 100%;
    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: 1023px) {
  #content {
    overflow: hidden;
  }
}
a.navbar-brand {
  padding: 0;
}
a.navbar-brand.txt-brand {
  font-weight: 800;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  a.navbar-brand.txt-brand {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  a.navbar-brand.txt-brand {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  a.navbar-brand.txt-brand {
    width: 263px;
  }
}
@media screen and (max-width: 1023px) {
  a.navbar-brand.txt-brand {
    width: 200px;
    padding-top: 4px;
  }
}
a.navbar-brand.txt-brand .page-header {
  margin: 0;
  border: none;
  float: left;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  a.navbar-brand.txt-brand .page-header img {
    width: 166px;
  }
}
@media screen and (min-width: 1024px) {
  a.navbar-brand.txt-brand .phantom-brand {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  a.navbar-brand.txt-brand .phantom-brand {
    margin-left: 12px;
  }
}
@media screen and (min-width: 1024px) {
  a.navbar-brand.txt-brand .phantom-brand {
    display: inline-block;
    float: left;
    padding: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  a.navbar-brand.txt-brand .phantom-brand img {
    width: 22px;
  }
}
@media screen and (min-width: 1024px) {
  a.navbar-brand.txt-brand .phantom-brand img {
    width: 36px;
  }
}
@media screen and (max-width: 1023px) {
  a.navbar-brand.img-brand:not(.phantom-brand) {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .top-nav .img-brand:not(.phantom-brand) {
    display: none;
    visibility: hidden;
  }
}
.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: 1023px) {
  .container-fluid {
    max-width: 100%;
  }
}
.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;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1320px) {
  .no-gutter {
    padding-left: 15px;
  }
  .no-gutter:not(.contains-sg-rightaligned) {
    padding-right: 15px;
  }
}
.no-gutter.no-left-gutter {
  padding-left: 0 !important;
}
.container-sg-rightaligned {
  float: right;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1799px) {
  .container-sg-rightaligned {
    width: 100% !important;
    padding-left: calc((100% - 1735px) / 2);
  }
  .container-sg-rightaligned.overlap-left {
    padding-left: calc((100% - 1735px - 58px) / 2);
  }
}
@media screen and (min-width: 1215px) and (max-width: 1799px) {
  .container-sg-rightaligned {
    width: 100% !important;
    padding-left: calc((100% - 1155px) / 2);
  }
  .container-sg-rightaligned.overlap-left {
    padding-left: calc((100% - 1155px - 58px) / 2);
  }
}
@media screen and (min-width: 1440px) {
  .container-sg-rightaligned {
    width: 1320px;
  }
}
@media screen and (max-width: 1441px) {
  .container-sg-rightaligned {
    width: calc(100% - 15px);
  }
}
.container-sg-rightaligned .container-sg-innercentered {
  max-width: 1166px;
  margin: 0 auto;
}
@media screen and (max-width: 1215px) {
  .container-sg-rightaligned .container-sg-innercentered {
    padding-right: 15px;
  }
}
.container-sg-rightaligned.hidden-x {
  overflow: hidden;
}
@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: 1023px) {
  .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: 1023px) {
  .container.no-gutter-mobile-right {
    padding-right: 0;
    overflow: hidden;
  }
}
/*****************************************/
/*          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: 1024px) {
  .col-sgch-5-12 {
    width: calc(100% / 5);
  }
}
@media screen and (max-width: 1023px) {
  .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 (min-width: 1024px) {
  .navbar-brand.img-brand {
    height: auto;
  }
  .navbar-brand.img-brand:not(.phantom-brand) {
    width: 83px;
  }
}
@media screen and (max-width: 1023px) {
  .navbar-brand {
    height: 46px;
  }
}
@media screen and (min-width: 1024px) {
  nav.navbar.top-nav {
    padding-top: 39px;
  }
}
@media screen and (max-width: 1023px) {
  nav.navbar.top-nav {
    padding-top: 16px;
    -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);
  }
}
nav.navbar.top-nav .navbar-content {
  padding-top: 3px;
}
@media screen and (min-width: 1800px) {
  .navbar-header .navbar-brand.txt-brand {
    margin-left: 290px;
  }
}
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: 1024px) {
  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(28px * 3);
  }
}
@media screen and (max-width: 1023px) {
  nav.navbar.affix {
    height: calc(22px * 3);
  }
  nav.navbar.affix .toggle-right-nav {
    padding-top: 4px !important;
  }
}
@media screen and (min-width: 1024px) {
  nav.navbar.affix + .jumbotron {
    border-top: solid #fff 220px;
  }
}
nav.navbar.affix .navbar-brand {
  height: 52px;
}
nav.navbar.affix .navbar-brand.img-brand:not(.phantom-brand) {
  pointer-events: none;
}
nav.navbar.affix .navbar-brand.img-brand:not(.phantom-brand) img {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  nav.navbar.affix .navbar-brand.txt-brand .page-header {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-animation: reduceFontSize 1s;
    animation: reduceFontSize 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@media screen and (min-width: 1024px) {
  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: 1024px) {
  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: 1023px) {
  nav.navbar.affix .navbar-content .generic-section {
    /*    position: fixed;
                right: 0;
                top: 0;
                margin-top: 25px;*/
  }
}
@media screen and (min-width: 1024px) {
  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: 1024px) {
  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 */
/************************/
.main-navigation {
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
}
@media screen and (min-width: 1024px) {
  .main-navigation.withincontentandmobile {
    margin-left: -10%;
    margin-bottom: 28px;
  }
  .main-navigation.withincontentandmobile .navbar-nav {
    max-width: 100%;
  }
}
.main-navigation.withincontentandmobile .levelup-title {
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-navigation.withincontentandmobile a {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .main-navigation .levelup-title {
    display: none;
  }
}
.main-navigation ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.main-navigation ul li {
  width: 100%;
  float: left;
}
.main-navigation ul li.active {
  background: #008334;
  color: #fff;
}
.main-navigation ul li.active a {
  color: #fff;
}
.main-navigation ul li a:hover {
  text-decoration: underline;
  color: #046529;
}
@media screen and (min-width: 1024px) {
  .main-navigation ul li a:hover {
    background: #f2f2f2;
  }
}
.main-navigation .submenu-trigger button {
  float: right;
}
.main-navigation .submenu-trigger button:hover {
  color: #046529 !important;
  text-decoration: none;
  background: #f2f2f2 !important;
}
.main-navigation li.nav-list-block a {
  display: block;
}
.main-navigation li.nav-list-block > a {
  padding: 16px 18px;
  float: left;
  width: calc(100% - 50px);
}
.main-navigation li.nav-list-block > .submenu-trigger {
  float: right;
  display: block;
}
.main-navigation li.nav-list-block > .submenu-trigger > button {
  padding: 8px 0;
  width: 50px;
  background: none;
  border: none;
  color: #008334;
  font-size: 26px;
  position: relative;
}
.main-navigation li.nav-list-block > .submenu-trigger > button:before {
  border-left: solid 2px #f2f2f2;
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  top: 5px;
  height: calc(100% - 10px);
}
.main-navigation li.nav-list-block.nav-level-parent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.main-navigation li.nav-list-block.nav-level-parent > ul {
  display: none;
  position: absolute;
  left: calc(100% + 3px);
  z-index: 9;
  background: #fff;
  width: 238px;
  align-self: flex-start;
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-navigation li.nav-list-block.nav-level-parent > ul {
    margin-top: -28px;
  }
}
.main-navigation li.nav-list-block.nav-level-parent > ul li a {
  padding: 10px 19px;
}
.main-navigation li.nav-list-block.nav-level-parent:not(:first-child) {
  border-top: solid 2px #f2f2f2;
}
.main-navigation li.nav-list-block.nav-level-parent.sub-navlist-show > ul {
  display: block;
}
.main-navigation li.nav-list-block.nav-level-current > a {
  width: 100%;
  color: #fff;
  background: #008334;
  font-size: 20px;
}
.main-navigation li.nav-list-block.nav-level-current ul {
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .main-navigation li.nav-list-block.nav-level-current ul li a {
    padding: 10px 28px;
  }
}
@media screen and (max-width: 1023px) {
  .main-navigation li.nav-list-block.nav-level-current ul li a {
    padding: 10px 10px 10px 0;
  }
}
@media screen and (max-width: 1023px) {
  .main-navigation {
    position: fixed;
    -webkit-transition: right ease 0.5s;
    transition: right ease 0.5s;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .main-navigation button:focus,
  .main-navigation button:hover {
    outline: none;
    border: none;
  }
  .main-navigation .toggle-right-nav {
    color: #404040;
    padding: 19px 15px;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    text-align: center;
  }
  .main-navigation li.nav-list-block:not(.nav-level-current) {
    display: none;
  }
  .main-navigation li.nav-list-block.nav-level-current {
    /*   &:after {
                    content: "";
                    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
                    position: absolute;
                    top: 66px;
                    right: 0;
                    display: block;
                    height: 2px;
                    width: @sitemenuwidth;
                } */
  }
  .main-navigation li.nav-list-block.nav-level-current > a {
    background: #fff;
    font-size: 16px;
    color: #101010;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: calc(100% - 80px);
    padding: 0;
    pointer-events: none;
    padding-right: 20px;
  }
  .main-navigation li.nav-list-block.nav-level-current > ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    margin-top: 0;
    height: 100%;
    overflow-y: auto;
    /* position: absolute; */
    /* top: 200px; */
    z-index: 99999;
    pointer-events: visible;
    right: 0;
    width: 100%;
    height: calc(100vh - 230px);
    -webkit-overflow-scrolling: touch;
  }
  .main-navigation li.nav-list-block.nav-level-current > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 54px;
    flex-direction: row;
  }
  .main-navigation li.nav-list-block.nav-level-current > ul > li .submenu-trigger {
    display: -webkit-box;
    height: 54px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-navigation li.nav-list-block.nav-level-current > ul > li .submenu-trigger > button {
    padding: 0;
    width: 40px;
    background: none;
    border: none;
    color: #008334;
    font-size: 26px;
    height: 40px;
  }
  .main-navigation li.nav-list-block.nav-level-current > ul > li.has-mobile-sub > a {
    width: calc(100% - 50px);
    float: left;
    position: relative;
    /*  &:after {
                                    border-left: solid 2px @grey-lightest;
                                    content: "";
                                    position: absolute;
                                    right: 0;
                                    width: 3px;
                                    top: 5px;
                                    height: calc(100% - 10px);
                                }*/
  }
  @supports (-ms-ime-align:auto) {
    .main-navigation li.nav-list-block.nav-level-current > ul > li.has-mobile-sub > a {
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }
  }
  @-moz-document url-prefix() {
    .main-navigation li.nav-list-block.nav-level-current > ul > li.has-mobile-sub > a {
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }
  }
  .main-navigation li.nav-list-block.nav-level-current > ul > li.has-mobile-sub > a _::-webkit-full-page-media,
  .main-navigation li.nav-list-block.nav-level-current > ul > li.has-mobile-sub > a _:future,
  .main-navigation li.nav-list-block.nav-level-current > ul > li.has-mobile-sub > a :root .safari_only {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .main-navigation li.nav-list-block.nav-level-current > ul > li:not(.has-mobile-sub) > a {
    padding-right: 60px;
  }
  @supports (-ms-ime-align:auto) {
    .main-navigation li.nav-list-block.nav-level-current > ul > li:not(.has-mobile-sub) > a {
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }
  }
  @-moz-document url-prefix() {
    .main-navigation li.nav-list-block.nav-level-current > ul > li:not(.has-mobile-sub) > a {
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }
  }
  .main-navigation li.nav-list-block.nav-level-current > ul > li:not(.has-mobile-sub) > a _::-webkit-full-page-media,
  .main-navigation li.nav-list-block.nav-level-current > ul > li:not(.has-mobile-sub) > a _:future,
  .main-navigation li.nav-list-block.nav-level-current > ul > li:not(.has-mobile-sub) > a :root .safari_only {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .main-navigation li.nav-list-block.nav-level-current > ul > li .submenu-trigger button {
    border: solid 2px #e7e7e7;
  }
  .main-navigation li.nav-list-block.nav-level-current > ul > li > a {
    font-size: 17px;
    min-height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @supports (-ms-ime-align:auto) {
    .main-navigation li.nav-list-block.nav-level-current > ul > li > a {
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }
  }
  @-moz-document url-prefix() {
    .main-navigation li.nav-list-block.nav-level-current > ul > li > a {
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }
  }
  .main-navigation li.nav-list-block.nav-level-current > ul > li > a _::-webkit-full-page-media,
  .main-navigation li.nav-list-block.nav-level-current > ul > li > a _:future,
  .main-navigation li.nav-list-block.nav-level-current > ul > li > a :root .safari_only {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .main-navigation .mobile-levelup-trigger,
  .main-navigation 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;
  }
  .main-navigation .mobile-levelup-trigger:focus,
  .main-navigation button.mobile-levelup-trigger:focus {
    outline: none;
  }
}
@media screen and (max-width: 1023px) and all and (-ms-high-contrast: none), screen and (max-width: 1023px) and (-ms-high-contrast: active) {
  .main-navigation li.nav-list-block.nav-level-current > ul > li.has-mobile-sub > a {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (max-width: 1023px) and screen and (-webkit-min-device-pixel-ratio: 0) {
  .main-navigation li.nav-list-block.nav-level-current > ul > li.has-mobile-sub > a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1023px) and all and (-ms-high-contrast: none), screen and (max-width: 1023px) and (-ms-high-contrast: active) {
  .main-navigation li.nav-list-block.nav-level-current > ul > li:not(.has-mobile-sub) > a {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (max-width: 1023px) and screen and (-webkit-min-device-pixel-ratio: 0) {
  .main-navigation li.nav-list-block.nav-level-current > ul > li:not(.has-mobile-sub) > a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1023px) and all and (-ms-high-contrast: none), screen and (max-width: 1023px) and (-ms-high-contrast: active) {
  .main-navigation li.nav-list-block.nav-level-current > ul > li > a {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (max-width: 1023px) and screen and (-webkit-min-device-pixel-ratio: 0) {
  .main-navigation li.nav-list-block.nav-level-current > ul > li > a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.main-navigation li.nav-list-block.nav-level-current > ul > li > a {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  text-align: right;
}
#wrapper.contentpage .main-navigation.withincontentandmobile li.nav-list-block:not(.nav-level-current),
#wrapper.portraitpage .main-navigation.withincontentandmobile li.nav-list-block:not(.nav-level-current) {
  border: solid #cfcfcf 2px;
}
#wrapper.contentpage .main-navigation.withincontentandmobile li.nav-list-block:not(.nav-level-current):not(:first-child),
#wrapper.portraitpage .main-navigation.withincontentandmobile li.nav-list-block:not(.nav-level-current):not(:first-child) {
  border-top: none;
}
#wrapper.contentpage .main-navigation.withincontentandmobile li.nav-list-block:not(.nav-level-current) > ul,
#wrapper.portraitpage .main-navigation.withincontentandmobile li.nav-list-block:not(.nav-level-current) > ul {
  border: solid #cfcfcf 2px;
  margin-top: -2px;
  z-index: 99;
}
#wrapper.contentpage .main-navigation.withincontentandmobile li.nav-list-block:not(.nav-level-current) > ul > li:not(:last-child),
#wrapper.portraitpage .main-navigation.withincontentandmobile li.nav-list-block:not(.nav-level-current) > ul > li:not(:last-child) {
  border-bottom: solid #cfcfcf 2px;
}
#wrapper.contentpage .main-navigation.withincontentandmobile li.nav-list-block.nav-level-current > ul,
#wrapper.portraitpage .main-navigation.withincontentandmobile li.nav-list-block.nav-level-current > ul {
  border-top: none;
}
@media screen and (min-width: 1024px) {
  #wrapper.contentpage .main-navigation.withincontentandmobile li.nav-list-block.nav-level-current > ul,
  #wrapper.portraitpage .main-navigation.withincontentandmobile li.nav-list-block.nav-level-current > ul {
    border: solid #cfcfcf 2px;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.show-nav .main-navigation {
    right: -100%;
    /* padding-right: @vertical-grid-row; */
  }
}
#wrapper.show-nav .main-navigation .navbar-nav {
  width: 100%;
}
#wrapper.show-nav .main-navigation .navbar-nav ul {
  width: 100%;
}
@media all and (max-width: 1400px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #wrapper.show-nav .main-navigation {
    right: 0;
  }
}
#wrapper:not(.show-nav) #site-menu {
  display: none;
}
@media screen and (max-width: 1023px) {
  #wrapper:not(.show-nav) .desktop-menu-column {
    display: none;
  }
  #wrapper:not(.show-nav) .desktop-menu-column + div[class*="col-"] {
    width: 100%;
  }
}
nav li a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 1024px) {
  .top-nav {
    margin-bottom: 28px;
    height: calc(28px * 6);
  }
}
@media screen and (max-width: 1023px) {
  .top-nav {
    margin-bottom: 22px;
    height: calc(22px * 3);
  }
}
@media screen and (min-width: 1024px) {
  .top-nav .generic-section {
    padding-right: 23px;
    padding-left: 23px;
  }
}
.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: 1024px) {
  .top-nav .generic-section ul.nav li a.dropdown-toggle {
    height: calc(28px * 2);
  }
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .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 {
    position: absolute;
    right: 43px;
    top: 10px;
  }
  .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: 1024px) {
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth {
    top: 87px;
  }
}
@media screen and (max-width: 1023px) {
  .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;
  }
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .tilebox-search {
    padding-left: 15px;
    padding-right: 15px;
  }
  @supports (-ms-ime-align:auto) {
    .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;
    }
  }
  @-moz-document url-prefix() {
    .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;
    }
  }
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .description _::-webkit-full-page-media,
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .description _:future,
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .description :root .safari_only {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .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 (max-width: 1023px) and all and (-ms-high-contrast: none), screen and (max-width: 1023px) and (-ms-high-contrast: active) {
  .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;
  }
}
@media screen and (max-width: 1023px) and screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .description {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .top-nav .generic-section ul.nav li.main-nav-top.searchtoggler .dropdown-menu-fullwidth .highlight {
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .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;
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .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%;
  }
  .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: 28px;
  }
  .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(28px + 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: 28px;
  }
  .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: 28px;
  }
  .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: 1024px) and screen and (max-width: 1023px) {
  .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: 1023px) {
  .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-top: 1px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    padding-bottom: 0;
  }
  .top-nav .generic-section ul.nav li#mobile-toggler i {
    font-size: 24px;
    color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .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: 1024px) {
  .top-nav .nav > li > a {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
#menu-overlay {
  display: none;
}
@media screen and (min-width: 1024px) {
  body.search-overlay-show,
  body.mysg-overlay-show,
  body.quickmenu-overlay-show {
    overflow: hidden;
  }
  body.search-overlay-show .top-nav.affix,
  body.mysg-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.mysg-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.mysg-overlay-show .dropdown-toggle,
  body.quickmenu-overlay-show .dropdown-toggle {
    border-color: transparent !important;
  }
  body.search-overlay-show .dropdown-toggle:before,
  body.mysg-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.mysg-overlay-show nav.navbar.affix,
  body.quickmenu-overlay-show nav.navbar.affix {
    border-bottom: none;
  }
  body.search-overlay-show #menu-overlay,
  body.mysg-overlay-show #menu-overlay,
  body.quickmenu-overlay-show #menu-overlay {
    display: block;
    background: #fff;
    position: fixed;
    top: calc(28px * 3);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }
  body.search-overlay-show .main-nav-top.open .dropdown-menu ul,
  body.mysg-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.mysg-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.mysg-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 li.mysgtoggler {
    display: none !important;
  }
  body.search-overlay-show .dropdown-menu {
    background-color: #ebebe6;
  }
  body.mysg-overlay-show li.searchtoggler {
    display: none !important;
  }
  body.mysg-overlay-show li.quickmenutoggler {
    display: none !important;
  }
  body.quickmenu-overlay-show li.mysgtoggler {
    display: none !important;
  }
  body.quickmenu-overlay-show li.searchtoggler {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and screen and (max-height: 700px) {
  body.search-overlay-show .main-nav-top.open .dropdown-menu li a,
  body.mysg-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 */
/* Sidenavigation */
#content.has-sidenav {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #content.has-sidenav {
    min-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  #sgch-sidebar-functions {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 999;
  }
}
@media screen and (max-width: 1023px) {
  #sgch-sidebar-functions {
    position: fixed;
    right: -100%;
    top: calc(100vh - 80px);
    background: #fff;
    z-index: 10000;
    width: 100%;
  }
}
#sgch-sidebar-functions ul.nav {
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  #sgch-sidebar-functions ul.nav {
    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: 1024px) {
  #sgch-sidebar-functions ul.nav > li {
    right: calc(60px - 100%) !important;
  }
}
@media screen and (max-width: 1023px) {
  #sgch-sidebar-functions ul.nav > li {
    float: left;
    right: 0 !important;
    width: 100%;
  }
  #sgch-sidebar-functions ul.nav > li: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: 1024px) {
  #sgch-sidebar-functions ul.nav > li a {
    border: solid 2px #cfcfcf;
  }
}
@media screen and (max-width: 1023px) {
  #sgch-sidebar-functions ul.nav > li a {
    height: 80px;
    border-top: solid 2px #cfcfcf;
    padding-top: 24px;
    font-size: 30px;
    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: 1023px) {
  #sgch-sidebar-functions ul.nav > li .description {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 1024px) {
  #sgch-sidebar-functions ul.nav > li + li {
    margin-top: -2px;
  }
}
@media screen and (max-width: 1023px) {
  #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: 1024px) {
  #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: 1024px) {
  #sgch-sidebar-functions ul.nav > li#social-share #share-buttons ul li.shariff-button.whatsapp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #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: 1023px) {
  #sgch-sidebar-functions ul.nav > li#social-share.activated a i {
    transition: all ease 0.5s;
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1023px) {
  #sgch-sidebar-functions ul.nav > li#social-share.activated #share-buttons {
    border-left: none;
  }
}
@media screen and (min-width: 1024px) {
  #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: 1023px) {
  #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: calc(3 * 28px);
}
#sgch-sidebar-functions ul.nav.affix > li {
  right: -1px;
}
@media screen and (min-width: 1024px) {
  #sgch-sidebar-functions ul.nav.affix > li {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}
@media screen and (min-width: 1024px) {
  #sgch-sidebar-functions ul.nav.affix > li:not(.active) {
    right: -80%;
  }
}
@media screen and (min-width: 1024px) {
  #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;
}
/* Breadcrumb */
.container .breadcrumb {
  padding: 20px 0 0 0;
  margin: 0;
}
.container .breadcrumb > li + li:before {
  color: #000000;
}
.breadcrumbs.affix {
  top: 40px;
  width: 100%;
  max-width: 1420px;
  border-bottom: solid #D8D5C5 1px;
  background: #fff;
}
.breadcrumbs.affix .container {
  max-width: 100%;
  width: 100%;
}
.breadcrumbs.affix .container .breadcrumb {
  max-width: 940px;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs.affix .container .breadcrumb {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .breadcrumbs .breadcrumb {
    position: fixed;
    top: 111px;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 10px 20px !important;
    border-bottom: solid 1px #e3e2da;
    border-radius: 0;
  }
}
.search-area {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .search-area {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .search-area {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .search-area.search-filter {
    display: block;
  }
}
.search-area ul {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .search-area ul {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .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;
}
.tilecontainer-search,
.withincontent-search {
  position: relative;
  margin: 0 auto;
  width: 946px;
  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;
}
@media screen and (min-width: 1024px) {
  .tilecontainer-search,
  .withincontent-search {
    padding-top: calc(2 * 28px);
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .tilecontainer-search,
  .withincontent-search {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.tilecontainer-search label,
.withincontent-search label {
  margin: 0;
}
.tilecontainer-search label span,
.withincontent-search label span {
  margin-top: 0 !important;
}
.tilecontainer-search label span.description,
.withincontent-search label span.description {
  float: left;
  margin-top: 3px !important;
}
.tilecontainer-search label.input-label.search-label,
.withincontent-search label.input-label.search-label {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .tilecontainer-search label.input-label.search-label,
  .withincontent-search label.input-label.search-label {
    height: 84px;
  }
}
@media screen and (max-width: 1023px) {
  .tilecontainer-search label.input-label.search-label,
  .withincontent-search label.input-label.search-label {
    height: 44px;
  }
}
.tilecontainer-search label.input-label.search-label.empty span,
.withincontent-search label.input-label.search-label.empty span {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1023px) {
  .tilecontainer-search label.input-label.search-label.empty span,
  .withincontent-search label.input-label.search-label.empty span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .tilecontainer-search label.input-label.search-label.empty span,
  .withincontent-search label.input-label.search-label.empty span {
    font-size: 30px;
  }
}
.tilecontainer-search label.input-label.search-label.labelfocus span,
.withincontent-search label.input-label.search-label.labelfocus span {
  font-size: inherit;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tilecontainer-search label.input-label.search-label.notempty span,
.withincontent-search label.input-label.search-label.notempty span {
  font-size: inherit;
  color: #636363;
}
.tilecontainer-search label.input-label.search-label input[type="search"],
.withincontent-search label.input-label.search-label input[type="search"],
.tilecontainer-search label.input-label.search-label input[type="text"],
.withincontent-search 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: 1024px) {
  .tilecontainer-search label.input-label.search-label input[type="search"],
  .withincontent-search label.input-label.search-label input[type="search"],
  .tilecontainer-search label.input-label.search-label input[type="text"],
  .withincontent-search label.input-label.search-label input[type="text"] {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .tilecontainer-search label.input-label.search-label input[type="search"],
  .withincontent-search label.input-label.search-label input[type="search"],
  .tilecontainer-search label.input-label.search-label input[type="text"],
  .withincontent-search label.input-label.search-label input[type="text"] {
    font-size: 14px;
  }
}
.tilecontainer-search label.input-label.search-label input[type="search"]::-webkit-input-placeholder,
.withincontent-search label.input-label.search-label input[type="search"]::-webkit-input-placeholder,
.tilecontainer-search label.input-label.search-label input[type="text"]::-webkit-input-placeholder,
.withincontent-search 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: 1024px) {
  .tilecontainer-search label.input-label.search-label input[type="search"]::-webkit-input-placeholder,
  .withincontent-search label.input-label.search-label input[type="search"]::-webkit-input-placeholder,
  .tilecontainer-search label.input-label.search-label input[type="text"]::-webkit-input-placeholder,
  .withincontent-search label.input-label.search-label input[type="text"]::-webkit-input-placeholder {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .tilecontainer-search label.input-label.search-label input[type="search"]::-webkit-input-placeholder,
  .withincontent-search label.input-label.search-label input[type="search"]::-webkit-input-placeholder,
  .tilecontainer-search label.input-label.search-label input[type="text"]::-webkit-input-placeholder,
  .withincontent-search label.input-label.search-label input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.tilecontainer-search label.input-label.search-label input[type="search"]::-moz-placeholder,
.withincontent-search label.input-label.search-label input[type="search"]::-moz-placeholder,
.tilecontainer-search label.input-label.search-label input[type="text"]::-moz-placeholder,
.withincontent-search 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: 1024px) {
  .tilecontainer-search label.input-label.search-label input[type="search"]::-moz-placeholder,
  .withincontent-search label.input-label.search-label input[type="search"]::-moz-placeholder,
  .tilecontainer-search label.input-label.search-label input[type="text"]::-moz-placeholder,
  .withincontent-search label.input-label.search-label input[type="text"]::-moz-placeholder {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .tilecontainer-search label.input-label.search-label input[type="search"]::-moz-placeholder,
  .withincontent-search label.input-label.search-label input[type="search"]::-moz-placeholder,
  .tilecontainer-search label.input-label.search-label input[type="text"]::-moz-placeholder,
  .withincontent-search label.input-label.search-label input[type="text"]::-moz-placeholder {
    font-size: 14px;
  }
}
.tilecontainer-search label.input-label.search-label input[type="search"]:-ms-input-placeholder,
.withincontent-search label.input-label.search-label input[type="search"]:-ms-input-placeholder,
.tilecontainer-search label.input-label.search-label input[type="text"]:-ms-input-placeholder,
.withincontent-search 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: 1024px) {
  .tilecontainer-search label.input-label.search-label input[type="search"]:-ms-input-placeholder,
  .withincontent-search label.input-label.search-label input[type="search"]:-ms-input-placeholder,
  .tilecontainer-search label.input-label.search-label input[type="text"]:-ms-input-placeholder,
  .withincontent-search label.input-label.search-label input[type="text"]:-ms-input-placeholder {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .tilecontainer-search label.input-label.search-label input[type="search"]:-ms-input-placeholder,
  .withincontent-search label.input-label.search-label input[type="search"]:-ms-input-placeholder,
  .tilecontainer-search label.input-label.search-label input[type="text"]:-ms-input-placeholder,
  .withincontent-search label.input-label.search-label input[type="text"]:-ms-input-placeholder {
    font-size: 14px;
  }
}
.tilecontainer-search label.input-label.search-label input[type="search"]:-moz-placeholder,
.withincontent-search label.input-label.search-label input[type="search"]:-moz-placeholder,
.tilecontainer-search label.input-label.search-label input[type="text"]:-moz-placeholder,
.withincontent-search 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: 1024px) {
  .tilecontainer-search label.input-label.search-label input[type="search"]:-moz-placeholder,
  .withincontent-search label.input-label.search-label input[type="search"]:-moz-placeholder,
  .tilecontainer-search label.input-label.search-label input[type="text"]:-moz-placeholder,
  .withincontent-search label.input-label.search-label input[type="text"]:-moz-placeholder {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .tilecontainer-search label.input-label.search-label input[type="search"]:-moz-placeholder,
  .withincontent-search label.input-label.search-label input[type="search"]:-moz-placeholder,
  .tilecontainer-search label.input-label.search-label input[type="text"]:-moz-placeholder,
  .withincontent-search label.input-label.search-label input[type="text"]:-moz-placeholder {
    font-size: 14px;
  }
}
.tilecontainer-search label.input-label.search-label span,
.withincontent-search label.input-label.search-label span {
  color: #878787;
}
.tilecontainer-search label.input-label.search-label.input-label > span:not(.outer-label),
.withincontent-search label.input-label.search-label.input-label > span:not(.outer-label) {
  color: #939393;
}
@media screen and (min-width: 1024px) {
  .tilecontainer-search label.input-label.search-label.input-label > span:not(.outer-label),
  .withincontent-search label.input-label.search-label.input-label > span:not(.outer-label) {
    top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .tilecontainer-search label.input-label.search-label.input-label > span:not(.outer-label),
  .withincontent-search label.input-label.search-label.input-label > span:not(.outer-label) {
    top: 12px;
  }
}
.tilecontainer-search button.search-go,
.withincontent-search button.search-go {
  border: none;
  background: none;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .tilecontainer-search button.search-go,
  .withincontent-search button.search-go {
    font-size: 30px;
    padding: 21px 24px 20px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .tilecontainer-search button.search-go,
  .withincontent-search button.search-go {
    font-size: 20px;
    padding: 10px 11px;
    color: #008334;
  }
}
.tilecontainer-search form.searchform,
.withincontent-search form.searchform {
  position: relative;
  width: 100%;
}
.tilecontainer-search form.searchform label.search-label,
.withincontent-search form.searchform label.search-label {
  width: 100%;
}
.tilecontainer-search form.searchform label.search-label input.searchfield,
.withincontent-search form.searchform label.search-label input.searchfield {
  width: 100%;
  padding-right: 35px;
}
@media screen and (min-width: 1024px) {
  .tilecontainer-search form.searchform label.search-label input.searchfield::-webkit-input-placeholder,
  .withincontent-search form.searchform label.search-label input.searchfield::-webkit-input-placeholder {
    color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .tilecontainer-search form.searchform label.search-label input.searchfield:-moz-placeholder,
  .withincontent-search form.searchform label.search-label input.searchfield:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .tilecontainer-search form.searchform label.search-label input.searchfield::-moz-placeholder,
  .withincontent-search form.searchform label.search-label input.searchfield::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .tilecontainer-search form.searchform label.search-label input.searchfield:-ms-input-placeholder,
  .withincontent-search form.searchform label.search-label input.searchfield:-ms-input-placeholder {
    color: transparent;
  }
}
@media screen and (max-width: 1023px) {
  .tilecontainer-search form.searchform label.search-label input.searchfield,
  .withincontent-search form.searchform label.search-label input.searchfield {
    border: solid 2px #878787 !important;
    padding: 14px 35px 12px 6px !important;
  }
}
.tilecontainer-search .search-go,
.withincontent-search .search-go {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .tilecontainer-search .search-go,
  .withincontent-search .search-go {
    color: #008334;
  }
}
@media screen and (max-width: 1023px) {
  .tilecontainer-search .search-go,
  .withincontent-search .search-go {
    color: #505050;
  }
}
.withincontent-search {
  padding-top: 0;
  padding-bottom: 0;
}
/************************/
/* Jumbotron: Slider / Disorder Message / Requirement-Boxes */
.jumbotron .sgch-header-img {
  background-size: cover;
  background-position: center;
}
.jumbotron .sgch-hit .hit-wrapper {
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1800px) {
  .jumbotron .sgch-hit .contains-sg-rightaligned {
    padding-left: 0;
  }
}
.jumbotron .sgch-hit .contains-sg-rightaligned .container-sg-rightaligned {
  padding-left: calc((100% - 1155px - 72px) / 2);
}
@media screen and (min-width: 1800px) {
  .jumbotron .sgch-hit .contains-sg-rightaligned .container-sg-rightaligned {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .phantom-desktop-menu {
    display: none;
    visibility: hidden;
    background: transparent;
    height: 1px;
    width: 1px;
    overflow: hidden;
    color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  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: 1024px) 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%;
}
#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;
}
#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: 1023px) {
  #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: 1024px) {
  #wrapper .jumbotron .sgch-slider .sgch-slider-inner.image-title .slick-list .slick-track .slick-slide:before {
    right: 28px;
  }
}
#wrapper.home .jumbotron .sgch-slider .sgch-header-img {
  height: 644px;
  position: relative;
}
#wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn {
  position: absolute;
  bottom: 23px;
  border-color: transparent;
  background: rgba(255, 255, 255, 0.85);
}
#wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn .img-upload-btn-inner {
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  #wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn {
    right: 22px;
  }
}
@media screen and (min-width: 1024px) {
  #wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn {
    right: 28px;
    width: 75px;
    height: 75px;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s;
    transition: transform 0.2s ease-out, opacity 0.2s, -webkit-transform 0.2s ease-out;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.18);
  }
  #wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn i.fa-camera {
    font-size: 50px;
  }
  #wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn:hover,
  #wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn:focus {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    border-color: inherit;
    background: #ffffff;
  }
  #wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn:hover .img-upload-btn-inner,
  #wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn:focus .img-upload-btn-inner {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
  }
  #wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn:hover .img-upload-btn-inner i,
  #wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn:focus .img-upload-btn-inner i {
    margin-top: -0.87%;
    margin-left: -0.87%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn .img-upload-btn-inner {
    position: absolute;
    left: 10px;
    top: 9px;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn i.fa-camera {
    font-size: 27px;
  }
}
#wrapper.home .jumbotron .sgch-slider .sgch-header-img .img-upload-btn i.fa-plus-circle {
  position: absolute;
  top: 50%;
  right: -7px;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
}
@media screen and (min-width: 1024px) {
  #wrapper.home .jumbotron:not(.hit-active) {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.home .jumbotron:not(.hit-active) {
    padding-bottom: 22px;
  }
}
#wrapper.home .jumbotron:not(.hit-active) .sgch-slider .sgch-header-img {
  height: 600px;
}
@media screen and (min-width: 1024px) {
  #wrapper.home .jumbotron:not(.hit-active) .sgch-slider .sgch-header-img {
    height: calc(100vh - 320px);
    min-height: 200px;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.home .jumbotron:not(.hit-active) .sgch-slider .sgch-header-img {
    height: 132px;
  }
}
#wrapper.home .jumbotron:not(.hit-active) .sgch-hit {
  display: none;
  visibility: hidden;
  height: 0;
  width: 0;
  color: transparent;
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  #wrapper.home .jumbotron:not(.hit-active) .sgch-slider .sgch-header-img {
    height: calc(100vh - 320px + 47px + 57px);
  }
  #wrapper.home .jumbotron:not(.hit-active) .scrolldown .scroll {
    margin-top: -110px;
    z-index: 1049;
    color: #fff;
  }
  #wrapper.home .jumbotron:not(.hit-active) .scrolldown .scroll .description {
    color: #fff;
    text-shadow: 1px 1px #555;
  }
  #wrapper.home .jumbotron:not(.hit-active) .scrolldown .scroll i {
    text-shadow: 1px 1px #555;
  }
}
@media screen and (min-width: 1024px) {
  #wrapper.home .jumbotron.hit-active {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.home .jumbotron.hit-active {
    padding-bottom: 22px;
  }
}
#wrapper.home .jumbotron.hit-active .sgch-slider .sgch-header-img {
  height: 560px;
}
@media screen and (min-width: 1024px) {
  #wrapper.home .jumbotron.hit-active .sgch-slider .sgch-header-img {
    height: calc(100vh - 320px - 100px);
    min-height: 200px;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.home .jumbotron.hit-active .sgch-slider .sgch-header-img {
    height: 132px;
  }
}
@media screen and (min-width: 1024px) {
  #wrapper.home .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit {
    margin-top: calc(28px - 2px);
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.home .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit {
    margin-top: calc(22px - 2px);
  }
}
@media screen and (min-width: 1800px) {
  #wrapper.home .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit {
    margin-left: 320px;
    max-width: 1170px;
    margin-right: auto;
  }
}
#wrapper.home .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit .smaller-typo {
  padding-top: 3px;
}
#wrapper.home .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit .alert {
  margin-bottom: 0;
}
#wrapper.home .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit a {
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#wrapper.home .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit a:hover {
  -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);
  box-shadow: inset 0px -2px 0px;
  text-decoration: none;
}
#wrapper.home .jumbotron #imageupload-form .help-block {
  margin-bottom: 0;
}
#wrapper.home .jumbotron .modal-dialog form#imageupload-form label {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  #wrapper.home .main-navigation li.nav-list-block.nav-level-current > ul,
  #wrapper.thema .main-navigation li.nav-list-block.nav-level-current > ul,
  #wrapper.oberthema .main-navigation li.nav-list-block.nav-level-current > ul {
    height: calc(100vh - 170px);
  }
}
@media screen and (min-width: 1024px) {
  #wrapper.oberthema .jumbotron.hit-active,
  #wrapper.thema .jumbotron.hit-active {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.oberthema .jumbotron.hit-active,
  #wrapper.thema .jumbotron.hit-active {
    padding-bottom: 22px;
  }
}
#wrapper.oberthema .jumbotron.hit-active .sgch-slider .sgch-header-img,
#wrapper.thema .jumbotron.hit-active .sgch-slider .sgch-header-img {
  height: 560px;
}
@media screen and (min-width: 1024px) {
  #wrapper.oberthema .jumbotron.hit-active .sgch-slider .sgch-header-img,
  #wrapper.thema .jumbotron.hit-active .sgch-slider .sgch-header-img {
    height: calc(100vh - 410px - 100px);
    min-height: 200px;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.oberthema .jumbotron.hit-active .sgch-slider .sgch-header-img,
  #wrapper.thema .jumbotron.hit-active .sgch-slider .sgch-header-img {
    height: 132px;
  }
}
@media screen and (min-width: 1024px) {
  #wrapper.oberthema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit,
  #wrapper.thema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit {
    margin-top: calc(28px - 2px);
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.oberthema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit,
  #wrapper.thema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit {
    margin-top: calc(22px - 2px);
  }
}
@media screen and (min-width: 1800px) {
  #wrapper.oberthema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit,
  #wrapper.thema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit {
    margin-left: 320px;
    max-width: 1170px;
    margin-right: auto;
  }
}
#wrapper.oberthema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit .smaller-typo,
#wrapper.thema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit .smaller-typo {
  padding-top: 3px;
}
#wrapper.oberthema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit .alert,
#wrapper.thema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit .alert {
  margin-bottom: 0;
}
#wrapper.oberthema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit a,
#wrapper.thema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit a {
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
#wrapper.oberthema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit a:hover,
#wrapper.thema .jumbotron.hit-active .sgch-slider .sgch-header-img + .sgch-hit a:hover {
  -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);
  box-shadow: inset 0px -2px 0px;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  #wrapper.thema .jumbotron,
  #wrapper.oberthema .jumbotron,
  #wrapper.portraitpage.has-headerimg .jumbotron {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(60%, #ffffff), color-stop(60%, #ebebe6), to(#ebebe6));
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, #ebebe6 60%, #ebebe6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebe6', GradientType=0);
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.thema .jumbotron,
  #wrapper.oberthema .jumbotron,
  #wrapper.portraitpage.has-headerimg .jumbotron {
    padding-bottom: 22px;
  }
}
#wrapper.thema .jumbotron .sgch-slider .sgch-header-img,
#wrapper.oberthema .jumbotron .sgch-slider .sgch-header-img,
#wrapper.portraitpage.has-headerimg .jumbotron .sgch-slider .sgch-header-img {
  height: 644px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #wrapper.thema .jumbotron .sgch-slider .sgch-header-img,
  #wrapper.oberthema .jumbotron .sgch-slider .sgch-header-img,
  #wrapper.portraitpage.has-headerimg .jumbotron .sgch-slider .sgch-header-img {
    height: calc(100vh - 410px);
    min-height: 400px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.thema .jumbotron .sgch-slider .sgch-header-img,
  #wrapper.oberthema .jumbotron .sgch-slider .sgch-header-img,
  #wrapper.portraitpage.has-headerimg .jumbotron .sgch-slider .sgch-header-img {
    height: 132px;
  }
}
#wrapper.thema .jumbotron .sgch-slider .sgch-header-img .sgch-slide-item:after,
#wrapper.oberthema .jumbotron .sgch-slider .sgch-header-img .sgch-slide-item:after,
#wrapper.portraitpage.has-headerimg .jumbotron .sgch-slider .sgch-header-img .sgch-slide-item:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
#wrapper.thema .jumbotron .sgch-slider .sgch-header-img .page-title,
#wrapper.oberthema .jumbotron .sgch-slider .sgch-header-img .page-title,
#wrapper.portraitpage.has-headerimg .jumbotron .sgch-slider .sgch-header-img .page-title {
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  #wrapper.thema .jumbotron .sgch-slider .sgch-header-img .page-title,
  #wrapper.oberthema .jumbotron .sgch-slider .sgch-header-img .page-title,
  #wrapper.portraitpage.has-headerimg .jumbotron .sgch-slider .sgch-header-img .page-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    font-size: 84px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.thema .jumbotron .sgch-slider .sgch-header-img .page-title,
  #wrapper.oberthema .jumbotron .sgch-slider .sgch-header-img .page-title,
  #wrapper.portraitpage.has-headerimg .jumbotron .sgch-slider .sgch-header-img .page-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 31px;
    padding-bottom: 16px;
    line-height: 33px;
    padding-left: 22px;
  }
}
#wrapper.thema .jumbotron .sgch-slider .sgch-header-img .page-sub-title,
#wrapper.oberthema .jumbotron .sgch-slider .sgch-header-img .page-sub-title,
#wrapper.portraitpage.has-headerimg .jumbotron .sgch-slider .sgch-header-img .page-sub-title {
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  #wrapper.thema .jumbotron .sgch-slider .sgch-header-img .page-sub-title,
  #wrapper.oberthema .jumbotron .sgch-slider .sgch-header-img .page-sub-title,
  #wrapper.portraitpage.has-headerimg .jumbotron .sgch-slider .sgch-header-img .page-sub-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    font-size: 20px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.thema .jumbotron .sgch-slider .sgch-header-img .page-sub-title,
  #wrapper.oberthema .jumbotron .sgch-slider .sgch-header-img .page-sub-title,
  #wrapper.portraitpage.has-headerimg .jumbotron .sgch-slider .sgch-header-img .page-sub-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    padding-left: 22px;
    padding-bottom: 0;
  }
}
#wrapper.thema #content .container-fluid.highlight,
#wrapper.oberthema #content .container-fluid.highlight,
#wrapper.portraitpage #content .container-fluid.highlight {
  border-top: none;
}
#wrapper.portraitpage.has-headerimg .jumbotron {
  background: none;
}
@media screen and (min-width: 1024px) {
  #wrapper.portraitpage.has-headerimg #content {
    padding-top: calc(2 * 28px);
  }
}
@media screen and (max-width: 1023px) {
  #wrapper.portraitpage.has-headerimg #content {
    padding-top: calc(2 * 22px);
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .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: 1023px) {
  .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: 1023px) {
  .basket-teaser a.dropdown-toggle {
    padding-top: 10px;
  }
}
.basket-teaser button.remove-from-cart {
  background-color: #efefeb;
}
@media screen and (max-width: 1023px) {
  #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: -100%;
  }
  #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;
  }
}
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 9999;
}
.scrolltop .scroll {
  position: absolute;
  right: -4px;
  bottom: 6px;
  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: 1023px) {
  .scrolltop .scroll {
    -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;
}
@media screen and (max-width: 1023px) {
  .scrolldown {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .scrolldown {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 47px;
    padding: 0 100px;
  }
  .scrolldown .description {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    color: black;
    display: block;
    letter-spacing: 0.5px;
  }
  .scrolldown .scroll {
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    color: #008334;
  }
  .scrolldown .scroll:hover {
    color: #000;
  }
  .scrolldown .scroll:hover .fa {
    padding-top: -10px;
  }
  .scrolldown .scroll .fa-angle-down {
    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;
  }
}
.footer {
  font-size: 15px;
}
.footer .newsletter-topics {
  -webkit-column-count: 2;
  column-count: 2;
  text-align: left;
  padding-bottom: 14px;
}
@media screen and (min-width: 1024px) {
  .footer .newsletter-topics {
    position: sticky;
  }
}
.footer .newsletter-topics .topic {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer ul.z-footernav li {
    float: left;
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  .footer ul.z-footernav {
    text-align: center;
    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;
  }
}
@media screen and (min-width: 768px) {
  .footer ul.social-media-nav li {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .footer ul.social-media-nav {
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .footer ul.social-media-nav li {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer.bright {
  -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);
}
@media screen and (min-width: 1024px) {
  .footer.bright {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 1023px) {
  .footer.bright {
    padding-bottom: 23px;
  }
}
.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: 1024px) {
  .footer.inverse {
    padding: 34px 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer.inverse {
    padding: 28px 0;
  }
}
.footer.darker {
  background-color: #046529;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1024px) {
  .footer.darker {
    padding: 28px 0;
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .footer.darker {
    padding: 22px 0;
    line-height: 22px;
  }
}
.footer.darker *,
.footer.darker a,
.footer.darker h1,
.footer.darker h2,
.footer.darker h3,
.footer.darker h4,
.footer.darker h5,
.footer.darker h6,
.footer.darker .h1,
.footer.darker .h2,
.footer.darker .h3,
.footer.darker .h4,
.footer.darker .h5,
.footer.darker .h6 {
  color: #fff;
}
.footer:not(.inverse) .footer-important-links a {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .footer:not(.inverse) .footer-important-links a {
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .footer:not(.inverse) .footer-important-links a {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-box {
    text-align: center;
  }
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer .amt,
.footer .media-contact {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1023px) {
  .footer .amt,
  .footer .media-contact {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .amt,
  .footer .media-contact {
    font-size: 20px;
    margin-top: 20px;
  }
}
.footer .media-contact {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1023px) {
  .footer .media-contact {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .media-contact {
    font-size: 16px;
  }
}
.footer .last-update {
  font-style: italic;
  margin-top: -15px;
  padding-top: 13px;
  border-top: solid #e7e7e7 2px;
  margin-bottom: 63px;
}
@media screen and (max-width: 1023px) {
  .footer .last-update {
    display: inline-block;
    width: auto;
  }
}
.footer .social-media-row p {
  margin-bottom: 26px;
  line-height: 21px;
}
.footer .social-media-row ul li a {
  display: block;
}
@media screen and (min-width: 1024px) {
  .footer .social-media-row ul li a {
    padding: 0 22px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer .social-media-row ul li a {
    padding: 0 10px;
  }
}
.footer .media-contact p {
  border-top: solid #e7e7e7 2px;
  padding-top: 14px;
  display: block;
  margin-top: 14px;
}
@media screen and (max-width: 1023px) {
  .footer .media-contact p {
    display: inline-block;
    width: auto;
  }
}
.footer .horizontal-footer-menu {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .footer .horizontal-footer-menu ul {
    width: 100%;
  }
}
.footer .horizontal-footer-menu ul li a {
  padding: 0;
}
.footer .horizontal-footer-menu ul li:not(:first-child) a {
  position: relative;
  padding: 0 0 0 20px;
}
.footer .horizontal-footer-menu ul 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: 1023px) {
  .footer .horizontal-footer-menu .copyright {
    text-align: center;
    display: block;
    margin-top: 20px;
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .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 (min-width: 1024px) {
  .footer .organisationsbox ul.organisations {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .footer .organisationsbox ul.organisations {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer .organisationsbox ul.organisations {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .organisationsbox ul.organisations i {
    display: none;
  }
}
.footer .organisationsbox ul.organisations i {
  font-size: 26px;
  margin-right: 15px;
}
@media screen and (min-width: 1024px) {
  .footer .organisationsbox ul.organisations a {
    padding: 0 68px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer .organisationsbox ul.organisations a {
    padding: 8px 0;
    display: block;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .footer .organisationsbox ul.organisations li i {
    width: calc(100% - 15px);
  }
}
.footer h3 {
  font-size: 30px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #636363;
}
@media screen and (min-width: 1024px) {
  .footer h3 {
    line-height: calc(28px * 2);
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .footer h3 {
    line-height: calc(22px * 2);
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-nl-signup label.input-label {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer-nl-signup .toggle-on-focus.expanded button {
    width: 100%;
  }
}
#wrapper.home .navbar-nav li.active {
  text-decoration: none !important;
}
#wrapper.home .navbar-nav li.active a {
  text-decoration: none !important;
}
@media screen and (max-width: 1023px) {
  #sgch-sidebar-functions {
    top: calc(100vh - 155px);
    z-index: 99;
    right: -100%;
    width: 100%;
    position: fixed;
  }
}
@media screen and (max-width: 1023px) {
  .main-navigation li.nav-list-block.nav-level-current > ul {
    height: calc(100vh - 230px);
  }
}
@media screen and (max-width: 1023px) {
  .shariff .orientation-horizontal li {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  #sgch-sidebar-functions ul.nav {
    overflow: visible;
  }
}
@media screen and (max-width: 1023px) {
  .shariff .orientation-horizontal {
    background: #fff;
  }
}
@media screen and (max-width: 1023px) {
  #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: 1023px) {
  .shariff li .fab,
  .shariff li .far,
  .shariff li .fas {
    background: #fff;
  }
}
@media screen and (max-width: 1023px) {
  #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: 1023px) {
  #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;
}*/
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;
}
.helvetica500 {
  font-weight: 500;
  -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;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hyphenate {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@supports (-ms-ime-align:auto) {
  .hyphenate {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@-moz-document url-prefix() {
  .hyphenate {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .hyphenate {
    /*   -ms-word-break: break-all;
        word-break: break-all;
       word-break: break-word;   */
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.hyphenate _::-webkit-full-page-media,
.hyphenate _:future,
.hyphenate :root .safari_only {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar-nav a,
  h1,
  h2,
  h3 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@supports (-ms-ime-align:auto) {
  .navbar-nav a,
  h1,
  h2,
  h3 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@-moz-document url-prefix() {
  .navbar-nav a,
  h1,
  h2,
  h3 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .navbar-nav a,
  h1,
  h2,
  h3 {
    /*   -ms-word-break: break-all;
        word-break: break-all;
       word-break: break-word;   */
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.navbar-nav a _::-webkit-full-page-media,
h1 _::-webkit-full-page-media,
h2 _::-webkit-full-page-media,
h3 _::-webkit-full-page-media,
.navbar-nav a _:future,
h1 _:future,
h2 _:future,
h3 _:future,
.navbar-nav a :root .safari_only,
h1 :root .safari_only,
h2 :root .safari_only,
h3 :root .safari_only {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* Variables */
.p-0vr-bot {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-1vr-bot {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .p-1vr-bot {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .p-2vr-bot {
    padding-bottom: calc(28px * 2);
  }
}
@media screen and (max-width: 1023px) {
  .p-2vr-bot {
    padding-bottom: calc(22px * 2);
  }
}
@media screen and (min-width: 1024px) {
  .p-3vr-bot {
    padding-bottom: calc(28px * 3);
  }
}
@media screen and (max-width: 1023px) {
  .p-3vr-bot {
    padding-bottom: calc(22px * 3);
  }
}
@media screen and (min-width: 1024px) {
  .p-4vr-bot {
    padding-bottom: calc(28px * 4);
  }
}
@media screen and (max-width: 1023px) {
  .p-4vr-bot {
    padding-bottom: calc(22px * 4);
  }
}
.p-0vr-top {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .p-1vr-top {
    padding-top: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .p-1vr-top {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .p-2vr-top {
    padding-top: calc(28px * 2);
  }
}
@media screen and (max-width: 1023px) {
  .p-2vr-top {
    padding-top: calc(22px * 2);
  }
}
@media screen and (min-width: 1024px) {
  .p-3vr-top {
    padding-top: calc(28px * 3);
  }
}
@media screen and (max-width: 1023px) {
  .p-3vr-top {
    padding-top: calc(22px * 3);
  }
}
@media screen and (min-width: 1024px) {
  .p-4vr-top {
    padding-top: calc(28px * 4);
  }
}
@media screen and (max-width: 1023px) {
  .p-4vr-top {
    padding-top: calc(22px * 4);
  }
}
.m-0vr-bot {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .m-1vr-bot {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .m-1vr-bot {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .m-2vr-bot {
    margin-bottom: calc(28px * 2);
  }
}
@media screen and (max-width: 1023px) {
  .m-2vr-bot {
    margin-bottom: calc(22px * 2);
  }
}
@media screen and (min-width: 1024px) {
  .m-3vr-bot {
    margin-bottom: calc(28px * 3);
  }
}
@media screen and (max-width: 1023px) {
  .m-3vr-bot {
    margin-bottom: calc(22px * 3);
  }
}
@media screen and (min-width: 1024px) {
  .m-4vr-bot {
    margin-bottom: calc(28px * 4);
  }
}
@media screen and (max-width: 1023px) {
  .m-4vr-bot {
    margin-bottom: calc(22px * 4);
  }
}
.m-0vr-top {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .m-1vr-top {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .m-1vr-top {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .m-2vr-top {
    margin-top: calc(28px * 2);
  }
}
@media screen and (max-width: 1023px) {
  .m-2vr-top {
    margin-top: calc(22px * 2);
  }
}
@media screen and (min-width: 1024px) {
  .m-3vr-top {
    margin-top: calc(28px * 3);
  }
}
@media screen and (max-width: 1023px) {
  .m-3vr-top {
    margin-top: calc(22px * 3);
  }
}
@media screen and (min-width: 1024px) {
  .m-4vr-top {
    margin-top: calc(28px * 4);
  }
}
@media screen and (max-width: 1023px) {
  .m-4vr-top {
    margin-top: calc(22px * 4);
  }
}
.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;
}
body {
  font-family: "HelveticaNeueLTPro", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #101010;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  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: 992px) {
  .top-h2-space {
    margin-top: 79px !important;
  }
}
@media screen and (min-width: 1024px) {
  .trick77 {
    padding-left: 77px;
  }
}
.page-header h1,
.page-header .h1 {
  width: 100%;
  float: left;
}
@media screen and (min-width: 1024px) {
  .page-header h1,
  .page-header .h1 {
    margin: 28px 0 56px 0;
    line-height: calc(28px * 3);
  }
}
@media screen and (max-width: 1023px) {
  .page-header h1,
  .page-header .h1 {
    margin: 22px 0 22px 0;
  }
}
h1,
.h1,
h1.media-heading {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  h1,
  .h1,
  h1.media-heading {
    font-size: 68px;
    margin: 0;
    padding: 0;
    line-height: 84px;
  }
}
@media screen and (max-width: 1023px) {
  h1,
  .h1,
  h1.media-heading {
    font-size: 31px;
    line-height: 44px;
    margin: 0;
    padding: 0;
  }
}
h2,
.h2 {
  /* padding-top: @title-padding-top;*/
  clear: both;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 45px;
    line-height: calc(28px * 2);
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  h2,
  .h2 {
    line-height: calc(22px * 1.5);
    margin-bottom: 22px;
    font-size: 25px;
  }
}
h3,
.h3 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
h4,
.h4 {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  h4,
  .h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
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 (max-width: 1023px) {
  h5,
  .h5 {
    line-height: 28px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  h5,
  .h5 {
    line-height: 28px;
    font-size: 18px;
  }
}
.smaller-typo {
  font-size: 16px;
}
.text-highlight {
  color: #007000;
}
@media screen and (min-width: 1024px) {
  p.small {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  p.small {
    font-size: 14px;
    line-height: 22px;
  }
}
.p-leadtext,
.p-leadrow p {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1024px) {
  .p-leadtext,
  .p-leadrow p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .p-leadtext,
  .p-leadrow p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .leadrow img.media-object {
    margin-left: 50%;
    transform: translateX(calc(50% - 146px));
  }
}
@media screen and (min-width: 1024px) {
  .maintext {
    font-size: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .maintext {
    font-size: 15px;
  }
}
ul.rte {
  /*   position: relative;
    padding-left: 20px;

    li {
        &:before {
            content: "\f04d";
            .fontawesome;
            left: 0;
            position: absolute;
            font-size: 0.4em;
            margin-top: 8px;
            color: @brand-color;
        }
    }*/
}
ol.rte {
  padding-left: 20px;
}
.portalsg-paragraph ul.rte,
.portalsg-paragraph ol.rte {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .portalsg-paragraph ul.rte,
  .portalsg-paragraph ol.rte {
    margin-bottom: 28px;
  }
  .portalsg-paragraph ul.rte ul,
  .portalsg-paragraph ol.rte ul,
  .portalsg-paragraph ul.rte ol,
  .portalsg-paragraph ol.rte ol {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .portalsg-paragraph ul.rte,
  .portalsg-paragraph ol.rte {
    margin-bottom: 22px;
  }
  .portalsg-paragraph ul.rte ul,
  .portalsg-paragraph ol.rte ul,
  .portalsg-paragraph ul.rte ol,
  .portalsg-paragraph ol.rte ol {
    margin-bottom: 0;
  }
}
@media print {
  .portalsg-paragraph ul.rte li,
  .portalsg-paragraph ol.rte li {
    list-style-type: circle;
  }
}
.portalsg-paragraph ul.rte li:before,
.portalsg-paragraph ol.rte li:before {
  content: "\25CB";
  color: #008334;
  font-weight: 600;
  display: inline-block;
  width: 1em;
}
.portalsg-paragraph ul.rte {
  padding-left: 35px;
}
.portalsg-paragraph ul.rte li:before {
  margin-left: -1em;
}
.portalsg-paragraph ol.rte {
  counter-reset: item;
  position: relative;
  padding-left: 35px;
}
.portalsg-paragraph ol.rte > li {
  display: block;
  float: left;
  color: #000000;
  width: 100%;
}
.portalsg-paragraph ol.rte > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #008334;
  left: 0;
  font-weight: 200;
  margin-left: -55px;
  width: 55px;
  text-align: right;
  padding-right: 11px;
}
.portalsg-paragraph .portalsg-p-container {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .portalsg-paragraph .portalsg-p-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .portalsg-paragraph .portalsg-p-container.p-register .tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .portalsg-paragraph .portalsg-p-container.p-imgtxt .img-responsive {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .portalsg-paragraph .portalsg-p-container.p-imgtxt .img-responsive {
    margin-bottom: 28px;
  }
}
.portalsg-paragraph .portalsg-p-container.p-imgtxt.imgsubtitle .img-responsive {
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .portalsg-paragraph .portalsg-p-container.p-imgtxt .subtitle {
    margin-bottom: 28px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .portalsg-paragraph .portalsg-p-container.p-imgtxt .subtitle {
    margin-bottom: 22px;
    font-size: 14px;
  }
}
.portalsg-paragraph .linklist {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.portalsg-paragraph .linklist li a {
  padding-left: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.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:hover > .contact-subtitle {
  color: #4c6884;
}
.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-bottom: solid 2px #008334;
}
.portalsg-paragraph .accordion .panel-heading .panel-title a {
  position: relative;
}
.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: 11px;
}
@media screen and (min-width: 1024px) {
  .portalsg-paragraph .accordion .panel-heading .panel-title a:before {
    width: 30px;
    font-size: 19px;
  }
}
@media screen and (max-width: 1023px) {
  .portalsg-paragraph .accordion .panel-heading .panel-title a:before {
    width: 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .portalsg-paragraph .accordion .panel-heading .panel-title a {
    font-size: 30px;
    line-height: 42px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 39px;
  }
}
@media screen and (max-width: 1023px) {
  .portalsg-paragraph .accordion .panel-heading .panel-title a {
    font-size: 20px;
    border-top: solid 2px #4ca870;
    line-height: 22px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 35px;
    width: 100%;
  }
}
.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: 1023px) {
  .portalsg-paragraph .accordion .panel-heading h2.panel-title {
    font-size: 25px;
  }
  .portalsg-paragraph .accordion .panel-heading h2.panel-title > a {
    line-height: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .portalsg-paragraph .accordion .panel-heading h2.panel-title {
    font-size: 45px;
  }
}
.portalsg-paragraph .accordion .panel-heading h2.panel-title a {
  padding-left: 0;
  padding-right: 39px;
  width: auto;
  border-bottom: solid 2px #4ca870;
}
@media screen and (min-width: 1024px) {
  .portalsg-paragraph .accordion .panel-heading h2.panel-title a {
    font-size: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .portalsg-paragraph .accordion .panel-heading h2.panel-title a {
    font-size: 22px;
    width: 100%;
  }
}
.portalsg-paragraph .accordion .panel-heading h2.panel-title a:before {
  content: "";
}
.portalsg-paragraph .accordion .panel-heading h2.panel-title a:after {
  position: absolute;
  right: 0;
  text-align: center;
  transition: all ease 0.5s;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  color: #008334;
  float: right;
  top: 11px;
  font-size: 25px;
}
@media screen and (max-width: 1023px) {
  .portalsg-paragraph .accordion .panel-heading ~ .panel-heading .panel-title a {
    border-top: none;
  }
}
@media screen and (max-width: 1023px) {
  .portalsg-paragraph .accordion .panel-default .panel-collapse.in .panel-body {
    border-bottom: solid 2px #4ca870 !important;
  }
}
@media screen and (max-width: 1023px) {
  .portalsg-paragraph .accordion .panel-default .panel-body {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .portalsg-paragraph .accordion .panel-default .panel-body {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 18px;
    line-height: 28px;
  }
}
.portalsg-paragraph .tabs .container {
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .portalsg-paragraph .tabs > .container {
    max-width: 100%;
  }
}
.portalsg-paragraph .sgch-well.highlight-bluelightest {
  background: #e5e9ed;
  border: solid 2px #ccd4dc;
}
@media screen and (min-width: 1024px) {
  .portalsg-paragraph .sgch-well.highlight-bluelightest {
    padding: 28px calc(2 * 28px);
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .portalsg-paragraph .sgch-well.highlight-bluelightest .contact-card .contactcard-map {
    margin-top: calc(2 * 28px);
  }
}
@media screen and (max-width: 1023px) {
  .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;
}
.tabs:not(.mobileverticaltitles) > .container {
  padding-left: 0;
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .tabs:not(.mobileverticaltitles) > .container ul.nav-tabs {
    white-space: nowrap;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .tabs:not(.mobileverticaltitles) > .container ul.nav-tabs > li {
    display: inline-block;
    cursor: pointer;
    float: none;
  }
}
@media screen and (max-width: 1023px) {
  .tabs:not(.mobileverticaltitles) > .container ul.nav-tabs > li > a {
    padding: 15px 20px 10px 20px;
  }
}
.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;
}
ol {
  color: #008334;
  padding-left: 21px;
}
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-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: "\f019";
  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";
}
.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: "\f15b";
}
.icon-link.dltype-ics:before,
.linklist li a.dltype-ics:before,
ul.iconlist.no-link li.dltype-ics:before {
  content: "\f073";
}
.icon-link.dltype-pdf:before,
.linklist li a.dltype-pdf:before,
ul.iconlist.no-link li.dltype-pdf:before {
  content: "\f1c1";
}
.icon-link.dltype-zip:before,
.linklist li a.dltype-zip:before,
ul.iconlist.no-link li.dltype-zip:before {
  content: "\f1c6";
}
.icon-link.dltype-audio:before,
.linklist li a.dltype-audio:before,
ul.iconlist.no-link li.dltype-audio:before {
  content: "\f1c7";
}
.icon-link.dltype-xls:before,
.linklist li a.dltype-xls:before,
ul.iconlist.no-link li.dltype-xls:before {
  content: "\f1c3";
}
.icon-link.dltype-img:before,
.linklist li a.dltype-img:before,
ul.iconlist.no-link li.dltype-img:before {
  content: "\f1c5";
}
.icon-link.dltype-ppt:before,
.linklist li a.dltype-ppt:before,
ul.iconlist.no-link li.dltype-ppt:before {
  content: "\f1c4";
}
.icon-link.dltype-movie:before,
.linklist li a.dltype-movie:before,
ul.iconlist.no-link li.dltype-movie:before {
  content: "\f1c8";
}
.icon-link.dltype-doc:before,
.linklist li a.dltype-doc:before,
ul.iconlist.no-link li.dltype-doc:before {
  content: "\f1c2";
}
.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;
}
@media screen and (max-width: 1023px) {
  .sidebar-infoboxarea {
    background: #f2f2f2;
    float: left;
    padding-left: 35px;
    margin-top: calc(2 * 22px);
    margin-bottom: calc(2 * 22px);
  }
}
.sidebar-infoboxarea .sidebar-infobox {
  float: left;
}
@media screen and (max-width: 1023px) {
  .sidebar-infoboxarea .sidebar-infobox {
    margin-top: 22px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-infoboxarea .sidebar-infobox {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar-infoboxarea .sidebar-infobox ul {
    padding-right: 15px;
  }
}
.sidebar-infoboxarea h5,
.sidebar-infoboxarea .h5 {
  float: left;
}
@media screen and (max-width: 1023px) {
  .sidebar-infoboxarea h5,
  .sidebar-infoboxarea .h5 {
    border-bottom: #878787 solid 2px;
    width: 100%;
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-infoboxarea h5,
  .sidebar-infoboxarea .h5 {
    border-bottom: #f2f2f2 solid 2px;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
}
.sidebar-infoboxarea .linklist {
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1023px) {
  .sidebar-infoboxarea .linklist {
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-infoboxarea .linklist {
    line-height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-infoboxarea .linklist li {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar-infoboxarea .linklist li {
    margin-bottom: 12px;
  }
}
.sidebar-infoboxarea .description {
  letter-spacing: 0.5px;
}
.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:not(.pure):not(.lines):not(.table-condensed) {
  border: solid #ccd4dc 1px;
}
table:not(.pure):not(.lines):not(.table-condensed) thead {
  background-color: #e5e9ed;
}
table:not(.pure):not(.lines):not(.table-condensed) thead th {
  border-right: solid #fff 1px;
  font-weight: 200;
}
table:not(.pure):not(.lines):not(.table-condensed) thead th:last-child {
  border-right: none;
}
table:not(.pure):not(.lines):not(.table-condensed) tbody td {
  border: solid #ccd4dc 1px;
  border-top: none;
}
table:not(.pure):not(.lines):not(.table-condensed) th,
table:not(.pure):not(.lines):not(.table-condensed) td {
  padding: 20px;
}
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;
}
.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;
}
table:not(.pure):not(.lines):not(.table-condensed).small-padding th {
  padding: 20px 20px 20px 10px;
  font-size: 16px;
}
table:not(.pure):not(.lines):not(.table-condensed).small-padding td {
  padding: 10px;
  font-size: 16px;
}
table:not(.pure):not(.lines):not(.table-condensed).detail th {
  border: solid #e3e2da 1px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  padding: 10px;
  vertical-align: top;
  height: auto;
  width: 35%;
}
table:not(.pure):not(.lines):not(.table-condensed).detail td {
  font-size: 16px;
  padding: 10px;
  vertical-align: top;
  height: auto;
}
table:not(.pure):not(.lines):not(.table-condensed).handbuch {
  border: none;
}
table:not(.pure):not(.lines):not(.table-condensed).handbuch td {
  border: none;
  font-size: 16px;
  padding: 5px;
  vertical-align: top;
  height: auto;
}
table:not(.pure):not(.lines):not(.table-condensed).handbuch td.art {
  width: 30%;
  padding-right: 5px;
}
table:not(.pure):not(.lines):not(.table-condensed).ug {
  margin-left: 40px;
  width: calc(100% - 40px);
}
.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
.panel {
    &.panel-default {
        border-radius: 0;
        text-align: center;

        > .panel-body {
            padding: 33px;

            @media @mobile {
                padding: 10px !important;
            }

            &.txt {
                @media @mobile {
                    height: 119px !important;
                }

                @media @desktopmin992 {
                    height: 166px;
                }

                @media @mobilemax991 {
                    height: auto !important;
                }

                overflow: hidden;

                p {
                    overflow: hidden;
                    max-height: 100%;

                    @media @mobilemax991 {
                        margin-bottom: 0;
                    }
                }
            }
        }

        > .panel-heading {
            background-image: none;
            border-radius: 0;
            font-weight: 600;

            h3 {
                font-weight: 600 !important;
            }
        }

        > .panel-footer {
            background-image: none;
            border-radius: 0;
            padding-bottom: 15px;
        }
    }
}
*/
.panel-group {
  text-align: left;
  /*   .panel-heading {
        padding: 0;
        background: none;
        border-left-color: transparent;
        border-right-color: transparent;

        .panel-title {
            position: relative;

            a {
                display: block;
                width: 100%;
                padding: 17px 40px 17px 0;
                font-weight: 600;
                text-align: left;
                text-decoration: none;

                &:hover {
                    text-decoration: none;
                }

                &:after {
                    content: "\f106";
                    color: @brand-color;
                    .fontawesome
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }

                &.collapsed {
                    &:after {
                        content: "\f107";
                    }
                }
            }
        }
    }*/
  /*
    .panel-body {
        text-align: left;
        padding-left: 0;

        .AccordionPar {
            h2 {
                font-size: 20px;
                padding-top: 0;
            }

            .col-md-12 {
                padding-left: 0;
                padding-right: 0;
            }

            .container .row {
                margin: 0;

                div[class^="col"] {
                    padding: 0;
                }
            }

            .container .id-bild-text .col-xxs-12 {
                padding-right: 10px !important;
                padding-bottom: 10px !important;
            }
        }
    }
    */
}
.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: 1024px) {
  .button-row .btn {
    margin: 0 22px 22px 0;
  }
}
@media screen and (max-width: 1023px) {
  .button-row .btn {
    margin: 0 28px 28px 0;
  }
}
.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(28px * 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: 1024px) {
  .btn.xs-selector,
  a.btn.xs-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .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: 28px;
  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: 1024px) {
  .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;
}
.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;
}
@media screen and (min-width: 1024px) {
  .modal.in:not(.ekko-lightbox) .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
  	width: max-content;
  	max-width: 65%;
  }
  .modal.in.portrait-overlay .modal-dialog {
  	max-height: 80%;
  	max-width: 95%;
  	width: 1170px;
  }
}
@media screen and (max-width: 1023px) {
  .modal.in:not(.ekko-lightbox) .modal-dialog {
    top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal.in.portrait-overlay .modal-dialog {
  	width: 95%;
  }
}
@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;
}
.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: 1024px) {
  ul.ui-menu.ui-autocomplete {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  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: 1023px) {
  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;
  }
}
.orderable-overview img {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .orderable-overview img {
    margin-bottom: 10px;
  }
}
.id-produktberater .berater-section {
  margin-bottom: 30px;
}
.id-produktberater .berater-section a.input-style {
  display: none;
}
.id-produktberater .btn-primary {
  float: right;
}
.id-produktberater .input-label.adresse {
  width: calc(100% - 287px);
}
.id-produktberater .input-label.adresse input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .id-produktberater .input-label.adresse {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .id-produktberater .btn-primary {
    width: 100%;
  }
}
/* 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: 1023px) {
  .news-filter h4 {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .news-filter h4 {
    margin-bottom: 28px;
  }
}
.news-filter + .news-filter {
  margin-top: 43px;
}
@media screen and (min-width: 1024px) {
  .news-filter:last-child {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .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 */
.publication-info {
  padding: 12px 0 44px 0;
  border-top: solid #cfcfcf 2px;
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.56em;
}
.publication-info .description {
  color: #636363;
}
.publication-info .department {
  color: #008334;
}
@media screen and (min-width: 1024px) {
  .header-img {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .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;
}
.product-overview .main-nav-sub li.active > a {
  text-decoration: none;
}
.campaign-circle {
  background-color: #008334;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.campaign-circle .circle-content {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  overflow-y: hidden;
  border-radius: 50%;
  max-height: 100%;
  text-align: center;
}
.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;
}
.sgch-carousel {
  height: 200px;
  position: relative;
}
.sgch-carousel a {
  float: left;
  display: inline-block;
  width: 100%;
}
.sgch-carousel > div.slick-list {
  height: 200px;
}
.sgch-carousel > div.slick-list > .slick-track {
  height: 200px;
}
.sgch-carousel > div.slick-list > .slick-track > .carousel-item {
  height: 200px;
}
.sgch-carousel .carousel-item {
  margin: 0 10px;
}
.sgch-carousel .carousel-item .carousel-image {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.sgch-carousel button.slick-next {
  background: none;
}
@media screen and (min-width: 1024px) {
  .sgch-carousel button.slick-next {
    right: -30px;
  }
}
.sgch-carousel button.slick-next:before {
  color: #505050;
  font-size: 40px;
}
.sgch-carousel button.slick-prev {
  background: none;
}
@media screen and (min-width: 1024px) {
  .sgch-carousel button.slick-prev {
    left: -30px;
  }
}
.sgch-carousel button.slick-prev:before {
  color: #505050;
  font-size: 40px;
}
.sgch-carousel button.slick-next,
.sgch-carousel button.slick-prev {
  height: 100%;
  top: 0;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .sgch-carousel button.slick-next,
  .sgch-carousel button.slick-prev {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.sgch-carousel button.slick-next:before,
.sgch-carousel button.slick-prev:before {
  padding: 0;
  height: 52px;
}
@media screen and (max-width: 1023px) {
  .sgch-carousel button.slick-next:before,
  .sgch-carousel button.slick-prev:before {
    background: rgba(255, 255, 255, 0.8);
  }
}
.sgch-carousel.sgch-carousel-title {
  height: 250px;
  position: relative;
}
.sgch-carousel.sgch-carousel-title > div.slick-list {
  height: 250px;
}
.sgch-carousel.sgch-carousel-title > div.slick-list > .slick-track {
  height: 250px;
}
.sgch-carousel.sgch-carousel-title .carousel-item {
  height: 250px;
  margin: 0 10px;
}
.sgch-carousel.sgch-carousel-title .carousel-item .carousel-image {
  height: 200px;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.sgch-carousel.sgch-carousel-title .carousel-item .carousel-title {
  font-size: 35px;
  text-align: center;
  color: #000;
}
.sgch-carousel.sgch-carousel-title .carousel-item .carousel-title:hover {
  color: #000;
  text-decoration: none;
}
.sgch-carousel.sgch-carousel-title .carousel-item .carousel-title.fs-s {
  font-size: 20px;
  line-height: 1.2em;
}
.sgch-carousel.sgch-carousel-title .carousel-item .carousel-title.fs-m {
  font-size: 30px;
}
.sgch-carousel.sgch-carousel-title .carousel-item .carousel-title.fs-l {
  font-size: 40px;
}
.sgch-carousel.sgch-carousel-title button {
  margin-top: -26px;
}
.sgch-carousel.sgch-carousel-title.single {
  height: 550px;
}
.sgch-carousel.sgch-carousel-title.single > div.slick-list {
  height: 550px;
}
.sgch-carousel.sgch-carousel-title.single > div.slick-list > .slick-track {
  height: 550px;
}
.sgch-carousel.sgch-carousel-title.single > div.slick-list > .slick-track > .carousel-item {
  height: 550px;
}
.sgch-carousel.sgch-carousel-title.single .carousel-item .carousel-image {
  height: 500px;
}
.sgch-carousel.single {
  height: 500px;
}
.sgch-carousel.single > div.slick-list {
  height: 500px;
}
.sgch-carousel.single > div.slick-list > .slick-track {
  height: 500px;
}
.sgch-carousel.single > div.slick-list > .slick-track > .carousel-item {
  height: 500px;
}
.modal-dialog .slick-prev,
.modal-dialog .slick-next {
  background: rgba(255, 255, 255, 0.8);
}
.modal-dialog .slick-prev::before,
.modal-dialog .slick-next::before {
  color: #505050;
}
.modal-dialog .slick-prev {
  margin-left: 15px;
}
.modal-dialog .slick-next {
  margin-right: 15px;
}
.stadtsg-uebersicht .uebersicht-item {
  height: 200px;
  margin: 10px 0;
}
.stadtsg-uebersicht-landscape .uebersicht-item {
  height: 150px;
  margin: 10px 0;
}
.stadtsg-uebersicht-portrait .uebersicht-item {
  height: 250px;
  margin: 10px 0;
}
@media screen and (max-width: 480px) {
  .stadtsg-uebersicht-landscape .uebersicht-item,
  .stadtsg-uebersicht-portrait .uebersicht-item {
    width: 60% !important;
  }
}
/* Bild�bersicht querformat */
.stadtsg-uebersicht .uebersicht-title {
  font-size: 35px;
  text-align: center;
}
.stadtsg-uebersicht a:hover .uebersicht-title {
  color: #008334;
  text-decoration: underline;
}
.stadtsg-uebersicht .uebersicht-title.fs-s {
  font-size: 20px;
  line-height: 1.2em;
}
.stadtsg-uebersicht .uebersicht-title.fs-m {
  font-size: 30px;
}
.stadtsg-uebersicht .uebersicht-title.fs-l {
  font-size: 40px;
}
/* Karusell ohne Titel */
@media screen and (max-width: 1023px) {
  .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: 28px;
}
@media screen and (min-width: 1024px) {
  .tilebox.tilebox-main > div.tile-content {
    width: calc((100% / 4) - 22px);
    margin: 0 0 28px 0;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .tilebox.tilebox-news {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .tilebox .ktsg-tile {
    padding: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .tilebox .ktsg-tile {
    padding: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .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: 1023px) {
  .tilebox .ktsg-tile .easy-read .easyread-img i {
    float: right;
    width: 10px;
    height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .tilebox .ktsg-tile .easy-read {
    top: 10px;
    left: 0;
    width: 100px;
    padding: 6px 3px;
    border-left: none;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .tilebox .ktsg-tile .easy-read img {
    float: right;
    width: 17px;
    height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .tilebox .ktsg-tile.main-tile {
    height: calc(28px * 7);
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .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;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tilebox .ktsg-tile.main-tile .link {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@supports (-ms-ime-align:auto) {
  .tilebox .ktsg-tile.main-tile .link {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@-moz-document url-prefix() {
  .tilebox .ktsg-tile.main-tile .link {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .tilebox .ktsg-tile.main-tile .link {
    /*   -ms-word-break: break-all;
        word-break: break-all;
       word-break: break-word;   */
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.tilebox .ktsg-tile.main-tile .link _::-webkit-full-page-media,
.tilebox .ktsg-tile.main-tile .link _:future,
.tilebox .ktsg-tile.main-tile .link :root .safari_only {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 1023px) {
  .tilebox .ktsg-tile.main-tile .link {
    max-height: 1.3em;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .tilebox .ktsg-tile.main-tile .link {
    max-height: 82px;
  }
}
@media screen and (max-width: 480px) {
  .tilebox .ktsg-tile.main-tile .link {
    max-height: 42px;
    overflow-y: hidden;
    white-space: normal;
  }
}
@media screen and (min-width: 1024px) {
  .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: 1024px) {
  .tilebox .ktsg-tile.main-tile .further-results {
    font-size: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .tilebox .ktsg-tile.main-tile .further-results:after {
    font-size: 37px;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .tilebox .ktsg-tile.hit-tile:not(.fault-tile) {
    height: calc(28px * 6);
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .tilebox .ktsg-tile.hit-tile:not(.fault-tile) {
    height: calc(22px * 6);
    margin-bottom: 22px;
  }
}
.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: 1023px) {
  .tilebox .ktsg-tile.hit-tile .topic {
    font-size: 16px;
  }
}
.tilebox .ktsg-tile.hit-tile .link {
  color: #008334;
}
@media screen and (min-width: 1024px) {
  .tilebox .ktsg-tile.hit-tile .link {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
}
@media screen and (min-width: 1024px) {
  .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 .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: 1024px) {
  .tilebox .ktsg-tile.hit-tile .tile-icon {
    font-size: 100px;
    width: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 392px;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1023px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1023px) {
  .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: 1024px) {
  .tilebox .ktsg-tile.news-tile .tile-content,
  .tilebox .ktsg-tile.search-page-tile .tile-content {
    padding: 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .tilebox .ktsg-tile.news-tile .topic,
  .tilebox .ktsg-tile.search-page-tile .topic {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .tilebox .ktsg-tile.news-tile .topic,
  .tilebox .ktsg-tile.search-page-tile .topic {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .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: 1023px) {
  .tilebox .ktsg-tile.news-tile .description,
  .tilebox .ktsg-tile.search-page-tile .description {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .tilebox .ktsg-tile.news-tile.horizontal-search-tile,
  .tilebox .ktsg-tile.search-page-tile.horizontal-search-tile {
    margin-bottom: 28px;
  }
}
.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: 1023px) {
  .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: 1024px) {
  .tilebox .ktsg-tile.news-tile.horizontal-search-tile .url,
  .tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .url {
    font-size: 18px;
    line-height: 28px;
  }
}
.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: 1023px) {
  .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: 1024px) {
  .tilebox .ktsg-tile.news-tile.horizontal-search-tile .description,
  .tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .description {
    max-height: calc(4 * 28px);
    font-size: 18px;
    line-height: 28px;
  }
}
.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: 1023px) {
  .tilebox .ktsg-tile.news-tile.horizontal-search-tile .tile-content,
  .tilebox .ktsg-tile.search-page-tile.horizontal-search-tile .tile-content {
    padding-right: 12px;
  }
}
.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;
}
.tilebox .ktsg-tile.news-tile .tile-image.empty + .expired {
	top: 15px;
}
.tilebox .ktsg-tile.news-tile .tile-image + .expired {
	top: 170px;
}
@media screen and (max-width: 1023px) {
	.tilebox .ktsg-tile.news-tile .tile-image.empty + .expired,
	.tilebox .ktsg-tile.news-tile .tile-image + .expired {
		top: 10px;
	}
	.tilebox .ktsg-tile.news-tile .expired .description {
		display: block;
	}
}
.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: 1024px) {
  .tilebox .ktsg-tile.topic-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 336px;
    padding-top: calc(5 * 28px);
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .tilebox .ktsg-tile.topic-tile .tile-icon {
    top: 28px;
    width: calc(6 * 28px);
    height: calc(6 * 28px);
  }
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .tilebox .ktsg-tile.topic-tile .tile-icon i {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .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: 1024px) {
  .tilebox .ktsg-tile.topic-tile .tile-content {
    line-height: 28px;
    padding-top: calc(3 * 28px);
    max-height: calc(7 * 28px);
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .tilebox .ktsg-tile.topic-tile .tile-content .title {
    font-size: 20px;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1023px) {
  .tilebox .ktsg-tile.topic-tile .tile-content .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .tilebox .ktsg-tile.topic-tile .tile-content .description {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .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;
  }
}
@media screen and (min-width: 1024px) {
  .tilebox .ktsg-tile.width-25 {
    width: calc((100% / 4) - 22px);
    margin: 0 0 28px 0;
  }
}
@media screen and (max-width: 1023px) {
  .tilebox .ktsg-tile.width-25 {
    width: 100%;
    margin: 6px 0;
  }
}
.tilebox .ktsg-tile.width-25:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .tilebox .ktsg-tile.width-33 {
    width: calc((100% / 3) - 19px);
    margin: 0 0 28px 0;
  }
}
@media screen and (max-width: 1023px) 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: 1024px) {
  .tilebox .ktsg-tile.width-50 {
    width: calc((100% / 2) - 15px);
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .tile-filter {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .tile-filter {
    margin-bottom: 22px;
  }
}
.tile-filter ul.inhaltstyp-items {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .tile-filter ul.inhaltstyp-items {
    padding: calc(28px / 2) 0;
  }
}
@media screen and (max-width: 1023px) {
  .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 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: 1024px) {
  .tile-filter ul.inhaltstyp-items li.checkbox-item,
  .search-filter ul.inhaltstyp-items li.checkbox-item {
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .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: 1024px) {
  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: 1024px) 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: 1023px) {
}
ul.our-topics li a {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
@media screen and (max-width: 1023px) {
  ul.our-topics li a {
    font-size: 20px;
    line-height: calc(22px * 2);
  }
}
@media screen and (min-width: 1024px) {
  ul.our-topics li a {
    font-size: 30px;
    line-height: calc(28px * 2);
  }
}
.nav-tabs {
  border-bottom: none;
  font-size: 14px;
  font-weight: 600;
  -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: #636363;
  text-transform: uppercase;
  border-bottom: solid transparent 2px;
}
@media screen and (min-width: 1024px) {
  .nav-tabs > li > a {
    height: calc(2 * 28px);
    padding: 20px 50px 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .nav-tabs > li > a {
    height: calc(2 * 22px);
    padding: 20px 20px 0 20px;
  }
  .nav-tabs > li > a:hover {
    background: #cce6d6;
    border-color: #cce6d6;
  }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #008334;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #008334;
  cursor: default;
}
.tab-content {
  background-color: #f2f2f2;
}
@media screen and (min-width: 1024px) {
  .tab-content {
    padding: 28px 0 28px 0;
  }
}
@media screen and (max-width: 1023px) {
  .tab-content {
    padding: 22px 0 22px 0;
  }
}
.tab-content .tab-pane .portalsg-paragraph:last-child {
  margin-bottom: 0;
}
.backlink {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1023px) {
  .backlink {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .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: 1024px) {
  .body-text .lead-paragraph {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .body-text .lead-paragraph {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .body-text .content-paragraph {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  p {
    line-height: 28px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  p {
    line-height: 22px;
    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: 1024px) {
  .panel-group.accordion .panel-heading a {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .panel-group.accordion .panel-heading a:before {
    font-size: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .panel-group.accordion .panel-heading a:before {
    font-size: 20px;
    left: 15px;
    top: -4px;
  }
}
@media screen and (max-width: 1023px) {
}
.panel-group.accordion .panel-heading a[aria-expanded="true"]:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .panel-group.accordion.mobile-initiallyopen a.collapsed {
    cursor: default;
    pointer-events: none;
  }
}
@media screen and (max-width: 1023px) {
  .panel-group.accordion.mobile-initiallyopen .panel-collapse.collapse {
    display: block;
  }
}
.standalone-card {
  border: solid #cfcfcf 2px;
}
@media screen and (max-width: 1023px) {
  .standalone-card {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .standalone-card {
    margin-bottom: 28px;
  }
}
.standalone-card .officehours-well {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .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;
}
.contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .contact-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .contact-card .contactcard-info {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .contact-card .contactcard-map {
    width: 40%;
    padding-left: 30px;
  }
  .contact-card .contactcard-map iframe {
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .contact-card .contactcard-map iframe {
    height: 500px;
  }
}
.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-well {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .contact-well {
    padding: 28px 32px;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1024px) {
  .officehours-well {
    padding: 28px 32px;
  }
}
@media screen and (max-width: 1023px) {
  .officehours-well {
    padding: 22px 32px;
    margin: 0 15px 0 15px;
  }
}
@media screen and (max-width: 1023px) {
  iframe {
    margin-top: 34px;
  }
}
@media screen and (min-width: 1024px) {
  padding-bottom: 84px;
}
@media screen and (max-width: 1023px) {
  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: 1023px) {
  .contact-title {
    font-size: 25px;
    line-height: 44px;
    margin-top: calc(22px * 2);
    margin-left: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .contact-title {
    font-size: 60px;
    line-height: 70px;
    margin-top: calc(28px * 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: 1023px) {
  .contact-subtitle {
    font-size: 20px;
    line-height: 22px;
    margin-left: 15px !important;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-subtitle {
    font-size: 45px;
    line-height: 74px;
    margin-left: 0 !important;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .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(sgchLibs/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: 1023px) {
  .portrait .personal-info {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .portrait .personal-info {
    padding-top: calc(28px / 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: 1024px) {
  .portrait .personal-info p {
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .corporate-info p {
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .corporate-info p {
    line-height: 28px;
  }
}
.corporate-info .departement {
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .corporate-info .departement {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@supports (-ms-ime-align:auto) {
  .corporate-info .departement {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@-moz-document url-prefix() {
  .corporate-info .departement {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .corporate-info .departement {
    /*   -ms-word-break: break-all;
        word-break: break-all;
       word-break: break-word;   */
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.corporate-info .departement _::-webkit-full-page-media,
.corporate-info .departement _:future,
.corporate-info .departement :root .safari_only {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.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: 1024px) {
  .corporate-info .contact-links {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .corporate-info .contact-links {
    margin-top: 22px;
  }
}
.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: 1023px) {
  .corporate-info .contact-links li a {
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .corporate-info .contact-links li a {
    line-height: calc(1.25 * 28px);
  }
}
.officehours-well h4 {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1024px) {
  .officehours-well h4 {
    font-size: 18px;
    margin-bottom: calc(28px / 2);
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .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: 1023px) {
  .officehours-well .hours {
    column-count: 1;
  }
}
@media screen and (max-width: 1023px) {
  .officehours-well .hours {
    line-height: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .officehours-well .hours {
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .officehours-well.oh-3col .hours {
    column-count: 3;
  }
}
@media screen and (min-width: 1024px) {
  .officehours-well.oh-2col .hours {
    column-count: 2;
  }
}
@media screen and (min-width: 1024px) {
  .officehours-well.oh-1col .hours {
    column-count: 1;
  }
}
/* Leichte Sprache */
.leichte-sprache .p-leadtext p {
  font-size: 26px;
  line-height: 1.5em;
}
.leichte-sprache p {
  font-size: 26px;
  line-height: 1.5em;
}
.leichte-sprache h3,
.leichte-sprache h4 {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.leichte-sprache .portalsg-paragraph .linklist {
  font-size: 20px;
  line-height: 1.5em;
}
iframe {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .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;
  }
}
.konkurs img.schritt {
  float: right;
  margin-top: 15px;
}
.konkurs #helpKonkursLink {
  float: right;
  margin-bottom: 3px;
}
.konkurs form table.forderung th {
  padding: 10px;
}
.konkurs form table.forderung input.eingabe {
  width: 130px;
  padding-top: 6px !important;
}
.konkurs form table.forderung input.zins {
  width: 50px;
  padding-top: 6px;
}
.konkurs form table.forderung textarea {
  width: 246px;
  padding-top: 6px;
  font-size: 0.9em;
}
.konkurs div.p.konkurs button {
  float: right;
  margin-bottom: 5px;
  min-height: 30px !important;
}
.taxcalcprivat .form-control.no-label,
.taxcalclegal .form-control.no-label {
  padding-top: 6px !important;
}
.taxcalcprivat label.light,
.taxcalclegal label.light {
  font-weight: 200;
  margin-top: 10px;
}
.taxcalcprivat .oc-checkbox,
.taxcalclegal .oc-checkbox {
  margin-top: 10px;
}
.taxcalcprivat label.einzug,
.taxcalclegal label.einzug {
  padding-left: 20px;
}
.taxcalcprivat .help-block,
.taxcalclegal .help-block {
  font-size: 14px;
}
.taxcalcprivat table th,
.taxcalclegal table th {
  font-weight: 600 !important;
}
.taxcalcprivat table td.abstand,
.taxcalclegal table td.abstand {
  height: 10px !important;
  padding: 0 !important;
}
.taxcalcprivat table td.right,
.taxcalcprivat table th.right,
.taxcalclegal table td.right,
.taxcalclegal table th.right {
  text-align: right;
}
.taxcalcprivat table tr.grau td,
.taxcalclegal table tr.grau td {
  background-color: #ccc;
}
.taxcalcprivat table tr.total td,
.taxcalclegal table tr.total td,
.taxcalcprivat table tr.supertotal td,
.taxcalclegal table tr.supertotal td {
  background-color: #008334;
  color: #fff;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid #fff 10px;
  border-top: solid #fff 10px;
}
.taxcalcprivat table tr.supertotal td,
.taxcalclegal table tr.supertotal td {
  background: #003314;
}
.taxcalcprivat table tr.total td {
  border-bottom: none;
  border-top: none;
}
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;
}
﻿/* 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: 1024px) {
  .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: 1023px) {
  #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%;
  }
}
.st-loading-message {
  font-size: 16px;
  font-style: normal;
  color: #999;
  margin: 10px auto;
}

#st-spelling-suggestion a.st-suggestion {
    color: #008334;
}
.---------Protection--------{}

.ug-gallery-wrapper, 
.ug-gallery-wrapper *{
	transition: all !important;
	-o-transition: all !important;
	-webkit-transition: all;
	-moz-transition: all !important;
	-ms-transition: all !important;
	max-width:none;
}

.ug-gallery-wrapper{
	z-index:0;
} 

.ug-item-wrapper img{
	width:auto;
	max-width:none;
	margin:0px;
	padding:0px;
}

.ug-videoplayer-wrapper video{
	height:100%;
	width:100%;
	visibility: visible !important;
}


.---------General_Styles--------{}

.ug-rtl{
	direction:rtl;
}

.ug-gallery-wrapper{
	overflow:hidden;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}

.ug-error-message{
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	font-size:20px;
	color:#F30D0D;
}

.ug-error-message-wrapper{
	width:100%;
	height:100%;
	border:1px solid black;
}

.ug-gallery-wrapper .ug-canvas-pie{
	position:absolute;
	z-index:4;
}

.ug-gallery-wrapper .ug-progress-bar{
	position:absolute;
	overflow:hidden;
	z-index:4;
}

.ug-gallery-wrapper .ug-progress-bar-inner{
	xposition:absolute;
}

.ug-gallery-wrapper.ug-fullscreen{
	height: 100% !important;
	width: 100% !important;
	max-width:none !important;
	max-height:none !important;
}

.ug-gallery-wrapper.ug-fake-fullscreen{
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	max-width:none !important;
	max-height:none !important;
	margin: 0px !important;
	padding: 0px !important;
	top: 0px !important;
	left: 0px !important;
	bottom: 0px !important;
	right: 0px !important;
	z-index: 999999 !important;
}

.ug-body-fullscreen{
	overflow: hidden !important;
	height: 100% !important;
	width: 100% !important;
	margin:0px !important;
	padding:0px !important;	
}

.ug-gallery-wrapper .ug-preloader-trans{
	display:block;
	height:35px;
	width:32px;
	height:32px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader_skype_trans.gif');
	background-repeat:no-repeat;
}


.--------------SLIDER------------------{}

.ug-gallery-wrapper .ug-slider-wrapper{
	position:absolute;
	overflow:hidden;
	z-index:1;
	background-color:#000000;
}


.ug-slider-wrapper .ug-slide-wrapper{
	position:absolute;
}

.ug-slide-wrapper.ug-slide-clickable{
	cursor:pointer;
}

.ug-slider-wrapper .ug-slider-inner{
	position:absolute;
	z-index:0;
}

.ug-slider-wrapper .ug-item-wrapper{
	position:absolute;
	overflow:hidden;
}

.ug-slider-wrapper,
.ug-item-wrapper img{
	
	-webkit-user-select: none;	/* make unselectable */         
	-moz-user-select: none; 
	-ms-user-select: none;	
	max-width:none !important;
	box-sizing:border-box;
}

.ug-slider-wrapper .ug-slider-preloader{
	position:absolute;
	z-index:1;
	border:2px solid #ffffff;
	border-radius:6px;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
}

.ug-slider-preloader.ug-loader1{
	width:30px;
	height:30px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white1.gif');
}

.ug-slider-preloader.ug-loader1.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black1.gif');	
}
	
.ug-slider-preloader.ug-loader2{
	width:32px;
	height:32px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white2.gif');
}

.ug-slider-preloader.ug-loader2.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black2.gif');	
}

.ug-slider-preloader.ug-loader3{
	width:38px;
	height:38px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white3.gif');
}

.ug-slider-preloader.ug-loader3.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black3.gif');	
}

.ug-slider-preloader.ug-loader4{
	width:32px;
	height:32px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white4.gif');
	background-color:white;
}

.ug-slider-preloader.ug-loader4.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black4.gif');	
}

.ug-slider-preloader.ug-loader5{
	width:60px;
	height:8px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white5.gif');
	background-color:white;
	border:none;
	border-radius:0px;
}

.ug-slider-preloader.ug-loader5.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black5.gif');
	border:2px solid #000000;
}

.ug-slider-preloader.ug-loader6{
	width:32px;
	height:32px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white6.gif');
}

.ug-slider-preloader.ug-loader6.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black6.gif');	
}

.ug-slider-preloader.ug-loader7{
	width:32px;
	height:10px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-white7.gif');
	border-width:3px;
	border-radius:3px;
}

.ug-slider-preloader.ug-loader7.ug-loader-black{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black7.gif');	
}

.ug-slider-preloader.ug-loader-black{
	border-color:#000000;
	background-color:#000000;
}

.ug-slider-preloader.ug-loader-nobg{
	background-color:transparent;
}

.ug-slider-wrapper .ug-button-videoplay{
	position:absolute;
	z-index:2;
	cursor:pointer;	
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square{	
	width:86px;
	height:66px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/play-button-square.png');
	background-position:0px -66px;
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square.ug-button-hover{
	background-position:0px 0px;
}


.ug-slider-wrapper .ug-button-videoplay.ug-type-round{	
	width:76px;
	height:76px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/play-button-round.png');
	opacity:0.9;
	filter: alpha(opacity = 90);
	transition: all 0.3s ease 0s !important;
}


.ug-slider-wrapper .ug-button-videoplay.ug-type-round.ug-button-hover{
	opacity:1;
	filter: alpha(opacity = 100);
	transition: all 0.3s ease 0s !important;
}


.--------------VIDEO_PLAYER------------------{}

.ug-gallery-wrapper .ug-videoplayer{
	position:absolute;
	z-index:100;	
	background-color:#000000;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black1.gif');	
	background-repeat:no-repeat;
	background-position:center center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.ug-videoplayer .ug-videoplayer-wrapper{
	width:100%;
	height:100%;
	background-color:#000000;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader-black1.gif');	
	background-repeat:no-repeat;
	background-position:center center;
}


.ug-videoplayer .ug-videoplayer-button-close{
	position:absolute;
	height:64px;
	width:64px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/button-close.png');
	cursor:pointer;
	z-index:1000;
}


.ug-videoplayer .ug-videoplayer-button-close:hover{
	background-position: 0px -64px;
}

.--------------THUMBS_STRIP------------------{}


.ug-gallery-wrapper .ug-thumbs-strip,
.ug-gallery-wrapper .ug-thumbs-grid{
	position:absolute;
	overflow:hidden;
	
	-webkit-user-select: none;	/* make unselectable */         
	-moz-user-select: none; 
	-ms-user-select: none;
	
	xbackground-color:green;
	z-index:10;
}

.ug-thumbs-strip.ug-dragging{
	xcursor: -webkit-grab;
	xcursor: -moz-grab;
}

.ug-gallery-wrapper .ug-thumbs-strip-inner,
.ug-gallery-wrapper .ug-thumbs-grid-inner{
	position:absolute;
}

.ug-thumb-wrapper.ug-thumb-generated{
	position:absolute;
	overflow:hidden;
	
	-webkit-user-select: none;	/* make unselectable */         
	-moz-user-select: none; 
	-ms-user-select: none;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}


.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader,
.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error{
	position:absolute;
	top:0px;
	left:0px;
	background-repeat:no-repeat;
	background-position:center center;
}

.ug-thumb-wrapper .ug-thumb-border-overlay{
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-style:solid;
}

.ug-thumb-wrapper .ug-thumb-overlay{
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-dark{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader.gif');
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-bright{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/loader_bright.gif');
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/not_loaded.png');
}

.ug-thumb-wrapper.ug-thumb-generated img{
	position:absolute;
	z-index:1;
	max-width:none !important;
}

.ug-thumb-wrapper.ug-thumb-generated img.ug-thumb-image-overlay{
	position:absolute;
	z-index:2;
	max-width:none !important;
}


/* bw desaturate effect lightweight */
img.ug-bw-effect{
	filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */	
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%); 
}

/* blur effect desaturate effect lightweight */
img.ug-blur-effect{
	
	filter: blur(0.8px); 
	-webkit-filter: blur(0.8px);
	-moz-filter: blur(0.8px);
	-o-filter: blur(0.8px);
	-ms-filter: blur(0.8px);    
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id='blur'><feGaussianBlur stdDeviation=\'0.8\' /></filter></svg>#blur"); /* Firefox 10+, Firefox on Android */
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0.8');
}

img.ug-sepia-effect{
	-webkit-filter: sepia(1);
	-webkit-filter: sepia(100%); -moz-filter: sepia(100%);
	-ms-filter: sepia(100%); -o-filter: sepia(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'sepia\'><feColorMatrix values=\'0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0\' /></filter></svg>#sepia"); /* Firefox 10+, Firefox on Android */
	filter: sepia(100%);
	background-color: #5E2612;
	filter: alpha(opacity = 50);
	zoom:1;
}


.--------------BULLETS------------------{}


.ug-gallery-wrapper .ug-bullets{
	position: absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}

.ug-gallery-wrapper .ug-bullets .ug-bullet{
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	float:left;
	z-index:2;
}

.ug-gallery-wrapper .ug-bullets .ug-bullet:first-child{
	margin-left:0px;
}


.--------------TEXT_PANEL------------------{}

.ug-gallery-wrapper .ug-textpanel{
	position:absolute;
	overflow:hidden;
}

.ug-slider-wrapper .ug-textpanel{
	z-index:2;
}

.ug-gallery-wrapper .ug-textpanel-bg,
.ug-gallery-wrapper .ug-textpanel-title,
.ug-gallery-wrapper .ug-textpanel-description{
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
}


.ug-gallery-wrapper .ug-textpanel-bg{
	background-color:#000000;
	opacity:0.4;
	filter: alpha(opacity = 40);
	z-index:1;
}

.ug-textpanel-textwrapper{
	overflow:hidden;
}

.ug-gallery-wrapper .ug-textpanel-title{
	font-size:16px;
	font-weight:bold;
	color:white;
	text-align:left;
	z-index:2;	
}

.ug-gallery-wrapper .ug-textpanel-description{
	font-size:14px;
	color:white;
	text-align:left;
	z-index:3;
}


.--------------ZOOM_PANEL------------------{}

.ug-slider-wrapper .ug-zoompanel{
	position:absolute;
	top:200px;
	left:100px;
}

.ug-zoompanel .ug-zoompanel-button{
    background-repeat: no-repeat;
    cursor:pointer;
    display:block;
}


.--------------ZOOM_PANEL_BUTTONS------------------{}

.ug-gallery-wrapper .ug-arrow-left{
	position:absolute;	
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
}

.ug-gallery-wrapper .ug-arrow-right{
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
}


.--------------GRID_PANEL_AND_ARROWS------------------{}


.ug-gallery-wrapper .ug-grid-panel{
	position:absolute;
    background-color: #000000;
    xbackground-color: blue;

    z-index:2;
}


.ug-gallery-wrapper .ug-grid-panel .grid-arrow{
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:11;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow.ug-button-disabled{
	cursor:default;	
}


/* handle tip */
.ug-gallery-wrapper .ug-panel-handle-tip{
	position:absolute;
	z-index:13;
	cursor:pointer;
}

.ug-gallery-wrapper .ug-overlay-disabled{
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity: 0.3;
    filter: alpha(opacity=30);	
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/cover-grid.png');
}


.--------------STRIP_PANEL------------------{}

.ug-gallery-wrapper .ug-strip-panel{
	position:absolute;
	background-color:#000000;
	z-index:2;
}

.ug-strip-panel .ug-strip-arrow{
	position:absolute;	
	cursor:pointer;
}

.ug-strip-panel .ug-strip-arrow.ug-button-disabled{
	cursor:default;
}


.ug-strip-panel .ug-strip-arrow-tip{
	position:absolute;
}

.--------------TILES------------------{}

.ug-thumb-wrapper.ug-tile{
	display:block;
	position:absolute;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

.ug-tile .ug-tile-cloneswrapper{
	position:absolute;
	width:0px;
	height:0px;
	top:0px;
	left:0px;
	overflow:hidden;
	opacity:0;
	filter: alpha(opacity = 90);
}


/* transit something */
/* transit fixed size items */
/* transit image overlay */

.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile,
.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile .ug-trans-enabled{
	transition: left 0.7s ease 0s, top 0.7s ease 0s, width 0.7s ease 0s, height 0.7s ease 0s !important;
}


.ug-thumb-wrapper.ug-tile.ug-tile-clickable{
	cursor: pointer;
}

.ug-thumb-wrapper.ug-tile .ug-image-container{
	position:absolute;
	overflow:hidden;
	z-index:1;
	top:0px;
	left:0px;
}

.ug-thumb-wrapper.ug-tile img.ug-thumb-image{

	-webkit-user-select: none;	/* make unselectable */         
	-moz-user-select: none; 
	-ms-user-select: none;	
	max-width:none !important;
	max-height:none !important;

	display:block;	
	border:none;
	padding:0px !important;
	margin:0px !important;
	
	width:auto;
	height:auto;
	position:absolute;
}


.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay{
	position:absolute;
	overflow:hidden;
	z-index:2;
	top:0px;
	left:0px;
}

.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img{
	width:100%;
	max-width:none !important;	
}

.ug-tiletype-justified .ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img{
	height:100%;
	max-width:none !important;	
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon{
	position:absolute;
	width:38px;
	height:38px;
	background-repeat:no-repeat;
	background-position:0 0;
	xbackground-color:green;
	z-index:6;
	top:1px;
	left:1px;
	cursor:pointer;
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-link{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/icon-link32.png');	
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-zoom{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/icon-zoom32.png');	
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-play{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/icon-play32.png');	
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon:hover{
	background-position:0 -38px;
}


.ug-thumbs-grid .ug-tile-image-overlay img{
	width:auto;
	height:auto;
	position:absolute;
	max-width:none !important;
}

/* text panel on tiles*/

.ug-tile .ug-textpanel{
	z-index: 5;
	cursor:default;
}

.ug-tile.ug-tile-clickable .ug-textpanel{
	cursor:pointer;
}

.ug-tile .ug-textpanel-title{
	font-size:14px;
	font-weight:bold;
}

.--------------CAROUSEL------------------{}

.ug-gallery-wrapper .ug-carousel-wrapper{
	position:absolute;
	overflow:hidden;
}

.ug-gallery-wrapper .ug-carousel-inner{
	position:absolute;
}


.------------------LIGHTBOX---------------------{}

.ug-gallery-wrapper.ug-lightbox{
	display: none;
	position: fixed;
    border: none;
    padding:0px;
    margin:0px;
    outline: invert none medium;
    overflow: hidden;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	max-width:none !important;
	max-height:none !important;
    z-index: 999999;
}

.ug-lightbox .ug-lightbox-top-panel{
	position:absolute;
	z-index:2;
}

.ug-lightbox .ug-lightbox-top-panel-overlay{
	width:100%;
	height:100%;
	position:absolute;
	background-color:#000000;
	opacity:0.4;
	filter: alpha(opacity=40);
}


.ug-lightbox .ug-lightbox-overlay{
	z-index:1;
	width:100%;
	height:100%;
    background-color:#000000;
    opacity:1;
}

.ug-lightbox .ug-slider-wrapper{
	z-index:1;
	xbackground-color:green;
	background-color:transparent !important;
}

.ug-lightbox .ug-textpanel{
	z-index: 2;
}


.ug-lightbox .ug-lightbox-arrow-left,
.ug-lightbox .ug-lightbox-arrow-right{
	position:absolute;
	width:50px;
	height:55px;
	background-repeat:no-repeat;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/lightbox-arrow-left.png');
	background-position:0px 0px;
	z-index:3;
	cursor:pointer;
}

.ug-lightbox .ug-lightbox-arrow-right{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/lightbox-arrow-right.png');
}

.ug-lightbox .ug-lightbox-button-close{
	position:absolute;
	width:36px;
	height:36px;
	background-repeat:no-repeat;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/lightbox-icon-close.png');
	background-position:0px 0px;
	z-index:4;
	cursor:pointer;
}


.ug-lightbox-compact .ug-lightbox-button-close{
	width:45px;
	height:41px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/lightbox-icon-close-compact2.png');
}


.ug-lightbox .ug-lightbox-arrow-left.ug-arrow-hover,
.ug-lightbox .ug-lightbox-arrow-right.ug-arrow-hover{
	background-position:0px -55px;	
}

.ug-lightbox .ug-lightbox-button-close.ug-button-hover{
	background-position:0px -35px;
}

.ug-lightbox-compact .ug-lightbox-button-close.ug-button-hover{
	background-position:0px -40px;
}

.ug-lightbox .ug-lightbox-numbers{
	position:absolute;
	color:#e5e5e5;
	font-size:12px;
	top:14px;
	left:8px;
	z-index:3;
}

.ug-lightbox-compact .ug-lightbox-numbers{
	font-size: 14px;
	padding-right:5px;
	padding-top:7px;
}

.ug-lightbox .ug-textpanel-title,
.ug-lightbox .ug-textpanel-description{
	font-size: 14px;
	font-weight: normal;
	color: #e5e5e5;
}

.ug-lightbox-compact .ug-textpanel-title,
.ug-lightbox-compact .ug-textpanel-description{
	color:#F3F3F3;
	font-size: 16px;
}

.------------------LOADMORE_BUTTON---------------------{}

.ug-loadmore-wrapper{
	margin-top:20px;
	text-align:center;	
}

.ug-loadmore-wrapper .ug-loadmore-button{
	display:inline-block;
	padding:5px;
	border:1px solid #939393;
	text-decoration:none;
	color: #4F4F4F;
}

.ug-loadmore-wrapper .ug-loadmore-error{
	color:red;
}

.ug-loadmore-wrapper .ug-loadmore-button:hover{
	background-color:#F0F0F0;	
	color:#515151;
}

.ug-loadmore-wrapper .ug-loadmore-loader{
	color: #515151;
}



.------------------CATEGORY_TABS---------------------{}

	.ug-tabs-wrapper{
		margin-top:0px;
		margin-bottom:20px;
		text-align:center;
	}

	.ug-tabs-wrapper a.ug-tab{
	    display: inline-block;
		cursor:pointer;
		text-decoration:none;
		color:#ffffff;
		padding-left:8px;
		padding-right:8px;
		padding-top:6px;
		padding-bottom:6px;
		margin-left:5px;
		background-color:#333333;
		border-radius:3px;
		font-size:12px;
		font-weight:normal;
		
		border: 1px solid #969696;
	}
	
	.ug-tabs-wrapper a.ug-tab:hover{
		background-color: #707070 !important;
	}

	.ug-tabs-wrapper a.ug-tab.ug-tab-selected,
	.ug-tabs-wrapper a.ug-tab.ug-tab-selected:hover{
		background-color: #2077A2 !important;
		cursor:default !important;
	}

	.ug-tabs-wrapper a.ug-tab:first-child{
		margin-left:0px !important;
	}


.------------------DEFAULT_SKIN---------------------{}

/* --- arrows -- */

.ug-arrow-left.ug-skin-default,
.ug-arrow-right.ug-skin-default{
	width:15px;
	height:30px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/slider_arrow_left.png');
	background-position:0px 0px;
}

.ug-arrow-right.ug-skin-default{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/slider_arrow_right.png');
}

.ug-arrow-left.ug-skin-default.ug-arrow-hover,
.ug-arrow-right.ug-skin-default.ug-arrow-hover{
	background-position:0px -30px;
}

.ug-arrow-left.ug-skin-default.ug-arrow-disabled,
.ug-arrow-right.ug-skin-default.ug-arrow-disabled{
	background-position:0px -60px;
}

/* --- bullets -- */

.ug-bullets.ug-skin-default .ug-bullet{
	width:15px;
	height:15px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/slider_bullets.png');
	background-position:top left;
	margin-left:5px;
}

.ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active{
	background-position:bottom left;
}

.ug-bullets.ug-skin-default.ug-bullets-gray .ug-bullet{ 
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_bullets_gray.png');
}

.ug-bullets.ug-skin-default.ug-bullets-blue .ug-bullet{ 
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_bullets_blue.png');
}

.ug-bullets.ug-skin-default.ug-bullets-brown .ug-bullet{ 
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_bullets_brown.png');
}

.ug-bullets.ug-skin-default.ug-bullets-green .ug-bullet{ 
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_bullets_green.png');
}

.ug-bullets.ug-skin-default.ug-bullets-red .ug-bullet{ 
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_bullets_red.png');
}

.ug-button-tile-navigation{
	width:36px;
	height:36px;
	background-position:top left;
	cursor:pointer;
	float:left;
}

.ug-button-tile-navigation.ug-button-tile-left{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_button_left.png');
}

.ug-button-tile-navigation.ug-button-tile-right{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_button_right.png');
}

.ug-button-tile-navigation:hover{
	background-position:bottom left;
}

.ug-button-tile-navigation.ug-button-disabled{
	opacity:0.6;
}

.ug-button-tile-navigation.ug-button-disabled:hover{
	background-position:top left;	
}

.ug-button-tile-navigation.ug-button-tile-play{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/tile_button_play_pause.png');
	width:35px;
} 

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon{
	background-position:bottom left;
} 

.ug-button-tile-navigation.ug-button-tile-play:hover{
	background-position:top left;
} 

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon:hover{
	background-position:bottom left;
} 


/* --- play button -- */

.ug-button-play.ug-skin-default{
	position:absolute;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/button_playpause.png');
    width:14px;
    height:17px;
    cursor:pointer;
	background-position:0px 0px;
}

.ug-button-play.ug-skin-default.ug-button-hover{
	background-position:0px -17px;	
}

.ug-button-play.ug-skin-default.ug-stop-mode{
	background-position:0px -34px;
}

.ug-button-play.ug-skin-default.ug-stop-mode.ug-button-hover{
	background-position:0px -51px;
}

/* --- fullscreen button -- */

.ug-button-fullscreen.ug-skin-default{
	position:absolute;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/button_fullscreen.png');
    width:16px;
    height:16px;
    cursor:pointer;
	background-position:0px 0px;
}

.ug-button-fullscreen.ug-skin-default.ug-button-hover{
	background-position:0px -16px;	
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode{
	background-position:0px -32px;
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode.ug-button-hover{
	background-position:0px -48px;
}


/* --- zoom panel --- */

.ug-zoompanel.ug-skin-default .ug-zoompanel-button{
    background-repeat: no-repeat;
    cursor:pointer;
    height: 23px;
    width: 23px;
    margin-top:5px;
    background-position: 0px 0px;	
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus{
	margin-top:0px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/icon_zoom_plus.png');
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-minus{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/icon_zoom_minus.png');
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-return{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/icon_zoom_back.png');
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover{
    background-position: 0px -23px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button-disabled,
.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover.ug-zoompanel-button-disabled{
    background-position: 0px -46px;
    cursor:default;
}


/* --- Grid Panel Arrows -- */

/*--- down arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default{
	width:30px;
	height:15px;
	background-position:0px 0px;	
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/arrow_grid_down.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover{
	background-position:0px -15px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-disabled{
	background-position:0px -30px;
}


/*--- up arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default{
	width:30px;
	height:15px;
	background-position:0px 0px;	
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/arrow_grid_up.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover{
	background-position:0px -15px;	
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-disabled{
	background-position:0px -30px;
}

/*--- left arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default{
	width:40px;
	height:40px;
	background-position:0px -40px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/grid_arrow_left.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover{
	background-position:0px -0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-disabled{
	background-position:0px -80px;
}

/*--- right arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default{
	width:40px;
	height:40px;
	background-position:0px -40px;	
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/grid_arrow_right.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover{
	background-position:0px -0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-disabled{
	background-position:0px -80px;
}

/*--- left arrow - horizontal panel type ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default{
	width:15px;
	height:30px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/slider_arrow_left.png');
	background-position:0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover{
	background-position:0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-disabled{
	background-position:0px -60px;
}


/*--- right arrow - horizontal panel type ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default{
	width:15px;
	height:30px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/slider_arrow_right.png');
	background-position:0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover{
	background-position:0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-disabled{
	background-position:0px -60px;
}


/* --- Strip Panel Arrows -- */

/* left and right arrows */

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default{
	width:25px;
	height:50px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip{
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:4px;
	height:7px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/arrows_strip_left.png');
}

.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/arrows_strip_right.png');	
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default.ug-button-hover .ug-strip-arrow-tip{
	background-position:0px -7px;
}


/* up and down arrows */

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default{
	height:25px;
	width:50px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip{
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:7px;
	height:4px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/arrows_strip_up.png');
}

.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/arrows_strip_down.png');	
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default.ug-button-hover .ug-strip-arrow-tip{
	background-position:-7px 0px;
}

.ug-strip-panel .ug-strip-arrow.ug-skin-default.ug-button-disabled .ug-strip-arrow-tip{
	background-position:0px 0px;
	opacity:0.5;
	filter: alpha(opacity = 50);
}


/* --- Panel Handle Tip -- */

/* left and right handle */
.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default{
	width:22px;
	height:36px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/grid_handle_black_left.png');
	background-repeat:no-repeat;
	background-position:0px -36px;
}

.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/grid_handle_black_right.png');
	background-position:0px -36px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-button-hover.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-button-hover.ug-skin-default{
	background-position:0px -0px;	
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed{
	background-position:0px -108px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed.ug-button-hover{
	background-position:0px -72px;
}


/* top and bottom handle */

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default{	
	width:36px;
	height:22px;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/grid_handle_black_top.png');
	background-repeat:no-repeat;
	background-position:-36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default{
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery/grid_handle_black_bottom.png');
	background-position:-36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-hover{
	background-position:0px 0px;	
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed{
	background-position:-108px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed.ug-button-hover{
	background-position:-72px 0px;
}




.ug-gallery-wrapper .ug-theme-panel{
	position:absolute;
	xbackground-color:red;
	z-index:11;		
}

.ug-theme-panel .ug-strip-panel{
	z-index:6;
}

/* --- fullscreen button -- */

.ug-theme-default .ug-default-button-fullscreen{
	position:absolute;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery-theme/button_fullscreen.png');
    width:53px;
    height:50px;
    cursor:pointer;
	background-position:0px 0px;
	z-index:3;
}

.ug-theme-default .ug-default-button-fullscreen.ug-button-hover{
	background-position:0px -50px;	
}

.ug-theme-default .ug-default-button-fullscreen.ug-fullscreenmode{
	background-position:0px -100px;
}

.ug-theme-default .ug-default-button-fullscreen.ug-fullscreenmode.ug-button-hover{
	background-position:0px -150px;
}


/* --- fullscreen button single mode-- */

.ug-theme-default .ug-default-button-fullscreen-single{
	position:absolute;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery-theme/button_fullscreen_single.png');
    width:52px;
    height:50px;
    cursor:pointer;
	background-position:0px 0px;
	z-index:3;
}

.ug-theme-default .ug-default-button-fullscreen-single.ug-button-hover{
	background-position:0px -50px;	
}

.ug-theme-default .ug-default-button-fullscreen-single.ug-fullscreenmode{
	background-position:0px -100px;
}

.ug-theme-default .ug-default-button-fullscreen-single.ug-fullscreenmode.ug-button-hover{
	background-position:0px -150px;
}


/* --- play button -- */

.ug-theme-default .ug-default-button-play{
	position:absolute;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery-theme/button_playpause.png');
    width:51px;
    height:50px;
    cursor:pointer;
	background-position:0px 0px;
	z-index:4;
}

.ug-theme-default .ug-default-button-play.ug-button-hover{
	background-position:0px -50px;	
}

.ug-theme-default .ug-default-button-play.ug-stop-mode{
	background-position:0px -100px;
}

.ug-theme-default .ug-default-button-play.ug-stop-mode.ug-button-hover{
	background-position:0px -150px;
}

/* --- play button single mode-- */

.ug-theme-default .ug-default-button-play-single{
	position:absolute;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery-theme/button_playpause_single.png');
    width:50px;
    height:50px;
    cursor:pointer;
	background-position:0px 0px;
	z-index:4;
}

.ug-theme-default .ug-default-button-play-single.ug-button-hover{
	background-position:0px -50px;	
}

.ug-theme-default .ug-default-button-play-single.ug-stop-mode{
	background-position:0px -100px;
}

.ug-theme-default .ug-default-button-play-single.ug-stop-mode.ug-button-hover{
	background-position:0px -150px;
}


/* --- hide panel button -- */

.ug-default-button-hidepanel{
	position:absolute;
	width:23px;
	height:23px;
	z-index:5;
	cursor:pointer;	
}

.ug-default-button-hidepanel .ug-default-button-hidepanel-bg{
	background-color:#000000;
	width:23px;
	height:23px;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.4;
	filter: alpha(opacity = 40);
	z-index:1;
}

.ug-default-button-hidepanel .ug-default-button-hidepanel-tip{
	position:absolute;
	width:7px;
	height:7px;
	background-repeat:no-repeat;
	background-image:url('../../../core/docroot/images/design/sgch/unite-gallery-theme/arrow_down_up.png');
	background-position: 0px 0px;
	z-index:2;
}

.ug-default-button-hidepanel.ug-button-hover .ug-default-button-hidepanel-tip{
	background-position: 0px -7px;
}

.ug-default-button-hidepanel.ug-button-hidden-mode .ug-default-button-hidepanel-tip{
	background-position: 0px -14px;
}

.ug-default-button-hidepanel.ug-button-hidden-mode.ug-button-hover .ug-default-button-hidepanel-tip{
	background-position: 0px -21px;
}


