


/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/aa_bootstrap_5.0._floating.css */

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}


.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}




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


.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}






.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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



.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.mb-3 {

    margin-bottom: 1rem !important;

}

label {
  display: inline-block;
}


.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: none;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}



.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.75rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}





/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/aaa_bootstrap.custom-2.css */

.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-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%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -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.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/*# sourceMappingURL=style.css.map */



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/aaa_bootstrap.custom.css */

/* Bootstrap v3.3.4 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0d71908dedeac4ee5c91)
 * Config saved to config.json and https://gist.github.com/0d71908dedeac4ee5c91
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}


* {
    box-sizing: border-box
}


.header-quicklinks{
     box-sizing: content-box; 
}

*:before, *:after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.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%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    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%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.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.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #ffffff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #ffffff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #ffffff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #ffffff;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}

.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-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%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -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.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/*# sourceMappingURL=style.css.map */



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/aaa_font-awesome-ie7.min.css */

.icon-large{font-size:1.3333333333333333em;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;vertical-align:middle;}
.nav [class^="icon-"],.nav [class*=" icon-"]{vertical-align:inherit;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;}.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large{vertical-align:-25%;}
.nav-pills [class^="icon-"].icon-large,.nav-tabs [class^="icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large{line-height:.75em;margin-top:-7px;padding-top:5px;margin-bottom:-5px;padding-bottom:4px;}
.btn [class^="icon-"].pull-left,.btn [class*=" icon-"].pull-left,.btn [class^="icon-"].pull-right,.btn [class*=" icon-"].pull-right{vertical-align:inherit;}
.btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large{margin-top:-0.5em;}
a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
.icon-glass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;');}
.icon-music{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;');}
.icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');}
.icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;');}
.icon-heart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;');}
.icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;');}
.icon-star-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;');}
.icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');}
.icon-film{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;');}
.icon-th-large{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;');}
.icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;');}
.icon-th-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;');}
.icon-ok{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;');}
.icon-remove{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;');}
.icon-zoom-in{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;');}
.icon-zoom-out{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;');}
.icon-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');}
.icon-power-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');}
.icon-signal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');}
.icon-cog{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');}
.icon-gear{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');}
.icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');}
.icon-home{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');}
.icon-file-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');}
.icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;');}
.icon-road{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;');}
.icon-download-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;');}
.icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;');}
.icon-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;');}
.icon-inbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;');}
.icon-play-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;');}
.icon-repeat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');}
.icon-rotate-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');}
.icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;');}
.icon-list-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;');}
.icon-lock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;');}
.icon-flag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;');}
.icon-headphones{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;');}
.icon-volume-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;');}
.icon-volume-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;');}
.icon-volume-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;');}
.icon-qrcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;');}
.icon-barcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;');}
.icon-tag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;');}
.icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;');}
.icon-book{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;');}
.icon-bookmark{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;');}
.icon-print{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;');}
.icon-camera{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;');}
.icon-font{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;');}
.icon-bold{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;');}
.icon-italic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;');}
.icon-text-height{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;');}
.icon-text-width{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;');}
.icon-align-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;');}
.icon-align-center{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;');}
.icon-align-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;');}
.icon-align-justify{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;');}
.icon-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;');}
.icon-indent-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;');}
.icon-indent-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;');}
.icon-facetime-video{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;');}
.icon-picture{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');}
.icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;');}
.icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;');}
.icon-adjust{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;');}
.icon-tint{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;');}
.icon-edit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;');}
.icon-share{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;');}
.icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;');}
.icon-move{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;');}
.icon-step-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;');}
.icon-fast-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;');}
.icon-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;');}
.icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;');}
.icon-pause{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;');}
.icon-stop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;');}
.icon-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;');}
.icon-fast-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;');}
.icon-step-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;');}
.icon-eject{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;');}
.icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;');}
.icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;');}
.icon-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;');}
.icon-minus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;');}
.icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');}
.icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;');}
.icon-question-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;');}
.icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;');}
.icon-screenshot{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;');}
.icon-remove-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;');}
.icon-ok-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;');}
.icon-ban-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;');}
.icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;');}
.icon-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;');}
.icon-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;');}
.icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;');}
.icon-share-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');}
.icon-mail-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');}
.icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;');}
.icon-resize-small{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;');}
.icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;');}
.icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;');}
.icon-asterisk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;');}
.icon-exclamation-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;');}
.icon-gift{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;');}
.icon-leaf{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;');}
.icon-fire{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;');}
.icon-eye-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;');}
.icon-eye-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;');}
.icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;');}
.icon-plane{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;');}
.icon-calendar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;');}
.icon-random{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;');}
.icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;');}
.icon-magnet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;');}
.icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;');}
.icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;');}
.icon-retweet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;');}
.icon-shopping-cart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;');}
.icon-folder-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;');}
.icon-folder-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;');}
.icon-resize-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;');}
.icon-resize-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;');}
.icon-bar-chart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;');}
.icon-twitter-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;');}
.icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;');}
.icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');}
.icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');}
.icon-cogs{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');}
.icon-gears{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');}
.icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');}
.icon-thumbs-up-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');}
.icon-thumbs-down-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');}
.icon-star-half{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;');}
.icon-heart-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;');}
.icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;');}
.icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;');}
.icon-pushpin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;');}
.icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;');}
.icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;');}
.icon-trophy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;');}
.icon-github-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;');}
.icon-upload-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;');}
.icon-lemon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;');}
.icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;');}
.icon-check-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');}
.icon-unchecked{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');}
.icon-bookmark-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;');}
.icon-phone-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;');}
.icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;');}
.icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;');}
.icon-github{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;');}
.icon-unlock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;');}
.icon-credit-card{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;');}
.icon-rss{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;');}
.icon-hdd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;');}
.icon-bullhorn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;');}
.icon-bell{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;');}
.icon-certificate{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;');}
.icon-hand-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;');}
.icon-hand-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;');}
.icon-hand-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;');}
.icon-hand-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;');}
.icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');}
.icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');}
.icon-circle-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;');}
.icon-circle-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;');}
.icon-globe{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;');}
.icon-wrench{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;');}
.icon-tasks{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;');}
.icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;');}
.icon-briefcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;');}
.icon-fullscreen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;');}
.icon-group{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;');}
.icon-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;');}
.icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;');}
.icon-beaker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;');}
.icon-cut{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;');}
.icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;');}
.icon-paper-clip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');}
.icon-paperclip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');}
.icon-save{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;');}
.icon-sign-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;');}
.icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;');}
.icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;');}
.icon-list-ol{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;');}
.icon-strikethrough{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;');}
.icon-underline{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;');}
.icon-table{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;');}
.icon-magic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;');}
.icon-truck{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');}
.icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;');}
.icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;');}
.icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;');}
.icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;');}
.icon-money{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;');}
.icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');}
.icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;');}
.icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;');}
.icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');}
.icon-columns{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;');}
.icon-sort{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;');}
.icon-sort-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;');}
.icon-sort-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;');}
.icon-envelope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;');}
.icon-linkedin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;');}
.icon-undo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');}
.icon-rotate-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');}
.icon-legal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;');}
.icon-dashboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;');}
.icon-comment-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;');}
.icon-comments-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;');}
.icon-bolt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;');}
.icon-sitemap{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;');}
.icon-umbrella{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;');}
.icon-paste{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;');}
.icon-lightbulb{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0eb;');}
.icon-exchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ec;');}
.icon-cloud-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ed;');}
.icon-cloud-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ee;');}
.icon-user-md{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f0;');}
.icon-stethoscope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f1;');}
.icon-suitcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f2;');}
.icon-bell-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f3;');}
.icon-coffee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f4;');}
.icon-food{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f5;');}
.icon-file-text-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f6;');}
.icon-building{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f7;');}
.icon-hospital{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f8;');}
.icon-ambulance{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f9;');}
.icon-medkit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fa;');}
.icon-fighter-jet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fb;');}
.icon-beer{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fc;');}
.icon-h-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fd;');}
.icon-plus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fe;');}
.icon-double-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;');}
.icon-double-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;');}
.icon-double-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;');}
.icon-double-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;');}
.icon-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;');}
.icon-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;');}
.icon-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');}
.icon-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');}
.icon-desktop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;');}
.icon-laptop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;');}
.icon-tablet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;');}
.icon-mobile-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;');}
.icon-circle-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;');}
.icon-quote-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;');}
.icon-quote-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;');}
.icon-spinner{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;');}
.icon-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;');}
.icon-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');}
.icon-mail-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');}
.icon-github-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;');}
.icon-folder-close-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;');}
.icon-folder-open-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;');}
.icon-expand-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf116;');}
.icon-collapse-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf117;');}
.icon-smile{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;');}
.icon-frown{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf119;');}
.icon-meh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11a;');}
.icon-gamepad{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;');}
.icon-keyboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;');}
.icon-flag-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;');}
.icon-flag-checkered{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;');}
.icon-terminal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf120;');}
.icon-code{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf121;');}
.icon-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');}
.icon-mail-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');}
.icon-star-half-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');}
.icon-star-half-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');}
.icon-location-arrow{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;');}
.icon-crop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;');}
.icon-code-fork{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf126;');}
.icon-unlink{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;');}
.icon-question{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf128;');}
.icon-info{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf129;');}
.icon-exclamation{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12a;');}
.icon-superscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;');}
.icon-subscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;');}
.icon-eraser{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;');}
.icon-puzzle-piece{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12e;');}
.icon-microphone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;');}
.icon-microphone-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf131;');}
.icon-shield{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;');}
.icon-calendar-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf133;');}
.icon-fire-extinguisher{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf134;');}
.icon-rocket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf135;');}
.icon-maxcdn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf136;');}
.icon-chevron-sign-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf137;');}
.icon-chevron-sign-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf138;');}
.icon-chevron-sign-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf139;');}
.icon-chevron-sign-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13a;');}
.icon-html5{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13b;');}
.icon-css3{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13c;');}
.icon-anchor{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13d;');}
.icon-unlock-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13e;');}
.icon-bullseye{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf140;');}
.icon-ellipsis-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf141;');}
.icon-ellipsis-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;');}
.icon-rss-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf143;');}
.icon-play-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;');}
.icon-ticket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf145;');}
.icon-minus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf146;');}
.icon-check-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf147;');}
.icon-level-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;');}
.icon-level-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf149;');}
.icon-check-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14a;');}
.icon-edit-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14b;');}
.icon-external-link-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14c;');}
.icon-share-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14d;');}
.icon-compass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14e;');}
.icon-collapse{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf150;');}
.icon-collapse-top{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf151;');}
.icon-expand{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf152;');}
.icon-eur{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');}
.icon-euro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');}
.icon-gbp{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf154;');}
.icon-usd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');}
.icon-dollar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');}
.icon-inr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');}
.icon-rupee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');}
.icon-jpy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');}
.icon-yen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');}
.icon-cny{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');}
.icon-renminbi{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');}
.icon-krw{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');}
.icon-won{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');}
.icon-btc{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');}
.icon-bitcoin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');}
.icon-file{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15b;');}
.icon-file-text{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15c;');}
.icon-sort-by-alphabet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15d;');}
.icon-sort-by-alphabet-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15e;');}
.icon-sort-by-attributes{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf160;');}
.icon-sort-by-attributes-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf161;');}
.icon-sort-by-order{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf162;');}
.icon-sort-by-order-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf163;');}
.icon-thumbs-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf164;');}
.icon-thumbs-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf165;');}
.icon-youtube-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf166;');}
.icon-youtube{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf167;');}
.icon-xing{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf168;');}
.icon-xing-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf169;');}
.icon-youtube-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;');}
.icon-dropbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16b;');}
.icon-stackexchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16c;');}
.icon-instagram{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;');}
.icon-flickr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16e;');}
.icon-adn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf170;');}
.icon-bitbucket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf171;');}
.icon-bitbucket-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf172;');}
.icon-tumblr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf173;');}
.icon-tumblr-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf174;');}
.icon-long-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf175;');}
.icon-long-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf176;');}
.icon-long-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf177;');}
.icon-long-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf178;');}
.icon-apple{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf179;');}
.icon-windows{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17a;');}
.icon-android{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17b;');}
.icon-linux{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17c;');}
.icon-dribbble{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');}
.icon-skype{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17e;');}
.icon-foursquare{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf180;');}
.icon-trello{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf181;');}
.icon-female{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf182;');}
.icon-male{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf183;');}
.icon-gittip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf184;');}
.icon-sun{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf185;');}
.icon-moon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf186;');}
.icon-archive{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf187;');}
.icon-bug{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf188;');}
.icon-vk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf189;');}
.icon-weibo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18a;');}
.icon-renren{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18b;');}



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/aaa_font-awesome.min.css */

@font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}
.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before{content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}



/* From: /opt/eprints3/lib/static/style/auto/actions.css */

.ep_login_tools img {
	vertical-align: middle;
	margin: 0px 25px;
}

ul.ep_action_list {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline-block;
}

ul.ep_action_list li {
	display: inline-block;
	margin-left: .5em;
}

ul.ep_action_list li:first-child {
	margin-left: 0;
}

dl.ep_action_list {
	margin: 0;
	padding: 0;
}

dl.ep_action_list dt, dl.ep_action_list dd {
	margin: 0;
}

dl.ep_action_list dt {
	margin-top: .5em;
	width: 15em;
	text-align: center;
	line-height: 2em;
	margin-bottom: -1.5em;
}
dl.ep_action_list dt:first-child {
	margin-top: 0;
}

dl.ep_action_list dd {
	position: relative;
	left: 16em;
	top: -.5em;
	margin-right: 16em;
	overflow: hidden;
}



/* From: /opt/eprints3/lib/static/style/auto/blister.css */


/* EPrints 3 blister bar style */

/* ep_blister */



.ep_blister_bar {
	margin: auto;
}
.ep_blister_join {
	background-image: url(images/blister_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}
.ep_blister_node, .ep_blister_node_selected {
	text-align: center;
	border-style: solid;
	border-radius: 3px;
}
.ep_blister_node {
	border-width: 1px;
	padding: 3px 10px;
}
.ep_blister_node_selected {
	border-width: 2px;
	padding: 2px 10px;
}



/* From: /opt/eprints3/lib/static/style/auto/citations.css */

span.document_filename
{
	font-size: 80%;
        line-height: 20px;
}

span.document_format
{
}




/* From: /opt/eprints3/lib/static/style/auto/colors.css */

/*
 *
 * EPrints Default Colour Scheme
 *
 */

body {
	color: #000000;
	background-color: #ffffff;
}
a, .ep_tm_key_tools a:visited {
	color: #0645ad;
}
a:visited {
	color: #0b0080;
}
a:hover, .ep_tm_key_tools a:hover {
	color: #3366bb;
}
a:active, .ep_tm_key_tools a:active {
	color: red;
}
h1, h2, h3, h4 {
    color: #606060;
}
.ep_view_page h2 {
	border-bottom: solid 1px #606060;
}

/* template.css */

.ep_tm_header {
	background-color: #fff;
	background-image: url(images/logo_background_light.png);
	background-repeat: repeat-y;
}
.ep_tm_menu, .ep_tm_menu li:hover {
	background-image: url(images/bar_glass.png) ;
	background-position: 0px 5px;
}
.ep_tm_footer {
	border-color: #204f76;
}
.ep_tm_menu, .ep_tm_menu ul {
	background-color: #204f76;
}
.ep_tm_menu {
	/* fixed to 30px high */
	border-bottom: 1px solid #fff;
}
.ep_tm_menu li:hover {
	background-color: #279ae2;
}
.ep_tm_menu a, .ep_tm_menu a:visited {
	color: white;
}
.ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter, .ep_toolbox_title {
	color: #606060;
}
.ep_tm_searchbar, .ep_columns_title, td.ep_columns_alter {
	background-color: #ccc;
	background-image: url(images/bar_24px.png);
	background-repeat: repeat-x;
}
.ep_tm_searchbarbox {
	border-color: #606060;
}
.ep_tm_key_tools li {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #606060;
}
.ep_tm_key_tools li:first-child {
	border-left: none;
}
.ep_tm_key_tools li:last-child {
	border-right: none;
}

/* form.css */

.ep_form_action_button, .ep_form_internal_button, .ep_tm_searchbarbutton, .ep_blister_node_selected {
	border-color: #5b97c7 #13324a #13324a #5287b3;
	background-image: url(images/bar_12px.png);
	background-color: #1f4f76;
	color: white;
}
.ep_form_action_button:active, .ep_form_internal_button:active, .ep_tm_searchbarbutton:active, .ep_blister_node_selected:active {
	border-color: #13324a #5287b3 #5287b3 #13324a;
	background-color: #276496;
}

/* blister.css */

.ep_blister_node {
	border-color: #cccccc;
	background-color: #e8e8ff;
	background-image: url(images/bar_solid_12px.png);
	color: #000000;
}
.ep_blister_node:active {
	border-color: #276496;
}

/* summary.css surround.css */

.ep_summary_box_title, .ep_summary_box_body, .ep_sr_title_bar, .ep_sr_content, .ep_sr_collapse_bar
,.ep_tab_panel
,.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
,.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom /* search.css */
,.ep_view_group_by /* view.css */
{
	background-color: #e8e8ff;
}
.ep_summary_box_title, .ep_sr_title_bar, .ep_sr_collapse_bar {
	background-image: url(images/bar_solid_12px.png);
	background-repeat: repeat-x;
}
.ep_sr_content, .ep_summary_box_body,
.ep_tab_panel,
.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
{
	background-image: url(images/bar_solid_24px.png);
	background-repeat: repeat-x;
}
.ep_summary_box_title, .ep_summary_box_body, .ep_sr_title_bar, .ep_sr_content, .ep_sr_collapse_bar
,.ep_tab_panel, .ep_tab_bar li, .ep_tab_bar li a
,.ep_toolbox_content /* toolbox.css */
,.ep_upload_doc /* upload.css */
{
	border-color: #ccc;
}

/* tabs.css */

.ep_tab_bar li a {
	background-image: url(images/bar_solid_24px.png);
	background-repeat: repeat-x;
}

/* unselected tab */
.ep_tab_bar li a {
	background-color: #bbf;
}

/* selected tab */
.ep_tab_bar li.ep_tab_selected a {
	background-color: #fff;
}

/* general.css */

th.ep_title_row
{
	border-color: #808080;
	background-image: url(images/bar_24px.png);
	background-color: #ccc;
	color: #333;
}

th.ep_row, td.ep_row {
	border-color: #bbb;
}
th.ep_row, td.ep_row {
	border-bottom-style: dashed;
}
td.ep_row {
	border-left-style: dashed;
}

/* messages.css */

.ep_msg_message_content, .ep_msg_warning_content, .ep_msg_error_content, .ep_msg_other_content {
	background-image: url(images/bar_solid_48px.png);
	background-repeat: repeat-x;
}

.ep_msg_message_content {
	background-color: #80ff80;
	border-color: #80ff80;
}
.ep_msg_error_content {
	background-color: #ffc0c0;
	border-color: #ffc0c0;
}

.ep_msg_warning_content {
	background-color: #ffc080;
	border-color: #ffc080;
}

.ep_msg_other_content {
	background-color: #9999ff;
	border-color: #9999ff;
}

/* columns.css */

th.ep_columns_title, td.ep_columns_alter {
	border-color: #888;
}
td.ep_columns_cell {
	border-color: #888 #ccc;
}

.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom /* search.css */
,.ep_view_group_by /* view.css */
{
	border-color: #cccccc;
	background-image: url(images/bar_24px.png);
}



/* From: /opt/eprints3/lib/static/style/auto/columns.css */


/* paginated columns */

.ep_columns {
	margin: auto;
}

td.ep_columns_cell {
	border-style: none dashed solid none;
	border-width: 1px;
}
td.ep_columns_cell:first-child {
	border-left-style: dashed;
}

th.ep_columns_title, td.ep_columns_alter {
	border-width: 1px;
	font-weight: normal;
}
th.ep_columns_title {
	border-style: solid solid solid none;
}
td.ep_columns_alter {
	border-style: none solid solid none;
}
th.ep_columns_title:first-child, td.ep_columns_alter:first-child {
	border-left-style: solid;
}
th.ep_columns_title a {
	font-weight: normal;
}


td.ep_columns_no_items {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.5em;
	text-align: center;
	font-size: 120%;
}

.ep_columns_add {
	text-align: center;
}




/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/content_toggle.css */

div.left div.content_toggle_switch {
    padding:0 9px;
    height:30px;
    cursor:pointer;
    position:relative;
    top:0;
    margin: 6px 0;
}

div.left div.content_toggle_switch h2 {
    overflow:hidden;
    color:#000;
    white-space:nowrap;
    font-size:1.2em;
    line-height:1.3em;
    margin:1px 0 0 0;
    padding:0;
    padding: 6px 0;
}

div.left div.content_toggle_switch img {
    float:right;
    margin:1px 0px;
    padding-left:8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.left div.content_toggle_switch_background {
    cursor:pointer;
    height:30px;
    width:506px;
    position:absolute;
    z-index:-1;
}

.container.area- div.content_toggle_switch_background, div.left div.content_toggle_switch_background.default {
    background-color:#666666;
}


.container.area-1d3f4b div.content_toggle_switch_background {
    background-color:#1d3f4b;
}

.container.area-5f002f div.content_toggle_switch_background {
    background-color:#5f002f;
}

.container.area-3d4100 div.content_toggle_switch_background {
    background-color:#3d4100;
}

.container.area-cdd30f div.content_toggle_switch_background {
    background-color:#cdd30f;
}

.container.area-aea700 div.content_toggle_switch_background {
    background-color:#aea700;
}

.container.area-ecbc00 div.content_toggle_switch_background {
    background-color:#ecbc00;
}

.container.area-ec6200 div.content_toggle_switch_background {
    background-color:#ec6200;
}

.container.area-bf002a div.content_toggle_switch_background {
    background-color:#bf002a;
}

.container.area-9c004b div.content_toggle_switch_background {
    background-color:#9c004b;
}

.container.area-4fb800 div.content_toggle_switch_background {
    background-color:#4fb800;
}

.container.area-009b77 div.content_toggle_switch_background {
    background-color:#009b77;
}

.container.area-008993 div.content_toggle_switch_background {
    background-color:#008993;
}

.container.area-0087b2 div.content_toggle_switch_background {
    background-color:#0087b2;
}

.container.area-00556a div.content_toggle_switch_background {
    background-color:#00556a;
}

.container.area-a46674 div.content_toggle_switch_background {
    background-color:#a46674;
}

.container.area-724b51 div.content_toggle_switch_background {
    background-color:#724b51;
}

.container.area-564e6f div.content_toggle_switch_background {
    background-color:#564e6f;
}

.container.area-3b0041 div.content_toggle_switch_background {
    background-color:#3b0041;
}

.container.area-866800 div.content_toggle_switch_background {
    background-color:#866800;
}

.container.area-416224 div.content_toggle_switch_background {
    background-color:#416224;
}

.container.area-00787b div.content_toggle_switch_background {
    background-color:#00787b;
}

.container.area-032352 div.content_toggle_switch_background {
    background-color:#032352;
}

/**
 * Styles fuer die Druckversion
 **************************************************************************************************/
@media print {
    .content_toggle {
        display:block !important;
    }

    .content_toggle_anchor {
        display:none;
    }

    div.left div.content_toggle_switch h2 {
        padding:0px 0px 0px 0px !important;
        margin:0px 0px 0px 0px !important;
        text-decoration:none !important;
    }

    div.left div.content_toggle_switch img {
        display:none;
    }

    div.left div.content_toggle_switch {
        padding:0px 0px 16px 0px !important;
        margin-top:16px !important;
        height:0px !important;
    }

    div.left div.content_toggle_switch_background {
        background-color:#fff !important;
    }
}



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/dataobjref.css */

.ep_dataobj_list .ep_action_list {
	float: right;
	list-style-type: none;
}
.ep_dataobj_list > li {
	clear: right;
	margin-top: 5px;
}

div.ep_backfill_item {
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #EEE;
	margin: 0px auto 5px auto;
	width: 90%;
}



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/details.css */

.c-own {
  margin-bottom: 1.6em;
}

.own-element {
  background-color: gray;
  padding: 2px;
  border-radius: 4px;
  margin-right: .7em;
}

a.own-link, a.own-link:visited {
    color: #428bca;
    text-decoration: none;
}

.c-own .own-element .own-link {
  font-size: .9em;
}

.cite-dt {
    color: black;
}

.c-authors {
  margin-bottom: .8em;
}

.authors-names, .authors-citation {
  display: inline-block;
}

div.container div.left .authors-citation {
  margin-left: .5em;
  text-decoration: none;
}

.authors-name {
  margin-left: .5em;
}

.c-fulltext {
  display: flex;
  align-items: center;
}

.fulltext-links, .fulltext-publication-date {
  width: 50%;
}

.fulltext-links {
  display: flex;
  align-items: center;
}

.fulltext-links-label, .fulltext-publication-date-label {
  font-weight: bold;
  margin-right: .5em;
}

.c-icon {
  display: inline-block;
  text-align: center;
  margin: 0 .4em;
  text-decoration: none !important;
}

.c-icon:last-child {
  margin-right: 0;
}

.c-icon span.icon-caption {
  display: block;
  font-size: .8em;
}

.c-documents {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px !important;
}

.c-document .document-info {
  font-size: .8em;
}

.c-document {
  flex: 0 0 calc(25% - 10px);
  margin: 0 0 10px 10px;
  text-align: center;
}

.c-document form input.ep_form_action_button {
  font-size: .8em;
  padding: 2px 6px;
}

.document-info {
  text-align: center;
}

.document-formatdesc {
    display: block;
}

div.container div.left .ep_summary_content_main div.footer {
  margin-top: 0;
  text-align: left;
}

div.container div.left .ep_summary_content_main div.footer p {
  margin-left: -10px;
}


.article .modal-content {
	height: 100%;
	overflow-y: auto;
}

.article .modal-dialog {
	height: 90vh;
}

.link-show-jats {
	display: block;
	font-size: 11px;
	cursor: pointer;
}

.details-modal-header {
	text-align: right;
}

.details-modal-body {
	height: 90%;
}

.details .modal-body h1.article-title {
	padding-left: 0;
}

.modal-close {
	display: inline-block;
	font-size: 16px;
}

.popover.right{
    margin-left: 5px !important;
}

.popover.left {
    margin-right: 5px !important;
}

.js-iframe-forward {

}

.js-iframe-back {

}

@media (min-width: 768px) {
	.modal-dialog {
		width: 64%;
	}
}



/* From: /opt/eprints3/lib/static/style/auto/drop.css */


/* style for ajax suggestion drops */

.ep_drop_target {
}

.ep_drop_target ul {
	margin: 0px;
	padding: 4px;
	list-style: none;
	background-color: white;
	border: 1px dotted #888;
	z-index: 6;
}
	
.ep_drop_target ul li {
	margin: 0px;
	padding: 3px;
	list-style: none;
	border-top: 1px dashed #ccc;
	cursor: pointer;
	width: 100%;
}
.ep_drop_target ul li.ep_first {
	border-top: none;
}

.ep_drop_target ul li.selected {
	background-color: #e0e0ff;
}

.ep_drop_target ul ul {
	display: none;
}

.ep_drop_loading {
	margin: 0px;
	padding: 4px;
	height: 24px;
	text-align: center;
	border: 1px dotted #888;
	z-index: 6;
	position: absolute;
	background-color: #fff;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.ep_draggable {
	cursor: move;
}



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/ezboa.css */


/*OA-EZB Erpints plug-in CSS file*/

.oamsg{
        font-weight: bold !important;
}

.oa_available{

}

.oa_not_available {
        width: 10%;
}


/*EZB CSS file*/
.ezb_logo {
	width: 100%;
}

.ezb_logo_cell {
	width: 80%;
}

.hook_cell {
	width: 48px;
}

.ezboa_cell_message{
	width: 50%;
	text-align: left;
	vertical-align: top;
}

.ezboa_results {
	list-style: none !important;
}

.infotext {
	font-size: 7pt;
}

/*SHERPA RoMEO CSS*/
a
.romeo.blank  {background-color: white;}
.romeo.white  {background-color: #FFFFFF;}
.romeo.yellow {background-color: #FFFF99;}
.romeo.blue   {background-color: #D3ECFA;}
.romeo.green  {background-color: #D0F9D2;}
.romeo.gray   {background-color: #F5F5F5;}

.sherpa_logo {
        width: 100%;
}

.sherpa_logo_cell{
        width: 30%;
}

.romeo_results {
        list-style: none !important;
}

.oa_cell_msg{
        width: 50%;
        text-align: center;
}





/* From: /opt/eprints3/lib/static/style/auto/fields.css */


/* style for metafields */

dl.ep_field_set_long dt label {
	margin-bottom: 0.2em;
	font-weight: bold;
}

dl.ep_field_set_long dd {
	margin-bottom: 0.5em;
}



/* From: /opt/eprints3/lib/static/style/auto/fileselector.css */

.ep_fileselector dl {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px;
}
.ep_fileselector dd {
	margin: 0px 0px;
}
.ep_fileselector input {
/*	float: left; */
}
.ep_fileselector label {
	cursor: pointer;
}
.ep_fileselector dt.ep_fileselector {
	clear: left; /* clear the floated input */
	display: block;
	cursor: pointer;
	background-image: url(data:image/gif;base64,R0lGODlhEAAQAOMMAJuHDKKNBcCmCu3NEuzTOO/ZU/PhePTjgfTmj/XpmvXqovXtsP///////////////yH5BAEKAA8ALAAAAAAQABAAAARXUIA5xbsYA8SRAVkIHET5UagFGGVZvPALrkM9CEGuSw+A64bEYqEoDmbD5CJhaDYVSKdUCu0tptjETIGdanvcrvMLCIuDM+bZgJh13vADSIKqUyyhfCgCADs=);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-bottom: 2px;
}
.ep_fileselector dt.ep_fileselector_open {
	background-image: url(data:image/gif;base64,R0lGODlhEAAQAOMMAIp5CJqGCrmhCdy+Be3OIe3UP+/YUvLeaPLgdPTlifTolvTro////////////////yH5BAEKAA8ALAAAAAAQABAAAARZUIQ5xbsYh8QTClm4FeRBnYEVIERbHEYsF+Da3rhbH3lPPwFeL7cbGAcBgHIpAQqWgEJisVBYkUCqdpE4eL2K2uJLJoez5XSipkiXz5uOXP55SFD4VGi/jwAAOw==);
}



/* From: /opt/eprints3/lib/static/style/auto/form.css */


/* Form related styles */

form {
	display: inline;
}

select, input.ep_form_text, textarea {
	padding: 1px 2px 1px 2px;
	margin-right: 4px;
	border: solid 1px #ccc;
}

.ep_form_example {
	font-weight: bold;
	color: blue;
}

/* buttons */

.ep_form_button_bar {
	text-align: center;
	padding: 4px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_form_action_button, .ep_form_internal_button {
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	padding: 2px 20px;
	cursor: pointer;
}
.ep_form_internal_button {
	padding: 1px 14px;
	background-position: 0px -2px;
}

/* form fields */

.ep_form_field_help {
        font-size: small ;
}

.ep_form_field_name {
        padding-top: 1em;
	font-weight: bold;
}

.ep_form_field_input {
        padding-bottom: 3pt;
}

/* input fields grid */


.ep_form_input_grid th {
	vertical-align: middle;
	text-align: center;
	font-size: 80%;
}
.ep_form_input_grid td {
	vertical-align: middle;
}

td.ep_form_input_grid_pos {
	padding-right: 4px;
}
td.ep_form_input_grid_arrows {
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
}


td.ep_form_input_grid_wide {
	text-align: left;
}



/* From: /opt/eprints3/lib/static/style/auto/general.css */

body {
	margin: 0;
	font-family: Sans-serif;
	font-size: 80%;
}

/* left-align if we're in a div (e.g. ep_block) that centres */
ul {
	text-align: left;
}

img {
        border:0;
}

.ep_no_js { 
	display: none; 
}

.ep_no_js_inline { 
	display: none; 
}

.ep_no_js_table_cell { 
	display: none; 
}

.ep_hide { 
	display: none; 
}

h1, h2 {
	font-weight: bold;
}
h1 {
	margin: 0px;
	margin-top: 10px;
	font-size: 130%;
	text-align: center;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}

hr {
	border: 0px;
	color: #ccc;
	background-color: #ccc;
	height: 2px;
}

.ep_required {
}

.ep_toggle a, a.ep_toggle {
	text-decoration: none;
}

th.ep_row {
	padding-right: 0.25em;
	text-align: right;
	width: 20%;
	border-width: 1px;
}
td.ep_row {
	padding-left: 0.25em;
	text-align: left;
	border-width: 1px;
}

th.ep_title_row {
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-right: none;
	padding: 0.1em 0.5em 0.1em 0.5em;
	font-size: 100%;
	height: 2em;
	font-weight: normal;
}

.ep_highlight {
	padding: 0.5em;
	border: solid 2px #ff8888;
	background-color: #ffeeee;
}

.ep_block {
	width: auto;
	margin: 0.25em auto 0.25em auto;
	text-align: center;
}
.ep_block td {
	text-align: left;
}
.ep_doc_icon
{
	padding: 2px;
}



/* From: /opt/eprints3/lib/static/style/auto/icontable.css */


table.ep_icontable {
	border-collapse: collapse;
}
table.ep_icontable th {
	border: solid 1px #999;
	background-color: #fff;
	text-align: center;
}
table.ep_icontable td {
	padding-left: 4px;
	border: solid 1px #999;
}



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/irstats2.css */

/* IRStats2 CSS */

div.irstats2_view
{
	width: 100%;
	text-align:left;
	font-family: Verdana, Arial, sans-serif;
	margin: 10px;
	border: 1px solid #D7D9E5;
	border-radius: 3px;
}

div.irstats2_view_title
{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #D7D9E5;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	color: #000;
	background: url("images/toolbox.png") repeat-x scroll 0 0 #E7E9F5;
}

div.irstats2_view_content
{
	line-height: 20px;
	margin: auto;
}

div.irstats2_piechart
{
	width: 400px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
}

div.irstats2_googlepiechart
{
	width: 400px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
div.irstats2_googlegeochart
{
	width: 600px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

div.irstats2_googlegraph
{
	width: 750px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

div.irstats2_googlespark
{
	width: 150px;
	height: 50px;
	margin: 0px;
	display: inline;
	float:left;
	border: 0px;
	padding: 0px;
}

div.irstats2_counter
{
	display: inline;
}

div.irstats2_view_KeyFigures div.irstats2_view_content
{
	padding-top: 10px;
}

span.irstats2_keyfigures_metric_figure
{
	font-weight: bold;
	font-size: 20px;
}

span.irstats2_keyfigures_metric_text
{
	padding-left: 5px;
}

div.irstats2_ruler {
	clear:both;
	margin-bottom: 10px;
}

div.irstats2_keyfigures_section {
	float:left;
	width: 50%
}

div.irstats2_keyfigures_deposits {
	float:left;
	width: 50%
}

div.irstats2_keyfigures_downloads {
	float:right;
	width: 50%
}

div.irstats2_keyfigures_fulltext {
	float:left;
	width: 50%;
}

div.irstats2_keyfigures_openaccess {
	float:right;
	width: 50%
}

table.irstats2_keyfigures_progress {
	margin-left:12px;
}

table.irstats2_keyfigures_progress div.irstats2_progress_wrapper {
	height: 25px;
}


table.irstats2_keyfigures_progress div.irstats2_progress {
	height: 25px;
}

table.irstats2_keyfigures_progress td {
	padding: 5px;
}

div.irstats2_deposit_details {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-left: 10px;
}

span.irstats2_counter_label
{
	color: #333333;
	font-size: 14px;
	margin: auto 2px;	
	vertical-align: middle;
}

span.irstats2_counter_value
{
	color: #000000;
	font-size: 20px;
	font-weight:bold;
	margin: auto 2px;
	vertical-align: bottom;
	padding-bottom:4px;
}

img.irstats2_spin
{
	vertical-align:middle;
}

span.irstats2_loading
{
	margin-left: 5px;
	vertical-align:middle;
	color: #666666;
}

table.irstats2_table
{
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	width: 100%;
}

div.irstats2_table_options
{
	text-align: center;
}

div.irstats2_table_options > a
{
	padding-left: 5px;
}

tr.irstats2_table_headings > td
{
	font-weight: bold;	
	background-color: #666;
	color: #FFF;
	text-align: left;
	padding: 2px;
}

td.irstats2_table_cell_order
{
	text-align:center;
	width: 20px;
}

td.irstats2_table_cell_object
{
	padding-left: 5px;
}

td.irstats2_table_cell_count
{
	text-align:center;
	width: 100px;
}

tr.irstats2_table_row_even > td
{
	padding: 2px;
	background-color: #FFFFFF;
}

tr.irstats2_table_row_odd > td
{
	padding: 2px;
	background-color: #EEE;
}

div.irstats2_reportmenu_row
{
	padding: 5px;
	vertical-align:bottom;
}
span.irstats2_date_separator
{
	padding-left:5px;
	padding-right:5px;
}
span.irstats2_date_label
{
	font-size:14px;
	font-weight:bold;
}
div.irstats2_progress
{
        background-color: #c1d0ef;
        color: #000;
	text-align:left;
	padding: 0px;
	margin: 0px;
}
div.irstats2_progress_wrapper
{
	border: 1px solid #3366cc;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
div.irstats2_progress > span
{
	padding-left: 5px;
	display: block;
	width: 100px;
}

span.irstats2_keyfigures_metric {
	font-size: 14px;
	line-height: 50px;
}

h3.irstats2_keyfigures_heading, h3.irstats2_linkstoreports_heading
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
}

div.irstats2_keyfigures_column
{
	width: 25%;
	float: left;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

div.irstats2_reportheader_column
{
	float: left;
	text-align:left;
	margin-left:15px;
}

table.irstats2_reports 
{
	border-collapse:collapse;	
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

td.irstats2_reports_heading
{
	border: 1px solid #CCC;
	padding: 2px 10px;
	text-align:right;
	width: 20%;
	background-color: #EEE;
}

td.irstats2_reports_heading > span
{
	color: #222;
}

td.irstats2_reports_content
{
	border: 1px solid #CCC;
	padding: 2px 10px;
	text-align: left;
	width: 80%;
}

td.irstats2_reports_content > span
{
	padding-right: 10px;
	font-family: Verdana;
}


a.irstats2_export_bar_toggle
{
	float: right;
}

div.irstats2_export_bar
{
	text-align: left;
}

div.irstats2_export_content
{
	margin: 0px auto;
	border-bottom: 1px solid #D7D9E5;
	padding: 5px;
	text-align: center;
	background-color: #F9F9F9;
}

.irstats2_setdesc_link
{
	margin-left: 5px;
	width: 45px;
}

input.irstats2_setdesc_q
{
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 14px;	
}

input.irstats2_placeholder
{
	color: #AAA;
	font-style: italic;
}

div.irstats2_setdesc_values
{
	max-height:150px;
	overflow-y:scroll; 
	margin: 5px; 
	padding: 5px; 
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

ul.irstats2_setfinder_values
{
	margin: 0px;
	padding: 0px;
}

ul.irstats2_setfinder_values > li
{
}

div.irstats2_setfinder_row > a
{
	display: block
}

div.irstats2_setfinder_row > a:hover
{
	background-color: #F5F5F5;
}

div.irstats2_datepicker_inner
{
	font-size:11px;
	padding: 4px;
	color:#000;
}

p.irstats2_error_login {
	width: 100%;
	text-align: center;
}

h3.irstats2_summary_page_header {
	margin-top:20px;
}

div.irstats2_summary_page_container {
	border:1px solid #CCC;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

div.irstats2_summary_page_container > p {
	text-align:center;
	width:100%;
	margin:5px 0px 0px 0px;
	color:#666;
}

#irstats2_summary_page_downloads {
	height:250px;
	width:100%
}

#irstats2_summary_page_countries {
	height:250px;
	width:100%
}

td.irstats2_reportheader_breadcrumbs {
	width: 60%;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

td.irstats2_reportheader_breadcrumbs > a, td.irstats2_reportheader_breadcrumbs > a:visited {
	color: #0645AD;
}

div.irstats2_reportheader_timeline {
	width: 30%;
	float: right;
	text-align: right;
	vertical-align: middle;
}

div.irstats2_reportheader_timeline_frame {
	font-size: 14px;
	padding: 5px;
	text-align: right;
	float: right;
}

div.irstats2_reportheader_options {
	width:100%;
	text-align: left;
	vertical-align: middle;
}

div.irstats2_reportheader_clear {
	clear:both;
}

div.irstats2_reportheader {
	width: 100%;
	padding: 0px;
}

table.irstats2_reportheader {
	width: 100%;
}

div.irstats2_view_ReportHeader {
	border: 0px;
}

input.irstats2_form_action_button {
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	padding: 2px 20px;
	cursor: pointer;
	background-color: #F9F9F9;
	color: #111;
}

input.irstats2_form_action_button:active, input.irstats2_form_action_button:hover, input.irstats2_form_action_button_selected {
	background-color: #EEE;
	color: #222;
}

div.irstats2_options_dates, div.irstats2_options_filters, div.irstats2_options_reports {
	background-color: #EEE;
	text-align: left;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	border-color: #DDD;
}

table.irstats2_view_Grid div.irstats2_view {
	width: 97%;
}
.report_title {
	text-align: center;
	margin-top: 0px;
}



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/irstats2_datepicker.css */

/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper div */
div.datePicker
        {
        position:absolute;
        min-width:24em;
        width:24em;
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 0.8em/0.8em Verdana, Sans-Serif;
        
        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana; */

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
        -moz-user-select:none;
        -khtml-user-select:none;
        }
/* Styles for the static datePickers */
div.staticDP
        {
        position:relative;
        top:5px;
        left:0;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
        {
        /*position:relative;*/
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(../images/irstats2/datepicker/cal.gif) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:middle;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
a.date-picker-control
        {
        /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* The next & previous buttons */
div.datePicker th span
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
        }
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-size:1.8em;
        cursor:pointer !important;
        }

div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important
        }
div.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:1.4em;
        width:2em;
        text-decoration:none;
        text-transform:lowercase;
        line-height:1.4em;
        }
/* The table */
div.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#fff url(../images/irstats2/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        width:100%;
        border-spacing:2px;
        table-layout:fixed;
        border-collapse:separate;
        }
/* Common TD & TH styling */
div.datePicker table td
        {
        border:1px solid #ccc;
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        background:#fff url(../images/irstats2/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        width:3em;
        height:3em !important;
        height:2.8em;
        outline:none;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        }
div.datePicker table td.date-picker-unused
        {
        background:#fff url(../images/irstats2/datepicker/backstripes.gif);
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        width:3em;
        }
div.datePicker table th.date-picker-day-header span
        {
        display:block;
        }
/* The "todays date" style */
div.datePicker table td.date-picker-today
        {
        background:#fff url(../images/irstats2/datepicker/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
div.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
div.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* The "disabled days" style */
div.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff url(../images/irstats2/datepicker/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
/*
   Quirksmode necessity?
   ---------------------

   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule to set a less drastic font-size in IE

div.datePicker table th,
div.datePicker table td
        {
        font-size:100%;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }



/* From: /opt/eprints3/lib/static/style/auto/items.css */


/* Items Screen */

.ep_items_filters {
	text-align: center;
	margin-top: 10px;
}

.ep_items_filters img {
	border-width: 0px;
	margin-left: 10px;
	vertical-align: -2px;
}

.ep_items_filters a {
	color: #000000;
	text-decoration: none;
}


td.ep_columns_cell_inbox {
	background-color: #ffc;
}
td.ep_columns_cell_buffer {
	background-color: #dde;
}
td.ep_columns_cell_archive {
	background-color: #cfc;
}
td.ep_columns_cell_deletion {
	background-color: #ccc;
}



/* From: /opt/eprints3/lib/static/style/auto/latest.css */


/* latest and latest tool */

div.ep_latest_result {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

div.ep_latest_tool_result {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}



/* From: /opt/eprints3/lib/static/style/auto/lightbox.css */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; }
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
/* #hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;} */
#hoverNav a{ outline: none;}

/* #prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; } */

#hoverNav { height: 30px; }
#prevLink, #nextLink { width: 49%; height: 100%; display: block; }
#prevLink { left: 0; float: left; background: url(images/lightbox/prevlabel.gif) left 0 no-repeat; }
#nextLink { right: 0; float: right; background: url(images/lightbox/nextlabel.gif) right 0 no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#lightboxMovie {}



/* From: /opt/eprints3/lib/static/style/auto/mail.css */



.ep_mail_view {
	border: dashed 2px #ccc;
	margin-top: 20px;
	background-color: #eee;
}

.ep_mail_header {
	margin: 4px; 
	padding: 2px;
	font-family: monospace;
}

.ep_mail_body {
	margin: 4px;
	padding: 2px;
}

.ep_mail_body textarea {
	background-color: #ccc;
	border: solid #888 1px;
}



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/meprints.css */

a.meprints_link_more
{
	padding-left: 5px;
	font-weight: bold;
}

div.ep_user_citation_picture
{
	display: inline;
}

div:hover.ep_column_item
{
	cursor:move;
}

.ep_name_homepage
{
	font-size: 14px;
	font-weight: bold;
}

.ep_profile_column {
	text-align: left;
	float: left;
	display: inline;
	margin: 10px;
	width: 335px;
	min-height: 300px;
}

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

.ep_user_profile_userdetails_section_heading {
	font-weight: bold;
}

.meprints_embed_link {
	float: right;
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;
}
.meprints_widget_wrapper{
	width:710px;
	margin: auto;
}

.meprints_box 
{
        margin-bottom: 10px
}
.meprints_box_title 
{
        background-image: url(images/bar_solid_12px.png);
	background-repeat: repeat-x;
	background-color: #E8E8FF;
        font-weight: normal;
        border-left: 2px solid #e0e0ff;
        padding: 2px 6px 2px 6px;
        border: solid 1px #d8dbef;
        font-weight: bold;
        font-size: 115%;
}
.meprints_box_body 
{
        padding: 2px 6px 2px 6px;
	background-image: url("images/bar_solid_24px.png");
	background-repeat: repeat-x;
	background-color: #E8E8FF;
	border: 1px solid #CCCCCC;
}

.ep_core_widgets{
	width:710px;
	border:0;
	margin:auto;
}

#left_core_widget, #right_core_widget{
	width: 50%;
	text-align: left;
}

div.meprints_profile_section {

}

div.meprints_profile_section h3 {

}

div.meprints_profile_section p {

}

div.ep_profile_column { margin: 0px }

h3.meprints_profile_heading { margin: 5px 0px; }

h3.meprints_profile_heading, div.meprints_profile_section > h3 { font-size: 16px; }

h3.meprints_homepage_heading { font-size: 12px; margin: 5px 0px; }

h2.meprints_details_name { margin-top: 0px; }

div.meprints_left_column {
	float: left;
	width: 65%;
}

div.meprints_right_column {
	float: right;
	width: 35%;
}

div.meprints_clear_columns { clear: both }

#ep_profile_Thumbnail {
	width: 100%;
	text-align:left;
}

div.meprints_bar {
	width: 100%;
	text-align: center;
}

div.meprints_box { 
	margin-left:5px;
	margin-right:5px;
}



/* From: /opt/eprints3/lib/static/style/auto/messages.css */


/* Message styles - used to provide alerts and errors */

.ep_msg_message, .ep_msg_warning, .ep_msg_error, .ep_msg_other {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_msg_message_icon, .ep_msg_warning_icon, .ep_msg_error_icon {
	padding: 10px;
}

.ep_msg_message_content, .ep_msg_error_content, .ep_msg_warning_content, .ep_msg_other_content {
	border-style: solid;
	border-width: 1px;
}




/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/modal.css */

/* 
 * modal.css
 */

.ep_modal {
	position: fixed;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	z-index: 110;
	width: 600px;
	top: 50%;
	left: 50%;
	margin-left: -300px; /* width / 2 */
	min-height: 300px;
	/* javascript does the height */
}

.ep_modal .ep_sr_component {
	margin-top: 0px;
}

.ep_modal_content {
	height: 100%;
}

.ep_modal_action_bar {
	text-align:center;
	padding: 5px;
	width: 100%;
}

.ep_modal_results {
	height: 350px;
	overflow-y:scroll;
	margin: 0px;
	padding: 5px;
}

.ep_modal_results > ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.ep_modal_results > ol > li {
	margin: 0px;
	padding: 5px;
	min-height: 30px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: pointer;
}

/* general.css */

.ep_loading {
	background: no-repeat url('images/loading.gif');
	min-height: 60px;
	min-width: 60px;
}

.ep_selected .ep_selected_hide { display: none }
.ep_unselected .ep_unselected_hide { display: none }

/* colors.css */

.ep_modal {
	background-color: #fff;
}

.ep_modal_results > ol > li.ep_selected {
	background-color: #9999ff;
}

.ep_modal_results > ol > li:hover {
	background-color: #9999ff;
}



/* From: /opt/eprints3/lib/static/style/auto/multi.css */



/* 
   Styles for the multi-field component.

   ep_multi_*

*/

table.ep_multi
{
	width: 100%;
}

table.ep_multi tr:first-child th.ep_multi_heading,
table.ep_multi tr:first-child td.ep_multi_input,
table.ep_multi tr:first-child td.ep_multi_help 
{
	border-top: none;
}

th.ep_multi_heading
{
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	text-align: right;
}

td.ep_multi_input
{
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: dashed #bbf 1px;
}

td.ep_multi_help
{
	white-space: nowrap;
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	vertical-align: top;
	text-align: right;
}

/* help bits */

.ep_multi_inline_help 
{
	padding-bottom: 0.5em;
}
	



/* From: /opt/eprints3/lib/static/style/auto/nojs.css */


/*  only loaded if the browser has javascript turned off (or does
 *  not support it.
 */

.ep_no_js { display: block; }

.ep_no_js_inline { display: inline; }

.ep_no_js_table_cell { display: table-cell; }

.ep_only_js { display: none; }

.ep_only_js_inline { display: none; }

.ep_only_js_table_cell { display: none; }



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/overlay.css */

div.ep_overlay {
	background-color: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

body.ep_overlay {
	overflow: hidden;
}



/* From: /opt/eprints3/lib/static/style/auto/preview.css */


/* 
   Styles for the file preview popup.

   ep_preview_*

*/


.ep_preview
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 400px;	
}

.ep_preview table
{
	border: solid 1px black;
	background-color: white;
	padding: 4px;
	margin: auto;
}

.ep_preview_title
{
	padding-top: 3px;
	text-align: center;
}



/* From: /opt/eprints3/lib/static/style/auto/print.css */

@media print {

.ep_noprint {
	display: none;
}

}



/* From: /opt/eprints3/lib/static/style/auto/progress.css */

div#progress {
	margin: 0px auto;
	width: 382px;
}

.progressmeter {
    font-size: 10pt;
    text-align: center;
}

.progressmeter table {
}

.progressmeter th {
    font-weight: bold;
    text-align: right;
}

.progressmeter td {
    text-align: left;
}

.finished {
    color: #667799;
}

.progressmeter .meter {
    position: relative;
    background-color: lightgrey;
    border: 2px solid #667799;
    height: 20px;
    width: 380px;
}

.progressmeter .meter .amount {
	margin: 0px auto 0px 0px;
    background-color: #667799;
    width: 0px;
    height: 20px
}

.progressmeter .meter .percent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    z-index: 1000;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.UploadMethod_file_progress_table {
	width: 550px;
	margin: 0 auto;
}



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/reports.css */

div.ep_report_row {
	padding: 5px 5px;
	margin-bottom: 5px;
}

div.ep_report_row_problems {
	border-left: solid 7px #C41F1F;
}

div.ep_report_row_ok {
        border-left: solid 7px #1F7E02;
	opacity: 0.8;
}

div.ep_report_row_ok.ep_report_row_no_compliance {
        border-left: solid 7px #1b4b73;
	opacity: 0.8;
}


div.ep_report_grouping {
	margin: 20px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

div.ep_report_progress_bar {
	clear: both;
	width: 200px;
	height: 15px;
	background-image: url(/style/images/progress_bar_orange.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
	border: 1px solid #888;
	border-radius: 10px;
	text-align: center;
	line-height: 15px;
	margin: 10px auto;
}

div.ep_report_progress_bar:after {
	content: "Loading...";
}

div.ep_report_compliance_container {
	margin: 10px auto;
	text-align:center;
}

div.ep_report_compliance_wrapper {
	margin: 10px auto;
	border: 1px solid #3366cc;
	padding: 0px;
	text-align: left;
	height: 25px;
}

div.ep_report_compliance {
	background-color: #c1d0ef;
	color: #000;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height:25px;
}

div.ep_report_compliance_text {
	font-weight: bold;
	font-size: 20px;
}

div#ep_report_export_content_inner form > input, div#ep_report_export_content_inner form > select{
	margin: 5px 0px;
}

div#ep_report_export_content_inner .ep_tab_panel input
{
	margin-left: 5px;
	vertical-align: middle;
}

div#ep_report_export_content_inner .report_export_options
{
	display: inline-block;
	vertical-align: top;
	min-width: 150px;
}

div#ep_report_export_content_inner .report_export_options h4
{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}

div#ep_report_export_content_inner .report_export_options ul
{
	padding: 0 10px 0 0;
}

#ep_report_export_content_inner .select_button
{
        float: right;
}

#custom_report .ep_search_buttons > div
{
        display: inline-block;
}

#custom_report .ep_search_buttons .clear_button
{
        margin-left: 2px;
}

#report_select_label, #export_select_label
{
    font-weight: 700;
    margin-right: 5px;
}

/* HTML Reports */
a.html_report_print{
	text-decoration: none;	
}

a.html_report_print:hover{
	color: white;	
}



/* From: /opt/eprints3/lib/static/style/auto/savedsearches.css */



table.ep_savedsearches {
	margin: 10px auto 10px auto;
}

table.ep_savedsearches th {
	border-bottom: 1px solid #ccc;
}
table.ep_savedsearches td {
	border-bottom: 1px solid #ccc;
}



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/sd_goals.css */

.sdg_intro {
    display: flex;
    justify-content: center;
}

.image_grid {
    margin: auto;
    max-width: 750px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.item {
    max-height: 125px;
}

.sdg_link {
    display: flex;
    width: 100%;
    height: 100%;
}

.sdg_icon {
    max-height: 125px;
}

.all_sdgs_icon {
    max-height: 125px;
}

.sdg_text {
    display: inline !important;
    width: 125px;
    text-align: center;
    align-self: center;
    position: absolute;
    visibility: hidden;
    color: #FFFFFF !important;
    font-size: 2.5rem !important;
    font-weight: bold !important;
}

.all_goals_text {
    display: inline !important;
    width: 125px;
    text-align: center;
    align-self: center;
    position: absolute;
    visibility: hidden;
    font-size: 2.5rem !important;
    font-weight: bold !important;
}

.item .sdg_icon {
    width: 100%;
    height: 100%;
}

.item:hover .sdg_icon {
    opacity: 30%;
}

.item:hover .sdg_text {
    visibility: visible; 
    z-index: 1;
}

.item:hover .all_goals_text {
    visibility: visible;
    z-index: 1;
}

.sdg_text p {
    color: #ffffff;
}

#goal_overlay {
    background-color: #000;
}



/* From: /opt/eprints3/lib/static/style/auto/search.css */


/* EPrints 3 search form style */



/* buttons are on the form, controls on the results */
.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom {
	border-style: solid none;
	border-width: 1px;
	text-align: center;
	padding: 4px 0px;
	margin: 4px 0px 12px 0px;
}

.ep_search_fields {
	margin-top: 1em;
	margin-bottom: 1em;
}
.ep_search_fields th {
	padding: 4px;
}
	
.ep_search_fields td {
	padding: 4px;
}
	

.ep_search_control
{
	padding: 0px 4px 0px 4px;
}

.ep_search_export {
	margin: 0.25em auto 0.25em auto;
	text-align: center;
}

.ep_search_reorder {
	margin: 0.4em auto 0 auto;
	text-align: center;
}

.ep_search_tool {
	white-space: nowrap;
}
.ep_search_tool img {
	vertical-align: -2px;
	padding-left: 0.5em;
}
.ep_search_tool a {
	text-decoration: none;
	color: #888;
}


.ep_search_feed {
	white-space: nowrap;
}
.ep_search_feed img {
	vertical-align: -2px;
	padding-left: 0.5em;
}
.ep_search_feed a {
	text-decoration: none;
	color: #888;
}

.ep_search_results
{
	margin: 1em 0 1em 0;
}

.ep_search_desc
{
	text-align: center;
	margin: 0.25em 0 0 0;
}

.ep_search_result td
{
	padding: 4px;
	border-bottom: dashed #bbf 1px;
}

.ep_paginate_list
{
	margin: auto;
	display: table;
}

.ep_search_field_name
{
	font-weight: bold;
	margin-top: 0.5em;
}

input.ep_form_search_advanced_link, input.ep_form_search_advanced_link:hover {
        border: none;
        text-decoration: underline;
        background: none;
        color: #00f;
        cursor: pointer;
}

span.search_desc {
	font-style: italic;
}



/* From: /opt/eprints3/lib/static/style/auto/subjectinput.css */


/* 
   Styles for the subject component.

   ep_subjectinput_*

*/

div.ep_subjectinput_tree {
	margin-left: 25px;
}
.ep_subjectinput_tree dl {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px;
}
.ep_subjectinput_tree dl dt {
	margin: 0px 0px;
	padding-left: 18px;
	line-height: 18px;
}
.ep_subjectinput_tree dl dd {
	margin-left: 0px;
}
.ep_subjectinput_tree dl dt.ep_subjectinput_tree {
	cursor: pointer;
	background: url(images/plus.png) no-repeat;
}
.ep_subjectinput_tree dl dt.ep_subjectinput_tree_open {
	background: url(images/minus.png) no-repeat;
}

.ep_subjectinput_toggle {
	text-decoration: none;
	color: #000000;
}

.ep_subjectinput_selections {
	margin: 0.5em auto 0.5em auto;
	margin-top: 0.5em; 
	padding: 0.5em; 
}

.ep_subjectinput_selected {
	font-weight: bold;
}

.ep_subjectinput_selected_subject {
	font-weight: bold;
}

ul.ep_subjectinput_subjects {
	list-style: none;
}
ul.ep_subjectinput_subjects li {
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: none;
}
ul.ep_subjectinput_subjects img {
	vertical-align: -2px;
}


.ep_subjectinput_selections {
	padding-bottom: 10px;
	border-bottom: dashed #808080 1px; 
	margin-bottom: 10px;
}
.ep_subjectinput_selections td.ep_first {
	border-top: none;
}

.ep_subjectinput_selections td {
	border-top: dashed #ccc 1px; 
}

.ep_subjectinput_results {
	border: dashed #c8cbdf 1px; 
	margin-top: 0.5em; 
	padding: 0.5em; 
	background-color: white;
	list-style: none;
}

.ep_subjectinput_results td.ep_first {
	border-top: none;
}

.ep_subjectinput_results td {
	border-top: dashed #ccc 1px; 
}

.ep_subjectinput_add_button, .ep_subjectinput_remove_button {
	border: solid blue 1px;
	padding: 1px;
	background-color: transparent;
	font-size: 70%;
	color: blue;
}


.ep_subjectinput_searchbar {
	text-align: center;
}

/* End of subject component section */



/* From: /opt/eprints3/lib/static/style/auto/summary.css */


/* Item Summary */

.ep_summary_content {
}
.ep_summary_content_top {
}
.ep_summary_content_bottom {
}
.ep_summary_content_left {
	float: left;
}
.ep_summary_content_right {
	float: right;
}
.ep_summary_content_after {
	clear: both;
}


.ep_summary_content_left .ep_summary_box {
	width: 200px;
	margin-right: 10px;
}
.ep_summary_content_right .ep_summary_box {
	width: 200px;
	margin-left: 10px;
}


.ep_summary_box {
	margin-bottom: 10px
}
.ep_summary_box_title {
	font-weight: normal;
	padding: 2px 6px 2px 6px; 
	font-weight: bold;
	font-size: 115%;
	border-style: solid;
	border-width: 1px;
}
.ep_summary_box_body {
	padding: 2px 6px 2px 6px; 
	border-style: none solid solid solid;
	border-width: 1px;
}
.ep_summary_box_title a {
	text-decoration: none;
}
.ep_summary_box_title img
{
	vertical-align: -1px;
}






/* From: /opt/eprints3/lib/static/style/auto/surround.css */


/* EPrints 3 default workflow component-surround style */

/* ep_sr */

.ep_sr_component {
	padding: 0px;
	margin-top: 10px;
}
.ep_sr_component .ep_sr_title_bar {
	padding: 2px 6px 2px 6px; 
}

.ep_sr_component .ep_sr_title_bar table {
}
.ep_sr_component .ep_sr_title {
	font-weight: bold;
	font-size: 115%;
	color: #444;
}
.ep_sr_component .ep_sr_content {
	clear: both;
	padding: 6px;
	border-style: none solid solid solid;
	border-width: 1px;
}

/* collapse bar */

.ep_sr_collapse_bar {
	padding: 2px 6px 2px 6px; 
	font-weight: bold;
	font-size: 115%;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
}
.ep_sr_collapse_bar a {
	text-decoration: none;
}
.ep_sr_title a {
	text-decoration: none;
}
.ep_sr_collapse_link img
{
	vertical-align: -1px;
}

/* help style - not primetime */

.ep_sr_component .ep_sr_help {
	margin-bottom: 8px;
}
.ep_sr_component .ep_sr_show_help {
	white-space: nowrap;
}
.ep_sr_component .ep_sr_show_help a {
	text-decoration: none;
}	
.ep_sr_component .ep_sr_hide_help {
	white-space: nowrap;
}
.ep_sr_component .ep_sr_hide_help a {
	text-decoration: none;
}	
.ep_sr_component .ep_sr_title_bar {
	border-style: solid;
	border-width: 1px;
}
.ep_sr_show_help img {
	vertical-align: -2px;
}
.ep_sr_hide_help img {
	vertical-align: -2px;
}


/* used for multi, maybe should be elsewhere */
.ep_sr_component .ep_sr_help_chunk {
	border-bottom: 1px solid #888;
	padding-bottom: 4px; 
	margin-bottom: 4px;
}

.ep_sr_component .ep_form_input_grid {
	margin: auto;
}
.ep_multi_input .ep_form_input_grid {
	margin-left: 0px;
}



/* From: /opt/eprints3/lib/static/style/auto/tabs.css */


/* Tab Bar */

.ep_tab_panel, .ep_tab_bar li, .ep_tab_bar li a {
	border-width: 1px;
	border-style: solid;
}

/* selected tab */
.ep_tab_bar li.ep_tab_selected a {
	border-bottom-width: 0;
}

/* panel contents */
.ep_tab_panel {
}

/* tab text */
.ep_tab_bar a {
/*	color: #000000; */
}

/* remaining styles are structural */

.ep_tab_bar {
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}

.ep_tab_bar li {
	float: left;
	padding: 0 0;
	margin: 0 0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	list-style-type: none;
}

.ep_tab_bar li:first-child a {
	margin-left: 1.5em;
}

.ep_tab_bar li a {
	text-decoration: none;
	text-align: center;
	display: block;
	margin-right: 1.5em;
	padding: 3px 8px 4px 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: -1px; /* overwrite bottom-margin of li */
	border-bottom-width: 0;
}

.ep_tab_panel {
	border-top-width: 0;
	padding: 12px;
	clear: left;
}




/* From: /opt/eprints3/lib/static/style/auto/template.css */


/* EPrints 3 template styles */
/* prefix all styles with ep_tm */

hr.ep_tm_last {
	color: #152d4e;
	background-color: #152d4e;
}


/* deprecated in 3.3 */
.ep_tm_logo img {
	float: right;
	padding: 4px;
	border-style: none;
}

.ep_tm_site_logo img {
	border-style: none;
	padding: 10px 10px;
}

.ep_tm_archivetitle, .ep_tm_archivetitle:visited {
	font-size: 40px;
	text-decoration: none;
	margin: 10px;
}

.ep_tm_main {
        margin: 1em;
}

/* Menu Bar */

.ep_tm_menu, .ep_tm_key_tools {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.ep_tm_key_tools {
	display: block;
}

.ep_tm_menu {
	height: 30px;
	line-height: 30px;
}

.ep_tm_menu, .ep_tm_menu ul {
/*	background-color: #204f76; */
}

.ep_tm_menu li {
	float: left;
}
.ep_tm_menu ul {
}

.ep_tm_menu a, .ep_tm_menu a:visited {
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}

.ep_tm_menu ul
{
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
}

.ep_tm_menu ul li {
	float: none;
}

.ep_tm_menu ul a
{
	text-align: left;
}

.ep_tm_key_tools li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

.ep_tm_key_tools li a:hover {
}

.ep_tm_key_tools a {
/*	white-space: nowrap; */
}

/* end of menu bar */

/* Action Menu Bar */

.ep_tm_key_tools li {
	padding: 0px 6px;
}

.ep_tm_key_tools li:first-child {
	padding-left: 0px;
}

/* end of Action Menu Bar */

/* Search bar */

.ep_tm_searchbar {
	padding: 4px 10px;
}

.ep_tm_searchbarbutton {
	text-align: center;
	padding: 1px 4px;
	margin: 0px;
	margin-left: 4px;
	font-size: 85%;
	background-position: 0px -2px;
	border-width: 1px;
	border-radius: 3px;
}

.ep_tm_searchbarbox {
	font-size: 80%;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
}

/* end of search bar */

#ep_tm_languages {
	display: inline;
}
#ep_tm_languages a {
	margin-left: 4px;
}

.ep_tm_searchbar {
        border-width:0;
        width:100%;
}

.ep_tm_searchbar td {
        padding: 0;
        margin: 0;
}

.ep_tm_page_content {
        width:770px;
        margin-left: auto;
		margin-right: auto;
        margin-top:10px;
}

.ep_tm_eprints_logo {
        float: right;
        margin-left: 1em;
}

.ep_tm_footer {
	clear: both;
	margin-top: 20px;
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	padding: 10px 10px 0px 10px;
}
.ep_tm_footer hr {
	display: none;
}



/* From: /opt/eprints3/lib/static/style/auto/toolbox.css */


/* Toolbox styles - used to subdivide some content */

.ep_toolbox {
	margin-bottom: 10px;
}

.ep_toolbox_title {
	padding: 2px 10px 2px 10px;
}

.ep_toolbox_content {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}



/* From: /opt/eprints3/lib/static/style/auto/upload.css */


/* 
   Styles for the upload component.

   ep_upload_*

*/

.ep_upload_newdoc
{
	text-align: center;
/*	margin-top: 1em;
	margin-bottom: 1em; */
}

.ep_upload_fields th
{
	text-align: right;
}

/* Document section */

.ep_upload_doc
{
	margin-bottom: 0.5em;
	border-style: solid;
	border-width: 1px;
}

.ep_upload_doc .ep_upload_doc_title_bar {
	padding: 0px 6px 0px 6px; 
	border-bottom: solid 1px #d8dbef;
}
.ep_upload_doc .ep_upload_doc_title {
	color: #444;
}
.ep_upload_doc .ep_upload_doc_content {
	clear: both;
	padding: 6px;
}

.ep_update_doc_delete {
	white-space: nowrap;
}
.ep_update_doc_delete input {
	vertical-align: -2px;
}

.ep_update_doc_options {
	white-space: nowrap;
}
.ep_update_doc_options img {
	vertical-align: -2px;
	border: none;
}
.ep_update_doc_options a {
	text-decoration: none;
}

.ep_upload_doc_toolbar
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

.ep_upload_files
{
/*	border: dashed #c8cbdf 1px; 
	text-align: center;
	margin-top: 0.5em; 
	padding: 0.5em; 
	background-color: white; */
}

.ep_upload_file_table 
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}
.ep_upload_add_file_toolbar
{
	margin-top: 0.5em;
}

.ep_upload_doc_expansion_bar
{
	text-align: right;
	padding: 2px .5em;
}
.ep_upload_doc_expansion_bar a
{
	cursor: pointer;
	text-decoration: none;
}

/* End of Document section */

/* Drag and drop */

.ep_dropbox {
	border-width: 2px;
	border-style: dashed;
	border-color: #4ea;
	background-color: #fff;
	font-weight: bold;
	font-size: 110%;
	padding: 40px 0px;
}

/* End of Drap and drop */



/* From: /opt/eprints3/lib/static/style/auto/view.css */



/* spacing between page elements */
.ep_view_page h2 {
	margin-top: 30px;
}
.ep_view_blurb {
	margin-top: 20px;
}
.ep_view_timestamp {
	margin-top: 30px;
	text-align: right;
}

.ep_view_group_by_current {
	font-weight: bold;
}

.ep_view_group_by {
	border-style: solid none;
	border-width: 1px;
	text-align: center;
	padding: 4px 0px;
	margin: 4px 0px 12px 0px;
}

.ep_view_cols {
	width: 100%;
	margin-top: 1em;
}

.ep_view_cols_2 td { width: 50%; }
.ep_view_cols_3 td { width: 33.3%; }
.ep_view_cols_4 td { width: 25%; }
.ep_view_cols_5 td { width: 20%; }
.ep_view_cols_6 td { width: 16.6%; }
.ep_view_cols_7 td { width: 14.28%; }
.ep_view_cols_8 td { width: 12.5%; }

.ep_view_cols ul {
	margin-top: 0px;
	margin-bottom: 0px;
}


	



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/z_content_toggle.css */

div.left div.content_toggle_switch img {
	border: none;
}

div.left div.content_toggle_switch h2 {
	margin: 1px 0 0 0 !important;
	white-space: normal;
}

div.left div.content_toggle_switch {
	height: auto;
}

section.wrap div.content_toggle_switch_background {
	height: 49px;
}



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/z_irstats2.css */

table.irstats2_view_Grid div.irstats2_view {
	width: 100%;
	margin: 0;
}

div.left div.article div.scroll-table table.irstats2_view_Grid tr td {
	padding: 0 0 0 10px;
}

div.left div.article div.scroll-table table.irstats2_view_Grid tr td:first-child {
	padding: 0;
}

div.left div.article div.scroll-table table.irstats2_view_Grid table.irstats2_table tr td {
	padding: 3px 5px 5px;
}

div.irstats2_googlespark
{
	display: block;
	float: none;
	margin-left: -15px;
}

div.irstats2_keyfigures_section > span.irstats2_keyfigures_metric {
	padding-left: 5px;
}

span.irstats2_keyfigures_metric_figure
{
	font-size: 18px;
}

span.irstats2_keyfigures_metric {
	line-height: 30px;
}

div.irstats2_keyfigures div.irstats2_keyfigures_section table.irstats2_keyfigures_progress tbody tr td:first-child {
	padding-right: 0;
}

div.irstats2_googlepiechart {
	width: 504px;
}

div.irstats2_googlegraph {
	width: 550px;
}

div.irstats2_view_content {
	overflow: hidden;
}

div.container div.left div.article table.irstats2_reportheader td.irstats2_reportheader_breadcrumbs, div.container div.left div.article table.irstats2_reportheader td.irstats2_reportheader_timeline {
	padding: 5px 0;
	font-weight: normal;
}

td.irstats2_reportheader_timeline {
	width: 35%;
}

div.irstats2_reportheader_timeline_frame {
	padding: 0;
}




/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/zzz_cookies.css */

#ep_cookies_overlay
{
  position:fixed;
  width:100%;
  bottom:0;
  right:0!important;
  background: #111111;
  color:#eeeeee;
/* transparent; */
  z-index:9000;
  padding: 3px 0;
  text-align: center;
  margin:0
}

#ep_cookies_box
{
  position:absolute;
  bottom:0;
  background: #111111;
  color:#eeeeee;
  left:0;
  width:100%;
  z-index:9001;
  text-align: center;
}



h3#ep_cookie_head
{
  color:#000;
  padding-left:25px;
  font-size:22px;
  margin-bottom:8px;
  display:none;
}

.ep_cookies_messages
{
  float:left;
  padding-left:5px;
  padding-top:5px;
  background: #111111;
  color:#eeeeee;

}
#ep_cookies_message a
{
  color:#eeeeee;
  text-decoration:underline;

}


#ep_cookies_post_button
{
  text-align: center;
  float:left;
}



.cookies_button
{ 
float:right;
color:#ffffff;
display:inline-block; 
border-radius:3px; 
text-decoration:none;
margin-top:6px;
margin-right:12px; 
padding:6px; 
margin-left:8px;
background:#008f8a;

/*  background-color:#fff;
  border:2px solid #000;
  display:inline-block;
  color:#000;
  font-family:arial;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  margin:20px 140px;
  padding:6px 24px
*/
}

.cookies_button:hover
{
  cursor:pointer
}

#ep_cookies_accept:hover
{
  background-color:#9CC
}

.cookies_button:active
{
  position:relative;
  top:1px
}



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/zzz_social_share_privacy.css */

.social_share_privacy_area {
    clear: both; 
    margin: 20px 0 !important;
	list-style-type: none;
	padding: 0 !important;
	width: auto;
	height: 25px;
	display: block; 
}
.social_share_privacy_area ul {
    list-style-type: none; 
}

.social_share_privacy_area li {
	margin: 0 !important;
	padding: 0 !important;
	height: 21px;
	float: left;
        list-style-type: none;
}
.social_share_privacy_area li .dummy_btn {
    float: left;
    margin: 0 0 0 0px;
    cursor: pointer;
    padding: 0;
    height: inherit;
}
.social_share_privacy_area li div iframe {
    overflow: hidden;
    height: inherit;
    width: inherit;
}
/* Facebook begin */
.social_share_privacy_area .facebook {
    width: 180px;
    display: inline-block;
}
.social_share_privacy_area .facebook .fb_like iframe {
    width: 145px;
}
/* Facebook end */
/* Twitter begin */
.social_share_privacy_area .twitter {
	width: 148px;
}
.social_share_privacy_area li div.tweet {
	width: 115px;
}
/* Twitter end */
/* Google+ begin */
.social_share_privacy_area .gplus {
	width: 123px;
}
.social_share_privacy_area li div.gplusone {
	width: 90px;
}
/* Google+ end */
/* Switch begin */
.social_share_privacy_area li .switch {
    display: inline-block;
    text-indent: -9999em;
    background: transparent url(images/socialshareprivacy_on_off.png) no-repeat 0 0 scroll;
    width: 23px;
    height: 12px;
    overflow: hidden;
    float: left; 
    margin: 4px 0 0;
    padding: 0;
    cursor: pointer;
}
.social_share_privacy_area li .switch.on {
    background-position: 0 -12px; 
}
/* Switch end */
/* Tooltips begin */
.social_share_privacy_area li.help_info {
    position: relative; 
}
.social_share_privacy_area li.help_info .info, 
.social_share_privacy_area li .help_info.icon .info {
    display: none;
    position: absolute; 
    bottom: 40px;
    left: 0;
    width: 170px;
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 4px #999;
    -webkit-box-shadow: 0 3px 4px #999;
    box-shadow: 0 3px 4px #999;
    background-color: #fdfbec;
    color: #000;
    z-index: 500;
}
.social_share_privacy_area li.gplus.help_info .info {
    left: -60px;
}
.social_share_privacy_area li .help_info.icon .info {
    left: -243px;
    width: 350px;
}
.social_share_privacy_area li.help_info.display .info, 
.social_share_privacy_area li .help_info.icon.display .info {
    display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
    display: none;
}
.social_share_privacy_area li .help_info.icon {
    background: #fff url(../images/socialshareprivacy_info.png) no-repeat center center scroll;
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
	vertical-align: top;
	border: 2px solid #e7e3e3;
	border-right-width: 0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
	border-top-width: 0;
	border-left-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
	border-right-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Tooltips end */
/* Settings/Info begin */
.social_share_privacy_area li.settings_info {
        /* clear:both; */
	position: relative; 
	/* top: 5px; */
}
.social_share_privacy_area li.settings_info a {
	text-decoration: none;
	margin: 0 !important;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
    background-color: #f3f4f5;
    border: 2px solid #e7e3e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #c1c1c1;
	-webkit-box-shadow: 2px 2px 3px #c1c1c1;
    box-shadow: 3px 3px 3px #c1c1c1;
    left: 0;
    position: absolute;
    top: 0;
    width: 135px;
    z-index: 900;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
	border-width: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
	display: none;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
	text-indent: -9999em;
	display: inline-block;
	background: #fff url(images/settings.png) no-repeat center center scroll;
	width: 25px;
	height: 20px;
	border: 2px solid #e7e3e3;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
	border-top-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
    border-width: 0;
    margin: 0;
    padding: 0 10px 10px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 10px 0;
	width: 115px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
	clear: both;
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
	-moz-transition: color .5s ease-in;
	-webkit-transition: color .5s ease-in;
	transition: color .5s ease-in;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
	color: #090;
}
/* Settings/Info end */

/*
input, select, textarea {
    max-width: 500px;
}
*/


.tooltip {
    background: url("../images/info.gif") no-repeat scroll 4px center #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 6px 0 6px 6px;
    cursor: help;
    display: inline-block;
    height: 15px;
    margin: -5px 5px 0 !important;
    padding: 2px 4px 2px 19px !important;
}



/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/zzz_ur.css */

:root{--color-form-label: #000;--color-form-label-primary: #174872;--color-hamburger: #000;--current-screen-width: calc(100vw - 20px);--focus-color: #174872;--form-error-color: #9c004b;--icon-first-state-opacity: 1;--icon-second-state-opacity: 0;--input-border: 2px solid #174872;--linklist-background: #e0e7f4;--linklist-color: #000;--teaser-bar-color: #174872;--teaser-minimal-background: #e0e7f4;--teaser-minimal-border-color: #e0e7f4;--text-color: #000}@font-face{font-family:"inter";font-style:normal;font-weight:400;src:url("../Fonts/Inter/Inter-Regular.woff2") format("woff2"),url("../Fonts/Inter/Inter-Regular.woff") format("woff");font-display:swap}@font-face{font-family:"inter";font-style:normal;font-weight:700;src:url("../Fonts/Inter/Inter-Bold.woff2") format("woff2"),url("../Fonts/Inter/Inter-Bold.woff") format("woff");font-display:swap}*{box-sizing:border-box;padding:0;margin:0;border:0;-webkit-tap-highlight-color:rgba(0,0,0,0) !important;-webkit-tap-highlight-color:rgba(224,231,244,.1) !important;outline-offset:0}*::before,*::after{box-sizing:border-box;outline-offset:0}html{font-size:1.125em;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}[id]{scroll-margin-top:1rem}@supports(-moz-appearance: none){a,button,input,select,textarea{scroll-margin-top:1rem;scroll-margin-bottom:1rem}}@media(prefers-reduced-motion: reduce){*,*::before,*::after{transition:none !important}html{scroll-behavior:auto !important}}body{line-height:1.5555555556;font-family:"inter",sans-serif;font-size:1rem;font-weight:400;color:var(--text-color);background-color:#fff}address,article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,progress,video{display:inline-block;max-width:100%;vertical-align:baseline}canvas{display:block}video{width:100%}address{font-style:normal}h1{line-height:1.2105263158;font-size:2.1111111111rem;margin:0 0 .5555555556rem;font-weight:700;text-wrap:balance}@media only screen and (min-width: 64em){h1{line-height:1.2;font-size:2.5rem}}h2{word-wrap:break-word;overflow-wrap:break-word;line-height:1.21875;font-size:1.7777777778rem;margin:0 0 .5555555556rem;font-weight:700}@supports(hyphens: auto){h2{hyphens:auto}}@media only screen and (min-width: 64em){h2{line-height:1.2;font-size:2.2222222222rem}}h3{line-height:1.1923076923;font-size:1.4444444444rem;margin:0 0 .5555555556rem;font-weight:700}@media only screen and (min-width: 64em){h3{line-height:1.2142857143;font-size:1.5555555556rem}}h4{line-height:1.2727272727;font-size:1.2222222222rem;font-weight:700;margin:0 0 .5555555556rem}h5{line-height:1.3684210526;font-size:1.0555555556rem;font-weight:700;margin:0 0 .5555555556rem}@media only screen and (min-width: 64em){h5{line-height:1.3;font-size:1.1111111111rem}}*+h5{margin-top:1.6666666667rem}h6{line-height:1.4444444444;font-size:1rem;margin:0 0 .1666666667rem;font-weight:700}*+h6{margin-top:1.6666666667rem}ul{list-style:none outside none}ol{list-style:none}a{color:#000;text-decoration:none}a:visited{color:#000}img{display:block}p{margin-bottom:1rem}strong{font-weight:700}b{font-weight:inherit}hr{height:0;margin-bottom:3.3333333333rem;border-top:.1111111111rem solid #c7d0d2;background-color:rgba(0,0,0,0)}q{quotes:"„" "”"}blockquote{margin-bottom:1rem}blockquote p{margin-bottom:0}cite{display:block;font-style:normal}[type=submit]:not(button),[type=reset]{transition:background-color .25s ease,border-color .25s ease;color:#fff;background:#174872;display:inline-block;position:relative;width:auto;max-width:100%;padding:.6111111111rem 1.6666666667rem .7222222222rem;border:0;border-radius:0;line-height:1.3;font-family:"inter",sans-serif;font-size:1.1111111111rem;font-weight:700;text-align:left;text-decoration:none !important;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=submit]:not(button):visited,[type=reset]:visited{color:#fff}[type=submit]:not(button):focus,[type=submit]:not(button):hover,[type=reset]:focus,[type=reset]:hover{background:#000}[type=submit]:not(button):hover,[type=reset]:hover{box-shadow:0 0 0 .1666666667rem #000}[type=submit]:not(button)[disabled],[type=reset][disabled]{color:#000;background:#e0e7f4}@media only screen and (max-width: 37.49em){[type=submit]:not(button),[type=reset]{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){[type=submit]:not(button),[type=reset]{hyphens:auto}}}[type=submit]:not(button)[disabled],[type=reset][disabled]{cursor:default}[type=submit]:not(button)::-moz-focus-inner,[type=reset]::-moz-focus-inner{padding:0;border:0}form{background-color:rgba(0,0,0,0)}fieldset{display:block}fieldset+fieldset{margin-top:.2222222222rem}button,input,select,textarea{font-family:"inter",sans-serif;font-size:100%;color:#000}button:focus,input:focus,select:focus,textarea:focus{outline:.1666666667rem solid var(--focus-color);outline-offset:.0555555556rem}button,textarea,[type=button],[type=text],[type=tel],[type=url],[type=email],[type=password],[type=date],[type=time],[type=number]{max-width:100%;border-radius:0;outline:none;-webkit-appearance:none}[type=submit],[type=image],[type=button],button,label{border-radius:0;cursor:pointer}textarea,[type=text],[type=email],[type=tel],[type=url],[type=password],[type=date],[type=time],[type=number]{box-sizing:border-box;width:100%;min-height:2.7777777778rem;padding:.5555555556rem 1.2222222222rem .6666666667rem;border:var(--input-border);line-height:1.3333333333;font-size:1rem;font-weight:400;color:#174872;background-color:#fff;filter:none}[type=number]{max-width:6em}[type=file]{max-width:100%;padding:.6666666667rem 1.2222222222rem;border:var(--input-border);border-radius:0;background-color:#fff}textarea{min-height:9.4444444444rem;overflow:auto;resize:vertical}[type=text][disabled],[type=email][disabled],[type=password][disabled]{border-color:#7f7f7f;color:#666}select{width:100%;height:2.7777777778rem;padding:.5555555556rem 1.2222222222rem .6666666667rem;border:var(--input-border);border-radius:0;line-height:1.3333333333;color:#174872;cursor:pointer;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='20' viewBox='0 0 34 20'%3E%3Cpath fill='none' stroke='%23174872' stroke-width='4.6154' stroke-miterlimit='4' stroke-linecap='square' stroke-linejoin='miter' d='M29.952 3.598l-12.814 12.814-12.814-12.814'/%3E%3C/svg%3E") no-repeat 200% -100%;background-size:1.2222222222rem auto}select[multiple]{height:6.6666666667rem;background-image:none}@supports((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)){select:not([multiple]){padding-right:2.7777777778rem;background-position:calc(100% - 0.7777777778rem) calc(50% + 0.0555555556rem),0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 1500px #fff inset}option{padding:.5555555556rem 1.2222222222rem .6666666667rem;color:#174872;-moz-padding-end:6px;-moz-padding-start:12px}[multiple] option{padding:0;-moz-padding-end:6px;-moz-padding-start:1px}label{display:block;margin-bottom:.1111111111rem;line-height:1.5;font-size:.8888888889rem;font-weight:700;color:#174872;cursor:pointer}[type=radio]+label{display:inline-block;margin:.1666666667rem .6666666667rem 0 .2222222222rem;vertical-align:top}[type=radio]+label:last-child{margin-right:0}legend{word-wrap:break-word;overflow-wrap:break-word;line-height:1.2727272727;font-size:1.2222222222rem;margin-bottom:.8333333333rem;font-weight:700;white-space:normal}@supports(hyphens: auto){legend{hyphens:auto}}legend label{margin-bottom:0}[type=checkbox],[type=radio]{margin-right:.3333333333rem}textarea::-moz-placeholder, input::-moz-placeholder{color:#174872;opacity:1}textarea::placeholder,input::placeholder{color:#174872;opacity:1}button{transition:color .1s ease;font-weight:400;color:#000;text-align:left;background:none}button::-moz-focus-inner{padding:0;border:0}button:focus{outline:.1666666667rem solid var(--focus-color);outline-offset:.0555555556rem}svg{display:block}path{transform:inherit}dt,dd{display:inline}dt{font-weight:700}input,select,textarea{transition:outline-offset .1s}input:focus,select:focus,textarea:focus{outline:.1666666667rem solid var(--focus-color);outline-offset:.0555555556rem}a,button,[type=submit]{transition:outline-offset .1s}a:focus,button:focus,[type=submit]:focus{outline:.1666666667rem solid var(--focus-color);outline-offset:.1111111111rem}iframe{transition:outline-offset .1s}iframe:focus{outline:.1666666667rem solid var(--focus-color);outline-offset:.1111111111rem}[hidden]{display:none}table{width:auto;border-collapse:collapse;caption-side:top;container-type:inline-size}@container (min-width: 27.7777777778rem){table{word-wrap:break-word;overflow-wrap:break-word;width:100%}@supports(hyphens: auto){table{hyphens:auto}}}table p,table ol,table ul{margin:0}thead th{border-bottom:.2777777778rem solid #3c3f36}td.align-right,th.align-right{text-align:right}td.align-center,th.align-center{text-align:center}tbody>tr:first-child td,tbody>tr:first-child th{padding-top:1.2777777778rem}td{padding:.1666666667rem 1rem .3333333333rem 0;vertical-align:top;border-bottom:.0555555556rem solid #000;font-weight:400;text-align:left}td:last-child{padding-right:0}th{padding:.1666666667rem 1rem .2222222222rem 0;vertical-align:top;font-weight:700;color:#585858;text-align:left;background:none}th:last-child{padding-right:0}td,tbody th,tfoot th{padding:.1666666667rem 1rem .3333333333rem 0}caption{padding:.1666666667rem 1rem .3333333333rem 0;margin:0;font-weight:700;text-align:left}.aural{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;white-space:nowrap;clip-path:inset(50%)}.aural-focusable{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;white-space:nowrap;clip-path:inset(50%)}.aural-focusable:active,.aural-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal;clip-path:none}.hide{display:none !important;visibility:hidden !important}.button{transition:background-color .25s ease,border-color .25s ease;color:#fff;background:#174872;display:inline-block;position:relative;width:auto;max-width:100%;padding:.6111111111rem 1.6666666667rem .7222222222rem;border:0;border-radius:0;line-height:1.3;font-family:"inter",sans-serif;font-size:1.1111111111rem;font-weight:700;text-align:left;text-decoration:none !important;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button:visited{color:#fff}.button:focus,.button:hover{background:#000}.button:hover{box-shadow:0 0 0 .1666666667rem #000}.button[disabled]{color:#000;background:#e0e7f4}@media only screen and (max-width: 37.49em){.button{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.button{hyphens:auto}}}.button[disabled]{cursor:default}.button-secondary{transition:background-color .25s ease,border-color .25s ease;color:#000;background:#e0e7f4;display:inline-block;position:relative;width:auto;max-width:100%;padding:.6111111111rem 1.6666666667rem .7222222222rem;border:0;border-radius:0;line-height:1.3;font-family:"inter",sans-serif;font-size:1.1111111111rem;font-weight:700;text-align:left;text-decoration:none !important;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button-secondary:visited{color:#000}.button-secondary:focus,.button-secondary:hover{background:#b5c4de}.button-secondary:hover{box-shadow:0 0 0 .1666666667rem #b5c4de}.button-secondary[disabled]{border-color:#000;color:#000}@media only screen and (max-width: 37.49em){.button-secondary{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.button-secondary{hyphens:auto}}}.button-secondary[disabled]{cursor:default}.button-warning{transition:background-color .25s ease,border-color .25s ease;display:inline-block;position:relative;width:auto;max-width:100%;padding:.6111111111rem 1.6666666667rem .7222222222rem;border:0;border-radius:0;line-height:1.3;font-family:"inter",sans-serif;font-size:1.1111111111rem;font-weight:700;text-align:left;text-decoration:none !important;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-color:#9c004b;color:#000;background-color:#fff}@media only screen and (max-width: 37.49em){.button-warning{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.button-warning{hyphens:auto}}}.button-warning[disabled]{cursor:default}.button-warning:hover{color:#fff;background-color:#9c004b}.button-link{text-decoration:underline}.button-link:hover{text-decoration-thickness:.1111111111rem}.hyphenated{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.hyphenated{hyphens:auto}}.force-break{word-wrap:break-word;overflow-wrap:break-word}.smooth-scrolling{scroll-behavior:smooth}.alert{color:#9c004b}@media only screen and (min-width: 62.5em){.row{margin-right:-15px;margin-left:-15px;display:flex}.row--form{align-items:flex-end}.row--wrap{flex-wrap:wrap}.row--spread{justify-content:space-between;margin:0}}@media only screen and (min-width: 20em)and (max-width: 62.49em){.row--gallery{margin-right:-12px;margin-left:-12px;display:flex;flex-wrap:wrap}}@media only screen and (min-width: 62.5em){.row--gallery{margin-right:-12px;margin-left:-12px}}@media only screen and (min-width: 62.5em){.row--grid{margin-bottom:2.4444444444rem}}.component--grid-bordered .row--grid{margin-right:0;margin-left:0}@media only screen and (min-width: 36.25em)and (max-width: 62.49em){.row--25{margin-right:-15px;margin-left:-15px;display:flex;flex-wrap:wrap}}.row__wrap--layout-content-width{max-width:52.2222222222rem;margin-right:auto;margin-left:auto}[class*=component--layout-content-width]>.row__wrap{padding-right:0;padding-left:0}@media only screen and (min-width: 20em)and (max-width: 62.49em){.column--gallery{flex:0 0 auto;min-height:1px;padding:0 12px;width:50%}}@media only screen and (min-width: 36.25em)and (max-width: 62.49em){.column--size3{flex:0 0 auto;min-height:1px;padding:0 15px;width:50%}}.column--filters{display:none}@media only screen and (min-width: 62.5em){.column--size1{width:8.3333333333%}.column--size2{width:16.6666666667%}.column--size3{width:25%}.column--size4{width:33.3333333333%}.column--size5{width:41.6666666667%}.column--size6{width:50%}.column--size7{width:58.3333333333%}.column--size8{width:66.6666666667%}.column--size9{width:75%}.column--size10{width:83.3333333333%}.column--size11{width:91.6666666667%}.column--size12{width:100%}.column{flex:0 0 auto;min-height:1px;padding:0 15px}.column--contact-group-form{width:59%}.column--contact-group-address{width:41%}.column--fixed{flex-grow:0}.column--flexible{flex:1 1 auto}.column--flexible-shrink{flex:0 1 auto}.column--filters{display:block}.column--social{width:25%}.column--gallery{width:50%;padding:0 12px}.column--gallery-3{width:33.3333333333%}.column--gallery-4{width:25%}.column--gallery-5{width:20%}}.js-lightbox-active .page__header{filter:blur(2px)}.page__main{width:1476px;max-width:100%;margin:0 auto;padding-right:1rem;padding-left:1rem;margin-bottom:1.7777777778rem}@media only screen and (min-width: 75em){.page__main{max-width:calc(90% - 2*1rem)}}@media only screen and (max-width: 19.99em){.page__main{padding-right:18px;padding-left:18px}}.js-lightbox-active .page__main{filter:blur(2px)}.page__footer{--focus-color: #fff;background:#174872}.js-lightbox-active .page__footer{filter:blur(2px)}.page__header-liner{width:1476px;max-width:100%;margin:0 auto;padding-right:1rem;padding-left:1rem;position:relative;z-index:2}@media only screen and (min-width: 75em){.page__header-liner{max-width:calc(90% - 2*1rem)}}@media only screen and (max-width: 19.99em){.page__header-liner{padding-right:18px;padding-left:18px}}.page__title-background{position:relative;display:grid;grid-template-columns:100%;grid-template-rows:1fr min-content;grid-template-areas:"main" "copyright";align-items:end;gap:0 4px;width:100%;margin-bottom:2.1111111111rem}@media only screen and (min-width: 36.25em){.page__title-background{min-height:500px}}.page__title-background-liner{width:100%}.page__title-background-image{width:100%;height:auto}@media only screen and (min-width: 36.25em){.page__title-background-image{width:100%;height:500px;-o-object-fit:cover;object-fit:cover}}@media only screen and (max-width: 74.99em){.page__title-background{width:calc(100% + 2rem);margin-right:-1rem;margin-left:-1rem}}.page__title-background--fallback{background-position:50% 0}.page__title-background-liner{z-index:-1}.page__title-copyright{position:absolute;right:0;bottom:0;display:inline-block;padding:0 .2777777778rem .0555555556rem;line-height:1.5;font-size:.7777777778rem;color:#fff;background-color:#000;grid-area:copyright}.page__title-header{margin-bottom:3.8888888889rem}.page__title-header--news{border-bottom:2px solid #c8cfd5}@media only screen and (min-width: 68.75em){.page__title-header:not(.page__title-header--with-image){margin-top:2.1111111111rem}}.page__title-content{max-width:52.2222222222rem;margin-right:auto;margin-left:auto}@media only screen and (min-width: 64em){.page__title-content--with-subnav{display:grid;grid-template-columns:23.2638888889% 1fr;grid-template-rows:auto;grid-template-areas:"corner breadcrumb" "sidebar headline" "sidebar intro";gap:0 1.4444444444rem;align-items:start;max-width:none;margin-right:0;margin-left:0}}.page__title{grid-area:headline;position:relative;text-wrap:balance}.page__title--with-type{display:flex;align-items:flex-start;flex-direction:column}.page__title-text{display:block}.page__type{display:inline-block;padding:0 .2777777778rem .0555555556rem;margin-bottom:.2222222222rem;line-height:1.625;font-size:.8888888889rem;background:#e0e7f4}.page__intro{grid-area:intro;position:relative;max-width:52.2222222222rem}@media only screen and (max-width: 29.365em){.page__intro{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.page__intro{hyphens:auto}}}.page__intro--news{margin-bottom:2.2222222222rem}.page__intro>:last-child{margin-bottom:0}.page__helpers{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"center" "right";align-items:end;gap:0 24px;margin-top:4.7222222222rem}@media only screen and (min-width: 36.25em){.page__helpers{grid-template-columns:57px 1fr 57px;grid-template-areas:"left center right";margin-bottom:2.7777777778rem}}.header{position:relative;padding:25px 0 42px;margin:0 auto}@media only screen and (min-width: 68.75em){.header{padding:35px 0 18px}}.header__top{display:flex;align-items:flex-end;justify-content:space-between;padding:0}.header__logo{display:flex}@media only screen and (min-width: 68.75em){.header__logo{flex:1 1 auto;max-width:50%;transform:translateY(-10px)}}.header__logo-image{width:auto;height:auto;max-width:100%;max-height:80px;font-size:.7777777778rem}@media only screen and (max-width: 29.365em){.header__logo-image{width:auto;max-height:57px}}.header__top-content{display:flex;align-items:center;justify-items:flex-end;gap:0}@media only screen and (max-width: 68.74em){.header__top-content{position:relative;gap:0 15px;padding-bottom:3.3333333333rem}}.header__spacer{display:none}@media only screen and (min-width: 68.75em){.header__spacer{display:block;align-self:center;width:1px;height:1.7777777778rem;margin:0 1.2222222222rem 0 1.3888888889rem;background:#000;transform:translateY(-0.1666666667rem)}}@media only screen and (min-width: 68.75em){.header__search{margin-left:1.2222222222rem}}.header__search-layer{transition:opacity .25s ease;position:absolute;z-index:1;background:#e0e7f4;opacity:0}@media only screen and (max-width: 68.74em){.header__search-layer{right:-1rem;width:var(--current-screen-width)}}@media only screen and (min-width: 68.75em){.header__search-layer{right:50%;left:50%;width:calc(var(--current-screen-width) - .5px);transform:translateX(-50%)}}[aria-expanded=true]+.header__search-layer{padding-top:1rem;padding-bottom:1.1111111111rem;opacity:1}@media only screen and (min-width: 68.75em){[aria-expanded=true]+.header__search-layer{padding-top:3.1666666667rem;padding-bottom:3.4444444444rem}}.header__search-form{width:1476px;max-width:100%;margin:0 auto;padding-right:1rem;padding-left:1rem;display:none}@media only screen and (min-width: 75em){.header__search-form{max-width:calc(90% - 2*1rem)}}@media only screen and (max-width: 19.99em){.header__search-form{padding-right:18px;padding-left:18px}}[aria-expanded=true]+* .header__search-form{display:block}.header__search-liner{display:flex;align-items:flex-end;flex-direction:row;gap:8px}@media only screen and (min-width: 68.75em){.header__search-liner{align-items:stretch;gap:1rem}}.header__search-control{position:relative;padding:.2222222222rem 0}.header__search-control:hover{transform:scale(1.1)}.header__search-control[aria-expanded=true]{z-index:2;background:#e0e7f4}.header__search-control[aria-expanded=true]::after{content:"";position:absolute;top:calc(100% - 1px);right:0;left:0;z-index:-1;height:.3333333333rem;background:#e0e7f4}.header__search-icon{transition:opacity .25s ease;width:2.2222222222rem;height:2.2222222222rem;color:#174872;opacity:1}[aria-expanded=true] .header__search-icon{opacity:0}.header__search-icon--close{position:absolute;top:50%;left:50%;width:1rem;height:1rem;opacity:0;transform:translate(-50%, -50%)}[aria-expanded=true] .header__search-icon--close{opacity:1}.header__search-input{padding:.0555555556rem 0 0;margin-left:2px;border-color:#174872;border-style:solid;border-width:0 0 .1666666667rem 0;line-height:1.2272727273;font-size:1.2222222222rem;background:#e0e7f4}@media only screen and (max-width: 68.74em){.header__search-input{height:2.4444444444rem;min-height:2.4444444444rem}}@media only screen and (min-width: 68.75em){.header__search-input{padding:.1666666667rem 0 .4444444444rem;margin-left:0;line-height:1.21875;font-size:1.7777777778rem}}.header__search-input::-moz-placeholder{color:#585858}.header__search-input::placeholder{color:#585858}.header__search-submit{flex:0 0 auto}.header__search-submit:hover{transform:scale(1.1)}.header__search-submit-icon{width:2.6666666667rem;height:2.6666666667rem;color:#174872}@media only screen and (min-width: 68.75em){.header__search-submit-icon{width:2.9444444444rem;height:2.9444444444rem}}.jumpblock{position:absolute;top:0;left:50%;z-index:10;transform:translateX(-50%)}.jumpblock__link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;white-space:nowrap;clip-path:inset(50%);display:inline-block;font-weight:400;color:#000;background:#fff}.jumpblock__link:active,.jumpblock__link:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal;clip-path:none}.jumpblock__link:visited{color:#000}.jumpblock__link:focus{outline-offset:0}.jumpblock__link:active,.jumpblock__link:focus{padding:.8888888889rem 1.1111111111rem 1.1111111111rem}@media only screen and (max-width: 68.74em){.nav-main{display:none}}.nav-main__liner{padding-right:24px}.nav-main__list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5555555556rem .6666666667rem}.nav-main__sub{position:absolute;transition:opacity .25s ease;z-index:1;height:0;overflow:hidden;background:#e0e7f4;opacity:0}@media only screen and (max-width: 54.2322222222rem){.nav-main__sub{width:calc(100% + 2rem);margin-right:-1rem;margin-left:-1rem}}@media only screen and (min-width: 54.2222222222rem){.nav-main__sub{right:50%;left:50%;width:calc(var(--current-screen-width) - .5px);transform:translateX(-50%)}}[aria-expanded=true]+.nav-main__sub{height:auto;overflow:visible;opacity:1}.nav-main__sub-liner{width:1476px;max-width:100%;margin:0 auto;padding-right:1rem;padding-left:1rem;display:none;padding-bottom:3.7777777778rem}@media only screen and (min-width: 75em){.nav-main__sub-liner{max-width:calc(90% - 2*1rem)}}@media only screen and (max-width: 19.99em){.nav-main__sub-liner{padding-right:18px;padding-left:18px}}[aria-expanded=true]+* .nav-main__sub-liner{display:block}.nav-main__sub-header{display:flex;align-items:start;justify-content:flex-end;gap:0 24px;padding:1.2222222222rem 0 1rem;margin-bottom:1.9444444444rem;border-bottom:1px solid #9da2ab}.nav-main__sub-header--full{justify-content:space-between}.nav-main__sub-header-link{line-height:1.2142857143;font-size:1.5555555556rem;font-weight:700}.nav-main__sub-header-link:hover{text-decoration:underline}.nav-main__sub-header-icon{display:inline-block;margin-left:.6666666667rem;vertical-align:middle;transform:translateY(-0.0555555556rem)}.nav-main__close{padding:.2222222222rem;margin-right:.3333333333rem}.nav-main__close-icon{width:1.4444444444rem;height:1.4444444444rem;color:#174872}.nav-main__sublist{word-wrap:break-word;overflow-wrap:break-word;display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;width:100%}@supports(hyphens: auto){.nav-main__sublist{hyphens:auto}}.nav-main__sublist-item{flex:0 0 auto;width:calc(20% - 32.2px - 1px)}.nav-main__sublist-item:nth-last-child(1):first-child,.nav-main__sublist-item:nth-last-child(1):first-child~.nav-main__sublist-item{width:33.3333333333%}.nav-main__sublist-item:nth-last-child(n+2):nth-last-child(-n+3):first-child,.nav-main__sublist-item:nth-last-child(n+2):nth-last-child(-n+3):first-child~.nav-main__sublist-item{width:calc(33.3333333333% - 27px - 1px)}.nav-main__sublist-item:nth-last-child(4):first-child,.nav-main__sublist-item:nth-last-child(4):first-child~.nav-main__sublist-item{width:calc(25% - 30px - 1px)}.nav-main__sublist-l2{margin-top:.9444444444rem}.nav-main__sublist-l2-item{margin-bottom:.7777777778rem}.nav-main__link{display:block;position:relative;z-index:8;padding:.5rem .6666666667rem .8888888889rem;line-height:1.2272727273;font-size:1.2222222222rem;font-weight:700;color:#000}.nav-main__link:visited{color:#000}.nav-main__link:hover,.nav-main__link[aria-expanded=true]{background:#e0e7f4}.nav-main__link:focus{z-index:11;outline-offset:.0555555556rem}.nav-main__link--active,.nav-main__link--current{text-decoration:underline;-webkit-text-decoration:underline solid #174872 .2222222222rem;text-decoration:underline solid #174872 .2222222222rem;text-underline-offset:.3333333333rem}.nav-main__sub-link{display:block;flex:1 1 auto;line-height:1.5555555556;font-size:1rem;color:#000}.nav-main__sub-link--level-1{line-height:1.2727272727;font-size:1.2222222222rem;font-weight:700}.nav-main__sub-link:visited{color:#000}.nav-main__sub-link--current,.nav-main__sub-link:hover{text-decoration:underline;-webkit-text-decoration:underline solid #000 .1111111111rem;text-decoration:underline solid #000 .1111111111rem;text-underline-offset:.3333333333rem}.nav-main__sub-sub-control{transition:color .1s ease,background-color .1s ease;flex:0 0 auto;min-width:3.3888888889rem;padding:.3333333333rem;border-left:1px solid #fff;line-height:2.6666666667rem;color:#000;text-align:center;background:rgba(0,0,0,0)}@media only screen and (max-width: 68.74em){.nav-main__sub-sub-control{position:absolute;top:0;right:0}}@media only screen and (min-width: 68.75em){.nav-main__sub-sub-control[aria-expanded=true],.nav-main__sub-sub-control:hover{color:#fff;background:#000}.nav-main__sub-sub-control--mobile{display:none}}.nav-main__sub-sub-control-icon{display:inline-block;width:1.2222222222rem;height:1.2222222222rem;vertical-align:middle;color:inherit}@media only screen and (max-width: 68.74em){.nav-main__sub-sub-control-icon{transform:rotate(90deg);transition:transform .25s ease}[aria-expanded=true]>.nav-main__sub-sub-control-icon{transform:rotate(-90deg)}}.nav-mobile{position:absolute;right:-0.5rem;bottom:-18px}@media only screen and (min-width: 68.75em){.nav-mobile{display:none}}.nav-mobile__liner{transition:opacity .25s ease;position:absolute;top:calc(100% - 1px);right:-0.5rem;z-index:10;width:var(--current-screen-width);padding:0 10px;background:#e0e7f4;opacity:0}@media only screen and (min-width: 1476px){.nav-mobile__liner{width:1476px}}[aria-expanded=true]+.nav-mobile__liner{opacity:1}.nav-mobile__list{display:none}[aria-expanded=true]+.nav-mobile__liner .nav-mobile__list{display:block}.nav-mobile__sub{transition:opacity .25s ease}.js-expanded-false+.nav-mobile__sub{opacity:0}.js-expanded-false+.nav-mobile__sub .nav-mobile__sublist,.js-expanded-false+.nav-mobile__sub .nav-mobile__sublist-l2{display:none}.nav-mobile__sublist-l2{padding-top:.2222222222rem;padding-bottom:.3888888889rem;border-bottom:1px solid #b5c4de}.nav-mobile__item{line-height:1.2142857143;font-size:1.5555555556rem}.nav-mobile__item--sublist{line-height:1.2727272727;font-size:1.2222222222rem}.nav-mobile__item--sublist-l2{line-height:1.5555555556;font-size:1rem}.nav-mobile__link-wrapper{position:relative;border-bottom:1px solid #b5c4de}.nav-mobile__link{word-wrap:break-word;overflow-wrap:break-word;display:block;width:calc(100% - 58px);padding:.5555555556rem 0 .7777777778rem .3888888889rem;font-weight:700;text-wrap:balance}@supports(hyphens: auto){.nav-mobile__link{hyphens:auto}}.nav-mobile__link--current[aria-current=page],.nav-mobile__link:hover{text-decoration:underline}.nav-mobile__link:focus{outline-offset:-.1666666667rem}.nav-mobile__link--sub-level-1{padding:.6111111111rem 0 .7222222222rem 1.1111111111rem}.nav-mobile__link--sub-level-2{padding:.3888888889rem 0 .4444444444rem 1.1111111111rem}.nav-mobile__sub-control{display:flex;position:absolute;top:0;right:-1px;bottom:0;align-items:center;justify-content:center;width:58px;border-left:1px solid #b5c4de;color:#174872}.nav-mobile__sub-control[aria-expanded=true]{top:-1px;bottom:-1px;background-color:#b5c4de}.nav-mobile__sub-control:focus{outline-offset:-.1666666667rem}.nav-mobile__icon{transform:rotate(90deg);transition:transform .25s ease}[aria-expanded=true]>.nav-mobile__icon{transform:rotate(-90deg)}.nav-quicklinks{display:none;padding:0 1.4444444444rem 0 0}@media only screen and (min-width: 68.75em){.nav-quicklinks{display:block}}.nav-quicklinks__control{position:relative;padding:.5rem .6666666667rem .8888888889rem;line-height:1.2272727273;font-size:1.2222222222rem;font-weight:700}.nav-quicklinks__control:hover,.nav-quicklinks__control[aria-expanded=true]{background:#e0e7f4}.nav-quicklinks__control:focus{z-index:11}.nav-quicklinks__content{position:absolute;transition:opacity .25s ease;z-index:1;background:#e0e7f4;opacity:0}@media only screen and (max-width: 54.2322222222rem){.nav-quicklinks__content{width:calc(100% + 2rem);margin-right:-1rem;margin-left:-1rem}}@media only screen and (min-width: 54.2222222222rem){.nav-quicklinks__content{right:50%;left:50%;width:calc(var(--current-screen-width) - .5px);transform:translateX(-50%)}}[aria-expanded=true]+.nav-quicklinks__content{opacity:1}.nav-quicklinks__liner{width:1476px;max-width:100%;margin:0 auto;padding-right:1rem;padding-left:1rem}@media only screen and (min-width: 75em){.nav-quicklinks__liner{max-width:calc(90% - 2*1rem)}}@media only screen and (max-width: 19.99em){.nav-quicklinks__liner{padding-right:18px;padding-left:18px}}[aria-expanded=true]+* .nav-quicklinks__liner{padding-top:2.2222222222rem;padding-bottom:3.3333333333rem}.nav-quicklinks__list-wrapper{display:none}[aria-expanded=true]+* .nav-quicklinks__list-wrapper{display:flex;justify-content:flex-end;gap:2.7777777778rem}.nav-quicklinks__label{display:block;margin-bottom:.8888888889rem;line-height:1.2272727273;font-size:1.2222222222rem}.nav-quicklinks__item{margin-bottom:.5555555556rem;font-weight:700}.nav-quicklinks__item:last-child{margin-bottom:0}.nav-mobile-control{display:flex;align-items:center;justify-content:center;width:58px;height:57px;line-height:1.2142857143;font-size:.7777777778rem;font-weight:400;transition:transform .25s ease}@media only screen and (max-width: 19.99em){.nav-mobile-control{top:10px;right:-12px}}@media only screen and (min-width: 68.75em){.nav-mobile-control{display:none}}.nav-mobile-control:focus{z-index:11;outline-offset:-.1666666667rem}.nav-mobile-control[aria-expanded=true]{--icon-first-state-opacity: 0;--icon-second-state-opacity: 1;--color-hamburger: #174872;position:relative;background:#e0e7f4}.nav-mobile-control__icon{width:1.4444444444rem;height:1.3333333333rem;margin:0 auto 4px;color:var(--color-hamburger);transition:all .4s}@media only screen and (max-width: 68.74em){body:has(#mobile-nav-control[aria-expanded=true]) .page__main::after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background:rgba(0,0,0,.6)}body:has(#mobile-nav-control[aria-expanded=true]) .color-bar--page-header,body:has(#mobile-nav-control[aria-expanded=true]) .page__header{position:relative;z-index:2}body:has(#mobile-nav-control[aria-expanded=true]) .page__header{background:#fff}}.nav-sub{word-wrap:break-word;overflow-wrap:break-word;display:block;grid-area:sidebar;position:relative;margin-bottom:1.5555555556rem}@supports(hyphens: auto){.nav-sub{hyphens:auto}}@media only screen and (min-width: 64em){.nav-sub{margin-bottom:0}}.nav-sub__header{--focus-color: #fff;position:relative;background:#174872}.nav-sub__sub{transition:opacity .25s ease}.js-expanded-false+.nav-sub__sub{opacity:0}.js-expanded-false+.nav-sub__sub .nav-sub__sublist,.js-expanded-false+.nav-sub__sub .nav-sub__sublist-l2{display:none}.nav-sub__list-wrapper{transition:opacity .25s ease;position:absolute;top:100%;right:0;left:0;z-index:2;background:#e8eced}.js-expanded-false+.nav-sub__list-wrapper{opacity:0}.nav-sub__list{padding:8px 0 10px}.js-expanded-false+.nav-sub__list-wrapper .nav-sub__list{display:none}.nav-sub__sublist{padding-bottom:.6666666667rem;margin-top:-.2222222222rem}.nav-sub__item{position:relative;line-height:1.3;font-size:1.1111111111rem}.nav-sub__item--sublist,.nav-sub__item--sublist-l2{border-top:0;line-height:1.5555555556;font-size:1rem}.nav-sub__item--sublist::before,.nav-sub__item--sublist-l2::before{display:none}.nav-sub__item::before{content:"";position:absolute;top:0;right:1.2222222222rem;left:1.2222222222rem;height:2px;background:#c2c7cc}.nav-sub__item:first-child::before{display:none}.nav-sub__link-wrapper{position:relative}.nav-sub__header-link{display:block;padding:.8333333333rem 0 1rem 1.2222222222rem;margin-right:3.7777777778rem;line-height:1.25;font-size:1.3333333333rem;font-weight:700;color:#fff}.nav-sub__header-link:visited{color:#fff}.nav-sub__header-link:focus{outline-offset:-.2777777778rem}.nav-sub__header-link:hover{text-decoration:underline}.nav-sub__link{display:block;width:calc(100% - 52px);padding:.7222222222rem 0 .8333333333rem 1.2222222222rem;text-wrap:balance}.nav-sub__link--current[aria-current=page],.nav-sub__link:hover{text-decoration:underline}.nav-sub__link-wrapper:has(>[aria-expanded=true])>.nav-sub__link{font-weight:700}.nav-sub__link:focus{outline-offset:-.2777777778rem}.nav-sub__link--sub-level-2,.nav-sub__link--sub-level-3{padding-top:.2777777778rem;padding-bottom:.3333333333rem}.nav-sub__link--sub-level-3{padding-left:2.5555555556rem}.nav-sub__sub-control{display:flex;position:absolute;top:0;right:12px;bottom:0;align-items:center;justify-content:center;width:40px;color:#174872}.nav-sub__sub-control:focus{outline-offset:-.1666666667rem}.nav-sub__sub-control--header{right:-1px;width:62px}.nav-sub__sub-control--header:focus{outline-offset:-.2777777778rem}.nav-sub__sub-control[aria-expanded=true]{--icon-second-state-opacity: 1}.nav-sub__icon{color:#000;transform:rotate(90deg);transition:transform .25s ease}[aria-expanded=true]>.nav-sub__icon{transform:rotate(-90deg)}.nav-sub__icon--header{color:#fff}@media only screen and (min-width: 68.75em){.nav-lang{margin-bottom:.2777777778rem}}.nav-lang__abbr{text-decoration:none;cursor:inherit}.nav-lang__abbr--current{font-weight:700}.nav-lang__link:hover .nav-lang__abbr{text-decoration:underline}.nav-lang__divider{margin:0 .1111111111rem}.nav-breadcrumb{grid-area:breadcrumb;margin-bottom:1rem}.nav-breadcrumb__item{word-wrap:break-word;overflow-wrap:break-word;display:inline}@supports(hyphens: auto){.nav-breadcrumb__item{hyphens:auto}}.nav-breadcrumb__link{color:currentColor}.nav-breadcrumb__link:not(.nav-breadcrumb__link--current){text-decoration:underline}.nav-breadcrumb__link:not(.nav-breadcrumb__link--current):hover{text-decoration-thickness:.1111111111rem}.nav-breadcrumb__link:visited{color:currentColor}.nav-breadcrumb__link--current{cursor:text}.nav-breadcrumb__divider{position:absolute;top:.5px;left:0;width:1rem;height:1rem}@media only screen and (min-width: 56.25em){.nav-breadcrumb__divider{top:.2222222222rem}}.nav-footer{flex:1 0 auto;order:4;width:100%;max-width:100%}@media only screen and (min-width: 40em){.nav-footer{display:flex;gap:0 30px;order:2}}@media only screen and (min-width: 68.75em){.nav-footer{flex:1 1 auto;width:47.5694444444%;padding-top:13px}}.nav-footer:empty{display:none}@media only screen and (min-width: 40em){.nav-footer__list{flex:0 0 auto;width:calc(33.3333333333% - 20px)}}.nav-footer__item{margin:0 0 .5555555556rem 0;text-align:center}@media only screen and (min-width: 40em){.nav-footer__item{text-align:left}.nav-footer__item:last-child{margin:0}}.nav-footer__link{word-wrap:break-word;overflow-wrap:break-word;font-weight:700;color:inherit}@supports(hyphens: auto){.nav-footer__link{hyphens:auto}}.nav-footer__link:visited{color:inherit}.nav-footer__link:hover{text-decoration:underline}.footer{width:1476px;max-width:100%;margin:0 auto;padding-right:1rem;padding-left:1rem;display:flex;flex-wrap:wrap;gap:24px 30px;justify-content:space-between;padding-top:1.7777777778rem;padding-bottom:80px;color:#fff}@media only screen and (min-width: 75em){.footer{max-width:calc(90% - 2*1rem)}}@media only screen and (max-width: 19.99em){.footer{padding-right:18px;padding-left:18px}}@media only screen and (min-width: 40em){.footer{gap:2.6666666667rem 30px}}@media only screen and (min-width: 68.75em){.footer{flex-wrap:nowrap;padding-top:2.6666666667rem;padding-bottom:3.2222222222rem}}.footer__logo{display:flex;flex:0 0 auto;flex-direction:column;justify-content:space-between;order:1;width:100%}@media only screen and (max-width: 39.99em){.footer__logo{margin-bottom:.8888888889rem}}@media only screen and (min-width: 68.75em){.footer__logo{width:22.9166666667%}}.footer__content{display:flex;flex:1 0 auto;flex-direction:column;justify-content:space-between;order:3;max-width:100%}@media only screen and (max-width: 39.99em){.nav-footer:not(:empty)+.footer__content{margin-bottom:2.8888888889rem}}@media only screen and (min-width: 68.75em){.footer__content{width:25.3472222222%}}.footer__contact{width:100%;text-align:right}.footer__logo-image{height:auto;max-width:100%;max-height:110px}.footer__standalone-cookie-link{margin-top:1.3333333333rem;text-align:right}.footer__qrcode{display:none}.component{margin-bottom:3.3333333333rem}.component--layout-content-width{max-width:52.2222222222rem;margin-right:auto;margin-left:auto}.component--grid-bordered .component{margin-bottom:2.7777777778rem}.component__spaceless-wrapper .component,.component--spaceless{margin-bottom:.5555555556rem}.component--nested{margin-bottom:0}.component--grid-wrapper{margin:0}.component--grid-bordered{position:relative;padding:2.7777777778rem 0;border-radius:30px;background-color:#e0e7f4}.component--grid-bordered::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:0 -1rem;background-color:inherit}@media only screen and (min-width: 1476px){.component--grid-bordered::before{right:50%;left:50%;width:calc(var(--current-screen-width) - .5px);margin:0;transform:translateX(-50%)}}.component--grid-bordered::before{border-radius:30px}.component--spaced{margin-bottom:5rem}.component--spaced-previous{margin-top:5rem}.component--spaced-all{margin-top:5rem;margin-bottom:5rem}.component--intro{margin-bottom:1.4444444444rem}.component--in-accordion{margin-bottom:1.6666666667rem}.component--detail-text{margin-top:-.3333333333rem}@media only screen and (min-width: 36.25em){.component--smallscreen{display:none}}.accordion__item+.component{margin-top:3.3333333333rem}.form .component{margin-bottom:0}.component__bordered-liner{width:1476px;max-width:100%;margin:0 auto}@media only screen and (min-width: 75em){.component__bordered-liner{max-width:calc(90% - 2*1rem)}}.component__title{word-wrap:break-word;overflow-wrap:break-word;line-height:1.21875;font-size:1.7777777778rem;margin:0 0 .5555555556rem;font-weight:700;text-wrap:pretty}@supports(hyphens: auto){.component__title{hyphens:auto}}@media only screen and (min-width: 64em){.component__title{line-height:1.2;font-size:2.2222222222rem}}.component__title--reduced,.component__title--step-item,.component__title--in-accordion{line-height:1.1923076923;font-size:1.4444444444rem;margin:0 0 .5555555556rem;font-weight:700}@media only screen and (min-width: 64em){.component__title--reduced,.component__title--step-item,.component__title--in-accordion{line-height:1.2142857143;font-size:1.5555555556rem}}.component__title--step-item{grid-area:sidecontenttop}@media only screen and (max-width: 36.24em){.component__title--step-item{align-self:center;margin-bottom:0}}.component__title--spaced{margin-bottom:1.9444444444rem}.component__title--split{flex:1 1 auto}.component__header{display:flex;align-items:flex-end;flex-wrap:wrap;justify-content:flex-end;gap:0 30px}.component__header-show-all-link{word-wrap:break-word;overflow-wrap:break-word;display:inline-block;position:relative;padding-left:1.6666666667rem;line-height:1.3333333333;font-size:1rem;font-weight:700;color:#000;text-decoration:none;flex:0 0 auto;max-width:100%;margin-bottom:.7777777778rem}@supports(hyphens: auto){.component__header-show-all-link{hyphens:auto}}.component__header-show-all-link:visited{color:#000}.component__header-show-all-link:hover{text-decoration:underline}.component__header-show-all-link::before{content:"";position:absolute;top:.1111111111rem;left:0;width:1.2222222222rem;height:1.2222222222rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M29.174 16l1.387 1.387 1.387-1.387-1.387-1.387-1.387 1.387zM14.113 3.712l13.674 13.674 2.773-2.773-13.674-13.674-2.773 2.773zM27.788 14.613l-13.674 13.674 2.773 2.773 13.674-13.674-2.773-2.773z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.1818' stroke-miterlimit='4' stroke-linecap='butt' stroke-linejoin='miter' d='M1.72 16h26.832'%3E%3C/path%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100% auto}.component__header-link{text-decoration:underline;overflow-wrap:break-word}.component__header-link:hover{text-decoration-thickness:.1111111111rem}@media only screen and (min-width: 40em){.component__collection-flex-outer{margin-right:-12px;margin-bottom:3.3333333333rem;margin-left:-12px}}@media only screen and (max-width: 36.24em){.component__collection-flex-outer--teaserlist{display:none}}@media only screen and (min-width: 40em){.component__collection--flex{display:flex;flex-wrap:wrap;width:100%;margin-bottom:-24px}.component__collection--flex .component{display:flex;flex:0 0 auto;width:50%;min-height:1px;padding:0 12px;margin-bottom:24px}}@media only screen and (min-width: 62.5em){.component__collection--flex .component{width:100%}.component__collection--50-50 .component{width:50%}.component__collection--33-33-33 .component{width:33.3333333333%}.component__collection--25-25-25-25 .component{width:25%}}.component__accordion-header-wrapper{text-align:right}@media only screen and (min-width: 40em){.component__accordion-header-wrapper{display:flex;gap:0 1.1111111111rem}.component__accordion-header-wrapper--no-headline{justify-content:flex-end}.component__accordion-header-wrapper .component__title{flex:1 1 auto}}.component__accordion-header-wrapper .component__title{text-align:left}.component__accordion-open-all{margin-bottom:.6666666667rem;text-decoration:underline}@media only screen and (min-width: 40em){.component__accordion-open-all{flex:0 0 auto;margin:0}.component__accordion-open-all:first-child{margin-bottom:.6666666667rem}}.component__accordion-open-all[hidden]{display:inline;visibility:hidden}.component__accordion-open-all-icon{display:inline-block;width:.7777777778rem;height:.7777777778rem;margin-left:.3888888889rem;vertical-align:middle;color:#000;transition:transform .25s ease}[aria-expanded=true] .component__accordion-open-all-icon{transform:rotate(-180deg)}[aria-expanded=false] .component__text-hide-all{display:none}[aria-expanded=true] .component__text-show-all{display:none}.cookie-notice{--focus-color: #174872;display:none;position:fixed;right:0;bottom:0;left:0;z-index:1000;max-height:100vh;overflow:auto;border-top:2px solid #fff;border-bottom:2px solid #fff;text-align:left;background-color:#e0e7f4}.cookie-notice[data-initial],[aria-expanded=true]+.cookie-notice{display:block}.component .cookie-notice{position:static;margin:.4444444444rem -.4444444444rem -.5555555556rem;border-bottom:0}.cookie-notice__liner{container-type:inline-size;width:56.6666666667rem;max-width:100%;padding:.8333333333rem 1rem 0;margin:0 auto}@media only screen and (max-width: 29.365em){.cookie-notice__liner{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.cookie-notice__liner{hyphens:auto}}}@media only screen and (min-width: 29.375em){.cookie-notice__liner{padding:.8333333333rem 1rem}}@media only screen and (min-width: 75em){.cookie-notice__liner{padding:.8333333333rem 0}}.component .cookie-notice__liner{padding:.6666666667rem .4444444444rem .7777777778rem}.cookie-notice__text{margin:0 0 .8333333333rem;line-height:1.5;font-size:.8888888889rem;color:#000}.cookie-notice__text p{margin:0}@container (min-width: 50rem){.cookie-notice__form{display:flex;justify-content:space-between;gap:0 30px}}.cookie-notice__checks{display:flex;align-items:center;flex:0 0 auto;flex-wrap:wrap}@container (max-width: 50rem){.cookie-notice__checks{padding-top:.5555555556rem;padding-bottom:1.1111111111rem}}.cookie-notice__check{display:inline-block}.cookie-notice .cookie-notice__check{margin:0 1.1111111111rem 0 0}.cookie-notice__check:last-child{margin-right:0}.cookie-notice__accept-wrapper{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:.8333333333rem}.cookie-notice__link{text-decoration:underline;color:#000}.cookie-notice__link:hover{text-decoration-thickness:.1111111111rem}.cookie-notice__link:visited{color:#000}.cookie-notice a:not([class]){text-decoration:underline;font-weight:700;color:#000}.cookie-notice a:not([class]):hover{text-decoration-thickness:.1111111111rem}.cookie-notice a:not([class]):visited{color:#000}.zoom-monitor{position:absolute;bottom:0;left:-3rem;z-index:-1;pointer-events:none;opacity:0}.color-bar{min-height:20px;background:linear-gradient(to right, #a46674, #a46674 4.347826087%, #724b51 4.347826087%, #724b51 8.6956521739%, #564e6f 8.6956521739%, #564e6f 13.0434782609%, #1d3f4b 13.0434782609%, #1d3f4b 17.3913043478%, #3d4100 17.3913043478%, #3d4100 21.7391304348%, #416224 21.7391304348%, #416224 26.0869565217%, #866800 26.0869565217%, #866800 30.4347826087%, #aea700 30.4347826087%, #aea700 34.7826086957%, #cdd30f 34.7826086957%, #cdd30f 39.1304347826%, #4fb800 39.1304347826%, #4fb800 43.4782608696%, #009b77 43.4782608696%, #009b77 47.8260869565%, #008993 47.8260869565%, #008993 52.1739130435%, #0087b2 52.1739130435%, #0087b2 56.5217391304%, #00817b 56.5217391304%, #00817b 60.8695652174%, #00556a 60.8695652174%, #00556a 65.2173913043%, #032352 65.2173913043%, #032352 69.5652173913%, #3b0041 69.5652173913%, #3b0041 73.9130434783%, #5f002f 73.9130434783%, #5f002f 78.2608695652%, #9c004b 78.2608695652%, #9c004b 82.6086956522%, #bf002a 82.6086956522%, #bf002a 86.9565217391%, #da3c43 86.9565217391%, #da3c43 91.3043478261%, #ec6200 91.3043478261%, #ec6200 95.652173913%, #ecbc00 95.652173913%, #ecbc00 100%)}@media only screen and (min-width: 68.75em){.color-bar:not(.color-bar--faculties){min-height:40px}}.color-bar--faculties{min-height:36px;background:linear-gradient(to right, #00556a, #00556a 8.3333333333%, #0087b2 8.3333333333%, #0087b2 16.6666666667%, #008993 16.6666666667%, #008993 25%, #009b77 25%, #009b77 33.3333333333%, #4fb800 33.3333333333%, #4fb800 41.6666666667%, #aea700 41.6666666667%, #aea700 50%, #cdd30f 50%, #cdd30f 58.3333333333%, #ecbc00 58.3333333333%, #ecbc00 66.6666666667%, #ec6200 66.6666666667%, #ec6200 75%, #da3c43 75%, #da3c43 83.3333333333%, #bf002a 83.3333333333%, #bf002a 91.6666666667%, #9c004b 91.6666666667%, #9c004b 100%)}.color-bar--override{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;color:#fff;background:#174872}.color-bar--override-dark{color:#000}.color-bar__liner{width:1476px;max-width:100%;margin:0 auto;padding-right:1rem;padding-left:1rem}@media only screen and (min-width: 75em){.color-bar__liner{max-width:calc(90% - 2*1rem)}}@media only screen and (max-width: 19.99em){.color-bar__liner{padding-right:18px;padding-left:18px}}.color-bar__link,.color-bar__logout{--focus-color: currentColor;word-wrap:break-word;overflow-wrap:break-word;display:inline-block;padding-bottom:.1111111111rem;line-height:1.4444444444;font-size:1rem;font-weight:700;color:inherit}@supports(hyphens: auto){.color-bar__link,.color-bar__logout{hyphens:auto}}@media only screen and (min-width: 68.75em){.color-bar__link,.color-bar__logout{line-height:1.2727272727;font-size:1.2222222222rem}}.color-bar__link:visited,.color-bar__logout:visited{color:inherit}.color-bar__link:hover,.color-bar__logout:hover{text-decoration:underline}.color-bar__link:focus,.color-bar__logout:focus{outline-offset:.0555555556rem}.color-bar__link::before,.color-bar__logout::before{content:"";display:inline-block;height:.8888888889rem;padding-left:1.5555555556rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M29.174 16l1.387 1.387 1.387-1.387-1.387-1.387-1.387 1.387zM14.113 3.712l13.674 13.674 2.773-2.773-13.674-13.674-2.773 2.773zM27.788 14.613l-13.674 13.674 2.773 2.773 13.674-13.674-2.773-2.773z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.1818' stroke-miterlimit='4' stroke-linecap='butt' stroke-linejoin='miter' d='M1.72 16h26.832'%3E%3C/path%3E%3C/svg%3E") no-repeat 100% 50%;background-size:1rem auto;filter:invert(100%);transform:rotate(180deg) translateY(-0.1111111111rem)}@media only screen and (min-width: 68.75em){.color-bar__link::before,.color-bar__logout::before{height:1.1111111111rem;padding-left:1.7222222222rem}}.color-bar--override-dark .color-bar__link::before,.color-bar--override-dark .color-bar__logout::before{filter:none}.color-bar__logout::before{content:none}.color-bar__logout::after{content:"";display:inline-block;height:.8888888889rem;padding-right:1.5555555556rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M29.174 16l1.387 1.387 1.387-1.387-1.387-1.387-1.387 1.387zM14.113 3.712l13.674 13.674 2.773-2.773-13.674-13.674-2.773 2.773zM27.788 14.613l-13.674 13.674 2.773 2.773 13.674-13.674-2.773-2.773z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.1818' stroke-miterlimit='4' stroke-linecap='butt' stroke-linejoin='miter' d='M1.72 16h26.832'%3E%3C/path%3E%3C/svg%3E") no-repeat 100% 50%;background-size:1rem auto;filter:invert(100%)}.color-bar--right{text-align:right}.qrcode__svg{display:none}.video-header{--focus-color: #fff;position:relative;position:relative}@media only screen and (max-width: 54.2322222222rem){.video-header{width:calc(100% + 2rem);margin-right:-1rem;margin-left:-1rem}}@media only screen and (min-width: 54.2222222222rem){.video-header{right:50%;left:50%;width:calc(var(--current-screen-width) - .5px);transform:translateX(-50%)}}@media only screen and (min-width: 36.25em){.video-header{min-height:500px}}.video-header__liner{position:relative}.video-header__video{display:block;width:100%;aspect-ratio:16/9}@media only screen and (min-width: 36.25em){.video-header__video{width:100%;height:500px;-o-object-fit:cover;object-fit:cover}}.video-header__video:focus{outline:none}.video-header__video:focus-within{outline:.1666666667rem solid var(--focus-color);outline-offset:-.2777777778rem}.video-header__control{position:absolute;right:.5555555556rem;bottom:.5555555556rem;width:1.8888888889rem;height:1.8888888889rem;border-radius:100%;color:#174872}.video-header__control:hover{transform:scale(1.1)}@media only screen and (min-width: 29.375em)and (max-width: 56.24em){.video-header__control{right:1.1111111111rem;bottom:.8333333333rem}}@media only screen and (min-width: 56.25em){.video-header__control{right:1.3333333333rem;bottom:1.1111111111rem}}.video-header__control::before{content:"";position:absolute;top:-.1111111111rem;right:-.1111111111rem;bottom:-.1111111111rem;left:-.1111111111rem;border:.1111111111rem solid #b5c4de;border-radius:100%}.video-header__control:focus{outline:none}.video-header__control:focus-visible{outline:.1666666667rem solid var(--focus-color);outline-offset:.2222222222rem}.video-header__control-icon{width:100%;height:auto}.video-header__content{padding:0 0 2.2222222222rem;color:#fff;background:#174872}.video-header__top-bar{display:flex;justify-content:flex-end;min-height:30px;padding:0 10px 6px 0}@media only screen and (min-width: 29.375em)and (max-width: 56.24em){.video-header__top-bar{padding-right:1.1111111111rem}}@media only screen and (min-width: 56.25em){.video-header__top-bar{padding-right:1.3333333333rem}}@media only screen and (min-width: 31.25em){.video-header__top-bar{min-height:1.6666666667rem;padding-bottom:.3333333333rem}}.video-header__text{width:1476px;max-width:100%;margin:0 auto;padding-right:1rem;padding-left:1rem}@media only screen and (min-width: 75em){.video-header__text{max-width:calc(90% - 2*1rem)}}@media only screen and (max-width: 19.99em){.video-header__text{padding-right:18px;padding-left:18px}}.video-header__title,.video-header__sub{max-width:52.2222222222rem}.video-header__alt-link{text-decoration:underline;position:relative;padding:0 0 .1111111111rem;line-height:1.4285714286;font-size:.7777777778rem;color:#b5c4de}.video-header__alt-link:hover{text-decoration-thickness:.1111111111rem}.video-header__alt-link:focus{outline-offset:0}.video-header__alt-link:visited{color:#b5c4de}.video-header__link{margin-top:.6666666667rem}@media only screen and (min-width: 62.5em){.textmedia--split{display:flex;justify-content:space-between}}.textmedia__text h3{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.textmedia__text h3{hyphens:auto}}.textmedia__text *+h3,.textmedia__text *+h4{margin-top:1.6666666667rem}.textmedia__text b,.textmedia__text strong{font-weight:700}.textmedia__text li{position:relative;padding-left:2.2222222222rem;margin-bottom:.5555555556rem}@media only screen and (max-width: 29.365em){.textmedia__text li{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.textmedia__text li{hyphens:auto}}}.textmedia__text li:last-child{margin-bottom:.0555555556rem}.textmedia__text li ul,.textmedia__text li ol{margin-top:.6666666667rem}.textmedia__text ul{margin-bottom:1rem}.textmedia__text ul>li::before{content:"";position:absolute;top:.5555555556rem;left:1rem;width:.4444444444rem;height:.4444444444rem;border-radius:100%;background:#253f4a}.textmedia__text ul ul>li::before{content:"";position:absolute;top:.5555555556rem;left:1rem;width:.5rem;height:.5rem;border:1px solid currentColor;border-radius:100%;background:rgba(0,0,0,0)}.textmedia__text ul ul ul>li::before{content:"";position:absolute;top:.6111111111rem;left:1.0555555556rem;width:.3333333333rem;height:.3333333333rem;border-radius:100%;background:#253f4a}.textmedia__text ul:last-child>li:last-child{margin:0}.textmedia__text ol{margin-bottom:1rem;counter-reset:numlist}.textmedia__text ol li:nth-last-child(n+10),.textmedia__text ol li:nth-last-child(n+10)~*{padding-left:calc(2.2222222222rem + 1ch)}.textmedia__text ol li::before{line-height:1.4;font-size:1.1111111111rem;font-weight:700;color:#253f4a}.textmedia__text ol>li::before{content:counter(numlist);position:absolute;top:0;left:.7777777778rem;counter-increment:numlist}.textmedia__text ol ol{counter-reset:alphabeticList}.textmedia__text ol ol>li::before{content:counter(alphabeticList, lower-alpha);counter-increment:alphabeticList}.textmedia__text ol ol ol{counter-reset:alphabeticList2}.textmedia__text ol ol ol>li::before{content:counter(alphabeticList2, lower-alpha);counter-increment:alphabeticList2}.textmedia__text ol:last-child>li:last-child{margin:0}.textmedia__text .data-table{width:100%;padding-bottom:18px;margin-bottom:.5555555556rem;overflow:auto;container-type:inline-size}@container (min-width: 27.7777777778rem){.textmedia__text .data-table{padding-bottom:0}}.textmedia__text .data-table:last-child{margin-bottom:0}.textmedia__text .data-table table{min-width:100%;margin-bottom:0}.textmedia__text hr{margin-bottom:1rem}.textmedia__text a{text-decoration:underline}.textmedia__text a:hover{text-decoration-thickness:.1111111111rem}.textmedia__text a.button{color:#fff;background:#174872;text-decoration:none}.textmedia__text a.button:visited{color:#fff}.textmedia__text a.button:focus,.textmedia__text a.button:hover{background:#000}.textmedia__text a.button:hover{box-shadow:0 0 0 .1666666667rem #000}.textmedia__text a.button[disabled]{color:#000;background:#e0e7f4}.textmedia__text a.button-secondary{color:#000;background:#e0e7f4;text-decoration:none}.textmedia__text a.button-secondary:visited{color:#000}.textmedia__text a.button-secondary:focus,.textmedia__text a.button-secondary:hover{background:#b5c4de}.textmedia__text a.button-secondary:hover{box-shadow:0 0 0 .1666666667rem #b5c4de}.textmedia__text a.button-secondary[disabled]{border-color:#000;color:#000}.textmedia__text a[href^=http]:not([class])::before{content:"";display:inline-block;width:1.1111111111rem;height:1.1111111111rem;margin-right:.1111111111rem;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M5.566 16.791 5.79 5.522l11.269.224-.224 11.269-11.269-.224Z'/%3E%3C/mask%3E%3Cpath fill='%23000' d='m17.059 5.746 1 .02.02-1-1-.02-.02 1ZM5.77 6.522l11.269.224.04-2-11.27-.223-.039 2Zm10.289-.796-.224 11.269 2 .04.223-11.269-2-.04Z' mask='url(%23a)'/%3E%3Cpath stroke='%23000' d='M5.522 16.832 16.798 5.996'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100% auto;transform:translateY(0.2222222222rem)}@media only screen and (min-width: 62.5em){.textmedia--split .textmedia__text{flex:0 0 auto;width:calc(50% - 15px)}.textmedia--split .textmedia__text:not(:last-child){margin-bottom:0}}.textmedia__text:not(:last-child):not(.textmedia__text--flat){margin-bottom:2rem}.textmedia__text>*:last-child{margin-bottom:0}.textmedia__text--teaser:not(:last-child){margin-bottom:.8333333333rem}@media only screen and (min-width: 62.5em){.textmedia--split .textmedia__images{flex:0 0 auto;width:calc(50% - 15px);margin-top:.3333333333rem;margin-bottom:0}.textmedia--split .textmedia__images:not(:last-child){margin-bottom:0}}.textmedia__images:not(:last-child){margin-bottom:2rem}.textmedia__figure{container-type:inline-size}.textmedia__figure+.textmedia__figure,.textmedia__figure--news+.textmedia__figure--news{margin-top:1.6666666667rem}.textmedia__figure--video{margin:1.6666666667rem 0}.textmedia__figure--video:first-child{margin-top:0}.textmedia__figure--video:last-child{margin-bottom:0}.textmedia__figure[tabindex]:focus{outline:none}.textmedia__liner{display:inline-block;position:relative;max-width:100%;margin-bottom:-.2222222222rem}.textmedia__liner--containing{display:block;aspect-ratio:16/9;background-color:#e0e7f4}[tabindex]:focus>.textmedia__liner{outline-color:rgba(0,0,0,0)}[tabindex]:focus>.textmedia__liner::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:.2777777778rem solid #fff;pointer-events:none;outline:.1666666667rem solid var(--focus-color);outline-offset:-.1666666667rem}.teaser-slider .textmedia__liner{width:100%;margin-bottom:0}.textmedia__image{transition:transform .4s;height:100%;max-width:100%}.textmedia__image-link:hover .textmedia__image{transform:scale(1.05)}@container (min-width: 350px){.textmedia__image-link:hover .textmedia__image{transform:scale(1.02)}}.textmedia__liner--containing .textmedia__image{width:100%;height:100%;margin:auto;-o-object-fit:contain;object-fit:contain}.textmedia__caption{padding-top:.5555555556rem;line-height:1.5;font-size:.8888888889rem;color:#585858;margin-top:-.2222222222rem}@media only screen and (max-width: 24.99em){.textmedia__caption{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.textmedia__caption{hyphens:auto}}}@media only screen and (min-width: 75em){.textmedia__caption--empty::after{display:none}}.textmedia__caption--empty{padding:0}.textmedia__caption--placeholder{height:calc(0.6666666667rem + 56px)}@media only screen and (min-width: 37.5em){.textmedia__caption--placeholder{height:3.7777777778rem}}.textmedia__caption--with-controls{display:flex;flex-direction:column;justify-content:center;min-height:calc(0.6666666667rem + 56px);padding-bottom:2px;margin-right:125px}@media only screen and (min-width: 37.5em){.textmedia__caption--with-controls{min-height:3.7777777778rem;padding-bottom:.1111111111rem;margin-right:7.5rem}}.textmedia__caption a{text-decoration:underline}.textmedia__caption a:hover{text-decoration-thickness:.1111111111rem}.textmedia__caption-text:empty{display:none}.textmedia__copyright{position:absolute;right:0;bottom:0;display:inline-block;padding:0 .2777777778rem .0555555556rem;line-height:1.5;font-size:.7777777778rem;color:#fff;background-color:#000}.textmedia__copyright--audio{position:static}.textmedia__image-link{display:block;width:100%;overflow:hidden}.textmedia__image-link:focus{outline-color:rgba(0,0,0,0)}.textmedia__image-link:focus::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:.2777777778rem solid #fff;pointer-events:none;outline:.1666666667rem solid var(--focus-color);outline-offset:-.1666666667rem}.textmedia__image-link.js-clickenlarge{position:relative}.textmedia__image-link.js-clickenlarge::after{transition:opacity .25s ease;content:"";position:absolute;top:8px;right:8px;width:50px;height:50px;background:url("data:image/svg+xml;charset=utf8,%3Csvg width='50' height='50' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23174872' d='M15.88 0.252c-8.632 0-15.629 6.997-15.629 15.629s6.997 15.629 15.629 15.629c8.632 0 15.629-6.997 15.629-15.629s-6.997-15.629-15.629-15.629z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5098' stroke-miterlimit='4' stroke-linecap='square' stroke-linejoin='miter' d='M18.54 23.102h4.323v-4.323'%3E%3C/path%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5098' stroke-miterlimit='4' stroke-linecap='square' stroke-linejoin='miter' d='M12.365 23.102h-3.705v-3.705'%3E%3C/path%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5098' stroke-miterlimit='4' stroke-linecap='square' stroke-linejoin='miter' d='M12.365 8.898h-3.705v3.705'%3E%3C/path%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5098' stroke-miterlimit='4' stroke-linecap='square' stroke-linejoin='miter' d='M18.54 8.898h4.323v4.323'%3E%3C/path%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100% auto;opacity:1}@container (min-width: 16.6666666667rem){.textmedia__image-link.js-clickenlarge::after{top:16px;right:15px}}.textmedia__gallery .textmedia__figure:not(.js-current-complete) .textmedia__image-link.js-clickenlarge::after{opacity:.5}.textmedia__liner--containing .textmedia__image-link{height:100%}.teaser{display:flex;position:relative;flex-direction:column;width:100%;height:100%;border:1px solid #c8cfd5}@media only screen and (max-width: 36.24em){.js-current-complete .teaser-slider__item:not([aria-hidden=true])+[aria-hidden=true] .teaser{display:block}}.teaser:hover{border-color:#585858}.teaser--colored::before{content:"";display:block;aspect-ratio:16/4.5;background-color:var(--teaser-bar-color)}.teaser--colored-ffffff::before{display:none}.teaser--colored-tall::before{aspect-ratio:16/9}.teaser--unavailable{background:#fff;filter:grayscale(1);container-type:inline-size}.teaser__content{display:flex;flex:1 0 auto;flex-direction:column;order:2;padding:1rem 1.1111111111rem 1.1111111111rem}.teaser__content--download{padding-bottom:.7777777778rem}.teaser__content--unavailable{opacity:.55}.teaser__title{line-height:1.2727272727;font-size:1.2222222222rem;font-weight:700;margin-bottom:.5555555556rem;text-wrap:pretty}.teaser__title:last-child{margin-bottom:0}.teaser__content--with-meta .teaser__title{order:2}.teaser__title-link{display:inline-block;max-width:100%;color:inherit;scroll-margin-top:2rem;scroll-margin-bottom:2rem}.teaser__title-link:visited{color:inherit}.teaser__title-link:hover{text-decoration:underline}.teaser-slider .teaser__title-link{outline-offset:-.1666666667rem}.teaser__title-link::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.teaser__title-link--with-categories::before{z-index:1}.teaser--list .teaser__title-link{text-decoration:underline}.teaser--list .teaser__title-link:hover{text-decoration-thickness:.1666666667rem}.teaser--list .teaser__title-link::before{display:none}.teaser__link-meta--download{font-weight:400}.teaser__image-wrapper{order:1}.teaser__image-wrapper--contact,.teaser__image-wrapper--download{position:relative;width:100%;aspect-ratio:16/9}.teaser__image-wrapper--with-categories{position:relative}.teaser__image-wrapper--event{display:flex;background:#174872}.teaser__image-wrapper--event-unavailable{display:block;background:#727272}.teaser__image-holder{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;background:#e0e7f4}.teaser__image-holder--download-fallback{color:#fff;background:#174872}.teaser__image:not(.teaser__image--download):not(.teaser__image--download-fallback){width:100%;height:auto}.teaser__image--contact,.teaser__image--download{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.teaser__image--download-fallback{width:auto;height:54.4973544974%}.teaser__image--placeholder{aspect-ratio:16/9;background:#174872}.teaser__image--event{color:#fff}.teaser__event-header{position:relative;z-index:1;padding:.5rem .8888888889rem .6111111111rem 1.2777777778rem;line-height:1.25;font-size:1.3333333333rem;font-weight:700;text-transform:uppercase}.teaser__event-header-section{display:inline-block}.teaser__meta{display:block;order:1;margin-bottom:.2222222222rem;line-height:1.625;font-size:.8888888889rem}.teaser__text{flex:1 0 auto}.teaser__content--with-meta .teaser__text{order:3}.teaser__text p:not([class]){margin:0}.teaser__text p:not([class]):empty{display:none}.teaser__snippet,.teaser__bodytext{margin:0}.teaser__category-bars{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;justify-content:flex-end}@media only screen and (max-width: 19.99em){.teaser__category-bars{display:none}}.teaser__category-bars--event{position:static}.teaser__category-bar{width:1.1111111111rem;background-color:var(--teaser-bar-color)}.teaser__category-bar--inline{display:inline-block;width:.7777777778rem;height:.7777777778rem;margin-right:.4444444444rem;vertical-align:baseline;transform:translateY(0.0611111111rem)}.teaser__advisory{margin-top:.4444444444rem;line-height:1.4375;font-size:.8888888889rem;font-weight:700;color:#000;text-transform:none}.teaser__advisory-text{display:inline-block;padding:0 .3333333333rem;background:#fff}.teaser--list{padding:1.3333333333rem 0 0;border-color:#000;border-width:.0555555556rem 0 0 0}@media only screen and (max-width: 53.115em){.teaser--list .teaser__image-wrapper{width:18.8888888889rem;max-width:100%}.teaser--list .teaser__content{padding:0}.teaser--list.teaser--with-image .teaser__content{padding-top:1rem}}@media only screen and (min-width: 53.125em){.teaser--list{display:grid;gap:0 30px;grid-template-columns:auto;grid-template-areas:"text";align-content:start;align-items:start}.teaser--list.teaser--with-image{grid-template-columns:auto 18.8888888889rem;grid-template-areas:"text image"}.teaser--list .teaser__content{grid-area:text;align-self:stretch;padding:0}.teaser--list .teaser__text{display:flex;flex-direction:column;justify-content:flex-start}.teaser--list .teaser__image-wrapper{grid-area:image}}.teaser--colored-1d3f4b{--teaser-bar-color: #1d3f4b}.teaser--colored-5f002f{--teaser-bar-color: #5f002f}.teaser--colored-3d4100{--teaser-bar-color: #3d4100}.teaser--colored-a46674{--teaser-bar-color: #a46674}.teaser--colored-032352{--teaser-bar-color: #032352}.teaser--colored-416224{--teaser-bar-color: #416224}.teaser--colored-724b51{--teaser-bar-color: #724b51}.teaser--colored-564e6f{--teaser-bar-color: #564e6f}.teaser--colored-3b0041{--teaser-bar-color: #3b0041}.teaser--colored-866800{--teaser-bar-color: #866800}.teaser--colored-00817b{--teaser-bar-color: #00817b}.teaser--colored-cdd30f,.teaser__category-bar--5{--teaser-bar-color: #cdd30f}.teaser--colored-aea700,.teaser__category-bar--6{--teaser-bar-color: #aea700}.teaser--colored-ecbc00,.teaser__category-bar--7{--teaser-bar-color: #ecbc00}.teaser--colored-ec6200,.teaser__category-bar--8{--teaser-bar-color: #ec6200}.teaser--colored-bf002a,.teaser__category-bar--9{--teaser-bar-color: #bf002a}.teaser--colored-9c004b,.teaser__category-bar--10{--teaser-bar-color: #9c004b}.teaser--colored-4fb800,.teaser__category-bar--11{--teaser-bar-color: #4fb800}.teaser--colored-009b77,.teaser__category-bar--12{--teaser-bar-color: #009b77}.teaser--colored-008993,.teaser__category-bar--13{--teaser-bar-color: #008993}.teaser--colored-0087b2,.teaser__category-bar--14{--teaser-bar-color: #0087b2}.teaser--colored-00556a,.teaser__category-bar--15{--teaser-bar-color: #00556a}.teaser--colored-da3c43,.teaser__category-bar--16{--teaser-bar-color: #da3c43}.teaser-wall{display:flex;flex-wrap:wrap;margin:0 -12px -3.3333333333rem}.teaser-wall--25{margin-bottom:-2.7777777778rem}.teaser-wall--spaced{margin-bottom:-3.1111111111rem}.teaser-wall--narrow,.teaser-wall--news{margin-bottom:-24px}.teaser-wall__item{flex:0 0 auto;width:100%;padding:0 12px;margin-bottom:3.3333333333rem}@media only screen and (min-width: 36.25em)and (max-width: 63.99em){.teaser-wall__item:not(.teaser-wall__item--list){width:50%}}@media only screen and (min-width: 64em){.teaser-wall__item{width:33.3333333333%}.teaser-wall__item--wide{width:50%}.teaser-wall__item--narrow,.teaser-wall__item--news{width:25%}}.teaser-wall__item--narrow,.teaser-wall__item--news{margin-bottom:24px}.teaser-wall__item--spaced{margin-bottom:3.1111111111rem}.teaser-wall__all-link{display:inline-block;position:relative;padding-left:1.6666666667rem;line-height:1.3333333333;font-size:1rem;font-weight:700;color:#000;text-decoration:none;display:inline-block;margin-top:3.3333333333rem}.teaser-wall__all-link:visited{color:#000}.teaser-wall__all-link:hover{text-decoration:underline}.teaser-wall__all-link::before{content:"";position:absolute;top:.1111111111rem;left:0;width:1.2222222222rem;height:1.2222222222rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M29.174 16l1.387 1.387 1.387-1.387-1.387-1.387-1.387 1.387zM14.113 3.712l13.674 13.674 2.773-2.773-13.674-13.674-2.773 2.773zM27.788 14.613l-13.674 13.674 2.773 2.773 13.674-13.674-2.773-2.773z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.1818' stroke-miterlimit='4' stroke-linecap='butt' stroke-linejoin='miter' d='M1.72 16h26.832'%3E%3C/path%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100% auto}.teaser-wall--list{margin-bottom:-24px;border-bottom:.0555555556rem solid}@media only screen and (min-width: 53.125em){.teaser-wall--list{max-width:52.2222222222rem;margin-right:auto;margin-left:auto;margin:0 auto}}@media only screen and (min-width: 64em){.teaser-wall--search-list{max-width:52.2222222222rem;margin-right:auto;margin-left:auto;margin-right:auto;margin-left:auto}}.teaser-wall__item--list{margin-bottom:24px}@media only screen and (min-width: 53.125em){.teaser-wall__item--list{width:100%;padding:0}}@media only screen and (min-width: 64em){.teaser-wall__all-link--list{margin:0 0 3.3333333333rem}}.teaser-slider{position:relative}.teaser-slider--teaser,.teaser-slider--teaserbox-wall{padding-bottom:4.4444444444rem;overflow:visible !important}@media only screen and (min-width: 36.25em){.teaser-slider--teaser,.teaser-slider--teaserbox-wall{display:none}}@media only screen and (max-width: 74.99em){.teaser-slider--highlight{width:calc(100% + 2rem);margin-right:-1rem;margin-left:-1rem}}.teaser-slider__list{display:flex;position:relative;margin:0 -12px;transform:translateX(0);transition:transform .4s}@media only screen and (min-width: 40em){.teaser-slider__list{margin:0 -15px}}.teaser-slider__list-wrapper{position:relative;overflow:hidden}.teaser-slider__item{flex:0 0 auto;width:100%;padding:0 12px}@media only screen and (min-width: 36.25em){.teaser-slider__item{width:50%}}@media only screen and (min-width: 40em){.teaser-slider__item{width:33.3333333333%;padding:0 15px}}.teaser-slider__item--full{width:100%}.js-current-complete:not(.js-measuring) .teaser-slider__item[aria-hidden=true] *{display:none}.js-current-complete:not(.js-measuring) .teaser-slider__item--equal-height[aria-hidden=true] *{display:block;visibility:hidden}.teaser-slider__item[aria-hidden=true] .textmedia__caption-text{display:none}.teaser-slider__item-liner--max{height:100%}.teaser-slider__controls--teaser{position:absolute;bottom:-.3333333333rem;left:50%;transform:translateX(-50%)}.teaser-slider__controls--textmedia{position:absolute;top:calc(100% - 3.4444444444rem);right:0;left:auto;padding-top:.5555555556rem;transition:top .4s ease}.teaser-slider__controls--highlight{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:center;padding:1rem 0 0 .1111111111rem}@media only screen and (min-width: 40em){.teaser-slider__controls--highlight{flex-wrap:nowrap;justify-content:flex-start}}@media only screen and (min-width: 46.875em){.teaser-slider__controls--highlight{padding-left:1.1111111111rem}}@media only screen and (min-width: 75em){.teaser-slider__controls--highlight{padding-left:2.2222222222rem}}.teaser-slider__controls--frozen:not(.teaser-slider__controls--highlight):not(.teaser-slider__controls--teaser){position:absolute;right:0}.teaser-slider__control{width:50px;height:50px;border-radius:100%;color:#174872;background:#fff}@media only screen and (min-width: 37.5em){.teaser-slider__control--textmedia{width:2.7777777778rem;height:2.7777777778rem}}.teaser-slider__control--highlight{flex:0 0 auto}.component--grid-bordered .teaser-slider__control{background:#e0e7f4}.teaser-slider__control.js-disabled{cursor:default;opacity:.58}.teaser-slider__control:not([aria-disabled=true]):hover{transform:scale(1.1)}.teaser-slider__control--prev{margin-right:20px}@media only screen and (min-width: 37.5em){.teaser-slider__control--prev.teaser-slider__control--textmedia{margin-right:.8333333333rem}}.teaser-slider__control--pause{margin-right:20px}.teaser-slider__control--pause[aria-disabled=true]{opacity:.58}.teaser-slider__control:focus:not(.js-current-complete .teaser-slider__control):not(.js-current-complete~* .teaser-slider__control){outline-color:rgba(0,0,0,0)}.teaser-slider__control-icon{width:100%;height:100%;pointer-events:none;transform:rotate(90deg)}.teaser-slider__control--prev .teaser-slider__control-icon{transform:rotate(270deg)}.teaser-slider__control-icon--pause,.teaser-slider__control-icon--play{transform:none}.teaser-slider__control-icon--play{display:none}[aria-pressed=true] .teaser-slider__control-icon--play{display:block}[aria-pressed=true] .teaser-slider__control-icon--pause{display:none}.teaser-slider__dot-list{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:.6666666667rem;justify-content:center;width:100%;margin-top:1rem}@media only screen and (min-width: 40em){.teaser-slider__dot-list{flex:1 1 auto;justify-content:flex-start;width:auto;margin:.7777777778rem 0 0 2.3333333333rem}}.teaser-slider__dot-item{width:1.2222222222rem;height:1.2222222222rem;border:.1111111111rem solid #000;border-radius:100%;background:#000}.teaser-slider__dot-item--active{background:#fff}.teaserbox{display:flex;flex-direction:column;height:100%;line-height:1.2857142857;font-size:1.5555555556rem;font-weight:700;background:#fff;container-type:inline-size}.teaserbox--white{border:2px solid #c8cfd5}.teaserbox--lightgrey{background:#e0e7f4}.teaserbox--lightblue{background:#b5c4de}.teaserbox--darkblue{--focus-color: #fff;color:#fff;background:#174872}.teaserbox__link{display:flex;flex:1 1 auto;flex-direction:column;justify-content:flex-end;gap:28px 0;width:100%;padding:1.6666666667rem 1.6666666667rem 2rem;color:inherit;aspect-ratio:1/1}@container (min-width: 19.4444444444rem){.teaserbox__link{padding:2.1111111111rem 2.2222222222rem 2.5555555556rem}}@container (min-width: 25rem){.teaserbox__link{padding:2.4444444444rem 2.7777777778rem 2.5555555556rem}}.teaserbox__link:visited{color:inherit}.teaserbox__link:hover:is(a){text-decoration:underline}.teaserbox__link:focus{outline-offset:-0.2777777778rem}.teaserbox__link-text{word-wrap:break-word;overflow-wrap:break-word;display:inline-block;flex:0 0 auto;max-width:100%;text-wrap:balance}@supports(hyphens: auto){.teaserbox__link-text{hyphens:auto}}.teaserbox__link-text::after{content:"​";padding-left:1.9444444444rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M29.174 16l1.387 1.387 1.387-1.387-1.387-1.387-1.387 1.387zM14.113 3.712l13.674 13.674 2.773-2.773-13.674-13.674-2.773 2.773zM27.788 14.613l-13.674 13.674 2.773 2.773 13.674-13.674-2.773-2.773z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.1818' stroke-miterlimit='4' stroke-linecap='butt' stroke-linejoin='miter' d='M1.72 16h26.832'%3E%3C/path%3E%3C/svg%3E") no-repeat 100% 50%;background-size:1.1111111111rem auto}.teaserbox__link-text--darkblue::after{filter:invert(100%)}.teaserbox__icon{flex:0 0 auto;width:146px;height:146px}@container (max-width: 21.1111111111rem){.teaserbox__icon{width:106px;height:106px}}.teaserbox__icon--darkblue{filter:invert(100%)}.teaserbox-wall{display:flex;flex-wrap:wrap}@media only screen and (max-width: 36.24em){.teaserbox-wall{display:none}}.teaserbox-wall--layout-image{flex:0 0 auto;width:100%}@media only screen and (min-width: 64em){.teaserbox-wall--layout-image{width:50%}}.teaserbox-wall__outer{display:flex;flex-wrap:wrap}@media only screen and (min-width: 64em){.teaserbox-wall__outer{flex-wrap:nowrap}}.teaserbox-wall__image-wrapper{position:relative;flex:0 0 auto;width:100%}@media only screen and (min-width: 64em){.teaserbox-wall__image-wrapper{width:50%}}.teaserbox-wall__image{width:100%;height:auto}@media only screen and (min-width: 64em){.teaserbox-wall__image{width:calc(100% + 30px)}}.teaserbox-wall__item{flex:0 0 auto;width:100%}@media only screen and (min-width: 36.25em){.teaserbox-wall__item{width:50%}}@media only screen and (min-width: 64em){.teaserbox-wall__item{width:33.3333333333%}.teaserbox-wall__item--layout-4{width:25%}.teaserbox-wall__item--layout-5{width:20%}.teaserbox-wall__item--layout-image{width:50%}}.teaserbox-wall__item--placeholder{background:#fff}@media only screen and (max-width: 36.24em){.teaserbox-wall__item--placeholder{display:none}}@media only screen and (min-width: 64em){.teaserbox-wall__item--clip1{clip-path:polygon(100% 0, 100% 100%, 8% 100%, 0 92%, 0 0)}}@media only screen and (min-width: 64em){.teaserbox-wall__item--clip2{clip-path:polygon(100% 0, 100% 100%, 0 100%, 0 8%, 8% 0)}}.contact{--focus-color: #fff;color:#fff}.contact:not(.contact--with-map){container-type:inline-size}.contact+.contact{margin-top:24px}.contact__item{display:flex;flex-direction:column;background:#174872}@container (min-width: 44.4444444444rem){.contact__item{flex-direction:row}}.contact__list-item+.contact__list-item{margin-top:24px}.contact__content{flex:1 1 auto;padding:33px 39px 48px}@container (max-width: 44.4444444444rem){.contact__content{order:2}}.contact__content--reduced{padding-bottom:38px}.contact__image-wrapper{display:flex;flex:0 0 auto;justify-content:center;background:#e0e7f4}@container (max-width: 44.4444444444rem){.contact__image-wrapper{order:1}}@container (min-width: 44.4444444444rem){.contact__image-wrapper{flex-direction:column}}.contact__image-liner{position:relative}.contact__image{grid-area:main;height:auto;max-width:100%}.contact__copyright{position:absolute;right:0;bottom:0;display:inline-block;padding:0 .2777777778rem .0555555556rem;line-height:1.5;font-size:.7777777778rem;color:#fff;background-color:#000;word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.contact__copyright{hyphens:auto}}.contact__title{line-height:1.2727272727;font-size:1.2222222222rem;font-weight:700;word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.contact__title{hyphens:auto}}.contact__title-link{color:inherit;text-decoration:underline}.contact__title-link:visited{color:inherit}.contact__title-link:hover{text-decoration-thickness:.1666666667rem}.contact__description{margin-top:.3333333333rem;margin-bottom:.7777777778rem;line-height:1.3;font-size:1.1111111111rem}.contact__description+.contact__description{margin-top:-.7777777778rem}.contact__description:last-child{margin-bottom:0}.contact__detail-list{margin-top:2.1111111111rem;line-height:1.375;font-size:.8888888889rem}.contact__detail-list--location{margin-top:1.5555555556rem}.contact__detail-list--search{display:flex;flex:1 0 auto;flex-direction:column;justify-content:flex-end;margin-top:.8888888889rem}.contact__detail-list:not(:last-child){margin-bottom:1rem}.contact__detail-item:not(:last-child){margin-bottom:.8333333333rem}.contact__links{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;gap:.2222222222rem 1rem;line-height:1.375;font-size:.8888888889rem}.contact__link{text-decoration:underline;display:inline-block;position:relative;padding-left:2.1111111111rem;color:inherit}.contact__link:hover{text-decoration-thickness:.1111111111rem}.contact__link:visited{color:inherit}.contact__link--secondary{margin-top:.4444444444rem}.contact__link--unlink{text-decoration:none}.contact__link--iconless{padding-left:0}.contact__icon{position:absolute;top:0;left:0;width:1.2222222222rem;height:1.2222222222rem}.contact__icon--location{top:-.0555555556rem;left:-.0555555556rem;width:auto;height:1.5rem}.contact__icon--hours{top:.1111111111rem;left:.0555555556rem}.contact__icon--committees{top:.0555555556rem}.contact__icon--fax{left:.0555555556rem}.contact__icon--mail-search{top:.1666666667rem}.contact__www-link{margin-top:1.5555555556rem}@media only screen and (min-width: 43.75em){.contact__www-link{margin-top:2.2222222222rem}}.contact__map{background:#174872}.news__event-date{padding-top:.2222222222rem;margin-bottom:.6111111111rem;line-height:1.25;font-size:1.3333333333rem;font-weight:700;text-transform:uppercase}.news__flat-text{margin-bottom:0}.news__category-list{margin-top:.7777777778rem}.news__category-list--course{margin:0 0 .7777777778rem}.news__category-list--teaser{order:4;margin-top:2.5rem}.news__category{word-wrap:break-word;overflow-wrap:break-word;display:inline;padding-right:.3333333333rem;line-height:1.625;font-size:.8888888889rem}@supports(hyphens: auto){.news__category{hyphens:auto}}.news__category--teaser{padding-right:.2222222222rem;line-height:1.8571428571;font-size:.7777777778rem}.news__category:last-child{padding-right:0}.news__category-separator{padding-left:.5555555556rem}.news__category-separator--teaser{padding-left:.4444444444rem}:last-child>.news__category-separator{display:none}.news__release-notes{margin-top:2.2222222222rem;line-height:1.625;font-size:.8888888889rem}.news__thumbnail{height:auto !important;max-width:100%;width:230px}.news__thumbnail--teaser{width:100%}.news__summary:not(:last-child){margin-bottom:1rem}.news__summary-item:not(:last-child){margin-bottom:.2222222222rem}.news__summary-term{padding-right:.4444444444rem}.news__text-link{text-decoration:underline;color:inherit}.news__text-link:hover{text-decoration-thickness:.1111111111rem}.news__text-link:visited{color:inherit}.news__event-links{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;gap:.2222222222rem 1rem}.news__event-links:not(:last-child){margin-bottom:1.2222222222rem}.highlight{display:grid;grid-template-areas:"main";position:relative}.highlight__outer{height:100%;background:#000}@media only screen and (max-width: 36.24em){.highlight__outer--mobile-plain{background:#e0e7f4}}.highlight__item-background{position:relative;grid-area:main}@media only screen and (min-width: 36.25em){.highlight__item-background{min-height:600px}}.highlight__item-background-liner{width:100%}.highlight__item-background-image{width:100%;height:auto}@media only screen and (min-width: 36.25em){.highlight__item-background-image{width:100%;height:600px;-o-object-fit:cover;object-fit:cover}}.highlight__item-background-liner{position:relative}.highlight__item-background-liner::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40px;background:linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%)}@media only screen and (max-width: 36.24em){.highlight__outer--mobile-plain .highlight__item-background-liner::after{display:none}}.highlight__item-background-liner:has(.highlight__item-background-image:focus){outline:.2777777778rem solid #fff;outline-offset:-.2777777778rem}@media only screen and (max-width: 36.24em){.highlight__outer--mobile-plain .highlight__item-background-image{visibility:hidden}}.highlight__item-background-image:focus-visible{outline:.1666666667rem solid var(--focus-color);outline-offset:-.1666666667rem}.highlight__title{line-height:1.2142857143;font-size:1.5555555556rem;margin-bottom:.5rem;font-weight:700}@media only screen and (min-width: 64em){.highlight__title{margin-bottom:.6666666667rem;line-height:1.2857142857;font-size:1.9444444444rem}}.highlight__title:last-child{margin-bottom:0}.highlight__title[tabindex]:focus-visible{outline:.1666666667rem solid var(--focus-color);outline-offset:.2222222222rem}.highlight__title-link{display:inline-block;max-width:100%;color:inherit}.highlight__title-link:visited{color:inherit}.highlight__title-link:hover{text-decoration:none}.highlight__title-link:focus{outline:none}.highlight__title-link:focus-visible{outline:.1666666667rem solid var(--focus-color);outline-offset:.2222222222rem}.highlight__title-link::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.highlight__title-text{display:inline-block;max-width:100%}.highlight__title-text--linked::after{content:"​";padding-left:1.5555555556rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M29.174 16l1.387 1.387 1.387-1.387-1.387-1.387-1.387 1.387zM14.113 3.712l13.674 13.674 2.773-2.773-13.674-13.674-2.773 2.773zM27.788 14.613l-13.674 13.674 2.773 2.773 13.674-13.674-2.773-2.773z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.1818' stroke-miterlimit='4' stroke-linecap='butt' stroke-linejoin='miter' d='M1.72 16h26.832'%3E%3C/path%3E%3C/svg%3E") no-repeat 100% calc(50% + 2px);background-size:1.1111111111rem auto;filter:invert(100%)}@media only screen and (min-width: 64em){.highlight__title-text--linked::after{padding-left:2rem;background-size:1.3888888889rem auto}}.highlight__title-link:hover .highlight__title-text--linked{text-decoration:underline}.highlight__content-wrapper{display:grid;grid-template-rows:1fr min-content;grid-template-areas:"text" "copyright";grid-area:main;z-index:1;align-items:end;align-self:end;justify-self:start;width:100%;min-height:100%}.highlight__content{--focus-color: #fff;grid-area:text;width:calc(100% - 32px);min-width:0;padding:36px 38px 50px;margin:120px 1rem 1.3333333333rem;color:#fff;background:#174872}@media only screen and (min-width: 46.875em){.highlight__content{justify-self:start;align-self:end;max-width:34.7222222222rem;margin:60px 1rem 68px 40px}.highlight__content--right{justify-self:end;margin-right:40px;margin-left:1rem}}.highlight__content--stage{position:relative}.highlight__copyright-holder{grid-area:copyright;text-align:right}@media only screen and (max-width: 36.24em){.highlight__outer--mobile-plain .highlight__copyright-holder{display:none}}.highlight__image-copyright{position:absolute;right:0;bottom:0;display:inline-block;padding:0 .2777777778rem .0555555556rem;line-height:1.5;font-size:.7777777778rem;color:#fff;background-color:#000}.highlight__link{transition:background-color .25s ease,border-color .25s ease;color:#000;background:#fff;display:inline-block;position:relative;width:auto;max-width:100%;padding:.6111111111rem 1.6666666667rem .7222222222rem;border:0;border-radius:0;line-height:1.3;font-family:"inter",sans-serif;font-size:1.1111111111rem;font-weight:700;text-align:left;text-decoration:none !important;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:1.3333333333rem}.highlight__link:visited{color:#000}.highlight__link:focus,.highlight__link:hover{background:#e0e7f4}.highlight__link:hover{box-shadow:0 0 0 .1666666667rem #e0e7f4}.highlight__link[disabled]{color:#000;background:#e0e7f4}@media only screen and (max-width: 37.49em){.highlight__link{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.highlight__link{hyphens:auto}}}.highlight__link[disabled]{cursor:default}.form--contact{max-width:560px;padding:20px 20px 24px;border-radius:30px;background:#fff}.form--search{margin-bottom:3.3333333333rem}.form--search-standalone{padding-bottom:2rem;margin-bottom:0}.form--sorting{margin-bottom:1.6666666667rem}.form__group{width:100%;margin-bottom:1.6666666667rem}.form__group--checkbox+.form__group--checkbox{margin-top:-1.6666666667rem}.form__group--error label{color:var(--form-error-color)}.form__group--reduced{margin-bottom:.5555555556rem}.form__group--separated-top{margin-top:2.2222222222rem}.form__group--summary{padding:1.1111111111rem;margin-bottom:0;border:2px solid #000;border-bottom:0}.form__column>.form__group:last-child{margin-bottom:0}@media only screen and (max-width: 39.99em){.form__buttons{padding-top:.6666666667rem}}.form__row+.form__buttons,fieldset+.form__buttons{margin-top:.8333333333rem}.form__buttons:not(.form__buttons--contact){text-align:right}.form__buttons--contact{padding-top:0}.form__buttons--fixed{display:flex;gap:0 24px}@media only screen and (max-width: 43.74em){.form__buttons--fixed{flex-wrap:wrap}}.form__headline{margin-top:.8888888889rem}.form__headline:first-child,.form__headline--first{margin-top:0}.form__error{border-color:var(--form-error-color)}.form__checkable-group+.form__error{margin-top:-.4444444444rem}.form__required{font-weight:700}.form__checkable-label{display:inline-block;position:relative;padding-left:2.2222222222rem;margin:0 1.6666666667rem .7777777778rem 0;vertical-align:top;line-height:1.3888888889;font-size:inherit;font-weight:400;color:var(--color-form-label);text-transform:none}.form__checkable-label:last-child{margin-right:0}.form__checkable-label--survey{margin-right:0}.form__checkable-label--block{display:block;margin-right:0}.form__checkable-label--disabled{cursor:default}.form__checkable-label--alone{margin-bottom:.1111111111rem}.form__styled-radio,.form__styled-checkbox{position:absolute;top:.0555555556rem;left:0;width:1.3333333333rem;height:1.3333333333rem;border:var(--input-border);background:#fff}.form__styled-radio::after,.form__styled-checkbox::after{content:"";display:none;position:absolute;top:0;left:0}.form__error+.form__styled-radio,.form__error+.form__styled-checkbox{border-color:var(--form-error-color)}.cookie-notice__check .form__styled-radio,.cookie-notice__check .form__styled-checkbox{border-color:#174872}.form__styled-radio{top:.1111111111rem;border-radius:100%;transform:none}.form__checkable{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;white-space:nowrap;clip-path:inset(50%)}.form__checkable:checked+.form__styled-checkbox::after{display:block;width:100%;height:100%;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 32 32' fill='%23174872'%3E%3Cpath d='M31.999 7.85l-3.78-3.78-16.166 16.166-8.149-8.149-3.905 3.905 8.149 8.148-0.008 0.008 3.78 3.78 20.079-20.079z'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:.8888888889rem auto}.form__checkable:checked+.form__styled-radio::after{display:block;top:50%;left:50%;width:100%;height:100%;border:4px solid rgba(0,0,0,0);border-radius:100%;background:#174872;transform:translate(-50%, -50%);background-clip:content-box}.form__checkable[aria-disabled]+.form__styled-checkbox::after,.form__checkable[disabled]+.form__styled-checkbox::after{opacity:.6}.form__checkable[aria-disabled]+.form__styled-radio::after,.form__checkable[disabled]+.form__styled-radio::after{opacity:.6}.form__checkable:focus+.form__styled-checkbox,.form__checkable:focus+.form__styled-radio{outline:.1666666667rem solid var(--focus-color);outline-offset:.0555555556rem}.form__standalone-checkbox{margin-top:1.1111111111rem}@media only screen and (min-width: 64em){.form__standalone-checkbox{padding-left:.5555555556rem;margin-top:0}}.form__error-label{margin:.3333333333rem 0 0;color:var(--form-error-color)}.form__error-label:empty{margin:0}.form__group+.form__error-label{margin-top:-1.3333333333rem}.filter-form__row+.form__error-label{margin:-1.3333333333rem 0 1.6666666667rem}.form__checkable-group+.form__error-label,.form__checkable-label+.form__error-label{margin-top:-.1111111111rem}.form__checkable-label--alone .form__error-label{margin-top:.6666666667rem}.form__summary-outer{position:relative}.form__summary-item{margin-bottom:.5555555556rem}.form__summary-item:last-child{margin-bottom:0}.form__summary-definition{display:block}.form__summary-cancel{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;white-space:nowrap;clip-path:inset(50%)}.form__summary-cancel:active,.form__summary-cancel:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal;clip-path:none}.form__summary-cancel:focus{position:absolute;bottom:.2222222222rem;left:50%;transform:translateX(-50%)}.form__flex-select{width:auto;max-width:100%}.form__info-list-box,.form__error-list-box{padding:.8888888889rem .8888888889rem 1rem;margin-bottom:1.6666666667rem;border:1px solid var(--form-error-color);color:var(--form-error-color)}.form__info-list-box:not(:first-child),.form__error-list-box:not(:first-child){margin-top:-2.5rem}.form__info-list-box{border:0;color:#000;background:#e0e7f4}.form__info-list-box--alone{margin-bottom:0}.form__info-list-text,.form__error-list-text{margin-bottom:.6666666667rem}.form__info-list-text:last-child,.form__error-list-text:last-child{margin:0}.form__error-list:not(:first-child){margin-top:-.4444444444rem}.form__error-list-item{position:relative;padding-left:1.1111111111rem;margin-bottom:.4444444444rem}.form__error-list-item::before{content:"";position:absolute;top:.6111111111rem;left:.1111111111rem;width:.3888888889rem;height:.3888888889rem;border-radius:100%;background:currentColor}.form__error-list-item:last-child{margin:0}.form__error-link,.form__error-list-link{text-decoration:underline;color:var(--form-error-color)}.form__error-link:hover,.form__error-list-link:hover{text-decoration-thickness:.1111111111rem}.form__error-link:visited,.form__error-list-link:visited{color:var(--form-error-color)}.form__alert{scroll-margin-top:1.7777777778rem}.form__required-info{margin:0 0 1.1111111111rem;line-height:1.25;font-size:.8888888889rem}.form__content-element{margin-bottom:1.6666666667rem}.form__group--checkbox+.form__content-element{margin-top:-.4444444444rem}.form__content-element--description{margin-top:-1.4444444444rem}.form__group--checkbox+.form__content-element--description{margin-top:-1.8888888889rem}.form__non-label{display:block;margin-bottom:.1111111111rem;line-height:1.5;font-size:.8888888889rem;font-weight:700;color:#174872}.form__disabled-label{color:#666;cursor:text}.form__legend-label{display:block;margin-bottom:.1111111111rem;line-height:1.5;font-size:.8888888889rem;font-weight:700;color:#174872}@media only screen and (min-width: 40em){.form__legend-label--checkable-group{margin-bottom:.8888888889rem}}.form__label-placeholder{display:block;margin-bottom:.1111111111rem;line-height:1.5;font-size:.8888888889rem;font-weight:700;color:#174872;min-height:1.3333333333rem}.form__link{text-decoration:underline}.form__link:hover{text-decoration-thickness:.1111111111rem}.form__text{max-width:52.2222222222rem;margin:0}.form__text--related{padding-left:.0555555556rem;margin:.5555555556rem 0 0}.form__row{display:flex;align-items:flex-end;flex-wrap:wrap;width:calc(100% + 24px);margin:0 -12px}.form__row--pulled{width:auto}.form__row--fixed{flex-wrap:nowrap}.form__row--separate{margin-top:1.1111111111rem}.form__column{align-self:flex-start;flex:0 0 auto;width:100%;padding:0 12px;margin-bottom:1.1111111111rem}@media only screen and (min-width: 40em){.form__column{width:50%}}@media only screen and (max-width: 63.99em){.form__column--min-grow-wide{flex:0 0 auto;width:auto;max-width:100%}}@media only screen and (min-width: 64em){.form__column{width:33.3333333333%}.form__column--25{width:25%}.form__column--37{width:37.5%}.form__column--50{width:50%}.form__column--66{width:66.6666666667%}.form__column--75{width:75%}.form__column--min-grow-wide{flex:1 0 auto;width:auto}}.form__column--content-width{width:100%;max-width:52.2222222222rem;margin-right:auto;margin-left:auto}.form__column--bottom{align-self:flex-end}.form__column--middle{align-self:center}.form__column--grow{flex-grow:1}.form__column--shrink{flex-shrink:1}.form__column--buttons{text-align:right}.form__column--min{flex:0 0 auto;width:auto;max-width:100%}.form__column--min-grow{flex:1 0 auto;width:auto;max-width:100%}.form__column--min-shrink{flex:0 1 auto;width:auto;max-width:100%}.form__column--right{text-align:right}.form__column--flat{margin-bottom:0}.form__inline-group{display:flex;align-items:flex-end;flex-direction:row}.form__inline-group-label{flex:0 0 auto;padding-right:24px}.form__inline-group-field{flex:1 1 auto}.form__accordion-header{display:block;background:#e0e7f4}.form__accordion-header-control{display:block;position:relative;width:100%;padding:.7777777778rem 3.3333333333rem .8333333333rem 0;border-top:.0555555556rem solid #000;border-bottom:.0555555556rem solid #fff;line-height:inherit;font-family:"inter",sans-serif;font-weight:inherit}.form__accordion-header-icon{position:absolute;top:.9444444444rem;right:0;width:1.5555555556rem;height:1.5555555556rem;color:#174872;transform:rotate(90deg);transition:transform .25s ease}[aria-expanded=true] .form__accordion-header-icon{transform:rotate(-90deg)}.form__auto-input{width:auto}.form__full-input{width:100%;max-width:100%}.form__textarea-reduced{min-height:5.5555555556rem}.form [id]{scroll-margin-top:4em}.social{display:flex;align-items:center;flex-wrap:wrap}.social--share{display:block;grid-area:center;justify-self:center;gap:.4444444444rem 0;color:#174872}@media only screen and (max-width: 36.24em){.social--share{margin-bottom:30px}}.social--footer{display:none}@media only screen and (min-width: 40em){.social--footer{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;max-width:100%;gap:.4444444444rem 1.3333333333rem;margin-bottom:1.7777777778rem}}.social--footer-mobile{justify-content:flex-end;order:2;width:100%}@media only screen and (min-width: 40em){.social--footer-mobile{display:none}}.social__list{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:.6666666667rem 1rem;max-width:100%}@media only screen and (max-width: 19.99em){.social__list{gap:14px}}.social__list--share{justify-content:center;gap:1rem}@media only screen and (min-width: 40em){.social__list--share{gap:1rem 2.7777777778rem}}.social__item{display:inline-block}.social__link{display:flex;color:#174872;text-decoration:none;border-radius:100%}.social__link:hover{transform:scale(1.1)}.social__link:visited{color:#174872}.social__icon{display:block;width:1.8888888889rem;height:1.8888888889rem;margin:auto;color:#fff}.social__icon--reduced-instagram{transform:translateX(-1px)}.social--share .social__icon{width:3.1111111111rem;height:3.1111111111rem;color:#174872}.social__text{flex:0 0 auto;max-width:100%;margin:0;font-weight:700}.social__text--share{margin-bottom:1rem;line-height:1.2727272727;font-size:1.2222222222rem;text-align:center}.blockquote{--focus-color: #fff}.blockquote[tabindex]:focus-visible{outline:.1666666667rem solid var(--focus-color);outline-offset:.2222222222rem}.blockquote__text{line-height:1.4166666667;font-size:1.3333333333rem}.blockquote__source{margin-top:1.3333333333rem;line-height:1.375;font-size:.8888888889rem}.detail__last-edited{margin-top:2rem;font-style:italic;color:#174872}.detail__directions-link{display:inline-block;position:relative;padding-right:1.6666666667rem;margin-top:.8333333333rem;font-size:1.1111111111rem;font-weight:400;color:#000}.detail__directions-link::after{content:"";position:absolute;top:.2222222222rem;right:0;width:1.1111111111rem;height:1.1111111111rem;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='19' height='14' viewBox='0 0 19 14' %3E%3Cpath d='M0 7H15.5' stroke='%23174872' stroke-width='1.5'/%3E%3Cpath d='M11.5 1L14.8775 3.75022C16.7809 5.30017 16.8522 8.18305 15.0276 9.82514L11.5 13' stroke='%23174872' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100% auto}.detail__directions-link:hover{text-decoration:underline}.detail__directions-link:visited{color:#000}.detail__accordion-subheader{margin-bottom:.1666666667rem;font-size:inherit}.detail__accordion-subheader:not(:first-child){margin-top:1.6666666667rem}.detail__accordion-subheader-reduced{margin-bottom:.1666666667rem;margin-left:.6666666667rem;font-size:inherit;font-weight:400}.detail__accordion-subheader-reduced:not(:first-child){margin-top:1.1111111111rem}.detail__accordion-flat-title{margin:0 0 .1111111111rem;line-height:inherit;font-size:inherit;font-weight:inherit}.detail__accordion-list:not(:last-child){margin-bottom:1rem}.detail__accordion-list-item{position:relative;padding-left:1.5555555556rem;margin:0 0 .2222222222rem}.detail__accordion-list-item::before{content:"";position:absolute;top:.7222222222rem;left:.7222222222rem;width:.1666666667rem;height:.1666666667rem;border-radius:100%;background:#000}.detail__accordion-list-item:last-child{margin-bottom:0}.detail__info-text{margin-bottom:.8888888889rem}.detail__hashtag-link:hover{text-decoration:underline}.linklist{width:100%;color:var(--linklist-color);background:var(--linklist-background)}.linklist--174872{--linklist-color: #fff;--linklist-background: #174872;--focus-color: #fff}.linklist--with-image{display:flex;flex-direction:column}@media only screen and (min-width: 62.5em){.linklist--with-image:not(.linklist--in-grid){flex-direction:row}}.linklist--section-menu{background:none}.linklist+.linklist{margin-top:3.3333333333rem}.linklist__title{line-height:1.1923076923;font-size:1.4444444444rem;font-weight:700;margin-bottom:1.1111111111rem}@media only screen and (min-width: 64em){.linklist__title{line-height:1.2142857143;font-size:1.5555555556rem}}@media only screen and (min-width: 62.5em){.linklist--with-image:not(.linklist--in-grid) .linklist__title{word-wrap:break-word;overflow-wrap:break-word;line-height:1.21875;font-size:1.7777777778rem;font-weight:700}@supports(hyphens: auto){.linklist--with-image:not(.linklist--in-grid) .linklist__title{hyphens:auto}}}@media only screen and (min-width: 62.5em)and (min-width: 64em){.linklist--with-image:not(.linklist--in-grid) .linklist__title{line-height:1.2;font-size:2.2222222222rem}}.linklist__content{padding:35px 33px 42px;container-type:inline-size}@media only screen and (min-width: 31.25em){.linklist__content{padding:35px 40px 42px}}.linklist__content--with-image{order:2}@media only screen and (min-width: 62.5em){.linklist__content--with-image:not(.linklist__content--in-grid){display:flex;flex:0 0 auto;flex-direction:column;justify-content:center;width:40.625%}}.linklist__content--section-menu{padding:0}.linklist__image-wrapper{position:relative;flex:1 1 auto;order:1}.linklist__image{width:100%;height:auto}@media only screen and (min-width: 62.5em){.linklist__image{height:100%;-o-object-fit:cover;object-fit:cover}}@container (max-width: 16.1111111111rem){.linklist__list{word-wrap:break-word;overflow-wrap:break-word;text-wrap:balance}@supports(hyphens: auto){.linklist__list{hyphens:auto}}@supports(text-wrap: pretty){.linklist__list{text-wrap:pretty}}}.linklist__list--sub{padding-bottom:.5555555556rem;padding-left:20px;margin-top:1.1111111111rem}.linklist__list--section-menu{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.6666666667rem 1.9444444444rem}.linklist__item{margin-bottom:.7777777778rem}.linklist__item:last-child{margin-bottom:0}.linklist__item--parent{margin-top:.8333333333rem}.linklist__item--parent:not(:last-child){margin-bottom:.8333333333rem}.linklist__item--in-text{margin-top:-.4444444444rem}.linklist__item--section-menu{flex:0 1 auto;margin:0;line-height:1.5555555556}.linklist__link{display:inline-block;position:relative;padding-left:1.8888888889rem;line-height:1.3333333333;font-size:1rem;font-weight:700;color:inherit;text-decoration:none}.linklist__link:visited{color:inherit}.linklist__link:hover{text-decoration:underline}.linklist__link::before{content:"";position:absolute;top:.1111111111rem;left:0;width:1.2222222222rem;height:1.2222222222rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M29.174 16l1.387 1.387 1.387-1.387-1.387-1.387-1.387 1.387zM14.113 3.712l13.674 13.674 2.773-2.773-13.674-13.674-2.773 2.773zM27.788 14.613l-13.674 13.674 2.773 2.773 13.674-13.674-2.773-2.773z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.1818' stroke-miterlimit='4' stroke-linecap='butt' stroke-linejoin='miter' d='M1.72 16h26.832'%3E%3C/path%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100% auto}.linklist__link--174872::before{filter:invert(100%)}.linklist__link--external::before{transform:rotate(-45deg)}.linklist__link--download::before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='21' height='21' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.0870' stroke-miterlimit='4' stroke-linecap='butt' stroke-linejoin='miter' d='M15.961 1.208l0.084 28.557'%3E%3C/path%3E %3Cpath fill='%23000' d='M16.041 30.426l-1.471 1.48 1.48 1.471 1.471-1.48-1.48-1.471zM29.071 14.358l-14.51 14.596 2.96 2.943 14.51-14.596-2.96-2.943zM17.512 28.946l-14.596-14.51-2.943 2.96 14.596 14.51 2.943-2.96z'%3E%3C/path%3E %3Cpath fill='none' stroke='%23000' stroke-width='2.0870' stroke-miterlimit='4' stroke-linecap='butt' stroke-linejoin='miter' d='M1.722 30.792h28.557'%3E%3C/path%3E%3C/svg%3E");transform:translateY(-0.1111111111rem)}.linklist__link--local::before{transform:rotate(90deg)}.linklist__link--in-text{line-height:inherit;font-size:inherit}.linklist__link--section-menu{padding-left:1.7222222222rem}.linklist__link-meta{font-weight:400}.linklist__copyright{position:absolute;right:0;bottom:0;display:inline-block;padding:0 .2777777778rem .0555555556rem;line-height:1.5;font-size:.7777777778rem;color:#fff;background-color:#000}.gallery{margin:0 0 -24px}@media only screen and (min-width: 43.75em){.gallery{margin-bottom:-1.6666666667rem}}@media only screen and (min-width: 62.5em){.gallery--narrow{display:none}}.gallery--wide{display:none}@media only screen and (min-width: 62.5em){.gallery--wide{display:block}}.gallery__figure{margin-bottom:1.1111111111rem}@media only screen and (min-width: 43.75em){.gallery__figure{margin-bottom:1.6666666667rem}}.gallery__image{height:auto !important;max-width:100%;transition:transform .4s;grid-area:content;font-size:.7777777778rem;color:#585858}.gallery__image-link:hover .gallery__image{transform:scale(1.05)}@container (min-width: 350px){.gallery__image-link:hover .gallery__image{transform:scale(1.02)}}.gallery__liner{position:relative}.gallery__image-link{display:grid;grid-template-columns:auto;grid-template-rows:auto;grid-template-areas:"content";overflow:hidden;container-type:inline-size}.gallery__image-link.js-clickenlarge{position:relative}.gallery__image-link.js-clickenlarge::after{content:"";position:absolute;top:8px;right:8px;width:50px;height:50px;background:url("data:image/svg+xml;charset=utf8,%3Csvg width='50' height='50' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23174872' d='M15.88 0.252c-8.632 0-15.629 6.997-15.629 15.629s6.997 15.629 15.629 15.629c8.632 0 15.629-6.997 15.629-15.629s-6.997-15.629-15.629-15.629z'%3E%3C/path%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5098' stroke-miterlimit='4' stroke-linecap='square' stroke-linejoin='miter' d='M18.54 23.102h4.323v-4.323'%3E%3C/path%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5098' stroke-miterlimit='4' stroke-linecap='square' stroke-linejoin='miter' d='M12.365 23.102h-3.705v-3.705'%3E%3C/path%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5098' stroke-miterlimit='4' stroke-linecap='square' stroke-linejoin='miter' d='M12.365 8.898h-3.705v3.705'%3E%3C/path%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5098' stroke-miterlimit='4' stroke-linecap='square' stroke-linejoin='miter' d='M18.54 8.898h4.323v4.323'%3E%3C/path%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100% auto}@container (min-width: 16.6666666667rem){.gallery__image-link.js-clickenlarge::after{top:16px;right:15px}}.gallery__caption{padding-top:.5555555556rem;line-height:1.5;font-size:.8888888889rem;color:#585858}@media only screen and (max-width: 43.74em){.gallery__caption{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.gallery__caption{hyphens:auto}}}.gallery__caption-text:empty{display:none}.gallery__copyright{display:inline-block;padding:0 .2777777778rem .0555555556rem;line-height:1.5;font-size:.7777777778rem;color:#fff;background-color:#000;grid-area:content;z-index:1;justify-self:end;align-self:end}.js-clickenlarge .gallery__copyright{display:none}.read-more__intro{margin-bottom:.6666666667rem}.read-more__control{position:relative;padding-right:1.1111111111rem;font-weight:700}.read-more__label{display:inline}.read-more__label--less{display:none}.read-more__control[aria-expanded=true] .read-more__label{display:inline}.read-more__control[aria-expanded=true] .read-more__label--more{display:none}.read-more__icon{position:absolute;top:.2222222222rem;right:0;width:.7777777778rem;height:.7777777778rem;vertical-align:middle;transform:rotate(90deg);transition:transform .25s ease}.read-more__control[aria-expanded=true] .read-more__icon{top:.2777777778rem;transform:rotate(-90deg)}.read-more__more{transition:opacity .25s ease;opacity:0}[aria-expanded=true]+.read-more__more{padding-top:.8888888889rem;opacity:1}.read-more__more-liner{display:none}[aria-expanded=true]+* .read-more__more-liner{display:block}.facts{margin-bottom:-1rem}.facts__list{display:flex;flex-direction:row;flex-wrap:wrap}@media only screen and (min-width: 62.5em){.facts__list{flex-wrap:nowrap}}.facts__item{flex:0 0 auto;width:100%;padding:1.4444444444rem 0;margin-bottom:1rem;border-bottom:2px solid #c7d0d2;color:#174872;text-align:center}@media only screen and (max-width: 39.99em){:last-child>.facts__item:last-child{padding-bottom:0;border-bottom:0}}@media only screen and (min-width: 40em){.facts__item{width:50%}:last-child>.facts__item:nth-last-child(3):first-child:last-child,:last-child>.facts__item:nth-last-child(3):first-child~.facts__item:last-child{padding-bottom:0;border-bottom:0}:last-child>.facts__item:nth-last-child(-n+2):first-child,:last-child>.facts__item:nth-last-child(-n+2):first-child~.facts__item{padding-bottom:0;border-bottom:0}:last-child>.facts__item:nth-last-child(4):first-child:last-child,:last-child>.facts__item:nth-last-child(4):first-child:nth-child(3),:last-child>.facts__item:nth-last-child(4):first-child~.facts__item:last-child,:last-child>.facts__item:nth-last-child(4):first-child~.facts__item:nth-child(3){padding-bottom:0;border-bottom:0}}@media only screen and (min-width: 62.5em){.facts__item{width:33.3333333333%}.facts__item--of-4{width:25%}:last-child>.facts__item{padding-bottom:0;border-bottom:0}}.facts__content{padding:0 12px;margin:0}.facts__link{text-decoration:underline;display:block;color:inherit}.facts__link:hover{text-decoration-thickness:.1111111111rem}.facts__link:visited{color:inherit}.facts__legend{word-wrap:break-word;overflow-wrap:break-word;display:block;margin-bottom:.1111111111rem;line-height:1.5555555556;font-size:1rem;text-wrap:balance}@supports(hyphens: auto){.facts__legend{hyphens:auto}}.facts__figure{word-wrap:break-word;overflow-wrap:break-word;display:block;line-height:1.2096774194;font-size:3.4444444444rem;font-weight:700}.pagination{margin:0 0 1.1111111111rem;line-height:1;font-size:1rem;text-align:center}.pagination--bottom{margin:4.2222222222rem 0 0}.pagination--bottom.pagination--publications{margin:2.8888888889rem 0 0}.pagination__list{display:inline-block;margin:0 auto}.pagination__item{display:inline-block;padding:0 .2777777778rem;vertical-align:middle}.pagination__item--next,.pagination__item--prev{margin-right:.1111111111rem;color:#d4d4d4;transform:translateY(-0.0555555556rem)}.pagination__item--next{margin-right:0;margin-left:.1111111111rem}.pagination__link{display:block;min-width:1.6666666667rem;padding:0 .1111111111rem;line-height:1.6666666667rem;font-size:1.3333333333rem;color:#000;text-align:center}.pagination__link:visited{color:#000}.pagination__link:hover{color:#fff;background-color:#174872}.pagination__link--current{font-weight:700;color:#fff;cursor:text;background-color:#174872}.pagination__link--current:visited{color:#fff}.pagination__link--next,.pagination__link--prev{color:#174872}.pagination__link--next:visited,.pagination__link--prev:visited{color:#174872}.pagination__link--next:hover,.pagination__link--prev:hover{color:#174872;background-color:rgba(0,0,0,0)}.pagination__icon{width:1.6666666667rem;height:auto;fill:none;stroke:currentColor}.pagination__icon--prev{transform:rotate(180deg)}.video{position:relative;width:100%;height:0;padding-bottom:56.25%}.video__container{position:absolute;top:0;left:0;width:100%;height:100%;background:#000}.video__blocked-explainer{display:none;text-align:left}.js-disabled:not(.js-unprocessed)~.video__blocked-explainer{display:block;padding:.3333333333rem .4444444444rem .5555555556rem;margin-top:.1111111111rem;border:2px solid #9c004b}.video__blocked-explainer .js-cookie-link-wrapper:not(:first-child){margin-top:-1.1111111111rem}.video__blocked-explainer .js-cookie-link{text-decoration:underline;line-height:inherit;font-size:inherit;color:#000}.video__blocked-explainer .js-cookie-link:hover{text-decoration-thickness:.1111111111rem}.video__blocked-explainer .js-cookie-link:visited{color:#000}.video__preview{display:none;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%}.video__preview--active{display:block}.video__preview-image{display:none;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%}.js-disabled .video__preview-image{display:block}.video__preview-icon{display:none;position:absolute;top:50%;left:50%;z-index:3;width:5.2222222222rem;height:5.2222222222rem;color:#000;pointer-events:none;opacity:.6;transform:translate(-50%, -50%)}.js-disabled .video__preview-icon{display:block}.video__container{transition:opacity .25s ease;z-index:1}.video__container--waiting{display:none;z-index:-1}.video__preview--active+.video__container{display:none}.video__active-text{display:none}.video__tab-control--current .video__active-text{display:inline-block}.video__tab{display:inline-block;padding:.5555555556rem .2777777778rem 0}.video__tab-control{transition:background-color .25s ease,border-color .25s ease;color:#fff;background:#174872;display:inline-block;position:relative;width:auto;max-width:100%;padding:.6111111111rem 1.6666666667rem .7222222222rem;border:0;border-radius:0;line-height:1.3;font-family:"inter",sans-serif;font-size:1.1111111111rem;font-weight:700;text-align:left;text-decoration:none !important;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.video__tab-control:visited{color:#fff}.video__tab-control:focus,.video__tab-control:hover{background:#000}.video__tab-control:hover{box-shadow:0 0 0 .1666666667rem #000}.video__tab-control[disabled]{color:#000;background:#e0e7f4}@media only screen and (max-width: 37.49em){.video__tab-control{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.video__tab-control{hyphens:auto}}}.video__tab-control[disabled]{cursor:default}.video__tab-control--current{padding-right:1.6666666667rem;color:#fff;cursor:default;background:#000}.video__tab-control--current::after{display:none}.audio__container{display:block;width:100%}.top-link{display:block;grid-area:right;justify-self:end;width:56px;height:56px;border-radius:100%;line-height:1}.top-link__icon{width:100%;height:100%;color:#174872}.top-link__icon:hover{transform:scale(1.1)}.search__form--standalone{--focus-color: #fff;--color-form-label: #fff;--color-form-label-primary: #fff;padding:2.1111111111rem 1.6666666667rem 0;color:#fff;background:#174872}.search__form-standalone-liner{max-width:66.3333333333rem;margin:0 auto}.search__result{display:flex;flex-direction:column;padding:1.3333333333rem 0 1.6666666667rem;margin-bottom:1.1111111111rem;border-bottom:1px solid #000;text-align:left}.search__result::after{content:"";display:block;clear:both}@media only screen and (min-width: 43.75em){.search__result{align-items:flex-start;flex-direction:row;padding-right:1.9444444444rem;padding-left:1.9444444444rem}}.search__result--program{border:1px solid #000}.search__result--completed{opacity:.6}.search__result-teaser{margin-bottom:16px}@media only screen and (min-width: 40em){.search__result-teaser{flex:0 0 auto;width:50%;padding:0 8px}}@media only screen and (min-width: 64em){.search__result-teaser{flex:0 0 auto;width:33.3333333333%}.search__result-teaser--compact{width:25%}}.search__result-detail{flex:0 0 auto;order:2}@media only screen and (min-width: 43.75em){.search__result-detail{flex:1 1 auto;order:1;padding-right:10px}}@media only screen and (min-width: 64em){.search__result-detail{display:flex}}.search__result-images{flex:0 0 auto;order:1;width:100%;height:auto;margin-bottom:1.3333333333rem}@media only screen and (max-width: 43.74em){.search__result-images:empty{display:none}}@media only screen and (min-width: 43.75em){.search__result-images{position:relative;z-index:1;order:2;width:24.4798041616%;margin-bottom:0}.search__result-title-link:focus .search__result-images{outline:.1666666667rem solid var(--focus-color);outline-offset:.0555555556rem}}.search__result-image{width:100%;height:auto}.search__result-link{text-decoration:underline}.search__result-link:hover{text-decoration-thickness:.1111111111rem}.search__result-text{margin-bottom:.3333333333rem}.search__result-title{word-wrap:break-word;overflow-wrap:break-word;line-height:1.21875;font-size:1.7777777778rem;margin:0 0 .5555555556rem;font-weight:700;margin-bottom:.4444444444rem}@supports(hyphens: auto){.search__result-title{hyphens:auto}}@media only screen and (min-width: 64em){.search__result-title{line-height:1.2;font-size:2.2222222222rem}}.search__result-highlight{background-color:#e0e7f4}.search__result-external-icon{display:inline-block;position:relative;padding-left:1.6666666667rem;line-height:1.3333333333;font-size:1rem;font-weight:700;color:#000;text-decoration:none}.search__result-external-icon:visited{color:#000}.search__result-external-icon:hover{text-decoration:underline}.search__result-external-icon::before{content:"";position:absolute;top:.1111111111rem;left:0;width:1.2222222222rem;height:1.2222222222rem;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M5.566 16.791 5.79 5.522l11.269.224-.224 11.269-11.269-.224Z'/%3E%3C/mask%3E%3Cpath fill='%23000' d='m17.059 5.746 1 .02.02-1-1-.02-.02 1ZM5.77 6.522l11.269.224.04-2-11.27-.223-.039 2Zm10.289-.796-.224 11.269 2 .04.223-11.269-2-.04Z' mask='url(%23a)'/%3E%3Cpath stroke='%23000' d='M5.522 16.832 16.798 5.996'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100% auto}.search__result-standalone-link{text-decoration:underline;display:inline-block;margin-top:1rem}.search__result-standalone-link:hover{text-decoration-thickness:.1111111111rem}.search__facets{display:flex;margin-bottom:.5555555556rem}.search__facets--alone{display:block}@media only screen and (max-width: 39.99em){.search__button{margin-top:1.6666666667rem}}.search__split-header{padding:2.2222222222rem 0 1.5555555556rem;border-top:.0555555556rem solid #c7d0d2}@media only screen and (min-width: 36.25em){.search__split-header{display:flex;align-items:flex-end;justify-content:space-between;gap:0 30px}}.search__summary{margin-bottom:1.6666666667rem}.search__summary-headline{margin-bottom:0}.search__active-filters{margin-top:-1.6666666667rem;margin-bottom:3.3333333333rem}.search__active-filters-label{line-height:1.3684210526;font-size:1.0555555556rem;font-weight:700;margin:0}@media only screen and (min-width: 64em){.search__active-filters-label{line-height:1.3;font-size:1.1111111111rem}}.search__active-filters-list{display:flex;align-items:center;flex-wrap:wrap;padding:.4444444444rem 0 1rem;margin:0 -.3333333333rem .6666666667rem}.search__active-filters-item{flex:0 1 auto;padding:0 .3333333333rem;margin-bottom:.6666666667rem}.search__active-filters-link{display:inline-block;position:relative;padding:.4444444444rem 3rem .5rem 1.2777777778rem;border-radius:1.2777777778rem;color:#fff;background:#174872}@media only screen and (max-width: 37.49em){.search__active-filters-link{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.search__active-filters-link{hyphens:auto}}}.search__active-filters-link::after{content:"";position:absolute;top:.6111111111rem;right:1rem;width:1.3333333333rem;height:1.3333333333rem;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath style='stroke:none;fill:%23fff' stroke-width='4' stroke-miterlimit='20' stroke-linecap='butt' stroke-linejoin='miter' d='M18.984 6.422l-5.578 5.578 5.578 5.578-1.406 1.406-5.578-5.578-5.578 5.578-1.406-1.406 5.578-5.578-5.578-5.578 1.406-1.406 5.578 5.578 5.578-5.578z'%3E%3C/path%3E%3C/svg%3E") no-repeat 100%;background-size:100% auto}.search__active-filters-link:visited{color:#fff}.search__active-filters-link:hover{text-decoration:underline}.search__active-filters-reset{display:inline-block;margin-left:1.2777777778rem;text-decoration:underline}.search__active-filters-reset--all{margin-top:.4444444444rem}.search__error{font-weight:700;color:#9c004b}@keyframes lightboxLoadingRotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.lightbox{position:absolute;top:0;left:0;z-index:-1;width:0;height:0;overflow:hidden;background:#fff;opacity:0;transition:height .4s,width .4s}.lightbox::after{transition:opacity .25s ease;content:"";position:absolute;top:calc(50% - 30px);left:calc(50% - 30px);width:60px;height:60px;pointer-events:none;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath style='fill:%23e0e7f4;stroke:none;' d='M16 0c-8.711 0-15.796 6.961-15.995 15.624 0.185-7.558 5.932-13.624 12.995-13.624 7.18 0 13 6.268 13 14 0 1.657 1.343 3 3 3s3-1.343 3-3c0-8.837-7.163-16-16-16z'%3e%3C/path%3e%3Cpath style='fill:%23b5c4de;stroke:none;' d='M16 32c8.711 0 15.796-6.961 15.995-15.624-0.185 7.558-5.932 13.624-12.995 13.624-7.18 0-13-6.268-13-14 0-1.657-1.343-3-3-3s-3 1.343-3 3c0 8.837 7.163 16 16 16z'%3e%3C/path%3e%3C/svg%3E") no-repeat 50% 50%;background-size:100% 100%;opacity:0;transform:translate(-50%, -50%)}.lightbox--active{left:50%;z-index:101;width:75vw;height:75vh;max-width:calc(100% - 15px);max-height:calc(100vh - 90px);overflow:visible;opacity:1;transform:translate(-50%, calc(-50% - 15px))}@media only screen and (min-width: 29.375em){.lightbox--active{max-width:calc(100% - 130px);max-height:calc(100vh - 60px)}}.lightbox--loading::after{opacity:1;animation:lightboxLoadingRotation 1.6s infinite linear}.lightbox__measurer{position:absolute;top:0;right:110%;width:calc(100% - 15px);height:calc(100vh - 90px)}@media only screen and (min-width: 29.375em){.lightbox__measurer{width:calc(100% - 130px);height:calc(100vh - 60px)}}.lightbox__measurer-image{height:auto !important;max-width:100%;width:auto;max-height:100%}.lightbox__overlay{transition:opacity .25s ease;z-index:-1;opacity:0}.lightbox__overlay--active{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#fff;opacity:.8}.lightbox__figure{height:100%;background:hsla(0,0%,100%,.6)}.lightbox__image{height:auto !important;max-width:100%;transition:opacity .25s ease;width:auto;max-height:100%;margin:0 auto;opacity:1}.lightbox__image--loading{opacity:.45}.lightbox__caption{--focus-color: #fff;display:flex;position:absolute;top:calc(100% - 1.3888888889rem - 24px);right:0;left:0;align-items:flex-start;justify-content:flex-end;min-height:calc(1.3888888889rem + 23px);color:#fff;background:#174872}@media only screen and (min-width: 36.25em){.lightbox__caption{min-height:4.4444444444rem}}.lightbox__caption--empty{display:none}.lightbox__caption--empty-desktop{top:100%;height:0;min-height:0}.lightbox__caption--empty-desktop .lightbox__caption--empty-desktop{padding:0}.lightbox__caption-text{align-self:center;flex:1 1 auto;padding:14px 10px 15px;line-height:1.625;font-size:.8888888889rem}@media only screen and (max-width: 43.74em){.lightbox__caption-text{word-wrap:break-word;overflow-wrap:break-word}@supports(hyphens: auto){.lightbox__caption-text{hyphens:auto}}}@media only screen and (min-width: 43.75em){.lightbox__caption-text{padding:22px 10px 26px 20px}}.lightbox__caption-text:empty{display:none}.lightbox__caption-text a{text-decoration:underline;color:#000}.lightbox__caption-text a:hover{text-decoration-thickness:.1111111111rem}.lightbox__copyright{display:inline-block;padding:0 .2777777778rem .0555555556rem;line-height:1.5;font-size:.7777777778rem;color:#fff;background-color:#000;position:absolute;right:0;bottom:100%}.lightbox__controls{flex:0 0 auto;padding:14px 8px 10px 0;text-align:right}@media only screen and (min-width: 43.75em){.lightbox__controls{padding:1.2222222222rem 1.4444444444rem .5555555556rem 0}}.lightbox__controls::after{display:none}.lightbox__controls[aria-hidden=true]{display:none}.lightbox__control{width:51px;height:51px;border-radius:100%;background:none}.lightbox__control.js-disabled{cursor:default}@media only screen and (min-width: 36.25em){.lightbox__control{width:2.8333333333rem;height:2.8333333333rem}}.lightbox[aria-hidden=true] .lightbox__control{display:none}.lightbox__control--next{margin-left:12px}@media only screen and (min-width: 36.25em){.lightbox__control--next{margin-left:1.1111111111rem}}.lightbox__control.js-hidden{display:none}.lightbox__control:not([disabled]):hover{transform:scale(1.1)}.lightbox__control-icon{width:100%;height:100%;color:#174872;transform:rotate(90deg)}.lightbox__control--prev .lightbox__control-icon{transform:rotate(270deg)}.js-disabled .lightbox__control-icon{opacity:.6}.lightbox__close{position:absolute;top:20px;right:20px;z-index:2;width:50px;height:50px;padding:13px;border-radius:100%;background:#174872}.lightbox__close:hover{transform:scale(1.1)}@media only screen and (min-width: 29.375em){.lightbox__close{width:2.7777777778rem;height:2.7777777778rem;padding:.7222222222rem}}.lightbox[aria-hidden=true] .lightbox__close{display:none}.lightbox__close:focus{box-shadow:0 0 0 3px #fff}@media only screen and (min-width: 29.375em){.lightbox__close:focus{box-shadow:0 0 0 .1666666667rem #fff}}.lightbox__close-icon{width:100%;height:100%;color:#fff;transform:translateX(1px)}.accordion__item{border-top:.0555555556rem solid #000}.accordion__item--filter{border-top:2px solid var(--color-form-label-primary)}.accordion__item-header{position:relative;padding:1.2222222222rem 0 1.3333333333rem 0;margin:0;line-height:1.2083333333;font-size:1.3333333333rem}.accordion__item-header--legend{width:100%;line-height:1.3;font-size:1.1111111111rem}.js-initialized .accordion__item-header{padding:0}.accordion__item-content{transition:opacity .25s ease;padding:.2222222222rem 0 0 0;opacity:1}.accordion__item-content[aria-hidden]{height:0;padding:0;overflow:hidden;opacity:0}.accordion__item-content[aria-hidden]>*{display:none}.accordion__item-content[id]{scroll-margin-top:4em}.accordion__item-content--filters{padding-top:.5555555556rem;padding-bottom:.4444444444rem}.accordion__control{position:relative;width:100%;padding:1.2222222222rem 3.3333333333rem 1.3333333333rem 0;line-height:inherit;font-family:"inter",sans-serif;font-weight:inherit;color:var(--color-form-label)}.accordion__control:hover{text-decoration:underline}.accordion__item--filter .accordion__control{padding-top:.5555555556rem;padding-bottom:.6111111111rem}.accordion__item--filter .accordion__control:focus{outline-offset:0}.accordion__control-icon{position:absolute;top:1.2222222222rem;right:.5rem;width:1.6111111111rem;height:1.6111111111rem;color:#000;transform:rotate(90deg);transition:transform .25s ease}.accordion__control[aria-expanded=true] .accordion__control-icon{transform:rotate(-90deg)}.accordion__item--filter .accordion__control-icon{top:.4444444444rem;color:var(--color-form-label-primary)}.publications__list{margin-bottom:1.6666666667rem}.publications__list:last-child{margin-bottom:0}.publications__list a{text-decoration:underline}.publications__list a:hover{text-decoration-thickness:.1111111111rem}.publications__item{margin-bottom:.6666666667rem}.publications__downloads{display:flex;flex-wrap:wrap;gap:.8888888889rem;margin-top:2.6666666667rem}.labeled-info{color:#174872}.labeled-info--course-facts{padding-top:1.2222222222rem;padding-bottom:1.6666666667rem}.labeled-info__list{display:flex;flex-wrap:wrap;gap:1.1111111111rem 0;width:100%;margin:0 auto}.labeled-info__item{position:relative;flex:0 0 auto;width:100%;padding-bottom:1.6666666667rem;border-bottom:2px solid #c7d0d2;text-align:center}@media only screen and (min-width: 40em){.labeled-info__item{width:calc(50% - 15px)}.labeled-info__item:nth-child(5){padding-bottom:0;border-bottom:0}}@media only screen and (min-width: 40em)and (max-width: 63.99em){.labeled-info__item:nth-child(2n){width:calc(50% + 15px);padding-left:30px}}@media only screen and (min-width: 64em){.labeled-info__item{width:calc(33.3333333333% - 20px)}.labeled-info__item:nth-child(4){padding-bottom:0;border-bottom:0}.labeled-info__item:nth-child(2),.labeled-info__item:nth-child(5){width:calc(33.3333333333% + 40px);padding-right:30px;padding-left:30px}}.labeled-info__item:last-child{padding-bottom:0;border-bottom:0}.labeled-info__term{word-wrap:break-word;overflow-wrap:break-word;display:block;font-weight:400}@supports(hyphens: auto){.labeled-info__term{hyphens:auto}}.labeled-info__term-link{text-decoration:underline;color:inherit}.labeled-info__term-link:hover{text-decoration-thickness:.1111111111rem}.labeled-info__term-link:visited{color:inherit}.labeled-info__definition{word-wrap:break-word;overflow-wrap:break-word;font-weight:700}@supports(hyphens: auto){.labeled-info__definition{hyphens:auto}}.labeled-info__definition-text{display:block;text-wrap:balance}.labeled-info__icon{width:auto;height:3.6111111111rem;margin:.8333333333rem auto 0}.category-menu{display:flex;align-items:flex-end;flex:1 0 auto;margin-top:1.5555555556rem}.category-menu__list{display:flex;flex-wrap:wrap;gap:.3333333333rem 1.6666666667rem}.category-menu__item{word-wrap:break-word;overflow-wrap:break-word;display:inline-block;position:relative;max-width:100%;padding-left:1.6666666667rem;line-height:1.625;font-size:.8888888889rem;text-wrap:balance}@supports(hyphens: auto){.category-menu__item{hyphens:auto}}.category-menu__item--narrow-icon{padding-left:1.4444444444rem}.category-menu__icon{position:absolute;top:0;left:0;width:1.2222222222rem;height:1.2222222222rem;transform:translateY(0.0555555556rem)}.category-menu__icon--lock{width:1rem}.autocomplete{position:relative;flex:1 1 auto;text-align:left}.autocomplete--header{line-height:1.1428571429;font-size:.7777777778rem}@media only screen and (min-width: 75em){.autocomplete--header{line-height:1.25;font-size:.8888888889rem}}.autocomplete__listbox{display:none;position:absolute;top:100%;right:0;left:0;z-index:2;background:#fff}.autocomplete__listbox.js-active{display:block;border:1px solid #c7d0d2;transform:translateY(-0.0555555556rem);box-shadow:1px 4px 7px 0 rgba(0,0,0,.24)}.autocomplete--header .autocomplete__listbox.js-active{z-index:9;margin:0 -1.2222222222rem;transform:none}.autocomplete__suggestion{word-wrap:break-word;overflow-wrap:break-word;padding:.3333333333rem 1.2222222222rem .4444444444rem;cursor:pointer}@supports(hyphens: auto){.autocomplete__suggestion{hyphens:auto}}.autocomplete__suggestion:focus,.autocomplete__suggestion:hover{background:#e0e7f4}@media(forced-colors: active){:root{--input-border: 2px solid}.teaser__title-link,.gallery__browse-link,.highlight__title-link,.nav-meta__link,.notification__link,.icon-list__link,.nav-footer__link,.linklist__link{text-decoration:underline}.teaser__title-text::after,.highlight__title-text::after,.icon-list__link-text::after,.linklist__link::after{mix-blend-mode:difference}.blockquote::before{mix-blend-mode:difference}.header__search-control[aria-expanded=true]{border:1px solid CanvasText;color:CanvasText;forced-color-adjust:none;background:Canvas}.header__search-form{border:1px solid CanvasText}.nav-mobile-control{--color-hamburger: ButtonText}.nav-mobile-control[aria-expanded=true]{--color-hamburger: ButtonText}.header__search-input{border:3px solid}.nav-main__sub-sub-control{border-left-color:ButtonText}.nav-breadcrumb__link--current{color:LinkText !important}.gallery__caption--browse{border:1px solid Highlight}.social__icon{forced-color-adjust:none;color:LinkText}.labeled-info__icon{color:LinkText !important}.form__checkable{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal;clip-path:none;margin-right:.4444444444rem}.form__checkable-label{padding-left:0}.form__styled-checkbox,.form__styled-radio{display:none}select:not([multiple]){padding-right:1.6666666667rem;background-color:initial;background-image:none;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}@page{margin:1.5cm 2cm 2cm;orphans:4;widows:2}@media print{*{float:none !important;overflow:visible;background:none !important}html{font-size:12pt !important}h1{margin-left:0;font-size:34px}h2,.component__title{font-size:28px;page-break-after:avoid}.row{margin-right:0 !important;margin-left:0 !important}.column{width:100% !important;padding-right:0 !important;padding-left:0 !important;margin-right:0 !important;margin-left:0 !important}.column--gallery{max-width:40%}.aural,.header__meta,.nav-main,.nav-sub,.nav-footer,.footer__content,.footer__logo,.header__top,.social,.share,.button:not(.textmedia .button):not(.form .button),.button-secondary:not(.textmedia .button-secondary):not(.form .button-secondary),.top-link,.backlink,.page__helpers,.nav-mobile-control,.component--smallscreen,.textmedia__image-link.js-clickenlarge::after,.js-clickenlarge::after,.stage,.page__print,.cookie-notice,.teaser-slider--highlight:not(.teaser-slider--quotation-only),.teaser-slider--highlight-in-grid,.teaser__image-wrapper,.teaserbox-wall__image-wrapper,.copyright-widget__control,.copyright-widget__content,.form--search,.form--sorting,.gallery,.component--detail-gallery,.search__active-filters-reset,.teaser-slider__controls,.detail__directions-link,.page__title-background,.labeled-info__item--opening,.labeled-info__item--contact,.teaser__link-wrapper,.leaflet-control-zoom,.nav-lang,.search__active-filters,.search__active-filters-label,.search__form,.linklist__image-wrapper,.linklist--section-menu,.teaser-slider--teaserbox-wall,.teaser__category-bar,.teaser--colored::before,.textmedia__figure--video,.color-bar,.contact__links,.video-header__link,.video-header__alt-link,.video-header__control,.video-header__liner,.highlight__item-background,.highlight__image-copyright,.highlight__link,.lightbox,.lightbox__overlay{display:none !important}.component:has(.search__form--standalone),.component:has(.linklist--section-menu),.component:has(.teaser-slider--highlight){display:none !important}.component:has(.teaser-slider--quotation-only){display:block !important}.component--spaceless,.component--nested,.component--grid-wrapper{margin-bottom:0}.component__collection--flex{display:flex;flex-wrap:wrap;width:100%}.component__collection--flex>*{width:33.3333333333%}.button,.button-secondary{border:2px solid #174872;color:#000}.button::after,.button-secondary::after{content:attr(href);display:block;font-size:11px}.button:visited,.button-secondary:visited{color:#000 !important}.teaser-wall__item--news:has(.teaserbox){display:none !important}.header__logo-image-print{display:block !important}.page__main{padding-right:0;padding-left:0}.component,.component--spaced,.page__title-header,.page__title-header--with-image{margin-bottom:2.2222222222rem}.header{padding:0}.page__title-content{max-width:100%;padding-top:.3cm;margin-top:0}.page__title-content::before{display:none !important}.page__title,.page__intro,.component--layout-content-width{max-width:100%}.page__footer{border-top:2px solid #000}.footer{display:block;padding-right:0;padding-bottom:0;padding-left:0}.footer__qrcode{display:flex;align-items:flex-end;gap:0 .4cm;color:#000;transform:translateX(-1.8mm)}.qrcode__svg{display:block;width:2.5cm;height:auto}.qrcode__shorturl{transform:translateY(-1mm)}.teaser-slider__item{height:auto !important}.contact,.video-header__content,.linklist__content{color:#000}.contact{border:2px solid #000;page-break-inside:avoid}.nav-breadcrumb{display:none}.labeled-info__list{padding-top:0}.labeled-info__item{width:50%;margin:0}.labeled-info__item:last-child{border-bottom:2px solid #c7d0d2}.linklist__content{padding:0}.linklist__item{padding-left:.3cm}.linklist__item::before{content:"➔ ";display:inline-block;vertical-align:top;transform:translateY(-0.75mm)}.category-menu__link{border:2px solid #e0e7f4}.news__category-list--teaser{margin-top:0}.textmedia__image{max-width:40% !important}.textmedia__figure{page-break-inside:avoid}.textmedia__text .number{font-size:80px}.textmedia__text ul li::before{content:"__";top:2px;line-height:2px}.textmedia__liner--containing{max-width:40% !important;border:1px solid #c8cfd5}.textmedia__liner--containing .textmedia__image{max-width:100% !important}.accordion__control{padding-right:0;padding-bottom:0;padding-left:0}.accordion__control-icon{width:24px;height:auto}.accordion__item{border:0;page-break-inside:avoid}.accordion__item-content{padding-top:.5cm;padding-right:0;padding-left:0}.accordion__item-header{padding-bottom:6mm;border-bottom:1px solid #000;font-size:1.2222222222rem}.linklist__link{padding-left:0;text-decoration:underline}.linklist__link::before{display:none}.linklist__link::after{content:attr(href);display:block;font-size:11px}.teaser{page-break-inside:avoid}.teaser--list .teaser__content{padding-right:0;padding-left:0}.teaser-wall__item:not(.teaser-wall__item--list){width:33.3333333333%}[class$=__copyright]{display:block;position:static;color:#000}.facts__item{width:33.3333333333%}.facts__item--of-4{width:25%}.facts__figure{line-height:1.25;font-size:2.2222222222rem}.highlight__content{padding:0;margin:0;color:#000}.js-lightbox-active .page__header,.js-lightbox-active .page__main,.js-lightbox-active .page__footer{filter:none}.teaserbox-wall__item{width:33.3333333333%;border:1px solid #c8cfd5}.teaserbox{page-break-inside:avoid;color:#000}.teaserbox__icon--darkblue{filter:none}.teaserbox__link::after{content:attr(href);display:block;font-size:11px}.teaserbox__link-text::after{display:none}.form__checkable-label{padding-left:0}.form__styled-radio,.form__styled-checkbox{display:none}.form__checkable{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal;clip-path:none}}


/* From: /opt/eprints3/archives/vl/cfg/static/style/auto/zzz_zz_corrections.css */

td {
	border: 0;
	padding-top:1;
}
tbody > tr:first-child td
{
	padding-top:0;
}

dt, dd
{
	display:block;
}


/* Eprints 3.5 */

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

button:not(:disabled) {
  cursor: pointer;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

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

}

button, select {
  text-transform: none;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
}


@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

.p-0 {
  padding: 0 !important;

}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.collapse:not(.show) {
  display: none;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
    flex-basis: auto;
  }
}

img {
	display:inline;
	 }

select {
	width: auto;
}

[type="text"] {
	width: auto;
}

select {
	height:auto;
}

[type="submit"]:not(button) {
	padding: .2rem .5rem .2rem;
	margin: .2rem;
}

td {
	padding: .166rem .166rem .1666rem 0;
}

option {
	padding: .1rem .1rem .1rem;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  select:not([multiple]) {
	  padding-right:.1rem;
	background-position:;

  }
  }

h1 {
	text-align:left;
}

.nav-item {
  padding-right: .4em;
  padding-left: .4em;
  }

.contact__title-link {
	color:#ffffff;
}

.contact__title-link:hover{
	color:#fff;
}

.contact__title-link:visited{
	color:#fff;
}


.contact__link:hover {
	color:#fff;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  select:not([multiple])
{
padding-right: 2.1rem;
}


.teaser--colored-e7b26d, .teaser__category-bar--13 {
  --teaser-bar-color: #9C004B;
}
