/*!
 * Uni Bern Templates
 * Built with Bootstrap v3.1
 * Copyright 2017 Zeix AG
 */


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/* stylelint-disable */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
}
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;
}
a {
  background: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/**
 * Styles for Anzeixer
 */
body:after {
  display: none;
}
body.dev:after {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: block;
  padding: 3px 6px;
  font-size: .66666667em;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  body:after {
    color: #3a3fb9;
    content: 'phone-portrait';
    background: #dadff3;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  body:after {
    color: #0c547b;
    content: 'phone-landscape';
    background: #d7e1e9;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body:after {
    color: #0b5c2d;
    content: 'tablet';
    background: #d6e3d8;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  body:after {
    color: #910811;
    content: 'desktop-narrow';
    background: #fcd4cf;
  }
}
@media screen and (min-width: 1281px) {
  body:after {
    color: #8b0a50;
    content: 'desktop-wide';
    background: #f5d6e0;
  }
}
* {
  -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: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'FrutigerLTW02-55Roman', Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  line-height: 1.67;
  color: #666;
  background-color: #fff;

  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0074c4;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #121212;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  outline: 2px solid #0074c4;
  outline-offset: 2px;
}
figure {
  margin: 15px 0 30px;
}
figure img {
  margin: 0 auto;
}
figcaption {
  padding: 5px 0;
  font-size: .83em;
  line-height: 1.4;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 481px) {
  div[data-gridsize='SMALL'] figure img.img-responsive {
    width: 100%;
    margin: 0;
  }
}
.img-rounded {
  border-radius: 6px;
}
.img-center {
  margin: 0 auto;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.67;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
hr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  border-top: 1px solid #777;
}
.clear-list-style {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.clear-list-style li {
  padding-left: 0;
  margin-left: 0;
}
.enhanced-typography {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  line-height: 1.2;
  color: #121212;
}
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: #888;
}
h1,
.h1 {
  margin-top: 30px;
  margin-bottom: 24px;
}
h2,
.h2,
h3,
.h3 {
  margin-top: 30px;
  margin-bottom: 24px;
}
h2:first-child:not(.section-title),
.h2:first-child:not(.section-title),
h3:first-child:not(.section-title),
.h3:first-child:not(.section-title) {
  margin-top: 30px;
}
h2 small,
.h2 small,
h3 small,
.h3 small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
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%;
}
body.event-detail-page h1 {
  margin-top: 12px;
}
h1,
.h1 {
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
  font-size: 2.33em;
}
h2,
.h2 {
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: 1.67em;
}
h3,
.h3 {
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: 1.33em;
  line-height: 1.25;
}
h4,
.h4 {
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: 1.17em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: .83em;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.67em;
  }
  h2,
  .h2 {
    font-size: 1.33em;
  }
  h3,
  .h3 {
    font-size: 1.17em;
  }
  h4,
  .h4 {
    font-size: 1em;
  }
}
p {
  margin: 0 0 30px;
}
.lead {
  margin-top: 24px;
  margin-bottom: 0;
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
  font-size: 1.16666667em;
  line-height: 1.71;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-vertical {
  display: block;
  margin-top: 60px;
}
.text-muted {
  color: #888;
}
.text-primary {
  color: #0074c4;
}
a.text-primary:hover {
  color: #005691;
}
.text-success {
  color: #11922d;
}
a.text-success:hover {
  color: #0c641f;
}
.text-info {
  color: #666;
}
a.text-info:hover {
  color: #4d4d4d;
}
.text-warning {
  color: #ca8b4f;
}
a.text-warning:hover {
  color: #b17135;
}
.text-danger {
  color: #d6002b;
}
a.text-danger:hover {
  color: #a30021;
}
.bg-primary {
  color: #fff;
  background-color: #0074c4;
}
a.bg-primary:hover {
  background-color: #005691;
}
.bg-success {
  background-color: #f0f6f1;
}
a.bg-success:hover {
  background-color: #d0e3d3;
}
.bg-info {
  background-color: #eff5f9;
}
a.bg-info:hover {
  background-color: #cadeeb;
}
.bg-warning {
  background-color: #fdf8ee;
}
a.bg-warning:hover {
  background-color: #f8e5c0;
}
.bg-danger {
  background-color: #fcf1f3;
}
a.bg-danger:hover {
  background-color: #f3c7cf;
}
.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #777;
}
ul,
ol {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-styled {
  padding-left: 0;
  padding-left: 12px;
  list-style: none;
}
.list-styled li {
  display: block;
  padding-left: 36px;
}
.list-styled li:before {
  padding-right: 12px;
  margin-left: -36px;
  font-size: 1.11em;
  vertical-align: -.15em;
}
.list-style-caret {
  padding-left: 0;
  padding-left: 12px;
  list-style: none;
}
.list-style-caret li {
  margin-bottom: 19px;
}
.list-style-caret li:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e602";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-style-caret li {
  display: block;
  padding-left: 36px;
}
.list-style-caret li:before {
  padding-right: 12px;
  margin-left: -36px;
  font-size: 1.11em;
  vertical-align: -.15em;
}
.list-style-minus {
  padding-left: 0;
  padding-left: 12px;
  list-style: none;
}
.list-style-minus li {
  margin-bottom: 19px;
}
.list-style-minus li:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e618";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-style-minus li {
  display: block;
  padding-left: 36px;
}
.list-style-minus li:before {
  padding-right: 12px;
  margin-left: -36px;
  font-size: 1.11em;
  vertical-align: -.15em;
}
ol {
  margin-left: .8em;
  counter-reset: li;
}
ol li {
  display: block;
  padding-left: 0;
  margin-bottom: 19px;
  margin-left: -16px;
  list-style: none;
}
ol > li:before {
  position: absolute;
  left: 33px;
  width: 27px;
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  content: counter(li) ".";
  counter-increment: li;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 30px;
}
dt,
dd {
  line-height: 1.67;
}
dt {
  margin-top: 15px;
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
dd {
  margin-left: 0;
}
@media (min-width: 481px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #888;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 48px;
  margin: 0 0 32px;
  font-style: italic;
}
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.67;
  color: #888;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #777;
  border-left: 0;
}
.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: 30px;
  font-style: normal;
  line-height: 1.67;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 14.5px;
  margin: 0 0 15px;
  font-size: .8em;
  line-height: 1.67;
  color: #262626;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  /* @media (min-width: @screen-sm-min) {
    width: @container-sm;
  }
  @media (min-width: @screen-md-min) {
    width: @container-md;
  }
  @media (min-width: @screen-lg-min) {
    width: @container-lg;
  } */
}
@media (max-width: 1280px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1281px) {
  .container {
    width: 1224px;
  }
}
.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid.skin-bg-gray {
  background-color: #f5f5f5;
}
.container-fluid.skin-bg-graylight {
  background-color: #fafafa;
}
.container-fluid.skin-bg-blue {
  background-color: #057996;
}
.container-fluid.skin-bg-red {
  background-color: #e6002e;
}
@media (max-width: 480px) {
  .container-fluid {
    padding: 0;
  }
}
.row {
  margin-right: -12px;
  margin-left: -12px;
}
.row.skin-gutter-wide {
  margin-right: -24px;
  margin-left: -24px;
}
.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-right: 12px;
  padding-left: 12px;
}
.row.skin-gutter-wide .col-xs-1, .row.skin-gutter-wide .col-sm-1, .row.skin-gutter-wide .col-md-1, .row.skin-gutter-wide .col-lg-1, .row.skin-gutter-wide .col-xs-2, .row.skin-gutter-wide .col-sm-2, .row.skin-gutter-wide .col-md-2, .row.skin-gutter-wide .col-lg-2, .row.skin-gutter-wide .col-xs-3, .row.skin-gutter-wide .col-sm-3, .row.skin-gutter-wide .col-md-3, .row.skin-gutter-wide .col-lg-3, .row.skin-gutter-wide .col-xs-4, .row.skin-gutter-wide .col-sm-4, .row.skin-gutter-wide .col-md-4, .row.skin-gutter-wide .col-lg-4, .row.skin-gutter-wide .col-xs-5, .row.skin-gutter-wide .col-sm-5, .row.skin-gutter-wide .col-md-5, .row.skin-gutter-wide .col-lg-5, .row.skin-gutter-wide .col-xs-6, .row.skin-gutter-wide .col-sm-6, .row.skin-gutter-wide .col-md-6, .row.skin-gutter-wide .col-lg-6, .row.skin-gutter-wide .col-xs-7, .row.skin-gutter-wide .col-sm-7, .row.skin-gutter-wide .col-md-7, .row.skin-gutter-wide .col-lg-7, .row.skin-gutter-wide .col-xs-8, .row.skin-gutter-wide .col-sm-8, .row.skin-gutter-wide .col-md-8, .row.skin-gutter-wide .col-lg-8, .row.skin-gutter-wide .col-xs-9, .row.skin-gutter-wide .col-sm-9, .row.skin-gutter-wide .col-md-9, .row.skin-gutter-wide .col-lg-9, .row.skin-gutter-wide .col-xs-10, .row.skin-gutter-wide .col-sm-10, .row.skin-gutter-wide .col-md-10, .row.skin-gutter-wide .col-lg-10, .row.skin-gutter-wide .col-xs-11, .row.skin-gutter-wide .col-sm-11, .row.skin-gutter-wide .col-md-11, .row.skin-gutter-wide .col-lg-11, .row.skin-gutter-wide .col-xs-12, .row.skin-gutter-wide .col-sm-12, .row.skin-gutter-wide .col-md-12, .row.skin-gutter-wide .col-lg-12 {
  padding-right: 24px;
  padding-left: 24px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 481px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .container-fluid:first-child {
    margin-top: 60px;
  }
}
table {
  max-width: 100%;
  font-size: .83em;
  line-height: 1.6;
  background-color: transparent;
}
th {
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #121212;
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 30px;
}
.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.67;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.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;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #f0f6f1;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #e0ece2;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #eff5f9;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #dce9f2;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fdf8ee;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faefd7;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fcf1f3;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f8dce1;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 22.5px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  font-size: .83em;
  line-height: inherit;
  color: #666;
  border: 0;
}
label {
  display: inline-block;
  margin-right: 1em;
  font-size: .83em;
  white-space: nowrap;
}
form p {
  margin-bottom: 15px;
  line-height: 30px;
}
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;
  /* IE8-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: 2px solid #0074c4;
  outline-offset: 2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1.8em;
  line-height: 1.67;
  color: #000;
}
.form-control {
  display: block;
  width: 100%;
  height: 2.11em;
  padding: 6px 6px;
  font-size: 1em;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  -webkit-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: #0074c4;
  outline: 0;
  /* .box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}"); */
}
.form-control:-moz-placeholder {
  color: #888;
}
.form-control::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #888;
}
.form-control::-webkit-input-placeholder {
  color: #888;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #777;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 2.11em;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 30px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 4px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 9em;
  padding: 3px 3px;
  font-size: .83em;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 9em;
  line-height: 9em;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 2.5em;
  padding: 12px 12px;
  font-size: 1em;
  line-height: 1.67;
  border-radius: 4px;
}
select.input-lg {
  height: 2.5em;
  line-height: 2.5em;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 2.6375em;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 35px;
  right: 0;
  display: block;
  width: 2.11em;
  height: 2.11em;
  line-height: 2.11em;
  text-align: center;
}
.has-success .form-control {
  border-color: #11922d;
}
.has-success .form-control:focus {
  border-color: #063711;
}
.has-success .input-group-addon {
  color: #11922d;
  background-color: #f0f6f1;
  border-color: #11922d;
}
.has-success .form-control-feedback {
  color: #11922d;
}
.has-success.form-group-radio {
  padding: 5px;
  border: 2px solid #11922d;
  border-radius: 4px;
}
.has-warning .form-control {
  border-color: #ca8b4f;
}
.has-warning .form-control:focus {
  border-color: #8a5829;
}
.has-warning .input-group-addon {
  color: #ca8b4f;
  background-color: #fdf8ee;
  border-color: #ca8b4f;
}
.has-warning .form-control-feedback {
  color: #ca8b4f;
}
.has-warning.form-group-radio {
  padding: 5px;
  border: 2px solid #ca8b4f;
  border-radius: 4px;
}
.has-error .form-control {
  border-color: #d6002b;
}
.has-error .form-control:focus {
  border-color: #700017;
}
.has-error .input-group-addon {
  color: #d6002b;
  background-color: #fcf1f3;
  border-color: #d6002b;
}
.has-error .form-control-feedback {
  color: #d6002b;
}
.has-error.form-group-radio {
  padding: 5px;
  border: 2px solid #d6002b;
  border-radius: 4px;
}
.radio-error {
  padding: 5px;
  border: 2px solid #a94442;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-bottom: 12px;
  font-size: .83em;
  color: #666;
}
.content-selector-area {
  padding: 2em;
  background-color: #fafafa;
}
.content-selector-area label {
  display: block;
  margin-bottom: 1.5em;
  clear: both;
  font-size: 1.17em;
  color: #121212;
  white-space: normal;
}
.content-selector {
  max-width: 100%;
  padding: 1em;
  color: #121212;
  background-color: #ebebeb;
  border: 0;
}
@media (min-width: 481px) {
  .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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}
