/* theme.less file that will be compiled */
/* humboldt.theme */
/* Global variables and redefinitions */
/* Override less variables used in plone/barcelonetta. */
/* Use e.g. for grid and colors.                       */
/* See ./barcelonetta/less/variables.plone.less for a  */
/* full list of available variables.                   */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  .sidebar-offcanvas,
  #portal-footer-wrapper,
  #mainnavigation-wrapper,
  #content-header,
  .link-https,
  #edit-zone {
    display: none;
    visibility: hidden;
  }
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  #portal-searchbox {
    display: None;
  }
  #portal-personaltools {
    display: None;
  }
  #portal-breadcrumbs {
    display: None;
  }
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 1em;
  /* padding: round((@plone-line-height-computed - 1) / 2);*/
  margin: 0;
  /*0 (@plone-line-height-computed / 2);*/
  font-size: 11.8px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #4d4d4d;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::before,
.row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
#edit-zone.plone-toolbar-top .plone-toolbar-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  height: 50px;
}
@media (min-width: 768px) {
  #edit-zone.plone-toolbar-top .plone-toolbar-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #edit-zone.plone-toolbar-top .plone-toolbar-container {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  #edit-zone.plone-toolbar-top .plone-toolbar-container {
    width: 1280px;
  }
}
#edit-zone.plone-toolbar-top.compressed .plone-toolbar-container {
  width: auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.8px;
  font-weight: 500;
  line-height: 1.42857143;
  color: #000;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #007bb1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004665;
  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;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #cccccc;
}
.sr-only,
.hiddenStructure,
.crud-form .header-select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #fff;
  background-color: #000;
}
.sr-only a,
.hiddenStructure a {
  color: #fff;
  background-color: #000;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
body {
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus {
  text-decoration: none;
  border-bottom: 2px #004665 solid;
}
h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 12.8px;
}
h6 {
  font-size: 11px;
}
p {
  margin: 0 0 9px;
}
.documentDescription {
  font-size: 16px;
  font-weight: 700;
  color: #696969;
  margin-bottom: 10px;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark {
  background-color: #ebd380;
  padding: 0.2em;
}
.discreet {
  color: #696969;
  font-weight: 400;
}
.documentByLine {
  color: #696969;
  font-weight: 400;
  margin-bottom: 9px;
}
.documentFirstHeading {
  padding-bottom: 8px;
  margin: 0 0 9px;
  border-bottom: 1px solid transparent;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
table {
  max-width: 100%;
  background-color: #fff;
  border-radius: 0px;
  font-weight: 400;
  color: #696969;
}
th {
  text-align: left;
  color: #4d4d4d;
}
.listing {
  width: 100%;
  margin-bottom: 18px;
}
.listing > thead > tr > th,
.listing > tbody > tr > th,
.listing > tfoot > tr > th,
.listing > thead > tr > td,
.listing > tbody > tr > td,
.listing > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0 solid #e5e5e5;
  border-collapse: collapse;
}
.listing > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e5e5e5;
}
.listing > caption + thead > tr:first-child > th,
.listing > colgroup + thead > tr:first-child > th,
.listing > thead:first-child > tr:first-child > th,
.listing > caption + thead > tr:first-child > td,
.listing > colgroup + thead > tr:first-child > td,
.listing > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.listing > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
.listing .listing {
  background-color: #fafafa;
}
.invisible-grid {
  width: 100%;
  margin-bottom: 18px;
  border: 0;
  background: transparent;
}
.invisible-grid > thead > tr > th,
.invisible-grid > tbody > tr > th,
.invisible-grid > tfoot > tr > th,
.invisible-grid > thead > tr > td,
.invisible-grid > tbody > tr > td,
.invisible-grid > tfoot > tr > td {
  border: 0;
}
.listing > tbody > tr:nth-child(odd) > td,
.listing > tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6;
}
@media screen and (max-width: 767.98px) {
  .plone-has-table {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .plone-has-table::after {
    content: "⟷";
    position: fixed;
    color: #cccccc;
    margin-top: -3px;
  }
  .plone-has-table > .listing {
    margin-bottom: 0;
  }
  .plone-has-table > .listing > thead > tr > th,
  .plone-has-table > .listing > tbody > tr > th,
  .plone-has-table > .listing > tfoot > tr > th,
  .plone-has-table > .listing > thead > tr > td,
  .plone-has-table > .listing > tbody > tr > td,
  .plone-has-table > .listing > tfoot > tr > td {
    white-space: nowrap;
  }
}
table {
  width: 100%;
  max-width: 100%;
  border-color: #e5e5e5;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
  border-color: #e5e5e5;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.2px;
  line-height: inherit;
  color: #4d4d4d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 300;
}
label {
  display: inline-block;
  max-width: 95%;
  vertical-align: top;
  margin-bottom: 6px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
  min-width: 10em;
}
select[size="1"] {
  height: 32px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 12.8px;
  line-height: 1.42857143;
  color: #696969;
}
/*.form-control,*/
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea,
select {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 12.8px;
  line-height: 1.42857143;
  color: #696969;
  background-color: #fff;
  background-image: none;
  border: 1px solid #6685a3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #64bee8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
}
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #777777;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #777777;
}
input[type="text"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
textarea[disabled],
select[disabled],
input[type="text"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="password"][readonly],
textarea[readonly],
select[readonly],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="password"],
fieldset[disabled] textarea,
fieldset[disabled] select {
  cursor: not-allowed;
  background-color: #e5e5e5;
  opacity: 1;
}
textarea {
  min-height: 9em;
  min-width: 10em;
  resize: vertical;
}
textarea[name='form.widgets.IRichText.text'] {
  min-height: 12em;
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
select {
  width: unset;
  display: inline-block;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 32px;
  line-height: 1.42857143 \0;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.field {
  margin-bottom: 15px;
}
.field span.option {
  display: block;
}
.field.error {
  background: #fbe8e4;
  -webkit-box-shadow: 0 0 0 5px #fbe8e4;
  box-shadow: 0 0 0 5px #fbe8e4;
}
.field.error .help-block,
.field.error .control-label,
.field.error .radio,
.field.error .checkbox,
.field.error .radio-inline,
.field.error .checkbox-inline {
  color: rgba(0, 0, 0, 0.5);
}
.field.error .form-control {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.field.error .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
}
.field.error .input-group-addon {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #ec9c8d;
}
.field.error .form-control-feedback {
  color: rgba(0, 0, 0, 0.5);
}
.field.error > label,
.field.error div.error {
  color: #c4183c;
}
.field.error div.error {
  padding-left: 30px;
  font-weight: 400;
}
.field.error div.error::before {
  background-color: #ac493f;
  content: "×";
  font-size: 12.8px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  top: -1px;
  position: relative;
}
.field.error input,
.field.error textarea,
.field.error select {
  border-color: #c4183c;
}
.field.error input:focus,
.field.error textarea:focus,
.field.error select:focus {
  -webkit-box-shadow: 0 0 8px #f6b2c0;
  box-shadow: 0 0 8px #f6b2c0;
}
.formHelp {
  margin-top: 0;
  margin-bottom: 0;
  color: #1a1a1a;
  font-weight: 400;
  font-style: italic;
}
.formControls {
  border-top: 1px solid #cccccc;
  background: #fcfcfd;
  padding: 12px;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
.plone-modal-body .formControls {
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
label .required::after {
  color: #c4183c;
  content: "•";
  font-size: 200%;
  line-height: 0;
  position: relative;
  top: 7px;
  margin-left: -4px;
}
.searchField.portlet-search-gadget,
#sharing-user-group-search,
#select-rules {
  width: 100%;
  display: inline-block;
}
.searchField.portlet-search-gadget + .searchButton,
#sharing-user-group-search + #sharing-search-button,
#select-rules + input {
  position: relative;
  float: right;
  margin-top: -32px;
}
#search-results li {
  margin: 12px 0;
}
#search-results li .croppedDescription {
  margin-bottom: 0;
}
.highlightedSearchTerm {
  background: #fea;
  box-shadow: 0 0 1px 1px #fea;
}
.search-date-options > div,
.search-type-options > div {
  display: inline-block;
  margin-right: 12px;
}
.optionsToggle label {
  font-weight: 300;
  color: #696969;
}
.ordered-selection-field td {
  vertical-align: middle;
  text-align: center;
}
.ordered-selection-field td button {
  display: block;
  margin: auto;
}
.folder-factories {
  list-style: none;
}
.widget input + label {
  display: inline;
}
.standalone,
.context,
.destructive,
[type="submit"],
button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12.8px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.standalone:focus,
.context:focus,
.destructive:focus,
[type="submit"]:focus,
button:focus,
.standalone:active:focus,
.context:active:focus,
.destructive:active:focus,
[type="submit"]:active:focus,
button:active:focus,
.standalone.active:focus,
.context.active:focus,
.destructive.active:focus,
[type="submit"].active:focus,
button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.standalone:hover,
.context:hover,
.destructive:hover,
[type="submit"]:hover,
button:hover,
.standalone:focus,
.context:focus,
.destructive:focus,
[type="submit"]:focus,
button:focus {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.standalone:active,
.context:active,
.destructive:active,
[type="submit"]:active,
button:active,
.standalone.active,
.context.active,
.destructive.active,
[type="submit"].active,
button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.standalone.disabled,
.context.disabled,
.destructive.disabled,
[type="submit"].disabled,
button.disabled,
.standalone[disabled],
.context[disabled],
.destructive[disabled],
[type="submit"][disabled],
button[disabled],
fieldset[disabled] .standalone,
fieldset[disabled] .context,
fieldset[disabled] .destructive,
fieldset[disabled] [type="submit"],
fieldset[disabled] button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.standalone,
[type="submit"],
button {
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
.standalone:hover,
[type="submit"]:hover,
button:hover,
.standalone:focus,
[type="submit"]:focus,
button:focus,
.standalone:active,
[type="submit"]:active,
button:active,
.standalone.active,
[type="submit"].active,
button.active,
.open > .dropdown-toggle.standalone,
.open > .dropdown-toggle[type="submit"],
.open > .dropdown-togglebutton {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #939393;
}
.standalone:active,
[type="submit"]:active,
button:active,
.standalone.active,
[type="submit"].active,
button.active,
.open > .dropdown-toggle.standalone,
.open > .dropdown-toggle[type="submit"],
.open > .dropdown-togglebutton {
  background-image: none;
}
.standalone.disabled,
[type="submit"].disabled,
button.disabled,
.standalone[disabled],
[type="submit"][disabled],
button[disabled],
fieldset[disabled] .standalone,
fieldset[disabled] [type="submit"],
fieldset[disabled] button,
.standalone.disabled:hover,
[type="submit"].disabled:hover,
button.disabled:hover,
.standalone[disabled]:hover,
[type="submit"][disabled]:hover,
button[disabled]:hover,
fieldset[disabled] .standalone:hover,
fieldset[disabled] [type="submit"]:hover,
fieldset[disabled] button:hover,
.standalone.disabled:focus,
[type="submit"].disabled:focus,
button.disabled:focus,
.standalone[disabled]:focus,
[type="submit"][disabled]:focus,
button[disabled]:focus,
fieldset[disabled] .standalone:focus,
fieldset[disabled] [type="submit"]:focus,
fieldset[disabled] button:focus,
.standalone.disabled:active,
[type="submit"].disabled:active,
button.disabled:active,
.standalone[disabled]:active,
[type="submit"][disabled]:active,
button[disabled]:active,
fieldset[disabled] .standalone:active,
fieldset[disabled] [type="submit"]:active,
fieldset[disabled] button:active,
.standalone.disabled.active,
[type="submit"].disabled.active,
button.disabled.active,
.standalone[disabled].active,
[type="submit"][disabled].active,
button[disabled].active,
fieldset[disabled] .standalone.active,
fieldset[disabled] [type="submit"].active,
fieldset[disabled] button.active {
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
.standalone .badge,
[type="submit"] .badge,
button .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
.context {
  color: #fff;
  background-color: #007bb1;
  border-color: #00587e;
}
.context:hover,
.context:focus,
.context:active,
.context.active,
.open > .dropdown-toggle.context {
  color: #fff;
  background-color: #00587e;
  border-color: #002d41;
}
.context:active,
.context.active,
.open > .dropdown-toggle.context {
  background-image: none;
}
.context.disabled,
.context[disabled],
fieldset[disabled] .context,
.context.disabled:hover,
.context[disabled]:hover,
fieldset[disabled] .context:hover,
.context.disabled:focus,
.context[disabled]:focus,
fieldset[disabled] .context:focus,
.context.disabled:active,
.context[disabled]:active,
fieldset[disabled] .context:active,
.context.disabled.active,
.context[disabled].active,
fieldset[disabled] .context.active {
  background-color: #007bb1;
  border-color: #00587e;
}
.context .badge {
  color: #007bb1;
  background-color: #fff;
}
.destructive {
  color: #fff;
  background-color: #bb4f45;
  border-color: #963f37;
}
.destructive:hover,
.destructive:focus,
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
  color: #fff;
  background-color: #963f37;
  border-color: #692c26;
}
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
  background-image: none;
}
.destructive.disabled,
.destructive[disabled],
fieldset[disabled] .destructive,
.destructive.disabled:hover,
.destructive[disabled]:hover,
fieldset[disabled] .destructive:hover,
.destructive.disabled:focus,
.destructive[disabled]:focus,
fieldset[disabled] .destructive:focus,
.destructive.disabled:active,
.destructive[disabled]:active,
fieldset[disabled] .destructive:active,
.destructive.disabled.active,
.destructive[disabled].active,
fieldset[disabled] .destructive.active {
  background-color: #bb4f45;
  border-color: #963f37;
}
.destructive .badge {
  color: #bb4f45;
  background-color: #fff;
}
.link-parent {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12.8px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
  text-shadow: none !important;
  margin-bottom: 12px;
}
.link-parent:focus,
.link-parent:active:focus,
.link-parent.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.link-parent:hover,
.link-parent:focus {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.link-parent:active,
.link-parent.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.link-parent.disabled,
.link-parent[disabled],
fieldset[disabled] .link-parent {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.link-parent:hover,
.link-parent:focus,
.link-parent:active,
.link-parent.active,
.open > .dropdown-toggle.link-parent {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #939393;
}
.link-parent:active,
.link-parent.active,
.open > .dropdown-toggle.link-parent {
  background-image: none;
}
.link-parent.disabled,
.link-parent[disabled],
fieldset[disabled] .link-parent,
.link-parent.disabled:hover,
.link-parent[disabled]:hover,
fieldset[disabled] .link-parent:hover,
.link-parent.disabled:focus,
.link-parent[disabled]:focus,
fieldset[disabled] .link-parent:focus,
.link-parent.disabled:active,
.link-parent[disabled]:active,
fieldset[disabled] .link-parent:active,
.link-parent.disabled.active,
.link-parent[disabled].active,
fieldset[disabled] .link-parent.active {
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
.link-parent .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
.link-parent::before {
  content: "↩ ";
  top: 3px;
  position: relative;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.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;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.state-draft {
  color: #d39105 !important;
}
.state-draft:hover,
.state-draft:active,
.state-draft:focus {
  color: #885e03 !important;
}
.state-pending {
  color: #a5a912 !important;
}
.state-pending:hover,
.state-pending:active,
.state-pending:focus {
  color: #62640b !important;
}
.state-private {
  color: #c4183c !important;
}
.state-private:hover,
.state-private:active,
.state-private:focus {
  color: #801027 !important;
}
.state-internal {
  color: #d39105 !important;
}
.state-internal:hover,
.state-internal:active,
.state-internal:focus {
  color: #885e03 !important;
}
.state-internally_published {
  color: #7924f9 !important;
}
.state-internally_published:hover,
.state-internally_published:active,
.state-internally_published:focus {
  color: #5405cc !important;
}
.plone-breadcrumb {
  clear: left;
  background-color: transparent;
  margin-bottom: 18px;
  margin-top: -18px;
  /* uncomment to hide breadcrumbs on home
  body.section-front-page & {display: none;} //not breadcrumbs on homepage
  */
}
.plone-breadcrumb > * > span {
  display: inline-block;
  color: #777777;
  padding: 8px 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .plone-breadcrumb > * > span {
    display: none;
  }
}
.plone-breadcrumb ol {
  display: inline-block;
  padding: 8px 0;
  list-style: none;
  margin: 0;
}
.plone-breadcrumb ol > li {
  font-weight: 400;
  display: inline-block;
  line-height: 0;
  position: relative;
  padding: 0 30px 0 0;
}
.plone-breadcrumb ol > li + li::after {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: transparent;
  border-left: 5px solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  left: -21px;
  top: -15px;
  padding: 0 !important;
}
.plone-breadcrumb ol > li + li::before {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #cccccc;
  border-left: 5px solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  left: -20px;
  top: -15px;
  padding: 0 !important;
}
.plone-breadcrumb ol a {
  color: #086ca3;
}
.plone-breadcrumb ol > #breadcrumbs-current {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 18px 0;
}
.pagination li {
  display: block;
  float: left;
  position: relative;
  padding: 0;
  font-weight: 300;
}
.pagination li > a,
.pagination li > span {
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #007bb1;
  background-color: #fff;
  border: none !important;
  margin-left: -1px;
}
.pagination li:first-child > a {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination li:last-child > a {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination li > a:hover,
.pagination li > a:focus {
  color: #004665;
  background-color: transparent;
  border: none !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li.active > span {
  z-index: 2;
  font-weight: 400;
  color: #fff;
  background-color: #007bb1;
  border: 1px solid #007bb1 !important;
  cursor: default;
}
.pagination li.disabled > span {
  color: #cccccc;
  background-color: #fcfcfd;
  border: none !important;
  cursor: default;
}
@media (max-width: 480px) {
  .pagination li {
    display: none;
  }
  .pagination li.previous,
  .pagination li.next {
    display: inline;
  }
}
.pat-autotoc.autotabs,
.autotabs {
  background: #fff;
  padding: 6px 12px;
  border: none;
  margin-bottom: 20px;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.pat-autotoc.autotabs .autotoc-nav,
.autotabs .autotoc-nav {
  background: transparent;
  border-bottom: none;
  margin: -6px -12px 6px;
}
.pat-autotoc.autotabs .autotoc-nav a,
.autotabs .autotoc-nav a {
  display: inline-block;
  padding: 12px;
  margin: 6px 0 0 6px;
  border: none;
  margin-bottom: -1px;
  border-radius: 0px 0px 0 0;
  background: #fcfcfd;
  font-weight: 400;
}
.pat-autotoc.autotabs .autotoc-nav a:last-child,
.autotabs .autotoc-nav a:last-child {
  margin-right: 6px;
}
.pat-autotoc.autotabs .autotoc-nav a:hover,
.autotabs .autotoc-nav a:hover {
  text-decoration: none;
  background: #fff;
}
.pat-autotoc.autotabs .autotoc-nav a.active,
.autotabs .autotoc-nav a.active,
.pat-autotoc.autotabs .autotoc-nav a.active:hover,
.autotabs .autotoc-nav a.active:hover {
  color: #696969;
  cursor: default;
  background: #fff;
  border-bottom-color: #fff;
}
.pat-autotoc.autotabs .autotoc-nav .autotab-heading,
.autotabs .autotoc-nav .autotab-heading {
  display: inline-block;
  margin: 6px 0 0 6px;
}
.pat-autotoc.autotabs .formControls,
.autotabs .formControls {
  margin: 0 -12px -6px;
  border-radius: 0 0 0px 0px;
}
@media (max-width: 767.98px) {
  .autotabs .autotoc-nav {
    overflow-x: scroll;
    overflow-y: hidden;
    max-height: 52px;
    width: auto;
    white-space: nowrap;
    border-bottom: 0;
    box-shadow: inset 0 -1px #e5e5e5;
  }
  .autotabs .autotoc-nav a:not(.active) {
    box-shadow: inset 0 -1px #e5e5e5;
  }
}
.autotabs ul.autotoc-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.autotabs ul.autotoc-nav li {
  list-style: none;
  display: inline-block;
}
.folder-listing {
  font-weight: 700;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.folder-listing li {
  margin: 10px 0;
}
.folder-listing > li::before {
  content: "•";
  position: absolute;
  font-size: 17px;
  margin-top: -9px;
  left: 0;
  color: #a7daf2;
}
.folder-listing .documentByLine {
  font-weight: 400;
  color: #777777;
}
.tileImage {
  padding-right: 5px;
  float: left;
}
.tileImageNoFloat {
  margin-bottom: 5px;
}
.tileFooter {
  clear: both;
  margin-top: 5px;
}
.entries::before,
#content article.entry::after,
#relatedItemBox ul li::after,
#searchresults ul li::after {
  content: " ";
  display: block;
  clear: both;
  height: 2px;
  visibility: hidden;
}
.icon-group-right .image-icon {
  float: none;
}
.photoalbumEntryWrapper {
  display: block;
}
.photoAlbumEntry {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
.photoAlbumEntry a {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 0px;
  background: #fcfcfd;
  width: 220px;
  height: 240px;
}
.photoAlbumEntry img {
  max-width: 200px;
  max-height: 200px;
}
.alert.status,
.portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin-bottom: 18px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  font-size: 12.8px;
  font-weight: 400;
  text-shadow: 0 1px rgba(255, 255, 255, 0.1);
}
.alert.status > strong,
.portalMessage > strong,
.alert.status > dt,
.portalMessage > dt {
  font-weight: 700;
  padding-right: 15px/3;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status a,
.portalMessage a {
  font-weight: 400;
  color: #005074;
}
.alert.status > strong::before,
.portalMessage > strong::before,
.alert.status > dt::before,
.portalMessage > dt::before {
  font-size: 12.8px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  top: -1px;
  position: relative;
}
.alert.status > dt,
.portalMessage > dt,
.alert.status > dd,
.portalMessage > dd {
  display: inline;
}
.alert.status > dd,
.portalMessage > dd {
  margin: 0;
}
.alert.status.alert-none,
.portalMessage.alert-none {
  box-shadow: none;
}
.alert.status.alert-success,
.portalMessage.alert-success,
.alert.status.info,
.portalMessage.info {
  background-color: #aad6ea;
  border: 1px solid #9acee6;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status.alert-success > strong,
.portalMessage.alert-success > strong,
.alert.status.info > strong,
.portalMessage.info > strong,
.alert.status.alert-success > dt,
.portalMessage.alert-success > dt,
.alert.status.info > dt,
.portalMessage.info > dt {
  color: rgba(0, 0, 0, 0.67);
}
.alert.status.alert-success > strong::before,
.portalMessage.alert-success > strong::before,
.alert.status.info > strong::before,
.portalMessage.info > strong::before,
.alert.status.alert-success > dt::before,
.portalMessage.alert-success > dt::before,
.alert.status.info > dt::before,
.portalMessage.info > dt::before {
  background-color: #3e7b91;
  content: "i";
}
.alert.status.alert-warning,
.portalMessage.alert-warning,
.alert.status.warning,
.portalMessage.warning {
  background-color: #ebd380;
  border: 1px solid #e7ca66;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status.alert-warning > strong,
.portalMessage.alert-warning > strong,
.alert.status.warning > strong,
.portalMessage.warning > strong,
.alert.status.alert-warning > dt,
.portalMessage.alert-warning > dt,
.alert.status.warning > dt,
.portalMessage.warning > dt {
  color: rgba(0, 0, 0, 0.67);
}
.alert.status.alert-warning > strong::before,
.portalMessage.alert-warning > strong::before,
.alert.status.warning > strong::before,
.portalMessage.warning > strong::before,
.alert.status.alert-warning > dt::before,
.portalMessage.alert-warning > dt::before,
.alert.status.warning > dt::before,
.portalMessage.warning > dt::before {
  background-color: #bc8d0d;
  content: "!";
}
.alert.status.alert-error,
.portalMessage.alert-error,
.alert.status.error,
.portalMessage.error {
  background-color: #ec9c8d;
  border: 1px solid #eb9484;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status.alert-error > strong,
.portalMessage.alert-error > strong,
.alert.status.error > strong,
.portalMessage.error > strong,
.alert.status.alert-error > dt,
.portalMessage.alert-error > dt,
.alert.status.error > dt,
.portalMessage.error > dt {
  color: rgba(0, 0, 0, 0.67);
}
.alert.status.alert-error > strong::before,
.portalMessage.alert-error > strong::before,
.alert.status.error > strong::before,
.portalMessage.error > strong::before,
.alert.status.alert-error > dt::before,
.portalMessage.alert-error > dt::before,
.alert.status.error > dt::before,
.portalMessage.error > dt::before {
  background-color: #ac493f;
  content: "×";
}
.portlet .portletContent > .portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin: 15px;
}
/* special octogonal shape for error
.alert.status.alert-error,
.portalMessage.error {
	& > strong::before, & > dt::before {
		border-radius: 8px; //soften border
		background: @plone-alert-error-bullet;
		background:
			linear-gradient(135deg, transparent 4px, @plone-alert-error-bullet 0) top left,
			linear-gradient(225deg, transparent 4px, @plone-alert-error-bullet 0) top right,
			linear-gradient(315deg, transparent 4px, @plone-alert-error-bullet 0) bottom right,
			linear-gradient(45deg,  transparent 4px, @plone-alert-error-bullet 0) bottom left;
		background-size: 50% 50%;
		background-repeat: no-repeat;
	}
}
*/
.portlet {
  border: none;
  margin-bottom: 20px;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.portlet > :first-child {
  border-radius: 0px 0px 0 0;
}
.portlet > :last-child {
  border-radius: 0 0 0px 0px;
}
.portlet .portletHeader {
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  padding: 13px 15px;
  color: #003366;
}
.portlet .portletHeader > a {
  color: #086ca3;
}
.portlet.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
.portlet.portletCalendar .portletHeader .calendarPrevious,
.portlet.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 22px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
.portlet.portletCalendar .portletHeader .calendarPrevious:hover,
.portlet.portletCalendar .portletHeader .calendarNext:hover {
  background: #fff;
  text-decoration: none;
}
.portlet.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
.portlet .portletContent {
  font-size: 12.8px;
  border-top: none;
  background: #fff;
  font-weight: 400;
}
.portlet .portletContent > *,
.portlet .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
.portlet .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
.portlet .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 30px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
.portlet .portletContent > ul > li > a {
  border-top: none;
}
.portlet .portletContent > ul > li:first-child > a {
  border-top: 0;
}
.portlet .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
.portlet .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 30px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 11px;
  color: #696969;
}
.portlet .portletContent > ul li:hover {
  background: #fcfcfd;
}
.portlet .portletContent > ul li:hover a::before {
  color: #64bee8;
}
.portlet.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
.portlet.portletCalendar table tr {
  line-height: 30px;
}
.portlet.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: none;
}
.portlet.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 40px;
  text-align: center;
}
.portlet.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.portlet.portletCalendar table .cal_has_events {
  position: relative;
}
.portlet.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
.portlet.portletCalendar table .cal_has_events a::after {
  content: '•';
  position: absolute;
  margin-left: 50%;
  left: -3px;
  font-size: 18px;
  color: #a7daf2;
  margin-top: 9px;
}
.portlet.portletCalendar table .cal_has_events a:hover::after {
  color: #64bee8;
}
.portlet.portletCalendar table .cal_next_month,
.portlet.portletCalendar table .cal_prev_month {
  color: #000;
}
.portlet.portletCalendar table .cal_next_month.cal_has_events > a,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
.portlet.portletCalendar table .cal_next_month.cal_has_events > a::after,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a::after {
  color: #d3edf8;
}
.portlet.portletCalendar table .cal_next_month.cal_has_events > a:hover,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004665;
}
.portlet.portletCalendar table .cal_next_month.cal_has_events > a:hover::after,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover::after {
  color: #64bee8;
}
.portlet.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
.portlet.portletCalendar table tbody tr:first-child td > * {
  margin-top: 10px;
}
.portlet.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 10px;
}
.portlet .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
.portlet .portletFooter {
  border-top: none;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 11px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
.portletNavigationTree nav.portletContent > ul > li a {
  padding: 10px 15px 10px 15px;
  border-top: none;
}
.portletNavigationTree nav.portletContent > ul > li strong {
  padding: 10px 15px 10px 15px;
  border-top: none;
  background: #fcfcfd;
  color: #696969;
  display: block;
  font-weight: 400;
}
.portletNavigationTree .portletContent {
  border-top: 0;
}
.portletNavigationTree .portletContent > ul > li > a {
  display: block;
  background: rgba(0, 0, 0, 0);
}
.portletNavigationTree .portletContent > ul > li > a::before {
  content: '';
}
.portletNavigationTree .portletContent > ul > li > a:hover {
  background: #fcfcfd;
}
.portletNavigationTree .portletContent > ul > li > a:hover::after {
  content: '⟩';
  position: absolute;
  right: 10px;
  font-size: 16px;
  margin-top: -3px;
  color: #777777;
}
.portletNavigationTree .portletContent > ul > li > ul a {
  padding-left: 40px;
}
.portletNavigationTree .portletContent > ul > li > a > img.image-icon {
  max-height: 18px;
}
.portletNavigationTree .portletContent > ul ul {
  padding-left: 0;
}
.portletNavigationTree .portletContent .navTreeCurrentNode > a {
  background: #fcfcfd;
  color: #696969;
}
.portletNavigationTree .portletContent .navTreeCurrentNode > a::after {
  content: '⟩';
  position: absolute;
  right: 10px;
  font-size: 16px;
  margin-top: -3px;
  color: #777777;
}
#upgrade-products .configlets li,
#install-products .configlets li,
#activated-products .configlets li,
#broken-products .configlets li {
  padding: 12px;
  border-top: 1px dotted #e5e5e5;
}
#upgrade-products .configlets li:first-child,
#install-products .configlets li:first-child,
#activated-products .configlets li:first-child,
#broken-products .configlets li:first-child {
  border-top: 0;
}
#upgrade-products .configlets h3,
#install-products .configlets h3,
#activated-products .configlets h3,
#broken-products .configlets h3,
#upgrade-products .configlets p,
#install-products .configlets p,
#activated-products .configlets p,
#broken-products .configlets p {
  margin: 0;
}
#upgrade-products .configlets .portletContent:last-child,
#install-products .configlets .portletContent:last-child,
#activated-products .configlets .portletContent:last-child,
#broken-products .configlets .portletContent:last-child {
  margin-bottom: 0;
}
#upgrade-products .configlets .pull-right,
#install-products .configlets .pull-right,
#activated-products .configlets .pull-right,
#broken-products .configlets .pull-right {
  margin: 0 0 12px 12px;
}
.portletCollection ul {
  list-style-type: none;
  padding-left: 0;
}
.portletCollection > ul > li > a {
  padding: 10px 15px 26px 10px;
}
.switch-portlet-manager {
  margin-top: 0.5em;
  width: auto;
}
.managedPortlet {
  border: none;
  margin-bottom: 20px;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-weight: normal;
  position: relative;
  /*margin-top: 1em;*/
  margin-bottom: 1em;
  box-shadow: none;
}
.managedPortlet > :first-child {
  border-radius: 0px 0px 0 0;
}
.managedPortlet > :last-child {
  border-radius: 0 0 0px 0px;
}
.managedPortlet .portletHeader {
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  padding: 13px 15px;
  color: #003366;
}
.managedPortlet .portletHeader > a {
  color: #086ca3;
}
.managedPortlet.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
.managedPortlet.portletCalendar .portletHeader .calendarPrevious,
.managedPortlet.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 22px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
.managedPortlet.portletCalendar .portletHeader .calendarPrevious:hover,
.managedPortlet.portletCalendar .portletHeader .calendarNext:hover {
  background: #fff;
  text-decoration: none;
}
.managedPortlet.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
.managedPortlet .portletContent {
  font-size: 12.8px;
  border-top: none;
  background: #fff;
  font-weight: 400;
}
.managedPortlet .portletContent > *,
.managedPortlet .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
.managedPortlet .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
.managedPortlet .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 30px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
.managedPortlet .portletContent > ul > li > a {
  border-top: none;
}
.managedPortlet .portletContent > ul > li:first-child > a {
  border-top: 0;
}
.managedPortlet .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
.managedPortlet .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 30px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 11px;
  color: #696969;
}
.managedPortlet .portletContent > ul li:hover {
  background: #fcfcfd;
}
.managedPortlet .portletContent > ul li:hover a::before {
  color: #64bee8;
}
.managedPortlet.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
.managedPortlet.portletCalendar table tr {
  line-height: 30px;
}
.managedPortlet.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: none;
}
.managedPortlet.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 40px;
  text-align: center;
}
.managedPortlet.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.managedPortlet.portletCalendar table .cal_has_events {
  position: relative;
}
.managedPortlet.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
.managedPortlet.portletCalendar table .cal_has_events a::after {
  content: '•';
  position: absolute;
  margin-left: 50%;
  left: -3px;
  font-size: 18px;
  color: #a7daf2;
  margin-top: 9px;
}
.managedPortlet.portletCalendar table .cal_has_events a:hover::after {
  color: #64bee8;
}
.managedPortlet.portletCalendar table .cal_next_month,
.managedPortlet.portletCalendar table .cal_prev_month {
  color: #000;
}
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a::after,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a::after {
  color: #d3edf8;
}
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a:hover,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004665;
}
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a:hover::after,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover::after {
  color: #64bee8;
}
.managedPortlet.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
.managedPortlet.portletCalendar table tbody tr:first-child td > * {
  margin-top: 10px;
}
.managedPortlet.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 10px;
}
.managedPortlet .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
.managedPortlet .portletFooter {
  border-top: none;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 11px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
.managedPortlet .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem,
.managedPortlet .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem:hover {
  background-color: #cccc99;
}
.managedPortlet .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem > a,
.managedPortlet .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem:hover > a {
  border-bottom-color: white;
}
.managedPortlet .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem,
.managedPortlet .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem:hover {
  background-color: #e0e0d1;
}
.managedPortlet .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem > a,
.managedPortlet .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem:hover > a {
  border-bottom-color: white;
}
.managedPortlet .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem,
.managedPortlet .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem:hover {
  background-color: #f0f0e8;
  border-right: 1px solid #f0f0e8;
}
.managedPortlet .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem > a,
.managedPortlet .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem:hover > a {
  border-bottom-color: white;
}
.managedPortlet .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem,
.managedPortlet .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem:hover {
  background-color: white;
}
.managedPortlet .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem a,
.managedPortlet .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem:hover a {
  border-bottom-color: #f0f0e8;
}
.managedPortlet .portletHeader {
  margin: 0 0.7rem;
  font-size: 0.8rem;
  padding: 0;
}
.managedPortlet .portletHeader button[type="submit"] {
  padding: 0;
}
.managedPortlet .portletContent {
  padding: 0 0.7rem;
}
.managedPortlet .portletContent > ul li:hover {
  background-color: transparent;
  text-decoration: none;
  color: #086ca3;
}
.managedPortlet .portletContent > ul li a {
  padding: 0.5em 0.2em 0.5em 0;
  /*color: #000;*/
}
.managedPortlet .portletContent > ul li time {
  display: none;
}
.managedPortlet .portletContent > ul li time.portletItemDetails {
  display: block;
}
.managedPortlet section.portletContent > * {
  padding: 0 !important;
}
.managedPortlet .portletFooter {
  padding: 0.2rem 0.7rem;
  background: none;
  box-shadow: none;
}
.managedPortlet .portletHeader {
  font-weight: 300;
}
.managedPortlet.inheritedPortlet {
  margin: 5px 15px;
}
.managedPortlet.inheritedPortlet .portletHeader {
  padding: 3px 15px;
}
.managedPortlet.blockedPortlet {
  opacity: 0.7;
}
.managedPortletActions {
  float: right;
  margin-top: -6px;
}
.managedPortletActions form {
  display: inline-block;
}
.portlet.portletSiteSetup .portletContent > ul > li a::before {
  content: "";
}
.portlet.portletSiteSetup .portletContent > ul li:hover {
  background: #edecec;
}
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a {
  border: none;
  padding: 0px;
  color: #4D4D4D;
}
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a:hover {
  text-decoration: none;
}
.portletNavigationTree.portletSiteSetup a {
  border: none;
  text-align: center;
  height: 100%;
  padding: 0;
}
.portletNavigationTree.portletSiteSetup a span {
  font-size: 50px;
  text-align: center;
  display: block;
  color: #4d4d4d;
}
.portletNavigationTree.portletSiteSetup ul {
  background: #edecec;
  padding-bottom: 20px;
}
.portletNavigationTree.portletSiteSetup li {
  vertical-align: top;
}
.portletNavigationTree.portletSiteSetup ul > li > a:hover::after {
  content: "";
}
.portletNavigationTree.portletSiteSetup .inner-configlet {
  margin-top: 10px;
  padding-bottom: 10px;
}
.portletNavigationTree.portletSiteSetup .inner-configlet:hover {
  background: rgba(255, 255, 255, 0.67);
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px #bbbbbb;
}
.portletNavigationTree.portletSiteSetup .inner-configlet:hover span {
  color: #333;
}
.template-overview-controlpanel .portlet.portletSiteSetup .portletContent > ul > li {
  height: 120px;
}
#portlet-prefs ul ul {
  padding-top: 10px;
}
#portlet-prefs ul ul li {
  padding-top: 10px;
}
#portlet-prefs ul ul li a {
  text-align: inherit;
  padding-left: 40px;
}
#portlet-prefs ul ul li a::before {
  content: "•";
  position: absolute;
  font-size: 23px;
  margin-top: -9px;
  left: 15px;
  color: #a7daf2;
}
.template-usergroup-groupprefs .field,
.template-usergroup-userprefs .field,
.template-usergroup-controlpanel .field,
.template-member-registration .field {
  margin-top: 2em;
}
.template-usergroup-groupprefs .formControls,
.template-usergroup-userprefs .formControls,
.template-usergroup-controlpanel .formControls,
.template-member-registration .formControls {
  border-top: 0;
  box-shadow: none;
  margin-bottom: 1em;
}
.template-usergroup-groupprefs table.listing,
.template-usergroup-userprefs table.listing,
.template-usergroup-controlpanel table.listing,
.template-member-registration table.listing {
  margin-bottom: 0.5em;
}
.template-usergroup-groupprefs input.quickSearch,
.template-usergroup-userprefs input.quickSearch,
.template-usergroup-controlpanel input.quickSearch,
.template-member-registration input.quickSearch {
  margin-bottom: 0.5em;
}
.template-usergroup-groupprefs .listingCheckbox,
.template-usergroup-userprefs .listingCheckbox,
.template-usergroup-controlpanel .listingCheckbox,
.template-member-registration .listingCheckbox {
  vertical-align: middle;
  text-align: center;
}
.template-usergroup-groupprefs form,
.template-usergroup-userprefs form {
  overflow: scroll;
}
.template-actions-controlpanel #content-core .addAction {
  height: 2em;
}
.template-actions-controlpanel #content-core section.portlet {
  clear: both;
}
.template-actions-controlpanel #content-core ol.configlets li {
  margin: 1.2em;
}
.link-category {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #4d4d4d;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  background-color: #e5e5e5;
}
.link-category[href]:hover,
.link-category[href]:focus {
  background-color: #cccccc;
}
a.link-category:hover,
a.link-category:focus {
  color: #007bb1;
  text-decoration: none;
  cursor: pointer;
}
.link-category:empty {
  display: none;
}
#category {
  margin-bottom: 12px;
}
#category ul {
  list-style: none;
  padding: 0;
  display: inline;
}
#category li {
  display: inline-block;
}
[class*="contenttype-"]::before,
.contenttype-file #crud-edit-File-widgets-view_title::before {
  font-family: "Fontello";
  font-size: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  left: inherit;
  display: inline-block;
  color: inherit;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 6px;
  content: '\e834';
}
.contenttype-folder::before {
  content: '\e801';
}
.contenttype-document::before {
  content: '\e80e';
}
.contenttype-file::before {
  content: '\e811';
}
.contenttype-link::before {
  content: '\e806';
}
.contenttype-image::before {
  content: '\e810';
}
.contenttype-collection::before {
  content: '\e808';
}
.contenttype-event::before {
  content: '\e809';
}
.contenttype-news-item::before {
  content: '\e80f';
}
.outer-wrapper .contenttype-file::before {
  content: none;
}
.contenttype-file #crud-edit-File-widgets-view_title::before {
  content: '\e811';
}
.mime-icon {
  margin-right: 8px;
}
#textAdjust .decrease-text {
  font-size: 11px;
}
#textAdjust .normal-text {
  font-size: 12.8px;
}
#textAdjust .increase-text {
  font-size: 16px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav {
  float: right;
  min-width: 150px;
  background-color: transparent;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  padding: 6px 12px;
  margin: 0 0 12px 12px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav a {
  display: block;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .active,
.pat-autotoc:not(.autotabs) .autotoc-nav .active:hover {
  color: #696969;
  cursor: default;
  text-decoration: none;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-1 {
  margin-left: 0;
  font-size: 16px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-2 {
  margin-left: 12px;
  font-size: 12.8px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-3 {
  margin-left: 24px;
  font-size: 11px;
}
@media (max-width: 767.98px) {
  .pat-autotoc .autotoc-nav {
    float: none;
    margin: 0 0 20px 0;
  }
}
.pat-dropzone .dz-notice {
  margin-bottom: 6px;
}
.pat-dropzone .dz-default {
  border-radius: 0px;
  background-color: transparent;
  border: 3px dotted #cccccc;
  margin-bottom: 20px;
  padding: 12px;
  color: #696969;
}
.plone-modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.5);
}
.plone-modal .plone-modal-dialog {
  width: 100%;
  position: relative;
}
.plone-modal .plone-modal-dialog .plone-modal-header {
  min-height: 25px;
  padding: 12px;
}
.plone-modal .plone-modal-dialog .plone-modal-header h3 {
  font-size: 16px;
  margin: 0;
}
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close {
  margin-top: -12px;
  float: right;
  font-size: 32px;
  font-weight: 100;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close:hover,
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
.plone-modal .plone-modal-dialog .plone-modal-body {
  padding: 12px;
}
.plone-modal .plone-modal-dialog .plone-modal-body .modal-image {
  text-align: center;
}
.plone-modal .plone-modal-dialog .plone-modal-footer {
  border-top: 1px solid #cccccc;
  background: #fcfcfd;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
  box-shadow: none;
  padding: 12px;
  text-align: right;
}
.plone-modal .plone-modal-dialog .plone-modal-footer .pattern-modal-buttons input + input {
  margin-left: 12px;
}
.plone-modal .plone-modal-content {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 0px;
  outline: none;
  background-clip: padding-box;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-left: 0.5px solid #cccc99;
  border-right: 0.5px solid #cccc99;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .plone-modal .plone-modal-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .plone-modal .plone-modal-content {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .plone-modal .plone-modal-content {
    width: 1280px;
  }
}
.plone-modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.plone-modal.fade.in {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.plone-modal.fade .plone-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.plone-modal.fade.in .plone-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.plone-modal.in {
  display: block !important;
}
.plone-modal-loading {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  border-radius: 0.5em;
  width: 40em;
  height: 40px;
}
.plone-modal-open {
  padding-right: 0;
}
.plone-modal-open > *:not(.plone-modal-wrapper,.select2-drop, .mce-floatpanel) {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
#content .picker--opened .picker__holder {
  opacity: 1;
}
.picker__holder {
  width: 180px;
  margin: -1px 0 0 0;
  border: 1px solid #6685a3;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
  border-radius: 0 0 0px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.picker__wrap {
  margin: 0;
  /* overrides -1px used to get rid of unecessary scrollbar */
}
.picker__list-item:hover {
  background: #f0f0f0;
  color: #4d4d4d;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  background: #007bb1;
  color: #fff;
}
li.picker__list-item {
  padding: 6px 12px;
  cursor: pointer;
  color: #696969;
}
ul.picker__list {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
.picker__table {
  width: 100%;
  text-align: center;
}
.picker__table th {
  text-align: center;
}
.picker__header {
  text-align: center;
  position: relative;
}
.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  top: 0.5em;
}
.picker__select--month,
.picker__select--year {
  width: 35%;
  display: inline-block;
  margin: 0 6px;
  font-size: 1em;
}
.picker__day {
  font-weight: 400;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  background: #f0f0f0;
}
.picker__day--highlighted:hover,
.picker__day--highlighted {
  background: #007bb1;
  color: #fff;
  font-weight: 600;
}
.picker__day--outfocus {
  color: #cccccc;
}
.pat-sortable > *:hover {
  cursor: move;
  cursor: -webkit-grab;
  background: #FFF5CD;
}
.pat-sortable .item-dragging,
.pat-sortable .item-dragging:hover {
  cursor: -webkit-grabbing !important;
  background: #f2f2f2;
}
.item-dragging.dragging {
  background: #fea;
  cursor: -webkit-grabbing !important;
  padding: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
}
.pat-tablesorter th:hover {
  color: #007bb1;
}
.pat-tablesorter .sortdirection {
  font-size: 75%;
  opacity: 0.5;
  position: relative;
  top: -1px;
  padding: 2px;
  min-width: 15px;
  display: inline-block;
}
.tooltips {
  opacity: 0;
  transition: opacity 0.2s ease 0.5s;
  position: absolute;
  background: #333333;
  background: rgba(0, 0, 0, 0.9);
  color: #fafafa;
  font-size: 11px;
  border-radius: 0px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
  max-width: 200px;
  margin-left: -100px;
  left: 200px;
  text-align: center;
  padding: 6px;
}
.tooltips.active {
  opacity: 1;
  transition: opacity 0.2s ease 0.5s;
}
.jqtree-tree {
  list-style: none outside;
  margin-bottom: 0;
  padding: 0;
  padding-left: 18px;
}
.jqtree-tree .jqtree-toggler {
  left: -18px;
  font-size: 75%;
  top: 30%;
  position: absolute;
}
.jqtree-tree .jqtree-element {
  padding: 6px;
}
.jqtree-tree .jqtree-element:hover {
  background: #f0f0f0;
}
.jqtree-tree .jqtree-selected > .jqtree-element {
  background: #cccccc;
}
#portal-header {
  margin: 15px auto 20px;
}
#portal-header::before,
#portal-header::after {
  content: " ";
  display: table;
}
#portal-header::after {
  clear: both;
}
#portal-logo {
  float: left;
}
#portal-languageselector {
  clear: both;
  display: inline-block;
  float: left;
  margin-right: 29px;
  padding-top: 5px;
}
#portal-languageselector li {
  display: inline-block;
  margin-right: 10px;
}
#portal-anontools {
  float: right;
}
#portal-anontools ul {
  padding-right: 0;
}
#portal-membertools-wrapper {
  float: right;
  padding: 12px 0;
}
#portal-membertools-wrapper ul {
  margin: 0 0 12px 12px;
  padding-right: 0;
}
#portal-searchbox {
  clear: left;
  margin-left: 3px;
  margin-top: 60px;
  padding-top: 20px;
  position: absolute;
  white-space: nowrap;
  z-index: 2;
}
#portal-searchbox .searchSection {
  display: none;
}
#portal-searchbox [type="submit"] {
  display: none;
}
#portal-searchbox label {
  font-size: 86.667%;
}
@media (min-width: 768px) {
  #portal-header {
    margin-bottom: 15px;
  }
  #portal-languageselector {
    clear: none;
    float: right;
  }
  #portal-searchbox {
    clear: none;
    float: right;
    margin-left: 1em;
    margin-top: 5px;
    max-width: 50%;
    padding-top: 0;
    position: relative;
  }
  #portal-searchbox .searchSection {
    display: inherit;
  }
  #portal-searchbox [type="text"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    float: left;
    width: 20rem;
  }
  #portal-searchbox [type="submit"] {
    margin-left: -1px;
    vertical-align: top;
    width: auto;
    display: inline-block;
  }
}
.plone-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.plone-nav > li {
  position: relative;
  display: block;
}
.plone-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: white;
  font-size: 15px;
}
.plone-nav > li > a:hover,
.plone-nav > li > a:focus {
  text-decoration: none;
  background-color: #7099bf;
}
.plone-navbar {
  background-color: #007bb1;
  color: white;
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
}
.plone-navbar::before,
.plone-navbar::after {
  content: " ";
  display: table;
}
.plone-navbar::after {
  clear: both;
}
.plone-navbar-header::before,
.plone-navbar-header::after {
  content: " ";
  display: table;
}
.plone-navbar-header::after {
  clear: both;
}
@media (min-width: 768px) {
  .plone-navbar-header {
    float: left;
  }
}
.plone-navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  display: none;
}
.plone-navbar-collapse.in {
  overflow-y: auto;
  display: block;
}
@media (min-width: 768px) {
  .plone-navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .plone-navbar-collapse.plone-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .plone-navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .plone-navbar-collapse,
  .navbar-static-top .plone-navbar-collapse,
  .navbar-fixed-bottom .plone-navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.plone-navbar-toggle {
  z-index: 1;
  position: relative;
  float: right;
  margin-top: 6px;
  margin-bottom: 3px;
  padding: 6px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid white;
  border-radius: 0px;
  /*
  .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: white;
    margin-top: 2px;
  }
  .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .icon-bar + .icon-bar + .icon-bar {
    margin-bottom: 3px;
  }
  //end burgerbar icon-bar
  */
}
.plone-navbar-toggle:focus {
  outline: 0;
}
.plone-navbar-toggle:hover {
  background-color: #46739c;
  border-color: #365979;
}
.plone-navbar-toggle .icon-bar::after {
  content: "Menu";
  position: relative;
  color: white;
}
.plone-navbar-toggle .icon-bar + .icon-bar::after {
  content: "";
}
@media (min-width: 768px) {
  .plone-navbar-toggle {
    display: none;
  }
}
.plone-navbar-nav {
  margin: 0 -15px 0;
}
.plone-navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
.plone-navbar-nav > .selected > a,
.plone-navbar-nav > .selected > a:hover,
.plone-navbar-nav > .selected > a:focus {
  color: white;
  background-color: #7099bf;
}
@media (min-width: 768px) {
  .plone-navbar-nav {
    float: left;
  }
  .plone-navbar-nav > li {
    float: left;
  }
  .plone-navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .plone-navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
.principal {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 14%, transparent 14%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 64%, transparent 64%, transparent);
  background-color: rgba(0, 0, 0, 0);
  background-size: 20px 20px;
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 50px 0;
}
.principal .container-fluid {
  margin: 0 auto;
  width: 960px;
}
.gigantic h1 {
  font-size: 500%;
}
.gigantic p {
  font-size: 150%;
}
#content {
  margin-bottom: 48px;
}
#content-core a {
  border-bottom: 1px solid #cccccc;
}
#content-core a:hover,
#content-core a:focus {
  border-bottom: none;
}
#content-core a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#content-core .pat-structure a,
#content-core .pat-resourceregistry a {
  border-bottom: none;
}
#content-core .pat-structure a.btn,
#content-core .pat-resourceregistry a.btn,
#content-core .pat-structure .pagination a {
  border-bottom: 1px solid #cccccc;
}
a.plone-toolbar-logo {
  color: #fff;
}
.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .plone-toolbar-top-default .container {
    width: 750px;
  }
}
@media (min-width: 828px) {
  .plone-toolbar-left-default .container {
    width: 750px;
  }
}
@media (min-width: 888px) {
  .plone-toolbar-left-expanded .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .plone-toolbar-top-default .container {
    width: 100%;
  }
}
@media (min-width: 1052px) {
  .plone-toolbar-left-default .container {
    width: 100%;
  }
}
@media (min-width: 1112px) {
  .plone-toolbar-left-expanded .container {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .plone-toolbar-top-default .container {
    width: 1280px;
  }
}
@media (min-width: 1340px) {
  .plone-toolbar-left-default .container {
    width: 1280px;
  }
}
@media (min-width: 1400px) {
  .plone-toolbar-left-expanded .container {
    width: 1280px;
  }
}
#portal-footer-wrapper {
  padding: 30px 15px;
  background-color: #2e3133;
  color: #cccccc;
  text-align: center;
  clear: both;
}
#portal-footer-wrapper p {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 28px;
}
#portal-footer-wrapper abbr,
#portal-footer-wrapper ul {
  color: #cccccc;
}
#portal-footer-wrapper a {
  color: #16a1e3;
}
#portal-footer-wrapper a:hover {
  color: #57beef;
}
#portal-footer-wrapper .portletWrapper {
  display: inline-block;
}
#portal-footer-wrapper .portletWrapper:first-child {
  display: block;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}
