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

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;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.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: -0.25em;
}

sup {
  top: -0.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,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  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;
  outline-offset: -2px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

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

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

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

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

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

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

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}
a:focus, a:hover {
  color: rgb(1.2981651376, 75.9426605505, 140.2018348624);
  text-decoration: underline;
}
a:focus {
  outline: 0;
  box-shadow: 0 0 3px 0.25rem rgba(0, 98, 160, 0.25);
}

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 {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

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

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

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

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

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

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

textarea {
  resize: vertical;
}

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

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

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 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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

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

h4, .h4 {
  font-size: 1.5rem;
}

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.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 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91;
}
.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #818a91;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

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

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1460px) {
  .container {
    width: 1380px;
    max-width: 100%;
  }
}

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

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 1460px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 576px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1460px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.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 screen and (min-width: 576px) {
  .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 screen and (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 screen and (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 screen and (min-width: 1460px) {
  .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 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  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-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

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

.table-hover .table-info:hover {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

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

.table-hover .table-warning:hover {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

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

.table-hover .table-danger:hover {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

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

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

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}
.table-inverse.table-bordered {
  border: 0;
}

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

.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}
.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}
.table-reflow tr {
  float: left;
}
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #66afe9;
  outline: none;
}
.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: calc(2.5rem - 2px);
}
select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}

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

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

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

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

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

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}
.form-check + .form-check {
  margin-top: -0.25rem;
}
.form-check.disabled .form-check-label {
  color: #818a91;
  cursor: not-allowed;
}

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

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

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

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

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c;
}
.has-success .form-control {
  border-color: #5cb85c;
}
.has-success .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(163.0512820513, 214.9487179487, 163.0512820513);
}
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: rgb(234.1025641026, 245.8974358974, 234.1025641026);
}
.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='#5cb85c' 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 .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
}
.has-warning .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(247.96875, 216.5625, 172.03125);
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}
.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='#f0ad4e' 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 .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f;
}
.has-danger .form-control {
  border-color: #d9534f;
}
.has-danger .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(235.1121495327, 164.9813084112, 162.8878504673);
}
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: rgb(253.2242990654, 246.9626168224, 246.7757009346);
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' 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 screen and (min-width: 576px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0;
  box-shadow: 0 0 3px 0.25rem rgba(0, 98, 160, 0.25);
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn.focus {
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

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

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(1.5321100917, 89.628440367, 165.4678899083);
  border-color: rgb(1.4385321101, 84.1541284404, 155.3614678899);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(1.5321100917, 89.628440367, 165.4678899083);
  border-color: rgb(1.4385321101, 84.1541284404, 155.3614678899);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(1.5321100917, 89.628440367, 165.4678899083);
  border-color: rgb(1.4385321101, 84.1541284404, 155.3614678899);
  background-image: none;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(1.204587156, 70.4683486239, 130.095412844);
  border-color: rgb(0.8302752294, 48.5711009174, 89.6697247706);
}
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:hover {
  color: #373a3c;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #373a3c;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
  background-image: none;
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #373a3c;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(42.1796954315, 171.2751269036, 209.6203045685);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(42.1796954315, 171.2751269036, 209.6203045685);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(42.1796954315, 171.2751269036, 209.6203045685);
  background-image: none;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(31.0736040609, 126.1776649746, 154.4263959391);
}
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(65.1743589744, 149.6256410256, 65.1743589744);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(65.1743589744, 149.6256410256, 65.1743589744);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(65.1743589744, 149.6256410256, 65.1743589744);
  background-image: none;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(45.0576923077, 103.4423076923, 45.0576923077);
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(235.21875, 146.8625, 21.58125);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(235.21875, 146.8625, 21.58125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(235.21875, 146.8625, 21.58125);
  background-image: none;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(175.6171875, 109.140625, 14.8828125);
}
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(193.1065420561, 46.0822429907, 41.6934579439);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(193.1065420561, 46.0822429907, 41.6934579439);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(193.1065420561, 46.0822429907, 41.6934579439);
  background-image: none;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(138.5794392523, 33.0700934579, 29.9205607477);
}
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(1.204587156, 70.4683486239, 130.095412844);
  border-color: rgb(0.8302752294, 48.5711009174, 89.6697247706);
}
.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  border-color: rgb(66.7431192661, 166.9724770642, 253.2568807339);
}
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  border-color: rgb(66.7431192661, 166.9724770642, 253.2568807339);
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(160.65, 160.65, 160.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  border-color: white;
}
.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  border-color: white;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(31.0736040609, 126.1776649746, 154.4263959391);
}
.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  border-color: rgb(175.9137055838, 224.6192893401, 239.0862944162);
}
.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  border-color: rgb(175.9137055838, 224.6192893401, 239.0862944162);
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(45.0576923077, 103.4423076923, 45.0576923077);
}
.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  border-color: rgb(163.0512820513, 214.9487179487, 163.0512820513);
}
.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  border-color: rgb(163.0512820513, 214.9487179487, 163.0512820513);
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(175.6171875, 109.140625, 14.8828125);
}
.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  border-color: rgb(247.96875, 216.5625, 172.03125);
}
.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  border-color: rgb(247.96875, 216.5625, 172.03125);
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(138.5794392523, 33.0700934579, 29.9205607477);
}
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  border-color: rgb(235.1121495327, 164.9813084112, 162.8878504673);
}
.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  border-color: rgb(235.1121495327, 164.9813084112, 162.8878504673);
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: rgb(1.2981651376, 75.9426605505, 140.2018348624);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

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

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: rgb(42.8043478261, 45.1391304348, 46.6956521739);
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #818a91;
}
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #818a91;
  white-space: nowrap;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
  margin-bottom: 0;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -0.5rem;
}
.btn-toolbar::after {
  content: "";
  display: table;
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.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:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

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

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

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.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='#fff' 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='#fff' 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='#fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
  float: left;
  clear: left;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.5rem - 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9 ;
  color: #55595c;
  vertical-align: middle;
  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='#333' 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 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}
.custom-select:disabled {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

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

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

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

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

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

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

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}
.nav-pills .nav-item {
  float: left;
}
.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 576px) {
  .navbar {
    border-radius: 0.25rem;
  }
}

.navbar-full {
  z-index: 1000;
}
@media screen and (min-width: 576px) {
  .navbar-full {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media screen and (min-width: 576px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

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

.navbar-text {
  display: inline-block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 575px) {
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-xs .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-xs .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media screen and (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block;
  }
}
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-sm .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block;
  }
}
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-md .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media screen and (min-width: 992px) {
  .navbar-toggleable-md {
    display: block;
  }
}
.navbar-toggleable-lg::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1459px) {
  .navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-lg .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media screen and (min-width: 1460px) {
  .navbar-toggleable-lg {
    display: block;
  }
}
.navbar-toggleable-xl {
  display: block;
}
.navbar-toggleable-xl::after {
  content: "";
  display: table;
  clear: both;
}
.navbar-toggleable-xl .navbar-brand {
  display: block;
  float: none;
  margin-top: 0.5rem;
  margin-right: 0;
}
.navbar-toggleable-xl .navbar-nav {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-nav .nav-item {
  float: left;
}
.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
  color: rgb(255, 255, 255);
}
.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 .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 575px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}

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

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

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

.card-subtitle {
  margin-top: -0.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 > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header::after {
  content: "";
  display: table;
  clear: both;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer::after {
  content: "";
  display: table;
  clear: both;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

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

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

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

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

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

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

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

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.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-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

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

.card-img {
  border-radius: calc(0.25rem - 1px);
}

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

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media screen and (min-width: 576px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media screen and (min-width: 576px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media screen and (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}
.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}

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

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

.page-item {
  display: inline;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
  color: rgb(1.2981651376, 75.9426605505, 140.2018348624);
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.tag:empty {
  display: none;
}

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

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

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.tag-default {
  background-color: #818a91;
}
.tag-default[href]:focus, .tag-default[href]:hover {
  background-color: rgb(103.9406779661, 112.4449152542, 119.0593220339);
}

.tag-primary {
  background-color: #0275d8;
}
.tag-primary[href]:focus, .tag-primary[href]:hover {
  background-color: rgb(1.5321100917, 89.628440367, 165.4678899083);
}

.tag-success {
  background-color: #5cb85c;
}
.tag-success[href]:focus, .tag-success[href]:hover {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.tag-info {
  background-color: #5bc0de;
}
.tag-info[href]:focus, .tag-info[href]:hover {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.tag-warning {
  background-color: #f0ad4e;
}
.tag-warning[href]:focus, .tag-warning[href]:hover {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.tag-danger {
  background-color: #d9534f;
}
.tag-danger[href]:focus, .tag-danger[href]:hover {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}
@media screen and (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: rgb(208.3142857143, 213.2285714286, 215.6857142857);
}

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

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 2.5rem;
}
.alert-dismissible .close {
  position: relative;
  top: -0.125rem;
  right: -1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
.alert-success hr {
  border-top-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 223.0304347826, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 213.052173913, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
  color: #a94442;
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  background-color: #eee;
  border: 0;
  appearance: none;
  border-radius: 0.25rem;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0.25rem;
}

@media screen and (min-width: 0\0 ) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  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 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, 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 {
  background-color: #5cb85c;
}
.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}
.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 {
  background-color: #5bc0de;
}
.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}
.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}
@media screen and (min-width: 0\0 ) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}
.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}
.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 {
  background-color: #d9534f;
}
.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}
.progress-danger[value]::-ms-fill {
  background-color: #d9534f;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}

.media,
.media-body {
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-left,
.media-right,
.media-body {
  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-top: 0;
  margin-bottom: 5px;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}
.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: #818a91;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  border-color: #0275d8;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.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: rgb(167.8073394495, 214.2293577982, 254.1926605505);
}

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

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

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

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,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

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

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,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

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

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

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

.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 {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

.modal-header .close {
  margin-top: -2px;
}

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

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

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

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

@media screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}
.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}
.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}
.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: rgb(247.35, 247.35, 247.35);
}
.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}
.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 0.2375rem 0.2375rem 0 0;
}
.popover-title:empty {
  display: none;
}

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

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1;
}
@media screen and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

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

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

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

@media screen and (min-width: 576px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: rgb(1.5321100917, 89.628440367, 165.4678899083) !important;
}

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

a.bg-success:focus, a.bg-success:hover {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692) !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919) !important;
}

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

a.bg-warning:focus, a.bg-warning:hover {
  background-color: rgb(236.015625, 151.21875, 30.984375) !important;
}

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

a.bg-danger:focus, a.bg-danger:hover {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972) !important;
}

.bg-inverse {
  background-color: #373a3c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: rgb(30.6086956522, 32.2782608696, 33.3913043478) !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media screen and (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media screen and (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media screen and (min-width: 1460px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.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;
}

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

