.relative {
  position: relative;
  left: 0;
  top: 0;
}
.white-background {
  background-color: #ffffff;
}
.smoke-background {
  background-color: #e0e8f7;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}
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,
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: 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 980px;
  width: 100%;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
true, .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: 10px;
}
true, .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.666666666667%;
}
.col-xs-10 {
  width: 83.333333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666666667%;
}
.col-xs-7 {
  width: 58.333333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666666667%;
}
.col-xs-4 {
  width: 33.333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666667%;
}
.col-xs-1 {
  width: 8.3333333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.666666666667%;
}
.col-xs-pull-10 {
  right: 83.333333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.666666666667%;
}
.col-xs-pull-7 {
  right: 58.333333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.666666666667%;
}
.col-xs-pull-4 {
  right: 33.333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666667%;
}
.col-xs-pull-1 {
  right: 8.3333333333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.666666666667%;
}
.col-xs-push-10 {
  left: 83.333333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.666666666667%;
}
.col-xs-push-7 {
  left: 58.333333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.666666666667%;
}
.col-xs-push-4 {
  left: 33.333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666667%;
}
.col-xs-push-1 {
  left: 8.3333333333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.666666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.333333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.666666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 640px) {
  true, .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.666666666667%;
  }
  .col-sm-10 {
    width: 83.333333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666666667%;
  }
  .col-sm-7 {
    width: 58.333333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666666667%;
  }
  .col-sm-4 {
    width: 33.333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.666666666667%;
  }
  .col-sm-pull-10 {
    right: 83.333333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.666666666667%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.666666666667%;
  }
  .col-sm-push-10 {
    left: 83.333333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.666666666667%;
  }
  .col-sm-push-7 {
    left: 58.333333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.666666666667%;
  }
  .col-sm-push-4 {
    left: 33.333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666667%;
  }
  .col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  true, .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.666666666667%;
  }
  .col-md-10 {
    width: 83.333333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666666667%;
  }
  .col-md-7 {
    width: 58.333333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666666667%;
  }
  .col-md-4 {
    width: 33.333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666667%;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.666666666667%;
  }
  .col-md-pull-10 {
    right: 83.333333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.666666666667%;
  }
  .col-md-pull-7 {
    right: 58.333333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.666666666667%;
  }
  .col-md-pull-4 {
    right: 33.333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666667%;
  }
  .col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.666666666667%;
  }
  .col-md-push-10 {
    left: 83.333333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.666666666667%;
  }
  .col-md-push-7 {
    left: 58.333333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.666666666667%;
  }
  .col-md-push-4 {
    left: 33.333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666667%;
  }
  .col-md-push-1 {
    left: 8.3333333333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 870px) {
  true, .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.666666666667%;
  }
  .col-lg-10 {
    width: 83.333333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666666667%;
  }
  .col-lg-7 {
    width: 58.333333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666666667%;
  }
  .col-lg-4 {
    width: 33.333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.666666666667%;
  }
  .col-lg-pull-10 {
    right: 83.333333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.666666666667%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666667%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.666666666667%;
  }
  .col-lg-push-10 {
    left: 83.333333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.666666666667%;
  }
  .col-lg-push-7 {
    left: 58.333333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.666666666667%;
  }
  .col-lg-push-4 {
    left: 33.333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666667%;
  }
  .col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