#portal-footer-wrapper .portlet {
  background: transparent;
  border: 0;
  font-weight: 300;
  box-shadow: none;
  margin-bottom: 0;
}
#portal-footer-wrapper .portlet .portletContent {
  padding: 0;
  background: transparent;
  border: 0;
}
#portal-footer-wrapper .portlet .portletContent > * {
  padding: inherit;
}
#portal-footer-wrapper .portlet .portletContent li {
  background: transparent;
  display: inline-block;
  border: 0;
  white-space: nowrap;
  padding: 10px 30px;
}
#portal-footer-wrapper .portlet#portal-colophon .portletContent a {
  padding: 10px 30px;
}
#portal-footer-wrapper .portlet .portletItem::before,
#portal-footer-wrapper .portlet .portletItem a::before {
  content: "";
}
#portal-footer-wrapper .portlet .portletItem a {
  padding: 0;
  border: 0;
}
#portal-footer-wrapper .portlet .portletActions {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-right: 15px;
}
#portal-siteactions {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
}
#portal-siteactions li {
  font-weight: bold;
  display: inline-block;
  margin-left: 30px;
}
#portal-siteactions li:first-child {
  margin-left: 0;
}
body.template-login_form #content-core,
body.template-logged_out #content-core {
  border: none;
  margin-bottom: 20px;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-weight: normal;
  position: relative;
  /*margin-top: 1em;*/
  margin-bottom: 1em;
  box-shadow: none;
  background: #fcfcfd;
  max-width: 300px;
  margin: 0 auto 6px;
  padding: 6px 12px;
}
body.template-login_form #content-core > :first-child,
body.template-logged_out #content-core > :first-child {
  border-radius: 0px 0px 0 0;
}
body.template-login_form #content-core > :last-child,
body.template-logged_out #content-core > :last-child {
  border-radius: 0 0 0px 0px;
}
body.template-login_form #content-core .portletHeader,
body.template-logged_out #content-core .portletHeader {
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  padding: 13px 15px;
  color: #003366;
}
body.template-login_form #content-core .portletHeader > a,
body.template-logged_out #content-core .portletHeader > a {
  color: #086ca3;
}
body.template-login_form #content-core.portletCalendar .portletHeader,
body.template-logged_out #content-core.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
body.template-login_form #content-core.portletCalendar .portletHeader .calendarPrevious,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarPrevious,
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 22px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
body.template-login_form #content-core.portletCalendar .portletHeader .calendarPrevious:hover,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarPrevious:hover,
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext:hover,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext:hover {
  background: #fff;
  text-decoration: none;
}
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
body.template-login_form #content-core .portletContent,
body.template-logged_out #content-core .portletContent {
  font-size: 12.8px;
  border-top: none;
  background: #fff;
  font-weight: 400;
}
body.template-login_form #content-core .portletContent > *,
body.template-logged_out #content-core .portletContent > *,
body.template-login_form #content-core .portletContent > div:not(.portalMessage),
body.template-logged_out #content-core .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
body.template-login_form #content-core .portletContent > ul,
body.template-logged_out #content-core .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
body.template-login_form #content-core .portletContent > ul > li a,
body.template-logged_out #content-core .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 30px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
body.template-login_form #content-core .portletContent > ul > li > a,
body.template-logged_out #content-core .portletContent > ul > li > a {
  border-top: none;
}
body.template-login_form #content-core .portletContent > ul > li:first-child > a,
body.template-logged_out #content-core .portletContent > ul > li:first-child > a {
  border-top: 0;
}
body.template-login_form #content-core .portletContent > ul ul,
body.template-logged_out #content-core .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
body.template-login_form #content-core .portletContent > ul .portletItemDetails,
body.template-logged_out #content-core .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 30px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 11px;
  color: #696969;
}
body.template-login_form #content-core .portletContent > ul li:hover,
body.template-logged_out #content-core .portletContent > ul li:hover {
  background: #fcfcfd;
}
body.template-login_form #content-core .portletContent > ul li:hover a::before,
body.template-logged_out #content-core .portletContent > ul li:hover a::before {
  color: #64bee8;
}
body.template-login_form #content-core.portletCalendar table,
body.template-logged_out #content-core.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
body.template-login_form #content-core.portletCalendar table tr,
body.template-logged_out #content-core.portletCalendar table tr {
  line-height: 30px;
}
body.template-login_form #content-core.portletCalendar table thead,
body.template-logged_out #content-core.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: none;
}
body.template-login_form #content-core.portletCalendar table thead th,
body.template-logged_out #content-core.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 40px;
  text-align: center;
}
body.template-login_form #content-core.portletCalendar table td > *,
body.template-logged_out #content-core.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
body.template-login_form #content-core.portletCalendar table .cal_has_events,
body.template-logged_out #content-core.portletCalendar table .cal_has_events {
  position: relative;
}
body.template-login_form #content-core.portletCalendar table .cal_has_events a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
body.template-login_form #content-core.portletCalendar table .cal_has_events a::after,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a::after {
  content: '•';
  position: absolute;
  margin-left: 50%;
  left: -3px;
  font-size: 18px;
  color: #a7daf2;
  margin-top: 9px;
}
body.template-login_form #content-core.portletCalendar table .cal_has_events a:hover::after,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a:hover::after {
  color: #64bee8;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month,
