/*! 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 {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@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: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 11px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #4d4d4d;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.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: 1200px) {
  .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: 990px;
  }
}
@media (min-width: 1200px) {
  #edit-zone.plone-toolbar-top .plone-toolbar-container {
    width: 1170px;
  }
}
#edit-zone.plone-toolbar-top.compressed .plone-toolbar-container {
  width: auto;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42857143;
  color: #606060;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2694a3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #acacac;
  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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #b1b1b1;
}
.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: 700;
  line-height: 1.1;
  color: #606060;
}
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus {
  text-decoration: none;
  border-bottom: 2px #acacac solid;
}
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.documentDescription {
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  margin-bottom: 10px;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark {
  background-color: #ebd380;
  padding: .2em;
}
.discreet {
  color: #868686;
  font-weight: 400;
}
.documentByLine {
  color: #868686;
  font-weight: 400;
  margin-bottom: 11px;
}
.documentFirstHeading {
  padding-bottom: 10px;
  margin: 0 0 11px;
  font-weight: 700;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
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: 22px;
  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: 4px;
  font-weight: 400;
  color: #696969;
}
th {
  text-align: left;
  color: #4d4d4d;
}
.listing {
  width: 100%;
  margin-bottom: 22px;
}
.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: #fff;
}
.invisible-grid {
  width: 100%;
  margin-bottom: 22px;
  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: 767px) {
  .plone-has-table {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .plone-has-table::after {
    content: "⟷";
    position: fixed;
    color: #b1b1b1;
    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: 1px solid #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-top: 1px solid #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 > tbody + tbody {
  border-top: 2px solid #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 {
  border: 1px solid #e5e5e5;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom: 1px solid #e5e5e5;
}
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: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #4d4d4d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400;
}
label {
  display: inline-block;
  max-width: 95%;
  vertical-align: top;
  margin-bottom: 6px;
  font-weight: bold;
}
input[type="search"] {
  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: 36px;
}
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: 16px;
  line-height: 1.42857143;
  color: #696969;
}
/*.form-control,*/
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  width: 100%;
  display: block;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #696969;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus {
  border-color: #64bee8;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
}
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #777777;
}
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #777777;
}
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly],
fieldset[disabled]  {
  cursor: not-allowed;
  background-color: #e5e5e5;
  opacity: 1;
}
input[disabled],
textarea[disabled],
select[disabled],
fieldset[disabled]  {
  cursor: not-allowed;
}
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: 36px;
  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;
  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);
  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);
  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: 16px;
  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 {
  box-shadow: 0 0 8px #f6b2c0;
}
.formHelp {
  margin-top: 0;
  margin-bottom: 0;
  color: #797979;
  font-weight: 400;
  font-style: italic;
}
.formControls {
  border-top: 1px solid #b1b1b1;
  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: -36px;
}
#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: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  -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;
  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;
  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);
  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: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
  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;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.link-parent:active,