.h-100 {
  height: 100% !important;
}

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

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

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 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 screen and (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media screen and (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 screen and (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 screen and (min-width: 1460px) {
  .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: normal;
}

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

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

.text-white {
  color: #fff !important;
}

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

a.text-muted:focus, a.text-muted:hover {
  color: rgb(103.9406779661, 112.4449152542, 119.0593220339) !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: rgb(1.5321100917, 89.628440367, 165.4678899083) !important;
}

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

a.text-success:focus, a.text-success:hover {
  color: rgb(68.2692307692, 156.7307692308, 68.2692307692) !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: rgb(48.5431472081, 175.6903553299, 213.4568527919) !important;
}

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

a.text-warning:focus, a.text-warning:hover {
  color: rgb(236.015625, 151.21875, 30.984375) !important;
}

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

a.text-danger:focus, a.text-danger:hover {
  color: rgb(201.4953271028, 48.0841121495, 43.5046728972) !important;
}

.text-gray-dark {
  color: #373a3c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: rgb(30.6086956522, 32.2782608696, 33.3913043478) !important;
}

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

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

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

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

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

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

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

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

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

.hidden-xl-down {
  display: none !important;
}

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

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

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

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

/*!
 *  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/fontawesome-webfont.eot?v=4.7.0");
  src: url("../Fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../Fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../Fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../Fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../Fonts/FontAwesome/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.3333333333em;
  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.2857142857em;
  text-align: center;
}

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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: "\f000";
}

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

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

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

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

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

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

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

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

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

.fa-th:before {
  content: "\f00a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-refresh:before {
  content: "\f021";
}

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

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

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

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

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

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

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

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

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

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

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

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

.fa-font:before {
  content: "\f031";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

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

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

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

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

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

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

.fa-gift:before {
  content: "\f06b";
}

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

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

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

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

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

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

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

.fa-random:before {
  content: "\f074";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-thumbs-o-down:before {
  content: "\f088";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

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

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

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

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

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

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

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

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

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

.fa-wrench:before {
  content: "\f0ad";
}

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

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

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

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

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

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

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

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

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

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

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

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

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

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

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

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

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

.fa-table:before {
  content: "\f0ce";
}

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

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

.fa-pinterest:before {
  content: "\f0d2";
}

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

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

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

.fa-linkedin:before {
  content: "\f0e1";
}

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

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

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

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

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

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

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

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

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

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

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

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

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

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

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

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

.fa-medkit:before {
  content: "\f0fa";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

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

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

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

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

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

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

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

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

.fa-meh-o:before {
  content: "\f11a";
}

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

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

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

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

.fa-terminal:before {
  content: "\f120";
}

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

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

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

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

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

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

.fa-subscript:before {
  content: "\f12c";
}

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

.fa-puzzle-piece:before {
  content: "\f12e";
}

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

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

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

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

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

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

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

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

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

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

.fa-unlock-alt:before {
  content: "\f13e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

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

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

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

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

.fa-thumbs-down:before {
  content: "\f165";
}

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

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

.fa-xing:before {
  content: "\f168";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-windows:before {
  content: "\f17a";
}

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

.fa-linux:before {
  content: "\f17c";
}

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

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

.fa-foursquare:before {
  content: "\f180";
}

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

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

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

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

.fa-sun-o:before {
  content: "\f185";
}

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

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

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

.fa-vk:before {
  content: "\f189";
}

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

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

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

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

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

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

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

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

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

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

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

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

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

.fa-wordpress:before {
  content: "\f19a";
}

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

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

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

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

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

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

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

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

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

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

.fa-paw:before {
  content: "\f1b0";
}

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

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

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

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

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

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

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

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

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

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

.fa-soundcloud:before {
  content: "\f1be";
}

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

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

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

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

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

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

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

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

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

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

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

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

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

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

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

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

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

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

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

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

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

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

.fa-plug:before {
  content: "\f1e6";
}

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

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

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

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

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

.fa-google-wallet:before {
  content: "\f1ee";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

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

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

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

.fa-forumbee:before {
  content: "\f211";
}

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

.fa-sellsy:before {
  content: "\f213";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

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

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

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

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

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

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

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

.fa-server:before {
  content: "\f233";
}

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

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

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

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

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

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

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

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

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

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

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

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

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

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

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

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

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

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

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

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

.fa-hand-lizard-o:before {
  content: "\f258";
}

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

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

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

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

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

.fa-gg:before {
  content: "\f260";
}

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

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

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

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

.fa-get-pocket:before {
  content: "\f265";
}

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

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

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

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

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

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

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

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

.fa-500px:before {
  content: "\f26e";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

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

.fa-reddit-alien:before {
  content: "\f281";
}

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

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

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

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

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

.fa-mixcloud:before {
  content: "\f289";
}

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

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

.fa-pause-circle-o:before {
  content: "\f28c";
}

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

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

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

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

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

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

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

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

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

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

.fa-universal-access:before {
  content: "\f29a";
}

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

.fa-question-circle-o:before {
  content: "\f29c";
}

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

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

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

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

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

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

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

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

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

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

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

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

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

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

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

.fa-pied-piper:before {
  content: "\f2ae";
}

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

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

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

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

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

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

.fa-linode:before {
  content: "\f2b8";
}

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

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

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

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

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

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

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

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

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

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

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

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

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

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

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

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

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

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

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

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

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

.fa-eercast:before {
  content: "\f2da";
}

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

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

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

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.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;
}

@font-face {
  font-family: "open_sansregular";
  src: url("../Fonts/OpenSans/OpenSans-Regular-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansitalic";
  src: url("../Fonts/OpenSans/OpenSans-Regular-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("../Fonts/OpenSans/OpenSans-Semibold-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold";
  src: url("../Fonts/OpenSans/OpenSans-Bold-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
/* Farbdefinitionen */
/* Farbdefinitionen */
/* -----------------------------------------------
Globals
-------------------------------------------------*/
@media screen {
  .printonly {
    display: none;
  }
}
body {
  font-family: "open_sansregular";
  font-size: 24px;
  color: #000000;
  overflow-x: hidden;
  /*@include media-breakpoint-down(xs) {
  	font-size: 14px;
  }*/
}
@media screen and (max-width: 1459px) {
  body {
    font-size: 21px;
  }
}
@media screen and (max-width: 1240px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

@media screen and (min-width: 1460px) {
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media screen and (min-width: 576px) {
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media screen and (max-width: 1459px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 991px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 991px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h2.section,
.h2.section {
  font-family: "open_sansbold";
  color: #888888;
  text-align: center;
  margin: 0 0 1.5em;
}

h2.section_home,
.h2.section_home {
  font-family: "open_sansbold";
  color: #0062a0;
  text-align: center;
  margin: 0 0 1.5em;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  h5,
  .h5 {
    font-size: 0.9em;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}

*:focus {
  outline: none;
}

a,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

.more-link:hover {
  text-decoration: underline !important;
}

em,
strong,
.strong {
  font-family: "open_sansbold";
  font-weight: normal;
  font-style: normal;
  color: #5e5e5e;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section {
  margin: 2.5em 0;
}
section.section-bg {
  background-color: #f1f1f1;
  padding: 2.5em 0;
}
section.section-bg-white {
  background-color: #ffffff;
  padding: 2.5em 0;
}
@media screen and (max-width: 767px) {
  section.section-bg-white + .section-bg-white {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  section.section-bg-white + .section-bg-white .teaser-items.home {
    padding-top: 0;
  }
}
@media screen and (max-width: 1459px) {
  section.section-bg-white .teaser-items.home .frame-layout-0.frame-indent {
    margin-left: 0;
    margin-right: 0;
  }
}
section.section-bg-white .teaser-items.home .frame-layout-0 .calendarize .event.block {
  border: 0 none;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
section.section-bg-white .teaser-items.home .frame-layout-0 .calendarize .event.block h3 {
  display: none;
}
section.section-bg-white .teaser-items.home .frame-layout-0 .calendarize .event.block a.all {
  display: none;
}
section.section-bg-white .teaser-items.home .frame-layout-0 .calendarize .event.block .box {
  border-top: 0 none;
  margin-bottom: 2rem;
}
section.section-bg-white .teaser-items.home .frame-layout-0 .calendarize .event.block .box .content .h6 {
  color: #5e5e5e;
  margin-top: 0.25rem;
}
section.section-bg-white .teaser-items.home .frame-layout-0 .calendarize .event.block .box .content .more {
  color: #0062a0;
  display: flex;
}
section.section-bg-white .teaser-items.home .frame-layout-0 .calendarize .event.block .box .content .more:before {
  background-image: url(../Images/icon-arrow_right_anchor.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 16px;
  top: 9px;
  width: 17px;
}
@media screen and (max-width: 767px) {
  section.section-bg-white .teaser-items.home .frame-layout-0 .calendarize .event.block .box .content .more:before {
    top: 3px;
  }
}
section.section-bg-white .teaser-items.home .frame-layout-0 .calendarize .event.block .box .content .more .h4 {
  margin-bottom: 0;
}
section .ctype-textmedia .col-xs-12 div ul li,
section .ctype-textmedia .col-md-6 div ul li,
section .ctype-textmedia--1 .col-xs-12 div ul li,
section .ctype-textmedia--1 .col-md-6 div ul li {
  list-style: "■  ";
  margin-left: 20px;
}

div.container_background {
  background-color: #ceecd9;
  padding: 2.5em 0;
}

/* Sections within content section */
section.content section.section-bg {
  padding: 0 30px 1.5em;
}
section.content section h2.section,
section.content section .h2.section {
  text-align: left;
}
section.content section .container {
  width: auto;
  padding: 0;
}
section.content section .container > .row > div {
  width: 100%;
  margin: 0;
}

/* -----------------------------------------------
Styles for elements in boxes
-------------------------------------------------*/
.box {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
}
.box .kapitel {
  color: #5e5e5e;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}
.box .label {
  background-color: #ffffff;
  border-radius: 0;
  font-size: 21px;
  font-weight: normal;
  font-family: "open_sansbold";
  line-height: normal;
  padding: 15px 10px;
  text-align: center;
  white-space: normal;
  display: block;
}
.box.blue .label {
  color: #0062a0;
}
.box.green .label {
  color: #00883E;
}
.box.grey .label {
  color: #5e5e5e;
}
.box.arrow, .box.arrowgreen {
  background-color: #ceecd9;
  margin-bottom: 30px;
}
.box.arrow .box-content, .box.arrowgreen .box-content {
  padding: 20px;
}
.box.arrow .box-content .kapitel, .box.arrowgreen .box-content .kapitel {
  text-align: left;
}
.box.arrow .box-content .label, .box.arrowgreen .box-content .label {
  align-items: center;
  background-color: transparent;
  color: #0062a0;
  display: inline-flex;
  padding: 0;
  text-align: left;
}
.box.arrow .box-content .label:after, .box.arrowgreen .box-content .label:after {
  background-image: url(../Images/icon-arrow_right_anchor.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 20px;
  margin-left: 20px;
  width: 20px;
}
.box.arrowgreen {
  background-color: #cad401;
}
.box > a {
  display: inline-block;
}

/* -----------------------------------------------
Styles for teasers
-------------------------------------------------*/
.teaser-items.spotlight {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1459px) {
  .teaser-items .box .label {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .teaser-items {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .teaser-items .row > div {
    margin-bottom: 16px !important;
  }
  .teaser-items .row > div:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .teaser-items {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

section.clinic-head {
  padding: 0;
}
section.clinic-head .ce_teaser_head {
  margin: 0;
}

section.spotlight {
  background-color: rgba(0, 136, 62, 0.15);
  padding: 40px 0 20px;
  margin-bottom: 3em;
}
section.spotlight .box {
  border: 1px solid #fff;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
section.spotlight .box:hover {
  border: 1px solid;
  border-color: #0062a0;
}
section.spotlight .box img {
  width: 100%;
  height: auto;
}
section.spotlight .box .info {
  position: absolute;
  bottom: 0;
  padding: 15px 0 10px;
  color: #FFF;
  background-color: rgba(0, 98, 160, 0.8);
  text-align: center;
  width: 100%;
  font-size: 0.9em;
  text-transform: uppercase;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
}
section.spotlight .box:hover .info {
  background-color: #0062a0;
}
@media screen and (max-width: 767px) {
  section.spotlight .box .info {
    font-size: 18px;
  }
}
section.spotlight main .box .label {
  font-size: 90%;
}

.content {
  /*& > .container {
  	& > .row {
  		margin-bottom: 4em;
  	}
  }*/
  /*article {
  	margin-bottom: 4em;
  	max-width: 900px;
  }*/
  /* Margins between ce Elements within content section */
}
.content .diagram {
  width: 100%;
  background: rgba(0, 98, 160, 0.1);
  box-sizing: border-box;
  padding: 22px 28px 20px;
  position: relative;
  margin-top: 235px;
}
.content .diagram h4,
.content .diagram .h4 {
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  font-size: 0.85em;
}
.content .diagram a {
  background-color: rgba(0, 98, 160, 0.15);
  color: #0062a0;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  padding: 2px 4px 0;
}
.content .diagram img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1459px) {
  .content .diagram {
    margin-top: 40px;
  }
}
.content .breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 18px;
}
@media screen and (max-width: 1459px) {
  .content .breadcrumb {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .content .breadcrumb {
    font-size: 14px;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content .breadcrumb {
    font-size: 12px;
  }
}
.content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #000000;
  content: "›";
}
.content .breadcrumb li {
  color: #000000;
}
.content .breadcrumb li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .content .breadcrumb li {
    float: none;
  }
}
.content .headline h1,
.content .headline .h1,
.content .headline h3,
.content .headline .h3 {
  font-family: "open_sansbold";
  font-weight: normal;
  display: inline-block;
  color: #0062a0;
  font-size: 40px;
}
.content .breadcrumb + .frame-type-header {
  margin-top: 0.5em;
}
.content header h1,
.content header .h1 {
  font-family: "open_sansbold";
  font-weight: normal;
  display: inline-block;
  color: #0062a0;
  font-size: 40px;
}
@media screen and (max-width: 1459px) {
  .content header h1,
  .content header .h1 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 991px) {
  .content header h1,
  .content header .h1 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .content header h1,
  .content header .h1 {
    font-size: 1.5em;
  }
}
.content header h2,
.content header .h2 {
  font-family: "open_sansbold";
  font-weight: normal;
  margin-top: 1em;
}
.content header h2.blue,
.content header .h2.blue {
  color: #0062a0;
}
.content header h2.green,
.content header .h2.green {
  color: #00883E;
}
.content header h2 .fa,
.content header .h2 .fa {
  float: right;
  background: #FFF;
  font-size: 2em;
}
.content header h3,
.content header .h3 {
  color: #0062a0;
  font-family: "open_sansbold";
  font-weight: normal;
  margin: 0 0 1em 0;
}
.content .ce_header h1,
.content .ce_header .h1 {
  color: #00883E;
  line-height: 1.2;
  margin-bottom: 1em;
  letter-spacing: 1px;
}
.content .ce_header h1 span,
.content .ce_header .h1 span {
  color: #0062a0;
}
.content .ce_header h2,
.content .ce_header .h2 {
  margin: 0 0 1em;
  font-family: "open_sansbold";
  color: #5e5e5e;
}
.content .ce_header h2.blue,
.content .ce_header .h2.blue {
  color: #0062a0;
  border-color: #0062a0;
}
.content .ce_header h2.green,
.content .ce_header .h2.green {
  color: #00883E;
  border-color: #00883E;
}
.content .ce_header h3,
.content .ce_header .h3 {
  color: #0062a0;
  font-weight: bold;
  margin: 1.3em 0 0.6em;
}
.content .ce-bodytext h3,
.content .ce-bodytext .h3 {
  color: inherit;
  margin: 0 0 0.6em;
}
.content .ce-bodytext ul {
  line-height: 1.3;
  margin: 0 0 0 0.5em;
}
.content .ce-bodytext ul li {
  padding: 0 0 0.3em 1em;
}
.content .ce-bodytext ul li p {
  display: inline;
}
.content .ce-bodytext ul li:before {
  background-color: #AAA;
  content: "";
  display: inline-block;
  height: 0.4em;
  margin: 0.5em 0.6em 0.1em -1em;
  width: 0.4em;
}
.content .ce-bodytext ol {
  line-height: 1.3;
  list-style-type: decimal;
  margin: 0.8em 0 0.8em -0.5em;
}
.content .ce-bodytext ol li {
  padding: 0 0 0.3em 0;
}
.content .ce-bodytext a {
  text-decoration: underline;
}
.content .ce-bodytext a:hover {
  text-decoration: none;
}
.content .membership.block {
  width: 100%;
}
.content .membership.block h2,
.content .membership.block .h2 {
  color: #00883E;
}
.content .membership.block ul {
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
  overflow: hidden;
}
.content .membership.block ul .box {
  background-color: transparent;
  float: left;
}
.content .membership.block ul .box.full {
  width: 100%;
}
.content .membership.block ul .box.half {
  width: 50%;
  border-right: 2px solid #ffffff;
}
.content .membership.block ul .box.half + .half {
  border-left: 2px solid #ffffff;
  border-right: 0;
  margin-left: -2px;
}
@media screen and (max-width: 575px) {
  .content .membership.block ul .box.half + .half {
    margin: 0;
    border: 0;
  }
}
@media screen and (max-width: 575px) {
  .content .membership.block ul .box.half {
    margin: 0;
    border: 0;
  }
}
.content .membership.block ul .box .content {
  padding: 30px;
  float: left;
  width: 100%;
}
.content .membership.block ul .box .content .logo {
  width: 100%;
  background-color: #ffffff;
  padding: 15px 0;
  margin-bottom: 1.5em;
}
.content .membership.block ul .box .content .logo img {
  margin: 0 auto;
  display: block;
}
.content .membership.block ul .box .content .info h5,
.content .membership.block ul .box .content .info .h5 {
  font-weight: bold;
  font-size: inherit;
  margin: 0;
}
.content .membership.block ul .box .content .info p {
  font-size: 0.75em;
  margin: 0.5em 0;
  line-height: 1.3;
}
.content .membership.block ul .box .content .info .link {
  border: none;
  font-weight: bold;
  font-size: 0.75em;
  color: #00883E;
}
.content .membership.block ul .box .content .info .link .arrow {
  font-size: 1.4em;
}
.content .membership.block ul .box .content .info .link:hover {
  border-style: solid;
  border-width: 0 0 1px;
}
@media screen and (max-width: 991px) {
  .content .membership.block ul .box.half {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content .membership.block ul .box .content .info h5,
  .content .membership.block ul .box .content .info .h5 {
    font-size: 16px;
  }
  .content .membership.block ul .box .content .info p,
  .content .membership.block ul .box .content .info .link {
    font-size: 14px;
  }
}
.content .department.block > .row > div + div {
  margin-top: 1em;
}
.content .department.block .department {
  border: 2px solid #c6c6c6;
  padding: 30px;
  overflow: hidden;
}
.content .department.block .department .col-md-4 {
  padding-right: 0;
}
.content .department.block .department .info h4,
.content .department.block .department .info .h4 {
  color: #00883E;
  font-size: 27px;
  font-family: "open_sansbold";
}
@media screen and (max-width: 991px) {
  .content .department.block .department .info h4,
  .content .department.block .department .info .h4 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.content .department.block .department .info a {
  font-family: "open_sansbold";
  font-weight: normal;
  font-size: inherit;
  line-height: 1.25em;
  color: #00883E;
  display: block;
  padding: 0 0 0 10px;
}
.content .department.block .department .info a .arrow,
.content .department.block .department .info a .arrowgreen {
  margin-left: -10px;
}
.content .department.block .department .info a.no-padding {
  padding: 0;
}
.content .department.block .department .info a:hover .underline {
  text-decoration: underline;
}
.content .department.block .department .info a + a {
  margin-top: 0.5em;
}
@media screen and (max-width: 991px) {
  .content .department.block .department {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .content .department.block .department .col-md-4 {
    padding-right: 15px;
  }
  .content .department.block .department .col-md-4 .img-responsive {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 991px) {
  .content .information.row .col-xs-12 + .col-xs-12 {
    margin-top: 30px;
  }
}
.content .frame-type-textmedia + .accordion, .content .frame-type-textmedia + .ce_header, .content .frame-type-textmedia + .ce_list_teaser, .content .frame-type-textmedia + .ce_list_links, .content .frame-type-textmedia + .frame-type-textmedia, .content .frame-type-textmedia + .frame-type-header, .content .frame-type-textmedia + .frame-type-menu_subpages, .content .frame-type-textmedia + .frame-type-uploads,
.content .accordion + .accordion,
.content .accordion + .ce_header,
.content .accordion + .ce_list_teaser,
.content .accordion + .ce_list_links,
.content .accordion + .frame-type-textmedia,
.content .accordion + .frame-type-header,
.content .accordion + .frame-type-menu_subpages,
.content .accordion + .frame-type-uploads,
.content .ce_list_teaser + .accordion,
.content .ce_list_teaser + .ce_header,
.content .ce_list_teaser + .ce_list_teaser,
.content .ce_list_teaser + .ce_list_links,
.content .ce_list_teaser + .frame-type-textmedia,
.content .ce_list_teaser + .frame-type-header,
.content .ce_list_teaser + .frame-type-menu_subpages,
.content .ce_list_teaser + .frame-type-uploads,
.content .ce_list_links + .accordion,
.content .ce_list_links + .ce_header,
.content .ce_list_links + .ce_list_teaser,
.content .ce_list_links + .ce_list_links,
.content .ce_list_links + .frame-type-textmedia,
.content .ce_list_links + .frame-type-header,
.content .ce_list_links + .frame-type-menu_subpages,
.content .ce_list_links + .frame-type-uploads {
  margin-top: 2.5em;
}
.content .frame-type-textmedia + .frame-type-shortcut > .accordion, .content .frame-type-textmedia + .frame-type-shortcut > .ce_header, .content .frame-type-textmedia + .frame-type-shortcut > .ce_list_teaser, .content .frame-type-textmedia + .frame-type-shortcut > .ce_list_links, .content .frame-type-textmedia + .frame-type-shortcut > .frame-type-textmedia, .content .frame-type-textmedia + .frame-type-shortcut > .frame-type-header, .content .frame-type-textmedia + .frame-type-shortcut > .frame-type-menu_subpages, .content .frame-type-textmedia + .frame-type-shortcut > .frame-type-uploads,
.content .accordion + .frame-type-shortcut > .accordion,
.content .accordion + .frame-type-shortcut > .ce_header,
.content .accordion + .frame-type-shortcut > .ce_list_teaser,
.content .accordion + .frame-type-shortcut > .ce_list_links,
.content .accordion + .frame-type-shortcut > .frame-type-textmedia,
.content .accordion + .frame-type-shortcut > .frame-type-header,
.content .accordion + .frame-type-shortcut > .frame-type-menu_subpages,
.content .accordion + .frame-type-shortcut > .frame-type-uploads,
.content .ce_list_teaser + .frame-type-shortcut > .accordion,
.content .ce_list_teaser + .frame-type-shortcut > .ce_header,
.content .ce_list_teaser + .frame-type-shortcut > .ce_list_teaser,
.content .ce_list_teaser + .frame-type-shortcut > .ce_list_links,
.content .ce_list_teaser + .frame-type-shortcut > .frame-type-textmedia,
.content .ce_list_teaser + .frame-type-shortcut > .frame-type-header,
.content .ce_list_teaser + .frame-type-shortcut > .frame-type-menu_subpages,
.content .ce_list_teaser + .frame-type-shortcut > .frame-type-uploads,
.content .ce_list_links + .frame-type-shortcut > .accordion,
.content .ce_list_links + .frame-type-shortcut > .ce_header,
.content .ce_list_links + .frame-type-shortcut > .ce_list_teaser,
.content .ce_list_links + .frame-type-shortcut > .ce_list_links,
.content .ce_list_links + .frame-type-shortcut > .frame-type-textmedia,
.content .ce_list_links + .frame-type-shortcut > .frame-type-header,
.content .ce_list_links + .frame-type-shortcut > .frame-type-menu_subpages,
.content .ce_list_links + .frame-type-shortcut > .frame-type-uploads {
  margin-top: 2.5em;
}
.content .frame-type-header + .frame-type-textmedia {
  margin-top: 1.5em;
}
.content .frame-type-textmedia + .frame-type-textmedia, .content .frame-type-textmedia + .frame-type-menu_subpages, .content .frame-type-textmedia + .frame-type-uploads, .content .frame-type-textmedia + .ce_list_team,
.content .card + .frame-type-textmedia,
.content .card + .frame-type-menu_subpages,
.content .card + .frame-type-uploads,
.content .card + .ce_list_team,
.content .ce_list_team + .frame-type-textmedia,
.content .ce_list_team + .frame-type-menu_subpages,
.content .ce_list_team + .frame-type-uploads,
.content .ce_list_team + .ce_list_team {
  margin-top: 1.5em;
}
.content .frame-type-textmedia + .frame-type-shortcut > .frame-type-textmedia, .content .frame-type-textmedia + .frame-type-shortcut > .frame-type-menu_subpages, .content .frame-type-textmedia + .frame-type-shortcut > .frame-type-uploads, .content .frame-type-textmedia + .frame-type-shortcut > .ce_list_team,
.content .card + .frame-type-shortcut > .frame-type-textmedia,
.content .card + .frame-type-shortcut > .frame-type-menu_subpages,
.content .card + .frame-type-shortcut > .frame-type-uploads,
.content .card + .frame-type-shortcut > .ce_list_team,
.content .ce_list_team + .frame-type-shortcut > .frame-type-textmedia,
.content .ce_list_team + .frame-type-shortcut > .frame-type-menu_subpages,
.content .ce_list_team + .frame-type-shortcut > .frame-type-uploads,
.content .ce_list_team + .frame-type-shortcut > .ce_list_team {
  margin-top: 1.5em;
}
.content .frame-type-textmedia + .card {
  margin-top: 1.5em;
}
.content .frame-type-menu_subpages {
  margin-bottom: 1.5em;
}

.overview h2.section.intro,
.overview .h2.section.intro {
  font-size: 36px;
}
@media screen and (max-width: 1459px) {
  .overview h2.section.intro,
  .overview .h2.section.intro {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .overview h2.section.intro,
  .overview .h2.section.intro {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .overview h2.section.intro,
  .overview .h2.section.intro {
    font-size: 1.5em;
    padding: 0 10px;
  }
}
.overview h2.section.intro .green,
.overview .h2.section.intro .green {
  color: #00883E;
}
.overview h2.section.intro .blue,
.overview .h2.section.intro .blue {
  color: #0062a0;
}
.overview article .more,
.overview article .more-link {
  font-weight: bold;
  color: #777;
  margin: 12px 0 32px;
  display: inline-block;
}
.overview article .more:hover,
.overview article .more-link:hover {
  color: #111;
  text-decoration: underline;
}
.overview article .more .arrow,
.overview article .more-link .arrow {
  opacity: 0.6;
  font-size: 1.4em;
}
.overview .teaser-house a {
  display: block;
  padding: 30px 20px 60px;
  border-style: solid;
  border-width: 2px;
  font-family: "open_sansbold";
  position: relative;
}
.overview .teaser-house a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.overview .teaser-house.teaser-blue a {
  border-color: #0062a0;
  color: #0062a0;
}
.overview .teaser-house.teaser-blue a:after {
  background-image: url(../Images/arrow_30w_blue.png);
}
.overview .teaser-house.teaser-green a {
  border-color: #00883E;
  color: #00883E;
}
.overview .teaser-house.teaser-green a:after {
  background-image: url(../Images/arrow_30w_green.png);
}
@media screen and (max-width: 1459px) {
  .overview article {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .overview article .more,
  .overview article .more-link {
    margin: 0 0 10px;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .overview .block {
    margin-bottom: 40px;
  }
  .overview .block h2,
  .overview .block .h2 {
    padding-bottom: 8px;
  }
  .overview .block h2 .fa,
  .overview .block .h2 .fa {
    font-size: 1.6em;
  }
  .overview .block .box .content {
    padding: 14px 12px 0 12px;
  }
  .overview .block .box .content h6,
  .overview .block .box .content .h6 {
    font-size: 15px;
    color: #777;
    margin-bottom: 5px;
  }
  .overview .block .box .content h4,
  .overview .block .box .content .h4 {
    font-size: 18px;
    line-height: 1.2;
  }
  .overview .block .box .content p {
    font-size: 15px;
  }
  .overview .block .box .more,
  .overview .block .box .more-link {
    font-size: 14px;
    padding: 10px 0 11px 10px;
  }
  .overview .block.news h2 span.fa,
  .overview .block.news .h2 span.fa {
    margin: 4px 0;
  }
  .overview .block.event h2 .fa,
  .overview .block.event .h2 .fa {
    margin: -1px 0;
  }
}

.rail .container {
  position: relative;
  padding-top: 0;
  /*.frame-default {
  	padding-top: 30px;

  	h2, .h2 {
  		font-size: 30px;
  		background-color: #ebebeb;
  		color: #999;
  		padding: 13px 25px;
  		margin-top: -72px;
  		float: left;
  		@include media-breakpoint-down(sm) {
  			font-size: 18px;
  		}

  		&.ce-headline-center {
  			text-align: center;
  			display: block;
  			width: 100%;
  		}
  	}
  }*/
}
@media screen and (max-width: 767px) {
  .rail .ce_memberships {
    margin-top: 0 !important;
  }
}
.rail .ce_memberships.slider {
  /*xs*/
  /*sm*/
  /*md*/
  /*lg*/
}
.rail .ce_memberships.slider .col-centered {
  float: none;
  margin: 0 auto;
}
.rail .ce_memberships.slider .item.carousel-item {
  transition: 0.6s ease-in-out left;
  backface-visibility: unset;
  perspective: unset;
}
.rail .ce_memberships.slider .item.carousel-item.active {
  display: inline-flex;
}
.rail .ce_memberships.slider .carousel-control {
  width: 8%;
  width: 0px;
}
.rail .ce_memberships.slider .carousel-control.left,
.rail .ce_memberships.slider .carousel-control.right {
  margin-right: 40px;
  margin-left: 32px;
  background-image: none;
  opacity: 1;
}
.rail .ce_memberships.slider .carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}
.rail .ce_memberships.slider .carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}
.rail .ce_memberships.slider .active > div {
  display: none;
}
.rail .ce_memberships.slider .active > div:first-child {
  display: block;
}
@media (max-width: 767px) {
  .rail .ce_memberships.slider .carousel-inner .active.left {
    left: -50%;
  }
  .rail .ce_memberships.slider .carousel-inner .active.right {
    left: 50%;
  }
  .rail .ce_memberships.slider .carousel-inner .next {
    left: 50%;
  }
  .rail .ce_memberships.slider .carousel-inner .prev {
    left: -50%;
  }
  .rail .ce_memberships.slider .carousel-col {
    width: 50%;
  }
  .rail .ce_memberships.slider .active > div:first-child + div {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rail .ce_memberships.slider .carousel-inner .active.left {
    left: -50%;
  }
  .rail .ce_memberships.slider .carousel-inner .active.right {
    left: 50%;
  }
  .rail .ce_memberships.slider .carousel-inner .next {
    left: 50%;
  }
  .rail .ce_memberships.slider .carousel-inner .prev {
    left: -50%;
  }
  .rail .ce_memberships.slider .carousel-col {
    width: 50%;
  }
  .rail .ce_memberships.slider .active > div:first-child + div {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rail .ce_memberships.slider .carousel-inner .active.left {
    left: -33%;
  }
  .rail .ce_memberships.slider .carousel-inner .active.right {
    left: 33%;
  }
  .rail .ce_memberships.slider .carousel-inner .next {
    left: 33%;
  }
  .rail .ce_memberships.slider .carousel-inner .prev {
    left: -33%;
  }
  .rail .ce_memberships.slider .carousel-col {
    width: 33%;
  }
  .rail .ce_memberships.slider .active > div:first-child + div {
    display: block;
  }
  .rail .ce_memberships.slider .active > div:first-child + div + div {
    display: block;
  }
}
@media (min-width: 1200px) {
  .rail .ce_memberships.slider .carousel-inner .active.left {
    left: -25%;
  }
  .rail .ce_memberships.slider .carousel-inner .active.right {
    left: 25%;
  }
  .rail .ce_memberships.slider .carousel-inner .next {
    left: 25%;
  }
  .rail .ce_memberships.slider .carousel-inner .prev {
    left: -25%;
  }
  .rail .ce_memberships.slider .carousel-col {
    width: 25%;
  }
  .rail .ce_memberships.slider .active > div:first-child + div {
    display: block;
  }
  .rail .ce_memberships.slider .active > div:first-child + div + div {
    display: block;
  }
  .rail .ce_memberships.slider .active > div:first-child + div + div + div {
    display: block;
  }
}
.rail .ce_memberships.slider .block {
  width: 306px;
  height: 230px;
}
.rail .ce_memberships .track {
  overflow: hidden;
  margin: 0 -15px;
  box-sizing: content-box;
  min-width: 100%;
}
.rail .ce_memberships .track .wagon {
  width: 100%;
}
.rail .ce_memberships .track .wagon.roll {
  transition: all ease 0.5s;
}
.rail .ce_memberships .track .wagon ul li {
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}
.rail .ce_memberships .track .wagon ul li:nth-child(6) {
  display: none;
}
.rail .ce_memberships .track .wagon ul li .box {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .rail .ce_memberships .track .wagon::before, .rail .ce_memberships .track .wagon::after {
    box-sizing: content-box;
  }
}
.rail .ce_memberships.station-1 {
  background-image: url(../Images/line_2px_grey.jpg);
  background-repeat: repeat-x;
  background-position: left center;
  display: flex;
}
.rail .ce_memberships.station-1 a.wagon-roll {
  position: absolute;
  opacity: 0.2;
  z-index: 10;
  top: 0;
  height: 100%;
  width: 18px;
  cursor: pointer;
}
.rail .ce_memberships.station-1 a.wagon-roll.left {
  left: 0;
}
.rail .ce_memberships.station-1 a.wagon-roll.right {
  right: 0;
}
.rail .ce_memberships.station-1 a.wagon-roll span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}
.rail .ce_memberships.station-1 .track .wagon ul li {
  width: 100%;
}
.rail .ce_memberships.station-1 .track .wagon ul li .box {
  border: 2px solid #c6c6c6;
  background-color: #ffffff;
  text-align: center;
  margin: 0;
}
.rail .ce_memberships.station-1 .track .wagon ul li .box img {
  margin: 10px 0;
  width: 100%;
  height: auto;
  max-width: 217px;
}
.rail .ce_memberships.station-2 h2,
.rail .ce_memberships.station-2 .h2 {
  width: 100%;
  text-align: center;
}
.rail .ce_memberships.station-2 a.wagon-roll {
  position: absolute;
  opacity: 0.2;
  z-index: 10;
  top: 0;
  cursor: pointer;
  height: 100%;
  width: 20px;
  text-align: center;
}
.rail .ce_memberships.station-2 a.wagon-roll.left {
  left: -30px;
}
.rail .ce_memberships.station-2 a.wagon-roll.right {
  right: -30px;
}
.rail .ce_memberships.station-2 a.wagon-roll span {
  position: relative;
  top: 100px;
}
.rail .ce_memberships.station-2 .track .wagon ul li .box {
  border: 2px solid #c6c6c6;
}
.rail .ce_memberships.station-2 .track .wagon ul li .box img {
  width: 100%;
  height: auto;
}
.rail .ce_memberships.station-2 .track .wagon ul li .box div {
  font-size: 21px;
  font-weight: normal;
  font-family: "open_sansbold";
  line-height: normal;
  padding: 15px 10px;
  text-align: center;
  color: #0062a0;
}
.rail .ce_memberships.station-2 .track .wagon ul li:nth-child(2n) .box div {
  color: #00883E;
}
.rail .ce_memberships.station-2 .track .wagon.right {
  margin-left: -25%;
}
.rail .ce_memberships.station-2 .track .wagon.left {
  margin-left: 25%;
}
.rail .ce_memberships.station-2 .track .wagon ul {
  margin: 0 -25%;
}
.rail .ce_memberships.station-2 .track .wagon ul li {
  width: 16.6666666667%;
}
@media screen and (max-width: 1459px) {
  .rail .ce_memberships.station-2 .track .wagon.right {
    margin-left: -33.3333333333%;
  }
  .rail .ce_memberships.station-2 .track .wagon.left {
    margin-left: 33.3333333333%;
  }
  .rail .ce_memberships.station-2 .track .wagon ul {
    margin: 0 -33.3333333333%;
  }
  .rail .ce_memberships.station-2 .track .wagon ul li {
    width: 20%;
  }
}
@media screen and (max-width: 991px) {
  .rail .ce_memberships {
    padding-top: 0;
    margin-top: 20px;
  }
  .rail .ce_memberships h2,
  .rail .ce_memberships .h2 {
    margin: 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 15px 0 15px;
  }
  .rail .ce_memberships.station-1 .track .wagon ul li {
    width: 50%;
  }
  .rail .ce_memberships.station-2 .wagon-roll.left {
    left: 0 !important;
  }
  .rail .ce_memberships.station-2 .wagon-roll.right {
    right: 0 !important;
  }
  .rail .ce_memberships.station-2 .track .wagon.right {
    margin-left: -50%;
  }
  .rail .ce_memberships.station-2 .track .wagon.left {
    margin-left: 50%;
  }
  .rail .ce_memberships.station-2 .track .wagon ul {
    margin: 0 -50%;
  }
  .rail .ce_memberships.station-2 .track .wagon ul li {
    width: 25%;
  }
  .rail .ce_memberships.station-2 .track .wagon ul {
    margin: 0;
  }
  .rail .ce_memberships.station-2 .track .wagon ul li {
    width: 50%;
    display: none;
  }
  .rail .ce_memberships.station-2 .track .wagon ul li.active {
    display: inline-block;
  }
}
@media screen and (max-width: 575px) {
  .rail .ce_memberships.station-1 .track .wagon.right, .rail .ce_memberships.station-2 .track .wagon.right {
    margin-left: -100%;
  }
  .rail .ce_memberships.station-1 .track .wagon.left, .rail .ce_memberships.station-2 .track .wagon.left {
    margin-left: 100%;
  }
  .rail .ce_memberships.station-1 .track .wagon ul, .rail .ce_memberships.station-2 .track .wagon ul {
    margin: 0 -100%;
  }
  .rail .ce_memberships.station-1 .track .wagon ul li, .rail .ce_memberships.station-2 .track .wagon ul li {
    width: 33.3333333333%;
  }
  .rail .ce_memberships.station-1 .track .wagon ul, .rail .ce_memberships.station-2 .track .wagon ul {
    margin: 0;
  }
  .rail .ce_memberships.station-1 .track .wagon ul li, .rail .ce_memberships.station-2 .track .wagon ul li {
    width: 100%;
  }
  .rail .ce_memberships.station-1 .track .wagon ul li.active, .rail .ce_memberships.station-2 .track .wagon ul li.active {
    display: inline-block;
  }
  .rail .ce_memberships.station-2 .wagon-roll.left {
    left: 0 !important;
  }
  .rail .ce_memberships.station-2 .wagon-roll.right {
    right: 0 !important;
  }
}

.no-teaser .teaser-background .overlay {
  position: relative;
}
.no-teaser .registration {
  height: 245px;
  right: 0 !important;
  top: -53px !important;
}
.no-teaser .content aside nav {
  margin-top: -50px;
}

.container_background .content {
  /*a {
  	text-decoration: none;
  	&:hover {
  		text-decoration: underline;
  	}
  }

  .accordion {
  	margin-bottom: 0;
  }

  .card {
  	background-color: transparent;
  	border: none;
  	.card-header {
  		border: none;
  	}
  	.card-block {
  		border: none;
  	}
  	&.grey {
  		.card-header a {
  			color: #888888;
  		}
  		.card-block {
  			a {
  				color: $darkgrey;
  			}
  		}
  	}
  	&.blue {
  		.card-header a {
  			color: $blue;
  		}
  		.card-block {
  			a {
  				color: $blue;
  			}
  		}
  	}
  	&.green {
  		.card-header a {
  			color: $green;
  		}
  		.card-block {
  			a {
  				color: $green;
  			}
  		}
  	}

  	a {
  		.fa {
  			-webkit-transition: 0.2s ease-in-out;
  			-moz-transition: 0.2s ease-in-out;
  			-o-transition: 0.2s ease-in-out;
  			transition: 0.2s ease-in-out;
  			padding-right: 5px;
  			-webkit-transform: rotate(45deg);
  			-moz-transform: rotate(45deg);
  			-ms-transform: rotate(45deg);
  			transform: rotate(45deg);
  		}
  		.arrow {
  			font-size: 1.5em;
  			display: inline-block;
  			margin: -10px 6px 0 0;
  		}
  	}
  	a.collapsed {
  		.fa {
  			-webkit-transition: 0.2s ease-in-out;
  			-moz-transition: 0.2s ease-in-out;
  			-o-transition: 0.2s ease-in-out;
  			transition: 0.2s ease-in-out;
  			padding-right: 5px;
  			-webkit-transform: rotate(0deg);
  			-moz-transform: rotate(0deg);
  			-ms-transform: rotate(0deg);
  			transform: rotate(0deg);
  		}
  	}
  }*/
}
.container_background .content .ce-bodytext header h1,
.container_background .content .ce-bodytext header .h1,
.container_background .content .ce-bodytext header h2,
.container_background .content .ce-bodytext header .h2,
.container_background .content .ce-bodytext header h3,
.container_background .content .ce-bodytext header .h3,
.container_background .content .ce-bodytext header h4,
.container_background .content .ce-bodytext header .h4,
.container_background .content .ce-bodytext header h5,
.container_background .content .ce-bodytext header .h5,
.container_background .content .ce-bodytext header h6,
.container_background .content .ce-bodytext header .h6 {
  font-size: inherit;
  font-family: "open_sansbold";
  font-weight: normal;
}
.container_background .content .ce-bodytext strong {
  font-family: "open_sansbold";
  font-weight: normal;
}
.container_background .content .ce-bodytext strong.green {
  color: #00883E;
}
.container_background .content .ce-bodytext strong.blue {
  color: #0062a0;
}

.video-js-box .video-js {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.video-js-box .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  border: 0;
  border-radius: 0;
  background-color: #5e5e5e;
  transform: translate(-50%, -50%);
}
.video-js-box .video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js-box .video-js .vjs-control-bar {
  background-color: #5e5e5e;
}
.video-js-box .video-js:hover .vjs-big-play-button,
.video-js-box .video-js .vjs-big-play-button:focus {
  background-color: #888888;
}

.ce_gallery {
  margin: 20px 0;
}
.ce_gallery .lightbox {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (max-width: 575px) {
  .col-sm-6 + .col-sm-6 .teaser-house {
    margin-top: 10px;
  }
}

.content .card .card-block .ce-textpic .ce-gallery .ce-column figure.image {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .content .card .card-header a:after {
    top: 12px !important;
  }
}

@media screen and (max-width: 575px) {
  .information.row .col-lg-6 + .col-lg-6 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  li,
  a,
  p,
  span {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
/* -----------------------------------------------
Styles for header
-------------------------------------------------*/
body > header {
  background-color: #ffffff;
  display: block;
  font-size: 16px;
  font-family: "open_sansbold";
  border-bottom: 2px solid #e2e2e2;
  position: sticky;
  top: 0;
  z-index: 20;
  /*@include media-breakpoint-down(lg) {
  	.header .navigation {
  		position: static;
  		float: left;
  	}
  }

  @include media-breakpoint-down(md) {
  	.toolbar.primary {
  		width: 100%;

  		ul {
  			width: 100%;

  			li {
  				width: 33.3333%;
  			}
  		}
  	}

  	.logo {
  		margin-top: 8px;
  	}

  	.header {
  		.container {
  			padding: 0;
  		}

  		.navigation {
  			float: right;

  			.emergency {
  				margin: 6px 0 20px;

  				a {
  					padding: 0;
  					text-transform: uppercase;
  				}
  			}
  		}
  	}
  }*/
}
@media screen and (max-width: 1459px) {
  body > header {
    padding: 10px 0;
  }
}
body > header .toolbar.primary {
  float: right;
  background-color: #f1f1f1;
  border-radius: 0 0 0 10px;
  padding: 7px 10px 7px 20px;
  margin-right: -15px;
}
body > header .toolbar.primary .search {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  color: #5e5e5e;
  margin-right: 10px;
  /*span.fa-search {
  	font-size: 18px;
  	padding: 3px 10px 4px 8px;
  }*/
}
body > header .toolbar.primary .search form.navbar-form {
  margin: 0 !important;
  padding: 0;
}
body > header .toolbar.primary .search button {
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
body > header .toolbar.primary .search button.arrow {
  padding: 0 5px;
}
body > header .toolbar.primary .search .form-group {
  width: 0;
  background-color: #ffffff;
  transition: width ease 0.2s;
  margin-left: 5px;
}
body > header .toolbar.primary .search input {
  border: none;
  height: 27px;
  padding: 0;
  width: 160px;
  background-color: #ffffff;
  color: inherit;
  box-sizing: border-box;
  box-shadow: none;
  padding: 0 0 0 10px;
  border-radius: 0;
}
body > header .toolbar.primary ul {
  float: left;
  position: relative;
}
body > header .toolbar.primary ul li {
  display: inline-block;
  padding: 0 10px;
}
body > header .toolbar.primary ul li a {
  display: block;
  width: 100%;
}
body > header .toolbar.primary ul li a:hover {
  text-decoration: underline;
}
body > header .toolbar.primary ul li.tool-1, body > header .toolbar.primary ul li.tool-2, body > header .toolbar.primary ul li.tool-3 {
  color: #00883E;
}
body > header .toolbar.primary ul li.tool-4, body > header .toolbar.primary ul li.tool-5 {
  color: #5e5e5e;
}
body > header .toolbar.primary ul li.emergency {
  color: #cc0000;
}
body > header .toolbar.secondary {
  color: #bdbfc1;
  background-color: #edf0f4;
  border-radius: 0 0 10px;
  float: left;
  padding-left: 1000px;
  margin-left: -1020px;
  width: 545px;
  box-sizing: content-box;
  /*@include media-breakpoint-down(lg) {
  	width: 100%;
  	padding-right: 1000px;
  	margin-right: -1000px;
  	padding-top: 3px;
  	padding-bottom: 3px;

  	ul {
  		float: left;

  		li {
  			border: none;
  		}
  	}
  }*/
}
body > header .toolbar.secondary ul {
  float: right;
}
body > header .toolbar.secondary ul li {
  float: left;
  margin-bottom: -2px;
  border-color: #FFF;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-radius: 0 0 10px;
}
body > header .toolbar.secondary ul li.tool-1 a, body > header .toolbar.secondary ul li.tool-2 a {
  padding: 1px 20px;
}
body > header .toolbar.secondary ul li.tool-3 a {
  padding: 1px 10px;
}
body > header .toolbar.secondary ul li a {
  display: block;
  width: 100%;
}
body > header .toolbar.secondary ul li a:hover {
  color: #0062a0;
}
body > header .toolbar.secondary ul li.search {
  margin-left: 20px;
}
body > header .toolbar.secondary ul li.search button {
  border: none;
  background: none;
  width: 25px;
  float: left;
  color: #bdbfc1;
  cursor: pointer;
}
body > header .toolbar.secondary ul li.search button:hover {
  color: #0062a0;
}
body > header .toolbar.secondary ul li.search form.navbar-form {
  margin: 0 !important;
}
body > header .toolbar.secondary ul li.search input {
  background: none;
  border: none;
  box-sizing: border-box;
  color: #333;
  float: left;
  height: 27px;
  margin-bottom: 3px;
  padding: 0 0 0 5px;
  width: 160px;
}
body > header .logo-btn {
  display: inline-block;
  float: left;
}
body > header .logo {
  float: left;
  height: auto;
}
@media screen and (max-width: 1240px) {
  body > header .logo {
    width: 200px;
  }
}
body > header .header {
  padding: 0;
}
body > header .header .container {
  position: relative;
}
@media screen and (max-width: 1459px) {
  body > header .header .container {
    width: auto;
  }
}
body > header .header .navigation {
  /*bottom: 0;
  left: 250px;
  position: absolute;
  right: 0;*/
  margin-top: 51px;
}
@media screen and (max-width: 1459px) {
  body > header .header .navigation {
    margin-top: 21px;
  }
}
body > header .header .navigation .main-menu {
  float: right;
}
body > header .header .navigation .main-menu > ul {
  float: left;
}
body > header .header .navigation .main-menu > ul > li {
  float: left;
  position: relative;
}
body > header .header .navigation .main-menu > ul > li:hover > a:before {
  transform: rotate(90deg);
}
body > header .header .navigation .main-menu > ul > li > a {
  color: #5e5e5e;
  font-family: "open_sanssemibold";
  text-transform: uppercase;
  font-size: 21px;
  display: block;
  margin-left: 55px;
  padding-bottom: 50px;
}
body > header .header .navigation .main-menu > ul > li > a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background-image: url(../Images/arrow_20w_blue.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
  transition: all 0.4s ease-in-out 0.2s;
}
@media screen and (max-width: 1240px) {
  body > header .header .navigation .main-menu > ul > li > a {
    font-size: 18px;
    margin-left: 40px;
    padding-bottom: 40px;
  }
  body > header .header .navigation .main-menu > ul > li > a:before {
    width: 16px;
    height: 17px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1000px) {
  body > header .header .navigation .main-menu > ul > li > a {
    margin-left: 35px;
  }
}
body > header .header .navigation .main-menu > ul > li .flyout {
  position: absolute;
  left: 0;
  min-width: 550px;
  background: #ffffff;
  display: block;
  z-index: -1;
  width: 200%;
  max-width: 1380px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.4s ease-in-out 0.2s;
  height: 0;
}
body > header .header .navigation .main-menu > ul > li .flyout .flyout-close {
  width: 30px;
  height: 30px;
  display: none;
  float: right;
  margin: -15px;
  position: relative;
  background-image: url("../Images/close.png");
}
body > header .header .navigation .main-menu > ul > li .flyout h4, body > header .header .navigation .main-menu > ul > li .flyout .h4 {
  font-size: 24px;
  font-family: "open_sansbold";
  color: #5e5e5e;
  margin-bottom: 1em;
  text-align: center;
}
body > header .header .navigation .main-menu > ul > li .flyout .links {
  float: left;
  display: flex;
  flex-wrap: wrap;
}
body > header .header .navigation .main-menu > ul > li .flyout .links li {
  color: #5e5e5e;
  float: left;
  width: 50%;
  margin-bottom: 1em;
  /*&:nth-child(1n+0) {
  	float: left;
  	padding-right: 15px;
  }*/
}
body > header .header .navigation .main-menu > ul > li .flyout .links li a {
  display: inline;
  border-bottom: 2px solid #00883E;
}
body > header .header .navigation .main-menu > ul > li .flyout .links li a p {
  margin: 0;
  display: inline-block;
}
body > header .header .navigation .main-menu > ul > li .flyout .links li:hover a {
  border-color: #0062a0;
  color: #0062a0;
}
body > header .header .navigation .main-menu > ul > li .flyout .buttons {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #f1f1f1;
}
body > header .header .navigation .main-menu > ul > li .flyout .buttons li {
  float: left;
  width: 33.333%;
  color: #0062a0;
  text-align: center;
}
body > header .header .navigation .main-menu > ul > li .flyout .buttons li a {
  display: inline-block;
  color: #0062a0;
  font-family: "open_sansbold";
  line-height: 60px;
}
body > header .header .navigation .main-menu > ul > li .flyout .buttons li a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 15px;
  margin-bottom: -20px;
}
body > header .header .navigation .main-menu > ul > li .flyout .buttons li a.bodys:before {
  width: 55px;
  height: 60px;
  background-image: url("../Images/bodys.png");
}
body > header .header .navigation .main-menu > ul > li .flyout .buttons li a.clinic:before {
  width: 60px;
  height: 60px;
  background-image: url("../Images/clinic.png");
}
body > header .header .navigation .main-menu > ul > li .flyout .buttons li a.doc:before {
  width: 42px;
  height: 60px;
  background-image: url("../Images/doc.png");
}
body > header .header .navigation .main-menu > ul > li .flyout .buttons li:hover a {
  color: #00883E;
}
body > header .header .navigation .main-menu > ul > li .flyout .buttons li:hover a.bodys:before {
  background-position: -55px 0;
}
body > header .header .navigation .main-menu > ul > li .flyout .buttons li:hover a.clinic:before {
  background-position: -60px 0;
}
body > header .header .navigation .main-menu > ul > li .flyout .buttons li:hover a.doc:before {
  background-position: -42px 0;
}
body > header .header .navigation .main-menu > ul > li.active > a {
  color: #00883E;
}
body > header .header .navigation .main-menu > ul > li.active > a:before {
  transform: rotate(90deg);
  background-image: url(../Images/arrow_20w_green.png);
}
body > header .header .navigation .main-menu > ul > li:hover {
  background: #FFF;
}
body > header .header .navigation .main-menu > ul > li:hover .flyout {
  height: auto;
  z-index: 30;
  opacity: 1;
  padding: 1.5em;
}
body > header .header .navigation .main-menu > ul > li:hover > a {
  border-color: transparent;
}
body > header .header .navigation .main-menu > ul > li.special {
  position: static;
}
body > header .header .navigation .main-menu > ul > li.special .flyout {
  width: 1380px;
}
@media screen and (max-width: 1459px) {
  body > header .header .navigation .main-menu > ul > li.special .flyout {
    width: 100%;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
body > header .header .navigation .main-menu > ul > li.special .flyout .links {
  margin-bottom: 1em;
}
body > header .header .navigation .main-menu > ul > li.special .flyout .links li {
  width: 25%;
}
body > header .header .navigation .main-menu > ul > li.special .flyout .links li a span:first-letter {
  font-weight: bold;
}
@media screen and (max-width: 1459px) {
  body > header .header .navigation .main-menu > ul > li.special .flyout .links li {
    width: 33.333333%;
  }
}
body > header .header .navigation .main-menu > ul > li:last-child .flyout {
  min-width: 250px;
  left: auto;
  right: 0;
}
body > header .header .navigation .main-menu .oneColumn .flyout ul.links {
  display: block !important;
  float: none;
  width: 100%;
}
body > header .header .navigation .main-menu .oneColumn .flyout ul.links > li {
  width: 100%;
}
body > header .header .navigation .main-menu .oneColumn .flyout ul.links > li:nth-child(n) {
  float: none;
  width: 100%;
}
body > header .header .navigation .main-menu .oneColumn .flyout ul.links > li a {
  float: none !important;
}
body > header .header .navigation .emergency {
  float: right;
}
body > header .header .navigation .emergency a {
  color: #e60005;
  font-size: 20px;
  padding: 9px 18px 7px;
  display: block;
}
body > header .header .navigation .emergency a:hover {
  text-decoration: underline;
}
body > header .header .navigation .dropdown-box {
  float: right;
  clear: right;
}
body > header .header .navigation .dropdown-box .btn-secondary {
  color: #5e5e5e;
  box-shadow: 0 1px 1px #FFF;
  padding: 0.16em 0.5em 0.2em;
  background-color: #f1f1f1;
  border-radius: 0;
  border: 0;
}
body > header .header .navigation .dropdown-box .btn-secondary .fa-times {
  display: none;
}
body > header .header .navigation .dropdown-box .btn-secondary.open .fa-times {
  display: inline-block;
}
body > header .header .navigation .dropdown-box .btn-secondary.open .fa-bars {
  display: none;
}
body > header .header .navigation .dropdown-box #mobileDropdown {
  height: calc(100vh - 98px);
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  z-index: 20;
  margin-top: 20px;
  background-color: #ffffff;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  body > header .header .navigation .dropdown-box #mobileDropdown {
    margin-top: 27px;
  }
}
body > header .header .navigation .dropdown-box #mobileDropdown > .main > li {
  border-top: 1px solid #DDD;
}
body > header .header .navigation .dropdown-box #mobileDropdown > .main > li > a {
  display: block;
  text-align: center;
  font-size: 1.3em;
  padding: 0.4em 10px 0.4em 10px;
  margin-bottom: -0.1em;
  color: #00883E;
  font-weight: bold;
  z-index: 20;
  position: relative;
  line-height: 1.3em;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
}
body > header .header .navigation .dropdown-box #mobileDropdown > .main > li > a:after {
  margin-left: 10px;
  vertical-align: middle;
  content: "›";
  width: 11px;
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
body > header .header .navigation .dropdown-box #mobileDropdown > .main > li > a.collapsed {
  color: #0062a0;
  font-weight: normal;
}
body > header .header .navigation .dropdown-box #mobileDropdown > .main > li > a.collapsed:after {
  transform: rotate(90deg);
}
body > header .header .navigation .dropdown-box #mobileDropdown > .main > li ul {
  background-color: #EEE;
  padding: 0.2em 0;
  position: relative;
  z-index: 19;
}
body > header .header .navigation .dropdown-box #mobileDropdown > .main > li ul.special span:first-letter {
  font-weight: bold;
}
body > header .header .navigation .dropdown-box #mobileDropdown > .main > li ul li {
  text-align: center;
  box-sizing: border-box;
  padding: 0.1em 0;
  border-bottom: 1px solid #CCCCCC;
}
body > header .header .navigation .dropdown-box #mobileDropdown > .main > li ul li:last-child {
  border: none;
}
body > header .header .navigation .dropdown-box #mobileDropdown > .main > li ul li a {
  color: #0062a0;
  text-align: center;
}
body > header .header .navigation .dropdown-box #mobileDropdown > .main > li ul li a span {
  display: inline;
}
body > header .header .navigation .dropdown-box #mobileDropdown > .main > li ul li a span:before {
  content: "›";
  width: 11px;
  padding-right: 5px;
  font-size: 1.2em;
  margin: -10px 0;
}
body > header .header .navigation .dropdown-box #mobileDropdown > .main > li ul li a span br {
  display: none;
}
body > header .header .navigation .dropdown-box #mobileDropdown .primary {
  border-bottom: 1px solid #DDD;
}
body > header .header .navigation .dropdown-box #mobileDropdown .primary li {
  border-top: 1px solid #DDD;
}
body > header .header .navigation .dropdown-box #mobileDropdown .primary li a {
  display: block;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.3em;
  padding: 0.4em 0 0.3em 0;
  color: #00883E;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
}
body > header .header .navigation .dropdown-box #mobileDropdown .mobile-emergency {
  border-bottom: 1px solid #dddddd;
}
body > header .header .navigation .dropdown-box #mobileDropdown .mobile-emergency .emergency {
  background-color: #ffffff;
  float: none;
  margin: 0 auto;
  text-align: center;
}
body > header .header .navigation .dropdown-box #mobileDropdown .mobile-emergency .emergency a {
  padding: 0.4em 0 0.3em 0;
}
body > header .header .navigation .dropdown-box #mobileDropdown .mobile-emergency .emergency a:hover {
  text-decoration: none;
}
body > header .header .navigation .dropdown-box #mobileDropdown .search {
  margin: 0;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 1em;
}
body > header .header .navigation .dropdown-box #mobileDropdown .search span {
  color: #5e5e5e;
  padding-right: 0.2em;
}
body > header .header .navigation .dropdown-box #mobileDropdown .search input {
  display: inline-block;
  width: 60%;
  color: #5e5e5e;
  background-color: #ffffff;
  border: none;
  font-family: "Arial Narrow", Arial, sans-serif;
}
body > header .header .navigation .dropdown-box #mobileDropdown .search button {
  background: none;
  border: none;
  font-weight: bold;
  line-height: 1;
  color: #5e5e5e;
}
body > header .header .navigation .dropdown-box #mobileDropdown .search button.arrow {
  font-size: 1.4em;
}
body > header .header .navigation .dropdown-box #mobileDropdown .secondary {
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
  color: #AAA;
  float: left;
  width: 100%;
}
body > header .header .navigation .dropdown-box #mobileDropdown .secondary a {
  display: block;
  text-align: center;
  font-size: 1em;
  padding: 0.9em 0;
  text-transform: uppercase;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
}
body > header .header .navigation .dropdown-box #mobileDropdown .secondary a span {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  body > header .logo {
    width: 180px;
  }
  body > header .header .navigation {
    margin-left: -100px;
  }
  body > header .header .navigation .emergency {
    margin-bottom: 20px;
  }
  body > header .header .navigation .emergency a {
    font-size: 18px;
  }
  body > header .header .navigation .dropdown button {
    font-size: 14px;
    padding: 5px 9px;
  }
}
body > header .side {
  background-color: white;
  border-radius: 0 0 3px 3px;
}
body > header .js-countdown {
  display: none;
  font-size: 12px;
  color: white;
  position: absolute;
  padding: 5px 10px;
  background: #00883E;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  body > header .js-countdown {
    display: inline-block;
  }
}
body > header .js-countdown:hover {
  color: white;
}