body.template-logged_out #content-core.portletCalendar table .cal_next_month,
body.template-login_form #content-core.portletCalendar table .cal_prev_month,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month {
  color: #000;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a::after,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a::after,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a::after,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a::after {
  color: #d3edf8;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004665;
}
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover::after,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover::after,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover::after,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover::after {
  color: #64bee8;
}
body.template-login_form #content-core.portletCalendar table .today > *,
body.template-logged_out #content-core.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
body.template-login_form #content-core.portletCalendar table tbody tr:first-child td > *,
body.template-logged_out #content-core.portletCalendar table tbody tr:first-child td > * {
  margin-top: 10px;
}
body.template-login_form #content-core.portletCalendar table tbody tr:last-child td > *,
body.template-logged_out #content-core.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 10px;
}
body.template-login_form #content-core .formControls,
body.template-logged_out #content-core .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
body.template-login_form #content-core .portletFooter,
body.template-logged_out #content-core .portletFooter {
  border-top: none;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 11px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
body.template-login_form #content-core .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem,
body.template-logged_out #content-core .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem,
body.template-login_form #content-core .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem:hover,
body.template-logged_out #content-core .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem:hover {
  background-color: #cccc99;
}
body.template-login_form #content-core .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem > a,
body.template-logged_out #content-core .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem > a,
body.template-login_form #content-core .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem:hover > a,
body.template-logged_out #content-core .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem:hover > a {
  border-bottom-color: white;
}
body.template-login_form #content-core .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem,
body.template-logged_out #content-core .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem,
body.template-login_form #content-core .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem:hover,
body.template-logged_out #content-core .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem:hover {
  background-color: #e0e0d1;
}
body.template-login_form #content-core .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem > a,
body.template-logged_out #content-core .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem > a,
body.template-login_form #content-core .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem:hover > a,
body.template-logged_out #content-core .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem:hover > a {
  border-bottom-color: white;
}
body.template-login_form #content-core .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem,
body.template-logged_out #content-core .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem,
body.template-login_form #content-core .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem:hover,
body.template-logged_out #content-core .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem:hover {
  background-color: #f0f0e8;
  border-right: 1px solid #f0f0e8;
}
body.template-login_form #content-core .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem > a,
body.template-logged_out #content-core .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem > a,
body.template-login_form #content-core .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem:hover > a,
body.template-logged_out #content-core .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem:hover > a {
  border-bottom-color: white;
}
body.template-login_form #content-core .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem,
body.template-logged_out #content-core .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem,
body.template-login_form #content-core .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem:hover,
body.template-logged_out #content-core .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem:hover {
  background-color: white;
}
body.template-login_form #content-core .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem a,
body.template-logged_out #content-core .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem a,
body.template-login_form #content-core .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem:hover a,
body.template-logged_out #content-core .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem:hover a {
  border-bottom-color: #f0f0e8;
}
body.template-login_form #content-core .portletHeader,
body.template-logged_out #content-core .portletHeader {
  margin: 0 0.7rem;
  font-size: 0.8rem;
  padding: 0;
}
body.template-login_form #content-core .portletHeader button[type="submit"],
body.template-logged_out #content-core .portletHeader button[type="submit"] {
  padding: 0;
}
body.template-login_form #content-core .portletContent,
body.template-logged_out #content-core .portletContent {
  padding: 0 0.7rem;
}
body.template-login_form #content-core .portletContent > ul li:hover,
body.template-logged_out #content-core .portletContent > ul li:hover {
  background-color: transparent;
  text-decoration: none;
  color: #086ca3;
}
body.template-login_form #content-core .portletContent > ul li a,
body.template-logged_out #content-core .portletContent > ul li a {
  padding: 0.5em 0.2em 0.5em 0;
  /*color: #000;*/
}
body.template-login_form #content-core .portletContent > ul li time,
body.template-logged_out #content-core .portletContent > ul li time {
  display: none;
}
body.template-login_form #content-core .portletContent > ul li time.portletItemDetails,
body.template-logged_out #content-core .portletContent > ul li time.portletItemDetails {
  display: block;
}
body.template-login_form #content-core section.portletContent > *,
body.template-logged_out #content-core section.portletContent > * {
  padding: 0 !important;
}
body.template-login_form #content-core .portletFooter,
body.template-logged_out #content-core .portletFooter {
  padding: 0.2rem 0.7rem;
  background: none;
  box-shadow: none;
}
#portal-anontools ul {
  text-align: right;
  list-style: none;
}
#portal-anontools li {
  margin: 12px 0 12px 12px;
}
#portal-sitemap {
  list-style: none;
  padding-left: 0;
}
#portal-sitemap > li {
  font-size: 16px;
  border-top: none;
  padding: 6px 0;
}
#portal-sitemap ul {
  list-style: none;
  position: relative;
  font-size: 12.8px;
  padding-left: 20px;
}
#portal-sitemap ul li {
  position: relative;
}
#portal-sitemap ul li::before {
  content: "•";
  display: inline;
  font-size: 23px;
  color: #a7daf2;
  top: 5px;
  position: relative;
}
.vevent span.cal_month {
  font-size: 1.1em;
}
.event.summary {
  font-weight: 400;
  max-width: 300px;
  float: right;
  background: #fafafa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
  padding: 12px 12px 12px 36px;
  margin-left: 5px;
}
.event.summary strong,
.event.summary li > span {
  display: block;
}
.event_listing article {
  border-top: none;
  padding: 12px 0 12px;
}
.event_listing article h2 {
  margin: 0;
  padding: 12px 0 12px;
}
.event_listing article:first-child {
  border-top: 0;
  margin-top: -6px;
}
.cal_date {
  float: right;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
  text-align: center;
  width: 100px;
  margin: 12px 0 12px 12px;
  border-radius: 0px;
  overflow: hidden;
}
.cal_month {
  background: #00b0fe;
  font-weight: 400;
  display: block;
  color: #fff;
  padding: 6px 12px;
}
.cal_day {
  font-size: 32px;
  font-weight: 700;
  display: block;
}
.cal_wkday {
  font-size: 11px;
  font-weight: 300;
  display: block;
  padding: 0 12px 6px;
}
.event_listing .sub_nav {
  float: right;
}
.template-event_listing .caltrigger {
  display: none;
}
.autotabs .autotoc-nav .events-month-prev,
.autotabs .autotoc-nav .events-week-prev,
.autotabs .autotoc-nav .events-day-prev {
  position: relative;
  border-top-left-radius: 0;
  padding-left: 6px;
}
.autotabs .autotoc-nav .events-month-prev::before,
.autotabs .autotoc-nav .events-week-prev::before,
.autotabs .autotoc-nav .events-day-prev::before {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #e5e5e5;
  border-right: 5px solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  left: -6px;
  top: -1px;
  padding: 0 !important;
}
.autotabs .autotoc-nav .events-month-prev::after,
.autotabs .autotoc-nav .events-week-prev::after,
.autotabs .autotoc-nav .events-day-prev::after {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #fcfcfd;
  border-right: 5px solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  left: -5px;
  top: -1px;
  padding: 0 !important;
}
.autotabs .autotoc-nav .events-month-prev:hover::after,
.autotabs .autotoc-nav .events-week-prev:hover::after,
.autotabs .autotoc-nav .events-day-prev:hover::after {
  color: #fff;
}
.autotabs .autotoc-nav .events-month-next,
.autotabs .autotoc-nav .events-week-next,
.autotabs .autotoc-nav .events-day-next {
  position: relative;
  border-top-right-radius: 0;
  padding-right: 6px;
}
.autotabs .autotoc-nav .events-month-next::before,
.autotabs .autotoc-nav .events-week-next::before,
.autotabs .autotoc-nav .events-day-next::before {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #e5e5e5;
  border-left: 5px solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  right: -6px;
  top: -1px;
  padding: 0 !important;
}
.autotabs .autotoc-nav .events-month-next::after,
.autotabs .autotoc-nav .events-week-next::after,
.autotabs .autotoc-nav .events-day-next::after {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #fcfcfd;
  border-left: 5px solid;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  right: -5px;
  top: -1px;
  padding: 0 !important;
}
.autotabs .autotoc-nav .events-month-next:hover::after,
.autotabs .autotoc-nav .events-week-next:hover::after,
.autotabs .autotoc-nav .events-day-next:hover::after {
  color: #fff;
}
.image-product {
  margin: 0;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  display: inline-block;
}
.image-product figcaption {
  font-size: 11px;
  background: #fcfcfd;
  margin: 6px 12px;
}
.portraitPhoto {
  margin: 0;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  display: inline-block;
  float: right !important;
  border-radius: 50px;
}
.portraitPhoto figcaption {
  font-size: 11px;
  background: #fcfcfd;
  margin: 6px 12px;
}
.newsImageContainer {
  float: right;
  margin: 0 0 6px 6px;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
}
.newsImageContainer a {
  display: table;
  background-color: #fafafa;
}
.newsImageContainer a img {
  display: block;
}
.newsImageContainer figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 11px;
  background: #fcfcfd;
}
#commenting::before,
#commenting::after {
  content: " ";
  display: table;
}
#commenting::after {
  clear: both;
}
#commenting legend,
.discussion legend {
  padding: 0.5em 0.5em 0.5em 0;
  font-weight: normal;
}
.discussion::before,
.discussion::after {
  content: " ";
  display: table;
}
.discussion::after {
  clear: both;
}
.discussion .comment {
  margin-bottom: 12px;
  padding-left: 40px;
}
.discussion .commentImage {
  float: left !important;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  margin-left: -40px;
  margin-top: 3px;
}
.discussion .documentByLine {
  font-weight: normal;
}
.discussion .commentDate {
  float: right !important;
  display: inline;
  font-size: 11px;
  color: #76797C;
}
.discussion .commentBody {
  margin: 1em 0;
  padding: 1em;
  overflow: auto;
  border: 1px solid #ccc;
}
.discussion .commentBody p {
  float: left;
  margin-bottom: 0;
}
.discussion .commentactionsform {
  display: inline;
  margin-left: 6px;
}
.discussion .commentActions {
  float: right;
  text-align: right;
}
.discussion .reply {
  border-bottom: none;
}
.cancelreplytocomment {
  /* Hide the cancel button in the comment form, show it only in the reply form
   * in order to close it.
   */
  display: none;
}
.replyTreeLevel0 {
  margin-left: 0;
}
.replyTreeLevel1 {
  margin-left: 24px;
}
.replyTreeLevel2 {
  margin-left: 48px;
}
.replyTreeLevel3 {
  margin-left: 72px;
}
.replyTreeLevel4 {
  margin-left: 96px;
}
.replyTreeLevel5 {
  margin-left: 120px;
}
.replyTreeLevel6 {
  margin-left: 144px;
}
.replyTreeLevel7 {
  margin-left: 168px;
}
.replyTreeLevel8 {
  margin-left: 192px;
}
.replyTreeLevel9 {
  margin-left: 216px;
}
.replyTreeLevel10 {
  margin-left: 240px;
}
#viewlet-below-content .loginbutton {
  margin: 12px 0;
}
#viewlet-below-content .reply .loginbutton {
  display: none;
}
#viewlet-below-content .reply ~ .reply .loginbutton {
  display: inline-block;
}
#dobulkaction {
  margin: 0.3em 0;
}
.template-discussion-controlpanel .unclickable {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.searchPage {
  position: relative;
}
.searchPage .actionMenu.activated dd {
  display: block;
}
.searchPage .actionMenu {
  float: right;
}
.searchPage .actionMenu dt {
  top: 0;
  right: 0;
  position: absolute;
}
.searchPage .actionMenu dd {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  width: 300px;
  background-color: #fcfcfd;
  border: 1px solid #e5e5e5;
  padding: 15px;
  z-index: 10;
}
#search-results-bar #results-count {
  float: right;
  padding-top: 15px;
  padding-right: 15px;
}
#searchform .input-group {
  max-width: 600px;
}
#searchform .input-group input.searchPage.btn {
  width: 120px;
}
#search-filter input {
  margin-right: 0.5rem;
}
.hu-base-row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.hu-base-row::before,
.hu-base-row::after {
  content: " ";
  display: table;
}
.hu-base-row::after {
  clear: both;
}
.hu-base-col-xs-1,
.hu-base-col-sm-1,
.hu-base-col-md-1,
.hu-base-col-lg-1,
.hu-base-col-xs-2,
.hu-base-col-sm-2,
.hu-base-col-md-2,
.hu-base-col-lg-2,
.hu-base-col-xs-3,
.hu-base-col-sm-3,
.hu-base-col-md-3,
.hu-base-col-lg-3,
.hu-base-col-xs-4,
.hu-base-col-sm-4,
.hu-base-col-md-4,
.hu-base-col-lg-4,
.hu-base-col-xs-5,
.hu-base-col-sm-5,
.hu-base-col-md-5,
.hu-base-col-lg-5,
.hu-base-col-xs-6,
.hu-base-col-sm-6,
.hu-base-col-md-6,
.hu-base-col-lg-6,
.hu-base-col-xs-7,
.hu-base-col-sm-7,
.hu-base-col-md-7,
.hu-base-col-lg-7,
.hu-base-col-xs-8,
.hu-base-col-sm-8,
.hu-base-col-md-8,
.hu-base-col-lg-8,
.hu-base-col-xs-9,
.hu-base-col-sm-9,
.hu-base-col-md-9,
.hu-base-col-lg-9,
.hu-base-col-xs-10,
.hu-base-col-sm-10,
.hu-base-col-md-10,
.hu-base-col-lg-10,
.hu-base-col-xs-11,
.hu-base-col-sm-11,
.hu-base-col-md-11,
.hu-base-col-lg-11,
.hu-base-col-xs-12,
.hu-base-col-sm-12,
.hu-base-col-md-12,
.hu-base-col-lg-12,
.hu-base-col-xs-13,
.hu-base-col-sm-13,
.hu-base-col-md-13,
.hu-base-col-lg-13,
.hu-base-col-xs-14,
.hu-base-col-sm-14,
.hu-base-col-md-14,
.hu-base-col-lg-14,
.hu-base-col-xs-15,
.hu-base-col-sm-15,
.hu-base-col-md-15,
.hu-base-col-lg-15,
.hu-base-col-xs-16,
.hu-base-col-sm-16,
.hu-base-col-md-16,
.hu-base-col-lg-16,
.hu-base-col-xs-17,
.hu-base-col-sm-17,
.hu-base-col-md-17,
.hu-base-col-lg-17,
.hu-base-col-xs-18,
.hu-base-col-sm-18,
.hu-base-col-md-18,
.hu-base-col-lg-18,
.hu-base-col-xs-19,
.hu-base-col-sm-19,
.hu-base-col-md-19,
.hu-base-col-lg-19,
.hu-base-col-xs-20,
.hu-base-col-sm-20,
.hu-base-col-md-20,
.hu-base-col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.hu-base-col-xs-1,
.hu-base-col-xs-2,
.hu-base-col-xs-3,
.hu-base-col-xs-4,
.hu-base-col-xs-5,
.hu-base-col-xs-6,
.hu-base-col-xs-7,
.hu-base-col-xs-8,
.hu-base-col-xs-9,
.hu-base-col-xs-10,
.hu-base-col-xs-11,
.hu-base-col-xs-12,
.hu-base-col-xs-13,
.hu-base-col-xs-14,
.hu-base-col-xs-15,
.hu-base-col-xs-16,
.hu-base-col-xs-17,
.hu-base-col-xs-18,
.hu-base-col-xs-19,
.hu-base-col-xs-20 {
  float: left;
}
.hu-base-col-xs-20 {
  width: 100%;
}
.hu-base-col-xs-19 {
  width: 95%;
}
.hu-base-col-xs-18 {
  width: 90%;
}
.hu-base-col-xs-17 {
  width: 85%;
}
.hu-base-col-xs-16 {
  width: 80%;
}
.hu-base-col-xs-15 {
  width: 75%;
}
.hu-base-col-xs-14 {
  width: 70%;
}
.hu-base-col-xs-13 {
  width: 65%;
}
.hu-base-col-xs-12 {
  width: 60%;
}
.hu-base-col-xs-11 {
  width: 55%;
}
.hu-base-col-xs-10 {
  width: 50%;
}
.hu-base-col-xs-9 {
  width: 45%;
}
.hu-base-col-xs-8 {
  width: 40%;
}
.hu-base-col-xs-7 {
  width: 35%;
}
.hu-base-col-xs-6 {
  width: 30%;
}
.hu-base-col-xs-5 {
  width: 25%;
}
.hu-base-col-xs-4 {
  width: 20%;
}
.hu-base-col-xs-3 {
  width: 15%;
}
.hu-base-col-xs-2 {
  width: 10%;
}
.hu-base-col-xs-1 {
  width: 5%;
}
.hu-base-col-xs-pull-20 {
  right: 100%;
}
.hu-base-col-xs-pull-19 {
  right: 95%;
}
.hu-base-col-xs-pull-18 {
  right: 90%;
}
.hu-base-col-xs-pull-17 {
  right: 85%;
}
.hu-base-col-xs-pull-16 {
  right: 80%;
}
.hu-base-col-xs-pull-15 {
  right: 75%;
}
.hu-base-col-xs-pull-14 {
  right: 70%;
}
.hu-base-col-xs-pull-13 {
  right: 65%;
}
.hu-base-col-xs-pull-12 {
  right: 60%;
}
.hu-base-col-xs-pull-11 {
  right: 55%;
}
.hu-base-col-xs-pull-10 {
  right: 50%;
}
.hu-base-col-xs-pull-9 {
  right: 45%;
}
.hu-base-col-xs-pull-8 {
  right: 40%;
}
.hu-base-col-xs-pull-7 {
  right: 35%;
}
.hu-base-col-xs-pull-6 {
  right: 30%;
}
.hu-base-col-xs-pull-5 {
  right: 25%;
}
.hu-base-col-xs-pull-4 {
  right: 20%;
}
.hu-base-col-xs-pull-3 {
  right: 15%;
}
.hu-base-col-xs-pull-2 {
  right: 10%;
}
.hu-base-col-xs-pull-1 {
  right: 5%;
}
.hu-base-col-xs-pull-0 {
  right: auto;
}
.hu-base-col-xs-push-20 {
  left: 100%;
}
.hu-base-col-xs-push-19 {
  left: 95%;
}
.hu-base-col-xs-push-18 {
  left: 90%;
}
.hu-base-col-xs-push-17 {
  left: 85%;
}
.hu-base-col-xs-push-16 {
  left: 80%;
}
.hu-base-col-xs-push-15 {
  left: 75%;
}
.hu-base-col-xs-push-14 {
  left: 70%;
}
.hu-base-col-xs-push-13 {
  left: 65%;
}
.hu-base-col-xs-push-12 {
  left: 60%;
}
.hu-base-col-xs-push-11 {
  left: 55%;
}
.hu-base-col-xs-push-10 {
  left: 50%;
}
.hu-base-col-xs-push-9 {
  left: 45%;
}
.hu-base-col-xs-push-8 {
  left: 40%;
}
.hu-base-col-xs-push-7 {
  left: 35%;
}
.hu-base-col-xs-push-6 {
  left: 30%;
}
.hu-base-col-xs-push-5 {
  left: 25%;
}
.hu-base-col-xs-push-4 {
  left: 20%;
}
.hu-base-col-xs-push-3 {
  left: 15%;
}
.hu-base-col-xs-push-2 {
  left: 10%;
}
.hu-base-col-xs-push-1 {
  left: 5%;
}
.hu-base-col-xs-push-0 {
  left: auto;
}
.hu-base-col-xs-offset-20 {
  margin-left: 100%;
}
.hu-base-col-xs-offset-19 {
  margin-left: 95%;
}
.hu-base-col-xs-offset-18 {
  margin-left: 90%;
}
.hu-base-col-xs-offset-17 {
  margin-left: 85%;
}
.hu-base-col-xs-offset-16 {
  margin-left: 80%;
}
.hu-base-col-xs-offset-15 {
  margin-left: 75%;
}
.hu-base-col-xs-offset-14 {
  margin-left: 70%;
}
.hu-base-col-xs-offset-13 {
  margin-left: 65%;
}
.hu-base-col-xs-offset-12 {
  margin-left: 60%;
}
.hu-base-col-xs-offset-11 {
  margin-left: 55%;
}
.hu-base-col-xs-offset-10 {
  margin-left: 50%;
}
.hu-base-col-xs-offset-9 {
  margin-left: 45%;
}
.hu-base-col-xs-offset-8 {
  margin-left: 40%;
}
.hu-base-col-xs-offset-7 {
  margin-left: 35%;
}
.hu-base-col-xs-offset-6 {
  margin-left: 30%;
}
.hu-base-col-xs-offset-5 {
  margin-left: 25%;
}
.hu-base-col-xs-offset-4 {
  margin-left: 20%;
}
.hu-base-col-xs-offset-3 {
  margin-left: 15%;
}
.hu-base-col-xs-offset-2 {
  margin-left: 10%;
}
.hu-base-col-xs-offset-1 {
  margin-left: 5%;
}
.hu-base-col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .hu-base-col-sm-1,
  .hu-base-col-sm-2,
  .hu-base-col-sm-3,
  .hu-base-col-sm-4,
  .hu-base-col-sm-5,
  .hu-base-col-sm-6,
  .hu-base-col-sm-7,
  .hu-base-col-sm-8,
  .hu-base-col-sm-9,
  .hu-base-col-sm-10,
  .hu-base-col-sm-11,
  .hu-base-col-sm-12,
  .hu-base-col-sm-13,
  .hu-base-col-sm-14,
  .hu-base-col-sm-15,
  .hu-base-col-sm-16,
  .hu-base-col-sm-17,
  .hu-base-col-sm-18,
  .hu-base-col-sm-19,
  .hu-base-col-sm-20 {
    float: left;
  }
  .hu-base-col-sm-20 {
    width: 100%;
  }
  .hu-base-col-sm-19 {
    width: 95%;
  }
  .hu-base-col-sm-18 {
    width: 90%;
  }
  .hu-base-col-sm-17 {
    width: 85%;
  }
  .hu-base-col-sm-16 {
    width: 80%;
  }
  .hu-base-col-sm-15 {
    width: 75%;
  }
  .hu-base-col-sm-14 {
    width: 70%;
  }
  .hu-base-col-sm-13 {
    width: 65%;
  }
  .hu-base-col-sm-12 {
    width: 60%;
  }
  .hu-base-col-sm-11 {
    width: 55%;
  }
  .hu-base-col-sm-10 {
    width: 50%;
  }
  .hu-base-col-sm-9 {
    width: 45%;
  }
  .hu-base-col-sm-8 {
    width: 40%;
  }
  .hu-base-col-sm-7 {
    width: 35%;
  }
  .hu-base-col-sm-6 {
    width: 30%;
  }
  .hu-base-col-sm-5 {
    width: 25%;
  }
  .hu-base-col-sm-4 {
    width: 20%;
  }
  .hu-base-col-sm-3 {
    width: 15%;
  }
  .hu-base-col-sm-2 {
    width: 10%;
  }
  .hu-base-col-sm-1 {
    width: 5%;
  }
  .hu-base-col-sm-pull-20 {
    right: 100%;
  }
  .hu-base-col-sm-pull-19 {
    right: 95%;
  }
  .hu-base-col-sm-pull-18 {
    right: 90%;
  }
  .hu-base-col-sm-pull-17 {
    right: 85%;
  }
  .hu-base-col-sm-pull-16 {
    right: 80%;
  }
  .hu-base-col-sm-pull-15 {
    right: 75%;
  }
  .hu-base-col-sm-pull-14 {
    right: 70%;
  }
  .hu-base-col-sm-pull-13 {
    right: 65%;
  }
  .hu-base-col-sm-pull-12 {
    right: 60%;
  }
  .hu-base-col-sm-pull-11 {
    right: 55%;
  }
  .hu-base-col-sm-pull-10 {
    right: 50%;
  }
  .hu-base-col-sm-pull-9 {
    right: 45%;
  }
  .hu-base-col-sm-pull-8 {
    right: 40%;
  }
  .hu-base-col-sm-pull-7 {
    right: 35%;
  }
  .hu-base-col-sm-pull-6 {
    right: 30%;
  }
  .hu-base-col-sm-pull-5 {
    right: 25%;
  }
  .hu-base-col-sm-pull-4 {
    right: 20%;
  }
  .hu-base-col-sm-pull-3 {
    right: 15%;
  }
  .hu-base-col-sm-pull-2 {
    right: 10%;
  }
  .hu-base-col-sm-pull-1 {
    right: 5%;
  }
  .hu-base-col-sm-pull-0 {
    right: auto;
  }
  .hu-base-col-sm-push-20 {
    left: 100%;
  }
  .hu-base-col-sm-push-19 {
    left: 95%;
  }
  .hu-base-col-sm-push-18 {
    left: 90%;
  }
  .hu-base-col-sm-push-17 {
    left: 85%;
  }
  .hu-base-col-sm-push-16 {
    left: 80%;
  }
  .hu-base-col-sm-push-15 {
    left: 75%;
  }
  .hu-base-col-sm-push-14 {
    left: 70%;
  }
  .hu-base-col-sm-push-13 {
    left: 65%;
  }
  .hu-base-col-sm-push-12 {
    left: 60%;
  }
  .hu-base-col-sm-push-11 {
    left: 55%;
  }
  .hu-base-col-sm-push-10 {
    left: 50%;
  }
  .hu-base-col-sm-push-9 {
    left: 45%;
  }
  .hu-base-col-sm-push-8 {
    left: 40%;
  }
  .hu-base-col-sm-push-7 {
    left: 35%;
  }
  .hu-base-col-sm-push-6 {
    left: 30%;
  }
  .hu-base-col-sm-push-5 {
    left: 25%;
  }
  .hu-base-col-sm-push-4 {
    left: 20%;
  }
  .hu-base-col-sm-push-3 {
    left: 15%;
  }
  .hu-base-col-sm-push-2 {
    left: 10%;
  }
  .hu-base-col-sm-push-1 {
    left: 5%;
  }
  .hu-base-col-sm-push-0 {
    left: auto;
  }
  .hu-base-col-sm-offset-20 {
    margin-left: 100%;
  }
  .hu-base-col-sm-offset-19 {
    margin-left: 95%;
  }
  .hu-base-col-sm-offset-18 {
    margin-left: 90%;
  }
  .hu-base-col-sm-offset-17 {
    margin-left: 85%;
  }
  .hu-base-col-sm-offset-16 {
    margin-left: 80%;
  }
  .hu-base-col-sm-offset-15 {
    margin-left: 75%;
  }
  .hu-base-col-sm-offset-14 {
    margin-left: 70%;
  }
  .hu-base-col-sm-offset-13 {
    margin-left: 65%;
  }
  .hu-base-col-sm-offset-12 {
    margin-left: 60%;
  }
  .hu-base-col-sm-offset-11 {
    margin-left: 55%;
  }
  .hu-base-col-sm-offset-10 {
    margin-left: 50%;
  }
  .hu-base-col-sm-offset-9 {
    margin-left: 45%;
  }
  .hu-base-col-sm-offset-8 {
    margin-left: 40%;
  }
  .hu-base-col-sm-offset-7 {
    margin-left: 35%;
  }
  .hu-base-col-sm-offset-6 {
    margin-left: 30%;
  }
  .hu-base-col-sm-offset-5 {
    margin-left: 25%;
  }
  .hu-base-col-sm-offset-4 {
    margin-left: 20%;
  }
  .hu-base-col-sm-offset-3 {
    margin-left: 15%;
  }
  .hu-base-col-sm-offset-2 {
    margin-left: 10%;
  }
  .hu-base-col-sm-offset-1 {
    margin-left: 5%;
  }
  .hu-base-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .hu-base-col-md-1,
  .hu-base-col-md-2,
  .hu-base-col-md-3,
  .hu-base-col-md-4,
  .hu-base-col-md-5,
  .hu-base-col-md-6,
  .hu-base-col-md-7,
  .hu-base-col-md-8,
  .hu-base-col-md-9,
  .hu-base-col-md-10,
  .hu-base-col-md-11,
  .hu-base-col-md-12,
  .hu-base-col-md-13,
  .hu-base-col-md-14,
  .hu-base-col-md-15,
  .hu-base-col-md-16,
  .hu-base-col-md-17,
  .hu-base-col-md-18,
  .hu-base-col-md-19,
  .hu-base-col-md-20 {
    float: left;
  }
  .hu-base-col-md-20 {
    width: 100%;
  }
  .hu-base-col-md-19 {
    width: 95%;
  }
  .hu-base-col-md-18 {
    width: 90%;
  }
  .hu-base-col-md-17 {
    width: 85%;
  }
  .hu-base-col-md-16 {
    width: 80%;
  }
  .hu-base-col-md-15 {
    width: 75%;
  }
  .hu-base-col-md-14 {
    width: 70%;
  }
  .hu-base-col-md-13 {
    width: 65%;
  }
  .hu-base-col-md-12 {
    width: 60%;
  }
  .hu-base-col-md-11 {
    width: 55%;
  }
  .hu-base-col-md-10 {
    width: 50%;
  }
  .hu-base-col-md-9 {
    width: 45%;
  }
  .hu-base-col-md-8 {
    width: 40%;
  }
  .hu-base-col-md-7 {
    width: 35%;
  }
  .hu-base-col-md-6 {
    width: 30%;
  }
  .hu-base-col-md-5 {
    width: 25%;
  }
  .hu-base-col-md-4 {
    width: 20%;
  }
  .hu-base-col-md-3 {
    width: 15%;
  }
  .hu-base-col-md-2 {
    width: 10%;
  }
  .hu-base-col-md-1 {
    width: 5%;
  }
  .hu-base-col-md-pull-20 {
    right: 100%;
  }
  .hu-base-col-md-pull-19 {
    right: 95%;
  }
  .hu-base-col-md-pull-18 {
    right: 90%;
  }
  .hu-base-col-md-pull-17 {
    right: 85%;
  }
  .hu-base-col-md-pull-16 {
    right: 80%;
  }
  .hu-base-col-md-pull-15 {
    right: 75%;
  }
  .hu-base-col-md-pull-14 {
    right: 70%;
  }
  .hu-base-col-md-pull-13 {
    right: 65%;
  }
  .hu-base-col-md-pull-12 {
    right: 60%;
  }
  .hu-base-col-md-pull-11 {
    right: 55%;
  }
  .hu-base-col-md-pull-10 {
    right: 50%;
  }
  .hu-base-col-md-pull-9 {
    right: 45%;
  }
  .hu-base-col-md-pull-8 {
    right: 40%;
  }
  .hu-base-col-md-pull-7 {
    right: 35%;
  }
  .hu-base-col-md-pull-6 {
    right: 30%;
  }
  .hu-base-col-md-pull-5 {
    right: 25%;
  }
  .hu-base-col-md-pull-4 {
    right: 20%;
  }
  .hu-base-col-md-pull-3 {
    right: 15%;
  }
  .hu-base-col-md-pull-2 {
    right: 10%;
  }
  .hu-base-col-md-pull-1 {
    right: 5%;
  }
  .hu-base-col-md-pull-0 {
    right: auto;
  }
  .hu-base-col-md-push-20 {
    left: 100%;
  }
  .hu-base-col-md-push-19 {
    left: 95%;
  }
  .hu-base-col-md-push-18 {
    left: 90%;
  }
  .hu-base-col-md-push-17 {
    left: 85%;
  }
  .hu-base-col-md-push-16 {
    left: 80%;
  }
  .hu-base-col-md-push-15 {
    left: 75%;
  }
  .hu-base-col-md-push-14 {
    left: 70%;
  }
  .hu-base-col-md-push-13 {
    left: 65%;
  }
  .hu-base-col-md-push-12 {
    left: 60%;
  }
  .hu-base-col-md-push-11 {
    left: 55%;
  }
  .hu-base-col-md-push-10 {
    left: 50%;
  }
  .hu-base-col-md-push-9 {
    left: 45%;
  }
  .hu-base-col-md-push-8 {
    left: 40%;
  }
  .hu-base-col-md-push-7 {
    left: 35%;
  }
  .hu-base-col-md-push-6 {
    left: 30%;
  }
  .hu-base-col-md-push-5 {
    left: 25%;
  }
  .hu-base-col-md-push-4 {
    left: 20%;
  }
  .hu-base-col-md-push-3 {
    left: 15%;
  }
  .hu-base-col-md-push-2 {
    left: 10%;
  }
  .hu-base-col-md-push-1 {
    left: 5%;
  }
  .hu-base-col-md-push-0 {
    left: auto;
  }
  .hu-base-col-md-offset-20 {
    margin-left: 100%;
  }
  .hu-base-col-md-offset-19 {
    margin-left: 95%;
  }
  .hu-base-col-md-offset-18 {
    margin-left: 90%;
  }
  .hu-base-col-md-offset-17 {
    margin-left: 85%;
  }
  .hu-base-col-md-offset-16 {
    margin-left: 80%;
  }
  .hu-base-col-md-offset-15 {
    margin-left: 75%;
  }
  .hu-base-col-md-offset-14 {
    margin-left: 70%;
  }
  .hu-base-col-md-offset-13 {
    margin-left: 65%;
  }
  .hu-base-col-md-offset-12 {
    margin-left: 60%;
  }
  .hu-base-col-md-offset-11 {
    margin-left: 55%;
  }
  .hu-base-col-md-offset-10 {
    margin-left: 50%;
  }
  .hu-base-col-md-offset-9 {
    margin-left: 45%;
  }
  .hu-base-col-md-offset-8 {
    margin-left: 40%;
  }
  .hu-base-col-md-offset-7 {
    margin-left: 35%;
  }
  .hu-base-col-md-offset-6 {
    margin-left: 30%;
  }
  .hu-base-col-md-offset-5 {
    margin-left: 25%;
  }
  .hu-base-col-md-offset-4 {
    margin-left: 20%;
  }
  .hu-base-col-md-offset-3 {
    margin-left: 15%;
  }
  .hu-base-col-md-offset-2 {
    margin-left: 10%;
  }
  .hu-base-col-md-offset-1 {
    margin-left: 5%;
  }
  .hu-base-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .hu-base-col-lg-1,
  .hu-base-col-lg-2,
  .hu-base-col-lg-3,
  .hu-base-col-lg-4,
  .hu-base-col-lg-5,
  .hu-base-col-lg-6,
  .hu-base-col-lg-7,
  .hu-base-col-lg-8,
  .hu-base-col-lg-9,
  .hu-base-col-lg-10,
  .hu-base-col-lg-11,
  .hu-base-col-lg-12,
  .hu-base-col-lg-13,
  .hu-base-col-lg-14,
  .hu-base-col-lg-15,
  .hu-base-col-lg-16,
  .hu-base-col-lg-17,
  .hu-base-col-lg-18,
  .hu-base-col-lg-19,
  .hu-base-col-lg-20 {
    float: left;
  }
  .hu-base-col-lg-20 {
    width: 100%;
  }
  .hu-base-col-lg-19 {
    width: 95%;
  }
  .hu-base-col-lg-18 {
    width: 90%;
  }
  .hu-base-col-lg-17 {
    width: 85%;
  }
  .hu-base-col-lg-16 {
    width: 80%;
  }
  .hu-base-col-lg-15 {
    width: 75%;
  }
  .hu-base-col-lg-14 {
    width: 70%;
  }
  .hu-base-col-lg-13 {
    width: 65%;
  }
  .hu-base-col-lg-12 {
    width: 60%;
  }
  .hu-base-col-lg-11 {
    width: 55%;
  }
  .hu-base-col-lg-10 {
    width: 50%;
  }
  .hu-base-col-lg-9 {
    width: 45%;
  }
  .hu-base-col-lg-8 {
    width: 40%;
  }
  .hu-base-col-lg-7 {
    width: 35%;
  }
  .hu-base-col-lg-6 {
    width: 30%;
  }
  .hu-base-col-lg-5 {
    width: 25%;
  }
  .hu-base-col-lg-4 {
    width: 20%;
  }
  .hu-base-col-lg-3 {
    width: 15%;
  }
  .hu-base-col-lg-2 {
    width: 10%;
  }
  .hu-base-col-lg-1 {
    width: 5%;
  }
  .hu-base-col-lg-pull-20 {
    right: 100%;
  }
  .hu-base-col-lg-pull-19 {
    right: 95%;
  }
  .hu-base-col-lg-pull-18 {
    right: 90%;
  }
  .hu-base-col-lg-pull-17 {
    right: 85%;
  }
  .hu-base-col-lg-pull-16 {
    right: 80%;
  }
  .hu-base-col-lg-pull-15 {
    right: 75%;
  }
  .hu-base-col-lg-pull-14 {
    right: 70%;
  }
  .hu-base-col-lg-pull-13 {
    right: 65%;
  }
  .hu-base-col-lg-pull-12 {
    right: 60%;
  }
  .hu-base-col-lg-pull-11 {
    right: 55%;
  }
  .hu-base-col-lg-pull-10 {
    right: 50%;
  }
  .hu-base-col-lg-pull-9 {
    right: 45%;
  }
  .hu-base-col-lg-pull-8 {
    right: 40%;
  }
  .hu-base-col-lg-pull-7 {
    right: 35%;
  }
  .hu-base-col-lg-pull-6 {
    right: 30%;
  }
  .hu-base-col-lg-pull-5 {
    right: 25%;
  }
  .hu-base-col-lg-pull-4 {
    right: 20%;
  }
  .hu-base-col-lg-pull-3 {
    right: 15%;
  }
  .hu-base-col-lg-pull-2 {
    right: 10%;
  }
  .hu-base-col-lg-pull-1 {
    right: 5%;
  }
  .hu-base-col-lg-pull-0 {
    right: auto;
  }
  .hu-base-col-lg-push-20 {
    left: 100%;
  }
  .hu-base-col-lg-push-19 {
    left: 95%;
  }
  .hu-base-col-lg-push-18 {
    left: 90%;
  }
  .hu-base-col-lg-push-17 {
    left: 85%;
  }
  .hu-base-col-lg-push-16 {
    left: 80%;
  }
  .hu-base-col-lg-push-15 {
    left: 75%;
  }
  .hu-base-col-lg-push-14 {
    left: 70%;
  }
  .hu-base-col-lg-push-13 {
    left: 65%;
  }
  .hu-base-col-lg-push-12 {
    left: 60%;
  }
  .hu-base-col-lg-push-11 {
    left: 55%;
  }
  .hu-base-col-lg-push-10 {
    left: 50%;
  }
  .hu-base-col-lg-push-9 {
    left: 45%;
  }
  .hu-base-col-lg-push-8 {
    left: 40%;
  }
  .hu-base-col-lg-push-7 {
    left: 35%;
  }
  .hu-base-col-lg-push-6 {
    left: 30%;
  }
  .hu-base-col-lg-push-5 {
    left: 25%;
  }
  .hu-base-col-lg-push-4 {
    left: 20%;
  }
  .hu-base-col-lg-push-3 {
    left: 15%;
  }
  .hu-base-col-lg-push-2 {
    left: 10%;
  }
  .hu-base-col-lg-push-1 {
    left: 5%;
  }
  .hu-base-col-lg-push-0 {
    left: auto;
  }
  .hu-base-col-lg-offset-20 {
    margin-left: 100%;
  }
  .hu-base-col-lg-offset-19 {
    margin-left: 95%;
  }
  .hu-base-col-lg-offset-18 {
    margin-left: 90%;
  }
  .hu-base-col-lg-offset-17 {
    margin-left: 85%;
  }
  .hu-base-col-lg-offset-16 {
    margin-left: 80%;
  }
  .hu-base-col-lg-offset-15 {
    margin-left: 75%;
  }
  .hu-base-col-lg-offset-14 {
    margin-left: 70%;
  }
  .hu-base-col-lg-offset-13 {
    margin-left: 65%;
  }
  .hu-base-col-lg-offset-12 {
    margin-left: 60%;
  }
  .hu-base-col-lg-offset-11 {
    margin-left: 55%;
  }
  .hu-base-col-lg-offset-10 {
    margin-left: 50%;
  }
  .hu-base-col-lg-offset-9 {
    margin-left: 45%;
  }
  .hu-base-col-lg-offset-8 {
    margin-left: 40%;
  }
  .hu-base-col-lg-offset-7 {
    margin-left: 35%;
  }
  .hu-base-col-lg-offset-6 {
    margin-left: 30%;
  }
  .hu-base-col-lg-offset-5 {
    margin-left: 25%;
  }
  .hu-base-col-lg-offset-4 {
    margin-left: 20%;
  }
  .hu-base-col-lg-offset-3 {
    margin-left: 15%;
  }
  .hu-base-col-lg-offset-2 {
    margin-left: 10%;
  }
  .hu-base-col-lg-offset-1 {
    margin-left: 5%;
  }
  .hu-base-col-lg-offset-0 {
    margin-left: 0%;
  }
}
#visual-portal-wrapper {
  background-color: #f0f0e8;
}
body#visual-portal-wrapper {
  overflow: auto !important;
}
#main-container {
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .container {
    min-width: 1024px;
  }
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}
textarea:focus,
input:focus {
  outline: none !important;
}
#content-core {
  padding: 0.5em 0;
}
#content-core > ul,
#content-core > ol,
#content-core > table {
  clear: both;
}
figure.captioned {
  /*max-width: min-content; //commented out image within get only width of longest caption text element*/
}
figcaption {
  margin-left: 0 !important;
  margin: 0;
  padding-left: 0;
  padding-top: 3px;
  white-space: normal;
  max-width: 100%;
  display: block;
  text-align: left;
  color: #666;
  font-size: 85%;
}
h3 > figure > figcaption {
  font-size: 60%;
}
/* abgerundete Bilder */
.round {
  border-radius: 50%;
}
.rounded {
  border-radius: 5%;
}
.searchPage .actionMenu dt {
  position: relative;
}
.searchPage .actionMenu dd {
  top: 50px;
}
.mce-window {
  position: absolute;
}
.mce-btn-group:not(:first-child) {
  margin-left: 0;
}
div.linkModal div.linkTypes input {
  margin: 0;
}
.upload-container #fakeUploadFile {
  height: auto;
}
/* Definition für Linksymbole */
.link-external {
  background-image: url('++resource++humboldt.theme.images/leave.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.link-pdf {
  background-image: url('++resource++humboldt.theme.images/pdf.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.link-download {
  background-image: url('++resource++humboldt.theme.images/down.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.link-excel {
  background-image: url('++resource++humboldt.theme.images/doc.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.link-word {
  background-image: url('++resource++humboldt.theme.images/doc.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.link-image {
  background-image: url('++resource++humboldt.theme.images/png.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.link-movie {
  background-image: url('++resource++humboldt.theme.images/movie.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.language-de {
  background-image: url('++resource++humboldt.theme.images/de.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.language-en {
  background-image: url('++resource++humboldt.theme.images/gb.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
/* Ende Linksymbole */
table {
  border: none;
}
dl.horizontal dd {
  display: inline-block;
}
.alert.status,
.portalMessage {
  box-shadow: none;
  border-radius: 0;
}
/* -*- mode: css -*-

Coding style:

This file should contains color and border information ONLY.
*/
/* The following comment section contains variable definitions in
"less" for the main colors used in humboldt.theme

@blue100:        rgb( 0   ,  51 , 102); // #003366
@blue060:        rgb( 102 , 133 , 163); // #6685A3
@blue030:        rgb( 178 , 193 , 209); // #B2C1D1
@blue020:        rgb( 204 , 214 , 224); // #CCD6E0
@blue010:        rgb( 229 , 234 , 239); // #E5EAEF

@link_unvisited: rgb( 0   , 102 , 153); // #006699
@link_hover:     rgb( 102 , 102 ,  51); // #666633
@link_visited:   rgb( 68  , 119 , 170); // #4477AA

@navi_level1:    rgb( 204 , 204 , 153); // #CCCC99
@navi_level2:    rgb( 224 , 224 , 209); // #E0E0D1
@navi_level3:    rgb( 229 , 229 , 217); // #E5E5D9
@navi_level4:    rgb( 255 , 255 , 255); // #FFFFFF

@green100:       rgb( 153 , 153 , 102); // #999966
@green050:       rgb( 204 , 204 , 178); // #CCCCB2
@green030:       rgb( 224 , 224 , 209); // #E0E0D1
@green015:       rgb( 240 , 240 , 232); // #F0F0E8

@gray:           rgb( 102 , 102 , 102); // #666666

@bodyborder:     #CCCC99;
@portalLanguageSelectBackground: #8099B2;
@toc-background: #E8E8E0;
*/
/* base */
body {
  background-color: #f0f0e8;
}
.container {
  background-color: #fff;
  border-left: 0.5px solid #cccc99;
  border-right: 0.5px solid #cccc99;
}
#visual-portal-wrapper > hr {
  color: #003366;
}
hr {
  color: #b2c1d1;
  background-color: #b2c1d1;
}
#portal-column-content * {
  border-color: #b2c1d1;
}
h1,
h1 a,
h1 a:visited,
h2,
h2 a,
h2 a:visited,
h3,
h3 a,
h3 a:visited,
h4,
h4 a,
h4 a:visited,
h5,
h5 a,
h5 a:visited,
h6,
h6 a,
h6 a:visited,
.title,
.title a,
.title a:visited,
a.title,
a:visited.title {
  color: #003366 !important;
}
input {
  border-color: #6685a3;
}
.error {
  color: red !important;
  border: 1px red solid;
}
/* workflow */
.state-private,
.state-expired {
  color: #933 !important;
}
.state-visible {
  color: #7f9cbe !important;
}
.state-published {
  color: #036 !important;
}
.state-pending {
  color: #ffa500 !important;
}
.syndicated {
  color: #e0e0d1 !important;
}
#plone-contentmenu-workflow .state-private,
#plone-contentmenu-workflow .state-expired {
  color: white !important;
  background-color: #933;
  border-color: #933;
}
#plone-contentmenu-workflow .state-visible {
  color: white !important;
  background-color: #7f9cbe;
  border-color: #7f9cbe;
}
#plone-contentmenu-workflow .state-published {
  color: white !important;
  background-color: #036;
  border-color: #036;
}
#plone-contentmenu-workflow .state-pending {
  color: white !important;
  background-color: #ffa500;
  border-color: #ffa500;
}
#plone-contentmenu-workflow .syndicated {
  color: #036 !important;
  background-color: #e0e0d1;
  border-color: #e0e0d1;
}
/* menus */
.menu-divider {
  background-color: transparent;
  border-color: white;
}
#audience-menu,
#audience-menu a {
  background-color: #003366;
  color: white;
}
.header-menu {
  background-color: #ccd6e0;
  color: #003366;
}
#search-menu,
#search-menu ul,
#search-menu li {
  background-color: #ccd6e0;
}
/* color settings for the language selector portlet */
.portletLanguageSelect {
  background-color: #8099b2;
  color: white;
}
.portletLanguageSelect a,
.portletLanguageSelect a:visited {
  color: white;
}
#search-menu a {
  color: #003366;
}
ul.menu ul {
  background-color: white !important;
}
/* portlets */
.portlet-portal-title,
.portlet-portal-title a,
.portlet-portal-title a:visited,
.portlet-portal-title a:hover,
dt.portletHeader,
dt.portletHeader a,
dt.portletHeader a:visited,
dt.portletHeader a:hover,
dt.portletHeader span {
  color: #003366;
}
.portlet .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem,
.portlet .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem:hover {
  background-color: #cccc99;
}
.portlet .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem > a,
.portlet .portletContent > ul.navTree.navTreeLevel0 > .navTreeItem:hover > a {
  border-bottom-color: white;
}
.portlet .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem,
.portlet .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem:hover {
  background-color: #e0e0d1;
}
.portlet .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem > a,
.portlet .portletContent > ul.navTree ul.navTreeLevel1 > .navTreeItem:hover > a {
  border-bottom-color: white;
}
.portlet .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem,
.portlet .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem:hover {
  background-color: #f0f0e8;
  border-right: 1px solid #f0f0e8;
}
.portlet .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem > a,
.portlet .portletContent > ul.navTree ul.navTreeLevel2 > .navTreeItem:hover > a {
  border-bottom-color: white;
}
.portlet .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem,
.portlet .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem:hover {
  background-color: white;
}
.portlet .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem a,
.portlet .portletContent > ul.navTree ul.navTreeLevel3 .navTreeItem:hover a {
  border-bottom-color: #f0f0e8;
}
.portlet .portlet ul.navTreeLevel3 .navTreeItem #header-menu a,
.portlet ul.navTree li a,
.portlet ul.navTree li a:hover,
.portlet ul.navTree li a:visited {
  color: #003366 !important;
}
.ploneCalendar dt,
.ploneCalendar td,
.ploneCalendar .portletHader,
.ploneCalendar .portletHader a {
  color: #003366;
}
.portletCalendar dt a#calendar-previous,
.portletCalendar dt a#calendar-next {
  color: #7f99b2;
}
.ploneCalendar .todaynoevent,
.ploneCalendar .todayevent {
  border-color: #006699 !important;
}
.portletCalendar dt,
table.ploneCalendar,
.ploneCalendar .todayevent,
.ploneCalendar .event {
  /*background-color: rgb(229, 234, 239);*/
  border-color: #e5eaef !important;
}
.ploneCalendar .weekdays th {
  color: #7f99b2;
  background-color: #e5eaef;
  /*border-color: white !important;*/
}
/* Tabellen */
table {
  color: #000;
}
table.plain th,
table.plain td,
table.listing,
table.listing .top,
table.listing th,
table.listing td {
  border-color: #6685a3;
}
table.listing th {
  background-color: #ccd6e0;
}
table.listing tr.odd td {
  background-color: #e5eaef;
}
table.listing tr.even td {
  background-color: #ffffff;
}
/* table of contents / Inhaltsverzeichnis*/
dl.toc {
  background-color: #e8e8e0;
}
/* Ergaenzung Lanyi */
#content tr.even,
#content td.even {
  background: #ffffff;
}
#content tr.odd,
#content td.odd {
  background-color: #ccd6e0;
}
/* feedfeeder-view */
.listingBar a:hover {
  color: #ffffff;
  background-color: #003366;
  border-color: #003366;
}
/* Ergaenzung LW */
/* frontpage styles */
.welcome {
  color: #003366;
}
#content .news-listing .title a,
#content .events-listing .title a {
  color: #006699 !important;
}
#content .news-listing .title a:hover,
#content .events-listing .title a:hover {
  color: #666633 !important;
}
#content .news-listing .title a:visited,
#content .events-listing .title a:visited {
  color: #4477aa !important;
}
#content .news-listing .info,
#content .events-listing .dates {
  color: #666666;
}
/* Mosaic */
.mosaic-plone\.app\.standardtiles\.contentlisting-tile .mosaic-tile-content h2.tileHeader {
  background-color: #ccd6e0;
  padding: 0.1em 0.6rem;
  margin: 0 -0.6rem;
}
.mosaic-plone\.app\.standardtiles\.contentlisting-tile .mosaic-tile-content span.title a {
  color: #006699 !important;
  font-weight: bold;
}
.mosaic-plone\.app\.standardtiles\.contentlisting-tile .mosaic-tile-content > div {
  margin: 0.5em 0 0.5em 0;
}
.mosaic-plone\.app\.standardtiles\.contentlisting-tile .mosaic-tile-content > div:not(:last-child) {
  border-bottom: 1px solid #B2C1D1;
}
/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.
   Dient der Text-Formatierung im Content-Bereich!