.link-parent.active {
  outline: 0;
  background-image: none;
  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);
  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: #e6e4e4;
  margin-bottom: 22px;
  margin-top: -22px;
  /* 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: #e6e4e4;
  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: #b1b1b1;
  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: #2694a3;
}
.plone-breadcrumb ol > #breadcrumbs-current {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 22px 0;
}
.pagination li {
  display: block;
  float: left;
  position: relative;
  padding: 0;
  font-weight: 400;
  /* wanna hide the label "next ... items"? */
  /* .label {
      display: none;
    } */
}
.pagination li > a,
.pagination li > span {
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2694a3;
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  margin-left: -1px;
}
.pagination li.previous > a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination li.previous .arrow:before {
  content: '\3c';
}
.pagination li.next > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination li.next .arrow:after {
  content: '\3e';
}
.pagination li > a:hover,
.pagination li > a:focus {
  color: #acacac;
  background-color: #f2f1f1;
  border: 1px solid #e5e5e5 !important;
  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: #2694a3;
  border: 1px solid #2694a3 !important;
  cursor: default;
}
.pagination li.disabled > span {
  color: #b1b1b1;
  background-color: #fcfcfd;
  border: 1px solid #e5e5e5 !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: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.pat-autotoc.autotabs .autotoc-nav,
.autotabs .autotoc-nav {
  background: #f2f1f1;
  border-bottom: 1px solid #e5e5e5;
  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: 1px solid #e5e5e5;
  margin-bottom: -1px;
  border-radius: 4px 4px 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 4px 4px;
}
@media (max-width: 767px) {
  .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: 21px;
  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: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fcfcfd;
  width: 220px;
  height: 240px;
}
.photoAlbumEntry img {
  max-width: 200px;
  max-height: 200px;
}
.alert.status,
.portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin-bottom: 22px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  font-size: 16px;
  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: 5px;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status a,
.portalMessage a {
  font-weight: 400;
  color: #1a6771;
}
.alert.status > strong::before,
.portalMessage > strong::before,
.alert.status > dt::before,
.portalMessage > dt::before {
  font-size: 16px;
  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: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.portlet > :first-child {
  border-radius: 4px 4px 0 0;
}
.portlet > :last-child {
  border-radius: 0 0 4px 4px;
}
.portlet .portletHeader {
  background: #f2f1f1;
  font-weight: 700;
  font-size: 20px;
  padding: 13px 15px;
  color: #696969;
}
.portlet .portletHeader > a {
  color: #2694a3;
}
.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: 20px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 700;
}
.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: 16px;
  border-top: 1px solid #e5e5e5;
  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: #2694a3;
}
.portlet .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
.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: 14px;
  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: 1px solid #e5e5e5;
}
.portlet.portletCalendar table thead th {
  color: #696969;
  font-weight: 400;
  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: 22px;
  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: #185c65;
}
.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: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 14px;
  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: 1px solid #e5e5e5;
}
.portletNavigationTree nav.portletContent > ul > li strong {
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  color: #696969;
  display: block;
  font-weight: 400;
}
.portletNavigationTree .portletContent {
  border-top: 0;
}
.portletNavigationTree .portletContent > ul > li > a {
  display: block;
  background: #edecec;
}
.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: 20px;
  margin-top: -3px;
  color: #777777;
}
.portletNavigationTree .portletContent > ul > li > ul a {
  padding-left: 40px;
}
.portletNavigationTree .portletContent > ul > li > a > img.image-icon {
  max-height: 22px;
}
.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: 20px;
  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: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.managedPortlet > :first-child {
  border-radius: 4px 4px 0 0;
}
.managedPortlet > :last-child {
  border-radius: 0 0 4px 4px;
}
.managedPortlet .portletHeader {
  background: #f2f1f1;
  font-weight: 700;
  font-size: 20px;
  padding: 13px 15px;
  color: #696969;
}
.managedPortlet .portletHeader > a {
  color: #2694a3;
}
.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: 20px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 700;
}
.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: 16px;
  border-top: 1px solid #e5e5e5;
  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: #2694a3;
}
.managedPortlet .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
.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: 14px;
  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: 1px solid #e5e5e5;
}
.managedPortlet.portletCalendar table thead th {
  color: #696969;
  font-weight: 400;
  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: 22px;
  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: #185c65;
}
.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: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
.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: 21px;
  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: .2em .6em .3em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #4d4d4d;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  background-color: #e5e5e5;
}
.link-category[href]:hover,
.link-category[href]:focus {
  background-color: #cccccc;
}
a.link-category:hover,
a.link-category:focus {
  color: #2694a3;
  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: 14px;
}
#textAdjust .normal-text {
  font-size: 16px;
}
#textAdjust .increase-text {
  font-size: 20px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav {
  float: right;
  min-width: 150px;
  background-color: #f2f1f1;
  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: 20px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-2 {
  margin-left: 12px;
  font-size: 16px;
}
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-3 {
  margin-left: 24px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .pat-autotoc .autotoc-nav {
    float: none;
    margin: 0 0 20px 0;
  }
}
.pat-dropzone .dz-notice {
  margin-bottom: 6px;
}
.pat-dropzone .dz-default {
  border-radius: 6px;
  background-color: #f2f1f1;
  border: 3px dotted #b1b1b1;
  margin-bottom: 20px;
  padding: 12px;
  color: #696969;
}
.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 #ccc;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
  border-radius: 0 0 4px 4px;
  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: #2694a3;
  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: #2694a3;
  color: #fff;
  font-weight: 600;
}
.picker__day--outfocus {
  color: #b1b1b1;
}
.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: #2694a3;
}
.pat-tablesorter .sortdirection {
  font-size: 75%;
  opacity: .5;
  position: relative;
  top: -1px;
  padding: 2px;
  min-width: 15px;
  display: inline-block;
}
.tooltips {
  opacity: 0;
  transition: opacity .2s ease .5s;
  position: absolute;
  background: #333333;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  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 .2s ease .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: #b1b1b1;
}
#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: relative;
  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: 992px) {
  #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 a {
  color: #868686;
}
.plone-nav a:hover {
  color: #acacac;
}
.plone-nav > li {
  position: relative;
  display: block;
}
.plone-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 19px;
}
.plone-nav > li > a:hover,
.plone-nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.plone-navbar {
  background-color: transparent;
  color: #868686;
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
}
.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: 992px) {
  .plone-navbar-header {
    float: left;
  }
}
.plone-navbar-collapse {
  overflow-x: visible;
  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;
}
@media (min-width: 1200px) {
  .plone-navbar-collapse {
    padding-right: 150px;
  }
}
.plone-navbar-collapse.in {
  overflow-y: auto;
  display: block;
}
@media (min-width: 992px) {
  .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;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .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: 4px;
  /*
  .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: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.plone-navbar-toggle .icon-bar:after {
  content: "Menu";
  position: relative;
  color: #868686;
}
.plone-navbar-toggle .icon-bar + .icon-bar:after {
  content: "";
}
@media (min-width: 992px) {
  .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: 22px;
}
.plone-navbar-nav > .selected > a,
.plone-navbar-nav > .selected > a:hover,
.plone-navbar-nav > .selected > a:focus {
  color: #868686;
  background-color: transparent;
}
@media (min-width: 992px) {
  .plone-navbar-nav {
    float: left;
  }
  .plone-navbar-nav > li {
    float: left;
  }
  .plone-navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 8px;
  }
  .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: #d9d7d7;
  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 img {
  max-width: 100%;
  height: auto;
}
#content-core a {
  border-bottom: 1px solid #b1b1b1;
}
#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 #b1b1b1;
}
a.plone-toolbar-logo {
  color: #fff;
}
@media (min-width: 828px) {
  .plone-toolbar-left-default .container {
    width: 690px;
  }
}
@media (min-width: 888px) {
  .plone-toolbar-left-expanded .container {
    width: 630px;
  }
}
@media (min-width: 1052px) {
  .plone-toolbar-left-default .container {
    width: 930px;
  }
}
@media (min-width: 1112px) {
  .plone-toolbar-left-expanded .container {
    width: 870px;
  }
}
@media (min-width: 1260px) {
  .plone-toolbar-left-default .container {
    width: 1110px;
  }
}
@media (min-width: 1320px) {
  .plone-toolbar-left-expanded .container {
    width: 1050px;
  }
}
@media (min-width: 1260px) {
  .plone-toolbar-left-default .container {
    width: 1110px;
  }
}
@media (min-width: 1320px) {
  .plone-toolbar-left-expanded .container {
    width: 1050px;
  }
}
#portal-footer-wrapper {
  padding: 30px 15px;
  background-color: transparent;
  color: #b1b1b1;
  text-align: center;
  clear: both;
}
#portal-footer-wrapper p {
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 28px;
}
#portal-footer-wrapper abbr,
#portal-footer-wrapper ul {
  color: #b1b1b1;
}
#portal-footer-wrapper a {
  color: #2694a3;
}
#portal-footer-wrapper a:hover {
  color: #42c2d3;
}
#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: .5em;
}
#portal-footer-wrapper .portlet {
  background: transparent;
  border: 0;
  font-weight: 400;
  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: 14px;
  font-weight: 700;
  margin-right: 15px;
}
#portal-siteactions {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}
#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: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  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: 4px 4px 0 0;
}
body.template-login_form #content-core > :last-child,
body.template-logged_out #content-core > :last-child {
  border-radius: 0 0 4px 4px;
}
body.template-login_form #content-core .portletHeader,
body.template-logged_out #content-core .portletHeader {
  background: #f2f1f1;
  font-weight: 700;
  font-size: 20px;
  padding: 13px 15px;
  color: #696969;
}
body.template-login_form #content-core .portletHeader > a,
body.template-logged_out #content-core .portletHeader > a {
  color: #2694a3;
}
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: 20px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 700;
}
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: 16px;
  border-top: 1px solid #e5e5e5;
  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: #2694a3;
}
body.template-login_form #content-core .portletContent > ul > li > a,
body.template-logged_out #content-core .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
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: 14px;
  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: 1px solid #e5e5e5;
}
body.template-login_form #content-core.portletCalendar table thead th,
body.template-logged_out #content-core.portletCalendar table thead th {
  color: #696969;
  font-weight: 400;
  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: 22px;
  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: #185c65;
}
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: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
#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: 20px;
  border-top: 1px solid #e5e5e5;
  padding: 6px 0;
}
#portal-sitemap ul {
  list-style: none;
  position: relative;
  font-size: 16px;
  padding-left: 20px;
}
#portal-sitemap ul li {
  position: relative;
}
#portal-sitemap ul li::before {
  content: "•";
  display: inline;
  font-size: 21px;
  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: #fff;
  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: 1px solid #e5e5e5;
  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: 4px;
  overflow: hidden;
}
.cal_month {
  background: #42c2d3;
  font-weight: 400;
  display: block;
  color: #fff;
  padding: 6px 12px;
}
.cal_day {
  font-size: 40px;
  font-weight: 700;
  display: block;
}
.cal_wkday {
  font-size: 14px;
  font-weight: 400;
  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: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  display: inline-block;
}
.image-product figcaption {
  font-size: 14px;
  background: #fcfcfd;
  margin: 6px 12px;
}
.portraitPhoto {
  margin: 0;
  border-radius: 4px;
  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: 14px;
  background: #fcfcfd;
  margin: 6px 12px;
}
.image-product img {
  max-width: 100%;
  height: auto;
}
.newsImageContainer {
  float: right;
  margin: 0 0 6px 6px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  overflow: hidden;
}
.newsImageContainer a {
  display: table;
  background-color: #fff;
}
.newsImageContainer a img {
  display: block;
}
.newsImageContainer figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 14px;
  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: 14px;
  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: 1px solid #e5e5e5;
}
.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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/fhNmDCnjccoUYyU4ZASaLVKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/BJVWev7_auVaQ__OU8Qih1KPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/oysROHFTu1eTZ74Hcf8V-VKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/CWlc_g68BGYDSGdpJvpktgLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/kTYfCWJhlldPf5LnG4ZnHAsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/g46X4VH_KHOWAAa-HpnGPgsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/hpORcvLZtemlH8gI-1S-7gsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNAzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.plone-navbar-nav li a {
  font-size: 20px;
  text-shadow: 0 0 1px #fff,
               0 0 3px #fff,
               0 0 5px #fff,
               0 0 10px #fff,
               0 0 20px #fff,
               0 0 40px #fff;
}
.plone-navbar-nav li.active > .submenu {
  display: block;
}
.plone-navbar-nav li.active:after,
.plone-navbar-nav li:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100%;
  z-index: 999;
}
.plone-navbar-nav li.active > a,
.plone-navbar-nav li a:hover {
  color: #2694a3;
}
.plone-navbar-nav li .submenu {
  background-color: transparent;
  display: none;
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
  position: absolute;
  z-index: 1;
  overflow: visible;
  white-space: nowrap;
  font-size: 15px;
}
.plone-navbar-nav li .submenu a {
  font-size: 16px;
}
.plone-navbar-nav li .submenu .opener {
  background: transparent;
  float: right;
  text-align: right;
  width: 32px;
  height: 32px;
  margin-top: -6.4px;
  margin-right: -11.2px;
}
.plone-navbar-nav li .submenu a {
  display: block;
  line-height: 20px;
  padding-left: 15px;
  position: relative;
  white-space: nowrap;
}
.plone-navbar-nav li .submenu a:hover {
  background-color: transparent;
  text-decoration: none;
}
.plone-navbar-nav li .submenu a .submenu_image {
  float: right;
}
.plone-navbar-nav li .submenu li {
  position: relative;
  display: inline-block;
}
.plone-navbar-nav li .submenu li:hover ul {
  top: 0;
  left: 100%;
  width: 100%;
}
.plone-navbar-nav li:last-child .submenu li:hover ul {
  left: -100%;
}
@media (max-width: 992px) {
  .plone-navbar-collapse.in .opener {
    background: transparent;
    border: 1px solid white;
    border-radius: 4px;
    float: right;
    text-align: center;
    width: 32px;
    height: 32px;
    margin-top: -6.4px;
    margin-right: -11.2px;
  }
  .plone-navbar-collapse.in .menu-open {
    display: block!important;
  }
  .plone-navbar-collapse.in .plone-navbar-nav {
    margin: 0 -15px 0;
  }
  .plone-navbar-collapse.in li .submenu {
    position: relative;
  }
  .plone-navbar-collapse.in li .submenu .opener {
    background: transparent;
    border: 1px solid white;
    border-radius: 4px;
    float: right;
    text-align: center;
    width: 32px;
    height: 32px;
    margin-top: -6.4px;
    margin-right: -11.2px;
  }
  .plone-navbar-collapse.in li .submenu li {
    float: none;
    display: block;
  }
  .plone-navbar-collapse.in li .submenu li:hover ul {
    top: unset;
    left: unset;
  }
  .plone-navbar-collapse.in li .navTreeLevel0 .submenu_title {
    padding-left: 0.5em;
  }
  .plone-navbar-collapse.in li .navTreeLevel1 .submenu_title {
    padding-left: 1em;
  }
  .plone-navbar-collapse.in li .navTreeLevel2 .submenu_title {
    padding-left: 1.5em;
  }
  .plone-navbar-collapse.in li .navTreeLevel3 .submenu_title {
    padding-left: 2em;
  }
  .plone-navbar-collapse.in .plone-navbar-nav li:hover > .submenu,
  .plone-navbar-collapse.in .plone-navbar-nav li.active > .submenu {
    display: unset;
  }
}
#portaltab-arbeitgeber .submenu {
  left: -6em;
}
#portaltab-kontakt .submenu {
  left: -12em;
}
@media (max-width: 992px) {
  #portal-header {
    text-align: center;
  }
  #portal-globalnav-wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
  }
  #portal-globalnav-wrapper .plone-navbar-header.navbar-header button.plone-navbar-toggle {
    background: #2694a3;
  }
  #portal-globalnav-wrapper .plone-navbar-header.navbar-header button.plone-navbar-toggle .icon-bar:after {
    color: #fff;
  }
  #portal-globalnav-wrapper .plone-navbar-collapse {
    background: white;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }
  #portal-globalnav-wrapper #portal-globalnav {
    width: 100%;
    right: 2em;
    padding-bottom: 1.5em;
    background: white;
    text-align: left;
    padding: 1em;
    margin: 0;
  }
  #portal-globalnav-wrapper .submenu {
    display: block!Important;
  }
  #portal-globalnav-wrapper .plone-navbar-nav li a {
    font-size: 24px;
  }
  #portal-globalnav-wrapper .plone-navbar-nav li .submenu a {
    font-size: 20px;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 2em;
    padding-right: 1em;
  }
  #portaltab-arbeitgeber .submenu {
    left: unset;
  }
  #portaltab-kontakt .submenu {
    left: unset;
  }
}
.outer-wrapper {
  position: relative;
}
.plone-toolbar-left-expanded .backgroundSliderWrapper {
  padding-left: 120px;
}
.plone-toolbar-left-expanded .rslides {
  padding-left: 120px;
}
.hiddenTitle {
  opacity: 0!important;
}
.backgroundSliderWrapper {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
      touch-action: none;
}
.backgroundSlider {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  -ms-touch-action: none;
      touch-action: none;
}
.slide {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
      touch-action: none;
}
.slide h2 {
  opacity: 1;
  position: absolute;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  top: 6em;
  color: #2694a3;
  font-size: 2.5em;
  text-shadow: 5px 5px 15px rgba(255, 255, 255, 0.2), -5px -5px 15px rgba(255, 255, 255, 0.2), 0px 0px 15px #fff, 0px 0px 15px #fff;
  text-align: center;
}
.slide h2 .line {
  display: block;
}
.slide h2 .line.one {
  margin-left: 0em;
}
.slide h2 .line.two {
  margin-left: 1em;
}
.slide h2 .line.three {
  margin-left: 2em;
}
.slide.industry .line.one {
  margin-left: -1em;
}
.slide.industry .line.two {
  margin-left: 4em;
}
.slide.industry .line.three {
  margin-left: -1em;
}
.slide.office .line.one {
  margin-left: -4em;
}
.slide.office .line.two {
  margin-left: 3em;
}
.slide.office .line.three {
  margin-left: -4em;
}
.slide.construction {
  background-image: url(++plone++excellent.site/slider_construction.jpg);
}
.slide.industry {
  background-image: url(++plone++excellent.site/slider_industry.jpg);
}
.slide.office {
  background-image: url(++plone++excellent.site/slider_office.jpg);
}
@media (max-width: 992px) {
  .slide h2 {
    font-size: 1.5em;
    top: 10em;
    max-width: 14em;
  }
  .slide h2 .line {
    display: inline;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .slide.construction {
    background-image: url(++plone++excellent.site/slider_construction_mobile.jpg);
  }
  .slide.industry {
    background-image: url(++plone++excellent.site/slider_industry_mobile.jpg);
  }
  .slide.office {
    background-image: url(++plone++excellent.site/slider_office_mobile.jpg);
  }
}
@media (max-width: 992px) {
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.mce-content-body .collapse {
  display: block!important;
}
.panel-group h4.panel-title a {
  font-size: 16px;
  color: #606060;
  border-bottom: 0!important;
  text-decoration: none;
}
.panel-group h4.panel-title a:hover {
  color: #2694a3;
}
.panel-group h4.panel-title a:hover path {
  fill: #2694a3;
}
.panel-group h4.panel-title a path {
  fill: #606060;
}
.panel-group h4.panel-title a svg {
  margin-bottom: -2px;
}
.panel-group h4.panel-title a .closer {
  display: inline-block;
}
.panel-group h4.panel-title a .opener {
  display: none;
}
.panel-group h4.panel-title a.collapsed .opener {
  display: inline-block;
}
.panel-group h4.panel-title a.collapsed .closer {
  display: none;
}
.panel-group .panel-collapse {
  padding-left: 1.25em;
}
.panel-group .panel-collapse ul {
  padding-left: 1.25em;
}
.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;
  border: none;
}
.plone-modal .plone-modal-dialog .plone-modal-header h3 {
  font-size: 20px;
  margin: 0;
}
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close {
  margin-top: -12px;
  float: right;
  font-size: 40px;
  font-weight: 100;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .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: .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: none!important;
  background: #fff!important;
  box-shadow: none!important;
  border-top: 1px solid #b1b1b1;
  background: #fcfcfd;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
  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: #fff;
  border: 0;
  border-radius: 4px;
  outline: none;
  background-clip: padding-box;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  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: 990px;
  }
}
@media (min-width: 1200px) {
  .plone-modal .plone-modal-content {
    width: 1170px;
  }
}
@media (min-width: 1200px) {
  .plone-modal .plone-modal-content {
    width: 1170px;
  }
}
.plone-modal.fade {
  opacity: 0;
  transition: opacity .25s ease;
}
.plone-modal.fade.in {
  opacity: 1;
  transition: opacity .25s ease;
}
.plone-modal.fade .plone-modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.25s ease-out;
}
.plone-modal.fade.in .plone-modal-dialog {
  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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width .6s ease;
  animation: progress-bar-stripes 2s linear infinite;
  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) {
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.portaltype-easyform.template-view .field input[type="text"],
.portaltype-easyform.template-view .field input[type="textarea"] {
  max-width: 60%;
}
.portaltype-easyform.template-view .field.error div.error::before {
  background-color: transparent;
  content: "";
  position: absolute;
}
.portaltype-easyform.template-view .field.error div.error {
  padding-left: 0;
}
.portaltype-easyform.template-view .formControls {
  border-top: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  clear: both;
}
.portaltype-easyform.template-view #formfield-form-widgets-einverstanden input[type="checkbox"],
.portaltype-easyform.template-view #formfield-form-widgets-einverstanden_kontakt input[type="checkbox"] {
  position: absolute;
}
.portaltype-easyform.template-view #formfield-form-widgets-einverstanden label,
.portaltype-easyform.template-view #formfield-form-widgets-einverstanden_kontakt label {
  padding-left: 1.25em;
  max-width: 90%;
}
.portaltype-easyform.template-view #formfield-form-widgets-datenschutzerklarung,
.portaltype-easyform.template-view #formfield-form-widgets-kontakt {
  margin-bottom: 0;
}
.portaltype-easyform.template-view #formfield-form-widgets-datenschutzerklarung label,
.portaltype-easyform.template-view #formfield-form-widgets-kontakt label {
  margin-bottom: 0;
}
.portaltype-easyform.template-view #formfield-form-widgets-datenschutzerklarung label p,
.portaltype-easyform.template-view #formfield-form-widgets-kontakt label p {
  margin-bottom: 0;
}
.jobsContainer {
  padding: 0;
}
#portal-jobs {
  text-align: center;
  margin-bottom: 2em;
}
#portal-jobs #portal-jobs-results.hidden {
  display: none;
}
#portal-jobs #portal-jobs-results.invisble {
  visibility: hidden;
  position: absolute;
  top: -2000px;
}
#portal-jobs #portal-jobs-results {
  margin: 0 auto;
  text-align: left;
  background-color: rgba(254, 254, 254, 0.9);
  padding: 2em;
}
#portal-jobs a:hover {
  text-decoration: none;
}
#portal-jobs ul {
  list-style-type: none;
  -webkit-padding-start: 0;
}
#portal-jobs .unterteilungen {
  display: inline-block;
  margin: 0 auto 2em auto;
  padding: 1.0em 1.5em 1.5em 1.5em;
  background-color: rgba(254, 254, 254, 0.9);
}
#portal-jobs .unterteilungen h2 {
  margin-top: 0;
  margin-bottom: .75em;
  color: #868686;
  font-size: 21px;
}
#portal-jobs .unterteilungen ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}
#portal-jobs .unterteilungen li {
  width: 33.333%;
  display: table-cell;
  text-align: center;
}
#portal-jobs .unterteilungen a {
  display: block;
  padding: 1em 1.75em .5em 1.75em;
  max-width: 9em;
}
#portal-jobs .unterteilungen a svg {
  display: inline-block;
  width: auto;
  height: 4.5em;
}
#portal-jobs .unterteilungen a svg * {
  stroke: #2694a3;
}
#portal-jobs .unterteilungen a:hover,
#portal-jobs .unterteilungen a.selected,
#portal-jobs .unterteilungen a.is-checked {
  background-color: #2694a3;
  color: #fff;
}
#portal-jobs .unterteilungen a:hover svg *,
#portal-jobs .unterteilungen a.selected svg *,
#portal-jobs .unterteilungen a.is-checked svg * {
  stroke: #fff;
}
#portal-jobs .unterteilungen a strong {
  font-size: 110%;
}
#portal-jobs .filterIndustrie svg {
  margin-left: -0.25em !important;
  margin-right: 0.25em!important;
}
#portal-jobs .typefilters {
  text-align: center;
  margin-top: -0.5em;
  margin-bottom: 1em;
  /* ---- button-group ---- */
}
#portal-jobs .typefilters label {
  margin-right: 1em;
}
#portal-jobs .typefilters label:last-child {
  margin-right: 0;
}
#portal-jobs .typefilters .button-group {
  display: inline-block;
}
#portal-jobs .typefilters .button {
  display: inline-block;
  padding: 0.1em 0.5em;
  margin: 0;
  border: 0;
  border: 1.5px solid #2694a3;
  border-radius: 7px;
  background: white;
  color: #2694a3;
  cursor: pointer;
  text-shadow: unset;
  font-weight: bold;
}
#portal-jobs .typefilters .button:hover {
  background-color: #2694a3;
  box-shadow: unset;
  color: white;
}
#portal-jobs .typefilters .button:active,
#portal-jobs .typefilters .button.is-checked {
  background-color: #2694a3;
}
#portal-jobs .typefilters .button.is-checked {
  color: white;
}
#portal-jobs .typefilters .button-group:after {
  content: '';
  display: block;
  clear: both;
}
#portal-jobs .typefilters .button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
}
#portal-jobs .typefilters .button-group .button:first-child {
  border-radius: 0.5em 0 0 0.5em;
  border-right: 0;
}
#portal-jobs .typefilters .button-group .button:last-child {
  border-radius: 0 0.5em 0.5em 0;
  border-left: 0;
}
#portal-jobs .filters,
#portal-jobs .sorting {
  font-size: .75em;
}
#portal-jobs .sorting a {
  padding: .2em .5em;
}
#portal-jobs .sorting a.selected {
  background-color: rgba(38, 148, 163, 0.5);
  color: #fff;
}
#portal-jobs.someJobs #portal-jobs-results {
  padding: 0;
  background: transparent;
  max-width: 61em;
  margin: 0 auto;
  text-align: center;
}
#portal-jobs.someJobs .resultsWrapper {
  /*      li.job {
        display: inline-block;
        // float: left;
        text-align: left;
        vertical-align: top;
        background: transparent;
        width: unset;
        height: 12em;
        width: 14em;
        margin-right: 0.5em;
        margin-left: 0.5em;
        margin-bottom: 1em;
        background: fade(@excellent-white,80%);
        &:hover {
          background: fade(@excellent-green,80%);
          .now {
            display: block;
          }

        }
        a {
          display: inline-block;
          padding: 1em;
          min-width: 100%;
          .now {
            display: none;
            color: @excellent-white;
            position: absolute;
            bottom: 1em;
            right: 1em;

          }
          .col {
            display: block;
            width: unset;
            padding: 0;
            min-width: 100%;
            &.titel {
              font-size: 120%;
              line-height: 1.1;
              margin-bottom: 0.5em;
            }
            &.hidden {
              display: none;
            }
          }
        }
      }*/
}
#portal-jobs.someJobs .resultsWrapper ul {
  text-align: center;
}
#portal-jobs label {
  font-weight: normal;
}
@media (max-width: 992px) {
  #portal-jobs .unterteilungen {
    padding: 1em 1.0em 1.0em 1.0em;
  }
  #portal-jobs .unterteilungen ul {
    width: auto;
  }
  #portal-jobs .unterteilungen ul li {
    width: auto;
  }
  #portal-jobs .unterteilungen ul li a {
    padding: 0.75em 0.75em .5em 0.75em;
    display: table;
    vertical-align: center;
    text-align: center;
    width: 6em;
  }
  #portal-jobs .unterteilungen ul li a svg {
    display: inline-block;
    width: auto;
    height: 3em;
  }
  #portal-jobs.someJobs {
    padding: 0;
  }
  #portal-jobs.someJobs #portal-jobs-results {
    max-width: 22em;
  }
  #portal-jobs.someJobs #portal-jobs-results .resultsWrapper li.job {
    height: 8em;
    width: 10em;
  }
  #portal-jobs.someJobs #portal-jobs-results .resultsWrapper li.job a {
    display: inline-block;
    padding: 1em;
  }
  #portal-jobs.someJobs #portal-jobs-results .resultsWrapper li.job a .col {
    display: block;
    width: unset;
    padding: 0;
  }
  #portal-jobs.someJobs #portal-jobs-results .resultsWrapper li.job a .col.titel {
    font-size: 120%;
    line-height: 1.1;
    margin-bottom: 0.5em;
  }
  #portal-jobs.someJobs #portal-jobs-results .resultsWrapper li.job a .col.hidden,
  #portal-jobs.someJobs #portal-jobs-results .resultsWrapper li.job a .col.region {
    display: none;
  }
  .col.anstellungsart {
    display: none!important;
  }
}
@media (min-width: 692px) and (max-width: 1002px) {
  #portal-jobs.someJobs #portal-jobs-results {
    max-width: 44em!important;
  }
}
@media (min-width: 693px) and (max-width: 1024px) {
  #portal-jobs.someJobs #portal-jobs-results {
    max-width: 45em!important;
  }
}
.template-job_offer #content {
  padding-top: 2.5em;
}
.template-job_offer h2 {
  font-size: 1.2em;
}
.template-job_offer h3 {
  font-size: 1.1em;
}
.template-job_offer h4 {
  font-size: 1.0em;
  margin-bottom: 0;
}
.template-job_offer .contact {
  margin-top: 2em;
}
.template-job_offer .address {
  margin-bottom: 0.5em;
}
.template-job_offer .button-bottom {
  display: block;
  margin: 2em auto 1em auto;
  text-align: center;
}
.template-job_offer .button-bottom a {
  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: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #2694a3;
  border-color: #1c6e7a;
}
.template-job_offer .button-bottom a:focus,
.template-job_offer .button-bottom a:active:focus,
.template-job_offer .button-bottom a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.template-job_offer .button-bottom a:hover,
.template-job_offer .button-bottom a:focus {
  color: #4d4d4d;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.template-job_offer .button-bottom a:active,
.template-job_offer .button-bottom a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.template-job_offer .button-bottom a.disabled,
.template-job_offer .button-bottom a[disabled],
fieldset[disabled] .template-job_offer .button-bottom a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  box-shadow: none;
}
.template-job_offer .button-bottom a:hover,
.template-job_offer .button-bottom a:focus,
.template-job_offer .button-bottom a:active,
.template-job_offer .button-bottom a.active,
.open > .dropdown-toggle.template-job_offer .button-bottom a {
  color: #fff;
  background-color: #1c6e7a;
  border-color: #114148;
}
.template-job_offer .button-bottom a:active,
.template-job_offer .button-bottom a.active,
.open > .dropdown-toggle.template-job_offer .button-bottom a {
  background-image: none;
}
.template-job_offer .button-bottom a.disabled,
.template-job_offer .button-bottom a[disabled],
fieldset[disabled] .template-job_offer .button-bottom a,
.template-job_offer .button-bottom a.disabled:hover,
.template-job_offer .button-bottom a[disabled]:hover,
fieldset[disabled] .template-job_offer .button-bottom a:hover,
.template-job_offer .button-bottom a.disabled:focus,
.template-job_offer .button-bottom a[disabled]:focus,
fieldset[disabled] .template-job_offer .button-bottom a:focus,
.template-job_offer .button-bottom a.disabled:active,
.template-job_offer .button-bottom a[disabled]:active,
fieldset[disabled] .template-job_offer .button-bottom a:active,
.template-job_offer .button-bottom a.disabled.active,
.template-job_offer .button-bottom a[disabled].active,
fieldset[disabled] .template-job_offer .button-bottom a.active {
  background-color: #2694a3;
  border-color: #1c6e7a;
}
.template-job_offer .button-bottom a .badge {
  color: #2694a3;
  background-color: #fff;
}
.plone-modal-content {
  max-width: 50em!important;
}
.plone-modal-content .content,
.template-job .content,
.template-job_offer .content {
  margin-left: 2em;
  margin-right: 1em;
}
.plone-modal-content .content img.logo,
.template-job .content img.logo,
.template-job_offer .content img.logo {
  display: block;
  margin: 0 auto 1.5em auto;
}
.plone-modal-content .content .button-top,
.template-job .content .button-top,
.template-job_offer .content .button-top {
  display: none;
}
.plone-modal-content .content h2,
.template-job .content h2,
.template-job_offer .content h2 {
  font-size: 1.2em;
}
.plone-modal-content .content h3,
.template-job .content h3,
.template-job_offer .content h3 {
  font-size: 1.1em;
}
.plone-modal-content .content h4,
.template-job .content h4,
.template-job_offer .content h4 {
  font-size: 1.0em;
}
.plone-modal-content .content .contact,
.template-job .content .contact,
.template-job_offer .content .contact {
  margin-top: 2em;
}
.plone-modal-content .content .button-bottom,
.template-job .content .button-bottom,
.template-job_offer .content .button-bottom {
  display: block;
  margin: 2em auto 1em auto;
  text-align: center;
}
.plone-modal-content .content .button-bottom a,
.template-job .content .button-bottom a,
.template-job_offer .content .button-bottom a {
  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: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #2694a3;
  border-color: #1c6e7a;
}
.plone-modal-content .content .button-bottom a:focus,
.template-job .content .button-bottom a:focus,
.template-job_offer .content .button-bottom a:focus,
.plone-modal-content .content .button-bottom a:active:focus,
.template-job .content .button-bottom a:active:focus,
.template-job_offer .content .button-bottom a:active:focus,
.plone-modal-content .content .button-bottom a.active:focus,
.template-job .content .button-bottom a.active:focus,
.template-job_offer .content .button-bottom a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.plone-modal-content .content .button-bottom a:hover,
.template-job .content .button-bottom a:hover,
.template-job_offer .content .button-bottom a:hover,
.plone-modal-content .content .button-bottom a:focus,
.template-job .content .button-bottom a:focus,
.template-job_offer .content .button-bottom a:focus {
  color: #4d4d4d;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.plone-modal-content .content .button-bottom a:active,
.template-job .content .button-bottom a:active,
.template-job_offer .content .button-bottom a:active,
.plone-modal-content .content .button-bottom a.active,
.template-job .content .button-bottom a.active,
.template-job_offer .content .button-bottom a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.plone-modal-content .content .button-bottom a.disabled,
.template-job .content .button-bottom a.disabled,
.template-job_offer .content .button-bottom a.disabled,
.plone-modal-content .content .button-bottom a[disabled],
.template-job .content .button-bottom a[disabled],
.template-job_offer .content .button-bottom a[disabled],
fieldset[disabled] .plone-modal-content .content .button-bottom a,
fieldset[disabled] .template-job .content .button-bottom a,
fieldset[disabled] .template-job_offer .content .button-bottom a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  box-shadow: none;
}
.plone-modal-content .content .button-bottom a:hover,
.template-job .content .button-bottom a:hover,
.template-job_offer .content .button-bottom a:hover,
.plone-modal-content .content .button-bottom a:focus,
.template-job .content .button-bottom a:focus,
.template-job_offer .content .button-bottom a:focus,
.plone-modal-content .content .button-bottom a:active,
.template-job .content .button-bottom a:active,
.template-job_offer .content .button-bottom a:active,
.plone-modal-content .content .button-bottom a.active,
.template-job .content .button-bottom a.active,
.template-job_offer .content .button-bottom a.active,
.open > .dropdown-toggle.plone-modal-content .content .button-bottom a,
.open > .dropdown-toggle.template-job .content .button-bottom a,
.open > .dropdown-toggle.template-job_offer .content .button-bottom a {
  color: #fff;
  background-color: #1c6e7a;
  border-color: #114148;
}
.plone-modal-content .content .button-bottom a:active,
.template-job .content .button-bottom a:active,
.template-job_offer .content .button-bottom a:active,
.plone-modal-content .content .button-bottom a.active,
.template-job .content .button-bottom a.active,
.template-job_offer .content .button-bottom a.active,
.open > .dropdown-toggle.plone-modal-content .content .button-bottom a,
.open > .dropdown-toggle.template-job .content .button-bottom a,
.open > .dropdown-toggle.template-job_offer .content .button-bottom a {
  background-image: none;
}
.plone-modal-content .content .button-bottom a.disabled,
.template-job .content .button-bottom a.disabled,
.template-job_offer .content .button-bottom a.disabled,
.plone-modal-content .content .button-bottom a[disabled],
.template-job .content .button-bottom a[disabled],
.template-job_offer .content .button-bottom a[disabled],
fieldset[disabled] .plone-modal-content .content .button-bottom a,
fieldset[disabled] .template-job .content .button-bottom a,
fieldset[disabled] .template-job_offer .content .button-bottom a,
.plone-modal-content .content .button-bottom a.disabled:hover,
.template-job .content .button-bottom a.disabled:hover,
.template-job_offer .content .button-bottom a.disabled:hover,
.plone-modal-content .content .button-bottom a[disabled]:hover,
.template-job .content .button-bottom a[disabled]:hover,
.template-job_offer .content .button-bottom a[disabled]:hover,
fieldset[disabled] .plone-modal-content .content .button-bottom a:hover,
fieldset[disabled] .template-job .content .button-bottom a:hover,
fieldset[disabled] .template-job_offer .content .button-bottom a:hover,
.plone-modal-content .content .button-bottom a.disabled:focus,
.template-job .content .button-bottom a.disabled:focus,
.template-job_offer .content .button-bottom a.disabled:focus,
.plone-modal-content .content .button-bottom a[disabled]:focus,
.template-job .content .button-bottom a[disabled]:focus,
.template-job_offer .content .button-bottom a[disabled]:focus,
fieldset[disabled] .plone-modal-content .content .button-bottom a:focus,
fieldset[disabled] .template-job .content .button-bottom a:focus,
fieldset[disabled] .template-job_offer .content .button-bottom a:focus,
.plone-modal-content .content .button-bottom a.disabled:active,
.template-job .content .button-bottom a.disabled:active,
.template-job_offer .content .button-bottom a.disabled:active,
.plone-modal-content .content .button-bottom a[disabled]:active,
.template-job .content .button-bottom a[disabled]:active,
.template-job_offer .content .button-bottom a[disabled]:active,
fieldset[disabled] .plone-modal-content .content .button-bottom a:active,
fieldset[disabled] .template-job .content .button-bottom a:active,
fieldset[disabled] .template-job_offer .content .button-bottom a:active,
.plone-modal-content .content .button-bottom a.disabled.active,
.template-job .content .button-bottom a.disabled.active,
.template-job_offer .content .button-bottom a.disabled.active,
.plone-modal-content .content .button-bottom a[disabled].active,
.template-job .content .button-bottom a[disabled].active,
.template-job_offer .content .button-bottom a[disabled].active,
fieldset[disabled] .plone-modal-content .content .button-bottom a.active,
fieldset[disabled] .template-job .content .button-bottom a.active,
fieldset[disabled] .template-job_offer .content .button-bottom a.active {
  background-color: #2694a3;
  border-color: #1c6e7a;
}
.plone-modal-content .content .button-bottom a .badge,
.template-job .content .button-bottom a .badge,
.template-job_offer .content .button-bottom a .badge {
  color: #2694a3;
  background-color: #fff;
}
.jobScrollTo {
  display: block;
  height: 1em;
  margin-top: -1em;
}
.template-job .content {
  margin: 0;
}
.template-job .content img.logo {
  display: none;
}
.template-job .content .button-top {
  display: none;
}
#content-header-portlets {
  text-align: center;
}
#content-header-portlets .portletWrapper {
  display: inline-block;
  margin-bottom: 1em;
}
#content-header-portlets .portlet {
  display: inline-block;
  background-color: rgba(254, 254, 254, 0.9);
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
#content-header-portlets .portlet .portletHeader {
  background: transparent;
  color: #868686;
  font-size: 21px;
  border: 0;
  padding: 1em 1em 0 1em;
}
#content-header-portlets .portlet .portletContent {
  background: transparent;
  border: 0;
  padding: 10px 16px;
}
#content-header-portlets .portlet.collectionFilter,
#content-header-portlets .portlet.portletStaticText {
  box-sizing: border-box;
}
#content-header-portlets .portlet.collectionFilter ul,
#content-header-portlets .portlet.portletStaticText ul {
  display: inline-block;
  padding: 0;
}
#content-header-portlets .portlet.collectionFilter ul li,
#content-header-portlets .portlet.portletStaticText ul li {
  display: inline-block;
  margin-left: -2.5px;
  margin-right: -2.5px;
}
#content-header-portlets .portlet.collectionFilter ul li.filterItem,
#content-header-portlets .portlet.portletStaticText ul li.filterItem {
  background-color: transparent;
  height: 7.5em;
  width: 7.5em;
}
#content-header-portlets .portlet.collectionFilter ul li.filterItem:hover,
#content-header-portlets .portlet.portletStaticText ul li.filterItem:hover {
  background-color: #2694a3;
}
#content-header-portlets .portlet.collectionFilter ul li.filterItem a,
#content-header-portlets .portlet.portletStaticText ul li.filterItem a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
}
#content-header-portlets .portlet.collectionFilter ul li.filterItem a:before,
#content-header-portlets .portlet.portletStaticText ul li.filterItem a:before {
  display: none;
}
#content-header-portlets .portlet.collectionFilter ul li.filterItem a > span,
#content-header-portlets .portlet.portletStaticText ul li.filterItem a > span {
  display: none;
}
#content-header-portlets .portlet.collectionFilter ul li.filterItem.filter-all,
#content-header-portlets .portlet.portletStaticText ul li.filterItem.filter-all {
  display: none;
}
#content-header-portlets .portlet.collectionFilter ul li.filterItem.filter-bau,
#content-header-portlets .portlet.portletStaticText ul li.filterItem.filter-bau {
  background: transparent url(++plone++excellent.site/bau.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#content-header-portlets .portlet.collectionFilter ul li.filterItem.filter-bau:hover,
#content-header-portlets .portlet.portletStaticText ul li.filterItem.filter-bau:hover,
#content-header-portlets .portlet.collectionFilter ul li.filterItem.filter-bau.selected,
#content-header-portlets .portlet.portletStaticText ul li.filterItem.filter-bau.selected {
  background: #2694a3 url(++plone++excellent.site/bau-neg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#content-header-portlets .portlet.collectionFilter ul li.filterItem.filter-buero,
#content-header-portlets .portlet.portletStaticText ul li.filterItem.filter-buero {
  background: transparent url(++plone++excellent.site/buero.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#content-header-portlets .portlet.collectionFilter ul li.filterItem.filter-buero:hover,
#content-header-portlets .portlet.portletStaticText ul li.filterItem.filter-buero:hover,
#content-header-portlets .portlet.collectionFilter ul li.filterItem.filter-buero.selected,
#content-header-portlets .portlet.portletStaticText ul li.filterItem.filter-buero.selected {
  background: #2694a3 url(++plone++excellent.site/buero-neg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#content-header-portlets .portlet.collectionFilter ul li.filterItem.filter-industrie,
#content-header-portlets .portlet.portletStaticText ul li.filterItem.filter-industrie {
  background: transparent url(++plone++excellent.site/industrie.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#content-header-portlets .portlet.collectionFilter ul li.filterItem.filter-industrie:hover,
#content-header-portlets .portlet.portletStaticText ul li.filterItem.filter-industrie:hover,
#content-header-portlets .portlet.collectionFilter ul li.filterItem.filter-industrie.selected,
#content-header-portlets .portlet.portletStaticText ul li.filterItem.filter-industrie.selected {
  background: #2694a3 url(++plone++excellent.site/industrie-neg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#content-body-portlets {
  text-align: center;
}
#content-body-portlets aside {
  background: transparent;
  display: inline-block;
  box-shadow: none;
  border: 0;
}
#content-body-portlets aside header {
  display: none;
}
#content-body-portlets aside .portletHeader {
  background: transparent;
  color: #868686;
  border: 0;
}
#content-body-portlets aside .portletContent {
  border: 0;
  background: transparent;
}
#content-body-portlets aside .portletContent ul li {
  border: 0;
  display: inline-block;
}
#content-body-portlets aside .portletContent ul li a {
  padding: 0.5em;
}
#content-body-portlets .filterAnstellungsart .portletContent {
  padding: 0;
}
#content-body-portlets .filterAnstellungsart .portletContent ul {
  display: inline-block;
  border: 1px solid #2694a3;
  border-radius: 0.5em;
}
#content-body-portlets .filterAnstellungsart .portletContent ul li {
  /*border-radius: 0.5em;*/
  /*border: 1px solid @excellent-green;*/
  padding: 0;
  margin-left: -2px;
  margin-right: -2px;
  display: inline-block;
}
#content-body-portlets .filterAnstellungsart .portletContent ul li.selected a {
  font-weight: normal;
  background: #2694a3;
  color: #fff;
}
#content-body-portlets .filterAnstellungsart .portletContent ul li a {
  line-height: 1;
  padding: 0.3em 0.5em 0.35em 0.5em;
  border-left: 0px solid white;
  border-right: 0px solid white;
  display: inline-block;
}
#content-body-portlets .filterAnstellungsart .portletContent ul li a:before {
  display: none;
}
#content-body-portlets .filterAnstellungsart .portletContent ul li a:hover {
  background: #2694a3;
  color: #fff;
  text-decoration: none;
}
#content-body-portlets .filterAnstellungsart .portletContent ul li a > span {
  padding: 0;
}
#content-body-portlets .filterAnstellungsart .portletContent ul li:first-of-type a {
  margin-right: -1px;
  padding-left: 1em;
}
#content-body-portlets .filterAnstellungsart .portletContent ul li:first-of-type a:hover,
#content-body-portlets .filterAnstellungsart .portletContent ul li.selected:first-of-type a {
  border-radius: 0.5em 0 0 0.5em;
  border-right: 0px solid #2694a3;
}
#content-body-portlets .filterAnstellungsart .portletContent ul li:last-of-type a {
  margin-left: -1px;
  padding-right: 1em;
}
#content-body-portlets .filterAnstellungsart .portletContent ul li:last-of-type a:hover,
#content-body-portlets .filterAnstellungsart .portletContent ul li.selected:last-of-type a {
  border-radius: 0 0.5em 0.5em 0;
  border-left: 0px solid #2694a3;
}
.section-home #content-header-portlets {
  margin-top: 16em;
}
@media (max-width: 992px) {
  .section-home #content-header-portlets {
    margin-top: 14em;
  }
}
.section-home.template-jobs_box_listing #content-core .entries {
  display: none;
}
.section-home #listing-text-below {
  max-width: 52em;
  padding: 1em 2em;
  background: rgba(254, 254, 254, 0.9);
  margin: 3em auto 0 auto;
}
@media (max-width: 768px) {
  #content-header-portlets .portlet.collectionFilter {
    box-sizing: border-box;
  }
  #content-header-portlets .portlet.collectionFilter ul {
    display: inline-block;
  }
  #content-header-portlets .portlet.collectionFilter ul li {
    display: inline-block;
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  #content-header-portlets .portlet.collectionFilter ul li.filterItem {
    background-color: transparent;
    height: 5.5em;
    width: 5.5em;
  }
}
.template-jobs_tabular_listing #main-container {
  margin-left: -15px;
  margin-right: -15px;
}
.template-jobs_tabular_listing #content {
  padding: 1.5em 1em 0em 1em;
}
.template-jobs_tabular_listing #content-core a {
  border-bottom: 0;
  text-decoration: none;
}
.template-jobs_tabular_listing #listing-text-above {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 2em auto;
}
.template-jobs_tabular_listing #listing-text-below {
  columns: 2;
  column-gap: 2em;
  padding-right: 2em;
  margin-top: 2em;
}
.resultsWrapper ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 0 1em 0;
}
.resultsWrapper ul li a {
  display: table-row;
  text-decoration: none;
  border-bottom: 0;
}
.resultsWrapper ul li a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.resultsWrapper .resultsList {
  padding: 0em;
}
.resultsWrapper .col {
  display: table-cell;
  padding: 0.5em;
}
.resultsWrapper .col.titel,
.resultsWrapper .col.Title,
.resultsWrapper .col.jobBeruf {
  font-weight: 700;
  width: 37%;
}
.resultsWrapper .col.jobRegion {
  width: 30%;
}
.resultsWrapper .col.jobEintritt {
  width: 20%;
}
.resultsWrapper .col.jobAnstellungsart {
  width: 18%;
}
.resultsWrapper .col.hidden,
.resultsWrapper .col.rubrik,
.resultsWrapper .col.beruf,
.resultsWrapper .col.position,
.resultsWrapper .col.unterteilung,
.resultsWrapper .col.text,
.resultsWrapper .col.artderarbeit,
.resultsWrapper .col.direkt_url,
.resultsWrapper .col.bewerben_url,
.resultsWrapper .col.branche,
.resultsWrapper .col.kategorie,
.resultsWrapper .col.anstellungsgrad,
.resultsWrapper .col.anstellungsgrad_bis,
.resultsWrapper .col.sprache,
.resultsWrapper .col.sprachekenntnis_kandidat,
.resultsWrapper .col.bildungsniveau,
.resultsWrapper .col.alter_von,
.resultsWrapper .col.alter_bis,
.resultsWrapper .col.berufserfahrung,
.resultsWrapper .col.berufserfahrung_position,
.resultsWrapper .col.angebot {
  display: none;
}
.resultsWrapper li.job {
  display: table;
  width: 100%;
  background-color: rgba(38, 148, 163, 0.2);
  margin-bottom: 0.5em;
}
.resultsWrapper li.job:hover {
  background: rgba(38, 148, 163, 0.8);
  color: #fff;
}
.resultsWrapper li.job:hover .col {
  color: #fff;
}
.resultsWrapper li.job .col {
  color: #606060;
}
.resultsWrapper .spacer::before,
.resultsWrapper .spacer::after {
  content: " ";
  display: table;
}
.resultsWrapper .spacer::after {
  clear: both;
}
.template-jobs_box_listing #main-container {
  background: transparent;
  margin-left: -25px;
  margin-right: -25px;
}
.template-jobs_box_listing #content-core a {
  border-bottom: 0;
  text-decoration: none;
}
.template-jobs_box_listing .entries {
  text-align: center;
}
.template-jobs_box_listing .tileItem {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  background: transparent;
  width: unset;
  height: 12em;
  width: 14em;
  margin-right: 0.5em;
  margin-left: 0.5em;
  margin-bottom: 1em;
  background: rgba(255, 255, 255, 0.8);
}
.template-jobs_box_listing .tileItem:hover {
  background: rgba(38, 148, 163, 0.8);
}
.template-jobs_box_listing .tileItem:hover .now {
  display: block;
}
.template-jobs_box_listing .tileItem:hover h2 {
  color: #fff;
}
.template-jobs_box_listing .tileItem:hover .meta {
  color: #fff;
}
.template-jobs_box_listing .tileItem a {
  position: relative;
  display: block;
  padding: 1em;
  min-width: 100%;
  width: 100%;
  height: 100%;
}
.template-jobs_box_listing .tileItem a .now {
  display: none;
  color: #fff;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.template-jobs_box_listing .tileItem a h2 {
  font-size: 120%;
  line-height: 1.1;
  margin-top: 0em;
  margin-bottom: 0.5em;
}
.template-jobs_box_listing .tileItem a .meta {
  color: #606060;
}
@media (max-width: 768px) {
  .col {
    display: block;
    width: unset;
    padding: 0;
  }
  .col.jobBeruf {
    width: 100% !important;
    display: block;
    padding: 0.5em 0.5em 0em 0.5em;
  }
  .col.jobRegion {
    width: 100% !important;
    display: block;
    padding: 0em 0.5em 0.5em 0.5em;
  }
  .col.jobEintritt,
  .col.jobAnstellungsart {
    display: none;
  }
  form select {
    max-width: 100%;
  }
}
#form-jobapplication_form input[type="file"] {
  font-size: 0.75em;
}
#form-jobapplication_form input[type="checkbox"] {
  margin: 6px 0 0;
}
#form-jobapplication_form #field-jobapplication_form-accept {
  position: relative;
}
#form-jobapplication_form #field-jobapplication_form-accept #input-jobapplication_form-accept {
  position: absolute;
}
#form-jobapplication_form #field-jobapplication_form-accept label.formQuestion {
  text-indent: 1.25em;
}
#form-jobapplication_form #field-jobapplication_form-accept_contact {
  position: relative;
}
#form-jobapplication_form #field-jobapplication_form-accept_contact #input-jobapplication_form-accept_contact {
  position: absolute;
}
#form-jobapplication_form #field-jobapplication_form-accept_contact label.formQuestion {
  text-indent: 1.25em;
}
/* bottom sticky flex footer */
html,
body {
  background: transparent;
  height: 100%;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-weight: 400;
}
.outer-wrapper {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
/* END - bottom sticky flex footer */
/* body bg images */
.fullBackground {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  -ms-touch-action: none;
      touch-action: none;
}
.fullbackgroundImage {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
      touch-action: none;
}
body:not(.mce-content-body):not(.section-arbeitnehmer):not(.section-arbeitgeber) .fullbackgroundImage {
  background: url(++plone++excellent.site/bg_office.jpg) no-repeat center bottom;
  background-size: cover;
}
body:not(.mce-content-body).section-arbeitnehmer .fullbackgroundImage {
  background: url(++plone++excellent.site/bg_construction.jpg) no-repeat center bottom;
  background-size: cover;
}
body:not(.mce-content-body).section-arbeitgeber .fullbackgroundImage {
  background: url(++plone++excellent.site/bg_industry.jpg) no-repeat center bottom;
  background-size: cover;
}
@media (max-width: 992px) {
  body:not(.mce-content-body):not(.section-arbeitnehmer):not(.section-arbeitgeber) .fullbackgroundImage {
    background: url(++plone++excellent.site/bg_office_mobile.jpg) no-repeat center bottom;
    background-size: cover;
  }
  body:not(.mce-content-body).section-arbeitnehmer .fullbackgroundImage {
    background: url(++plone++excellent.site/bg_construction_mobile.jpg) no-repeat center bottom;
    background-size: cover;
  }
  body:not(.mce-content-body).section-arbeitgeber .fullbackgroundImage {
    background: url(++plone++excellent.site/bg_industry_mobile.jpg) no-repeat center bottom;
    background-size: cover;
  }
}
/* END - body bg images */
#main-container {
  background-color: rgba(254, 254, 254, 0.9);
  margin-bottom: 2em;
}
@media (min-width: 1200px) {
  #main-container {
    margin: 0 150px 2em 150px;
  }
}
@media (max-width: 992px) {
  #main-container {
    margin-left: 1em;
    margin-right: 1em;
  }
}
/* minor changes */
#portal-header {
  margin-top: 3em;
}
#portal-logo {
  position: relative;
  z-index: 2;
  float: left;
}
#portal-logo img,
#portal-logo svg {
  width: 311px;
}
#portal-logo img path,
#portal-logo svg path,
#portal-logo img polygon,
#portal-logo svg polygon,
#portal-logo img rect,
#portal-logo svg rect {
  filter: drop-shadow(0px 0px 3px #fff);
}
@media (max-width: 992px) {
  #portal-logo,
  #portal-logo {
    float: none;
  }
  #portal-logo img,
  #portal-logo img,
  #portal-logo svg,
  #portal-logo svg {
    float: none;
    width: 250px;
    margin-top: -1em;
  }
}
#portal-globalnav {
  padding-bottom: 1.5em;
}
#above-content-wrapper {
  margin-top: 4em;
}
#portal-footer-wrapper .portletWrapper:first-child,
#portal-footer-wrapper p {
  border: none;
  padding: 0;
  text-shadow: 0px  0px 1px #fff,
               0px  0px 3px #000;
}
#portal-footer-wrapper {
  color: #fff;
  padding: 0 0 1em 0 ;
}
#portal-footer {
  font-size: 14px;
}
#portal-footer-wrapper a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#portal-footer-wrapper a:hover {
  color: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
}
/* END - minor changes */
/* Content */
#content {
  padding: 1.5em 2em 0em 2em;
}
/*#content-core a {
	border: none;
	text-decoration: none;
}
*/
.documentFirstHeading {
  margin-top: 0.25em;
}
.teamMember {
  margin-top: 1em;
  margin-bottom: 3em;
}
.teamMember::before,
.teamMember::after {
  content: " ";
  display: table;
}
.teamMember::after {
  clear: both;
}
.teamMember h3 {
  margin-top: 0;
}
.image-highlight {
  float: right;
}
.image-highlight img {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 0.25em;
  max-width: 100%;
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .image-highlight {
    float: none;
  }
  blockquote {
    display: none;
  }
}
blockquote {
  font-style: italic;
  font-weight: bold;
  margin-left: 1.25em;
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
}
blockquote:before {
  content: "\201E";
  position: absolute;
  margin-right: 4px;
  font-size: 1.75em;
  margin-top: -0.5em;
  margin-left: -0.4em;
}
blockquote:after {
  content: "\201D";
  position: absolute;
  margin-right: 4px;
  font-size: 1.75em;
  margin-top: -0.25em;
  margin-left: 0em;
}
a.iconLink {
  border: 0!important;
  text-decoration: none!important;
}
.section-home .documentFirstHeading {
  display: none;
}
/* END - Content */
.template-document_view.subsection-meine-jobs-meine-jobs #main-container,
.template-document_view.section-home #main-container {
  display: none;
}
.template-document_view .documentDescription {
  display: none;
}