/* -----------------------------------------------
Styles for footer
-------------------------------------------------*/
footer {
  margin-top: 5em !important;
}
footer .container {
  position: relative;
}
@media screen and (max-width: 1459px) {
  footer .container {
    width: 100%;
  }
}
footer .container .copyright {
  color: #5e5e5e;
  font-size: 16px;
  font-family: "open_sansbold";
  font-weight: normal;
  float: left;
}
footer .container .copyright a {
  display: inline-block;
  margin-left: 15px;
}
footer .container .copyright a .arrow {
  font-size: 20px;
}
footer .container .copyright a:hover {
  border-bottom: 2px solid #c6c6c6;
}
footer .container .social {
  display: inline-block;
}
footer .container .social ul li {
  display: inline-block;
  font-size: 30px;
}
footer .container .social ul li + li {
  padding-left: 6px;
}
footer .container .toolbar {
  float: right;
  position: relative;
}
footer .container .toolbar ul {
  float: right;
}
footer .container .toolbar ul li {
  float: left;
}
footer .container .toolbar ul li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .container .toolbar ul li a.toTop-link {
  background-color: #00883E;
}
footer .container .toolbar ul li a.print-link {
  background-color: #76b729;
}
footer .container .toolbar ul li + li {
  margin-left: 10px;
}
footer .footer {
  background-color: #f6f6f6;
  color: #5e5e5e;
  font-size: 16px;
  border-top: 2px solid #e2e2e2;
  padding: 2em 0;
  margin-top: 1em;
}
footer .footer a:hover {
  text-decoration: underline;
}
footer .footer .first, footer .footer .second {
  float: left;
}
footer .footer .first {
  width: 30%;
  padding-right: 30px;
}
footer .footer .first h5, footer .footer .first .h5 {
  color: #00883E;
}
footer .footer .second {
  width: 70%;
  padding-left: 80px;
}
footer .footer .second h5, footer .footer .second .h5 {
  color: #0062a0;
}
footer .footer h5, footer .footer h5 {
  font-family: "open_sansbold";
  font-weight: normal;
  font-size: inherit;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
footer .footer p {
  margin: 0 0 0.5em;
}
footer .footer .links ul li a {
  display: inline-block;
  padding-left: 10px;
  text-indent: -10px;
  border-bottom: 1px solid transparent;
}
footer .footer .links ul li a .arrow {
  font-size: 20px;
  opacity: 0.7;
}
footer .footer .links ul li a:hover {
  border-bottom: 1px solid #5e5e5e;
  text-decoration: none;
}
footer .footer .links ul li a:hover .arrow {
  text-decoration: none;
}
@media screen and (max-width: 1459px) {
  footer .footer .container .first {
    padding-right: 0;
    width: 100%;
  }
  footer .footer .container .second {
    padding-left: 0;
    width: 100%;
    border-left: none;
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    margin-top: 140px !important;
  }
  footer .container .second {
    margin-top: 20px;
    border-top: 2px solid #e2e2e2;
  }
  footer .container .copyright {
    font-size: 14px;
    left: 0;
    right: 0;
    text-align: center;
    top: -90px;
    float: none;
  }
  footer .container .toolbar {
    float: none;
    width: 100%;
    height: 60px;
    margin-top: 30px;
    position: relative;
  }
  footer .container .toolbar ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    float: none;
    width: auto;
    margin: 0;
  }
  footer .container .toolbar ul li {
    display: inline;
    margin: 0;
    padding: 5px 0;
  }
  footer .container .toolbar ul li + li {
    margin-left: 10px;
  }
  footer .row .col-md-6 h5,
  footer .row .col-md-6 .h5 {
    margin-top: 20px;
  }
  footer .row .col-md-6:first-child h5,
  footer .row .col-md-6:first-child .h5 {
    margin-top: 0;
  }
  footer .row .col-md-6:nth-child(2) h5,
  footer .row .col-md-6:nth-child(2) .h5 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 575px) {
  footer {
    margin-top: 60px !important;
  }
  footer .copyright span:not(.arrow) {
    display: inline-block;
    width: 100%;
  }
  footer .container {
    min-height: 60px;
  }
  footer .row .col-md-6:nth-child(2) h5,
  footer .row .col-md-6:nth-child(2) .h5 {
    margin-top: 20px;
  }
  footer .row .col-sm-6:nth-child(2) h5,
  footer .row .col-sm-6:nth-child(2) .h5 {
    margin-top: 20px;
  }
}

