.ce-align-left {
  text-align: left;
}
.ce-align-center {
  text-align: center;
}
.ce-align-right {
  text-align: right;
}
.ce-table td,
.ce-table th {
  vertical-align: top;
}
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}
.ce-left .ce-gallery,
.ce-column {
  float: left;
}
.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}
.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}
.ce-right .ce-gallery {
  float: right;
}
.ce-gallery figure {
  display: table;
  margin: 0;
}
.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}
.ce-gallery img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ce-gallery iframe {
  border-width: 0;
}
.ce-intext {
  overflow: hidden;
}
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 20px;
}
.ce-intext.ce-right .ce-gallery {
  max-width: calc(50% + 30px);
  padding-left: 30px;
}
.ce-intext.ce-left .ce-gallery {
  margin-right: 40px;
}
.ce-column:last-child {
  margin-right: 0;
}
.ce-row:last-child {
  margin-bottom: 0;
}
.ce-above .ce-bodytext {
  clear: both;
}
.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}
.ce-uploads {
  margin: 0;
  padding: 0;
}
.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}
.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}
.ce-uploads span {
  display: block;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
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: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 570px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
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: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 570px) {
  .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: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  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%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  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;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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 {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  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 {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  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 {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  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 {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  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 {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
@media screen and (max-width: 569px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .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: 20px;
  font-size: 21px;
  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: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  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: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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 {
  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;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 {
  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 {
  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.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 570px) {
  .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 .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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 570px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 570px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 570px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
* {
  -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: 'Open Sans', 'Myriad Pro', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
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;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
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;
}
@media (min-width: 570px) {
  .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 .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;
  }
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row: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-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.container:after,
.container-fluid:after,
.row: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-footer:after {
  clear: both;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fileadmin/template/Public/fonts//fontawesome-webfont.eot?v=4.1.0');
  src: url('/fileadmin/template/Public/fonts//fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('/fileadmin/template/Public/fonts//fontawesome-webfont.woff?v=4.1.0') format('woff'), url('/fileadmin/template/Public/fonts//fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('/fileadmin/template/Public/fonts//fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
/*
@font-face {
    font-family: 'flexslider-icon';
    src:url('../fonts/flexslider-icon.eot');
    src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/flexslider-icon.woff') format('woff'),
        url('../fonts/flexslider-icon.ttf') format('truetype'),
        url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider ul,
.flexslider ol {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.flexslider li {
  padding: 0 !important;
  list-style: none !important;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  font-size: 0.001em;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 48px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
}
.flex-direction-nav a:before {
  font-family: FontAwesome;
  content: "\f053";
  padding: 0px 2px 0px 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.flex-direction-nav a:before.pull-left {
  margin-right: .3em;
}
.flex-direction-nav a:before.pull-right {
  margin-left: .3em;
}
.flex-direction-nav a:before {
  font-family: FontAwesome;
  content: "\f053";
  padding: 0px 2px 0px 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.flex-direction-nav a:before.pull-left {
  margin-right: .3em;
}
.flex-direction-nav a:before.pull-right {
  margin-left: .3em;
}
.flex-direction-nav a.flex-next:before {
  font-family: FontAwesome;
  content: "\f054";
  padding: 0px 2px 0px 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.flex-direction-nav a.flex-next:before.pull-left {
  margin-right: .3em;
}
.flex-direction-nav a.flex-next:before.pull-right {
  margin-left: .3em;
}
.flex-direction-nav a.flex-next:before {
  font-family: FontAwesome;
  content: "\f054";
  padding: 0px 2px 0px 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.flex-direction-nav a.flex-next:before.pull-left {
  margin-right: .3em;
}
.flex-direction-nav a.flex-next:before.pull-right {
  margin-left: .3em;
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 820px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-300.eot');
  src: local(''), url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-300.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-regular.eot');
  src: local(''), url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-600.eot');
  src: local(''), url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-600.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-700.eot');
  src: local(''), url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fileadmin/template/Public/fonts/open-sans-v34-latin-ext_latin-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/*
.make-column(@large, @medium, @small, @tiny: 16) {
    .make-xs-column(@tiny);
    .make-sm-column(@small);
    .make-md-column(@medium);
    .make-lg-column(@large);
}

.make-column-offset(@large, @medium, @small, @tiny: 16) {
    .make-xs-column-offset(@tiny);
    .make-sm-column-offset(@small);
    .make-md-column-offset(@medium);
    .make-lg-column-offset(@large);
}
*/
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', 'Myriad Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}
.clearer {
  float: none !important;
  clear: both;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.ui-accordion-header:focus,
.ui-accordion-header:active,
a:focus,
a:active {
  outline: none;
}
#page #pageheader {
  margin: auto;
  padding: 50px 0px 0px 0px;
  height: 400px;
  height: 560px;
  position: relative;
}
@media (max-width: 940px) {
  #page #pageheader {
    background-size: cover;
    padding: 0px 0px 0px 0px;
    height: 300px;
  }
  #page #pageheader #bg .flexslider .imagewrap,
  #page #pageheader #bg {
    height: 300px !important;
  }
}
@media (max-width: 570px) {
  #page #pageheader {
    height: 200px;
  }
  #page #pageheader #bg .flexslider .imagewrap,
  #page #pageheader #bg {
    height: 200px !important;
  }
}
#page #pageheader #bg {
  height: 400px;
  height: 560px;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0px;
}
#page #pageheader #bg .flexslider {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
#page #pageheader #bg .flexslider .imagewrap {
  height: 400px;
  height: 560px;
  background-position: center top;
  background-size: cover;
}
#page #pageheader #bg .flexslider .flex-direction-nav .flex-prev {
  left: 0px;
}
#page #pageheader #bg .flexslider .flex-direction-nav .flex-next {
  right: 0px;
}
#page #pageheader .cell {
  width: 100%;
  max-width: 940px;
  margin: auto;
  position: relative;
  z-index: 22;
}
@media (max-width: 940px) {
  #page #pageheader .cell {
    padding: 0px 50px 0px 50px;
  }
}
@media (max-width: 460px) {
  #page #pageheader .cell {
    padding: 0px 20px 0px 20px;
  }
}
#page #pageheader .cell #logo {
  padding-bottom: 20px;
}
@media (max-width: 940px) {
  #page #pageheader .cell #logo {
    position: absolute;
    left: 50px;
    top: 50px;
    z-index: 1;
  }
}
@media (max-width: 570px) {
  #page #pageheader .cell #logo {
    top: 20px;
  }
}
@media (max-width: 460px) {
  #page #pageheader .cell #logo {
    left: 20px;
  }
}
#page #pageheader .cell #logo a {
  display: block;
  width: 140px;
  height: 140px;
  background: url(/fileadmin/template/Public/img/logo.gif) left top no-repeat transparent;
}
#page #pageheader .cell .topmenu {
  background-color: #ffffff;
  position: absolute;
  right: 0px;
  top: -50px;
  padding: 3px 28px 4px 28px;
  font-size: 14px;
}
#page #pageheader .cell .topmenu .menu {
  float: left;
}
#page #pageheader .cell .topmenu .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page #pageheader .cell .topmenu .menu ul li {
  float: left;
  margin: 0;
  padding: 0px 0px 0px 0px;
}
@media (max-width: 940px) {
  #page #pageheader .cell .topmenu .menu {
    display: none;
  }
}
#page #pageheader .cell .topmenu form.search {
  float: right;
  padding-left: 10px;
  position: relative;
}
#page #pageheader .cell .topmenu form.search .typeahead {
  color: #0058a3;
  border: none;
  background-color: #EEE;
  width: 110px;
  padding: 0px 0px 0px 5px;
}
#page #pageheader .cell .topmenu form.search .small-2 {
  position: absolute;
  right: 5px;
  top: 0px;
}
#page #pageheader .cell .topmenu form.search .small-2 .button {
  padding: 0;
  background: none;
  border: none;
}
#page #pageheader .cell .topmenu form.search .small-2 .fi-magnifying-glass {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0058a3;
}
#page #pageheader .cell .topmenu form.search .small-2 .fi-magnifying-glass.pull-left {
  margin-right: .3em;
}
#page #pageheader .cell .topmenu form.search .small-2 .fi-magnifying-glass.pull-right {
  margin-left: .3em;
}
#page #pageheader .cell .topmenu form.search .small-2 .fi-magnifying-glass:before {
  content: "\f002";
}
#page #pageheader .cell .topmenu form.search .small-2 .fi-magnifying-glass.pull-left {
  margin-right: .3em;
}
#page #pageheader .cell .topmenu form.search .small-2 .fi-magnifying-glass.pull-right {
  margin-left: .3em;
}
#page #pageheader .cell .topmenu form.search .small-2 .fi-magnifying-glass:before {
  content: "\f002";
}
#page #pageheader .cell .topmenu form.search .tt-menu {
  left: -5px;
}
#page #pageheader .cell .topmenu form.search .tt-menu .tt-suggestion {
  padding: 2px 10px 2px 10px;
}
#page #pageheader .cell .topmenu form.search .tt-menu .tt-suggestion:hover {
  background-color: #c5d0e9;
}
#page #pageheader .cell #pusher {
  display: none !important;
  position: absolute;
  z-index: 3;
  right: 50px;
  top: 50px;
  width: 60px;
  height: 60px;
  background-color: #0058a3;
  color: #ffffff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