* {
  -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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  line-height: 1.1;
  color: #333333;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h1,
.h1 {
  font-size: 2em;
}
h2,
.h2 {
  font-size: 1.375em;
  background-color: #e0e8f7;
  padding: 5px 20px;
  margin-left: -20px;
  margin-right: -20px;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1em;
}
h5,
.h5 {
  font-size: 0.875em;
}
h6,
.h6 {
  font-size: 0.750em;
}
p {
  margin: 0 0 1em 0;
  font-size: 0.9em;
}
#page-content .bodytext {
  text-align: justify;
}
.lead {
  margin-bottom: 1em;
  font-size: 0em;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .lead {
    font-size: 1.125em;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
#page-content .align-left,
.align-left {
  text-align: left;
}
#page-content .align-right,
.align-right {
  text-align: right;
}
#page-content .align-center,
.align-center {
  text-align: center;
}
#page-content .align-justify,
.align-justify {
  text-align: justify;
}
.page-header {
  padding-bottom: -0.5em;
  margin: 2em 0 0.5em;
}
.csc-default ul,
.csc-default ol {
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-left: 20px;
  font-size: 0.9em;
}
.csc-default ul li,
.csc-default ol li {
  margin-bottom: 0.5em;
}
.csc-default ul ul,
.csc-default ul ol,
.csc-default ol ul,
.csc-default 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: 1em;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: 1.428571429;
}
.big-text {
  font-size: 1.375em;
}
.csc-default a {
  color: #00a3ff;
  text-decoration: underline;
}
.csc-default a:hover {
  text-decoration: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
  float: left;
}
.nav > li.active > a {
  background-color: #ff9e02;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 6px 14px;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.75em;
  font-weight: 700;
  min-height: 30px;
}
.nav > li > a.home-link {
  padding-top: 0;
  padding-bottom: 0;
}
.nav > li > a.home-link img {
  vertical-align: top;
  margin: 5px 0 0;
}
.nav > li > a.home-link .over {
  display: none;
}
.nav > li > a:hover {
  background-color: #ffffff;
  color: #00a3ff;
}
.nav > li.open > a {
  z-index: 1001;
}
.nav > li.open > a.home-link .default {
  display: none;
}
.nav > li.open > a.home-link .over {
  display: inline;
}
.nav > li > a > img {
  max-width: none;
}
.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
.navbar-collapse.in .nav li {
  float: none;
}
@media (min-width: 870px) {
  .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;
  }
}
.nav.nav-sidebar {
  margin-left: 0;
  font-size: 13px;
  list-style: none;
}
.nav.nav-sidebar li {
  display: none;
}
.nav.nav-sidebar li.active,
.nav.nav-sidebar li.active li {
  display: block;
}
.nav.nav-sidebar > li {
  float: none;
}
.nav.nav-sidebar > li.active a {
  background-color: #00a3ff;
  border-color: #00a3ff;
}
.nav.nav-sidebar > li a {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  font-size: 13px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-right: 8px solid;
  background-color: #00a3ff;
  border-color: #00a3ff;
  color: #ffffff;
  font-weight: 400;
  padding-left: 40px;
}
.nav.nav-sidebar > li a:before {
  width: 30px;
  height: 30px;
  content: " ";
  background: transparent url('/typo3conf/ext/kb/Resources/Public/Images/sprite.png') no-repeat -5px -5px;
  position: absolute;
  top: 0;
  left: 0;
}
.nav.nav-sidebar > li .lvl-1 {
  margin-top: 1px;
}
.nav.nav-sidebar > li .lvl-1 > li {
  margin-bottom: 1px;
}
.nav.nav-sidebar > li .lvl-1 a {
  background-color: #e0e8f7;
  color: #333333;
  border-color: #9eb6c9;
  font-weight: 400;
}
.nav.nav-sidebar > li .lvl-1 a.current {
  font-weight: 700;
  border-color: #ff9e02;
}
.nav.nav-sidebar > li .lvl-1 a.current:before {
  background-position: -85px -5px;
}
.nav.nav-sidebar > li .lvl-1 a:hover:before {
  background-position: -85px -5px;
}
.nav.nav-sidebar > li .lvl-2 {
  margin-top: 1px;
  background-color: #ffffff;
  padding-left: 15px;
  padding-bottom: 15px;
}
.nav.nav-sidebar > li .lvl-2 > li {
  margin-top: 1px;
}
.nav.nav-sidebar > li .lvl-2 a {
  background-color: #eff3fb;
  color: #0278ba;
  border-color: #c6d4e2;
  padding-left: 25px;
}
.nav.nav-sidebar > li .lvl-2 a:before {
  background-position: -45px -5px;
}
.nav.nav-sidebar > li .lvl-3 {
  margin-top: 1px;
  padding-left: 15px;
}
.nav.nav-sidebar > li .lvl-3 > li {
  margin-top: 1px;
}
.nav.nav-sidebar > li .lvl-3 a:before {
  display: none;
}
.nav.nav-sidebar > li .lvl-3 a:hover:before,
.nav.nav-sidebar > li .lvl-3 a.current:before {
  display: block;
}
.product-menu .nav.nav-sidebar li {
  display: block;
  margin-bottom: 0;
}
.product-menu .nav.nav-sidebar .lvl-2 {
  margin-left: 0;
}
.product-menu .nav.nav-sidebar .lvl-2 a {
  font-size: 13px;
  background: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
  padding-bottom: 7px;
}
.product-menu .nav.nav-sidebar .lvl-2 a:hover {
  text-decoration: underline;
}
.product-menu .nav.nav-sidebar .lvl-2 a.active {
  font-weight: 700;
}
.product-menu .nav.nav-sidebar .lvl-2 a.active:before {
  background-position: -85px -5px;
}
#mobile-menu {
  display: block !important;
  position: absolute;
  left: -320px;
  width: 320px;
  top: 96px;
  padding-top: 0;
  padding-left: 10px;
}
@media (min-width: 639px) {
  #mobile-menu {
    top: 157px;
    padding-left: 20px;
  }
}
#mobile-menu #close {
  position: absolute;
  top: 40px;
  right: 5px;
  width: 26px;
  height: 26px;
  background: transparent url(/typo3conf/ext/kb/Resources/Public/Images/sprite.png) no-repeat -215px 0;
  border: 0 none;
}
#mobile-menu a:before {
  display: none;
}
#mobile-menu a {
  border-right: none !important;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
}
#mobile-menu .nav.nav-sidebar {
  padding-right: 36px;
}
#mobile-menu .nav.nav-sidebar li {
  display: block;
  margin-bottom: 10px;
}
#mobile-menu .nav.nav-sidebar li.active,
#mobile-menu .nav.nav-sidebar li.active li {
  display: block;
}
#mobile-menu .nav.nav-sidebar li a.current,
#mobile-menu .nav.nav-sidebar li a.active {
  background-color: #ff9e02;
}
#mobile-menu .nav.nav-sidebar .lvl-1 {
  margin-top: 10px;
  padding-right: 0;
}
#mobile-menu .nav.nav-sidebar .lvl-1 > li {
  display: none;
  margin-bottom: 0;
}
#mobile-menu .nav.nav-sidebar .lvl-1 > li.active,
#mobile-menu .nav.nav-sidebar .lvl-1 > li.active li {
  display: block;
}
#mobile-menu .nav.nav-sidebar .lvl-1 > li a {
  background-color: transparent !important;
  padding-left: 20px;
}
#mobile-menu .nav.nav-sidebar .lvl-2 {
  background: transparent;
  padding-right: 0;
  padding-bottom: 0;
}
#mobile-menu .nav.nav-sidebar .lvl-2 > li a {
  font-weight: 400;
  padding-left: 5px;
}
#mobile-menu .nav.nav-sidebar .lvl-3 {
  padding-right: 0;
}
@media (min-width: 870px) {
  #mobile-menu {
    left: -320px !important;
  }
  #page-content .content {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 869px) {
  #mobile-menu .country-flag {
    font-size: 16px;
  }
  #mobile-menu .country li a {
    padding-left: 0;
    font-size: 16px;
  }
}
.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: 0.75em;
  background-color: #00a3ff;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu.fly-out-menu {
  background-color: transparent !important;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu > li > a {
  text-decoration: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #ff9e02;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #9eb6c9;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e0e8f7;
}
.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;
  position: absolute !important;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