/* -----------------------------------------------
Styles for contents in aside
-------------------------------------------------*/
@media screen and (max-width: 1459px) {
  aside {
    width: 100%;
  }
}
aside h1, aside .h1,
aside h2, aside .h2,
aside h3, aside .h3 {
  font-size: 1.2em;
}
aside nav {
  width: 100%;
  margin-bottom: 10px;
  /*&.type-1 {
  	background-color: rgba($blue, 0.1);
  	border-radius: 0 0 10px 10px;

  	& > ul {
  		padding-top: 30px;
  		border-bottom: 1px solid #FFF;

  		& > li {
  			& > a {
  				border-top: 1px solid #FFF;
  				padding: 10px 0 10px 14px;
  			}
  		}
  	}
  	&.down {
  		margin-top: 89px !important;
  	}
  }

  &.type-2 {
  	border-radius: 10px;
  	position: relative;
  	background-color: #EBEBEB;
  	border: 2px solid #FFF;
  	margin-top: -240px;

  	&.header-no-image {
  		margin-top: -50px;
  	}

  	& > ul {
  		padding: 10px 0 14px;

  		& > li {
  			& > a {
  				padding: 2px 0 5px 14px;
  			}

  			& + li > a {
  				border-top: 1px solid #FFF;
  			}
  		}
  	}

  	&.green {
  		margin-top: -270px;

  		& > ul > li > a {
  			color: $green;

  			&:hover {
  				color: #111;
  			}
  		}
  	}
  }*/
}
aside nav ul li a br {
  display: none;
}
aside nav.colorGreen > ul > li a {
  color: #00883E;
}
aside nav a:hover {
  text-decoration: underline;
}
aside nav.header-no-image {
  margin-top: 190px;
}
aside nav > ul {
  width: 100%;
  font-size: 21px;
  margin-top: 2em;
}
aside nav > ul > li {
  width: 100%;
  margin: 1em 0;
}
aside nav > ul > li > a {
  display: block;
  position: relative;
  padding-left: 40px;
}
aside nav > ul > li > a:before {
  content: "";
  width: 20px;
  height: 21px;
  background-image: url(../Images/arrow_20w_grey.png);
  background-size: 100% auto;
  top: 3px;
  left: 2px;
  position: absolute;
}
aside nav > ul > li > ul {
  margin-left: 40px;
  margin-bottom: 2em;
  margin-top: 0.25em;
  font-size: 18px;
  display: none;
}
aside nav > ul > li > ul > li {
  margin: 0.75em 0;
}
aside nav > ul > li > ul > li > a {
  position: relative;
  padding-left: 16px;
  display: block;
  line-height: 1.4;
}
aside nav > ul > li > ul > li > a:before {
  content: "";
  width: 9px;
  height: 17px;
  background-image: url(../Images/arrow-submenu_grey.png);
  background-size: 100% auto;
  top: 4px;
  left: 0;
  position: absolute;
}
aside nav > ul > li > ul > li.active > a {
  color: #0062a0;
  font-family: "open_sansbold";
}
aside nav > ul > li > ul > li.active > a:before {
  background-image: url(../Images/arrow-submenu_blue.png);
}
aside nav > ul > li > ul > li > ul {
  margin-left: 16px;
  font-size: 18px;
  margin-bottom: 2em;
}
aside nav > ul > li > ul > li > ul > li {
  margin: 0.75em 0;
}
aside nav > ul > li > ul > li > ul > li > a {
  position: relative;
  padding-left: 12px;
  display: block;
  line-height: 1.4;
}
aside nav > ul > li > ul > li > ul > li > a:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  left: 0;
  top: 10px;
  background-color: #bbbbbb;
  position: absolute;
}
aside nav > ul > li.termin > a:before {
  width: 27px;
  height: 25px;
  background-image: url(../Images/icon_termin-vereinbaren.png);
  left: 0;
}
aside nav > ul > li.anreise > a:before {
  width: 27px;
  height: 32px;
  background-image: url(../Images/icon_ihr-weg-zu-uns.png);
  left: 0;
}
aside nav > ul > li.einweiser > a:before {
  width: 27px;
  height: 27px;
  background-image: url(../Images/icon_einweiser.png);
  left: 0;
}
aside nav li.active > a {
  color: #0062a0;
  font-family: "open_sansbold";
}
aside nav li.active > a:before {
  background-image: url(../Images/arrow_20w_blue.png);
}
aside nav li.active ul {
  display: block;
}
aside nav li.active.submenu > a {
  color: #000000;
}
aside nav li.active.submenu > a:before {
  background-image: url(../Images/arrow_20w_black.png);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
}
aside .row .ce_header {
  border-top: 2px solid #bbbbbb;
  margin: 1.5em 0 0;
  padding: 1em 0 0;
}
aside .row .ce_header h2, aside .row .ce_header .h2 {
  font-size: 24px;
  color: #888888;
}
aside .row .box .label {
  color: inherit;
  padding: 0.5em 0 0;
  font-family: "open_sansregular";
  text-align: left;
}
aside .row .ce_list_links {
  font-size: 21px;
}
aside .row .ce_list_links ul li a .arrow {
  float: left;
  font-size: 1.4em;
  color: #bbbbbb;
  line-height: 1;
}
aside .row .ce_list_links ul.square li {
  text-indent: 0;
  padding-left: 0;
}
aside .row .ce_list_links ul.square li:before {
  content: "";
  display: inline-block;
  float: left;
  width: 8px;
  height: 8px;
  margin-top: 12px;
  background-color: #bbbbbb;
  top: 0;
}
aside .row .ce_list_links ul.square li a {
  display: block;
  margin-left: 18px;
  text-indent: 0;
}
aside .row .ce_list_links ul.square li a p {
  margin: 0;
}
aside .row .ce_list_links .center.block.science .links li {
  padding: 0;
}
aside .row .ce_list_links .center.block.science .links li a {
  position: relative;
  padding-left: 18px;
  display: block;
  color: #000000;
}
aside .row .ce_list_links .center.block.science .links li a:before {
  content: "";
  width: 9px;
  height: 17px;
  background-image: url(../Images/arrow-submenu_grey.png);
  background-size: 100% auto;
  top: 7px;
  left: 0;
  position: absolute;
}
aside .row .ce_list_links .center.block.science .links li a:hover {
  color: #000000;
}
aside .row .ce_list_links .center.block.science .links li p {
  color: #000000;
  padding: 0;
}
aside .link {
  position: relative;
}
aside .link img {
  width: 100%;
  height: auto;
}
aside .link .info {
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 0;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.7);
  color: #0062a0;
  padding: 0.6em 0.7em;
}
aside .link .info .arrow {
  font-size: 1.5em;
  line-height: 1;
}
aside .search {
  margin-top: 0;
}
aside .search h4, aside .search .h4 {
  color: #888;
  font-size: 1.5em;
  margin: 1em 0 0.3em;
  position: relative;
  z-index: 11;
}
aside .search h4 .fa, aside .search .h4 .fa {
  font-size: 1.8em;
  padding-right: 0.1em;
}
aside .search h4 .fa.fa-hospital-o:before, aside .search .h4 .fa.fa-hospital-o:before {
  float: left;
  margin-bottom: -0.05em;
}
aside .search h4 .fa.fa-user-md:before, aside .search .h4 .fa.fa-user-md:before {
  float: left;
  margin-bottom: -0.15em;
}
aside .search h4 .fa.fa-bed-md:before, aside .search .h4 .fa.fa-bed-md:before {
  float: left;
  margin-bottom: -0.15em;
}
aside .search .bar {
  position: relative;
  z-index: 10;
}
aside .search .bar input {
  width: 100%;
  background-color: #EEE;
  font-size: 1em;
  border: 1px solid #000;
  padding: 0.4em 0.6em;
}
aside .search .bar a {
  position: absolute;
  width: 1.1em;
  height: 1.3em;
  line-height: 1.3em;
  font-size: 1.75em;
  text-align: center;
  color: #AAA;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  aside .search {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1459px) {
  aside {
    width: 100%;
  }
}
/* -----------------------------------------------
Styles for mobileSiteNav
-------------------------------------------------*/
.mobileSiteNav {
  background: #f1f1f1;
  width: 100%;
  font-size: 16px;
  padding: 0;
  display: none;
  flex-direction: column;
}
@media screen and (max-width: 1459px) {
  .mobileSiteNav {
    display: block;
  }
}
.mobileSiteNav .container {
  padding: 0;
}
@media screen and (max-width: 1459px) {
  .mobileSiteNav .container {
    display: block;
  }
}
.mobileSiteNav .container .panel-group {
  margin: 10px 0;
}
@media screen and (max-width: 1459px) {
  .mobileSiteNav .container .panel-group {
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .mobileSiteNav .container .panel-group {
    padding-right: 15px;
  }
}
.mobileSiteNav .container .panel-group .panel {
  border: 1px solid #f5f5f5;
  border-radius: 0;
}
.mobileSiteNav .container .panel-group .panel .panel-heading {
  background-color: #ffffff;
  width: 100%;
  padding: 10px 15px 8px;
}
.mobileSiteNav .container .panel-group .panel .panel-heading h4, .mobileSiteNav .container .panel-group .panel .panel-heading .h4 {
  color: #555555;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
.mobileSiteNav .container .panel-group .panel .panel-heading h4:hover, .mobileSiteNav .container .panel-group .panel .panel-heading .h4:hover {
  color: #0062a0;
}
.mobileSiteNav .container .panel-group .panel .panel-heading .collapsed {
  color: #0062a0;
  font-weight: normal;
}
.mobileSiteNav .container .panel-group .panel .panel-heading .collapsed .panel-title:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 0 !important;
}
.mobileSiteNav .container .panel-group .panel .panel-heading .panel-title:after {
  content: "›";
  display: inline-block;
  float: right;
  font-size: 23px;
  font-weight: bold;
  line-height: 0.75;
  margin-right: 5px !important;
  transform: rotate(270deg);
}
.mobileSiteNav .container .panel-group .panel .panel-collapse {
  border-top: 1px solid #dddddd;
}
.mobileSiteNav .container .panel-group .panel .panel-collapse .colorGreen li {
  color: #00883E;
}
.mobileSiteNav .container .panel-group .panel .panel-collapse > ul {
  background-color: rgba(0, 136, 62, 0.1);
  border-bottom: 1px solid #00883E;
  border-top: 2px solid #00883E;
}
.mobileSiteNav .container .panel-group .panel .panel-collapse > ul li {
  border-bottom: 1px solid #00883E;
  color: #00883E;
}
.mobileSiteNav .container .panel-group .panel .panel-collapse > ul li a.active {
  color: #000000;
}
.mobileSiteNav .container .panel-group .panel .panel-collapse > ul li a:before {
  padding-right: 5px;
}
.mobileSiteNav .container .panel-group .panel .panel-collapse > ul li .arrow {
  display: none;
}
.mobileSiteNav .container .panel-group .panel .panel-collapse > ul li .fa {
  float: right;
  margin-top: 5px;
}
.mobileSiteNav .container .panel-group .panel .panel-collapse li {
  border-bottom: 1px solid #DDDDDD;
}
.mobileSiteNav .container .panel-group .panel .panel-collapse li.active {
  color: #00883E;
}
.mobileSiteNav .container .panel-group .panel .panel-collapse li:hover {
  background-color: rgba(136, 136, 136, 0.1);
}
.mobileSiteNav .container .panel-group .panel .panel-collapse > li a:before {
  padding-right: 0;
}
.mobileSiteNav .container .panel-group .panel .side li {
  border-bottom: 1px solid #DDDDDD;
}
.mobileSiteNav .container .panel-group .panel .side li:last-child {
  border: none;
}
.mobileSiteNav .container ul, .mobileSiteNav .container li {
  display: flex;
  flex-direction: column;
}
.mobileSiteNav .container li > a:before {
  content: "›";
  font-size: 1.2em;
  padding-right: 5px;
  margin-left: -10px;
}
.mobileSiteNav .container li > a {
  padding: 5px 15px 5px 25px;
}
.mobileSiteNav .container li > a br {
  display: none;
}
.mobileSiteNav .container li {
  color: #0062a0;
}
.mobileSiteNav .container .menu-level2, .mobileSiteNav .container .menu-level3 {
  padding: 0 15px;
  line-height: 1.3;
}
.mobileSiteNav .container .menu-level1-current-active-with-subpage,
.mobileSiteNav .container .menu-level1-with-subpage-active,
.mobileSiteNav .container .menu-level1-current-active,
.mobileSiteNav .container .menu-level2-current-active-with-subpage,
.mobileSiteNav .container .menu-level2-with-subpage-active,
.mobileSiteNav .container .menu-level2-current-active,
.mobileSiteNav .container .menu-level3-current-active-with-subpage,
.mobileSiteNav .container .menu-level3-with-subpage-active,
.mobileSiteNav .container .menu-level3-current-active {
  color: #00883E;
}

/* CEs */
/* -----------------------------------------------
Styles for ce_list_links
-------------------------------------------------*/
.content .ce_list_links, .frame-type-menu_subpages {
  display: inline-block;
  width: 100%;
}
.content .ce_list_links ul li, .frame-type-menu_subpages ul li {
  border-bottom: 2px solid transparent;
}
.content .ce_list_links ul li:last-child, .frame-type-menu_subpages ul li:last-child {
  border: none;
}
.content .ce_list_links ul li > p, .frame-type-menu_subpages ul li > p {
  margin: 15px 30px;
  color: #5e5e5e;
  font-family: "open_sansitalic";
}
.content .ce_list_links ul li > p span, .frame-type-menu_subpages ul li > p span {
  color: #000000;
  font-family: "open_sansregular";
}
.content .ce_list_links ul li > p + p, .frame-type-menu_subpages ul li > p + p {
  margin-top: -15px;
}
.content .ce_list_links ul li > p > a, .frame-type-menu_subpages ul li > p > a {
  padding: 15px 20px 15px 35px;
}
.content .ce_list_links ul li > p > a:before, .frame-type-menu_subpages ul li > p > a:before {
  top: 19px;
  left: 5px;
}
.content .ce_list_links ul li a, .frame-type-menu_subpages ul li a {
  color: #000000;
  display: block;
  width: 100%;
  position: relative;
  padding: 15px 20px 15px 65px;
}
.content .ce_list_links ul li a:before, .frame-type-menu_subpages ul li a:before {
  content: "";
  width: 20px;
  height: 21px;
  background-image: url(../Images/arrow_20w_grey.png);
  background-size: 100% auto;
  top: 21px;
  left: 27px;
  position: absolute;
}
.content .ce_list_links ul li a:hover, .frame-type-menu_subpages ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .content .ce_list_links ul li a, .frame-type-menu_subpages ul li a {
    font-size: 1em;
    padding: 15px 20px 15px 55px;
  }
  .content .ce_list_links ul li a:before, .frame-type-menu_subpages ul li a:before {
    top: 16px;
    left: 17px;
  }
}
@media screen and (max-width: 575px) {
  .content .ce_list_links ul li a, .frame-type-menu_subpages ul li a {
    padding: 10px 25px 10px 60px;
  }
  .content .ce_list_links ul li a:before, .frame-type-menu_subpages ul li a:before {
    top: 11px;
    left: 25px;
  }
}
.content .ce_list_links ul li a p, .frame-type-menu_subpages ul li a p {
  margin: 0;
}
.content .ce_list_links .center.block, .frame-type-menu_subpages .center.block {
  float: left;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid transparent;
}
.content .ce_list_links .center.block.blue, .frame-type-menu_subpages .center.block.blue {
  border-color: #ffffff;
}
.content .ce_list_links .center.block.blue ul li, .frame-type-menu_subpages .center.block.blue ul li {
  border-color: #ffffff;
}
.content .ce_list_links .center.block.blue ul li a, .frame-type-menu_subpages .center.block.blue ul li a {
  background-color: #0062a0;
  color: #ffffff;
}
.content .ce_list_links .center.block.blue ul li a:before, .frame-type-menu_subpages .center.block.blue ul li a:before {
  background-image: url(../Images/arrow_20w_white.png);
}
.content .ce_list_links .center.block.green, .frame-type-menu_subpages .center.block.green {
  border-color: #ffffff;
}
.content .ce_list_links .center.block.green ul li, .frame-type-menu_subpages .center.block.green ul li {
  border-color: #ffffff;
}
.content .ce_list_links .center.block.green ul li a, .frame-type-menu_subpages .center.block.green ul li a {
  background-color: #00883E;
  color: #ffffff;
}
.content .ce_list_links .center.block.green ul li a:before, .frame-type-menu_subpages .center.block.green ul li a:before {
  background-image: url(../Images/arrow_20w_white.png);
}
.content .ce_list_links .center.block.science ul li, .frame-type-menu_subpages .center.block.science ul li {
  background-color: transparent;
  color: #888;
  padding: 4px 0;
}
.content .ce_list_links .center.block.science a, .frame-type-menu_subpages .center.block.science a {
  color: #888;
  font-size: 1em;
  padding: 0;
}
.content .ce_list_links .center.block.science a:hover, .frame-type-menu_subpages .center.block.science a:hover {
  color: #0062a0;
}
.content .ce_list_links .center.block.science p, .frame-type-menu_subpages .center.block.science p {
  color: #888;
  font-size: 1em;
  padding: 0 0 0 10px;
}
.content .ce_list_links .center.block.science .arrow, .frame-type-menu_subpages .center.block.science .arrow {
  color: #BBBBBB;
  font-size: 1.4em;
  float: left;
  line-height: 0.7;
}
.content .ce_list_links ul.square li, .frame-type-menu_subpages ul.square li {
  position: relative;
  padding-left: 40px;
  border: 0;
  margin-bottom: 1em;
}
.content .ce_list_links ul.square li:last-child, .frame-type-menu_subpages ul.square li:last-child {
  margin-bottom: 0;
}
.content .ce_list_links ul.square li:before, .frame-type-menu_subpages ul.square li:before {
  background-color: #888888;
  content: "";
  display: inline-block;
  height: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 1em;
}
.content .ce_list_links ul.square p, .frame-type-menu_subpages ul.square p {
  display: block;
  padding: 0;
  margin: 0;
  text-indent: 0;
}
.content .ce_list_links ul.square p a, .frame-type-menu_subpages ul.square p a {
  color: #5e5e5e;
  margin: 0;
  display: inline;
}
.content .ce_list_links ul.square p a span, .frame-type-menu_subpages ul.square p a span {
  color: #5e5e5e;
}
.content .ce_list_links ul.square p + p, .frame-type-menu_subpages ul.square p + p {
  margin-top: 0.5em;
}
.content .ce_list_links ul.square a, .frame-type-menu_subpages ul.square a {
  text-decoration: none;
  display: block;
  padding: 0;
  text-indent: 0;
}
.content .ce_list_links ul.square a:before, .frame-type-menu_subpages ul.square a:before {
  display: none;
}
.content .ce_list_links ul.square a:hover, .frame-type-menu_subpages ul.square a:hover {
  text-decoration: underline;
}
.content .ce_list_links ul.square a:after, .frame-type-menu_subpages ul.square a:after {
  content: "";
  width: 20px;
  height: 21px;
  background-image: url(../Images/arrow_20w_grey.png);
  background-size: 100% auto;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 1459px) {
  .content .ce_list_links ul.square a:after, .frame-type-menu_subpages ul.square a:after {
    width: 15px;
    height: 16px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 991px) {
  .content .ce_list_links ul.square a:after, .frame-type-menu_subpages ul.square a:after {
    width: 12px;
    height: 13px;
    margin-left: 3px;
  }
}
.content .ce_list_links ul.square a p, .frame-type-menu_subpages ul.square a p {
  margin: 0;
  padding: 0;
}
.content .ce_list_links ul.square.green li:before, .frame-type-menu_subpages ul.square.green li:before {
  background-color: #00883E;
}
.content .ce_list_links ul.square.green a:after, .frame-type-menu_subpages ul.square.green a:after {
  background-image: url(../Images/arrow_20w_green.png);
}
.content .ce_list_links ul.square.blue li:before, .frame-type-menu_subpages ul.square.blue li:before {
  background-color: #0062a0;
}
.content .ce_list_links ul.square.blue a:after, .frame-type-menu_subpages ul.square.blue a:after {
  background-image: url(../Images/arrow_20w_blue.png);
}

/* -----------------------------------------------
Styles for ce_homeslider
-------------------------------------------------*/
section.slider {
  margin-top: 0;
}
section.slider .carousel .carousel-control {
  width: 10%;
  background: none;
  color: #FFF;
  opacity: 0.6;
  font-size: 72px;
  text-shadow: 0 0 4px rgba(0, 78, 150, 0.6);
  font-weight: bold;
  line-height: 8.5;
  display: none;
}
section.slider .carousel .carousel-control:hover {
  opacity: 1;
}
section.slider .carousel .carousel-indicators {
  bottom: 0;
}
section.slider .carousel .carousel-indicators li {
  border: 2px solid #ffffff;
  width: 15px;
  height: 15px;
  margin: 0;
  background-color: #ffffff;
}
section.slider .carousel .carousel-indicators li + li {
  margin-left: 10px;
}
section.slider .carousel .carousel-indicators li.active {
  background-color: #00883E;
}
section.slider .carousel .carousel-indicators li:only-child {
  display: none;
}
section.slider .carousel .carousel-item img {
  width: 100%;
  height: auto;
}
section.slider .carousel .carousel-item .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
section.slider .carousel .carousel-item .overlay .row.justify-content-end {
  display: flex;
  justify-content: flex-end;
}
section.slider .carousel .carousel-item .overlay .row.justify-content-end .text {
  background-color: #cad401;
  padding: 3rem 3rem 6rem 3rem;
}
@media screen and (max-width: 991px) {
  section.slider .carousel .carousel-item .overlay .row.justify-content-end .text {
    padding: 2rem 2rem 4rem 2rem;
  }
}
section.slider .carousel .carousel-item .overlay .row.justify-content-end .text:before {
  background-image: url(../Images/icon-arrow_right_anchor.svg);
  bottom: -2rem;
  opacity: 1;
  right: 3rem;
  width: 50px;
}
@media screen and (max-width: 991px) {
  section.slider .carousel .carousel-item .overlay .row.justify-content-end .text:before {
    bottom: 1rem;
    width: 40px;
  }
}
section.slider .carousel .carousel-item .overlay .row.justify-content-end .text .h4 {
  color: #5e5e5e;
  font-family: "open_sanssemibold";
  padding: 0;
  text-transform: uppercase;
}
section.slider .carousel .carousel-item .overlay .row.justify-content-end .text h1 {
  color: #0062a0;
  font-size: 45px;
  padding: 0;
}
@media screen and (max-width: 1459px) {
  section.slider .carousel .carousel-item .overlay .row.justify-content-end .text h1 {
    font-size: 35px;
  }
}
section.slider .carousel .carousel-item .overlay.linked, section.slider .carousel .carousel-item .overlay.linked .container {
  cursor: pointer;
}
@media screen and (max-width: 1459px) {
  section.slider .carousel .carousel-item .overlay .container {
    width: 100%;
  }
}
section.slider .carousel .carousel-item .overlay .container.row.justify-content-end {
  justify-content: flex-end;
}
section.slider .carousel .carousel-item .overlay .text {
  position: relative;
}
section.slider .carousel .carousel-item .overlay .text:before {
  content: "";
  display: block;
  width: 184px;
  height: 191px;
  background-image: url(../Images/arrow_slider.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
}
section.slider .carousel .carousel-item .overlay .text h1, section.slider .carousel .carousel-item .overlay .text .h1,
section.slider .carousel .carousel-item .overlay .text h4, section.slider .carousel .carousel-item .overlay .text .h4 {
  padding-left: 214px;
  font-family: "open_sansbold";
}
section.slider .carousel .carousel-item .overlay .text h1, section.slider .carousel .carousel-item .overlay .text .h1 {
  font-size: 60px;
  color: #00883E;
}
section.slider .carousel .carousel-item .overlay .text h4, section.slider .carousel .carousel-item .overlay .text .h4 {
  font-size: 21px;
}
@media screen and (max-width: 1240px) {
  section.slider .carousel .carousel-item .overlay .text:before {
    width: 150px;
    height: 156px;
  }
  section.slider .carousel .carousel-item .overlay .text h1, section.slider .carousel .carousel-item .overlay .text .h1,
  section.slider .carousel .carousel-item .overlay .text h4, section.slider .carousel .carousel-item .overlay .text .h4 {
    padding-left: 170px;
  }
  section.slider .carousel .carousel-item .overlay .text h1, section.slider .carousel .carousel-item .overlay .text .h1 {
    font-size: 48px;
  }
  section.slider .carousel .carousel-item .overlay .text h4, section.slider .carousel .carousel-item .overlay .text .h4 {
    font-size: 18px;
  }
}
section.slider .carousel .carousel-static {
  height: 130px;
  background-image: url("../Images/brush.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
section.slider .carousel .carousel-static .compass-selector {
  float: left;
  height: 100%;
  font-size: 22px;
  margin-left: 8%;
  position: relative;
  width: 100%;
  z-index: 1;
}
section.slider .carousel .carousel-static .compass-selector .compass-target {
  display: block;
  color: #e4e4e4;
  text-align: center;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  text-transform: uppercase;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
}
section.slider .carousel .carousel-static .compass-selector .compass-target.man {
  background-image: url("../Images/man.png");
  width: 4.77em;
  height: 15.9em;
  padding-top: 3.41em;
  bottom: 0;
}
section.slider .carousel .carousel-static .compass-selector .compass-target.man:hover {
  background-image: url("../Images/man-active.png");
}
section.slider .carousel .carousel-static .compass-selector .compass-target.woman {
  background-image: url("../Images/woman.png");
  width: 4.77em;
  height: 15.9em;
  padding-top: 3.41em;
  bottom: 0;
  left: 6.36em;
}
section.slider .carousel .carousel-static .compass-selector .compass-target.woman:hover {
  background-image: url("../Images/woman-active.png");
}
section.slider .carousel .carousel-static .compass-selector .compass-target.child {
  background-image: url("../Images/child.png");
  width: 3.55em;
  height: 11.1em;
  padding-top: 2.45em;
  bottom: -0.7em;
  left: 3.6em;
}
section.slider .carousel .carousel-static .compass-selector .compass-target.child:hover {
  background-image: url("../Images/child-active.png");
}
section.slider .carousel .carousel-static .compass-selector .description {
  position: absolute;
  width: 200px;
  left: 240px;
  bottom: 0;
  color: #666;
}
section.slider .carousel .carousel-static .compass-selector .description p {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 5px;
}
section.slider .carousel .carousel-static .compass-selector .description h5, section.slider .carousel .carousel-static .compass-selector .description .h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2px;
}
section.slider .carousel .carousel-static .compass-selector .description h5:before, section.slider .carousel .carousel-static .compass-selector .description .h5:before {
  content: "‹";
  font-size: 21px;
  margin-left: -15px;
  padding-right: 8px;
}
@media screen and (max-width: 1459px) {
  section.slider .carousel .carousel-static .compass-selector {
    font-size: 18px;
  }
  section.slider .carousel .carousel-static .compass-selector .compass-target.child {
    left: 4.2em;
  }
  section.slider .carousel .carousel-static .compass-selector .description {
    left: 220px;
  }
}
@media screen and (max-width: 1459px) {
  section.slider .carousel .carousel-control {
    line-height: 4;
  }
}
@media screen and (max-width: 991px) {
  section.slider .carousel {
    border-bottom: 1px solid #f1f1f1;
  }
  section.slider .carousel .overlay.carousel-static {
    background: none;
  }
  section.slider .carousel .overlay.carousel-static .compass-selector {
    font-size: 18px;
    bottom: 35px;
  }
  section.slider .carousel .overlay.carousel-static .compass-selector .description {
    color: #DDD;
    left: 255px;
  }
  section.slider .carousel .carousel-item .overlay {
    position: relative;
  }
  section.slider .carousel .carousel-item .overlay.green {
    background-color: #00883E;
  }
  section.slider .carousel .carousel-item .overlay.blue {
    backround-coor: #0062a0;
  }
  section.slider .carousel .carousel-item .overlay .label {
    width: 450px;
    margin: 20px 0 150px;
  }
  section.slider .carousel .carousel-item .overlay .label h1, section.slider .carousel .carousel-item .overlay .label .h1 {
    font-size: 22px;
  }
  section.slider .carousel .carousel-item .overlay .label h4, section.slider .carousel .carousel-item .overlay .label .h4 {
    font-size: 18px;
  }
  section.slider .carousel .carousel-item .overlay .text {
    padding: 20px 0 30px 0;
  }
  section.slider .carousel .carousel-item .overlay .text h1, section.slider .carousel .carousel-item .overlay .text .h1 {
    font-size: 1.5em;
    padding-left: 70px;
  }
  section.slider .carousel .carousel-item .overlay .text h4, section.slider .carousel .carousel-item .overlay .text .h4 {
    font-size: 1.1em;
    padding-left: 70px;
  }
  section.slider .carousel .carousel-item .overlay .text:before {
    width: 50px;
    height: 52px;
    bottom: auto;
  }
  section.slider .carousel .carousel-item .overlay.new2025 .text h1, section.slider .carousel .carousel-item .overlay.new2025 .text .h1 {
    font-size: 35px;
  }
  section.slider .carousel .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
  }
  section.slider .carousel .carousel-indicators li {
    width: 16px;
    height: 16px;
    background-color: #bbbbbb;
  }
  section.slider .carousel .carousel-indicators li + li {
    margin-left: 5px;
  }
  section.slider .carousel .carousel-indicators li.active {
    background-color: #888888;
  }
}
@media screen and (max-width: 767px) {
  section.slider .carousel .overlay.carousel-static {
    position: relative;
    height: 320px;
  }
  section.slider .carousel .overlay.carousel-static .compass-selector {
    bottom: 0;
    width: 460px;
  }
  section.slider .carousel .overlay.carousel-static .compass-selector .description {
    color: #555;
  }
  section.slider .carousel .carousel-item .overlay .label {
    margin: 20px 0 35px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  section.slider .carousel .carousel-control {
    font-size: 50px;
    line-height: 3;
    opacity: 0.7;
  }
  section.slider .carousel .carousel-item .overlay .label {
    margin: 15px 0 25px;
  }
  section.slider .carousel .carousel-item .overlay .label h1, section.slider .carousel .carousel-item .overlay .label .h1 {
    font-size: 15px;
    margin-bottom: 2px;
  }
  section.slider .carousel .carousel-item .overlay .label h4, section.slider .carousel .carousel-item .overlay .label .h4 {
    font-size: 13px;
    margin-bottom: 4px;
  }
  section.slider .carousel .carousel-item .overlay .label .more, section.slider .carousel .carousel-item .overlay .label .more-link {
    font-size: 16px;
  }
  section.slider .carousel .carousel-item .overlay.new2025 .text h1, section.slider .carousel .carousel-item .overlay.new2025 .text .h1 {
    font-size: 25px !important;
  }
  section.slider .carousel .overlay.carousel-static {
    height: 197px;
  }
  section.slider .carousel .overlay.carousel-static .compass-selector {
    font-size: 11px;
    width: 310px;
  }
  section.slider .carousel .overlay.carousel-static .compass-selector .description {
    left: 145px;
    width: 150px;
  }
  section.slider .carousel .carousel-indicators li {
    width: 14px;
    height: 14px;
  }
}

#teaser-carousel .text {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 25px 25px 25px 0px;
}

/* -----------------------------------------------
Styles for accordion
-------------------------------------------------*/
.content .card {
  border: 2px solid #c6c6c6;
  border-radius: 0;
  background-color: #ffffff;
  margin: 0;
}
.content .card .card-header {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: #ffffff;
}
.content .card .card-header a {
  font-family: "open_sansbold";
  display: block;
  width: 100%;
  color: #5e5e5e;
  position: relative;
  padding: 10px 60px 10px 25px;
}
.content .card .card-header a:after {
  content: "";
  width: 24px;
  height: 17px;
  background-image: url(../Images/arrow-up_24w_grey.png);
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 18px;
}
.content .card .card-header a.collapsed:after {
  background-image: url(../Images/arrow-down_24w_grey.png);
}
.content .card .card-block {
  border-top: 2px solid #c6c6c6;
}
.content .card .card-block .contact.block {
  margin-bottom: 0;
}
.content .card .card-block .frame:last-child {
  margin-bottom: 0;
}
.content .card.green h2, .content .card.green .h2 {
  color: #00883E;
}
.content .card.green .card-header {
  color: #00883E;
}
.content .card.green .card-header a {
  color: #00883E;
}
.content .card.green .card-header a:after {
  background-image: url(../Images/arrow-up_24w_green.png);
}
.content .card.green .card-header a.collapsed:after {
  background-image: url(../Images/arrow-down_24w_green.png);
}
.content .card.blue h2, .content .card.blue .h2 {
  color: #0062a0;
}
.content .card.blue .card-header {
  color: #0062a0;
}
.content .card.blue .card-header a {
  color: #0062a0;
}
.content .card.blue .card-header a:after {
  background-image: url(../Images/arrow-up_24w_blue.png);
}
.content .card.blue .card-header a.collapsed:after {
  background-image: url(../Images/arrow-down_24w_blue.png);
}
.content .card + .card {
  border-top: 0;
}
.content .card .more,
.content .card .more-link {
  display: block;
  padding: 8px 20px 11px;
  font-weight: bold;
  font-size: 18px;
}

/* -----------------------------------------------
Styles for ce_list_team
-------------------------------------------------*/
.content {
  /*.container_background + .ce_list_team {
  	margin-top: -3.5em;
  }*/
}
.content .ce_list_team .contact.block h2, .content .ce_list_team .contact.block .h2 {
  color: #00883E;
  border-color: #00883E;
}
.content .ce_list_team .contact.block ul {
  margin: 0 -2px;
}
@media screen and (max-width: 575px) {
  .content .ce_list_team .contact.block ul {
    margin: 0;
  }
}
.content .ce_list_team .contact.block ul .box {
  background-color: rgba(0, 136, 62, 0.11);
  float: left;
  border: 2px solid #FFF;
  margin-bottom: 10px;
}
.content .ce_list_team .contact.block ul .box.full {
  width: 100%;
}
.content .ce_list_team .contact.block ul .box.half {
  width: 50%;
}
.content .ce_list_team .contact.block ul .box .content {
  padding: 30px;
  float: left;
  width: 100%;
}
.content .ce_list_team .contact.block ul .box .content img {
  padding-right: 0;
}
.content .ce_list_team .contact.block ul .box .content .info h3, .content .ce_list_team .contact.block ul .box .content .info .h3,
.content .ce_list_team .contact.block ul .box .content .info h5, .content .ce_list_team .contact.block ul .box .content .info .h5 {
  font-family: "open_sansbold";
  font-size: inherit;
  margin-bottom: 0;
  color: #5e5e5e;
}
.content .ce_list_team .contact.block ul .box .content .info a {
  color: #00883E;
  border-bottom: 1px solid #00883E;
}
.content .ce_list_team .contact.block ul .box .content .info a:hover {
  border: none;
}
.content .ce_list_team .contact.block ul .box .content .info .link {
  border: none;
  font-family: "open_sansbold";
}
.content .ce_list_team .contact.block ul .box .content .info .link .arrow {
  font-size: 1.4em;
}
.content .ce_list_team .contact.block ul .box .content .info .link:hover .underline {
  text-decoration: underline;
}
.content .ce_list_team .contact.block ul .box .content .accordion {
  margin: 20px 0 0 0;
}
.content .ce_list_team .contact.block ul .box .content .accordion .card-block {
  padding: 0 1.25rem;
  font-size: 20px !important;
}
.content .ce_list_team .contact.block ul .box .content .accordion .card-block p {
  margin: 0;
  padding: 10px;
}
.content .ce_list_team .contact.block ul .box .content .accordion .card-block .contact.block {
  margin-bottom: 0;
}
.content .ce_list_team .contact.block ul .box .content .accordion .card-header {
  background-color: #fff !important;
  color: #00883E !important;
}
.content .ce_list_team .contact.block ul .box .more, .content .ce_list_team .contact.block ul .box .more-link {
  float: left;
  width: 100%;
  display: block;
  padding: 10px 15px;
  background-color: #00883E;
  color: #FFF;
  letter-spacing: 1px;
}
.content .ce_list_team .contact.block ul .box .more .arrow, .content .ce_list_team .contact.block ul .box .more-link .arrow {
  opacity: 0.7;
  font-size: 1.3em;
  padding: 0 3px 0 8px;
}
.content .ce_list_team .contact.block ul .box .more .fa, .content .ce_list_team .contact.block ul .box .more-link .fa {
  font-size: 1.6em;
}
.content .ce_list_team .contact.block ul .line {
  border-bottom: 2px solid #888888;
  display: inline-block;
  margin: 0;
  width: 100%;
}
.content .ce_list_team .contact.block ul .line + .line {
  margin-top: 1em;
}
.content .ce_list_team .contact.block ul .line img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .content .ce_list_team .contact.block ul .line img {
    margin-bottom: 20px;
  }
}
.content .ce_list_team .contact.block ul .line .info {
  padding-bottom: 0.5em;
}
.content .ce_list_team .contact.block ul .line .info h3, .content .ce_list_team .contact.block ul .line .info .h3,
.content .ce_list_team .contact.block ul .line .info h5, .content .ce_list_team .contact.block ul .line .info .h5 {
  font-family: "open_sansbold";
  font-size: inherit;
  margin-bottom: 0;
  color: #5e5e5e;
}
.content .ce_list_team .contact.block ul .line .info a {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.content .ce_list_team .contact.block ul .line .info a:hover {
  border: none;
}
.content .ce_list_team .contact.block ul .line .info .link {
  border: none;
  font-family: "open_sansbold";
}
.content .ce_list_team .contact.block ul .line .info .link .arrow {
  font-size: 1.4em;
}
.content .ce_list_team .contact.block ul .line .info .link:hover .underline {
  text-decoration: underline;
}
.content .ce_list_team .contact.block .wrapper__figure {
  float: left;
  width: 33%;
}
.content .ce_list_team .contact.block .wrapper__figure figure {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.content .ce_list_team .contact.block .wrapper__figure figure figcaption {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  margin-top: 10px;
  font-style: italic;
}
@media (max-width: 1240px) {
  .content .ce_list_team .contact.block .wrapper__figure figure figcaption {
    font-size: 14px;
  }
}
@media screen and (max-width: 1459px) {
  .content .ce_list_team .contact.block ul .box.half {
    width: 100%;
  }
  .content .ce_list_team .contact.block .wrapper__figure figure figcaption {
    font-size: 12px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .content .ce_list_team .contact.block ul .box.half .content img {
    max-width: 149px;
  }
  .content .ce_list_team .contact.block ul .box .content img {
    margin-bottom: 20px;
  }
  .content .ce_list_team .contact.block ul .box .content .info h5, .content .ce_list_team .contact.block ul .box .content .info .h5 {
    font-size: 14px;
  }
  .content .ce_list_team .contact.block ul .box .content .info p {
    font-size: 14px;
  }
  .content .ce_list_team .contact.block .wrapper__figure {
    width: 100%;
  }
  .content .ce_list_team .contact.block .wrapper__figure figure figcaption {
    font-size: 12px;
    margin-top: -12px;
    margin-bottom: 8px;
  }
}

.klinik-search input[type=text] {
  min-height: 40px;
}
.klinik-search ul#clinic-suggestions {
  line-height: 1.25;
  padding: 0.25em 0;
  margin: -2px 0 0;
  font-size: inherit;
  color: #5e5e5e;
  border: 2px solid #bbbbbb;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  width: calc(100% - 30px);
  background-color: #ffffff;
  z-index: 100;
}
.klinik-search ul#clinic-suggestions li a {
  display: block;
  padding: 0.25em 15px;
  color: #5e5e5e;
  white-space: normal;
}
.klinik-search ul#clinic-suggestions li a:hover {
  background-color: #f1f1f1;
}
.klinik-search ul#clinic-suggestions li.no-entries {
  padding: 0.25em 15px;
}
.klinik-search .small-screen-buffer {
  padding-left: 0;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .klinik-search .small-screen-buffer {
    padding: 5px 15px 0 15px;
  }
}
.klinik-search .row > .small-screen-buffer:first-child {
  padding-left: 15px;
}
.klinik-search input[type=submit] {
  font-family: "open_sansbold";
  font-size: inherit;
  background-color: #0062a0;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 5px 12px;
}
.klinik-search input[type=submit]:hover {
  background-color: #00883E;
}
@media screen and (max-width: 1459px) {
  .klinik-search input[type=submit] {
    padding: 7px 12px;
  }
}
@media screen and (max-width: 1240px) {
  .klinik-search input[type=submit] {
    padding: 9px 12px;
  }
}
.klinik-search .dropdown {
  line-height: 1.25;
  color: #5e5e5e;
  border: 2px solid #bbbbbb;
  padding: 4px 0.5em;
  font-size: inherit;
  height: 34px;
  min-height: 40px;
}
.klinik-search .dropdown > a {
  display: block;
  position: relative;
}
.klinik-search .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: calc(50% - 0.15em);
}
.klinik-search .dropdown .dropdown-menu {
  width: auto;
  padding: 0.25em 0;
  margin: 0 -2px;
  font-size: inherit;
  color: #5e5e5e;
  border: 2px solid #bbbbbb;
  border-radius: 0;
  box-shadow: none;
}
.klinik-search .dropdown .dropdown-item {
  padding: 0.25em 15px;
  color: #5e5e5e;
  white-space: normal;
}
.klinik-search .dropdown .dropdown-item:focus, .klinik-search .dropdown .dropdown-item:hover {
  background-color: #f1f1f1;
}
@media screen and (max-width: 991px) {
  .klinik-search .dropdown {
    padding: 8px 0.5em;
    height: auto;
    min-height: auto;
  }
}

.klinik-units {
  margin-top: 2.5em;
}
.klinik-units .container {
  width: auto;
  padding: 0;
}
.klinik-units .ce_list_links {
  margin-top: 0 !important;
  margin-bottom: 0.5em;
}
.klinik-units .information > div:first-child .center.block {
  border-color: #00883E;
}
.klinik-units .information > div:first-child .center.block ul li {
  border-color: #00883E;
}
.klinik-units .information > div:first-child .center.block ul li a {
  color: #00883E;
}
.klinik-units .information > div:first-child .center.block ul li a:before {
  background-image: url(../Images/arrow_20w_green.png);
}
.klinik-units .information > div:last-child .center.block {
  border-color: #0062a0;
}
.klinik-units .information > div:last-child .center.block ul li {
  border-color: #0062a0;
}
.klinik-units .information > div:last-child .center.block ul li a {
  color: #0062a0;
}
.klinik-units .information > div:last-child .center.block ul li a:before {
  background-image: url(../Images/arrow_20w_blue.png);
}

.more-expandable > .trigger a {
  font-family: "open_sansbold";
  color: #0062a0;
}
.more-expandable > .trigger a:before {
  content: "";
  display: inline-block;
  background-size: 100% auto;
  width: 24px;
  height: 17px;
  margin-right: 10px;
}
.more-expandable > .trigger a.mehr:before {
  background-image: url(../Images/arrow-down_24w_blue.png);
}
.more-expandable > .trigger a.weniger {
  display: none;
}
.more-expandable > .trigger a.weniger:before {
  background-image: url(../Images/arrow-up_24w_blue.png);
}
.more-expandable .ce-textpic .ce-bodytext p:last-child {
  margin-bottom: 1em;
}

/* -----------------------------------------------
Styles for ce_header
-------------------------------------------------*/
.ce_teaser_head {
  margin: 2.5em 0 0;
}

.ctype-ce_afk_inline_gallery {
  margin-bottom: 3rem;
}