-------------------------------------------------------------- */
/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
  font-size: 100.01%;
}
body {
  font-size: 80%;
  font-family: Verdana, Helvetica, Arial, sans-serif !important;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  body {
    margin-bottom: 9rem;
  }
}
/*
#portal-column-one dl.portlet div.portletWrapper,
#portal-column-two dl.portlet { font-size: 85%; }
*/
/* Headings
-------------------------------------------------------------- */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 {
  font-size: 160%;
}
h2 {
  font-size: 155%;
}
h3 {
  font-size: 140%;
  border-bottom: none;
}
h4 {
  font-size: 130%;
  border-bottom: none;
}
h5 {
  font-size: 120%;
  border-bottom: none;
}
h6 {
  font-size: 100%;
  border-bottom: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-weight: normal;
  margin-top: 0.7em;
  margin-bottom: 0.3em;
  padding: 0;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
.block-title {
  display: block;
  background: #ccd6e0 no-repeat;
}
h2.block-title {
  margin-left: -0.65em;
  margin-right: -0.65em;
  padding-left: 0.65em;
  padding-right: 0.65em;
}
h3.block-title {
  margin-left: -0.75em;
  margin-right: -0.75em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
h4.block-title {
  margin-left: -0.8em;
  margin-right: -0.8em;
  padding-left: 0.8em;
  padding-right: 0.8em;
}
h5.block-title {
  margin-left: -0.9em;
  margin-right: -0.9em;
  padding-left: 0.9em;
  padding-right: 0.9em;
}
h6.block-title {
  margin-left: -1em;
  margin-right: -1em;
  padding-left: 1em;
  padding-right: 1em;
}
nav.autotoc-nav h5 {
  margin: 0 1em 0.2em 0.7em;
  text-transform: uppercase;
}
table {
  font-size: 100%;
}
img {
  border: none;
  vertical-align: middle;
}
img.tile {
  width: 104px;
  height: 60px;
}
img.row {
  width: 205px;
  height: 95px;
}
.flexbin {
  display: block;
}
.flexbin.flexbin-margin {
  margin: 0;
}
.flexbin > * {
  height: auto;
  display: inline;
}
.flexbin > * > img {
  height: 120px !important;
  min-width: auto;
  float: left;
  margin-right: 0.7rem;
  margin-bottom: 0.7rem;
}
p {
  margin: 0 0 0.5em 0;
  line-height: 1.3em;
}
p img {
  border: none;
  margin: 0;
}
hr {
  height: 1px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
  border-style: none;
}
#content hr {
  margin-right: -1em;
  margin-bottom: 0.5em;
  margin-left: -1em;
  border-style: none;
}
#content ul {
  line-height: 1.3em;
  /*margin: 0 0 0.5em 1.2em;*/
  padding: 0;
  list-style-image: url('++resource++humboldt.theme.images/bullet.gif');
  list-style-type: square;
  list-style-position: outside;
}
#content ul li {
  margin-left: 0.9em;
}
#content ol {
  line-height: 1.3em;
  margin-left: 0.6em;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
}
#content ol li {
  margin-left: 0.9em;
}
li {
  margin-bottom: 0.3em;
}
dt {
  font-weight: bold;
}
dd {
  line-height: 1.3em;
  margin-bottom: 1em;
}
fieldset {
  margin: 1em 0em;
  line-height: 1.3em;
  width: auto;
}
legend {
  padding: 0.5em;
  font-size: 90%;
}
form {
  border-style: none;
  margin: 0;
  padding: 0 !important;
}
label {
  font-weight: bold;
}
label span.required::after {
  content: "*";
  font-size: 100%;
  top: 0;
}
label input.required::after {
  content: none;
}
.label {
  /*display: block;*/
}
#content label {
  vertical-align: middle;
}
textarea {
  font: 100% Monaco, 'Courier New', Courier, monospace;
  border-width: 1px;
  border-style: solid;
  /* '/input_background.gif' has been deprecated and leads to 404 errors
     with current versions of CMFPlone */
  /*  background-image: url(/input_background.gif); */
  background-repeat: repeat-x;
  width: 100%;
}
input {
  visibility: visible;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  /* background-image: url(/input_background.gif);
	background-repeat: repeat-x;
	has been deprecated (sebastian jordan, 23.6.2013*/
}
button {
  visibility: visible;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  padding: 1px;
  cursor: pointer;
  font-size: 85%;
  text-transform: none;
}
select {
  border-width: 1px;
  border-style: solid;
  vertical-align: top;
}
optgroup {
  font-style: normal;
  font-weight: bold;
  padding-left: 0.25em;
}
optgroup > option {
  padding: 0 0.25em 0 1em;
}
abbr,
acronym,
.explain {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  cursor: help;
}
q {
  font-family: Baskerville, Georgia, serif;
  font-style: italic;
  font-size: 120%;
}
blockquote {
  margin-left: 1.5em;
}
code {
  font-family: Monaco, 'Courier New', Courier, monospace;
  font-size: 120%;
  padding: 0 0.1em;
  color: #003366;
  background-color: transparent;
}
pre {
  font-family: Monaco, 'Courier New', Courier, monospace;
  font-size: 100%;
  padding: 1em;
  border-width: 1px;
  border-style: solid;
  overflow: auto;
}
ins {
  color: green;
  text-decoration: none;
}
del {
  color: red;
  text-decoration: line-through;
}
a {
  color: #006699;
  text-decoration: none;
}
a:visited {
  /*color: #4477aa;*/
}
a:hover {
  /*color: rgb(153, 153, 102);*/
  text-decoration: none;
}
#content-core a {
  border: none;
}
q {
  quotes: '“' '”' '‘' '’';
}
strong {
  font-weight: bold !important;
}
dfn {
  font-weight: bold;
}
em,
dfn {
  font-style: italic;
}
sup,
sub {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre,
code,
tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
iframe {
  /*border: 1px solid #006699;*/
  border: none;
}
/* Lists
-------------------------------------------------------------- */
ul,
ol {
  margin: 0;
  padding: 0;
}
li ul,
li ol {
  margin: 0;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
#catList {
  margin: 0.5em 0;
}
#letterList {
  margin: 0.5em 0 1.75em 0;
}
#letterList li {
  display: inline-block;
  font-size: 100%;
  font-weight: normal;
  padding-left: 0;
  padding-right: 1em;
  margin: 0 !important;
}
#catList li {
  margin: 0 0 0 1em;
}
/* Tables
-------------------------------------------------------------- */
table {
  margin-bottom: 1.4em;
  width: 100%;
  overflow-x: auto;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td,
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border: 1px solid #e5e5e5;
}
table[border="0"] > thead > tr > th,
table[border="0"] > tbody > tr > th,
table[border="0"] > tfoot > tr > th,
table[border="0"] > thead > tr > td,
table[border="0"] > tbody > tr > td,
table[border="0"] > tfoot > tr > td,
table[border="0"] > caption + thead > tr:first-child > th,
table[border="0"] > colgroup + thead > tr:first-child > th,
table[border="0"] > thead:first-child > tr:first-child > th,
table[border="0"] > caption + thead > tr:first-child > td,
table[border="0"] > colgroup + thead > tr:first-child > td,
table[border="0"] > thead:first-child > tr:first-child > td {
  border: none;
}
th {
  font-weight: bold;
}
th,
td,
caption {
  padding: 0.25em 0.5em;
}
td {
  vertical-align: top;
}
.ploneCalendar td {
  vertical-align: middle;
}
/* You can zebra-stripe your tables in outdated browsers by adding
   the class "even" to every other table row. */
