@charset "UTF-8";
/*!
 * Bootstrap v4 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline-width: 0; }

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit;
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button, input, select {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield; }
  [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }

@media print {
  *, :after, :before, :first-letter, :first-line {
    box-shadow: none !important;
    text-shadow: none !important; }
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .tag {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td, .table th {
      background-color: #fff !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*, :after, :before {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px; }

body {
  background-color: #fff;
  color: #1d1d1d;
  font-family: Univers W01,HelveticaNeue,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  margin-top: 0; }

p {
  margin-bottom: 1rem;
  margin-top: 0; }

abbr[data-original-title], abbr[title] {
  border-bottom: 1px dotted #ececec;
  cursor: help; }

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem; }

dl, ol, ul {
  margin-bottom: 1rem; }

dl, ol, ul {
  margin-top: 0; }

ol ol, ol ul {
  margin-bottom: 0; }

ul ol, ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #09c;
  text-decoration: none; }
  a:focus, a:hover {
    color: #006080;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
    a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
      color: inherit;
      text-decoration: none; }
    a:not([href]):not([tabindex]):focus {
      outline: none; }

pre {
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role=button] {
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  background-color: transparent;
  border-collapse: collapse; }

caption {
  caption-side: bottom;
  color: #ececec;
  padding-bottom: .75rem;
  padding-top: .75rem;
  text-align: left; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0;
  line-height: inherit;
  margin: 0; }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }

input, select, textarea {
  border-radius: 0;
  line-height: inherit;
  margin: 0; }

input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not-allowed; }

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0; }

legend {
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: .5rem;
  padding: 0;
  width: 100%; }

input[type=search] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 200;
  line-height: 1.1;
  margin-bottom: .5rem; }

.h1, h1 {
  font-size: 2.5rem; }

.h2, h2 {
  font-size: 1.875rem; }

.h3, h3 {
  font-size: 1.563rem; }

.h4, .h5, h4, h5 {
  font-size: 1.25rem; }

.h6, h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.563rem;
  font-weight: 200; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  margin-top: 1rem; }

.small, small {
  font-size: 80%;
  font-weight: 400; }

.mark, mark {
  background-color: #fcf8e3;
  padding: .2em; }

.list-inline, .list-unstyled {
  list-style: none;
  padding-left: 0; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  border-left: .25rem solid #eceeef;
  font-size: 1.563rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem; }

.blockquote-footer {
  color: #1d1d1d;
  display: block;
  font-size: 80%; }
  .blockquote-footer:before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  border-left: 0;
  border-right: .25rem solid #eceeef;
  padding-left: 0;
  padding-right: 1rem;
  text-align: right; }
  .blockquote-reverse .blockquote-footer:before {
    content: ""; }
  .blockquote-reverse .blockquote-footer:after {
    content: "\00A0 \2014"; }

dl.row > dd + dt {
  clear: left; }

.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img {
  display: block;
  height: auto;
  max-width: 100%; }

.img-fluid {
  display: block;
  height: auto;
  max-width: 100%; }

.img-thumbnail {
  -webkit-transition: all .2s ease-in-out;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: .25rem;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

.figure-img {
  line-height: 1;
  margin-bottom: .5rem; }

.figure-caption {
  color: #ececec;
  font-size: 87.5%; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace; }

code {
  background-color: #f7f7f9;
  color: #bd4147;
  font-size: 90%;
  padding: .2rem .4rem; }

kbd {
  font-size: 90%;
  padding: .2rem .4rem;
  background-color: #333;
  color: #fff; }
  kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0; }

pre {
  color: #777;
  display: block;
  font-size: 90%;
  margin-bottom: 1rem;
  margin-top: 0; }
  pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem; }
  .container:after, .container-fluid:after {
    clear: both;
    content: "";
    display: table; }

@media (min-width: 544px) {
  .container {
    max-width: 576px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 940px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.row {
  margin-left: -.9375rem;
  margin-right: -.9375rem; }
  .row:after {
    clear: both;
    content: "";
    display: table; }

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-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 {
  min-height: 1px;
  padding-left: .9375rem;
  padding-right: .9375rem;
  position: relative; }

.col-xs-1 {
  float: left;
  width: 8.3333333333%; }

.col-xs-2 {
  float: left;
  width: 16.6666666667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.3333333333%; }

.col-xs-5 {
  float: left;
  width: 41.6666666667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.3333333333%; }

.col-xs-8 {
  float: left;
  width: 66.6666666667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.3333333333%; }

.col-xs-11 {
  float: left;
  width: 91.6666666667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.3333333333%; }

.pull-xs-2 {
  right: 16.6666666667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.3333333333%; }

.pull-xs-5 {
  right: 41.6666666667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.3333333333%; }

.pull-xs-8 {
  right: 66.6666666667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.3333333333%; }

.pull-xs-11 {
  right: 91.6666666667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.3333333333%; }

.push-xs-2 {
  left: 16.6666666667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.3333333333%; }

.push-xs-5 {
  left: 41.6666666667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.3333333333%; }

.push-xs-8 {
  left: 66.6666666667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.3333333333%; }

.push-xs-11 {
  left: 91.6666666667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.3333333333%; }

.offset-xs-2 {
  margin-left: 16.6666666667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.3333333333%; }

.offset-xs-5 {
  margin-left: 41.6666666667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.3333333333%; }

.offset-xs-8 {
  margin-left: 66.6666666667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.3333333333%; }

.offset-xs-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 544px) {
  .col-sm-1 {
    float: left;
    width: 8.3333333333%; }
  .col-sm-2 {
    float: left;
    width: 16.6666666667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.3333333333%; }
  .col-sm-5 {
    float: left;
    width: 41.6666666667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.3333333333%; }
  .col-sm-8 {
    float: left;
    width: 66.6666666667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.3333333333%; }
  .col-sm-11 {
    float: left;
    width: 91.6666666667%; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.3333333333%; }
  .pull-sm-2 {
    right: 16.6666666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.3333333333%; }
  .pull-sm-5 {
    right: 41.6666666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.3333333333%; }
  .pull-sm-8 {
    right: 66.6666666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.3333333333%; }
  .pull-sm-11 {
    right: 91.6666666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.3333333333%; }
  .push-sm-2 {
    left: 16.6666666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.3333333333%; }
  .push-sm-5 {
    left: 41.6666666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.3333333333%; }
  .push-sm-8 {
    left: 66.6666666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.3333333333%; }
  .push-sm-11 {
    left: 91.6666666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.3333333333%; }
  .col-md-2 {
    float: left;
    width: 16.6666666667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-4 {
    float: left;
    width: 33.3333333333%; }
  .col-md-5 {
    float: left;
    width: 41.6666666667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-7 {
    float: left;
    width: 58.3333333333%; }
  .col-md-8 {
    float: left;
    width: 66.6666666667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-10 {
    float: left;
    width: 83.3333333333%; }
  .col-md-11 {
    float: left;
    width: 91.6666666667%; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.3333333333%; }
  .pull-md-2 {
    right: 16.6666666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.3333333333%; }
  .pull-md-5 {
    right: 41.6666666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.3333333333%; }
  .pull-md-8 {
    right: 66.6666666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.3333333333%; }
  .pull-md-11 {
    right: 91.6666666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.3333333333%; }
  .push-md-2 {
    left: 16.6666666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.3333333333%; }
  .push-md-5 {
    left: 41.6666666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.3333333333%; }
  .push-md-8 {
    left: 66.6666666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.3333333333%; }
  .push-md-11 {
    left: 91.6666666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.3333333333%; }
  .col-lg-2 {
    float: left;
    width: 16.6666666667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.3333333333%; }
  .col-lg-5 {
    float: left;
    width: 41.6666666667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.3333333333%; }
  .col-lg-8 {
    float: left;
    width: 66.6666666667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.3333333333%; }
  .col-lg-11 {
    float: left;
    width: 91.6666666667%; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.3333333333%; }
  .pull-lg-2 {
    right: 16.6666666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.3333333333%; }
  .pull-lg-5 {
    right: 41.6666666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.3333333333%; }
  .pull-lg-8 {
    right: 66.6666666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.3333333333%; }
  .pull-lg-11 {
    right: 91.6666666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.3333333333%; }
  .push-lg-2 {
    left: 16.6666666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.3333333333%; }
  .push-lg-5 {
    left: 41.6666666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.3333333333%; }
  .push-lg-8 {
    left: 66.6666666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.3333333333%; }
  .push-lg-11 {
    left: 91.6666666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.3333333333%; }
  .col-xl-2 {
    float: left;
    width: 16.6666666667%; }
  .col-xl-3 {
    float: left;
    width: 25%; }
  .col-xl-4 {
    float: left;
    width: 33.3333333333%; }
  .col-xl-5 {
    float: left;
    width: 41.6666666667%; }
  .col-xl-6 {
    float: left;
    width: 50%; }
  .col-xl-7 {
    float: left;
    width: 58.3333333333%; }
  .col-xl-8 {
    float: left;
    width: 66.6666666667%; }
  .col-xl-9 {
    float: left;
    width: 75%; }
  .col-xl-10 {
    float: left;
    width: 83.3333333333%; }
  .col-xl-11 {
    float: left;
    width: 91.6666666667%; }
  .col-xl-12 {
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.3333333333%; }
  .pull-xl-2 {
    right: 16.6666666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.3333333333%; }
  .pull-xl-5 {
    right: 41.6666666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.3333333333%; }
  .pull-xl-8 {
    right: 66.6666666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.3333333333%; }
  .pull-xl-11 {
    right: 91.6666666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.3333333333%; }
  .push-xl-2 {
    left: 16.6666666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.3333333333%; }
  .push-xl-5 {
    left: 41.6666666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.3333333333%; }
  .push-xl-8 {
    left: 66.6666666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.3333333333%; }
  .push-xl-11 {
    left: 91.6666666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%; }
  .table td, .table th {
    border-top: 1px solid #eceeef;
    padding: .75rem;
    vertical-align: top; }
  .table thead th {
    border-bottom: 2px solid #eceeef;
    vertical-align: bottom; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm td, .table-sm th {
  padding: .3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #eceeef; }
  .table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-active {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-success {
  background-color: #dff0d8; }
  .table-success > td, .table-success > th {
    background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info {
  background-color: #d9edf7; }
  .table-info > td, .table-info > th {
    background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning {
  background-color: #fcf8e3; }
  .table-warning > td, .table-warning > th {
    background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger {
  background-color: #f2dede; }
  .table-danger > td, .table-danger > th {
    background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  background-color: #777;
  color: #fff; }

.thead-default th {
  background-color: #eceeef;
  color: #b4b4b4; }

.table-inverse {
  background-color: #777;
  color: #eceeef; }
  .table-inverse td, .table-inverse th, .table-inverse thead th {
    border-color: #b4b4b4; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  min-height: .01%;
  overflow-x: auto;
  width: 100%; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow td, .table-reflow th {
  border-left: 1px solid #eceeef;
  border-top: 1px solid #eceeef; }

.table-reflow td:last-child, .table-reflow th:last-child {
  border-right: 1px solid #eceeef; }

.table-reflow tbody:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th {
  border-bottom: 1px solid #eceeef; }

.table-reflow tfoot:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th {
  border-bottom: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child td, .table-reflow thead:last-child tr:last-child th {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr td, .table-reflow tr th {
    border: 1px solid #eceeef;
    display: block !important; }

.form-control {
  background-clip: padding-box;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b4b4b4;
  color: #1d1d1d;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  padding: .75rem 1.75rem;
  width: 100%; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    background-color: #fff;
    border-color: #096;
    color: #1d1d1d;
    outline: none; }
  .form-control::-webkit-input-placeholder, .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: 3rem; }

select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #1d1d1d; }

.form-control-file, .form-control-range {
  display: block; }

.col-form-label {
  margin-bottom: 0;
  padding-bottom: .75rem;
  padding-top: .75rem; }

.col-form-label-lg {
  padding-bottom: .75rem;
  padding-top: .75rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  font-size: .875rem;
  padding-bottom: .25rem;
  padding-top: .25rem; }

.col-form-legend {
  font-size: 1rem;
  margin-bottom: 0;
  padding-bottom: .75rem;
  padding-top: .75rem; }

.form-control-static {
  margin-bottom: 0;
  padding-bottom: .75rem;
  padding-top: .75rem;
  min-height: 3rem; }
  .form-control-static.form-control-lg, .form-control-static.form-control-sm {
    padding-left: 0;
    padding-right: 0; }

.input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon {
  padding-left: 0;
  padding-right: 0; }

.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0; }

.input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon {
  padding-left: 0;
  padding-right: 0; }

.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0; }

.form-control-sm {
  font-size: .875rem;
  padding: .25rem .5rem; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon {
  font-size: .875rem;
  padding: .25rem .5rem; }

.input-group-sm > .input-group-btn > .btn {
  font-size: .875rem;
  padding: .25rem .5rem; }

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]) {
  height: 1.8125rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg {
  font-size: 1.25rem;
  padding: .75rem 1.5rem; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon {
  font-size: 1.25rem;
  padding: .75rem 1.5rem; }

.input-group-lg > .input-group-btn > .btn {
  font-size: 1.25rem;
  padding: .75rem 1.5rem; }

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

.input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: .25rem; }

.form-check {
  display: block;
  margin-bottom: .75rem;
  position: relative; }
  .form-check + .form-check {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label {
    color: #ececec;
    cursor: not-allowed; }

.form-check-label {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 1.25rem; }

.form-check-input {
  margin-left: -1.25rem;
  margin-top: .25rem;
  position: absolute; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 1.25rem;
  position: relative;
  vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }
  .form-check-inline.disabled {
    cursor: not-allowed; }

.form-control-feedback {
  margin-top: .25rem; }

.form-control-danger, .form-control-success, .form-control-warning {
  background-position: center right .75rem;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-right: 5.25rem; }

.has-success .custom-control, .has-success .form-check-inline, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  background-color: #eaf6ea;
  border-color: #5cb85c;
  color: #5cb85c; }

.has-success .form-control-feedback {
  color: #5cb85c; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .custom-control, .has-warning .form-check-inline, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  background-color: #fff;
  border-color: #f0ad4e;
  color: #f0ad4e; }

.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .custom-control, .has-danger .form-check-inline, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  background-color: #fdf7f7;
  border-color: #d9534f;
  color: #d9534f; }

.has-danger .form-control-feedback {
  color: #d9534f; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
      width: auto; }
    .form-inline .input-group > .form-control {
      width: 100%; }
  .form-inline .form-check, .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    margin-left: 0;
    position: relative; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  padding: .688rem 1.75rem;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .btn.active.focus, .btn.active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:active.focus, .btn:active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.focus, .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.active, .btn:active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  background-color: #09c;
  border-color: #09c;
  color: #fff; }
  .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #007399;
    border-color: #006b8f;
    color: #fff; }
  .btn-primary.active, .btn-primary:active {
    background-color: #007399;
    background-image: none;
    border-color: #006b8f;
    color: #fff; }

.open > .btn-primary.dropdown-toggle {
  background-color: #007399;
  background-image: none;
  border-color: #006b8f;
  color: #fff; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover {
  background-color: #005875;
  border-color: #00394d;
  color: #fff; }

.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
  background-color: #005875;
  border-color: #00394d;
  color: #fff; }

.open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  background-color: #005875;
  border-color: #00394d;
  color: #fff; }

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover {
  background-color: #09c;
  border-color: #09c; }

.btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
  background-color: #09c;
  border-color: #09c; }

.btn-secondary {
  background-color: #fff;
  border-color: #ccc;
  color: #777; }
  .btn-secondary.active, .btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #e6e5e5;
    border-color: #adadad;
    color: #777; }

.open > .btn-secondary.dropdown-toggle {
  background-color: #e6e5e5;
  border-color: #adadad;
  color: #777; }

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover {
  background-color: #d4d4d4;
  border-color: #8c8c8c;
  color: #777; }

.btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover {
  background-color: #d4d4d4;
  border-color: #8c8c8c;
  color: #777; }

.open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
  background-color: #d4d4d4;
  border-color: #8c8c8c;
  color: #777; }

.btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-secondary:disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-info {
  background-color: #56748e;
  border-color: #56748e;
  color: #fff; }
  .btn-info.focus, .btn-info:focus, .btn-info:hover {
    background-color: #435a6e;
    border-color: #3f5568;
    color: #fff; }
  .btn-info.active, .btn-info:active {
    background-color: #435a6e;
    background-image: none;
    border-color: #3f5568;
    color: #fff; }

.open > .btn-info.dropdown-toggle {
  background-color: #435a6e;
  background-image: none;
  border-color: #3f5568;
  color: #fff; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover {
  background-color: #354858;
  border-color: #26333f;
  color: #fff; }

.btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover {
  background-color: #354858;
  border-color: #26333f;
  color: #fff; }

.open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
  background-color: #354858;
  border-color: #26333f;
  color: #fff; }

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover {
  background-color: #56748e;
  border-color: #56748e; }

.btn-info:disabled.focus, .btn-info:disabled:focus, .btn-info:disabled:hover {
  background-color: #56748e;
  border-color: #56748e; }

.btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #fff; }
  .btn-success.focus, .btn-success:focus, .btn-success:hover {
    background-color: #449d44;
    border-color: #419641;
    color: #fff; }
  .btn-success.active, .btn-success:active {
    background-color: #449d44;
    background-image: none;
    border-color: #419641;
    color: #fff; }

.open > .btn-success.dropdown-toggle {
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
  color: #fff; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover {
  background-color: #398439;
  border-color: #2d672d;
  color: #fff; }

.btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover {
  background-color: #398439;
  border-color: #2d672d;
  color: #fff; }

.open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
  background-color: #398439;
  border-color: #2d672d;
  color: #fff; }

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-success:disabled.focus, .btn-success:disabled:focus, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff; }
  .btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    background-color: #ec971f;
    border-color: #eb9316;
    color: #fff; }
  .btn-warning.active, .btn-warning:active {
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316;
    color: #fff; }

.open > .btn-warning.dropdown-toggle {
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
  color: #fff; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover {
  background-color: #d58512;
  border-color: #b06d0f;
  color: #fff; }

.btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover {
  background-color: #d58512;
  border-color: #b06d0f;
  color: #fff; }

.open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
  background-color: #d58512;
  border-color: #b06d0f;
  color: #fff; }

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-warning:disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.btn-danger {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff; }
  .btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    background-color: #c9302c;
    border-color: #c12e2a;
    color: #fff; }
  .btn-danger.active, .btn-danger:active {
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a;
    color: #fff; }

.open > .btn-danger.dropdown-toggle {
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
  color: #fff; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover {
  background-color: #ac2925;
  border-color: #8b211e;
  color: #fff; }

.btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover {
  background-color: #ac2925;
  border-color: #8b211e;
  color: #fff; }

.open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
  background-color: #ac2925;
  border-color: #8b211e;
  color: #fff; }

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f; }

.btn-danger:disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f; }

.btn-outline-primary {
  background-color: transparent;
  background-image: none;
  border-color: #09c;
  color: #09c; }
  .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
    background-color: #09c;
    border-color: #09c;
    color: #fff; }

.open > .btn-outline-primary.dropdown-toggle {
  background-color: #09c;
  border-color: #09c;
  color: #fff; }

.btn-outline-primary.active.focus, .btn-outline-primary.active:focus, .btn-outline-primary.active:hover {
  background-color: #005875;
  border-color: #00394d;
  color: #fff; }

.btn-outline-primary:active.focus, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover {
  background-color: #005875;
  border-color: #00394d;
  color: #fff; }

.open > .btn-outline-primary.dropdown-toggle.focus, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle:hover {
  background-color: #005875;
  border-color: #00394d;
  color: #fff; }

.btn-outline-primary.disabled.focus, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled:hover {
  border-color: #3cf; }

.btn-outline-primary:disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled:hover {
  border-color: #3cf; }

.btn-outline-secondary {
  background-color: transparent;
  background-image: none;
  border-color: #ccc;
  color: #ccc; }
  .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:hover {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff; }

.open > .btn-outline-secondary.dropdown-toggle {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff; }

.btn-outline-secondary.active.focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.active:hover {
  background-color: #a1a1a1;
  border-color: #8c8c8c;
  color: #fff; }

.btn-outline-secondary:active.focus, .btn-outline-secondary:active:focus, .btn-outline-secondary:active:hover {
  background-color: #a1a1a1;
  border-color: #8c8c8c;
  color: #fff; }

.open > .btn-outline-secondary.dropdown-toggle.focus, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle:hover {
  background-color: #a1a1a1;
  border-color: #8c8c8c;
  color: #fff; }

.btn-outline-secondary.disabled.focus, .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled:hover {
  border-color: #fff; }

.btn-outline-secondary:disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled:hover {
  border-color: #fff; }

.btn-outline-info {
  background-color: transparent;
  background-image: none;
  border-color: #56748e;
  color: #56748e; }
  .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:active, .btn-outline-info:focus, .btn-outline-info:hover {
    background-color: #56748e;
    border-color: #56748e;
    color: #fff; }

.open > .btn-outline-info.dropdown-toggle {
  background-color: #56748e;
  border-color: #56748e;
  color: #fff; }

.btn-outline-info.active.focus, .btn-outline-info.active:focus, .btn-outline-info.active:hover {
  background-color: #354858;
  border-color: #26333f;
  color: #fff; }

.btn-outline-info:active.focus, .btn-outline-info:active:focus, .btn-outline-info:active:hover {
  background-color: #354858;
  border-color: #26333f;
  color: #fff; }

.open > .btn-outline-info.dropdown-toggle.focus, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle:hover {
  background-color: #354858;
  border-color: #26333f;
  color: #fff; }

.btn-outline-info.disabled.focus, .btn-outline-info.disabled:focus, .btn-outline-info.disabled:hover {
  border-color: #8fa7bb; }

.btn-outline-info:disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled:hover {
  border-color: #8fa7bb; }

.btn-outline-success {
  background-color: transparent;
  background-image: none;
  border-color: #5cb85c;
  color: #5cb85c; }
  .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff; }

.open > .btn-outline-success.dropdown-toggle {
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #fff; }

.btn-outline-success.active.focus, .btn-outline-success.active:focus, .btn-outline-success.active:hover {
  background-color: #398439;
  border-color: #2d672d;
  color: #fff; }

.btn-outline-success:active.focus, .btn-outline-success:active:focus, .btn-outline-success:active:hover {
  background-color: #398439;
  border-color: #2d672d;
  color: #fff; }

.open > .btn-outline-success.dropdown-toggle.focus, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle:hover {
  background-color: #398439;
  border-color: #2d672d;
  color: #fff; }

.btn-outline-success.disabled.focus, .btn-outline-success.disabled:focus, .btn-outline-success.disabled:hover {
  border-color: #a3d7a3; }

.btn-outline-success:disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled:hover {
  border-color: #a3d7a3; }

.btn-outline-warning {
  background-color: transparent;
  background-image: none;
  border-color: #f0ad4e;
  color: #f0ad4e; }
  .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff; }

.open > .btn-outline-warning.dropdown-toggle {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff; }

.btn-outline-warning.active.focus, .btn-outline-warning.active:focus, .btn-outline-warning.active:hover {
  background-color: #d58512;
  border-color: #b06d0f;
  color: #fff; }

.btn-outline-warning:active.focus, .btn-outline-warning:active:focus, .btn-outline-warning:active:hover {
  background-color: #d58512;
  border-color: #b06d0f;
  color: #fff; }

.open > .btn-outline-warning.dropdown-toggle.focus, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle:hover {
  background-color: #d58512;
  border-color: #b06d0f;
  color: #fff; }

.btn-outline-warning.disabled.focus, .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled:hover {
  border-color: #f8d9ac; }

.btn-outline-warning:disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled:hover {
  border-color: #f8d9ac; }

.btn-outline-danger {
  background-color: transparent;
  background-image: none;
  border-color: #d9534f;
  color: #d9534f; }
  .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:active, .btn-outline-danger:focus, .btn-outline-danger:hover {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff; }

.open > .btn-outline-danger.dropdown-toggle {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff; }

.btn-outline-danger.active.focus, .btn-outline-danger.active:focus, .btn-outline-danger.active:hover {
  background-color: #ac2925;
  border-color: #8b211e;
  color: #fff; }

.btn-outline-danger:active.focus, .btn-outline-danger:active:focus, .btn-outline-danger:active:hover {
  background-color: #ac2925;
  border-color: #8b211e;
  color: #fff; }

.open > .btn-outline-danger.dropdown-toggle.focus, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle:hover {
  background-color: #ac2925;
  border-color: #8b211e;
  color: #fff; }

.btn-outline-danger.disabled.focus, .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled:hover {
  border-color: #eba5a3; }

.btn-outline-danger:disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled:hover {
  border-color: #eba5a3; }

.btn-link {
  border-radius: 0;
  color: #09c;
  font-weight: 400;
  background-color: transparent;
  border-color: transparent; }
  .btn-link.active, .btn-link:active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    background-color: transparent;
    color: #006080;
    text-decoration: underline; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #ececec;
    text-decoration: none; }

.btn-group-lg > .btn, .btn-lg {
  font-size: 1.25rem;
  padding: .938rem 1.75rem; }

.btn-group-sm > .btn, .btn-sm {
  font-size: .875rem;
  padding: .375rem .5rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: .5rem; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity .15s linear;
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  -webkit-transition-duration: .35s;
  -webkit-transition-property: height;
  -webkit-transition-timing-function: ease;
  height: 0;
  overflow: hidden;
  transition-duration: .35s;
  transition-property: height;
  transition-timing-function: ease;
  position: relative; }

.dropdown, .dropup {
  position: relative; }

.dropdown-toggle:after {
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: .3em solid;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  width: 0; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle:after {
  border-bottom: .3em solid;
  border-top: 0; }

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #1d1d1d;
  display: none;
  float: left;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000; }

.dropdown-divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: .5rem 0;
  overflow: hidden; }

.dropdown-item {
  background: none;
  border: 0;
  clear: both;
  color: #777;
  display: block;
  font-weight: 400;
  padding: 3px 20px;
  text-align: inherit;
  white-space: nowrap;
  width: 100%; }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #6a6a6a;
    text-decoration: none; }
  .dropdown-item.active {
    background-color: #09c;
    color: #fff;
    outline: 0;
    text-decoration: none; }
    .dropdown-item.active:focus, .dropdown-item.active:hover {
      background-color: #09c;
      color: #fff;
      outline: 0;
      text-decoration: none; }
  .dropdown-item.disabled {
    color: #ececec; }
    .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
      color: #ececec; }
    .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
      background-color: transparent;
      background-image: none;
      cursor: not-allowed;
      filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
      text-decoration: none; }

.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 {
  color: #ececec;
  display: block;
  font-size: .875rem;
  padding: 5px 20px;
  white-space: nowrap; }

.dropdown-backdrop {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 990; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-bottom: .3em solid;
  border-top: 0;
  content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: 100%;
  margin-bottom: 2px;
  top: auto; }

.btn-group {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.btn-group-vertical {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .btn-group-vertical > .btn {
    float: left;
    position: relative; }

.btn-group > .btn {
  float: left;
  position: relative; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover {
  z-index: 2; }

.btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group {
  margin-left: -1px; }

.btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -.5rem; }
  .btn-toolbar:after {
    clear: both;
    content: "";
    display: table; }
  .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: .5rem; }

.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-group {
  float: left; }
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-left: 1.3125rem;
  padding-right: 1.3125rem; }
  .btn + .dropdown-toggle-split:after {
    margin-left: 0; }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-left: .375rem;
  padding-right: .375rem; }

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-left: 1.3125rem;
  padding-right: 1.3125rem; }

.btn .caret {
  margin-left: 0; }

.btn-group-lg > .btn .caret, .btn-lg .caret {
  border-width: .3em .3em 0; }

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
  border-width: 0 .3em .3em; }

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  width: 100%; }

.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  max-width: 100%;
  width: 100%; }
  .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%; }
  .btn-group-vertical > .btn-group:after {
    clear: both;
    content: "";
    display: table; }
  .btn-group-vertical > .btn-group > .btn {
    float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group {
  margin-left: 0;
  margin-top: -1px; }

.btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-left: 0;
  margin-top: -1px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute; }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute; }

.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
  width: 100%; }
  .input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2; }
    .input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }

.input-group-addon, .input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%; }

.input-group-addon {
  background-color: #eceeef;
  border: 1px solid #b4b4b4;
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0;
  padding: .75rem 1.75rem;
  text-align: center; }
  .input-group-addon.form-control-sm {
    font-size: .875rem;
    padding: .25rem .5rem; }

.input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  font-size: .875rem;
  padding: .25rem .5rem; }

.input-group-addon.form-control-lg {
  font-size: 1.25rem;
  padding: .75rem 1.5rem; }

.input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  font-size: 1.25rem;
  padding: .75rem 1.5rem; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
  position: relative; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn {
    margin-left: -1px;
    z-index: 2; }
  .input-group-btn:not(:first-child) > .btn-group {
    margin-left: -1px;
    z-index: 2; }
    .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }
  .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
    z-index: 3; }

.custom-control {
  cursor: pointer;
  display: inline;
  padding-left: 1.5rem;
  position: relative; }
  .custom-control + .custom-control {
    margin-left: 1rem; }

.custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1; }
  .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #0074d9;
    color: #fff; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 .075rem #fff,0 0 0 .2rem #0074d9; }
  .custom-control-input:active ~ .custom-control-indicator {
    background-color: #84c6ff;
    color: #fff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #eee;
    cursor: not-allowed; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed; }

.custom-control-indicator {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background-color: #ddd;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  display: block;
  height: 1rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: .0625rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked .custom-control {
  display: inline; }
  .custom-controls-stacked .custom-control:after {
    content: "";
    display: block;
    margin-bottom: .25rem; }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

.custom-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none\9;
  background-size: 8px 10px;
  border: 1px solid #b4b4b4;
  color: #1d1d1d;
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem\9;
  vertical-align: middle; }
  .custom-select:focus {
    border-color: #51a7e8;
    outline: none; }
    .custom-select:focus::-ms-value {
      background-color: #fff;
      color: #1d1d1d; }
  .custom-select:disabled {
    background-color: #eceeef;
    color: #ececec;
    cursor: not-allowed; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  font-size: 75%;
  padding-bottom: .375rem;
  padding-top: .375rem; }

.custom-file {
  cursor: pointer;
  display: inline-block;
  height: 2.5rem;
  max-width: 100%;
  position: relative; }

.custom-file-input {
  filter: alpha(opacity=0);
  margin: 0;
  max-width: 100%;
  min-width: 14rem;
  opacity: 0; }

.custom-file-control {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
  height: 2.5rem;
  left: 0;
  line-height: 1.5;
  padding: .5rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 5; }
  .custom-file-control:lang(en):after {
    content: "Choose file..."; }
  .custom-file-control:before {
    background-color: #eee;
    border: 1px solid #ddd;
    bottom: -1px;
    color: #555;
    display: block;
    height: 2.5rem;
    line-height: 1.5;
    padding: .5rem 1rem;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 6; }
  .custom-file-control:lang(en):before {
    content: "Browse"; }

.nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #ececec;
    background-color: transparent;
    color: #ececec;
    cursor: not-allowed; }
    .nav-link.disabled:focus, .nav-link.disabled:hover {
      background-color: transparent;
      color: #ececec;
      cursor: not-allowed; }

.nav-inline .nav-item {
  display: inline-block; }
  .nav-inline .nav-item + .nav-item {
    margin-left: 1rem; }

.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #fff; }
  .nav-tabs:after {
    clear: both;
    content: "";
    display: table; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    display: block;
    padding: 2em 1.25em .5em; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #fff; }
    .nav-tabs .nav-link.disabled {
      background-color: transparent;
      border-color: transparent;
      color: #ececec; }
      .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
        background-color: transparent;
        border-color: transparent;
        color: #ececec; }
  .nav-tabs .nav-item.open .nav-link {
    background-color: #fff;
    border-color: #fff #fff transparent;
    color: #b4b4b4; }
    .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
      background-color: #fff;
      border-color: #fff #fff transparent;
      color: #b4b4b4; }
  .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #fff #fff transparent;
    color: #b4b4b4; }
    .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
      background-color: #fff;
      border-color: #fff #fff transparent;
      color: #b4b4b4; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.nav-pills:after {
  clear: both;
  content: "";
  display: table; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 2em 1.25em .5em; }

.nav-pills .nav-item.open .nav-link {
  background-color: #09c;
  color: #fff;
  cursor: default; }
  .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover {
    background-color: #09c;
    color: #fff;
    cursor: default; }

.nav-pills .nav-link.active {
  background-color: #09c;
  color: #fff;
  cursor: default; }
  .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
    background-color: #09c;
    color: #fff;
    cursor: default; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-left: 0;
    margin-top: .2rem; }

.navbar {
  padding: .5rem 1rem;
  position: relative; }
  .navbar:after {
    clear: both;
    content: "";
    display: table; }

.navbar-full {
  z-index: 1000; }

.navbar-fixed-bottom {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030; }

.navbar-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1030; }

.navbar-brand {
  float: left;
  font-size: 1.25rem;
  margin-right: 1rem;
  padding-bottom: .25rem;
  padding-top: .25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  padding-bottom: .425rem;
  padding-top: .425rem;
  width: 1px; }
  .navbar-divider:before {
    content: "\00a0"; }

.navbar-toggler {
  background: none;
  border: 1px solid transparent;
  font-size: 1.25rem;
  line-height: 1;
  padding: .5rem .75rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-bottom: .425rem;
  padding-top: .425rem; }

.navbar-nav .nav-item + .nav-item, .navbar-nav .nav-link + .nav-link {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: #000; }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #000; }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .active > .nav-link {
  color: #000; }
  .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover {
    color: #000; }

.navbar-light .navbar-nav .nav-link.active {
  color: #000; }
  .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover {
    color: #000; }

.navbar-light .navbar-nav .nav-link.open {
  color: #000; }
  .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover {
    color: #000; }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #000; }

.navbar-light .navbar-nav .open > .nav-link {
  color: #000; }
  .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
    color: #000; }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .active > .nav-link {
  color: #fff; }
  .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
  .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link.open {
  color: #fff; }
  .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover {
    color: #fff; }

.navbar-dark .navbar-nav .open > .nav-link {
  color: #fff; }
  .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover {
    color: #fff; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs:after, .navbar-toggleable-sm:after, .navbar-toggleable-md:after {
  clear: both;
  content: "";
  display: table; }

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.card {
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.125);
  display: block;
  margin-bottom: .75rem;
  position: relative; }

.card-block {
  padding: 1.25rem; }
  .card-block:after {
    clear: both;
    content: "";
    display: table; }

.card-title {
  margin-bottom: .75rem; }

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  background-color: #f5f5f5;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
  padding: .75rem 1.25rem; }
  .card-header:after {
    clear: both;
    content: "";
    display: table; }

.card-footer {
  background-color: #f5f5f5;
  border-top: 0 solid rgba(0, 0, 0, 0.125);
  padding: .75rem 1.25rem; }
  .card-footer:after {
    clear: both;
    content: "";
    display: table; }

.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -.75rem; }

.card-header-pills, .card-header-tabs {
  margin-left: -.625rem;
  margin-right: -.625rem; }

.card-primary {
  background-color: #09c;
  border-color: #09c; }
  .card-primary .card-footer, .card-primary .card-header {
    background-color: transparent; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .card-success .card-footer, .card-success .card-header {
    background-color: transparent; }

.card-info {
  background-color: #56748e;
  border-color: #56748e; }
  .card-info .card-footer, .card-info .card-header {
    background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .card-warning .card-footer, .card-warning .card-header {
    background-color: transparent; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }
  .card-danger .card-footer, .card-danger .card-header {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #09c; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #56748e; }

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse .card-footer, .card-inverse .card-header {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
  color: #fff; }

.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  border-left: 0;
  margin-bottom: 0;
  padding: 0; }

.card-img-overlay {
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0; }

@media (min-width: 544px) {
  .card-deck {
    border-spacing: 1.25rem 0;
    display: table;
    margin-bottom: .75rem;
    table-layout: fixed;
    width: 100%; }
    .card-deck .card {
      display: table-cell;
      margin-bottom: 0;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-left: -1.25rem;
    margin-right: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        border-left: 0;
        margin-left: 0; } }

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem; }
    .card-columns .card {
      width: 100%; } }

.breadcrumb {
  background-color: #eceeef;
  list-style: none;
  margin-bottom: 1rem;
  padding: .75rem 1rem; }
  .breadcrumb:after {
    clear: both;
    content: "";
    display: table; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item:before {
    color: #ececec;
    content: "/";
    display: inline-block;
    padding-left: .5rem;
    padding-right: .5rem; }
  .breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #ececec; }

.pagination {
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-left: 0; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0; }
  .page-item.active .page-link {
    background-color: #09c;
    border-color: #09c;
    color: #fff;
    cursor: default;
    z-index: 2; }
    .page-item.active .page-link:focus, .page-item.active .page-link:hover {
      background-color: #09c;
      border-color: #09c;
      color: #fff;
      cursor: default;
      z-index: 2; }
  .page-item.disabled .page-link {
    background-color: #fff;
    border-color: #ddd;
    color: #ececec;
    cursor: not-allowed;
    pointer-events: none; }
    .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
      background-color: #fff;
      border-color: #ddd;
      color: #ececec;
      cursor: not-allowed;
      pointer-events: none; }

.page-link {
  background-color: #fff;
  border: 0 solid #ddd;
  color: #09c;
  float: left;
  margin-left: -1px;
  padding: .5rem .75rem;
  position: relative;
  text-decoration: none; }
  .page-link:focus, .page-link:hover {
    background-color: #eceeef;
    border-color: #ddd;
    color: #006080; }

.pagination-lg .page-link {
  font-size: 1.25rem;
  padding: .75rem 1.5rem; }

.pagination-sm .page-link {
  font-size: .875rem;
  padding: .275rem .75rem; }

.tag {
  color: #fff;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: .25em .4em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap; }
  .tag:empty {
    display: none; }

.btn .tag {
  position: relative;
  top: -1px; }

a.tag:focus, a.tag:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none; }

.tag-pill {
  padding-left: .6em;
  padding-right: .6em; }

.tag-default {
  background-color: #ececec; }
  .tag-default[href]:focus, .tag-default[href]:hover {
    background-color: #d3d2d2; }

.tag-primary {
  background-color: #09c; }
  .tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #007399; }

.tag-success {
  background-color: #5cb85c; }
  .tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #449d44; }

.tag-info {
  background-color: #56748e; }
  .tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #435a6e; }

.tag-warning {
  background-color: #f0ad4e; }
  .tag-warning[href]:focus, .tag-warning[href]:hover {
    background-color: #ec971f; }

.tag-danger {
  background-color: #d9534f; }
  .tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #c9302c; }

.jumbotron {
  background-color: #eceeef;
  margin-bottom: 2rem;
  padding: 2rem 1rem; }

@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-left: 0;
  padding-right: 0; }

.alert {
  border: 1px solid transparent;
  margin-bottom: 1rem;
  padding: .75rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 1.5rem; }
  .alert-dismissible .close {
    color: inherit;
    position: relative;
    right: -.75rem;
    top: -.125rem; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: block;
  height: 1rem;
  margin-bottom: 1rem;
  width: 100%; }
  .progress[value] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #eee;
    border: 0;
    background-color: #eee; }
    .progress[value]::-ms-fill {
      background-color: #0074d9;
      border: 0; }
    .progress[value]::-moz-progress-bar, .progress[value]::-webkit-progress-value {
      background-color: #0074d9; }
    .progress[value]::-webkit-progress-bar {
      background-color: #eee; }

base::-moz-progress-bar {
  background-color: #eee; }

@media screen and (min-width: 0\0 ) {
  .progress {
    background-color: #eee; }
  .progress-bar {
    background-color: #0074d9;
    display: inline-block;
    height: 1rem;
    text-indent: -999rem; } }

.progress-striped[value]::-webkit-progress-value, .progress-striped[value]::-moz-progress-bar, .progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem; }

@media screen and (min-width: 0\0 ) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem; } }

.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0 ) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite; } }

.progress-success[value]::-webkit-progress-value, .progress-success[value]::-moz-progress-bar, .progress-success[value]::-ms-fill {
  background-color: #5cb85c; }

@media screen and (min-width: 0\0 ) {
  .progress-success .progress-bar {
    background-color: #5cb85c; } }

.progress-info[value]::-webkit-progress-value, .progress-info[value]::-moz-progress-bar, .progress-info[value]::-ms-fill {
  background-color: #56748e; }

@media screen and (min-width: 0\0 ) {
  .progress-info .progress-bar {
    background-color: #56748e; } }

.progress-warning[value]::-webkit-progress-value, .progress-warning[value]::-moz-progress-bar, .progress-warning[value]::-ms-fill {
  background-color: #f0ad4e; }

@media screen and (min-width: 0\0 ) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger[value]::-webkit-progress-value, .progress-danger[value]::-moz-progress-bar, .progress-danger[value]::-ms-fill {
  background-color: #d9534f; }

@media screen and (min-width: 0\0 ) {
  .progress-danger .progress-bar {
    background-color: #d9534f; } }

.media {
  overflow: hidden; }

.media-body {
  overflow: hidden;
  width: 10000px;
  display: table-cell;
  vertical-align: top; }

.media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-bottom: 5px;
  margin-top: 0; }

.media-list {
  list-style: none;
  padding-left: 0; }

.list-group {
  margin-bottom: 0;
  padding-left: 0; }

.list-group-item {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  margin-bottom: -1px;
  padding: .75rem 1.25rem;
  position: relative; }
  .list-group-item:last-child {
    margin-bottom: 0; }
  .list-group-item.disabled {
    background-color: #eceeef;
    color: #ececec;
    cursor: not-allowed; }
    .list-group-item.disabled:focus, .list-group-item.disabled:hover {
      background-color: #eceeef;
      color: #ececec;
      cursor: not-allowed; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
      color: #ececec; }
  .list-group-item.active {
    background-color: #09c;
    border-color: #09c;
    color: #fff;
    text-decoration: none;
    z-index: 2; }
    .list-group-item.active:focus, .list-group-item.active:hover {
      background-color: #09c;
      border-color: #09c;
      color: #fff;
      text-decoration: none;
      z-index: 2; }
    .list-group-item.active .list-group-item-heading {
      color: inherit; }
      .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small {
        color: inherit; }
    .list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
      .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small {
        color: inherit; }
    .list-group-item.active:hover .list-group-item-heading {
      color: inherit; }
      .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
      color: #99e6ff; }

.list-group-flush .list-group-item {
  border-radius: 0; }

.list-group-item-action {
  color: #555;
  text-align: inherit;
  width: 100%; }
  .list-group-item-action .list-group-item-heading {
    color: #333; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    background-color: #f5f5f5;
    color: #555;
    text-decoration: none; }

.list-group-item-success {
  background-color: #dff0d8;
  color: #3c763d; }

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:focus, a.list-group-item-success:hover {
  background-color: #d0e9c6;
  color: #3c763d; }

button.list-group-item-success:focus, button.list-group-item-success:hover {
  background-color: #d0e9c6;
  color: #3c763d; }

a.list-group-item-success.active {
  background-color: #3c763d;
  border-color: #3c763d;
  color: #fff; }
  a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
    background-color: #3c763d;
    border-color: #3c763d;
    color: #fff; }

button.list-group-item-success.active {
  background-color: #3c763d;
  border-color: #3c763d;
  color: #fff; }
  button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    background-color: #3c763d;
    border-color: #3c763d;
    color: #fff; }

.list-group-item-info {
  background-color: #d9edf7;
  color: #31708f; }

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:focus, a.list-group-item-info:hover {
  background-color: #c4e3f3;
  color: #31708f; }

button.list-group-item-info:focus, button.list-group-item-info:hover {
  background-color: #c4e3f3;
  color: #31708f; }

a.list-group-item-info.active {
  background-color: #31708f;
  border-color: #31708f;
  color: #fff; }
  a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
    background-color: #31708f;
    border-color: #31708f;
    color: #fff; }

button.list-group-item-info.active {
  background-color: #31708f;
  border-color: #31708f;
  color: #fff; }
  button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    background-color: #31708f;
    border-color: #31708f;
    color: #fff; }

.list-group-item-warning {
  background-color: #fcf8e3;
  color: #8a6d3b; }

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:focus, a.list-group-item-warning:hover {
  background-color: #faf2cc;
  color: #8a6d3b; }

button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  background-color: #faf2cc;
  color: #8a6d3b; }

a.list-group-item-warning.active {
  background-color: #8a6d3b;
  border-color: #8a6d3b;
  color: #fff; }
  a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    color: #fff; }

button.list-group-item-warning.active {
  background-color: #8a6d3b;
  border-color: #8a6d3b;
  color: #fff; }
  button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    color: #fff; }

.list-group-item-danger {
  background-color: #f2dede;
  color: #a94442; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

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:focus, a.list-group-item-danger:hover {
  background-color: #ebcccc;
  color: #a94442; }

button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  background-color: #ebcccc;
  color: #a94442; }

a.list-group-item-danger.active {
  background-color: #a94442;
  border-color: #a94442;
  color: #fff; }
  a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
    background-color: #a94442;
    border-color: #a94442;
    color: #fff; }

button.list-group-item-danger.active {
  background-color: #a94442;
  border-color: #a94442;
  color: #fff; }
  button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    background-color: #a94442;
    border-color: #a94442;
    color: #fff; }

.list-group-item-heading {
  margin-bottom: 5px;
  margin-top: 0; }

.list-group-item-text {
  line-height: 1.3;
  margin-bottom: 0; }

.embed-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  color: #096;
  float: right;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1;
  opacity: .2;
  text-shadow: 0 1px 0 #fff; }
  .close:focus, .close:hover {
    color: #096;
    cursor: pointer;
    opacity: .5;
    text-decoration: none; }

button.close {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0; }

.modal, .modal-open {
  overflow: hidden; }

.modal {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050; }
  .modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transform: translateY(-25%);
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  margin: 10px;
  position: relative;
  width: auto; }

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  position: relative; }

.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: .5; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px; }
  .modal-header:after {
    clear: both;
    content: "";
    display: table; }
  .modal-header .close {
    margin-top: -2px; }

.modal-title {
  line-height: 1.5;
  margin: 0; }

.modal-body {
  padding: 15px;
  position: relative; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  text-align: right; }
  .modal-footer:after {
    clear: both;
    content: "";
    display: table; }

.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px; }

@media (min-width: 544px) {
  .modal-dialog {
    margin: 30px auto;
    max-width: 600px; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.tooltip {
  display: block;
  font-family: Univers W01,HelveticaNeue,Helvetica,Arial,sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  opacity: 0;
  position: absolute;
  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: break-word;
  z-index: 1070; }
  .tooltip.in {
    opacity: .9; }
  .tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip.tooltip-top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px; }
  .tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bs-tether-element-attached-left .tooltip-arrow, .tooltip.tooltip-right .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%; }
  .tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.bs-tether-element-attached-top .tooltip-arrow, .tooltip.tooltip-bottom .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0; }
  .tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
    margin-left: -3px;
    padding: 0 5px; }
  .tooltip.bs-tether-element-attached-right .tooltip-arrow, .tooltip.tooltip-left .tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%; }

.tooltip-inner {
  background-color: #000;
  color: #fff;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center; }

.tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0; }

.popover {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  font-family: Univers W01,HelveticaNeue,Helvetica,Arial,sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  padding: 1px;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: break-word;
  z-index: 1060; }
  .popover.bs-tether-element-attached-bottom, .popover.popover-top {
    margin-top: -10px; }
  .popover.bs-tether-element-attached-bottom .popover-arrow, .popover.popover-top .popover-arrow {
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px; }
  .popover.bs-tether-element-attached-bottom .popover-arrow:after, .popover.popover-top .popover-arrow:after {
    border-bottom-width: 0;
    border-top-color: #fff;
    bottom: 1px;
    content: "";
    margin-left: -10px; }
  .popover.bs-tether-element-attached-left, .popover.popover-right {
    margin-left: 10px; }
  .popover.bs-tether-element-attached-left .popover-arrow, .popover.popover-right .popover-arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    left: -11px;
    margin-top: -11px;
    top: 50%; }
  .popover.bs-tether-element-attached-left .popover-arrow:after, .popover.popover-right .popover-arrow:after {
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -10px;
    content: "";
    left: 1px; }
  .popover.bs-tether-element-attached-top, .popover.popover-bottom {
    margin-top: 10px; }
  .popover.bs-tether-element-attached-top .popover-arrow, .popover.popover-bottom .popover-arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px; }
  .popover.bs-tether-element-attached-top .popover-arrow:after, .popover.popover-bottom .popover-arrow:after {
    border-bottom-color: #fff;
    border-top-width: 0;
    content: "";
    margin-left: -10px;
    top: 1px; }
  .popover.bs-tether-element-attached-right, .popover.popover-left {
    margin-left: -10px; }
  .popover.bs-tether-element-attached-right .popover-arrow, .popover.popover-left .popover-arrow {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%; }
  .popover.bs-tether-element-attached-right .popover-arrow:after, .popover.popover-left .popover-arrow:after {
    border-left-color: #fff;
    border-right-width: 0;
    bottom: -10px;
    content: "";
    right: 1px; }

.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  font-size: 1rem;
  margin: 0;
  padding: 8px 14px; }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow {
  border-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border-width: 11px; }
  .popover-arrow:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    content: ""; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .carousel-item {
    -webkit-transition: left .6s ease-in-out;
    display: none;
    position: relative;
    transition: left .6s ease-in-out; }
    .carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img {
      line-height: 1; }
  .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%; }

@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner > .carousel-item {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out; }
    .carousel-inner > .carousel-item.active.right, .carousel-inner > .carousel-item.next {
      -webkit-transform: translate3d(100%, 0, 0);
      left: 0;
      transform: translate3d(100%, 0, 0); }
    .carousel-inner > .carousel-item.active.left, .carousel-inner > .carousel-item.prev {
      -webkit-transform: translate3d(-100%, 0, 0);
      left: 0;
      transform: translate3d(-100%, 0, 0); }
    .carousel-inner > .carousel-item.active, .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right {
      -webkit-transform: translateZ(0);
      left: 0;
      transform: translateZ(0); } }

.carousel-control {
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  opacity: .5;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  top: 0;
  width: 15%; }
  .carousel-control.left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1); }
  .carousel-control.right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
    left: auto;
    right: 0; }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none; }
  .carousel-control .icon-next {
    display: inline-block;
    font-family: serif;
    height: 20px;
    line-height: 1;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5; }
  .carousel-control .icon-prev {
    display: inline-block;
    font-family: serif;
    height: 20px;
    line-height: 1;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5;
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    margin-right: -10px;
    right: 50%; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  bottom: 10px;
  left: 50%;
  list-style: none;
  margin-left: -30%;
  padding-left: 0;
  position: absolute;
  text-align: center;
  width: 60%;
  z-index: 15; }
  .carousel-indicators li {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px; }
  .carousel-indicators .active {
    background-color: #fff;
    height: 12px;
    margin: 0;
    width: 12px; }

.carousel-caption {
  bottom: 20px;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 10; }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-next {
    font-size: 30px;
    height: 30px;
    margin-top: -15px;
    width: 30px; }
  .carousel-control .icon-prev {
    font-size: 30px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%; }
  .carousel-indicators {
    bottom: 20px; } }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  background-color: #09c !important;
  color: #fff !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #007399 !important; }

.bg-success {
  background-color: #5cb85c !important;
  color: #fff !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #56748e !important;
  color: #fff !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #435a6e !important; }

.bg-warning {
  background-color: #f0ad4e !important;
  color: #fff !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important;
  color: #fff !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #777 !important;
  color: #fff !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #5e5d5d !important; }

.clearfix:after {
  clear: both;
  content: "";
  display: table; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.w-100 {
  width: 100% !important; }

.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.m-a-0 {
  margin: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.m-y-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.m-a-1 {
  margin: 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.m-y-1 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important; }

.m-a-2 {
  margin: 2rem !important; }

.m-t-2 {
  margin-top: 2rem !important; }

.m-r-2 {
  margin-right: 2rem !important; }

.m-b-2 {
  margin-bottom: 2rem !important; }

.m-l-2 {
  margin-left: 2rem !important; }

.m-x-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

.m-y-2 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important; }

.m-a-3 {
  margin: 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.m-y-3 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important; }

.p-a-0 {
  padding: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.p-y-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

.p-a-1 {
  padding: 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.p-y-1 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important; }

.p-a-2 {
  padding: 2rem !important; }

.p-t-2 {
  padding-top: 2rem !important; }

.p-r-2 {
  padding-right: 2rem !important; }

.p-b-2 {
  padding-bottom: 2rem !important; }

.p-l-2 {
  padding-left: 2rem !important; }

.p-x-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.p-y-2 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important; }

.p-a-3 {
  padding: 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.p-y-3 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important; }

.pos-f-t {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-bold {
  font-weight: 700; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #ececec !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #d3d2d2 !important; }

.text-primary {
  color: #09c !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #007399 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #56748e !important; }

a.text-info:focus, a.text-info:hover {
  color: #435a6e !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up, .hidden-xl-down, .visible-print-block, .visible-print-inline, .visible-print-inline-block {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

@media print {
  .visible-print-block {
    display: block !important; } }

@media print {
  .visible-print-inline {
    display: inline !important; } }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

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

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

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

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

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

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

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

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

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

.fa-plus-circle:before {
  content: ""; }

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

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

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

.fa-question-circle:before {
  content: ""; }

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

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

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

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

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

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

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

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

.fa-plus-square:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

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

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

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

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

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

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

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

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

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

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

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

.fa-thumbs-down:before {
  content: ""; }

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

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

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

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

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

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

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

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

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

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

.fa-clone:before {
  content: ""; }

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

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

.fa-get-pocket:before {
  content: ""; }

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

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

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

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

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

.fa-stop-circle-o:before {
  content: ""; }

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

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

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

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

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

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

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

.fa-pied-piper:before {
  content: ""; }

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

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

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

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

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

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

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

html {
  background: #777 !important;
  background-color: #777 !important;
  font-size: 14px; }

*:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: 3px !important; }

@media (min-width: 768px) {
  html {
    font-size: 15px; } }

@media (min-width: 992px) {
  html {
    font-size: 16px; } }

.material-icons {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  display: inline-block;
  font-family: Material Icons;
  -moz-font-feature-settings: "liga";
       font-feature-settings: "liga";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal; }

.js .js-hide, .no-js .no-js-hide {
  display: none; }

/*body > nav + * {
  margin-top: 95px;
}

@media (min-width: 544px) {
  body > nav + * {
    margin-top: 73px;
  }
}

@media (min-width: 768px) {
  body > nav + * {
    margin-top: 114px;
  }
}

@media (min-width: 992px) {
  body > nav + * {
    margin-top: 7.5rem;
  }
}*/
.h1, h1 {
  line-height: 1.25em;
  margin-bottom: .813rem; }