.form-horizontal .form-group {
  margin-right: -12px;
  margin-left: -12px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 481px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 12px;
}
.form-byline {
  display: block;
  margin-top: 36px;
  font-size: 85%;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .site-search input {
    width: 38%;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: .77777778em;
  line-height: 1.67;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-image: none;
  border: 0;
  border-radius: 4px;

  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.btn:focus {
  outline: 0;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
@media (max-width: 1025px) {
  .btn.partial-more {
    display: table;
    width: auto;
    margin: 48px auto 96px auto;
    clear: both;
  }
  .btn.partial-more:hover {
    margin: 48px auto 96px auto;
  }
}
.btn-default {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #525252;
  border-color: #474747;
}
.btn-default:focus {
  background-color: #0074c4;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #666;
  border-color: #666;
}
.btn-default .badge {
  color: #666;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #d6002b;
  border-color: #d6002b;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ad0023;
  border-color: #99001f;
}
.btn-primary:focus {
  background-color: #0074c4;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #d6002b;
  border-color: #d6002b;
}
.btn-primary .badge {
  color: #d6002b;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:focus {
  background-color: #0074c4;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:focus {
  background-color: #0074c4;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:focus {
  background-color: #0074c4;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d6002b;
  border-color: #bd0026;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ad0023;
  border-color: #7f001a;
}
.btn-danger:focus {
  background-color: #0074c4;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d6002b;
  border-color: #bd0026;
}
.btn-danger .badge {
  color: #d6002b;
  background-color: #fff;
}
.btn-link {
  color: #0074c4;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #121212;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #888;
  text-decoration: none;
}
.btn-lg {
  padding: 12px 36px;
  font-size: 1.16666667em;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 3px 9px;
  font-size: .66666667em;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 6px;
  font-size: .66666667em;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.button-more {
  z-index: 1;
  padding-bottom: 48px;
  text-align: center;
}
.button-more .partial-more {
  padding: 12px 36px;
  margin-top: 48px;
  font-size: .85em;
  background-color: #444;
}
.button-more .partial-more:hover {
  background-color: #2b2b2b;
}
.button-clear {
  float: none;
  clear: both;
  text-align: left;
}
.button-center {
  text-align: center;
}
@media (max-width: 1024px) {
  .button-more {
    z-index: 0;
    padding-bottom: 24px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .phone-number {
    display: block;
    float: none;
    width: 80%;
    padding: 6px 12px;
    padding: 6px;
    margin: 12px auto !important;
    clear: both;
    font-size: .85em;
    line-height: 1.67;
    color: white;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #444;
    border-bottom: 0 !important;
    border-radius: 4px;
  }
  .phone-number:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e61c";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .phone-number:before {
    font-size: 1.5em;
    line-height: 1.5;
    vertical-align: -.25em;
  }
  .phone-number:hover {
    color: white;
    background-color: #2b2b2b;
  }
}
/*****************************
 TAG-DEFINITIONEN
 *****************************/
.section-title {
  margin: 20px 0 8px 0 !important;
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #121212;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .section-title {
    margin-top: 24px;
    font-size: .83333333em;
  }
}
/*  Mehr zum Thema: uniaktuell.html */
.service-footer .section-title {
  margin: 30px 0 -14px 0 !important;
  font-size: 1.4em;
}
@media (max-width: 480px) {
  .swipe .section-title {
    margin-left: -6px;
  }
}
@media (max-width: 768px) {
  .section-title {
    margin-top: 24px !important;
  }
}
.capitals {
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #121212;
  text-transform: uppercase;
}
.row.skin-gutter-wide .section-title {
  padding-left: 24px;
}
.area-title {
  margin-top: 0 !important;
}
.area-title .sidehead {
  display: block;
  margin-bottom: 15px;
  font-size: .36em;
}
.area-title .sidehead a {
  color: #d6002b;
}
.area-title .sidehead a:hover {
  color: #121212;
}
@media (min-width: 1025px) {
  .area-title {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 24px;
    margin-bottom: 36px;
    font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
    font-size: 2.33em;
    font-weight: normal;
    line-height: 1.2;
    color: #121212;
  }
  .area-title small,
  .area-title .small {
    font-weight: normal;
    line-height: 1;
    color: #888;
  }
}
@media (max-width: 1024px) {
  .area-title {
    margin-top: 0 !important;
    font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
  }
}
@media (max-width: 1025px) {
  body:not(.microsite) .area-title {
    display: none;
  }
}
.search-title {
  margin-bottom: 30px;
}
/*****************************
 Generische Klassen
 *****************************/
.padding-top-bottom {
  position: relative;
  padding-bottom: 96px;
}
@media (max-width: 1024px) {
  .padding-top-bottom {
    padding-top: 0;
    padding-bottom: 36px;
  }
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
  .border-left-lg {
    border-left: 2px solid #e5e5e5;
  }
  .no-top-space-lg {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
.image-text > div > *:first-child,
.image-text > div > a > figure {
  margin-top: 30px;
}
.image-text > div > figure img,
.image-text > div > a > figure img {
  padding-top: 5px;
}
/*****************************
 KLASSENERWEITERUNGEN
 *****************************/
.top-right-more {
  display: block;
  font-size: .83333333em;
}
@media screen and (max-width: 768px) {
  .top-right-more {
    top: 48px;
  }
}
@media screen and (max-width: 480px) {
  .swipe .top-right-more {
    margin-right: -24px;
  }
}
body > .wrapper > header {
  position: relative;
  margin-top: 24px;
}
body > .wrapper > header > .container > a {
  position: relative;
  z-index: 1;
  display: block;
  float: right;
  margin-bottom: 48px;
}
body > .wrapper > header > .container > a:before,
body > .wrapper > header > .container > a:after {
  display: table;
  content: " ";
}
body > .wrapper > header > .container > a:after {
  clear: both;
}
body > .wrapper > header > .container > a:before,
body > .wrapper > header > .container > a:after {
  display: table;
  content: " ";
}
body > .wrapper > header > .container > a:after {
  clear: both;
}
.site-logo {
  width: 180px;
}
.nav-skip ul,
.nav-skip li {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.nav-skip ul li,
.nav-skip li li {
  padding-left: 0;
  margin-left: 0;
}
.nav-skip a {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.nav-skip a:active,
.nav-skip a:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.nav-skip a:focus {
  position: absolute;
  top: 48px;
  padding: 0 12px;
  color: white;
  background-color: #0074c4;
  border: 0;
  outline: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .site-logo {
    width: 142px;
  }
}
@media (max-width: 767px) {
  body > .wrapper > header > .container > a {
    margin-bottom: 24px;
  }
  .site-logo {
    right: 24px;
    max-width: 142px;
    background-color: white;
    border: 0;
  }
}
.footer {
  z-index: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  color: #fff;
  background-color: #262626;
}
.footer a {
  color: #2d98e0;
}
.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #fff;
  text-decoration: none;
}
.footer a:focus {
  outline: 2px solid #0074c4;
  outline-color: #2d98e0;
  outline-offset: 2px;
}
.footer .legal {
  position: relative;
  z-index: 1030;
  margin-top: 140px;
  margin-left: 0;
  font-size: .83333333em;
}
.footer .legal:before,
.footer .legal:after {
  display: table;
  content: " ";
}
.footer .legal:after {
  clear: both;
}
.footer .legal:before,
.footer .legal:after {
  display: table;
  content: " ";
}
.footer .legal:after {
  clear: both;
}
.footer .legal > div {
  position: relative;
  display: table-cell;
}
.footer .legal > div address,
.footer .legal > div ul,
.footer .legal > div img {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.footer .legal > div address {
  width: 100%;
  font-size: .86666667em;
}
.footer .legal ul {
  padding-left: 0;
  list-style: none;
}
.footer .legal ul li {
  float: left;
  padding-right: 24px;
}
.footer .partner {
  margin-top: 45px;
}
.footer .footer-nav-search {
  position: absolute;
  top: 30px;
  z-index: 1;
}
.footer .footer-nav-search:before,
.footer .footer-nav-search:after {
  display: table;
  content: " ";
}
.footer .footer-nav-search:after {
  clear: both;
}
.footer .footer-nav-search:before,
.footer .footer-nav-search:after {
  display: table;
  content: " ";
}
.footer .footer-nav-search:after {
  clear: both;
}
@media (max-width: 480px) {
  .footer {
    padding-bottom: 80px;
  }
  .footer .footer-logo img {
    width: 100px;
  }
  .footer .legal ul {
    top: 20px;
  }
  .footer .legal ul li {
    float: none;
  }
  .footer .partner {
    margin-top: 140px;
  }
  .footer .partner img {
    -webkit-transform: scale(.5, );
    -ms-transform: scale(.5, );
    transform: scale(.5, );
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .footer {
    padding-bottom: 75px;
  }
  .footer .footer-logo img {
    width: 100px;
  }
  .footer .legal ul {
    top: -30px;
  }
  .footer .legal ul li {
    margin-top: 10px;
  }
  .footer .legal ul li:first-child {
    float: none;
  }
  .footer .partner {
    margin-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer .legal {
    margin-top: 150px;
  }
}
@media (max-width: 1024px) {
  .footer {
    position: relative;
    padding-top: 0;
    padding-bottom: 78px;
    overflow-x: hidden;
  }
  .footer .footer-nav-search {
    position: relative;
    top: auto;
  }
  .footer .nav-lang h3 {
    font-family: 'FrutigerLTW02-55Roman', Arial, Helvetica, sans-serif;
  }
  .footer .nav-lang h3.hidden-lg {
    margin-top: 18px;
  }
}
.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;
}

.clear-icon:before,
.clear-icon:after {
  font-family: inherit;
  font-size: 1.8em;
  line-height: inherit;
  vertical-align: baseline;
  content: "";

  speak: normal;
}
.icon-arrow-right:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e600";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right-after:after {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e600";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e601";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-caret-right:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e602";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-caret-right-after:after {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e602";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-caret-left:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e603";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-caret-down:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e604";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-caret-down-after:after {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e604";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-caret-up:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e605";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-caret-up-after:after {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e605";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-triangle-right:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e606";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-triangle-left:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e607";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-triangle-down:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e608";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-triangle-up:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e609";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-play:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e60a";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e60b";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close-after:after {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e60b";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e60c";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus-after:after {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e60c";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-minus:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e618";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-list:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e619";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-external:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e60d";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-external-after:after {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e60d";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e60e";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e60f";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-calendar:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e61a";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-print:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e610";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-share:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e611";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e612";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e613";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e614";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-warning:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e615";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-success:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e616";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-stop:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e617";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e61b";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-telefon:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e61c";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-telefon-after:after {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e61c";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-external-after:after {
  position: absolute;
  margin-top: -12px;
  margin-left: -11px;
  font-family: "unibe-iconset";
  font-size: 2em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\e60d";

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-share:before,
.icon-facebook:before,
.icon-mail:before,
.icon-twitter:before,
.icon-print:before {
  font-size: 2.5em;
}
[class*="fileicon-"] {
  display: inline-block;
  min-height: 35px;
  padding-left: 40px;
  background: none !important;
  border-bottom: 0 !important;
}
[class*="fileicon-"]:before {
  position: absolute;
  width: 30px;
  height: 35px;
  margin-left: -40px;
  content: "";
  background: transparent url("../media/unib_icon_sprite.png") left no-repeat;
  background-position: 0 0;
  background-size: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  [class*="fileicon-"]:before {
    background-image: url("../media/unib_icon_sprite@2x.png");
  }
}
@media (max-width: 767px) {
  [class*="fileicon-"] {
    font-size: .83em;
    line-height: 1.6;
  }
}
.fileicon-none:before {
  background-position: 0 1000px;
}
.fileicon-none:before:hover {
  background-position: 0 900px;
}
.fileicon-pdf:before {
  background-position: 0 0;
}
.fileicon-pdf:before:hover {
  background-position: 0 -100px;
}
.fileicon-doc:before {
  background-position: 0 -200px;
}
.fileicon-doc:before:hover {
  background-position: 0 -300px;
}
.fileicon-xls:before {
  background-position: 0 -400px;
}
.fileicon-xls:before:hover {
  background-position: 0 -500px;
}
.fileicon-ppt:before {
  background-position: 0 -600px;
}
.fileicon-ppt:before:hover {
  background-position: 0 -700px;
}
.fileicon-generic:before {
  background-position: 0 -800px;
}
.fileicon-generic:before:hover {
  background-position: 0 -900px;
}
.fileicon-movie:before {
  background-position: 0 -1000px;
}
.fileicon-movie:before:hover {
  background-position: 0 -1100px;
}
.fileicon-audio:before {
  background-position: 0 -1200px;
}
.fileicon-audio:before:hover {
  background-position: 0 -1300px;
}
.fileicon-image:before {
  background-position: 0 -1400px;
}
.fileicon-image:before:hover {
  background-position: 0 -1500px;
}
.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;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1.8em;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.67;
  color: #262626;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #191919;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0074c4;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #888;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: .83em;
  line-height: 1.67;
  color: #888;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 481px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 2.5em;
  padding: 12px 12px;
  font-size: 1em;
  line-height: 1.67;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 2.5em;
  line-height: 2.5em;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 9em;
  padding: 3px 3px;
  font-size: .83em;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 9em;
  line-height: 9em;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 1.8em;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #777;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 3px 9px;
  font-size: .83em;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 12px 36px;
  font-size: 1.17em;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 9px 24px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #d6002b;
  text-decoration: none;
  background-color: #777;
}
.nav > li.disabled > a {
  color: #888;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #888;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #777;
  border-color: #0074c4;
}
.nav .nav-divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  margin-top: 60px;
  border-bottom: 2px solid #e4e4e4;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 3px;
}
.nav-tabs > li:hover {
  color: #d6002b;
}
.nav-tabs > li > a {
  padding: 12px 24px;
  margin-right: 2px;
  line-height: 1.67;
  color: #121212;
  background-color: #f5f5f5;
  border: 0;
}
.nav-tabs > li > a:hover {
  color: #d6002b !important;
  background-color: #ebebeb;
}
.nav-tabs > li > a:focus {
  padding: 10px 22px;
  border: 2px solid #0074c4;
  outline: 0;
}
.nav-tabs > li > a span.badge.badge-tabs:hover {
  color: #d6002b;
}
.nav-tabs > li.active > a {
  color: #d6002b !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  padding: 10px 22px 16px;
  margin-bottom: -5px;
  color: #d6002b !important;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #e4e4e4;
  border-bottom-width: 0;
}
.nav-tabs > li.active > a:focus {
  border: 2px solid #0074c4;
  border-bottom-width: 0;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 481px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #e4e4e4;
}
@media (min-width: 481px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #e4e4e4;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/*********************************
 Skinning
 *********************************/
.skin-color-blue .nav-tabs > li > a {
  color: #056782;
  background-color: #ecf3f6;
}
.skin-color-blue .nav-tabs > li > a:hover {
  color: #0f4859;
  background-color: #ddeaf0;
}
.skin-color-blue .nav-tabs > li.active > a,
.skin-color-blue .nav-tabs > li.active > a:hover {
  color: #d6002b;
  background-color: #fff;
}
.skin-color-blue .nav-tabs > li.active > a:focus {
  color: white;
  background-color: #121212;
  outline: 0;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0074c4;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 481px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #e4e4e4;
}
@media (min-width: 481px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #e4e4e4;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
  margin-top: 30px;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-top: 96px;
  margin-bottom: 0;
  font-size: .83333333em;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: " ";
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: " ";
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb h2 {
  float: left;
  padding: .4em .2em .4em 0;
  margin: 0;
  margin-top: 0 !important;
  font-size: 1em;
  color: #888;
}
.breadcrumb h2:after {
  content: ":";
}
.breadcrumb ul {
  margin: 0;
}
.breadcrumb li {
  display: inline-block;
  color: #121212;
  white-space: nowrap;
}
.breadcrumb li:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e606";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb li:before {
  font-size: 1.33333333em;
  color: #777;
}
.breadcrumb a {
  color: #888;
}
.breadcrumb a:hover {
  color: #121212;
}
.breadcrumb .active {
  color: #121212;
}
@media (max-width: 1024px) {
  .breadcrumb {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.67;
  color: #0074c4;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #121212;
  background-color: #777;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0074c4;
  border-color: #0074c4;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #888;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 36px;
  font-size: 1.17em;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 3px 9px;
  font-size: .83em;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 10px;
  font-size: .83em;
  line-height: 1;
  color: #262626;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #ebebeb;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #262626;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0074c4;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.badge-header {
  padding-right: .5em;
  padding-left: .5em;
  font-size: .4em;
  vertical-align: super;
}
.badge-tabs {
  margin-left: 12px;
}
li.active .badge-tabs {
  color: #d6002b;
}
.alert {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #11922d;
  background-color: #f0f6f1;
  border-color: #e7f1e9;
}
.alert-success hr {
  border-top-color: #d7e8da;
}
.alert-success .alert-link {
  color: #11922d;
}
.alert-info {
  color: #666;
  background-color: #eff5f9;
  border-color: #e6eff6;
}
.alert-info hr {
  border-top-color: #d3e3ef;
}
.alert-info .alert-link {
  color: #666;
}
.alert-warning {
  color: #ca8b4f;
  background-color: #fdf8ee;
  border-color: #f9f1e3;
}
.alert-warning hr {
  border-top-color: #f5e7ce;
}
.alert-warning .alert-link {
  color: #ca8b4f;
}
.alert-danger {
  color: #d6002b;
  background-color: #fcf1f3;
  border-color: #f8e9ec;
}
.alert-danger hr {
  border-top-color: #f2d6db;
}
.alert-danger .alert-link {
  color: #d6002b;
}
.alert-box-error {
  display: block;
  min-height: 100px;
  padding: 12px;
  font-size: 18px;
  line-height: 24px;
}
.alert-icon {
  float: left;
  font-size: 48px;
  color: #e6002e;
}
.warning-icon {
  float: left;
  font-size: 48px;
  color: #ffad00;
}
.success-icon {
  float: left;
  font-size: 48px;
  color: #11922d;
}
.alert-text-danger {
  position: relative;
  top: 12px;
  color: #d6002b;
}
.alert-text-info {
  position: relative;
  top: 12px;
  color: #666;
}
.alert-text-warning {
  position: relative;
  top: 12px;
  color: #b15400;
}
.alert-text-success {
  position: relative;
  top: 12px;
  color: #11922d;
}
.alert-text-second-line {
  position: relative;
  top: 18px;
}
.inset {
  left: 25px;
}
@media (max-width: 481px) {
  .alert-icon,
  .success-icon,
  .warning-icon {
    float: none;
    text-align: center;
  }
  .alert-box-error,
  .success-box-error,
  .warning-box-error {
    min-height: 180px;
  }
  .inset {
    left: 0 !important;
  }
}
.list-group {
  padding-left: 0;
  margin-top: 36px;
  margin-bottom: 48px;
}
.list-group-item {
  display: block;
  margin-bottom: -2px;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-right: 0;
  border-left: 0;
}
.list-group-item .badge {
  float: right;
}
.list-group-item .badge + .badge {
  margin-right: 5px;
}
.list-group-item a {
  position: relative;
  display: block;
  padding: 15px 24px;
  color: #057996;
}
.list-group-item a .list-group-item-heading {
  color: #000;
}
.list-group-item a:hover,
.list-group-item a:focus {
  margin-top: 0;
  margin-bottom: 0;
  color: #03364a;
  text-decoration: none;
  background-color: #ecf3f6;
}
.list-group-item a:hover.sub,
.list-group-item a:focus.sub {
  padding: 17px 24px;
  margin-top: -2px;
  margin-bottom: -2px;
}
.list-group-item.active a,
.list-group-item.active a:hover,
.list-group-item.active a:focus {
  z-index: 2;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-top: -2px;
  margin-bottom: -2px;
  color: #03364a;
  background-color: #d9e5ed;
  border-color: #000 !important;
}
.list-group-item.active a .list-group-item-heading,
.list-group-item.active a:hover .list-group-item-heading,
.list-group-item.active a:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active a .list-group-item-text,
.list-group-item.active a:hover .list-group-item-text,
.list-group-item.active a:focus .list-group-item-text {
  color: #fff;
}
.list-group-item.active .list-orgs-flyout,
.suborgs.open .list-orgs-flyout {
  min-height: 100%;
}
.list-group-item-success {
  color: #11922d;
  background-color: #f0f6f1;
}
a.list-group-item-success {
  color: #11922d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #11922d;
  background-color: #e0ece2;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #11922d;
  border-color: #11922d;
}
.list-group-item-info {
  color: #666;
  background-color: #eff5f9;
}
a.list-group-item-info {
  color: #666;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #666;
  background-color: #dce9f2;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.list-group-item-warning {
  color: #ca8b4f;
  background-color: #fdf8ee;
}
a.list-group-item-warning {
  color: #ca8b4f;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ca8b4f;
  background-color: #faefd7;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ca8b4f;
  border-color: #ca8b4f;
}
.list-group-item-danger {
  color: #d6002b;
  background-color: #fcf1f3;
}
a.list-group-item-danger {
  color: #d6002b;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #d6002b;
  background-color: #f8dce1;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d6002b;
  border-color: #d6002b;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 30px;
  background-color: #fff;
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  color: inherit;
}
.panel-title > a {
  padding: 9px 12px;
  color: inherit;
}
.panel-title > a:focus {
  padding: 7px 10px;
  border: 2px solid #0074c4;
  outline: 0;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.panel-group {
  margin-bottom: 30px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 2px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #262626;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0074c4;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0074c4;
  border-color: #0074c4;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0074c4;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0074c4;
}
.panel-success {
  border-color: #e7f1e9;
}
.panel-success > .panel-heading {
  color: #11922d;
  background-color: #f0f6f1;
  border-color: #e7f1e9;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e7f1e9;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e7f1e9;
}
.panel-info {
  border-color: #e6eff6;
}
.panel-info > .panel-heading {
  color: #666;
  background-color: #eff5f9;
  border-color: #e6eff6;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e6eff6;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e6eff6;
}
.panel-warning {
  border-color: #f9f1e3;
}
.panel-warning > .panel-heading {
  color: #ca8b4f;
  background-color: #fdf8ee;
  border-color: #f9f1e3;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f9f1e3;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f9f1e3;
}
.panel-danger {
  border-color: #f8e9ec;
}
.panel-danger > .panel-heading {
  color: #d6002b;
  background-color: #fcf1f3;
  border-color: #f8e9ec;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f8e9ec;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f8e9ec;
}
.close {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  color: white !important;
  text-align: center;
  background: #035a70 !important;
}
.close:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e60b";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.close:before {
  font-size: 2.66666667em;
  line-height: 1;
}
.close:hover,
.close:active {
  background: #03364a !important;
}
.skin-color-green .close {
  background: #0c6320 !important;
}
.skin-color-green .close:hover,
.skin-color-green .close:active {
  background: #094a18 !important;
}
.modal .close {
  top: 0 !important;
  right: 0 !important;
  left: auto;
  width: 48px;
  height: 48px;
  margin: auto;
  font-size: 10px;
  line-height: 4.2;
  vertical-align: middle;
  background: #444 !important;
  border: 0;
}
.modal .close:before {
  vertical-align: -.33333em;
}
.modal .close:hover,
.modal .close:active {
  background: #262626 !important;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition:    -moz-transform .3s ease-out;
  -o-transition:      -o-transform .3s ease-out;
  transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: 880px;
  margin: 30px auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.67px;
  padding: 30px 48px 15px;
}
.modal-title {
  margin: 0;
  line-height: 1.33;
}
.modal-body {
  position: relative;
  padding: 21px 48px 48px 48px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 481px) {
  .modal-dialog {
    width: 600px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
#form-modal .modal-dialog {
  width: 860px;
}
#form-modal .vert-space-big {
  margin: 36px 0 0 0 !important;
}
@media (max-width: 1024px) {
  #form-modal .modal-dialog {
    width: 95% !important;
    max-width: 860px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: .83em;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1.8em;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner h3 {
  color: white;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0;
}
.carousel-control.right {
  right: 0;
  left: auto;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0;
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-inner > .item {
  position: absolute;
  top: -999999em;
  display: block;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .active {
  top: 0;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  position: relative;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.slider-gallery > .container {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .carousel-caption h3:after {
    position: absolute;
    right: 1em;
    bottom: 1em;
  }
  #unibe-carousel > div.carousel-inner > article.item > div.container > a > div.carousel-caption > p[itemprop="articleBody"] {
    display: none;
  }
  #unibe-carousel > div.container.control {
    top: -60%;
  }
  .slider-gallery .carousel-control.left {
    left: 0 !important;
  }
  #unibe-carousel > div.container.control > a.carousel-control {
    background-color: #f5f5f5;
    background-color: rgba(0, 0, 0, .1) !important;
  }
  #unibe-carousel > div.container.control > a.carousel-control:hover {
    background-color: #ebebeb;
    background-color: rgba(0, 0, 0, .15) !important;
  }
}
@media screen and (max-width: 481px) {
  #unibe-carousel > div.container.control {
    top: -67%;
  }
}
@media screen and (max-width: 1025px) {
  #unibe-carousel > .carousel-inner > article > .container {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  body.uniintern-start #unibe-carousel {
    margin-top: 60px;
  }
}
.slider-gallery {
  position: relative;
  height: 442px;
}
.slider-gallery .container {
  position: relative;
}
.slider-gallery .carousel-caption {
  position: absolute;
  right: 12px;
  bottom: 0;
  left: auto;
  width: 588px;
  height: 442px;
  padding: 30px 48px;
  font-size: 1.66666667em;
  line-height: 1.2em;
  text-align: left;
  background-color: #e6002e;
}
.slider-gallery .item {
  width: 100%;
  height: 442px;
  overflow-y: hidden;
}
.slider-gallery figure {
  display: block;
  width: 100%;
  height: 442px;
  overflow: hidden;
  text-align: center;
}
.slider-gallery figure.imaged {
  background-position: center center;
  background-size: cover;
}
.slider-gallery h3 {
  font-family: 'FrutigerLTW02-55Roman', Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.slider-gallery p {
  font-family: 'FrutigerLTW02-55Roman', Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.slider-gallery p.more {
  text-align: center;
}
.slider-gallery p.more .btn {
  padding: 12px;
  font-size: .6em;
  color: white;
  background-color: #b30024;
}
.slider-gallery p.control {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
.slider-gallery p.control a {
  font-size: .4em;
  color: white;
}
.slider-gallery p.control .again {
  padding-right: 24px;
}
.slider-gallery .control {
  position: relative;
  z-index: 1000;
}
.slider-gallery .carousel-control {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  width: 60px;
  height: 60px;
  padding-top: 0;
  font-size: 2.22222222em;
  line-height: 1.2;
  color: white;
  background-color: #f5f5f5;
  background-color: rgba(0, 0, 0, .1);
  opacity: 1;
}
.slider-gallery .carousel-control:hover {
  background-color: #ebebeb;
  background-color: rgba(0, 0, 0, .15);
}
.slider-gallery .carousel-control.left {
  right: 60px;
}
.slider-gallery .carousel-control.left:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e603";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider-gallery .carousel-control.right {
  right: 0;
}
.slider-gallery .carousel-control.right:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e602";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider-gallery.slider-gallery-news {
  background-color: #e6002e;
}
.slider-gallery.slider-gallery-news img {
  width: auto;
}
.slider-gallery.slider-gallery-news .container > a {
  display: block;
  margin: 0;
}
.slider-gallery.slider-gallery-news .carousel-caption {
  top: 0;
  bottom: auto;
  min-height: 4em;
  background-color: #e6002e;
}
.slider-gallery.slider-gallery-news .carousel-caption:after {
  display: block;
  width: 100%;
  color: white;
  text-align: right;
}
.slider-gallery.slider-gallery-news .carousel-caption:after:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e600";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider-gallery.slider-gallery-news .carousel-caption p {
  font-size: .5em;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .slider-gallery.slider-gallery-promotion article {
    background-color: #e6002e;
  }
  .slider-gallery.slider-gallery-promotion article figure {
    margin-top: 0;
  }
  .slider-gallery.slider-gallery-mood article > .container {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .slider-gallery {
    height: auto;
  }
  .slider-gallery .item {
    height: auto;
    overflow: hidden;
  }
  .slider-gallery .container {
    width: 100%;
    padding: 0;
  }
  .slider-gallery .carousel-caption {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 24px;
  }
  .slider-gallery .carousel-caption h3 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slider-gallery .carousel-caption {
    right: 0;
    width: 50%;
  }
  .slider-gallery-news img {
    margin-left: -12%;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .slider-gallery-news article > .container img {
    width: auto;
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .slider-gallery figure {
    margin: 0;
  }
  .slider-gallery .carousel-caption {
    right: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .slider-gallery-news article > .container {
    padding-left: 0;
  }
  .slider-gallery-news article > .container img {
    min-width: 50%;
  }
}
@media (min-width: 1281px) {
  .slider-gallery .control {
    position: absolute;
    right: 8%;
  }
}
@media (min-width: 1400px) {
  .slider-gallery .control {
    right: 11%;
  }
}
@media (min-width: 1600px) {
  .slider-gallery .control {
    right: 16%;
  }
}
@media (min-width: 1750px) {
  .slider-gallery .control {
    right: 20%;
  }
}
body.skin-color-gray .slider-gallery-news .carousel-caption,
body.skin-color-gray #unibe-carousel {
  color: black;
  background-color: #dbdbdb;
}
body.skin-color-gray .slider-gallery-news .carousel-caption h3,
body.skin-color-gray #unibe-carousel h3 {
  color: black;
}
body.skin-color-gray .slider-gallery .carousel-control {
  color: black;
}
.datepicker {
  padding: 4px;
  padding: 12px;
  margin-left: -12px;
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: #ebebeb;
  border: 0;
  border-radius: 4px;
  box-shadow: none;

  -left: -12px;
  direction: ltr;
}
.datepicker:after {
  border: 0 !important;
}
.datepicker:before {
  border: 0 !important;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  position: absolute;
  display: inline-block;
  content: '';
  border-top: 0;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
}
.datepicker-dropdown:after {
  position: absolute;
  display: inline-block;
  content: '';
  border-top: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-top: 7px solid #999;
  border-bottom: 0;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.datepicker > div {
  display: none;
}
.datepicker.days .datepicker-days {
  display: block;
}
.datepicker.months .datepicker-months {
  display: block;
}
.datepicker.years .datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
}
.datepicker table tr td,
.datepicker table tr th {
  width: 50px;
  height: 50px;
  text-align: center;
  border-right: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
}
.datepicker table tr td {
  color: #666;
  background-color: white;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  background-color: #f5f5f5;
}
.datepicker table tr td.old:hover,
.datepicker table tr td.new:hover {
  background-color: #ccc;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  cursor: pointer;
  background: #f5f5f5;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #888;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #888;
  cursor: default;
  background: none;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus {
  background-color: #0074c4;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #777;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #bb8e3c;
  border-color: #6e5323;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #9c7632;
  border-color: #3f3014;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus {
  background-color: #0074c4;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #bb8e3c;
  border-color: #6e5323;
}
.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
  color: #bb8e3c;
  background-color: #000;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #888;
  border-color: #666;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #747474;
  border-color: #474747;
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus {
  background-color: #0074c4;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #888;
  border-color: #666;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
  color: #888;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: white;
  background-color: #d6002b;
}
.datepicker table tr td span {
  display: block;
  float: left;
  width: 23%;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
}
.datepicker table tr td span:hover {
  background: #f5f5f5;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  color: #888;
  cursor: default;
  background: none;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: white;
  background-color: #d6002b;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #888;
}
.datepicker table tr td span.month,
.datepicker table tr td span.year {
  border-right: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
}
.datepicker .datepicker-switch {
  width: auto;
  background-image: -webkit-linear-gradient(top, #e3e3e3 0%, #d8d8d8 100%);
  background-image:         linear-gradient(to bottom, #e3e3e3 0%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3e3e3', endColorstr='#ffd8d8d8', GradientType=0);
  background-repeat: repeat-x;
}
.datepicker th.prev,
.datepicker th.next {
  font-size: 2em;
  line-height: 1em;
  color: white;
  background-color: #666;
}
.datepicker th.prev:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e603";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datepicker th.next:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e602";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .dow {
  background-color: #ebebeb;
}
.datepicker .cw {
  width: 12px;
  padding: 0 2px 0 5px;
  font-size: 10px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  margin-right: -5px;
  margin-left: -5px;
  font-weight: normal;
  line-height: 1.67;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #777;
  border: solid #e6e6e6;
  border-width: 1px 0;
}
.nav-main {
  margin-top: -88px;
}
.nav-main .container {
  position: relative;
}
.nav-main .overall {
  position: relative;
}
.nav-main ul,
.nav-main li {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.nav-main ul li,
.nav-main li li {
  padding-left: 0;
  margin-left: 0;
}
.nav-main a {
  display: block;
  padding: 10px 18px;
  font-size: 1em;
}
.nav-main .current a {
  color: #d6002b;
}
.nav-main a.sub:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e602";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-main a.sub:before {
  position: absolute;
  right: .3em !important;
  font-size: 1.4em;
  line-height: 1;
  vertical-align: middle;
}
.nav-main .news > li > .sub:before {
  display: none;
}
.nav-main .mega-pd {
  width: 1000%;
  height: 0;
  padding-left: 100%;
  margin-left: -100%;
  overflow: hidden;
  background-color: #f5f5f5;
  border: 0;
  transition: height .5s;
}
.nav-main .mega-pd:before,
.nav-main .mega-pd:after {
  display: table;
  content: " ";
}
.nav-main .mega-pd:after {
  clear: both;
}
.nav-main .mega-pd:before,
.nav-main .mega-pd:after {
  display: table;
  content: " ";
}
.nav-main .mega-pd:after {
  clear: both;
}
.nav-main .mega-pd.open {
  border-top: 1px solid #e2e2e2;
  transition: height .5s;
}
.nav-main .mega-pd .teaser:not(.active) {
  display: none;
}
.nav-main .teaser {
  position: absolute;
  top: 125px;
  right: 0;
  z-index: 0;
  width: 620px;
  opacity: 0;
  transition: opacity .5s;
}
.nav-main .teaser.active {
  opacity: 1;
}
.nav-main .teaser a {
  display: inline;
  padding: 0;
}
.nav-main .teaser article {
  position: relative;
  float: left;
  width: 282px;
  height: 400px;
  padding: 300px 24px 24px;
  margin-bottom: 36px;
  margin-left: 24px;
  background-color: white;
}
.nav-main .teaser article h3 {
  margin: 0;
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: 1.11111111em;
}
.nav-main .teaser article img {
  position: absolute;
  top: 0;
  left: 0;
}
.nav-main .teaser article p {
  margin-top: 10px;
  font-size: 1em;
}
.nav-main .level-1 {
  margin-bottom: 0;
}
.nav-main .level-1:before,
.nav-main .level-1:after {
  display: table;
  content: " ";
}
.nav-main .level-1:after {
  clear: both;
}
.nav-main .level-1:before,
.nav-main .level-1:after {
  display: table;
  content: " ";
}
.nav-main .level-1:after {
  clear: both;
}
.nav-main .level-1 a {
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
}
.nav-main .level-1 a:focus {
  color: white;
  background-color: #0074c4;
  border: 0;
  outline: 0;
}
.nav-main .level-1 > li {
  float: left;
  text-transform: uppercase;
}
.nav-main .level-1 > .open > a {
  position: relative;
  color: #d6002b;
  background-color: #f5f5f5;
}
.nav-main .level-1 > .open > a:before {
  position: absolute;
  bottom: -48px;
  left: 45%;
  z-index: 10;
  display: inline-block;
  content: "";
  border-top: 9px solid #e2e2e2;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}
.nav-main .level-1 > .open > a:after {
  position: absolute;
  bottom: -47px;
  left: 45%;
  z-index: 10;
  display: inline-block;
  content: "";
  border-top: 9px solid white;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}
.nav-main .level-2,
.nav-main .level-3,
.nav-main .level-4 {
  top: 0;
  padding: 36px 0;
}
.nav-main .level-2 > li,
.nav-main .level-3 > li,
.nav-main .level-4 > li {
  float: none;
  margin: 0 24px;
  text-transform: none;
  border-bottom: 2px solid #e9e9e9;
}
.nav-main .level-2 > li > a,
.nav-main .level-3 > li > a,
.nav-main .level-4 > li > a {
  position: relative;
  display: block;
  padding: 12px 42px 12px 18px;
  line-height: 1.33;
}
.nav-main .level-2 > li > a:hover,
.nav-main .level-3 > li > a:hover,
.nav-main .level-4 > li > a:hover {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: -2px;
  margin-bottom: -2px;
  background-color: #f0f0f0;
}
.nav-main .level-2 > li:first-child,
.nav-main .level-3 > li:first-child,
.nav-main .level-4 > li:first-child {
  border-top: 2px solid #e9e9e9;
}
.nav-main .level-2 > li.open > a,
.nav-main .level-3 > li.open > a,
.nav-main .level-4 > li.open > a {
  padding-right: 66px;
}
.nav-main .level-2 {
  position: absolute;
  top: -10000px;
  left: -10000px;
  z-index: 1;
}
.nav-main .level-2.open {
  position: relative;
  top: 0;
  left: 0;
  width: 3.7%;
}
.nav-main .flyout-2,
.nav-main .flyout-3,
.nav-main .flyout-4,
.nav-main .flyout-5,
.nav-main .flyout-6,
.nav-main .flyout-7,
.nav-main .flyout-8,
.nav-main .flyout-9 {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 0;
}
.nav-main .open > .flyout-2,
.nav-main .open > .flyout-3,
.nav-main .open > .flyout-4 {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
  transition: width .5s;
}
.nav-main .open > .flyout-2.flyout-4,
.nav-main .open > .flyout-3.flyout-4,
.nav-main .open > .flyout-4.flyout-4 {
  background-color: #e0e0e0;
}
.nav-main .open > .flyout-2 ul,
.nav-main .open > .flyout-3 ul,
.nav-main .open > .flyout-4 ul {
  position: absolute;
  right: 0;
  width: 400px;
}
.nav-main .open > .flyout-2.anim,
.nav-main .open > .flyout-3.anim,
.nav-main .open > .flyout-4.anim {
  overflow: hidden;
}
.nav-main .level-2 > .open,
.nav-main .level-3 > .open {
  margin-right: 0;
}
.nav-main .level-2 > .open > a.sub:before,
.nav-main .level-3 > .open > a.sub:before {
  right: 2em;
  margin-right: 1em;
}
.nav-main .level-3 li,
.nav-main .level-3 li:first-child {
  border-color: #e0e0e0;
}
.nav-main .level-4 li,
.nav-main .level-4 li:first-child {
  border-color: #d6d6d6;
}
.nav-main .level-2 a:hover {
  background-color: #f0f0f0;
}
.nav-main .level-3 a:hover {
  background-color: #e6e6e6;
}
.nav-main .level-4 a:hover {
  background-color: #dbdbdb;
}
.nav-main .level-2 > .open > a,
.nav-main .level-2 > li > a.current {
  background-color: #ebebeb;
}
.nav-main .level-3 > .open > a,
.nav-main .level-3 > li > a.current {
  background-color: #e0e0e0;
}
.nav-main .level-4 > li > a.current {
  background-color: #d6d6d6;
}
.nav-main .top-info,
.nav-main-mobile .top-info,
.nav-left .top-info,
.nav-sub .top-info {
  position: absolute;
  top: -10000px;
  left: -10000px;
}
.uniintern .nav-main {
  margin-top: -50px;
  margin-bottom: 50px;
}
.uniintern .nav-main .level-1 > .open > a:before {
  bottom: -10px;
}
.uniintern .nav-main .level-1 > .open > a:after {
  bottom: -9px;
  border-top-color: #f5f5f5;
}
@media (min-width: 1025px) {
  .nav-main a {
    color: black;
  }
  .nav-main a:hover {
    color: #d6002b;
    background-color: #fafafa;
  }
  .nav-main a.active,
  .nav-main a:active {
    color: #d6002b;
    background-color: #f5f5f5;
  }
  .nav-main .level-4 a:before {
    display: none;
  }
  .nav-main .news {
    position: absolute;
    top: -10000px;
    left: -10000px;
  }
  .nav-main .news:before,
  .nav-main .news:after {
    display: table;
    content: " ";
  }
  .nav-main .news:after {
    clear: both;
  }
  .nav-main .news:before,
  .nav-main .news:after {
    display: table;
    content: " ";
  }
  .nav-main .news:after {
    clear: both;
  }
  .nav-main .news > li > a {
    min-height: 260px;
  }
  .nav-main .news.open {
    position: relative;
    top: 0;
    width: 1248px !important;
  }
  .nav-main .news.open .flyout-3,
  .nav-main .news.open .flyout-4 {
    display: none;
  }
  .nav-main .news.open li {
    float: left;
    width: 20%;
    padding: 0;
    margin: 0;
    border: 0 !important;
  }
  .nav-main .news.open a {
    display: block;
    padding: 12px 12px 12px 24px;
    font-size: .83333333em;
    line-height: 1.38888889em;
  }
  .nav-main .news.open a:hover {
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0;
    background-color: #f0f0f0;
  }
  .nav-main .news.open a:active {
    background-color: #ebebeb;
  }
  .nav-main .news.open a h3 {
    display: block;
    font-size: 21px !important;
  }
  .nav-main .news.open img {
    display: block;
    margin: 12px 0;
  }
  .nav-main .mega-pd a > br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nav-main-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 48px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
    background-color: #121212;
  }
  .nav-main-mobile .menu-close {
    width: 100%;
    text-transform: uppdercase;
  }
  .nav-main-mobile .menu-close a {
    height: 42px;
    padding-left: 14px;
    border-bottom: 1px solid #650015;
  }
  .nav-main-mobile .menu-close a:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e60b";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-main-mobile .menu-close a:before {
    margin-right: 4px;
    font-size: 1.875em;
    line-height: .8;
  }
  .nav-main-mobile .menu-close a:hover {
    background-color: #d6002b !important;
  }
  .nav-main-mobile .mega-pd {
    width: auto;
    padding-left: 0;
    margin-left: 0;
    overflow: visible;
    background-color: transparent;
  }
  .nav-main-mobile .flyout-2,
  .nav-main-mobile .flyout-3,
  .nav-main-mobile .flyout-4,
  .nav-main-mobile .flyout-5,
  .nav-main-mobile .flyout-6,
  .nav-main-mobile .flyout-7,
  .nav-main-mobile .flyout-8,
  .nav-main-mobile .flyout-9 {
    background-color: transparent !important;
  }
  .nav-main-mobile li.open > .flyout-2,
  .nav-main-mobile li.open > .flyout-3,
  .nav-main-mobile li.open > .flyout-4,
  .nav-main-mobile li.open > .flyout-5,
  .nav-main-mobile li.open > .flyout-6,
  .nav-main-mobile li.open > .flyout-7,
  .nav-main-mobile li.open > .flyout-8,
  .nav-main-mobile li.open > .flyout-9 {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
  }
  .nav-main-mobile .mobile-menu {
    margin: 4px 0 0;
    font-size: 1em;
    text-transform: uppercase;
  }
  .nav-main-mobile .mobile-menu > a {
    float: left;
    padding: 0;
    margin: 0;
    font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
  }
  .nav-main-mobile .mobile-menu > a:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e60e";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-main-mobile .mobile-menu > a:before {
    font-size: 2em;
    color: white;
  }
  .nav-main-mobile .view-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 10000px;
    overflow: hidden;
  }
  .nav-main-mobile ul a {
    display: block;
    padding: 8px 12px;
    font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
    font-size: .88888889em !important;
    line-height: 25px;
    color: white;
    background-color: #d6002b;
    border-bottom: 1px solid #ab0022;

    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  .nav-main-mobile ul a.active,
  .nav-main-mobile ul a:hover {
    background-color: #ff8099 !important;
  }
  .nav-main-mobile ul a.current {
    color: #7f0019 !important;
    background: #ff99ad !important;
  }
  .nav-main-mobile ul a:before,
  .nav-main-mobile ul a:after {
    border: 0 !important;
  }
  .nav-main-mobile ul a.sub:before {
    top: auto;
    font-size: 1.875em;
    line-height: .8;
  }
  .nav-main-mobile ul a:hover {
    background-color: transparent !important;
  }
  .nav-main-mobile ul a:focus {
    outline: 0;
  }
  .nav-main-mobile ul a li.open,
  .nav-main-mobile ul a li.current {
    background-color: transparent !important;
  }
  .nav-main-mobile ul a li.open a,
  .nav-main-mobile ul a li.current a {
    background-color: transparent !important;
  }
  .nav-main-mobile .level-1 > li > a:before,
  .nav-main-mobile li > a.sub:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e602";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-main-mobile .level-1 > li > a:before,
  .nav-main-mobile li > a.sub:before {
    position: absolute;
    right: 12px;
    font-size: 1.875em;
    line-height: .8;
  }
  .nav-main-mobile .overall {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1000%;
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #d6002b;
  }
  .nav-main-mobile .overall .top-info .back-info,
  .nav-main-mobile .overall .top-info .toplevel-info {
    position: relative;
    left: 10%;
    list-style: none;
  }
  .nav-main-mobile .overall.lvl-1 {
    left: 0;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-2 {
    left: -100%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-2 .top-info {
    left: 10%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-2 .top-info .back-info,
  .nav-main-mobile .overall.lvl-2 .top-info .toplevel-info {
    left: 0;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-3 {
    left: -200%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-3 .top-info {
    left: 20%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-3 .top-info .back-info,
  .nav-main-mobile .overall.lvl-3 .top-info .toplevel-info {
    left: 0;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-4 {
    left: -300%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-4 .top-info {
    left: 30%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-4 .top-info .back-info,
  .nav-main-mobile .overall.lvl-4 .top-info .toplevel-info {
    left: 0;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-5 {
    left: -400%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-5 .top-info {
    left: 40%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-5 .top-info .back-info,
  .nav-main-mobile .overall.lvl-5 .top-info .toplevel-info {
    left: 0;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-6 {
    left: -500%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-6 .top-info {
    left: 50%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-6 .top-info .back-info,
  .nav-main-mobile .overall.lvl-6 .top-info .toplevel-info {
    left: 0;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-7 {
    left: -600%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-7 .top-info {
    left: 60%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-7 .top-info .back-info,
  .nav-main-mobile .overall.lvl-7 .top-info .toplevel-info {
    left: 0;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-8 {
    left: -700%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-8 .top-info {
    left: 70%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-8 .top-info .back-info,
  .nav-main-mobile .overall.lvl-8 .top-info .toplevel-info {
    left: 0;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-9 {
    left: -800%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-9 .top-info {
    left: 80%;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .overall.lvl-9 .top-info .back-info,
  .nav-main-mobile .overall.lvl-9 .top-info .toplevel-info {
    left: 0;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
  .nav-main-mobile .news > li:hover > a,
  .nav-main-mobile .news > li:hover > a h3 {
    color: #7f0019;
  }
  .nav-main-mobile .news > li img {
    display: none;
  }
  .nav-main-mobile .news > li h3 {
    margin: 0;
    color: white;
  }
  .nav-main-mobile .level-1,
  .nav-main-mobile .level-2,
  .nav-main-mobile .level-3,
  .nav-main-mobile .level-4,
  .nav-main-mobile .level-5,
  .nav-main-mobile .level-6,
  .nav-main-mobile .level-7,
  .nav-main-mobile .level-8,
  .nav-main-mobile .level-9 {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 0;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .nav-main-mobile .level-1.open,
  .nav-main-mobile .level-2.open,
  .nav-main-mobile .level-3.open,
  .nav-main-mobile .level-4.open,
  .nav-main-mobile .level-5.open,
  .nav-main-mobile .level-6.open,
  .nav-main-mobile .level-7.open,
  .nav-main-mobile .level-8.open,
  .nav-main-mobile .level-9.open {
    width: 100%;
  }
  .nav-main-mobile .level-1 > .open > a,
  .nav-main-mobile .level-2 > .open > a,
  .nav-main-mobile .level-3 > .open > a,
  .nav-main-mobile .level-4 > .open > a,
  .nav-main-mobile .level-5 > .open > a,
  .nav-main-mobile .level-6 > .open > a,
  .nav-main-mobile .level-7 > .open > a,
  .nav-main-mobile .level-8 > .open > a,
  .nav-main-mobile .level-9 > .open > a,
  .nav-main-mobile .level-1 > .current > a,
  .nav-main-mobile .level-2 > .current > a,
  .nav-main-mobile .level-3 > .current > a,
  .nav-main-mobile .level-4 > .current > a,
  .nav-main-mobile .level-5 > .current > a,
  .nav-main-mobile .level-6 > .current > a,
  .nav-main-mobile .level-7 > .current > a,
  .nav-main-mobile .level-8 > .current > a,
  .nav-main-mobile .level-9 > .current > a {
    background: transparent !important;
  }
  .nav-main-mobile .level-1 li,
  .nav-main-mobile .level-2 li,
  .nav-main-mobile .level-3 li,
  .nav-main-mobile .level-4 li,
  .nav-main-mobile .level-5 li,
  .nav-main-mobile .level-6 li,
  .nav-main-mobile .level-7 li,
  .nav-main-mobile .level-8 li,
  .nav-main-mobile .level-9 li {
    float: none;
    width: 100%;
    margin: 0 !important;
    border: 0;
  }
  .nav-main-mobile .level-1 li:first-child,
  .nav-main-mobile .level-2 li:first-child,
  .nav-main-mobile .level-3 li:first-child,
  .nav-main-mobile .level-4 li:first-child,
  .nav-main-mobile .level-5 li:first-child,
  .nav-main-mobile .level-6 li:first-child,
  .nav-main-mobile .level-7 li:first-child,
  .nav-main-mobile .level-8 li:first-child,
  .nav-main-mobile .level-9 li:first-child {
    border-top: 0;
  }
  .nav-main-mobile .level-1 li a,
  .nav-main-mobile .level-2 li a,
  .nav-main-mobile .level-3 li a,
  .nav-main-mobile .level-4 li a,
  .nav-main-mobile .level-5 li a,
  .nav-main-mobile .level-6 li a,
  .nav-main-mobile .level-7 li a,
  .nav-main-mobile .level-8 li a,
  .nav-main-mobile .level-9 li a {
    padding: 8px 18px;
  }
  .nav-main-mobile .level-1 li a.active,
  .nav-main-mobile .level-2 li a.active,
  .nav-main-mobile .level-3 li a.active,
  .nav-main-mobile .level-4 li a.active,
  .nav-main-mobile .level-5 li a.active,
  .nav-main-mobile .level-6 li a.active,
  .nav-main-mobile .level-7 li a.active,
  .nav-main-mobile .level-8 li a.active,
  .nav-main-mobile .level-9 li a.active {
    background-color: #d6002b;
  }
  .nav-main-mobile .level-1 li a.current,
  .nav-main-mobile .level-2 li a.current,
  .nav-main-mobile .level-3 li a.current,
  .nav-main-mobile .level-4 li a.current,
  .nav-main-mobile .level-5 li a.current,
  .nav-main-mobile .level-6 li a.current,
  .nav-main-mobile .level-7 li a.current,
  .nav-main-mobile .level-8 li a.current,
  .nav-main-mobile .level-9 li a.current {
    color: #7f0019 !important;
    background-color: #ff99ad !important;
  }
  .nav-main-mobile .level-1 li a:hover,
  .nav-main-mobile .level-2 li a:hover,
  .nav-main-mobile .level-3 li a:hover,
  .nav-main-mobile .level-4 li a:hover,
  .nav-main-mobile .level-5 li a:hover,
  .nav-main-mobile .level-6 li a:hover,
  .nav-main-mobile .level-7 li a:hover,
  .nav-main-mobile .level-8 li a:hover,
  .nav-main-mobile .level-9 li a:hover {
    padding: 8px 18px;
    margin: 0;
    color: #660014 !important;
    background-color: #ff8099 !important;
  }
  .nav-main-mobile .level-2 > .open > a.sub:before,
  .nav-main-mobile .level-3 > .open > a.sub:before {
    margin-right: 0;
  }
  .nav-main-mobile .level-1 {
    top: 42px;
    left: 0;
    width: 10%;
  }
  .nav-main-mobile .level-2.open,
  .nav-main-mobile .level-1 > .open > div > ul {
    position: absolute;
    top: 84px;
    left: 10%;
    width: 10%;
  }
  .nav-main-mobile .level-2 > .open > div > ul,
  .nav-main-mobile .level-3 > .open > div > ul,
  .nav-main-mobile .level-4 > .open > div > ul,
  .nav-main-mobile .level-5 > .open > div > ul,
  .nav-main-mobile .level-6 > .open > div > ul,
  .nav-main-mobile .level-7 > .open > div > ul,
  .nav-main-mobile .level-8 > .open > div > ul {
    left: 0 !important;
    width: 100%;
  }
  .nav-main-mobile.nav-sub .level-2 > .open > div > ul,
  .nav-main-mobile.nav-sub .level-3 > .open > div > ul,
  .nav-main-mobile.nav-sub .level-4 > .open > div > ul,
  .nav-main-mobile.nav-sub .level-5 > .open > div > ul,
  .nav-main-mobile.nav-sub .level-6 > .open > div > ul,
  .nav-main-mobile.nav-sub .level-7 > .open > div > ul,
  .nav-main-mobile.nav-sub .level-8 > .open > div > ul {
    left: 100% !important;
    width: 100%;
  }
  .nav-main-mobile .top-info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    overflow: visible;
  }
  .nav-main-mobile .top-info ul {
    padding-left: 0;
    list-style: none;
  }
  .nav-main-mobile .top-info .back-info {
    float: left;
    width: 4%;
    overflow: hidden;
    font-size: .8125em;
    white-space: nowrap;
  }
  .nav-main-mobile .top-info .back-info a {
    height: 42px;
    padding-right: 0;
    padding-left: 48px !important;
    margin: 0;
    line-height: 25px;
    text-transform: uppercase;
    background-color: #ab0022 !important;
  }
  .nav-main-mobile .top-info .back-info a:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e603";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-main-mobile .top-info .back-info a:before {
    position: absolute;
    left: 12px;
    font-size: 2.30769231em;
    line-height: .8;
  }
  .nav-main-mobile .top-info .back-info a:hover {
    background-color: #ab0022 !important;
  }
  .nav-main-mobile .top-info .toplevel-info {
    float: left;
    width: 6%;
    white-space: nowrap;
  }
  .nav-main-mobile .top-info .toplevel-info a,
  .nav-main-mobile .top-info .toplevel-info a:hover {
    width: 120%;
    padding-left: 40px !important;
    margin-left: -40px;
    overflow: hidden;
    font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(-60deg, #d6002b 90%, transparent 80%);
    background-image:         linear-gradient(-60deg, #d6002b 90%, transparent 80%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #ab0022;
  }
  .nav-main-mobile .top-info .toplevel-info br {
    display: none;
  }
  .nav-main-mobile .lvl-1 .top-info {
    height: 42px;
    overflow: hidden;
  }
  .nav-main-mobile.nav-sub .level-1 {
    position: relative;
    width: 10%;
  }
  .nav-main-mobile.nav-sub .level-1 > li > a {
    text-transform: uppercase;
  }
  .nav-main-mobile.nav-sub .level-1 ul {
    padding-top: 42px;
  }
  .nav-main-mobile.nav-sub .level-1 > ul {
    padding-top: 0;
  }
  .nav-main-mobile.nav-sub .level-1 a {
    padding: 8px 24px !important;
  }
  .nav-main-mobile .level-1 > li > div > ul {
    left: -1000px;
  }
  .nav-main-mobile .level-1 > .open > div > ul {
    top: 0;
    left: 100%;
    width: 100%;
  }
  .nav-main-mobile .level-1 > .open > div > ul li {
    border: 0;
  }
  .nav-main-mobile .level-2 > .open > div > ul {
    left: 100%;
  }
  .nav-main-mobile .level-3 > .open > div > ul {
    left: 200%;
  }
  .nav-main-mobile .level-4 > .open > div > ul {
    left: 300%;
  }
  .nav-main-mobile .level-5 > .open > div > ul {
    left: 400%;
  }
  .nav-main-mobile .level-6 > .open > div > ul {
    left: 500%;
  }
  .nav-main-mobile .level-7 > .open > div > ul {
    left: 600%;
  }
  .nav-main-mobile .level-8 > .open > div > ul {
    left: 700%;
  }
  .nav-main-mobile.nav-sub li.open > .nav-left {
    top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .nav-main .level-1 > li > a {
    padding-right: 8px;
    padding-left: 8px;
  }
  .nav-main .mega-pd ul {
    width: 340px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .nav-main .view-container {
    width: 435px;
  }
  .nav-main .overall {
    height: 450px;
  }
  .nav-main-mobile .view-container {
    width: 435px;
  }
  .nav-main-mobile .overall {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-main-mobile .view-container {
    width: 435px;
  }
  .nav-main-mobile .overall {
    height: 450px;
  }
}
@media (max-width: 1024px) {
  .skin-color-blue .nav-main-mobile ul a {
    background-color: #057996 !important;
    border-color: #046178;
  }
  .skin-color-blue .nav-main-mobile ul a.active,
  .skin-color-blue .nav-main-mobile ul a:hover {
    color: #03364a !important;
    background-color: #cfe0e8 !important;
  }
  .skin-color-blue .nav-main-mobile ul a.current {
    color: #03364a !important;
    background: #ddeaf0 !important;
  }
  .skin-color-blue .nav-main-mobile .overall {
    background-color: #057996;
  }
  .skin-color-blue .nav-main-mobile .top-info .menu-close a {
    border-color: #046178;
  }
  .skin-color-blue .nav-main-mobile .top-info .menu-close a:hover {
    color: white !important;
    background-color: #057996 !important;
  }
  .skin-color-blue .nav-main-mobile .top-info .back-info a {
    background-color: #035a70 !important;
    border-color: #046178;
  }
  .skin-color-blue .nav-main-mobile .top-info .back-info a:hover {
    color: #eff4f6 !important;
  }
  .skin-color-blue .nav-main-mobile .top-info .toplevel-info a,
  .skin-color-blue .nav-main-mobile .top-info .toplevel-info a:hover {
    color: white !important;
    background-image: -webkit-linear-gradient(-60deg, #057996 90%, transparent 80%);
    background-image:         linear-gradient(-60deg, #057996 90%, transparent 80%);
    background-repeat: repeat-x;
    border-color: #046178;
  }
  .skin-color-green .nav-main-mobile ul a {
    background-color: #0f7d28 !important;
    border-color: #0c6420;
  }
  .skin-color-green .nav-main-mobile ul a.active,
  .skin-color-green .nav-main-mobile ul a:hover {
    color: white !important;
    background-color: #0c6320 !important;
  }
  .skin-color-green .nav-main-mobile ul a.current {
    color: #094a18 !important;
    background: #c7e4b9 !important;
  }
  .skin-color-green .nav-main-mobile .overall {
    background-color: #0f7d28;
  }
  .skin-color-green .nav-main-mobile .top-info .menu-close a {
    border-color: #0c6420;
  }
  .skin-color-green .nav-main-mobile .top-info .menu-close a:hover {
    color: #eff4f0 !important;
    background-color: #0f7d28 !important;
  }
  .skin-color-green .nav-main-mobile .top-info .back-info a {
    background-color: #0c6320 !important;
    border-color: #0c6420;
  }
  .skin-color-green .nav-main-mobile .top-info .back-info a:hover {
    color: #eff4f0 !important;
    background-color: #0c6320 !important;
  }
  .skin-color-green .nav-main-mobile .top-info .toplevel-info a,
  .skin-color-green .nav-main-mobile .top-info .toplevel-info a:hover {
    background-image: -webkit-linear-gradient(-60deg, #0f7d28 90%, transparent 80%);
    background-image:         linear-gradient(-60deg, #0f7d28 90%, transparent 80%);
    background-repeat: repeat-x;
    border-color: #0c6420;
  }
  .skin-color-green .nav-main-mobile .top-info .toplevel-info a:hover,
  .skin-color-green .nav-main-mobile .top-info .toplevel-info a:hover:hover {
    color: #eff4f0 !important;
  }
  .skin-color-gray .nav-main-mobile ul a {
    background-color: #666 !important;
    border-color: #525252 !important;
  }
  .skin-color-gray .nav-main-mobile ul a.active,
  .skin-color-gray .nav-main-mobile ul a:hover {
    color: #121212 !important;
    background-color: #999 !important;
  }
  .skin-color-gray .nav-main-mobile ul a.current {
    color: #121212 !important;
    background: #b3b3b3 !important;
  }
  .skin-color-gray .nav-main-mobile .overall {
    background-color: #666;
  }
  .skin-color-gray .nav-main-mobile .top-info .menu-close a {
    border-color: #525252;
  }
  .skin-color-gray .nav-main-mobile .top-info .menu-close a:hover {
    color: white !important;
    background-color: #666 !important;
  }
  .skin-color-gray .nav-main-mobile .top-info .back-info a {
    background-color: #262626 !important;
    border-color: #525252;
  }
  .skin-color-gray .nav-main-mobile .top-info .back-info a:hover {
    color: white !important;
    background-color: #262626 !important;
  }
  .skin-color-gray .nav-main-mobile .top-info .toplevel-info a,
  .skin-color-gray .nav-main-mobile .top-info .toplevel-info a:hover {
    color: white !important;
    background-image: -webkit-linear-gradient(-60deg, #666 90%, transparent 80%);
    background-image:         linear-gradient(-60deg, #666 90%, transparent 80%);
    background-repeat: repeat-x;
    border-color: #525252;
  }
}
body > .wrapper {
  position: relative;
  top: 0;
  left: 0;
  overflow-x: hidden;
  -webkit-transition: left 600ms ease-in-out;
  transition: left 600ms ease-in-out;
}
body > .wrapper.skin-swipe-right {
  left: 100%;
}
body > .wrapper.skin-swipe-left {
  left: -100%;
}
.site-switch {
  position: absolute;
}
.site-switch a {
  display: block;
  height: 60px;
  font-size: .83333333em;
  line-height: 1.11111111em;
  line-height: 18px;
  color: black;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border-radius: 30px;
}
.site-switch a:hover,
.site-switch a:active {
  color: #d6002b;
}
.site-switch a:focus {
  color: white;
  background-color: #0074c4;
  border: 0;
  outline: 0;
}
.site-switch.skin-goto-subsite {
  top: -7px;
  right: 286px;
}
.site-switch.skin-goto-subsite a {
  padding: 12px 50px 12px 30px;
}
.site-switch.skin-goto-subsite a:after {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e602";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-switch.skin-goto-subsite a:after {
  position: absolute;
  top: 18px;
  right: 12px;
  font-size: 1.66666667em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .site-switch.skin-goto-subsite a:after {
    line-height: 1;
  }
}
.site-switch.skin-goto-portal {
  top: -7px;
  left: 12px;
}
.site-switch.skin-goto-portal a {
  padding: 12px 30px 12px 50px;
}
.site-switch.skin-goto-portal a:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e603";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-switch.skin-goto-portal a:before {
  position: absolute;
  top: 18px;
  left: 12px;
  font-size: 1.66666667em;
}
@media (max-width: 1024px) {
  .site-switch {
    top: 0 !important;
    right: auto !important;
    left: 120px !important;
  }
  .site-switch a {
    position: relative;
    z-index: 5;
    height: 40px;
    padding: 3px 20px 3px 40px !important;
    margin-top: 4px;
    margin-left: 24px;
    color: white;
    background-color: #262626;
    border: 0;
  }
  .site-switch a:hover {
    color: white;
    background-color: #262626;
  }
  .site-switch a:before {
    top: 9px !important;
  }
  .site-switch.skin-goto-subsite a {
    padding: 3px 40px 3px 20px !important;
  }
  .site-switch.skin-goto-subsite a:after {
    top: 9px !important;
  }
}
@media (max-width: 481px) {
  .site-switch {
    left: 90px !important;
  }
  .site-search {
    margin-right: 5px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .site-switch.skin-goto-subsite {
    right: 238px;
  }
}
.nav-org {
  display: block;
  margin-bottom: 36px;
}
.nav-org ul {
  height: 48px;
  padding: 12px 0;
  padding-left: 0;
  list-style: none;
}
.nav-org .oe-nav-mobile {
  display: none;
}
.nav-org li {
  float: left;
  padding-left: 0;
  font-size: .83333333em;
  line-height: 1.16666667em;
}
.nav-org li:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e606";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-org li:before {
  display: inline-block;
  font-size: 2em;
  color: #777;
  vertical-align: middle;
}
.nav-org li.active {
  color: #d6002b;
}
.nav-org li.active:before {
  color: #d6002b;
}
.nav-org li a {
  color: #666;
}
.nav-org li a:hover {
  background: transparent;
}
.nav-org li a:focus {
  color: white;
  background-color: #0074c4;
  border: 0;
  outline: 0;
}
.nav-org li a,
.nav-org li span {
  display: inline-block;
  padding: 0 12px;
  vertical-align: middle;
}
.nav-org li:first-child:before {
  display: none;
}
.nav-org li:first-child a {
  padding-left: 0;
}
.nav-org li:first-child a:focus {
  color: white;
  background-color: #0074c4;
  border: 0;
  outline: 0;
}
@media (max-width: 1025px) {
  .nav-org {
    position: relative;
    z-index: 500;
    display: block;
    float: none;
    clear: both;
  }
  .nav-org ul {
    display: none;
  }
  .nav-org .oe-nav-mobile {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin: auto 0;
    clear: both !important;
    font-size: .83333333em;
    vertical-align: middle;
  }
  .nav-org .oe-container-mobile a {
    padding-left: 0;
    margin: 0 !important;
  }
  .nav-org .oe-item {
    height: 0;
    padding: 0;
    margin: 0 !important;
    line-height: 1.6;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
  }
  .nav-org .oe-item a {
    padding: 0;
    margin: 0 !important;
    color: #666;
  }
  .nav-org .oe-item a:hover {
    color: #d6002b;
  }
  .nav-org .oe-item.active {
    color: #d6002b !important;
    visibility: visible;
  }
  .nav-org .oe-item.active span a {
    color: #d6002b !important;
  }
  .nav-org .oe-item.active:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e608";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-org .oe-item.active:before {
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 2em;
  }
  .nav-org .oe-item.active.all-open:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e609";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-org .oe-item.show {
    visibility: visible;
    transition: all .3s ease;
  }
  .nav-org .oe-item.show,
  .nav-org .oe-item.active {
    height: auto;
    padding: 12px 0;
    visibility: visible;
    opacity: 1;
  }
  .nav-org .oe-item.show:hover,
  .nav-org .oe-item.active:hover {
    text-decoration: none;
    cursor: pointer;
  }
}
.nav-sub ul {
  position: relative;
  padding-left: 0;
  margin-bottom: 60px;
  list-style: none;
  background-color: #d6002b;
}
.nav-sub ul:before,
.nav-sub ul:after {
  display: table;
  content: " ";
}
.nav-sub ul:after {
  clear: both;
}
.nav-sub ul:before,
.nav-sub ul:after {
  display: table;
  content: " ";
}
.nav-sub ul:after {
  clear: both;
}
.nav-sub ul > li {
  float: left;
}
.nav-sub ul > li > a {
  display: block;
  padding: 18px 24px;
  font-size: 1.17em;
  line-height: 1.43;
  color: #fff;
}
.nav-sub ul > li > a:hover {
  color: #660014;
  background: #ff8099;
}
.nav-sub ul > li > a.active,
.nav-sub ul > li > a.current {
  color: #7f0019;
  background: #ff99ad;
}
.nav-sub ul > li > a:focus {
  border: 0;
  outline: 0;
}
.nav-sub ul > .home > a {
  padding-right: 16px;
  padding-left: 16px;
}
.nav-sub ul > .home > a:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e61b";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-sub ul > .home > a:before {
  font-size: 2em;
  line-height: .63;
}
.nav-sub ul > .home > a:focus {
  color: white;
  background-color: #121212;
  border: 0;
  outline: 0;
}
.nav-sub ul > .suborgs {
  float: right;
  padding: 12px;
}
.nav-sub ul > .suborgs .flyout-btn {
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.6;
  color: #d6002b;
  background: #ecf3f6;
}
@media (min-width: 1025px) {
  .nav-sub ul > .home > a span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .nav-sub ul ul {
    margin-bottom: 0;
  }
  .nav-sub ul > .suborgs {
    float: right;
    padding: 12px;
  }
  .nav-sub ul > .suborgs .flyout-btn {
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.6;
    color: #d6002b;
    background: #ecf3f6;
  }
  .nav-sub > ul {
    display: flex;

    flex-wrap: wrap;
  }
  .nav-sub > ul > li {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .nav-sub.nav-main-mobile h3 {
    margin-top: 4px ;
  }
  .nav-sub .nav-left ul.open {
    left: 0 !important;
  }
  .nav-sub .nav-left ul.open a {
    color: white;
  }
  .nav-sub ul > li > a {
    padding: 8px 24px;
    line-height: 25px;
  }
  .nav-sub ul > .suborgs {
    padding: 0;
  }
  .nav-sub ul > .suborgs .flyout-btn {
    color: white;
  }
}
@media (max-width: 1024px) {
  nav.nav-sub {
    padding: 0 12px;
  }
}
/***********************************
 * Skinning
 ***********************************/
/* Blue */
.skin-color-blue .nav-sub ul {
  background-color: #057996;
}
.skin-color-blue .nav-sub ul > li > a {
  color: #eff4f6;
}
.skin-color-blue .nav-sub ul > li > a:hover {
  color: #03364a;
  background: #cfe0e8;
}
.skin-color-blue .nav-sub ul > li > a:focus {
  color: white;
  background-color: #121212;
  border: 0;
  outline: 0;
}
.skin-color-blue .nav-sub ul > li > a.active,
.skin-color-blue .nav-sub ul > li > a.current {
  color: #db002c;
  background: #f5f5f5;
}
.skin-color-blue .nav-sub ul > li > a.active:focus,
.skin-color-blue .nav-sub ul > li > a.current:focus {
  color: white;
  background-color: #121212;
  border: 0;
  outline: 0;
}
.skin-color-blue .nav-sub ul > .home > a.active,
.skin-color-blue .nav-sub ul > .home > a.current {
  color: #03364a;
  background: #ddeaf0;
}
.skin-color-blue .nav-sub ul > .home > a.active:focus,
.skin-color-blue .nav-sub ul > .home > a.current:focus {
  color: white;
  background-color: #121212;
  border: 0;
  outline: 0;
}
@media (min-width: 1025px) {
  .skin-color-blue .nav-sub ul > .suborgs .flyout-btn {
    color: #056782;
    background: #ecf3f6;
  }
  .skin-color-blue .nav-sub ul > .suborgs .flyout-btn:hover {
    color: #0f4859;
    background: #ddeaf0;
  }
  .skin-color-blue .nav-sub ul > .suborgs .flyout-btn:active {
    color: #03293a;
    background: #cfe0e8;
  }
}
/* Green */
.skin-color-green .nav-sub ul {
  background-color: #0f7d28;
}
.skin-color-green .nav-sub ul > li > a {
  color: #eff4f0;
}
.skin-color-green .nav-sub ul > li > a:hover {
  color: #fff;
  background: #0c6320;
}
.skin-color-green .nav-sub ul > li > a:focus {
  color: white;
  background-color: #121212;
  border: 0;
  outline: 0;
}
.skin-color-green .nav-sub ul > li > a.active,
.skin-color-green .nav-sub ul > li > a.current {
  color: #db002c !important;
  background: #f5f5f5 !important;
}
.skin-color-green .nav-sub ul > .home > a.active,
.skin-color-green .nav-sub ul > .home > a.current {
  color: #094a18;
  background: #c7e4b9;
}
@media (min-width: 1025px) {
  .skin-color-green .nav-sub ul > .suborgs .flyout-btn {
    color: #0f6723 !important;
    background-color: #edf6e8 !important;
  }
  .skin-color-green .nav-sub ul > .suborgs .flyout-btn:hover {
    color: #0d591f !important;
    background-color: #d7e6cf !important;
  }
  .skin-color-green .nav-sub ul > .suborgs .flyout-btn:active {
    color: #094a18;
    background: #c7e4b9;
  }
}
/* Gray */
.skin-color-gray .nav-sub ul {
  background-color: #666;
}
.skin-color-gray .nav-sub ul > li > a {
  color: #fff;
}
.skin-color-gray .nav-sub ul > li > a:focus {
  color: white;
  background-color: #121212;
  border: 0;
  outline: 0;
}
.skin-color-gray .nav-sub ul > li > a:hover {
  color: #121212;
  background: #999;
}
.skin-color-gray .nav-sub ul > li > a.active,
.skin-color-gray .nav-sub ul > li > a.current {
  color: #121212;
  background: #b3b3b3;
}
.skin-color-gray .nav-sub ul > .home > a.active,
.skin-color-gray .nav-sub ul > .home > a.current {
  color: #121212;
  background: #b3b3b3;
}
@media (min-width: 1025px) {
  .skin-color-green .nav-sub ul > .suborgs .flyout-btn {
    color: #056782;
    background: #ecf3f6;
  }
  .skin-color-green .nav-sub ul > .suborgs .flyout-btn:hover {
    color: #0f4859;
    background: #888;
  }
  .skin-color-green .nav-sub ul > .suborgs .flyout-btn:active {
    color: #03293a;
    background: #999;
  }
}
@media (max-width: 1024px) {
  .skin-color-green .nav-sub a.current {
    color: #db002c !important;
    background: #f5f5f5 !important;
  }
}
.nav-sub .nav-left {
  position: absolute;
  top: 158px;
  left: 0;
  padding-right: 36px;
}
.nav-sub .nav-left.below-search-form {
  top: 330px;
}
.nav-left {
  padding-left: 0;
}
.nav-left ul {
  padding-left: 0;
  list-style: none;
  background: #f5f5f5;
}
.nav-left ul li {
  float: none;
  border-top: 2px solid white;
}
.nav-left ul li a {
  display: block;
  padding: 9px 18px;
  line-height: 1.38888889em;
}
.nav-left ul li a:focus {
  color: white;
  background-color: #121212;
  border: 0;
  outline: 0;
}
.nav-left ul ul li {
  border-top: 1px solid white;
}
.nav-left ul ul li a {
  padding: 6px 18px 6px 36px;
}
.nav-left ul ul li a:focus {
  color: white;
  background-color: #121212;
  border: 0;
  outline: 0;
}
.header-nav {
  font-size: 1em;
}
/* Red & Green */
body.microsite .nav-left ul li a,
body.uniintern .nav-left ul li a,
.skin-color-green .nav-left ul li a,
.skin-color-red .nav-left ul li a {
  display: block;
  padding: 12px 18px;
  font-size: 1em;
  line-height: 1.38888889em;
  color: #121212;
  background-color: #f5f5f5;
}
body.microsite .nav-left ul li a:hover,
body.uniintern .nav-left ul li a:hover,
.skin-color-green .nav-left ul li a:hover,
.skin-color-red .nav-left ul li a:hover {
  color: #db002c;
}
body.microsite .nav-left ul li a.active,
body.uniintern .nav-left ul li a.active,
.skin-color-green .nav-left ul li a.active,
.skin-color-red .nav-left ul li a.active,
body.microsite .nav-left ul li a.current,
body.uniintern .nav-left ul li a.current,
.skin-color-green .nav-left ul li a.current,
.skin-color-red .nav-left ul li a.current {
  color: #d4002a !important;
}
body.microsite .nav-left ul li a:focus,
body.uniintern .nav-left ul li a:focus,
.skin-color-green .nav-left ul li a:focus,
.skin-color-red .nav-left ul li a:focus {
  color: white;
  background-color: #121212;
  border: 0;
  outline: 0;
}
body.microsite .nav-left ul li.open a,
body.uniintern .nav-left ul li.open a,
.skin-color-green .nav-left ul li.open a,
.skin-color-red .nav-left ul li.open a {
  background-color: #ebebeb;
}
body.microsite .nav-left ul li.open a:focus,
body.uniintern .nav-left ul li.open a:focus,
.skin-color-green .nav-left ul li.open a:focus,
.skin-color-red .nav-left ul li.open a:focus {
  color: white;
  background-color: #121212;
  border: 0;
  outline: 0;
}
body.microsite .nav-left ul li a:hover,
body.uniintern .nav-left ul li a:hover,
.skin-color-green .nav-left ul li a:hover,
.skin-color-red .nav-left ul li a:hover,
body.microsite .nav-left ul li a.active,
body.uniintern .nav-left ul li a.active,
.skin-color-green .nav-left ul li a.active,
.skin-color-red .nav-left ul li a.active,
body.microsite .nav-left ul li.current,
body.uniintern .nav-left ul li.current,
.skin-color-green .nav-left ul li.current,
.skin-color-red .nav-left ul li.current {
  background-color: #e6e6e6;
}
body.microsite .nav-left ul ul li a,
body.uniintern .nav-left ul ul li a,
.skin-color-green .nav-left ul ul li a,
.skin-color-red .nav-left ul ul li a {
  padding: 12px 18px 12px 36px;
}
.skin-color-blue .nav-left ul li a {
  color: #056782;
  background-color: #ecf3f6;
}
.skin-color-blue .nav-left ul li a:hover {
  color: #0f4859;
  background-color: #ddeaf0;
}
.skin-color-blue .nav-left ul li a:focus {
  color: white;
  background-color: #0074c4;
  border: 0;
  outline: 0;
}
.skin-color-blue .nav-left ul li a.active,
.skin-color-blue .nav-left ul li a.current {
  color: #03293a;
  background-color: #cfe0e8;
}
.skin-color-blue .nav-left ul li.open a {
  background-color: #cfe0e8;
}
.skin-color-gray .nav-left ul li a {
  color: #666;
}
.skin-color-gray .nav-left ul li a:focus {
  color: white;
  background-color: #121212;
  border: 0;
  outline: 0;
}
.skin-color-gray .nav-left ul li a:hover,
.skin-color-gray .nav-left ul li a.active,
.skin-color-gray .nav-left ul li a.current {
  color: #db002c;
  background-color: #f0f0f0;
}
.skin-color-gray .nav-left ul li.open a {
  background-color: #ebebeb;
}
.skin-color-gray .nav-left ul li a:hover,
.skin-color-gray .nav-left ul li a.active,
.skin-color-gray .nav-left ul li.current {
  background-color: #e6e6e6;
}
@media (min-width: 1025px) {
  /* Red & Green */
  body.microsite .nav-left ul li a:hover,
  body.uniintern .nav-left ul li a:hover,
  .skin-color-green .nav-left ul li a:hover,
  .skin-color-red .nav-left ul li a:hover {
    background-color: #f0f0f0 !important;
  }
  body.microsite .nav-left ul li a.active,
  body.uniintern .nav-left ul li a.active,
  .skin-color-green .nav-left ul li a.active,
  .skin-color-red .nav-left ul li a.active,
  body.microsite .nav-left ul li a.current,
  body.uniintern .nav-left ul li a.current,
  .skin-color-green .nav-left ul li a.current,
  .skin-color-red .nav-left ul li a.current {
    background-color: #ebebeb !important;
  }
  body.microsite .nav-left ul ul li a:hover,
  body.uniintern .nav-left ul ul li a:hover,
  .skin-color-green .nav-left ul ul li a:hover,
  .skin-color-red .nav-left ul ul li a:hover {
    color: #cf0029 !important;
    background-color: #e6e6e6 !important;
  }
  body.microsite .nav-left ul ul li a:active,
  body.uniintern .nav-left ul ul li a:active,
  .skin-color-green .nav-left ul ul li a:active,
  .skin-color-red .nav-left ul ul li a:active {
    color: #c90028 !important;
    background-color: #e0e0e0 !important;
  }
}
@media (max-width: 1024px) {
  nav.nav-left ul.level-1 {
    top: 42px !important;
  }
  nav.nav-left ul.level-1 a:before {
    content: '';
  }
  nav.nav-left .top-info .back-info,
  nav.nav-left .top-info .toplevel-info {
    left: 0 !important;
  }
  .header-nav {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.nav-triage {
  margin-bottom: 96px;
}
.nav-triage:before,
.nav-triage:after {
  display: table;
  content: " ";
}
.nav-triage:after {
  clear: both;
}
.nav-triage:before,
.nav-triage:after {
  display: table;
  content: " ";
}
.nav-triage:after {
  clear: both;
}
.nav-triage ul {
  padding-left: 0;
  list-style: none;
}
.nav-triage li {
  float: left;
  width: 50%;
}
.nav-triage li a {
  display: block;
  padding: 12px 18px;
  margin-bottom: 2px;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 0;
}
.nav-triage li a:hover {
  color: #db002c;
  background-color: #f0f0f0;
}
.nav-triage li a:focus {
  color: white;
  background-color: #0074c4 !important;
  outline: 0;
}
.nav-triage li:nth-child(odd) a {
  border-right: 1px solid white;
}
.nav-triage li:nth-child(even) a {
  border-left: 1px solid white;
}
@media (max-width: 1024px) {
  .nav-triage {
    margin-bottom: 24px;
  }
  .nav-triage li {
    width: 100%;
  }
  .nav-triage li a {
    border-right: 0 !important;
    border-left: 0 !important;
  }
}
/***********************************
 * Skinning
 ***********************************/
.skin-color-blue .nav-triage li a {
  color: #056782;
  background-color: #ecf3f6;
}
.skin-color-blue .nav-triage li a:hover {
  color: #0f4859;
  background-color: #ddeaf0;
}
.skin-color-blue .nav-triage li a:focus {
  color: white;
  background-color: #0074c4;
  outline: 0;
}
.skin-color-blue .nav-triage li:nth-child(odd) a {
  border-right: 1px solid white;
}
.skin-color-blue .nav-triage li:nth-child(even) a {
  border-left: 1px solid white;
}
.nav-list,
.nav-list-extended {
  padding-left: 0;
  margin-bottom: 60px;
  list-style: none;
}
.nav-list a,
.nav-list-extended a {
  position: relative;
  display: block;
  padding: 9px 18px;
  margin-bottom: 0 !important;
  color: #222;
  background-color: #f5f5f5;
  border-bottom: 0 !important;
}
.nav-list a[data-toggle="collapse"]:after,
.nav-list-extended a[data-toggle="collapse"]:after {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e60b";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-list a[data-toggle="collapse"].open-parent,
.nav-list-extended a[data-toggle="collapse"].open-parent {
  background-color: #cfe0e8;
}
.nav-list a[data-toggle="collapse"]:not(.collapsed),
.nav-list-extended a[data-toggle="collapse"]:not(.collapsed) {
  background-color: #cfe0e8;
}
.nav-list a[data-toggle="collapse"]:after,
.nav-list-extended a[data-toggle="collapse"]:after {
  position: absolute;
  top: 5px;
  right: 10px;
  float: right;
  padding-left: 20px;
  font-size: 1.66666667em;
}
.nav-list a[data-toggle="collapse"].collapsed:after,
.nav-list-extended a[data-toggle="collapse"].collapsed:after {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e60c";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-list a:hover,
.nav-list-extended a:hover {
  color: #db002c;
  background-color: #f0f0f0;
}
.nav-list a:focus,
.nav-list-extended a:focus {
  color: white;
  background-color: #0074c4;
  border: 0;
  outline: 0;
}
.nav-list a .list-title,
.nav-list-extended a .list-title {
  padding-right: 200px;
}
.nav-list a .minor,
.nav-list-extended a .minor,
.nav-list a .major,
.nav-list-extended a .major {
  position: absolute;
  top: 6px;
  width: 80px;
  font-size: .83em;
}
.nav-list a .minor,
.nav-list-extended a .minor {
  right: 24px;
}
.nav-list a .major,
.nav-list-extended a .major {
  right: 96px;
}
.nav-list ul,
.nav-list-extended ul {
  padding-bottom: 0;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  background-color: transparent;
}
.nav-list ul li,
.nav-list-extended ul li {
  padding-left: 0;
  margin-left: 0;
}
.nav-list ul.open-parent,
.nav-list-extended ul.open-parent {
  background-color: #cfe0e8;
}
.nav-list ul.open-parent li.open a,
.nav-list-extended ul.open-parent li.open a {
  background-color: #cfe0e8;
}
.nav-list ul a,
.nav-list-extended ul a {
  padding: 3px 36px;
}
.nav-list ul.open-parent.collapse.in > li.open a,
.nav-list-extended ul.open-parent.collapse.in > li.open a {
  background-color: #cfe0e8;
}
.classification {
  position: relative;
  right: 36px;
  float: right;
}
.classification span {
  min-width: 60px;
  margin-left: 12px;
}
/***********************************
 * Skinning
 ***********************************/
.skin-color-blue .nav-list a,
.skin-color-blue .nav-list-extended a {
  color: #056782;
  background-color: #ecf3f6;
}
.skin-color-blue .nav-list a:hover,
.skin-color-blue .nav-list-extended a:hover {
  color: #0f4859;
  background-color: #ddeaf0;
}
.skin-color-blue .nav-list a:focus,
.skin-color-blue .nav-list-extended a:focus {
  color: white;
  background-color: #0074c4;
  border: 0;
  outline: 0;
}
@media (max-width: 767px) {
  .classification {
    display: none;
  }
}
.shortcuts {
  padding-top: 36px;
  padding-bottom: 36px;
}
.shortcuts h2 {
  margin: 8px 0 !important;
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #121212;
  text-transform: uppercase;
}
.shortcuts ul {
  padding-left: 25% !important;
  padding-left: 0;
  list-style: none;
}
.shortcuts ul li {
  padding-right: 12px;
  padding-left: 12px;
  font-size: .83333333em;
  line-height: 1.38888889em;
}
.shortcuts ul li a {
  display: block;
  padding: 9px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .shortcuts ul li:nth-child(3) a {
    border: 0;
  }
}
@media (max-width: 1024px) {
  .shortcuts ul {
    padding-top: 40px;
    padding-left: 0 !important;
  }
  .shortcuts ul li a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #d7d7d7;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .shortcuts ul li:nth-child(1) a,
  .shortcuts ul li:nth-child(2) a {
    border: 0;
  }
}
@media (max-width: 480px) {
  .shortcuts ul li:first-child a {
    border: 0;
  }
}
.news-box {
  display: block;
  padding: 0 0 0 0;
  margin: 12px 0;
  font-size: .83333333em;
  line-height: 1.38888889em;
  color: #666;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: 100%;
  border-right: 12px solid #fff;
  border-left: 12px solid #fff;
}
.news-box a {
  display: block;
  color: #666;
}
.news-box a:hover {
  color: black;
}
.news-box a:hover h3 {
  color: #0074c4;
}
.news-box img {
  width: 100%;
}
.news-box h3 {
  padding-right: 12px;
  padding-left: 12px;
  margin-top: .5em;
  margin-bottom: 12px;
  font-size: 1.2em;
  line-height: 1.38888889em;
  color: #121212;
}
.news-box p {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 1.5;
}
.news-box aside {
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: .8em;
}
.news-box footer {
  padding: 12px;
  margin-top: 12px;
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: .8em;
  text-transform: uppercase;
  border-top: 2px solid #d7d7d7;
}
.news-box footer .date {
  font-family: 'FrutigerLTW02-55Roman', Arial, Helvetica, sans-serif;
}
.news-box.news-box-more {
  height: 300px;
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 480px) {
  .newsboxes-button-more {
    display: none !important;
    visibility: hidden !important;
  }
  .news-box {
    padding: 0 !important;
    border-width: 24px;
  }
}
a > .gallery-box {
  display: block;
  margin-bottom: 24px;
  color: #666;
}
.gallery-box {
  position: relative;
  font-size: .83333333em;
  line-height: 1.38888889em;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: 100%;
}
.gallery-box img {
  width: 100%;
  clear: both;
}
.gallery-box h3 {
  padding-right: 12px;
  padding-left: 12px;
  margin-top: .5em;
  margin-bottom: 12px;
  clear: both;
  font-size: 1.2em;
  line-height: 1.38888889em;
  color: #121212;
}
.gallery-box p {
  padding-right: 12px;
  padding-left: 12px;
}
.gallery-box aside {
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: .8em;
}
.gallery-box footer {
  padding: 12px;
  margin-top: 12px;
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: .8em;
  text-transform: uppercase;
  border-top: 2px solid #d7d7d7;
}
.gallery-box footer .date {
  font-family: 'FrutigerLTW02-55Roman', Arial, Helvetica, sans-serif;
}
.gallery-box.no-image {
  padding-top: 1px;
}
a > .agenda-box {
  position: relative;
  display: block;
  margin: 12px 0;
}
a:hover > .agenda-box h3 {
  color: #121212;
}
#swipe-agenda .col-sm-6,
#swipe-agenda .col-sm-12 {
  padding-right: 12px;
  padding-left: 12px;
  border-bottom: 0;

  margin-botton: 0;
}
.agenda-box {
  height: 280px;
  padding: 60px 24px 48px 24px;
  background-color: white;
}
.agenda-box.agenda-box-gray {
  background-color: #f5f5f5;
}
.agenda-box h3 {
  margin-top: -45px;
  margin-bottom: 0;
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.38888889em;
  color: #0074c4;
}
.agenda-box h3 small {
  display: block;
  margin-bottom: 15px;
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: .66666667em;
  line-height: 1.16666667em;
  color: gray;
  text-transform: uppercase;
}
.agenda-box time {
  position: absolute;
  top: 7px;
  left: 110px;
  font-size: .66666667em;
  color: #666;
  text-transform: uppercase;
}
.agenda-box time span.day {
  position: absolute;
  top: -7px;
  left: -90px;
  display: block;
  width: 77px;
  height: 64px;
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
  font-size: 4em;
  line-height: 1.35;
  color: white;
  text-align: center;
  background-color: #666;
}
.agenda-box .agenda-date-until,
.agenda-box .agenda-time-range {
  display: block;
  clear: both;
  line-height: 1.3;
  text-transform: uppercase;
}
.agenda-box .agenda-date-until {
  position: relative;
  margin-top: 0;
  line-height: 1;
}
.agenda-box .agenda-time-range {
  margin-top: 12px;
}
.agenda-box.agenda-big {
  height: auto;
}
.agenda-box.agenda-big h3 {
  margin-top: -45px;
  margin-left: 260px;
}
.agenda-box.agenda-big h3 small {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .agenda-box.agenda-big h3 {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .agenda-button-more {
    display: none !important;
    visibility: hidden !important;
  }
}
body.uniintern-start #swipe-agenda {
  margin-bottom: 96px;
}
#socialmedia-facebook iframe {
  width: 100%;
}
#twitter-widget-0 {
  width: 100%;
}
.socialmedia .panel-group .panel {
  overflow: visible;
}
.socialmedia .panel-heading {
  padding: 0;
  margin-bottom: 36px;
  background-color: transparent;
}
.socialmedia .panel-heading .panel-title {
  padding-top: 0 !important;
  margin-top: 0 !important;
  font-size: 1.33333333em;
}
.socialmedia .panel-heading h3.panel-title {
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif !important;
}
.socialmedia .panel-heading a {
  cursor: default;
}
.socialmedia .panel-heading .panel-body {
  border: none;
}
#panel-youtube {
  overflow: visible;
}
.socialmedia .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top: 0;
}
#socialmedia-youtube {
  position: relative;
}
#socialmedia-youtube .panel-body {
  min-height: 610px;
  border: 1px solid #ddd;
}
.fb-textlink,
.twitter-textlink {
  margin-left: 0;
}
.fb-textlink:before,
.twitter-textlink:before {
  position: relative;
  left: - 12px;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-left: 12px;
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
  background: #0074c4;
}
.twitter-textlink:before {
  content: 'T';
}
.fb-textlink:before {
  content: 'F';
}
@media (min-width: 1025px) {
  .socialmedia .panel-title > a {
    padding: 0;
  }
  .socialmedia .panel-body {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .socialmedia .panel-heading {
    padding: 0;
    margin-bottom: 0;
    background-color: #f5f5f5;
  }
  .socialmedia .panel-heading a {
    display: block;
    cursor: pointer;
  }
  .socialmedia .panel-heading a:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e608";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .socialmedia .panel-heading a:before {
    font-size: 1.6em;
    color: #666;
  }
  .socialmedia .panel-heading .collapsed:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e606";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  .content-tabs .panel-heading a {
    font-size: .83em;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #socialmedia-youtube iframe {
    height: 600px;
  }
}
.twitter-timeline,
.twitter-timeline-rendered,
#twitter-widget-0 {
  width: 100% !important;
}
.content-tabs {
  margin: 30px 0;
}
.content-tabs .tab-content > .active a:focus {
  color: white;
  background-color: #121212;
  border: 0;
  outline: 0;
}
.content-tabs .nav-tabs > li > a {
  color: #000;
  background-color: #f5f5f5;
}
.content-tabs .nav-tabs > li > a:focus {
  color: white;
  background-color: #121212;
  border-color: #e4e4e4;
  outline: 0;
}
.content-tabs .nav-tabs > li.active > a {
  background-color: #fff;
}
.content-tabs .panel-body {
  padding: 0;
}
.content-tabs .panel-heading {
  padding: 0;
  margin-bottom: 15px;
  background-color: transparent;
}
.content-tabs .panel-heading .panel-title {
  padding-top: 0 !important;
  margin-top: 0 !important;
  font-size: 1.33333333em;
  color: #121212;
}
.content-tabs .panel-heading a {
  padding: 0;
  margin-bottom: 0;
  cursor: default;
  border-bottom: 0;
}
.content-tabs .panel-heading + .panel-collapse .panel-body {
  border: 0;
}
.content-tabs .collapse {
  display: block;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .content-tabs .nav-tabs > li > a {
    font-size: .83em;
  }
}
@media screen and (max-width: 1024px) {
  .content-tabs .nav-tabs {
    display: none;
  }
  .content-tabs .tab-pane {
    display: block;
  }
  .content-tabs .panel-heading {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .content-tabs .panel-heading h2.panel-title {
    background-color: #f5f5f5;
  }
  .content-tabs .panel-heading a {
    display: block;
    padding: 9px 12px;
    margin-left: 1.6em;
    text-indent: -1.6em;
    cursor: pointer;
  }
  .content-tabs .panel-heading a:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e608";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .content-tabs .panel-heading a:before {
    font-size: 1.6em;
    color: #666;
  }
  .content-tabs .panel-heading a:focus {
    color: inherit;
    background-color: #f5f5f5;
    border: 0;
  }
  .content-tabs .panel-heading .collapsed:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e606";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .content-tabs .panel-body {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .content-tabs .collapse {
    display: none;
  }
  .content-tabs .collapse.in {
    display: block;
  }
  .content-tabs div#accordion.tab-content.panel-group article.tab-pane.panel.active .row.panel-heading h2.panel-title a:focus {
    color: inherit;
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 767px) {
  .content-tabs .panel-heading a {
    font-size: .83em;
  }
  .content-tabs .panel-body p {
    padding: 0 2.4em;
    margin: 0;
  }
}
.skin-color-blue .content-tabs .nav-tabs > li > a {
  color: #056782;
  background-color: #ecf3f6;
}
.skin-color-blue .content-tabs .nav-tabs > li > a:hover {
  color: #0f4859;
  background-color: #ddeaf0;
}
.skin-color-blue .content-tabs .nav-tabs > li.active a {
  color: #0f4859;
  background-color: white;
}
@media screen and (min-width: 1025px) {
  .panel-heading {
    display: none;
  }
  .content-tabs .tab-pane,
  .content-tabs .panel + .panel {
    margin-top: 30px;
  }
}
.nav-service,
.nav-lang {
  float: left;
  margin-left: -10px;
  font-size: .77777778em;
}
.nav-service ul,
.nav-lang ul {
  float: left;
  padding-left: 0;
  margin-right: 33px;
  list-style: none;
}
.nav-service ul li,
.nav-lang ul li {
  display: inline;
}
.nav-service ul li a,
.nav-lang ul li a {
  display: block;
  float: left;
  padding: 2px 10px;
  margin-right: 5px;
}
.nav-service ul li a:focus,
.nav-lang ul li a:focus {
  border: 0;
  outline: 0;
}
@media (min-width: 1025px) {
  .nav-service ul li a,
  .nav-lang ul li a {
    color: #666;
  }
  .nav-service ul li a:hover,
  .nav-lang ul li a:hover {
    color: #121212;
    background-color: #f0f0f0;
  }
  .nav-service ul li a.active,
  .nav-lang ul li a.active,
  .nav-service ul li a:active,
  .nav-lang ul li a:active {
    color: #121212;
    background-color: #f5f5f5;
  }
  .nav-service ul li a:focus,
  .nav-lang ul li a:focus {
    color: white;
    background-color: #0074c4;
  }
  body.uniintern .footer-nav-search {
    width: 45%;
    margin-left: 329px;
  }
}
@media (max-width: 1024px) {
  .nav-service,
  .nav-lang {
    width: 110%;
    margin-left: -24px;
    font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
    font-size: 1em;
  }
  .nav-service ul,
  .nav-lang ul {
    float: none;
    margin: 0;
  }
  .nav-service ul:before,
  .nav-lang ul:before,
  .nav-service ul:after,
  .nav-lang ul:after {
    display: table;
    content: " ";
  }
  .nav-service ul:after,
  .nav-lang ul:after {
    clear: both;
  }
  .nav-service ul:before,
  .nav-lang ul:before,
  .nav-service ul:after,
  .nav-lang ul:after {
    display: table;
    content: " ";
  }
  .nav-service ul:after,
  .nav-lang ul:after {
    clear: both;
  }
  .nav-service ul li a,
  .nav-lang ul li a {
    padding: 15px 24px;
    margin-right: 0;
    font-size: 1.11111111em;
  }
  .nav-service ul li a.active,
  .nav-lang ul li a.active,
  .nav-service ul li a:focus,
  .nav-lang ul li a:focus,
  .nav-service ul li a:active,
  .nav-lang ul li a:active {
    color: white;
    background-color: #1f1f1f;
  }
  .nav-service {
    background-color: #363636;
  }
  .nav-lang {
    background-color: #2e2e2e;
  }
  .nav-lang h3 {
    float: left;
    margin: 1em 24px 0;
    font-size: 1.11111111em;
    color: white;
    text-transform: normal;
  }
}
@media (max-width: 480px) {
  .nav-lang ul li a {
    padding-right: 12px;
    padding-left: 12px;
  }
  .nav-service ul li a {
    white-space: nowrap;
  }
}
.site-search {
  float: left;
  margin-top: -4px;
}
.site-search label {
  font-size: .83em;
  color: #666;
  cursor: pointer;
}
.site-search label:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e60f";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-search label:before {
  font-size: 30px;
}
.site-search button {
  height: 38px;
  color: white;
  background-color: #666;
}
.site-search button:hover,
.site-search button:active,
.site-search button:focus {
  background-color: #0074c4;
}
.footer .site-search input,
.footer .site-search button.btn {
  display: none;
}
@media (max-width: 1024px) {
  .footer .site-search {
    display: none;
  }
  .nav-main-mobile .site-search {
    float: right;
  }
  .nav-main-mobile .site-search a {
    display: block;
    float: left;
    height: 48px;
    padding: 0 12px 0 0;
    margin: 0 -12px 0 0;
    font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
    font-size: 1.16666667em;
    line-height: 48px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
  }
  .nav-main-mobile .site-search a:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e60f";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-main-mobile .site-search a.active {
    outline: 0;
  }
  .nav-main-mobile .site-search a.active:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e60b";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-main-mobile .site-search a:before {
    font-size: 2em;
    color: white;
  }
  .nav-main-mobile .site-search .site-search-flyout {
    position: absolute;
    bottom: 48px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #121212;
    -webkit-transition: height .2s;
    transition: height .2s;
  }
  .nav-main-mobile .site-search .site-search-flyout.open {
    height: 60px;
  }
  .nav-main-mobile .site-search .site-search-flyout input {
    position: relative;
    top: 12px;
    left: 12px;
    width: 70%;
  }
  .nav-main-mobile .site-search .site-search-flyout button {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20%;
  }
}
.intro h1 {
  margin-bottom: 0;
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: 1.66666667em;
  color: white;
}
.intro .lead {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
  font-size: 1.66666667em;
  line-height: 1.2;
  color: white;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .intro .col-md-6:nth-child(1) {
    overflow-x: hidden;
    vertical-align: top;
  }
  .intro .col-md-6:nth-child(2) {
    vertical-align: middle;
  }
  .intro h1 {
    min-height: 2em;
    margin-top: auto !important;
    margin-bottom: auto !important;
    line-height: 2em;
  }
  .intro .lead {
    display: none;
  }
}
@media (max-width: 768px) {
  .intro .col-md-6:nth-child(1) img,
  .intro .col-md-6:nth-child(1) img.img-responsive {
    display: none !important;
  }
}
.page-content {
  margin-top: 0;
  margin-bottom: 48px;
}
.page-content a {
  margin-bottom: -1px;
  border-bottom: 1px solid #bfdcf0;
}
.page-content a:hover {
  border-bottom-color: #888;
}
.page-content h1 {
  margin-top: 0;
}
.page-content table {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #e5e5e5;
}
.page-content table th,
.page-content table td {
  padding: 8px 12px 8px 0;
  text-align: left;
  vertical-align: top;
}
.page-content table th:first-child,
.page-content table td:first-child {
  padding-left: 12px;
}
.page-content table th:last-child,
.page-content table td:last-child {
  padding-right: 12px !important;
}
.page-content table th.cell-center,
.page-content table td.cell-center {
  padding-right: 6px;
  padding-left: 6px;
  text-align: center;
}
.page-content table th.cell-right,
.page-content table td.cell-right {
  padding-right: 0;
  padding-left: 12px;
  text-align: right;
}
.page-content table thead th {
  padding-right: 12px;
  border-bottom: 2px solid black;
}
.page-content table thead th:first-child {
  padding-left: 12px;
}
.page-content table tbody th,
.page-content table tbody td {
  border-top: 2px solid #e5e5e5;
}
.page-content table tbody tr:first-child th,
.page-content table tbody tr:first-child td {
  border-top: 0;
}
.page-content table tfoot th,
.page-content table tfoot td {
  border-top: 2px solid black;
}
.page-content .table-striped table tbody th,
.page-content .table-striped table tbody td {
  border: 0;
}
.page-content .table-striped table tbody tr:nth-child(even) td,
.page-content .table-striped table tbody tr:nth-child(even) th {
  background-color: #f5f5f5;
}
.page-content table.dl-list {
  border-top: 2px solid black;
  border-bottom: 2px solid #e5e5e5;
}
.page-content table.dl-list td,
.page-content table.dl-list th {
  padding-right: 24px;
  padding-left: 0;
}
.page-content table.dl-list th {
  width: 33%;
}
@media (max-width: 1024px) {
  .page-content {
    margin-top: 36px;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .container-fluid:first-child {
    margin-top: 0;
  }
}
.swipe .swipe-wrap.swipe-gray article.agenda-box {
  background-color: #f5f5f5;
}
@media (max-width: 480px) {
  .swipe {
    position: relative;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
  }
  .swipe .swipe-wrap {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .swipe .swipe-wrap:before,
  .swipe .swipe-wrap:after {
    display: table;
    content: " ";
  }
  .swipe .swipe-wrap:after {
    clear: both;
  }
  .swipe .swipe-wrap:before,
  .swipe .swipe-wrap:after {
    display: table;
    content: " ";
  }
  .swipe .swipe-wrap:after {
    clear: both;
  }
  .swipe .swipe-wrap > * {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 24px;
  }
  .swipe .swipe-control a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 24px;
    font-size: 2.77777778em;
    color: #262626;
  }
  .swipe .swipe-control a.next {
    right: 0;
    padding-left: 6px;
  }
  .swipe .swipe-control a.back {
    left: 0;
  }
}
@media (max-width: 480px) {
  .swipe {
    margin: 0;
  }
}
@media (min-width: 481px) {
  .swipe-control {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (max-width: 481px) {
  .swipe-control a.back:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e603";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .swipe-control a.back:before {
    position: absolute;
    top: 130px;
    left: -18px;
    color: #444;
  }
  .swipe-control a.back:hover:before {
    color: #121212;
  }
  .swipe-control a.next:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e602";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .swipe-control a.next:before {
    position: absolute;
    top: 130px;
    left: -10px;
    color: #444;
  }
  .swipe-control a.next:hover:before {
    color: #121212;
  }
}
.contact-box {
  padding-bottom: 48px;
  font-size: .88888889em;
  line-height: 1.5625em;
}
.contact-box h2 {
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #121212;
  text-transform: uppercase;
}
.contact-box address > b {
  display: block;
  font-size: 1.125em;
}
.contact-box address p {
  margin: 12px 0;
}
.contact-box address .department {
  font-size: 1.125em;
}
.contact-box span[itemprop="streetAddress"],
.contact-box span[itemprop="postalCode"],
.contact-box span[itemprop="addressLocality"] {
  font-size: 15px;
}
.contact-box .btn {
  font-size: 1.16666667em;
}
.contact-box.skin-box-inline {
  padding: 18px;
  margin-top: 38px;
  overflow-x: hidden;
  background-color: #f5f5f5;
}
.contact-box.skin-box-inline h2 {
  margin: 0 0 24px 0;
  font-size: 1.125em;
}
.contact-box.skin-box-inline h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 1.125em;
}
.contact-box.skin-box-inline h4 {
  margin-bottom: 10px;
  font-size: 1em;
}
.contact-box.skin-box-inline p {
  margin: 10px 0;
}
.contact-box.skin-box-inline address {
  line-height: 1.5625em;
}
.contact-box.skin-box-inline .dl-horizontal dt {
  width: 30%;
  margin: 0;
  font-weight: normal;
  text-align: left;
}
.contact-box.skin-box-inline .dl-horizontal dd {
  margin-left: 33%;
  white-space: nowrap;
}
.contact-box.skin-box-inline hr {
  position: relative;
  width: auto;
  height: 0;
  margin-right: -18px;
  margin-bottom: 30px;
  margin-left: -18px;
  border-top: 2px solid #e5e5e5;
}
.contact-box .contact-box-socialmedia {
  padding-left: 0;
  list-style: none;
}
.contact-box .contact-box-socialmedia a {
  display: block;
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .contact-box.skin-box-inline .dl-horizontal dd {
    margin-left: 0;
  }
}
.list-orgs {
  margin-top: 60px;
  margin-bottom: 48px;
  -webkit-transition: height .5s;
  transition: height .5s;
}
.list-orgs h2,
.list-orgs h3 {
  padding-right: 12px !important;
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
  font-size: 2em;
}
.list-orgs .list-group-item > a {
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
  font-size: 1.16666667em;
}
.list-orgs .list-group-item .sub {
  /*
    &:before {
      position: absolute;
      right: (@grid-gutter-width / 2);
      .em(30, 21);
    }
*/
}
.list-orgs-flyout {
  display: none;
}
.list-group-item.active .list-orgs-flyout,
.suborgs.open .list-orgs-flyout {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1050;
  display: block;
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 60px 0 48px 24px;
  margin: -60px 0 -48px -24px;
  background: #d9e5ed;
}
.list-group-item.active .list-orgs-flyout h3,
.suborgs.open .list-orgs-flyout h3,
.list-group-item.active .list-orgs-flyout h4,
.suborgs.open .list-orgs-flyout h4 {
  margin-bottom: 0;
}
.list-group-item.active .list-orgs-flyout h4,
.suborgs.open .list-orgs-flyout h4,
.list-group-item.active .list-orgs-flyout .h4,
.suborgs.open .list-orgs-flyout .h4 {
  margin-top: 36px;
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.list-group-item.active .list-orgs-flyout a,
.suborgs.open .list-orgs-flyout a {
  padding: 9px 0;
  color: #057996;
}
.list-group-item.active .list-orgs-flyout a:hover,
.suborgs.open .list-orgs-flyout a:hover,
.list-group-item.active .list-orgs-flyout a:active,
.suborgs.open .list-orgs-flyout a:active {
  color: #03364a;
}
.list-group-item.active .list-orgs-flyout .list-group,
.suborgs.open .list-orgs-flyout .list-group {
  margin: 12px 0 36px;
  background: none;
}
.list-group-item.active .list-orgs-flyout .list-group-item,
.suborgs.open .list-orgs-flyout .list-group-item {
  margin: 0;
  border: 0;
}
.list-group-item.active .list-orgs-flyout .list-group-item a,
.suborgs.open .list-orgs-flyout .list-group-item a {
  font-family: 'FrutigerLTW02-55Roman', Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.more-institutions .list-group .list-group-item.active .list-orgs-flyout,
.more-institutions .list-group .suborgs.open .list-orgs-flyout {
  left: -100%;
  width: 100%;
  min-height: 38em;
  margin-left: 0 !important;
  overflow-y: hidden;
}
@media (min-width: 1025px) {
  .suborgs.open .list-orgs-flyout {
    left: 50%;
    width: 100%;
    padding-bottom: 24px;
    margin-top: 0;
    margin-left: 0;
  }
  .suborgs.open .list-orgs-flyout .close {
    width: 66px;
    height: 66px;
  }
  .suborgs.open .list-orgs-flyout .close:before {
    line-height: 1;
  }
  .suborgs.open .list-orgs-flyout h2 {
    margin-top: 45px;
    font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
    font-size: 2em;
  }
  .suborgs.open .list-orgs-flyout .list-group-item {
    float: none;
    background: none;
  }
  .suborgs.open .list-orgs-flyout .list-group-item a:hover {
    background: none;
  }
}
.skin-color-green .list-group-item.active .list-orgs-flyout,
.skin-color-green .suborgs.open .list-orgs-flyout {
  background: #edf6e8;
}
.skin-color-green .list-group-item.active .list-orgs-flyout a,
.skin-color-green .suborgs.open .list-orgs-flyout a {
  color: #0f6723;
}
.skin-color-green .list-group-item.active .list-orgs-flyout a:hover,
.skin-color-green .suborgs.open .list-orgs-flyout a:hover,
.skin-color-green .list-group-item.active .list-orgs-flyout a:active,
.skin-color-green .suborgs.open .list-orgs-flyout a:active {
  color: #0c6320;
}
@media (max-width: 1024px) {
  .suborgs.open .list-orgs-flyout {
    box-sizing: border-box;
    padding: 0;
    margin: 42px 0 0;
  }
  .suborgs.open .list-orgs-flyout .close {
    display: none;
  }
  .suborgs.open .list-orgs-flyout .col-md-6 {
    width: 100%;
    padding: 0;
  }
  .suborgs.open .list-orgs-flyout h2 {
    display: none;
  }
  .suborgs.open .list-orgs-flyout .h4 {
    margin: 30px 24px 15px;
  }
  .suborgs.open .list-orgs-flyout a > .h4 {
    margin: 22px 0 7px;
  }
  .suborgs.open .list-orgs-flyout .list-group {
    padding: 0;
    margin: 0;
  }
  .skin-color-blue .suborgs.open .list-orgs-flyout a {
    color: #eff4f6;
  }
  .skin-color-green .suborgs.open .list-orgs-flyout a {
    color: #eff4f0;
  }
}
@media (max-width: 1024px) {
  .list-orgs h2,
  .list-orgs h3 {
    font-size: 1.67em;
  }
}
@media (max-width: 1280px) {
  .list-group-item.active .list-orgs-flyout {
    position: absolute;
    top: 50%;
    left: 24px;
    width: 200%;
  }
  .list-group-item.active .list-orgs-flyout {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 24px;
    z-index: 1050;
    display: block;
    width: 100%;
    min-height: 100%;
    margin: 0 -24px;
    overflow-y: auto;
    vertical-align: middle;
  }
  .list-group-item.active .list-orgs-flyout .col-md-6 {
    padding-bottom: 48px;
    padding-left: 0;
  }
  .list-group-item.active .list-orgs-flyout .col-md-12 {
    padding-bottom: 120px;
  }
  .more-institutions .list-group .list-group-item.active .list-orgs-flyout {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    width: 100%;
    min-height: 100%;
    overflow-y: auto;
    vertical-align: middle;
  }
  .more-institutions .list-group .list-group-item.active .list-orgs-flyout .col-md-6 {
    padding-bottom: 48px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .list-group-item.active .list-orgs-flyout {
    position: relative;
    top: 0;
    left: 24px;
    width: 100%;
  }
}
.search-form {
  margin-bottom: 48px;
}
.search-form h2 {
  padding-right: 12px !important;
  margin-bottom: 12px !important;
  font-family: 'FrutigerLTW02-55Roman', Arial, Helvetica, sans-serif;
}
.search-form h2.small-font {
  font-size: .83333333em;
}
.search-form label {
  font-size: 1em;
}
.search-form .form-wrapper {
  height: 5em;
  padding: 12px;
  background-color: #ebebeb;
}
.search-form .form-wrapper button:before {
  font-size: 1.55555556em;
}
.search-form .list-links {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: .83333333em;
}
.search-form .list-links .btn {
  margin-bottom: 12px;
  font-size: 1.2em;
}
.search-form .list-links .gap {
  margin-bottom: 24px;
}
.search-form .taglist {
  padding-bottom: 20px;
  padding-left: 0;
  margin-left: 0;
  font-size: .77777778em;
  list-style: none;
}
.search-form .taglist li {
  padding-left: 0;
  margin-left: 0;
}
.search-form .taglist:before,
.search-form .taglist:after {
  display: table;
  content: " ";
}
.search-form .taglist:after {
  clear: both;
}
.search-form .taglist:before,
.search-form .taglist:after {
  display: table;
  content: " ";
}
.search-form .taglist:after {
  clear: both;
}
.search-form .taglist li {
  float: left;
}
.search-form .taglist a,
.search-form .taglist span {
  display: block;
  padding: 5px 12px;
  margin-right: 2px;
  margin-bottom: 2px;
  color: black;
  text-transform: uppercase;
  background-color: #ebebeb;
}
.search-form .taglist a.active,
.search-form .taglist span.active {
  color: #ebebeb;
  background-color: black;
}
.search-form .taglist a.active:hover,
.search-form .taglist span.active:hover {
  color: #ebebeb;
}
.search-form .taglist a:hover,
.search-form .taglist span:hover {
  color: #d6002b;
}
.search-form .taglist span {
  color: #666;
  cursor: default;
}
.list-links {
  padding-left: 0;
  list-style: none;
}
.list-links li:before,
.list-links li:after {
  display: table;
  content: " ";
}
.list-links li:after {
  clear: both;
}
.list-links li:before,
.list-links li:after {
  display: table;
  content: " ";
}
.list-links li:after {
  clear: both;
}
.list-links a {
  display: inline-block;
  margin-bottom: 8px;
  border-bottom: 0;
}
.list-links a .file-info {
  color: #666;
}
.hint-box {
  padding: 0;
  margin: 10px 0;
  font-size: .9em;
  line-height: 1.5625em;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
}
.hint-box + .hint-box {
  border-top: 0;
}
.hint-box:before,
.hint-box:after {
  display: table;
  content: " ";
}
.hint-box:after {
  clear: both;
}
.hint-box:before,
.hint-box:after {
  display: table;
  content: " ";
}
.hint-box:after {
  clear: both;
}
.hint-box p {
  margin: 12px 0;
}
.hint-box .title-main {
  margin: 24px 0 43px 0 !important;
  font-family: 'FrutigerLTW02-45Light', Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  color: #40403f;
  text-transform: uppercase;
}
.hint-box .title-sub {
  margin: 0 0 12px 0;
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: 1.125em;
}
.hint-box figure {
  float: left;
  margin-top: 0;
  margin-right: 24px;
}
.back-button {
  display: inline-block;
  padding: 6px 18px 6px 6px;
  color: #666;
  background-color: #f5f5f5;
  border-bottom: 0;
}
.back-button:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e603";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.back-button:before {
  padding-left: 12px;
  margin-left: -12px;
  font-size: 1.66666667em;
  vertical-align: -.25em;
}
body.msie .back-button:before {
  font-size: 24px;
}
.back-button:hover {
  color: #2b2b2b;
}
.back-button:focus {
  color: white;
  background-color: #0074c4;
  border: 0;
  outline: 0;
}
@media (min-width: 1025px) {
  /* Email SNTL Frank Hoffmann 27.2.2016 */
  .container > .back-button {
    margin-bottom: 30px;
  }
  .back-button.inside-left-col {
    width: 100%;
    padding: 6px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .back-button {
    position: relative;
  }
}
/************************************
 Skinning
 ************************************/
.skin-color-red .back-button {
  color: #d6002b;
}
.skin-color-red .back-button:hover {
  color: #660014;
}
.skin-color-blue .back-button {
  color: #056782;
  background-color: #f5f5f5;
}
.skin-color-blue .back-button:hover {
  color: #03364a;
  background-color: #f0f0f0;
}
.service-footer {
  padding: 10px 0;
  margin: 30px 0;
  border-top: 2px solid #e5e5e5;
}
.service-footer a {
  border-bottom: 0;
}
.service-footer ul {
  padding-left: 0;
  list-style: none;
}
.service-footer ul li {
  float: left;
  margin-right: 24px;
}
.service-footer .popover-content ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.service-footer .popover-content ul:before,
.service-footer .popover-content ul:after {
  display: table;
  content: " ";
}
.service-footer .popover-content ul:after {
  clear: both;
}
.service-footer .popover-content ul:before,
.service-footer .popover-content ul:after {
  display: table;
  content: " ";
}
.service-footer .popover-content ul:after {
  clear: both;
}
.service-footer .popover-content ul li {
  width: 50%;
  padding: 0;
  margin: 0;
}
.service-footer .popover-content ul li:before {
  padding: 0;
  margin: 0;
  content: "";
}
.service-footer .popover-content ul a {
  display: block;
  padding: 10px 0;
  margin-right: 12px;
  border-bottom: 2px solid #e5e5e5;
}
.service-footer .popover-content ul a:hover {
  border-bottom-color: #e5e5e5;
}
.service-footer #popover-service-footer {
  display: none;
}
.service-footer .icon-share + .popover {
  display: none;
  background-color: #f5f5f5;
  border-bottom: 24px;
}
.service-footer .popover-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.7em;
  height: 1.7em;
  color: white;
  text-align: center;
  cursor: pointer;
  background-color: #262626;
}
.service-footer .icon-share:before,
.service-footer .icon-facebook:before,
.service-footer .icon-mail:before,
.service-footer .icon-twitter:before,
.service-footer .icon-print:before {
  font-size: 1.8em;
}
body.event-detail-page .service-footer {
  margin-bottom: 96px;
}
.microsite-title {
  position: relative;
  padding-top: 60px;
  margin-bottom: 24px;
  border-top: 2px solid #e5e5e5;
}
.microsite-title:before,
.microsite-title:after {
  display: table;
  content: " ";
}
.microsite-title:after {
  clear: both;
}
.microsite-title:before,
.microsite-title:after {
  display: table;
  content: " ";
}
.microsite-title:after {
  clear: both;
}
.microsite-title h2 {
  position: absolute;
  bottom: -.22em;
  left: 0;
  margin: 0;
}
.microsite-title img {
  float: right;
}
@media (max-width: 767px) {
  .microsite-title h2.area-title {
    padding-right: 204px;
  }
}
@media (max-width: 1024px) {
  .microsite-title {
    border-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .microsite-title {
    padding-top: 0;
  }
}
.google-maps {
  position: relative;
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*  thumbnail view  */
.gallery a {
  position: relative;
  color: #666;
}
.gallery a:hover {
  color: #121212;
}
.gallery a .icon-plus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.gallery a .icon-plus:before {
  display: block;
  width: 36px;
  height: 36px;
  margin: 29% auto 0;
  font-size: 1.3em;
  line-height: 36px;
  color: white;
  text-align: center;
  background-color: black;
  filter: alpha(opacity=0);
  opacity: 0;
}
body.msie .gallery a .icon-plus:before {
  display: none;
}
.gallery a:hover .icon-plus:before {
  filter: alpha(opacity=80);
  opacity: .8;
}
.gallery figure figcaption {
  position: relative;
  left: 0;
  background: transparent;
}
.gallery figure figcaption:before,
.gallery figure figcaption:after {
  display: table;
  content: " ";
}
.gallery figure figcaption:after {
  clear: both;
}
.gallery figure figcaption:before,
.gallery figure figcaption:after {
  display: table;
  content: " ";
}
.gallery figure figcaption:after {
  clear: both;
}
.gallery figure figcaption span.caption-addon {
  display: none;
}
.gallery-modal {
  background: rgba(0, 0, 0, .7);
}
.gallery-modal figure {
  margin-bottom: 15px;
}
.gallery-modal .modal-caption {
  float: left;
  width: 75%;
  margin: 12px 0 36px 0;
}
.gallery-modal .modal-caption .caption-addon {
  display: block;
}
.gallery-modal .modal-menu-wrapper {
  position: absolute;
  right: 0;
  bottom: -64px;
  width: 160px;
}
.gallery-modal .modal-menu-wrapper .modal-paginate {
  float: right;
  margin-right: 115px;
  font-size: .83em;
}
.gallery-modal .modal-menu-wrapper .modal-prevnext {
  position: absolute;
  right: 0;
  bottom: -5px;
  font-size: 1.33333em;
  color: white;
  text-decoration: none !important;
  border: none;
  border: none !important;
}
.gallery-modal .modal-menu-wrapper .modal-prevnext a {
  width: 48px;
  height: 48px;
  padding: 10px;
  line-height: 48px;
  color: white;
  text-decoration: none;
  vertical-align: middle;
  background-color: #444;
  border-bottom: none;
}
.gallery-modal .modal-menu-wrapper .modal-prevnext a:before {
  font-size: 1.3em;
  line-height: 1;
}
.gallery-modal .modal-menu-wrapper .modal-prevnext a:hover {
  color: white;
  text-decoration: none !important;
  background-color: #2b2b2b;
  border: none !important;
}
.gallery-modal .modal-dialog {
  position: relative;
  width: 100%;
  max-width: 880px;
}
.gallery-modal .modal-content {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
}
.gallery-modal .modal-content:before,
.gallery-modal .modal-content:after {
  display: table;
  content: " ";
}
.gallery-modal .modal-content:after {
  clear: both;
}
.gallery-modal .modal-content:before,
.gallery-modal .modal-content:after {
  display: table;
  content: " ";
}
.gallery-modal .modal-content:after {
  clear: both;
}
.gallery-modal .modal-header {
  min-height: 16.33px;
  padding: 15px 0;
  margin-top: 24px;
  margin-left: 36px;
  border-bottom: 0;
}
.gallery-modal .modal-header .close {
  right: 0;
  left: auto;
  width: 48px;
  height: 48px;
  background: #444 !important;
  border: 0;
}
.gallery-modal .modal-header .close:before {
  font-size: 24px;
  line-height: 1;
}
.gallery-modal .modal-header .close:hover,
.gallery-modal .modal-header .close:active {
  cursor: pointer;
  background: #2b2b2b !important;
}
.gallery-modal .modal-title {
  margin: 0;
  line-height: 1.2;
}
.gallery-modal .modal-body {
  position: relative;
  padding: 0;
  margin: 0 48px;
}
.gallery-modal .modal-body .modal-image-inner {
  background-color: #f5f4f2;
}
@media (max-width: 767px) {
  .gallery-modal .modal-header {
    padding-bottom: 0;
    margin: 0 18px;
  }
  .gallery-modal .modal-body {
    margin: 0 18px;
  }
  .gallery-modal .modal-caption {
    width: 100%;
  }
  .gallery-modal .modal-menu-wrapper {
    position: relative;
    bottom: 21px;
    float: right;
  }
}
@media (min-width: 481px) {
  .gallery figure {
    min-height: 360px;
  }
  .gallery .image-text figure,
  .gallery .gallery-modal figure {
    min-height: 0;
  }
}
.uniintern .logo-uniintern {
  width: 1200px;
  margin: 0 auto;
}
.uniintern .logo-uniintern .inner {
  position: absolute;
  top: -24px;
  color: white;
  background-color: #f03;
}
.uniintern .logo-uniintern .inner p {
  position: absolute;
  bottom: 12px;
  left: 24px;
  font-size: 1.66666667em;
}
@media (min-width: 481px) and (max-width: 1280px) {
  .uniintern .logo-uniintern {
    margin-left: 24px;
  }
}
@media (max-width: 768px) {
  .uniintern .logo-uniintern {
    position: absolute;
    top: 0;
    max-width: 50%;
    margin-left: 0;
    background: white;
  }
}
@media (max-width: 481px) {
  .uniintern .logo-uniintern .inner {
    max-width: 120px;
  }
}
.link-portal a {
  float: left;
  margin-right: 120px;
  font-size: .88888889em;
  color: #666;
}
.link-portal a:hover {
  color: #d6002b;
}
.uniintern .link-portal a {
  margin-left: 370px;
}
.team-box {
  position: relative;
  padding: 12px 0 12px 70px;
  border-top: 2px solid black;
  border-bottom: 2px solid #e5e5e5;
}
.team-box:before,
.team-box:after {
  display: table;
  content: " ";
}
.team-box:after {
  clear: both;
}
.team-box:before,
.team-box:after {
  display: table;
  content: " ";
}
.team-box:after {
  clear: both;
}
.team-box:last-child {
  margin-bottom: 30px;
}
.team-box img {
  position: absolute;
  top: 20px;
  left: 0;
}
.team-box a {
  border: 0;
}
.team-box a .name {
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.team-box dl {
  padding: 0;
  margin: 0;
}
.team-box dl.left {
  float: left;
  width: 50%;
}
.team-box dl.right {
  float: right;
  width: 50%;
}
.team-box dl dd,
.team-box dl dt {
  border: 0;
}
.team-box dl dt {
  float: left;
  margin: 0 12px 0;
  font-weight: normal;
}
.team-box dl .mail {
  margin-top: 12px;
}
.team-box dl .phone {
  text-align: right;
}
.team-box + .team-box {
  border-top: 0;
}
.team-detail {
  padding-top: 0;
  margin-top: 30px;
}
.team-detail h1 {
  padding-top: 0;
  margin-top: 30px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: 'Frutiger LT W02_65 Bold', Arial, Helvetica, sans-serif;
  font-size: 1.67em;
  font-weight: normal;
  line-height: 1.2;
  color: #121212;
}
.team-detail h1 small,
.team-detail h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #888;
}
.team-detail h1:first-child:not(.section-title) {
  margin-top: 30px;
}
.team-detail h1 small,
.team-detail h1 .small {
  font-size: 65%;
}
.team-detail img {
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 481px) {
  .team-box dl.left,
  .team-box dl.right {
    float: none;
    width: 100%;
  }
  .team-box dl.right dt {
    margin-left: 0;
  }
  .team-detail .dl-lined dd {
    padding-left: 0;
    margin-left: 0;
    border-top: 0 !important;
  }
  .team-detail .dl-lined dt {
    width: 100%;
    font-weight: normal;
    border-top: 2px solid #e5e5e5 !important;
    border-bottom: 0 !important;
  }
  .team-detail h1:first-child:not(.section-title) {
    margin-top: 32px;
  }
}
@media (min-width: 1025px) {
  .team-detail h1:first-child:not(.section-title) {
    margin-top: 0;
  }
}
@media (min-width: 481px) and (max-width: 1025px) {
  .team-detail h1:first-child:not(.section-title) {
    margin-top: 0;
  }
}
.dl-lined {
  margin-top: 30px;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
}
.dl-lined:before,
.dl-lined:after {
  display: table;
  content: " ";
}
.dl-lined:after {
  clear: both;
}
.dl-lined:before,
.dl-lined:after {
  display: table;
  content: " ";
}
.dl-lined:after {
  clear: both;
}
.dl-lined dt,
.dl-lined dd {
  padding: 5px 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  border-top: 2px solid #e5e5e5;
}
.dl-lined dt:first-of-type,
.dl-lined dd:first-of-type {
  border-top: 0;
}
.dl-lined dt {
  width: 33%;
  font-weight: normal;
}
.dl-lined dd {
  padding-left: 24px;
  margin-left: 33%;
}
.dl-lined a {
  border: 0;
}
.search-top-hits article {
  margin-bottom: 15px;
}
.search-top-hits h4 {
  margin: 0;
}
.search-results .hit {
  margin: 30px 0;
}
.search-results h4 {
  margin-bottom: 5px;
  font-family: 'FrutigerLTW02-55Roman', Arial, Helvetica, sans-serif;
}
.search-results .path {
  padding-left: 0;
  margin-left: 0;
  font-size: .88888889em;
  list-style: none;
}
.search-results .path li {
  padding-left: 0;
  margin-left: 0;
}
.search-results .path:before,
.search-results .path:after {
  display: table;
  content: " ";
}
.search-results .path:after {
  clear: both;
}
.search-results .path:before,
.search-results .path:after {
  display: table;
  content: " ";
}
.search-results .path:after {
  clear: both;
}
.search-results .path li {
  float: left;
}
.search-results .path li:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e606";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-results .path li:first-child {
  padding-left: 0;
}
.search-results .path li:first-child:before {
  content: '';
}
.search-results .page-index {
  border-top: 2px solid #e5e5e5;
}
.search-results .page-index .pagination {
  margin-top: 0;
}
.search-results .page-index a,
.search-results .page-index span {
  color: #666;
  background-color: #f5f5f5;
  border: 0;
  border: 2px solid white;
}
.search-results .page-index a.back:before,
.search-results .page-index span.back:before {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e603";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-results .page-index a.next:after,
.search-results .page-index span.next:after {
  font-family: "unibe-iconset";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.2;
  text-transform: none;
  vertical-align: -.25em;
  content: "\e602";

  speak: none;
  /* For better font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-results .page-index a:hover {
  color: #d6002b;
  background-color: #ebebeb;
  border-color: white;
}
.search-results .page-index li.active a,
.search-results .page-index li.active span {
  color: #d6002b;
  background-color: #ebebeb;
}
.search-results .page-index li.disabled a,
.search-results .page-index li.disabled span {
  background-color: white;
}
.search-results .page-index li.disabled a:hover,
.search-results .page-index li.disabled span:hover {
  color: #666;
  background-color: white;
}
#faculty-search-results {
  opacity: 0;
  transition: all .5s ease;
}
#faculty-search-results.open {
  height: auto;
  margin-top: 48px;
  opacity: 1;
  transition: all .3s ease;
}
@media screen {
  .back-to-top {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 1040;
    width: 48px;
    height: 48px;
    color: white;
    text-align: center;
    visibility: visible;
    background: #444;
    border-radius: 24px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
  }
  .back-to-top:before {
    font-family: "unibe-iconset";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: -.25em;
    content: "\e605";

    speak: none;
    /* For better font rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .back-to-top:before {
    font-size: 2em;
    line-height: 48px;
  }
  .back-to-top:hover,
  .back-to-top:focus,
  .back-to-top:active {
    color: white;
    background: #2b2b2b;
  }
  .back-to-top.off {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .back-to-top {
    display: none;
  }
}
.no-border {
  border: 0 !important;
}
.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.row.skin-gutter-wide:before,
.row.skin-gutter-wide:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.row.skin-gutter-wide:after,
.form-horizontal .form-group:after,
.nav:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.vert-space-big {
  display: block !important;
  margin: 36px 0 !important;
}
.vert-space-small {
  display: block !important;
  margin: 18px 0 !important;
}
@media screen and (max-width: 1024px) {
  :not(.microsite) > .startseite-bild-container {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  :not(.microsite) > .startseite-bild-container {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :not(.microsite) > .startseite-bild-container {
    margin-top: 120px !important;
  }
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 480px) {
  .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;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 481px) 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;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .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;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1025px) {
  .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: 480px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.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,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@media print and (min-width: 2cm) and (max-width: 100cm) {
  img.img-responsive {
    max-width: 50% !important;
  }
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  body,
  p,
  ul,
  li,
  pre,
  blockquote,
  figcaption,
  ol,
  dt,
  dd,
  label,
  form,
  ol > li:before {
    font-size: 9pt;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  a[href^="https://"]:after,
  a[href^="ftp://"]:after {
    content: " (" attr(href) ")";
  }
  .team-box 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;
  }
  table td,
  table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  table,
  .table-responsive {
    display: table;
    width: 100%;
    font-size: 10pt;
  }
  th,
  td {
    padding: 2px;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  /*  Uni BE specific styles */
  h1,
  h2.area-title {
    display: block !important;
  }
  .contact-box,
  .skin-box-inline,
  aside,
  .content-tabs,
  h2:first-child:not(.section-title),
  .h2:first-child:not(.section-title),
  h3:first-child:not(.section-title),
  .h3:first-child:not(.section-title) {
    margin-top: 0;
  }
  .microsite-title img {
    display: block;
    float: none;
    margin: 0 0 90px 0 !important;
    clear: both;
    text-align: right;
  }
  .video-wrapper,
  .video-iframe,
  .oe-nav-mobile,
  .service-footer,
  footer,
  .footer,
  .footer-nav-search,
  #address,
  .legal,
  div.legal.row,
  #address > address,
  .copy,
  .back-button,
  .page-index,
  .pagination,
  .navbar,
  #nav-service,
  .view-container,
  .shortcuts,
  .socialmedia,
  #socialmedia,
  .partner,
  .slider-gallery .control,
  .newsboxes-button-more,
  .agenda-button-more,
  .button-more,
  .top-right-more,
  #site-search,
  .site-search,
  .hidden-lg,
  #site-switch,
  .mobile-menu,
  .nav-sub,
  .mega-pd,
  .top-info,
  .overall,
  .nav-main-mobile {
    display: none !important;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    visibility: hidden !important;
  }
  #swipe-news > div > article.hidden {
    display: none !important;
  }
  .swipe-wrap,
  #swipe-news,
  .partial-wrap,
  .masonry {
    width: auto !important;
    height: auto !important;
  }
  .swipe-news,
  .swipe-agenda {
    overflow: visible !important;
  }
  .news-box,
  .agenda-box {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: inline-block !important;
    float: left !important;
    width: 90% !important;
    height: auto !important;
    margin-right: 1cm;
    margin-bottom: 1cm;
  }
  .slider-gallery.slider-gallery-news img {
    margin-left: 1.5cm;
  }
  /* buggy */
  .gallery-box {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin-right: 1cm !important;
    margin-bottom: 1cm !important;
    clear: both !important;
  }
  .container {
    width: auto !important;
  }
  .news-box,
  .agenda-box,
  .masonry-item,
  .partial-item {
    position: relative !important;
    top: auto !important;
    left: 0 !important;
    display: block !important;
    float: left !important;
  }
  .carousel-caption {
    display: block !important;
    float: none !important;
    width: 100% !important;
    clear: both !important;
    color: black !important;
    background: white !important;
  }
  .site-logo {
    width: 3cm;
  }
  .area-title .sidehead {
    font-size: .75em;
  }
  .nav-tabs {
    margin-top: 0;
    border-bottom: 0;
  }
  .header-nav,
  .nav-left,
  .nav-left.visible-lg,
  .nav-left ul li a,
  li[role=tab] {
    display: none !important;
  }
  .content-tabs .panel-heading h2.panel-title,
  .collapse {
    display: block !important;
  }
  .tab-content > .tab-pane {
    display: block !important;
    clear: both;
  }
  div.panel-heading > h2 > a:before,
  .nav-list a[data-toggle="collapse"]:after,
  .nav-list-extended a[data-toggle="collapse"]:after {
    display: none !important;
    content: '' !important;
  }
  h2:first-child:not(.section-title) {
    margin-top: 30px;
  }
  .gallery figure {
    min-height: 0;
  }
  .news-box img {
    width: 25%;
  }
  .page-content {
    margin-top: 0;
  }
  body > .wrapper > header > .container > a {
    margin-bottom: 0 !important;
  }
  h2.area-title {
    position: relative;
    top: -1cm;
  }
}
/*# sourceMappingURL=styles.css.map */