tfoot {
  font-style: italic;
}
table.noborder tr th,
table.noborder tr td {
  border: none;
}
table.plain tr th,
table.plain tr td {
  border: none;
}
table.ygrid-border {
  border-style: hidden;
}
table.ngrid td,
table.ygrid th {
  border: none;
}
table.ngrid {
  border: 1px solid #000000;
}
/* Misc classes
-------------------------------------------------------------- */
.small {
  font-size: 0.8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.discreet {
  font-size: 85%;
  color: #666666;
}
.hide {
  display: none;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.wichtig,
.important {
  color: #993333 !important;
  font-weight: bold;
}
.wichtigAbsatz,
.wichtigerAbsatz,
.portlet section.portletContent .wichtigerAbsatz {
  border-left: 1em solid #ccd6e0;
  padding-left: 1em !important;
  margin-top: 1em;
  margin-bottom: 1em;
}
.marker-gelb {
  background-color: yellow;
}
.left,
.links {
  text-align: left;
}
.right,
.rechts {
  text-align: right;
}
.centered,
.zentriert {
  text-align: center;
}
.justified,
.blocksatz {
  text-align: justify;
}
/* Klassen für die Portalansicht */
.kasten-aussen {
  min-height: 150px;
}
.kasten-aussen img,
.kasten-aussen figure {
  float: left;
}
.kasten-aussen figure img {
  float: none;
}
.kasten-innen {
  padding-left: 1em;
  margin-left: 150px;
}
.kasten-innen .title,
.kasten-innen h4 {
  margin-top: 1px;
}
/* These can be used to pull an image at the start of a paragraph, so
   that the text flows around it (usage: <p><img class="left">Text</p>)  */
p .left,
p .links {
  float: left !important;
  margin: 0.4em 0.9em 0.25em 0;
  padding: 0;
}
p .right,
p .rechts {
  float: right !important;
  margin: 0.4em 0 0.25em 0.9em;
  padding: 0;
}
/* Spaltenlayout
   mit .erste bzw .letzte benutzen.
   zB class="zwei spalten erste" & class="zwei spalten letzte"
   im portal verwendbar durch zB class="drei spalten portal erste" */
.spalten,
.theme-block {
  display: inline-block;
  vertical-align: top;
  padding-left: 3.3%;
  padding-right: 3.3%;
  margin-bottom: 1em;
}
.spalten.portal figure {
  width: 100%;
}
.spalten h3 {
  background-color: #ccd6e0;
  font-size: 120%;
  margin-left: -4%;
  margin-right: -4%;
  padding: 0.2em 0.2em 0.2em 4%;
}
.spalten img,
.theme-block img {
  height: auto !important;
  max-width: 100%;
}
.zwei.spalten > a > .captioned,
.drei.spalten > a > .captioned {
  width: 100% !important;
}
.spalten ul,
.theme-block ul {
  margin: 0 !important;
}
.spalten li,
.theme-block li {
  border-bottom: 1px solid #b2c1d1;
  list-style: none outside none;
  margin-left: -4% !important;
  margin-right: -4%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.theme-block,
.theme-block-with-image {
  padding-left: 1.7%;
  padding-right: 1.7%;
  margin-bottom: 0.3em;
  width: 30%;
}
.theme-block-block,
.theme-block-with-image-block {
  background-color: #ccd6e0 !important;
  color: #003366 !important;
  margin-left: -4% !important;
  margin-right: -4% !important;
}
.theme-block-block {
  padding: 0.5em 0.7em;
}
.theme-block-with-image-block {
  padding: 0;
}
.theme-block-with-image-text {
  padding: 0.5em 0.7em;
}
.zwei {
  width: 49%;
  box-sizing: border-box;
}
.drei {
  width: 28%;
  box-sizing: content-box;
}
.first,
.erste {
  clear: left;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.last,
.letzte {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.zwei.letzte,
.zwei.last {
  position: relative;
  right: -1.5%;
}
.drei.letzte,
.drei.last {
  position: relative;
  right: -1.5%;
}
.drei.erste + .drei,
.drei.first + .drei {
  position: relative;
  right: -0.75%;
}
.drei.erste {
  float: none;
}
/* specific Textelelements for Plone
----------------------------------------------------------------- */
/* portal footer */
#portal-footer .documentByLine {
  font-size: 80%;
}
/*  */
#content .documentDescription,
#content #description {
  color: #666666;
  font-weight: normal;
  font-style: italic;
  font-size: 1em;
  margin-bottom: 0.5em;
}
#content .discreet,
#sidebar .discreet {
  color: #666666;
  font-size: 85%;
  font-weight: normal;
  /*text-align: center;*/
}
#content .description {
  text-align: left;
}
/* Ergaenzung LW */
/* frontpage styles */
.welcome {
  font-size: 120%;
}
#content ul.news-listing,
#content ul.events-listing {
  list-style-image: none !important;
  list-style-type: none !important;
  padding-left: 0;
  margin-left: 0;
}
#content .news-listing li,
#content .events-listing li {
  border: none;
  position: relative;
}
#content ul.news-listing li,
#content ul.events-listing li {
  margin: -4%;
}
.news-listing img,
.events-listing img {
  margin-top: 1em;
  width: auto !important;
}
.frontpageslider div.content div#content div.zwei.spalten.erste ul.news-listing li,
.frontpageslider div.content div#content div.zwei.spalten.letzte ul.events-listing li {
  border: none;
}
#content .news-listing img,
#content .events-listing img {
  margin-right: 1em;
  margin-bottom: 0.5ex;
  vertical-align: text-top;
}
#content .news-listing .title,
#content .events-listing .title {
  font-weight: bold;
  margin-bottom: 0px;
}
#content .events-listing .dates {
  font-weight: bold;
}
#content #collage .events-listing .dates {
  font-weight: normal;
}
#content .news-listing p.description,
#content .events-listing p.description {
  padding: 0;
}
#content .news-listing p.description a,
#content .events-listing p.description a {
  font-size: 70%;
  vertical-align: top;
}
#content hr.collage-list-item-separator {
  margin-left: 0px;
  margin-right: 0px;
}
.formControls,
.pat-autotoc.autotabs,
.autotabs {
  box-shadow: none;
}
#lineageSelectionForm,
.hiddenInViewSource {
  display: none;
}
.standalone,
.context,
.destructive,
[type="submit"],
button {
  text-shadow: none !important;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: #f00 !important;
}
/* Print
-------------------------------------------------------------- */
.onlyprint {
  display: none;
}
@page {
  size: A4;
  margin: 3em 4em;
}
@media print {
  html,
  body,
  body * {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    visibility: none;
  }
  #main-container,
  #main-container * {
    visibility: visible;
  }
  #main-container {
    background-color: white;
    margin: 0;
    padding: 0;
    box-shadow: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  div#print-header.hide {
    display: block !important;
    width: 100%;
    text-align: right;
  }
  .onlyprint {
    display: block !important;
  }
  a[href]:after {
    content: none !important;
  }
  .noprint,
  div.header-menu,
  #audience-menu-wrapper,
  #viewlet-below-content,
  #newsletter-registration,
  #portal-anontools,
  #footer-left,
  #footer-center,
  #footer-right,
  #footer-analytics,
  #plone-analytics {
    display: none !important;
  }
  div.container,
  #content,
  #content-core {
    border: none;
    padding: 0 !important;
    width: 100%;
  }
  #print-header {
    text-align: right;
  }
  div.documentByLine {
    padding: 15px 0 !important;
  }
  .hu-base-row {
    margin: 0;
  }
  .hu-base-col-xs-1,
  .hu-base-col-sm-1,
  .hu-base-col-md-1,
  .hu-base-col-lg-1,
  .hu-base-col-xs-2,
  .hu-base-col-sm-2,
  .hu-base-col-md-2,
  .hu-base-col-lg-2,
  .hu-base-col-xs-3,
  .hu-base-col-sm-3,
  .hu-base-col-md-3,
  .hu-base-col-lg-3,
  .hu-base-col-xs-4,
  .hu-base-col-sm-4,
  .hu-base-col-md-4,
  .hu-base-col-lg-4,
  .hu-base-col-xs-5,
  .hu-base-col-sm-5,
  .hu-base-col-md-5,
  .hu-base-col-lg-5,
  .hu-base-col-xs-6,
  .hu-base-col-sm-6,
  .hu-base-col-md-6,
  .hu-base-col-lg-6,
  .hu-base-col-xs-7,
  .hu-base-col-sm-7,
  .hu-base-col-md-7,
  .hu-base-col-lg-7,
  .hu-base-col-xs-8,
  .hu-base-col-sm-8,
  .hu-base-col-md-8,
  .hu-base-col-lg-8,
  .hu-base-col-xs-9,
  .hu-base-col-sm-9,
  .hu-base-col-md-9,
  .hu-base-col-lg-9,
  .hu-base-col-xs-10,
  .hu-base-col-sm-10,
  .hu-base-col-md-10,
  .hu-base-col-lg-10,
  .hu-base-col-xs-11,
  .hu-base-col-sm-11,
  .hu-base-col-md-11,
  .hu-base-col-lg-11,
  .hu-base-col-xs-12,
  .hu-base-col-sm-12,
  .hu-base-col-md-12,
  .hu-base-col-lg-12,
  .hu-base-col-xs-13,
  .hu-base-col-sm-13,
  .hu-base-col-md-13,
  .hu-base-col-lg-13,
  .hu-base-col-xs-14,
  .hu-base-col-sm-14,
  .hu-base-col-md-14,
  .hu-base-col-lg-14,
  .hu-base-col-xs-15,
  .hu-base-col-sm-15,
  .hu-base-col-md-15,
  .hu-base-col-lg-15,
  .hu-base-col-xs-16,
  .hu-base-col-sm-16,
  .hu-base-col-md-16,
  .hu-base-col-lg-16,
  .hu-base-col-xs-17,
  .hu-base-col-sm-17,
  .hu-base-col-md-17,
  .hu-base-col-lg-17,
  .hu-base-col-xs-18,
  .hu-base-col-sm-18,
  .hu-base-col-md-18,
  .hu-base-col-lg-18,
  .hu-base-col-xs-19,
  .hu-base-col-sm-19,
  .hu-base-col-md-19,
  .hu-base-col-lg-19,
  .hu-base-col-xs-20,
  .hu-base-col-sm-20,
  .hu-base-col-md-20,
  .hu-base-col-lg-20,
  #content {
    padding: 0;
  }
}
/* humboldt.theme */
/* header styles */
header.no-folder-image #portal-header #folder_image {
  visibility: hidden;
}
#portal-header {
  height: 139px;
  margin: 0;
  display: flex;
  align-items: center;
  /* @group Bildmotiv / folder_image / ehemals lead-content  */
}
#portal-header #portal-logo {
  flex-grow: 1;
  text-align: right;
  margin-right: -0.5%;
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
}
#portal-header #portal-logo img {
  height: 8.5em;
  padding: 0;
  margin: auto auto 0.5em 0;
}
@media (min-width: 768px) {
  #portal-header .smallscreen.humboldt-logo {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #portal-header #portal-logo {
    display: none;
  }
}
#portal-header #frontpageslider #sliderbox {
  width: 100%;
  padding: 0;
}
#portal-header .portal-title.frontpageslider.frame .portal-title.frontpageslider {
  display: none;
}
#portal-header #folder_image {
  display: flex;
  align-self: flex-end;
  width: 28.13em;
  margin-left: -9px;
  position: relative;
}
#portal-header #folder_image a.edit-link {
  position: absolute;
  background-color: white;
  padding: 0 0.2em;
}
#portal-header #folder_image img {
  background-color: #036;
  width: 100%;
  height: 100%;
}
.bigsliderpage #portal-header #folder_image {
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .bigsliderpage #portal-header #folder_image {
    display: none;
  }
}
#portal-header #folder_image_uhb {
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: 0;
  right: 0;
}
#portal-header #folder_image_uhb img {
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: 0;
  background: transparent;
}
#portal-header #folder_image_uhb div {
  display: none;
}
#portal-header #folder_image_uhb:hover div {
  display: inline;
  width: auto;
  max-width: 360px;
  /*overflow: hidden;*/
  position: absolute;
  background-color: #e0e0d1;
  color: #666666;
  left: 20px;
  top: 10px;
  padding: 0.2rem 0.6rem;
  z-index: 91;
  white-space: nowrap;
}
/* This file contains (at least it is supposed to) the formatting of
   the menus itself.  The positioning of menus in the theme is
   declared in base.css */