@media (max-width: 869px) {
  .dropdown-menu {
    position: relative;
    float: none;
  }
}
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  position: relative;
  left: 0;
  top: 0;
  color: #333333;
  font-size: 100%;
  line-height: 1.125em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 auto;
  background: #e0e8f7;
  overflow: hidden;
  min-height: 100%;
}
#header {
  padding: 10px 80px 10px 10px;
  background: #ffffff url(/typo3conf/ext/kb/Resources/Public/Images/header.png) no-repeat;
  background-size: cover;
  margin: 10px auto 10px auto;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 640px) {
  #header {
    margin: 20px auto 10px auto;
  }
}
#header #page-logo-link {
  width: 100%;
  display: block;
}
#header #page-logo-link img {
  width: 321px;
  height: 52px;
  display: 'block';
  max-width: 100%;
  height: auto;
}
#header #slogan {
  font-size: 1.2525em;
  color: #637c8e;
  font-weight: 400;
}
@media (min-width: 870px) {
  #header #slogan {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.62625em;
  }
}
#header #mobile-menu-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 0;
  padding: 10px;
  background-color: transparent;
  background-image: none;
}
#header #mobile-menu-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 4px;
  background-color: #637c8e;
}
#header #mobile-menu-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 640px) {
  #header #nav-toggle {
    width: 64px;
    height: 64px;
    margin-top: -32px;
  }
  #header #nav-toggle .icon-bar {
    height: 8px;
    width: 44px;
  }
  #header #nav-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
  }
}
#container {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50,50,50,0.75);
  box-shadow: 0px 0px 20px 0px rgba(50,50,50,0.75);
  background: #e0e8f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZThmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGU4ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,#e0e8f7 0%, 50%, 50%,#e0e8f7 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e0e8f7),color-stop(50%,),color-stop(50%,),color-stop(100%,#e0e8f7));
  background: -webkit-linear-gradient(left,#e0e8f7 0%, 50%, 50%,#e0e8f7 100%);
  background: -o-linear-gradient(left,#e0e8f7 0%, 50%, 50%,#e0e8f7 100%);
  background: -ms-linear-gradient(left,#e0e8f7 0%, 50%, 50%,#e0e8f7 100%);
  background: linear-gradient(to right,#e0e8f7 0%, 50%, 50%,#e0e8f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0e8f7,endColorstr=#e0e8f7,GradientType=1);
}
#main-menu {
  padding-right: 162px;
  background: #00a3ff;
  height: 30px;
}
#main-menu > li {
  background-color: #00a3ff;
}
#main-menu li.open {
  background-color: #ffffff;
}
#main-menu li.open a {
  color: #00a3ff;
  background-color: #ffffff;
}
#main-menu li.active > a {
  color: #ffffff;
}
#main-menu li.active.open > a {
  color: #00a3ff;
}
#main-menu li.active a:hover {
  color: #00a3ff;
}
.page-content {
  padding: 20px;
}
.page-content:after {
  content: "";
  display: table;
  clear: both;
}
.csc-header-line {
  background-image: url('data:image/gif;base64,R0lGODlhDwAYAIAAAACj/////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU0OTExLCAyMDEzLzEwLzI5LTExOjQ3OjE2ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRGMTdBREExRTAxMzExRTNBQTlGOERDODQyRTQ4QUQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRGMTdBREEyRTAxMzExRTNBQTlGOERDODQyRTQ4QUQzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEYxN0FEOUZFMDEzMTFFM0FBOUY4REM4NDJFNDhBRDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEYxN0FEQTBFMDEzMTFFM0FBOUY4REM4NDJFNDhBRDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAADwAYAAACF4yPqcvtD6OctEKAs968+2+F4kiW5lEAADs=');
  background-repeat: repeat-x;
  background-position: 0 50%;
  padding-left: 15px;
}
.csc-header-line .headline {
  background-color: #ffffff;
  display: inline;
  font-size: 1.125em;
  padding: 0 5px;
  color: #333333;
}
.csc-header-line.short {
  background: none;
  padding-left: 0;
}
.csc-header-line.short h3:after,
.csc-header-line.short h3:before {
  content: " ";
  width: 15px;
  margin: 0 5px;
  background-image: url('data:image/gif;base64,R0lGODlhDwAYAIAAAACj/////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU0OTExLCAyMDEzLzEwLzI5LTExOjQ3OjE2ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRGMTdBREExRTAxMzExRTNBQTlGOERDODQyRTQ4QUQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRGMTdBREEyRTAxMzExRTNBQTlGOERDODQyRTQ4QUQzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEYxN0FEOUZFMDEzMTFFM0FBOUY4REM4NDJFNDhBRDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEYxN0FEQTBFMDEzMTFFM0FBOUY4REM4NDJFNDhBRDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAADwAYAAACF4yPqcvtD6OctEKAs968+2+F4kiW5lEAADs=');
  background-repeat: repeat-x;
  background-position: 0 50%;
  padding-left: 15px;
}
.csc-header-line.short h3:after .headline,
.csc-header-line.short h3:before .headline {
  background-color: #ffffff;
  display: inline;
  font-size: 1.125em;
  padding: 0 5px;
  color: #333333;
}
.csc-header-line.short h3:before {
  margin-left: 0;
}
.important {
  color: #ff9e02;
  font-weight: 700;
}
.detail {
  color: #000000;
  font-weight: 700;
}
.breadcrumb {
  padding: 8px 0;
  margin: 5px 10px 0 10px;
  list-style: none;
  font-family: 'Open Sans', sans-serif;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:after {
  content: ">";
  color: #333333;
  margin: 0 3px;
  display: inline-block;
  font-size: 0.75em;
}
.breadcrumb li:last-child:after {
  content: " ";
}
.breadcrumb a {
  font-size: 0.75em;
  color: #0278ba;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.page-title h1 {
  margin-top: 0;
  font-weight: 200;
}
.csc-header-n1 h1,
.csc-header-n1 h2,
.csc-header-n1 h3,
.csc-header-n1 h4,
.csc-header-n1 h5 h6 {
  margin-top: -6px;
}
.csc-header h2 {
  background: transparent;
}
.product-menu {
  margin-top: 20px;
  margin-bottom: 20px;
}
.no-margin .product-menu {
  margin-top: 0;
  margin-bottom: 0;
}
.csc-textpic-text h1,
.csc-textpic-text h2,
.csc-textpic-text h3 {
  margin-top: 0;
}
.csc-textpic-caption {
  margin: 0;
  font-size: 0.9em;
  padding: 10px 0;
  color: #8c8c8c;
  background: transparent;
  border-top: 0 none;
  font-style: italic;
}
.icon-mail {
  background: transparent url('/typo3conf/ext/kb/Resources/Public/Images/sprite.png') no-repeat -160px 0;
  height: 35px;
  width: 50px;
  display: inline-block;
  margin: 0 10px -20px 5px;
}
#footer .icon-mail {
  background-position: left -17px;
  background-size: 218px 218px;
  -o-background-size: 218px 218px;
  -webkit-background-size: 218px 218px;
  -moz-background-size: 218px 218px;
  -khtml-background-size: 218px 218px;
  height: 31px;
  width: 43px;
}
.top-border {
  border-top: 1px dotted #333333;
  padding-top: 20px;
}
.left-column p.bodytext,
.left-column p,
.left-column a {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 640px) {
  .csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left: 0 !important;
  }
  .csc-textpic-intext-right-nowrap .csc-textpic-text {
    margin-right: 0 !important;
  }
}
@media (min-width: 870px) {
  .two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
#footer {
  background: #0278ba;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyNTliMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzA4OTlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjU5YjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,#0278ba 0%,#00a3ff 50%,#0278ba 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#0278ba),color-stop(50%,#00a3ff),color-stop(100%,#0278ba));
  background: -webkit-linear-gradient(left,#0278ba 0%,#00a3ff 50%,#0278ba 100%);
  background: -o-linear-gradient(left,#0278ba 0%,#00a3ff 50%,#0278ba 100%);
  background: -ms-linear-gradient(left,#0278ba 0%,#00a3ff 50%,#0278ba 100%);
  background: linear-gradient(to right,#0278ba 0%,#00a3ff 50%,#0278ba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0278ba,endColorstr=#0278ba,GradientType=1);
  padding: 5px 20px;
  margin-top: 10px;
}
#footer a,
#footer p {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 0;
}
#footer a:hover {
  text-decoration: underline;
}
#footer #icons {
  text-align: left;
  vertical-align: top;
}
#footer #icons .csc-default {
  vertical-align: top;
  margin-left: 0;
}
#footer #icons .csc-default:first-child {
  margin-left: 0;
}
@media (min-width: 640px) {
  #footer #icons {
    text-align: right;
  }
  #footer #icons .csc-default {
    display: inline-block;
    margin-left: 20px;
  }
}
@media (min-width: 640px) {
  #footer-links .contact-info {
    width: 20%;
  }
  #footer-links .international-links {
    width: 10%;
  }
  #footer-links #icons {
    width: 36%;
  }
}
@media (min-width: 640px) and (max-width: 982px) {
  #footer-links .contact-info {
    width: 33%;
  }
  #footer-links .international-links {
    width: 17%;
  }
  #footer-links .internal-links {
    width: 25%;
  }
  #footer-links .social-icons {
    width: 25%;
  }
  #footer-links #icons {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #footer-links .international-links p,
  #footer-links .internal-links p {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  #footer-links #icons .csc-textpic-imagerow .csc-textpic-imagecolumn img {
    margin-bottom: 10px;
  }
  #footer-links #icons .csc-textpic-imagerow .csc-textpic-imagecolumn:last-child img {
    margin-bottom: 0;
  }
}
.image-wrap,
.modal-body {
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.image-wrap img,
.image-wrap a > img,
.modal-body img,
.modal-body a > img {
  display: 'block';
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.image-wrap .caption,
.modal-body .caption {
  padding: 10px;
  color: #ffffff;
  background: #9eb6c9;
  border-top: 6px solid #00a3ff;
}
.teaser a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9975em;
  line-height: 1.5em;
  text-shadow: #637c8e 1px 1px 2px;
  font-family: 'Open Sans', sans-serif;
}
.teaser a:hover {
  text-decoration: none;
}
.teaser a:hover .caption:before {
  background-color: #ff9e02;
}
.teaser .teaser-image {
  background-position: center center;
  background-size: cover;
  height: 194px;
  margin-bottom: 3px;
  border: 3px solid #ffffff;
}
@media (min-width: 640px) {
  .teaser .teaser-image {
    background-position: center center;
    background-size: cover;
    height: 174px;
  }
}
@media (min-width: 768px) {
  .teaser .teaser-image {
    background-position: center center;
    background-size: cover;
    height: 144px;
  }
}
.teaser .teaser-image.special {
  display: none;
}
.teaser .caption {
  padding: 5px 15px;
  background-color: #9eb6c9;
  min-height: 60px;
  margin-top: 12px;
  position: relative;
  top: 0;
  left: 0;
  text-decoration: none;
}
.teaser .caption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75em;
  margin-bottom: 0;
}
.teaser .caption p.title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125em;
  min-height: 3em;
}
.teaser .caption p.description {
  line-height: 1.5em;
  min-height: 3em;
}
.teaser .caption:before {
  content: " ";
  display: block;
  height: 6px;
  background-color: #00a3ff;
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
}
.columns-4 .teaser .caption p.title {
  font-size: 0.975em;
}
@media (min-width: 768px) {
  .browser_msie .teaser-image.standard {
    display: none;
  }
  .browser_msie .teaser-image.special {
    display: block;
  }
}
.keyvisual {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 115px;
  min-width: 300px;
  overflow: hidden;
}
.keyvisual img {
  width: 100%;
  height: auto;
  position: absolute;
}
@media (max-width: 480px) {
  .keyvisual {
    height: 115.74468085106;
  }
}
@media (min-width: 480px) {
  .keyvisual {
    height: 173.6170212766px;
  }
}
@media (min-width: 640px) {
  .keyvisual {
    height: 173.6170212766px;
  }
}
@media (min-width: 768px) {
  .keyvisual {
    height: 277.78723404255px;
  }
}
@media (min-width: 870px) {
  .keyvisual {
    height: 314.68085106383px;
  }
}
@media (min-width: 960px) {
  .keyvisual {
    height: 340px;
  }
}
.keyvisual .keyvisual {
  height: 100%;
}
.keyvisual .keyvisual .slides {
  height: 100%;
}
.keyvisual .keyvisual .slides > div > a {
  display: block;
}
.slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 300px;
  height: 115px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .slides {
    height: 115.74468085106;
  }
}
@media (min-width: 480px) {
  .slides {
    height: 173.6170212766px;
  }
}
@media (min-width: 640px) {
  .slides {
    height: 173.6170212766px;
  }
}
@media (min-width: 768px) {
  .slides {
    height: 277.78723404255px;
  }
}
@media (min-width: 870px) {
  .slides {
    height: 314.68085106383px;
  }
}
@media (min-width: 960px) {
  .slides {
    height: 340px;
  }
}
table {
  max-width: 100%;
  width: 100%;
  background-color: #e0e8f7;
  font-size: 0.81em;
}
table.contenttable-color-245 {
  background-color: #f0f2f5;
}
th {
  text-align: left;
}
.table,
.contenttable {
  width: 100%;
  margin-bottom: 1em;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
.contenttable > thead > tr > th,
.contenttable > thead > tr > td,
.contenttable > tbody > tr > th,
.contenttable > tbody > tr > td,
.contenttable > tfoot > tr > th,
.contenttable > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #ffffff;
}
.table > thead > tr > th,
.contenttable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  background-color: #637c8e;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.contenttable > caption + thead > tr:first-child > th,
.contenttable > caption + thead > tr:first-child > td,
.contenttable > colgroup + thead > tr:first-child > th,
.contenttable > colgroup + thead > tr:first-child > td,
.contenttable > thead:first-child > tr:first-child > th,
.contenttable > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
.contenttable > tbody + tbody {
  border-top: 2px solid #ffffff;
}
.table .table,
.contenttable .table {
  background-color: #e0e8f7;
}
.table caption,
.contenttable caption {
  text-align: right;
  margin: 0.25em 0;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ffffff;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ffffff;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.contenttable > tbody > tr:nth-child(odd) > td,
.contenttable > tbody > tr:nth-child(odd) > th {
  background-color: #e0e8f7;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #637c8e;
}
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;
}
@media (max-width: 639px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0.75em;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ffffff;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  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%);
  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);
  transform: translate(0,0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 20px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,0.2);
  -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: none;
}
#modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(/typo3conf/ext/kb/Resources/Public/Images/sprite.png) no-repeat -245px 0;
  border: 0 none;
  cursor: pointer;
  z-index: 100;
}
.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: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 30.875px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 0.875em;
}
.modal-body {
  position: relative;
  padding: 40px 20px 20px 20px;
}
.modal-body figcaption.csc-textpic-caption {
  display: block;
  margin: 0;
  padding-bottom: 0;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}