#page #pageheader .cell #pusher.pull-left {
  margin-right: .3em;
}
#page #pageheader .cell #pusher.pull-right {
  margin-left: .3em;
}
#page #pageheader .cell #pusher:before {
  content: "\f0c9";
}
#page #pageheader .cell #pusher.pull-left {
  margin-right: .3em;
}
#page #pageheader .cell #pusher.pull-right {
  margin-left: .3em;
}
#page #pageheader .cell #pusher:before {
  content: "\f0c9";
}
#page #pageheader .cell #pusher.act:before {
  padding: 0px 0px 0px 9px;
  content: "×";
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 50px;
}
#page #pageheader .cell #pusher:before {
  font-size: 44px;
  padding: 0px 0px 0px 11px;
  line-height: 60px;
}
@media (max-width: 940px) {
  #page #pageheader .cell #pusher {
    display: block !important;
  }
}
@media (max-width: 570px) {
  #page #pageheader .cell #pusher {
    top: 20px;
  }
}
@media (max-width: 460px) {
  #page #pageheader .cell #pusher {
    right: 20px;
  }
}
#page #pageheader .cell #mainmenu {
  margin-right: -20px;
}
#page #pageheader .cell #mainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page #pageheader .cell #mainmenu ul li {
  float: left;
  margin: 0;
  padding: 0px 20px 20px 0px;
  position: relative;
  width: 160px;
}
#page #pageheader .cell #mainmenu ul li.last {
  padding-right: 0px;
  width: 140px;
}
#page #pageheader .cell #mainmenu ul li a {
  display: block;
  width: 140px;
  height: 140px;
  padding: 20px 5px 20px 5px;
  background-color: #ffffff;
  color: #0058a3;
  font-size: 17px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#page #pageheader .cell #mainmenu ul li a:hover {
  text-decoration: none;
  background-color: #c5d0e9;
  background-color: #0062ab;
  color: #ffffff;
}
#page #pageheader .cell #mainmenu ul li a.rootCUR,
#page #pageheader .cell #mainmenu ul li a.rootCURIFSUB,
#page #pageheader .cell #mainmenu ul li a.rootACTIFSUB {
  background-color: #0062ab;
  color: #ffffff;
}
@media (min-width: 940px) {
  #page #pageheader .cell #mainmenu ul li.p347 {
    display: none;
  }
}
#page #pageheader .cell #mainmenu ul li.p347 a.xxx {
  background-color: #97a1c9;
  color: #ffffff;
}
#page #pageheader .cell #mainmenu ul li.p347 a.xxx:hover {
  background-color: #0062ab;
  color: #ffffff;
}
#page #pageheader .cell #mainmenu ul li div.sub1 {
  height: 0px;
  overflow: hidden;
  transition: all 0.9s ease 0s;
  position: absolute;
  left: 0px;
  top: 140px;
  top: 142px;
  width: 200px;
  width: 300px;
  z-index: 99;
}
#page #pageheader .cell #mainmenu ul li div.sub1 ul li {
  float: none;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  border-top: 2px solid #ffffff;
}
#page #pageheader .cell #mainmenu ul li div.sub1 ul li a {
  height: auto;
  line-height: 17px;
  padding: 5px 5px 5px 10px;
  text-align: left;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  background-color: #e7e7e7;
  display: block;
}
#page #pageheader .cell #mainmenu ul li div.sub1 ul li a:hover {
  background-color: #0062ab;
  color: #ffffff;
}
#page #pageheader .cell #mainmenu ul li div.sub1 ul li a.sub1CUR,
#page #pageheader .cell #mainmenu ul li div.sub1 ul li a.sub1CURIFSUB,
#page #pageheader .cell #mainmenu ul li div.sub1 ul li a.sub1ACTIFSUB {
  background-color: #c5d0e9;
  color: #0058a3;
}
#page #pageheader .cell #mainmenu ul li div.sub1 ul li.first {
  border-top: none;
}
#page #pageheader .cell #mainmenu ul li:hover div.sub1 {
  height: 400px;
}
#page #pageheader .cell #mainmenu ul li div.sub2,
#page #pageheader .cell #mainmenu ul li div.sub3 {
  display: none;
}
@media (max-width: 940px) {
  #page #pageheader .cell #mainmenu {
    display: none;
    z-index: 2;
    position: relative;
    top: 110px;
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
  #page #pageheader .cell #mainmenu ul.root {
    border-bottom: 1px solid #0062ab;
  }
  #page #pageheader .cell #mainmenu ul li {
    float: none;
    padding: 0px;
    width: 100%;
  }
  #page #pageheader .cell #mainmenu ul li.middle,
  #page #pageheader .cell #mainmenu ul li.last {
    border-top: 1px solid #0062ab;
    width: 100% !important;
  }
  #page #pageheader .cell #mainmenu ul li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 5px 10px 20px;
    text-align: left;
  }
  #page #pageheader .cell #mainmenu ul li a.IFSUB:after,
  #page #pageheader .cell #mainmenu ul li a.ACTIFSUB:after,
  #page #pageheader .cell #mainmenu ul li a.CURIFSUB:after {
    font-family: FontAwesome;
    content: "\f0d7";
    padding: 0px 0px 0px 10px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
  }
  #page #pageheader .cell #mainmenu ul li a.IFSUB:after.pull-left,
  #page #pageheader .cell #mainmenu ul li a.ACTIFSUB:after.pull-left,
  #page #pageheader .cell #mainmenu ul li a.CURIFSUB:after.pull-left {
    margin-right: .3em;
  }
  #page #pageheader .cell #mainmenu ul li a.IFSUB:after.pull-right,
  #page #pageheader .cell #mainmenu ul li a.ACTIFSUB:after.pull-right,
  #page #pageheader .cell #mainmenu ul li a.CURIFSUB:after.pull-right {
    margin-left: .3em;
  }
  #page #pageheader .cell #mainmenu ul li a.IFSUB:after,
  #page #pageheader .cell #mainmenu ul li a.ACTIFSUB:after,
  #page #pageheader .cell #mainmenu ul li a.CURIFSUB:after {
    font-family: FontAwesome;
    content: "\f0d7";
    padding: 0px 0px 0px 10px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
  }
  #page #pageheader .cell #mainmenu ul li a.IFSUB:after.pull-left,
  #page #pageheader .cell #mainmenu ul li a.ACTIFSUB:after.pull-left,
  #page #pageheader .cell #mainmenu ul li a.CURIFSUB:after.pull-left {
    margin-right: .3em;
  }
  #page #pageheader .cell #mainmenu ul li a.IFSUB:after.pull-right,
  #page #pageheader .cell #mainmenu ul li a.ACTIFSUB:after.pull-right,
  #page #pageheader .cell #mainmenu ul li a.CURIFSUB:after.pull-right {
    margin-left: .3em;
  }
  #page #pageheader .cell #mainmenu ul li div.sub1 {
    height: 0px;
    width: 100%;
    overflow: hidden;
    transition: all 0.9s ease 0s;
    position: relative;
    left: inherit;
    top: inherit;
    z-index: 99;
  }
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li a {
    height: auto;
    line-height: 17px;
    padding: 10px 10px 10px 40px;
    background-color: #e7e7e7;
    width: 100%;
  }
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li div.sub2 {
    height: 0px;
    display: block;
  }
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li.ACT div.sub2,
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li.CUR div.sub2,
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li.ACTIFSUB div.sub2,
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li.CURIFSUB div.sub2,
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li:hover div.sub2 {
    height: auto;
  }
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li div.sub2 ul li a {
    padding: 10px 10px 10px 60px;
  }
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li div.sub2 ul li div.sub3 {
    height: 0px;
    display: block;
  }
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li div.sub2 ul li div.sub3 ul li a {
    padding: 10px 10px 10px 80px;
  }
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li div.sub2 ul li.ACT div.sub3,
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li div.sub2 ul li.CUR div.sub3,
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li div.sub2 ul li.ACTIFSUB div.sub3,
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li div.sub2 ul li.CURIFSUB div.sub3,
  #page #pageheader .cell #mainmenu ul li div.sub1 ul li div.sub2 ul li:hover div.sub3 {
    height: auto;
  }
  #page #pageheader .cell #mainmenu ul li.ACT div.sub1,
  #page #pageheader .cell #mainmenu ul li.CUR div.sub1,
  #page #pageheader .cell #mainmenu ul li.ACTIFSUB div.sub1,
  #page #pageheader .cell #mainmenu ul li.CURIFSUB div.sub1,
  #page #pageheader .cell #mainmenu ul li:hover div.sub1 {
    height: auto;
  }
}
@media (max-width: 570px) {
  #page #pageheader .cell #mainmenu {
    top: 80px;
  }
}
#page #pageheader .project {
  position: absolute;
  right: 0px;
  right: calc((100vw - 940px - 17px) / 2);
  bottom: 0px;
  z-index: 5;
}
@media (max-width: 940px) {
  #page #pageheader .project {
    right: 0px;
  }
}
@media (max-width: 570px) {
  #page #pageheader .project {
    display: none;
  }
}
#page #pageheader .project a {
  padding: 5px 20px 5px;
  font-size: 14px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #0062ab;
  color: #ffffff;
}
#page #content {
  padding: 0px 0px 0px 0px;
  position: relative;
}
@media (max-width: 940px) {
  #page #content {
    padding: 0px 50px 0px 50px;
  }
}
@media (max-width: 460px) {
  #page #content {
    padding: 0px 20px 0px 20px;
  }
}
#page #content .cell {
  width: 100%;
  max-width: 940px;
  margin: auto;
}
#page #content .cell #topcontent {
  border-bottom: solid 1px #0062ab;
  padding: 60px 0px 50px 0px;
  overflow: hidden;
}
#page #content .cell #topcontent .csc-default,
#page #content .cell #topcontent .frame-default {
  padding: 0px 0px 20px 0px;
}
#page #content .cell #topcontent .parenttitle {
  display: block;
  font-size: 30px;
  color: #0058a3;
  padding: 0px 0px 12px 0px;
  margin: 0;
}
#page #content .cell #topcontent #breadcrumb {
  display: block;
  font-size: 16px;
  color: #0058a3;
  padding: 0px 0px 12px 0px;
  margin: 0;
}
#page #content .cell #topcontent #breadcrumb span {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#page #content .cell #topcontent #breadcrumb span.pull-left {
  margin-right: .3em;
}
#page #content .cell #topcontent #breadcrumb span.pull-right {
  margin-left: .3em;
}
#page #content .cell #topcontent #breadcrumb span:before {
  content: "\f105";
}
#page #content .cell #topcontent #breadcrumb span.pull-left {
  margin-right: .3em;
}
#page #content .cell #topcontent #breadcrumb span.pull-right {
  margin-left: .3em;
}
#page #content .cell #topcontent #breadcrumb span:before {
  content: "\f105";
}
#page #content .cell #topcontent #subnavi {
  float: left;
  width: 240px;
  padding-right: 20px;
  overflow: hidden;
}
#page #content .cell #topcontent #subnavi ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#page #content .cell #topcontent #subnavi ul li {
  margin: 0;
  padding: 0px 0px 10px 0px;
}
#page #content .cell #topcontent #subnavi ul li a {
  display: block;
  padding: 10px 6px 10px 6px;
  background-color: #e7e7e7;
  color: #0058a3;
  font-size: 17px;
  text-align: left;
}
#page #content .cell #topcontent #subnavi ul li a:hover {
  text-decoration: none;
  background-color: #c5d0e9;
}
#page #content .cell #topcontent #subnavi ul li a.ACT {
  background-color: #0062ab;
  color: #ffffff;
}
#page #content .cell #topcontent #subnavi ul li ul.sub2 {
  padding: 5px 20px 0px 0px !important;
}
#page #content .cell #topcontent #subnavi ul li ul.sub2 li {
  padding: 0px 0px 5px 0px;
}
#page #content .cell #topcontent #subnavi ul li ul.sub2 li.last {
  padding-bottom: 0px;
  margin-bottom: -5px;
}
#page #content .cell #topcontent #subnavi ul li ul.sub2 li ul.sub3 {
  padding: 5px 20px 0px 0px !important;
}
#page #content .cell #topcontent #subnavi ul li ul.sub2 li ul.sub3 li {
  padding: 0px 0px 5px 0px;
}
@media (max-width: 940px) {
  #page #content .cell #topcontent #subnavi ul li ul.sub2 {
    padding: 5px 40px 0px 0px !important;
  }
  #page #content .cell #topcontent #subnavi ul li ul.sub2 li ul.sub3 {
    padding: 5px 40px 0px 0px !important;
  }
}
#page #content .cell #topcontent .topcontent {
  float: right;
  width: 700px;
}
@media (max-width: 940px) {
  #page #content .cell #topcontent #subnavi {
    float: none;
    width: 100%;
    padding: 0px 0px 40px 0px;
  }
  #page #content .cell #topcontent #subnavi ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    margin: 0px -10px 0px -10px !important;
  }
  #page #content .cell #topcontent #subnavi ul li {
    float: none;
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 10px 0px;
  }
  #page #content .cell #topcontent .topcontent {
    float: none;
    width: 100%;
  }
}
@media (max-width: 460px) {
  #page #content .cell #topcontent #subnavi ul li {
    width: 100%;
  }
}
#page #content .cell #maincontent {
  min-height: 300px;
  padding: 0px 0px 50px 0px;
}
#page #content .cell #maincontent .csc-default,
#page #content .cell #maincontent .frame-default {
  padding: 50px 0px 0px 0px;
}
#page #content .cell #maincontent .csc-default.sf5,
#page #content .cell #maincontent .frame-default.sf5 {
  border-bottom: solid 1px #0062ab;
  padding: 50px 0px 15px 0px;
}
#page #content .cell h1,
#page #content .cell h2,
#page #content .cell h3 {
  margin: 0;
}
#page #content .cell h2 {
  color: #0058a3;
  padding-bottom: 20px;
  font-size: 20px;
}
#page #content .cell p {
  margin: 0px 0px 30px 0px;
}
#page #content .cell a {
  color: #0062ab;
}
#page #content .cell a:hover {
  text-decoration: underline;
  color: #0062ab;
}
#page #content .cell .image a:before {
  display: none;
}
#page #content .cell .image .caption {
  text-align: center;
}
#page #content .cell ul,
#page #content .cell ol {
  margin: 0px 0px 20px -20px;
  list-style-position: outside;
}
#page #content .cell .img-beside-left .image img {
  border: solid 1px #0058a3;
}
#page #content .cell .img-beside-left .image .caption {
  text-align: left;
  font-weight: 700;
  font-size: 12px;
}
#page #content .cell .img-beside-left .text {
  padding-left: 20px;
}
@media (max-width: 570px) {
  #page #content .cell .img-beside-left .image {
    position: relative;
  }
  #page #content .cell .img-beside-left img {
    margin: 0px 20px 0px 0px;
    display: inline-block;
  }
  #page #content .cell .img-beside-left .caption {
    position: absolute;
    right: 20px;
    top: 0px;
    padding: 0;
    display: inline-block;
  }
  #page #content .cell .img-beside-left .text {
    padding-left: 0px;
  }
}
@media (max-width: 460px) {
  #page #content .cell .img-beside-left .image {
    position: relative;
  }
  #page #content .cell .img-beside-left img {
    margin: 0px 0px 0px 0px;
    display: block;
  }
  #page #content .cell .img-beside-left .caption {
    position: relative;
    right: auto;
    top: auto;
    padding: 0;
    display: block;
    padding-top: 14px;
  }
  #page #content .cell .img-beside-left .text {
    padding-left: 0px;
  }
}
#page #footer .cell {
  width: 100%;
  max-width: 940px;
  margin: auto;
  overflow: hidden;
}
#page #footer #footerTop {
  background-color: #ececec;
  font-size: 14px;
}
#page #footer #footerTop strong,
#page #footer #footerTop b {
  color: #0058a3;
  font-weight: 400 !important;
}
#page #footer #footerTop .cell {
  padding: 50px 0px 30px 240px;
}
#page #footer #footerTop .csc-default,
#page #footer #footerTop .frame-default {
  float: left;
  width: 200px;
  margin-right: 30px;
}
#page #footer #footerTop .csc-default a,
#page #footer #footerTop .frame-default a {
  color: #000000;
  text-decoration: none;
}
#page #footer #footerBottom .cell {
  padding: 50px 0px 20px 0px;
}
#page #footer #footerBottom .img-wrap,
#page #footer #footerBottom .ce-gallery {
  overflow: hidden;
}
#page #footer #footerBottom .img-wrap .row-images,
#page #footer #footerBottom .ce-gallery .row-images,
#page #footer #footerBottom .img-wrap .ce-row,
#page #footer #footerBottom .ce-gallery .ce-row {
  float: left;
  padding: 0px 0px 50px 0px;
}
#page #footer #footerBottom .img-wrap .row-images .col-image,
#page #footer #footerBottom .ce-gallery .row-images .col-image,
#page #footer #footerBottom .img-wrap .ce-row .col-image,
#page #footer #footerBottom .ce-gallery .ce-row .col-image {
  padding-left: 0px;
  padding-right: 0px;
}
#page #footer #footerBottom .img-wrap .row-images .col-image .image,
#page #footer #footerBottom .ce-gallery .row-images .col-image .image,
#page #footer #footerBottom .img-wrap .ce-row .col-image .image,
#page #footer #footerBottom .ce-gallery .ce-row .col-image .image {
  margin-bottom: 0px;
}
@media (max-width: 940px) {
  #page #footer #footerTop .cell {
    padding: 50px 50px 50px 50px;
    margin: 0px -20px 0px -20px;
  }
  #page #footer #footerTop .csc-default,
  #page #footer #footerTop .frame-default {
    float: left;
    width: 50%;
    margin-right: 0px;
    padding: 0px 20px 30px 20px;
  }
  #page #footer #footerBottom .cell {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 570px) {
  #page #footer #footerTop .cell {
    padding: 50px 50px 50px 50px;
    margin: 0px 0px 0px 0px;
  }
  #page #footer #footerTop .csc-default,
  #page #footer #footerTop .frame-default {
    float: left;
    width: 100%;
    margin-right: 0px;
    padding: 0px 0px 30px 0px;
  }
  #page #footer #footerBottom .img-wrap,
  #page #footer #footerBottom .ce-gallery {
    float: none !important;
  }
  #page #footer #footerBottom .img-wrap .row-images,
  #page #footer #footerBottom .ce-gallery .row-images,
  #page #footer #footerBottom .img-wrap .ce-row,
  #page #footer #footerBottom .ce-gallery .ce-row {
    width: 100% !important;
    padding: 0px 0px 50px 0px;
    text-align: center;
  }
}
@media (max-width: 460px) {
  #page #footer #footerTop .cell {
    padding: 50px 20px 50px 20px;
  }
  #page #footer #footerBottom .cell {
    padding: 50px 20px 50px 20px;
  }
}
#page #footer .menu {
  background-color: #0058a3;
  padding: 5px 28px 4px 28px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