.h2, h2 {
  line-height: 1.167em;
  margin-bottom: 1.25rem; }

.h4, h4 {
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1rem; }

.h1 small, .h2 small, .h3 small, h1 small, h2 small, h3 small {
  display: block;
  font-size: 1rem;
  line-height: 1.5em;
  padding-bottom: .75rem;
  text-transform: uppercase; }

.h1.card-title, h1.card-title {
  font-size: 1.563rem; }

.ansprechpartner.secondary, .bg-inverse {
  color: #fff; }

.ansprechpartner.secondary a, .bg-inverse a {
  color: #fff !important; }

.ansprechpartner.secondary a, .bg-inverse a {
  border-color: #fff;
  color: #fff !important; }
  .ansprechpartner.secondary a.btn-primary, .bg-inverse a.btn-primary {
    border-color: #fff;
    color: #fff !important; }

a.btn-secondary {
  color: #fff !important; }

.bgcolor-lightblue {
  background: #f2fafc; }

.bgcolor-lightgray {
  background: #ececec; }

.inlineb {
  display: inline-block;
  vertical-align: baseline; }
  .inlineb.filtertheme {
    margin-bottom: 1.688rem; }
  .inlineb + form {
    display: inline-block;
    margin: 0 0 1rem 1em;
    vertical-align: baseline; }
  .inlineb + span {
    margin-left: 10px; }

span.label {
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  color: #b4b4b4;
  display: inline-block;
  font-size: .875rem;
  line-height: 1rem;
  margin-right: 5px;
  margin-top: .313rem;
  padding: .375rem 1.125rem; }

.wysiwyg {
  margin-bottom: 1rem; }

.nav-justified {
  border-bottom: 0;
  width: 100%; }
  .nav-justified .nav-item {
    float: none; }
  .nav-justified .nav-link {
    margin-bottom: 5px;
    text-align: center;
    border-radius: .25rem;
    margin-right: 0; }
    .nav-justified .nav-link.active {
      border: 1px solid #fff; }
      .nav-justified .nav-link.active:focus, .nav-justified .nav-link.active:hover {
        border: 1px solid #fff; }
  .nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto; }

@media (min-width: 544px) {
  .nav-justified .nav-item {
    display: table-cell;
    width: 1%; }
  .nav-justified .nav-link {
    margin-bottom: 0; } }

@media (min-width: 544px) {
  .nav-justified .nav-link {
    border-bottom: 1px solid #fff;
    border-radius: .25rem .25rem 0 0; }
    .nav-justified .nav-link.active {
      border-bottom-color: #fff; }
      .nav-justified .nav-link.active:focus, .nav-justified .nav-link.active:hover {
        border-bottom-color: #fff; } }

nav.navbar {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 0; }

nav .nav-wrapper form {
  margin-bottom: 30px;
  margin-top: 20px; }
  nav .nav-wrapper form .form-group {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
    width: 98%; }
    nav .nav-wrapper form .form-group input[type=text] {
      -webkit-box-shadow: inset 0 0 15px 0 #ececec;
      border: 1px solid #b4b4b4;
      box-shadow: inset 0 0 15px 0 #ececec;
      color: #09c;
      padding: .375rem .75rem; }
      nav .nav-wrapper form .form-group input[type=text]:focus {
        -webkit-box-shadow: none;
        border: 1px solid #09c;
        box-shadow: none;
        color: #09c; }

@media (min-width: 768px) {
  nav .nav-wrapper form .form-group input[type=text] {
    font-size: .875rem; } }

@media (min-width: 992px) {
  nav .nav-wrapper form {
    float: right;
    margin-bottom: 0;
    margin-left: 1rem; } }

@media (min-width: 544px) {
  #navbar {
    float: right; } }

#navbar.collapse.in, #navbar.collapsing {
  max-height: 80vh;
  overflow-y: scroll;
  width: 100%; }

#navbar.collapse.in + .navbar-pinned, #navbar.collapsing + .navbar-pinned {
  visibility: hidden; }

#navbar.navbar-toggleable-md .navbar-nav:nth-child(2) .nav-item {
  float: left; }
  #navbar.navbar-toggleable-md .navbar-nav:nth-child(2) .nav-item:not(:last-child) .nav-link:after {
    content: "|";
    display: inline-block;
    font-weight: 400;
    margin: -8px -10px 0 10px;
    vertical-align: middle; }
  #navbar.navbar-toggleable-md .navbar-nav:nth-child(2) .nav-item .active .nav-link {
    font-weight: 700; }

@media (min-width: 544px) {
  #navbar.collapse.in, #navbar.collapsing {
    margin: 2.214rem 0 0 60px; } }

@media (min-width: 768px) {
  #navbar.collapse.in, #navbar.collapsing {
    margin-right: 1.875rem; } }

@media (max-width: 767px) {
  #navbar.collapse.in .nav-link, #navbar.collapsing .nav-link {
    margin-bottom: 10px;
    padding: 6px 0 6px 12px; } }

@media (min-width: 992px) {
  #navbar.navbar-toggleable-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    display: -ms-flexbox !important;
    display: flex !important;
    float: none;
    -ms-flex-pack: end;
        justify-content: flex-end; } }

#meta {
  margin: 30px 0 0; }
  #meta a {
    color: #8d8d8d; }

@media (min-width: 992px) {
  #meta {
    -ms-flex: 1 1 auto;
    -ms-flex-pack: end;
    -webkit-box-flex: 1;
    -webkit-box-pack: end;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin: 0;
    display: -ms-flexbox;
    display: flex; }
    #meta .navbar-nav {
      display: -ms-flexbox;
      display: flex;
      float: none;
      margin-top: 22px;
      -ms-flex-align: center;
          align-items: center; }
      #meta .navbar-nav:first-child {
        -ms-flex: 1 1 auto;
        -ms-flex-pack: end;
        -webkit-box-flex: 1;
        -webkit-box-pack: end;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 992px) and (min-width: 768px) {
  #meta .navbar-nav:first-child {
    margin-left: 40px; } }