.menu-divider {
  position: relative;
  top: 0.47em;
  border-style: solid;
  border-width: 0 1px 0 0;
  font-size: 75%;
  color: transparent;
  margin-left: 0.8em;
  margin-right: 1em;
}
.menu-divider:after {
  content: '|';
}
/* Drop-Down-Menue Grundbau */
.menu,
.menu > * {
  display: inline-block;
  line-height: 1.8em;
  list-style-type: none;
  list-style-image: none;
}
.menu ul {
  display: none;
  position: absolute;
  padding-top: 1px;
  width: auto;
  list-style-type: none;
  list-style-image: none;
  white-space: normal;
}
.menu a:hover ul {
  display: block;
  z-index: 350 !important;
}
.menu li {
  display: inline-block;
  position: relative;
  margin: 0;
}
.menu li a {
  display: inline-block;
  white-space: nowrap;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 1.8em;
}
/* erste Ebene - horizontal */
/* 2.Ebene - klappt nach unten */
.menu li li {
  background-color: #036;
  min-width: 100%;
  margin-bottom: 1px;
}
.menu li li a {
  padding: 0 0.5em;
  text-align: left;
}
/* 3. Ebene - klappt nach rechts */
.menu ul ul {
  top: -1px;
  left: 100%;
}
/* header-menu
   hellblaue Querleiste */
.header-menu {
  white-space: nowrap;
  height: 1.75em;
  z-index: 90;
}
.header-menu #search-menu {
  float: right;
  position: relative;
  right: 1em;
}
#search-menu,
#search-menu ul,
#search-menu li {
  background-color: #ccd6e0;
  display: inline-block;
  height: 1.6em;
}
/* audience-menu
   dunkelblaue Querleiste */
#audience-menu-wrapper,
#above-content-wrapper {
  padding: 0 0 0 0;
}
.audience-menu {
  display: block;
  padding: 0;
  padding-left: 3em;
  /* the links in the audience menu have a 0.3em padding ==> We have to move the first element 0.5em to left. */
  margin-left: -0.5em;
  margin-top: -0.05em;
}
.audience-menu ul {
  padding: 0;
}
.audience-menu li {
  display: inline;
}
.frontpageslider #menu-bars #audience-menu {
  margin-top: 0 !important;
}
#audience-menu {
  min-height: 1.8em;
}
#audience-menu a {
  padding: 0 0.5em 0 0.75em;
  display: inline-block;
}
#audience-menu ul li ul,
#audience-menu .menu ul > * {
  z-index: 350;
}
#audience-menu .menu li li {
  padding: 0 0.5em;
  margin-left: -0.5em;
}
/* Bearbeitungsmenue */
#congentActionMenus dl.actionMenu a,
#contentActionMenus dl.actionMenu.activated dd {
  z-index: 5;
}
#edit-bar {
  font-size: 85%;
  padding-top: 0.5em;
  z-index: 300;
  width: 100.1%;
  margin-bottom: 2.5em;
  min-height: 2em;
}
#edit-bar > *,
.contentActions > * {
  margin: 0;
  padding: 0 0.5em;
}
.actionMenuContent ul {
  margin: 0;
  padding: 0.5em;
}
.actionMenuContent li,
.actionMenuContent a {
  margin: 0;
}
#_language_settings {
  display: none !important;
}
#content-views {
  float: left;
}
#contentActionMenus {
  float: right;
  position: relative;
  top: -0.1em;
  left: 0.5em;
}
.actionMenuContent {
  padding: 0 0.25em !important;
  margin: 0 0.75em;
}
dl#plone-contentmenu-factories dd.actionMenuContent a {
  line-height: 2em;
  padding: 0 !important;
  background-color: transparent;
  background-repeat: no-repeat;
}
dl#plone-contentmenu-factories dd.actionMenuContent a span {
  padding: 0 0 0 20px;
  min-height: 16px;
}
dl#plone-contentmenu-factories dd.actionMenuContent a img {
  padding-bottom: 3px;
}
dl#plone-contentmenu-factories dd.actionMenuContent a img + span {
  padding: 0;
}
#portal-personaltools-wrapper .actionMenu {
  float: none;
}
#portal-personaltools {
  font-size: 80%;
  z-index: 3;
}
#portal-personaltools dt.actionMenuHeader,
#portal-personaltools dt#anon-personalbar {
  margin-left: 0 !important;
}
#portal-personaltools dt.actionMenuHeader a:after {
  content: ' ▼';
}
#portal-personaltools dd {
  background: #e5eaef;
}
#portal-personaltools dd a {
  line-height: 2em;
  padding: 0 0.75em;
}
#portal-personaltools dd a:hover {
  background: #036;
  color: White;
}
#portal-personaltools #anon-personalbar a {
  float: left;
  margin-right: 0.5em;
}
/* Workflow-Anzeige */
#plone-contentmenu-workflow .state-private,
#plone-contentmenu-workflow .state-visible,
#plone-contentmenu-workflow .state-pending,
#plone-contentmenu-workflow .state-published {
  padding: 0 0.5em;
  border-width: 0.1em;
  border-style: solid;
}
/* Tag-Cloud */
.portletTagCloudPortlet .portletHeader {
  display: block;
}
/* Language select */
a#_universal_link,
a#_shared_folder {
  visibility: hidden;
  height: 0;
}
/* Audience menu & search menu, new style menu */
/* TODO: Wenn die alten Menues nicht mehr genutzt werden,
 * sollten die Styles soweit erforderlich hierher umgesetzt werden */
