/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: none !important;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "fira-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #0d2238;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00468e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #002042;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #00468e;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #002d5b;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00468e;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #002d5b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #25619f;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #00468e;
  border-color: #003975;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #002d5b;
  border-color: #000000;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #002d5b;
  border-color: #001b37;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #002d5b;
  border-color: #001b37;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #001b37;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00468e;
  border-color: #003975;
}
.btn-primary .badge {
  color: #00468e;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #56b951;
  border-color: #4aac45;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #42993e;
  border-color: #235120;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #42993e;
  border-color: #378033;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #42993e;
  border-color: #378033;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #378033;
  border-color: #235120;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #56b951;
  border-color: #4aac45;
}
.btn-success .badge {
  color: #56b951;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #fc4629;
  border-color: #fc3010;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #ef2403;
  border-color: #8a1502;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #ef2403;
  border-color: #cb1e03;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ef2403;
  border-color: #cb1e03;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #cb1e03;
  border-color: #8a1502;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #fc4629;
  border-color: #fc3010;
}
.btn-danger .badge {
  color: #fc4629;
  background-color: #ffffff;
}
.btn-link {
  color: #00468e;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #002042;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #00468e;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00468e;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #00468e;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1200px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1200px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #00468e;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #002042;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #00468e;
  border-color: #00468e;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
  pointer-events: none;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #00468e;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #002d5b;
}
.label-success {
  background-color: #56b951;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #42993e;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #fc4629;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ef2403;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #00468e;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #00468e;
  border-color: #00468e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00468e;
}
.panel-primary > .panel-heading .badge {
  color: #00468e;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00468e;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "fira-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 10px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 10px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 10px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 10px;
}
.tooltip-inner {
  max-width: 250px;
  padding: 3px 8px;
  color: #0d2238;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "fira-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
@font-face {
  font-family: "wtz";
  src: url("../fonts/wtz.eot");
  src: url("../fonts/wtz.eot?#iefix") format("embedded-opentype"), url("../fonts/wtz.woff") format("woff"), url("../fonts/wtz.ttf") format("truetype"), url("../fonts/wtz.svg#wtz") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "wtz" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-icon,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus-circled:before {
  content: "\e000";
}
.icon-adobe:before {
  content: "\e001";
}
.icon-arrow:before {
  content: "\e002";
}
.icon-clock:before {
  content: "\e003";
}
.icon-close-circled:before {
  content: "\e004";
}
.icon-contrast:before {
  content: "\e005";
}
.icon-down-circled:before {
  content: "\e006";
}
.icon-down-med-circled:before {
  content: "\e007";
}
.icon-down-small:before {
  content: "\e008";
}
.icon-down-tiny:before {
  content: "\e009";
}
.icon-download-cloud:before {
  content: "\e00a";
}
.icon-left-circled:before {
  content: "\e00b";
}
.icon-info:before {
  content: "\e00d";
}
.icon-font:before {
  content: "\e00e";
}
.icon-feedback:before {
  content: "\e010";
}
.icon-expand:before {
  content: "\e011";
}
.icon-email:before {
  content: "\e012";
}
.icon-download-circled:before {
  content: "\e013";
}
.icon-left-med-circled:before {
  content: "\e014";
}
.icon-left-small:before {
  content: "\e015";
}
.icon-left-tiny:before {
  content: "\e016";
}
.icon-location:before {
  content: "\e017";
}
.icon-next-page:before {
  content: "\e018";
}
.icon-phone:before {
  content: "\e019";
}
.icon-play-small-circled:before {
  content: "\e01a";
}
.icon-play:before {
  content: "\e01b";
}
.icon-prev-page:before {
  content: "\e01c";
}
.icon-print:before {
  content: "\e01d";
}
.icon-right-circled:before {
  content: "\e01e";
}
.icon-right-med-circled:before {
  content: "\e01f";
}
.icon-right-small:before {
  content: "\e020";
}
.icon-right-tiny:before {
  content: "\e021";
}
.icon-rss:before {
  content: "\e022";
}
.icon-search:before {
  content: "\e023";
}
.icon-up-circled:before {
  content: "\e024";
}
.icon-up-med-circled:before {
  content: "\e025";
}
.icon-up-small:before {
  content: "\e026";
}
.icon-up-tiny:before {
  content: "\e027";
}
.icon-volume:before {
  content: "\e028";
}
.icon-compass:before {
  content: "\e029";
}
.icon-pause:before {
  content: "\e02a";
}
.icon-pause-small-circled:before {
  content: "\e02b";
}
.icon-external-link:after {
  content: "\e02c";
}
.icon-plus:before {
  content: "\e02d";
}
.icon-last-page:before {
  content: "\e00c";
}
.icon-first-page:before {
  content: "\e00f";
}
.icon-fax:before {
  content: "\e02e";
}
.icon-checked:before {
  content: "\e02f";
}
.icon-failed:before {
  content: "\e030";
}
.icon-spinner-circle:before {
  content: "\e031";
}
.icon-spinner-circle:before:before {
  content: "\e031";
}
@media (min-width: 1600px) {
  .col-hd-1, .col-hd-2, .col-hd-3, .col-hd-4, .col-hd-5, .col-hd-6, .col-hd-7, .col-hd-8, .col-hd-9, .col-hd-10, .col-hd-11, .col-hd-12 {
    float: left;
  }
  .col-hd-12 {
    width: 100%;
  }
  .col-hd-11 {
    width: 91.66666667%;
  }
  .col-hd-10 {
    width: 83.33333333%;
  }
  .col-hd-9 {
    width: 75%;
  }
  .col-hd-8 {
    width: 66.66666667%;
  }
  .col-hd-7 {
    width: 58.33333333%;
  }
  .col-hd-6 {
    width: 50%;
  }
  .col-hd-5 {
    width: 41.66666667%;
  }
  .col-hd-4 {
    width: 33.33333333%;
  }
  .col-hd-3 {
    width: 25%;
  }
  .col-hd-2 {
    width: 16.66666667%;
  }
  .col-hd-1 {
    width: 8.33333333%;
  }
  .col-hd-pull-12 {
    right: 100%;
  }
  .col-hd-pull-11 {
    right: 91.66666667%;
  }
  .col-hd-pull-10 {
    right: 83.33333333%;
  }
  .col-hd-pull-9 {
    right: 75%;
  }
  .col-hd-pull-8 {
    right: 66.66666667%;
  }
  .col-hd-pull-7 {
    right: 58.33333333%;
  }
  .col-hd-pull-6 {
    right: 50%;
  }
  .col-hd-pull-5 {
    right: 41.66666667%;
  }
  .col-hd-pull-4 {
    right: 33.33333333%;
  }
  .col-hd-pull-3 {
    right: 25%;
  }
  .col-hd-pull-2 {
    right: 16.66666667%;
  }
  .col-hd-pull-1 {
    right: 8.33333333%;
  }
  .col-hd-pull-0 {
    right: auto;
  }
  .col-hd-push-12 {
    left: 100%;
  }
  .col-hd-push-11 {
    left: 91.66666667%;
  }
  .col-hd-push-10 {
    left: 83.33333333%;
  }
  .col-hd-push-9 {
    left: 75%;
  }
  .col-hd-push-8 {
    left: 66.66666667%;
  }
  .col-hd-push-7 {
    left: 58.33333333%;
  }
  .col-hd-push-6 {
    left: 50%;
  }
  .col-hd-push-5 {
    left: 41.66666667%;
  }
  .col-hd-push-4 {
    left: 33.33333333%;
  }
  .col-hd-push-3 {
    left: 25%;
  }
  .col-hd-push-2 {
    left: 16.66666667%;
  }
  .col-hd-push-1 {
    left: 8.33333333%;
  }
  .col-hd-push-0 {
    left: auto;
  }
  .col-hd-offset-12 {
    margin-left: 100%;
  }
  .col-hd-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-hd-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-hd-offset-9 {
    margin-left: 75%;
  }
  .col-hd-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-hd-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-hd-offset-6 {
    margin-left: 50%;
  }
  .col-hd-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-hd-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-hd-offset-3 {
    margin-left: 25%;
  }
  .col-hd-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-hd-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-hd-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1560px;
  }
}
html {
  font-size: 16px;
}
html,
body {
  overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
  html.megamenu-mobile-open,
  body.megamenu-mobile-open {
    overflow: hidden;
  }
}
@media screen and (max-width: 1199px) {
  html.megamenu-mobile-open #content-page-overlay,
  body.megamenu-mobile-open #content-page-overlay {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media screen and (min-width: 1200px) {
  html.modal-open,
  body.modal-open {
    overflow: hidden;
  }
}
body {
  overflow-x: hidden;
}
/*
Copyright © 2013 Adobe Systems Incorporated.

Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.accessible-megamenu {
  position: relative;
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 3.077em;
  color: #454545;
  background-color: #dfe2e2;
  border-color: #b3b3b3;
  border-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 0 1px 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.accessible-megamenu h2,
.accessible-megamenu h3,
.accessible-megamenu h4 {
  font-size: 1em;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.accessible-megamenu .accessible-megamenu-top-nav-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 3.077em;
  float: left;
  color: #454545 !important;
  text-shadow: 0 1px 0 #fff;
  -moz-text-shadow: 0 1px 0 #fff;
  border-right: 1px solid #b3b3b3;
  border-right-color: rgba(0, 0, 0, 0.3);
}
.accessible-megamenu :focus {
  outline: 2px solid rgba(34, 95, 215, 0.3);
  -moz-outline-radius: 3px;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup] {
  position: relative;
  display: block;
  line-height: 3em;
  height: 3em;
  padding-left: 0.769em;
  padding-right: 0.769em;
  color: #454545 !important;
  text-decoration: none;
  box-shadow: inset 1px 1px 0 #fff;
  z-index: inherit;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus {
  color: #333 !important;
  outline-offset: -1px;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open {
  margin-left: 0;
  background: #f5f8fa none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#e3e5e5));
  background: -moz-linear-gradient(top, #f5f8fa, #e3e5e5);
  background: -ms-linear-gradient(top, #f5f8fa, #e3e5e5);
  background: -o-linear-gradient(top, #f5f8fa, #e3e5e5);
  z-index: 1002;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open {
  background: #f5f8fa none;
  padding-bottom: 2px;
}
.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup] {
  border-bottom-left-radius: 3px;
}
.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup].open {
  border-bottom-left-radius: 0px;
  border-left: 1px solid #b3b3b3;
  border-left-color: rgba(0, 0, 0, 0.3);
  left: -1px;
  margin-right: -1px;
}
.accessible-megamenu .accessible-megamenu-panel {
  position: absolute;
  display: block;
  left: -1px;
  color: #454545;
  margin: 0;
  padding: 0 0.769em 0.769em;
  line-height: normal;
  background-color: #f5f8fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#e3e5e5));
  background-image: -moz-linear-gradient(top, #f5f8fa, #e3e5e5);
  background-image: -ms-linear-gradient(top, #f5f8fa, #e3e5e5);
  background-image: -o-linear-gradient(top, #f5f8fa, #e3e5e5);
  cursor: default;
  -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.5), inset 1px 1px 0 #ffffff;
  -moz-box-shadow: 0 4px 6px -2px -moz-rgba(0, 0, 0, 0.5), inset 1px 1px 0 #ffffff;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.5), inset 1px 1px 0 #ffffff;
  visibility: hidden;
  top: -9999em;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  -o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  border: 1px solid #b3b3b3;
  border-color: rgba(0, 0, 0, 0.3);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.accessible-megamenu .accessible-megamenu-panel.open {
  visibility: visible;
  top: 3em;
  max-height: 600px;
  opacity: 1;
  z-index: 1001;
  -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  -o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
}
.accessible-megamenu .accessible-megamenu-panel a {
  display: inline-block;
  font-size: .92em;
  line-height: 1.2em;
  color: #225FD7;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0.5em;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4 {
  width: 878px;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li {
  width: 22%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4b {
  width: 878px;
  left: -6.462em;
  border-top-left-radius: 3px;
}
.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li {
  width: 22%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-3 {
  width: 724px;
}
.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
  width: 30%;
}
.accessible-megamenu .accessible-megamenu-panel.cols-1 {
  width: 615px;
}
.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
  width: auto;
}
.accessible-megamenu .accessible-megamenu-panel ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accessible-megamenu .accessible-megamenu-panel ol > li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li {
  float: left;
  display: block;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 0 0 #fff;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li:first-of-type {
  padding-left: 0;
  border-left: none;
  box-shadow: none;
}
.accessible-megamenu .accessible-megamenu-panel > p {
  color: #454545;
  font-size: 1.2em;
  line-height: 1.1em;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {
  font-weight: bold;
  color: #454545;
  font-size: 1.2em;
  margin-bottom: 6px;
  padding-top: .4em;
  padding-bottom: 0;
  line-height: 1.1em;
}
.accessible-megamenu .accessible-megamenu-panel ol ol > li > a {
  width: auto;
  text-indent: -2.333em;
  padding-left: 2.333em;
}
.accessible-megamenu .accessible-megamenu-panel a:hover,
.accessible-megamenu .accessible-megamenu-panel a:focus {
  color: #225FD7;
  text-decoration: underline;
}
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:hover,
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:focus {
  color: #333;
}
.accessible-megamenu .accessible-megamenu-panel hr {
  border-width: 1px 0px;
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: #fff;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).  Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 - no likey commas */
  clip: rect(1px, 1px, 1px, 1px);
  /* IE8-IE11 - we likey commas, no support for clip-path */
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.mejs-container:focus {
  outline: none;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain ;
  background-position: 50% 50% ;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none ;
}
.mejs-poster img {
  padding: 0;
  border: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../img/mediaelement/bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
  background-image: url(../img/mediaelement/bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../img/mediaelement/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../img/mediaelement/loading.gif) 50% 50% no-repeat;
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(../img/mediaelement/controls.svg) no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url(../img/mediaelement/controls.png);
}
/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  width: 101px;
  padding: 8px 14px 0 3px ;
  overflow: hidden;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}
.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 8px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #dbdbdb;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #c6c6c6;
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fbb100;
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  margin: 0;
  width: 12px;
  height: 12px;
  background: #fbb100;
  border-radius: 50%;
  cursor: pointer;
  top: -2px;
  left: -2px;
  text-align: center;
  -moz-filter: drop-shadow(0px 0px 4px rgba(68, 68, 68, 0.75));
  -webkit-filter: drop-shadow(0px 0px 4px rgba(68, 68, 68, 0.75));
  filter: drop-shadow(0px 0px 4px rgba(68, 68, 68, 0.75));
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../img/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}
/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(../img/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 35px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../img/mediaelement/background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../img/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
}
/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(../img/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
/* End: Speed */
/* Start: Jump Forward */
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(jumpforward.png) no-repeat;
  background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}
/* End: Jump Forward */
/* Start: Skip Back */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(skipback.png) no-repeat;
  background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}
/* End: Skip Back */
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  height: 100%;
  width: 49%;
  display: block;
  text-shadow: 2px 2px 4px #000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  z-index: 100;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .glyphicon-chevron-left {
  padding-left: 15px;
  float: left;
  left: 0;
  text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
  padding-right: 15px;
  float: right;
  right: 0;
  text-align: right;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #0d2238;
  font-family: "fira-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active,
.selectize-control.multi .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #dbdbdb;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 8px 20px 5px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}


.multi .selectize-input {
  background: #ffffff url('../img/bg-image.jpg') no-repeat ;
  background-position: left 10px center;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 0px;
  background: #f2f2f2;
  color: #0d2238;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #0d2238;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #6f6f6f;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #dbdbdb;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.selectize-dropdown.dropdown-active::after {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 20px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #0d2238;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f1f1f1;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(13, 34, 56, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.multi .selectize-input,
.selectize-control.single .selectize-input input,
.selectize-control.multi .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.multi .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input,
.selectize-control.multi .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:before,
.selectize-control.multi .selectize-input:before {
  content: "\e009";
}
.selectize-control.single .selectize-input:before,
.selectize-control.multi .selectize-input:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 0.8rem;
  line-height: 1;
  width: 13px;
  height: 13px;
}
.selectize-control.single .selectize-input.dropdown-active:before,
.selectize-control.multi .selectize-input.dropdown-active:before {
  content: "\e027";
}
.selectize-control.rtl.single .selectize-input:after,
.selectize-control.rtl.multi .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.bootstro-next-btn {
  float: right;
}
.bootstro-prev-btn {
  float: left;
}
.bootstro-backdrop {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  background: rgba(13, 34, 56, 0.95);
}
.bootstro-highlight {
  z-index: 9999;
  position: relative;
  background-color: white;
}
.bootstro-finish-btn-wrapper {
  /*border-top:1px solid #eee;*/
  padding-top: 10px;
  text-align: center;
  clear: both;
}
.bootstro-nav-wrapper {
  margin-top: 10px;
}
.bootstro-nav-wrapper button,
.bootstro-finish-btn-wrapper button {
  font-size: 12px !important;
  padding: 3px 5px 3px 5px !important;
  font-weight: bold;
}
/*
 * Font size style declarations for each variation.
 *
 * Observation: Note that the amount of classes here
 * rely on how many variations you set on $.rvFontsize() call.
 * 
 * This classes are required to make rv font size jquery plugin works.
 */