@media (min-width: 992px) and (min-width: 1200px) {
  #meta .navbar-nav:first-child {
    margin-left: 60px; } }

@media (min-width: 992px) {
  #meta .navbar-nav:nth-child(2) {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0; }
  #meta .navbar-nav.justify-content-lg-end {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  #meta .nav-item {
    float: none;
    margin-right: 0; }
  #meta .nav-link {
    font-size: .875rem;
    text-align: center; } }

@media (min-width: 1200px) {
  #meta .nav-item {
    margin-right: 0; } }

@media (min-width: 544px) {
  .navbar-nav .home i {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%231d1d1d' fill-rule='evenodd' width='22' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.791 8.079L11.9.542l-.548-.43a.585.585 0 0 0-.714 0L7.785 2.348V1.4a.544.544 0 0 0-.559-.528H5.1a.544.544 0 0 0-.559.528v3.482L.206 8.22a.508.508 0 0 0-.08.742.573.573 0 0 0 .434.194.58.58 0 0 0 .353-.119l1.691-1.3v8.734a.544.544 0 0 0 .559.528h5.973a.544.544 0 0 0 .559-.528v-4.092H12.3v4.093a.544.544 0 0 0 .559.528h5.973a.545.545 0 0 0 .56-.528V7.608l1.693 1.291a.576.576 0 0 0 .351.117.569.569 0 0 0 .435-.2.507.507 0 0 0-.08-.737zM5.659 1.93h1.013v1.258l-1.013.774V1.93zm12.619 4.977v9.037h-4.856v-4.092a.544.544 0 0 0-.559-.528H9.136a.545.545 0 0 0-.559.528v4.093H3.722V6.908l2.173-1.7s5.089-3.935 5.121-3.988z'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: 100%;
    border: 0;
    display: inline-block;
    height: 17px;
    width: 22px; }
    .navbar-nav .home i:hover {
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2309c' fill-rule='evenodd' width='22' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.791 8.079L11.9.542l-.548-.43a.585.585 0 0 0-.714 0L7.785 2.348V1.4a.544.544 0 0 0-.559-.528H5.1a.544.544 0 0 0-.559.528v3.482L.206 8.22a.508.508 0 0 0-.08.742.573.573 0 0 0 .434.194.58.58 0 0 0 .353-.119l1.691-1.3v8.734a.544.544 0 0 0 .559.528h5.973a.544.544 0 0 0 .559-.528v-4.092H12.3v4.093a.544.544 0 0 0 .559.528h5.973a.545.545 0 0 0 .56-.528V7.608l1.693 1.291a.576.576 0 0 0 .351.117.569.569 0 0 0 .435-.2.507.507 0 0 0-.08-.737zM5.659 1.93h1.013v1.258l-1.013.774V1.93zm12.619 4.977v9.037h-4.856v-4.092a.544.544 0 0 0-.559-.528H9.136a.545.545 0 0 0-.559.528v4.093H3.722V6.908l2.173-1.7s5.089-3.935 5.121-3.988z'/%3E%3C/svg%3E"); } }

@media (min-width: 992px) {
  .navbar-nav {
    clear: right;
    float: left; } }

@media (min-width: 992px) {
  .navbar-nav.mainnav {
    margin: 64px 0 0 60px; } }

.navbar-nav .nav-item {
  margin-left: 0; }
  .navbar-nav .nav-item.home {
    margin-left: 0; }

.navbar-nav .nav-link {
  padding: 6px 10px 18px; }

.navbar-nav .nav-item.active a {
  color: #09c !important; }

.navbar-nav .dropdown-menu {
  -webkit-transition: all .3s ease-out;
  border: 0;
  display: block;
  opacity: 0;
  transition: all .3s ease-out;
  visibility: hidden; }

.navbar-nav .open .dropdown-menu, .navbar-nav .open .dropdown-toggle {
  background: #b4b4b4;
  left: 0;
  margin-top: 0;
  opacity: 1;
  right: 0;
  visibility: visible; }

.navbar-nav .open .dropdown-menu .container, .navbar-nav .open .dropdown-menu .container-fluid {
  padding-top: 2.375rem; }

.navbar-nav .open .dropdown-toggle {
  color: #1d1d1d; }
  .navbar-nav .open .dropdown-toggle .container, .navbar-nav .open .dropdown-toggle .container-fluid {
    padding-top: 2.375rem; }
  .navbar-nav .open .dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23FFF' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E"); }

.navbar-nav .open .dropdown-menu {
  padding: 0 10px; }

.navbar-nav .nav-item-languages .nav-link {
  display: inline-block;
  margin-left: 0; }
  .navbar-nav .nav-item-languages .nav-link:first-child {
    padding-right: 3px; }
  .navbar-nav .nav-item-languages .nav-link:last-child {
    padding-left: 3px; }
  .navbar-nav .nav-item-languages .nav-link.active {
    color: #09c !important; }
  .navbar-nav .nav-item-languages .nav-link img {
    vertical-align: text-bottom; }

@media (max-width: 991px) {
  .navbar-nav .nav-item {
    float: none; }
    .navbar-nav .nav-item + .nav-item {
      margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-nav .nav-item + .nav-item, .navbar-nav .nav-item.home + .nav-item {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .navbar-nav .nav-item + .nav-item, .navbar-nav .nav-item.home + .nav-item {
    margin-left: 0; } }

@media (max-width: 767px) {
  .navbar-nav .nav-link {
    font-size: .857rem;
    font-size: 1rem; } }

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 1.125rem; } }

@media (max-width: 991px) {
  .navbar-nav .nav-link + ul li {
    padding-bottom: 10px; } }

.dropdown-menu {
  max-height: 80vh !important;
  overflow-y: scroll !important;
  top: auto !important; }

.navbar-nav > .hidden-md-down > .nav-link {
  font-size: .875rem;
  padding: 10px 10px 20px; }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  text-decoration: underline; }

.navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover {
  color: #09c;
  color: #fff;
  text-decoration: underline; }

.navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
  color: #09c;
  color: #fff;
  text-decoration: underline; }

.navbar-light .navbar-nav .active.open > .nav-link {
  color: #fff !important; }

.navbar-pinned {
  padding: 0;
  position: static; }
  .navbar-pinned .nav-item {
    display: inline-block; }
    .navbar-pinned .nav-item.home {
      margin-left: -10px; }
      .navbar-pinned .nav-item.home + .nav-item {
        margin-left: -10px; }
    .navbar-pinned .nav-item + .nav-item {
      margin-left: .5rem; }
    .navbar-pinned .nav-item.active a {
      color: #09c; }
    .navbar-pinned .nav-item.dropdown {
      position: static; }

@media (min-width: 544px) {
  .navbar-pinned {
    float: left;
    margin: 2.214rem 0 0 20px; } }

@media (min-width: 1200px) {
  .navbar-pinned {
    margin: 2.214rem 0 0 60px; } }

@media (min-width: 768px) {
  .navbar-pinned {
    margin-top: 4.533rem; } }

@media (min-width: 992px) {
  .navbar-pinned {
    margin-top: 0; } }

@media (min-width: 1200px) {
  .navbar-pinned .nav-item + .nav-item {
    margin-left: 1rem; } }

@media (min-width: 544px) {
  .navbar-pinned .nav-item.home + .nav-item {
    margin-left: .5rem; } }

@media (min-width: 1200px) {
  .navbar-pinned .nav-item.home + .nav-item {
    margin-left: 1.714rem; } }

@media (max-width: 543px) {
  .navbar-pinned .nav-link {
    font-size: .857rem;
    padding-bottom: .786rem; } }

.navbar-brand {
  margin-right: 0;
  padding-bottom: .5rem;
  padding-top: 1rem; }
  .navbar-brand img {
    height: 40px; }

@media (max-width: 543px) {
  .navbar-brand {
    display: block;
    float: none; } }

@media (min-width: 768px) {
  .navbar-brand {
    padding-bottom: 1.563rem; } }

@media (min-width: 768px) {
  .navbar-brand img {
    height: auto;
    max-width: 100px; } }

.navbar-toggler {
  position: absolute;
  right: 0;
  top: 16px; }

@media (min-width: 544px) {
  .navbar-toggler {
    right: .9375rem; } }

@media (min-width: 768px) {
  .navbar-toggler {
    top: 32px; } }

.icon-bar {
  background: #09c;
  display: block;
  height: 3px;
  width: 26px; }
  .icon-bar + .icon-bar {
    margin-top: 4px; }

.toggle-label {
  margin-top: 4px;
  color: #09c;
  display: block;
  font-size: 9px; }

.nav-justified .nav-item {
  padding: .25rem .25rem 0; }
  .nav-justified .nav-item:first-child {
    padding-left: 0; }
  .nav-justified .nav-item:last-child {
    padding-right: 0; }

.nav-justified .nav-link {
  background: #fff;
  border: 2px solid #096;
  border-radius: 0;
  color: #096;
  text-align: left; }

.nav-tabs .nav-link {
  background: #ececec;
  cursor: pointer;
  padding-top: .5em; }
  .nav-tabs .nav-link.active {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    color: #1d1d1d; }
    .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
      -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
      background: #fff;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
      color: #1d1d1d; }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    color: #1d1d1d; }
  .nav-tabs .nav-link.active {
    cursor: auto; }

.nav-tabs .nav-item {
  padding-bottom: 0; }

@media (min-width: 768px) {
  .nav-tabs .nav-link {
    padding-bottom: .6em;
    padding-top: .56em; } }

@media (min-width: 768px) and (max-width: 991px) {
  .nav-tabs .nav-link {
    padding-bottom: .8em;
    padding-top: .84em; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.tabbable .nav-tabs > .nav-item > .nav-link {
  -webkit-transition: background-color .3s,color .3s;
  color: #1d1d1d;
  transition: background-color .3s,color .3s; }
  .tabbable .nav-tabs > .nav-item > .nav-link.active, .tabbable .nav-tabs > .nav-item > .nav-link:hover {
    color: #1d1d1d; }

.tabbable.tabs-left .nav-tabs {
  border-bottom: none; }
  .tabbable.tabs-left .nav-tabs > .nav-item {
    float: none;
    margin-bottom: 0; }
    .tabbable.tabs-left .nav-tabs > .nav-item + .nav-item {
      margin-left: 0; }
    .tabbable.tabs-left .nav-tabs > .nav-item > .nav-link {
      border-top-color: #fff; }

.tabbable.tabs-left .tab-content {
  border-top: 2px solid #fff; }

.tabbable .tab-content {
  overflow: auto; }

@media (min-width: 768px) {
  .tabbable.tabs-left .nav-tabs {
    float: left; } }

@media (min-width: 768px) {
  .tabbable.tabs-left .tab-content {
    border-left: 2px solid #fff;
    border-top: 0; } }

.dropdown-toggle:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z' fill='%23008ac2'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E") no-repeat 50%;
  background-size: 145%;
  border: 0;
  height: 13px;
  margin-left: .9375rem;
  margin-right: 0;
  width: 16px; }

.sidebar[class*=col-] {
  padding-left: 0;
  padding-right: 0; }

.nav-sidebar {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  position: absolute;
  z-index: 1000; }
  .nav-sidebar a {
    display: block;
    line-height: 1.25rem;
    padding: .875rem 1.125rem; }
  .nav-sidebar > li > a {
    background: #09c;
    color: #fff; }
  .nav-sidebar > li li > a {
    -webkit-transition: all 0.25s cubic-bezier(0.6, -0.28, 0.74, 0.05);
    background: #ccebf5;
    color: #1d1d1d;
    transition: all 0.25s cubic-bezier(0.6, -0.28, 0.74, 0.05); }
    .nav-sidebar > li li > a:before {
      -webkit-transition: inherit;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2309c' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
      background-position: -3px -3px;
      background-repeat: no-repeat;
      content: "";
      display: inline-block;
      float: right;
      height: 12px;
      margin: 5px 0 0 2px;
      position: relative;
      transition: inherit;
      vertical-align: middle;
      width: 12px; }
    .nav-sidebar > li li > a.active, .nav-sidebar > li li > a:focus, .nav-sidebar > li li > a:hover {
      background: #a1daed; }
    .nav-sidebar > li li > a.active:before, .nav-sidebar > li li > a:focus:before, .nav-sidebar > li li > a:hover:before {
      margin: 5px -10px 0 12px; }
  .nav-sidebar ul {
    list-style-type: none;
    padding-left: 0; }

@media (min-width: 544px) {
  .nav-sidebar {
    width: 178px; } }

@media (min-width: 768px) {
  .nav-sidebar {
    width: 225px; } }

@media (min-width: 992px) {
  .nav-sidebar {
    width: 219px; } }

@media (min-width: 1200px) {
  .nav-sidebar {
    width: 269px; } }

.editmode .nav-sidebar {
  opacity: .2;
  z-index: 0; }

.bc {
  background-color: #ececec; }

.breadcrumb {
  background: none;
  font-size: .875rem;
  margin: 0;
  padding: .875em 0; }
  .breadcrumb > li {
    color: #1d1d1d; }
    .breadcrumb > li a {
      color: #1d1d1d; }
    .breadcrumb > li span {
      color: #bfbfbf; }
    .breadcrumb > li + li:before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23818a91' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
      background-position: -2px -4px;
      content: "";
      height: 12px;
      margin: 0 15px;
      padding-left: .25rem;
      padding-right: .25rem;
      vertical-align: middle;
      width: 8px; }
    .breadcrumb > li > .active {
      color: #007cb9; }

@media (max-width: 767px) {
  .breadcrumb {
    display: none; } }

.pagination {
  margin: 1.188rem auto 1rem; }

@media (min-width: 992px) {
  .pagination {
    margin-top: 1.875rem; } }

.page-link {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border: none !important;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin: 0 .625rem .625rem;
  text-align: center;
  width: 2.5rem; }
  .page-link:focus, .page-link:hover {
    text-decoration: none; }

.page-item.active .page-link {
  box-shadow: none;
  text-decoration: none; }

.page-item.first, .page-item.last, .page-item.next, .page-item.prev {
  display: none; }

span[itemprop] {
  display: block; }
  span[itemprop][itemprop=addressLocality], span[itemprop][itemprop=postalCode] {
    display: inline-block; }

[itemtype="http://schema.org/ContactPoint"] {
  line-height: 2.35rem; }

[itemprop=email]:before, [itemprop=faxNumber]:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block; }

[itemprop=telephone]:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='%23009A66' d='M3.62 7.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2a.996.996 0 0 1 1.02-.24c1.12.371 2.33.57 3.57.57.55 0 1 .45 1 1V17c0 .55-.45 1-1 1C7.61 18 0 10.391 0 1c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
  height: 18px;
  margin: 0 16px 0 1px;
  width: 18px; }

[itemprop=faxNumber]:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18'%3E%3Cpath fill='%23009A66' d='M17 5H3C1.34 5 0 6.34 0 8v6h4v4h12v-4h4V8c0-1.66-1.34-3-3-3zm-3 11H6v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H4v4h12V0z'/%3E%3C/svg%3E");
  height: 18px;
  margin-right: 15px;
  width: 20px; }

[itemprop=email] {
  text-decoration: underline; }
  [itemprop=email]:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16'%3E%3Cpath fill='%23009A66' d='M18 0H2C.9 0 .01.9.01 2L0 14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm0 14H2V4l8 5 8-5v10zm-8-7L2 2h16l-8 5z'/%3E%3C/svg%3E");
    height: 16px;
    margin-right: 15px;
    width: 20px; }

.ansprechpartner.secondary [itemprop=telephone]:before, .bg-inverse [itemprop=telephone]:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='%23fff' d='M3.62 7.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2a.996.996 0 0 1 1.02-.24c1.12.371 2.33.57 3.57.57.55 0 1 .45 1 1V17c0 .55-.45 1-1 1C7.61 18 0 10.391 0 1c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
  height: 18px;
  width: 18px; }

.ansprechpartner.secondary [itemprop=faxNumber]:before, .bg-inverse [itemprop=faxNumber]:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18'%3E%3Cpath fill='%23fff' d='M17 5H3C1.34 5 0 6.34 0 8v6h4v4h12v-4h4V8c0-1.66-1.34-3-3-3zm-3 11H6v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H4v4h12V0z'/%3E%3C/svg%3E"); }

.ansprechpartner.secondary [itemprop=email]:before, .bg-inverse [itemprop=email]:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16'%3E%3Cpath fill='%23fff' d='M18 0H2C.9 0 .01.9.01 2L0 14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm0 14H2V4l8 5 8-5v10zm-8-7L2 2h16l-8 5z'/%3E%3C/svg%3E"); }

.ansprechpartner.secondary [itemprop=telephone]:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='%23fff' d='M3.62 7.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2a.996.996 0 0 1 1.02-.24c1.12.371 2.33.57 3.57.57.55 0 1 .45 1 1V17c0 .55-.45 1-1 1C7.61 18 0 10.391 0 1c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
  height: 18px;
  margin-right: 15px;
  width: 18px; }

.news header i, .pressemeldung header i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2309c' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17H4v2h10v-2zm6-8H4v2h16V9zM4 15h16v-2H4v2zM4 5v2h16V5H4z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E"); }

.event header i, .news header i, .pressemeldung header i {
  display: inline-block;
  float: right;
  height: 24px;
  margin-left: 10px;
  width: 24px; }

.event header i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2309c' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z'/%3E%3C/svg%3E"); }

.rss-feed-link {
  float: right;
  line-height: 1.1;
  margin-right: 0;
  margin-top: 0;
  max-width: 50%;
  text-align: right; }
  .rss-feed-link:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='402.041' height='402.04' fill='%2309c'%3E%3Cpath d='M54.816 292.382c-15.229 0-28.169 5.331-38.831 15.988C5.33 319.026 0 331.969 0 347.197c0 15.232 5.325 28.172 15.985 38.828 10.662 10.657 23.606 15.988 38.831 15.988 15.227 0 28.168-5.331 38.828-15.988 10.656-10.656 15.986-23.596 15.986-38.828 0-15.229-5.33-28.171-15.986-38.827-10.657-10.657-23.598-15.988-38.828-15.988zM181.01 221.002c-21.51-21.698-46.158-38.97-73.948-51.816-27.79-12.85-56.914-20.511-87.366-22.985h-1.425c-4.949 0-9.042 1.619-12.275 4.854C1.997 154.477 0 158.953 0 164.472v38.543c0 4.757 1.569 8.85 4.708 12.279 3.14 3.429 7.089 5.332 11.848 5.708 43.586 4.189 80.845 21.752 111.773 52.678 30.93 30.926 48.49 68.187 52.677 111.771.382 4.764 2.284 8.712 5.712 11.847 3.427 3.148 7.517 4.72 12.275 4.72h38.545c5.517 0 9.989-1.995 13.415-5.996 3.621-3.812 5.236-8.381 4.863-13.709-2.478-30.447-10.14-59.573-22.987-87.361-12.846-27.792-30.121-52.438-51.819-73.95z'/%3E%3Cpath d='M367.728 239.701c-20.365-45.585-48.345-86.078-83.936-121.482-35.405-35.594-75.896-63.572-121.485-83.939C116.723 13.917 68.996 2.494 19.126.02h-.855c-4.949 0-9.136 1.713-12.563 5.14C1.903 8.583 0 12.964 0 18.294v40.825c0 4.76 1.667 8.897 4.996 12.419 3.33 3.523 7.373 5.376 12.132 5.57 40.924 2.478 79.799 12.188 116.63 29.127 36.83 16.94 68.806 38.972 95.93 66.09 27.118 27.123 49.149 59.101 66.089 95.931 16.94 36.836 26.557 75.705 28.839 116.627.195 4.764 2.046 8.809 5.564 12.139 3.524 3.329 7.762 4.999 12.71 4.999h40.823c5.331 0 9.701-1.902 13.134-5.715 3.809-3.806 5.517-8.274 5.144-13.415-2.471-49.874-13.898-97.6-34.263-143.19z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    margin-right: 5px;
    padding-left: 1rem;
    vertical-align: middle; }

.play-open-modal {
  display: block;
  position: relative; }
  .play-open-modal:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='200' width='200'%3E%3Ccircle cx='100' cy='100' r='90' fill='none' stroke-width='15' stroke='%23fff'/%3E%3Cpath fill='%23fff' d='M70 55v90l75-45z'/%3E%3C/svg%3E");
    background-size: 100%;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px; }

.more:after, .play-open-modal:after {
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle; }

.more:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2309c' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 22px;
  margin: 0 0 0 5px;
  position: relative;
  width: 20px; }

.contact a {
  color: #096; }

.contact .more:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23096' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-position: -5px -3px;
  content: "";
  height: 12px;
  margin: 0 0 0 5px;
  width: 8px; }

.dwnld {
  display: inline-block;
  margin-right: 1.875rem;
  width: auto; }
  .dwnld:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23FFF' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z' fill='%2309c'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 22px;
    margin: 0 0 0 5px;
    position: relative;
    vertical-align: middle;
    width: 20px; }

.more {
  display: inline-block;
  margin-right: 1.875rem;
  width: auto; }

button:focus {
  outline: 0; }

@media (max-width: 991px) {
  .btn {
    text-align: left;
    white-space: normal; } }

@media (max-width: 543px) {
  .btn-group-lg > .btn, .btn-lg {
    font-size: 1.125rem; } }

.btn {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s cubic-bezier(0.6, -0.28, 0.74, 0.05);
  border-width: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  margin-right: 20px;
  margin-top: 1.438rem;
  transition: all 0.15s cubic-bezier(0.6, -0.28, 0.74, 0.05); }
  .btn i {
    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

.btn-inverse.btn-default {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s cubic-bezier(0.6, -0.28, 0.74, 0.05);
  border-width: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  margin-right: 20px;
  margin-top: 1.438rem;
  transition: all 0.15s cubic-bezier(0.6, -0.28, 0.74, 0.05); }
  .btn-inverse.btn-default i {
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    vertical-align: middle; }

.btn i {
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.btn-inverse.btn-default.focus, .btn-inverse.btn-default:focus, .btn-inverse.btn-default:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }

.btn.focus, .btn:focus, .btn:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }

.btn-inverse.btn-default.active.focus, .btn-inverse.btn-default.active:focus {
  outline-color: #09c;
  outline-width: 0; }

.btn-inverse.btn-default.focus {
  outline-color: #09c;
  outline-width: 0; }

.btn-inverse.btn-default:active.focus, .btn-inverse.btn-default:active:focus {
  outline-color: #09c;
  outline-width: 0; }

.btn-inverse.btn-default:focus {
  outline-color: #09c;
  outline-width: 0; }

.btn.active.focus, .btn.active:focus {
  outline-color: #09c;
  outline-width: 0; }

.btn.focus {
  outline-color: #09c;
  outline-width: 0; }

.btn:active.focus, .btn:active:focus {
  outline-color: #09c;
  outline-width: 0; }

.btn:focus {
  outline-color: #09c;
  outline-width: 0; }

.btn-default {
  -webkit-box-shadow: none;
  border-width: 0;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: #09c; }
  .btn-default.focus, .btn-default:focus, .btn-default:hover {
    background-color: transparent;
    border-color: transparent;
    color: #09c; }
  .btn-default.active, .btn-default:active {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    color: #09c; }

.open > .btn-default.dropdown-toggle {
  background-color: transparent;
  background-image: none;
  border-color: transparent;
  color: #09c; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover {
  background-color: transparent;
  border-color: transparent;
  color: #09c; }

.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover {
  background-color: transparent;
  border-color: transparent;
  color: #09c; }

.open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
  background-color: transparent;
  border-color: transparent;
  color: #09c; }

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover {
  background-color: transparent;
  border-color: transparent; }

.btn-default:disabled.focus, .btn-default:disabled:focus, .btn-default:disabled:hover {
  background-color: transparent;
  border-color: transparent; }

.btn-default.focus, .btn-default:focus, .btn-default:hover {
  -webkit-box-shadow: none;
  background: transparent;
  border-color: transparent;
  box-shadow: none; }

.btn-default i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2309c' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  background-position: -4px 0;
  background-size: 100%;
  height: 32px;
  width: 32px; }

.promo .btn-default i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath fill='none' d='M-3-4h24v24H-3V-4z'/%3E%3Cpath d='M8 0L6.6 1.4 12.2 7H0v2h12.2l-5.6 5.6L8 16l8-8-8-8z'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-size: 100%;
  height: 23px;
  width: 23px; }

.promo .btn-default[target=_blank] i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M11 4L9.59 5.41 15.17 11H3v2h12.17l-5.58 5.59L11 20l8-8z'/%3E%3Cpath d='M21.17 12l-6.58 6.59L16 20l8-8-8-8-1.41 1.41'/%3E%3C/svg%3E");
  background-position: -3px -5px;
  background-size: 108%;
  height: 25px;
  width: 33px; }

a[target=_blank] i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M11 4L9.59 5.41 15.17 11H3v2h12.17l-5.58 5.59L11 20l8-8z'/%3E%3Cpath d='M21.17 12l-6.58 6.59L16 20l8-8-8-8-1.41 1.41'/%3E%3C/svg%3E");
  background-position: -3px 0;
  background-size: 100%;
  height: 20px;
  width: 24px; }

a.btn-primary-outline[target=_blank] i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M11 4L9.59 5.41 15.17 11H3v2h12.17l-5.58 5.59L11 20l8-8z' fill='%2309c'/%3E%3Cpath d='M21.17 12l-6.58 6.59L16 20l8-8-8-8-1.41 1.41' fill='%2309c'/%3E%3C/svg%3E");
  background-position: -3px 0;
  background-size: 100%;
  height: 20px;
  width: 24px; }

a.more[target=_blank]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M11 4L9.59 5.41 15.17 11H3v2h12.17l-5.58 5.59L11 20l8-8z' fill='%2309c'/%3E%3Cpath d='M21.17 12l-6.58 6.59L16 20l8-8-8-8-1.41 1.41' fill='%2309c'/%3E%3C/svg%3E");
  background-position: -3px 0;
  background-size: 100%;
  height: 20px;
  width: 24px;
  background-position: -3px -3px;
  background-size: 100%;
  height: 16px;
  width: 20px; }

a.btn-secondary-outline[target=_blank] i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M11 4L9.59 5.41 15.17 11H3v2h12.17l-5.58 5.59L11 20l8-8z' fill='%23096'/%3E%3Cpath d='M21.17 12l-6.58 6.59L16 20l8-8-8-8-1.41 1.41' fill='%23096'/%3E%3C/svg%3E");
  background-position: -3px 0;
  background-size: 100%;
  height: 20px;
  width: 24px; }

a.btn-primary[target=_blank] i, a.btn-secondary[target=_blank] i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M11 4L9.59 5.41 15.17 11H3v2h12.17l-5.58 5.59L11 20l8-8z' fill='%23fff'/%3E%3Cpath d='M21.17 12l-6.58 6.59L16 20l8-8-8-8-1.41 1.41z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: -3px 0;
  background-size: 100%;
  height: 20px;
  width: 24px; }

.btn-inverse, .btn-primary, .btn-primary-outline, .btn-secondary, .btn-secondary-outline {
  margin-bottom: 10px; }

.btn-primary i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23FFF' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  height: 20px;
  margin: -6px 0 0 5px;
  width: 20px; }

.btn-primary.btn-dwnld {
  padding-right: 1.125rem; }
  .btn-primary.btn-dwnld i {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23FFF' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z'/%3E%3C/svg%3E") !important;
    background-size: 120%;
    height: 21px;
    margin: -6px 0 0 12px;
    width: 22px; }

.btn-primary.form-control {
  background-clip: unset; }

.btn-primary-outline {
  background-color: #fff;
  border-color: #09c;
  color: #09c; }
  .btn-primary-outline.focus, .btn-primary-outline:focus, .btn-primary-outline:hover {
    background-color: #e6e5e5;
    border-color: #006b8f;
    color: #09c; }
  .btn-primary-outline.active, .btn-primary-outline:active {
    background-color: #e6e5e5;
    background-image: none;
    border-color: #006b8f;
    color: #09c; }

.open > .btn-primary-outline.dropdown-toggle {
  background-color: #e6e5e5;
  background-image: none;
  border-color: #006b8f;
  color: #09c; }

.btn-primary-outline.active.focus, .btn-primary-outline.active:focus, .btn-primary-outline.active:hover {
  background-color: #d4d4d4;
  border-color: #00394d;
  color: #09c; }

.btn-primary-outline:active.focus, .btn-primary-outline:active:focus, .btn-primary-outline:active:hover {
  background-color: #d4d4d4;
  border-color: #00394d;
  color: #09c; }

.open > .btn-primary-outline.dropdown-toggle.focus, .open > .btn-primary-outline.dropdown-toggle:focus, .open > .btn-primary-outline.dropdown-toggle:hover {
  background-color: #d4d4d4;
  border-color: #00394d;
  color: #09c; }

.btn-primary-outline.disabled.focus, .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled:hover {
  background-color: #fff;
  border-color: #09c; }

.btn-primary-outline:disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled:hover {
  background-color: #fff;
  border-color: #09c; }

.btn-primary-outline i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2309c' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  background-position: 2px 0;
  background-size: 100%;
  height: 20px;
  margin: -6px 0 0 5px;
  width: 20px; }

.btn-primary-outline.btn-dwnld {
  padding-right: 1.125rem; }
  .btn-primary-outline.btn-dwnld i {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2309c' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z'/%3E%3C/svg%3E") !important;
    background-size: 104%;
    height: 18px;
    margin: -6px 0 0 12px;
    width: 20px; }

.btn-secondary {
  background-color: #096;
  border-color: #096;
  color: #fff; }
  .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #064;
    border-color: #005c3d;
    color: #fff; }
  .btn-secondary.active, .btn-secondary:active {
    background-color: #064;
    background-image: none;
    border-color: #005c3d;
    color: #fff; }

.open > .btn-secondary.dropdown-toggle {
  background-color: #064;
  background-image: none;
  border-color: #005c3d;
  color: #fff; }

.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover {
  background-color: #00422c;
  border-color: #001a11;
  color: #fff; }

.btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover {
  background-color: #00422c;
  border-color: #001a11;
  color: #fff; }

.open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
  background-color: #00422c;
  border-color: #001a11;
  color: #fff; }

.btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover {
  background-color: #096;
  border-color: #096; }

.btn-secondary:disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled:hover {
  background-color: #096;
  border-color: #096; }

.btn-secondary i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23FFF' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  height: 20px;
  margin: -6px 0 0 5px;
  width: 20px; }

.btn-secondary.btn-contact i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z'/%3E%3C/svg%3E");
  height: 24px;
  margin: -5px 0 0 20px;
  width: 24px; }

@media (min-width: 544px) {
  .btn-secondary.btn-contact i {
    margin-left: 46px; } }

.element-Button.btn-secondary.btn-contact:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  height: 24px;
  margin: -5px 0 0 20px;
  vertical-align: middle;
  width: 24px; }

@media (min-width: 544px) {
  .element-Button.btn-secondary.btn-contact:after {
    margin-left: 46px; } }

.btn-secondary-outline {
  background-color: #fff;
  border-color: #096;
  color: #096; }
  .btn-secondary-outline.focus, .btn-secondary-outline:focus, .btn-secondary-outline:hover {
    background-color: #e6e5e5;
    border-color: #005c3d;
    color: #096; }
  .btn-secondary-outline.active, .btn-secondary-outline:active {
    background-color: #e6e5e5;
    background-image: none;
    border-color: #005c3d;
    color: #096; }

.open > .btn-secondary-outline.dropdown-toggle {
  background-color: #e6e5e5;
  background-image: none;
  border-color: #005c3d;
  color: #096; }

.btn-secondary-outline.active.focus, .btn-secondary-outline.active:focus, .btn-secondary-outline.active:hover {
  background-color: #d4d4d4;
  border-color: #001a11;
  color: #096; }

.btn-secondary-outline:active.focus, .btn-secondary-outline:active:focus, .btn-secondary-outline:active:hover {
  background-color: #d4d4d4;
  border-color: #001a11;
  color: #096; }

.open > .btn-secondary-outline.dropdown-toggle.focus, .open > .btn-secondary-outline.dropdown-toggle:focus, .open > .btn-secondary-outline.dropdown-toggle:hover {
  background-color: #d4d4d4;
  border-color: #001a11;
  color: #096; }

.btn-secondary-outline.disabled.focus, .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled:hover {
  background-color: #fff;
  border-color: #096; }

.btn-secondary-outline:disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled:hover {
  background-color: #fff;
  border-color: #096; }

.btn-secondary-outline i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23096' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  height: 20px;
  margin: -6px 0 0 5px;
  width: 20px; }

.btn-secondary-outline.btn-contact i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23096' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z'/%3E%3C/svg%3E");
  height: 24px;
  margin: -5px 0 0 20px;
  width: 24px; }

@media (min-width: 544px) {
  .btn-secondary-outline.btn-contact i {
    margin-left: 60px; } }

.btn-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }
  .btn-inverse.focus, .btn-inverse:focus, .btn-inverse:hover {
    background-color: transparent;
    border-color: #e0e0e0;
    color: #fff; }
  .btn-inverse.active, .btn-inverse:active {
    background-color: transparent;
    background-image: none;
    border-color: #e0e0e0;
    color: #fff; }

.open > .btn-inverse.dropdown-toggle {
  background-color: transparent;
  background-image: none;
  border-color: #e0e0e0;
  color: #fff; }

.btn-inverse.active.focus, .btn-inverse.active:focus, .btn-inverse.active:hover {
  background-color: transparent;
  border-color: #bfbfbf;
  color: #fff; }

.btn-inverse:active.focus, .btn-inverse:active:focus, .btn-inverse:active:hover {
  background-color: transparent;
  border-color: #bfbfbf;
  color: #fff; }

.open > .btn-inverse.dropdown-toggle.focus, .open > .btn-inverse.dropdown-toggle:focus, .open > .btn-inverse.dropdown-toggle:hover {
  background-color: transparent;
  border-color: #bfbfbf;
  color: #fff; }

.btn-inverse.disabled.focus, .btn-inverse.disabled:focus, .btn-inverse.disabled:hover {
  background-color: transparent;
  border-color: #fff; }

.btn-inverse:disabled.focus, .btn-inverse:disabled:focus, .btn-inverse:disabled:hover {
  background-color: transparent;
  border-color: #fff; }

.btn-inverse i {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23FFF' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  height: 20px;
  margin: -6px 0 0 5px;
  width: 20px; }

.btn-inverse.btn-default {
  padding: .688rem 1.75rem; }

.btn-inverse.btn-dwnld {
  padding-right: 1.125rem; }
  .btn-inverse.btn-dwnld i {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23FFF' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z'/%3E%3C/svg%3E") !important;
    background-size: 104%;
    height: 18px;
    margin: -6px 0 0 12px;
    width: 20px; }

span.btn.label {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #09c;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: .5rem;
  margin-top: 0; }
  span.btn.label:focus, span.btn.label:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    color: #1d1d1d; }
  span.btn.label.active {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    background-color: #09c;
    border-color: #09c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-bottom: .4rem;
    margin-top: .1rem; }

span.btn-checkbox {
  position: relative; }

span.btn-checkbox-tag {
  position: relative; }
  span.btn-checkbox-tag:hover {
    color: #09c !important; }

span.btn-checkbox:hover {
  color: #09c !important; }

span.btn-checkbox-tag:hover:after, span.btn-checkbox:hover:after {
  background: #fff;
  border: 1px solid #09c;
  border-radius: 50%;
  color: #09c;
  content: "+";
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 16px;
  line-height: 11px;
  position: absolute;
  right: -7px;
  text-align: center;
  top: -6px;
  width: 16px; }

span.btn-checkbox-tag.active, span.btn-checkbox.active {
  color: #fff !important; }
  span.btn-checkbox-tag.active:hover, span.btn-checkbox.active:hover {
    color: #fff !important; }

span.btn-checkbox-tag.active:after, span.btn-checkbox-tag.active:hover:after {
  background: #fff;
  border: 1px solid #09c;
  border-radius: 50%;
  color: #09c;
  content: "–";
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 16px;
  line-height: 11px;
  position: absolute;
  right: -7px;
  text-align: center;
  top: -6px;
  width: 16px; }

span.btn-checkbox.active:after, span.btn-checkbox.active:hover:after {
  background: #fff;
  border: 1px solid #09c;
  border-radius: 50%;
  color: #09c;
  content: "–";
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 16px;
  line-height: 11px;
  position: absolute;
  right: -7px;
  text-align: center;
  top: -6px;
  width: 16px; }

.btn-search {
  -webkit-box-shadow: none;
  background-color: #afb0b1;
  border: none;
  box-shadow: none;
  margin: 0 0 0 2px;
  padding: 9px 11px; }
  .btn-search i {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='none' d='M-4-2h24v24H-4V-2z'/%3E%3Cpath fill='%23FFF' d='M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11z'/%3E%3C/svg%3E");
    height: 18px;
    width: 18px; }

.modal form button.btn {
  text-align: center;
  width: 100%; }
  .modal form button.btn i {
    float: right;
    margin-top: -1px; }

.text-xs-center .btn {
  margin-right: 0; }

.form-inline .btn {
  margin: 0; }

.btn-warenkorb {
  background: #afb0b1;
  color: #fff;
  margin: 0;
  padding: 9px 11px;
  position: relative; }
  .btn-warenkorb .tag {
    background: #013b50;
    left: -10px;
    position: absolute;
    top: -10px; }
  .btn-warenkorb i {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23FFF' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49A1.003 1.003 0 0 0 20 4H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    height: 24px;
    width: 24px; }
  .btn-warenkorb.disabled {
    cursor: not-allowed; }

.sort-buttons .btn-sort {
  color: #09c;
  cursor: pointer;
  margin-right: 1em; }
  .sort-buttons .btn-sort.active {
    font-weight: 700; }
  .sort-buttons .btn-sort:after {
    content: "▽";
    display: inline-block;
    font-size: x-small;
    margin-left: .714rem;
    vertical-align: 2px; }
  .sort-buttons .btn-sort[data-sort-dir=a]:after {
    content: "▲"; }
  .sort-buttons .btn-sort[data-sort-dir=d]:after {
    content: "▼"; }

@media (min-width: 768px) {
  .sort-buttons .btn-sort:first-child {
    margin-left: 1.133rem; } }

article ul {
  padding-left: 2rem; }

article li {
  line-height: 1.5rem;
  list-style-type: none;
  padding-bottom: 1.5rem; }
  article li:before {
    background-color: #09c;
    content: "";
    display: inline-block;
    height: 6px;
    margin: -2px 5px 0 -12px;
    vertical-align: middle;
    width: 6px; }

article .carousel li:before, article .nav-item:before, article .page-item:before {
  display: none; }

.padding {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem; }

.box {
  background: #fff;
  position: relative; }
  .box .card-header {
    padding-bottom: .75rem; }
  .box .card-block {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .box .card-header {
    padding-left: 0;
    padding-right: 0; }
  .box .card-block:first-child, .box .card-header:first-child {
    padding-top: 1rem; }

@media (min-width: 768px) {
  .box {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 3rem;
    margin-top: 3rem;
    z-index: 1; } }

@media (min-width: 768px) {
  .box .card-block {
    padding-bottom: 3.125rem; } }

@media (min-width: 768px) {
  .box .card-block, .box .card-header {
    padding-left: 1.75rem;
    padding-right: 1.75rem; }
  .box .card-block:first-child, .box .card-header:first-child {
    padding-top: 3.125rem; } }

.keyvis {
  position: relative;
  width: 100%; }
  .keyvis > div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover; }

@media (min-width: 768px) {
  .keyvis {
    margin-left: .9375rem;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%; }
    .keyvis > div {
      height: 100%; } }

@media (max-width: 767px) {
  .keyvis > div {
    margin-bottom: 1rem;
    padding-bottom: 56.25%; } }

@media (min-width: 768px) {
  .keyvis > div {
    height: 100%; } }

.specModul {
  overflow: hidden; }
  .specModul .box p {
    margin-bottom: 1.5rem; }
    .specModul .box p strong {
      display: inline-block;
      font-size: 1.563rem;
      font-weight: 200;
      line-height: 1.2em;
      margin-bottom: .5rem; }
  .specModul .box + [class*=col-] {
    float: right;
    margin-right: -10%; }
  .specModul .keyvis [data-image-for-slide] {
    -webkit-transition: opacity .7s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .7s; }
    .specModul .keyvis [data-image-for-slide].active {
      opacity: 1; }
  .specModul .carousel {
    padding-bottom: 0;
    padding-top: 0; }
  .specModul.specModulSlider .carousel .carousel-indicators {
    border-top: 1px solid #b4b4b4;
    bottom: 10px;
    left: 1.75rem;
    margin-left: 0;
    padding-top: 10px;
    right: 1.75rem;
    width: auto; }

@media (min-width: 768px) {
  .specModul {
    position: relative; } }

@media (max-width: 767px) {
  .specModul .keyvis {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem; }
    .specModul .keyvis:after {
      clear: both;
      content: "";
      display: table; } }

@media (max-width: 767px) and (min-width: 544px) {
  .specModul .keyvis {
    max-width: 576px; } }

@media (max-width: 767px) and (min-width: 768px) {
  .specModul .keyvis {
    max-width: 720px; } }

@media (max-width: 767px) and (min-width: 992px) {
  .specModul .keyvis {
    max-width: 940px; } }

@media (max-width: 767px) and (min-width: 1200px) {
  .specModul .keyvis {
    max-width: 1140px; } }

@media (min-width: 768px) {
  .specModul .keyvis {
    left: 50%; } }

@media (min-width: 992px) {
  .specModul .keyvis.keyvis-offset {
    margin-left: 173px; } }

@media (min-width: 1200px) {
  .specModul .keyvis.keyvis-offset {
    margin-left: 206px; } }

@media (max-width: 767px) {
  .specModul.specModulSlider .carousel {
    margin-bottom: 15px;
    padding-bottom: 30px; } }

@media (max-width: 991px) {
  .specModul.offset .keyvis, .specModul.sidenav .keyvis {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    position: static;
    right: auto;
    top: auto;
    width: auto; }
  .specModul.offset .keyvis:after, .specModul.sidenav .keyvis:after {
    clear: both;
    content: "";
    display: table; } }

@media (max-width: 991px) and (min-width: 544px) {
  .specModul.offset .keyvis, .specModul.sidenav .keyvis {
    max-width: 576px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .specModul.offset .keyvis, .specModul.sidenav .keyvis {
    max-width: 720px; } }

@media (max-width: 991px) and (min-width: 992px) {
  .specModul.offset .keyvis, .specModul.sidenav .keyvis {
    max-width: 940px; } }

@media (max-width: 991px) and (min-width: 1200px) {
  .specModul.offset .keyvis, .specModul.sidenav .keyvis {
    max-width: 1140px; } }

@media (max-width: 991px) {
  .specModul.offset .keyvis > div, .specModul.sidenav .keyvis > div {
    padding-bottom: 37.5%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .specModul.offset .keyvis > div, .specModul.sidenav .keyvis > div {
    margin-bottom: 1em; } }

@media (min-width: 992px) {
  .specModul.offset .keyvis, .specModul.sidenav .keyvis {
    left: 50%;
    margin-left: 250px; } }

@media (min-width: 1200px) {
  .specModul.offset .keyvis, .specModul.sidenav .keyvis {
    margin-left: 301px; } }

@media (max-width: 991px) {
  .specModul.offset .keyvis > div {
    float: left;
    margin-left: 16.6666666667%;
    min-height: 1px;
    padding-left: 6;
    padding-right: 6;
    position: relative;
    width: 66.6666666667%; } }

@media (max-width: 767px) {
  .specModul.offset .keyvis > div {
    float: left;
    margin-left: 0;
    padding-bottom: 56.25%;
    width: 100%; } }

@media (max-width: 991px) {
  .specModul.sidenav .keyvis > div {
    float: left;
    margin-left: 33.3333333333%;
    min-height: 1px;
    padding-left: 6;
    padding-right: 6;
    position: relative;
    width: 66.6666666667%; } }

@media (max-width: 543px) {
  .specModul.sidenav .keyvis > div {
    float: left;
    margin-left: 0;
    padding-bottom: 56.25%;
    width: 100%; } }

header .specModul .container > .row > [class*=col-]:first-child {
  padding-right: 2.8125rem; }

@media (min-width: 768px) {
  .standHeader .visual {
    position: relative; } }

@media (min-width: 768px) {
  .standHeader .keyvis {
    bottom: 0;
    height: 100%;
    left: 0;
    right: .9375rem; } }

@media (min-width: 768px) {
  .standHeader .box {
    margin-left: -19%;
    margin-right: 10%; } }

@media (min-width: 992px) {
  .standHeader .box {
    margin-left: -52%;
    margin-right: 5%; } }

@media (min-width: 1200px) {
  .standHeader .box {
    margin-left: -154.4%;
    margin-right: 13%; } }

@media (min-width: 768px) {
  .col_beneath_h2 {
    padding-top: .625rem; } }

@media (min-width: 768px) {
  .vertical-centered [class*=col] {
    display: table-cell;
    float: none;
    vertical-align: middle; } }

.highlight .lead {
  padding: 0 1.875rem; }

.promoTeaser {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1px 0; }
  .promoTeaser .carousel {
    margin-bottom: 4em; }
    .promoTeaser .carousel .promo {
      margin-bottom: 1em; }

.promo {
  background-color: #ffe47f;
  margin: 4em auto; }
  .promo:after {
    clear: both;
    content: "";
    display: table; }
  .promo .visual {
    margin-bottom: 1.5rem; }

@media (max-width: 991px) {
  .promo {
    padding: 1.5rem 1.875rem; } }

@media (min-width: 992px) {
  .promo .row {
    float: left;
    margin-left: -41.666%;
    width: 65.333%; } }

@media (min-width: 1200px) {
  .promo .row {
    margin-left: -47%;
    width: 74.5%; } }

@media (min-width: 992px) {
  .promo .visual {
    margin: 3rem auto; } }

.promoText {
  float: left; }

@media (min-width: 992px) {
  .promoText {
    padding: 3rem 1.875rem 1.5rem;
    width: 78.5%; } }

@media (min-width: 1200px) {
  .promoText {
    width: 74.5%; } }

.promoSmall .promo {
  background: rgba(255, 228, 127, 0.9);
  padding: 1.875rem; }

.promoSmall .promoText {
  float: none;
  margin: auto;
  width: auto; }

@media (min-width: 992px) {
  .promoSmall .visual {
    margin: 0; } }

@media (max-width: 767px) {
  .promoSmall .visual .carousel-inner > .carousel-item > a > img, .promoSmall .visual .carousel-inner > .carousel-item > img {
    max-width: none;
    width: 100%; }
  .promoSmall .visual .img-fluid {
    max-width: none;
    width: 100%; } }

@media (min-width: 992px) {
  .promoSmall .promoText {
    padding-left: 0;
    padding-right: 0; } }

.dcsns-toolbar li:before, .dcsns li:before {
  display: none; }

.dcsns-toolbar .filter .link-all {
  height: 28px !important; }

.location-overview iframe {
  border: 0;
  height: 100%;
  width: 100%; }

.cites .origin img {
  margin: auto; }

@media (min-width: 768px) {
  .cites .origin {
    padding: 0; }
    .cites .origin img {
      margin: 0 0 0 -.9375rem; } }

.blockquote p:first-child, .lead, blockquote p:first-child {
  line-height: 1.4em; }

@media (max-width: 543px) {
  .blockquote p:first-child, .lead, blockquote p:first-child {
    font-size: 1.429em; } }

.blockquote:before, blockquote:before {
  color: #09c;
  content: "\201C";
  font-family: sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 80%;
  position: relative; }

@media (max-width: 543px) {
  .blockquote:before, blockquote:before {
    font-size: 82px;
    line-height: 100%; } }

.blockquote p:first-child, blockquote p:first-child {
  font-size: 1.563rem;
  margin-top: -.92rem; }

.blockquote-footer {
  font-size: 1.25rem; }
  .blockquote-footer:before {
    display: none; }

@media (min-width: 768px) {
  img.m-b-3 {
    margin-bottom: 0; } }

.orgpartner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex; }
  .orgpartner > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: auto;
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: auto;
    padding: 10px;
    text-align: center; }
    .orgpartner > div:first-child {
      padding-left: 0; }
    .orgpartner > div:nth-child(3n) {
      padding-right: 0; }
    .orgpartner > div > a {
      display: inline-block;
      margin: auto;
      width: 100%; }

@media (min-width: 768px) and (max-width: 991px) {
  .orgpartner > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .orgpartner > div {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; } }

.pimcore_area_projekte {
  padding-top: 1.438rem; }
  .pimcore_area_projekte .card-deck {
    margin-top: 1.875rem; }

.row.contacts, .row.projects {
  margin-top: 1.875rem; }

.row.contacts, .row.navdropdowns, .row.projects {
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.row.contacts > div[class*=col-], .row.navdropdowns > div[class*=col-], .row.projects > div[class*=col-] {
  -ms-flex-negative: 0;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: auto;
  -webkit-box-flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .row.contacts > div[class*=col-], .row.navdropdowns > div[class*=col-], .row.projects > div[class*=col-] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .row.contacts > div[class*=col-], .row.navdropdowns > div[class*=col-], .row.projects > div[class*=col-] {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; } }

.card-deck {
  width: 100%; }

@media (min-width: 992px) and (max-width: 1199px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3; } }

@media (min-width: 1200px) {
  .card-columns {
    -moz-column-count: 5;
         column-count: 5; } }

.card {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow .5s ease-in 0s;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1.875rem;
  transition: box-shadow .5s ease-in 0s;
  transition: box-shadow .5s ease-in 0s,-webkit-box-shadow .5s ease-in 0s;
  width: 100%; }
  .card:hover {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.35);
    -webkit-transition: -webkit-box-shadow .25s ease-out .25s;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.35);
    transition: box-shadow .25s ease-out .25s;
    transition: box-shadow .25s ease-out .25s,-webkit-box-shadow .25s ease-out .25s; }
  .card.thema .card-header {
    padding-top: 1.688rem;
    text-transform: none; }
  .card .btn-default + p {
    margin-top: .786rem; }

.card-header {
  background: transparent;
  border: none;
  line-height: 1.188em;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase; }
  .card-header a {
    text-decoration: underline; }
  .card-header .themen {
    color: grey;
    margin-top: .688rem; }

.projects .card-title a {
  color: #1d1d1d; }

.projects .card-block .card-date {
  color: grey; }

.navdropdowns .card-block {
  color: #1d1d1d;
  display: block; }
  .navdropdowns .card-block .more {
    color: #09c; }

.navdropdowns a:focus, .navdropdowns a:hover {
  text-decoration: none; }

.navdropdowns a:focus .more, .navdropdowns a:hover .more {
  text-decoration: underline; }

@media (max-width: 991px) {
  .navdropdowns h3.card-title {
    font-size: 1.25rem; } }

@media (min-width: 768px) {
  .navdropdowns h3.card-title .more {
    margin-top: 1.438rem; } }

.card-block p:last-child {
  margin-bottom: 0; }

.card-contact a {
  color: #096; }

.card-contact h3 a {
  display: block;
  position: relative;
  text-decoration: underline; }
  .card-contact h3 a:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='-4.5 52.5 24 24'%3E%3Cpath fill='%23009A66' d='M7.5 52.5l-2.115 2.115L13.755 63H-4.5v3h18.255l-8.37 8.385L7.5 76.5l12-12-12-12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    margin-left: 20px;
    position: absolute;
    top: 3px;
    width: 24px; }

.card-contact [itemprop=PostalAddress]:before {
  background-color: #777;
  content: "";
  height: 1px;
  position: absolute;
  width: 100px; }

.card-contact [itemprop=PostalAddress] ~ [itemprop=PostalAddress]:before {
  display: none; }

.card-contact span[itemprop] {
  display: block;
  font-size: 1.125rem;
  font-weight: 200; }

.card-contact [itemprop=name] {
  font-weight: 400;
  padding-top: 15px; }

.card-contact [itemprop=PostalAddress] ~ [itemprop=PostalAddress] > [itemprop=name] {
  padding-top: 0; }

.card-contact [itemprop=addressLocality] {
  padding-bottom: 15px; }

.card-contact [itemprop=telephone] {
  padding-top: 15px; }

.card-contact [itemprop=contactPoint]:before {
  background-color: #777;
  content: "";
  height: 1px;
  position: absolute;
  width: 100px; }

.card-date span {
  display: inline; }

.item-header .card-header {
  padding-top: 0.75rem !important; }

.item-org {
  text-transform: none;
  color: grey; }

.item-thema {
  color: grey; }

.item-date {
  color: grey;
  font-size: 1.5em;
  margin-bottom: 0; }
  .item-date span {
    display: inline; }

.item-title {
  font-size: 1.7em; }

.date {
  background: #09c url(/_gfx/bg-event.png) no-repeat 50%;
  padding-bottom: 3rem;
  padding-top: 3rem; }
  .date span {
    color: #fff;
    display: block;
    font-size: 1.875rem;
    font-weight: 400; }
    .date span.bis {
      line-height: 1rem; }

table {
  background-color: #fff;
  border-color: #fff !important;
  border-spacing: 6px !important;
  border-width: 0 !important;
  color: #fff;
  width: 100% !important; }
  table caption {
    caption-side: top;
    color: #1d1d1d; }
  table tbody {
    border-color: #fff !important;
    border-width: 0; }
  table th {
    background-color: #dadddd;
    color: #1d1d1d; }
  table td {
    background-color: #eceeef;
    font-size: .9em;
    border: 3px solid #fff !important;
    color: #1d1d1d;
    line-height: 1.2;
    padding: .75rem;
    vertical-align: top; }
  table th {
    border: 3px solid #fff !important;
    color: #1d1d1d;
    line-height: 1.2;
    padding: .75rem;
    vertical-align: top; }

.carousel {
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-top: 20px; }
  .carousel ol {
    margin-bottom: 0; }
  .carousel .carousel-item img {
    width: 100%;
    height: unset; }
  .carousel .carousel-indicators {
    bottom: 0;
    left: 50%;
    line-height: 0;
    list-style: none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15; }
    .carousel .carousel-indicators li {
      background-color: #09c;
      border: none;
      border-radius: 0;
      cursor: pointer;
      display: inline-block;
      height: 20px;
      margin: 0 3px;
      opacity: .5;
      padding: 0;
      text-indent: -999px;
      width: 20px; }
      .carousel .carousel-indicators li.active {
        opacity: 1; }
  .carousel .carousel-caption {
    background: rgba(255, 255, 255, 0.8);
    bottom: 10px;
    color: #1d1d1d;
    left: 0;
    padding-bottom: 10px;
    padding-top: 1rem;
    right: 0;
    text-shadow: none; }
    .carousel .carousel-caption p {
      padding: 0 1rem; }
  .carousel .carousel-control {
    opacity: 1; }
    .carousel .carousel-control.left, .carousel .carousel-control.right {
      background-image: none; }
    .carousel .carousel-control .icon-next, .carousel .carousel-control .icon-prev {
      -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: -webkit-box-shadow .5s ease-in .1s;
      background-color: #fff;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
      height: 40px;
      margin-top: -20px;
      opacity: 1;
      transition: box-shadow .5s ease-in .1s;
      transition: box-shadow .5s ease-in .1s,-webkit-box-shadow .5s ease-in .1s;
      width: 40px; }
    .carousel .carousel-control .icon-next:hover, .carousel .carousel-control .icon-prev:hover {
      -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.35);
      -webkit-transition: -webkit-box-shadow .25s ease-out .2s;
      box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.35);
      transition: box-shadow .25s ease-out .2s;
      transition: box-shadow .25s ease-out .2s,-webkit-box-shadow .25s ease-out .2s; }
    .carousel .carousel-control .icon-next:before {
      background-repeat: no-repeat;
      content: "";
      height: 24px;
      position: absolute;
      top: 8px;
      width: 15px; }
    .carousel .carousel-control .icon-prev {
      left: 5px; }
      .carousel .carousel-control .icon-prev:before {
        background-repeat: no-repeat;
        content: "";
        height: 24px;
        position: absolute;
        top: 8px;
        width: 15px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='24'%3E%3Cpath fill='%2309C' d='M14 1.61L12.428 0 0 12l12.428 12L14 22.391 3.238 12 14 1.61z'/%3E%3C/svg%3E");
        left: 15px; }
    .carousel .carousel-control .icon-next {
      right: 5px; }
      .carousel .carousel-control .icon-next:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='24'%3E%3Cpath fill='%2309C' d='M0 22.391L1.572 24 14 12 1.572 0 0 1.609 10.762 12 0 22.391z'/%3E%3C/svg%3E");
        left: 15px; }

@media (min-width: 768px) {
  .carousel .carousel-control .icon-next:before, .carousel .carousel-control .icon-prev:before {
    top: 18px; } }

@media (min-width: 768px) {
  .carousel .carousel-control .icon-next, .carousel .carousel-control .icon-prev {
    height: 60px;
    margin-top: -30px;
    width: 60px; } }

@media (min-width: 768px) {
  .carousel .carousel-control .icon-prev {
    left: -15px; } }

@media (min-width: 768px) {
  .carousel .carousel-control .icon-prev:before {
    left: 22px; } }

@media (min-width: 768px) {
  .carousel .carousel-control .icon-next {
    right: -15px; } }

@media (min-width: 768px) {
  .carousel .carousel-control .icon-next:before {
    left: 22px; } }

.panel + .panel {
  margin-top: 1.25rem; }

.panel-title {
  border-bottom: 2px solid #b4b4b4;
  margin-bottom: 0;
  padding: .688rem 0; }
  .panel-title a {
    color: #1d1d1d;
    display: block;
    font-weight: 300;
    padding-right: 50px; }
    .panel-title a:focus, .panel-title a:hover, .panel-title a[aria-expanded=true] {
      text-decoration: none; }
    .panel-title a i {
      margin-right: -50px; }
    .panel-title a[aria-expanded=true] i {
      -webkit-transform: rotate(180deg);
      -webkit-transition: all .5s ease-out;
      transform: rotate(180deg);
      transition: all .5s ease-out; }
  .panel-title i {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z' fill='%23008ac2'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: 92%;
    display: inline-block;
    float: right;
    height: 10px;
    margin-top: 10px;
    width: 30px; }

.panel-collapse {
  padding: .9375rem; }

.panel-primary .panel-title {
  border-bottom-color: #09c; }

.ansprechpartner {
  background-color: #ececec; }
  .ansprechpartner.secondary {
    background-color: #096; }
  .ansprechpartner hr {
    border-top: 2px solid rgba(0, 0, 0, 0.3); }
  .ansprechpartner figure {
    display: table;
    margin-bottom: 0;
    width: 100%; }
    .ansprechpartner figure img {
      margin-right: 15px;
      margin-top: 2px;
      max-width: 100px; }
    .ansprechpartner figure figcaption {
      margin: 15px 0 0;
      overflow: auto; }
  .ansprechpartner a {
    color: #096; }
    .ansprechpartner a[name] {
      display: block; }
  .ansprechpartner span[itemprop] {
    font-weight: 200; }
  .ansprechpartner span[itemprop=name] {
    font-size: 1.25rem;
    font-weight: 400; }
  .ansprechpartner .companyName, .ansprechpartner [itemprop=contactPoint] {
    margin-top: 15px; }
  .ansprechpartner .btn-contact {
    margin-top: 1.5rem; }

@media (min-width: 544px) {
  .ansprechpartner figure {
    margin-bottom: 1rem; }
    .ansprechpartner figure img {
      float: left; } }

@media (min-width: 1200px) {
  .ansprechpartner .btn-contact {
    margin-top: 2px; } }

.ansprechpartner-row + .ansprechpartner-row, .ansprechpartner-row + .next-ansp, .ansprechpartner-row + a[name] {
  margin-top: 50px; }

.feedback, .newsletteranmeldung, .share {
  background-color: #7fccb2;
  border-top: 2px solid #fff;
  color: #fff; }

.feedback .btn, .newsletteranmeldung .btn, .share .btn {
  margin-right: 0;
  margin-top: 9px;
  width: 100%; }

@media (min-width: 544px) {
  .feedback .btn, .newsletteranmeldung .btn, .share .btn {
    width: auto; } }

.newsletteranmeldung .symbol {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='84'%3E%3Cpath fill='%23ccebe0' d='M95.4 0H10.6C4.77 0 .054 4.725.054 10.5L0 73.5C0 79.272 4.77 84 10.6 84h84.8c5.828 0 10.6-4.728 10.6-10.5v-63C106 4.725 101.229 0 95.4 0zm0 73.5H10.6V21l42.397 26.25L95.4 21v52.5zM52.997 36.75L10.6 10.5h84.8L52.997 36.75z'/%3E%3C/svg%3E");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 106px 84px;
  min-height: 165px; }

.newsletteranmeldung input[type=text] {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

@media (min-width: 544px) {
  .newsletteranmeldung input[type=text] {
    width: 230px; } }

@media (min-width: 768px) {
  .newsletteranmeldung input[type=text] {
    width: 260px; } }

@media (min-width: 992px) {
  .newsletteranmeldung input[type=text] {
    width: 240px; } }

@media (min-width: 1200px) {
  .newsletteranmeldung input[type=text] {
    width: 330px; } }

.feedback .symbol {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23ccebe0' height='48' viewBox='0 0 24 24' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 104px 104px;
  min-height: 165px; }

.share .symbol {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23ccebe0' height='48' viewBox='0 0 24 24' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-1.91l-.01-.01L23 10z'/%3E%3C/svg%3E");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 104px 104px;
  min-height: 165px; }

i.socicon {
  background-image: none; }

.downloads {
  background: rgba(0, 153, 204, 0.5);
  color: #fff; }
  .downloads .box {
    color: #1d1d1d; }

@media (max-width: 767px) {
  .downloads .box .card-block {
    padding-left: 1rem;
    padding-right: 1rem; } }

.dcsns-toolbar {
  float: right;
  width: auto; }

#dcsns-filter.dc-center {
  float: right;
  margin-left: 0 !important;
  padding: 0; }

.dcsns-content {
  margin-left: -0.9375rem !important;
  margin-right: -0.9375rem !important; }

.stream li {
  font-family: inherit; }
  .stream li.dcsns-facebook a, .stream li.dcsns-twitter a {
    color: #09c; }
  .stream li .section-thumb a img {
    display: block; }

.modern .stream li {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin: 0 .9375rem 1.875rem;
  text-align: left; }
  .modern .stream li:focus, .modern .stream li:hover {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.35);
    -webkit-transition: -webkit-box-shadow .25s ease-out .25s;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.35);
    transition: box-shadow .25s ease-out .25s;
    transition: box-shadow .25s ease-out .25s,-webkit-box-shadow .25s ease-out .25s; }
  .modern .stream li .section-share {
    display: none; }

.modern.light .stream li .section-intro {
  background: transparent !important; }

.modern.light .stream li.dcsns-twitter .twitter-user a:hover strong, .modern.light .stream li .link-user, .modern.light .stream li .section-intro a:hover, .modern.light .stream li .section-text a:hover, .modern.light .stream li .section-title a:hover {
  color: #09c !important; }

@media (min-width: 768px) {
  .modern .stream li {
    width: 332px; } }

@media (min-width: 992px) {
  .modern .stream li {
    width: 283px; } }

@media (min-width: 1200px) {
  .modern .stream li {
    width: 350px; } }

div.timeline {
  font-family: Univers W01,HelveticaNeue,Helvetica,Arial,sans-serif; }
  div.timeline div.spine {
    background-color: #b4b4b4;
    width: 2px; }
  div.timeline div.date_separator {
    padding-top: 90px; }
    div.timeline div.date_separator span {
      border: 2px solid #b4b4b4;
      border-radius: 0;
      color: #1d1d1d;
      font-size: 1.563em;
      height: 2.32em;
      line-height: 2.2em;
      width: 230px; }

div.timeline_center div.timeline_element_left, div.timeline_center div.timeline_element_right {
  margin: 1.875rem auto;
  width: 98%; }

div.timeline_dual div.timeline_element_left, div.timeline_dual div.timeline_element_right {
  margin: .9375rem 0;
  width: 49%; }

div.timeline_dual div.timeline_element_left:after {
  margin-right: -4px; }

div.timeline_dual div.timeline_element_right:after {
  margin-left: -6px; }

div.timeline_element_box {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2); }
  div.timeline_element_box:focus, div.timeline_element_box:hover {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.35);
    -webkit-transition: -webkit-box-shadow .25s ease-out .25s;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.35);
    transition: box-shadow .25s ease-out .25s;
    transition: box-shadow .25s ease-out .25s,-webkit-box-shadow .25s ease-out .25s; }

div.timeline_title {
  margin: .9375rem; }

div.timeline_element.blog_post div.content {
  font-size: inherit;
  line-height: inherit;
  padding: .9375rem; }

div.timeline_element.blog_post div.readmore {
  padding: 5px .9375rem .9375rem;
  text-align: left; }
  div.timeline_element.blog_post div.readmore a {
    display: block;
    text-indent: -9999px; }
    div.timeline_element.blog_post div.readmore a:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2309c' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
      background-position: -4px 0;
      background-size: 100%;
      content: "";
      display: block;
      height: 32px;
      margin-top: -1.25em;
      width: 32px; }

div.timeline_loadmore {
  background: #09c;
  border-radius: 0;
  font-family: Univers W01,HelveticaNeue,Helvetica,Arial,sans-serif; }
  div.timeline_loadmore:focus, div.timeline_loadmore:hover {
    background: #007399; }

@media (min-width: 544px) {
  div.timeline_dual div.timeline_element_left {
    margin-left: 1%;
    width: 49%; } }

@media (min-width: 992px) {
  div.timeline_dual div.timeline_element_left {
    margin-left: 12%;
    width: 38%; } }

@media (min-width: 1200px) {
  div.timeline_dual div.timeline_element_left {
    margin-left: 18%;
    width: 32%; } }

@media (min-width: 544px) {
  div.timeline_dual div.timeline_element_right {
    margin-right: 1%;
    width: 49%; } }

@media (min-width: 992px) {
  div.timeline_dual div.timeline_element_right {
    margin-right: 12%;
    width: 38%; } }

@media (min-width: 1200px) {
  div.timeline_dual div.timeline_element_right {
    margin-right: 18%;
    width: 32%; } }

#searchForm > select.form-control {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto; }

#searchForm .form-control:focus {
  border-color: #09c; }

#searchForm.form-inline select.form-control:not([size]):not([multiple]) {
  height: auto;
  margin: 0;
  padding: .6rem 1.75rem; }

@media (max-width: 767px) {
  #searchForm .form-group {
    margin-bottom: 1rem; } }

@media (min-width: 544px) {
  #searchForm.form-inline select.form-control:not([size]):not([multiple]) {
    margin: 0 15px; } }

.search_info {
  margin-top: 20px; }

select#thema {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

nav select.form-control:not([size]):not([multiple]) {
  margin: 0;
  padding: .65rem 1.75rem .75rem; }

@media (min-width: 544px) {
  nav select.form-control:not([size]):not([multiple]) {
    margin: 0 15px; } }

.search_result_category {
  border-bottom: 1px solid #09c;
  margin-bottom: 30px;
  padding-bottom: 15px; }

.autocomplete-suggestions {
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #09c;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  max-height: 254px;
  overflow-x: hidden;
  overflow-y: auto; }
  .autocomplete-suggestions .autocomplete-suggestion {
    color: #333;
    cursor: pointer;
    font-size: 1.02em;
    line-height: 23px;
    padding: 0 .6em;
    text-overflow: ellipsis; }
    .autocomplete-suggestions .autocomplete-suggestion strong {
      color: #09c; }
    .autocomplete-suggestions .autocomplete-suggestion:hover {
      background: #ececec; }

@media (max-width: 543px) {
  input[class=form-control] + .btn-primary, input[class=form-control] + .btn-secondary {
    margin-top: .9375rem; } }

.c-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #09c;
  border-left: none;
  border-top: none;
  font-size: 16px;
  font-weight: 600;
  height: 40px !important;
  padding: 8px 50px 10px 5px;
  position: relative; }
  .c-select:focus {
    border-color: #09c;
    outline: none; }
  .c-select.primary-outline {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='38' width='38'%3E%3Cpath fill='%23008AC2' d='M20.4 21.3L14.8 16l-1.5 1.4 7 6.6 7-6.6-1.5-1.4-5.4 5.3z'/%3E%3Cpath fill='%23008AC2' d='M0 0h38v2H2v36H0z'/%3E%3C/svg%3E") no-repeat 100% rgba(255, 255, 255, 0);
    color: #09c; }
  .c-select.disabled {
    background: url(/_gfx/select-disabled.png) no-repeat 100% rgba(255, 255, 255, 0.6);
    color: #ccc; }
    .c-select.disabled:focus {
      border-color: #ececec; }

@media (min-width: 768px) {
  .c-select {
    padding: 8px 50px 10px 1.75rem; } }

form .col-form-label {
  font-weight: 200; }
  form .col-form-label label {
    font-weight: 400; }

.form-check-label .form-check-input {
  margin-right: .5rem; }
  .form-check-label .form-check-input:active, .form-check-label .form-check-input:focus, .form-check-label .form-check-input:hover {
    outline-color: #096; }
  .form-check-label .form-check-input.error {
    outline-color: #a94442; }

.error {
  background-color: #f2dede;
  border: 1px solid #ebcccc;
  color: #a94442;
  margin-bottom: 1rem;
  padding: .75rem; }

.error-block {
  background-color: #f2dede;
  border: 1px solid #ebcccc;
  color: #a94442;
  margin-bottom: 1rem;
  padding: .75rem; }
  .error-block hr {
    border-top-color: #e4b9b9; }

.error hr {
  border-top-color: #e4b9b9; }

.error-block .alert-link, .error .alert-link {
  color: #843534; }

.modal .aspa-form.form-horizontal .col-sm-10, .modal .formbuilder.form-horizontal .col-sm-10 {
  width: 100%; }

.modal .aspa-form.form-horizontal .col-form-label, .modal .formbuilder.form-horizontal .col-form-label {
  padding-bottom: 0;
  width: 100%; }

.modal .aspa-form.form-horizontal .offset-sm-2, .modal .formbuilder.form-horizontal .offset-sm-2 {
  margin-left: 0; }

@media (min-width: 544px) {
  .modal .aspa-form.form-horizontal .col-sm-10, .modal .formbuilder.form-horizontal .col-sm-10 {
    width: 75%; } }

@media (min-width: 544px) {
  .modal .aspa-form.form-horizontal .col-form-label, .modal .formbuilder.form-horizontal .col-form-label {
    width: 25%; } }

@media (min-width: 544px) {
  .modal .aspa-form.form-horizontal .offset-sm-2, .modal .formbuilder.form-horizontal .offset-sm-2 {
    margin-left: 25%; } }

.formbuilder-row .form-group .form-control.is-invalid {
  border-color: #a94442; }

.formbuilder-row .form-group .invalid-feedback, .formbuilder-row .form-group .is-invalid .form-check-label {
  color: #a94442; }

.formbuilder-row .form-group legend.col-form-label {
  font-size: inherit; }

.formbuilder-row .form-group .form-check {
  margin-top: .75rem; }

.formbuilder-row .form-group .form-check-inline .form-check {
  display: inline-block; }
  .formbuilder-row .form-group .form-check-inline .form-check .form-check-label {
    padding-left: 0; }
  .formbuilder-row .form-group .form-check-inline .form-check + .form-check {
    margin-left: 3rem; }

.formbuilder-row .form-group .dynamic-multi-file {
  padding: 0; }
  .formbuilder-row .form-group .dynamic-multi-file .qq-uploader {
    background: transparent;
    border: 0;
    border-radius: 0;
    max-height: auto;
    min-height: 100px;
    padding: 0; }
    .formbuilder-row .form-group .dynamic-multi-file .qq-uploader:before {
      bottom: 10%;
      top: auto; }
  .formbuilder-row .form-group .dynamic-multi-file .qq-upload-button {
    background: #09c;
    border: 0;
    border-radius: 0;
    width: auto; }

.formbuilder-row.content-col-12-no-label .col-sm-2, .formbuilder-row .form-group .dynamic-multi-file .qq-upload-list li:before {
  display: none; }

.formbuilder-row.content-col-12-no-label .col-sm-10 {
  width: 100% !important; }
  .formbuilder-row.content-col-12-no-label .col-sm-10 .form-check {
    padding-left: .9375rem; }
    .formbuilder-row.content-col-12-no-label .col-sm-10 .form-check .form-check-input {
      margin-left: 0; }
    .formbuilder-row.content-col-12-no-label .col-sm-10 .form-check .invalid-feedback {
      padding-left: 2.1875rem; }

.formbuilder-row.content-col-12-label-above .col-sm-2 {
  width: 100% !important; }

.formbuilder-row.content-col-12-label-above .col-sm-10 {
  width: 100% !important; }
  .formbuilder-row.content-col-12-label-above .col-sm-10 .form-check {
    padding-left: .9375rem; }
    .formbuilder-row.content-col-12-label-above .col-sm-10 .form-check .form-check-input {
      margin-left: 0; }
    .formbuilder-row.content-col-12-label-above .col-sm-10 .form-check .invalid-feedback {
      padding-left: 2.1875rem; }

.formbuilder-row.content-fieldset > .form-group > .col-form-label {
  font-weight: 700;
  width: 100% !important; }

.formbuilder-row.content-fieldset > .form-group > .col-sm-10 {
  width: 100% !important; }
  .formbuilder-row.content-fieldset > .form-group > .col-sm-10 > .form-builder-html-tag-element {
    display: block;
    margin-top: 3rem; }
  .formbuilder-row.content-fieldset > .form-group > .col-sm-10 > .formbuilder-container > .formbuilder-row > .form-group > .col-sm-2 {
    display: none; }
  .formbuilder-row.content-fieldset > .form-group > .col-sm-10 > .formbuilder-container > .formbuilder-row > .form-group > .col-sm-10 {
    width: 100% !important; }
    .formbuilder-row.content-fieldset > .form-group > .col-sm-10 > .formbuilder-container > .formbuilder-row > .form-group > .col-sm-10 > .row {
      margin-left: 0;
      margin-right: 0; }

.form-horizontal .form-group {
  overflow: hidden; }

.form-group .nl_selection {
  margin-top: .75rem; }

.close {
  font-size: 3.5rem;
  opacity: 1; }

.modal-header {
  border-bottom: 0; }
  .modal-header .close {
    margin: -11px -16px 0 0; }

.modal form button.btn {
  text-align: left; }

.modal-fullscreen {
  bottom: .9375rem;
  left: .9375rem;
  margin: 0;
  max-height: calc(100vh - 1.875rem);
  max-width: none;
  position: absolute;
  right: .9375rem;
  top: .9375rem; }

.modal-youtube .modal-content {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%; }
  .modal-youtube .modal-content .modal-header {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0; }
  .modal-youtube .modal-content .modal-body {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1; }
    .modal-youtube .modal-content .modal-body iframe {
      height: 100%;
      width: 100%; }

body > footer {
  background-color: #777;
  padding-top: 2.188rem; }
  body > footer [class|=col] {
    margin-bottom: 1.875rem; }
    body > footer [class|=col]:last-child {
      margin-bottom: 0; }
  body > footer [itemprop] {
    display: block; }
  body > footer [itemprop=contactPoint] {
    margin-top: 1em; }
  body > footer .footerlogo img {
    max-width: 155px;
    max-width: 100px; }
  body > footer .h2 {
    font-size: 1.25rem; }
  body > footer a:active, body > footer a:hover, body > footer a:link, body > footer a:visited {
    text-decoration: underline; }
  body > footer ul {
    list-style-type: none;
    padding-left: 0; }
  body > footer .offset-sm-3 {
    margin-top: 30px; }
  body > footer .copyright {
    font-size: .75rem;
    margin-bottom: 1rem; }

@media (min-width: 768px) {
  body > footer [class|=col] {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  body > footer .offset-sm-3 {
    font-size: .75rem;
    margin-top: 0; } }

.open-photoswipe.thumbnail {
  cursor: zoom-in;
  display: block;
  position: relative; }

.open-photoswipe-carousel {
  display: block;
  position: absolute;
  right: 0;
  top: 20px; }

a.open-photoswipe-icon {
  cursor: zoom-in; }
  a.open-photoswipe-icon:before {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cg fill='%2309C'%3E%3Cpath d='M23 11h6v6h-2v-4h-4v-2zM29 23v6h-6v-2h4v-4h2zM11 11h6v2h-4v4h-2v-6zM11 23h2v4h4v2h-6v-6z'/%3E%3C/g%3E%3C/svg%3E");
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    content: "";
    height: 40px;
    position: absolute;
    right: -5px;
    top: -20px;
    width: 40px; }

@media (min-width: 544px) {
  a.open-photoswipe-icon:before {
    right: -10px; } }

@media (min-width: 768px) {
  a.open-photoswipe-icon:before {
    right: -20px; } }

@keyframes image_hotspot_border_pulse {
  0% {
    opacity: .4; }
  80% {
    opacity: .4; }
  82% {
    opacity: .8; }
  84% {
    opacity: .4; }
  90% {
    opacity: .4; }
  92% {
    opacity: .8; }
  94% {
    opacity: .4; }
  to {
    opacity: .4; } }

figure.image-figure {
  position: relative; }
  figure.image-figure .image-hotspot {
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: image_hotspot_border_pulse;
    -webkit-animation-timing-function: linear;
    -webkit-box-sizing: border-box;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: image_hotspot_border_pulse;
    animation-timing-function: linear;
    background: rgba(255, 255, 255, 0.2);
    border: 2px dotted #09c;
    box-sizing: border-box;
    opacity: .4;
    padding: 10px;
    position: absolute; }
    figure.image-figure .image-hotspot div, figure.image-figure .image-hotspot p, figure.image-figure .image-hotspot pre, figure.image-figure .image-hotspot span, figure.image-figure .image-hotspot strong {
      visibility: hidden; }
    figure.image-figure .image-hotspot:hover {
      -webkit-animation-name: none;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      animation-name: none;
      background: rgba(255, 255, 255, 0.5);
      border: 2px solid #09c;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      opacity: 1; }
      figure.image-figure .image-hotspot:hover.image-hotspot-link:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2309c' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 22px;
        margin: -11px 0 0;
        position: absolute;
        right: 0;
        top: 50%;
        vertical-align: middle;
        width: 20px; }
      figure.image-figure .image-hotspot:hover div, figure.image-figure .image-hotspot:hover p, figure.image-figure .image-hotspot:hover pre, figure.image-figure .image-hotspot:hover span, figure.image-figure .image-hotspot:hover strong {
        visibility: visible; }
  figure.image-figure .image-marker {
    box-sizing: border-box;
    position: absolute; }
    figure.image-figure .image-marker .image-marker-inner {
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      background: rgba(255, 255, 255, 0.5);
      border: 2px solid #09c;
      border-radius: 15px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      display: block;
      left: -50%;
      margin-top: -15px;
      min-height: 30px;
      min-width: 30px;
      padding: 0 7px;
      position: relative;
      text-align: center; }
      figure.image-figure .image-marker .image-marker-inner:hover {
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
        background: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); }

.publikationen form.form-inline {
  margin-left: 0; }

.publikation-row {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }

.publikation-row-header {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  background: #777; }

.publikation-row {
  background: #ececec;
  padding: 15px 0; }
  .publikation-row select {
    display: inline-block;
    float: left;
    margin: 0.5rem 0 !important;
    width: auto; }
    .publikation-row select:focus {
      border-color: #09c; }
  .publikation-row .btn-primary {
    color: #fff !important;
    float: left;
    margin: 0.5rem 1rem !important;
    width: auto; }

.cart-list {
  margin-bottom: 20px; }

.cart-row {
  border-top: 1px solid #b4b4b4;
  margin: 8px 0 0;
  padding: 8px 0 0; }
  .cart-row:first-child {
    border-top: none; }
  .cart-row select {
    min-width: 50px; }
  .cart-row .btn-remove {
    cursor: pointer; }
    .cart-row .btn-remove span {
      color: #09c;
      font-size: 2rem;
      line-height: 0; }
    .cart-row .btn-remove:hover {
      opacity: .5; }

.modal-primary .close {
  color: #09c; }

.modal-primary .form-control {
  color: #000; }
  .modal-primary .form-control:focus {
    border-color: #09c; }

.no-js .navbar-fixed-top {
  position: relative; }

.no-js div.bc {
  margin-top: 0; }

#pc-cookie-notice #pc-button {
  background: #09c;
  border: 0;
  color: #fff; }
  #pc-cookie-notice #pc-button button {
    background: #09c !important;
    border: 0 !important;
    color: #fff !important; }

.sitemap-level-0 {
  margin-bottom: 1rem;
  padding-left: 4rem; }
  .sitemap-level-0 > li {
    margin-bottom: 1rem; }

.sitemap-level-1, .sitemap-level-2, .sitemap-level-3 {
  margin-bottom: 1rem;
  padding-left: 4rem; }

.sitemap-level-0 > li, .sitemap-level-1 > li, .sitemap-level-2 > li, .sitemap-level-3 > li {
  padding-bottom: .1rem; }

body.editmode .carousel-control, body.editmode .information, body.editmode nav.navbar {
  display: none !important; }

body.editmode #main-content {
  padding-top: 0; }

.information {
  border: 0;
  bottom: 0;
  display: block !important;
  font-size: .75rem;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 2000; }
  .information > div {
    background-color: red;
    color: #fff;
    padding: 3px 10px; }

@media (min-width: 544px) {
  .information > div {
    background-color: #ff0;
    color: #000; } }

@media (min-width: 768px) {
  .information > div {
    background-color: #0ff;
    color: #000; } }

@media (min-width: 992px) {
  .information > div {
    background-color: #00f;
    color: #fff; } }

@media (min-width: 1200px) {
  .information > div {
    background-color: #f0f; } }

.test [class*=col-] {
  border: 1px solid #ececec; }
  .test [class*=col-] > div {
    border: 1px solid #b4b4b4; }

.nav-icon {
  width: 30px; }
  @media (max-width: 991px) {
    .nav-icon {
      display: none; } }

@media (min-width: 992px) {
  .nav-icon-label {
    display: none; } }

.highcontrast #meta a {
  color: #000; }

.highcontrast .bc {
  background-color: #f6f6f6; }

.highcontrast .breadcrumb > li a {
  color: #000; }

.highcontrast .breadcrumb > li span {
  color: #1d1d1d; }

.highcontrast .breadcrumb > li span.active {
  color: #006ba0; }

.highcontrast span.label {
  color: #1d1d1d; }

.highcontrast .card-header .themen {
  color: #1d1d1d;
  margin-top: .688rem; }

.highcontrast .feedback, .highcontrast .newsletteranmeldung, .highcontrast .share {
  background-color: rgba(127, 204, 178, 0.5);
  border-top: 2px solid #fff;
  color: #000; }

.highcontrast a {
  color: #006ba0; }

.highcontrast .btn-primary {
  background-color: #006ba0;
  border-color: #006ba0;
  color: #fff; }

.highcontrast .btn-secondary {
  background-color: #00593d;
  border-color: #00593d;
  color: #fff; }

.highcontrast .card-contact a {
  color: #00593d; }

.highcontrast .btn-secondary-outline {
  background-color: #fff;
  border-color: #00593d;
  color: #00593d; }

.highcontrast .close {
  color: #00593d; }

button.nav-link {
  background: none;
  border: none;
  color: rgba(0, 0, 0, 0.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  button.nav-link i.adjust {
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cg%3E%3Cpath d='M0,0h24v24H0V0z' fill='none'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M12,4.81L12,19c-3.31,0-6-2.63-6-5.87c0-1.56,0.62-3.03,1.75-4.14L12,4.81 M12,2L6.35,7.56l0,0C4.9,8.99,4,10.96,4,13.13 C4,17.48,7.58,21,12,21c4.42,0,8-3.52,8-7.87c0-2.17-0.9-4.14-2.35-5.57l0,0L12,2z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: -4px 0;
    background-size: 100%;
    height: 27px;
    width: 27px;
    background-position: -2px -1px; }

  .promo .visual img{
    width: 100%;
    height: auto;
  }