#page #footer .menu ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#page #footer .menu ul li {
  float: left;
  margin: 0;
  padding: 0px 0px 0px 0px;
}
#page #footer .menu ul li a {
  color: #ffffff;
}
@media (min-width: 940px) {
  #page #footer .menu {
    display: none;
  }
}
.uid347 #footer #footerBottom,
.pid347 #footer #footerBottom {
  display: none;
}
.tx-indexedsearch {
  padding: 30px 0px 0px 0px;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
  padding: 20px 0px 0px 0px;
}
.tx-indexedsearch .tx-indexedsearch-item {
  padding: 0px 0px 40px 0px;
}
.tx-indexedsearch ul.browsebox {
  list-style: none;
  margin: 0 !important;
  padding: 0px 0px 20px 0px !important;
  overflow: hidden;
}
.tx-indexedsearch ul.browsebox li {
  float: left;
  padding: 0px 12px 0px 0px;
}
.accordion,
.frame-layout-4 {
  margin-top: -20px;
}
.accordion .ui-accordion-header,
.frame-layout-4 .ui-accordion-header {
  cursor: pointer;
  padding-bottom: 20px;
}
.accordion .ui-accordion-header h1,
.frame-layout-4 .ui-accordion-header h1,
.accordion .ui-accordion-header h2,
.frame-layout-4 .ui-accordion-header h2,
.accordion .ui-accordion-header h3,
.frame-layout-4 .ui-accordion-header h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.accordion .ui-accordion-header h1:after,
.frame-layout-4 .ui-accordion-header h1:after,
.accordion .ui-accordion-header h2:after,
.frame-layout-4 .ui-accordion-header h2:after,
.accordion .ui-accordion-header h3:after,
.frame-layout-4 .ui-accordion-header h3:after {
  font-family: FontAwesome;
  content: "\f0d7";
  padding: 0px 0px 0px 10px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.accordion .ui-accordion-header h1:after.pull-left,
.frame-layout-4 .ui-accordion-header h1:after.pull-left,
.accordion .ui-accordion-header h2:after.pull-left,
.frame-layout-4 .ui-accordion-header h2:after.pull-left,
.accordion .ui-accordion-header h3:after.pull-left,
.frame-layout-4 .ui-accordion-header h3:after.pull-left {
  margin-right: .3em;
}
.accordion .ui-accordion-header h1:after.pull-right,
.frame-layout-4 .ui-accordion-header h1:after.pull-right,
.accordion .ui-accordion-header h2:after.pull-right,
.frame-layout-4 .ui-accordion-header h2:after.pull-right,
.accordion .ui-accordion-header h3:after.pull-right,
.frame-layout-4 .ui-accordion-header h3:after.pull-right {
  margin-left: .3em;
}
.accordion .ui-accordion-header h1:after,
.frame-layout-4 .ui-accordion-header h1:after,
.accordion .ui-accordion-header h2:after,
.frame-layout-4 .ui-accordion-header h2:after,
.accordion .ui-accordion-header h3:after,
.frame-layout-4 .ui-accordion-header h3:after {
  font-family: FontAwesome;
  content: "\f0d7";
  padding: 0px 0px 0px 10px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.accordion .ui-accordion-header h1:after.pull-left,
.frame-layout-4 .ui-accordion-header h1:after.pull-left,
.accordion .ui-accordion-header h2:after.pull-left,
.frame-layout-4 .ui-accordion-header h2:after.pull-left,
.accordion .ui-accordion-header h3:after.pull-left,
.frame-layout-4 .ui-accordion-header h3:after.pull-left {
  margin-right: .3em;
}
.accordion .ui-accordion-header h1:after.pull-right,
.frame-layout-4 .ui-accordion-header h1:after.pull-right,
.accordion .ui-accordion-header h2:after.pull-right,
.frame-layout-4 .ui-accordion-header h2:after.pull-right,
.accordion .ui-accordion-header h3:after.pull-right,
.frame-layout-4 .ui-accordion-header h3:after.pull-right {
  margin-left: .3em;
}
.accordion .ui-accordion-header.ui-state-active h1:after,
.frame-layout-4 .ui-accordion-header.ui-state-active h1:after,
.accordion .ui-accordion-header.ui-state-active h2:after,
.frame-layout-4 .ui-accordion-header.ui-state-active h2:after,
.accordion .ui-accordion-header.ui-state-active h3:after,
.frame-layout-4 .ui-accordion-header.ui-state-active h3:after {
  font-family: FontAwesome;
  content: "\f0d8";
  padding: 0px 0px 0px 10px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.accordion .ui-accordion-header.ui-state-active h1:after.pull-left,
.frame-layout-4 .ui-accordion-header.ui-state-active h1:after.pull-left,
.accordion .ui-accordion-header.ui-state-active h2:after.pull-left,
.frame-layout-4 .ui-accordion-header.ui-state-active h2:after.pull-left,
.accordion .ui-accordion-header.ui-state-active h3:after.pull-left,
.frame-layout-4 .ui-accordion-header.ui-state-active h3:after.pull-left {
  margin-right: .3em;
}
.accordion .ui-accordion-header.ui-state-active h1:after.pull-right,
.frame-layout-4 .ui-accordion-header.ui-state-active h1:after.pull-right,
.accordion .ui-accordion-header.ui-state-active h2:after.pull-right,
.frame-layout-4 .ui-accordion-header.ui-state-active h2:after.pull-right,
.accordion .ui-accordion-header.ui-state-active h3:after.pull-right,
.frame-layout-4 .ui-accordion-header.ui-state-active h3:after.pull-right {
  margin-left: .3em;
}
.accordion .ui-accordion-header.ui-state-active h1:after,
.frame-layout-4 .ui-accordion-header.ui-state-active h1:after,
.accordion .ui-accordion-header.ui-state-active h2:after,
.frame-layout-4 .ui-accordion-header.ui-state-active h2:after,
.accordion .ui-accordion-header.ui-state-active h3:after,
.frame-layout-4 .ui-accordion-header.ui-state-active h3:after {
  font-family: FontAwesome;
  content: "\f0d8";
  padding: 0px 0px 0px 10px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.accordion .ui-accordion-header.ui-state-active h1:after.pull-left,
.frame-layout-4 .ui-accordion-header.ui-state-active h1:after.pull-left,
.accordion .ui-accordion-header.ui-state-active h2:after.pull-left,
.frame-layout-4 .ui-accordion-header.ui-state-active h2:after.pull-left,
.accordion .ui-accordion-header.ui-state-active h3:after.pull-left,
.frame-layout-4 .ui-accordion-header.ui-state-active h3:after.pull-left {
  margin-right: .3em;
}
.accordion .ui-accordion-header.ui-state-active h1:after.pull-right,
.frame-layout-4 .ui-accordion-header.ui-state-active h1:after.pull-right,
.accordion .ui-accordion-header.ui-state-active h2:after.pull-right,
.frame-layout-4 .ui-accordion-header.ui-state-active h2:after.pull-right,
.accordion .ui-accordion-header.ui-state-active h3:after.pull-right,
.frame-layout-4 .ui-accordion-header.ui-state-active h3:after.pull-right {
  margin-left: .3em;
}
.accordion .ui-accordion-content,
.frame-layout-4 .ui-accordion-content {
  padding-bottom: 40px;
}
.contenttable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.contenttable > thead > tr > th,
.contenttable > tbody > tr > th,
.contenttable > tfoot > tr > th,
.contenttable > thead > tr > td,
.contenttable > tbody > tr > td,
.contenttable > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.contenttable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.contenttable > caption + thead > tr:first-child > th,
.contenttable > colgroup + thead > tr:first-child > th,
.contenttable > thead:first-child > tr:first-child > th,
.contenttable > caption + thead > tr:first-child > td,
.contenttable > colgroup + thead > tr:first-child > td,
.contenttable > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.contenttable > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.contenttable .table {
  background-color: #ffffff;
}
#cookiebar {
  display: none;
  background-color: #0058a3;
  color: #ffffff;
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-height: 60vh;
  overflow: auto;
  /*
    width: 40px;
    height: 40px;
    overflow: hidden;
    */
}
#cookiebar .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0px;
  cursor: pointer;
}
#cookiebar .close:before {
  font-family: FontAwesome;
  content: "\f00d";
  padding: 0px 2px 0px 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
#cookiebar .close:before.pull-left {
  margin-right: .3em;
}
#cookiebar .close:before.pull-right {
  margin-left: .3em;
}
#cookiebar .close:before {
  font-family: FontAwesome;
  content: "\f00d";
  padding: 0px 2px 0px 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