.audience-menu.audience-menu-new-style,
.search-menu.search-menu-new-style {
  font-size: 96%;
  margin-left: 0;
  line-height: 1.8em;
  padding-left: 1.3rem;
}
.audience-menu-new-style ul li div,
.search-menu-new-style ul li div {
  display: inline-block;
}
.audience-menu-new-style ul li div.submenu,
.search-menu-new-style ul li div.submenu {
  position: relative;
}
.audience-menu-new-style ul li div.submenu .submenu-children,
.search-menu-new-style ul li div.submenu .submenu-children {
  position: absolute;
  top: 100%;
  margin-top: 0px;
  padding-top: 1px;
  padding-inline-start: 0;
  z-index: 10;
}
.audience-menu-new-style ul li div.submenu .submenu-children > li,
.search-menu-new-style ul li div.submenu .submenu-children > li {
  background-color: #036;
  border-top: 1px solid white;
  line-height: 1.8em;
  margin-bottom: 0;
  display: block !important;
  padding-bottom: 0.3em;
  padding-right: 0.3em;
  white-space: nowrap;
}
.search-menu-new-style ul ul li div.submenu .submenu-children > li {
  margin-left: -5em;
}
.search-menu-new-style ul ul {
  margin-left: -0.75em;
}
.audience-menu-new-style ul li div.submenu .submenu-children > li a,
.search-menu-new-style ul li div.submenu .submenu-children > li a {
  display: block !important;
  font-size: 98%;
  padding: 0 0.75em 0 0.75em;
}
.audience-menu-new-style ul ul li div {
  display: block;
}
.audience-menu-new-style ul ul li div.submenu .submenu-children {
  margin-left: 5em;
  margin-top: 2px;
}
search-menu-new-style ul ul li div.submenu .submenu-children {
  margin-left: -5em;
}
.audience-menu-new-style li .menu-divider,
.search-menu-new-style li .menu-divider {
  margin-left: 0.3em;
  margin-right: 0.5em;
}
#portal-footer-wrapper {
  background-color: transparent;
  padding: 0;
}
#portal-footer {
  /*border-top: 1px solid @hu-footer-grey;
  padding-top: 1em;*/
  padding-bottom: 1em;
  color: #b2c1d1;
}
#portal-footer .documentActions {
  float: right;
}
@media (max-width: 767.98px) {
  #portal-footer #footer-left-container {
    padding: 0 1rem;
  }
  #portal-footer #footer-left-container .share_link_menu {
    margin-left: 0;
  }
  #portal-footer #footer-left-container .share_link_menu li {
    margin: 0 4% 0 0;
  }
}
#portal-footer #footer-right-container {
  margin-left: 0;
}
#portal-footer #footer-right-container .impressum,
#portal-footer #footer-right-container .photo_credits,
#portal-footer #footer-right-container .datenschutz,
#portal-footer #footer-right-container .barrierefreiheit {
  float: right;
  font-size: 80%;
}
#portal-footer #footer-right-container .photo_credits,
#portal-footer #footer-right-container .datenschutz,
#portal-footer #footer-right-container .barrierefreiheit {
  margin-left: 2.5%;
}
#portal-footer .subcolumns {
  padding: 0.6em 2em;
}
@media (min-width: 768px) {
  #portal-footer #CookieConsent {
    width: 99.9em;
  }
  #portal-footer .subcolumns {
    padding: 1em 23%;
  }
}
#portal-footer #footer-analytics {
  padding-left: 0;
  padding-right: 0;
}
#portal-anontools {
  float: left !important;
  font-size: 80%;
}
#portal-anontools ul {
  padding: 0 !important;
}
#portal-anontools li {
  margin: 0 0 1em 0 !important;
}
.documentByLine {
  margin-bottom: 0;
}
div.footer p {
  display: none;
}
@media only screen and (min-width: 768px) {
  .newsletter-registration {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.newsletter-registration {
  background-color: #CCD6E0;
  margin-bottom: 0;
  /*margin-top: 1em;*/
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.newsletter-registration h5 {
  color: #006699 !important;
  font-size: 100%;
  font-weight: bold;
  margin-left: 1.1em;
  margin-right: 0;
}
.newsletter_registration_subtitle {
  margin-left: 2em;
  color: #000;
}
/*
#text5185435 {
    width: 66%;
    border: none;
    padding-left: 1em;
    font-size: 100%;
	display: inline;
}
*/
.nl_email {
  margin-left: 1em;
}
.nl_email input {
  height: 1.8em;
  width: 66%;
  border: none;
  padding-left: 1em;
  font-size: 100%;
  display: inline;
}
.cr_form {
  margin-top: 0.5em;
  padding-bottom: 0.5em;
}
.cr_button {
  background-color: #006699;
  border: none;
  color: #d5c7c7;
  font-size: 100%;
  padding-right: 13em;
  padding-top: 0.2em;
  padding-left: 0.8em;
  padding-bottom: 0.2em;
  width: 30%;
}
.cr_ipe_checkbox {
  /*vertical-align: baseline;*/
  margin: 0 0.5em !important;
}
.dschutz {
  margin-left: 2em;
  margin-right: 1em;
  margin-top: 0.5em;
  color: #000;
}
#sirup {
  display: none;
  visibility: hidden;
}
/*
body.plone-toolbar-expanded #newsletter-registration {
	display: none;
}
*/
/* PORTLET-GRUNDBAU */
.portletWrapper {
  /* position: relative; */
}
.portlet .portletHeader {
  margin: 0 0.7rem;
  font-size: 0.8rem;
  padding: 0;
}
.portlet .portletHeader button[type="submit"] {
  padding: 0;
}
.portlet .portletContent {
  padding: 0 0.7rem;
}
.portlet .portletContent > ul li:hover {
  background-color: transparent;
  text-decoration: none;
  color: #086ca3;
}
.portlet .portletContent > ul li a {
  padding: 0.5em 0.2em 0.5em 0;
  /*color: #000;*/
}
.portlet .portletContent > ul li time {
  display: none;
}
.portlet .portletContent > ul li time.portletItemDetails {
  display: block;
}
.portlet section.portletContent > * {
  padding: 0 !important;
}
.portlet .portletFooter {
  padding: 0.2rem 0.7rem;
  background: none;
  box-shadow: none;
}
.portlet .portletContent > ul > li a,
.portlet .portletContent > li {
  padding: 0.3rem 0;
}
.portlet .portletContent > ul .portletItemDetails {
  padding: 0;
  margin-top: 0;
  text-align: left;
}
.portletCalendar .portletContent {
  padding: 0 !important;
}
.portlet-static img {
  max-width: 100%;
}
.portletStaticText .portletContent ul,
.portletStaticText .portletContent ol {
  line-height: 1.3em;
  padding: 0;
  list-style-position: outside;
}
.portletStaticText .portletContent ol {
  margin: 0 0 0.5em 1.5em;
}
.portletStaticText .portletContent ul {
  margin: 0 0 0.5em 0.9em;
  list-style-image: url('++resource++humboldt.theme.images/bullet.gif');
  list-style-type: square;
}
.portletStaticText ul {
  list-style: none;
}
.portletStaticText {
  overflow: hidden;
  padding: 0.3rem 0.7rem;
}
.portletStaticText,
.portlet {
  font-weight: normal;
  position: relative;
  /*margin-top: 1em;*/
  margin-bottom: 1em;
  box-shadow: none;
}
#portal-column-one .portletStaticText > *,
#portal-column-one .portlet > * {
  padding-right: 1em;
  padding-left: 1em;
}
#portal-column-one .portlet,
#portal-column-one .portlet > header,
#portal-column-two .portlet {
  padding-right: 0;
  padding-left: 0;
}
#viewlet-below-content {
  clear: both;
}
#viewlet-below-content .portletStaticText > *,
#viewlet-below-content .portlet {
  padding: 0;
}
#viewlet-below-content .portletStaticText > * p,
#viewlet-below-content .portlet p {
  padding: 0;
}
.portletStaticText > *,
.portlet > * {
  margin: 0;
  padding: 0;
}
.portlet * {
  font-weight: normal;
}
.portlet ul {
  list-style-type: none;
  list-style-image: none;
  line-height: 1em;
  padding-left: 0;
}
.portlet li {
  display: list-item;
  line-height: 1.3em;
}
.portlet dt {
  display: none;
}
dl.portlet-linklist.simple li {
  padding: 0 0.9em;
}
#viewlet-below-content .portletHeader {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 115%;
  padding: 0;
  margin: 0;
}
.portlet .hiddenStructure {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  display: block;
  height: 0.1em;
  overflow: hidden;
  width: 1px;
  position: absolute;
  top: 0.5em;
  z-index: -10 !important;
}
.portletError {
  background-color: #ffa500;
}
.portlet dt,
.portletAssignments .portletHeader {
  margin: 0 0 0.2em;
  line-height: normal;
  text-align: left;
}
.portletAssignments {
  font-size: 0.8em;
  line-height: 2em;
}
.portletAssignments select {
  display: block;
}
.portletAssignments .managedPortletActions {
  float: right;
  margin-top: 0;
}
.portletAssignments .managedPortletActions a {
  margin: 0 0.25em;
  border: none;
}
.portlet dt a:link,
.portlet dt a:visited,
.portlet dt a:hover {
  display: block;
  border: none;
}
/* portlet-portal-title */
.portlet-portal-title {
  min-height: 9em;
  margin: 0 !important;
}
.portlet-portal-title dd .hidden-title {
  visibility: hidden;
  top: 0em;
  position: relative !important;
}
.portlet-portal-title dd > * {
  position: absolute;
  max-width: 85%;
  bottom: 0.25em;
  vertical-align: text-bottom;
}
.portlet-portal-title .portal-title-current {
  padding-bottom: 0.3em;
}
.portlet-portal-title .portal-title-current a {
  font-weight: normal;
  font-size: 110%;
}
@media screen and (max-width: 767.98px) {
  .portlet-portal-title .portal-title-current {
    margin-left: 1rem;
  }
}
/* navigation */
.portletNavigationTree {
  margin: 0 !important;
}
#sidebar {
  padding: 0;
}
#portal-column-one {
  margin-top: -115.2px;
}
#portal-column-one .portletWrapper {
  padding: 0;
}
#portal-column-one .portletNavigationTree .portletContent {
  padding: 0;
}
#portal-column-one .portletNavigationTree .portletContent > ul > li > a:hover {
  background: transparent;
}
#portal-column-one .portletNavigationTree .portletContent > ul > li > a:hover::after {
  content: '';
}
#portal-column-one .portletNavigationTree .portletContent .navTreeCurrentNode > a::after {
  content: '';
}
#portal-column-one .portletNavigationTree .navTreeCurrentItem {
  font-weight: bold;
}
#portal-column-one .portletNavigationTree [class*='contenttype-']::before {
  content: '';
  display: none;
}
#portal-column-one ul.navTree li.navTreeItem a {
  padding-left: 0;
  padding-right: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
  line-height: 1.2em;
}
#portal-column-one ul.navTree a {
  text-decoration: none;
}
#portal-column-one ul.navTree.navTreeLevel0 li a {
  padding-left: 5.26%;
  /* 1% * 100/19 */
}
#portal-column-one ul.navTree .navTreeLevel1 li a {
  padding-left: 10.52%;
  /* 2% * 100/19 */
}
#portal-column-one ul.navTree .navTreeLevel2 li a {
  padding-left: 15.78%;
  /* 3% * 100/19 */
}
#portal-column-one ul.navTree .navTreeLevel3 li a {
  padding-left: 21.05%;
  /* 4% * 100/19 */
}
#portal-column-one ul.navTree .navTreeLevel4 li a {
  padding-left: 26.31%;
  /* 5% * 100/19 */
}
#portal-column-one ul.navigationList_first {
  padding-left: 0;
  padding-right: 0;
}
#portal-column-one .portletNavigationTree ul.navTree li.navTreeItem:last-child a {
  min-height: 1.3em;
}
#portal-column-two .portletNavigationTree ul.navTree li.navTreeItem a {
  padding: 0.2em 1em 0.2em;
}
.portlet.portletNavigationTree ul.navTree li.navTreeItem a {
  background-image: none !important;
  border-top-width: 0.1em;
  border-top-style: solid;
  border-color: white;
  display: block;
  line-height: 1.4em;
}
.portletNavigationTree ul.navTree li.navTreeItem a span {
  position: relative;
  bottom: -0.05em;
}
.portletNavigationTree dd.portletItem,
.portletNavigationTree dd.portletFooter {
  padding: 0em !important;
}
.navTree li {
  margin: 0em;
  padding: 0em;
}
.navTree img {
  display: none;
  float: left;
  padding-right: 0.25em;
}
li.navTreeItemInPath ul.navTreeLevel3 li {
  border-top: 1px solid #f0f0e8;
  word-wrap: break-word;
}
.navTree a.navTreeCurrentItem {
  background-color: white;
}
.portletNavigationTree ul.navTree.navTreeLevel0:first-child li.navTreeCurrentNode {
  /*    border-top: 1px solid #cccc99; */
}
.portlet.portletNavigationTree ul.navTree.navTreeLevel0:first-child li.navTreeItem:first-child a {
  border-top: 1px solid #cccc99;
}
.portlet.portletNavigationTree ul.navTree.navTreeLevel1 li.navTreeItem a {
  border-top: 1px solid white !important;
}
.portletNavigationTree ul.navTree li a span {
  display: block;
}
.portletNavigationTree ul.navTree li.navTreeItem:first-child a {
  border-top: none !important;
}
.navTreeItem-mobile .navTreeLevel1 li.navTreeItem a img,
.navTreeItem-mobile .navTreeLevel1 li.navTreeItem a span {
  margin-left: 5%;
}
.navTreeItem-mobile .navTreeLevel2 li.navTreeItem a img,
.navTreeItem-mobile .navTreeLevel2 li.navTreeItem a span {
  margin-left: 10%;
}
.navTreeItem-mobile .navTreeLevel3 li.navTreeItem a img,
.navTreeItem-mobile .navTreeLevel3 li.navTreeItem a span {
  margin-left: 15%;
}
.navTreeItem-mobile ul.navTreeLevel1 {
  background-color: #e0e0d1;
}
.navTreeItem-mobile ul.navTreeLevel2 {
  background-color: #f0f0e8;
}
.navTreeItem-mobile ul.navTreeLevel3 {
  background-color: white;
}
.contenttreeWidget .navTreeItem li {
  display: block;
  padding-left: 1em;
}
/* portletCalandar */
.portletCalendar {
  width: auto;
}
#portal-column-one .portletCalendar {
  margin: 0.06em 0;
  /*background-color: rgb(229,234,239);*/
}
#portal-column-one .portletCalendar .portletContent {
  background: transparent;
}
#portal-column-one .portletCalendar .portletHeader a {
  background: none;
  border-radius: 0;
}
#portal-column-two .portletCalendar {
  padding: 0;
}
.portletCalendar .portletHeader {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  position: relative;
  font-weight: bold;
  font-size: 100%;
}
.portletCalendar .portletHeader,
.portletCalendar .portletFooter {
  display: block;
  margin: 0;
}
.portletCalendar > section.portletContent {
  padding: 0 0.9em !important;
}
.portletCalendar dd {
  overflow: hidden;
}
.portletCalendar .portletHeader span.portletTopRight {
  position: absolute;
  right: 1em;
  color: #036;
  font-weight: bold;
}
.portletCalendar .portletHeader span > * {
  display: inline-block !important;
}
#portal-column-one table.ploneCalendar {
  padding: 0 1em 0.3em 2em;
}
#portal-column-two table.ploneCalendar {
  padding: 0 1em 0.3em 1em;
}
table.ploneCalendar tr {
  line-height: 1.3em !important;
}
table.ploneCalendar th {
  border-width: 0.1em 0;
  border-style: solid;
  height: auto !important;
}
portlet.portletCalendar table tr .ploneCalendar tr.weekdays th,
.ploneCalendar td {
  text-align: center;
  padding: 0 !important;
}
.ploneCalendar td > span {
  margin: 0 !important;
}
.ploneCalendar td.today span {
  border-radius: 0 !important;
  background: white !important;
}
.ploneCalendar .todaynoevent,
.ploneCalendar .todayevent,
.ploneCalendar .cal_has_events a {
  font-weight: bold !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.ploneCalendar .cal_has_events a::after {
  display: none;
}
#portal-column-two .portletWrapper .portletCalendar .portletHeader {
  font-size: 100%;
}
#portal-column-two .portletWrapper .portlet .portletHeader {
  margin-bottom: 0.5em;
}
/* portletLogin */
.portletLogin .portletItem a {
  padding-left: 1.1em;
}
.portletLogin .field {
  margin-bottom: 0.2em;
}
.portletLogin .portletHeader {
  display: none;
}
.portletLogin form#loginform {
  margin: 0 1em 1em 1em;
}
.portletLogin form#loginform .field {
  position: relative;
}
form#loginform .field input {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1.2em;
  width: 50%;
  padding: 9px 12px;
}
/* #loginform .formControls {
  margin: 0;
} */
#loginform .formControls input {
  position: absolute;
  right: 1em;
  margin-top: 0.5em;
}
.portletLogin .portletItem.even {
  width: 63%;
}
.portletLogin .portletItem.even a {
  font-size: 85%;
}
/* portletSearch */
.portletSearch .portletHeader {
  display: none;
}
.portletSearch .LSBox {
  height: 18px;
  position: relative;
}
.portletSearch input.searchField {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 22px;
  line-height: 18px;
  vertical-align: top;
  padding: 0.3rem 0.7rem;
  outline: none;
}
.portletSearch.huSearch input.searchField {
  position: relative;
  /*  top: -1px;
  left: -5px; */
}
.portletSearch input.inputLabel + input {
  position: absolute;
  right: 0;
  top: 0;
  height: 22px;
  width: 20px;
}
.portletSearch .portletFooter a {
  font-size: 85%;
}
/* relatedItemBox */
#relatedItemBox dt {
  display: block;
  margin-bottom: 0.3em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: normal;
  color: #036;
}
#relatedItemBox dd {
  margin: 0 0 0.1em;
  line-height: 1.3em;
  min-height: 16px;
  overflow: hidden;
}
#relatedItemBox dd span {
  padding-top: 3px;
}
#relatedItemBox dd img {
  padding-bottom: 1px;
}
/* portletRss */
.portletItemDetails {
  display: block;
  font-size: 85%;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  /*text-align: right;*/
  color: #666666;
}
.portletRss dd {
  line-height: 120%;
  margin-bottom: 0.25em;
}
.portlet.portletRss dd.portletFooter {
  display: none;
}
/* portletStaticText */
.portletStaticText {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
/* portlet-separator */
#portal-column-one .portlet.portlet-separator,
#portal-column-two .portlet.portlet-separator {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.portlet.portlet-separator dt,
.portlet.portlet-separator dd {
  /*display: none;*/
}
#portal-column-one .portlet.portlet-separator dd,
#portal-column-two .portlet.portlet-separator dd {
  padding: 0;
  margin: 0;
}
#portal-column-one .portlet.portlet-separator dd hr,
#portal-column-two .portlet.portlet-separator dd hr {
  padding: 0;
  margin: 0 0.7rem;
}
#hu-feedfeeder-frame {
  margin-left: 3.2em;
}
#portal-column-two .portletWrapper .portlet dd {
  line-height: normal;
}
#portal-column-two .portletWrapper .portlet .portletHeader {
  display: block;
  font-size: 115%;
  border-bottom: 1px solid #b2c1d1;
}
#portal-column-two .portletWrapper .portlet-separator .portletHeader,
#portal-column-two .portletWrapper .portlet-directlink .portletHeader,
#portal-column-two .portletWrapper .portletSearch .portletHeader {
  display: none;
}
.portletWrapper .portlet dd.portletItem .portletItemDetails,
#portal-column-two .portletWrapper .portlet dd.portletItem .portletItemDetails,
#portal-column-two .portletWrapper .portlet li.portletItem .portletItemDetails {
  color: #666666;
  text-align: left;
  margin-left: 0;
  padding-top: 0;
}
.portletWrapper .portletNews .portletHeader {
  display: block;
  border-bottom: 1px solid #b2c1d1;
  /*background-color: #CCD6E0 !important;*/
}
.portletWrapper .portletNews .portletHeader a {
  font-size: 100%;
  color: #003366 !important;
}
.portletWrapper .portletNews .portletContent ul {
  padding: 0 1em 0 0;
  /*list-style-type: square;*/
  list-style-position: outside;
}
.portletWrapper .portletNews .portletContent ul li {
  padding: 0.3em 0;
}
.portletWrapper .portletNews .portletContent ul li a {
  display: inline;
}
.portletWrapper .portletNews .portletFooter {
  background: none;
  box-shadow: none;
  padding: 0 0 0 1em;
}
.portletWrapper .portletNews .portletFooter a {
  font-size: 100%;
  color: #000;
}
.portletWrapper .portletEvents .portletHeader {
  display: block;
  font-size: 115%;
  border-bottom: 1px solid #b2c1d1;
}
.portletItemDetails span {
  display: block;
}
.portletWrapper .portletEvents .portletItemDetails span {
  display: inline;
}
.portletWrapper .portletEvents span.location {
  display: block;
}
.portletWrapper .portletEvents .portletItemDetails abbr,
.portletWrapper .portletEvents .portletItemDetails abbr .explain {
  border-bottom: none;
}
.portletWrapper .portletEvents .portletItemDetails span.timezone,
.portletWrapper .portletEvents .portletFooter a.previous-events {
  display: none;
}
.collage-item {
  display: block;
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 8%;
}
.collage-first-object {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.collage-last-object {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.standard-topic h2 {
  margin-left: -0.65em;
  margin-right: -0.65em;
  padding-left: 0.65em;
  padding-right: 0.65em;
  background: none no-repeat scroll 0 0 #ccd6e0;
  display: block;
}
.eventDetails {
  clear: none;
  float: left;
  width: 25%;
  padding-top: 2em !important;
  padding-right: 2em;
  margin: 0;
}
#content .eventDetails table {
  margin: 0;
  border: none;
}
.eventDetails table.listing th,
.eventDetails table.listing td {
  background-color: #ffffff;
  border: none;
  float: left;
  clear: both;
  text-align: left;
  padding: 0;
}
.eventDetails table.listing th {
  color: #003366;
  font-weight: normal;
  font-size: 130%;
  padding-bottom: 0.2em;
}
.eventDetails table.listing td {
  color: #666666;
  margin-bottom: 1em;
}
.eventDetails ul {
  margin-left: 0 !important;
}
#event_edit_container .eventDetails {
  float: left;
}
.vevent .timezone,
.eventDetails .timezone {
  display: none !important;
}
#content .eventDetails li.category {
  display: block;
}
.vevent .datedisplay,
.vevent .ical {
  display: block;
  margin-bottom: 0;
}
.vevent abbr.dtstart,
.vevent abbr.dtend {
  font-weight: normal;
  border-bottom: none;
}
.vevent div.cal_info.clearfix,
.vevent div.cal_info.clearfix p.description,
.vevent div.cal_info.container,
.vevent div.cal_info.container p.description,
.vevent div.cal_info.container-fluid,
.vevent div.cal_info.container-fluid p.description,
.vevent div.cal_info.row,
.vevent div.cal_info.row p.description,
.vevent div.cal_info#edit-zone.plone-toolbar-top .plone-toolbar-container,
.vevent div.cal_info#edit-zone.plone-toolbar-top .plone-toolbar-container p.description,
.vevent div.cal_info.plone-modal .plone-modal-content,
.vevent div.cal_info.plone-modal .plone-modal-content p.description,
.vevent div.cal_info.plone-nav,
.vevent div.cal_info.plone-nav p.description,
.vevent div.cal_info.plone-navbar,
.vevent div.cal_info.plone-navbar p.description,
.vevent div.cal_info.plone-navbar-collapse,
.vevent div.cal_info.plone-navbar-collapse p.description {
  display: table-cell;
}
.vevent div.cal_info.clearfix h2.tileHeadline,
.vevent div.cal_info.container h2.tileHeadline,
.vevent div.cal_info.container-fluid h2.tileHeadline,
.vevent div.cal_info.row h2.tileHeadline,
.vevent div.cal_info#edit-zone.plone-toolbar-top .plone-toolbar-container h2.tileHeadline,
.vevent div.cal_info.plone-modal .plone-modal-content h2.tileHeadline,
.vevent div.cal_info.plone-nav h2.tileHeadline,
.vevent div.cal_info.plone-navbar h2.tileHeadline,
.vevent div.cal_info.plone-navbar-collapse h2.tileHeadline {
  width: 99%;
}
article.tileItem h2.tileHeadline {
  width: 99%;
}
.vevent div.cal_date {
  margin: 1em 1.5em 0.5em 0;
}
.eventText {
  float: left;
  word-wrap: break-word;
  padding-top: 2em;
  width: 70%;
}
#content .eventDetails tr.odd,
#content .eventDetails tr.odd td {
  background-color: #ffffff;
}
#content .eventDetails abbr,
#content .eventDetails .explain {
  cursor: text;
  border: none;
}
body.portaltype-event #content-core .kssattr-atfieldname-text {
  padding-top: 2em;
}
body.portaltype-event #content-core .kssattr-atfieldname-text,
body.portaltype-event #content-core a#parent-fieldname-eventUrl {
  padding-left: 25%;
}
.eventDetails table.listing tr.odd th {
  border: none;
}
.portletCalendar .portletHeader span.portletTopRight a#calendar-next {
  float: none;
}
#edit-bar,
#content ul.formTabs,
#content-core ul.formTabs {
  border-radius: 0 0 0 0;
  border: 0;
}
#content-views li.selected a,
#content-views li a:hover,
#content li.formTab a.selected,
#content li.formTab a:hover,
#content-core li.formTab a.selected,
#content-core li.formTab a:hover,
#contentActionMenus,
.managePortletsLink,
a.managePortletsFallback,
dl.actionMenu.activated dd {
  border-radius: 0 0 0 0;
}
#portal-personaltools-wrapper dl.actionMenu.activated dd {
  bottom: 1.5em;
}
#content-views a,
#content li.formTab a,
#content-core li.formTab a {
  line-height: 2em;
}
/* humbol.portlet.directlink */
.portlet-directlink dt {
  display: none;
}
.portlet-directlink dd {
  position: relative;
}
.portlet-directlink input.inputLabel {
  vertical-align: top;
  width: 100%;
  height: 22px;
  line-height: 18px;
  padding-left: 1em;
  padding-right: 2em;
  outline: none;
  box-sizing: border-box;
}
.portlet-directlink input.inputLabel + input {
  position: absolute;
  right: 0;
  top: 0;
  height: 22px;
  width: 20px;
}
@media screen and (max-width: 1199.98px) {
  .portletCalendar .portletHeader span.portletTopLeft {
    display: none;
  }
  .portletCalendar .portletHeader span.portletTopRight {
    position: static;
  }
  .portletCalendar .portletHeader span.portletTopRight a#calendar-next {
    float: none;
  }
}
/* portlet languageSelect */
.portletLanguageSelect ul li {
  margin-right: 0.2em;
}
/* .portletLanguageSelect .portletItem a {
  margin-right: 0.3em;
} */
.portletLanguageSelect .portletItem a.selected {
  font-weight: bold;
}
.portletLanguageSelect ul {
  list-style: none;
  padding: 0;
}
.portletLanguageSelect ul li {
  display: inline;
}
#portal-column-two .portletWrapper .portlet.portletLanguageSelect .portletHeader {
  border-bottom: none;
  margin-right: 1em;
}
.portletLanguageSelect .portletItem {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 1em;
}
/* portlet collection */
.portlet.portletCollection > ul > li > a {
  padding: 0;
}
.portlet.portletCollection dd {
  margin-bottom: 0.5em;
}
.bigsliderpage #portal-column-one .portlet-portal-title .portal-title-current {
  display: none;
}
#portlet-manager-humboldt\.theme\.belowcontentportletmanager {
  display: none !important;
}
.managedPortlet .portletHeader {
  font-size: 1.1em;
}
.blockedPortlet .portletHeader {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  color: #000;
}
.blockedPortlet .portletHeader a {
  color: #666;
}
.portletWrapper td {
  padding: 0.25em 0;
}
.portletBarrierefreiheit .portletItem {
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 1em;
  margin-right: 0.2em;
}
.portletBarrierefreiheit {
  background-color: #8099b2;
  height: 22px;
}
#portal-column-two .portletWrapper .portlet.portletBarrierefreiheit .portletHeader {
  border-bottom: none;
  margin-right: 1em;
}
#content {
  overflow-wrap: break-word;
  word-break: break-word;
}
#content #portal-breadcrumbs {
  padding-top: 11.5px;
}
#content .documentFirstHeading {
  /*background: none no-repeat scroll 0 0 #ccd6e0;*/
  margin: 0.7em -0.5em 0.3em -0.5em !important;
  padding: 0.1em 0.5em;
}
#content .documentFirstHeading nav {
  font-size: 70%;
  margin-top: 1em;
}
#content .rich-item img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
#content .rich-item .rich-item-content {
  padding: 0;
}
#content .rich-item .rich-item-content h3 {
  margin-top: 0;
}
#content .rich-item .rich-item-content a.rich-item-heading,
#content .rich-item .rich-item-content a.rich-item-heading:visited {
  color: transparent;
}
#content .rich-item .rich-item-content a.rich-item-heading h3,
#content .rich-item .rich-item-content a.rich-item-heading:visited h3 {
  color: #000 !important;
}
#content .rich-item .rich-item-content .rich-item-description {
  font-style: italic;
}
#content .rich-item .rich-item-content .more {
  display: block;
  padding-top: 0.5em;
}
/* Accordion menu */
.acc-heading {
  font-weight: bold;
  color: #006699;
  cursor: pointer;
}
.acc-heading::before {
  content: '► ';
  color: #006699;
  padding-bottom: 0.5em;
}
.acc-opened::before {
  content: '▼ ';
  color: #006699;
}
.acc-bellows {
  /* */
}
.acc-heading > * {
  display: inline-block;
}
.acc-heading div div::before {
  content: 'Hier klicken!';
  color: white;
  font-size: 0px;
}
/* Control Panel / Toolbar cleanup */
#edit-zone li {
  margin-bottom: 0;
}
#content {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
#content .portlet.portletSiteSetup ul {
  list-style-image: initial;
  list-style-type: none;
}
#content .portlet.portletSiteSetup .row.configlets {
  margin: 0;
}
#content .newsImage {
  display: block;
}
article {
  clear: both;
}
article .documentByLine {
  display: none;
}
article.tileItem {
  border-top: 1px solid #B2C1D1;
}
article.tileItem h2.tileHeadline {
  font-size: 140%;
  display: inline-block;
  width: 65%;
}
article.tileItem h2.tileHeadlineNoFloat {
  font-size: 140%;
  display: inline-block;
  width: auto;
}
article.tileItem .tileImage {
  float: right;
  padding: 1em 0 1em 1em;
  width: 30%;
}
article.tileItem .tileImage img {
  height: auto !important;
  width: 100% !important;
}
article.tileItem .tileFooter {
  display: block;
}
article.tileItem div.visualClear {
  clear: both;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  #viewlet-below-content,
  .documentByLine,
  #portal-anontools {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #viewlet-below-content,
  .documentByLine,
  #portal-anontools {
    padding: 0 1rem;
  }
}
#portal-breadcrumbs {
  font-size: 80%;
}
#content-core div#portal-breadcrumbs {
  display: none;
}
#tinymce {
  padding: 0.5em;
}
#tinymce div.acc-heading::before {
  content: "►";
}
#tinymce div.acc-heading {
  font-weight: bold;
  color: #006699;
}
#tinymce .mce-textbox.mce-multiline {
  overflow-y: scroll;
}
#tinymce .mce-content-body {
  padding: 0.7em;
}
.pat-autotoc .mce-tinymce {
  min-height: 250px;
}
.mosaic-tile-content div.acc-heading {
  background-color: #ccd6e0;
  margin: 0.5em -0.6rem;
  padding: 0.3em 0.6rem;
}
.photoAlbumEntry {
  display: inline-block;
  overflow: hidden;
  height: 185px;
  width: 158px;
  margin: 0em;
  padding: 15px 7px 12px 12px;
  background-image: url("../images/polaroid-single.png");
  background-repeat: no-repeat;
  text-align: center;
}
.photoAlbumEntry a {
  background: none;
  width: 140px;
  height: 160px;
  vertical-align: top;
}
.photoAlbumFolder {
  background-image: url("../images/polaroid-multi.png");
}
.photoAlbumEntryWrapper {
  display: block;
}
.photoAlbumEntry img {
  max-width: 150px;
}
.photoAlbumEntryTitle {
  width: 130px;
  display: block;
  font-size: 70%;
  color: #777;
  text-align: left;
  word-wrap: anywhere;
  margin: 0 0 0 4px;
}
#calendar .fc-daygrid-dot-event,
#calendar .fc-daygrid-event-dot,
#calendar fc-event-time {
  display: inline-block;
}
#calendar .fc-event-title {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-all;
}
.vevent span.cal_month {
  background: #8099b2;
  font-size: 1em;
  padding: 0.3em 1em;
}
td.feed_date {
  padding-left: 0;
}
ul.event.summary {
  float: none;
  background: none;
  box-shadow: none;
  margin: 0 2rem 1rem 0 !important;
  list-style: none outside none !important;
  /*max-width: 15rem;*/
}
ul.event.summary li {
  margin: 0 0 0.6em 0 !important;
  color: #666666;
}
ul.event.summary li strong {
  color: #003366;
  font-weight: normal !important;
  font-size: 120%;
  padding-bottom: 0.3em;
}
ul.mode_selector {
  list-style: none outside none;
}
ul.mode_selector li {
  display: inline;
}
ul.mode_selector li:nth-child(1) {
  margin-left: 0 !important;
}
#content nav.pagination ul li {
  margin-left: 0;
}
#content nav.pagination li > a,
#content nav.pagination li > span {
  padding: 0.3rem 0.6rem;
}
#content time.date_view {
  color: #666666;
  font-size: 11px;
  padding-bottom: 1rem;
}
.template-event_listing #content .documentFirstHeading nav {
  position: static;
}
#content div.event-box {
  display: table;
}
#content div.event-box > div {
  display: table-row;
}
#content div.event-box > div > div {
  display: table-cell;
}
#content div.event-box > div > div.cell-summary {
  width: 35%;
}
#content div.event-box > div > div.cell-text {
  width: 65%;
}
#content div.listingBar {
  font-size: 80%;
  margin: 1em 0;
}
#content div.listingBar a {
  display: inline-block;
  padding: 0.25em 0.5em;
  border-width: 1px;
  border-style: solid;
}
#content div.listingBar a:hover {
  color: #FFFFFF;
  background-color: #003366;
  border-color: #003366;
}
#portal-sitemap ul li::before {
  display: none;
}
.pat-autotoc:not(.autotabs) .autotoc-nav {
  float: none;
  display: block;
  background-color: #E8E8E0;
  margin: 0;
  padding: 0.3rem 0;
  box-shadow: none;
}
#user-group-sharing,
table.listing {
  position: relative;
  z-index: 10;
}
/*Mobile Menu */
.menu-mobile,
.menu-mobile-with-js,
.menu-mobile-button,
.menu-mobile-sub,
.menu-mobile-sub-button {
  display: none;
}
.menu-mobile-no-js {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  header.no-folder-image #portal-header #folder_image {
    display: none;
  }
  #portal-column-one aside.portlet.portletNavigationTree {
    display: none;
  }
  #portal-header {
    display: block;
    height: auto;
  }
  #portal-header .smallscreen.humboldt-logo {
    display: block;
  }
  .header-menu {
    display: none;
  }
  #content-header .portlet-portal-title,
  #content-header .hidden-xs {
    display: none;
  }
  #content-header #folder_image {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
    position: relative;
    width: 100%;
    max-width: 360px;
    height: auto;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  #content-header .container {
    padding: 0;
  }
  /* .audience-menu, .navigation, .search-bar, .menu, #menu-bars, #Ebene2, #portal-column-two{
    display: none !important;
    }*/
  /*#portal-top{
        margin-top: 0 !important;
    }

    .humboldt-logo {
        margin-left: 20px !important;
    }*/
  div.menu-mobile-no-js {
    display: inline;
  }
  div.smallscreen.humboldt-logo {
    padding: 0.5em 0 !important;
  }
  div#portal-top {
    margin-top: 0 !important;
  }
  div.portal-title.frontpageslider.frame {
    display: none;
  }
  .navigation .portlet-portal-title {
    padding-top: 10px;
  }
  .portlet-portal-title {
    min-height: 11em;
  }
  #content-core .drei,
  #content-core .zwei {
    width: auto;
  }
  #content-core .spalten,
  #content-core .theme-block,
  #content-core .theme-block-with-image {
    padding: 0;
    display: block;
    right: auto;
  }
  #frontpageslider-bigslider-wrapper,
  #sidebar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #portal-header > #frontpageslider {
    display: none;
  }
}
div.menu-mobile-with-js {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  background-color: #003366;
  font-size: 21px;
  line-height: normal;
  display: block;
  box-sizing: content-box;
}
/*
line-height:2.1em;
*/
/*div.menu-mobile-with-js #language{
    padding-top:0px;
}*/
a.menu-mobile-button {
  box-sizing: border-box;
  color: white;
  text-align: center;
  padding: 0px;
  float: left;
  display: inline;
  height: 45px;
  width: 2.2em;
  border: none;
  vertical-align: middle;
}
a.menu-mobile-button.ersterButton {
  width: 2.7em;
  background-position: 70% 50% !important;
}
a.menu-mobile-button:hover {
  cursor: pointer;
}
a.menu-mobile-button:hover,
.menu-mobile-button-clicked {
  background-color: white !important;
  color: #003366 !important;
}
a.menu-mobile-button:hover svg,
.menu-mobile-button-clicked svg {
  fill: #003366;
}
div.menu-mobile-sub {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  background-color: #cccc99;
  font-size: 12px;
  line-height: 4em;
  position: absolute;
  z-index: 10 !important;
}
div.menu-mobile-sub li {
  display: inline;
}
div.menu-mobile-sub-button {
  color: #003366;
  width: 100%;
  height: 45px;
  display: block;
  padding: 0px 10px 0px 10px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: white;
  cursor: pointer;
  font-size: 16px;
}
.navTreeItem-mobile a,
div.zielgruppe-sub a,
div.search-sub,
div.schnellzugang-sub a {
  color: #003366;
  width: 100%;
  height: 45px;
  display: block !important;
  padding: 0px 10px 0px 20px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: white;
  position: relative;
  font-size: 16px;
  white-space: nowrap;
}
div.zielgruppe-sub a {
  color: white;
  background-color: #003366;
}
div.schnellzugang-sub a {
  background-color: #ccd6e0;
}
div.search-sub,
div.search-sub * {
  padding-left: 0px;
  position: absolute;
  z-index: 10 !important;
  width: 100%;
  display: inline;
}
div.search-sub form.searchform input.searchField,
div.search-sub form#searchform input.searchField {
  padding-left: 0.5em;
  box-sizing: border-box;
  width: 80%;
  height: 40px;
  font-size: 150%;
  border-top: none;
  border-bottom: 0.1em solid #003366;
  overflow: hidden;
}
a.search-input-button {
  position: absolute;
  margin-top: -1px;
  right: 10px;
  background-color: #003366;
  width: 20%;
  height: 39px;
  z-index: 10 !important;
  border: none;
  overflow: hidden;
  border-bottom: 0.1em solid #003366;
}
#menu-mobile-search {
  background-image: url('++resource++humboldt.theme.images/mobile/Lupe.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 30px;
}
#menu-mobile-search:hover,
#menu-mobile-search:focus,
#menu-mobile-search.menu-mobile-button-clicked {
  background-image: url('++resource++humboldt.theme.images/mobile/Lupe_black.svg');
  background-color: white;
  cursor: pointer;
}
div.search-sub form.searchform input[type='image'],
div.search-sub form#searchform input[type='image'] {
  display: none;
}
div.menu-mobile-sub-button:hover {
  background-color: white;
  color: #003366;
}
div.zielgruppe {
  background-color: #003366;
  color: white;
}
div.schnellzugang {
  background-color: #ccd6e0;
}
#Home:hover,
#Home:focus {
  background-image: url('++resource++humboldt.theme.images/mobile/Home_black.svg');
}
#Home {
  background-image: url('++resource++humboldt.theme.images/mobile/Home.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.01em;
}
#menu-mobile-search img {
  height: 100%;
  width: 30px;
}
#dropmenu {
  background-image: url('++resource++humboldt.theme.images/mobile/Menu.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
}
#dropmenu img {
  height: 100%;
  width: 30px;
}
#dropmenu:hover,
#dropmenu:focus {
  background-image: url('++resource++humboldt.theme.images/mobile/Menu_black.svg');
}
#dropmenu.menu-mobile-button-clicked {
  background-image: url('++resource++humboldt.theme.images/mobile/Cross.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
}
.navTreeItem-mobile li.cms-stoerungen {
  background-color: #ff9933;
  display: block;
}
.pat-structure .popover {
  max-height: 300px;
  overflow-y: scroll;
}
#history-list .standalone,
#history-list .destructive {
  white-space: normal;
}
#plone-contentmenu-portletmanager #portlet-manager-plone\.footerportlets,
#plone-contentmenu-portletmanager #portlet-manager-plone\.leftcolumn,
#plone-contentmenu-portletmanager #portlet-manager-plone\.rightcolumn {
  display: none;
}
#edit-zone nav > ul > li.active ul {
  margin-top: 0 !important;
}
.pattern-relateditems-item-title,
.pattern-relateditems-result-title {
  font-size: 100%;
}
/*link and image box changes*/
.pattern-relateditems-result .pattern-relateditems-result-browse-wrapper .pattern-relateditems-result-browse {
  font-size: 1.5rem;
}
.linkModal .select2-container,
.linkModal .pattern-relateditems-container {
  width: 100% !important;
}
div.linkModal fieldset .input-wrapper {
  min-width: 20rem;
}
.upload-container .upload-area {
  width: 100% !important;
  max-width: none;
}
.break-line {
  width: 100%;
}
.break-line div.depth-select-box {
  display: inline-block;
}
/* tinymce start */
.mce-window {
  position: absolute;
}
.mce-btn-group:not(:first-child) {
  margin-left: 0;
}
.mce-content-body {
  padding: 0.5em;
}
.mce-content-body .embedded,
.mce-content-body .mce_hidden_border {
  border: 1px solid #003366;
}
.mce-content-body .mce_hidden_description {
  display: block;
  color: #003366;
}
.mce-content-body .mce_hidden_icon {
  display: inline;
  color: #003366;
}
.mce-content-body .mce_hover:hover {
  cursor: pointer;
}
.mce-content-body div.acc-heading::before {
  content: "►";
}
.mce-content-body div.acc-heading {
  font-weight: bold;
  color: #006699;
}
.mce-content-body div.acc-bellows {
  border: 1px solid #aaa;
}
.mce-content-body .mce-textbox.mce-multiline {
  overflow-y: scroll;
}
.mce-content-body .mce-content-body {
  padding: 0.7em;
}
.mce-content-body img {
  border: 1px solid #003366;
}
.mce-content-body img.image-inline,
.mce-content-body #content-core img.image-inline {
  margin: 0;
  height: auto;
}
.mce-content-body img.image-right,
.mce-content-body #content-core img.image-right {
  margin: 0.1em 0 0.5em 1em;
  height: auto;
}
.mce-content-body img.image-left,
.mce-content-body #content-core img.image-left {
  margin: 0.1em 1em 0.5em 0;
  height: auto;
}
.mce-content-body th,
.mce-content-body td {
  border: 1px solid #e5e5e5;
}
.mce-content-body ul {
  line-height: 1.3em;
  list-style-image: url('++resource++humboldt.theme.images/bullet.gif');
  list-style-type: square;
  list-style-position: outside;
  padding: 0.5em 1em;
}
.mce-content-body ol {
  padding: 0.5em 1em;
}
div.mce-panel img {
  border: 1px solid #003366;
}
#tinymce img.image-inline,
#content-core img.image-inline {
  margin: 0;
  height: auto;
}
#tinymce img.image-right,
#content-core img.image-right {
  margin: 0.1em 0 0.5em 1em;
  height: auto;
}
#tinymce img.image-left,
#content-core img.image-left {
  margin: 0.1em 1em 0.5em 0;
  height: auto;
}
#tinymce figure img,
#content-core figure img {
  margin: 0 !important;
  max-width: 100%;
  /*width: auto;*/
  height: auto;
}
#tinymce div.zwei,
body > div.zwei {
  width: 49% !important;
}
#tinymce div.drei,
body > div.drei {
  width: 28% !important;
}
#tinymce div.spalten,
body > div.spalten {
  display: inline-block !important;
  padding-left: 2% !important;
  padding-right: 2% !important;
  margin: 0 !important;
}
.mce-menubar .mce-menubtn.mce-active {
  z-index: 65500 !important;
}
.mce_hidden_description,
.mce_hidden_icon {
  display: none;
}
/* tinymce end */
#contentview-user_data-change-password {
  display: none;
}
img.thumb-tile {
  max-width: 64px;
}
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.swiper {
  padding-bottom: 1rem;
}
.swiper-button-prev,
.swiper-button-next {
  color: #ddd;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #eee;
}
.swiper-pagination-bullet-active {
  background-color: #036;
}
.swiper-slide {
  text-align: center;
}
.swiper-slide figcaption > span,
.swiper-slide div#portal-breadcrumbs {
  display: none;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.1rem;
}
/**
 * tingle.js - A simple modal plugin written in pure JavaScript
 * @version v0.16.0
 * @link https://github.com/robinparisi/tingle#readme
 * @license MIT
 */