.ce_memberships.slider .logo-outer-wrapper {
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
}
.ce_memberships.slider .logo-outer-wrapper .swiper-button-prev,
.ce_memberships.slider .logo-outer-wrapper .swiper-button-next {
  background-image: url("/typo3conf/ext/as_template/Resources/Public/Images/arrow_20w_blue.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
}
.ce_memberships.slider .logo-outer-wrapper .swiper-button-prev::after,
.ce_memberships.slider .logo-outer-wrapper .swiper-button-next::after {
  content: none;
}
.ce_memberships.slider .logo-outer-wrapper .swiper-button-next {
  right: 0;
  left: unset;
}
.ce_memberships.slider .logo-outer-wrapper .swiper-button-prev {
  right: unset;
  left: 0;
  transform: rotate(180deg);
}
.ce_memberships.slider .swiper {
  margin: 0 auto;
}
.ce_memberships.slider .swiper-wrapper {
  margin: 64px auto;
}
.ce_memberships.slider .logo-swiper {
  user-select: none;
}
.ce_memberships.slider .logo-swiper a.carousel-col {
  width: 100% !important;
  padding: 0;
}
.ce_memberships.slider .logo-swiper a.carousel-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.rail > div.rail:not(:last-child) {
  margin-bottom: 32px;
}

.content-slider--3 .swiper-slide.debug {
  opacity: 0;
}

.before-logo-swiper2 {
  position: relative;
}
.before-logo-swiper2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C6C6C6;
  position: absolute;
  top: 50%;
  left: 0;
}
.before-logo-swiper2 .swiper-button {
  background-image: url("/typo3conf/ext/as_template/Resources/Public/Images/arrow_20w_blue.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 70px;
}
.before-logo-swiper2 .swiper-button::after {
  content: none;
}
.before-logo-swiper2 .swiper-button-next {
  right: 14px;
  left: unset;
}
.before-logo-swiper2 .swiper-button-prev {
  right: unset;
  left: 8px;
  transform: rotate(180deg);
}

.logo-swiper2 {
  width: 1140px;
  margin: 32px auto;
}
@media screen and (max-width: 1140px) {
  .logo-swiper2 {
    width: calc(100vw - 192px);
  }
}
.logo-swiper2 .swiper-slide {
  display: flex;
  justify-content: center;
}
.logo-swiper2 .swiper-slide a {
  border: 1px solid #C6C6C6;
  box-sizing: border-box;
  overflow: hidden;
}

section.rail .before-logo-swiper2 {
  width: 1140px;
  margin: 0 auto;
}
section.rail .before-logo-swiper2 .swiper-button {
  top: 100px;
}

/* Modules */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.cc-color-override-688238583.cc-window {
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: rgb(255, 255, 255);
  font-family: "ptsans", sans-serif !important;
  line-height: 1;
  padding: 5px 17%;
}
@media screen and (max-width: 1024px) {
  .cc-color-override-688238583.cc-window {
    padding: 5px;
  }
}
.cc-color-override-688238583.cc-window .cc-message {
  margin-bottom: 5px;
}
.cc-color-override-688238583.cc-window .cc-compliance .cc-btn {
  background-color: #76b729;
  border-radius: 0;
  border-style: 0 none !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 740px) {
  .cc-color-override-688238583.cc-window .cc-compliance .cc-btn {
    margin-left: 0;
  }
}
.cc-color-override-688238583.cc-window .cc-compliance .cc-btn:hover {
  background-color: #0062a0;
}

/* Lightboxes */
.lightbox {
  display: block;
  position: relative;
}
.lightbox span.fa.fa-plus.fa-lg {
  background-color: #f1f1f1;
  color: #0062a0;
  height: 30px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
@media screen and (max-width: 1459px) {
  .lightbox span.fa.fa-plus.fa-lg {
    line-height: 0.9em;
  }
}
@media screen and (max-width: 991px) {
  .lightbox span.fa.fa-plus.fa-lg {
    font-size: 1.4em;
    line-height: 1em;
  }
}
@media screen and (max-width: 767px) {
  .lightbox span.fa.fa-plus.fa-lg {
    font-size: 1.5em;
    line-height: 1.05em;
  }
}
.lightbox:hover span.fa.fa-plus.fa-lg {
  background-color: #0062a0;
  color: #f1f1f1;
}

/* Lightboxes open */
.mfp-figure {
  position: relative;
}
.mfp-figure > button.mfp-close {
  background-color: #f1f1f1;
  color: #0062a0;
  font-family: fantasy;
  font-size: 1.8em;
  font-weight: 900;
  height: 30px;
  line-height: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center !important;
  top: 0;
  width: 30px;
}
.mfp-figure:hover .mfp-close {
  background-color: #0062a0;
  color: #f1f1f1;
}
.mfp-figure .mfp-bottom-bar {
  margin-top: -30px;
}
.mfp-figure .mfp-bottom-bar .mfp-title {
  font-family: "open_sansregular", sans-serif;
  font-weight: normal;
  padding: 0 10px;
  line-height: 1.5;
  font-size: 16px;
  color: #ffffff;
}
.mfp-figure figure img {
  padding: 40px 0 40px;
}

/* Typo3 CE Anpassungen */
/************************/
/* Bild und Text: Text umfliesst Bild */
.ce-textpic .ce-gallery {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
.ce-textpic .ce-gallery .ce-column {
  display: block;
  width: 100%;
}
.ce-textpic .ce-gallery .ce-column figure.image {
  display: block;
  width: 100%;
}
.ce-textpic .ce-gallery .ce-column figure.image .lightbox {
  display: block;
  width: 100%;
  margin-top: 7px;
}
.ce-textpic .ce-gallery .ce-column figure.image img {
  height: auto;
  width: 100%;
}
.ce-textpic .ce-gallery .ce-column figure.image .image-caption {
  background-color: rgba(0, 98, 160, 0.1);
  color: #999;
  display: block;
  font-size: 0.7em;
  line-height: 1.1;
  padding: 5px;
  width: 100%;
}
.ce-textpic .ce-gallery.col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
.ce-textpic .ce-bodytext {
  margin: 0 !important;
}
.ce-textpic .ce-bodytext p:last-child {
  margin-bottom: 0;
}
.ce-textpic .ce-bodytext.col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
.ce-textpic .ce-bodytext .claim {
  font-size: 80px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  font-size: 55px;
}
@media screen and (max-width: 767px) {
  .ce-textpic .ce-bodytext .claim {
    font-size: 25px;
  }
}
@media screen and (max-width: 1459px) {
  .ce-textpic .ce-bodytext .claim {
    font-size: 35px;
  }
}
.ce-textpic .ce-bodytext .claim strong, .ce-textpic .ce-bodytext .claim p, .ce-textpic .ce-bodytext .claim a {
  font-size: inherit;
  font-weight: inherit;
}
.ce-textpic .ce-bodytext .btn.btn-blue {
  align-items: center;
  background-color: #0062a0;
  color: #ffffff;
  display: inline-flex;
  font-size: 90%;
  min-width: 330px;
  padding: 10px 15px;
  position: relative;
  width: auto;
}
.ce-textpic .ce-bodytext .btn.btn-blue:after {
  background-image: url(../Images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 15px;
  width: 20px;
}
.ce-textpic .ce-bodytext .intro {
  font-size: 1.125rem;
}
.ce-textpic .ce-bodytext .intro.big {
  font-size: 107%;
  text-align: center;
}
.ce-textpic .ce-bodytext .intro em {
  display: block;
  font-style: normal;
  text-align: center;
}
.ce-textpic.ce-left .ce-gallery.col-lg-12,
.ce-textpic.ce-left .ce-bodytext.col-lg-12, .ce-textpic.ce-right .ce-gallery.col-lg-12,
.ce-textpic.ce-right .ce-bodytext.col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
.ce-textpic.ce-left .ce-gallery {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 15px;
}
@media screen and (max-width: 575px) {
  .ce-textpic.ce-left .ce-gallery {
    padding-right: 0;
  }
}
.ce-textpic.ce-left .ce-bodytext {
  padding-right: 0;
}
@media screen and (max-width: 575px) {
  .ce-textpic.ce-left .ce-bodytext {
    padding: 0;
  }
}
.ce-textpic.ce-right .ce-gallery {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 0;
  padding-right: 0;
  padding-left: 15px;
}
@media screen and (max-width: 575px) {
  .ce-textpic.ce-right .ce-gallery {
    padding-left: 0;
  }
}
.ce-textpic.ce-right .ce-bodytext {
  padding-left: 0;
}
@media screen and (max-width: 575px) {
  .ce-textpic.ce-right .ce-bodytext {
    padding: 0;
  }
}
.ce-textpic.ce-intext.ce-nowrap.ce-left .ce-gallery {
  margin: 0 0 30px 0 !important;
  padding-left: 0;
}
.ce-textpic.ce-intext.ce-nowrap.ce-left .ce-bodytext {
  float: left;
  margin: 0 !important;
  padding-right: 0;
}
.ce-textpic.ce-intext.ce-nowrap.ce-right .ce-gallery {
  margin: 7px 0 30px 0 !important;
  padding-right: 0;
}
.ce-textpic.ce-intext.ce-nowrap.ce-right .ce-bodytext {
  float: right;
  margin: 0 !important;
  padding-left: 0;
}

/* Styles for extension "tx_indexedsearch" */
/* Search form */
.tx-indexedsearch-searchbox {
  width: 100%;
  margin-top: -3.5em;
}
.tx-indexedsearch-searchbox a:hover {
  text-decoration: underline !important;
}
.tx-indexedsearch-searchbox fieldset {
  position: relative;
  display: block;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form {
  position: relative;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form label {
  font-weight: normal;
  margin: 0 10px 0 0;
  padding: 0;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
  display: inline-block;
  min-height: 40px;
  width: 100%;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword:focus {
  outline: 0 none;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit {
  position: absolute;
  top: 30px;
  height: 40px;
  width: 40px;
  right: 0;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit button {
  background-color: transparent;
  border: 0 none;
  color: #0062a0;
  padding: 5px;
  text-align: center;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit button .fa.fa-search {
  color: #0062a0;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit button:hover {
  color: #000;
}
@media screen and (max-width: 1240px) {
  .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit {
    top: 25px;
  }
  .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit button {
    padding: 7px;
  }
}
@media screen and (max-width: 991px) {
  .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit button {
    padding: 5px 0 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit {
    top: 22px;
  }
  .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit button {
    font-size: 18px;
  }
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-more {
  display: inline-block;
  padding: 6px 12px;
  width: auto;
}
.tx-indexedsearch-searchbox fieldset i.fa.fa-search {
  color: #cc3333;
}
.tx-indexedsearch-searchbox fieldset i.fa.fa-search:hover {
  color: #000;
}

/* Pagebrowser */
.tx-indexedsearch-browsebox {
  margin-top: 40px;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  padding: 0;
  text-align: center;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
  color: #bbbbbb;
  display: inline-block;
  font-family: "open_sansbold";
  font-size: 18px;
  margin: 0 3px;
  padding: 5px 10px;
  border-bottom: 2px solid #bbbbbb;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a {
  display: inline-block;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:hover {
  border-color: #00883E;
  color: #00883E;
  cursor: pointer;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage {
  border-color: #0062a0;
  color: #0062a0;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage:hover {
  background-color: transparent;
  color: #0062a0;
}

/* Search result */
.tx-indexedsearch-browsebox + .tx-indexedsearch-res {
  padding-top: 60px;
}

.tx-indexedsearch-res {
  display: block;
  padding: 30px 0;
  border-bottom: 2px solid #bbbbbb;
}
.tx-indexedsearch-res h3, .tx-indexedsearch-res .h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 568px) {
  .tx-indexedsearch-res h3, .tx-indexedsearch-res .h3 {
    font-size: initial;
  }
}
.tx-indexedsearch-res h3 .tx-indexedsearch-percent, .tx-indexedsearch-res .h3 .tx-indexedsearch-percent {
  color: #555;
  font-size: 18px;
  margin-bottom: 0.5em;
  padding: 0;
  display: block;
}
.tx-indexedsearch-res h3 .tx-indexedsearch-title, .tx-indexedsearch-res .h3 .tx-indexedsearch-title {
  font-family: "open_sansbold";
  color: #0062a0;
}
.tx-indexedsearch-res h3 .tx-indexedsearch-title:hover, .tx-indexedsearch-res .h3 .tx-indexedsearch-title:hover {
  color: #00883E;
}
.tx-indexedsearch-res .tx-indexedsearch-description {
  margin: 0 0 5px;
}
.tx-indexedsearch-res .tx-indexedsearch-text-item-path {
  color: #00883E;
  margin: 0 !important;
}
.tx-indexedsearch-res .fa.fa-angle-double-right {
  color: #bdbfc1;
  margin-left: 3px;
}
.tx-indexedsearch-res p a {
  color: #bbbbbb;
}
.tx-indexedsearch-res p a:hover {
  text-decoration: underline;
}

/* Styles for extension "news" */
.calendarize .form-control,
.tx-as-news .form-control {
  border-color: #5e5e5e;
}
.calendarize .form-control:focus,
.tx-as-news .form-control:focus {
  border-color: #0062a0;
}
.calendarize .news, .calendarize .event,
.tx-as-news .news,
.tx-as-news .event {
  border: 2px solid transparent;
}
.calendarize .news h2, .calendarize .news .h2,
.calendarize .news h4, .calendarize .news .h4,
.calendarize .news .more, .calendarize .news .all, .calendarize .event h2, .calendarize .event .h2,
.calendarize .event h4, .calendarize .event .h4,
.calendarize .event .more, .calendarize .event .all,
.tx-as-news .news h2,
.tx-as-news .news .h2,
.tx-as-news .news h4,
.tx-as-news .news .h4,
.tx-as-news .news .more,
.tx-as-news .news .all,
.tx-as-news .event h2,
.tx-as-news .event .h2,
.tx-as-news .event h4,
.tx-as-news .event .h4,
.tx-as-news .event .more,
.tx-as-news .event .all {
  font-size: inherit;
  font-family: "open_sansbold";
  line-height: normal;
}
.calendarize .news h2, .calendarize .news .h2, .calendarize .event h2, .calendarize .event .h2,
.tx-as-news .news h2,
.tx-as-news .news .h2,
.tx-as-news .event h2,
.tx-as-news .event .h2 {
  display: inline-block;
  margin: 0 0 0 25px;
  padding: 15px 0;
}
.calendarize .news a.all, .calendarize .event a.all,
.tx-as-news .news a.all,
.tx-as-news .event a.all {
  display: inline-block;
  float: right;
  margin-right: 20px;
  padding: 15px 0;
}
.calendarize .news a.all:after, .calendarize .event a.all:after,
.tx-as-news .news a.all:after,
.tx-as-news .event a.all:after {
  display: inline-block;
  content: "";
  background-size: 100% auto;
  width: 20px;
  height: 21px;
  margin-left: 5px;
  margin-bottom: -3px;
}
@media screen and (max-width: 1459px) {
  .calendarize .news a.all:after, .calendarize .event a.all:after,
  .tx-as-news .news a.all:after,
  .tx-as-news .event a.all:after {
    width: 12px;
    height: 13px;
  }
}
.calendarize .news p, .calendarize .event p,
.tx-as-news .news p,
.tx-as-news .event p {
  margin-bottom: 0.5em;
}
.calendarize .news a.more, .calendarize .event a.more,
.tx-as-news .news a.more,
.tx-as-news .event a.more {
  display: block;
  position: relative;
  padding: 0 0 0 25px !important;
}
.calendarize .news a.more:before, .calendarize .event a.more:before,
.tx-as-news .news a.more:before,
.tx-as-news .event a.more:before {
  display: inline-block;
  content: "";
  background-size: 100% auto;
  width: 20px;
  height: 21px;
  top: 3px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1459px) {
  .calendarize .news a.more, .calendarize .event a.more,
  .tx-as-news .news a.more,
  .tx-as-news .event a.more {
    padding-left: 20px !important;
  }
  .calendarize .news a.more:before, .calendarize .event a.more:before,
  .tx-as-news .news a.more:before,
  .tx-as-news .event a.more:before {
    width: 12px;
    height: 13px;
  }
}
.calendarize .news a.more h4, .calendarize .news a.more .h4, .calendarize .event a.more h4, .calendarize .event a.more .h4,
.tx-as-news .news a.more h4,
.tx-as-news .news a.more .h4,
.tx-as-news .event a.more h4,
.tx-as-news .event a.more .h4 {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .calendarize .news a.more:before, .calendarize .event a.more:before,
  .tx-as-news .news a.more:before,
  .tx-as-news .event a.more:before {
    width: 18px;
    height: 18px;
    top: 1px;
  }
}
.calendarize .news .box, .calendarize .event .box,
.tx-as-news .news .box,
.tx-as-news .event .box {
  border-top: 2px solid transparent;
}
.calendarize .news .box .content, .calendarize .event .box .content,
.tx-as-news .news .box .content,
.tx-as-news .event .box .content {
  padding: 20px 25px;
}
.calendarize .news,
.tx-as-news .news {
  color: #0062a0;
  border-color: #0062a0;
}
.calendarize .news a.all:after,
.tx-as-news .news a.all:after {
  background-image: url(../Images/arrow_20w_blue.png);
}
.calendarize .news a.more:before,
.tx-as-news .news a.more:before {
  background-image: url(../Images/arrow_20w_blue.png);
}
.calendarize .news .box,
.tx-as-news .news .box {
  border-color: #0062a0;
}
.calendarize .news .box .content + .content,
.tx-as-news .news .box .content + .content {
  padding-top: 0;
}
.calendarize .news .box h4, .calendarize .news .box .h4,
.tx-as-news .news .box h4,
.tx-as-news .news .box .h4 {
  color: #0062a0;
}
.calendarize .news .box a.more,
.tx-as-news .news .box a.more {
  margin: 0;
}
.calendarize .event,
.tx-as-news .event {
  color: #00883E;
  border-color: #00883E;
}
.calendarize .event a.all:after,
.tx-as-news .event a.all:after {
  background-image: url(../Images/arrow_20w_green.png);
}
.calendarize .event a.more:before,
.tx-as-news .event a.more:before {
  background-image: url(../Images/arrow_20w_green.png);
}
.calendarize .event .box,
.tx-as-news .event .box {
  border-color: #00883E;
}
.calendarize .event .box .content + .content,
.tx-as-news .event .box .content + .content {
  padding-top: 0;
}
.calendarize .search-form,
.tx-as-news .search-form {
  box-sizing: border-box;
  margin: -3.5em 0 0;
  padding: 0;
  border: 0;
}
.calendarize .search-form .searchHeadline,
.tx-as-news .search-form .searchHeadline {
  padding: 0;
  margin: 0;
}
.calendarize .search-form .searchHeadline h2, .calendarize .search-form .searchHeadline .h2,
.tx-as-news .search-form .searchHeadline h2,
.tx-as-news .search-form .searchHeadline .h2 {
  color: #888888;
  margin: 0;
  padding: 0 0 0.5em;
}
.calendarize .search-form .searchContent .select2-container--as .select2-selection--single,
.tx-as-news .search-form .searchContent .select2-container--as .select2-selection--single {
  line-height: 1.25;
  color: #5e5e5e;
  border-radius: 0px;
  border: 2px solid #5e5e5e;
  padding: 0;
  margin: 0 0 5px;
  font-size: inherit;
  height: 34px;
  min-height: 40px;
}
@media screen and (max-width: 991px) {
  .calendarize .search-form .searchContent .select2-container--as .select2-selection--single,
  .tx-as-news .search-form .searchContent .select2-container--as .select2-selection--single {
    margin: 0;
  }
}
.calendarize .search-form .searchContent .select2-container--as .select2-selection__rendered,
.tx-as-news .search-form .searchContent .select2-container--as .select2-selection__rendered {
  line-height: 1.25;
  color: #5e5e5e;
  border-radius: 0px;
  border: none;
  margin: 0;
  padding: 4px 0.5em;
  font-size: inherit;
  height: 34px;
  min-height: 40px;
}
.calendarize .search-form .searchContent .input-daterange.input-group,
.tx-as-news .search-form .searchContent .input-daterange.input-group {
  padding: 0;
}
.calendarize .search-form .searchContent .small-screen-buffer,
.tx-as-news .search-form .searchContent .small-screen-buffer {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .calendarize .search-form .searchContent .small-screen-buffer,
  .tx-as-news .search-form .searchContent .small-screen-buffer {
    padding: 5px 15px 5px 15px;
  }
  .calendarize .search-form .searchContent .small-screen-buffer + .small-screen-buffer,
  .tx-as-news .search-form .searchContent .small-screen-buffer + .small-screen-buffer {
    padding: 0 15px 5px 15px;
  }
}
.calendarize .search-form .searchContent input,
.tx-as-news .search-form .searchContent input {
  min-height: 40px;
  max-width: 100%;
}
.calendarize .search-form .searchContent input#news-subject, .calendarize .search-form .searchContent input#datepicker1, .calendarize .search-form .searchContent input#datepicker2,
.tx-as-news .search-form .searchContent input#news-subject,
.tx-as-news .search-form .searchContent input#datepicker1,
.tx-as-news .search-form .searchContent input#datepicker2 {
  font-size: 16px;
}
.calendarize .search-form .searchContent .btn,
.tx-as-news .search-form .searchContent .btn {
  font-family: "open_sansbold";
  font-size: inherit;
  background-color: #0062a0;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 0;
  height: 40px;
}
.calendarize .search-form .searchContent .btn:hover,
.tx-as-news .search-form .searchContent .btn:hover {
  background-color: #00883E;
  border: 0 none;
}
.calendarize .search-form .searchContent .rounded-left,
.tx-as-news .search-form .searchContent .rounded-left {
  border-radius: 10px 0 0 10px;
  border-right: none;
}
.calendarize .search-form .searchContent .rounded-right,
.tx-as-news .search-form .searchContent .rounded-right {
  border-radius: 0 10px 10px 0;
  border-left: none;
}
.calendarize .page-navigation,
.tx-as-news .page-navigation {
  margin-top: 40px;
}
.calendarize .page-navigation p,
.tx-as-news .page-navigation p {
  display: none;
}
.calendarize .page-navigation ul,
.tx-as-news .page-navigation ul {
  padding: 0;
  text-align: center;
}
.calendarize .page-navigation ul li,
.tx-as-news .page-navigation ul li {
  color: #5e5e5e;
  display: inline-block;
  font-family: "open_sansbold";
  font-size: 18px;
  margin: 0 3px;
  padding: 5px 10px;
  border-bottom: 2px solid #5e5e5e;
}
.calendarize .page-navigation ul li:hover,
.tx-as-news .page-navigation ul li:hover {
  border-color: #00883E;
  color: #00883E;
  cursor: pointer;
}
.calendarize .page-navigation ul li.active,
.tx-as-news .page-navigation ul li.active {
  border-color: #00883E;
  color: #00883E;
}
.calendarize .page-navigation ul li.active:hover,
.tx-as-news .page-navigation ul li.active:hover {
  background-color: transparent;
  color: #00883E;
}
.calendarize .page-navigation ul li.current,
.tx-as-news .page-navigation ul li.current {
  border-color: #0062a0;
  color: #0062a0;
}
.calendarize .page-navigation ul li.current:hover,
.tx-as-news .page-navigation ul li.current:hover {
  background-color: transparent;
  color: #0062a0;
}
.calendarize .list-view hr,
.calendarize .events-list-view hr,
.calendarize .news-list-view hr,
.calendarize .news-search-result hr,
.tx-as-news .list-view hr,
.tx-as-news .events-list-view hr,
.tx-as-news .news-list-view hr,
.tx-as-news .news-search-result hr {
  margin-bottom: 0;
}
.calendarize .list-view .list-inner-view,
.calendarize .events-list-view .list-inner-view,
.calendarize .news-list-view .list-inner-view,
.calendarize .news-search-result .list-inner-view,
.tx-as-news .list-view .list-inner-view,
.tx-as-news .events-list-view .list-inner-view,
.tx-as-news .news-list-view .list-inner-view,
.tx-as-news .news-search-result .list-inner-view {
  padding-top: 30px;
}
.calendarize .list-view .article,
.calendarize .events-list-view .article,
.calendarize .news-list-view .article,
.calendarize .news-search-result .article,
.tx-as-news .list-view .article,
.tx-as-news .events-list-view .article,
.tx-as-news .news-list-view .article,
.tx-as-news .news-search-result .article {
  display: block;
  margin: 0;
  padding: 30px 0;
}
@media screen and (max-width: 575px) {
  .calendarize .list-view .article,
  .calendarize .events-list-view .article,
  .calendarize .news-list-view .article,
  .calendarize .news-search-result .article,
  .tx-as-news .list-view .article,
  .tx-as-news .events-list-view .article,
  .tx-as-news .news-list-view .article,
  .tx-as-news .news-search-result .article {
    padding: 0;
  }
}
.calendarize .list-view .article .dataHeader,
.calendarize .events-list-view .article .dataHeader,
.calendarize .news-list-view .article .dataHeader,
.calendarize .news-search-result .article .dataHeader,
.tx-as-news .list-view .article .dataHeader,
.tx-as-news .events-list-view .article .dataHeader,
.tx-as-news .news-list-view .article .dataHeader,
.tx-as-news .news-search-result .article .dataHeader {
  color: #555;
}
.calendarize .list-view .article .dataHeader h6, .calendarize .list-view .article .dataHeader .h6,
.calendarize .events-list-view .article .dataHeader h6,
.calendarize .events-list-view .article .dataHeader .h6,
.calendarize .news-list-view .article .dataHeader h6,
.calendarize .news-list-view .article .dataHeader .h6,
.calendarize .news-search-result .article .dataHeader h6,
.calendarize .news-search-result .article .dataHeader .h6,
.tx-as-news .list-view .article .dataHeader h6,
.tx-as-news .list-view .article .dataHeader .h6,
.tx-as-news .events-list-view .article .dataHeader h6,
.tx-as-news .events-list-view .article .dataHeader .h6,
.tx-as-news .news-list-view .article .dataHeader h6,
.tx-as-news .news-list-view .article .dataHeader .h6,
.tx-as-news .news-search-result .article .dataHeader h6,
.tx-as-news .news-search-result .article .dataHeader .h6 {
  color: #555;
  font-family: "open_sansbold", Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 0.5em;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .calendarize .list-view .article .dataHeader h6, .calendarize .list-view .article .dataHeader .h6,
  .calendarize .events-list-view .article .dataHeader h6,
  .calendarize .events-list-view .article .dataHeader .h6,
  .calendarize .news-list-view .article .dataHeader h6,
  .calendarize .news-list-view .article .dataHeader .h6,
  .calendarize .news-search-result .article .dataHeader h6,
  .calendarize .news-search-result .article .dataHeader .h6,
  .tx-as-news .list-view .article .dataHeader h6,
  .tx-as-news .list-view .article .dataHeader .h6,
  .tx-as-news .events-list-view .article .dataHeader h6,
  .tx-as-news .events-list-view .article .dataHeader .h6,
  .tx-as-news .news-list-view .article .dataHeader h6,
  .tx-as-news .news-list-view .article .dataHeader .h6,
  .tx-as-news .news-search-result .article .dataHeader h6,
  .tx-as-news .news-search-result .article .dataHeader .h6 {
    font-size: 16px;
  }
}
.calendarize .list-view .article .newsHeader,
.calendarize .events-list-view .article .newsHeader,
.calendarize .news-list-view .article .newsHeader,
.calendarize .news-search-result .article .newsHeader,
.tx-as-news .list-view .article .newsHeader,
.tx-as-news .events-list-view .article .newsHeader,
.tx-as-news .news-list-view .article .newsHeader,
.tx-as-news .news-search-result .article .newsHeader {
  padding: 0;
  margin: 0;
}
.calendarize .list-view .article .newsHeader h3, .calendarize .list-view .article .newsHeader .h3,
.calendarize .events-list-view .article .newsHeader h3,
.calendarize .events-list-view .article .newsHeader .h3,
.calendarize .news-list-view .article .newsHeader h3,
.calendarize .news-list-view .article .newsHeader .h3,
.calendarize .news-search-result .article .newsHeader h3,
.calendarize .news-search-result .article .newsHeader .h3,
.tx-as-news .list-view .article .newsHeader h3,
.tx-as-news .list-view .article .newsHeader .h3,
.tx-as-news .events-list-view .article .newsHeader h3,
.tx-as-news .events-list-view .article .newsHeader .h3,
.tx-as-news .news-list-view .article .newsHeader h3,
.tx-as-news .news-list-view .article .newsHeader .h3,
.tx-as-news .news-search-result .article .newsHeader h3,
.tx-as-news .news-search-result .article .newsHeader .h3 {
  padding: 0;
  margin-bottom: 0.5em;
  font-family: "open_sansbold";
}
@media screen and (max-width: 575px) {
  .calendarize .list-view .article .newsHeader h3, .calendarize .list-view .article .newsHeader .h3,
  .calendarize .events-list-view .article .newsHeader h3,
  .calendarize .events-list-view .article .newsHeader .h3,
  .calendarize .news-list-view .article .newsHeader h3,
  .calendarize .news-list-view .article .newsHeader .h3,
  .calendarize .news-search-result .article .newsHeader h3,
  .calendarize .news-search-result .article .newsHeader .h3,
  .tx-as-news .list-view .article .newsHeader h3,
  .tx-as-news .list-view .article .newsHeader .h3,
  .tx-as-news .events-list-view .article .newsHeader h3,
  .tx-as-news .events-list-view .article .newsHeader .h3,
  .tx-as-news .news-list-view .article .newsHeader h3,
  .tx-as-news .news-list-view .article .newsHeader .h3,
  .tx-as-news .news-search-result .article .newsHeader h3,
  .tx-as-news .news-search-result .article .newsHeader .h3 {
    font-size: 20px;
  }
}
.calendarize .list-view .article .newsHeader h3 a:hover, .calendarize .list-view .article .newsHeader .h3 a:hover,
.calendarize .events-list-view .article .newsHeader h3 a:hover,
.calendarize .events-list-view .article .newsHeader .h3 a:hover,
.calendarize .news-list-view .article .newsHeader h3 a:hover,
.calendarize .news-list-view .article .newsHeader .h3 a:hover,
.calendarize .news-search-result .article .newsHeader h3 a:hover,
.calendarize .news-search-result .article .newsHeader .h3 a:hover,
.tx-as-news .list-view .article .newsHeader h3 a:hover,
.tx-as-news .list-view .article .newsHeader .h3 a:hover,
.tx-as-news .events-list-view .article .newsHeader h3 a:hover,
.tx-as-news .events-list-view .article .newsHeader .h3 a:hover,
.tx-as-news .news-list-view .article .newsHeader h3 a:hover,
.tx-as-news .news-list-view .article .newsHeader .h3 a:hover,
.tx-as-news .news-search-result .article .newsHeader h3 a:hover,
.tx-as-news .news-search-result .article .newsHeader .h3 a:hover {
  color: #00883E;
}
.calendarize .list-view .article .newsContent,
.calendarize .events-list-view .article .newsContent,
.calendarize .news-list-view .article .newsContent,
.calendarize .news-search-result .article .newsContent,
.tx-as-news .list-view .article .newsContent,
.tx-as-news .events-list-view .article .newsContent,
.tx-as-news .news-list-view .article .newsContent,
.tx-as-news .news-search-result .article .newsContent {
  margin: 0;
}
.calendarize .list-view .article .newsContent .textmedia,
.calendarize .events-list-view .article .newsContent .textmedia,
.calendarize .news-list-view .article .newsContent .textmedia,
.calendarize .news-search-result .article .newsContent .textmedia,
.tx-as-news .list-view .article .newsContent .textmedia,
.tx-as-news .events-list-view .article .newsContent .textmedia,
.tx-as-news .news-list-view .article .newsContent .textmedia,
.tx-as-news .news-search-result .article .newsContent .textmedia {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  overflow: hidden;
}
.calendarize .list-view .article .newsContent .news-img-wrap,
.calendarize .events-list-view .article .newsContent .news-img-wrap,
.calendarize .news-list-view .article .newsContent .news-img-wrap,
.calendarize .news-search-result .article .newsContent .news-img-wrap,
.tx-as-news .list-view .article .newsContent .news-img-wrap,
.tx-as-news .events-list-view .article .newsContent .news-img-wrap,
.tx-as-news .news-list-view .article .newsContent .news-img-wrap,
.tx-as-news .news-search-result .article .newsContent .news-img-wrap {
  padding-top: 0.25em;
}
.calendarize .list-view .article .newsContent .news-img-wrap img,
.calendarize .events-list-view .article .newsContent .news-img-wrap img,
.calendarize .news-list-view .article .newsContent .news-img-wrap img,
.calendarize .news-search-result .article .newsContent .news-img-wrap img,
.tx-as-news .list-view .article .newsContent .news-img-wrap img,
.tx-as-news .events-list-view .article .newsContent .news-img-wrap img,
.tx-as-news .news-list-view .article .newsContent .news-img-wrap img,
.tx-as-news .news-search-result .article .newsContent .news-img-wrap img {
  width: 100%;
}
.calendarize .list-view .article .newsContent .news-img-wrap .image,
.calendarize .events-list-view .article .newsContent .news-img-wrap .image,
.calendarize .news-list-view .article .newsContent .news-img-wrap .image,
.calendarize .news-search-result .article .newsContent .news-img-wrap .image,
.tx-as-news .list-view .article .newsContent .news-img-wrap .image,
.tx-as-news .events-list-view .article .newsContent .news-img-wrap .image,
.tx-as-news .news-list-view .article .newsContent .news-img-wrap .image,
.tx-as-news .news-search-result .article .newsContent .news-img-wrap .image {
  position: relative;
}
.calendarize .list-view .article .newsContent .news-img-wrap .image a,
.calendarize .events-list-view .article .newsContent .news-img-wrap .image a,
.calendarize .news-list-view .article .newsContent .news-img-wrap .image a,
.calendarize .news-search-result .article .newsContent .news-img-wrap .image a,
.tx-as-news .list-view .article .newsContent .news-img-wrap .image a,
.tx-as-news .events-list-view .article .newsContent .news-img-wrap .image a,
.tx-as-news .news-list-view .article .newsContent .news-img-wrap .image a,
.tx-as-news .news-search-result .article .newsContent .news-img-wrap .image a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55;
}
.calendarize .list-view .article .newsContent .news-img-wrap .image span,
.calendarize .events-list-view .article .newsContent .news-img-wrap .image span,
.calendarize .news-list-view .article .newsContent .news-img-wrap .image span,
.calendarize .news-search-result .article .newsContent .news-img-wrap .image span,
.tx-as-news .list-view .article .newsContent .news-img-wrap .image span,
.tx-as-news .events-list-view .article .newsContent .news-img-wrap .image span,
.tx-as-news .news-list-view .article .newsContent .news-img-wrap .image span,
.tx-as-news .news-search-result .article .newsContent .news-img-wrap .image span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.calendarize .list-view .article .newsContent a.more:hover,
.calendarize .events-list-view .article .newsContent a.more:hover,
.calendarize .news-list-view .article .newsContent a.more:hover,
.calendarize .news-search-result .article .newsContent a.more:hover,
.tx-as-news .list-view .article .newsContent a.more:hover,
.tx-as-news .events-list-view .article .newsContent a.more:hover,
.tx-as-news .news-list-view .article .newsContent a.more:hover,
.tx-as-news .news-search-result .article .newsContent a.more:hover {
  color: #00883E;
}
.calendarize .list-view .article .newsFooter,
.calendarize .events-list-view .article .newsFooter,
.calendarize .news-list-view .article .newsFooter,
.calendarize .news-search-result .article .newsFooter,
.tx-as-news .list-view .article .newsFooter,
.tx-as-news .events-list-view .article .newsFooter,
.tx-as-news .news-list-view .article .newsFooter,
.tx-as-news .news-search-result .article .newsFooter {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .calendarize .list-view .article .image,
  .calendarize .events-list-view .article .image,
  .calendarize .news-list-view .article .image,
  .calendarize .news-search-result .article .image,
  .tx-as-news .list-view .article .image,
  .tx-as-news .events-list-view .article .image,
  .tx-as-news .news-list-view .article .image,
  .tx-as-news .news-search-result .article .image {
    padding-right: 0;
  }
}
.calendarize .list-view .article .image img,
.calendarize .events-list-view .article .image img,
.calendarize .news-list-view .article .image img,
.calendarize .news-search-result .article .image img,
.tx-as-news .list-view .article .image img,
.tx-as-news .events-list-view .article .image img,
.tx-as-news .news-list-view .article .image img,
.tx-as-news .news-search-result .article .image img {
  height: auto;
  max-width: 100% !important;
}
.calendarize .list-view .count-msg,
.calendarize .list-view .no-news-found,
.calendarize .events-list-view .count-msg,
.calendarize .events-list-view .no-news-found,
.calendarize .news-list-view .count-msg,
.calendarize .news-list-view .no-news-found,
.calendarize .news-search-result .count-msg,
.calendarize .news-search-result .no-news-found,
.tx-as-news .list-view .count-msg,
.tx-as-news .list-view .no-news-found,
.tx-as-news .events-list-view .count-msg,
.tx-as-news .events-list-view .no-news-found,
.tx-as-news .news-list-view .count-msg,
.tx-as-news .news-list-view .no-news-found,
.tx-as-news .news-search-result .count-msg,
.tx-as-news .news-search-result .no-news-found {
  margin: 2px 0 30px 0;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px 10px 10px 10px;
  border-radius: 0 0 10px 10px;
}
.calendarize .list-view .count-msg,
.calendarize .events-list-view .count-msg,
.calendarize .news-list-view .count-msg,
.calendarize .news-search-result .count-msg,
.tx-as-news .list-view .count-msg,
.tx-as-news .events-list-view .count-msg,
.tx-as-news .news-list-view .count-msg,
.tx-as-news .news-search-result .count-msg {
  padding: 10px 15px;
}
@media screen and (max-width: 575px) {
  .calendarize .list-view .article,
  .calendarize .events-list-view .article,
  .calendarize .news-list-view .article,
  .calendarize .news-search-result .article,
  .tx-as-news .list-view .article,
  .tx-as-news .events-list-view .article,
  .tx-as-news .news-list-view .article,
  .tx-as-news .news-search-result .article {
    padding: 30px 0;
  }
}
.calendarize .news-single h3, .calendarize .news-single .h3,
.calendarize .events-item-detail h3,
.calendarize .events-item-detail .h3,
.calendarize .news-item-detail h3,
.calendarize .news-item-detail .h3,
.tx-as-news .news-single h3,
.tx-as-news .news-single .h3,
.tx-as-news .events-item-detail h3,
.tx-as-news .events-item-detail .h3,
.tx-as-news .news-item-detail h3,
.tx-as-news .news-item-detail .h3 {
  font-family: "open_sansbold", Arial, sans-serif;
  font-stretch: condensed;
  font-weight: normal;
  margin: 5px 0 15px 0;
  text-transform: none;
}
@media screen and (max-width: 575px) {
  .calendarize .news-single h3, .calendarize .news-single .h3,
  .calendarize .events-item-detail h3,
  .calendarize .events-item-detail .h3,
  .calendarize .news-item-detail h3,
  .calendarize .news-item-detail .h3,
  .tx-as-news .news-single h3,
  .tx-as-news .news-single .h3,
  .tx-as-news .events-item-detail h3,
  .tx-as-news .events-item-detail .h3,
  .tx-as-news .news-item-detail h3,
  .tx-as-news .news-item-detail .h3 {
    font-size: 20px;
  }
}
.calendarize .news-single .dataHeader,
.calendarize .events-item-detail .dataHeader,
.calendarize .news-item-detail .dataHeader,
.tx-as-news .news-single .dataHeader,
.tx-as-news .events-item-detail .dataHeader,
.tx-as-news .news-item-detail .dataHeader {
  font-family: "open_sansregular";
  font-stretch: condensed;
  color: #888888;
  margin-bottom: 20px;
}
.calendarize .news-single .articleContent,
.calendarize .events-item-detail .articleContent,
.calendarize .news-item-detail .articleContent,
.tx-as-news .news-single .articleContent,
.tx-as-news .events-item-detail .articleContent,
.tx-as-news .news-item-detail .articleContent {
  margin-bottom: 15px;
  margin-top: 20px;
}
.calendarize .news-single .articleContent .news-img-wrap,
.calendarize .events-item-detail .articleContent .news-img-wrap,
.calendarize .news-item-detail .articleContent .news-img-wrap,
.tx-as-news .news-single .articleContent .news-img-wrap,
.tx-as-news .events-item-detail .articleContent .news-img-wrap,
.tx-as-news .news-item-detail .articleContent .news-img-wrap {
  padding: 5px 15px 0 15px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .calendarize .news-single .articleContent .news-img-wrap,
  .calendarize .events-item-detail .articleContent .news-img-wrap,
  .calendarize .news-item-detail .articleContent .news-img-wrap,
  .tx-as-news .news-single .articleContent .news-img-wrap,
  .tx-as-news .events-item-detail .articleContent .news-img-wrap,
  .tx-as-news .news-item-detail .articleContent .news-img-wrap {
    max-width: 100%;
  }
  .calendarize .news-single .articleContent .news-img-wrap a, .calendarize .news-single .articleContent .news-img-wrap img,
  .calendarize .events-item-detail .articleContent .news-img-wrap a,
  .calendarize .events-item-detail .articleContent .news-img-wrap img,
  .calendarize .news-item-detail .articleContent .news-img-wrap a,
  .calendarize .news-item-detail .articleContent .news-img-wrap img,
  .tx-as-news .news-single .articleContent .news-img-wrap a,
  .tx-as-news .news-single .articleContent .news-img-wrap img,
  .tx-as-news .events-item-detail .articleContent .news-img-wrap a,
  .tx-as-news .events-item-detail .articleContent .news-img-wrap img,
  .tx-as-news .news-item-detail .articleContent .news-img-wrap a,
  .tx-as-news .news-item-detail .articleContent .news-img-wrap img {
    max-width: 100%;
    height: auto;
  }
}
.calendarize .news-single .articleContent .news-img-wrap .image a,
.calendarize .events-item-detail .articleContent .news-img-wrap .image a,
.calendarize .news-item-detail .articleContent .news-img-wrap .image a,
.tx-as-news .news-single .articleContent .news-img-wrap .image a,
.tx-as-news .events-item-detail .articleContent .news-img-wrap .image a,
.tx-as-news .news-item-detail .articleContent .news-img-wrap .image a {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
.calendarize .news-single .img-responsive,
.calendarize .events-item-detail .img-responsive,
.calendarize .news-item-detail .img-responsive,
.tx-as-news .news-single .img-responsive,
.tx-as-news .events-item-detail .img-responsive,
.tx-as-news .news-item-detail .img-responsive {
  width: 100%;
}
.calendarize .news-single .item-footer,
.calendarize .events-item-detail .item-footer,
.calendarize .news-item-detail .item-footer,
.tx-as-news .news-single .item-footer,
.tx-as-news .events-item-detail .item-footer,
.tx-as-news .news-item-detail .item-footer {
  padding-top: 5px;
}
.calendarize .news-single .news-text-wrap,
.calendarize .events-item-detail .news-text-wrap,
.calendarize .news-item-detail .news-text-wrap,
.tx-as-news .news-single .news-text-wrap,
.tx-as-news .events-item-detail .news-text-wrap,
.tx-as-news .news-item-detail .news-text-wrap {
  display: inline;
  margin-bottom: 20px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.calendarize .news-single .news-text-wrap a,
.calendarize .events-item-detail .news-text-wrap a,
.calendarize .news-item-detail .news-text-wrap a,
.tx-as-news .news-single .news-text-wrap a,
.tx-as-news .events-item-detail .news-text-wrap a,
.tx-as-news .news-item-detail .news-text-wrap a {
  color: #0062a0;
}
.calendarize .news-single .news-text-wrap a:hover,
.calendarize .events-item-detail .news-text-wrap a:hover,
.calendarize .news-item-detail .news-text-wrap a:hover,
.tx-as-news .news-single .news-text-wrap a:hover,
.tx-as-news .events-item-detail .news-text-wrap a:hover,
.tx-as-news .news-item-detail .news-text-wrap a:hover {
  border-bottom: 1px solid #000000;
}
.calendarize .news-single .news-text-wrap ul,
.calendarize .events-item-detail .news-text-wrap ul,
.calendarize .news-item-detail .news-text-wrap ul,
.tx-as-news .news-single .news-text-wrap ul,
.tx-as-news .events-item-detail .news-text-wrap ul,
.tx-as-news .news-item-detail .news-text-wrap ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 20px;
  list-style-type: disc;
}
.calendarize .news-single .news-text-wrap ul li,
.calendarize .events-item-detail .news-text-wrap ul li,
.calendarize .news-item-detail .news-text-wrap ul li,
.tx-as-news .news-single .news-text-wrap ul li,
.tx-as-news .events-item-detail .news-text-wrap ul li,
.tx-as-news .news-item-detail .news-text-wrap ul li {
  width: 100%;
}
.calendarize .news-single .news-backlink-wrap,
.calendarize .events-item-detail .news-backlink-wrap,
.calendarize .news-item-detail .news-backlink-wrap,
.tx-as-news .news-single .news-backlink-wrap,
.tx-as-news .events-item-detail .news-backlink-wrap,
.tx-as-news .news-item-detail .news-backlink-wrap {
  padding-top: 10px;
  clear: both;
  color: #00883E;
  margin-bottom: 20px;
}
.calendarize .news-single .news-backlink-wrap a,
.calendarize .events-item-detail .news-backlink-wrap a,
.calendarize .news-item-detail .news-backlink-wrap a,
.tx-as-news .news-single .news-backlink-wrap a,
.tx-as-news .events-item-detail .news-backlink-wrap a,
.tx-as-news .news-item-detail .news-backlink-wrap a {
  font-family: Arial, sans-serif;
}
.calendarize .news-single .social,
.calendarize .events-item-detail .social,
.calendarize .news-item-detail .social,
.tx-as-news .news-single .social,
.tx-as-news .events-item-detail .social,
.tx-as-news .news-item-detail .social {
  display: inline;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.calendarize .news-single .social .share, .calendarize .news-single .social .like,
.calendarize .events-item-detail .social .share,
.calendarize .events-item-detail .social .like,
.calendarize .news-item-detail .social .share,
.calendarize .news-item-detail .social .like,
.tx-as-news .news-single .social .share,
.tx-as-news .news-single .social .like,
.tx-as-news .events-item-detail .social .share,
.tx-as-news .events-item-detail .social .like,
.tx-as-news .news-item-detail .social .share,
.tx-as-news .news-item-detail .social .like {
  float: left;
  margin: 5px;
}
.calendarize .news-single .teaser-text p,
.calendarize .events-item-detail .teaser-text p,
.calendarize .news-item-detail .teaser-text p,
.tx-as-news .news-single .teaser-text p,
.tx-as-news .events-item-detail .teaser-text p,
.tx-as-news .news-item-detail .teaser-text p {
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 10px !important;
  padding: 0;
  color: #5e5e5e;
}
@media screen and (max-width: 768px) {
  .calendarize .news-single .teaser-text p,
  .calendarize .events-item-detail .teaser-text p,
  .calendarize .news-item-detail .teaser-text p,
  .tx-as-news .news-single .teaser-text p,
  .tx-as-news .events-item-detail .teaser-text p,
  .tx-as-news .news-item-detail .teaser-text p {
    font-size: 16px;
  }
}
.calendarize .news-single figure,
.calendarize .events-item-detail figure,
.calendarize .news-item-detail figure,
.tx-as-news .news-single figure,
.tx-as-news .events-item-detail figure,
.tx-as-news .news-item-detail figure {
  margin-bottom: 0;
}
.calendarize .news-single .news-img-caption,
.calendarize .events-item-detail .news-img-caption,
.calendarize .news-item-detail .news-img-caption,
.tx-as-news .news-single .news-img-caption,
.tx-as-news .events-item-detail .news-img-caption,
.tx-as-news .news-item-detail .news-img-caption {
  font-family: "open_sansregular";
  font-size: 0.8rem;
}
.calendarize .news-single .social,
.calendarize .events-item-detail .social,
.calendarize .news-item-detail .social,
.tx-as-news .news-single .social,
.tx-as-news .events-item-detail .social,
.tx-as-news .news-item-detail .social {
  display: block;
  position: relative;
  height: 50px;
  padding-top: 15px;
}
.calendarize .news-single .social .share,
.calendarize .events-item-detail .social .share,
.calendarize .news-item-detail .social .share,
.tx-as-news .news-single .social .share,
.tx-as-news .events-item-detail .social .share,
.tx-as-news .news-item-detail .social .share {
  margin: 0;
  width: 75px;
  height: auto;
  position: absolute;
  left: 0;
}
.calendarize .news-single .social .share .fb_iframe_widget span,
.calendarize .events-item-detail .social .share .fb_iframe_widget span,
.calendarize .news-item-detail .social .share .fb_iframe_widget span,
.tx-as-news .news-single .social .share .fb_iframe_widget span,
.tx-as-news .events-item-detail .social .share .fb_iframe_widget span,
.tx-as-news .news-item-detail .social .share .fb_iframe_widget span {
  display: block;
}
.calendarize .news-single .social .share > div > span,
.calendarize .events-item-detail .social .share > div > span,
.calendarize .news-item-detail .social .share > div > span,
.tx-as-news .news-single .social .share > div > span,
.tx-as-news .events-item-detail .social .share > div > span,
.tx-as-news .news-item-detail .social .share > div > span {
  height: 50px !important;
}
.calendarize .news-single .social .like,
.calendarize .events-item-detail .social .like,
.calendarize .news-item-detail .social .like,
.tx-as-news .news-single .social .like,
.tx-as-news .events-item-detail .social .like,
.tx-as-news .news-item-detail .social .like {
  margin: 0;
  width: calc(100% - 75px);
  position: absolute;
  right: 0;
}
.calendarize .news-single .social .like .fb_iframe_widget > span,
.calendarize .events-item-detail .social .like .fb_iframe_widget > span,
.calendarize .news-item-detail .social .like .fb_iframe_widget > span,
.tx-as-news .news-single .social .like .fb_iframe_widget > span,
.tx-as-news .events-item-detail .social .like .fb_iframe_widget > span,
.tx-as-news .news-item-detail .social .like .fb_iframe_widget > span {
  height: 50px !important;
}
.calendarize .news-single .news-related-wrap,
.calendarize .events-item-detail .news-related-wrap,
.calendarize .news-item-detail .news-related-wrap,
.tx-as-news .news-single .news-related-wrap,
.tx-as-news .events-item-detail .news-related-wrap,
.tx-as-news .news-item-detail .news-related-wrap {
  padding: 15px;
  background-color: #f1f1f1;
  margin: 20px 0 15px;
}
.calendarize .news-single .news-related-wrap .news-related:first-child .articleContent,
.calendarize .events-item-detail .news-related-wrap .news-related:first-child .articleContent,
.calendarize .news-item-detail .news-related-wrap .news-related:first-child .articleContent,
.tx-as-news .news-single .news-related-wrap .news-related:first-child .articleContent,
.tx-as-news .events-item-detail .news-related-wrap .news-related:first-child .articleContent,
.tx-as-news .news-item-detail .news-related-wrap .news-related:first-child .articleContent {
  margin-top: 0;
}
.calendarize .news-single .news-related-wrap .news-related:last-child .articleContent,
.calendarize .events-item-detail .news-related-wrap .news-related:last-child .articleContent,
.calendarize .news-item-detail .news-related-wrap .news-related:last-child .articleContent,
.tx-as-news .news-single .news-related-wrap .news-related:last-child .articleContent,
.tx-as-news .events-item-detail .news-related-wrap .news-related:last-child .articleContent,
.tx-as-news .news-item-detail .news-related-wrap .news-related:last-child .articleContent {
  margin-bottom: 0;
}
.calendarize .news-single .news-related-links h4, .calendarize .news-single .news-related-links .h4,
.calendarize .news-single .news-related-files h4,
.calendarize .news-single .news-related-files .h4,
.calendarize .events-item-detail .news-related-links h4,
.calendarize .events-item-detail .news-related-links .h4,
.calendarize .events-item-detail .news-related-files h4,
.calendarize .events-item-detail .news-related-files .h4,
.calendarize .news-item-detail .news-related-links h4,
.calendarize .news-item-detail .news-related-links .h4,
.calendarize .news-item-detail .news-related-files h4,
.calendarize .news-item-detail .news-related-files .h4,
.tx-as-news .news-single .news-related-links h4,
.tx-as-news .news-single .news-related-links .h4,
.tx-as-news .news-single .news-related-files h4,
.tx-as-news .news-single .news-related-files .h4,
.tx-as-news .events-item-detail .news-related-links h4,
.tx-as-news .events-item-detail .news-related-links .h4,
.tx-as-news .events-item-detail .news-related-files h4,
.tx-as-news .events-item-detail .news-related-files .h4,
.tx-as-news .news-item-detail .news-related-links h4,
.tx-as-news .news-item-detail .news-related-links .h4,
.tx-as-news .news-item-detail .news-related-files h4,
.tx-as-news .news-item-detail .news-related-files .h4 {
  font-family: "open_sansregular";
  color: #888888;
}
.calendarize .news-single .news-related-links li,
.calendarize .news-single .news-related-files li,
.calendarize .events-item-detail .news-related-links li,
.calendarize .events-item-detail .news-related-files li,
.calendarize .news-item-detail .news-related-links li,
.calendarize .news-item-detail .news-related-files li,
.tx-as-news .news-single .news-related-links li,
.tx-as-news .news-single .news-related-files li,
.tx-as-news .events-item-detail .news-related-links li,
.tx-as-news .events-item-detail .news-related-files li,
.tx-as-news .news-item-detail .news-related-links li,
.tx-as-news .news-item-detail .news-related-files li {
  font-family: "open_sansregular";
}
.calendarize .news-single .news-related-files a.more:before,
.calendarize .events-item-detail .news-related-files a.more:before,
.calendarize .news-item-detail .news-related-files a.more:before,
.tx-as-news .news-single .news-related-files a.more:before,
.tx-as-news .events-item-detail .news-related-files a.more:before,
.tx-as-news .news-item-detail .news-related-files a.more:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.calendarize .news-single a.all,
.calendarize .events-item-detail a.all,
.calendarize .news-item-detail a.all,
.tx-as-news .news-single a.all,
.tx-as-news .events-item-detail a.all,
.tx-as-news .news-item-detail a.all {
  display: inline-block;
  float: right;
  margin-right: 20px;
  padding: 15px 0;
}
.calendarize .news-single a.all:after,
.calendarize .events-item-detail a.all:after,
.calendarize .news-item-detail a.all:after,
.tx-as-news .news-single a.all:after,
.tx-as-news .events-item-detail a.all:after,
.tx-as-news .news-item-detail a.all:after {
  display: inline-block;
  content: "";
  background-size: 100% auto;
  width: 20px;
  height: 21px;
  margin-left: 5px;
  margin-bottom: -3px;
}
@media screen and (max-width: 1459px) {
  .calendarize .news-single a.all:after,
  .calendarize .events-item-detail a.all:after,
  .calendarize .news-item-detail a.all:after,
  .tx-as-news .news-single a.all:after,
  .tx-as-news .events-item-detail a.all:after,
  .tx-as-news .news-item-detail a.all:after {
    width: 12px;
    height: 13px;
  }
}
.calendarize .news-single a.more,
.calendarize .events-item-detail a.more,
.calendarize .news-item-detail a.more,
.tx-as-news .news-single a.more,
.tx-as-news .events-item-detail a.more,
.tx-as-news .news-item-detail a.more {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.1;
}
.calendarize .news-single a.more:before,
.calendarize .events-item-detail a.more:before,
.calendarize .news-item-detail a.more:before,
.tx-as-news .news-single a.more:before,
.tx-as-news .events-item-detail a.more:before,
.tx-as-news .news-item-detail a.more:before {
  display: inline-block;
  content: "";
  background-size: 100% auto;
  width: 20px;
  height: 21px;
  top: 3px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1459px) {
  .calendarize .news-single a.more,
  .calendarize .events-item-detail a.more,
  .calendarize .news-item-detail a.more,
  .tx-as-news .news-single a.more,
  .tx-as-news .events-item-detail a.more,
  .tx-as-news .news-item-detail a.more {
    padding-left: 20px;
  }
  .calendarize .news-single a.more:before,
  .calendarize .events-item-detail a.more:before,
  .calendarize .news-item-detail a.more:before,
  .tx-as-news .news-single a.more:before,
  .tx-as-news .events-item-detail a.more:before,
  .tx-as-news .news-item-detail a.more:before {
    width: 12px;
    height: 13px;
  }
}
.calendarize .news-single a.more h4, .calendarize .news-single a.more .h4,
.calendarize .events-item-detail a.more h4,
.calendarize .events-item-detail a.more .h4,
.calendarize .news-item-detail a.more h4,
.calendarize .news-item-detail a.more .h4,
.tx-as-news .news-single a.more h4,
.tx-as-news .news-single a.more .h4,
.tx-as-news .events-item-detail a.more h4,
.tx-as-news .events-item-detail a.more .h4,
.tx-as-news .news-item-detail a.more h4,
.tx-as-news .news-item-detail a.more .h4 {
  display: inline-block;
}
.calendarize .events-item .teaser-text p,
.calendarize .news-item .teaser-text p,
.tx-as-news .events-item .teaser-text p,
.tx-as-news .news-item .teaser-text p {
  margin-bottom: 10px;
}
.calendarize .event.search-form .searchContent .btn,
.tx-as-news .event.search-form .searchContent .btn {
  background-color: #00883E;
}
.calendarize .event.search-form .searchContent .btn:hover,
.tx-as-news .event.search-form .searchContent .btn:hover {
  background-color: #0062a0;
}
.calendarize .events-list-view .page-navigation ul li:hover,
.tx-as-news .events-list-view .page-navigation ul li:hover {
  border-color: #0062a0;
  color: #0062a0;
}
.calendarize .events-list-view .page-navigation ul li.current,
.tx-as-news .events-list-view .page-navigation ul li.current {
  border-color: #00883E;
  color: #00883E;
}
.calendarize .events-list-view .page-navigation ul li.current:hover,
.tx-as-news .events-list-view .page-navigation ul li.current:hover {
  color: #00883E;
}
.calendarize .events-list-view .article .newsHeader h3 a:hover,
.calendarize .events-list-view .article .newsHeader .h3 a:hover,
.tx-as-news .events-list-view .article .newsHeader h3 a:hover,
.tx-as-news .events-list-view .article .newsHeader .h3 a:hover {
  color: #0062a0;
}
.calendarize .events-list-view .article .newsContent a.more:hover,
.tx-as-news .events-list-view .article .newsContent a.more:hover {
  color: #0062a0;
}
.calendarize .news-item,
.tx-as-news .news-item {
  border-bottom: 2px solid #bbbbbb;
}
.calendarize .news-item h3, .calendarize .news-item .h3,
.tx-as-news .news-item h3,
.tx-as-news .news-item .h3 {
  color: #0062a0;
}
.calendarize .news-item .more,
.tx-as-news .news-item .more {
  color: #888888;
  font-family: "open_sansbold";
  margin: 0;
  padding: 0;
}
.calendarize .events-item,
.tx-as-news .events-item {
  border-bottom: 2px solid #bbbbbb;
}
.calendarize .events-item h3, .calendarize .events-item .h3,
.tx-as-news .events-item h3,
.tx-as-news .events-item .h3 {
  color: #00883E;
}
.calendarize .events-item .more,
.tx-as-news .events-item .more {
  color: #888888;
  font-family: "open_sansbold";
  margin: 0;
  padding: 0;
}
.calendarize .news-item-detail h3, .calendarize .news-item-detail .h3,
.tx-as-news .news-item-detail h3,
.tx-as-news .news-item-detail .h3 {
  color: #0062a0;
}
.calendarize .news-item-detail .item-footer,
.tx-as-news .news-item-detail .item-footer {
  border-top: 1px solid #0062a0;
}
.calendarize .news-item-detail a.all,
.calendarize .news-item-detail a.more,
.tx-as-news .news-item-detail a.all,
.tx-as-news .news-item-detail a.more {
  color: #0062a0;
  border-color: #0062a0;
}
.calendarize .news-item-detail a.all span,
.calendarize .news-item-detail a.more span,
.tx-as-news .news-item-detail a.all span,
.tx-as-news .news-item-detail a.more span {
  color: #0062a0;
}
.calendarize .news-item-detail a.all:after,
.tx-as-news .news-item-detail a.all:after {
  background-image: url(../Images/arrow_20w_blue.png);
}
.calendarize .news-item-detail a.more:before,
.tx-as-news .news-item-detail a.more:before {
  background-image: url(../Images/arrow_20w_blue.png);
}
.calendarize .events-item-detail h3, .calendarize .events-item-detail .h3,
.tx-as-news .events-item-detail h3,
.tx-as-news .events-item-detail .h3 {
  color: #00883E;
}
.calendarize .events-item-detail .item-footer,
.tx-as-news .events-item-detail .item-footer {
  border-top: 1px solid #00883E;
}
.calendarize .events-item-detail a.all,
.calendarize .events-item-detail a.more,
.tx-as-news .events-item-detail a.all,
.tx-as-news .events-item-detail a.more {
  color: #00883E;
  border-color: #00883E;
}
.calendarize .events-item-detail a.all:after,
.tx-as-news .events-item-detail a.all:after {
  background-image: url(../Images/arrow_20w_green.png);
}
.calendarize .events-item-detail a.more:before,
.tx-as-news .events-item-detail a.more:before {
  background-image: url(../Images/arrow_20w_green.png);
}
.calendarize .tool-1,
.tx-as-news .tool-1 {
  background-color: #00883E;
  color: #fff;
  border: 0;
}
.calendarize .tool-2,
.tx-as-news .tool-2 {
  background-color: #5e5e5e;
  color: #fff;
  border: 0;
}
.calendarize .tool-3,
.tx-as-news .tool-3 {
  background-color: #00883E;
  color: #fff;
  border: 0;
}

aside .calendarize > .table {
  margin-top: 50px;
  border: 0;
  font-size: 14px;
}
aside .calendarize > .table > thead > tr > th {
  font-family: "open_sansbold";
  font-weight: normal;
  font-size: 18px;
  padding: 8px 0;
  border: 2px solid #bbbbbb;
  border-left: 0;
  border-right: 0;
  text-align: center;
  color: #5e5e5e;
}
aside .calendarize > .table > thead > tr > th a:first-child {
  font-size: 20px;
  float: left;
}
aside .calendarize > .table > thead > tr > th a:last-child {
  font-size: 20px;
  float: right;
}
aside .calendarize > .table > tbody > tr > td {
  padding: 8px 0;
  border: 2px solid #bbbbbb;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  display: none;
  width: 100%;
}
aside .calendarize > .table .not-current-month {
  display: none;
  background-color: #f5f5f5;
}
aside .calendarize > .table .active,
aside .calendarize > .table .hasEvents {
  display: block;
  background-color: #ffffff;
}
aside .calendarize > .table .active a,
aside .calendarize > .table .hasEvents a {
  display: block;
}
aside .calendarize > .table .active .events a,
aside .calendarize > .table .hasEvents .events a {
  color: #ffffff;
  margin-top: 5px;
  padding: 6px 12px;
  background-color: #00883E;
}

.ui-datepicker {
  background-color: #ffffff !important;
  border: 1px solid #aaa !important;
  border-radius: 0 !important;
  padding: 3px 0 0 0 !important;
}
.ui-datepicker .ui-datepicker-header {
  clear: both;
  border: 0 none;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  height: auto;
}
.ui-datepicker .ui-datepicker-calendar {
  background-color: #fff;
  margin: 0 !important;
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #0062a0;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  border: 0 none;
  color: #0062a0;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  color: #fff;
  background-color: #00883E !important;
}

/* Styles for bodycompass */
.tx-as-bodycompass .pillbox-content {
  margin-bottom: 2em;
  margin-top: 2em;
  align-content: stretch;
}
.tx-as-bodycompass .pillbox-content .bodycompass-figures {
  width: 660px;
  float: left;
}
@media screen and (max-width: 1460px) {
  .tx-as-bodycompass .pillbox-content .bodycompass-figures {
    width: 480px;
  }
}
@media screen and (max-width: 991px) {
  .tx-as-bodycompass .pillbox-content .bodycompass-figures {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .tx-as-bodycompass .pillbox-content .bodycompass-figures {
    width: 220px;
  }
}
@media screen and (max-width: 600px) {
  .tx-as-bodycompass .pillbox-content .bodycompass-figures {
    float: none;
    clear: both;
    width: 100%;
  }
}
.tx-as-bodycompass .pillbox-content .description {
  width: calc(100% - 660px);
  float: right;
}
@media screen and (max-width: 1460px) {
  .tx-as-bodycompass .pillbox-content .description {
    width: calc(100% - 480px);
  }
}
@media screen and (max-width: 991px) {
  .tx-as-bodycompass .pillbox-content .description {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .tx-as-bodycompass .pillbox-content .description {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 600px) {
  .tx-as-bodycompass .pillbox-content .description {
    float: none;
    clear: both;
    width: 100%;
  }
}
.tx-as-bodycompass .pillbox-content .description h3, .tx-as-bodycompass .pillbox-content .description .h3 {
  color: #00883E;
  margin-top: 40px;
}
.tx-as-bodycompass .pillbox-content .description h4, .tx-as-bodycompass .pillbox-content .description .h4 {
  border-bottom: 1px solid;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 2px 0 4px 0;
}
.tx-as-bodycompass .pillbox-content .description ul.areas > li {
  display: none;
}
.tx-as-bodycompass .pillbox-content .description ul.areas > li.active {
  display: block;
}
.tx-as-bodycompass .pillbox-content .description ul.areas > li ul {
  margin-top: 0.5em;
}
.tx-as-bodycompass .pillbox-content .description ul.areas > li ul li a {
  display: block;
  padding: 0;
  font-weight: bold;
  color: #00883E;
}
.tx-as-bodycompass .pillbox-content .description ul.areas > li ul li a:before {
  bottom: 15px;
  color: #00883E;
  content: "›";
  font-size: 30px;
  left: 15px;
  margin-right: 5px;
  height: 50px;
  width: 50px;
  z-index: 20;
}
.tx-as-bodycompass .pillbox-content .description ul.areas > li ul li a:hover {
  color: #000000;
  margin-left: 10px;
  transition: 0.2s ease-in-out;
}
.tx-as-bodycompass .pillbox-content .select-only {
  margin-bottom: 30px;
}
.tx-as-bodycompass .pillbox-content .select-only a {
  width: 30%;
  margin-right: 3%;
  border-bottom: 1px solid;
  color: #888888;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.tx-as-bodycompass .pillbox-content .select-only a:before {
  content: "›";
  margin-right: 10px;
}
.tx-as-bodycompass .pillbox-content .select-only a:after {
  font-family: "FontAwesome";
  font-size: 32px;
  position: absolute;
  right: 0;
  top: -5px;
}
@media screen and (max-width: 991px) {
  .tx-as-bodycompass .pillbox-content .select-only a:after {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .tx-as-bodycompass .pillbox-content .select-only a:after {
    font-size: 23px;
  }
}
@media screen and (max-width: 600px) {
  .tx-as-bodycompass .pillbox-content .select-only a:after {
    font-size: 23px;
  }
}
.tx-as-bodycompass .pillbox-content .select-only a:hover {
  color: #00883E;
}
.tx-as-bodycompass .pillbox-content .select-only a.select-man:after, .tx-as-bodycompass .pillbox-content .select-only a.select-adult:after {
  content: " \f183";
}
.tx-as-bodycompass .pillbox-content .select-only a.select-woman:after {
  content: " \f182";
}
.tx-as-bodycompass .pillbox-content .select-only a.select-child:after {
  content: " \f1ae";
}
.tx-as-bodycompass .pillbox-content .select-only a.active {
  color: #0062a0;
}
@media screen and (min-width: 992px) {
  .tx-as-bodycompass .pillbox-content .select-only {
    display: none;
  }
}
.tx-as-bodycompass .pillbox-content .selector {
  margin-bottom: 2em;
  padding-left: 0;
}
.tx-as-bodycompass .pillbox-content .selector ul.spots {
  display: none;
}
.tx-as-bodycompass .pillbox-content .selector > * {
  background-size: 100% auto !important;
  cursor: pointer;
  height: 750px;
  width: 200px;
  margin-right: 20px;
  float: left;
  opacity: 0.7;
  padding-right: 0;
  position: relative;
}
@media screen and (max-width: 1460px) {
  .tx-as-bodycompass .pillbox-content .selector > * {
    height: 550px;
    width: 140px;
  }
}
@media screen and (max-width: 991px) {
  .tx-as-bodycompass .pillbox-content .selector > * {
    display: none;
  }
}
.tx-as-bodycompass .pillbox-content .selector > * a.select {
  border-bottom: 1px solid;
  color: #888888;
  display: block;
  font-weight: bold;
  position: relative;
}
.tx-as-bodycompass .pillbox-content .selector > * a.select:before {
  content: "›";
  margin-right: 10px;
}
.tx-as-bodycompass .pillbox-content .selector > * a.select:after {
  font-family: "FontAwesome";
  font-size: 32px;
  position: absolute;
  right: 0;
  top: -5px;
}
.tx-as-bodycompass .pillbox-content .selector > * a.select:hover {
  color: #00883E;
}
@media screen and (max-width: 991px) {
  .tx-as-bodycompass .pillbox-content .selector > * a.select {
    display: none;
  }
}
.tx-as-bodycompass .pillbox-content .selector > *:hover {
  opacity: 1;
}
.tx-as-bodycompass .pillbox-content .selector > *.active {
  cursor: auto;
  opacity: 1;
}
.tx-as-bodycompass .pillbox-content .selector > *.active a.select, .tx-as-bodycompass .pillbox-content .selector > *.active a.select:hover {
  color: #0062a0;
}
.tx-as-bodycompass .pillbox-content .selector > *.active a.select:before, .tx-as-bodycompass .pillbox-content .selector > *.active a.select:hover:before {
  transform: rotate(90deg);
}
.tx-as-bodycompass .pillbox-content .selector > *.active ul.spots {
  display: block;
}
@media screen and (max-width: 991px) {
  .tx-as-bodycompass .pillbox-content .selector > *.active {
    display: block;
    height: 650px;
    width: 200px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tx-as-bodycompass .pillbox-content .selector > *.active {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .tx-as-bodycompass .pillbox-content .selector > *.active {
    height: 450px;
    width: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.tx-as-bodycompass .pillbox-content .selector > * ul.spots li {
  background-color: rgba(187, 187, 187, 0.5);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  position: absolute;
}
@media screen and (max-width: 1460px) {
  .tx-as-bodycompass .pillbox-content .selector > * ul.spots li {
    height: 40px;
    width: 40px;
  }
}
.tx-as-bodycompass .pillbox-content .selector > * ul.spots li:before, .tx-as-bodycompass .pillbox-content .selector > * ul.spots li:after, .tx-as-bodycompass .pillbox-content .selector > * ul.spots li a {
  border-radius: inherit;
  position: inherit;
  background: inherit;
}
.tx-as-bodycompass .pillbox-content .selector > * ul.spots li a {
  border: 3px solid #ffffff;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.tx-as-bodycompass .pillbox-content .selector > * ul.spots li:hover {
  background-color: #00883e;
}
.tx-as-bodycompass .pillbox-content .selector > * ul.spots li:hover a {
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.tx-as-bodycompass .pillbox-content .selector > * ul.spots li:hover a:before {
  bottom: 22px;
  color: #ffffff;
  content: "›";
  font-size: 53px;
  top: -27px;
  left: 11px;
  height: 50px;
  position: absolute;
  width: 50px;
  z-index: 20;
}
.tx-as-bodycompass .pillbox-content .selector > * ul.spots li.active {
  background-color: #00883E;
}
.tx-as-bodycompass .pillbox-content .selector > * ul.spots li.active a {
  height: 120%;
  left: -10%;
  top: -10%;
  width: 120%;
  z-index: 20;
}
.tx-as-bodycompass .pillbox-content .selector > * ul.spots li.active a:before {
  bottom: 4%;
  color: #ffffff;
  content: "\f0fa";
  font-family: "FontAwesome";
  font-size: 28px;
  top: 0;
  left: 18%;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.tx-as-bodycompass .pillbox-content .selector > *.adult {
  background: #FFF url("../Images/body_adult.png") no-repeat 50% 50%;
}
.tx-as-bodycompass .pillbox-content .selector > *.adult.active {
  background: #FFF url("../Images/body_adult-active.png") no-repeat 50% 50%;
}
.tx-as-bodycompass .pillbox-content .selector > *.adult a.select:after {
  content: " \f183";
}
.tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.unterleib {
  left: 10px;
  top: 50px;
}
.tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.kopf {
  left: 85px;
  top: 75px;
}
.tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.schulter {
  top: 148px;
  left: 129px;
}
.tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.brust {
  top: 194px;
  left: 80px;
}
.tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.bauch {
  top: 282px;
  left: 80px;
}
.tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.ellenbogen {
  top: 262px;
  left: 3px;
}
.tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.huefte {
  left: 80px;
  top: 356px;
}
.tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.knie {
  left: 48px;
  top: 483px;
}
.tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.fuss {
  left: 103px;
  top: 644px;
}
.tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.hand {
  left: 160px;
  top: 370px;
}
@media screen and (min-width: 992px) and (max-width: 1460px) {
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.unterleib {
    left: 0px;
    top: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.kopf {
    left: 50px;
    top: 57px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.schulter {
    top: 112px;
    left: 82px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.brust {
    top: 144px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.bauch {
    top: 202px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.ellenbogen {
    top: 185px;
    left: -4px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.huefte {
    left: 50px;
    top: 256px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.knie {
    left: 28px;
    top: 348px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.fuss {
    left: 68px;
    top: 459px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.hand {
    left: 108px;
    top: 265px;
  }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.unterleib {
    left: 10px;
    top: 10px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.kopf {
    left: 85px;
    top: 25px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.schulter {
    top: 98px;
    left: 129px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.brust {
    top: 144px;
    left: 80px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.bauch {
    top: 232px;
    left: 80px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.ellenbogen {
    top: 212px;
    left: 3px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.huefte {
    left: 80px;
    top: 306px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.knie {
    left: 48px;
    top: 433px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.fuss {
    left: 103px;
    top: 594px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.hand {
    left: 160px;
    top: 320px;
  }
}
@media screen and (max-width: 600px) {
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.unterleib {
    left: 0px;
    top: 0px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.kopf {
    left: 50px;
    top: 7px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.schulter {
    top: 62px;
    left: 82px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.brust {
    top: 94px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.bauch {
    top: 152px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.ellenbogen {
    top: 135px;
    left: -4px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.huefte {
    left: 50px;
    top: 206px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.knie {
    left: 28px;
    top: 298px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.fuss {
    left: 68px;
    top: 409px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.adult ul.spots li.hand {
    left: 108px;
    top: 215px;
  }
}
.tx-as-bodycompass .pillbox-content .selector > *.man {
  background: #FFF url("../Images/body_man.png") no-repeat 50% 50%;
}
.tx-as-bodycompass .pillbox-content .selector > *.man.active {
  background: #FFF url("../Images/body_man-active.png") no-repeat 50% 50%;
}
.tx-as-bodycompass .pillbox-content .selector > *.man a.select:after {
  content: " \f183";
}
.tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.unterleib {
  left: 10px;
  top: 50px;
}
.tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.kopf {
  left: 85px;
  top: 75px;
}
.tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.schulter {
  top: 148px;
  left: 129px;
}
.tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.brust {
  top: 194px;
  left: 80px;
}
.tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.bauch {
  top: 282px;
  left: 80px;
}
.tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.ellenbogen {
  top: 262px;
  left: 3px;
}
.tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.huefte {
  left: 80px;
  top: 356px;
}
.tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.knie {
  left: 48px;
  top: 483px;
}
.tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.fuss {
  left: 103px;
  top: 644px;
}
.tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.hand {
  left: 160px;
  top: 370px;
}
@media screen and (min-width: 992px) and (max-width: 1460px) {
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.unterleib {
    left: 0px;
    top: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.kopf {
    left: 50px;
    top: 57px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.schulter {
    top: 112px;
    left: 82px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.brust {
    top: 144px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.bauch {
    top: 202px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.ellenbogen {
    top: 185px;
    left: -4px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.huefte {
    left: 50px;
    top: 256px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.knie {
    left: 28px;
    top: 348px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.fuss {
    left: 68px;
    top: 459px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.hand {
    left: 108px;
    top: 265px;
  }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.unterleib {
    left: 10px;
    top: 10px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.kopf {
    left: 85px;
    top: 25px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.schulter {
    top: 98px;
    left: 129px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.brust {
    top: 144px;
    left: 80px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.bauch {
    top: 232px;
    left: 80px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.ellenbogen {
    top: 212px;
    left: 3px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.huefte {
    left: 80px;
    top: 306px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.knie {
    left: 48px;
    top: 433px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.fuss {
    left: 103px;
    top: 594px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.hand {
    left: 160px;
    top: 320px;
  }
}
@media screen and (max-width: 600px) {
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.unterleib {
    left: 0px;
    top: 0px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.kopf {
    left: 50px;
    top: 7px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.schulter {
    top: 62px;
    left: 82px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.brust {
    top: 94px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.bauch {
    top: 152px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.ellenbogen {
    top: 135px;
    left: -4px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.huefte {
    left: 50px;
    top: 206px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.knie {
    left: 28px;
    top: 298px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.fuss {
    left: 68px;
    top: 409px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.man ul.spots li.hand {
    left: 108px;
    top: 215px;
  }
}
.tx-as-bodycompass .pillbox-content .selector > *.child {
  background: #FFF url("../Images/body_child.png") no-repeat 50% 50%;
}
.tx-as-bodycompass .pillbox-content .selector > *.child.active {
  background: #FFF url("../Images/body_child-active.png") no-repeat 50% 50%;
}
.tx-as-bodycompass .pillbox-content .selector > *.child a.select:after {
  content: " \f1ae";
}
.tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.unterleib {
  left: 20px;
  top: 240px;
}
.tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.kopf {
  left: 79px;
  top: 269px;
}
.tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.schulter {
  top: 324px;
  left: 119px;
}
.tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.brust {
  top: 357px;
  left: 80px;
}
.tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.bauch {
  top: 409px;
  left: 80px;
}
.tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.ellenbogen {
  top: 407px;
  left: 21px;
}
.tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.huefte {
  top: 460px;
  left: 80px;
}
.tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.knie {
  top: 567px;
  left: 56px;
}
.tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.fuss {
  top: 652px;
  left: 98px;
}
.tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.hand {
  top: 480px;
  left: 140px;
}
@media screen and (min-width: 992px) and (max-width: 1460px) {
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.unterleib {
    left: 5px;
    top: 180px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.kopf {
    left: 50px;
    top: 195px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.schulter {
    top: 235px;
    left: 89px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.brust {
    top: 247px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.bauch {
    top: 288px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.ellenbogen {
    top: 287px;
    left: 8px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.huefte {
    left: 50px;
    top: 329px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.knie {
    left: 34px;
    top: 396px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.fuss {
    left: 65px;
    top: 466px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.hand {
    left: 94px;
    top: 344px;
  }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.unterleib {
    left: 20px;
    top: 190px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.kopf {
    left: 79px;
    top: 219px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.schulter {
    top: 274px;
    left: 119px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.brust {
    top: 307px;
    left: 80px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.bauch {
    top: 359px;
    left: 80px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.ellenbogen {
    top: 357px;
    left: 21px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.huefte {
    top: 410px;
    left: 80px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.knie {
    top: 517px;
    left: 56px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.fuss {
    top: 602px;
    left: 98px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.hand {
    top: 430px;
    left: 140px;
  }
}
@media screen and (max-width: 600px) {
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.unterleib {
    left: 5px;
    top: 130px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.kopf {
    left: 50px;
    top: 145px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.schulter {
    top: 185px;
    left: 89px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.brust {
    top: 197px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.bauch {
    top: 238px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.ellenbogen {
    top: 237px;
    left: 8px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.huefte {
    left: 50px;
    top: 279px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.knie {
    left: 34px;
    top: 346px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.fuss {
    left: 65px;
    top: 416px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.child ul.spots li.hand {
    left: 94px;
    top: 294px;
  }
}
.tx-as-bodycompass .pillbox-content .selector > *.woman {
  background: #FFF url("../Images/body_woman.png") no-repeat 50% 50%;
}
.tx-as-bodycompass .pillbox-content .selector > *.woman.active {
  background: #FFF url("../Images/body_woman-active.png") no-repeat 50% 50%;
}
.tx-as-bodycompass .pillbox-content .selector > *.woman a.select:after {
  content: " \f182";
}
.tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.unterleib {
  left: 10px;
  top: 90px;
}
.tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.kopf {
  left: 80px;
  top: 115px;
}
.tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.schulter {
  top: 186px;
  left: 129px;
}
.tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.brust {
  top: 221px;
  left: 80px;
}
.tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.bauch {
  top: 302px;
  left: 80px;
}
.tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.ellenbogen {
  top: 292px;
  left: 13px;
}
.tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.huefte {
  left: 80px;
  top: 365px;
}
.tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.knie {
  left: 53px;
  top: 513px;
}
.tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.fuss {
  left: 109px;
  top: 648px;
}
.tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.hand {
  left: 160px;
  top: 400px;
}
@media screen and (min-width: 992px) and (max-width: 1460px), screen and (max-width: 600px) {
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.unterleib {
    left: 10px;
    top: 60px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.kopf {
    left: 51px;
    top: 87px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.schulter {
    top: 134px;
    left: 82px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.brust {
    top: 163px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.bauch {
    top: 220px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.ellenbogen {
    top: 212px;
    left: 1px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.huefte {
    left: 50px;
    top: 263px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.knie {
    left: 32px;
    top: 361px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.fuss {
    left: 74px;
    top: 463px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.hand {
    left: 106px;
    top: 288px;
  }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.unterleib {
    left: 20px;
    top: 40px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.kopf {
    left: 80px;
    top: 65px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.schulter {
    top: 136px;
    left: 129px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.brust {
    top: 171px;
    left: 80px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.bauch {
    top: 252px;
    left: 80px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.ellenbogen {
    top: 242px;
    left: 13px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.huefte {
    left: 80px;
    top: 315px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.knie {
    left: 53px;
    top: 463px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.fuss {
    left: 109px;
    top: 598px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.hand {
    left: 160px;
    top: 350px;
  }
}
@media screen and (max-width: 600px) {
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.unterleib {
    left: 5px;
    top: 20px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.kopf {
    left: 51px;
    top: 37px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.schulter {
    top: 84px;
    left: 82px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.brust {
    top: 113px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.bauch {
    top: 170px;
    left: 50px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.ellenbogen {
    top: 162px;
    left: 1px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.huefte {
    left: 50px;
    top: 213px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.knie {
    left: 32px;
    top: 311px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.fuss {
    left: 74px;
    top: 413px;
  }
  .tx-as-bodycompass .pillbox-content .selector > *.woman ul.spots li.hand {
    left: 106px;
    top: 238px;
  }
}

.input-group .form-control {
  z-index: 0;
}

.frame-type-asjobs_latest .tx-as-jobs {
  border-bottom: 1px solid #373a3c;
  display: inline-block;
}
.frame-type-asjobs_latest .tx-as-jobs .row.rubrik {
  margin-top: 70px;
}
.frame-type-asjobs_latest .tx-as-jobs .row.rubrik h2, .frame-type-asjobs_latest .tx-as-jobs .row.rubrik .h2 {
  padding-bottom: 12px;
  margin-bottom: 0;
  font-size: 21px;
  font-family: "open_sansbold";
  line-height: normal;
  letter-spacing: normal;
  border-bottom: 2px solid #555;
}
.frame-type-asjobs_latest .tx-as-jobs .row.rubrik h2 .fa, .frame-type-asjobs_latest .tx-as-jobs .row.rubrik .h2 .fa {
  margin-top: -5px;
  margin-right: -3px;
}
.frame-type-asjobs_latest .tx-as-jobs .row.box {
  background-color: rgba(187, 187, 187, 0.3);
  border: 0;
  margin: -8px -15px 0 -15px;
}
.frame-type-asjobs_latest .tx-as-jobs .row.box:hover {
  border: 0;
}
.frame-type-asjobs_latest .tx-as-jobs .row.box ul li {
  padding: 15px 15px 10px 20px;
}
.frame-type-asjobs_latest .tx-as-jobs .row.box ul li h6, .frame-type-asjobs_latest .tx-as-jobs .row.box ul li .h6 {
  color: #555;
  font-family: "open_sansbold";
  font-weight: bold;
  font-stretch: condensed;
}
.frame-type-asjobs_latest .tx-as-jobs .row.box ul li h4, .frame-type-asjobs_latest .tx-as-jobs .row.box ul li .h4 {
  font-family: "open_sansbold";
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.5em;
}
.frame-type-asjobs_latest .tx-as-jobs .row.box ul li.offerLocationName {
  padding: 10px 15px 5px 20px;
}
.frame-type-asjobs_latest .tx-as-jobs .row.box ul li.offerLocationName h5, .frame-type-asjobs_latest .tx-as-jobs .row.box ul li.offerLocationName .h5 {
  font-size: 1rem;
  color: #555;
  font-weight: normal;
}
.frame-type-asjobs_latest .tx-as-jobs .row.box .more-link {
  display: block;
  padding: 8px 20px 11px;
  font-weight: bold;
  font-size: 0.8em;
}
.frame-type-asjobs_latest .tx-as-jobs .row.box .arrowAfter {
  float: none;
  font-size: inherit;
  color: inherit;
}
.frame-type-asjobs_latest .tx-as-jobs .row.box .arrow {
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  box-sizing: inherit;
}

.tx-as-jobs {
  font-family: "open_sansregular";
}
.tx-as-jobs h2, .tx-as-jobs .h2 {
  font-family: "open_sansbold";
  margin: 30px 0 10px;
  color: #00883E;
}
.tx-as-jobs .ce_teaser_head {
  display: none;
}
.tx-as-jobs .arrow {
  font-family: "open_sansregular";
  line-height: 1;
  font-size: 1.4em;
}
.tx-as-jobs #filterForm {
  box-sizing: border-box;
  margin: 2em 0 0;
  padding: 0;
  border: 0;
}
.tx-as-jobs #filterForm .searchHeadline {
  padding: 0;
  margin: 0;
}
.tx-as-jobs #filterForm .searchHeadline h2, .tx-as-jobs #filterForm .searchHeadline .h2 {
  color: #888888;
  margin: 0;
  padding: 0 0 0.5em;
}
.tx-as-jobs #filterForm .searchContent .input-daterange.input-group {
  padding: 0;
}
.tx-as-jobs #filterForm .searchContent .small-screen-buffer {
  padding-left: 0;
  padding-right: 5px;
}
@media screen and (max-width: 991px) {
  .tx-as-jobs #filterForm .searchContent .small-screen-buffer {
    padding: 5px 5px 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .tx-as-jobs #filterForm .searchContent .small-screen-buffer {
    padding: 5px 15px 0 15px;
  }
}
.tx-as-jobs #filterForm .searchContent .row > .small-screen-buffer:first-child {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .tx-as-jobs #filterForm .searchContent .row > .small-screen-buffer:first-child {
    padding-left: 15px;
  }
}
.tx-as-jobs #filterForm .searchContent input, .tx-as-jobs #filterForm .searchContent select-2 {
  min-height: 40px;
  max-width: 100%;
}
.tx-as-jobs #filterForm .searchContent .select2-container .select2-selection--single {
  border: 0;
}
.tx-as-jobs #filterForm .searchContent .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 3px 0.5em;
  font-size: inherit;
  line-height: 1.25;
  color: #555555;
  border: 2px solid #bbbbbb;
  border-radius: 0;
}
@media screen and (max-width: 1459px) {
  .tx-as-jobs #filterForm .searchContent .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 6px 0.5em;
  }
}
@media screen and (max-width: 991px) {
  .tx-as-jobs #filterForm .searchContent .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 0.5em;
  }
}
.tx-as-jobs #filterForm .searchContent .input-group.select,
.tx-as-jobs #filterForm .searchContent .input-group.location {
  margin-top: 15px;
}
.tx-as-jobs #filterForm .searchContent .btn {
  margin-top: 15px;
  font-family: "open_sansbold";
  font-size: inherit;
  background-color: #0062a0;
  color: #ffffff;
  border: 0;
  border-radius: 0;
}
.tx-as-jobs #filterForm .searchContent .btn:hover {
  background-color: #00883E;
  border: 0 none;
}
.tx-as-jobs #filterForm .searchContent .rounded-left {
  border-radius: 10px 0 0 10px;
  border-right: none;
}
.tx-as-jobs #filterForm .searchContent .rounded-right {
  border-radius: 0 10px 10px 0;
  border-left: none;
}
.tx-as-jobs .page-navigation {
  margin-top: 40px;
}
.tx-as-jobs .page-navigation p {
  display: none;
}
.tx-as-jobs .page-navigation ul {
  padding: 0;
  text-align: center;
}
.tx-as-jobs .page-navigation ul li {
  color: #bbbbbb;
  display: inline-block;
  font-family: "open_sansbold";
  font-size: 18px;
  margin: 0 3px;
  padding: 5px 10px;
  border-bottom: 2px solid #bbbbbb;
}
.tx-as-jobs .page-navigation ul li:hover {
  border-color: #00883E;
  color: #00883E;
  cursor: pointer;
}
.tx-as-jobs .page-navigation ul li.active {
  border-color: #00883E;
  color: #00883E;
}
.tx-as-jobs .page-navigation ul li.active:hover {
  background-color: transparent;
  color: #00883E;
}
.tx-as-jobs .page-navigation ul li.current {
  border-color: #0062a0;
  color: #0062a0;
}
.tx-as-jobs .page-navigation ul li.current:hover {
  background-color: transparent;
  color: #0062a0;
}
.tx-as-jobs .page-navigation ul .current li {
  border-color: #0062a0;
  color: #0062a0;
}
.tx-as-jobs .page-navigation ul .current li:hover {
  background-color: transparent;
  color: #0062a0;
}
.tx-as-jobs .resultlist {
  padding-top: 0;
  font-family: "open_sansregular";
  font-size: 16px;
  color: #555;
}
.tx-as-jobs .resultlist .job-table-head, .tx-as-jobs .resultlist .jobitem {
  border-bottom: 2px solid #bbbbbb;
}
.tx-as-jobs .resultlist .job-table-head {
  margin-top: 60px;
  padding-bottom: 15px;
}
.tx-as-jobs .resultlist .job-table-head p {
  margin: 0;
}
.tx-as-jobs .resultlist .job-table-head > div:last-child p {
  text-align: right;
}
.tx-as-jobs .resultlist .job-table-head a {
  color: #999;
}
.tx-as-jobs .resultlist .jobitem {
  padding: 30px 0;
}
.tx-as-jobs .resultlist .jobitem p {
  position: relative;
  line-height: 1.5;
  margin: 0;
}
.tx-as-jobs .resultlist .jobitem p.jobs-location {
  text-align: right;
}
.tx-as-jobs .resultlist .jobitem .jobs-title {
  padding-top: 5px;
  font-size: 18px;
}
.tx-as-jobs .resultlist .jobitem .jobs-title a {
  top: 0;
  color: #0062a0;
  font-family: "open_sansregular";
}
.tx-as-jobs .resultlist .jobitem .jobs-title a:hover {
  color: #333;
  text-decoration: none;
}
.tx-as-jobs .resultlist .paginator-info {
  margin-top: 1em;
  color: #999;
}
.tx-as-jobs .jobs-detail .low-space-top {
  padding: 0;
}
.tx-as-jobs .jobs-detail .low-space-top span {
  font-family: "open_sansregular";
  color: #AAA;
  padding: 0;
  line-height: 1.5;
  margin-bottom: 20px;
  font-stretch: condensed;
}
@media screen and (max-width: 575px) {
  .tx-as-jobs .jobs-detail .low-space-top span {
    font-size: 16px;
  }
}
.tx-as-jobs .jobs-detail .low-space-top h2, .tx-as-jobs .jobs-detail .low-space-top .h2 {
  line-height: 1.3;
  padding: 0;
  border: none;
  font-family: "open_sansbold", Arial, sans-serif;
  color: #00883E;
  margin: 5px 0 15px 0;
}
.tx-as-jobs .jobs-detail .daten {
  margin: 10px 0;
}
.tx-as-jobs .jobs-detail .daten .row {
  border-bottom: 1px solid #bbbbbb;
  margin: 0;
  padding: 0.5em 0;
  overflow: hidden;
}
.tx-as-jobs .jobs-detail .daten .row .data-label {
  font-family: "open_sansbold";
  color: #555555;
}
.tx-as-jobs .jobs-detail .daten .row:last-child {
  border-bottom: 0;
}
.tx-as-jobs .jobs-detail .bewerbung a {
  color: #00883E;
}
.tx-as-jobs .jobs-detail .bewerbung a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.tx-as-jobs .jobs-detail .description,
.tx-as-jobs .jobs-detail .location,
.tx-as-jobs .jobs-detail .requirenments,
.tx-as-jobs .jobs-detail .conditions,
.tx-as-jobs .jobs-detail .contact {
  font-family: "open_sansregular";
  padding: 10px 0 0 0;
}
.tx-as-jobs .jobs-detail .description h3, .tx-as-jobs .jobs-detail .description .h3,
.tx-as-jobs .jobs-detail .location h3,
.tx-as-jobs .jobs-detail .location .h3,
.tx-as-jobs .jobs-detail .requirenments h3,
.tx-as-jobs .jobs-detail .requirenments .h3,
.tx-as-jobs .jobs-detail .conditions h3,
.tx-as-jobs .jobs-detail .conditions .h3,
.tx-as-jobs .jobs-detail .contact h3,
.tx-as-jobs .jobs-detail .contact .h3 {
  color: #5e5e5e;
  font-family: "open_sansbold", Arial, sans-serif;
  margin-bottom: 10px;
}
.tx-as-jobs .jobs-detail .description ul, .tx-as-jobs .jobs-detail .description ol,
.tx-as-jobs .jobs-detail .location ul,
.tx-as-jobs .jobs-detail .location ol,
.tx-as-jobs .jobs-detail .requirenments ul,
.tx-as-jobs .jobs-detail .requirenments ol,
.tx-as-jobs .jobs-detail .conditions ul,
.tx-as-jobs .jobs-detail .conditions ol,
.tx-as-jobs .jobs-detail .contact ul,
.tx-as-jobs .jobs-detail .contact ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 20px;
}
.tx-as-jobs .jobs-detail .description ul li, .tx-as-jobs .jobs-detail .description ol li,
.tx-as-jobs .jobs-detail .location ul li,
.tx-as-jobs .jobs-detail .location ol li,
.tx-as-jobs .jobs-detail .requirenments ul li,
.tx-as-jobs .jobs-detail .requirenments ol li,
.tx-as-jobs .jobs-detail .conditions ul li,
.tx-as-jobs .jobs-detail .conditions ol li,
.tx-as-jobs .jobs-detail .contact ul li,
.tx-as-jobs .jobs-detail .contact ol li {
  width: 100%;
  margin-bottom: 5px;
}
.tx-as-jobs .jobs-detail .description ul,
.tx-as-jobs .jobs-detail .location ul,
.tx-as-jobs .jobs-detail .requirenments ul,
.tx-as-jobs .jobs-detail .conditions ul,
.tx-as-jobs .jobs-detail .contact ul {
  list-style-type: disc;
}
.tx-as-jobs .jobs-detail hr {
  margin: 20px 0 10px 0;
}
.tx-as-jobs .jobs-detail .services {
  margin-top: 2em;
}
.tx-as-jobs .jobs-detail .services .zurueck a,
.tx-as-jobs .jobs-detail .services .download a {
  color: #00883E;
}
.tx-as-jobs .jobs-detail .services .zurueck a:hover,
.tx-as-jobs .jobs-detail .services .download a:hover {
  color: #333;
  text-decoration: none;
}
.tx-as-jobs .jobs-detail .services .zurueck a .arrow,
.tx-as-jobs .jobs-detail .services .download a .arrow {
  line-height: 1.5em;
}
.tx-as-jobs .jobs-detail .services .download {
  padding: 15px;
  background-color: #f1f1f1;
  margin: 20px 0 15px;
}
.tx-as-jobs .jobs-detail .services .zurueck {
  border-top: 1px solid #0062a0;
  padding-top: 10px;
  clear: both;
  margin-bottom: 20px;
}
.tx-as-jobs .jobs-detail .services .zurueck a {
  color: #0062a0;
  font-family: Arial, sans-serif;
}
.tx-as-jobs .jobs-detail .services .bewerbung {
  border: 0;
}
.tx-as-jobs .jobs-detail .services .bewerbung a {
  float: right;
}
.tx-as-jobs .jobs-detail a.more {
  display: inline-block;
  position: relative;
  line-height: 1.1;
  padding: 0 0 0 25px !important;
}
.tx-as-jobs .jobs-detail a.more:before {
  display: inline-block;
  content: "";
  background-image: url(../Images/arrow_20w_green.png);
  background-size: 100% auto;
  width: 20px;
  height: 21px;
  top: 3px;
  margin: 0;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .tx-as-jobs .jobs-detail a.more:before {
    width: 18px;
    height: 18px;
    top: 1px;
  }
}

/* Responsive */
/**************/
@media screen and (min-width: 1600px) {
  .tx-as-jobs .jobs-detail h1, .tx-as-jobs .jobs-detail .h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .tx-as-jobs .jobs-detail h1 small, .tx-as-jobs .jobs-detail .h1 small {
    font-size: 22px;
  }
  .tx-as-jobs .jobs-detail h3, .tx-as-jobs .jobs-detail .h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 1199px) {
  .tx-as-jobs #filterForm {
    padding: 20px 10px;
  }
  .tx-as-jobs #filterForm label {
    margin-bottom: 7px;
  }
  .tx-as-jobs #filterForm label.hideText {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .tx-as-jobs #filterForm > div {
    margin-bottom: 10px;
  }
  .tx-as-jobs #filterForm label {
    margin-bottom: 7px;
  }
  .tx-as-jobs #filterForm label.hideText {
    display: inline-block;
  }
  .tx-as-jobs #filterForm .searchContent .input-group.select,
  .tx-as-jobs #filterForm .searchContent .input-group.location,
  .tx-as-jobs #filterForm .searchContent .btn {
    margin-top: 0;
  }
  .tx-as-jobs .resultlist {
    font-size: 16px;
    color: #555;
  }
  .tx-as-jobs .resultlist .job-table-head {
    display: none;
  }
  .tx-as-jobs .resultlist .jobitem p.jobs-location {
    text-align: left;
  }
  .tx-as-jobs .resultlist .jobitem p.jobs-title {
    font-size: 18px;
    color: #0062a0;
  }
  .tx-as-jobs .jobs-detail .daten .row .data-label {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tx-as-jobs #filterForm {
    padding: 10px 0;
  }
}
@media screen and (max-width: 640px) {
  .tx-as-jobs #filterForm > div {
    margin-bottom: 5px;
    width: 100%;
  }
  .tx-as-jobs #filterForm label.hideText {
    display: none;
  }
  .tx-as-jobs .resultlist {
    margin-top: 1em;
  }
  .tx-as-jobs .resultlist .jobitem > div {
    width: 100%;
  }
  .tx-as-jobs .resultlist .jobitem p.jobs-location {
    text-align: left;
  }
  .tx-as-jobs .resultlist .jobitem br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .tx-as-jobs .jobs-detail .daten .row > div {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xs-12.col-xl-8 .tx-as-jobs #filterForm .searchContent .small-screen-buffer {
    padding: 5px 15px 0 15px;
  }
  .col-xs-12.col-xl-8 .tx-as-jobs #filterForm .searchContent .row > .small-screen-buffer:first-child {
    padding-left: 15px;
  }
}
.ui-menu-item,
.ui-widget-content {
  width: auto !important;
  max-width: 400px !important;
  font-size: 0.9em !important;
}

.ui-menu-item-wrapper {
  width: auto !important;
  max-width: 400px !important;
  font-size: 0.9em !important;
  padding: 5px 10px !important;
  cursor: pointer;
}
.ui-menu-item-wrapper:hover {
  border: none !important;
}

.tx-asmedicsearch input[type=text] {
  min-height: 40px;
}
.tx-asmedicsearch .medic-seach-item {
  padding: 15px 0;
  font-size: 18px;
}
.tx-asmedicsearch .medic-seach-item .medic-search-header {
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #0062a0;
}
.tx-asmedicsearch .medic-seach-item .medic-search-header h4, .tx-asmedicsearch .medic-seach-item .medic-search-header .h4 {
  font-weight: normal;
  font-size: 1.5rem;
}
.tx-asmedicsearch .medic-seach-item .medic-search-body {
  padding: 10px 10px 0 10px;
}
.tx-asmedicsearch .headPhysician .medic-search-header {
  background-color: #0062a0;
}
.tx-asmedicsearch .headPhysician .medic-search-header h4, .tx-asmedicsearch .headPhysician .medic-search-header .h4 {
  color: #ffffff;
  font-weight: bold;
}
.tx-asmedicsearch .headPhysician .medic-search-body {
  background-color: #f7f7f9;
}
.tx-asmedicsearch .green {
  color: #00883E;
}
.tx-asmedicsearch .blue {
  color: #0062a0;
}
.tx-asmedicsearch .headline {
  border-bottom: 2px solid #818a91;
}
.tx-asmedicsearch .no-results {
  font-size: 18px;
  background-color: #f7f7f9;
  padding: 10px;
}

/* -----------------------------------------------
Styles Downloads
-------------------------------------------------*/
.content .frame-type-uploads {
  display: inline-block;
  margin-bottom: 2em;
  width: 100%;
}
.content .frame-type-uploads ul.ce-uploads li {
  background-color: rgba(0, 98, 160, 0.1);
  margin: 0 0 5px 0;
}
.content .frame-type-uploads ul.ce-uploads li > div {
  padding: 15px 20px;
}
.content .frame-type-uploads ul.ce-uploads li > div > a {
  float: left;
}
.content .frame-type-uploads ul.ce-uploads li > div > a .ce-uploads-fileName {
  color: #0062a0;
  margin-right: 10px;
}
.content .frame-type-uploads ul.ce-uploads li > div > a .ce-uploads-fileName .fa.fa-download.fa-lg {
  color: #0062a0;
  font-size: 22px;
  line-height: 0;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .content .frame-type-uploads ul.ce-uploads li > div > a .ce-uploads-fileName .fa.fa-download.fa-lg {
    padding: 10px 0;
    display: block;
    width: 100%;
  }
}
.content .frame-type-uploads ul.ce-uploads li > div > a .preview-file {
  height: auto;
  margin: 0 20px 0 0;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .content .frame-type-uploads ul.ce-uploads li > div > a .preview-file {
    width: 80px;
  }
}
.content .frame-type-uploads ul.ce-uploads li > div > a:hover .ce-uploads-fileName, .content .frame-type-uploads ul.ce-uploads li > div > a:hover .fa.fa-download.fa-lg {
  color: #000000;
}
@media screen and (max-width: 575px) {
  .content .frame-type-uploads ul.ce-uploads li > div > a {
    float: none;
  }
}
.content .frame-type-uploads ul.ce-uploads .ce-uploads-filesize {
  color: #777;
}
@media screen and (max-width: 575px) {
  .content .frame-type-uploads ul.ce-uploads .ce-uploads-filesize {
    display: inline-block;
  }
}
.content .frame-type-uploads ul.ce-uploads .ce-uploads-description {
  margin-left: 30px;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .content .frame-type-uploads ul.ce-uploads .ce-uploads-description {
    font-size: 14px;
  }
}
.content .frame-type-uploads ul.ce-uploads .ce-uploads-description.preview {
  margin-left: 0;
}
.content .frame-type-uploads ul.ce-uploads .ce-uploads-doc-icons {
  height: 30px;
  margin: auto 5px auto -5px;
  padding: 0;
  width: 30px;
}
.content aside .frame-type-uploads ul.ce-uploads {
  font-size: 15px;
  margin-top: 10px;
}
.content aside .frame-type-uploads ul.ce-uploads li {
  background-color: unset;
  margin: 0.6em 0.4em 0.6em 0;
}
.content aside .frame-type-uploads ul.ce-uploads li > div {
  padding: 0;
}
.content aside .frame-type-uploads ul.ce-uploads li > div > a {
  float: left;
}
.content aside .frame-type-uploads ul.ce-uploads li > div > a .ce-uploads-fileName {
  color: #888888;
  font-weight: bold;
  margin-right: 10px;
}
.content aside .frame-type-uploads ul.ce-uploads li > div > a .ce-uploads-fileName .fa.fa-download.fa-lg {
  color: #bbbbbb;
  font-size: 16px;
  line-height: 0;
  margin-right: 10px;
}
.content aside .frame-type-uploads ul.ce-uploads li > div > a .preview-file {
  height: auto;
  margin: 0 20px 0 0;
  padding: 0;
  width: 80px;
}
.content aside .frame-type-uploads ul.ce-uploads li > div > a:hover .ce-uploads-fileName, .content aside .frame-type-uploads ul.ce-uploads li > div > a:hover .fa.fa-download.fa-lg {
  color: #000000;
}
.content aside .frame-type-uploads ul.ce-uploads .ce-uploads-filesize {
  color: #777;
}
.content aside .frame-type-uploads ul.ce-uploads .ce-uploads-description {
  color: #888888;
  margin-left: 25px;
  font-size: 15px;
}
.content aside .frame-type-uploads ul.ce-uploads .ce-uploads-description.preview {
  margin-left: 0;
}
.content aside .frame-type-uploads ul.ce-uploads .ce-uploads-doc-icons {
  height: 20px;
  margin: auto 7px auto -2px;
  opacity: 0.4;
  padding: 0;
  width: 20px;
  filter: grayscale(100%); /* Standard */
  -webkit-filter: grayscale(100%); /* Webkit */
  filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Old WebKit */
}

/* General form elements (overwrite bootstrap styles) */
.form-control {
  padding: 0 0.5em;
  font-size: inherit;
  line-height: 1.25;
  color: #5e5e5e;
  border: 2px solid #bbbbbb;
  border-radius: 0;
}

/* default styles for extension "tx_powermail" */
.tx-powermail {
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 1px solid #AAAAAA;
  padding-top: 20px;
  margin-top: 1rem;
}
.tx-powermail .powermail_form {
  font-size: 16px;
  font-family: Arial, sans-serif;
}
.tx-powermail .powermail_form .powermail_label {
  font-family: "ptsans-bold", sans-serif;
  font-weight: normal;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .tx-powermail .powermail_form .powermail_label {
    text-align: left;
  }
}
.tx-powermail .powermail_form .checkbox, .tx-powermail .powermail_form .radio {
  margin-top: 6px;
}
.tx-powermail .powermail_form button, .tx-powermail .powermail_form input, .tx-powermail .powermail_form optgroup, .tx-powermail .powermail_form select, .tx-powermail .powermail_form textarea {
  font-size: initial;
}
.tx-powermail .powermail_form .btn-lg, .tx-powermail .powermail_form .btn-group-lg > .btn {
  padding: 0;
  text-transform: uppercase;
  width: auto;
}
.tx-powermail .powermail_form input[type=submit] {
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  padding: 6px 12px;
}
.tx-powermail .powermail_form input[type=reset] {
  color: #fff;
  line-height: 24px;
  padding: 6px 12px;
}
.tx-powermail .powermail_form h2, .tx-powermail .powermail_form .h2,
.tx-powermail .powermail_form h3, .tx-powermail .powermail_form .h3 {
  font-family: "open_sansbold", Arial, sans-serif;
}
.tx-powermail .powermail_form .powermail_fieldwrap {
  display: block;
  clear: both;
  padding: 10px 0;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_checkwrap {
  width: 100%;
  display: inline-block;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_checkwrap:first-of-type {
  margin-top: 10px;
}
.tx-powermail .powermail_form .powermail_fieldwrap label {
  border: 1px solid transparent;
  font-size: 18px;
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  text-align: left;
  line-height: 1.35rem;
}
.tx-powermail .powermail_form .powermail_fieldwrap .select2-container .select2-selection--multiple {
  -webkit-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  box-shadow: 0 !important;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_captcha {
  padding-bottom: 30px;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_reset, .tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit {
  clear: unset;
  float: left;
  margin-left: 0;
  width: 36%;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_reset {
  margin-left: 27%;
  padding-right: 1%;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit {
  padding-left: 0.25%;
  width: 37%;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field {
  float: right;
  width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field input[type=text],
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field input[type=date],
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field input[type=password],
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field textarea {
  height: 40px;
  width: 100%;
  font-size: 16px;
  display: block;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 8px 12px 8px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-clip: padding-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field input:focus, .tx-powermail .powermail_form .powermail_fieldwrap .powermail_field textarea:focus, .tx-powermail .powermail_form .powermail_fieldwrap .powermail_field select:focus {
  border-color: #0062a0;
  box-shadow: 0 0 3px 0.25rem rgba(0, 98, 160, 0.25);
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field textarea {
  height: auto;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field .checkbox,
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field .radio {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field .checkbox label,
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field .radio label {
  padding: 5px 20px;
  width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field .powermail_captcha {
  width: 48% !important;
  float: left;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field .powermail_captchaimage {
  float: right;
  margin-bottom: 20px;
  width: 50%;
  height: auto;
  border-radius: 10px;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field .powermail_file {
  height: 40px;
  padding: 8px 0;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field.powermail_content, .tx-powermail .powermail_form .powermail_fieldwrap .powermail_field.powemail_html, .tx-powermail .powermail_form .powermail_fieldwrap .powermail_field.powermail_text {
  padding: 8px 0;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field input[type=reset] {
  border-radius: 10px;
  padding: 8px 12px;
  background-color: #0062a0;
  border: none;
  width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field .parsley-required {
  color: red;
  font-size: 16px;
  padding: 5px 0;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_field .btn:focus {
  outline: none;
}
.tx-powermail .powermail_form .powermail_message_error {
  color: red;
  font-size: 16px;
  padding: 5px 0;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit,
.tx-powermail .powermail_form .powermail_fieldwrap_type_reset {
  width: 50%;
  margin-left: 27%;
  float: left;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit .powermail_field,
.tx-powermail .powermail_form .powermail_fieldwrap_type_reset .powermail_field {
  width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit .powermail_field input,
.tx-powermail .powermail_form .powermail_fieldwrap_type_reset .powermail_field input {
  border-radius: 10px;
  padding: 8px 12px;
  border: none;
  width: 100%;
  height: 40px;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit .powermail_field input[type=submit],
.tx-powermail .powermail_form .powermail_fieldwrap_type_reset .powermail_field input[type=submit] {
  background-color: #0062a0;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit .powermail_field input[type=submit]:hover,
.tx-powermail .powermail_form .powermail_fieldwrap_type_reset .powermail_field input[type=submit]:hover {
  background-color: #00883E;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit .powermail_field input[type=submit].confirmation,
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit .powermail_field input[type=reset],
.tx-powermail .powermail_form .powermail_fieldwrap_type_reset .powermail_field input[type=submit].confirmation,
.tx-powermail .powermail_form .powermail_fieldwrap_type_reset .powermail_field input[type=reset] {
  background-color: #76b729;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit .powermail_field input[type=submit].confirmation:hover,
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit .powermail_field input[type=reset]:hover,
.tx-powermail .powermail_form .powermail_fieldwrap_type_reset .powermail_field input[type=submit].confirmation:hover,
.tx-powermail .powermail_form .powermail_fieldwrap_type_reset .powermail_field input[type=reset]:hover {
  background-color: #0062a0;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_submit .powermail_field .btn:focus,
.tx-powermail .powermail_form .powermail_fieldwrap_type_reset .powermail_field .btn:focus {
  outline: none;
}
.tx-powermail .powermail_form .powermail_confirmation_submit {
  width: 100%;
  float: left;
}
.tx-powermail .powermail_form .powermail_confirmation_submit .powermail_field {
  width: 100%;
}
.tx-powermail .powermail_form .powermail_confirmation_submit .powermail_field input {
  border-radius: 10px;
  padding: 8px 12px;
  border: none;
  width: 100%;
  height: 40px;
}
.tx-powermail .powermail_form .powermail_confirmation_submit .powermail_field input[type=submit] {
  background-color: #00883E;
}
.tx-powermail .powermail_form .powermail_confirmation_submit .powermail_field input[type=submit].confirmation,
.tx-powermail .powermail_form .powermail_confirmation_submit .powermail_field input[type=reset] {
  background-color: #0062a0;
}
.tx-powermail .powermail_form .powermail_confirmation_submit .powermail_field .btn:focus {
  outline: none;
}
.tx-powermail .powermail_confirmation,
.tx-powermail .powermail_create {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px 20px;
}
.tx-powermail .powermail_confirmation .powermail_all_label,
.tx-powermail .powermail_create .powermail_all_label {
  font-size: 18px;
  width: 25%;
}
.tx-powermail .powermail_confirmation .powermail_all_value,
.tx-powermail .powermail_create .powermail_all_value {
  font-size: 16px;
  width: 75%;
}

.select2-container {
  width: 100% !important;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  border: 1px solid transparent;
  user-select: none;
  -webkit-user-select: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 40px;
  font-size: 16px;
  display: block;
  border: 1px solid #ccc;
  padding: 8px 12px 8px 12px;
  border-radius: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
  height: 40px;
  border: 1px solid transparent;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 8px 12px 8px 12px;
  border-radius: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  font-size: 16px;
  padding: 5px 12px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: -2px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  padding: 0;
  border: 2px solid #bbbbbb;
  border-top: none;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--as .select2-selection--single {
  background-color: #fff;
  border-radius: 10px;
}

.select2-container--as .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 1.25;
}

.select2-container--as .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--as .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--as .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--as .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--as[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--as[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--as.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--as.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--as.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--as .select2-selection--multiple {
  cursor: pointer;
}

.select2-container--as .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--as .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--as .select2-selection--multiple .select2-selection__placeholder {
  color: #373a3c;
  margin-top: 5px;
  float: left;
}

.select2-container--as .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--as .select2-selection--multiple .select2-selection__choice {
  background-color: rgba(0, 98, 160, 0.1);
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--as .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--as .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--as[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--as[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--as[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--as[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--as[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--as.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

.select2-container--as.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--as.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--as .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--as .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--as .select2-results > .select2-results__options {
  max-height: 400px;
  overflow-y: auto;
}

.select2-container--as .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--as .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--as .select2-results__option[aria-selected=true] {
  background-color: rgba(0, 98, 160, 0.1);
  color: #373a3c;
}

.select2-container--as .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--as .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--as .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--as .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--as .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--as .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--as .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--as .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(0, 154, 62, 0.1);
  color: #373a3c;
}

.select2-container--as .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* frame-type-menu_section for newsletter anchors */
.frame-type-menu_section {
  padding-top: 1.5em;
}
.frame-type-menu_section > ul {
  margin: 0 auto;
  width: 66.666%;
}
@media screen and (max-width: 768px) {
  .frame-type-menu_section > ul {
    width: 100%;
  }
}
.frame-type-menu_section > ul > li > a {
  display: none;
}
.frame-type-menu_section > ul > li ul li {
  float: left;
  width: 49%;
}
.frame-type-menu_section > ul > li ul li:nth-child(2n) {
  float: right;
}
@media screen and (max-width: 768px) {
  .frame-type-menu_section > ul > li ul li {
    width: 100%;
  }
}
.frame-type-menu_section > ul > li ul li a {
  border-bottom: 1px solid #888888;
  display: block;
  width: 100%;
}
.frame-type-menu_section > ul > li ul li a span {
  color: #5e5e5e;
  font-family: "open_sansbold";
  font-size: 18px;
  text-transform: uppercase;
}
.frame-type-menu_section > ul > li ul li a span:before {
  color: #0062a0;
  content: "►";
  font-size: 16px;
  margin-right: 10px;
}

body.newsletter > header {
  display: none;
}
body.newsletter > main > .content {
  margin: 0;
}
body.newsletter > main > .content > .container .section-bg.teaser {
  background-color: transparent;
  margin: 0;
  padding: 0;
  position: relative;
}
body.newsletter > main > .content > .container .section-bg.teaser .teaser-items.home {
  padding: 0 !important;
}
body.newsletter > main > .content > .container .section-bg.teaser .teaser-items.home .section.intro {
  font-family: "open_sansregular";
  font-size: 20px;
  margin: 0;
  text-align: right;
}
body.newsletter > main > .content > .container .section-bg.teaser .teaser-items.home .section.intro .green {
  background-color: #0062a0;
  border-bottom-left-radius: 20px;
  color: #ffffff;
  display: inline-block;
  margin-right: -5px;
  padding: 10px 30px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body.newsletter > main > .content > .container .section-bg.teaser .teaser-items.home .section.intro .green {
    font-size: 16px;
  }
}
body.newsletter > main > .content > .container > .container .information {
  align-items: center;
  display: flex;
  padding: 0 2rem 2rem 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.newsletter > main > .content > .container > .container .information {
    padding: 0 0 2rem 0;
  }
}
body.newsletter > main > .content > .container > .container .information .ce-gallery {
  width: 100%;
}
body.newsletter > main > .content > .container > .container .information > .col-lg-6 {
  width: 30%;
}
@media screen and (max-width: 991px) {
  body.newsletter > main > .content > .container > .container .information > .col-lg-6 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.newsletter > main > .content > .container > .container .information > .col-lg-6 {
    width: 50%;
  }
}
body.newsletter > main > .content > .container > .container .information > .col-lg-6 + .col-lg-6 {
  width: 70%;
}
body.newsletter > main > .content > .container > .container .information .frame-type-header h2, body.newsletter > main > .content > .container > .container .information .frame-type-header .h2 {
  letter-spacing: 5px;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: right;
  text-transform: uppercase;
}
body.newsletter > main > .content > .container > .row {
  align-items: center;
  background-color: #f1f1f1;
  display: flex;
  margin: 0;
  padding: 25px 0;
}
@media screen and (max-width: 991px) {
  body.newsletter > main > .content > .container > .row {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  body.newsletter > main > .content > .container > .row .col-md-4:first-child {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100% !important;
  }
}
@media screen and (max-width: 1460px) {
  body.newsletter > main > .content > .container > .row .col-md-4 {
    max-width: 50%;
    width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  body.newsletter > main > .content > .container > .row .col-md-4 {
    float: unset;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  body.newsletter > main > .content > .container > .row .col-md-4:last-child {
    margin-bottom: 0;
  }
}
body.newsletter > main > .content > .container > .row .frame-type-header {
  margin-left: -15px;
}
body.newsletter > main > .content > .container > .row .frame-type-header h2.green,
body.newsletter > main > .content > .container > .row .frame-type-header .h2.green {
  background-color: #00883E;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-family: "open_sansregular";
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 30px;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body.newsletter > main > .content > .container > .row .frame-type-header h2.green,
  body.newsletter > main > .content > .container > .row .frame-type-header .h2.green {
    font-size: 16px;
  }
}
body.newsletter > main > .content > .container > .row .frame-type-textmedia .ce-textpic {
  align-items: center;
  display: flex;
  overflow: visible;
}
body.newsletter > main > .content > .container > .row .frame-type-textmedia .ce-textpic .ce-gallery {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  body.newsletter > main > .content > .container > .row .frame-type-textmedia .ce-textpic .ce-gallery {
    max-width: 90px;
    margin: 0 15px 0 0 !important;
  }
}
body.newsletter > main > .content > .container > .row .frame-type-textmedia p {
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.newsletter > main > .content > .container > .row .frame-type-textmedia p {
    font-size: 16px;
  }
}
body.newsletter > main > .content > .container > .row .frame-type-textmedia a {
  color: #00883E;
  text-decoration: none;
}
body.newsletter > main > .content > .container > .row .frame-type-textmedia a:after {
  background-image: url("../Images/arrow_20w_green.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 17px;
  margin-left: 12px;
  position: absolute;
  top: 5px;
  transition: all 0.4s ease-in-out 0.2s;
  width: 18px;
}
body.newsletter > main > .content + .content .container .row {
  background-color: transparent;
}

.ce_ticker .marquee {
  margin: 0 0 2.5em 0;
  background-color: #0062a0;
  width: 100%;
  height: 4rem;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.ce_ticker .marquee__content {
  width: 300%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 4rem;
  -webkit-animation: marquee 40s linear infinite forwards;
  animation: marquee 40s linear infinite forwards;
}
.ce_ticker .marquee__content:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.ce_ticker .list-inline {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  /*width: 100%;*/
  /* reset list */
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}
.ce_ticker .list-inline a {
  padding: 0 2rem;
  font-size: 2rem;
  color: white;
}
.ce_ticker .list-inline a:hover {
  text-decoration: underline;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .ce_ticker .list-inline a {
    font-size: 1.2rem;
  }
}

.dAstylere #dAopener {
  border-radius: 3px !important;
  bottom: 10px;
  top: unset;
}

.ccm-root .ccm-settings-summoner.ccm-show {
  bottom: 90px;
  height: 52px !important;
  left: 10px;
  width: 52px !important;
}

.ccm-info-card {
  padding: 30px;
  margin: 1em 0;
  background-color: #f1f1f1;
}
.ccm-info-card .btn {
  background-color: #0062a0;
  color: #ffffff;
}
.ccm-info-card .title,
.ccm-info-card h2 {
  font-family: "open_sansbold";
}
@media screen and (max-width: 1459px) {
  .ccm-info-card .title,
  .ccm-info-card h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 991px) {
  .ccm-info-card .title,
  .ccm-info-card h2 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .ccm-info-card .title,
  .ccm-info-card h2 {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 991px) {
  .ccm-info-card .title,
  .ccm-info-card h2 {
    font-size: 26px;
  }
}

section#c14410 {
  margin: 0 0 2.5em 0 !important;
  background-color: #fff !important;
}

section#c14410.section-bg {
  padding: 0 !important;
}

#c14410 .card-header a {
  text-align: center !important;
  text-transform: uppercase;
  color: #fff;
}

#c14410 .card-header {
  background-color: #009a3e !important;
}

#c14412 a {
  text-align: center !important;
  text-transform: uppercase;
  padding: 15px 20px !important;
  color: #fff;
  background-color: #0062a0;
}

#c14412 a::before {
  background-image: none !important;
}

section#c14411 {
  margin: 2.5em 0 0 0 !important;
}

.rail .ce_memberships.station-1 {
  margin-bottom: 25px;
}

#c15428 {
  margin-top: 0;
}
/*# sourceMappingURL=styles.css.map */