@media (min-width: 640px) {
  .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: 768px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 80%;
    max-width: 940px;
  }
}
.fly-out {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 5px 0px #888888;
  box-shadow: 0px 0px 5px 0px #888888;
}
.fly-out .row {
  width: 220px;
  margin: 0;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  padding: 5px;
}
.fly-out .row:before,
.fly-out .row:after {
  content: " ";
  display: table;
}
.fly-out .row:after {
  clear: both;
}
.fly-out .row.fly-out-row-0 {
  display: none;
}
.fly-out .row.fly-out-row-1-5 {
  width: 340px;
}
.fly-out .row.fly-out-row-2 {
  width: 451px;
}
.fly-out .row.fly-out-row-2-5 {
  width: 561px;
}
.fly-out .row.fly-out-row-3 {
  width: 672px;
}
.fly-out .row.fly-out-row-3-5 {
  width: 782px;
}
.fly-out .row.fly-out-row-4 {
  width: 893px;
}
.fly-out .row.fly-out-row-4-5 {
  width: 1003px;
}
.fly-out .row.fly-out-row-5 {
  width: 1114px;
}
.fly-out .row.fly-out-row-5-5 {
  width: 1224px;
}
.fly-out .row.fly-out-row-6 {
  width: 1335px;
}
.fly-out .row.fly-out-row-6-5 {
  width: 1445px;
}
.fly-out .row.fly-out-row-7 {
  width: 1556px;
}
.fly-out .row.fly-out-row-7-5 {
  width: 1666px;
}
.fly-out .row.fly-out-row-8 {
  width: 1777px;
}
.fly-out .row.fly-out-row-8-5 {
  width: 1887px;
}
.fly-out .row .column,
.fly-out .row .csc-default {
  float: left;
  width: 220px;
  -webkit-box-sizing: 'border-box';
  -moz-box-sizing: 'border-box';
  box-sizing: 'border-box';
  padding: 0 20px;
  margin: 20px 0;
  border-left: 1px dotted #000000;
}
.fly-out .row .column.fly-out-middle-content,
.fly-out .row .csc-default.fly-out-middle-content {
  width: 330px;
}
.fly-out .row .column.fly-out-long-content,
.fly-out .row .csc-default.fly-out-long-content {
  width: 440px;
}
.fly-out .row .column:first-child,
.fly-out .row .csc-default:first-child {
  border-left: 0 none;
}
.fly-out.right {
  left: auto;
  right: 0;
}
.fly-out h1,
.fly-out h2,
.fly-out h3,
.fly-out h4,
.fly-out h5,
.fly-out h6 {
  font-size: 15px;
  color: #333333;
  margin: 0 0 15px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.fly-out p {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 5px 0;
  color: #0278ba;
}
.fly-out a {
  color: #0278ba;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
.fly-out a:hover {
  text-decoration: underline;
}
.fly-out .csc-textpic-above .csc-textpic-imagewrap {
  padding-bottom: 10px;
}
.fly-out [data-current-page] {
  font-weight: bold;
  color: #ff9e02 !important;
}
.fly-out h1 a {
  color: #333333 !important;
  font-size: 15px;
  background-color: transparent !important;
}
.open .fly-out {
  display: block;
}
.language-menu {
  background: #ffffff;
  list-style: none;
  padding: 20px 20px 0 20px;
  width: 100%;
  margin: 0;
  border-radius: 0 0 5px 5px;
  left: auto;
  right: 0;
}
.language-menu li,
.language-menu ul li {
  list-style: none;
  background-color: #ffffff;
  color: #00a3ff;
}
.language-menu li a,
.language-menu ul li a {
  color: #00a3ff;
  text-decoration: none;
}
.language-menu li.current a,
.language-menu li a:hover,
.language-menu ul li.current a,
.language-menu ul li a:hover {
  color: #ff9e02;
}
.language-menu .country {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333333;
}
.language-menu .country li.country-flag.de {
  background: transparent url("/typo3/gfx/flags/de.gif") no-repeat left bottom;
}
.language-menu .country li.country-flag.pl {
  background: transparent url("/typo3/gfx/flags/pl.gif") no-repeat left bottom;
}
.language-menu .country li.country-flag.cn {
  background: transparent url("/typo3/gfx/flags/cn.gif") no-repeat left bottom;
}
.language-menu .country li.country-flag.gb {
  background: transparent url("/typo3/gfx/flags/gb.gif") no-repeat left bottom;
}
.language-menu .country li {
  padding-left: 25px;
}
.language-menu .country li.country-flag {
  font-weight: 700;
}
.language-menu .country li.country-flag.external {
  font-weight: 400;
}
.lang-menu-switch {
  width: 130px;
  border-left: 10px solid #e0e8f7;
}
.language-link {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.language-link .caret {
  position: absolute;
  top: 50%;
  right: 15px;
}
@media (max-width: 869px) {
  .language-menu {
    background: transparent;
  }
  .language-menu li,
  .language-menu ul li {
    margin: 0 0 6px 0 !important;
    background-color: transparent;
  }
  .language-menu li a,
  .language-menu ul li a {
    background-color: transparent !important;
    padding: 0 !important;
  }
  .language-menu li:not(.current) a {
    color: #00a3ff !important;
  }
  .language-menu .country:last-child {
    border: 0 none;
  }
  .lang-menu-switch {
    width: auto;
    border: 0 none;
    position: relative !important;
  }
}
.csc-default .news-link {
  font-size: 1.35em;
  color: #333333;
  text-decoration: none;
  font-weight: 200;
  line-height: 1.7142857148;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 15px;
}
.csc-default .news-link:before {
  width: 8px;
  height: 11px;
  content: '';
  background: transparent url('/typo3conf/ext/kb/Resources/Public/Images/sprite.png') no-repeat -56px -16px;
  position: absolute;
  top: 8px;
  left: 0;
}
.csc-default .news-link:hover {
  color: #00a3ff;
}
.csc-default .news-link:hover:before {
  background-position: -96px -16px;
}
.news-detail img {
  border: 1px solid #9eb6c9;
}
.news-detail p.caption {
  padding: 10px 0;
  color: #9eb6c9;
  background: transparent;
  border-top: 0 none;
  font-style: italic;
}
a.back-link {
  font-size: 1.3125em;
  color: #9eb6c9;
  text-decoration: none;
  padding-left: 15px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: 0;
  left: 0;
}
a.back-link:before {
  width: 20px;
  height: 30px;
  content: " ";
  background: transparent url('/typo3conf/ext/kb/Resources/Public/Images/sprite.png') no-repeat -45px -5px;
  position: absolute;
  top: -1px;
  left: -10px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 639px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 869px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 870px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 639px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 869px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 870px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.csc-textpic-image img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