#cookiebar .close:before.pull-left {
  margin-right: .3em;
}
#cookiebar .close:before.pull-right {
  margin-left: .3em;
}
#cookiebar .close:before {
  font-size: 30px;
  width: 30px;
}
@media (max-width: 940px) {
  #cookiebar .close {
    right: 10px;
    top: 10px;
  }
}
#cookiebar .cell {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto 0px auto;
  position: relative;
  padding: 20px 40px;
  transition: all 0.5s ease-in-out 0s;
}
#cookiebar .cell strong,
#cookiebar .cell a {
  color: #ffffff !important;
  text-decoration: underline;
  cursor: pointer;
}
#cookiebar .cell h4 {
  font-size: 30px;
  margin: 0;
  padding: 0px 0px 8px 0px;
}
#cookiebar .cell p {
  padding-bottom: 16px;
  font-size: 12px;
}
#cookiebar .cell p.text-center {
  text-align: center;
}
#cookiebar .cell table th,
#cookiebar .cell table td {
  border: none;
  padding: 0px 20px 20px 0px;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}
#cookiebar .cell .detail .detailtoggle {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 20px;
}
#cookiebar .cell .detail .detailtoggle span {
  display: none;
}
#cookiebar .cell .detail .detailtoggle span.act {
  display: inline;
}
#cookiebar .cell .detail .more {
  padding-bottom: 20px;
}
#cookiebar .cell div.checkbox {
  float: left;
  margin: 10px 10px 0px 0px;
}
#cookiebar .cell div.checkbox.fixed {
  opacity: 0.5;
}
#cookiebar .cell div.checkbox.fixed .check {
  cursor: not-allowed;
}
#cookiebar .cell .cta {
  display: inline-block;
  min-width: 200px;
  color: #000000;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 2px #ffffff;
  margin: 0px 10px;
  border-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
}
#cookiebar .cell .cta:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #000000;
}
#cookiebar .cell .cta:hover:before {
  color: #ffffff;
}
#cookiebar .cell .cta span {
  display: none;
}
#cookiebar .cell .cta span.act {
  display: inline;
}
@media (max-width: 460px) {
  #cookiebar .cell .cta {
    margin-bottom: 10px;
  }
}
@media (max-width: 940px) {
  #cookiebar .cell {
    padding: 40px 20px 10px 20px;
  }
}
@media (max-width: 570px) {
  #cookiebar .cell {
    font-size: 12px;
  }
  #cookiebar .cell .special {
    padding: 4px 12px 4px 12px;
    font-size: 12px;
    line-height: 14px;
  }
}
#cookiebar .cell .frame {
  display: none;
}
#cookietoggle {
  position: fixed;
  z-index: 97;
  bottom: 0px;
  left: 0px;
  background-color: #0058a3;
  color: #ffffff;
  width: 50px;
  height: 50px;
  font-size: 0px;
  cursor: pointer;
  padding: 10px 0px 0px 6px;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0.1;
}
#cookietoggle:before {
  font-family: FontAwesome;
  content: "\f085";
  padding: 0px 2px 0px 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