.rvfs-1 p,
.rvfs-1 li {
  font-size: 70%;
}
.rvfs-2 p,
.rvfs-2 li {
  font-size: 80%;
}
.rvfs-3 p,
.rvfs-3 li {
  font-size: 90%;
}
.rvfs-4 p,
.rvfs-4 li {
  font-size: 100%;
}
.rvfs-5 p,
.rvfs-5 li {
  font-size: 110%;
}
.rvfs-6 p,
.rvfs-6 li {
  font-size: 120%;
}
.rvfs-7 p,
.rvfs-7 li {
  font-size: 130%;
}
.list-content {
  list-style: none;
  padding-left: 29px;
  margin: 30px 0 0;
}
.list-content li {
  position: relative;
  margin-bottom: 16px;
}
.list-content li:before {
  position: absolute;
  top: 9px;
  left: -27px;
  content: '';
  width: 14px;
  height: 3px;
  background: #00468e;
}
.list-content ul {
  list-style: none;
  margin-top: 16px;
  padding-left: 33px;
}
.list-content ul li:before {
  background: #c9c9c9;
}
.button-action {
  position: relative;
  display: inline-block;
  padding: 11px 44px 11px 22px;
  border-radius: 18px;
  border: 0;
  background: #fbb100;
  color: #FFF;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.button-action + .button-action{
  margin-top: 5px;
}
.button-action:before {
  content: "\e01e";
}
.button-action:before {
  position: absolute;
  top: 8px;
  right: 9px;
  font-size: 1.5rem;
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button-action:focus,
.button-action:hover {
  color: #FFF;
  background: #e29f00;
  text-decoration: none;
}
.button-action.button-action-ghost {
  background-color: transparent;
  border: 1px solid;
  color: #fbb100;
}
.button-action.button-action-ghost:focus,
.button-action.button-action-ghost:hover {
  background: #fbb100;
  color: #fff;
}
.button-action.button-action-no-icon {
  padding-right: 22px;
  text-align: center;
}
.button-action.button-action-no-icon:before {
  content: '';
}
.link-more {
  display: inline-block;
  color: #00468e;
  font-weight: 500;
}
.button-full-size {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 79;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}
.headline-label {
  display: inline-block;
  margin: 0;
  padding: 10px 70px 10px 13px;
  background: #00468e;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.page-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1039;
  background: rgba(0, 70, 142, 0.95);
  opacity: 0;
  visibility: hidden;
}
.page-blacksite .page-overlay {
  background: #0d2238;
  visibility: visible !important;
  opacity: 1 !important;
}
.module-image-sliderbox {
  position: relative;
  margin: 56px 0 0;
}
@media screen and (min-width: 1200px) {
  .module-image-sliderbox {
    padding-left: 58px;
  }
}
@media screen and (min-width: 1600px) {
  .module-image-sliderbox {
    padding-left: 79px;
  }
}
.module-image-sliderbox .slider-main .slick-list {
  overflow: visible;
}
.page-single .module-image-sliderbox .slider-main .slick-slide img {
  display: block;
  max-width: 100%;
}
.module-image-sliderbox .slider-nav {
  margin: 19px -16px 0 0;
  padding-left: 50px;
}
@media screen and (min-width: 1200px) {
  .module-image-sliderbox .slider-nav {
    padding-left: 0;
  }
}
.page-single .module-image-sliderbox .slider-nav {
  padding-left: 50px;
}
@media screen and (min-width: 1200px) {
  .page-single .module-image-sliderbox .slider-nav {
    padding-left: 50px;
  }
}
.module-image-sliderbox .slider-nav-item {
  margin: 0 18px 0 0;
}
.module-image-sliderbox .slider-nav-item img {
  max-width: 100%;
}
.module-image-sliderbox .controls-container {
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media screen and (min-width: 480px) {
  .module-image-sliderbox .controls-container {
    bottom: 0;
  }
}
.page-single .module-image-sliderbox .controls-container {
  bottom: -10px;
}
.module-image-sliderbox .control-item {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #fbb100;
  font-size: 1.5rem;
  line-height: 1;
  margin: 5px 0 0;
  display: block;
  outline: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 480px) {
  .module-image-sliderbox .control-item {
    font-size: 1.625rem;
    margin: 7px 0 6px;
  }
}
.module-image-sliderbox .control-item:focus,
.module-image-sliderbox .control-item:hover {
  color: #e29f00;
}
.module-image-sliderbox-figure {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .module-image-sliderbox-figure img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.module-image-sliderbox-figure figcaption {
  background: #fff;
  padding: 15px 50px 15px 15px;
  font-weight: 300;
  line-height: 1.375;
  color: #0d2238;
}
@media screen and (min-width: 1200px) {
  .module-image-sliderbox-figure figcaption {
    position: absolute;
    top: 144px;
    left: -58px;
    width: 166px;
    padding: 35px 20px 30px 5px;
  }
}
@media screen and (min-width: 1600px) {
  .module-image-sliderbox-figure figcaption {
    left: -79px;
  }
}
.module-image-sliderbox-figure a > i {
  position: absolute;
  right: 19px;
  bottom: 20px;
  color: #fbb100;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 1.375rem;
  line-height: 1;
  text-align: center;
}
.module-image-sliderbox-figure a > i:before {
  position: relative;
  top: 1px;
  left: 0.5px;
}
.module-treatment-program {
  padding: 30px;
  background: #efefef;
}
.module-treatment-program:before,
.module-treatment-program:after {
  content: " ";
  display: table;
}
.module-treatment-program:after {
  clear: both;
}
.module-treatment-program:before,
.module-treatment-program:after {
  content: " ";
  display: table;
}
.module-treatment-program:after {
  clear: both;
}
.module-treatment-program .selects-container {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .module-treatment-program .selects-container {
    float: left;
    padding-right: 20px;
    width: 65%;
    margin-bottom: 28px;
  }
}
.module-treatment-program .button-action {
  width: 100%;
}
.module-treatment-program .separator {
  position: relative;
  margin: 12px 0 14px;
  text-align: center;
}
.module-treatment-program .separator:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  background: #999;
}
.module-treatment-program .separator span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 8px;
  color: #999;
  background: #efefef;
}
.module-treatment-program .collapse {
  position: relative;
  margin: 0 -30px 0;
  border-top: 1px solid #999;
  padding: 35px 30px 0;
}
.module-treatment-program .collapse:after,
.module-treatment-program .collapse:before {
  top: -1px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.module-treatment-program .collapse:after {
  border-color: rgba(239, 239, 239, 0);
  border-top-color: #efefef;
  border-width: 10px;
  margin-left: -10px;
}
.module-treatment-program .collapse:before {
  border-color: rgba(153, 153, 153, 0);
  border-top-color: #999999;
  border-width: 11px;
  margin-left: -11px;
}
.module-treatment-program .behandlungsprogramm-item {
  background: #fff;
  margin-bottom: 25px;
}
.module-treatment-program .button-reset {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-weight: 300;
  color: #555;
}
.module-treatment-text-container {
  float: left;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .module-treatment-text-container {
    padding: 5px 0 0 20px;
    width: 35%;
  }
}
.module-treatment-program-title {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .module-treatment-program-title {
    font-size: 1.5rem;
  }
}
.module-treatment-reset-container {
  display: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .module-treatment-reset-container {
    margin-bottom: 0;
  }
}
.module-collapse {
  margin-top: 30px;
  border-top: 1px solid #d1d1d1;
}
.module-collapse .panel {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.module-collapse .panel + .panel {
  margin-top: 0;
}
.module-collapse .panel-heading {
  padding: 0;
  background-color: transparent;
}
.module-collapse .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.module-collapse .panel-title {
  position: relative;
  padding: 0;
  font-size: 1.125rem;
}
.module-collapse .panel-title a {
  display: block;
  padding: 20px 50px 20px 21px;
  color: #0d2238;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #d1d1d1;
}
.module-collapse .panel-title a[aria-expanded="true"] {
  background: #efefef;
  border-bottom: 0;
}
.module-collapse .panel-title a[aria-expanded="true"] i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.module-collapse .panel-title i {
  position: absolute;
  top: 17px;
  right: 14px;
  font-size: 1.625rem;
  color: #555555;
  width: 26px;
  height: 26px;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.module-collapse .panel-body {
  background: #efefef;
  padding: 0 20px 20px;
  font-weight: 300;
  line-height: 1.625;
}
.module-collapse .panel-body img {
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .module-collapse .panel-body img {
    float: left;
    margin: 0 15px 0 0;
  }
}
.module-collapse .panel-body a {
  color: #fbb100;
  font-weight: 500;
}
.module-faq {
  margin: 45px 0 0;
  line-height: 1.625;
  background: #fff;
}
.module-faq:first-child {
  margin-top: 0;
}
.module-faq .module-collapse {
  margin: 38px 0 0;
}
.module-faq .panel-title a[aria-expanded="true"] i {
  color: #535455;
}
.module-faq .panel-title i {
  color: #fbb100;
}
.module-faq .module-list {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.module-faq .module-list h2 {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0;
  left: 0;
}
.module-faq .module-list a {
  color: #0d2238;
}
.module-faq-title {
  font-size: 1.875rem;
  font-weight: 300;
  margin: 0 0 18px;
}
.module-faq-search-container {
  position: relative;
}
.module-faq-search-container .form-search {
  position: relative;
}
@media screen and (min-width: 480px) {
  .module-faq-search-container .form-search {
    width: 70.5%;
  }
}
.module-faq-search-container .form-control {
  background: #efefef;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-style: italic;
  padding: 9px;
}
.module-faq-search-container .form-control::-moz-placeholder {
  color: #545454;
  opacity: 1;
}
.module-faq-search-container .form-control:-ms-input-placeholder {
  color: #545454;
}
.module-faq-search-container .form-control::-webkit-input-placeholder {
  color: #545454;
}
.module-faq-search-container .form-control {
  height: 40px;
}
.module-faq-search-container .button-search-submit {
  background-color: transparent;
  border: 0;
  padding: 6px 8px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 1.35rem;
}
.module-table {
  position: relative;
  margin: 40px 0 0;
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .module-table {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .module-table > .table {
    margin-bottom: 0;
  }
  .module-table > .table > thead > tr > th,
  .module-table > .table > tbody > tr > th,
  .module-table > .table > tfoot > tr > th,
  .module-table > .table > thead > tr > td,
  .module-table > .table > tbody > tr > td,
  .module-table > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .module-table > .table-bordered {
    border: 0;
  }
  .module-table > .table-bordered > thead > tr > th:first-child,
  .module-table > .table-bordered > tbody > tr > th:first-child,
  .module-table > .table-bordered > tfoot > tr > th:first-child,
  .module-table > .table-bordered > thead > tr > td:first-child,
  .module-table > .table-bordered > tbody > tr > td:first-child,
  .module-table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .module-table > .table-bordered > thead > tr > th:last-child,
  .module-table > .table-bordered > tbody > tr > th:last-child,
  .module-table > .table-bordered > tfoot > tr > th:last-child,
  .module-table > .table-bordered > thead > tr > td:last-child,
  .module-table > .table-bordered > tbody > tr > td:last-child,
  .module-table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .module-table > .table-bordered > tbody > tr:last-child > th,
  .module-table > .table-bordered > tfoot > tr:last-child > th,
  .module-table > .table-bordered > tbody > tr:last-child > td,
  .module-table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.module-list {
  position: relative;
  margin: 40px 0 0;
  padding: 47px 15px 34px;
  background: #efefef;
}
@media screen and (min-width: 768px) {
  .module-list {
    padding: 47px 34px 34px;
  }
}
.module-list h2 {
  position: absolute;
  top: 0;
  left: 34px;
  min-width: 40%;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  padding: 10px 13px 8px;
  margin: 0;
  text-transform: uppercase;
  background: #00468e;
  color: #fff;
}
.module-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module-list li {
  position: relative;
  margin: 10px 0 0;
  border-bottom: 1px solid #999;
}
.module-list a {
  display: block;
  padding: 14px 0 14px 70px;
  color: #0d2238;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.module-list a:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  color: #555555;
  position: absolute;
  top: 25px;
  left: 20px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.module-list a:focus,
.module-list a:hover {
  color: #00468e;
}
.module-list a:focus:before,
.module-list a:hover:before {
  left: 30px;
}
.module-download a:before {
  content: "\e00a";
}
.page-single-veranstaltung .module-download a:before {
  top: 15px;
}
.module-download a:before {
  top: 15px;
}
.module-download a:focus:before,
.module-download a:hover:before {
  left: 20px;
  top: 20px;
}
.page-single-veranstaltung .module-download a:focus:before,
.page-single-veranstaltung .module-download a:hover:before {
  top: 20px;
}
.module-links a {
  padding-bottom: 20px;
}
.module-links a:before {
  content: "\e01e";
}
.module-links a:before {
  top: 15px;
}
.module-list-label {
  display: block;
  font-size: 1.125rem;
}
.module-list-description {
  display: block;
  margin-top: 4px;
  font-weight: 300;
}
.module-form {
  position: relative;
  padding: 70px 34px 50px;
  margin: 30px 0 0;
  background: #efefef;
  font-weight: 300;
}
.module-form h2 {
  position: absolute;
  top: 0;
  left: 34px;
  min-width: 40%;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  padding: 10px 13px 8px;
  margin: 0;
  text-transform: uppercase;
  background: #00468e;
  color: #fff;
}
.module-form h3 {
  font-size: 1.625rem;
  font-weight: 300;
  margin: 0 0 12px;
}
.module-form .form-group {
  margin-bottom: 7px;
}
.module-form .form-group:before,
.module-form .form-group:after {
  content: " ";
  display: table;
}
.module-form .form-group:after {
  clear: both;
}
.module-form .form-group:before,
.module-form .form-group:after {
  content: " ";
  display: table;
}
.module-form .form-group:after {
  clear: both;
}
.module-form .form-group > * {
  padding-right: 0;
  padding-left: 0;
}
.module-form .form-label {
  font-weight: 400;
  margin: 7px 0 0;
}
.module-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #dbdbdb;
  border-radius: 0;
  color: #555555;
  font-size: 0.875rem;
}
.module-form .form-control::-moz-placeholder {
  color: #555555;
  opacity: 1;
}
.module-form .form-control:-ms-input-placeholder {
  color: #555555;
}
.module-form .form-control::-webkit-input-placeholder {
  color: #555555;
}
.module-form textarea {
  height: 150px;
  resize: none;
}
.module-form .select-container {
  height: 36px;
}
.module-form .selectize-control.single .selectize-input,
.module-form .selectize-control.multi .selectize-input {
  padding: 5px 10px 6px;
  font-size: 1rem;
}
.module-form .selectize-control.single .selectize-input:before,
.module-form .selectize-control.multi .selectize-input:before {
  top: 11px;
}
@media screen and (min-width: 768px) {
  .module-form .required-notice {
    position: relative;
    top: -40px;
  }
}
.module-form .form-checkbox-container {
  font-size: 0.875rem;
  font-style: italic;
}
.module-form .form-checkbox-container a {
  color: #0d2238;
  text-decoration: underline;
}
.module-form .button-form-submit {
  font-weight: 500;
}
.module-form .alert {
  margin: 25px 0 0;
  padding: 29px 25px;
}
.alert {
  position: relative;
  border-radius: 0;
  font-weight: 300;
  color: #0d2238;
}
.alert.alert-danger {
  border-color: #fc4629;
  background-color: #fee4d8;
}
.alert.alert-danger i {
  color: #fc4629;
}
.alert.alert-success {
  border-color: #56b951;
  background-color: #e2f0ea;
}
.alert.alert-success i {
  color: #56b951;
}
.alert h3 {
  position: static;
  margin: 0 0 12px;
  padding-right: 40px;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.153846154;
}
.alert i {
  position: absolute;
  top: 26px;
  right: 23px;
  font-size: 1.625rem;
}
.module-html {
  position: relative;
  margin: 35px 0 0;
  border: 1px solid #dbdbdb;
}
.module-html iframe {
  width: 100%;
  margin: 0;
  border: 0;
  display: block;
}
#map-veranstaltung {
  width: 100%;
  height: 420px;
}
.module-html-headline {
  margin: 0;
  padding: 4px 13px 3px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  background: #00468e;
  color: #FFF;
}
.module-html-content {
  padding: 10px;
  background: #fff;
}
.loader-container {
  overflow: hidden;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.popover-help {
  max-width: inherit;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popover-help .popover-title {
  padding: 20px;
}
.popover-help .popover-title {
  border-radius: 0;
  color: #0d2238;
  background: #FFF;
  border-bottom-color: #d1d1d1;
}
.popover-help .popover-content {
  padding: 20px 20px 93px;
  color: #0d2238;
}
@media screen and (min-width: 1200px) {
  .popover-help .popover-content {
    padding-bottom: 73px;
  }
}
.popover-help .button {
  color: #0d2238;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.popover-help .button i {
  font-size: 1.5rem;
  margin-left: 7px;
  position: relative;
  top: 6px;
}
.popover-help .button i.icon-left-circled {
  color: #cecece;
}
.popover-help .button:hover {
  color: #fbb100;
}
.popover-help .close {
  position: relative;
  top: -7px;
  color: #0d2238;
  font-size: 1.5em;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.popover-help .bootstro-nav-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #d1d1d1;
  padding: 5px 14px;
}
.popover-help .bootstro-nav-wrapper:before,
.popover-help .bootstro-nav-wrapper:after {
  content: " ";
  display: table;
}
.popover-help .bootstro-nav-wrapper:after {
  clear: both;
}
.popover-help .bootstro-nav-wrapper:before,
.popover-help .bootstro-nav-wrapper:after {
  content: " ";
  display: table;
}
.popover-help .bootstro-nav-wrapper:after {
  clear: both;
}
.help-counter {
  display: inline-block;
  margin: 10px;
  color: #fbb100;
}
.tooltip {
  -moz-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.35));
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.35));
  border: 1px solid #dbdbdb;
}
.tooltip.left {
  padding: 0;
}
.tooltip.left .tooltip-arrow {
  right: -5px;
}
.tooltip-inner {
  border-radius: 0;
}
.modal-dialog {
  max-width: inherit !important;
}
@media screen and (min-width: 1200px) {
  .modal-dialog {
    width: 992px !important;
  }
}
@media screen and (min-width: 1600px) {
  .modal-dialog {
    width: 1200px !important;
  }
}
.modal-content {
  border-radius: 0;
  border: 0;
}
@media screen and (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.modal-backdrop {
  background: rgba(13, 34, 56, 0.95);
}
.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-wrapper {
  position: relative;
  z-index: 1049;
  border-bottom: 2px solid #c5c5c5;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .header-wrapper {
    border-bottom: 1px solid #dbdbdb;
  }
}
.menu-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .menu-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .menu-container {
    width: 1560px;
  }
}
.header-additional {
  background: #efefef;
  padding: 8px 15px 0;
  border-top: 3px solid #00468e;
}
@media screen and (min-width: 1200px) {
  .header-additional {
    background: #fff;
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .header-additional-content {
    float: right;
  }
}
.additional-navigation {
  display: block;
  float: left;
}
@media screen and (min-width: 1200px) {
  .additional-navigation {
    display: block;
  }
}
.additional-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.additional-navigation ul li {
  display: inline-block;
}
.additional-navigation ul li a {
  display: block;
  padding: 9px 17px 6px;
  color: #545454;
  font-size: 0.875rem;
  font-weight: 400;
}
.hotline-wrapper {
  position: relative;
  float: left;
  margin-bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .hotline-wrapper {
    margin-bottom: 0;
  }
}
.button-hotline {
  position: relative;
  display: block;
  margin: 0 3px 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: #fbb100;
  color: #fff;
  border: none;
  font-size: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .button-hotline {
    margin: 0 3px;
  }
}
.button-hotline.in:after {
  content: '';
  background: inherit;
  width: 100%;
  height: 7px;
  position: absolute;
  top: 100%;
  left: 0;
}
.button-hotline i {
  position: relative;
  top: 3px;
}
.hotline-container {
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 19;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: #fbb100;
  padding: 15px;
  min-width: 280px;
}
@media screen and (min-width: 768px) {
  .hotline-container {
    width: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .hotline-container {
    width: 520px;
    left: auto;
    right: 3px;
    padding: 30px 28px;
  }
}
.hotline-container .hotline-close {
  background-color: transparent;
  border: 0px;
  color: #fbb100;
  outline: none;
  position: absolute;
}
@media screen and (min-width: 300px) {
  .hotline-container .hotline-close {
    top: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .hotline-container .hotline-close {
    top: 35px;
    right: 35px;
  }
}
.hotline-container .hotline-close i {
  cursor: pointer;
  font-size: 28px;
}
.hotline-content {
  padding: 15px;
  background: #fff;
  border-top: 2px solid #ededed;
  display: none;
}
@media screen and (min-width: 1200px) {
  .hotline-content {
    display: block;
    padding: 30px 24px 27px;
  }
}
.hotline-content:first-child {
  border-top: none;
  display: block;
}
.hotline-content h2 {
  font-size: 1.75rem;
  font-weight: 300;
  margin: 0 0 32px;
}
.hotline-content h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #fbb100;
  margin: 0 0 15px;
}
.hotline-content ul {
  display: block;
  list-style: none;
  padding: 0;
}
.hotline-content ul li {
  display: block;
  float: left;
  width: 50%;
  margin: 10px 0;
}
.hotline-content ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 0.9375rem;
  color: #0d2238;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.hotline-content ul li a:before {
  content: "\e002";
}
.hotline-content ul li a:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  left: 0;
}
.hotline-content ul li a:focus,
.hotline-content ul li a:hover {
  padding-left: 30px;
}
.hotline-content .button-action {
  margin-bottom: 20px;
  padding-right: 22px;
}
@media screen and (max-width: 1199px) {
  .hotline-content .button-action {
    font-size: 1rem;
    display: block;
  }
}
.hotline-content .button-action:before {
  content: none;
}
.hotline-content .button-action.button-action-ghost {
  margin-bottom: 0;
}
.language-switch-wrapper {
  float: left;
  background: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0 3px;
}
@media screen and (min-width: 1200px) {
  .language-switch-wrapper {
    background: #efefef;
  }
}
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  padding: 6px 3px 3px;
  width: 100%;
}
.dropdown-menu {
  border-radius: 0;
  text-align: center;
  min-width: 40px;
}
.open > .dropdown-menu {
  margin-top: 5px;
}
.open > .dropdown-menu:after,
.open > .dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.open > .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.open > .dropdown-menu:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-width: 7px;
  margin-left: -7px;
}
.dropdown-menu > li > a {
  padding: 3px;
}
.language-flag {
  display: block;
  margin: 0 auto 3px;
  width: 15px;
  height: 9px;
}
.language-flag.language-de {
  background: url('../img/lang-flag-de.gif') no-repeat center top;
}
.language-flag.language-en {
  background: url('../img/lang-flag-en.gif') no-repeat center top;
}
.language-short {
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #555555;
}
.search-wrapper {
  float: left;
  margin: 0 3px;
}
.search-wrapper .form-search {
  position: relative;
  height: 40px;
}
.search-wrapper .form-search .form-control {
  display: none;
}
@media screen and (min-width: 1200px) {
  .search-wrapper .form-search .form-control {
    display: block;
    width: 349px;
    height: 100%;
    background: #efefef;
    font-size: 0.875rem;
    font-style: italic;
    padding: 0 49px 0 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
  }
  .search-wrapper .form-search .form-control::-moz-placeholder {
    color: #545454;
    opacity: 1;
  }
  .search-wrapper .form-search .form-control:-ms-input-placeholder {
    color: #545454;
  }
  .search-wrapper .form-search .form-control::-webkit-input-placeholder {
    color: #545454;
  }
}
.search-wrapper .button-search-submit {
  background-color: #fff;
  border: 0;
  padding: 8px;
  text-align: center;
  width: 39px;
  height: 100%;
  font-size: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .search-wrapper .button-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
  }
}
.search-wrapper .button-search-submit i {
  position: relative;
  top: -2px;
}
.button-search-submit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
}
.no-js .button-search-submit-overlay {
  display: none;
}
.meta-clinic-wrapper {
  float: right;
  margin: 0 0 0 3px;
}
@media screen and (min-width: 1200px) {
  .meta-clinic-wrapper {
    float: left;
  }
}
.meta-branding-wrapper {
  position: relative;
  height: 43px;
}
@media screen and (min-width: 1200px) {
  .meta-branding-wrapper {
    height: 40px;
  }
}
.meta-branding-wrapper:after {
  content: '';
  position: absolute;
  top: -14px;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 0, 0, 0);
  border-top-color: #00468e;
  border-width: 12px;
  margin-left: -12px;
}
@media screen and (min-width: 0px) {
  .meta-branding-wrapper:after {
    left: 12px;
  }
}
@media screen and (min-width: 480px) {
  .meta-branding-wrapper:after {
    left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .meta-branding-wrapper:after {
    left: 23px;
  }
}
@media screen and (min-width: 1336px) {
  .meta-branding-wrapper:after {
    left: 44px;
  }
}
.button-meta-branding {
  background-color: transparent;
  border: 0;
  padding: 0;
  height: 100%;
}
.button-meta-branding[aria-expanded="true"] + .button-close-meta-branding {
  visibility: visible;
  opacity: 1;
}
.button-close-meta-branding {
  position: absolute;
  top: -9px;
  left: 0;
  z-index: 2;
  background: #00468e;
  color: #FFF;
  border: 0;
  padding: 4px 10px 4px 38px;
  width: 100%;
  height: calc(100% + 9px);
  font-size: 0.875rem;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.button-close-meta-branding:hover {
  background: #005fc1;
}
.button-close-meta-branding i {
  position: absolute;
  top: 16px;
  left: 10px;
  font-size: 1.5em;
}
@media screen and (min-width: 1200px) {
  .button-close-meta-branding i {
    top: 14px;
  }
}
.meta-branding {
  border-bottom: 1px solid #c5c5c5;
  width: 128px;
  height: 100%;
  padding: 5px;
}
@media screen and (min-width: 480px) {
  .meta-branding {
    width: 218px;
    padding: 5px 19px 5px 14px;
  }
}
@media screen and (min-width: 1200px) {
  .meta-branding {
    width: 180px;
  }
}
@media screen and (min-width: 1336px) {
  .meta-branding {
    width: 268px;
  }
}
.meta-hidden-area {
  background: #00468e;
  padding: 45px 0;
}
.meta-hidden-area .meta-branding {
  width: 290px;
  border-bottom: 0;
  padding: 0;
}
.meta-hidden-area .button-action {
  padding-right: 88px;
}
.meta-hidden-area h2 {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
  margin: 50px 0 0;
}
@media screen and (min-width: 480px) {
  .meta-hidden-area h2 {
    margin: 0 0 50px;
  }
}
.meta-hidden-area h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0 0 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.meta-hidden-area .list-links {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}
.meta-hidden-area .list-links li {
  margin: 9px 0 0;
}
.meta-hidden-area .list-links a {
  position: relative;
  display: block;
  padding: 9px 0 9px 14px;
  padding-left: 14px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.333333333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.meta-hidden-area .list-links a:before {
  content: "\e002";
}
.meta-hidden-area .list-links a:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75em;
  position: absolute;
  top: 13px;
  left: 0;
}
.meta-hidden-area .list-links a:focus,
.meta-hidden-area .list-links a:hover {
  text-decoration: none;
  padding-left: 24px;
}
.meta-hidden-area .col-xs-12 {
  margin: 10px 0;
}
@media screen and (min-width: 1200px) {
  .meta-hidden-area .col-xs-12 {
    margin: 0;
  }
}
.button-close-meta-einrichtung {
  background-color: transparent;
  padding: 0;
  border: 0;
  position: absolute;
  top: -30px;
  right: 15px;
  font-size: 1em;
}
@media screen and (min-width: 1200px) {
  .button-close-meta-einrichtung {
    top: 0;
    right: 0;
  }
}
.button-close-meta-einrichtung:hover i {
  margin-right: 15px;
}
.button-close-meta-einrichtung i {
  position: relative;
  top: 7px;
  margin-right: 5px;
  font-size: 1.5em;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.label-einrichtung-waehlen {
  color: #fff;
  display: inline-block;
  margin: 0 20px 5px;
}
@media screen and (min-width: 992px) {
  .label-einrichtung-waehlen {
    position: absolute;
    top: -30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .label-einrichtung-waehlen {
    position: static;
    top: auto;
  }
}
.button-einrichtung-waehlen {
  background: #036;
}
.button-einrichtung-waehlen:before {
  content: "\e007";
}
.button-einrichtung-waehlen:before {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.button-einrichtung-waehlen:focus,
.button-einrichtung-waehlen:hover {
  background: #004080;
}
.button-einrichtung-waehlen[aria-expanded="true"]:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#collapse-meta-einrichtung .meta-hidden-area {
  padding-bottom: 25px;
  background: #0d2238;
  color: #fff;
}
.help-tools-wrapper {
  float: right;
  color: #999;
  text-align: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .help-tools-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
  }
}
.help-tools-wrapper button {
  background-color: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
}
.button-font-size {
  font-size: 1rem;
}
.button-contrast {
  font-size: 1rem;
  margin-top: 5px;
}
.button-info {
  font-size: 2rem;
}
.button-info:focus {
  color: #fbb100;
}
.box-quickstart-collapse-container + .popover {
  padding: 0;
  border-radius: 0;
  min-width: 66px;
}
.box-quickstart-collapse-container + .popover .popover-title {
  display: none;
}
.box-quickstart-collapse-container + .popover .popover-content {
  padding: 0;
}
.button-resize-font {
  border: 0;
  background-color: transparent;
  color: #00468e;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.button-resize-font:focus,
.button-resize-font:hover {
  background: #00468e;
  color: #fff;
}
.button-resize-font.disabled {
  cursor: not-allowed;
  color: #c7c7c7;
  background-color: transparent;
}
.navbar-brand {
  padding: 0;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .navbar-brand {
    position: relative;
    top: -8px;
    z-index: 16;
  }
}
.navbar-brand img {
  float: left;
  max-width: 144px;
  height: auto;
  max-height: 64px;
}
@media screen and (min-width: 1200px) {
  .navbar-brand img {
    max-width: 260px;
    height: auto;
    max-height: 94px;
  }
}
.navbar-brand .svg {
  float: left;
  width: 260px;
  height: 94px;
  object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .navbar-brand .svg {
    max-width: 260px;
    max-height: 93px;
    height: auto;
  }
}
.navbar-toggle {
  background: #00468e;
  border-radius: 0;
  padding: 16px 13px 15px;
  margin: 9px 16px 0 0;
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navbar-toggle:focus,
.navbar-toggle:hover {
  background: #0053a8;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}
.navbar-toggle .icon-bar {
  position: relative;
  background-color: #fff;
  height: 3px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.main-navigation {
  position: absolute;
  top: 96px;
  right: 0;
  background: #fff;
  height: 100vh;
  width: 80%;
  overflow: scroll;
}
@media screen and (min-width: 1200px) {
  .main-navigation {
    display: block;
    position: static;
    background-color: transparent;
    height: auto;
    width: auto;
    overflow: visible;
  }
}
.main-navigation .button-action {
  position: relative;
  font-size: 1.125rem;
  display: block;
  margin: 50px 15px;
  width: calc(100% - 30px);
  text-align: left;
}
.main-navigation .button-action:before {
  content: "\e029";
}
@media screen and (min-width: 1200px) {
  .main-navigation .button-action {
    display: none;
  }
}
.main-navigation .button-action i {
  position: absolute;
  top: 5px;
  right: 7px;
}
.nav-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cacaca;
}
@media screen and (min-width: 1200px) {
  .nav-menu {
    position: relative;
    z-index: 15;
    text-align: right;
    border-bottom: 0;
  }
}
.nav-item {
  list-style: none;
  padding: 0 15px;
  margin: 0;
  text-align: left;
  background: #ededed;
}
.nav-item:before,
.nav-item:after {
  content: " ";
  display: table;
}
.nav-item:after {
  clear: both;
}
.nav-item:before,
.nav-item:after {
  content: " ";
  display: table;
}
.nav-item:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .nav-item {
    display: inline-block;
    background-color: transparent;
  }
}
@media screen and (min-width: 1600px) {
  .nav-item {
    padding: 0 30px;
  }
}
.nav-item:first-child > a {
  border-top: 0;
}
@media screen and (max-width: 1199px) {
  .nav-item.active {
    background: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .nav-item.active > a {
    outline: none;
  }
  .nav-item.active > a:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1199px) {
  .nav-item.has-sub-menu > a:before {
    content: "\e009";
  }
  .nav-item.has-sub-menu > a:before {
    font-family: "wtz" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 25px;
    right: 0;
  }
}
.nav-item > a {
  position: relative;
  display: block;
  padding: 22px 30px 17px 0;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #0d2238;
  border-top: 1px solid #cacaca;
}
@media screen and (min-width: 1200px) {
  .nav-item > a {
    display: inline-block;
    border-top: 0;
    border-bottom: 1px solid transparent;
    padding: 47px 0 32px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-item > a:focus,
  .nav-item > a.active,
  .nav-item > a.open {
    border-bottom: 2px solid #fbb100;
  }
}
.nav-item > a.open {
  background-color: #fff;
  z-index: 1;
}
.nav-item > a:focus,
.nav-item > a:hover {
  text-decoration: none;
}
.sub-nav-first-level-description-container {
  position: relative;
  padding: 10px 21px 9px 26px;
  margin: 0 -15px;
  font-size: 0.875rem;
  background: #00468e;
  color: #fff;
  display: none;
}
@media screen and (min-width: 1200px) {
  .sub-nav-first-level-description-container {
    display: none !important;
  }
}
.sub-nav-first-level-description-container:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 30px;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #00468e;
  border-width: 10px;
  margin-left: -10px;
}
.active .sub-nav-first-level-description-container + a {
  border-top: 0;
}
.sub-nav-first-level-title button {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 100%;
  display: block;
  text-align: left;
  outline: none;
}
.sub-nav-first-level-title button.collapsed i {
  top: 0;
  right: 0;
  font-size: 2.25rem;
}
.sub-nav-first-level-title button.collapsed i:before {
  content: "\e00d";
}
@media screen and (max-width: 1200px) {
  .sub-nav-first-level-title button.collapsed i {
    display: none;
  }
}
.sub-nav-first-level-title i {
  position: absolute;
  top: 9px;
  right: 8px;
  font-size: 1.25rem;
}
.sub-nav-first-level-title i:before {
  content: "\e004";
}
.sub-nav-first-level-description-content {
  padding-right: 30px;
}
.sub-nav {
  display: none;
  padding: 0 0 20px;
  margin-top: 1px;
}
@media screen and (min-width: 1200px) {
  .sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 50px 15px 50px;
    background-color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .sub-nav.open {
    display: block;
  }
}
.sub-nav.open:before,
.sub-nav.open:after {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .sub-nav.open:before,
  .sub-nav.open:after {
    content: '';
  }
}
.sub-nav.open:before {
  left: -100%;
}
.sub-nav.open:after {
  right: -100%;
}
.sub-nav ul.sub-nav-group {
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.sub-nav ul.sub-nav-group li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sub-nav ul.sub-nav-group li a {
  display: block;
  padding: 12px 13px;
  font-size: 1rem;
  color: #0d2238;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 1200px) {
  .sub-nav ul.sub-nav-group li a {
    padding: 7px 15px;
  }
}
.open .sub-nav ul.sub-nav-group li a,
.sub-nav ul.sub-nav-group li a:focus,
.sub-nav ul.sub-nav-group li a:hover {
  background: #ededed;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .no-js .open .sub-nav ul.sub-nav-group li a + .level-3,
  .no-js .sub-nav ul.sub-nav-group li a:focus + .level-3,
  .no-js .sub-nav ul.sub-nav-group li a:hover + .level-3 {
    display: block;
  }
}
.sub-nav ul.level-3 {
  width: 100%;
  min-height: 100%;
  background: #fff;
  padding: 15px 0 0;
  display: none;
}
@media screen and (min-width: 1200px) {
  .sub-nav ul.level-3 {
    background: #efefef;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 5;
    padding: 39px 0 39px 0;
    border-left: 1px solid #dbdbdb;
  }
  .sub-nav ul.level-3 li a:hover {
    background: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .open .sub-nav ul.level-3,
  .sub-nav ul.level-3:focus,
  .sub-nav ul.level-3:hover {
    display: block;
  }
}
.sub-nav ul.level-3 li a {
  position: relative;
  padding-left: 42px;
  font-size: 0.9375rem;
}
.sub-nav ul.level-3 li a:before {
  content: "\e002";
}
.sub-nav ul.level-3 li a:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00468e;
  position: absolute;
  top: 15px;
  left: 12px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) {
  .sub-nav ul.level-3 li a:before {
    content: none;
  }
}
.sub-nav-content {
  position: relative;
  padding: 15px 0 0;
}
@media screen and (min-width: 1200px) {
  .sub-nav-content {
    width: 33.3333333%;
    height: 100%;
    float: left;
    padding: 0 0 30px 27px;
  }
}
.sub-nav-content:first-child {
  display: none;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .sub-nav-content:first-child {
    display: block;
    padding-right: 30px;
  }
}
.sub-nav-content:first-child + .sub-nav-content {
  border-top: 1px solid #dbdbdb;
}
@media screen and (min-width: 1200px) {
  .sub-nav-content:first-child + .sub-nav-content {
    border-top: 0;
    border-left: 1px solid #dbdbdb;
  }
}
.sub-nav-content:first-child + .sub-nav-content:after {
  content: '';
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #dbdbdb;
  border-width: 8px;
  margin-top: -8px;
  top: 8px;
  left: 8px;
}
@media screen and (min-width: 1200px) {
  .sub-nav-content:first-child + .sub-nav-content:after {
    left: 0;
    border-top-color: transparent;
    border-left-color: #dbdbdb;
  }
}
.sub-nav-content h2 {
  margin: 0 0 35px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #fbb100;
}
.sub-nav-content h3 {
  margin: 0 0 20px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #fbb100;
  display: none;
}
@media screen and (min-width: 1200px) {
  .sub-nav-content h3 {
    display: block;
  }
}
.sub-nav-content .link-more {
  position: relative;
  display: inline-block;
  padding-right: 44px;
  font-size: 1.125rem;
  margin-top: 20px;
  color: #0d2238;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.sub-nav-content .link-more:before {
  content: "\e01e";
}
.sub-nav-content .link-more:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
}
.sub-nav-content .link-more:focus,
.sub-nav-content .link-more:hover {
  padding-right: 54px;
}
.link-box {
  display: none;
}
@media screen and (min-width: 1200px) {
  .link-box {
    display: block;
    width: 75%;
  }
}
.link-box a {
  position: relative;
  display: block;
  background: #ededed;
  margin-bottom: 31px;
  padding: 25px 60px 25px 30px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.115384615;
  color: #0d2238;
}
.link-box a:before {
  content: "\e01e";
}
.link-box a:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 1.5rem;
}
.box-quickstart-collapse-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1050;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  width: 95%;
  padding: 40px 0 50px;
  background: #fbb100;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
@media screen and (min-width: 1200px) {
  .box-quickstart-collapse-container {
    padding: 65px 0 135px;
  }
}
@media screen and (min-width: 1600px) {
  .box-quickstart-collapse-container {
    padding: 65px 105px 135px;
    width: 90%;
  }
}
.modal-open .box-quickstart-collapse-container {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate(105%, 0);
  -ms-transform: translate(105%, 0);
  -o-transform: translate(105%, 0);
  transform: translate(105%, 0);
}
.box-quickstart-collapse-container.in {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (min-width: 1200px) {
  .box-quickstart-collapse-container .row {
    display: flex;
    margin: 0 -27px;
  }
}
@media screen and (min-width: 1200px) {
  .box-quickstart-collapse-container .col {
    display: flex;
    padding: 0 27px;
  }
}
.button-toggle-quickstart-flag {
  position: absolute;
  top: 182px;
  right: 100%;
  background: #fbb100;
  border-radius: 20px 0 0 20px;
  border: 0;
  width: 51px;
  height: 40px;
  padding: 8px 15px 8px 8px;
  font-size: 1.35rem;
  color: #fff;
  outline: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: none;
}
@media screen and (min-width: 1200px) {
  .button-toggle-quickstart-flag {
    display: block;
  }
}
.button-toggle-quickstart-flag:focus,
.button-toggle-quickstart-flag:hover {
  background: #e29f00;
}
.box-quickstart-collapse {
  position: relative;
}
.box-quickstart-collapse h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 50px 0 15px;
}
@media screen and (min-width: 768px) {
  .box-quickstart-collapse h2 {
    font-size: 2.5rem;
    margin: 0 0 35px;
  }
}
.box-quickstart-collapse .button-close {
  position: absolute;
  top: -10px;
  right: 27px;
  background-color: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  font-size: 0.875rem;
  outline: none;
}
@media screen and (min-width: 768px) {
  .box-quickstart-collapse .button-close {
    top: 0;
  }
}
.box-quickstart-collapse .button-close:hover i {
  margin-right: 15px;
}
.box-quickstart-collapse .button-close i {
  position: relative;
  top: 7px;
  font-size: 1.5em;
  margin-right: 5px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box-quickstart-collapse-content {
  background: #fff;
  padding: 35px 20px 30px;
  margin-top: 6px;
}
@media screen and (min-width: 1200px) {
  .box-quickstart-collapse-content {
    margin: 0;
    padding: 58px 27px 42px;
  }
}
@media screen and (min-width: 1600px) {
  .box-quickstart-collapse-content {
    padding: 58px 44px 42px;
  }
}
.box-quickstart-collapse-content .separator {
  margin: 30px -20px 35px;
  height: 6px;
  background: #fbb100;
}
@media screen and (min-width: 1200px) {
  .box-quickstart-collapse-content .separator {
    margin: 42px -44px 58px;
  }
}
.box-quickstart-collapse-content h3 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.25;
  margin: 0 0 26px;
}
@media screen and (min-width: 768px) {
  .box-quickstart-collapse-content h3 {
    font-size: 2.25rem;
  }
}
.box-quickstart-collapse-content .selects-container {
  margin: 22px 0 20px;
}
.box-quickstart-collapse-content .select-container {
  margin-top: 15px;
}
.box-quickstart-collapse-content .button-action {
  display: block;
}
@media screen and (max-width: 767px) {
  .box-quickstart-collapse-content .button-action {
    font-size: 0.875rem;
    padding-bottom: 14px;
  }
}
.box-quickstart-collapse-search-wrapper .form-search {
  position: relative;
  height: 53px;
}
.box-quickstart-collapse-search-wrapper .form-control {
  height: 100%;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 56px;
  padding-left: 24px;
  background: #efefef;
}
.box-quickstart-collapse-search-wrapper .form-control::-moz-placeholder {
  color: #0d2238;
  opacity: 1;
}
.box-quickstart-collapse-search-wrapper .form-control:-ms-input-placeholder {
  color: #0d2238;
}
.box-quickstart-collapse-search-wrapper .form-control::-webkit-input-placeholder {
  color: #0d2238;
}
.box-quickstart-collapse-search-wrapper .button-search-submit {
  background-color: transparent;
  border: 0;
  padding: 8px;
  text-align: center;
  width: 56px;
  height: 100%;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
.box-quickstart-collapse-search-wrapper .button-search-submit i {
  position: relative;
  top: 3px;
}
.list-links,
.list-tags {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-links li {
  display: block;
  margin: 9px 0;
}
.list-links a {
  display: block;
  font-size: 1.188rem;
  font-weight: 500;
  color: #0d2238;
}
.list-tags:before,
.list-tags:after {
  content: " ";
  display: table;
}
.list-tags:after {
  clear: both;
}
.list-tags:before,
.list-tags:after {
  content: " ";
  display: table;
}
.list-tags:after {
  clear: both;
}
.list-tags li {
  margin: 0 8px 7px 0;
  display: block;
  float: left;
}
.list-tags .label {
  border-radius: 2px;
  padding-top: 0.3em;
  background: #fbb100;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  display: block;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list-tags .label:focus,
.list-tags .label:hover {
  background: #e29f00;
}
.container-footer {
  padding-right: 0;
  padding-left: 0;
}
.footer-meta-container {
  background: #ededed;
  padding: 9px 0 50px;
}
.footer-controls {
  padding: 0 0 50px;
}
.footer-controls > .col {
  padding: 0;
}
.button-feedback-wrapper {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .button-feedback-wrapper {
    padding-right: 4px;
  }
}
.button-feedback {
  position: relative;
  width: 100%;
  height: 55px;
  padding: 14px 20px;
  font-size: 1.125rem;
  text-align: left;
  background: #fbb100;
  border: 0;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 1200px) {
  .button-feedback {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .button-feedback {
    font-size: 1.125rem;
  }
}
.button-feedback:focus,
.button-feedback:hover {
  background: #e29f00;
}
.button-feedback.in {
  z-index: 1050;
}
.button-feedback i {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 1.75rem;
}
.feedback-form-container {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 9;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .feedback-form-container {
    width: 250%;
  }
}
.feedback-form-container.in {
  z-index: 1050;
}
.feedback-form {
  padding: 55px 50px 50px;
  background: #fff;
}
.feedback-form h2 {
  margin: 0 0 18px;
  color: #fbb100;
  font-size: 1.375rem;
}
.feedback-form p {
  font-weight: 300;
  margin-bottom: 18px;
}
.feedback-form .form-group {
  position: relative;
  margin: 0 -15px 6px;
}
.feedback-form .form-group:before,
.feedback-form .form-group:after {
  content: " ";
  display: table;
}
.feedback-form .form-group:after {
  clear: both;
}
.feedback-form .form-group:before,
.feedback-form .form-group:after {
  content: " ";
  display: table;
}
.feedback-form .form-group:after {
  clear: both;
}
.feedback-form .form-control {
  border-color: #e8e8e8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.feedback-form textarea {
  height: 150px;
  resize: none;
}
.feedback-form .required-notice {
  position: absolute;
  bottom: 5px;
  left: calc(-58.33333333% - 15px);
}
.feedback-form div.checkbox {
  font-size: 0.875rem;
  line-height: 1.285714286;
  margin-top: 20px;
  margin-bottom: 30px;
}
.feedback-form div.checkbox a {
  color: #0d2238;
  text-decoration: underline;
}
.feedback-form div.checkbox br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .feedback-form div.checkbox br {
    display: block;
  }
}
.feedback-form .button-form-submit {
  margin-top: 20px;
}
.feedback-form .select-container {
  height: 36px;
}
.feedback-form .selectize-control.single .selectize-input,
.feedback-form .selectize-control.multi .selectize-input {
  border-color: #e8e8e8;
  padding: 5px 10px 6px;
  font-size: 1rem;
}
.feedback-form .selectize-control.single .selectize-input:before,
.feedback-form .selectize-control.multi .selectize-input:before {
  top: 11px;
}
.required-notice {
  font-size: 0.875rem;
  font-style: italic;
}
.button-close-feedback {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1rem;
  outline: none;
}
.button-close-feedback:hover i {
  margin-right: 15px;
}
.button-close-feedback i {
  position: relative;
  top: 7px;
  font-size: 1.5em;
  margin-right: 5px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.button-form-submit {
  background-color: transparent;
  border: 0;
  padding: 0;
  float: right;
  font-size: 1.125rem;
  text-align: left;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.button-form-submit:focus,
.button-form-submit:hover {
  color: #005fc1;
}
.button-form-submit:focus i,
.button-form-submit:hover i {
  margin-left: 20px;
}
.button-form-submit i {
  position: relative;
  top: 5px;
  margin-left: 10px;
  font-size: 1.5rem;
  -webkit-transition: margin 0.35s ease;
  -o-transition: margin 0.35s ease;
  transition: margin 0.35s ease;
}
@media screen and (min-width: 1200px) {
  .footer-search-wrapper {
    padding-left: 4px;
    padding-right: 7px;
  }
}
.footer-search-wrapper .form-search {
  position: relative;
}
.footer-search-wrapper .form-control {
  padding: 20px;
  padding-right: 65px;
  height: 55px;
  font-size: 1.125rem;
  font-style: italic;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer-search-wrapper .form-control::-moz-placeholder {
  color: #0d2238;
  opacity: 1;
}
.footer-search-wrapper .form-control:-ms-input-placeholder {
  color: #0d2238;
}
.footer-search-wrapper .form-control::-webkit-input-placeholder {
  color: #0d2238;
}
.footer-search-wrapper .button-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 2rem;
}
.footer-search-wrapper .button-search-submit i {
  position: relative;
  top: 10px;
}
.button-footer-control {
  position: relative;
  background: #fff;
  border: 0;
  padding: 15px 22px;
  margin: 0 1px;
  font-size: 1.125rem;
  text-align: left;
  width: calc(40% - 2px);
  float: left;
  display: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 1200px) {
  .button-footer-control {
    display: block;
  }
}
.button-footer-control:focus,
.button-footer-control:hover {
  background: #00468e;
  color: #fff;
}
.button-footer-control i {
  position: absolute;
  top: 12px;
  right: 19px;
  font-size: 1.75rem;
}
.button-to-top {
  border: 0;
  background-color: transparent;
  padding: 12px 17px;
  height: 55px;
  float: left;
  font-size: 1.75rem;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.button-to-top:focus,
.button-to-top:hover {
  color: #00468e;
}
.footer-contact-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1600px) {
  .footer-contact-col {
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-navigation {
    width: 50%;
    float: left;
    padding-right: 55px;
  }
}
.footer-navigation-title {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0 0 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.footer-navigation-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.footer-navigation-list:before,
.footer-navigation-list:after {
  content: " ";
  display: table;
}
.footer-navigation-list:after {
  clear: both;
}
.footer-navigation-list:before,
.footer-navigation-list:after {
  content: " ";
  display: table;
}
.footer-navigation-list:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .footer-navigation-list {
    margin-bottom: 0;
  }
}
.footer-navigation-list li {
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .footer-navigation-list li {
    float: left;
    width: 50%;
  }
}
.footer-navigation-list a {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  color: #0d2238;
  padding-left: 20px;
}
.footer-navigation-list a:before {
  content: "\e021";
}
.footer-navigation-list a:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 0.7rem;
}
#footer-map {
  position: relative;
  width: 100%;
  height: 637px;
  display: none;
}
@media screen and (min-width: 992px) {
  #footer-map {
    display: block;
  }
}
.box-footer-contact {
  width: 100%;
  padding: 8px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .box-footer-contact {
    position: absolute;
    top: 113px;
    z-index: 1;
    height: 401px;
    -moz-filter: drop-shadow(0px 0px 10px rgba(229, 229, 229, 0.91));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(229, 229, 229, 0.91));
    filter: drop-shadow(0px 0px 10px rgba(229, 229, 229, 0.91));
  }
}
.box-footer-contact.bootstro-highlight {
  -moz-filter: none;
  -webkit-filter: none;
  filter: none;
  z-index: 9999;
}
.box-footer-contact.bootstro-highlight:after {
  content: none;
}
.box-footer-contact:after {
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 99%;
  left: 50%;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 27px;
  margin-left: -27px;
}
@media screen and (min-width: 992px) {
  .box-footer-contact:after {
    content: '';
  }
}
.box-footer-contact p {
  font-size: 0.9375rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .box-footer-contact-col {
    float: left;
    width: 33.333333%;
  }
}
@media screen and (min-width: 992px) {
  .box-footer-contact-col-address {
    padding: 0 40px 0 38px;
    width: 38.333333%;
  }
}
.box-footer-contact-col-address .branding {
  display: block;
  max-width: 200px;
  height: auto;
  max-height: 93px;
  margin: 30px 0 20px;
}
@media screen and (min-width: 1200px) {
  .box-footer-contact-col-address .branding {
    max-width: 260px;
    height: auto;
    max-height: 93px;
  }
}
.box-footer-contact-col-address .button-action {
  display: block;
  margin-bottom: 18px;
}
.box-footer-contact-col-menu {
  position: relative;
  padding: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .box-footer-contact-col-menu {
    width: 28.333333%;
    height: 380px;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .box-footer-contact-col-menu .nav-content {
    height: 100%;
  }
}
.box-footer-contact-col-menu .nav-content {
  padding: 20px 0 0 27px;
  border-left: 1px solid #dbdbdb;
}
@media screen and (min-width: 1200px) {
  .box-footer-contact-col-menu .nav-content {
    padding-top: 40px;
  }
}
.box-footer-contact-col-menu .nav-content:after {
  content: '';
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  top: 68px;
  left: 0;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #dbdbdb;
  border-width: 8px;
  margin-top: -8px;
}
.box-footer-contact-col-menu .nav-content h3 {
  margin: 0 0 20px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #fbb100;
}
.box-footer-contact-col-menu ul {
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0 42px 0 0;
}
.box-footer-contact-col-menu ul li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.box-footer-contact-col-menu ul li a {
  display: block;
  padding: 12px 0 12px 15px;
  font-size: 1.25rem;
  color: #0d2238;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box-footer-contact-col-menu ul li a:focus,
.box-footer-contact-col-menu ul li a:hover {
  background: #ededed;
  text-decoration: none;
}
.box-footer-contact-col-image {
  display: none;
}
@media screen and (min-width: 992px) {
  .box-footer-contact-col-image {
    display: block;
  }
}
.box-footer-contact-col-image,
.box-footer-contact-col-image img {
  float: right;
}
.footer-line-col:before,
.footer-line-col:after {
  content: " ";
  display: table;
}
.footer-line-col:after {
  clear: both;
}
.footer-line-col:before,
.footer-line-col:after {
  content: " ";
  display: table;
}
.footer-line-col:after {
  clear: both;
}
.footer-line {
  padding: 11px 0;
  background: #fff;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer-line {
    text-align: left;
  }
}
.footer-line-copyright-container {
  width: 80%;
  margin-left: 10%;
}
@media screen and (min-width: 1200px) {
  .footer-line-copyright-container {
    width: auto;
    margin-left: 0;
    float: left;
  }
}
.copyright-year {
  color: #00468e;
}
.footer-additional-branding {
  width: 194px;
  height: 28px;
  display: block;
  margin: 15px auto;
}
@media screen and (min-width: 1200px) {
  .footer-additional-branding {
    display: inline-block;
    margin-left: 15px;
  }
}
.footer-additional-nav {
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid #dbdbdb;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer-additional-nav {
    margin-top: 22px;
    padding-top: 0;
    border-top: 0;
    text-align: left;
    float: right;
  }
}
.footer-additional-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-additional-nav ul:before,
.footer-additional-nav ul:after {
  content: " ";
  display: table;
}
.footer-additional-nav ul:after {
  clear: both;
}
.footer-additional-nav ul:before,
.footer-additional-nav ul:after {
  content: " ";
  display: table;
}
.footer-additional-nav ul:after {
  clear: both;
}
.footer-additional-nav ul li {
  margin: 0 15px;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .footer-additional-nav ul li {
    display: list-item;
    float: left;
  }
}
.footer-additional-nav ul a {
  display: block;
  color: #0d2238;
}
.container-home {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 1600px) {
  .teaser-grid-home {
    width: 1560px;
  }
}
.hero-home {
  position: relative;
  background: url('../img/home-intro-lg.jpg') no-repeat center top;
  background-size: cover !important;
  height: 560px;
}
@media screen and (min-width: 1200px) {
  .hero-home {
    height: 624px;
    background-size: inherit;
  }
}
@media screen and (min-width: 1600px) {
  .hero-home {
    background-position: center -150px;
  }
}
.header-home {
  position: relative;
  padding: 50px 0 0;
  height: 100%;
  color: #FFF;
}
@media screen and (min-width: 1200px) {
  .header-home {
    padding: 124px 0 29px;
  }
}
.header-home .col {
  position: static;
}
.intro-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .intro-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .intro-col {
    float: left;
    width: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .intro-col {
    width: 50%;
  }
}
.intro-text h1 {
  font-size: 2.125rem;
  font-weight: 400;
  margin: 0 0 20px;
}
@media screen and (min-width: 1200px) {
  .intro-text h1 {
    font-size: 3rem;
  }
}
.intro-text p {
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .intro-text p {
    width: 50%;
  }
}
.box-quickstart {
  position: relative;
  bottom: -135px;
}
@media screen and (min-width: 1200px) {
  .box-quickstart {
    position: absolute;
    bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .box-quickstart {
    bottom: 30px;
  }
}
.box-quickstart > h2 {
  display: inline-block;
  padding: 10px 70px 10px 13px;
  background: #00468e;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0;
}
.page-introduction .box-quickstart-links ul {
  background: none;
}
.page-introduction .box-quickstart-links ul li {
  background: #fff;
}
.box-quickstart-links {
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .box-quickstart-links {
    margin-bottom: 0;
    border: 0;
  }
}
.box-quickstart-links ul {
  background: #fff;
  list-style: none;
  padding: 10px 12px;
  margin: 0;
}
.box-quickstart-links ul:before,
.box-quickstart-links ul:after {
  content: " ";
  display: table;
}
.box-quickstart-links ul:after {
  clear: both;
}
.box-quickstart-links ul:before,
.box-quickstart-links ul:after {
  content: " ";
  display: table;
}
.box-quickstart-links ul:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .box-quickstart-links ul {
    padding: 0;
  }
}
.box-quickstart-links ul li {
  border: 1px solid #c5c5c5;
}
@media screen and (min-width: 1200px) {
  .box-quickstart-links ul li {
    float: left;
  }
}
.box-quickstart-links ul li:first-child a {
  border-top: 0;
}
@media screen and (min-width: 1200px) {
  .box-quickstart-links ul li:first-child a {
    border-left: 0;
    border-right: 1px solid #c5c5c5;
  }
}
@media screen and (max-width: 1200px) {
  .box-quickstart-links ul li:first-child a {
    border-right: 0px;
  }
}
.box-quickstart-links ul li:last-child {
  border-left: 0px !important;
}
.box-quickstart-links ul a {
  display: block;
  padding: 12px 15px;
  background: #fff;
  color: #00468e;
  font-size: 1.25rem;
  font-weight: 300;
  border-top: 1px solid #c5c5c5;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 1200px) {
  .box-quickstart-links ul a {
    font-size: 1.5rem;
    padding: 21px 33px;
    border-top: 0;
    border-left: 1px solid #c5c5c5;
  }
}
.box-quickstart-links ul a:focus,
.box-quickstart-links ul a:hover {
  background: #eee;
  text-decoration: none;
}
.box-treatment-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .box-treatment-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-treatment-col {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 1199px) {
  .box-treatment-col {
    padding: 180px 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .box-treatment-col {
    padding: 217px 0 30px;
  }
}
@media screen and (min-width: 1600px) {
  .box-treatment-col {
    width: 25%;
    margin-left: 25%;
  }
}
.box-treatment-program {
  padding: 15px;
  background: #fff;
  color: #0d2238;
  position: absolute;
}
@media screen and (min-width: 100px) {
  .box-treatment-program {
    position: relative;
  }
}
@media screen and (min-width: 480px) {
  .box-treatment-program {
    padding: 23px 34px;
  }
}
@media screen and (min-width: 992px) {
  .box-treatment-program {
    bottom: 12px;
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .box-treatment-program {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 33%;
    padding: 24px 28px;
  }
}
@media screen and (min-width: 1600px) {
  .box-treatment-program {
    right: auto;
    width: auto;
  }
}
.box-treatment-program h2 {
  font-size: 1.875rem;
  font-weight: 300;
  margin: 0 0 10px;
}
@media screen and (min-width: 480px) {
  .box-treatment-program h2 {
    font-size: 2rem;
  }
}
.box-treatment-program .selects-container {
  margin: 22px 0 20px;
}
.box-treatment-program .select-container {
  margin-top: 15px;
}
.box-treatment-program .button-action {
  display: block;
}
#img-home-intro {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  #img-home-intro {
    position: relative;
    top: -150px;
  }
}
.teaser-grid-home {
  margin-top: 1px;
  margin-bottom: 61px;
}
@media screen and (min-width: 1600px) {
  .teaser-grid-home > .row {
    display: flex;
  }
}
.teaser-grid-element {
  padding: 0 1px;
}
@media screen and (min-width: 1200px) {
  .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 {
    height: 655px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1600px) {
  .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 {
    height: auto;
    overflow: auto;
  }
}
@media screen and (min-width: 1200px) {
  .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 .img-responsive {
    max-width: inherit;
  }
}
@media screen and (min-width: 1600px) {
  .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 .img-responsive {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .teaser-grid-element.teaser-grid-element-6 .teaser-grid-rows-2 {
    height: 655px;
  }
}
@media screen and (min-width: 1600px) {
  .teaser-grid-element.teaser-grid-element-6 .teaser-grid-rows-2 {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .teaser-grid-element.teaser-grid-element-6 .teaser-grid-rows-2 > .row {
    height: 50%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1600px) {
  .teaser-grid-element.teaser-grid-element-6 .teaser-grid-rows-2 > .row {
    height: auto;
    overflow: auto;
  }
}
@media screen and (min-width: 1200px) {
  .teaser-grid-element.teaser-grid-element-6 .teaser-grid-rows-2 .img-responsive {
    max-width: inherit;
  }
}
@media screen and (min-width: 1600px) {
  .teaser-grid-element.teaser-grid-element-6 .teaser-grid-rows-2 .img-responsive {
    max-width: 100%;
  }
}
.teaser-grid-element > .row {
  margin: 0;
}
.teaser-grid-element .img-responsive {
  margin-right: auto;
  margin-left: auto;
}
.teaser-grid-text-element {
  padding: 49px 30px 41px;
  margin: 0 35px;
  border-top: 1px solid #c5c5c5;
}
@media screen and (max-width: 767px) {
  .teaser-grid-text-element.teaser-grid-element-6 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .teaser-grid-text-element {
    border-left: 1px solid #c5c5c5;
    border-top: 0;
    margin: 49px 0 41px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .teaser-grid-text-element {
    padding: 0 80px;
  }
}
.teaser-grid-text-element:first-child {
  border-top: 0;
}
@media screen and (min-width: 768px) {
  .teaser-grid-text-element:first-child {
    border-left: 0;
  }
}
.teaser-grid-text-element .teaser-grid-element-content-container {
  text-align: center;
}
.teaser-grid-text-element .teaser-grid-element-content-container .img-responsive {
  max-width: 100% !important;
}
.teaser-grid-text-element a {
  font-weight: 600;
  white-space: nowrap;
}
.teaser-grid-element-content-image-container {
  height: 110px;
  margin: 5px auto 0;
}
.teaser-grid-element-content-image-container img {
  display: block;
  margin: 0 auto;
}
.teaser-grid-element-content-container {
  position: relative;
  overflow: hidden;
}
.teaser-grid-element-content-link-box {
  padding: 24px 50px 24px 32px;
  background: #00468e;
  color: #fff;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
@media screen and (min-width: 480px) {
  .teaser-grid-element-content-link-box {
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .teaser-grid-element-content-link-box {
    max-width: 65%;
  }
}
@media screen and (min-width: 480px) {
  .teaser-grid-element-content-link-box.teaser-grid-element-content-link-box-top-right {
    top: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 480px) {
  .teaser-grid-element-content-link-box.teaser-grid-element-content-link-box-top-left {
    top: 30px;
    left: 30px;
  }
}
@media screen and (min-width: 480px) {
  .teaser-grid-element-content-link-box.teaser-grid-element-content-link-box-bottom-right {
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 480px) {
  .teaser-grid-element-content-link-box.teaser-grid-element-content-link-box-bottom-left {
    bottom: 30px;
    left: 30px;
  }
}
.teaser-grid-element-content-link-box:focus,
.teaser-grid-element-content-link-box:hover {
  opacity: 0.8;
}
.teaser-grid-element-content-link-box h3 {
  font-size: 1.75rem;
  font-weight: 300;
  margin: 0 0 18px;
}
.teaser-grid-element-content-link-box p {
  font-size: 0.9375rem;
  margin: 0;
}
.teaser-grid-element-content-link-box i {
  position: absolute;
  top: 23px;
  right: 17px;
  font-size: 1.75rem;
}
.news-teaser-home {
  background: #efefef;
  border-top: 1px solid #dbdbdb;
}
.news-teaser-home .button-action {
  margin: 40px auto 0;
}
.button-action-container {
  text-align: center;
  margin-bottom: 47px;
}
.news-teaser-home-tabs-container {
  margin-bottom: 60px;
}
.news-teaser-home-tabs-container .tab-content {
  padding-left: 30px;
}
@media screen and (min-width: 480px) {
  .news-teaser-home-tabs-container .tab-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .news-teaser-home-tabs-container .tab-content .button-action-container {
    text-align: left;
  }
}
.nav-tabs-container {
  margin: 30px 0 42px;
}
.nav-tabs-container .nav-tabs {
  border-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .nav-tabs-container .nav-tabs {
    margin: 0 auto;
    text-align: center;
  }
}
.nav-tabs-container .nav-tabs > li {
  float: none;
  display: block;
  padding: 0;
  margin: 0 0 3px -4px;
}
@media screen and (min-width: 1200px) {
  .nav-tabs-container .nav-tabs > li {
    display: inline-block;
    margin-bottom: 0;
  }
}
.nav-tabs-container .nav-tabs > li.active > a {
  border-color: transparent;
  color: #0d2238;
}
.nav-tabs-container .nav-tabs > li.active > a:after {
  -webkit-transform: scaleX(0.75);
  -ms-transform: scaleX(0.75);
  -o-transform: scaleX(0.75);
  transform: scaleX(0.75);
}
.nav-tabs-container .nav-tabs > li > a {
  margin: 0;
  padding: 10px 78px;
  display: block;
  font-size: 1.125rem;
  color: #c5c5c5;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 1200px) {
  .nav-tabs-container .nav-tabs > li > a {
    padding: 10px 78px;
    text-align: left;
  }
}
.nav-tabs-container .nav-tabs > li > a:hover {
  border-color: transparent;
  color: #0d2238;
}
.nav-tabs-container .nav-tabs > li > a:hover:after {
  -webkit-transform: scaleX(0.75);
  -ms-transform: scaleX(0.75);
  -o-transform: scaleX(0.75);
  transform: scaleX(0.75);
}
.nav-tabs-container .nav-tabs > li > a:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #00468e;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-tabs-container .nav-tabs > li > a.button-feed {
  padding: 0 15px;
  background-color: transparent;
  font-size: 1.3rem;
  color: #00468e;
}
.nav-tabs-container .nav-tabs > li > a.button-feed:hover {
  color: #005fc1;
}
.nav-tabs-container .nav-tabs > li > a.button-feed:hover:after {
  content: none;
}
.nav-tabs-container .nav-tabs > li > a.button-feed i {
  position: relative;
  top: 4px;
}
.tab-entries-container {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .tab-entries-container {
    padding: 0 0 0 135px;
  }
}
.tab-entries-container:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 141.5px;
  height: 2px;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .tab-entries-container:before {
    left: 276.5px;
  }
}
.tab-entries-container .slick-list {
  padding-top: 50px;
}
.tab-entry {
  position: relative;
  background: #fff;
  width: 283px;
  margin-right: 87px;
  outline: none;
}
.tab-entry:before {
  content: '';
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #fbb100;
}
.tab-entry:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.tab-entry:hover .tab-entry-content > i {
  padding-left: 10px;
}
.tab-entry a {
  outline: none;
}
.tab-entry-header {
  padding: 35px 25px 16px;
  border-bottom: 2px solid #dbdbdb;
}
.tab-entry-date {
  font-size: 1.125rem;
  color: #00468e;
}
@media screen and (min-width: 1200px) {
  .tab-entry-date {
    font-size: 1.375rem;
  }
}
.tab-entry-datetime,
.tab-entry-location {
  position: relative;
  padding-left: 27px;
  line-height: 1.375;
}
.tab-entry-datetime i,
.tab-entry-location i {
  position: absolute;
  top: 4px;
  left: 2px;
  font-size: 0.8125rem;
  color: #00468e;
}
.tab-entry-location i {
  font-size: 0.9375rem;
  left: 1px;
}
.tab-entry-content {
  position: relative;
  padding: 25px 25px 27px;
  min-height: 222px;
}
.tab-entry-content h2 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
}
.tab-entry-content > i {
  position: absolute;
  bottom: 10px;
  font-size: 0.9375rem;
  color: #00468e;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.tab-entry-link-box:before,
.tab-entry-link-box:after {
  content: none;
}
.tab-entry-link-box .tab-entry-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 67px 25px;
  background: #fbb100;
  opacity: 0.4;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.tab-entry-link-box .tab-entry-content:hover {
  opacity: 1;
}
.tab-entry-link-box .tab-entry-content h2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
  margin: 0 0 18px;
}
.tab-entry-link-box .tab-entry-content > i {
  font-size: 1.625rem;
  color: #fff;
  right: 0;
  left: 0;
}
.tab-entry-no-entry {
  text-align: center;
}
.tab-entry-no-entry .tab-entry-content {
  display: flex;
  align-items: center;
}
.tab-entry-no-entry h2 {
  font-size: 1.375rem;
}
.tab-entry-image-container {
  padding: 8px;
}
.experts-teaser-home .slick-prev,
.experts-teaser-home .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
  -o-transform: translate(0, -18px);
  transform: translate(0, -18px);
  border: 6px solid #fff;
  border-radius: 50%;
  padding: 0;
  color: #00468e;
  background: #fff;
  font-size: 1.5rem;
  line-height: 1;
  width: 36px;
  height: 36px;
  outline: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.experts-teaser-home .slick-prev:focus,
.experts-teaser-home .slick-next:focus,
.experts-teaser-home .slick-prev:hover,
.experts-teaser-home .slick-next:hover {
  background: #eee;
  border-color: #eee;
}
.experts-teaser-home .slick-prev {
  left: 15px;
}
@media screen and (min-width: 1200px) {
  .experts-teaser-home .slick-prev {
    left: 40px;
  }
}
.experts-teaser-home .slick-next {
  right: 15px;
}
@media screen and (min-width: 1200px) {
  .experts-teaser-home .slick-next {
    right: 40px;
  }
}
.experts-teaser-home .slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.experts-teaser-home-content-container {
  border-top: 1px solid #dbdbdb;
  padding: 90px 0;
}
.expert-entry {
  position: relative;
  width: 260px;
  height: 260px;
  float: left;
  text-align: center;
}
.expert-entry:focus .expert-entry-content,
.expert-entry:hover .expert-entry-content {
  visibility: visible;
  opacity: 1;
}
.expert-entry.expert-entry-link-box .expert-entry-content {
  background: #fff;
  visibility: visible;
  opacity: 1;
}
.expert-entry.expert-entry-link-box:hover .expert-entry-content > i {
  top: 10px;
}
.expert-entry-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 67px 25px;
  background: rgba(0, 70, 142, 0.8);
  visibility: hidden;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.expert-entry-content h2 {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.181818182;
  margin: 0 0 18px;
}
.expert-entry-link-box .expert-entry-content h2 {
  color: #00468e;
  margin-top: 10px;
}
.expert-entry-content p {
  font-size: 0.9375rem;
  line-height: 1.333333333;
  margin-bottom: 20px;
}
.expert-entry-content > i {
  position: relative;
  top: 0;
  font-size: 1.625rem;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.expert-entry-link-box .expert-entry-content > i {
  color: #00468e;
}
.video-teaser-home-content-container {
  background: url('../img/bg-home-video.jpg') no-repeat center top;
  background-size: cover;
  padding-bottom: 86px;
}
@media screen and (min-width: 768px) {
  .video-teaser-home-content-container {
    background: none;
    padding-bottom: 0;
  }
}
.video-teaser-home-content-container .headline-label {
  position: absolute;
  top: 0;
  z-index: 9;
}
@media screen and (min-width: 1200px) {
  .video-teaser-home-content-container {
    overflow: hidden;
  }
}
.video-teaser-home-content-container video {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 767px) {
  .video-teaser-home-content-container video {
    height: 213px !important;
  }
}
.video-playing .video-teaser-home-content-container video {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .video-teaser-home-content-container video {
    height: auto;
  }
}
.video-teaser-home-content-container .mejs-container {
  background: #000000 url('../media/WTZ_ImageFilm_DEUTSCH.jpg') no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .video-teaser-home-content-container .mejs-container {
    width: auto !important;
    height: 213px !important;
    margin: 0 26px;
  }
}
.video-playing .video-teaser-home-content-container .mejs-container {
  background-image: none;
}
.video-teaser-home-content-container .mejs-overlay {
  display: none !important;
}
.video-teaser-home-content-container .mejs-controls {
  bottom: -40px;
}
@media screen and (min-width: 768px) {
  .video-teaser-home-content-container .mejs-controls {
    width: 750px;
    margin: 0 auto;
    right: 0;
    bottom: 65px;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .video-teaser-home-content-container .mejs-controls {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .video-teaser-home-content-container .mejs-controls {
    width: 1170px;
  }
}
@media screen and (min-width: 1600px) {
  .video-teaser-home-content-container .mejs-controls {
    width: 1560px;
  }
}
@media screen and (max-width: 767px) {
  .video-teaser-home-content-container .mejs-controls div {
    width: 20px;
    height: 22px;
  }
}
.video-teaser-home-content-container .mejs-button.mejs-play button:before {
  content: "\e01a";
}
.video-teaser-home-content-container .mejs-button.mejs-pause button:before {
  content: "\e02b";
}
@media screen and (max-width: 767px) {
  .video-teaser-home-content-container .mejs-button.mejs-volume-button {
    visibility: hidden;
    width: 0;
  }
}
.video-teaser-home-content-container .mejs-button.mejs-volume-button button {
  font-size: 1.1rem;
}
.video-teaser-home-content-container .mejs-button.mejs-volume-button button:before {
  content: "\e028";
}
@media screen and (max-width: 767px) {
  .video-teaser-home-content-container .mejs-button.mejs-fullscreen-button {
    visibility: hidden;
    width: 0;
  }
}
.video-teaser-home-content-container .mejs-button.mejs-fullscreen-button button {
  font-size: 1.1rem;
}
.video-teaser-home-content-container .mejs-button.mejs-fullscreen-button button:before {
  content: "\e011";
}
.video-teaser-home-content-container .mejs-button button {
  background: none;
  padding: 0;
  margin: 4px 0 0;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .video-teaser-home-content-container .mejs-button button {
    width: 20px;
    height: 22px;
    margin-top: 0;
  }
}
.video-teaser-home-content-container .mejs-button button:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.video-teaser-home-text-overlay {
  position: relative;
  padding: 111px 30px 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .video-teaser-home-text-overlay {
    padding-right: 95px;
    padding-left: 95px;
  }
}
@media screen and (min-width: 768px) {
  .video-teaser-home-text-overlay {
    position: absolute;
    z-index: 10;
    top: 60px;
    right: 0;
    left: 0;
    border-radius: 173px;
    width: 348px;
    padding: 110px 30px 65px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.25);
    border: 3px solid #fff;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 1600px) {
  .video-teaser-home-text-overlay {
    top: 131px;
    padding: 151px 30px 104px;
  }
}
@media screen and (min-width: 768px) {
  .video-teaser-home-text-overlay.out {
    visibility: hidden;
    opacity: 0;
  }
}
.video-teaser-home-text-overlay h2 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.214285714;
  margin: 0 0 20px;
}
.video-teaser-home-text-overlay p {
  font-weight: 300;
  line-height: 1.375;
  margin-bottom: 52px;
}
.button-play-pause {
  position: absolute;
  z-index: 9;
  bottom: -190px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fbb100;
  border: 0;
  color: #fff;
  padding: 14px 0 14px 3px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  outline: none;
  text-align: center;
  -webkit-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
  transition: background 0.35s ease;
}
@media screen and (min-width: 768px) {
  .button-play-pause {
    position: static;
    margin: 0;
  }
}
.button-play-pause:focus {
  background: #e29f00;
}
.video-playing .button-play-pause {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .video-playing .button-play-pause {
    opacity: 0;
    visibility: hidden;
  }
}
.video-playing .button-play-pause i:before {
  content: "\e02a";
}
@media screen and (min-width: 680px) {
  .teaser-grid-home .teaser-grid-element-content-link-box {
    width: 470px;
  }
}
.teaser-grid-home .teaser-grid-element-content-link-box h3 {
  margin: 0 0 0px;
  padding-right: 10px;
}
.teaser-grid-home .teaser-grid-element-content-link-box p {
  margin-top: 18px;
}
.homevar3 .teaser-grid-home img {
  max-height: 540px;
}
.homevar3 .right .teaser-grid-element-content-container img {
  height: 320px;
  max-height: none !important;
}
.homevar4 .teaser-grid-element-content-container {
  margin-bottom: 2px;
}
@media screen and (min-width: 480px) {
  .homevar4 .teaser-grid-element-content-link-box {
    min-width: 506px;
  }
}
.homevar5 .teaser-grid-home .left_img {
  margin-bottom: 2px;
}
.homevar5 .teaser-grid-element-content-container {
  margin-bottom: 2px;
}
.home_variations .overview_headline {
  position: absolute;
  right: 60px;
  color: #ffffff;
  top: 20px;
}
.home_variations .doubleteaser .right {
  overflow: hidden;
}
@media screen and (min-width: 680px) {
  .home_variations .teaser-grid-home .right .teaser-grid-element-content-link-box,
  .home_variations .teaser-grid-home .big .teaser-grid-element-content-link-box {
    width: 470px;
  }
}
.home_variations .teaser-grid-home .right .teaser-grid-element-content-link-box h3,
.home_variations .teaser-grid-home .big .teaser-grid-element-content-link-box h3 {
  margin: 0 0 0px;
  padding-right: 10px;
}
.home_variations .teaser-grid-home .right .teaser-grid-element-content-link-box p,
.home_variations .teaser-grid-home .big .teaser-grid-element-content-link-box p {
  marghin-top: 18px;
}
.home_variations .slider_wrapper h2 {
  font-size: 1.425rem;
}
.home_variations .doubleteaser .slider {
  overflow: hidden;
}
.home_variations .no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.home_variations .hero-home {
  background: url('../img/home_2-intro-1400.png') no-repeat center top;
  height: 500px;
  margin-bottom: 54px;
}
.home_variations .hero-home .background {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}
.home_variations .hero-home .header-home {
  padding: 145px 0px 29px;
}
.home_variations .hero-home .header-home .intro-text {
  color: #000000;
  margin-left: 128px;
  padding-top: 30px;
  width: 460px;
}
.home_variations .hero-home .header-home .intro-text p {
  margin: 0px 0px 40px;
  width: 100%;
}
.home_variations .hero-home .header-home .box-quickstart {
  left: 50%;
  position: absolute;
  top: 145px;
  width: 780px;
}
.home_variations .hero-home .header-home .box-quickstart .box-quickstart-links {
  display: table;
}
.home_variations .hero-home .header-home .box-treatment-program {
  background: #fbb100;
  left: 50%;
  height: 155px;
  top: 278px;
  max-width: 780px;
}
.home_variations .hero-home .header-home .box-treatment-program h2 {
  color: #ffffff;
}
.home_variations .hero-home .header-home .box-treatment-program .description {
  color: #ffffff;
  font-weight: 300;
  float: left;
  height: 48px;
  padding-right: 30px;
  width: 362px;
}
.home_variations .hero-home .header-home .box-treatment-program .selects-container {
  float: left;
  height: 48px;
  margin: 0px;
  width: 360px;
}
.home_variations .hero-home .header-home .box-treatment-program .selects-container .select-container {
  margin-top: 0px;
}
.home_variations .hero-home .header-home .box-treatment-program .selects-container .create {
  display: none;
}
.home_variations .teaser-grid-home {
  margin-bottom: 54px;
}
.home_variations .teaser-grid-home .teaser-grid-element-content-link-box {
  bottom: 30px;
  right: 30px;
  top: auto;
  left: auto;
}
.home_variations .teaser-grid-home .teaser-general {
  border: 0px;
}
.home_variations .teaser-grid-home .left_img .img-container {
  float: left;
}
.home_variations .teaser-grid-home .left_img .teaser-general-content {
  cursor: pointer;
  float: left;
  height: 327px;
  position: relative;
  width: 377px;
}
.home_variations .teaser-grid-home .left_img .teaser-general-content:after {
  right: 100%;
  top: 70px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
  position: absolute;
}
.home_variations .teaser-grid-home .right_img .img-container {
  float: left;
}
.home_variations .teaser-grid-home .right_img .teaser-general-content {
  cursor: pointer;
  float: left;
  height: 327px;
  position: relative;
  width: 377px;
}
.home_variations .teaser-grid-home .right_img .teaser-general-content:after {
  left: 100%;
  top: 70px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
.home_variations .teaser-grid-home .right .teaser-grid-element {
  padding: 0px 0px;
  margin-bottom: 2px;
  margin-left: 0px;
}
.home_variations .doubleteaser {
  padding-left: 0px;
  padding-right: 0px;
}
.home_variations .doubleteaser .slider {
  border: 1px solid #dadada;
}
.home_variations .doubleteaser .slider .slider_wrapper {
  height: 324px;
  overflow: hidden;
  width: 100%;
}
.home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper {
  overflow: hidden;
  float: left;
  width: 383px;
  max-width: 383px !important;
}
.home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}
.home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper ul {
  list-style-type: none;
}
.home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper ul li {
  left: 20px;
  height: 300px;
  position: absolute;
  padding-top: 25px;
  width: 343px !important;
}
.home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper ul li img {
  float: left;
  height: 100%;
  width: 100%;
}
.home_variations .doubleteaser .slider .slider_wrapper .description {
  cursor: pointer;
  float: left;
  height: 326px;
  padding: 53px 54px 35px 45px;
  width: 386px;
}
.home_variations .doubleteaser .slider .slider_wrapper .description p {
  margin-bottom: 15px;
  font-size: 100%;
  line-height: 1.375;
  font-family: "fira-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.home_variations .doubleteaser .slider .slider_wrapper .description:hover .teaser-general-link {
  color: #00468e;
  margin-left: 10px;
}
.home_variations .doubleteaser .slider .slider_wrapper .bx-default-pager {
  bottom: auto;
  left: 20px;
  width: 20px;
  top: 80px;
}
.home_variations .doubleteaser .slider .slider_wrapper .bx-default-pager .bx-pager-item {
  display: block;
  margin-bottom: 5px;
  height: 15px;
}
.home_variations .doubleteaser .slider .slider_wrapper .bx-default-pager a {
  background: rgba(102, 102, 102, 0.7);
}
.home_variations .doubleteaser .slider .slider_wrapper .bx-default-pager .active {
  background: #666666;
}
.home_variations .doubleteaser .slider .slider_wrapper .bx-controls-direction {
  display: none;
}
.home_variations .doubleteaser .right {
  padding-left: 7px;
}
.home_variations .doubleteaser .teaser-general {
  border: 0px;
}
.home_variations .doubleteaser .teaser-general .img-container {
  float: left;
  width: 386px;
}
.home_variations .doubleteaser .teaser-general .teaser-general-content {
  cursor: pointer;
  background: #ededed;
  float: left;
  height: 326px;
  padding: 53px 54px 35px 45px;
  width: 386px;
}
.home_variations .doubleteaser .teaser-general .teaser-general-content span.teaser-general-link {
  left: 0px;
}
.home_variations .doubleteaser .description span.teaser-general-link {
  left: 0px;
}
@media screen and (min-width: 320px) {
  .home_variations .hero-home {
    background: url('../img/home_2-intro-320.png');
    background-size: cover;
    height: 750px;
  }
  .home_variations .hero-home .background {
    height: 50%;
    width: 100%;
  }
  .home_variations .hero-home .header-home {
    padding: 0px 0px 0px 0px;
  }
  .home_variations .hero-home .header-home .intro-text {
    left: 30px;
    margin-left: 15px;
    padding-top: 60px;
  }
  .home_variations .hero-home .header-home .intro-text h1 {
    font-size: 1.7rem;
  }
  .home_variations .hero-home .header-home .intro-text p {
    margin-bottom: 20px;
    width: 58%;
  }
  .home_variations .hero-home .box-quickstart {
    left: 15px !important;
    top: 395px !important;
    width: 90% !important;
  }
  .home_variations .hero-home .box-quickstart .box-quickstart-links {
    width: 100%;
  }
  .home_variations .hero-home .box-quickstart .box-quickstart-links ul {
    width: 100%;
  }
  .home_variations .hero-home .box-quickstart .box-quickstart-links ul li {
    width: 100%;
  }
  .home_variations .hero-home .box-treatment-col {
    min-height: 550px;
  }
  .home_variations .hero-home .box-treatment-col .box-treatment-program {
    left: 0px;
    top: 135px;
    height: auto;
    min-height: 155px;
    padding-left: 30px;
  }
  .home_variations .hero-home .box-treatment-col .box-treatment-program .description {
    float: none;
    height: auto;
    min-height: 48px;
  }
  .home_variations .hero-home .box-treatment-col .box-treatment-program .description h2 {
    font-size: 1.5rem;
  }
  .home_variations .hero-home .box-treatment-col .box-treatment-program .description p {
    width: auto;
  }
  .home_variations .hero-home .box-treatment-col .box-treatment-program .selects-container {
    float: none;
    width: 96%;
  }
  .home_variations .hero-home .box-treatment-col .box-treatment-program .selects-container .selectize-input {
    padding-right: 30px;
  }
  .home_variations .teaser-grid-home {
    padding-left: 30px;
    padding-right: 30px;
  }
  .home_variations .teaser-grid-home .right_img .teaser-general-content {
    width: 290px;
  }
  .home_variations .doubleteaser .slider {
    margin-bottom: 30px;
  }
  .home_variations .doubleteaser .slider .slider_wrapper {
    height: auto;
    min-height: 324px;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-default-pager {
    top: 60px;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper {
    margin: 0 auto 0px;
    float: none;
    width: 100%;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper ul li {
    left: 50%;
    margin-left: -98px;
    width: 100% !important;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper ul li img {
    height: 75%;
    width: 85%;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .description {
    padding: 0px 54px 35px 45px;
    float: none;
    height: auto;
    width: 100%;
  }
  .home_variations .doubleteaser .right {
    padding-left: 0px;
  }
  .home_variations .doubleteaser .teaser-general .img-container {
    width: 100%;
  }
  .home_variations .doubleteaser .teaser-general .teaser-general-content {
    min-height: 100px;
    height: auto;
    width: 100%;
  }
  .home_variations .teaser-grid-home .left_img .teaser-general-content,
  .home_variations .teaser-grid-home .right_img .teaser-general-content {
    height: auto;
    width: 100%;
  }
  .home_variations .doubleteaser .img-container img {
    width: 100%;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper ul li img {
    height: auto;
    width: auto;
  }
  .home_variations .doubleteaser .bxslider {
    margin: 0px;
    padding: 0px 15px 0px 15px;
  }
  .home_variations .bx-viewport {
    height: 230px !important;
  }
  .home_variations .bx-default-pager {
    display: none;
  }
  .home_variations .homevar4 .teaser-grid-home .teaser-grid-element-content-container img {
    max-width: 100% !important;
  }
  .home_variations .homevar2 .big .teaser-grid-element-content-container {
    margin-bottom: 2px;
  }
  .home_variations .homevar2 .right .teaser-grid-element-content-container img {
    max-width: 100% !important;
  }
  .home_variations .homevar3 .big .teaser-grid-element-content-container {
    margin-bottom: 2px;
  }
  .home_variations .doubleteaser .right {
    background: #ededed;
    height: 240px !important;
  }
  .home_variations .homevar2 .teaser-grid-home .teaser-grid-element-content-container img {
    width: 100% !important;
  }
}
@media screen and (min-width: 320px) {
  .home_variations .home_variations .doubleteaser .img-container img {
    width: auto;
  }
  .home_variations .doubleteaser .right {
    height: auto !important;
  }
  .home_variations .doubleteaser .right .img-responsive {
    max-width: 386px !important;
  }
  .home_variations .doubleteaser .right .img-responsive img {
    max-height: 327px;
  }
  .home_variations .homevar4 .doubleteaser .right .teaser-general-headline,
  .home_variations .homevar5 .doubleteaser .right .teaser-general-headline {
    font-size: 1.425rem;
  }
  .home_variations .doubleteaser .right .teaser-general-headline {
    font-size: 1.425rem;
  }
  .home_variations .homevar4 .left_img .img-container,
  .home_variations .homevar5 .left_img .img-container,
  .home_variations .homevar4 .right_img .img-container,
  .home_variations .homevar5 .right_img .img-container {
    float: none;
  }
  .home_variations .homevar4 .left_img .teaser-general-content,
  .home_variations .homevar5 .left_img .teaser-general-content,
  .home_variations .homevar4 .right_img .teaser-general-content,
  .home_variations .homevar5 .right_img .teaser-general-content {
    float: none;
    max-width: 371px;
    margin-left: auto;
    margin-right: auto;
  }
  .home_variations .homevar4 .right_img .teaser-general,
  .home_variations .homevar5 .right_img .teaser-general {
    margin: 0px;
  }
  .home_variations .homevar3 .teaser-grid-home .teaser-grid-element-content-container img {
    max-width: 100% !important;
  }
  .home_variations .homevar4 .right_img {
    margin-top: 40px;
  }
  .home_variations .homevar5 .left_img {
    margin-top: 40px;
  }
  .home_variations .homevar5 .big img {
    max-width: 100% !important;
  }
  .home_variations .hero-home .header-home .box-treatment-program .description {
    width: 300px;
  }
  .home_variations .overview_headline {
    display: none;
  }
  .home_variations .hero-home .header-home .intro-col {
    height: 350px;
  }
  .home_variations .hero-home .header-home .intro-text {
    left: 0px;
    margin-left: 0px;
    width: auto;
  }
  .home_variations .hero-home .header-home .intro-text p {
    width: auto;
  }
}
@media screen and (min-width: 320px) and screen and (min-width: 434px) {
  .home_variations .doubleteaser .right .teaser-general-content {
    width: 100% !important;
  }
}
@media screen and (min-width: 320px) and screen and (min-width: 450px) {
  .home_variations .hero-home .header-home .intro-text h1 {
    font-size: 2.0rem;
  }
  .home_variations .hero-home .header-home .intro-text p {
    width: 100%;
  }
  .home_variations .hero-home .header-home .box-treatment-col .box-treatment-program {
    top: 151px;
  }
  .home_variations .bx-wrapper ul li img {
    height: 85% !important;
    width: 85% !important;
  }
  .home_variations .doubleteaser .bxslider {
    margin: 0px;
    padding: 0px 15px 0px 30px;
  }
  .home_variations .bx-viewport {
    height: 300px !important;
  }
  .home_variations .bx-default-pager {
    display: block;
  }
}
@media screen and (min-width: 380px) {
  .home_variations .hero-home .header-home .box-treatment-program .description {
    width: 362px;
  }
}
@media screen and (min-width: 480px) {
  .home_variations .homevar2 .teaser-grid-home .teaser-grid-element-content-container img {
    max-width: 100% !important;
  }
  .home_variations .teaser-grid-element-content-link-box {
    position: static;
  }
  .home_variations .homevar3 .teaser-grid-home .teaser-grid-element-content-container img {
    max-width: 100% !important;
  }
  .home_variations .hero-home .header-home .intro-text p {
    width: auto;
  }
  .home_variations .hero-home .box-treatment-col .box-treatment-program .description p {
    font-size: 16px;
  }
  .home_variations .hero-home .box-treatment-col .box-treatment-program {
    top: 160px;
  }
  .home_variations .hero-home {
    background: url('../img/home_2-intro-480.png');
    background-size: cover;
    height: 950px;
  }
}
@media screen and (min-width: 640px) {
  .home_variations .doubleteaser .teaser-general .img-container {
    width: 40%;
    max-width: 283px;
  }
  .home_variations .doubleteaser .teaser-general .teaser-general-content {
    min-height: 240px;
    height: auto;
    width: 60%;
  }
  .home_variations .doubleteaser .right .teaser-general-content {
    width: 330px !important;
  }
  .home_variations .doubleteaser .right .img-responsive {
    height: 290px;
    overflow-x: hidden;
    max-width: inherit !important;
    width: auto;
  }
  .home_variations .homevar4 .teaser-grid-home .left_img .teaser-general-content h2,
  .home_variations .homevar4 .teaser-grid-home .right_img .teaser-general-content h2 {
    font-size: 1.425rem;
  }
  .home_variations .homevar4 .doubleteaser .right .teaser-general .teaser-general-content {
    height: 290px !important;
  }
  .home_variations .homevar4 .left_img .img-container,
  .home_variations .homevar5 .left_img .img-container,
  .home_variations .homevar4 .right_img .img-container,
  .home_variations .homevar5 .right_img .img-container {
    float: none;
  }
  .home_variations .homevar4 .left_img .teaser-general-content,
  .home_variations .homevar5 .left_img .teaser-general-content,
  .home_variations .homevar4 .right_img .teaser-general-content,
  .home_variations .homevar5 .right_img .teaser-general-content {
    float: none;
    max-width: 371px;
    margin-left: auto;
    margin-right: auto;
  }
  .home_variations .homevar4 .right_img .teaser-general,
  .home_variations .homevar5 .right_img .teaser-general {
    margin: 0px;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-default-pager {
    display: block;
    top: 40px;
    left: 50px;
  }
}
@media screen and (min-width: 680px) {
  .home_variations .hero-home .box-quickstart ul {
    border: 1px solid #c5c5c5;
    width: auto !important;
  }
  .home_variations .hero-home .box-quickstart ul li {
    border: 0px;
    border-left: 0px solid #c5c5c5 !important;
    float: none;
    width: auto !important;
  }
  .home_variations .hero-home .box-quickstart ul li a {
    border-top: 1px solid #c5c5c5;
  }
  .home_variations .hero-home .box-quickstart ul li:first-child a {
    border-top: 0px;
  }
  .home_variations .doubleteaser .slider {
    margin-bottom: 30px;
  }
  .home_variations .doubleteaser .slider .slider_wrapper {
    height: auto;
    min-height: 324px;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper {
    margin: 30px auto 0px;
    float: left;
    max-width: 280px !important;
    width: 100%;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper ul li {
    width: 100% !important;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper ul li img {
    height: 85%;
    width: 85%;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .description {
    padding: 53px 54px 35px 45px;
    float: left;
    height: auto;
    width: 336px !important;
  }
  .home_variations .doubleteaser .right {
    padding-left: 0px;
  }
  .home_variations .doubleteaser .right .teaser-general-headline {
    font-size: 1.425rem;
  }
  .home_variations .doubleteaser .teaser-general .img-container {
    width: 40%;
    max-width: 283px;
  }
  .home_variations .doubleteaser .teaser-general .teaser-general-content {
    min-height: 240px;
    height: auto;
    width: 60%;
  }
  .home_variations .teaser-grid-home .right .right_img .img-container img {
    margin-right: 0px;
  }
  .home_variations .teaser-grid-home .right .left_img .img-container img {
    margin-left: 0px;
  }
  .home_variations .teaser-grid-element-content-link-box {
    position: absolute;
  }
  .home_variations .homevar2 .doubleteaser .teaser-general .teaser-general-content {
    min-height: 280px;
    height: auto;
  }
  .home_variations .homevar4 .doubleteaser .right .teaser-general .teaser-general-content {
    height: 280px !important;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-default-pager {
    display: block;
    top: 50% !important;
    transform: translateY(-50%);
    padding-top: 0px !important;
    left: 5px;
  }
}
@media screen and (min-width: 680px) {
  .home_variations .hero-home .box-treatment-program {
    max-width: 100% !important;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .description {
    padding: 53px 34px 22px 45px;
  }
  .home_variations .doubleteaser .right {
    background: #ededed;
  }
  .home_variations .doubleteaser .right .teaser-general .img-container {
    height: 279px;
  }
  .home_variations .doubleteaser .right .teaser-general .img-container img {
    height: 100%;
    max-height: 100%;
  }
  .home_variations .doubleteaser .right .teaser-general .teaser-general-content {
    padding: 53px 34px 22px 45px;
  }
  .home_variations .teaser-grid-home .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 {
    height: auto;
  }
  .home_variations .teaser-grid-home .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 .img-responsive {
    width: auto;
    max-width: inherit !important;
  }
  .home_variations .teaser-grid-home .right .right_img .teaser-general .teaser-general-content,
  .home_variations .teaser-grid-home .right .left_img .teaser-general .teaser-general-content {
    height: 251px;
    padding: 53px 54px 35px 45px;
    width: 50%;
  }
  .home_variations .teaser-grid-home .right .right_img .img-container,
  .home_variations .teaser-grid-home .right .left_img .img-container {
    width: 50%;
  }
  .home_variations .homevar4 .teaser-grid-home .right .right_img .teaser-general .teaser-general-content,
  .home_variations .homevar5 .teaser-grid-home .right .right_img .teaser-general .teaser-general-content,
  .home_variations .homevar4 .teaser-grid-home .right .left_img .teaser-general .teaser-general-content,
  .home_variations .homevar5 .teaser-grid-home .right .left_img .teaser-general .teaser-general-content {
    height: 281px;
  }
  .home_variations .doubleteaser .right {
    height: 280px !important;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper ul li img {
    height: auto !important;
    width: auto !important;
  }
  .home_variations .doubleteaser .slider_wrapper {
    height: 290px !important;
    min-height: 0px !important;
  }
  .home_variations .doubleteaser .slider_wrapper .bx-default-pager {
    top: 40px !important;
  }
  .home_variations .doubleteaser .slider {
    float: none;
    left: 0px;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .description {
    width: 300px !important;
  }
  .home_variations .homevar4 .teaser-grid-home .left_img .teaser-general-content,
  .home_variations .homevar5 .teaser-grid-home .left_img .teaser-general-content,
  .home_variations .homevar4 .teaser-grid-home .right_img .teaser-general-content,
  .home_variations .homevar5 .teaser-grid-home .right_img .teaser-general-content {
    width: 100%;
  }
  .home_variations .homevar4 .left_img .img-container,
  .home_variations .homevar5 .left_img .img-container,
  .home_variations .homevar4 .right_img .img-container,
  .home_variations .homevar5 .right_img .img-container {
    float: left;
  }
  .home_variations .homevar4 .left_img .teaser-general-content,
  .home_variations .homevar5 .left_img .teaser-general-content,
  .home_variations .homevar4 .right_img .teaser-general-content,
  .home_variations .homevar5 .right_img .teaser-general-content {
    float: left;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .home_variations .homevar4 .right_img .teaser-general,
  .home_variations .homevar5 .right_img .teaser-general {
    margin: 0px;
  }
  .home_variations .homevar4 .right_img {
    margin-top: 0px;
  }
  .home_variations .homevar5 .left_img {
    margin-top: 0px;
  }
  .home_variations .overview_headline {
    display: block;
    position: absolute;
    right: 50px;
    color: #ffffff;
    top: 20px;
  }
  .home_variations .hero-home .header-home .intro-text {
    left: 0px;
    margin-left: 0px;
    width: 460px;
  }
  .home_variations .hero-home .header-home .intro-text p {
    width: 100%;
  }
}
@media screen and (min-width: 780px) {
  .home_variations .hero-home .box-treatment-program .selects-container {
    width: 350px !important;
  }
}
@media screen and (min-width: 800px) {
  .home_variations .teaser-grid-home .right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 740px;
  }
  .home_variations .homevar4 .teaser-grid-home .right {
    float: left;
  }
  .home_variations .homevar4 .teaser-grid-home .right {
    left: 50%;
    margin-left: -370px;
  }
  .home_variations .doubleteaser .slider {
    max-width: 740px;
    float: none;
    left: 50%;
    margin-left: -370px;
  }
  .home_variations .doubleteaser .slider .description {
    width: 333px !important;
  }
  .home_variations .homevar1 .teaser-grid-home .big,
  .home_variations .homevar2 .teaser-grid-home .big,
  .home_variations .homevar3 .teaser-grid-home .big {
    width: 750px;
    left: 50%;
    margin-left: -370px;
  }
  .home_variations .homevar2 .teaser-grid-home .big {
    width: 740px;
  }
  .home_variations .homevar3 .big {
    float: none;
  }
  .home_variations .homevar3 .rightboxes,
  .home_variations .homevar3 .big {
    width: 750px;
    left: 50%;
    margin-left: -370px;
  }
  .home_variations .homevar4 .big,
  .home_variations .homevar5 .big {
    float: none;
    width: 740px;
    left: 50%;
    margin-left: -370px;
  }
}
@media screen and (min-width: 992px) {
  .home_variations .hero-home .box-treatment-col .box-treatment-program .description p {
    width: 65%;
  }
  .home_variations .hero-home {
    height: 718px;
    background: url('../img/home_2-intro-992.png');
  }
  .home_variations .hero-home .box-quickstart {
    top: 360px;
    width: 95% !important;
  }
  .home_variations .hero-home .box-quickstart ul {
    width: auto !important;
  }
  .home_variations .hero-home .box-quickstart ul li {
    border: 0px;
    border-left: 1px solid #c5c5c5 !important;
    float: left;
    width: auto !important;
  }
  .home_variations .hero-home .box-quickstart ul li a {
    border-top: 0px;
  }
  .home_variations .hero-home .box-quickstart ul li:last-child {
    border-left: 1px solid #c5c5c5 !important;
  }
  .home_variations .hero-home .box-quickstart ul li:first-child {
    border-left: 0px !important;
  }
  .home_variations .hero-home .box-treatment-program {
    top: 168px;
  }
  .home_variations .hero-home .box-treatment-program .description {
    float: left !important;
  }
  .home_variations .hero-home .box-treatment-program .description p {
    width: 100% !important;
  }
  .home_variations .hero-home .box-treatment-program .selects-container {
    float: left !important;
    width: 250px !important;
  }
  .home_variations .hero-home {
    background: url('../img/home_2-intro-992.png');
    height: 650px;
  }
  .home_variations .hero-home .intro-text {
    margin-left: 60px !important;
  }
  .home_variations .hero-home .background {
    height: 300px;
    width: 100%;
  }
  .home_variations .hero-home .box-quickstart {
    top: 339px !important;
    left: 60px !important;
  }
  .home_variations .hero-home .box-treatment-program {
    height: 137px !important;
    top: 471px;
    margin-left: 60px !important;
  }
  .home_variations .hero-home .box-treatment-program .description {
    width: 262px !important;
  }
  .home_variations .hero-home .box-treatment-program .selects-container {
    width: 250px !important;
  }
  .home_variations .teaser-grid-home .left img {
    max-width: 100% !important;
  }
  .home_variations .teaser-grid-home .right img {
    max-height: 327px;
  }
  .home_variations .hero-home .header-home .box-treatment-col .box-treatment-program {
    top: 470px;
  }
  .home_variations .header-home .box-quickstart .box-quickstart-links ul li a {
    font-size: 1.1rem;
  }
  .home_variations .header-home .box-quickstart .box-quickstart-links {
    width: auto;
  }
  .home_variations .header-home .box-quickstart .box-quickstart-links ul {
    width: auto;
  }
  .home_variations .header-home .box-quickstart .box-quickstart-links ul li {
    width: 100%;
  }
  .home_variations .overview_headline {
    position: absolute;
    right: 25px;
    color: #ffffff;
    top: 20px;
  }
  .home_variations .box-treatment-program .selectize-input > input {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1024px) {
  .home_variations .doubleteaser .slider .slider_wrapper .description {
    width: 400px !important;
  }
  .home_variations .doubleteaser .teaser-general .teaser-general-content {
    width: 70%;
  }
  .home_variations .homevar2 .doubleteaser .teaser-general .teaser-general-content {
    width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .home_variations .teaser-grid-home .right {
    float: left;
    width: 50%;
  }
  .home_variations .hero-home {
    background: url('../img/home_2-intro-1200.png');
    height: 390px;
  }
  .home_variations .hero-home .background {
    height: 100% !important;
    width: 50% !important;
  }
  .home_variations .hero-home .intro-text {
    position: absolute;
    top: 110px !important;
    margin-left: 60px !important;
  }
  .home_variations .hero-home .header-home .box-quickstart {
    top: 58px !important;
    left: 50% !important;
    width: auto;
  }
  .home_variations .hero-home .header-home .box-quickstart .box-quickstart-links ul li a {
    font-size: 1.1rem;
    border-left: 0px !important;
  }
  .home_variations .hero-home .box-treatment-col {
    min-height: 390px;
  }
  .home_variations .hero-home .box-treatment-program {
    top: 195px;
    left: 50% !important;
    margin-left: 0px !important;
    width: 51%;
  }
  .home_variations .hero-home .box-treatment-program .description {
    font-size: 13px;
    width: 295px !important;
  }
  .home_variations .hero-home .box-treatment-program .selects-container {
    width: 240px !important;
  }
  .home_variations .teaser-grid-home {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .home_variations .teaser-grid-home .left {
    height: auto;
  }
  .home_variations .teaser-grid-home .left img {
    max-width: 100% !important;
  }
  .home_variations .teaser-grid-home .right .teaser-general .img-container {
    max-width: 100%;
  }
  .home_variations .teaser-grid-home .right .teaser-general-content {
    width: 330px !important;
  }
  .home_variations .homevar4 .teaser-grid-home .right .teaser-general-content,
  .home_variations .homevar5 .teaser-grid-home .right .teaser-general-content {
    width: 50% !important;
  }
  .home_variations .homevar4 .doubleteaser .right .teaser-general-content,
  .home_variations .homevar5 .doubleteaser .right .teaser-general-content {
    width: 330px !important;
  }
  .home_variations .doubleteaser {
    padding-left: 30px;
  }
  .home_variations .doubleteaser .slider .slider_wrapper {
    min-height: 224px;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper {
    margin: 0px;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper .bx-viewport {
    height: 260px !important;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper .bx-viewport ul li {
    padding-top: 45px;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .bx-wrapper .bx-viewport ul li img {
    height: auto !important;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .description {
    padding: 53px 34px 22px 45px;
    width: 286px !important;
  }
  .home_variations .doubleteaser .teaser-general .img-container img {
    height: 260px !important;
    max-height: none !important;
  }
  .home_variations .doubleteaser .slider,
  .home_variations .doubleteaser .right {
    height: 260px !important;
  }
  .home_variations .teaser-grid-home .big .teaser-grid-element-content-container {
    height: 662px;
    overflow-x: hidden;
  }
  .home_variations .teaser-grid-home .big .teaser-grid-element-content-container img {
    width: auto !important;
    max-width: inherit;
  }
  .home_variations .teaser-grid-home .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 .img-responsive {
    width: auto;
  }
  .home_variations .teaser-grid-home .right .left_img,
  .home_variations .teaser-grid-home .right .right_img {
    height: 330px;
  }
  .home_variations .teaser-grid-home .right .left_img .img-container,
  .home_variations .teaser-grid-home .right .right_img .img-container {
    overflow-x: hidden;
    max-width: none;
  }
  .home_variations .teaser-grid-home .right .left_img img,
  .home_variations .teaser-grid-home .right .right_img img {
    width: auto !important;
    max-height: none;
    max-width: inherit;
  }
  .home_variations .homevar2 .teaser-grid-home .big .teaser-grid-element-content-container img {
    width: auto !important;
  }
  .home_variations .homevar4 .big .teaser-grid-element-content-container {
    height: 632px;
  }
  .home_variations .left_img .teaser-general-content,
  .home_variations .home_variations .teaser-grid-home .right_img .teaser-general-content {
    height: 315px !important;
  }
  .home_variations .teaser-grid-home .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 {
    height: auto;
  }
  .home_variations .teaser-grid-home .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 .img-responsive {
    width: 100%;
  }
  .home_variations .teaser-grid-home .right .right_img .teaser-general .teaser-general-content,
  .home_variations .teaser-grid-home .right .left_img .teaser-general .teaser-general-content {
    height: 251px;
    padding: 53px 54px 35px 45px;
    width: 50%;
  }
  .home_variations .teaser-grid-home .right .right_img .img-container,
  .home_variations .teaser-grid-home .right .left_img .img-container {
    width: 50%;
  }
  .home_variations .doubleteaser .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 .img-responsive {
    width: 327px;
  }
  .home_variations .left_img .teaser-general-content,
  .home_variations .right_img .teaser-general-content {
    height: 251px !important;
  }
  .home_variations .teaser-grid-home .right .teaser-general .img-container {
    height: 100%;
    max-width: inherit;
    overflow-x: hidden;
  }
  .home_variations .doubleteaser .slider_wrapper .bx-default-pager {
    top: 60px !important;
  }
  .home_variations .homevar4 .teaser-grid-home .right {
    left: auto;
    margin-left: 0px;
  }
  .home_variations .homevar4 .teaser-grid-home .right .teaser-grid-element-content-container {
    overflow-x: hidden;
  }
  .home_variations .homevar4 .teaser-grid-home .right .teaser-grid-element-content-container img {
    max-width: inherit !important;
  }
  .home_variations .homevar4 .teaser-grid-home .right .right_img {
    height: 300px;
  }
  .home_variations .homevar4 .teaser-grid-home .right .right_img img {
    height: 300px;
  }
  .home_variations .homevar4 .right .right_img .teaser-general .teaser-general-content,
  .home_variations .homevar4 .right .left_img .teaser-general .teaser-general-content {
    padding: 45px 10px 35px 45px;
  }
  .home_variations .homevar3 .teaser-grid-home .big .teaser-grid-element-content-container {
    height: auto;
  }
  .home_variations .homevar3 .teaser-grid-home .big .teaser-grid-element-content-container {
    height: 540px;
  }
  .home_variations .homevar3 .teaser-grid-home .big .teaser-grid-element-content-container img {
    height: 100%;
    width: auto !important;
  }
  .home_variations .homevar3 .teaser-grid-element-content-container {
    height: 540px;
  }
  .home_variations .homevar3 .teaser-grid-element-content-container .img-responsive {
    height: 100%;
    width: 100%;
  }
  .home_variations .homevar3 .teaser-grid-home .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 .img-responsive {
    width: auto;
  }
  .home_variations .homevar2 .right .teaser-grid-element-content-container img {
    max-width: inherit !important;
    width: auto;
    height: 329px;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .description,
  .home_variations .doubleteaser .right .teaser-general .teaser-general-content {
    padding: 22px 22px 22px 22px;
  }
  .home_variations .doubleteaser .slider {
    max-width: none;
    float: left;
    left: auto;
    margin-left: 0px;
  }
  .home_variations .doubleteaser .slider .description {
    width: 333px !important;
  }
  .home_variations .hero-home .header-home .box-treatment-col .box-treatment-program {
    top: 181px;
  }
  .home_variations .teaser-grid-home .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 {
    width: 50%;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
  }
  .home_variations .homevar2 .teaser-grid-home .big .teaser-grid-element-content-container {
    height: 656px;
  }
  .home_variations .header-home .box-quickstart .box-quickstart-links ul li a {
    font-size: 1.1rem;
  }
  .home_variations .teaser-grid-home .big .img-responsive {
    max-width: none !important;
  }
  .home_variations .homevar4 .teaser-grid-home .big .teaser-grid-element-content-container img {
    max-width: none !important;
  }
  .home_variations .homevar1 .teaser-grid-home .big,
  .home_variations .homevar2 .teaser-grid-home .big,
  .home_variations .homevar3 .teaser-grid-home .big {
    width: 50%;
    left: 0px;
    margin-left: 0px;
  }
  .home_variations .homevar3 .big {
    float: left;
  }
  .home_variations .homevar3 .rightboxes {
    width: auto;
    left: 0;
    marghin-left: 0px;
  }
  .home_variations .homevar4 .big,
  .home_variations .homevar5 .big {
    float: left;
    width: auto;
    left: 0px;
    margin-left: 0px;
  }
  .home_variations .homevar5 .big img {
    max-width: inherit !important;
  }
  .home_variations .homevar4 .doubleteaser .right {
    left: 0px;
    margin-left: 0px;
  }
  .home_variations .overview_headline {
    position: absolute;
    right: 20px;
    color: #ffffff;
    top: 20px;
  }
  .home_variations .hero-home .header-home .intro-text {
    padding-top: 0px;
  }
  .home_variations .hero-home .header-home .intro-text {
    left: 30px;
    margin-left: 15px;
    width: 460px;
  }
  .home_variations .hero-home .header-home .intro-text p {
    width: 100%;
  }
}
.drei-themenboxen{
  padding: 0 30px;
  margin-bottom: 54px;
}
.drei-themenboxen .col:first-child{
  border: 1px solid #dadada;
}
.drei-themenboxen .col:not(:first-child){
  border: 1px solid rgb(239,239,239);
  background-color: rgb(239,239,239);
}
.drei-themenboxen .col:not(:last-child){
  margin-bottom: 32px;
}
.drei-themenboxen .img-container{
  position: relative;
}
.drei-themenboxen .img-container .image{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.drei-themenboxen .img-container .image .slick-dots{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  margin-left: 16px;
}
.drei-themenboxen .img-container .image .slick-dots li{
  list-style: none;
  display: none;
}
.drei-themenboxen .img-container .image .slick-dots li.slick-active{
  display: block;
}
.drei-themenboxen .img-container .image .slick-dots li.slick-active + *{
  display: block;
}
.drei-themenboxen .img-container .image .slick-dots li.slick-active + * + *{
  display: block;
}
.drei-themenboxen .img-container .image .slick-dots li button{
  background-color: rgba(102, 102, 102, 0.7);
  border: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0 0 10px 0;
  text-indent: -999px;
  color: transparent;
}
.drei-themenboxen .img-container .image .slick-dots li.slick-active button{
  background-color: #666;
}
.drei-themenboxen .img-container .image .slick .slick-list{
  height: 100%;
  max-height: 100%;
}
.drei-themenboxen .img-container .image .slick div:not(.slick-list){
  display: block;
  height: 100%;
  max-height: 100%;
}
.drei-themenboxen .img-container .image > *{
  width: 100%;
  height: 100%;
}
.drei-themenboxen .img-container .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.drei-themenboxen .text{
  padding: 24px 32px;
}
.drei-themenboxen .text p{
  font-weight: 200;
}
@media screen and (min-width: 448px){
  .drei-themenboxen .img-container{
    border: 32px solid transparent;
    border-bottom-width:0;
    box-sizing: border-box;
  }
  .drei-themenboxen{
    max-width: 804px;
    box-sizing: border-box;
    margin: 0 auto 54px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1199px){
  .drei-themenboxen .col{
    display: flex;
    flex-direction: row;
  }
  .drei-themenboxen .img-container{
    width: 40%;
    border: 0;
  }
  .drei-themenboxen .text{
    width: 60%;
    min-height: 250px;
  }
}
@media screen and (min-width: 1200px){
  .drei-themenboxen{
    display: flex;
    max-width: 100%;
  }
  .drei-themenboxen .col{
    display: block;
    width: calc(100% / 3 - (64px / 3));
    align-items: stretch;
    margin-bottom: 0!important;
  }
  .drei-themenboxen .col:nth-child(2){
    margin: 0 32px;
  }
  .drei-themenboxen .img-container{
    border: 0;
  }
}

@media screen and (min-width: 1600px){
  .drei-themenboxen{
      width: 1560px;
  }
  .drei-themenboxen .col{
    display: flex;
    align-items: flex-start;
    width: calc(100% / 3 - (4px / 3));
  }
  .drei-themenboxen .col:nth-child(2){
    margin: 0 2px;
  }
  .drei-themenboxen .img-container{
    width: 50%;
    border: 32px solid transparent;
    border-bottom-width:0;
    box-sizing: border-box;
  }
  .drei-themenboxen .text{
    width: 50%;
    padding-left: 0;
  }
  .drei-themenboxen .img-container .image .slick-dots{
    left:0;
  }
  .drei-themenboxen .col:first-child .img-container{
    border: 8px solid transparent;
    height: 100%;
  }
  .drei-themenboxen .text h2{
    font-size: 20px;
    font-weight: 300;
    margin-top: 2px;
  }
  .drei-themenboxen .text p{
    font-size: 16px;
    font-weight: 400;
  }

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .drei-themenboxen .img-container img{
    position: relative;
    left: 50%;
    height: 100%;
    width: auto!important;
    transform: translateX(-50%);
  }
  .drei-themenboxen .img-container{
    overflow: hidden;
  }
}
@media screen and (min-width: 1267px) {
  .home_variations .doubleteaser .slider,
  .home_variations .doubleteaser .right {
    height: 260px !important;
  }
}
@media screen and (min-width: 1366px) {
  .home_variations .homevar4 .doubleteaser .right .teaser-general-content,
  .home_variations .homevar5 .doubleteaser .right .teaser-general-content {
    width: 391px !important;
  }
}
@media screen and (min-width: 1600px) {
  .home_variations .teaser-grid-home .right img {
    max-height: 329px;
  }
  .home_variations .doubleteaser {
    width: 1560px;
    padding: 0px 30px 0px 30px;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .description,
  .home_variations .doubleteaser .right .teaser-general-content {
    width: 391px !important;
  }
  .home_variations .teaser-grid-home .hero-home .header-home .box-quickstart {
    left: 50% !important;
    position: absolute;
    top: 145px !important;
    width: 780px !important;
  }
  .home_variations .hero-home .box-treatment-program .selects-container {
    width: 350px !important;
  }
  .home_variations .hero-home .box-treatment-program {
    width: 745px !important;
  }
  .home_variations .teaser-grid-home .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 {
    height: auto;
  }
  .home_variations .teaser-grid-home .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 .img-responsive {
    width: 100%;
  }
  .home_variations .teaser-grid-home .right .right_img .teaser-general .teaser-general-content,
  .home_variations .teaser-grid-home .right .left_img .teaser-general .teaser-general-content {
    height: 251px;
    padding: 53px 54px 35px 45px;
    width: 50%;
  }
  .home_variations .teaser-grid-home .right .right_img .img-container,
  .home_variations .teaser-grid-home .right .left_img .img-container {
    width: 50%;
  }
  .home_variations .homevar4 .teaser-grid-home .right .right_img .teaser-general .teaser-general-content,
  .home_variations .homevar4 .teaser-grid-home .right .left_img .teaser-general .teaser-general-content {
    padding: 45px 0px 35px 45px;
  }
  .home_variations .doubleteaser .right .teaser-general .teaser-general-content {
    padding: 53px 54px 35px 45px;
    width: 60%;
  }
  .home_variations .doubleteaser .slider .slider_wrapper .description {
    padding: 53px 54px 35px 45px;
    width: 451px !important;
  }
  .home_variations .hero-home {
    background: url('../img/home_2-intro-1600.png');
    height: 500px;
  }
  .home_variations .hero-home .box-treatment-col .box-treatment-program {
    top: 278px !important;
  }
  .home_variations .hero-home .header-home .box-quickstart {
    top: 145px !important;
  }
  .home_variations .header-home .box-quickstart .box-quickstart-links ul li a {
    font-size: 1.5rem !important;
  }
  .home_variations .teaser-grid-home .teaser-grid-element.teaser-grid-element-6.teaser-grid-rows-1 {
    max-width: none;
  }
  .home_variations .overview_headline {
    position: absolute;
    right: 60px;
    color: #ffffff;
    top: 20px;
  }
  .home_variations .box-treatment-program .selectize-input > input {
    font-size: 16px !important;
  }
}
.home_variations .teaser-grid-home .teaser-grid-element-content-container img {
  max-width: inherit;
}
@media screen and (min-width: 992px) {
  .home_variations .hero-home .header-home .single_element {
    top: 509px !important;
  }
}
@media screen and (min-width: 1200px) {
  .home_variations .hero-home .header-home .single_element {
    top: 245px !important;
  }
}
@media screen and (min-width: 1600px) {
  .home_variations .hero-home .header-home .single_element {
    top: 345px !important;
  }
  .home_variations .homevar2 .teaser-grid-home .big .teaser-grid-element-content-container {
    height: 659px;
  }
}
@media screen and (min-width: 1600px) {
  .home_variations .homevar2 .big .teaser-grid-element-content-container {
    height: 660px;
  }
}
@media screen and (min-width: 1200px) {
  .home_variations .homevar2 .big .teaser-grid-element-content-container {
    height: 655px;
  }
}
.home_variations .homevar2 .right .teaser-grid-element .teaser-grid-element-content-container {
  overflow-x: hidden;
}
.home_variations .homevar2 .right .teaser-grid-element .teaser-grid-element-content-container img {
  width: auto !important;
}
@media screen and (min-width: 680px) {
  .home_variations .homevar2 .right .teaser-grid-element .teaser-grid-element-content-container img {
    height: 329px;
  }
}
.breadcrumb-intro {
  display: inline-block;
  margin-right: 5px;
  color: #777;
}
.breadcrumb-container {
  background: #efefef;
  font-size: 0.8125rem;
  font-weight: 300;
  padding: 8px 0;
}
@media screen and (min-width: 1600px) {
  .breadcrumb-container > .container-fluid {
    padding-right: 0;
    padding-left: 0;
    width: 1400px;
  }
}
.breadcrumb {
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb > li.active {
  color: #555555;
  font-weight: 500;
}
.breadcrumb > li + li:before {
  content: "\e021";
}
.breadcrumb > li + li:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.5rem;
  color: #777;
}
.breadcrumb a {
  color: #777;
}
.page-single .content-container {
  background: #efefef;
}
@media screen and (min-width: 1200px) {
  .page-single .content-container {
    overflow: hidden;
  }
}
.content-container > .container-fluid {
  position: relative;
}
@media screen and (min-width: 1600px) {
  .content-container > .container-fluid {
    width: 1400px;
  }
}
@media (min-width: 768px) {
  .page-introduction .content-container > .container-fluid,
  .page .content-container > .container-fluid {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-introduction .content-container > .container-fluid,
  .page .content-container > .container-fluid {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-introduction .content-container > .container-fluid,
  .page .content-container > .container-fluid {
    width: 1170px;
  }
}
@media screen and (min-width: 1600px) {
  .page-introduction .content-container > .container-fluid,
  .page .content-container > .container-fluid {
    width: 1400px;
  }
}
.menu-sidebar-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 0;
  display: none;
}
@media (min-width: 1200px) {
  .menu-sidebar-col {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .menu-sidebar-col {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    display: block;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .menu-sidebar-col {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .menu-sidebar-col:before {
    content: '';
    background: #fff;
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
}
.menu-sidebar {
  position: relative;
  padding-top: 52px;
}
.menu-title {
  color: #fbb100;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.175;
  margin: 0 0 30px;
}
@media screen and (min-width: 1200px) {
  .menu-title {
    padding-right: 20px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .menu-title {
    padding-left: 0;
  }
}
.menu-helper-title {
  margin: 0 0 15px;
  color: #fbb100;
}
@media screen and (min-width: 1200px) {
  .menu-helper-title {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .menu-helper-title {
    padding-left: 0;
  }
}
.sidebar-nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-nav-menu > li.has-sub-menu:focus,
.sidebar-nav-menu > li.has-sub-menu:hover {
  background: #efefef;
}
/*.sidebar-nav-menu > li.has-sub-menu:focus .sidebar-sub-nav,*/
/*.sidebar-nav-menu > li.has-sub-menu:hover .sidebar-sub-nav {*/
  /*display: block;*/
/*}*/
.sidebar-nav-menu > li.has-sub-menu:focus > .sidebar-sub-nav,
.sidebar-nav-menu > li.has-sub-menu:hover > .sidebar-sub-nav,
.sidebar-nav-menu > li.has-sub-menu:hover > .sidebar-sub-nav > li.has-sub-menu:hover > .sidebar-sub-nav,
.sidebar-nav-menu > li.has-sub-menu:hover > .sidebar-sub-nav > li.has-sub-menu:hover > .sidebar-sub-nav > li.has-sub-menu:hover > .sidebar-sub-nav {
  display: block;
}
.sidebar-nav-menu > li.has-sub-menu.active .sidebar-sub-nav {
  display: block;
  background: #dbdbdb;
}
.sidebar-nav-menu > li.has-sub-menu.active li .sidebar-sub-nav {
  display: none;
  background: transparent;
}
.sidebar-nav-menu > li.has-sub-menu.active li.has-sub-menu.active .sidebar-sub-nav {
  display: block;
  background: #dbdbdb;
}
.sidebar-nav-menu > li.has-sub-menu li.active a {
  font-weight: bold;
}
.sidebar-nav-menu > li.has-sub-menu li.active li a {
  font-weight: normal;
}
.sidebar-nav-menu > li.has-sub-menu li.active li.active a {
  font-weight: bold;
}
.sidebar-sub-nav > li.active li a:hover:before {
  display: block;
}
.sidebar-sub-nav > li.active li a:before {
  display: none;
}
.sidebar-sub-nav > li.active li.active a:before {
  display: block;
}
.sidebar-nav-menu > li.active > a:first-child {
  font-weight: bold;
}
.sidebar-nav-menu > li.has-sub-menu > li.active  a {
  font-weight: bold;
}
.sidebar-nav-menu > li.active a {
  background: #dbdbdb;
}
.sidebar-nav-menu > li.active .sidebar-sub-nav {
  display: block;
}
.sidebar-nav-menu > li > a {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #0d2238;
}
@media screen and (min-width: 1200px) {
  .sidebar-nav-menu > li > a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .sidebar-nav-menu > li > a {
    font-size: 1.125rem;
  }
}
.sidebar-nav-menu a {
  position: relative;
  display: block;
  padding: 10px 23px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.sidebar-nav-menu a:focus,
.sidebar-nav-menu a:hover {
  background: #efefef;
  text-decoration: none;
}
.sidebar-sub-nav {
  list-style: none;
  padding: 0 0 4px;
  display: none;
}
.sidebar-sub-nav > li {
  padding-left: 14px;
}
.sidebar-sub-nav > li.active a:before {
  content: "\e021";
}
.sidebar-sub-nav > li.active a:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 6px;
  color: #00468e;
  font-size: 0.75rem;
}
.sidebar-sub-nav a {
  color: #0d2238;
  padding-top: 6px;
  padding-bottom: 6px;
}
.sidebar-sub-nav a:focus:before,
.sidebar-sub-nav a:hover:before {
  content: "\e021";
}
.sidebar-sub-nav a:focus:before,
.sidebar-sub-nav a:hover:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 6px;
  color: #00468e;
  font-size: 0.75rem;
}
.content-area-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .content-area-col {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .content-area-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .content-area-col {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .content-area-col {
    padding: 0 53px 53px 70px;
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .page-single .content-area-col {
    padding-right: 0;
    padding-left: 42px;
  }
}
@media screen and (min-width: 992px) {
  .content-area-col.content-area-col-full {
    width: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .content-area-col.content-area-col-full {
    width: 75%;
  }
}
.content-area-col:before {
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  border-left: 1px solid #dbdbdb;
}
@media screen and (min-width: 1200px) {
  .content-area-col:before {
    content: '';
  }
}
@media screen and (min-width: 1600px) {
  .content-area-col:before {
    left: 0;
  }
}
.page-single .content-area-col:before {
  left: 0;
}
.content-area-col .teaser-contact-person {
  margin-top: 30px;
}
.content-area-col .teaser-contact-person .img-container {
  margin-bottom: 20px;
  float: left;
}
@media screen and (min-width: 480px) {
  .content-area-col .teaser-contact-person .img-container {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.content-area-col .teaser-contact-person-name {
  margin-bottom: 8px;
}
.content-area-col .teaser-contact-person-data-container {
  float: left;
  padding-top: 10px;
}
.content-area-col .teaser-contact-person-link {
  margin-top: 30px;
  display: block;
  font-weight: 600;
  color: #0d2238;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.content-area-col .teaser-contact-person-link:focus,
.content-area-col .teaser-contact-person-link:hover {
  text-decoration: none;
  padding-left: 10px;
}
.content-area-col .teaser-contact-person-link:focus span,
.content-area-col .teaser-contact-person-link:hover span {
  border-bottom: 1px solid;
}
.content-area-col .teaser-contact-person-link i {
  position: relative;
  top: 6px;
  font-size: 1.5rem;
  margin-right: 15px;
}
.content-area-col .teaser-contact-box-title {
  display: inline-block;
  width: 40%;
}
.content-area-col .teaser-contact-box-name {
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.content-area-col .teaser-contact-box-description {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .content-area-col .teaser-contact-box-contact-link {
    display: inline-block;
    width: 49%;
  }
}
.content-area-col .teaser-general:before,
.content-area-col .teaser-general:after {
  content: " ";
  display: table;
}
.content-area-col .teaser-general:after {
  clear: both;
}
.content-area-col .teaser-general:before,
.content-area-col .teaser-general:after {
  content: " ";
  display: table;
}
.content-area-col .teaser-general:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .content-area-col .teaser-general .img-container {
    position: relative;
    float: left;
    width: 50%;
    height: 287px;
  }
}
.content-area-col .teaser-general .img-container img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .content-area-col .teaser-general .img-container img {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .content-area-col .teaser-general .img-container img {
    max-width: inherit;
  }
}
.content-area-col .teaser-general-content {
  padding: 45px 30px 20px;
}
@media screen and (min-width: 480px) {
  .content-area-col .teaser-general-content {
    float: left;
    width: 50%;
  }
}
.content-area-col .teaser-general-headline {
  margin-bottom: 19px;
}
@media screen and (min-width: 1200px) {
  .content-area-col {
    margin-left: 0px;
  }
}
.content-area {
  font-weight: 300;
}
.content-area:first-child {
  padding-top: 52px;
}
.content-area h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 24px;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .content-area h2 {
    font-size: 3.125rem;
    word-break: normal;
  }
}
.content-area h3 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 25px 0 14px;
}
.content-area p > a,
.content-area > a {
  color: #fbb100;
}
.content-area p > a[target="_blank"],
.content-area > a[target="_blank"],
.content-area p > a[href^="https"],
.content-area > a[href^="https"],
.content-area p > a[href^="http"],
.content-area > a[href^="http"] {
  display: inline;
}
.content-area p > a[target="_blank"]:after,
.content-area > a[target="_blank"]:after,
.content-area p > a[href^="https"]:after,
.content-area > a[href^="https"]:after,
.content-area p > a[href^="http"]:after,
.content-area > a[href^="http"]:after {
  content: "\e02c";
}
.content-area p > a[target="_blank"]:after,
.content-area > a[target="_blank"]:after,
.content-area p > a[href^="https"]:after,
.content-area > a[href^="https"]:after,
.content-area p > a[href^="http"]:after,
.content-area > a[href^="http"]:after {
  margin-left: 4px;
  font-size: 0.5rem;
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content-area > ul {
  list-style: none;
  padding-left: 29px;
  margin: 30px 0 0;
}
.content-area > ul li {
  position: relative;
  margin-bottom: 16px;
}
.content-area > ul li:before {
  position: absolute;
  top: 9px;
  left: -27px;
  content: '';
  width: 14px;
  height: 3px;
  background: #00468e;
}
.content-area > ul ul {
  list-style: none;
  margin-top: 16px;
  padding-left: 33px;
}
.content-area > ul ul li:before {
  background: #c9c9c9;
}
.meta-headline {
  font-weight: 500;
  margin-bottom: 15px;
}
.additional-sidebar-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .additional-sidebar-col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .additional-sidebar-col {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .additional-sidebar-col {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) {
  .additional-sidebar-col {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .additional-sidebar-col {
    display: block;
    padding: 95px 0 95px;
    width: 271px;
  }
}
@media screen and (min-width: 1200px) {
  .additional-sidebar-col {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .additional-sidebar-col {
    padding-left: 79px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-introduction .additional-sidebar-col {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .page-single .additional-sidebar-col {
    padding-top: 52px;
  }
}
.teaser-contact-person {
  border: 1px solid #dbdbdb;
  margin: 35px 0 0;
}
.teaser-contact-person:first-child {
  margin-top: 0;
}
.teaser-contact-person .img-container {
  background: #dbdbdb;
}
.teaser-contact-person .img-container img {
  display: block;
  margin: 0 auto;
}
.teaser-contact-person-title {
  padding: 4px 13px 3px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  background: #00468e;
  color: #FFF;
}
.teaser-contact-person-content {
  background: #fff;
  padding: 28px 26px;
  font-weight: 300;
}
.teaser-contact-person-name {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
  margin: 0 0 14px;
}
.teaser-contact-person-job {
  margin-bottom: 25px;
}
.teaser-contact-person-contact-link {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-left: 40px;
  font-weight: 500;
  color: #0d2238;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.teaser-contact-person-contact-link:focus,
.teaser-contact-person-contact-link:hover {
  text-decoration: none;
  color: #00468e;
}
.teaser-contact-person-contact-link i {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 1.5rem;
  color: #010103;
}
.teaser-contact-person-email span {
  border-bottom: 1px solid;
}
.teaser-contact-person-email i {
  left: 2px;
  font-size: 1.4rem;
}
.teaser-contact-box {
  margin: 35px 0 0;
  padding: 0 26px 20px;
  background: #efefef;
}
.page-single .teaser-contact-box {
  background: #fff;
}
.teaser-contact-box:first-child {
  margin-top: 0;
}
.teaser-contact-box-title {
  padding: 4px 10px 2px;
  margin: 0 0 20px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  background: #00468e;
  color: #FFF;
}
.teaser-contact-box-description {
  font-weight: 300;
}
.teaser-contact-box-name {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
  margin: 0 0 20px;
}
.teaser-contact-box-contact-link {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-left: 40px;
  font-weight: 500;
  color: #0d2238;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.teaser-contact-box-contact-link:focus,
.teaser-contact-box-contact-link:hover {
  color: #00468e;
  text-decoration: none;
}
.teaser-contact-box-contact-link i {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 1.5rem;
  color: #010103;
}
.teaser-contact-box-email span {
  border-bottom: 1px solid;
}
.teaser-contact-box-email i {
  left: 2px;
  font-size: 1.4rem;
}
.teaser-advice {
  position: relative;
  margin: 35px 0 0;
  border: 1px solid #dbdbdb;
}
.teaser-advice:focus .teaser-advice-link,
.teaser-advice:hover .teaser-advice-link {
  margin-left: 10px;
  color: #00468e;
}
.teaser-advice:first-child {
  margin-top: 0;
}
.teaser-advice .button-action {
  display: block;
  margin-top: 20px;
  padding-right: 22px;
  text-align: center;
}
.teaser-advice .button-action:before {
  content: none;
}
.teaser-advice strong {
  font-weight: 500;
}
.teaser-advice hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border-color: #dbdbdb;
}
.teaser-advice .img-container {
  margin: 0;
  padding: 20px 0;
  border: 1px solid #dbdbdb;
}
.teaser-advice img {
  margin: 0 auto;
  width: 80%;
}
.teaser-advice-text {
  line-height: 1.375;
  margin-bottom: 24px;
}
.teaser-advice-link {
  position: relative;
  left: -3px;
  display: block;
  padding-left: 44px;
  color: #fbb100;
  font-weight: 500;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.teaser-advice-link i {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 1.5rem;
}
.teaser-advice-title {
  padding: 6px 13px 4px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  background: #fbb100;
  color: #FFF;
}
.teaser-advice-content {
  background: #fff;
  padding: 28px;
  font-weight: 300;
}
.teaser-advice-headline {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.307692308;
  margin: 0 0 12px;
}
.page-single-veranstaltung .teaser-advice-headline {
  word-break: break-all;
}
.teaser-general {
  position: relative;
  margin: 35px 0 0;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.teaser-general:first-child {
  margin-top: 0;
}
.teaser-general:focus .teaser-general-link,
.teaser-general:hover .teaser-general-link {
  margin-left: 10px;
  color: #00468e;
}
.teaser-general img {
  margin: 0 auto;
}
.teaser-general-content {
  padding: 28px;
  font-weight: 300;
}
.teaser-general-headline {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.307692308;
  margin: 0 0 12px;
}
.teaser-general-text {
  line-height: 1.375;
  margin-bottom: 24px;
}
.teaser-general-link {
  position: relative;
  left: -3px;
  display: block;
  padding-left: 44px;
  color: #0d2238;
  font-weight: 500;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.teaser-general-link i {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 1.5rem;
}
.teaser-logo {
  margin: 35px 0 0;
  padding: 33px 0 0;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.teaser-logo:first-child {
  margin-top: 0;
}
.teaser-logo img {
  margin: 0 auto;
}
.teaser-logo-content {
  padding: 28px 28px 17px;
  text-align: center;
  font-weight: 300;
}
.teaser-logo-text {
  line-height: 1.375;
  margin-bottom: 0;
}
.teaser-logo-link {
  display: inline;
  font-weight: 500;
}
.teaser-logo-link:focus,
.teaser-logo-link:hover {
  text-decoration: none;
  border-bottom: 1px solid #0d2238;
}
.page-introduction-content-area-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .page-introduction-content-area-col {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .page-introduction-content-area-col {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .page-introduction-content-area-col {
    margin-left: 0px;
  }
}
.page-introduction .content-area-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .page-introduction .content-area-col {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .page-introduction .content-area-col {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) {
  .page-introduction .content-area-col {
    padding-left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .page-introduction .content-area-col {
    padding-right: 41px;
  }
}
.page-introduction .content-area-col:before {
  content: none;
}
@media screen and (min-width: 1200px) {
  .page-introduction .content-area-col {
    margin-left: 0px;
  }
}
.page-introduction .additional-sidebar-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .page-introduction .additional-sidebar-col {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .page-introduction .additional-sidebar-col {
    margin-top: -60px;
  }
}
@media screen and (min-width: 1600px) {
  .page-introduction .additional-sidebar-col {
    padding-left: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .page-introduction .additional-sidebar {
    width: 268px;
  }
}
.page-introduction .teaser-grid-element {
  margin-top: 35px;
  padding: 0;
}
.page-introduction .teaser-grid-element .img-responsive {
  margin-right: 0;
  margin-left: 0;
}
.page-introduction-intro {
  position: relative;
  width: 100%;
  height: 457px;
  background: #3b3b3b no-repeat center top;
  background-size: cover;
}
.page-introduction-intro .box-quickstart {
  position: absolute;
  width: 75%;
  bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page-introduction-intro .box-quickstart {
    width: 55%;
  }
}
.page-introduction-intro .box-quickstart-links {
  margin-bottom: 0;
}
.page-introduction-intro .box-quickstart-links ul {
  padding: 0;
  min-width: 206px;
}
@media screen and (min-width: 1200px) {
  .page-introduction-intro .box-quickstart {
    width: 75%;

  }
  .page-introduction-intro .box-quickstart-links > ul{
    display: flex;
    float: none;
    align-items: stretch;
  }
  .page-introduction-intro .box-quickstart-links li {
    width: calc(100% / 3);
    border: 0!important;
    float: none!important;
  }
  .page-introduction-intro .box-quickstart-links li:not(:first-child) a{
    border: 0;
    border-right: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    height: 100%;
  }
  .page-introduction-intro .box-quickstart-links li:first-child a{
    border: 0;
    border: 1px solid #c5c5c5;
    height: 100%;
  }
}
.newsstream {
  position: relative;
}
.newsstream h2 {
  position: relative;
  display: block;
  float: left;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  padding: 10px 66px 8px 13px;
  margin: 0;
  text-transform: uppercase;
  background: #00468e;
  color: #fff;
}
.newsstream h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #dbdbdb;
  width: 5000%;
  height: 1px;
}
.newsstream .button-feed {
  display: block;
  float: left;
  padding: 9px 5px 0;
  font-size: 1.25rem;
  line-height: 1;
  vertical-align: bottom;
}
.newsstream .button-feed:focus,
.newsstream .button-feed:hover {
  text-decoration: none;
}
.newsstream-header {
  margin: 0 0 25px;
}
.newsstream-header:before,
.newsstream-header:after {
  content: " ";
  display: table;
}
.newsstream-header:after {
  clear: both;
}
.newsstream-header:before,
.newsstream-header:after {
  content: " ";
  display: table;
}
.newsstream-header:after {
  clear: both;
}
.newsstream-list {
  list-style: none;
  padding: 0;
  margin: 0 0 21px;
}
.newsstream-item {
  position: relative;
  margin: 25px 0 0;
  padding: 8px;
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.newsstream-item:before,
.newsstream-item:after {
  content: " ";
  display: table;
}
.newsstream-item:after {
  clear: both;
}
.newsstream-item:before,
.newsstream-item:after {
  content: " ";
  display: table;
}
.newsstream-item:after {
  clear: both;
}
.newsstream-item:first-child {
  margin-top: 21px;
}
.newsstream-item:focus,
.newsstream-item:hover {
  color: #00468e;
}
.newsstream-item:focus .newsstream-item-link-more,
.newsstream-item:hover .newsstream-item-link-more {
  color: #00468e;
  padding-left: 15px;
}
.newsstream-item.newsstream-item-external {
  padding-top: 16px;
}
.newsstream-item-content {
  padding: 15px;
}
.newsstream-item-content .newsstream-item-date {
  display: inline;
}
.newsstream-item-content .top-news:after {
  background: #fbb100;
  color: #ffffff;
  content: 'TOP';
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-left: 10px;
  padding: 0px 3px 0px 3px;
}
@media screen and (min-width: 480px) {
  .newsstream-item-content {
    float: left;
    width: calc(100% - 127px);
  }
}
@media screen and (min-width: 1200px) {
  .newsstream-item-content {
    padding-right: 70px;
  }
}
@media screen and (min-width: 480px) {
  .newsstream-presse .newsstream-item-content {
    float: none;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .newsstream-presse .newsstream-item-content {
    padding-right: 15px;
  }
}
.newsstream-item-date {
  display: block;
  font-weight: 400;
  margin: 0 0 10px;
}
.newsstream-item-title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
  margin: 0 0 10px;
}
.newsstream-item-link-more {
  display: inline-block;
  font-weight: 500;
  color: #0d2238;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.newsstream-item-link-more i {
  position: relative;
  top: 3px;
  margin-right: 5px;
  color: #00468e;
}
.newsstream-item-img-container {
  position: relative;
  padding: 0 15px 15px;
}
@media screen and (min-width: 480px) {
  .newsstream-item-img-container {
    float: right;
    width: 127px;
    padding: 0;
  }
}
.newsstream-item-img-container img {
  margin: 0;
}
.newsstream-item-flag {
  position: absolute;
  top: -14px;
  right: 8px;
  padding: 0 11px;
  font-weight: 400;
  background: #00468e;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .page-newsstream .tab-entries-container {
    padding: 0 5px;
  }
}
.page-newsstream .tab-entries-container:before {
  top: 12px;
  left: 141.5px;
  width: 1000em;
  background: #c5c5c5;
}
.page-newsstream .tab-entries-container .slick-list {
  padding-top: 50px;
  overflow: visible;
}
.page-newsstream .button-action-container {
  margin: 38px 0 0;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .page-newsstream .button-action-container {
    padding-left: 102px;
  }
}
@media screen and (min-width: 480px) {
  .page-newsstream .button-action-container .button-action {
    min-width: 376px;
  }
}
.newsstream-veranstaltungen-timeline-entry {
  position: relative;
  background: #fff;
  width: 283px;
  margin-right: 38px;
  outline: none;
  -moz-filter: drop-shadow(0px 0px 2px #dbdbdb);
  -webkit-filter: drop-shadow(0px 0px 2px #dbdbdb);
  filter: drop-shadow(0px 0px 2px #dbdbdb);
}
@media screen and (min-width: 1600px) {
  .newsstream-veranstaltungen-timeline-entry {
    margin-right: 68px;
  }
}
.newsstream-veranstaltungen-timeline-entry.newsstream-veranstaltungen-timeline-entry-no-entry .newsstream-veranstaltungen-timeline-entry-content {
  display: flex;
  align-items: center;
  text-align: center;
}
.newsstream-veranstaltungen-timeline-entry:before {
  content: '';
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #fbb100;
}
.newsstream-veranstaltungen-timeline-entry:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.newsstream-veranstaltungen-timeline-entry:hover .newsstream-veranstaltungen-timeline-entry-content > i {
  padding-left: 10px;
}
.newsstream-veranstaltungen-timeline-entry a {
  outline: none;
}
.newsstream-veranstaltungen-timeline-entry-header {
  padding: 35px 25px 16px;
  border-bottom: 2px solid #dbdbdb;
}
.newsstream-veranstaltungen-timeline-entry-date {
  font-size: 1.125rem;
  font-weight: 400;
  color: #00468e;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .newsstream-veranstaltungen-timeline-entry-date {
    font-size: 1.375rem;
  }
}
.newsstream-veranstaltungen-timeline-entry-datetime,
.newsstream-veranstaltungen-timeline-entry-location {
  position: relative;
  padding-left: 27px;
  line-height: 1.375;
}
.newsstream-veranstaltungen-timeline-entry-datetime i,
.newsstream-veranstaltungen-timeline-entry-location i {
  position: absolute;
  top: 4px;
  left: 2px;
  font-size: 0.8125rem;
  color: #00468e;
}
.newsstream-veranstaltungen-timeline-entry-datetime {
  margin-bottom: 5px;
}
.newsstream-veranstaltungen-timeline-entry-location i {
  font-size: 0.9375rem;
  left: 1px;
}
.newsstream-veranstaltungen-timeline-entry-content {
  position: relative;
  padding: 25px 25px 27px;
  min-height: 222px;
}
.newsstream-veranstaltungen-timeline-entry-content h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
  background-color: transparent;
  text-transform: none;
  color: #0d2238;
  word-wrap: break-word;
}
.newsstream-veranstaltungen-timeline-entry-content > i {
  position: absolute;
  bottom: 10px;
  font-size: 0.9375rem;
  color: #00468e;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.page-veranstaltungen .content-area-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .page-veranstaltungen .content-area-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-veranstaltungen .content-area-col {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .page-veranstaltungen .content-area-col {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .page-veranstaltungen .content-area-col {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .page-veranstaltungen .content-area-col {
    margin-left: 0px;
  }
}
.newsstream-veranstaltungen {
  overflow-x: hidden;
}
.newsstream-veranstaltungen-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  padding-left: 38px;
  border-left: 3px solid #c5c5c5;
}
.newsstream-veranstaltungen-item {
  position: relative;
  margin: 25px 0 0;
  padding: 0;
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 1200px) {
  .newsstream-veranstaltungen-item {
    height: 208px;
  }
}
.newsstream-veranstaltungen-item.newsstream-veranstaltungen-item-no-entry .newsstream-veranstaltungen-item-content {
  display: flex;
  align-items: center;
  float: none;
  width: auto;
}
.newsstream-veranstaltungen-item.newsstream-veranstaltungen-item-no-entry .newsstream-veranstaltungen-item-content:before {
  content: none;
}
.newsstream-veranstaltungen-item:first-child {
  margin-top: 0;
}
.newsstream-veranstaltungen-item:after,
.newsstream-veranstaltungen-item:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.newsstream-veranstaltungen-item:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 16px;
  margin-top: -16px;
}
.newsstream-veranstaltungen-item:before {
  border-color: rgba(219, 219, 219, 0);
  border-right-color: #dbdbdb;
  border-width: 17px;
  margin-top: -17px;
}
.newsstream-veranstaltungen-item:hover .newsstream-veranstaltungen-item-link-more {
  padding-left: 10px;
}
.newsstream-veranstaltungen-item-meta-content {
  position: relative;
  padding: 30px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .newsstream-veranstaltungen-item-meta-content {
    float: left;
    width: 33.333333%;
  }
}
.newsstream-veranstaltungen-item-meta-content:after {
  content: '';
  height: 1px;
  background: #dbdbdb;
  position: absolute;
  bottom: 18px;
  right: 30px;
  left: 30px;
}
@media screen and (min-width: 768px) {
  .newsstream-veranstaltungen-item-meta-content:after {
    content: none;
  }
}
.newsstream-veranstaltungen-item-content-container {
  overflow: hidden;
  height: 100%;
}
.newsstream-veranstaltungen-item-content-container:before,
.newsstream-veranstaltungen-item-content-container:after {
  content: " ";
  display: table;
}
.newsstream-veranstaltungen-item-content-container:after {
  clear: both;
}
.newsstream-veranstaltungen-item-content-container:before,
.newsstream-veranstaltungen-item-content-container:after {
  content: " ";
  display: table;
}
.newsstream-veranstaltungen-item-content-container:after {
  clear: both;
}
.newsstream-veranstaltungen-item-content {
  position: relative;
  height: 100%;
  padding: 0 30px 30px;
}
@media screen and (min-width: 768px) {
  .newsstream-veranstaltungen-item-content {
    float: left;
    width: 66.6666667%;
    padding: 30px;
  }
}
.newsstream-veranstaltungen-item-content:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 1000em;
  width: 2px;
  background: #dbdbdb;
}
@media screen and (min-width: 768px) {
  .newsstream-veranstaltungen-item-content:before {
    content: '';
  }
}
.card-content-date,
.newsstream-veranstaltungen-item-date {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  color: #00468e;
  margin-bottom: 10px;
}
.press-single .card-content-area p {
  font-weight: 300;
}
.press-single .card-content-area .card-content-location {
  font-size: 1.25rem;
  font-weight: 400;
  padding-left: 0px;
}
.press-single #isolated-press-info {
  margin-bottom: 6px;
}
.page-single-aktuelles-thema .card-content-area p,
.page-single-aktuelle-meldung .card-content-area p,
.page-single-behandlungsprogramm .card-content-area p {
  font-weight: 300;
}
.card-content-datetime,
.card-content-location,
.newsstream-veranstaltungen-item-datetime,
.newsstream-veranstaltungen-item-location {
  position: relative;
  padding-left: 27px;
  margin-bottom: 5px;
  line-height: 1.375;
}
.card-content-datetime i,
.card-content-location i,
.newsstream-veranstaltungen-item-datetime i,
.newsstream-veranstaltungen-item-location i {
  position: absolute;
  top: 4px;
  left: 2px;
  font-size: 0.8125rem;
  color: #00468e;
}
.newsstream-veranstaltungen-item-location i {
  font-size: 0.9375rem;
  left: 1px;
}
.content-area .newsstream-veranstaltungen-item-title,
.newsstream-veranstaltungen-item-title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
  margin-top: 0;
}
.newsstream-veranstaltungen-item-link-more {
  position: absolute;
  bottom: 15px;
  font-size: 0.875rem;
  color: #00468e;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.bullet-icon {
  position: absolute;
  top: 50%;
  left: -47px;
  -webkit-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  width: 14px;
  height: 14px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #fbb100;
}
.download-list {
  margin: 37px 0;
  padding: 0;
  list-style: none;
}
.download-item {
  position: relative;
  padding: 26px 24px;
  margin: 30px 0 0;
  background: #efefef;
}
.download-item:first-child {
  margin-top: 0;
}
.download-item:focus .download-item-title i,
.download-item:hover .download-item-title i {
  top: 50%;
}
.page .download-item:hover .download-item-title i {
  top: 20%;
}
.download-item-category {
  color: #00468e;
  font-weight: 400;
  margin: 0 0 16px;
}
.download-item-content {
  position: relative;
  padding-left: 56px;
}
.download-item-title {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.363636364;
  margin: 0 0 012px;
}
.download-item-title i {
  position: absolute;
  left: 6px;
  top: -2px;
  font-size: 1.75rem;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.download-item-description {
  font-weight: 300;
}
.download-item-link-more {
  font-weight: 500;
}
.download-item-flag {
  background: #00468e;
  color: #fff;
  padding: 3px 10px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
}
.box-search-pagination {
  padding: 6px 4px;
  background: #efefef;
}
.box-search-pagination-search-container {
  font-size: 0.875rem;
}
.box-search-pagination-search-container .form-filter,
.box-search-pagination-search-container .form-search {
  position: relative;
}
@media screen and (min-width: 480px) {
  .box-search-pagination-search-container .form-filter,
  .box-search-pagination-search-container .form-search {
    width: 70.5%;
  }
}
.box-search-pagination-search-container .form-control {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-style: italic;
  padding: 9px;
}
.box-search-pagination-search-container .form-control::-moz-placeholder {
  color: #545454;
  opacity: 1;
}
.box-search-pagination-search-container .form-control:-ms-input-placeholder {
  color: #545454;
}
.box-search-pagination-search-container .form-control::-webkit-input-placeholder {
  color: #545454;
}
.box-search-pagination-search-container .select-container,
.box-search-pagination-search-container .form-control {
  height: 33px;
}
.box-search-pagination-search-container .button-search-submit {
  background-color: transparent;
  border: 0;
  padding: 4px 6px;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 1.35rem;
}
.box-search-pagination-search-container .selectize-control.single .selectize-input,
.box-search-pagination-search-container .selectize-control.multi .selectize-input {
  border: 0;
  padding: 5px 10px;
  font-size: 1rem;
  font-style: italic;
}
.box-search-pagination-search-container .selectize-control.single .selectize-input:before,
.box-search-pagination-search-container .selectize-control.multi .selectize-input:before {
  top: 11px;
}
.button-search-reset {
  text-align: right;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #555555;
  white-space: nowrap;
}
@media screen and (min-width: 480px) {
  .button-search-reset {
    position: absolute;
    top: -3px;
    left: 108%;
    width: 29.5%;
  }
}
.button-search-reset:focus,
.button-search-reset:hover {
  text-decoration: none;
}
.button-search-reset span {
  position: relative;
  top: 2px;
  font-size: 1.5rem;
  margin-right: 5px;
}
.page-veranstaltungen .button-search-reset:focus,
.page-veranstaltungen .button-search-reset:hover {
  text-decoration: none;
}
.page-veranstaltungen .button-search-reset:focus:after,
.page-veranstaltungen .button-search-reset:hover:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #555555;
}
@media screen and (min-width: 320px) {
  .page-veranstaltungen .button-search-reset:focus:after,
  .page-veranstaltungen .button-search-reset:hover:after {
    left: 0px;
    bottom: -3px;
    width: 105px;
  }
}
@media screen and (min-width: 480px) {
  .page-veranstaltungen .button-search-reset:focus:after,
  .page-veranstaltungen .button-search-reset:hover:after {
    left: auto;
    right: -12px;
    bottom: -3px;
    width: 105px;
  }
}
@media screen and (min-width: 530px) {
  .page-veranstaltungen .button-search-reset:focus:after,
  .page-veranstaltungen .button-search-reset:hover:after {
    right: 0px;
    bottom: -5px;
    width: 105px;
  }
}
@media screen and (min-width: 1600px) {
  .box-search-pagination-pagination-container {
    width: 70.5%;
  }
}
@media screen and (min-width: 1600px) {
  .box-search-pagination-no-search .box-search-pagination-pagination-container {
    width: auto;
  }
}
.box-search-pagination-pagination-container .pagination {
  margin: 0;
}
.box-search-pagination-pagination-container .pagination > li {
  display: inline-block;
}
.box-search-pagination-pagination-container .pagination > li.active > a,
.box-search-pagination-pagination-container .pagination > li.active > span {
  color: #00468e;
}
.box-search-pagination-pagination-container .pagination > li.active > a:focus,
.box-search-pagination-pagination-container .pagination > li.active > span:focus,
.box-search-pagination-pagination-container .pagination > li.active > a:hover,
.box-search-pagination-pagination-container .pagination > li.active > span:hover {
  background-color: transparent;
  color: #00468e;
}
.box-search-pagination-pagination-container .pagination > li > a,
.box-search-pagination-pagination-container .pagination > li > span {
  border: 0;
  background-color: transparent;
  padding: 8px 4px;
  color: #c5c5c5;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box-search-pagination-pagination-container .pagination > li > a.pagination-control,
.box-search-pagination-pagination-container .pagination > li > span.pagination-control {
  color: #555555;
  font-size: 0.8125rem;
}
.box-search-pagination-pagination-container .pagination > li > a.pagination-control:focus,
.box-search-pagination-pagination-container .pagination > li > span.pagination-control:focus,
.box-search-pagination-pagination-container .pagination > li > a.pagination-control:hover,
.box-search-pagination-pagination-container .pagination > li > span.pagination-control:hover {
  color: #c5c5c5;
}
.box-search-pagination-pagination-container .pagination > li > a.pagination-control i,
.box-search-pagination-pagination-container .pagination > li > span.pagination-control i {
  position: relative;
  top: 2px;
}
.box-search-pagination-pagination-container .pagination > li > a.pagination-control-first,
.box-search-pagination-pagination-container .pagination > li > span.pagination-control-first {
  padding-left: 6px;
}
.box-search-pagination-pagination-container .pagination > li > a:focus,
.box-search-pagination-pagination-container .pagination > li > span:focus,
.box-search-pagination-pagination-container .pagination > li > a:hover,
.box-search-pagination-pagination-container .pagination > li > span:hover {
  color: #555555;
}
.pagination-separator.pagination-separator-right {
  border-right: 1px solid #c5c5c5;
}
.pagination-separator.pagination-separator-right > a {
  padding-right: 10px;
  padding-left: 5px;
}
.pagination-separator.pagination-separator-left {
  border-left: 1px solid #c5c5c5;
}
.pagination-separator.pagination-separator-left > a {
  padding-right: 5px;
  padding-left: 10px;
}
.behandlungsprogramm-index {
  background: #fbb100;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  padding: 6px;
}
.behandlungsprogramm-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.behandlungsprogramm-item {
  position: relative;
  border: 1px solid #dbdbdb;
  margin: 26px 0 0;
}
.behandlungsprogramm-item:first-child {
  margin-top: 0;
}
.behandlungsprogramm-item:hover .behandlungsprogramm-item-link {
  padding-left: 10px;
  color: #00468e;
}
.content-area .behandlungsprogramm-item-title,
.behandlungsprogramm-item-title {
  position: relative;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0;
  min-height: 70px;
  padding: 0 10px 0 84px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 480px) {
  .content-area .behandlungsprogramm-item-title,
  .behandlungsprogramm-item-title {
    font-size: 1.375rem;
  }
}
.content-area .behandlungsprogramm-item-title:after,
.behandlungsprogramm-item-title:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 53px;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.content-area .behandlungsprogramm-item-title .behandlungsprogramm-index,
.behandlungsprogramm-item-title .behandlungsprogramm-index {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  padding: 10px 0 0;
  text-align: center;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
}
.behandlungsprogramm-item-content {
  padding: 25px;
  font-weight: 300;
  line-height: 1.625;
}
.behandlungsprogramm-item-link {
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.behandlungsprogramm-item-link i {
  position: relative;
  top: 8px;
  font-size: 1.625rem;
  margin-right: 10px;
}
.card {
  position: relative;
  background: #fff;
  margin: 52px 0 60px;
  padding: 58px 20px;
}
@media screen and (min-width: 768px) {
  .card {
    padding: 58px 41px 58px 46px;
  }
}
.card-content-area > ul,
.card-detail-description > ul {
  list-style: none;
  padding-left: 29px;
  margin: 30px 0 0;
  margin: 0 0 10px;
}
.card-content-area > ul li,
.card-detail-description > ul li {
  position: relative;
  margin-bottom: 16px;
}
.card-content-area > ul li:before,
.card-detail-description > ul li:before {
  position: absolute;
  top: 9px;
  left: -27px;
  content: '';
  width: 14px;
  height: 3px;
  background: #00468e;
}
.card-content-area > ul ul,
.card-detail-description > ul ul {
  list-style: none;
  margin-top: 16px;
  padding-left: 33px;
}
.card-content-area > ul ul li:before,
.card-detail-description > ul ul li:before {
  background: #c9c9c9;
}
.page-single-veranstaltung .card-content-area:first-child {
  margin-bottom: 60px;
}
.page-single-veranstaltung .card-content-area {
  font-weight: 300;
}
.card-content-area p > a,
.card-content-area > a {
  color: #fbb100;
}
.card-content-area p > a[target="_blank"],
.card-content-area > a[target="_blank"],
.card-content-area p > a[href^="https"],
.card-content-area > a[href^="https"],
.card-content-area p > a[href^="http"],
.card-content-area > a[href^="http"] {
  position: relative;
  display: inline;
}
.card-content-area p > a[target="_blank"]:after,
.card-content-area > a[target="_blank"]:after,
.card-content-area p > a[href^="https"]:after,
.card-content-area > a[href^="https"]:after,
.card-content-area p > a[href^="http"]:after,
.card-content-area > a[href^="http"]:after {
  content: "\e02c";
}
.card-content-area p > a[target="_blank"]:after,
.card-content-area > a[target="_blank"]:after,
.card-content-area p > a[href^="https"]:after,
.card-content-area > a[href^="https"]:after,
.card-content-area p > a[href^="http"]:after,
.card-content-area > a[href^="http"]:after {
  margin-left: 4px;
  font-size: 0.5rem;
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button-action-back {
  padding: 11px 33px 11px 66px;
}
.button-action-back:before {
  content: "\e00b";
}
.button-action-back:before {
  right: auto;
  left: 9px;
}
.button-action-back.button-action-top {
  position: absolute;
  top: -19px;
}
.button-action-back.button-action-bottom {
  position: absolute;
  bottom: -19px;
}
.card-content-date {
  display: block;
  font-weight: 400;
  margin: 0 0 5px;
}
.page-single-presse .card-content-date {
  display: inline;
}
.card-content-title-support {
  color: #00468e;
  margin-bottom: 22px;
}
.card-content-title {
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 30px;
}
.page-single-veranstaltung .card-content-title {
  margin: 28px 0 10px;
}
@media screen and (min-width: 1200px) {
  .page-single-veranstaltung .card-content-title {
    font-size: 2.25rem;
  }
}
.card-content-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 30px;
}
.page-single-behandlungsprogramm .content-area-col .teaser-contact-person {
  margin: 66px 0 0;
}
@media screen and (min-width: 1200px) {
  .page-single-behandlungsprogramm .content-area-col {
    margin-left: 0px;
  }
}
.page-single-behandlungsprogramm .card-content-area {
  font-size: 0.9375rem;
  line-height: 1.666667;
}
.page-single-behandlungsprogramm .behandlungsprogramm-index {
  display: inline-block;
  margin-right: 14px;
}
.page-single-behandlungsprogramm .button-action-back.button-action-top {
  left: 46px;
}
.page-single-behandlungsprogramm .button-action-back.button-action-bottom {
  left: 46px;
}
.single-behandlungsprogramm-title {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 20px;
}
.card-profile {
  margin-top: 0;
  padding: 45px 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.66667;
}
@media screen and (min-width: 480px) {
  .card-profile {
    padding: 45px 41px 60px;
  }
}
.card-person-container {
  padding-bottom: 20px;
}
.card-person-container:before,
.card-person-container:after {
  content: " ";
  display: table;
}
.card-person-container:after {
  clear: both;
}
.card-person-container:before,
.card-person-container:after {
  content: " ";
  display: table;
}
.card-person-container:after {
  clear: both;
}
.card-img-container {
  margin-bottom: 15px;
}
@media screen and (min-width: 480px) {
  .card-img-container {
    float: left;
    width: 40%;
    margin-bottom: 0;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .card-img-container {
    padding-right: 60px;
  }
}
@media screen and (min-width: 480px) {
  .card-content-container {
    float: left;
    width: 60%;
  }
}
.card-title {
  margin: 0 0 14px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
}
.card-contact-link {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-left: 40px;
  font-weight: 500;
  color: #0d2238;
}
.card-contact-link i {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 1.5rem;
  color: #010103;
}
.card-description {
  padding: 22px 0 0;
  border-top: 1px solid #c5c5c5;
}
.card-detail-description {
  position: relative;
  border-top: 1px solid #c5c5c5;
}
.card-detail-description h2 {
  display: inline-block;
  background: #00468e;
  color: #fff;
  margin: 0 0 20px;
  padding: 10px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  min-width: 40%;
}
.modal-dialog .img-responsive {
  margin-left: auto;
  margin-right: auto;
}
.modal-contact-person .modal-dialog {
  margin: 30px 10px;
}
@media screen and (min-width: 768px) {
  .modal-contact-person .modal-dialog {
    margin: 30px auto;
  }
}
@media screen and (min-width: 1200px) {
  .modal-contact-person .modal-dialog {
    width: 658px !important;
  }
}
.modal-contact-person .modal-body {
  padding: 0;
}
.modal-contact-person .modal-body .button-action-back {
  left: 41px;
}
.modal-contact-person .button-action:before {
  content: "\e004";
}
.blacksite-page {
  position: relative;
  z-index: 1048;
  padding-top: 100px;
  padding-bottom: 100px;
}
.modal-open .blacksite-page {
  z-index: 1039;
}
.blacksite-page-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .blacksite-page-col {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .blacksite-page-col {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .blacksite-page-col {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .blacksite-page-col {
    margin-left: 8.33333333%;
  }
}
.blacksite-page-content-container {
  padding: 30px 30px 0;
  color: #fff;
  font-weight: 300;
}
.blacksite-page-content-container .content-header {
  margin-bottom: 38px;
}
@media screen and (min-width: 1200px) {
  .blacksite-page-content-container .content-header {
    padding: 0 15px;
  }
}
.blacksite-page-content-container h1 {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.333;
  margin: 0 0 15px;
}
.blacksite-page-content-container a {
  color: #fbb100;
  text-decoration: none;
  border-bottom: 1px solid #fbb100;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.blacksite-page-content-container a:focus,
.blacksite-page-content-container a:hover {
  color: #fff;
}
.blacksite-title {
  font-weight: 500;
  text-transform: uppercase;
  color: #fbb100;
}
@media screen and (min-width: 1200px) {
  .blacksite-page-content,
  .blacksite-page-img-container {
    float: left;
    width: 50%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .page-404 .blacksite-page-content,
  .page-404 .blacksite-page-img-container {
    float: none;
    width: auto;
  }
}
.blacksite-page-img-container img {
  margin: 30px auto 0;
}
@media screen and (min-width: 1200px) {
  .blacksite-page-img-container img {
    margin-top: 0;
  }
}
.nav-blacksite {
  padding-left: 0;
  list-style: none;
  margin: 30px 0 0;
}
.nav-blacksite > li:first-child a {
  border-top: 1px solid #fff;
}
.nav-blacksite > li > a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 15px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-blacksite > li > a:before {
  content: "\e01e";
}
@media screen and (min-width: 1200px) {
  .nav-blacksite > li > a {
    font-size: 1.875rem;
    padding: 20px 60px 20px 16px;
  }
}
.nav-blacksite > li > a:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 19px;
  right: 16px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 1200px) {
  .nav-blacksite > li > a:before {
    top: 27px;
  }
}
.nav-blacksite > li > a:focus:before,
.nav-blacksite > li > a:hover:before {
  right: 26px;
}
@media screen and (max-width: 1199px) {
  .search-modal-open .header-wrapper {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
  }
}
#search-modal {
  height: 100%;
  position: absolute;
  padding-top: 120px;
  z-index: 1048;
}
@media screen and (min-width: 1200px) {
  #search-modal {
    padding-top: 300px;
  }
}
#search-modal .modal-dialog:before,
#search-modal .modal-dialog:after {
  content: " ";
  display: table;
}
#search-modal .modal-dialog:after {
  clear: both;
}
#search-modal .modal-dialog:before,
#search-modal .modal-dialog:after {
  content: " ";
  display: table;
}
#search-modal .modal-dialog:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  #search-modal .modal-dialog {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  #search-modal .modal-dialog {
    width: 1200px !important;
  }
}
@media screen and (min-width: 1600px) {
  #search-modal .modal-dialog {
    width: 1600px !important;
  }
}
.search-modal-content {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .search-modal-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .search-modal-content {
    margin-left: 16.66666667%;
  }
}
.search-modal-content .search-form {
  position: relative;
  height: 51px;
}
.search-modal-content .search-form > label {
  display: block;
  margin-bottom: 0;
}
.search-modal-content .search-field {
  position: relative;
  width: 100%;
  padding: 4px 60px 5px 20px;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 300;
  color: #FFF;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #FFF;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .search-modal-content .search-field {
    font-size: 1.875rem;
  }
}
.search-modal-content .search-field:focus {
  outline: none;
}
.search-modal-content .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: transparent;
  border: none;
  width: 61px;
  height: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #FFF;
}
.search-modal-content .close {
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 1;
  height: 39px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  color: #FFF;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  .search-modal-content .close {
    height: 100%;
  }
}
.search-modal-content .close:focus,
.search-modal-content .close:hover {
  color: #fbb100;
}
.search-result {
  position: relative;
  padding: 15px 25px 25px;
  font-weight: 300;
  border-top: 1px solid #fff;
  color: #fff;
}
.search-result:focus,
.search-result:hover {
  background: #fff;
  color: #0d2238;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.search-result:focus > i,
.search-result:hover > i {
  right: 10px;
  color: #fbb100;
}
@media screen and (min-width: 768px) {
  .search-result:focus > i,
  .search-result:hover > i {
    right: 75px;
  }
}
.search-result:focus .breadcrumb,
.search-result:hover .breadcrumb {
  left: 0;
}
.search-result:focus .breadcrumb a,
.search-result:hover .breadcrumb a {
  color: #0d2238;
}
.search-result > i {
  position: absolute;
  top: 50%;
  right: 0;
  height: 26px;
  margin-top: -13px;
  font-size: 1.625rem;
  line-height: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  .search-result > i {
    right: 65px;
  }
}
.search-result .breadcrumb {
  position: relative;
  left: -25px;
  -webkit-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
.search-result .breadcrumb li {
  font-size: 0.8125rem;
}
.search-result .breadcrumb li.active {
  color: #fbb100;
  font-weight: 300;
}
.search-result .breadcrumb a {
  color: #fff;
}
.search-result .title {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 15px 0 10px;
}
@media screen and (min-width: 768px) {
  .search-result .title {
    font-size: 1.875rem;
  }
}
.search-result-content {
  position: relative;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .search-result-content {
    padding-right: 185px;
  }
}
.search-highlight {
  color: #fbb100;
}
.sitemap-row {
  border-top: 2px solid #c5c5c5;
  padding-top: 30px;
  margin-top: 30px;
}
.sitemap-col:first-child > ul {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sitemap-col:first-child > ul {
    margin-bottom: 0;
  }
}
.sitemap-col h3 {
  color: #fbb100;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.175;
  margin: 0 0 15px;
}
.sitemap-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sitemap-col ul > li > a {
  font-size: 1rem;
  font-weight: 400;
  padding: 6px 0;
}
.sitemap-col ul > li > ul > li {
  padding-left: 13px;
}
.sitemap-col ul > li > ul > li > a {
  font-weight: 300;
  font-size: 0.9375rem;
  padding: 3px 0;
}
.sitemap-col ul a {
  display: block;
  color: #0d2238;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.sitemap-col ul a:focus,
.sitemap-col ul a:hover {
  padding-left: 10px;
}
.mce-highlight-1 {
  font-weight: 500;
  color: #00468e !important;
}
.mce-arrow-1:before,
.mce-arrow-2:before {
  content: "\e002";
}
.mce-arrow-1:before,
.mce-arrow-2:before {
  font-family: "wtz" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.mce-arrow-1:before {
  color: #00468e;
}
.mce-arrow-2:before {
  color: #fbb100;
}
@media screen and (min-width: 992px) {
  .contrast-enabled {
    background: #FFF;
  }
  .contrast-enabled * {
    color: #000 !important;
    border-color: #0d2238;
  }
  .contrast-enabled .blacksite-page-content-container *,
  .contrast-enabled .teaser-grid-element-content-link-box *,
  .contrast-enabled #collapse-meta-einrichtung .meta-hidden-area *,
  .contrast-enabled #search-modal * {
    color: #fff !important;
  }
  .contrast-enabled .box-quickstart > h2,
  .contrast-enabled .module-form h2,
  .contrast-enabled .module-list h2,
  .contrast-enabled .newsstream h2,
  .contrast-enabled .card-detail-description h2,
  .contrast-enabled .newsstream-item-flag,
  .contrast-enabled .download-item-flag,
  .contrast-enabled .teaser-contact-person-title,
  .contrast-enabled .teaser-contact-box-title,
  .contrast-enabled .teaser-advice-title,
  .contrast-enabled .module-html-headline,
  .contrast-enabled .headline-label {
    background: #fff !important;
  }
  .contrast-enabled .label-einrichtung-waehlen {
    color: #fff !important;
  }
  .contrast-enabled .hotline-content h3 {
    border-color: #0d2238;
  }
  .contrast-enabled .newsstream-veranstaltungen-item:before {
    border-right-color: #000;
  }
  .contrast-enabled span.button,
  .contrast-enabled a {
    background-color: transparent !important;
    color: #00468e !important;
  }
  .contrast-enabled .card-content-area > ul ul li:before,
  .contrast-enabled .card-detail-description > ul ul li:before,
  .contrast-enabled .content-area > ul ul li:before {
    background: #000;
  }
  .contrast-enabled .tooltip .tooltip-arrow {
    border-color: transparent !important;
  }
  .contrast-enabled .tooltip.top .tooltip-arrow {
    border-top-color: #ffffff !important;
  }
  .contrast-enabled .tooltip.right .tooltip-arrow {
    border-right-color: #ffffff !important;
  }
  .contrast-enabled .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffffff !important;
  }
  .contrast-enabled .tooltip.left .tooltip-arrow {
    border-left-color: #ffffff !important;
  }
  .contrast-enabled .button-action {
    background: #fff !important;
  }
  .contrast-enabled .button-action:hover {
    color: #0d2238 !important;
  }
  .contrast-enabled .tab-entry-link-box .tab-entry-content {
    opacity: 1;
  }
  .contrast-enabled .selectize-input {
    border-width: 1px;
    border-style: solid;
  }
  .contrast-enabled .help-nav a,
  .contrast-enabled .button-toggle {
    background: #0d2238 !important;
  }
  .contrast-enabled .help-nav a span,
  .contrast-enabled .button-toggle span,
  .contrast-enabled .help-nav a i,
  .contrast-enabled .button-toggle i {
    color: #FFF !important;
  }
  .contrast-enabled form.form .form-control,
  .contrast-enabled form.form .form-group .form-control.selectize-control .selectize-input,
  .contrast-enabled form.form .form-group .form-control.selectize-control .selectize-input.input-active {
    background: #FFF;
  }
  .contrast-enabled form.form .form-control {
    border-width: 1px;
    border-style: solid;
  }
}
@media print {
  .hero-home {
    height: auto;
  }
  #collapse-meta-einrichtung,
  #collapse-meta-clinic,
  .header-additional,
  .help-tools-wrapper,
  #main-navigation,
  #box-quickstart-collapse-container,
  .box-quickstart,
  .box-treatment-program,
  .box-footer-contact-col-address .button-action,
  .video-teaser-home,
  .footer-controls,
  .menu-sidebar-col,
  .additional-sidebar-col {
    display: none !important;
  }
}
.tx-indexedsearch-whatis {
  margin-top: 6px;
}
.search-result-page .search-result {
  position: relative;
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: 300;
  border-top: 1px solid #c8c8c8;
  color: #0d2238;
  margin-bottom: 10px;
}
.search-result-page .search-result a {
  color: #0d2238;
}
.search-result-page .search-result :hover {
  text-decoration: none;
}
.search-result-page .search-result:focus,
.search-result-page .search-result:hover {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.search-result-page .search-result:focus > i,
.search-result-page .search-result:hover > i {
  right: 10px;
  color: #fbb100;
}
@media screen and (min-width: 768px) {
  .search-result-page .search-result:focus > i,
  .search-result-page .search-result:hover > i {
    right: 75px;
  }
}
.search-result-page .search-result:focus .breadcrumb,
.search-result-page .search-result:hover .breadcrumb {
  left: 0;
}
.search-result-page .search-result:focus .breadcrumb a,
.search-result-page .search-result:hover .breadcrumb a {
  color: #0d2238;
}
.search-result-page .search-result > i {
  position: absolute;
  top: 50%;
  right: 0;
  height: 26px;
  margin-top: -13px;
  font-size: 1.625rem;
  line-height: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  .search-result-page .search-result > i {
    right: 65px;
  }
}
.search-result-page .search-result .breadcrumb {
  position: relative;
  left: 0px;
}
.search-result-page .search-result .breadcrumb li {
  font-size: 0.8125rem;
}
.search-result-page .search-result .breadcrumb li.active {
  color: #fbb100;
  font-weight: 300;
}
.search-result-page .search-result .breadcrumb a {
  color: #0d2238;
}
.search-result-page .search-result .breadcrumb:hover {
  text-decoration: none;
}
.search-result-page .search-result .title {
  color: #0d2238;
  font-size: 1.175rem;
  font-weight: 400;
  margin: 15px 0 10px;
}
@media screen and (min-width: 768px) {
  .search-result-page .search-result .title {
    font-size: 1.175rem;
  }
}
.search-result-page .search-suggest {
  display: block;
  background: #ffffff;
  position: absolute;
  z-index: 10;
  width: 66.1%;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}
@media screen and (max-width: 839px) {
  .search-result-page .search-suggest {
    width: 92%;
  }
}
.search-result-page .search-suggest ul {
  list-style: none;
  padding: 0px;
  color: #0d2238;
  font-weight: normal;
  padding-top: 4px;
}
.search-result-page .search-suggest ul li {
  border-bottom: 1px solid #c8c8c8;
  padding: 4px 60px 5px 20px;
}
.search-result-page .search-suggest ul li strong {
  color: #fbb100;
  font-weight: normal;
}
.search-result-page .search-suggest ul li:hover {
  background: #efefef;
  cursor: pointer;
}
.search-result-page .search-suggest ul li:last-child {
  border-bottom: none;
}
.tx-indexedsearch-redMarkup,
.highlight-color {
  color: #fbb100;
}
.search-modal-content .search-suggest ul {
  list-style: none;
  padding: 0px;
  color: #ffffff;
  font-weight: normal;
  padding-top: 4px;
}
.search-modal-content .search-suggest ul li {
  border-bottom: 1px solid #ffffff;
  padding: 4px 60px 5px 20px;
}
.search-modal-content .search-suggest ul li strong {
  color: #fbb100;
  font-weight: normal;
}
.search-modal-content .search-suggest ul li:hover {
  background: #ffffff;
  cursor: pointer;
  color: #0d2238;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(97.6%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
  /*	filter: Alpha(Opacity=.3);  support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
.module-image-sliderbox .slider-nav-item {
  cursor: pointer;
}
.module-image-sliderbox .slider-nav-item:hover img {
  opacity: 0.8;
}
@media (min-width: 1200px) {
  #main-navigation-content ul li {
    margin-top: 47px !important;
  }
  #main-navigation-content ul li a {
    padding-top: 0px;
  }
  #main-navigation-content ul li ul li {
    margin-top: 0px !important;
  }
  #main-navigation-content ul li .link-box a {
    padding: 25px 60px 25px 30px;
    padding-top: 25px !important;
  }
}
.module-collapse .panel h2:hover a,
.module-collapse .panel h2:hover i {
  color: #00468e;
}
.additional-sidebar-col {
  min-height: 800px;
}
.page-overlay {
  z-index: 1060;
}
.header-wrapper {
  z-index: 1039;
}
.megamenu-open .header-wrapper,
.megamenu-mobile-open .header-wrapper {
  z-index: 1069;
}
body.modal-open {
  overflow: hidden;
  height: 100%;
}
.content-area .contenttable {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.content-area .contenttable tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.content-area .contenttable tr td {
  display: table-cell;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.content-area .contenttable tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.content-area .contenttable tr:nth-child(1) td {
  border-top: 0px;
}
.home .box-quickstart-links ul li {
  border: 0px;
}
.home .box-quickstart-links ul li a {
  border-left: 1px solid #c5c5c5 !important;
}
.home .box-quickstart-links ul li:first-child a {
  border-left: 0px !important;
  border-right: 0px !important;
}
.page-introduction .box-quickstart h1 {
  display: inline-block;
  padding: 10px 70px 10px 13px;
  background: #00468e;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0;
}
.page-introduction .box-quickstart-links ul li {
  border: 1px solid #c5c5c5;
}
.page-introduction .box-quickstart-links ul li:last-child a {
  border-left: 0px !important;
}
@media (min-width: 1280px) {
  .box-quickstart-links ul li {
    border: 0px !important;
  }
}
@media (max-width: 1199px) {
  .page-introduction .box-quickstart-links ul li {
    border: 0px !important;
  }
}
.behind-popup {
  z-index: 1009;
}
@media (max-width: 1199px) {
  .home .box-quickstart-links ul {
    border: 1px solid #c5c5c5;
  }
  .home .box-quickstart-links ul li a {
    border-left: 0px !important;
    border-right: 0px !important;
  }
}
.content-container .module-collapse h2 a {
  line-height: 1.3;
}
.content-container .module-collapse .panel-title i {
  top: 18px;
}
.content-container .content-area h2 {
  line-height: 1.3;
}
.content-container .content-area ul {
  margin: 0px !important;
}
.content-area .newsstream ul {
  margin: 30px 0 !important;
}
.content-area .newsstream ul.pagination {
  margin: 0 !important;
}
.content-area h1 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 24px;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .content-area h1 {
    font-size: 3.125rem;
    word-break: normal;
  }
}
.content-area h2 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 25px 0 14px;
}
.content-area h3 {
  font-size: 1.175rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 25px 0 14px;
}
.content-container .content-area h2 {
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .sub-nav ul.sub-nav-group li a {
    padding-top: 7px !important;
  }
}
.newsstream-veranstaltungen h2,
.newsstream-aktuelle-meldungen h2,
.newsstream-aktuelle-themen h2,
.newsstream-presse h2 {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 25px 0 14px;
  position: relative;
  display: block;
  float: left;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 66px 8px 13px;
  text-transform: uppercase;
  background-color: #00468e;
  color: #fff;
  word-break: normal;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.newsstream-veranstaltungen h2:before,
.newsstream-aktuelle-meldungen h2:before,
.newsstream-aktuelle-themen h2:before,
.newsstream-presse h2:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 1px solid #dbdbdb;
  width: 5000%;
  height: 1px;
}
.newsstream-veranstaltungen .button-feed,
.newsstream-aktuelle-meldungen .button-feed,
.newsstream-aktuelle-themen .button-feed,
.newsstream-presse .button-feed {
  margin-top: 10px;
}
@-moz-document url-prefix() {
  .newsstream-header .button-feed {
    margin: 25px 0 14px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .newsstream-header .button-feed {
    margin: 25px 0 14px;
  }
}
@supports (-ms-ime-align:auto) {
  .newsstream-header .button-feed {
    margin: 25px 0 14px;
  }
}
.card-content-area h1 {
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 30px;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin-top: 0px;
}
.card-content-area .card-content-title-support {
  margin-bottom: 10px;
}
.page-blacksite #content-page-overlay,
.page-404 #content-page-overlay {
  z-index: 1030;
}
.module-image-sliderbox {
  margin: 30px 0 30px 0;
}
.module-image-sliderbox figcaption {
  font-size: 14px;
}
.module-image-sliderbox-figure figcaption p {
  font-size: 14px;
}
.footer-button-controls-wrapper a {
  color: #0d2238;
}
.content-area-col .module-treatment-program {
  margin-top: 21px;
}
.content-area-col .module-collapse h4.panel-title {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .additional-sidebar-col {
    min-height: 0 !important;
  }
}
.home .box-treatment-program h2 {
  font-size: 1.75rem;
  font-weight: 300;
  margin: 0 0 18px;
}
@media screen and (min-width: 768px) {
  #box-quickstart-collapse .box-quickstart-collapse-content h3 {
    font-size: 1.75rem;
    font-weight: 300;
    margin: 0 0 18px;
  }
}
.page .module-treatment-program .selectize-dropdown,
.page .module-treatment-program .selectize-input,
.page .module-treatment-program .selectize-input input {
  font-size: 1.175rem;
  word-break: normal;
}
.page .module-treatment-program .selectize-control.single .selectize-input.input-active,
.page .module-treatment-program .selectize-control.multi .selectize-input.input-active,
.page .module-treatment-program .selectize-control.multi .selectize-input input,
.page .module-treatment-program .selectize-control.single .selectize-input input {
  width: 95% !important;
}
@media (max-width: 344px) {
  .page .module-treatment-program .selectize-dropdown,
  .page .module-treatment-program .selectize-input,
  .page .module-treatment-program .selectize-input input {
    font-size: 1.0rem;
  }
}
.page .module-treatment-program .selects-container .selectize-dropdown {
  z-index: 100;
}
.page .module-treatment-program .module-treatment-text-container {
  float: left;
  padding-top: 0px !important;
}
.page .module-html {
  margin-bottom: 15px;
}
.home #tab-veranstaltungen .tab-entry-content h2 {
  font-size: 1.25rem;
  word-wrap: break-word;
}
#feedback-form-container {
  z-index: 1061;
}
#feedback-form-container .success {
  opacity: 1 !important;
}
#feedback-form-container .success h2,
#feedback-form-container .success p,
#feedback-form-container .success .form-group,
#feedback-form-container .success .captcha-container,
#feedback-form-container .success .checkbox {
  opacity: 0.5;
}
.page-newsstream .slick-track .newsstream-veranstaltungen-timeline-entry {
  margin-right: 25px;
}
@media (min-width: 320px) {
  .page-newsstream .streamrow {
    padding-right: 15px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-newsstream .tab-entries-container:before {
    left: 10px !important;
  }
}
@media (min-width: 992px) {
  .page-newsstream .streamrow {
    padding-right: 15px;
    width: 100%;
  }
}
@media (min-width: 1599px) {
  .page-newsstream .slick-track .newsstream-veranstaltungen-timeline-entry {
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  .page-newsstream .streamrow {
    padding-right: 0px;
    width: 75%;
  }
}
#main-navigation-content .mobileonly {
  display: none;
}
@media (max-width: 1199px) {
  #main-navigation-content .mobileonly {
    display: block;
  }
}
.page .content-area h3 {
  font-size: 1.175rem;
}
.page .content-area .module-treatment-program .selectize-input input {
  font-size: 1.1rem !important;
}
.page .content-area .module-form .selectize-input input {
  font-size: 16px;
}
.content-area h3 {
  font-size: 1.175rem;
}
@media screen and (min-width: 1200px) {
  .search-wrapper .form-search .form-control {
    font-size: 16px;
  }
  .search-wrapper .form-search .form-control ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .search-wrapper .form-search .form-control ::-moz-placeholder {
    font-size: 16px;
  }
  .search-wrapper .form-search .form-control :-ms-input-placeholder {
    font-size: 16px;
  }
  .search-wrapper .form-search .form-control input:-moz-placeholder {
    font-size: 16px;
  }
  .box-quickstart-collapse-search-wrapper .form-control {
    font-size: 16px;
  }
  .box-quickstart-collapse-search-wrapper .form-control ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .box-quickstart-collapse-search-wrapper .form-control ::-moz-placeholder {
    font-size: 16px;
  }
  .box-quickstart-collapse-search-wrapper .form-control :-ms-input-placeholder {
    font-size: 16px;
  }
  .box-quickstart-collapse-search-wrapper .form-control input:-moz-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 320px) {
  .page-newsstream .streamrow {
    width: 320px;
  }
}
@media (min-width: 640px) {
  .page-newsstream .streamrow {
    width: 625px;
  }
}
@media (min-width: 1300px) {
  .page-newsstream .streamrow {
    width: 920px !important;
  }
}
@media (min-width: 1599px) {
  .page-newsstream .streamrow {
    width: 980px !important;
  }
}
.page .select-download-filter {
  z-index: 80;
}
.page .select-download-filter .selectize-input {
  cursor: pointer !important;
}
.page .selectize-dropdown-content .option {
  font-size: 16px;
}
.home .box-treatment-program .selectize-input > input {
  font-size: 16px;
}
.home .box-treatment-program .selectize-input div {
  font-size: 16px;
}
.home .box-treatment-program .selectize-dropdown .selectize-dropdown-content .option {
  font-size: 16px;
}
.box-quickstart-collapse-content .select-container .selectize-input > input {
  font-size: 16px;
}
.box-quickstart-collapse-content .select-container .selectize-input div {
  font-size: 16px;
}
.box-quickstart-collapse-content .select-container .selectize-dropdown .selectize-dropdown-content .option {
  font-size: 16px;
}
.module-treatment-program .select-container .selectize-input > input {
  font-size: 16px;
}
.module-treatment-program .select-container .selectize-input div {
  font-size: 16px;
}
.module-treatment-program .select-container .selectize-dropdown .selectize-dropdown-content .option {
  font-size: 16px;
}
.module-form .has-error label {
  color: #0d2238;
}
@media (min-width: 768px) {
  .module-treatment-reset-container {
    position: relative;
    height: 45px;
  }
  .module-treatment-reset-container button {
    position: absolute;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .module-treatment-program .selects-container {
    margin-top: 50px;
  }
}
.home .box-treatment-program .selectize-input input {
  width: 95% !important;
}
.module-form ::-webkit-input-placeholder {
  color: #777777 !important;
  opacity: 0.7 !important;
}
.module-form :-moz-placeholder {
  /* Firefox 18- */
  color: #777777 !important;
  opacity: 0.7 !important;
}
.module-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777 !important;
  opacity: 0.7 !important;
}
.module-form :-ms-input-placeholder {
  color: #777777 !important;
  opacity: 0.7 !important;
}
@media screen and (min-width: 1200px) {
  .page-newsstream-overview .content-area-col {
    margin-left: 25%;
  }
}
.page-newsstream-overview .menu-sidebar-col {
  position: absolute;
}
@media screen and (min-width: 1000px) {
  .page-introduction .page-introduction-content-area-col .page-introduction-intro {
    max-width: 905px;
  }
}
@media screen and (min-width: 1200px) {
  .page-introduction .page-introduction-content-area-col .page-introduction-intro {
    max-width: 870px;
  }
}
@media screen and (min-width: 1600px) {
  .page-introduction .page-introduction-content-area-col .page-introduction-intro {
    max-width: 1026px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-additional-nav {
    margin-top: 5px;
  }
}
.content-area-col .module-treatment-program {
  margin-top: 35px;
}
.footer-meta-container {
  background: #efefef;
}
.open_vtour {
  cursor: pointer;
}
#vtour-modal .modal-dialog {
  margin: 0px;
}
.open_ptour {
  cursor: pointer;
}
#ptour-modal iframe {
  height: 100% !important;
  width: 100%;
}
@media (min-width: 1024px) {
  #ptour-modal iframe {
    height: 600px;
  }
}
@media (min-width: 1920px) {
  #ptour-modal iframe {
    height: 880px;
  }
}
#ptour-modal .modal-body {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  #ptour-modal .modal-dialog {
    height: 90%;
    width: 80% !important;
  }
  #ptour-modal .modal-dialog .modal-content {
    height: 100%;
  }
  #ptour-modal .modal-dialog .modal-content .modal-body {
    height: 90%;
  }
  #ptour-modal .modal-dialog .modal-content .modal-body iframe {
    height: 100%;
  }
  #ptour-modal .modal-dialog .modal-content .modal-footer {
    height: 10%;
  }
}
#vtour-modal {
  height: 100%;
  position: absolute;
  max-height: 960px;
  z-index: 1048;
}
#vtour-modal .modal-dialog {
  max-height: 660px;
}
#vtour-modal .modal-dialog .vtour-modal-content {
  max-height: 660px;
}
@media (min-width: 320px) {
  #vtour-modal {
    padding-top: 30px !important;
    padding-left: 0px;
  }
}
@media (min-width: 415px) {
  #vtour-modal {
    padding-top: 80px !important;
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  #vtour-modal {
    padding-top: 80px !important;
    padding-left: 120px;
  }
}
@media (min-width: 1024px) {
  #vtour-modal {
    padding-top: 70px !important;
    padding-left: 170px;
  }
}
@media (min-width: 1025px) {
  #vtour-modal {
    padding-top: 160px !important;
    padding-left: 350px;
  }
}
@media (min-width: 1200px) {
  #vtour-modal {
    padding-top: 260px !important;
    padding-left: 350px;
  }
}
@media (min-width: 1366px) {
  #vtour-modal {
    padding-top: 260px !important;
    padding-left: 450px;
  }
}
@media (min-width: 1680px) {
  #vtour-modal {
    padding-left: 400px;
  }
}
@media (min-width: 1600px) {
  #vtour-modal {
    padding-top: 300px !important;
    padding-left: 650px;
  }
}
#vtour-modal .modal-dialog:before,
#vtour-modal .modal-dialog:after {
  content: " ";
  display: table;
}
#vtour-modal .modal-dialog:after {
  clear: both;
}
#vtour-modal .modal-dialog:before,
#vtour-modal .modal-dialog:after {
  content: " ";
  display: table;
}
#vtour-modal .modal-dialog:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  #vtour-modal .modal-dialog {
    width: auto;
  }
}
#vtour-modal .modal-dialog .close {
  position: absolute;
  z-index: 1;
  height: 39px;
  line-height: 1;
  padding: 0;
  color: #FFF;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#vtour-modal .modal-dialog .close span {
  font-weight: 200;
  float: left;
}
@media (min-width: 320px) {
  #vtour-modal .modal-dialog .close span {
    display: block;
    font-size: 14px;
    margin-top: 3px;
    margin-right: 5px;
  }
}
@media (min-width: 715px) {
  #vtour-modal .modal-dialog .close span {
    display: block;
    font-size: 16px;
    margin-right: 0px;
  }
}
@media (min-width: 1600px) {
  #vtour-modal .modal-dialog .close span {
    display: block;
    margin-top: 6px;
  }
}
@media (min-width: 320px) {
  #vtour-modal .modal-dialog .close i {
    margin-left: 0px;
  }
}
@media (min-width: 415px) {
  #vtour-modal .modal-dialog .close i {
    margin-left: 20px;
  }
}
@media (min-width: 320px) {
  #vtour-modal .modal-dialog .close {
    font-size: 1.2rem;
    left: 10px;
    top: -32px;
  }
}
@media (min-width: 415px) {
  #vtour-modal .modal-dialog .close {
    font-size: 1.5rem;
    left: -20px;
    top: -35px;
  }
}
@media (min-width: 715px) {
  #vtour-modal .modal-dialog .close {
    left: 0px;
  }
}
@media (min-width: 1280px) {
  #vtour-modal .modal-dialog .close {
    top: -55px;
  }
}
@media (min-width: 1400px) {
  #vtour-modal .modal-dialog .close {
    top: -55px;
  }
}
#vtour-modal .modal-dialog .close:focus,
#vtour-modal .modal-dialog .close:hover {
  color: #fbb100;
}
@media (min-width: 320px) {
  .teaser-vtour {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .teaser-vtour {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.teaser-vtour h2 {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.30769231;
  margin: 0 0 12px;
}
.vtour-modal-content {
  position: relative;
  margin: 0 auto;
}
#fullpage {
  max-height: 660px;
}
#fullpage .section {
  text-align: center;
  height: auto;
  max-height: 660px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#fullpage .section .slide {
  float: left;
  position: relative;
  max-height: 660px;
}
@media (min-width: 320px) {
  #fullpage .section .slide {
    margin-right: 0px;
  }
}
@media (min-width: 415px) {
  #fullpage .section .slide {
    margin-right: 15px;
  }
}
@media (min-width: 320px) {
  #fullpage .section .slide img {
    margin-left: 10px;
    max-width: 250px;
  }
}
@media (min-width: 360px) {
  #fullpage .section .slide img {
    margin-left: 10px;
  }
}
@media (min-width: 415px) {
  #fullpage .section .slide img {
    margin-left: 0px;
    max-width: 300px;
  }
}
@media (min-width: 670px) {
  #fullpage .section .slide img {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  #fullpage .section .slide img {
    max-width: 550px;
  }
}
@media (min-width: 1024px) {
  #fullpage .section .slide img {
    max-width: 740px;
  }
}
@media (min-width: 1025px) {
  #fullpage .section .slide img {
    max-width: 600px;
  }
}
@media (min-width: 1600px) {
  #fullpage .section .slide img {
    max-width: 840px;
  }
}
@media (min-width: 1800px) {
  #fullpage .section .slide img {
    max-width: 940px;
  }
}
#fullpage .section .slide .infobox {
  display: none;
  background: #fff;
  max-height: 520px;
  text-align: left;
  z-index: 11;
}
@media (min-width: 320px) {
  #fullpage .section .slide .infobox {
    position: relative;
    top: 10px;
    left: 10px;
    width: 250px;
  }
  #fullpage .section .slide .infobox p {
    font-size: 12px;
  }
}
@media (min-width: 415px) {
  #fullpage .section .slide .infobox {
    position: absolute;
    top: 190px;
    left: 0px;
    width: 300px;
    max-height: 450px;
  }
  #fullpage .section .slide .infobox p {
    font-size: 14px;
  }
}
@media (min-width: 670px) {
  #fullpage .section .slide .infobox {
    position: absolute;
    top: 222px;
    left: 0px;
    width: 350px;
    max-height: 450px;
  }
  #fullpage .section .slide .infobox p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #fullpage .section .slide .infobox {
    position: absolute;
    top: 349px;
    left: 0px;
    width: 550px;
    max-height: 450px;
  }
  #fullpage .section .slide .infobox p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  #fullpage .section .slide .infobox {
    top: 470px;
    left: 0px;
    width: 740px;
    max-height: 220px;
  }
  #fullpage .section .slide .infobox p {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  #fullpage .section .slide .infobox {
    position: absolute;
    top: 70px;
    left: -260px;
    width: 330px;
    max-height: 450px;
  }
  #fullpage .section .slide .infobox p {
    font-size: 16px;
  }
}
#fullpage .section .slide .infobox .infobox_navigation {
  border-bottom: #dadada 2px solid;
  display: inline-block;
  height: 40px;
  font-size: 20px;
  padding: 10px;
  width: 100%;
}
#fullpage .section .slide .infobox .infobox_navigation i {
  color: #6f9ed4;
  position: absolute;
  top: 10px;
}
#fullpage .section .slide .infobox .infobox_navigation i:hover {
  color: #fbb100;
}
#fullpage .section .slide .infobox .infobox_navigation span {
  position: absolute;
  font-size: 18px;
  top: 10px;
  right: 10px;
}
#fullpage .section .slide .infobox .infobox_navigation .icon-left-circled {
  left: 10px;
}
#fullpage .section .slide .infobox .infobox_navigation .icon-right-circled {
  left: 35px;
}
#fullpage .section .slide .infobox .infobox_navigation .icon-left-circled,
#fullpage .section .slide .infobox .infobox_navigation .icon-right-circled {
  cursor: pointer;
}
#fullpage .section .slide .infobox .infobox_content {
  padding: 20px;
}
#fullpage .section .slide .infobox .infobox_content h1 {
  margin-top: 0px;
}
@media (min-width: 320px) {
  #fullpage .section .slide .infobox .infobox_content h1 {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  #fullpage .section .slide .infobox .infobox_content h1 {
    font-size: 20px;
  }
}
#fullpage .section .slide .fp-overlay-left {
  display: none;
  background: rgba(13, 34, 56, 0.65);
  position: absolute;
  top: 0px;
  height: 100%;
  width: 1500px;
  z-index: 10;
}
@media (min-width: 320px) {
  #fullpage .section .slide .fp-overlay-left {
    left: -1490px;
  }
}
@media (min-width: 415px) {
  #fullpage .section .slide .fp-overlay-left {
    left: -1515px;
  }
}
#fullpage .section .slide .fp-overlay {
  display: none;
  background: rgba(13, 34, 56, 0.65);
  position: absolute;
  top: 0px;
  height: 100%;
  width: 1500px;
  z-index: 10;
}
@media (min-width: 320px) {
  #fullpage .section .slide .fp-overlay {
    right: -1505px;
  }
}
@media (min-width: 415px) {
  #fullpage .section .slide .fp-overlay {
    right: -1515px;
  }
}
#fullpage .section .slide .fp-next {
  display: none !important;
  cursor: pointer;
  position: absolute;
  background: #203049;
  margin-top: -20px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  z-index: 11;
}
#fullpage .section .slide .fp-next:hover:after {
  color: #fbb100;
}
@media (min-width: 320px) {
  #fullpage .section .slide .fp-next {
    right: -10px;
    top: 95px;
  }
}
@media (min-width: 415px) {
  #fullpage .section .slide .fp-next {
    right: -25px;
    top: 50%;
  }
}
#fullpage .section .slide .fp-next:after {
  font-family: 'wtz';
  color: #fff;
  font-size: 20px;
  content: "\e01e";
  position: absolute;
  top: 7px;
  left: 9px;
}
#fullpage .section .slide.active .fp-overlay-left,
#fullpage .section .slide.active .fp-overlay,
#fullpage .section .slide.active .fp-next {
  cursor: pointer;
  display: block !important;
}
#fullpage .section .slide .fp-tableCell {
  height: 660px !important;
}
#fullpage .section .slide:first-child .icon-left-circled {
  cursor: default !important;
  color: #dadada !important;
}
#fullpage .section .slide:first-child .fp-overlay-left {
  display: none !important;
}
#fullpage .section .slide:last-child .icon-right-circled {
  cursor: default !important;
  color: #dadada !important;
}
#fullpage .section .slide:last-child .fp-next,
#fullpage .section .slide:last-child .fp-overlay {
  display: none !important;
}
@media screen and (width: 1366px) {
  .navbar-brand img {
    margin-left: 15px;
  }
}
@media screen and (width: 1366px) {
  .header-additional {
    padding: 8px 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .intro-col table, .intro-col  .mce-highlight-1 {
    font-size: 14px;
  }
}

.shout_out {
  background: #00468e;
  color: #ffffff;
  font-family: "fira-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 1.4rem;
  padding: 16px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .shout_out img {
    position: absolute;
    left: 15px;
    top: 23px;
  }
  .shout_out {
    padding-left: 60px;
    text-align: left;
    font-size: 1.0rem;
  }
}
.shout_out img {
  margin-top: -5px;
  margin-right: 5px;
}
.shout_out span {
  font-weight: 400;
}
.shout_out a:hover {
  color: #fbb100;
}
.shout_out a {
  color: #ffffff;
  text-decoration: underline;
  margin-left: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.navbar-header.ai  > .logo-wrapper >  a:first-of-type {
  margin-right: 15px;
}

.navbar-header.ai  > .logo-wrapper {
  display:flex;
  align-items:center;
  float:left;
}

.meta-branding.newbranding {
  width:164px;
  height:auto;
}

@media screen and (max-width:1199px) {
  .meta-branding.newbranding {
    width: 184px;
  }
}

@media screen and (max-width: 480px) {
  .navbar-header.ai > .logo-wrapper {
    flex-direction: column;
  }

  .meta-branding-wrapper.ai {
    height:auto;
  }

  .meta-branding.newbranding {
    width:135px;
    height:auto;
    display:block;
  }
}