.tingle-modal * {
  box-sizing: border-box;
}
.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  cursor: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.514.535l-6.42 6.42L2.677.536a1.517 1.517 0 00-2.14 0 1.517 1.517 0 000 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 000 2.14 1.517 1.517 0 002.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 002.14 0 1.517 1.517 0 000-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 000-2.14 1.516 1.516 0 00-2.14 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"), auto;
}
@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
}
/* confirm and alerts
-------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}
/* modal
-------------------------------------------------------------- */
.tingle-modal--noOverlayClose {
  cursor: default;
}
.tingle-modal--noClose .tingle-modal__close {
  display: none;
}
.tingle-modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.tingle-modal__close svg * {
  fill: currentColor;
}
.tingle-modal__closeLabel {
  display: none;
}
.tingle-modal__close:hover {
  color: #fff;
}
.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}
.tingle-modal-box__content {
  padding: 3rem 3rem;
}
.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}
.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}
.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  transition: bottom 0.3s ease-in-out 0.3s;
}
/* state
-------------------------------------------------------------- */
.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}
.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}
.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}
.tingle-modal--visible .tingle-modal-box {
  animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}
/* btn
-------------------------------------------------------------- */
.tingle-btn {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.4s ease;
}
.tingle-btn--primary {
  background-color: #3498db;
}
.tingle-btn--danger {
  background-color: #e74c3c;
}
.tingle-btn--default {
  background-color: #34495e;
}
.tingle-btn--pull-left {
  float: left;
}
.tingle-btn--pull-right {
  float: right;
}
/* responsive
-------------------------------------------------------------- */
@media (max-width: 540.98px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }
  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }
  .tingle-modal-box__content {
    overflow-y: scroll;
  }
  .tingle-modal--noClose {
    top: 0;
  }
  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
  }
  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}
/* animations
-------------------------------------------------------------- */
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* customized
-------------------------------------------------------------- */
/*tingle modal*/
@media (min-width: 541px) {
  .tingle-modal-box {
    width: 70%;
  }
}
@media (min-width: 720px) {
  .tingle-modal-box {
    width: 50%;
  }
}
.tingle-modal {
  background: rgba(0, 0, 0, 0.75);
}
.tingle-modal__close {
  width: 1.5rem;
  height: 1.5rem;
}
.tingle-modal-box__content {
  padding: 0;
}
.tingle-modal-box__content h3 {
  padding: 0;
}
.tingle-modal-box__content input[type="checkbox"],
.tingle-modal-box__content input[type="radio"] {
  /* Resized Checkboxes */
  -ms-transform: scale(1.6);
  /* IE */
  -moz-transform: scale(1.6);
  /* FF */
  -webkit-transform: scale(1.6);
  /* Safari and Chrome */
  -o-transform: scale(1.6);
  /* Opera */
  margin-right: 2rem;
}
.tingle-modal-box__content label {
  display: inline;
}
.tingle-modal-box__footer {
  padding: 0;
}
/*# sourceMappingURL=++theme++humboldt.theme/dist/theme-compiled.less.map */