#cookietoggle:before.pull-left {
  margin-right: .3em;
}
#cookietoggle:before.pull-right {
  margin-left: .3em;
}
#cookietoggle:before {
  font-family: FontAwesome;
  content: "\f085";
  padding: 0px 2px 0px 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
#cookietoggle:before.pull-left {
  margin-right: .3em;
}
#cookietoggle:before.pull-right {
  margin-left: .3em;
}
#cookietoggle:before {
  font-size: 30px;
}
#cookietoggle.act {
  opacity: 0.4;
}
#cookietoggle:hover {
  opacity: 1;
}
#page.uid408 #content u strong {
  cursor: pointer;
}
#page.uid408 #content u strong:hover {
  text-decoration: underline;
}
.fakecheck {
  position: relative;
}
.fakecheck input {
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  top: 2px;
  cursor: pointer;
  margin-left: 0px !important;
}
.fakecheck .check {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin: 6px 3px 4px 0px;
  vertical-align: top;
  cursor: pointer;
}
.fakecheck.checked .check {
  position: relative;
}
.fakecheck.checked .check:before {
  font-family: FontAwesome;
  content: "\f00c";
  padding: 0px 2px 0px 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.fakecheck.checked .check:before.pull-left {
  margin-right: .3em;
}
.fakecheck.checked .check:before.pull-right {
  margin-left: .3em;
}
.fakecheck.checked .check:before {
  font-family: FontAwesome;
  content: "\f00c";
  padding: 0px 2px 0px 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.fakecheck.checked .check:before.pull-left {
  margin-right: .3em;
}
.fakecheck.checked .check:before.pull-right {
  margin-left: .3em;
}
.fakecheck.checked .check:before {
  font-size: 24px;
  position: absolute;
  left: 2px;
  top: 2px;
  color: #0058a3;
}
