/**
 * Clay 3.89.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.89.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: lightgray;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm select.form-control {
  padding-right: 1.6rem;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed white;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #d7eed9;
  border-color: #b4deb7;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #999;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #999;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #ff9595 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #b90000;
  color: #b90000;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}
body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #999;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/uj-lift-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/uj-lift-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/uj-lift-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/uj-lift-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/uj-lift-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1d9aff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #8dccff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #666;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #999;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #444;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #999;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #444;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.3125rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.3125rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #444;
  font-weight: 600;
}
.user-info .date-info {
  color: #999;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #eee;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #eee;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #eee;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #eee;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #eee;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #eee;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #eee;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #eee;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #eee;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #eee;
  color: #5f9bc7;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23333'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23333'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23333'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}
.controls-hidden .portlet-topper .portlet-title-default {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* latin-ext */
@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url(//fonts.gstatic.com/s/librebaskerville/v5/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNXaxMICA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url(//fonts.gstatic.com/s/librebaskerville/v5/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxM.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgoKcg72j00.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgoKew72j00.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgoKcw72j00.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgoKfA72j00.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgoKcQ72j00.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgoKfw72.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url(https://fonts.gstatic.com/s/ubuntu/v11/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html:not(#__):not(#___) .cadmin .control-menu-nav-item-separator:not(:first-child)::before {
  left: 0;
}

/* ---------- Import Default CSS ---------- */
html {
  color: #666;
  font-family: unset;
  font-size: unset;
  height: 100%;
  line-height: normal;
}
html a:hover, html a:focus {
  color: unset;
  text-decoration: unset;
}
html a.dropdown-toggle {
  color: #6699cc;
  opacity: 0.7;
}
html .alert, html .alert-info, html .alert-error, html .alert-alert, html .alert-success {
  background: #eee none no-repeat scroll 6px 50%;
  border: 1px solid #555;
  color: #34404f;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
}
html .alert-info {
  background-color: #dff4ff;
  background-image: url("../images/messages/info.png");
  border-color: #a7cedf;
}
html .alert-info.pending {
  background-image: url("../images/common/time.png");
}
html .alert-error {
  background-color: #fdd;
  background-image: url("../images/messages/error.png");
  border-color: #f00;
}
html .alert-alert {
  background-color: #ffc;
  background-image: url("../images/messages/alert.png");
  background-position: 6px 20%;
  border-color: #fc0;
}
html .alert-success {
  background-color: #f4fdef;
  background-image: url("../images/messages/success.png");
  border-color: #acdfa7;
  color: #384f34;
}
html .alert-info-label, html .alert-error-label, html .alert-alert-label, html .alert-success-label {
  background: rgba(0, 0, 0, 0) none no-repeat scroll 0 50%;
  font-weight: bold;
  padding: 3px 3px 3px 20px;
}
html .alert-info-label {
  background-image: url("../images/messages/info.png");
  color: #34404f;
}
html .alert-error-label {
  background-image: url("../images/messages/error.png");
  color: #900;
}
html .alert-alert-label {
  background-image: url("../images/messages/alert.png");
  color: #663;
}
html .alert-success-label {
  background-image: url("../images/messages/success.png");
  color: #384f34;
}
html .dockbar {
  font-size: 1.4em;
}
html #footer {
  text-align: left;
}
html #footer address {
  margin-bottom: 0;
}
html label {
  color: unset;
  font-weight: unset;
}
html label, html input, html button, html select, html textarea {
  font-size: 1em;
  line-height: normal;
}
html li {
  line-height: normal;
}
html img {
  height: inherit;
  max-width: none;
}
html input, html textarea, html .uneditable-input {
  width: unset;
}
html input[type=text], html input[type=password], html input[type=file], html input[type=submit], html input[type=button], html input[type=reset], html select, html textarea, html .textarea, html button {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-image: url("../images/forms/input_shadow.png");
  background-repeat: no-repeat;
  border-color: #bfbfbf #dedede #dedede #bfbfbf;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #000;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px;
}
html input[type=submit], html input[type=button], html input[type=reset] {
  border-radius: 4px;
  font-weight: bold;
}
html h1 {
  font-size: 1.8em;
}
html h2 {
  font-size: 1.6em;
}
html h3 {
  font-size: 1.4em;
}
html h1, html h2, html h3 {
  margin: 1em 0;
}
html h4, html h5, html h6 {
  font-size: 1.1em;
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  line-height: normal;
}
html .portlet-journal-content .journal-content-article {
  word-wrap: normal;
}
html .journal-content-article ol, html .journal-content-article ul, html .journal-content-article dl {
  margin: 1em 1em 1em 2em;
  padding: 0;
}
html .portlet-borderless-container {
  padding: 0;
}
html .portlet-blogs .taglib-header .header-title {
  white-space: normal;
}
html .portlet-column {
  vertical-align: top;
}
html .portlet-content, html .portlet-minimized .portlet-content-container {
  border: none;
}
html .portlet-dynamic-data-mapping input {
  width: 100%;
}
html .portlet-topper .portlet-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding: 0;
}
html .portlet-topper .portlet-topper-toolbar {
  right: 0;
}
html select {
  height: 20px;
  padding: 2px 0;
  width: auto;
}
html .row {
  margin-left: unset;
}
html .signed-in.controls-visible .portlet-title {
  padding-right: 0px;
}
html textarea:focus, html input[type=text]:focus, html input[type=password]:focus, html input[type=datetime]:focus, html input[type=datetime-local]:focus, html input[type=date]:focus, html input[type=month]:focus, html input[type=time]:focus, html input[type=week]:focus, html input[type=number]:focus, html input[type=email]:focus, html input[type=url]:focus, html input[type=search]:focus, html input[type=tel]:focus, html input[type=color]:focus, html .uneditable-input:focus {
  background: #ffc none repeat scroll 0 0;
  border: 1px solid #fc0;
  box-shadow: unset;
}
html ul, html ol {
  margin: 0;
}

.field-group {
  float: unset;
  width: unset;
}

.form-search .input-append .advanced-search .search-query {
  font-size: 0.8rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .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, .col-sm, .col-sm-auto, .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, .col-md, .col-md-auto, .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, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}

.form-control {
  line-height: 2.4rem;
}

@keyframes serverinfo {
  0% {
    color: red;
    top: 200px;
    animation-play-state: paused;
  }
  25% {
    color: yellow;
    top: 300px;
    animation-play-state: paused;
  }
  50% {
    color: blue;
    top: 400px;
    animation-play-state: paused;
  }
  75% {
    color: green;
    top: 300px;
    animation-play-state: paused;
  }
  100% {
    color: red;
    top: 200px;
    animation-play-state: paused;
  }
}
/* ---------- Crafton Base styles ---------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1.5;
  background: #efefef;
}
html label {
  font-size: 14px;
}
html form {
  margin: 0 0 20px;
}
html select {
  height: 30px;
  padding: 4px 6px;
}

body {
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  background: #efefef;
  font-size: 100%;
  color: #444;
}

body .server-id {
  color: red;
  font-size: 70px;
  opacity: 0.4;
  position: fixed;
  text-align: center;
  top: 200px;
  transform: rotate(-25deg);
  width: 100%;
  z-index: 200;
}

body.red-portal-dev1 .server-id:after {
  content: "SERWER DEWELOPERSKI";
}

body.red-portal-dev2 .server-id:after {
  content: "SERWER TESTOWY";
}

html body ::-moz-selection, body ::-moz-selection {
  color: #fff;
  background: #005ca7;
}

html body ::selection, body ::selection {
  color: #fff;
  background: #005ca7;
}

.portlet-configuration-setup {
  padding: 2rem 2rem 4rem 2rem;
}

/* BEGIN Modyfikacja styli wyświetlania konfiguracji portletu */
html:not(#__):not(#___) body.controls-visible .cadmin.portlet-topper {
  background-color: #e7e7e7;
  outline: 2px #e7e7e7 solid;
  border-radius: 2px 2px 0 0;
  border-color: transparent;
  z-index: 15;
}

html:not(#__):not(#___) .controls-hidden .portlet > header.cadmin.portlet-topper {
  display: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper svg.lexicon-icon.lexicon-icon-ellipsis-v {
  color: black;
  opacity: 0.5;
}

.controls-hidden .portlet-journal-content .portlet .portlet-header {
  display: none;
}

.has-control-menu.controls-visible.signed-in.controls-visible section.portlet:hover {
  outline: 2px #e7e7e7 solid;
}

.portlet-content.portlet-content-editable .lexicon-icon-ellipsis-v {
  transform: rotate(90deg);
  fill: black;
  opacity: 0.5;
}

.portlet-journal-content .portlet .portlet-header .visible-interaction .dropdown-action > button {
  margin-right: 1.1rem;
}

.lfr-form-content .sheet-section .radio input[type=radio] {
  margin-left: 0;
}

/* END Modyfikacja styli wyświetlania konfiguracji portletu */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover, a:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 20px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text-size__small {
  font-size: 90%;
}

.text-size__large {
  font-size: 110%;
}

.journal-content-article nav ul, nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.8125rem;
  line-height: 1.0666666667;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: bold;
}

a {
  color: #005ca7;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover, a:active,
button:hover,
button:active {
  outline: 0;
}
a:focus-visible,
button:focus-visible {
  outline: 1px #000 solid;
}

blockquote {
  width: 40%;
  float: right;
  color: #005ca7;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7333333333;
  border-top: 2px #005ca7 solid;
  border-bottom: 2px #f4f4f4 solid;
  margin: 0 20px;
  padding: 30px 0;
  position: relative;
  background: url("../images/blockquote-top-bg.png") no-repeat;
  background-position: 30px 0;
}

blockquote p {
  margin: 0;
  padding-right: 20px;
  position: relative;
  background: url("../images/blockquote-bottom-bg.png") no-repeat;
  background-position: right bottom;
}

blockquote footer {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  color: #444444;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 15px;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
}

ul li:before {
  color: #005ca7;
  position: absolute;
  top: 5px;
  left: -15px;
  font-size: 8px;
  font-size: 0.5rem;
}

.main-wrapper {
  max-width: 1430px;
  margin: 0 auto;
  background: #fff;
  font-family: "Ubuntu", sans-serif;
}

.wrapperFull .main-wrapper {
  max-width: 100%;
}

._c {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

._cf {
  *zoom: 1;
}

@media (max-width: 960px) {
  .main-slider__item:before {
    content: "";
    display: table;
  }
}
._cf:before,
.main-slider__nav ul:before,
._cf:after {
  content: "";
  display: table;
}

._cf:after {
  clear: both;
}

.invisible-element {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.blast {
  opacity: 0;
}

.skip-main-content {
  width: 1px;
  height: 1px;
  padding: 10px;
  background: #fff;
  text-decoration: none;
  color: #005ca7;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -99999px;
}

.skip-main-content:focus, .skip-main-content:active {
  width: 200px;
  height: auto;
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 1320;
  outline: 2px #000 solid;
}

.gotop-button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #005ca7;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 200px;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 30px;
}

.gotop-button:hover,
.gotop-button:active,
.gotop-button:focus {
  color: #fff;
  border-color: #005ca7;
  background: #005ca7;
}

.gotop-button:before {
  content: "\e60e";
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  color: #aaaaaa;
  line-height: 44px;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.gotop-button:hover:before,
.gotop-button:active:before,
.gotop-button:focus:before {
  color: #fff;
}

.hide {
  display: none;
}

form#hrefFm {
  display: none;
}

._g {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

._g:after {
  content: " ";
  display: block;
  clear: both;
}

.content-container {
  margin: 30px auto;
}

.main-content:focus {
  outline: none;
}

.main-content--wide {
  padding-left: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.main-content--wide:focus {
  outline: none;
}

.info {
  font-size: 1rem;
  line-height: 1.41176;
  margin: 1rem 0;
}

.success {
  color: #00A8EC;
}

.wrong {
  color: #C6151C;
}

#cookiesMessage {
  display: none;
  padding: 5px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border-top: 1px solid #ddd;
  position: fixed;
  left: 0;
  bottom: 0px;
  background: #fff;
  width: 100%;
  z-index: 999;
}

a#closeCookiesWindow {
  clear: both;
  background-color: #00519d;
  padding: 5px 10px;
  color: #fff !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  margin: 10px;
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
img .icon {
  margin-right: 10px;
}

.icon,
.header-top-bar__lang-dropdown:before,
.header-main-bar__nav-wrapper nav > ul > li > a:before,
.main-aside__menu li.active a:before,
.main-aside__menu-title:before,
.article__content ul li:before,
.article__gallery-item--placeholder span:before,
.article__related-post-text:before,
.post-excerpt-group__title:before,
.gotop-button:before,
.main-footer:before,
.chosen-container-single .chosen-single div b:before,
.related-pages__list li:before,
.faculty__description ul li:before,
.border-list--light-gray ul li:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bip:before {
  content: "\e61e";
}

.icon-arrow:before {
  content: "\e61c";
}

.icon-play:before {
  content: "\e61d";
}

.icon-key2:before {
  content: "\e61a";
}

.icon-recruitment:before {
  content: "\e613";
}

.icon-contrast:before {
  content: "\e603";
}

.icon-rp-eagle:before {
  content: "\e611";
}

.icon-uj-logo-white:before {
  content: "\e604";
}

.icon-camera:before {
  content: "\e61b";
}

.icon-key:before {
  content: "\e617";
}

.icon-triangle-right:before,
.main-aside__menu li.active a:before,
.article__content ul li:before,
.related-pages__list li:before,
.faculty__description ul li:before {
  content: "\e614";
}

.icon-flickr:before {
  content: "\e600";
}

.icon-google-plus:before {
  content: "\e601";
}

.icon-triangle-right2:before {
  content: "\e619";
}

.icon-log-in:before {
  content: "\e61a";
}

.icon-log-out:before {
  content: "\e61a";
}

.icon-facebook:before {
  content: "\e602";
}

.icon-cross:before {
  content: "\e618";
}

.icon-menu:before {
  content: "\e612";
}

.icon-circle-thin:before {
  content: "\e605";
}

.icon-dot-circle-o:before {
  content: "\e606";
}

.icon-circle-o:before {
  content: "\e607";
}

.icon-circle:before {
  content: "\e608";
}

.icon-rss:before {
  content: "\e609";
}

.icon-instagram:before {
  content: "\e60a";
}

.icon-youtube:before {
  content: "\e60b";
}

.icon-linkedin:before {
  content: "\eac7";
}

.icon-twitter:before {
  content: "\e60c";
}

.icon-angle-down:before,
.header-top-bar__lang-dropdown:before,
.chosen-container-single .chosen-single div b:before {
  content: "\e60d";
}

.icon-angle-up:before {
  content: "\e60e";
}

.icon-angle-right:before,
.article__gallery-item--placeholder span:before,
.article__related-post-text:before {
  content: "\e60f";
}

.icon-angle-left:before {
  content: "\e610";
}

.icon-maska:before {
  content: "\e62c";
}

.icon-sound:before {
  content: "\e62a";
}

.icon-culture:before {
  content: "\e62b";
}

.icon-kierunki:before {
  content: "\e627";
}

.icon-spec:before {
  content: "\e628";
}

.icon-wydzialy:before {
  content: "\e629";
}

.icon-doktoranci:before {
  content: "\e624";
}

.icon-sluchacze:before {
  content: "\e625";
}

.icon-studenci:before {
  content: "\e626";
}

.icon-ksiazka:before {
  content: "\e620";
}

.icon-medal:before {
  content: "\e621";
}

.icon-mikrofon:before {
  content: "\e622";
}

.icon-zaproszenie:before {
  content: "\e623";
}

.icon-search:before {
  content: "\f002";
}

.icon-vk:before {
  content: "\ea96";
}

.icon-spotify:before {
  content: "\ea93";
}

.icon-file-empty:before {
  content: "\e924";
}

.icon-file-text2:before {
  content: "\e926";
}

.icon-file-picture:before {
  content: "\e927";
}

.icon-file-zip:before {
  content: "\e92b";
}

.icon-folder:before {
  content: "\e92f";
}

.icon-folder-open:before {
  content: "\e930";
}

.icon-undo2:before {
  content: "\e967";
}

.icon-lock:before {
  content: "\f023";
}

.icon-warning:before {
  content: "\ea07";
}

.icon-notification:before {
  content: "\ea08";
}

.icon-question:before {
  content: "\ea09";
}

.icon-info:before {
  content: "\ea0c";
}

.icon-cancel-circle:before {
  content: "\ea0d";
}

.icon-blocked:before {
  content: "\ea0e";
}

.icon-cross2:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-enter:before {
  content: "\ea13";
}

.icon-exit:before {
  content: "\ea14";
}

.icon-file-pdf:before {
  content: "\eadc";
}

.icon-file-openoffice:before {
  content: "\eadd";
}

.icon-file-word:before {
  content: "\eade";
}

.icon-file-excel:before {
  content: "\eadf";
}

.icon-bip {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe61e;");
}

.icon-key2 {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe61a;");
}

.icon-contrast {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe603;");
}

.icon-rp-eagle {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe611;");
}

.icon-uj-logo-white {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe604;");
}

.icon-search {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xf002;");
}

.icon-flickr {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe600;");
}

.icon-google-plus {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe601;");
}

.icon-key {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe617;");
}

.icon-log-in {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe615;");
}

.icon-log-out {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe616;");
}

.icon-facebook {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe602;");
}

.icon-cross {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe618;");
}

.icon-menu {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe612;");
}

.icon-circle-thin {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe605;");
}

.icon-dot-circle-o {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe606;");
}

.icon-circle-o {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe607;");
}

.icon-circle {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe608;");
}

.icon-rss {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe609;");
}

.icon-instagram {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe60a;");
}

.icon-linkedin {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xeac7;");
}

.icon-youtube {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe60b;");
}

.icon-twitter {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe60c;");
}

.icon-vk {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xea96;");
}

.icon-spotify {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xea93;");
}

.icon-file-empty {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe924;");
}

.icon-file-text2 {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe926;");
}

.icon-file-picture {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe927;");
}

.icon-file-zip {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe92b;");
}

.icon-folder {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe92f;");
}

.icon-folder-open {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe930;");
}

.icon-undo2 {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xe967;");
}

.icon-lock {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xf023;");
}

.icon-warning {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xea07;");
}

.icon-notification {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xea08;");
}

.icon-question {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xea09;");
}

.icon-info {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xea0c;");
}

.icon-cancel-circle {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xea0d;");
}

.icon-blocked {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xea0e;");
}

.icon-cross2 {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xea0f;");
}

.icon-checkmark {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xea10;");
}

.icon-enter {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xea13;");
}

.icon-exit {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xea14;");
}

.icon-file-pdf {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xeadc;");
}

.icon-file-openoffice {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xeadd;");
}

.icon-file-word {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xeade;");
}

.icon-file-excel {
  *zoom: expression(this.runtimeStyle["zoom"] = "1", this.innerHTML = "&#xeadf;");
}

body.gray .header-top-bar__option-wrapper--lang,
body.gray .header-main-bar__wrapper {
  filter: grayscale(1);
  z-index: 30;
  position: relative;
}
body.gray .header-top-bar__option-wrapper--contrast,
body.gray .header-top-bar__option-wrapper--text-size,
body.gray .header-top-bar__option-wrapper--login,
body.gray #content,
body.gray .main-footer {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(1);
}
body.gray .header-main-bar__heading-wrapper {
  background: url("../images/mourning.png") no-repeat scroll 100% -4px transparent;
  padding-right: 36px !important;
}
@media all and (max-width: 960px) {
  body.gray .header-main-bar__heading-wrapper {
    width: 296px;
  }
}
body.gray .nav-menu li a,
body.gray .header-top-bar,
body.gray .main-footer {
  background: #4e4e4e;
}
body.gray .skip-main-content {
  background: #fff;
  color: #292727;
  outline: 3px #FFE800 solid;
}
body.gray .gotop-button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  background: #e4e4e4;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #FFE800;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body.gray .gotop-button:hover, body.gray .gotop-button:active, body.gray .gotop-button:focus {
  color: #000;
  border-color: #FFE800;
  background: #FFE800;
}
body.gray .gotop-button:before {
  color: #fff;
}
body.gray .gotop-button:hover:before, body.gray .gotop-button:active:before, body.gray .gotop-button:focus:before {
  color: #000;
}
body.gray .form__gray-text {
  color: #fff;
}
body.gray select {
  border: 1px solid #e0e0e0;
  background-color: #f8f8f8;
  color: #b1b1b1;
}
body.gray input {
  border: 1px solid #FFE800;
  background-color: #000;
  color: #fff;
}
body.gray button[type=submit], body.gray input[type=submit] {
  background: #292727;
  color: #fff;
}
body.gray button[type=submit]:hover, body.gray button[type=submit]:active, body.gray button[type=submit]:focus, body.gray input[type=submit]:hover, body.gray input[type=submit]:active, body.gray input[type=submit]:focus {
  color: #000;
  background: #FFE800;
}
body.gray .input-datepicker {
  background: url("../images/calendar-icon-white.png") no-repeat center right;
}
body.gray textarea {
  border: 1px solid #FFE800;
  background-color: #000;
  color: #fff;
}
body.gray .header-top-bar {
  background: #292727 !important;
}
body.gray .header-top-bar a {
  color: #fff;
}
body.gray .header-top-bar__nav a:hover,
body.gray .header-top-bar__nav a:active,
body.gray .header-top-bar__nav a:focus {
  color: #292727;
  background: #fff;
}
body.gray .header-top-bar__option-wrapper,
body.gray .header-top-bar__option-wrapper--text-size,
body.gray .header-top-bar__option-wrapper--contrast,
body.gray .header-top-bar__option-wrapper--login,
body.gray .header-top-bar__option-wrapper--lang,
body.gray .header-top-bar__option-wrapper--mobile-menu {
  border-right: 1px #0f0e0e solid;
}
body.gray .header-top-bar__option-wrapper:first-child,
body.gray .header-top-bar__option-wrapper--text-size:first-child,
body.gray .header-top-bar__option-wrapper--contrast:first-child,
body.gray .header-top-bar__option-wrapper--login:first-child,
body.gray .header-top-bar__option-wrapper--lang:first-child,
body.gray .header-top-bar__option-wrapper--mobile-menu:first-child {
  border-left: 1px #0f0e0e solid;
}
body.gray .header-top-bar__option-wrapper--text-size:hover,
body.gray .header-top-bar__option-wrapper--text-size:active,
body.gray .header-top-bar__option-wrapper--text-size:focus {
  color: #292727;
  background: #0f0e0e;
}
body.gray .header-top-bar__option-wrapper--contrast:hover,
body.gray .header-top-bar__option-wrapper--contrast:active,
body.gray .header-top-bar__option-wrapper--contrast:focus,
body.gray .header-top-bar__option-wrapper--login:hover,
body.gray .header-top-bar__option-wrapper--login:active,
body.gray .header-top-bar__option-wrapper--login:focus,
body.gray .header-top-bar__option-wrapper--lang:hover,
body.gray .header-top-bar__option-wrapper--lang:active,
body.gray .header-top-bar__option-wrapper--lang:focus,
body.gray .header-top-bar__option-wrapper--mobile-menu:hover,
body.gray .header-top-bar__option-wrapper--mobile-menu:active,
body.gray .header-top-bar__option-wrapper--mobile-menu:focus {
  color: #fff;
  background: #0f0e0e;
}
body.gray .header-top-bar__option-wrapper--lang:hover, body.gray .header-top-bar__lang--open {
  color: #fff;
  background: #0f0e0e;
}
body.gray .header-top-bar__option-wrapper--lang:hover .header-top-bar__lang-dropdown,
body.gray .header-top-bar__lang--open .header-top-bar__lang-dropdown {
  background: #0f0e0e;
}
body.gray .header-top-bar__lang-dropdown:before {
  color: #fff;
}
body.gray .header-top-bar__lang-background {
  background: #0f0e0e;
}
body.gray .header-top-bar__text-size:hover,
body.gray .header-top-bar__text-size:active,
body.gray .header-top-bar__text-size:focus {
  color: #FFE800;
}
body.gray .main-header--fixed .header-main-bar__wrapper {
  background: #fff;
  border-bottom: 3px #FFE800 solid;
}
body.gray .main-header--small .header-main-bar__logo {
  width: 122px;
  height: 52px;
  background-position: left bottom;
}
body.gray .main-header--small .header-main-bar__sygnet-uj {
  width: 32px;
  height: 66px;
  background-position: center 0;
  margin-right: 0;
}
body.gray .main-header--small .header-main-bar__bip_logo {
  width: 120px;
  height: 90px;
  background-position: left 14px;
}
body.gray .main-header--small .header-main-bar__solaris_logo {
  width: 120px;
  height: 74px;
  background-position: center 14px;
  margin-left: 1rem;
}
body.gray .en_GB .main-header--small .header-main-bar__solaris_logo {
  width: 126px;
  height: 74px;
  background-position: center 14px;
  margin-left: 1rem;
}
body.gray .main-header--small .header-main-bar__wrapper {
  border-bottom: 3px #e0e0e0 solid;
}
body.gray .main-header--small .header-main-bar__nav-wrapper nav > ul {
  height: 4.375rem;
}
body.gray .main-header--small .header-main-bar__nav-wrapper nav > ul > li > a {
  padding: 20px 35px 20px 10px;
}
body.gray .main-header--small .header-main-bar__nav-wrapper nav > ul > li > a.menu-item-alone {
  padding: 20px 10px;
}
body.gray .header-main-bar__nav-wrapper nav > ul > li > a {
  border-top: 0 #1B1B1B solid !important;
  border-bottom: 0 #1B1B1B solid !important;
}
body.gray .header-main-bar__nav-wrapper nav > ul > li > a:before {
  color: #fff;
}
body.gray .header-main-bar__nav-wrapper nav > ul > li > a:hover,
body.gray .header-main-bar__nav-wrapper nav > ul > li > a:active,
body.gray .header-main-bar__nav-wrapper nav > ul > li > a:focus {
  color: #fff;
  background: #292727;
  border-bottom: 0 #292727 solid;
}
body.gray .header-main-bar__nav-wrapper nav > ul > li > a:hover:before,
body.gray .header-main-bar__nav-wrapper nav > ul > li > a:active:before,
body.gray .header-main-bar__nav-wrapper nav > ul > li > a:focus:before {
  color: #fff;
}
body.gray .header-main-bar__nav-wrapper .menu--ready.menu--open > a {
  color: #fff;
  background: #292727;
  border-bottom: 10px #292727 solid;
}
body.gray .header-main-bar__nav-wrapper .menu--ready.menu--open > a:before {
  color: #fff;
}
body.gray .header-main-bar__nav-wrapper .child-menu {
  background: #292727;
}
body.gray .header-main-bar__nav-wrapper .child-menu a {
  color: #fff;
}
body.gray .header-main-bar__nav-wrapper .child-sub-menu:first-child {
  border-right: 1px #0f0e0e solid;
}
body.gray .header-main-bar__nav-wrapper .child-menu__item--right-border {
  border-right: 1px #0f0e0e solid;
}
body.gray .main-slider__nav a {
  color: #fff;
}
body.gray .main-slider__nav a:active .icon {
  color: #FFE800;
}
body.gray .main-slider__nav .active .icon {
  color: #292727;
}
body.gray .main-slider__prev, body.gray .main-slider__next {
  color: #fff;
}
body.gray .main-slider__item-text {
  background: #1B1B1B;
  color: #fff;
}
body.gray .main-slider__item-text:before {
  background: #292727;
}
body.gray .main-slider__progress-line {
  background: #e4e4e4;
}
body.gray .main-slider__progress-line-highlight {
  background: #FFE800;
}
body.gray .latest-news__heading {
  color: #fff;
  background: #292727;
}
body.gray .latest-news__heading:before {
  border-left: 8px solid #292727;
}
body.gray .content-group__title {
  color: #fff;
  background: #aaa;
}
body.gray .content-group__nav {
  background: #e4e4e4;
}
body.gray .content-group__nav-prev,
body.gray .content-group__nav-next {
  color: #aaa;
}
body.gray .content-group__nav-prev:hover, body.gray .content-group__nav-prev:active, body.gray .content-group__nav-prev:focus, body.gray .content-group__nav-next:hover, body.gray .content-group__nav-next:active, body.gray .content-group__nav-next:focus {
  color: #000;
  background: #FFE800;
}
body.gray .content-group__nav-prev {
  border-right: 1px #292727 solid;
}
body.gray .content-group__item-image {
  background: #e4e4e4;
}
body.gray .content-group__item-title {
  color: #555;
}
body.gray .content-group__item-sub-title {
  color: #fff;
}
body.gray .content-group__item-link {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  background: #aaa;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #FFE800;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body.gray .content-group__item-link:hover,
body.gray .content-group__item-link:active,
body.gray .content-group__item-link:focus {
  color: #000;
  border-color: #FFE800;
  background: #FFE800;
}
body.gray .main-socials {
  border-top: 3px solid #FFE800;
}
body.gray .main-socials__heading {
  color: #fff;
}
body.gray .main-socials__item {
  color: #FFE800;
}
body.gray .main-socials__item .icon {
  color: #fff;
  background: #555;
}
body.gray .main-socials__item:hover .icon, body.gray .main-socials__item:active .icon, body.gray .main-socials__item:focus .icon {
  color: #000;
  background: #FFE800;
}
body.gray .main-socials__item:hover .main-socials__item-text,
body.gray .main-socials__item:active .main-socials__item-text,
body.gray .main-socials__item:focus .main-socials__item-text {
  color: #aaa;
}
body.gray .main-socials__item-text {
  color: #555;
}
body.gray .main-footer {
  background: #062e4e url("../images/footer-world-map.png") top right no-repeat;
  border-bottom: 3px solid #FFE800;
}
body.gray .main-footer:before {
  color: #fff;
}
body.gray .footer-top-bar {
  color: #fff;
}
body.gray .footer-top-bar a {
  color: #fff;
}
body.gray .footer-top-bar__logos:before {
  background: #FFE800;
}
body.gray .footer-top-bar__nav, body.gray .footer-top-bar__nav-mobile {
  border-left: 1px solid #34546e;
  border-right: 1px solid #34546e;
}
body.gray .footer-top-bar__nav a:before, body.gray .footer-top-bar__nav-mobile a:before {
  background: #fff;
}
body.gray .footer-top-bar__adress a:before {
  background: #fff;
}
body.gray .footer-bottom-bar {
  color: #8296a6;
  border-top: 1px solid #34546e;
}
body.gray .footer-bottom-bar a {
  color: #8296a6;
}
body.gray .footer-bottom-bar__agency a:before {
  background: #fff;
}
body.gray .tooltip {
  color: #000;
  background: #FFE800;
  border: 1px #FFE800 solid;
}
body.gray .tooltip:before, body.gray .tooltip:after {
  border-top: 0 solid transparent !important;
  border-bottom: 0 solid transparent !important;
}
body.gray .tooltip--left:before {
  border-left: 8px solid #FFE800;
}
body.gray .tooltip--left:after {
  border-left: 8px solid #FFE800;
}
body.gray .tooltip--right:before {
  border-right: 8px solid #FFE800;
}
body.gray .tooltip--right:after {
  border-right: 8px solid #FFE800;
}
body.gray .main-breadcrumbs {
  border-bottom: 1px #FFE800 solid;
}
body.gray .breadcrumbs li:before {
  color: #fff;
}
body.gray .breadcrumbs a {
  color: #444;
}
body.gray .breadcrumbs a:hover, body.gray .breadcrumbs a:active, body.gray .breadcrumbs a:focus {
  color: #FFE800;
}
body.gray .breadcrumbs .active a {
  color: #FFE800;
}
body.gray .main-aside__menu {
  border-top: 3px #f8c53a solid;
  border-right: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
}
body.gray .main-aside__menu li:after {
  background: #e4e4e4;
}
body.gray .main-aside__menu li.active a {
  color: #000;
  background: #FFE800;
}
body.gray .main-aside__menu ul a {
  color: #000;
}
body.gray .main-aside__menu ul a:hover, body.gray .main-aside__menu ul a:active, body.gray .main-aside__menu ul a:focus {
  color: #000;
  background: #FFE800;
}
body.gray .main-aside__menu-title {
  color: #fff;
  background: #292727;
}
body.gray .main-aside__menu-title:before {
  color: #FFE800;
}
body.gray .main-aside__menu--open .main-aside__menu-title {
  color: #000;
  background: #fff;
}
body.gray .main-aside__menu--open .main-aside__menu-title:before {
  color: #000;
}
body.gray .article__content {
  color: #444;
}
body.gray .article__content h1, body.gray .article__content h2, body.gray .article__content h3, body.gray .article__content h4, body.gray .article__content h5, body.gray .article__content h6 {
  color: #000;
}
body.gray .article__content a {
  color: #444;
}
body.gray .article__content a:hover, body.gray .article__content a:active, body.gray .article__content a:focus {
  color: #FFE800;
}
body.gray .article__content blockquote {
  color: #fff;
  border-top: 2px #292727 solid;
  border-bottom: 2px #000 solid;
  background: none;
}
body.gray .article__content blockquote p {
  background: none;
}
body.gray .article__content blockquote footer {
  color: #FFE800;
}
body.gray .article__content ul li:before {
  color: #FFE800;
}
body.gray .article__content table {
  border-top: 2px #292727 solid;
  border-right: 1px #000 solid;
  border-left: 1px #000 solid;
}
body.gray .article__content table th {
  background: #e4e4e4;
  color: #fff;
}
body.gray .article__content table th, body.gray .article__content table td {
  border-bottom: 1px #000 solid;
  border-left: 1px #000 solid;
}
body.gray .article__download-item {
  border-top: 1px #fff solid;
}
body.gray .article__download-item:hover .article__download-item-icon, body.gray .article__download-item:active .article__download-item-icon, body.gray .article__download-item:focus .article__download-item-icon {
  color: #000;
  background: #FFE800;
  border-color: #FFE800;
}
body.gray .article__download-item .article__download-item-title {
  color: #FFE800;
}
body.gray .article__download-item:first-child {
  border-top: none;
}
body.gray .article__download-item-title {
  color: #fff;
}
body.gray .article__download-item-icon {
  color: #fff;
  border: 1px #fff solid;
}
body.gray .article__gallery-item {
  background: #e4e4e4;
}
body.gray .article__gallery-item--placeholder {
  position: relative;
  color: #fff;
  text-decoration: none;
  text-align: left;
}
body.gray .article__gallery-item--placeholder span {
  color: #fff;
  background: #e4e4e4;
}
body.gray .article__gallery-item--placeholder span:before {
  color: #FFE800;
  background: #e4e4e4;
}
body.gray .article__date {
  color: #FFE800;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
body.gray .article__tags {
  color: #FFE800;
}
body.gray .article__tags-list {
  color: #fff;
}
body.gray .article__tags-list a {
  color: #fff;
}
body.gray .article__tags-list a:hover, body.gray .article__tags-list a:active, body.gray .article__tags-list a:focus {
  color: #FFE800;
}
body.gray .article__socials li a {
  color: #fff;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
body.gray .article__socials li a:hover, body.gray .article__socials li a:active, body.gray .article__socials li a:focus {
  color: #000;
  background: #FFE800;
}
body.gray .article__socials li:first-child a {
  border-left: 1px #fff solid;
}
body.gray .article__related-post {
  color: #FFE800;
  background: #292727;
}
body.gray .article__related-post:hover .article__related-post-text, body.gray .article__related-post:active .article__related-post-text, body.gray .article__related-post:focus .article__related-post-text {
  color: #fff;
}
body.gray .article__related-post-image {
  background: #e4e4e4;
}
body.gray .article__related-post-text:before {
  color: #fff;
}
body.gray .article__related-post-text:after {
  border-right: 8px solid transparent;
  border-bottom: 8px solid #292727;
}
body.gray .article__section-title {
  color: #FFE800;
  border-bottom: 2px #000 solid;
}
body.gray .post-folded__title {
  color: #FFE800;
  background: #292727;
}
body.gray .post-folded__title:hover {
  background: #FFE800;
  color: #292727;
}
body.gray .page-heading__title {
  color: #fff;
  border-top: 3px #FFE800 solid;
}
body.gray .page-heading__title span {
  background: #e4e4e4;
}
body.gray .page-sub-heading__title {
  border-bottom: 1px #e0e0e0 solid;
}
body.gray .post-excerpt {
  border-top: 2px #e0e0e0 solid;
}
body.gray .post-excerpt:first-child {
  border-top: none;
}
body.gray .post-excerpt--condensed, body.gray .post-excerpt--person, body.gray .post-excerpt--calendar {
  border-top: 1px #000 solid;
}
body.gray .post-excerpt--condensed:first-child, body.gray .post-excerpt--person:first-child, body.gray .post-excerpt--calendar:first-child {
  border-top: none;
}
body.gray .post-excerpt--person {
  border-top: 1px #000 solid;
}
body.gray .post-excerpt--person .post-excerpt__title a {
  color: #000;
}
body.gray .post-excerpt--person .post-excerpt__sub-title {
  color: #FFE800;
}
body.gray .post-excerpt--calendar {
  border-top: 1px #000 solid;
}
body.gray .post-excerpt--calendar .post-excerpt__title {
  color: #000;
}
body.gray .post-excerpt--calendar .post-excerpt__title a {
  color: #000;
}
body.gray .post-excerpt--calendar .post-excerpt__sub-title {
  color: #FFE800;
}
body.gray .post-excerpt--calendar .post-excerpt__sub-title a {
  color: #FFE800;
}
body.gray .post-excerpt--calendar .post-excerpt__sub-title a:hover, body.gray .post-excerpt--calendar .post-excerpt__sub-title a:active, body.gray .post-excerpt--calendar .post-excerpt__sub-title a:focus {
  color: #292727;
}
body.gray .post-excerpt__image {
  background: #e4e4e4;
}
body.gray .post-excerpt__add-to-calendar {
  color: #fff;
  background: #e4e4e4;
}
body.gray .post-excerpt__add-to-calendar:hover, body.gray .post-excerpt__add-to-calendar:active, body.gray .post-excerpt__add-to-calendar:focus {
  color: #FFE800;
}
body.gray .add-to-calendar__wrapper {
  background: #e4e4e4;
}
body.gray .add-to-calendar__item {
  color: #fff;
  border-bottom: 1px #fff solid;
}
body.gray .add-to-calendar__item:hover, body.gray .add-to-calendar__item:active, body.gray .add-to-calendar__item:focus {
  background: #FFE800;
  color: #000;
}
body.gray .add-to-calendar__item-text {
  opacity: 1;
  filter: alpha(opacity=100);
}
body.gray .post-excerpt__add-to-calendar-plus {
  background: url("../images/add-to-calendar-plus.png") no-repeat;
}
body.gray .post-excerpt__category {
  color: #fff;
}
body.gray .post-excerpt__title a {
  color: #292727;
}
body.gray .post-excerpt__title-gray {
  color: #fff;
}
body.gray .post-excerpt__sub-title {
  color: #444;
}
body.gray .post-excerpt__text {
  color: #444;
}
body.gray .post-excerpt__link {
  zoom: 1;
  display: inline;
  color: #444;
  background: #e4e4e4;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #FFE800;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body.gray .post-excerpt__link:hover, body.gray .post-excerpt__link:active, body.gray .post-excerpt__link:focus {
  color: #000;
  border-color: #FFE800;
  background: #FFE800;
}
body.gray .post-excerpt__text-link {
  color: #fff;
}
body.gray .post-excerpt__text-link:hover, body.gray .post-excerpt__text-link:active, body.gray .post-excerpt__text-link:focus {
  color: #FFE800;
}
body.gray .post-excerpt-groups__title {
  border: 1px #000 solid;
}
body.gray .post-excerpt-group {
  border-bottom: 1px #000 solid;
}
body.gray .post-excerpt-group__title {
  background: #292727;
}
body.gray .post-excerpt-group__title .icon {
  color: #fff;
}
body.gray .post-excerpt-group__title:before {
  color: #fff;
}
body.gray .post-excerpt-group--open .post-excerpt-group__title {
  background: #e4e4e4;
  color: #fff;
}
body.gray .post-excerpt-group--open .post-excerpt-group__title:before {
  color: #fff;
}
body.gray .post-excerpt-group--open .post-excerpt-group__title .icon {
  color: #fff;
}
body.gray .event-section__icon {
  color: #fff;
}
body.gray .event-section__list-title {
  color: #fff;
}
body.gray .person {
  border-bottom: 1px #fff solid;
}
body.gray .person__image {
  background: #e4e4e4;
}
body.gray .person__title {
  color: #FFE800;
}
body.gray .person__section-title {
  color: #FFE800;
}
body.gray .person__section-content {
  color: #fff;
}
body.gray .link-box__wrapper {
  background: #e4e4e4;
}
body.gray .link-box__wrapper:before {
  background: #fff;
}
body.gray .link-box__title {
  color: #fff;
  background: #333;
}
body.gray .link-box__button {
  display: inline-block;
  zoom: 1;
  color: #fff;
  background: #000;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #FFE800;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body.gray .link-box__button:hover, body.gray .link-box__button:active, body.gray .link-box__button:focus {
  color: #000;
  border-color: #FFE800;
  background: #FFE800;
}
body.gray .link-box__background {
  background: #292727;
}
body.gray .logo-grid--blue .logo-grid__item {
  outline: 1px #000 solid;
  background: #0f0e0e;
}
body.gray .logo-grid--blue .logo-grid__item:hover, body.gray .logo-grid--blue .logo-grid__item:active, body.gray .logo-grid--blue .logo-grid__item:focus {
  outline: 1px #000 solid;
}
body.gray .logo-grid--blue .logo-grid__item-content {
  color: #fff;
}
body.gray .logo-grid--blue .logo-grid__item-icon {
  color: #FFE800;
}
body.gray .logo-grid__item {
  outline: 1px #000 solid;
  background: #292727;
}
body.gray .logo-grid__item:hover, body.gray .logo-grid__item:active, body.gray .logo-grid__item:focus {
  outline: 1px #000 solid;
}
body.gray .highlight-container {
  background: #292727;
  color: #fff;
}
body.gray .highlight-container--dark-blue {
  background: #0f0e0e;
}
body.gray .highlight-container--gray {
  background: #292727;
  color: #fff;
}
body.gray .highlight-container__heading {
  border-bottom: 3px #fff solid;
}
body.gray .border-list-wrapper .border-list-icon {
  border: 1px #0f0e0e solid;
}
body.gray .border-list--dark-blue .border-list__item {
  border-bottom: 1px #0f0e0e solid;
}
body.gray .border-list--dark-blue .border-list__item:first-child {
  border-top: 1px #0f0e0e solid;
}
body.gray .border-list--light-gray {
  color: #fff;
}
body.gray .border-list--light-gray .border-list__item {
  border-bottom: 1px #000 solid;
}
body.gray .border-list--light-gray .border-list__item:first-child {
  border-top: 1px #000 solid;
}
body.gray .border-list--light-gray .border-list__gray-text {
  color: #FFE800;
}
body.gray .border-list--light-gray .border-list__item--highlight {
  color: #fff;
}
body.gray .border-list--light-gray ul li:before {
  color: #FFE800;
}
body.gray .border-list__item {
  border-bottom: 1px #0f0e0e solid;
}
body.gray .border-list__item:first-child {
  border-top: 1px #0f0e0e solid;
}
body.gray .pagination {
  border-top: 1px #e0e0e0 solid;
  color: #bcbcbc;
}
body.gray .pagination__list li {
  border-bottom: 1px #e0e0e0 solid;
  border-right: 1px #e0e0e0 solid;
}
body.gray .pagination__list li:first-child {
  border-left: 1px #000 solid;
}
body.gray .pagination__list a:hover, body.gray .pagination__list a:active, body.gray .pagination__list a:focus {
  color: #000;
  background: #FFE800;
}
body.gray .pagination__list .active a {
  color: #000;
  background: #FFE800;
}
body.gray .pagination__prev, body.gray .pagination__next {
  color: #fff;
}
body.gray .pagination__prev:hover,
body.gray .pagination__prev:active,
body.gray .pagination__prev:focus,
body.gray .pagination__next:hover,
body.gray .pagination__next:active,
body.gray .pagination__next:focus {
  color: #000;
  background: #FFE800;
}
body.gray .pagination__prev {
  border-right: 1px #000 solid;
}
body.gray .statistics {
  background: #e4e4e4;
}
body.gray .statistics__heading {
  border-bottom: 1px #FFE800 solid;
}
body.gray .faculty__map-info {
  background: #292727;
  color: #fff;
}
body.gray .faculty__section-title {
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
body.gray .faculty__section-content {
  color: #fff;
  border-bottom: 1px #fff solid;
}
body.gray .faculty__description {
  color: #444;
}
body.gray .faculty__contact-info a {
  color: #fff;
}
body.gray .faculty__contact-info a:hover,
body.gray .faculty__contact-info a:active,
body.gray .faculty__contact-info a:focus {
  color: #FFE800;
}
body.gray .faculty__gray-text {
  color: #fff;
}
body.gray .faculty__box-link {
  color: #fff;
  background: #e4e4e4;
}
body.gray .faculty__box-link:hover .faculty__box-link-text,
body.gray .faculty__box-link:active .faculty__box-link-text,
body.gray .faculty__box-link:focus .faculty__box-link-text {
  color: #FFE800;
}
body.gray .faculty__box-link-image {
  background: #e4e4e4;
}
body.gray .faculty__box-link-text-highlight {
  color: #FFE800;
}
body.gray .faculty__side-list-items {
  border-color: #000;
}
body.gray .faculty__side-list-item {
  border-color: #000;
}
body.gray .faculty__side-list-item-title {
  color: #fff;
}
body.gray .related-pages {
  border-top: 1px #fff solid;
}
body.gray .related-pages__list li:before {
  color: #fff;
}
body.gray .related-pages__list a {
  color: #444;
}
body.gray .related-pages__list a:hover, body.gray .related-pages__list a:active, body.gray .related-pages__list a:focus {
  color: #FFE800;
}
body.gray .chosen-container-single .chosen-single {
  border: 1px solid #FFE800;
  background-color: #292727;
  color: #fff;
}
body.gray .chosen-container-single .chosen-single div b {
  color: #fff;
}
body.gray .chosen-container .chosen-drop {
  border: #FFE800;
  background: #e4e4e4;
}
body.gray .chosen-container .chosen-results {
  color: #fff;
}
body.gray .chosen-container .chosen-results li.highlighted {
  color: #FFE800;
}
body.gray .pika-single {
  color: #fff;
  background: #e4e4e4;
  border: 1px solid #FFE800;
}
body.gray .pika-label {
  color: #fff;
  background-color: #000;
}
body.gray .pika-table th {
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
body.gray .pika-button {
  color: #fff;
  background: #292727;
}
body.gray .pika-button:hover {
  color: #000 !important;
  background: #FFE800 !important;
}
body.gray .header-main-bar__nav-wrapper .child-menu a:hover,
body.gray .header-main-bar__nav-wrapper .child-menu a:active,
body.gray .header-main-bar__nav-wrapper .child-menu a:focus {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #aaa !important;
  color: #000;
}
body.gray .header-main-bar__nav-wrapper .child-menu__item-right {
  border-left: 1px solid #373737;
}
body.gray .nav-menu li a {
  color: #fff;
  background: #292727;
}

/* Poprawki do LF6.2 poprawki do kodu Craftona */
#wrapper {
  padding: 0;
}

.portlet-layout-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
}

.portlet-layout {
  border-collapse: collapse;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
}
.portlet-layout .portlet-header {
  margin-bottom: 0;
}

.portlet-column {
  display: table-cell;
  vertical-align: top;
}

.portlet-column-content {
  padding: 0;
}

.ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
  padding: 0;
}

@media all and (max-width: 960px) {
  .portlet-column-last {
    padding: 0 0 0 0;
  }
}
.portlet-column-last {
  padding-left: 30px;
}

/* ---------- Column widths ---------- */
.col-md-9 .portlet-column-last {
  padding-left: 15px;
}

.col-md-9 .portlet-column-first {
  padding-right: 15px;
}

.portlet-column-content.empty {
  padding: 0 50px 50px 50px;
}

/*
#main-content.dragging .portlet-column {
  border: 3px double #828F95;
  height: 100px;
  min-height: 100px;
}

.ie6 div.portlet-layout, .ie7 div.portlet-layout {
  height: 1%;
}
.ie6 div.portlet-column, .ie7 div.portlet-column {
  float: left;
  overflow: hidden;
  width: 100%;
}
.ie6 div.aui-column-last, .ie7 div.aui-column-last {
  margin-right: -1px;
}
.ie6 .portlet-column-content, .ie7 .portlet-column-content {
  zoom: 1;
}

.columns-max{
    padding:2rem;
}

.aui-w1-20, .aui-w5 {
    width: 5%;
}
.aui-w1-16 {
    width: 6.25%;
}
.aui-w1-12 {
    width: 8.334%;
}
.aui-w1-10, .aui-w10 {
    width: 10%;
}
.aui-w1-9 {
    width: 11.112%;
}
.aui-w1-8 {
    width: 12.5%;
}
.aui-w1-7 {
    width: 14.286%;
}
.aui-w15 {
    width: 15%;
}
.aui-w1-6 {
    width: 16.667%;
}
.aui-w3-16 {
    width: 18.75%;
}
.aui-w1-5, .aui-w20 {
    width: 20%;
}
.aui-w2-9 {
    width: 22.223%;
}
.aui-w1-4, .aui-w25 {
    width: 25%;
}
.aui-w2-7 {
    width: 28.572%;
}
.aui-w3-10, .aui-w30 {
    width: 30%;
}
.aui-w5-16 {
    width: 31.25%;
}
.aui-w1-3, .aui-w33 {
    width: 33.334%;
}
.aui-w35 {
    width: 35%;
}
.aui-w3-8 {
    width: 37.5%;
}
.aui-w38 {
    width: 38.2%;
}
.aui-w2-5, .aui-w40 {
    width: 40%;
}
.aui-w5-12 {
    width: 41.667%;
}
.aui-w7-16 {
    width: 43.75%;
}
.aui-w4-9 {
    width: 44.445%;
}
.aui-w45 {
    width: 45%;
}
.aui-w3-7 {
    width: 42.858%;
}
.aui-w1-2, .aui-w50 {
    width: 50%;
}
.aui-w55 {
    width: 55%;
}
.aui-w5-9 {
    width: 55.556%;
}
.aui-w9-16 {
    width: 56.25%;
}
.aui-w4-7 {
    width: 57.143%;
}
.aui-w7-12 {
    width: 58.334%;
}
.aui-w3-5, .aui-w60 {
    width: 60%;
}
.aui-w5-8 {
    width: 62.5%;
}
.aui-w62 {
    width: 61.8%;
}
.aui-w65 {
    width: 65%;
}
.aui-w2-3, .aui-w66 {
    width: 66.667%;
}
.aui-w11-16 {
    width: 68.75%;
}
.aui-w7-10, .aui-w70 {
    width: 70%;
}
.aui-w5-7 {
    width: 71.429%;
}
.aui-w3-4, .aui-w75 {
    width: 75%;
}
.aui-w7-9 {
    width: 77.778%;
}
.aui-w4-5, .aui-w80 {
    width: 80%;
}
.aui-w13-16 {
    width: 81.25%;
}
.aui-w5-6 {
    width: 83.334%;
}
.aui-w85 {
    width: 85%;
}
.aui-w6-7 {
    width: 85.715%;
}
.aui-w7-8 {
    width: 87.5%;
}
.aui-w9-10, .aui-w90 {
    width: 90%;
}
.aui-w11-12 {
    width: 91.667%;
}
.aui-w15-16 {
    width: 93.75%;
}
.aui-w95 {
    width: 95%;
}
.aui-w100 {
    width: 100%;
}
.webkit .aui-w1-12 {
    width: 8.345%;
}
.webkit .aui-w11-12 {
    width: 91.675%;
}
.webkit .aui-w1-6 {
    width: 16.675%;
}
.webkit .aui-w5-6 {
    width: 83.345%;
}
.webkit .aui-w5-12 {
    width: 41.675%;
}
.webkit .aui-w7-12 {
    width: 58.345%;
}
.webkit .aui-w1-3, .webkit .aui-w33 {
    width: 33.345%;
}
.webkit .aui-w2-3, .webkit .aui-w66 {
    width: 66.675%;
}*/
html {
  /* ---------- Portlet template ---------- */
  /* ---------- Portlet wrapper and icons ---------- */
}
html .portlet {
  background-color: white;
  border: 0;
  margin: 0;
}
html .portlet .portlet-topper {
  height: 20px;
  border-bottom: 4px solid #00519e;
}
html .portlet, html .portlet-topper, html .portlet-content, html .portlet-title {
  background: none;
}
html .portlet-topper {
  white-space: nowrap;
}
html .portlet-title {
  color: #00519e;
  font-size: 16px;
  font-stretch: semi-condensed;
  font-weight: bold;
  line-height: 20px;
}
html .portlet-title img {
  display: none;
  padding-bottom: 2px;
  vertical-align: middle;
}
html .portlet-topper-toolbar {
  right: 0;
  padding-right: 0;
}
html .lfr-component li img, html img.icon {
  margin-top: -3px;
}
html .lfr-actions.portlet-options .lfr-trigger strong a {
  margin-top: -2px;
  font-size: 1px;
}
html .lfr-configurator-visibility {
  opacity: 0.5;
}
html .portlet-topper .portlet-topper-toolbar .portlet-icon-back, html .portlet-topper .portlet-topper-toolbar .portlet-icon-back:hover {
  background: url(../images/portlet/back.png) no-repeat;
  width: 16px;
  height: 16px;
  margin: -1px 0 0 0;
  padding: 0;
  display: block;
  font-size: 1px;
  text-indent: -9999em;
  color: white;
}
html .portlet-borderless .portlet-content {
  padding: 0;
}
html .controls-visible .portlet-content.portlet-content-editable {
  padding: 1rem 0;
}
html .portlet-borderless-bar .lfr-actions.portlet-options .lfr-trigger strong a {
  background-image: url(../images/portlet/options_borderless.png);
}
html .taglib-header {
  border: none;
}
html .taglib-header .header-back-to a {
  padding: 0;
}

/* ------------ sitemap portlet -------------- */
.portlet-site-map {
  font-family: "Libre Baskerville", serif;
  list-style: none;
  margin-left: 16px;
}

.portlet-site-map h1 .portlet-title-text {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  border-bottom: 1px #e0e0e0 solid;
}

.portlet-site-map .portlet-content-container {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px #e0e0e0 solid;
}

.portlet-site-map .portlet-content-container ul {
  list-style: none;
  margin: 1em 1em 1em 2em;
  padding: 0;
}

.portlet-site-map .portlet-content-container ul li {
  position: relative;
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
}

.portlet-site-map .portlet-content-container ul li:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 0.5rem;
  content: "\e614";
}

.portlet-site-map .portlet-content-container ul li a {
  color: #444;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.portlet-site-map .portlet-content-container ul li a:hover,
.portlet-site-map .portlet-content-container ul li a:active,
.portlet-site-map .portlet-content-container ul li a:focus {
  color: #005ca7;
  text-decoration: underline;
}

/* This CSS sets the default styles for the main navigation. */
.logo .current-site, #navigation, #navigation a, #navigation a:hover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#navigation ul.child-menu li {
  line-height: 1.5;
}

.dockbar-ready .header-top-bar__nav > ul {
  margin-left: 30px;
}

.header-top-bar__option-wrapper--text-size {
  min-width: 90px;
}

.header-main-bar__nav-wrapper nav > ul > li > a {
  padding-right: 25px;
}

.header-main-bar__nav-wrapper nav > ul > li > a:before {
  margin-top: -9px;
  right: 8px;
  font-size: 1rem;
}

.header-top-bar {
  background: #005ca7;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2;
}

.header-top-bar a {
  color: #fff;
  text-decoration: none;
}

.header-top-bar__nav {
  float: left;
  text-transform: uppercase;
}

.header-top-bar__nav ul {
  *zoom: 1;
}

.header-top-bar__nav ul:before {
  content: "";
  display: table;
}

.header-top-bar__nav ul:after {
  content: "";
  display: table;
  clear: both;
}

.header-top-bar__nav li {
  position: relative;
  height: 4.375rem;
  line-height: 4.375rem;
  float: left;
}

.header-top-bar__nav li:first-child {
  margin-left: -15px;
}

.header-top-bar__nav a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  transition: all 0.2s linear;
}

.header-top-bar__nav a:hover,
.header-top-bar__nav a:active,
.header-top-bar__nav a:focus,
.header-top-bar__nav a.selected {
  color: #005ca7;
  background: #fff;
}

.header-top-bar__options {
  float: right;
}

.header-top-bar__option-wrapper,
.header-top-bar__option-wrapper--text-size,
.header-top-bar__option-wrapper--contrast,
.header-top-bar__option-wrapper--login,
.header-top-bar__option-wrapper--lang,
.header-top-bar__option-wrapper--mobile-menu {
  display: block;
  float: left;
  height: 4.375rem;
  line-height: 15px;
  padding: 0 20px;
  border-right: 1px #004680 solid;
  text-align: center;
}

.header-top-bar__option-wrapper:first-child,
.header-top-bar__option-wrapper--text-size:first-child,
.header-top-bar__option-wrapper--contrast:first-child,
.header-top-bar__option-wrapper--login:first-child,
.header-top-bar__option-wrapper--lang:first-child,
.header-top-bar__option-wrapper--mobile-menu:first-child {
  border-left: 1px #004680 solid;
}

.header-top-bar__option-wrapper:before,
.header-top-bar__option-wrapper--text-size:before,
.header-top-bar__option-wrapper--contrast:before,
.header-top-bar__option-wrapper--login:before,
.header-top-bar__option-wrapper--lang:before,
.header-top-bar__option-wrapper--mobile-menu:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  min-height: 100%;
}

@media all and (max-width: 959px) {
  .header-top-bar__option-wrapper--text-size:before,
  .header-top-bar__option-wrapper--contrast:before,
  .header-top-bar__option-wrapper--login:before,
  .header-top-bar__option-wrapper--lang:before,
  .header-top-bar__option-wrapper--mobile-menu:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    min-height: 100%;
  }
}
@media all and (max-width: 719px) {
  .header-top-bar__option-wrapper--text-size:before,
  .header-top-bar__option-wrapper--contrast:before,
  .header-top-bar__option-wrapper--login:before,
  .header-top-bar__option-wrapper--lang:before,
  .header-top-bar__option-wrapper--mobile-menu:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    min-height: 100%;
  }
}
.header-top-bar__option-wrapper--text-size:before,
.header-top-bar__option-wrapper--contrast:before,
.header-top-bar__option-wrapper--login:before,
.header-top-bar__option-wrapper--lang:before,
.header-top-bar__option-wrapper--mobile-menu:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  min-height: 100%;
}

@media all and (max-width: 719px) {
  .header-top-bar__option-wrapper--text-size:before,
  .header-top-bar__option-wrapper--contrast:before,
  .header-top-bar__option-wrapper--login:before,
  .header-top-bar__option-wrapper--lang:before,
  .header-top-bar__option-wrapper--mobile-menu:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    min-height: 100%;
  }
}
.header-top-bar__option-wrapper--text-size {
  min-width: 100px;
  transition: all 0.2s linear;
}

.header-top-bar__option-wrapper--text-size .header-top-bar__option {
  width: 90%;
  margin-left: -5%;
  text-align: center;
}

.header-top-bar__option-wrapper--text-size:hover,
.header-top-bar__option-wrapper--text-size:active,
.header-top-bar__option-wrapper--text-size:focus {
  color: #005ca7;
  background: #004680;
}

.header-top-bar__option-wrapper--contrast {
  cursor: pointer;
}

.header-top-bar__option-wrapper--contrast,
.header-top-bar__option-wrapper--login,
.header-top-bar__option-wrapper--lang,
.header-top-bar__option-wrapper--mobile-menu {
  transition: all 0.2s linear;
  transition-property: background, color;
}

.header-top-bar__option-wrapper--contrast:hover,
.header-top-bar__option-wrapper--contrast:active,
.header-top-bar__option-wrapper--contrast:focus,
.header-top-bar__option-wrapper--login:hover,
.header-top-bar__option-wrapper--login:active,
.header-top-bar__option-wrapper--login:focus,
.header-top-bar__option-wrapper--lang:hover,
.header-top-bar__option-wrapper--lang:active,
.header-top-bar__option-wrapper--lang:focus,
.header-top-bar__option-wrapper--mobile-menu:hover,
.header-top-bar__option-wrapper--mobile-menu:active,
.header-top-bar__option-wrapper--mobile-menu:focus {
  color: #fff;
  background: #004680;
}

.header-top-bar__option-wrapper--contrast .icon,
.header-top-bar__option-wrapper--contrast .header-top-bar__lang-dropdown:before,
.header-top-bar__option-wrapper--contrast .header-main-bar__nav-wrapper nav > ul > li > a:before,
.header-main-bar__nav-wrapper .header-top-bar__option-wrapper--contrast nav > ul > li > a:before,
.header-top-bar__option-wrapper--contrast .breadcrumbs li:before,
.breadcrumbs .header-top-bar__option-wrapper--contrast li:before,
.header-top-bar__option-wrapper--contrast .main-aside__menu li.active a:before,
.main-aside__menu li.active .header-top-bar__option-wrapper--contrast a:before,
.header-top-bar__option-wrapper--contrast .main-aside__menu-title:before {
  font-size: 1rem;
}

.header-top-bar__option-wrapper--lang {
  min-width: 110px;
  position: relative;
  z-index: 50;
  cursor: pointer;
  transition-duration: 0;
  padding-top: 25px;
}

.header-top-bar__option-wrapper--lang:before {
  display: none;
}

.header-top-bar__option-wrapper--lang .header-top-bar__option {
  width: 95%;
  margin-left: -5px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.header-top-bar__option-wrapper--lang img {
  width: 24px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.header-top-bar__option-wrapper--lang span {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.header-top-bar__option-wrapper--lang:hover,
.header-top-bar__lang--open {
  color: #fff;
  background: #004680;
  cursor: pointer;
}

.header-top-bar__option-wrapper--lang:hover .header-top-bar__lang-dropdown,
.header-top-bar__lang--open .header-top-bar__lang-dropdown {
  background: #004680;
}

.header-top-bar__option-wrapper--lang:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  transition: opacity 0.2s linear;
}

.header-top-bar__lang-option span,
.header-top-bar__lang--open .header-top-bar__lang-option span {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity 0.2s linear;
}

.header-top-bar__option-wrapper--lang:hover .header-top-bar__lang-option,
.header-top-bar__lang--open .header-top-bar__lang-option {
  display: block;
  opacity: 1;
}

.header-top-bar__option-wrapper--lang:hover .header-top-bar__lang-option:hover span,
.header-top-bar__option-wrapper--lang:hover .header-top-bar__lang-option:hover img,
.header-top-bar__option-wrapper--lang:hover .header-top-bar__lang-option:active span,
.header-top-bar__option-wrapper--lang:hover .header-top-bar__lang-option:active img,
.header-top-bar__option-wrapper--lang:hover .header-top-bar__lang-option:focus span,
.header-top-bar__option-wrapper--lang:hover .header-top-bar__lang-option:focus img,
.header-top-bar__lang--open .header-top-bar__lang-option:hover span,
.header-top-bar__lang--open .header-top-bar__lang-option:hover img,
.header-top-bar__lang--open .header-top-bar__lang-option:active span,
.header-top-bar__lang--open .header-top-bar__lang-option:active img,
.header-top-bar__lang--open .header-top-bar__lang-option:focus span,
.header-top-bar__lang--open .header-top-bar__lang-option:focus img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.header-top-bar__lang-dropdown {
  width: 100%;
  margin-top: -9px;
  text-align: left;
  padding-left: 23px;
  position: absolute;
  top: 50%;
  left: 0;
}

.header-top-bar__lang-dropdown:before {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 18px;
}

.header-top-bar__lang-dropdown:before {
  content: "\e60d";
}

.header-top-bar__lang-dropdown:hover:before {
  content: "\e60e";
}

.no-angle .header-top-bar__lang-dropdown:hover:before {
  content: "";
}

.no-angle .header-top-bar__lang-dropdown:before {
  content: "";
}

/* obsluga jednej flagi */
.header-top-bar__lang-option {
  display: none;
  opacity: 0;
  margin-bottom: 20px;
}

.header-top-bar__lang-option img:hover {
  opacity: 1;
}

.header-top-bar__lang-option.active {
  display: block;
  opacity: 1;
}

.header-top-bar__lang-background {
  width: 100%;
  height: 100%;
  background: #004680;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}

.header-top-bar__option-wrapper--mobile-menu {
  display: none;
}

.header-top-bar__option {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  margin-left: -20%;
  text-align: left;
}

.header-top-bar__text-size {
  cursor: pointer;
  font-weight: 500;
  transition: color 0.2s linear;
}

.header-top-bar__text-size:hover,
.header-top-bar__text-size:active,
.header-top-bar__text-size:focus {
  color: #f8c53a;
}

.header-top-bar__text-size--large {
  font-size: 1.1875rem;
  line-height: 1.2631578947;
}

.header-top-bar__text-size--normal {
  font-size: 1rem;
  line-height: 1.5;
}

.header-top-bar__text-size--small {
  font-size: 0.75rem;
  line-height: 2;
}

.header-main-bar__heading-wrapper {
  float: left;
}

.header-main-bar__heading {
  font-size: 0;
  margin: 0;
  height: 6.875rem;
  transition: all 0.2s linear;
  padding: 1rem 0;
}

.header-main-bar__godlo-uj {
  display: inline-block;
  margin: 0;
}

.header-main-bar__sygnet-uj {
  display: inline-block;
  background: url("/o/uj-lift-theme/images/logotypes/uj-blank.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 45px;
  height: 70px;
}

.header-main-bar__rp-eagle {
  display: inline-block;
  width: 57px;
  height: 63px;
  background: url("/o/uj-lift-theme/images/orzel.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
  transition: all 0.3s linear;
  margin: 0.5rem 1rem 0 0;
  vertical-align: top;
}

.header-main-bar__bip,
.header-main-bar__solaris,
.header-main-bar__misjaUJ,
.header-main-bar__clrf,
.header-main-bar__ptbk {
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.header-main-bar__custom_common {
  display: inline-block;
  background-position: left bottom !important;
  background-size: contain !important;
  transition: all 0.2s linear;
}

.header-main-bar__bip_logo {
  width: 170px;
  height: 60px;
  background: url("/o/uj-lift-theme/images/logotypes/bip/logo-bip-pl.svg") no-repeat;
  margin: 0 1rem 0 0;
}

.header-main-bar__solaris_logo {
  width: 160px;
  height: 55px;
  background: url("/o/uj-lift-theme/images/logotypes/solaris/solaris-color-pl.svg") no-repeat;
  margin-left: 1rem;
}

.en_GB .header-main-bar__solaris_logo {
  width: 160px;
  height: 55px;
  background: url("/o/uj-lift-theme/images/logotypes/solaris/solaris-color-en.svg") no-repeat;
  margin-left: 1rem;
}

.en_GB .header-main-bar__clrf_logo {
  width: 205px;
  height: 65px;
  background: url("/o/uj-lift-theme/images/logotypes/clrf/CLRF_logo_color.svg") no-repeat;
  margin-left: 0.5rem;
}

.header-main-bar__mcb_logo {
  width: 209px;
  height: 45px;
  background: url("/o/uj-lift-theme/images/logotypes/mcb/mcb_logo_PL.svg") no-repeat;
  margin-left: 1rem;
}

.en_GB .header-main-bar__mcb_logo {
  background: url("/o/uj-lift-theme/images/logotypes/mcb/mcb_logo_EN.svg") no-repeat;
  width: 209px;
}

.header-main-bar__krswk_logo {
  width: 90px;
  height: 68px;
  background: url("/o/uj-lift-theme/images/logotypes/krswk/logo_KRSWK.svg") no-repeat;
  margin: 0.5rem 0 0 0;
  vertical-align: top;
}

.header-main-bar__misjaUJ_logo {
  width: 170px;
  height: 52px;
  background: url("/o/uj-lift-theme/images/logotypes/misjaUJ/logo_misjaUJ.svg") no-repeat;
  margin-left: 1rem;
}

.header-main-bar__ptbk_logo {
  width: 55px;
  height: 70px;
  background: url("/o/uj-lift-theme/images/logotypes/ptbk/PTBK-logo.svg") no-repeat;
  margin-left: 0.25rem;
}

.header-main-bar__jcj,
.header-main-bar__bj,
.header-main-bar__mcb,
.header-main-bar__krswk,
.header-main-bar__lll {
  display: inline-block;
  margin: 0;
  line-height: 0;
}

.header-main-bar__jcj_logo {
  width: 135px;
  height: 67px;
  background: url("/o/uj-lift-theme/images/logotypes/jcj/logo-jcj.svg") no-repeat;
  margin-left: 1rem;
}

.header-main-bar__ptbk {
  display: inline-block;
  line-height: 0;
  margin-top: 0.25rem;
}

.header-main-bar__bj_logo {
  width: 166px;
  height: 68px;
  background: url("/o/uj-lift-theme/images/logotypes/bj/BJ_logo.svg") no-repeat;
  margin-left: 1rem;
}

.en_GB .header-main-bar__bj_logo {
  width: 166px;
  height: 68px;
  background: url("/o/uj-lift-theme/images/logotypes/bj/BJ_logo_en.svg") no-repeat;
  margin-left: 1rem;
}

.en_GB .header-main-bar__lll_logo {
  width: 100px;
  height: 63px;
  background: url("/o/uj-lift-theme/images/logotypes/lll/comorelp_color.svg") no-repeat;
  margin-left: 1.5rem;
}

.pl_PL .header-main-bar__logo,
.pl_PL .header-main-bar__logo-blank {
  background: url("/o/uj-lift-theme/images/logotypes/uj-pl.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.ru_RU .header-main-bar__logo, .ru_RU .header-main-bar__logo-blank,
.zh_CN .header-main-bar__logo, .zh_CN .header-main-bar__logo-blank,
.zh_TW .header-main-bar__logo, .zh_TW .header-main-bar__logo-blank,
.en_GB .header-main-bar__logo, .en_GB .header-main-bar__logo-blank,
.de_DE .header-main-bar__logo, .de_DE .header-main-bar__logo-blank,
.fr_FR .header-main-bar__logo, .fr_FR .header-main-bar__logo-blank,
.it_IT .header-main-bar__logo, .it_IT .header-main-bar__logo-blank,
.pt_BR .header-main-bar__logo, .pt_BR .header-main-bar__logo-blank,
.pt_PT .header-main-bar__logo, .pt_PT .header-main-bar__logo-blank,
.sv_SE .header-main-bar__logo, .sv_SE .header-main-bar__logo-blank,
.sk_SK .header-main-bar__logo, .sk_SK .header-main-bar__logo-blank,
.uk_UA .header-main-bar__logo, .uk_UA .header-main-bar__logo-blank,
.tr_TR .header-main-bar__logo, .tr_TR .header-main-bar__logo-blank,
.hi_IN .header-main-bar__logo, .hi_IN .header-main-bar__logo-blank,
.ur_PK .header-main-bar__logo, .ur_PK .header-main-bar__logo-blank {
  background: url("/o/uj-lift-theme/images/logotypes/uj-en.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.header-main-bar__logo,
.header-main-bar__logo-blank {
  display: block;
  width: 166px;
  height: 71px;
  transition: all 0.2s linear;
}

.header-main-bar__logo:hover, .header-main-bar__logo:active, .header-main-bar__logo:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.header-main-bar__logo-polonistyka {
  display: inline-block;
  height: 40px;
  background: url("/o/uj-lift-theme/images/logotypes/polonistyka/logo-polonistyka-white.svg") no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  background-size: contain;
  transition: all 0.2s linear;
  margin: -10px 10px -10px 0;
  padding: 10px 0 10px 60px;
}

.header-main-bar__logo-polonistyka:hover {
  opacity: 0.7;
  color: #fff !important;
}

.header-main-bar__logo img {
  display: none;
  width: 166px;
  height: 71px;
}

.header-main-bar__nav-wrapper {
  float: right;
  max-width: 75%;
}

.header-main-bar__nav-wrapper h1 {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.header-main-bar__nav-wrapper a {
  text-decoration: none;
}

.header-main-bar__nav-wrapper nav {
  font-size: 0;
}

.header-main-bar__nav-wrapper nav > ul {
  height: 6.875rem;
}

.header-main-bar__nav-wrapper nav > ul:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.header-main-bar__nav-wrapper nav > ul > li {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  position: relative;
  transition: all 0.2s linear;
  display: inline-block;
  vertical-align: middle;
}

.header-main-bar__nav-wrapper nav > ul > li > a {
  display: block;
  color: #005ca7;
  padding: 20px 35px 20px 10px;
  position: relative;
  background: #fff;
  border-top: 0;
  border-bottom: 0;
  transition: all 0.3s linear;
  transition-property: background, border;
}

.header-main-bar__nav-wrapper .open nav > ul > li > a {
  display: block;
}

.header-main-bar__nav-wrapper nav > ul > li > a:before {
  content: "\e60d";
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 10px;
  color: #b4b4b4;
  font-size: 1.375rem;
  z-index: 10;
}

.header-main-bar__nav-wrapper nav > ul > li > a:hover,
.header-main-bar__nav-wrapper nav > ul > li > a:active,
.header-main-bar__nav-wrapper nav > ul > li > a:focus {
  color: #fff;
  background: #005ca7;
  border-bottom: 0;
  border-bottom: 0;
}

.header-main-bar__nav-wrapper nav > ul > li > a:hover:before,
.header-main-bar__nav-wrapper nav > ul > li > a:active:before,
.header-main-bar__nav-wrapper nav > ul > li > a:focus:before {
  content: "\e60e";
  color: #fff;
}

/* Menu item alone - without arrow  */
.header-main-bar__nav-wrapper nav > ul > li > a.menu-item-alone {
  padding: 20px 10px 20px 10px;
}

.header-main-bar__nav-wrapper nav > ul > li > a.menu-item-alone:before {
  font-size: 0;
}

.header-main-bar__nav-wrapper .menu--ready .child-menu {
  display: none;
  height: auto;
  top: 100%;
  opacity: 1;
}

.header-main-bar__nav-wrapper .menu--ready .child-menu a {
  display: none;
}

.header-main-bar__nav-wrapper .menu--ready.open .child-menu a {
  display: block;
}

.header-main-bar__nav-wrapper .menu--ready.open > a {
  color: #fff;
  background: #005ca7;
  border-bottom: 0;
  transiton-duration: 0.5s;
}

.header-main-bar__nav-wrapper .menu--ready.open > a:before {
  content: "\e60e";
  color: #fff;
}

.header-main-bar__nav-wrapper .child-menu {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  background: #005ca7;
  text-transform: none;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: absolute;
  top: -1000%;
  right: 0;
  z-index: 100;
}

.header-main-bar__nav-wrapper .child-menu a {
  padding: 10px 20px;
  color: #fff;
  white-space: nowrap;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.header-main-bar__nav-wrapper .child-menu a:hover,
.header-main-bar__nav-wrapper .child-menu a:active,
.header-main-bar__nav-wrapper .child-menu a:focus {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #0066BA;
}

.header-main-bar__nav-wrapper .child-menu--right {
  left: 0;
  right: inherit;
}

.header-main-bar__nav-wrapper .child-menu__item-left {
  float: left;
  clear: left;
}

.header-main-bar__nav-wrapper .child-menu__item-right {
  float: none;
  border-left: 1px solid #006AC0;
}

.header-main-bar__nav-wrapper .child-sub-menu:first-child {
  border-right: 1px #004680 solid;
}

.header-main-bar__nav-wrapper .child-menu__item--right-border {
  border-right: 1px #004680 solid;
}

/* Portlet nawigacji bocznej - pionowej */
.portlet-navigation .list-menu {
  /* LEVEL-1 */
  /* LEVEL-2 */
}
.portlet-navigation .list-menu ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.portlet-navigation .list-menu ul li a {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  vertical-align: middle;
  display: block;
  background: #005ca7;
  padding: 1rem 2rem;
  cursor: pointer;
  position: relative;
  min-height: 1rem;
  border-top: 0 #f8c53a solid;
  border-right: 0 #e0e0e0 solid;
  border-bottom: 0 #e0e0e0 solid;
  border-left: 0 #e0e0e0 solid;
  margin-bottom: 0;
}
.portlet-navigation .list-menu ul li a.selected {
  color: #005ca7;
  background: #fff;
}
.portlet-navigation .list-menu ul li a.open {
  background: #fff;
  color: #005ca7;
}
.portlet-navigation .list-menu ul li a:before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e60f";
  width: auto;
  position: absolute;
  top: 1.25rem;
  bottom: 0;
  right: 30px;
  color: #f8c53a;
  font-size: 1.25rem;
}
.portlet-navigation .list-menu ul a:hover,
.portlet-navigation .list-menu ul a:active,
.portlet-navigation .list-menu ul a:focus {
  transition-duration: 0.3s;
  background: #f0f0f0;
  color: #005ca7;
  padding-left: 2rem;
}
.portlet-navigation .list-menu ul.level-1 > li {
  margin: 0 0 1rem 0;
  border: 1px #e0e0e0 solid;
  border-top: 3px #f8c53a solid;
}
.portlet-navigation .list-menu ul.level-1 > li > a {
  min-height: 4.0625rem;
  padding: 1.25rem 2.75rem 1.25rem 2rem;
}
.portlet-navigation .list-menu ul.level-1 > li > a:hover {
  padding-left: 2.5rem;
}
.portlet-navigation .list-menu ul.level-1 li a.selected {
  color: #005ca7;
  background: #fff;
}
.portlet-navigation .list-menu .nav-menu ul.level-2 > li {
  line-height: 1.7142857143;
  position: relative;
  margin-bottom: -1px;
}
.portlet-navigation .list-menu ul.level-2 > li > a:before,
.portlet-navigation .list-menu ul.level-3 > li > a:before,
.portlet-navigation .list-menu ul.level-4 > li > a:before {
  /*font-family: 'icomoon';
  content: "\e60f";
  width: auto;
  position: absolute;
  top: 1rem;
  bottom: 0;
  left: 30px;
  color: #f8c53a;
  font-size: 1.25rem;
  color:  #e0e0e0;*/
  display: none;
}
.portlet-navigation .list-menu ul.level-2 > li:after,
.portlet-navigation .list-menu ul.level-3 > li:after,
.portlet-navigation .list-menu ul.level-4 > li:after {
  content: "";
  width: auto;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  z-index: 0;
}
.portlet-navigation .list-menu ul.level-2 > li.selected a.selected,
.portlet-navigation .list-menu ul.level-3 > li.selected a.selected,
.portlet-navigation .list-menu ul.level-4 > li.selected a.selected {
  z-index: 1;
  margin-bottom: -1px;
}
.portlet-navigation .list-menu ul.level-2 > li > a,
.portlet-navigation .list-menu ul.level-3 > li > a,
.portlet-navigation .list-menu ul.level-4 > li > a {
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
  background: #fff;
  color: #292727;
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.portlet-navigation .list-menu ul.level-2 > li > a {
  padding: 8px 30px;
}
.portlet-navigation .list-menu ul.level-3 > li > a {
  padding: 8px 30px 8px 50px;
}
.portlet-navigation .list-menu ul.level-4 > li > a {
  padding: 8px 30px 8px 70px;
}
.portlet-navigation .list-menu ul.level-2 > li > a:active,
.portlet-navigation .list-menu ul.level-3 > li > a:active,
.portlet-navigation .list-menu ul.level-4 > li > a:active {
  font-weight: 500;
  color: #005ca7;
}
.portlet-navigation .list-menu ul.level-2 > li > a:hover,
.portlet-navigation .list-menu ul.level-3 > li > a:hover,
.portlet-navigation .list-menu ul.level-4 > li > a:hover {
  transition-duration: 0.3s;
  color: #fff;
  background: #005ca7;
  z-index: 10;
}
.portlet-navigation .list-menu ul.level-2 > li > a:hover {
  padding-left: 35px;
}
.portlet-navigation .list-menu ul.level-3 > li > a:hover {
  padding-left: 55px;
}
.portlet-navigation .list-menu ul.level-4 > li > a:hover {
  padding-left: 75px;
}
.portlet-navigation .list-menu ul.level-2 > li.selected > a,
.portlet-navigation .list-menu ul.level-3 > li.selected > a,
.portlet-navigation .list-menu ul.level-4 > li.selected > a {
  color: #005ca7;
  background: #f0f0f0;
}

/*end of nav-menu*/
.footer-top-bar__nav a.selected,
.footer-top-bar__nav-mobile a.selected {
  color: #f8c53a;
}

.main-footer {
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  background: #062e4e url("/o/uj-lift-theme/images/footer-world-map.png") top right no-repeat;
  border-bottom: 3px solid #f8c53a;
}

.main-footer a:hover, .main-footer a:active, .main-footer a:focus {
  text-decoration: underline;
}

.footer-top-bar {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  color: #fff;
  line-height: 2.1875rem;
}

.footer-top-bar__row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.footer-top-bar li {
  line-height: 2.1875rem;
}

.footer-top-bar a {
  color: #fff;
  text-decoration: none;
}

.footer-top-bar__logos {
  padding-top: 70px;
  position: relative;
  width: 16.6666666667%;
}

.footer-top-bar__logos:before {
  content: "";
  width: 180px;
  height: 3px;
  background: #f8c53a;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-bar__logos_configurable {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-bar__logos_configurable-3 {
  padding: 0 200px;
}

.footer-bar__logos_configurable_small {
  max-width: 180px;
  gap: 15px;
}

.footer-top-bar__uj-logo {
  flex: 0 0 90%;
  width: 180px;
  height: 100px !important;
  background: url("/o/uj-lift-theme/images/logotypes/uj-contrast-pl.svg") no-repeat;
}

.footer-top-bar__logos a {
  flex: 0 0 70%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}

.footer-bottom-bar__logos {
  padding-top: 50px;
  margin-top: 30px;
  border-top: 1px solid #34546e;
}

.footer-bottom-bar__logos a {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  gap: 1.5rem;
  height: 50px;
}

.footer-top-bar__idub-logo {
  background: url("../images/logotypes/logo-idub-white-pl.svg") no-repeat center/contain;
}

.en_GB .footer-top-bar__idub-logo,
.en_US .footer-top-bar__idub-logo {
  background: url("../images/logotypes/logo-idub-white-en.svg") no-repeat center/contain;
}

.footer-top-bar__unaeuropa-logo {
  background: url("../images/logotypes/logo-una-europa-white.svg") no-repeat center/contain;
}

.footer-top-bar__euraxess-logo {
  background: url("../images/logotypes/logo-euraxess-white.svg") no-repeat center/contain;
}

.footer-top-bar__coara-logo {
  background: url("../images/logotypes/logo-CoARA-white.svg") no-repeat center/contain;
}

.footer-top-bar__hr-logo {
  background: url("../images/logotypes/logo-hr.png") no-repeat center/contain;
}

.footer-top-bar__ue-logo {
  background: url("../images/logotypes/flaga-UE.svg") no-repeat center/contain;
}

.footer-top-bar__solaris-logo {
  background: url("../images/logotypes/solaris/solaris-white-pl.svg") no-repeat center/contain;
}

.footer-top-bar__bip-logo {
  display: block;
  width: 120px;
  height: 25px;
  background: url("/o/uj-lift-theme/images/logotypes/bip/logo-bip-gov-white.svg") no-repeat;
  background-position: top left;
  background-size: contain;
  transition: all 0.3s linear;
  margin: 1rem 0 0 0;
}

.footer-top-bar__bip-uj-logo,
.pl_PL .footer-top-bar__bip-uj-logo {
  display: block;
  width: 200px;
  height: 40px;
  background: url("/o/uj-lift-theme/images/logotypes/bip/logo-bip-uj-contrast-pl.svg") no-repeat;
  background-position: top left;
  background-size: contain;
  transition: all 0.3s linear;
  margin: 1rem 0 0 0;
}

.en_GB .footer-top-bar__bip-uj-logo,
.en_US .footer-top-bar__bip-uj-logo {
  display: block;
  width: 200px;
  height: 40px;
  background: url("/o/uj-lift-theme/images/logotypes/bip/logo-bip-uj-contrast-en.svg") no-repeat;
  background-position: top left;
  background-size: contain;
  transition: all 0.3s linear;
  margin: 1rem 0 0 0;
}

.footer-top-bar__ptpk-logo {
  background: url("../images/logotypes/ptpk/Logo_PTPK_white.svg") no-repeat center/contain;
}

.footer-top-bar__solaris-logo {
  display: block;
  width: 170px;
  height: 100px;
  background: url("/o/uj-lift-theme/images/logotypes/solaris/solaris-white-pl.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s linear;
  margin: 1rem 0 0 0;
}

.en_GB .footer-top-bar__solaris-logo,
.en_US .footer-top-bar__solaris-logo {
  background: url("/o/uj-lift-theme/images/logotypes/solaris/solaris-white-en.svg") no-repeat center/contain;
  background-size: contain;
}

.en_GB .footer-top-bar__clrf-logo,
.en_US .footer-top-bar__clrf-logo {
  background: url("/o/uj-lift-theme/images/logotypes/clrf/CLRF_logo_white.svg") no-repeat center/contain;
}

.footer-top-bar__jcj-logo {
  display: block;
  width: 170px;
  height: 100px;
  background: url("/o/uj-lift-theme/images/logotypes/jcj/logo_eaquals_white.svg") no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  margin: 1rem 0 1.5rem 0;
}

.en_GB .footer-top-bar__erasmusplus-logo,
.en_US .footer-top-bar__erasmusplus-logo {
  background: url("/o/uj-lift-theme/images/logotypes/lll/Unia_Erasmus.svg") no-repeat center/contain;
}

.footer-top-bar__hr-logo:hover,
.footer-top-bar__hr-logo:active,
.footer-top-bar__hr-logo:focus,
.footer-top-bar__idub-logo:hover,
.footer-top-bar__idub-logo:active,
.footer-top-bar__idub-logo:focus,
.footer-top-bar__unaeuropa-logo:hover,
.footer-top-bar__unaeuropa-logo:active,
.footer-top-bar__unaeuropa-logo:focus,
.footer-top-bar__bip-logo:hover,
.footer-top-bar__bip-logo:active,
.footer-top-bar__bip-logo:focus,
.footer-top-bar__bip-uj-logo:hover,
.footer-top-bar__bip-uj-logo:active,
.footer-top-bar__bip-uj-logo:focus,
.footer-top-bar__solaris-logo:hover,
.footer-top-bar__solaris-logo:active,
.footer-top-bar__solaris-logo:focus,
.footer-top-bar__clrf-logo:hover,
.footer-top-bar__clrf-logo:active,
.footer-top-bar__clrf-logo:focus,
.footer-top-bar__jcj-logo:hover,
.footer-top-bar__jcj-logo:active,
.footer-top-bar__jcj-logo:focus,
.footer-top-bar__erasmusplus-logo:hover,
.footer-top-bar__erasmusplus-logo:active,
.footer-top-bar__erasmusplus-logo:focus,
.footer-top-bar__euraxess-logo:hover,
.footer-top-bar__euraxess-logo:active,
.footer-top-bar__euraxess-logo:focus,
.footer-top-bar__coara-logo:hover,
.footer-top-bar__coara-logo:active,
.footer-top-bar__coara-logo:focus,
.footer-top-bar__ue-logo:hover,
.footer-top-bar__ue-logo:active,
.footer-top-bar__ue-logo:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.ru_RU .footer-top-bar__uj-logo,
.zh_CN .footer-top-bar__uj-logo,
.zh_TW .footer-top-bar__uj-logo,
.en_GB .footer-top-bar__uj-logo {
  display: block;
  width: 180px;
  height: 100px;
  background: url("/o/uj-lift-theme/images/logotypes/uj-contrast-en.svg") no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}

.footer-top-bar__logos a:hover,
.footer-top-bar__logos a:active,
.footer-top-bar__logos a:focus {
  text-decoration: none;
}

.footer-top-bar__uj-logo:hover,
.footer-top-bar__uj-logo:active,
.footer-top-bar__uj-logo:focus,
.footer-top-bar__rp-eagle:hover,
.footer-top-bar__rp-eagle:active,
.footer-top-bar__rp-eagle:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.footer-top-bar__group {
  width: 83.3333333333%;
  float: left;
  margin-top: 70px;
}

.footer-top-bar__nav {
  border-left: 1px solid #34546e;
  border-right: 1px solid #34546e;
  padding: 0 2rem;
  width: 60%;
  float: left;
}

.footer-top-bar__nav > ul > li {
  max-width: 40%;
  margin-right: 2em;
  float: left;
}

.footer-top-bar__nav a {
  white-space: nowrap;
  position: relative;
}

.footer-top-bar__nav a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #f8c53a;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s linear;
}

.footer-top-bar__nav a:hover,
.footer-top-bar__nav a:active,
.footer-top-bar__nav a:focus {
  text-decoration: none;
}

.footer-top-bar__nav a:hover:before,
.footer-top-bar__nav a:active:before,
.footer-top-bar__nav a:focus:before {
  width: 100%;
  opacity: 1;
}

.footer-top-bar__nav-mobile {
  display: none;
}

.footer-top-bar__adress {
  padding: 0 50px;
  width: 100%;
}

.footer-top-bar__adress a {
  white-space: normal;
  position: relative;
}

.footer-top-bar__adress a:before {
  display: none;
}

.footer-top-bar__adress a:hover, .footer-top-bar__adress a:active, .footer-top-bar__adress a:focus {
  text-decoration: none;
  color: #8397a7;
}

.footer-top-bar__adress a:hover:before, .footer-top-bar__adress a:active:before, .footer-top-bar__adress a:focus:before {
  width: 100%;
  opacity: 1;
}

.footer-top-bar__adress-title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  padding-bottom: 5px;
}

.footer-bottom-bar {
  color: #8296a6;
  border-top: 1px solid #34546e;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-bottom-bar a {
  text-decoration: none;
  color: #8296a6;
}

.footer-bottom-bar__copyrights {
  float: left;
}

.footer-bottom-bar__copyrights-link {
  margin-right: 10px;
}

.footer-bottom-bar__agency {
  float: right;
  text-align: right;
}

.footer-bottom-bar__agency a {
  position: relative;
}

.footer-bottom-bar__agency a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #8296a6;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s linear;
}

.footer-bottom-bar__agency a:hover, .footer-bottom-bar__agency a:active, .footer-bottom-bar__agency a:focus {
  text-decoration: none;
}

.footer-bottom-bar__agency a:hover:before, .footer-bottom-bar__agency a:active:before, .footer-bottom-bar__agency a:focus:before {
  width: 100%;
  opacity: 1;
}

#footer-site-editors {
  cursor: pointer;
}

#footer-site-editors:hover, #footer-site-editors:active, #footer-site-editors:focus {
  color: #8397a7;
}

.footer-site-editors {
  display: none;
  text-align: right;
}

.footer-site-editors ul {
  margin: 1rem 0;
}

.footer-site-editors li {
  color: #fff;
  line-height: 1.75rem;
}

.footer-site-editors a {
  color: #fff;
}

/* tooltip */
.tooltip {
  height: 20px;
  background: #fff;
  border: 1px #e0e0e0 solid;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 19px;
  padding: 0 5px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  white-space: nowrap;
}

.tooltip:before, .tooltip:after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: -1px;
  pointer-events: none;
}

.tooltip--left:before {
  border-left: 8px solid #e0e0e0;
  right: -9px;
}

.tooltip--left:after {
  border-left: 8px solid #fff;
  right: -8px;
}

.tooltip--right:before {
  border-right: 8px solid #e0e0e0;
  left: -9px;
}

.tooltip--right:after {
  border-right: 8px solid #fff;
  left: -8px;
}

.dockbar-ready .mm-menu {
  margin-top: 0;
}

.mm-menu .mm-list {
  margin-top: 10px;
}

.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.mm-menu .mm-hidden {
  display: none;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.has-control-menu .jsMobileMenu {
  top: 56px;
}

.has-control-menu .header-main-bar.jsHeaderMainBar {
  top: 56px;
}

.mm-menu, .mm-menu > .mm-panel {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.mm-menu > .mm-panel {
  width: 100%;
}

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}

.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}

.mm-menu .mm-list {
  padding: 20px 0;
}

.mm-menu > .mm-list {
  padding-bottom: 0;
}

.mm-menu > .mm-list:after {
  content: "";
  display: block;
  height: 40px;
}

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}

.mm-panel > .mm-list:first-child {
  padding-top: 0;
}

.mm-list, .mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-list {
  font: inherit;
  font-size: 14px;
}

.mm-list a, .mm-list a:hover {
  text-decoration: none;
}

.mm-list > li {
  position: relative;
}

.mm-list > li > a, .mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  bottom: 0;
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}

.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.mm-list a.mm-subopen:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}

.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}

.mm-list > li.mm-selected > a.mm-subopen {
  background: 0 0;
}

.mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}

.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}

.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}

.mm-list > li.mm-spacer {
  padding-top: 40px;
}

.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}

.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}

.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}

.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px;
}

.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu {
  background: #004680;
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list > li.mm-label, .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.mm-opened {
  position: relative;
}

.mm-opened, .mm-opened body {
  overflow: hidden;
}

.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.mm-opened #mm-blocker, .mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

.mm-menu .mm-list {
  margin-top: 30px;
}

.mm-list a.mm-subopen {
  width: 100%;
}

.mm-menu__close-button {
  display: block;
  padding: 10px 20px;
  cursor: pointer;
}

/* BREADCRUMBS */
.portlet-breadcrumb {
  background-color: #f5f5f5;
  border-bottom: 1px #e0e0e0 solid;
}

html {
  /*
  .breadcrumbs li:after {
    content: "\e60f";
  }
  */
  /*
  .breadcrumbs-horizontal li:before{
      color:#b4b4b4;
      position:absolute;
      top:50%;
      right:0;
      margin-top:-7px;
        font-size: 12px;
      }
  */
  /*
  .breadcrumbs-horizontal li:after{
    font-family: 'icomoon';
    color:#b4b4b4;
    position:absolute;
    top:0%;
    right:0;
    margin-top:0px;
    font-size: 12px;
  }
  */
  /*
  .breadcrumbs-horizontal .last:before{
      display:none
      }
  */
  /*
  .breadcrumbs-horizontal .last:after{
    display:none;
  }
  */
}
html .breadcrumb {
  background: none;
}
html .breadcrumbs {
  max-width: 1430px;
  font-family: Ubuntu;
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 500;
  text-transform: uppercase;
  overflow: auto;
  padding: 20px 75px;
}
html .breadcrumbs a {
  display: block;
}
html .breadcrumbs li {
  line-height: 2;
}
html .breadcrumbs .breadcrumb-item + .breadcrumb-item {
  padding-left: 1.85rem;
}
html .breadcrumbs-horizontal {
  margin: 0 auto;
}
html .breadcrumbs-horizontal li {
  margin-right: 1.5rem;
  float: left;
  position: relative;
  background: none;
}
html .breadcrumbs-horizontal a {
  color: #aaa;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
html .breadcrumbs-horizontal .last {
  padding-right: 0;
  margin: 0;
}
html .breadcrumbs-horizontal .last a {
  color: #005ca7;
}
html .breadcrumbs-horizontal .active {
  padding-right: 0;
  margin-right: 0;
}
html .breadcrumbs-horizontal a:hover,
html .breadcrumbs-horizontal a:active,
html .breadcrumbs-horizontal a:focus {
  color: #292727;
  text-decoration: underline;
}

/* RWD */
@media (max-width: 1210px) {
  html .breadcrumbs {
    padding: 20px 20px;
  }
}
@media all and (min-width: 960px) {
  html .breadcrumbs {
    padding: 20px 75px;
    background: none;
  }
}
@media all and (max-width: 480px) {
  html .breadcrumbs {
    display: none;
  }
}
html .page-heading {
  min-height: 170px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
}
html .page-heading__title {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  border-top: 3px #f8c53a solid;
  padding-top: 30px;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 1px 1px 7px rgba(1, 1, 1, 0.9);
  text-decoration: none;
  font-size: 2.8125rem;
}
html .page-heading__subtitle {
  color: #fff;
  line-height: 1.4;
  margin: 0;
  text-shadow: 1px 1px 7px rgba(1, 1, 1, 0.9);
  font-size: 1.6em;
}
html .page-sub-heading__title {
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.785rem;
  padding-bottom: 26px;
  margin-bottom: 30px;
  border-bottom: 1px #e0e0e0 solid;
}
html .page-heading a {
  text-decoration: none;
}

/* -------- SOCIAL MEDIA --------------- */
.main-socials {
  border-top: 3px solid #e0e0e0;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.main-socials__heading {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}

.main-socials__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-socials__item {
  display: flex;
  flex-direction: row;
  width: 160px;
  line-height: 40px;
  color: #aaa;
  margin: 10px 0;
  transition: all 0.3s linear;
}

.main-socials__item .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px;
  stroke-width: 0;
  fill: #fff;
  color: #fff;
  background: #aaa;
  text-align: center;
  transition: all 0.3s linear;
}

.main-socials__item:hover .icon,
.main-socials__item:active .icon,
.main-socials__item:focus .icon {
  background: #ddd;
}

.main-socials__item:hover .main-socials__item-text,
.main-socials__item:active .main-socials__item-text,
.main-socials__item:focus .main-socials__item-text {
  color: #ddd;
}

.main-socials__item--facebook .icon {
  background: #1877f2;
}

.main-socials__item--x .icon {
  background: #000;
}

.main-socials__item--youtube .icon {
  background: #fe1f1f;
}

.main-socials__item--flickr .icon {
  background: #0063dc;
}

.main-socials__item--instagram .icon {
  background: #e4405f;
}

.main-socials__item--instagram-misjauj .icon {
  background: #3c3;
}

.main-socials__item--linkedin .icon {
  background: #0077b5;
}

.main-socials__item--spotify .icon {
  background: #1ed760;
}

.main-socials__item--vk .icon {
  background: #4680c2;
}

.main-socials__item--snapchat .icon {
  background: #fffc00;
}

.main-socials__item--messenger .icon {
  background: #00b2ff;
}

.main-socials__item--googlescholar .icon {
  background: #4885ed;
}

.main-socials__item--microsoftteams .icon {
  background: #6264a7;
}

.main-socials__item--orcid .icon {
  background: #a6ce39;
}

.main-socials__item--pinterest .icon {
  background: #bd081c;
}

.main-socials__item--soundcloud .icon {
  background: #f30;
}

.main-socials__item--tiktok .icon {
  background: #000;
}

.main-socials__item--twitch .icon {
  background: #6441a4;
}

.main-socials__item--whatsapp .icon {
  background: #25d366;
}

.main-socials__item--bip .icon {
  background: #c6151c;
}

.main-socials__item--rss .icon {
  background: #ffa500;
}

.main-socials__item-text {
  display: block;
  float: left;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 0 10px;
  font-size: 0.75rem;
  transition: all 0.3s linear;
}

@media all and (min-width: 720px) {
  .main-socials__content {
    justify-content: start;
  }
}
/* MAIN ASIDE ------------------------------------------------------------------------------------------------------------------ */
.main-aside {
  margin: 0;
}

.main-aside__menu {
  border-top: 3px #f8c53a solid;
  border-right: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
  margin-bottom: 20px;
}

.main-aside__menu ul {
  display: none;
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.main-aside__menu ul:last-child {
  margin-bottom: 10px;
}

.main-aside__menu li {
  position: relative;
  margin-bottom: -1px;
  padding: 0;
  line-height: 1.7142857143;
}

.main-aside__menu li:after {
  content: "";
  width: auto;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  z-index: 0;
}

.main-aside__menu li.active a {
  font-weight: 500;
  color: #005ca7;
  padding-left: 40px;
}

.main-aside__menu li.active a:before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -4px;
  font-size: 0.5rem;
}

.main-aside__menu ul a {
  position: relative;
  display: block;
  color: #292727;
  text-decoration: none;
  padding: 8px 30px;
  z-index: 10;
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.main-aside__menu ul a:hover, .main-aside__menu ul a:active, .main-aside__menu ul a:focus {
  transition-duration: 0.3s;
  color: #fff;
  background: #005ca7;
  padding-left: 40px;
}

.main-aside__menu-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #005ca7;
  padding: 0 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  height: 4.0625rem;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.main-aside__menu-title:focus, .main-aside__menu-title:hover {
  color: #fff;
}

.main-aside__menu-title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  min-height: 100%;
}

.main-aside__menu-title:hover, .main-aside__menu-title:active, .main-aside__menu-title:focus {
  padding-left: 40px;
}

.main-aside__menu-title .icon, .main-aside__menu-title .header-top-bar__lang-dropdown:before, .main-aside__menu-title .header-main-bar__nav-wrapper nav > ul > li > a:before, .header-main-bar__nav-wrapper .main-aside__menu-title nav > ul > li > a:before, .main-aside__menu-title .breadcrumbs li:before, .breadcrumbs .main-aside__menu-title li:before, .main-aside__menu-title .main-aside__menu li.active a:before, .main-aside__menu li.active .main-aside__menu-title a:before, .main-aside__menu-title .main-aside__menu-title:before {
  margin-right: 10px;
}

.main-aside__menu-title span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.main-aside__menu-title:before {
  content: "\e60d";
  width: auto;
  position: absolute;
  top: 1.5rem;
  bottom: 0;
  right: 30px;
  color: #f8c53a;
  font-size: 1.25rem;
}

.main-aside__menu--open .main-aside__menu-title {
  color: #005ca7;
  background: #fff;
}

.main-aside__menu--open .main-aside__menu-title:before {
  content: "\e60e";
  color: #e0e0e0;
}

.main-aside__menu--open ul {
  display: block;
}

.main-aside__menu-link:before {
  content: "\e60f";
}

.faculty {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.faculty__map {
  margin-bottom: 30px;
  position: relative;
}

.faculty__map-info {
  background: #005ca7;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  z-index: 10;
}

.faculty__map-info img {
  width: 100%;
  height: auto;
  max-height: 195px;
  display: block;
}

.faculty__map-info-text {
  padding: 15px 20px;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 300;
  max-width: 250px;
}

.faculty__map-container {
  height: 380px;
  position: relative;
  z-index: 1;
}

.faculty__map-marker {
  display: none;
}

.faculty__section {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin: 30px 0;
}

.faculty__section-title {
  padding: 20px 0;
  border-top: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
}

.faculty__section-content {
  color: #444;
  padding: 20px 0;
  border-bottom: 1px #e0e0e0 solid;
}

.faculty__heading {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  margin-bottom: 20px;
}

.faculty__description {
  color: #444;
}

.faculty__contact-info a {
  color: #005ca7;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.faculty__contact-info a:hover, .faculty__contact-info a:active, .faculty__contact-info a:focus {
  color: #292727;
}

.faculty__gray-text {
  color: #444;
}

.faculty__side-list {
  width: 75%;
  float: left;
  padding-left: 30px;
}

.faculty__side-list a {
  text-decoration: none;
}

.faculty__side-list a:hover, .faculty__side-list a:active, .faculty__side-list a:focus {
  text-decoration: underline;
}

.faculty__side-list-items {
  border-top: 2px #f4f4f4 solid;
  border-bottom: 2px #f4f4f4 solid;
  margin-bottom: 30px;
}

.faculty__side-list-item {
  padding: 20px 0;
  border-top: 1px #e0e0e0 solid;
}

.faculty__side-list-item:first-child {
  border-top: none;
}

.faculty__side-list-item-title {
  display: block;
  color: #444;
}

.faculty__side-list-item-subtitle {
  display: block;
}

.faculty__box-links {
  margin-bottom: 30px;
}

.faculty__box-links {
  *zoom: 1;
}

.faculty__box-links:before, .faculty__box-links:after {
  content: "";
  display: table;
}

.faculty__box-links:after {
  clear: both;
}

.faculty__box-links--single {
  float: left;
  width: 25%;
}

.faculty__box-links--single .faculty__box-link {
  width: 100%;
  margin: 0;
}

.faculty__box-links--short .faculty__box-link-text {
  min-height: 130px;
}

.faculty__box-link {
  display: block;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 2%;
  float: left;
  text-decoration: none;
  color: #292727;
  background: #f4f4f4;
}

.faculty__box-link:first-child {
  margin-left: 0;
}

.faculty__box-link:hover img, .faculty__box-link:active img, .faculty__box-link:focus img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.faculty__box-link:hover .faculty__box-link-text, .faculty__box-link:active .faculty__box-link-text, .faculty__box-link:focus .faculty__box-link-text {
  color: #005ca7;
}

.faculty__box-link:hover .faculty__box-link-text-highlight, .faculty__box-link:active .faculty__box-link-text-highlight, .faculty__box-link:focus .faculty__box-link-text-highlight {
  color: #000;
}

.faculty__box-link--reset {
  margin-left: 0;
  clear: both;
}

.faculty__box-link-image {
  background: #000;
}

.faculty__box-link-image img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.faculty__box-link-text {
  min-height: 200px;
  padding: 20px 20px 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-family: "Libre Baskerville", serif;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  word-wrap: break-word;
  background-color: #f4f4f4;
}

.faculty__box-link-text:before {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  color: #005ca7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faculty__box-link-text-highlight {
  color: #005ca7;
  margin-bottom: 10px;
}

/* RWD faculty */
@media all and (max-width: 719px) {
  .faculty__map-info {
    position: static;
    width: 100%;
  }
  .faculty__map-info img {
    display: none;
  }
  .faculty__side-list {
    width: 100%;
    padding-left: 0;
  }
  .faculty__box-links--single {
    width: 100%;
  }
  .faculty__box-link {
    width: 100%;
    margin-left: 0;
    background: #f4f4f4;
    margin-bottom: 20px;
  }
  .faculty__box-link-image {
    width: 25%;
    float: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
  }
  .faculty__box-link-text {
    width: 72%;
    float: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    min-height: 0;
    padding: 20px;
  }
  .faculty__box-link-text:before {
    top: 50%;
    bottom: inherit;
    right: 0;
    margin-top: -10px;
  }
  .faculty__box-link-text:after {
    display: none;
  }
}
html {
  /*! start style from portlet with forms  */
  /*! end style from portlet with forms  */
  /*!
   * Pikaday
   * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
   */
}
html .form {
  *zoom: 1;
}
html .form input {
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 18px;
  height: 46px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #b1b1b1;
  text-decoration: none;
  white-space: nowrap;
  line-height: 46px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  background-image: none;
}
html .form button[type=submit],
html .form input[type=submit],
html .form input[type=button],
html .form input[type=reset],
html button {
  background: #005ca7;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0px;
  text-shadow: none;
  padding: 0px;
  font-weight: normal;
}
html .form button[type=submit],
html .form input[type=submit],
html .form input[type=button],
html .form input[type=reset] {
  min-width: 170px;
}
html .form button[type=submit]:hover,
html .form button[type=submit]:active,
html .form button[type=submit]:focus,
html .form input[type=submit]:hover,
html .form input[type=submit]:active,
html .form input[type=submit]:focus .form button:focus {
  color: #005ca7;
  background: #f4f4f4;
  border-color: #ededed;
}
html .form textarea {
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 1em;
  border: 1px solid #E0E0E0;
  background-color: #FFF;
  background-image: none;
  color: #B1B1B1;
  text-decoration: none;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  min-height: 150px;
}
html .form textarea:focus {
  background-color: #fff;
  outline-color: rgb(77, 144, 254);
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
html .form:before, html .form:after {
  content: "";
  display: table;
}
html .form:after {
  clear: both;
}
html .form--search {
  margin-bottom: 30px;
}
html .form--contact {
  max-width: 700px;
  margin-bottom: 50px;
}
html .form--contact label {
  display: block;
  margin-bottom: 10px;
}
html .form--contact input[type=text],
html .form--contact textarea,
html .form--contact select,
html .form--contact .chosen-container {
  width: 100% !important;
  font-family: "Ubuntu", sans-serif;
}
html .form--contact input[type=submit] {
  font-family: "Ubuntu", sans-serif;
}
html .form--objects label {
  display: block;
  margin-bottom: 10px;
}
html .form--objects input[type=text],
html .form--objects textarea,
html .form--objects select,
html .form--objects .chosen-container {
  width: 100% !important;
  font-family: "Ubuntu", sans-serif;
}
html .form--objects input[type=submit] {
  max-width: 100%;
  min-width: 100%;
  font-family: "Ubuntu", sans-serif;
  margin-top: 34px;
  margin-top: 2.125rem;
}
html .form__column {
  width: 50%;
  float: left;
  padding-right: 15px;
}
html .form__column--even {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 15px;
}
html .form__column-1of5 {
  width: 20%;
  float: left;
}
html .form__column-2of5 {
  width: 40%;
  float: left;
  padding-right: 20px;
}
html .form__column--clear {
  clear: both;
}
html .form__gray-text {
  color: #444;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin: 30px 0;
}
html .search-input {
  min-width: 430px;
  float: left;
}
html .search-submit, html button[type=submit].search-submit, html input[type=submit].search-submit {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: none;
  min-width: 46px;
}
html form .input-datepicker {
  background: url("../images/calendar-icon.png") no-repeat center right;
}
html .form__checkbox label {
  display: block;
}
html .form__checkbox input {
  height: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
html .form__checkbox span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
html .form__checkbox--horizontal label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 10px;
}
html .form__checkbox-placeholder {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
html .form__radio label {
  display: block;
}
html .form__radio input {
  height: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 4px 4px 0 0;
}
html .form__radio span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
html .form__radio--horizontal label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 10px;
}
html .tooltip-help .tooltip-inner {
  color: #535353;
  background-color: #fdfaec;
  border: 0;
  max-width: 700px;
  overflow-wrap: break-word;
  text-align: left;
  word-wrap: break-word;
  top: -35px;
  padding: 10px;
}
html .tooltip-help {
  border: none !important;
  max-width: 700px;
}
html .tooltip.top .tooltip-arrow {
  bottom: 6px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
html .tooltip.top {
  padding: 6px 0;
}
html fieldset {
  border: 0px;
  padding: 0rem;
  margin: 1rem 0 0 0;
}
html .row-fluid {
  background: #fdfdfd;
}
html .control-group {
  padding: 0.5rem;
  margin: 0.5rem;
  background: #fefefe;
}
html .help-inline {
  font-size: 0.875rem;
}
html .form textarea {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #FFF;
  background-image: none;
  color: #b1b1b1;
  text-decoration: none;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  min-height: 3rem;
}
html .form input {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 3rem;
  background-color: #fff;
  color: #b1b1b1;
  text-decoration: none;
  white-space: nowrap;
  line-height: 46px;
  font-size: 0.875rem;
  background-image: none;
  margin-bottom: 0.25rem;
}
html .form select {
  width: 100% !important;
  height: auto;
  margin-bottom: 0.25rem;
}
html .form input[type=checkbox] {
  width: 1.5rem;
  min-height: 1rem;
  height: 1.5rem;
  margin: 0 0.5rem 0 0;
}
html .form .toggle-switch-check-bar input[type=checkbox] {
  margin: 0;
  width: 0;
}
html input[type=radio], html input[type=checkbox] {
  float: left;
  margin-left: -20px;
  width: 1.5rem;
}
html .form button {
  padding: 0.75rem !important;
  margin: 0rem;
}
html .form button.disabled {
  background: #bbb;
}
html .pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Ubuntu", sans-serif;
}
html .pika-single.is-hidden {
  display: none;
}
html .pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
html .pika-single {
  *zoom: 1;
}
html .pika-single:before, html .pika-single:after {
  content: " ";
  display: table;
}
html .pika-single:after {
  clear: both;
}
html .pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
html .pika-title {
  position: relative;
  text-align: center;
}
html .pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
html .pika-label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
html .pika-prev, html .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 75% 75%;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
html .pika-prev:hover, html .pika-next:hover {
  opacity: 1;
}
html .pika-prev.is-disabled, html .pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
html .pika-prev, html .is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
html .pika-next, html .is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
html .pika-select {
  display: inline-block;
  zoom: 1;
  *display: inline;
  *display: inline;
}
html .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
html .pika-table th, html .pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
html .pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
html .pika-table abbr {
  border-bottom: none;
  cursor: help;
}
html .pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
html .is-today .pika-button {
  color: #005ca7;
  font-weight: bold;
}
html .is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #005ca7;
  -webkit-box-shadow: inset 0 1px 3px #178fe5;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
html .is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
html .pika-button:hover {
  color: #fff !important;
  background: #005ca7 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}
html .pika-week {
  font-size: 11px;
  color: #999;
}

.portlet-forms-display .lfr-ddm__default-page-header-title {
  font-size: 1.5rem;
  line-height: 1.5;
}

.portlet-forms-display .ddm-user-view-content .reference-mark {
  font-size: 0.5rem;
  color: #b95000;
}

.portlet-forms-display button {
  border: none;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
}

.controls-hidden .portlet-forms-display .icons-container {
  display: none;
}

/* RWD */
@media (max-width: 960px) {
  html .form__column, html .form__column--even {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  html .input-group {
    *zoom: 1;
  }
  html .input-group:before, html .input-group:after {
    content: "";
    display: table;
  }
  html .input-group:after {
    clear: both;
  }
  html .input-group input, html .input-group select {
    width: 100%;
  }
  html .input-group .chosen-container {
    width: 100% !important;
  }
  html .input-group__label-wrapper {
    width: 100%;
    height: auto;
  }
  html .input-group__label-wrapper label {
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  html .input-group__label-wrapper:after {
    display: none;
  }
}
@media (max-width: 720px) {
  html .form--objects input[type=submit] {
    margin-top: 0;
  }
  html .form__column-1of5 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  html .form__column-2of5 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  html button[type=submit], html input[type=submit] {
    width: 100%;
    min-width: 100%;
  }
  html .search-input {
    min-width: 100%;
  }
}
/* Chosen container -------------------------- */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  max-width: 100%;
  min-width: 320px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-top: 0;
  background: #fff;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
  height: 46px;
  border: 1px solid #e0e0e0;
  background-color: #f8f8f8;
  color: #111;
  text-decoration: none;
  white-space: nowrap;
  line-height: 46px;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 26px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 46px;
  color: #005ca7;
  font-size: 20px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #b1b1b1;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 5px 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 6px 18px;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  color: #005ca7;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  -webkit-background-size: 100% 19px;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  background: #f4f4f4;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("../images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  html .chosen-rtl .chosen-search input[type=text],
  html .chosen-container-single .chosen-single abbr,
  html .chosen-container-single .chosen-single div b,
  html .chosen-container-single .chosen-search input[type=text],
  html .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  html .chosen-container .chosen-results-scroll-down span,
  html .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    -webkit-background-size: 52px 37px !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* ARTICLE ------------------------------------------------------------------------------------------------------------------ */
html {
  /* article gallery */
  /*!
   * Justified Gallery - v3.6.3
   * http://miromannino.github.io/Justified-Gallery/
   * Copyright (c) 2016 Miro Mannino
   * Licensed under the MIT license.
   */
  /* Fancybox Gallery ------------------------------------------------------------------------------------------------------------------ */
  /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
  /* Overlay helper */
  /* Title helper */
  /*Retina graphics!*/
}
html .article__content {
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #444;
}
html .article__content h1,
html .article__content h2,
html .article__content h3,
html .article__content h4,
html .article__content h5,
html .article__content h6 {
  color: #000;
  font-weight: bold;
  line-height: 1.7142857143;
  clear: both;
  padding-top: 1rem;
}
html .article__description {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
html .article__content a {
  color: #005ca7;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: underline;
}
html .article__content a:hover, html .article__content a:active, html .article__content a:focus {
  color: #292727;
}
html .article__content img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
html .article__content blockquote {
  width: 40%;
  float: right;
  color: #005ca7;
  font-size: 1.125rem;
  line-height: 1.7333333333;
  border-top: 2px #005ca7 solid;
  border-bottom: 2px #f4f4f4 solid;
  margin: 0 20px;
  padding: 30px 0;
  position: relative;
  background: url("../images/blockquote-top-bg.png") no-repeat;
  background-position: 30px 0;
}
html .article__content blockquote p {
  font-size: 1.125rem;
  line-height: unset;
  margin: 0;
  padding-right: 20px;
  position: relative;
  background: url("../images/blockquote-bottom-bg.png") no-repeat;
  background-position: right bottom;
}
html .article__content blockquote footer {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  color: #444;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 15px;
}
html .article__content ul {
  list-style: none;
  margin-left: 2em;
}
html .article__content ol li, html .article__content ul li {
  position: relative;
  line-height: 1.71429;
  margin-bottom: 8px;
}
html .article__content ul li:before {
  color: #005ca7;
  position: absolute;
  top: 7px;
  left: -15px;
  font-size: 0.5rem;
}
html .article__content table {
  border-top: 2px #005ca7 solid;
  border-right: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
html .article__content table th {
  background: #fbfbfb;
  color: #005ca7;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}
html .article__content table th, html .article__content table td {
  border-bottom: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
  padding: 30px;
  vertical-align: top;
}
html .article__content table th:first-child, html .article__content table td:first-child {
  border-left: none;
}
html .article__content .article__download-item {
  display: block;
  text-decoration: none;
  padding: 0 0;
  border-top: 1px #e0e0e0 solid;
}
html .article__content .article__download-item:first-child {
  border-top: none;
  padding-top: 0;
}
html .article__content .article__download-item:hover .article__download-item-icon, html .article__content .article__download-item:active .article__download-item-icon, html .article__content .article__download-item:focus .article__download-item-icon {
  color: #005ca7;
  background: #f4f4f4;
}
html .article__content .article__download-item-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  vertical-align: middle;
  color: #aaaaaa;
  border: 1px #e0e0e0 solid;
  font-size: 0.8125rem;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  margin-right: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
}
html .article__content .article__download-item-title {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
html .article__gallery-items {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}
html .article__gallery-items img {
  height: unset;
  max-width: unset;
}
html .article__gallery-container .picrow {
  display: none;
}
html .article__gallery-container .picrow:first-child, html .article__gallery-container .picrow:first-child + .picrow {
  display: block;
}
html .article__gallery-container--show .picrow {
  display: block;
}
html .article__gallery-item {
  float: left;
  position: relative;
  overflow: hidden;
  background: #000;
}
html .article__gallery-item:hover img, html .article__gallery-item:hover .article__gallery-item-content, html .article__gallery-item:active img, html .article__gallery-item:active .article__gallery-item-content, html .article__gallery-item:focus img, html .article__gallery-item:focus .article__gallery-item-content {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
html .article__gallery-item img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-top: 0 !important;
}
html .article__gallery-item-content {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html .article__gallery-item--placeholder {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  text-decoration: none;
  text-align: left;
}
html .article__gallery-item--placeholder span {
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding-right: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  font-size: 1rem;
  line-height: 1.5;
}
html .article__gallery-item--placeholder span:before {
  font-size: 20px;
  color: #f8c53a;
  position: absolute;
  bottom: -30px;
  left: 0;
}
html .article__gallery-image {
  position: relative;
  /* normalize AUI*/
  height: unset;
  max-width: unset;
  vertical-align: unset;
}
html .article__date {
  font-family: "Libre Baskerville", serif;
  color: #292727;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  border-top: 1px #e0e0e0 solid;
  padding: 30px 0;
  margin-bottom: 30px;
}
html .article__tags {
  font-family: "Libre Baskerville", serif;
  color: #292727;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 20px;
  clear: both;
}
html .article__tags-list {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  color: #005ca7;
}
html .article__tags-list li {
  display: inline-block;
}
html .article__tags-list a {
  color: #005ca7;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
html .article__tags-list a:hover, html .article__tags-list a:active, html .article__tags-list a:focus {
  color: #292727;
}
html .article__socials {
  margin-bottom: 30px;
}
html .article__socials ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
html .article__socials ul {
  *zoom: 1;
}
html .article__socials ul:before, html .article__socials ul:after {
  content: "";
  display: table;
}
html .article__socials ul:after {
  clear: both;
}
html .article__socials li {
  float: left;
}
html .article__socials li a {
  display: block;
  width: 50px;
  height: 50px;
  color: #aaaaaa;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  border-top: 1px #e0e0e0 solid;
  border-right: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
html .article__socials li a:hover, html .article__socials li a:active, html .article__socials li a:focus {
  color: #005ca7;
  background: #f4f4f4;
}
html .article__socials li:first-child a {
  border-left: 1px #e0e0e0 solid;
}
html .article__related-posts {
  margin-bottom: 30px;
  margin-top: 30px;
}
html .article__related-posts {
  *zoom: 1;
}
html .article__related-posts:before, html .article__related-posts:after {
  content: "";
  display: table;
}
html .article__related-posts:after {
  clear: both;
}
html .article__related-post {
  text-decoration: none;
  color: #292727;
  background: #f4f4f4;
}
html .article__related-post:first-child {
  margin-left: 0;
}
html .article__related-post:hover img, html .article__related-post:active img, html .article__related-post:focus img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
html .article__related-post:hover .article__related-post-text, html .article__related-post:active .article__related-post-text, html .article__related-post:focus .article__related-post-text {
  color: #005ca7;
}
html .article__related-post-image {
  background: #000;
  max-height: 231px;
  overflow: hidden;
}
html .article__related-post-image img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html .article__related-post-text {
  min-height: 180px;
  padding: 20px 20px 40px;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.6;
  font-family: "Libre Baskerville", serif;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  word-wrap: break-word;
}
html .article__related-post-text:before {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  color: #005ca7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
html .article__related-post-text:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f4f4f4;
  border-left: 8px solid transparent;
  position: absolute;
  top: -8px;
  left: 20px;
}
html .article__section {
  margin-bottom: 20px;
}
html .article__section {
  *zoom: 1;
}
html .article__section:before, html .article__section:after {
  content: "";
  display: table;
}
html .article__section:after {
  clear: both;
}
html .article__section-title {
  color: #005ca7;
  font-size: 1rem;
  line-height: 1.5;
  border-bottom: 2px #e0e0e0 solid;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 20px;
  clear: both;
}
html .article__section-title .icon,
html .article__section-title .breadcrumbs li:before,
html .breadcrumbs .article__section-title li:before,
html .article__section-title .main-aside__menu li.active a:before,
html .main-aside__menu li.active .article__section-title a:before,
html .article__section-title .main-aside__menu-title:before,
html .article__section-title .article__content ul li:before,
html .article__content ul .article__section-title li:before,
html .article__section-title .article__gallery-item--placeholder span:before,
html .article__gallery-item--placeholder .article__section-title span:before,
html .article__section-title .article__related-post-text:before {
  font-size: 1.875rem;
  line-height: 0.8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
html .article__section-title-text {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
html .article__section-content {
  padding: 20px 0;
}
html .article__section-content {
  *zoom: 1;
}
html .article__section-content:before, html .article__section-content:after {
  content: "";
  display: table;
}
html .article__section-content:after {
  clear: both;
}
html .article__section-content img {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
html .article__section-content--video img {
  width: 100%;
  height: auto;
}
html .article__section-content--download {
  padding-bottom: 0;
}
html .justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
html .justified-gallery > a,
html .justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
}
html .justified-gallery > a > img,
html .justified-gallery > div > img,
html .justified-gallery > a > a > img,
html .justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
html .justified-gallery > a > .caption,
html .justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
html .justified-gallery > a > .caption.caption-visible,
html .justified-gallery > div > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
html .justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
html .justified-gallery > .entry-visible > img,
html .justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
html .justified-gallery > .jg-filtered {
  display: none;
}
html .justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
html .justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}
html .fancybox-wrap,
html .fancybox-skin,
html .fancybox-outer,
html .fancybox-inner,
html .fancybox-image,
html .fancybox-wrap iframe,
html .fancybox-wrap object,
html .fancybox-nav,
html .fancybox-nav span,
html .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
html .fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
html .fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}
html .fancybox-opened {
  z-index: 8030;
}
html .fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
html .fancybox-outer, html .fancybox-inner {
  position: relative;
}
html .fancybox-inner {
  overflow: hidden;
}
html .fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
html .fancybox-error {
  color: #444;
  font: 14px/22px "MyriadPro-Regular", Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
html .fancybox-image, html .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
html .fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
html #fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
html #fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}
html .fancybox-close {
  position: absolute;
  top: -45px;
  right: -5px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
html .fancybox-close span {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
html .fancybox-close:after {
  content: "\e618";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
html .fancybox-close:hover, html .fancybox-close:focus {
  color: #f8c53a;
}
html .fancybox-close:hover:before {
  color: #f58220;
}
html .fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
html .fancybox-prev {
  left: -55px;
}
html .fancybox-next {
  right: -55px;
}
html .fancybox-prev:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
html .fancybox-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
html .fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
}
html .fancybox-prev span:before,
html .fancybox-next span:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
html .fancybox-prev span {
  left: 70px;
}
html .fancybox-next span {
  right: 70px;
}
html .fancybox-nav:hover span {
  visibility: visible;
}
html .fancybox-nav:hover span:before {
  color: #f8c53a;
}
html .fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
html .fancybox-lock {
  width: auto;
}
html .fancybox-lock-test {
  overflow-y: hidden !important;
}
html .fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png");
}
html .fancybox-overlay-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
html .fancybox-title {
  visibility: hidden;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  width: 100%;
  left: 0;
  right: inherit;
  background: #fff;
  border-top: 1px #e0e0e0 solid;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
html .fancybox-opened .fancybox-title {
  visibility: visible;
  opacity: 1;
}
html .fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -85px;
  z-index: 8050;
  text-align: right;
}
html .fancybox-title-float-wrap .child {
  width: 100%;
  display: block;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  color: #444;
  line-height: 24px;
  white-space: nowrap;
}
html .fancybox-title-float-wrap .child .image-alt {
  float: right;
  padding: 30px 20px;
}
html .fancybox-title-float-wrap .child .gallery-title {
  float: left;
  padding: 30px 20px;
  color: #000;
}
html .fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
html .fancybox-title-inside-wrap {
  padding-top: 10px;
}
html .fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
html .popupWrapper .fancybox-skin {
  background: #fff;
}
html .popupWrapper .fancybox-close {
  top: 0;
  right: 0;
}
html .popupWrapper .fancybox-close:before {
  color: #f58220;
}
html .popupWrapper .fancybox-close:hover:before {
  color: #0076c8;
}
html .fancybox-next span:before {
  content: "\e60f";
}
html .fancybox-prev span:before {
  content: "\e610";
}
html div.added-block {
  background: #005ca7 url(//www.uj.edu.pl/uj-lift-theme/images/article-gallery-item-placeholder.png) no-repeat right center;
  margin: 4px 0;
  padding: 20px 0 10px 0;
  color: #fff;
  text-align: center;
}
html div.added-block:hover {
  cursor: pointer;
  background: #005ca7 url(//www.uj.edu.pl/uj-lift-theme/images/article-gallery-item-placeholder.png) no-repeat right top;
}
html div.added-block span {
  text-transform: uppercase;
}
html div.added-block span::after {
  font-family: "icomoon";
  content: "\e60d";
  color: #f8c53a;
  font-size: 2rem;
  display: block;
}
html .article__gallery-items-justified-mobile .jsGalleryItem {
  margin-top: 5px;
  width: 100%;
}
html .fancybox-title-float-wrap span.child {
  display: block;
  background: transparent;
  color: #444;
  line-height: 24px;
  white-space: normal;
  word-wrap: break-word;
}
html .fancybox-title-float-wrap .child .gallery-title {
  float: left;
  text-align: left;
  padding: 30px 20px;
  color: #000;
  max-width: 55%;
}
html .fancybox-title-float-wrap .child .image-alt {
  float: right;
  padding: 30px 20px;
  max-width: 45%;
}
html .fancybox-title-float-wrap .child .gallery-title-solo {
  float: left;
  text-align: left;
  padding: 30px 20px;
  color: #000;
  max-width: 100%;
}
html .fancybox-title-float-wrap .child .image-alt-solo {
  float: right;
  padding: 30px 20px;
  max-width: 100%;
}
html .mejs-overlay-loading, html .mejs-container .mejs-controls,
html .mejs-controls .mejs-volume-button .mejs-volume-slider,
html .mejs-controls .mejs-captions-button .mejs-captions-selector,
html .mejs-captions-text, html .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector,
html .mejs-postroll-layer, html .mejs-postroll-close,
html .mejs-controls .mejs-speed-button .mejs-speed-selector {
  background: url("../external-library/mediaPlayer/background.png");
}
html .no-svg .mejs-overlay-button {
  background-image: url("../external-library/mediaPlayer/bigplay.png");
}
html .no-svg .mejs-controls .mejs-button button {
  background-image: url("../external-library/mediaPlayer/controls.png");
}
html .mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url("../external-library/mediaPlayer/jumpforward.png") no-repeat 3px 3px;
}
html .mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url("../external-library/mediaPlayer/skipback.png") no-repeat 3px 3px;
}
html .mejs-overlay-button {
  background: url("../external-library/mediaPlayer/bigplay.svg") no-repeat;
}
html .mejs-controls .mejs-button button {
  background-image: url("../external-library/mediaPlayer/controls.svg");
}

.post-excerpt {
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 2px #e0e0e0 solid;
}

.post-excerpt {
  *zoom: 1;
}

.post-excerpt:before, .post-excerpt:after {
  content: "";
  display: table;
}

.post-excerpt:after {
  clear: both;
}

.post-excerpt:nth-of-type(1) {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.post-excerpt--condensed {
  border-top: 1px #e0e0e0 solid;
}

.post-excerpt--condensed .post-excerpt__title {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.post-excerpt--condensed .post-excerpt__sub-title {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.post-excerpt__image {
  float: left;
  display: block;
  background: #000;
  position: relative;
  margin-right: 30px;
  margin-bottom: 10px;
  overflow: hidden;
}

.post-excerpt__image img {
  display: block;
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.post-excerpt__image img:hover, .post-excerpt__image img:active, .post-excerpt__image img:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.post-excerpt__text-container {
  margin-left: 330px;
}

.post-excerpt__category {
  color: #005ca7;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.post-excerpt__title {
  font-weight: 400;
}

.post-excerpt__title, .post-excerpt__title a {
  display: block;
  color: #292727;
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  text-decoration: none;
}

.post-excerpt__title a:hover, .post-excerpt__title a:active, .post-excerpt__title a:focus {
  text-decoration: underline;
}

.post-excerpt__sub-title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  color: #005ca7;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.post-excerpt__text {
  color: #444;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.post-excerpt__link {
  display: inline-block;
  color: #005ca7;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.post-excerpt__link:hover, .post-excerpt__link:active, .post-excerpt__link:focus {
  color: #fff;
  border-color: #005ca7;
  background: #005ca7;
}

/* POST EXCERPT GROUP --- */
.post-excerpt-groups {
  margin-bottom: 30px;
}

.post-excerpt-groups__title {
  padding: 20px 30px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px #e0e0e0 solid;
}

.post-excerpt-group {
  border-bottom: 1px #e0e0e0 solid;
}

.post-excerpt-group__title {
  display: block;
  font-family: "Libre Baskerville", serif;
  background: #f4f4f4;
  padding: 15px 45px 15px 30px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  height: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.post-excerpt-group__title:after {
  content: "";
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 1px;
  min-height: 100%;
}

.post-excerpt-group__title:hover, .post-excerpt-group__title:active, .post-excerpt-group__title:focus {
  padding-left: 40px;
}

.post-excerpt-group__title .icon, .post-excerpt-group__title .post-excerpt-group__title:before {
  color: #444;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 30px;
}

.post-excerpt-group__title span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.post-excerpt-group__title:before {
  content: "\e60d";
  width: auto;
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 30px;
  color: #aaaaaa;
  font-size: 20px;
  font-size: 1.25rem;
}

.post-excerpt-group__content {
  display: none;
}

.post-excerpt-group--open .post-excerpt-group__title {
  background: #fff;
  color: #005ca7;
}

.post-excerpt-group--open .post-excerpt-group__title:before {
  content: "\e60e";
  color: #005ca7;
}

.post-excerpt-group--open .post-excerpt-group__title .icon,
.post-excerpt-group--open .post-excerpt-group__title .post-excerpt-group__title:before {
  color: #005ca7;
}

.post-excerpt-group--open .post-excerpt-group__content {
  display: block;
}

/*  PAGINATION -------------------- */
.journal-content-article .pagination {
  display: block;
}

.pagination {
  font-size: 0;
  border-top: 1px #e0e0e0 solid;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  color: #bcbcbc;
}

.pagination {
  *zoom: 1;
}

.pagination:before, .pagination:after {
  content: "";
  display: table;
}

.pagination:after {
  clear: both;
}

.pagination__list {
  float: left;
}

.pagination__list li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px #e0e0e0 solid;
  border-right: 1px #e0e0e0 solid;
  font-size: 14px;
  font-size: 0.875rem;
}

.pagination__list li:first-child {
  border-left: 1px #e0e0e0 solid;
}

.pagination__list a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #005ca7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination__list a:hover, .pagination__list a:active, .pagination__list a:focus {
  background: #f4f4f4;
}

.pagination__list li.active {
  background: #005CA7;
  color: #fff;
}

.pagination__list li.active a {
  color: #005CA7;
}

.pagination__arrows {
  float: right;
  font-size: 20px;
  font-size: 1.25rem;
}

.pagination__prev,
.pagination__next {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #005ca7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination__prev:hover, .pagination__prev:active, .pagination__prev:focus,
.pagination__next:hover,
.pagination__next:active,
.pagination__next:focus {
  background: #f4f4f4;
}

.pagination__prev .icon, .pagination__prev .breadcrumbs li:before, .breadcrumbs .pagination__prev li:before, .pagination__prev .main-aside__menu li.active a:before, .main-aside__menu li.active .pagination__prev a:before, .pagination__prev .main-aside__menu-title:before, .pagination__prev .article__content ul li:before, .article__content ul .pagination__prev li:before, .pagination__prev .article__gallery-item--placeholder span:before, .article__gallery-item--placeholder .pagination__prev span:before, .pagination__prev .article__related-post-text:before,
.pagination__next .icon,
.pagination__next .breadcrumbs li:before,
.breadcrumbs .pagination__next li:before,
.pagination__next .main-aside__menu li.active a:before,
.main-aside__menu li.active .pagination__next a:before,
.pagination__next .main-aside__menu-title:before,
.pagination__next .article__content ul li:before,
.article__content ul .pagination__next li:before,
.pagination__next .article__gallery-item--placeholder span:before,
.article__gallery-item--placeholder .pagination__next span:before,
.pagination__next .article__related-post-text:before {
  display: inline-block;
}

.pagination__prev {
  border-right: 1px #e0e0e0 solid;
}

/* SHOW ALL */
a.post-excerpt__show_all {
  display: inline-block;
  background-color: #f4f4f4;
  color: #005ca7;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #e0e0e0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a.post-excerpt__show_all:hover {
  color: #fff;
  background: #005ca7;
}

.post-excerpt__show_all_articles {
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media all and (max-width: 719px) {
  .post-excerpt__image img {
    width: 180px;
    height: auto;
  }
  .post-excerpt__text-container {
    margin-left: 0;
  }
  .post-excerpt__link {
    width: 100%;
    text-align: center;
  }
  .post-excerpt__show_all {
    width: 100%;
    text-align: center;
  }
}
html {
  /* BOXY ------------------------------------------ */
}
html .link-box {
  width: 50%;
  float: left;
  padding-right: 15px;
}
html .link-box--even {
  padding-right: 0;
  padding-left: 15px;
}
html .link-box:first-child .link-box__wrapper:before,
html .link-box:first-child + .link-box .link-box__wrapper:before {
  display: none;
}
html .link-box__wrapper {
  display: block;
  min-height: 200px;
  max-height: 250px;
  position: relative;
  background: #000;
  margin-bottom: 40px;
}
html .link-box__wrapper:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #f4f4f4;
  position: absolute;
  top: -21px;
  left: 0;
}
html .link-box__wrapper:after {
  content: "";
  padding-top: 48%;
  display: block;
}
html .link-box__wrapper:hover .link-box__button, html .link-box__wrapper:active .link-box__button, html .link-box__wrapper:focus .link-box__button {
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: linkBoxButtonInOut;
}
html .link-box__wrapper:hover .link-box__background, html .link-box__wrapper:active .link-box__background, html .link-box__wrapper:focus .link-box__background {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #005ca7;
}
html .link-box__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.0909090909;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  position: absolute;
  padding: 30px;
  z-index: 10;
}
html .link-box__image {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
html .link-box__button {
  display: inline-block;
  color: #005ca7;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
}
html .link-box__button:hover, html .link-box__button:active, html .link-box__button:focus {
  color: #fff;
  border-color: #005ca7;
  background: #005ca7;
}
html .link-box__button:hover, html .link-box__button:active, html .link-box__button:focus {
  background: transparent;
  border-color: #fff;
}
html .link-box__background {
  width: 100%;
  height: 100%;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  background: #005ca7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

/* RWD boxes */
@media all and (max-width: 719px) {
  html .link-box {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  html.link-box:first-child .link-box__wrapper:before {
    display: none;
  }
  html .link-box__wrapper {
    height: 200px;
  }
  html .link-box:first-child + .link-box .link-box__wrapper:before {
    display: block;
  }
}
.main-slider {
  width: 100%;
  height: 530px;
  position: relative;
}

.main-slider:hover a.main-slider__prev, .main-slider:hover a.main-slider__next {
  opacity: 1;
}

.main-slider:hover a.main-slider__prev {
  left: 15px;
}

.main-slider:hover a.main-slider__next {
  right: 15px;
}

.main-slider__nav {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 15;
}

.main-slider__nav li {
  display: block;
  float: left;
}

.main-slider__nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.main-slider__nav a:hover .icon, .main-slider__nav a:focus .icon {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.main-slider__nav a:active .icon {
  color: #f8c53a;
}

.main-slider__nav a .icon {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main-slider__nav .active .icon {
  color: #005ca7;
  pointer-events: none;
}

.main-slider__nav .active .icon:before {
  content: "\e608";
}

a.main-slider__prev, a.main-slider__next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 50px;
  line-height: 3.125rem;
  position: absolute;
  top: 50%;
  z-index: 90;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

a.main-slider__prev {
  left: 0;
}

a.main-slider__next {
  right: 0;
}

.main-slider__item {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.main-slider__item.active {
  opacity: 1;
  z-index: 15;
}

.main-slider__text-wrapper {
  width: 100%;
  height: 100%;
  text-align: right;
  position: relative;
  z-index: 10;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-slider__text-wrapper:before {
  content: "";
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 1px;
  min-height: 100%;
}

.main-slider__item-text {
  display: inline-block;
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: contain;
  background-size: cover;
  /* Fallback for web browsers that don't support RGBa */
  background-color: rgb(0, 0, 0);
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.3);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  text-decoration: none;
  color: #fff;
  padding: 40px;
  position: relative;
  max-width: 920px;
  min-height: 50px;
}

.main-slider__item-text:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #005ca7;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-slider__item-title {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 2.8125rem;
}

.main-slider__item-sub-title {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.0434782609;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.main-slider__item-image {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.main-slider__progress-line {
  position: relative;
  height: 3px;
  background: #e0e0e0;
  z-index: 20;
}

.main-slider__progress-line-highlight {
  height: 3px;
  background: #f8c53a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
  tranform: translateZ(0, 0, 0);
}

/* --------- FOLDED ARTICLE ------------ */
html .post-folded__nav {
  border-top: 3px #f8c53a solid;
  border-right: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  clear: both;
}
html .post-folded__title {
  color: #005ca7;
  background: #fff;
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  font-size: 1.0625rem;
  text-decoration: none;
  cursor: pointer;
  margin: 0px;
}
html .post-folded__title span {
  display: inline-block;
  vertical-align: middle;
  padding: 1rem;
}
html .post-folded__title:hover {
  background: #f0f0f0;
}
html .post-folded__title:before {
  font-family: "icomoon";
  content: "\e60d";
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  width: auto;
  color: #ddd;
  -webkit-font-smoothing: antialiased;
  right: 30px;
  line-height: 3rem;
  font-size: 1.25rem;
}
html .post-unfolded:before {
  font-family: "icomoon";
  content: "\e60e";
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  width: auto;
  color: #ddd;
  -webkit-font-smoothing: antialiased;
  right: 30px;
  line-height: 3rem;
  font-size: 1.25rem;
}
html .post-folded {
  display: none;
}
html .post-folded__image img {
  max-width: 300px;
  float: left;
  padding: 1rem;
}
html .post-folded__text {
  color: #444;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 0.5rem;
  padding: 1rem;
}
html a.post-folded__link {
  display: inline-block;
  color: #005ca7;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
html a.post-folded__link:hover, html a.post-folded__link:active, html a.post-folded__link:focus {
  color: #fff;
  border-color: #005ca7;
  background: #005ca7;
}

@media all and (max-width: 719px) {
  a.post-folded__link {
    width: 100%;
    text-align: center;
  }
  a.post-folded__condensed {
    display: block;
  }
  a.post-folded__image img {
    display: none;
  }
}
html .person {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px #e0e0e0 solid;
}
html .person {
  *zoom: 1;
}
html .person:before, html .person:after {
  content: "";
  display: table;
}
html .person:after {
  clear: both;
}
html .person__image {
  float: left;
  display: block;
  background: #000;
  position: relative;
  margin-right: 30px;
  margin-bottom: 10px;
}
html .person__image img {
  display: block;
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html .person__image img:hover, html .person__image img:active, html .person__image img:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
html .person__image a {
  display: block;
}
html .person__text-container {
  /*margin-left: 220px;*/
}
html .person__title {
  font-weight: 400;
  display: block;
  color: #292727;
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  text-decoration: none;
  margin-top: 0;
}
html .person__section-title {
  font-weight: 400;
  color: #005ca7;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-decoration: none;
  margin-bottom: 0;
}
html .person__section-content {
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: #444;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
html .person__quote-image {
  width: 49%;
  margin-left: 0;
  margin-right: 1%;
  float: left;
}
html .person__quote-image img {
  width: 100%;
  height: auto;
}
html .person__quote {
  width: 49% !important;
  margin-left: 1% !important;
  margin-right: 0 !important;
}

/* RWD person */
@media all and (max-width: 719px) {
  .person__text-container {
    margin-left: 0;
  }
  .person__quote-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .person__quote {
    clear: both;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media all and (max-width: 480px) {
  .person__image {
    margin-bottom: 20px;
  }
  .person__text-container {
    clear: both;
  }
}
html .related-pages {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px #e0e0e0 solid;
}
html .related-pages--no-margin {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
html .related-pages__title {
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
html .related-pages__list {
  font-family: "Libre Baskerville", serif;
  list-style: none;
  margin-left: 16px;
}
html .related-pages__list li {
  position: relative;
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 0.875rem;
}
html ul .related-pages__list li:before {
  font-family: "icomoon";
  color: #444;
  position: absolute;
  top: 3px;
  left: -15px;
  font-size: 8px;
  font-size: 0.5rem;
}
html .related-pages__list a {
  color: #444;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
html .related-pages__list a:hover, html .related-pages__list a:active, html .related-pages__list a:focus {
  color: #005ca7;
  text-decoration: underline;
}

/* html */
/* MAIN SITE AGREGATOR BOXES ---------------------------------- */
.ltr .portlet-column-content-first .content-group,
.rtl .portlet-column-content-last .content-group {
  width: 100%;
  float: left;
  clear: left;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.ltr .portlet-column-content-last .content-group,
.rtl .portlet-column-content-first .content-group {
  width: 100%;
  float: left;
  clear: none;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

html {
  /* custom */
}
html .content-group__title {
  display: block;
  color: #005ca7;
  background: #f4f4f4;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 30px;
  font-size: 22px;
  line-height: 1.0909090909;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
html .content-group__title:hover, html .content-group__title:active, html .content-group__title:focus {
  padding-left: 40px;
}
html .content-group__item {
  display: none;
  padding-bottom: 30px;
}
html .content-group__item.active {
  display: block;
}
html .without-nav .content-group__nav {
  display: none;
}
html .content-group__nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: #fff;
}
html .content-group__nav-prev,
html .content-group__nav-next {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  color: #005ca7;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  line-height: 36px;
  -webkit-transition: background 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
html .content-group__nav-prev .icon,
html .content-group__nav-next .icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
html .content-group__nav-prev:hover,
html .content-group__nav-prev:active,
html .content-group__nav-prev:focus,
html .content-group__nav-next:hover,
html .content-group__nav-next:active,
html .content-group__nav-next:focus {
  background: #f4f4f4;
}
html .content-group__nav-prev {
  border-right: 1px #e0e0e0 solid;
}
html .content-group__item-image {
  display: block;
  background: #000;
  position: relative;
}
html .content-group__item-image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html .content-group__item-image img:hover,
html .content-group__item-image img:active,
html .content-group__item-image img:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
html .content-group__item-text {
  padding: 30px;
  min-height: 130px;
}
html .content-group__item-title,
html .content-group__item-sub-title {
  font-family: "Libre Baskerville", serif;
}
html .content-group__item-title {
  color: #292727;
  text-decoration: none;
}
html .content-group__item-title a:hover,
html .content-group__item-title a:active,
html .content-group__item-title a:focus {
  text-decoration: underline;
}
html .content-group__item-sub-title {
  color: #005ca7;
  font-size: 14px;
  line-height: 1.7142857143;
}
html .content-group__item-link {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #005ca7;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  margin-left: 30px;
}
html .content-group__item-link:hover,
html .content-group__item-link:active,
html .content-group__item-link:focus {
  color: #fff;
  border-color: #005ca7;
  background: #005ca7;
}

/*  */
.latest-news {
  padding-top: 49px;
  padding-top: 3.0625rem;
  margin-bottom: 26px;
  position: relative;
}

.latest-news__heading {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: #005ca7;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scale(0) translate3d(0, 0, 0);
  transform: scale(0) translate3d(0, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.latest-news__heading:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #005ca7;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.latest-news__heading:hover, .latest-news__heading:active, .latest-news__heading:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.latest-news__heading--show {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
}

.latest-news__text {
  font-family: "Libre Baskerville", serif;
  opacity: 0;
}

.latest-news__text a {
  color: #000;
  text-decoration: none;
}

.latest-news__text a:hover, .latest-news__text a:active, .latest-news__text a:focus {
  text-decoration: underline;
}

.latest-news__text--show {
  opacity: 1;
}

html {
  /* -- EVENT -- */
  /* ADD TO CALENDAR */
}
html .currentDate {
  visibility: hidden;
}
html .calendar {
  background: #f4f4f4;
  margin-bottom: 30px;
  position: relative;
}
html .calendar {
  *zoom: 1;
}
html .calendar:before, html .calendar:after {
  content: "";
  display: table;
}
html .calendar:after {
  clear: both;
}
html .calendar--centered {
  text-align: center;
}
html .calendar__big-arrow {
  width: 19%;
  display: inline-block;
  text-align: center;
  color: #005ca7;
  text-decoration: none;
  font-size: 50px;
  padding: 40px;
}
html .calendar__big-arrow:after {
  content: "";
  width: 1px;
  height: 100%;
  min-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
html .calendar__big-arrow i {
  display: inline-block;
  vertical-align: middle;
}
html .calendar__aside {
  width: 37.5%;
  float: left;
  margin-right: 4.1666666667%;
  background: #f4f4f4;
  padding: 40px 30px 70px;
}
html .calendar__current-day-wrapper {
  width: 80px;
  border: 2px #e0e0e0 solid;
  margin-bottom: 30px;
}
html .calendar__current-day-wrapper {
  *zoom: 1;
}
html .calendar__current-day-wrapper:before, html .calendar__current-day-wrapper:after {
  content: "";
  display: table;
}
html .calendar__current-day-wrapper:after {
  clear: both;
}
html .calendar__current-day-top {
  width: 100%;
  height: 10px;
  border-bottom: 2px #e0e0e0 solid;
  float: left;
  text-align: center;
}
html .calendar__current-day-top:before,
html .calendar__current-day-top:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #e0e0e0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-radius: 50%;
  vertical-align: top;
  margin: 3px 1px;
}
html .calendar__current-day {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #005ca7;
  font-size: 30px;
  font-size: 1.875rem;
  float: left;
}
html .calendar__current-day-name {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #005ca7;
}
html .calendar__current-day-date {
  font-size: 22px;
  font-size: 1.375rem;
  color: #444;
}
html .calendar__add-event {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #005ca7;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: absolute;
  bottom: 70px;
  left: 30px;
}
html .calendar__add-event:hover,
html .calendar__add-event:active,
html .calendar__add-event:focus {
  color: #fff;
  border-color: #005ca7;
  background: #005ca7;
}
html .calendar__wrapper {
  width: 58.3333333333%;
  float: left;
  padding: 50px 0 60px;
  border: 1px #e0e0e0 solid;
  background: #fff;
  color: #444;
  text-align: center;
}
html .calendar__wrapper--ib {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 30px 0;
}
html .calendar__controls {
  margin-bottom: 30px;
}
html .calendar__prev, html .calendar__next, html .calendar__month {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
html .calendar__prev, html .calendar__next {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
  color: #c3c3c3;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
html .calendar__prev:hover,
html .calendar__prev:active,
html .calendar__prev:focus,
html .calendar__next:hover,
html .calendar__next:active,
html .calendar__next:focus {
  color: #005ca7;
}
html .calendar__month {
  text-transform: uppercase;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 300;
  color: #c3c3c3;
  padding: 0 10px;
  min-width: 50%;
}
html .calendar__grid {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 14px;
  font-size: 0.875rem;
}
html .calendar__days-of-the-week {
  margin-bottom: 10px;
}
html .calendar__days-of-the-week {
  *zoom: 1;
}
html .calendar__days-of-the-week:before,
html .calendar__days-of-the-week:after {
  content: "";
  display: table;
}
html .calendar__days-of-the-week:after {
  clear: both;
}
html .calendar__header-day {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-left: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}
html .calendar__header-day:first-child {
  margin-left: 0;
}
html .calendar__days {
  *zoom: 1;
}
html .calendar__days:before,
html .calendar__days:after {
  content: "";
  display: table;
}
html .calendar__days:after {
  clear: both;
}
html .calendar__day {
  background-color: rgb(241, 241, 241);
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-left: 26px;
  margin-bottom: 17px;
  text-align: center;
  line-height: 40px;
  font-weight: 300;
}
html .calendar__day.calendar-dow-1 {
  clear: left;
  margin-left: 0;
}
html .calendar__day.event {
  background: #c2c4c3;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
html .calendar__day.event:hover, html .calendar__day.event:active, html .calendar__day.event:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
html .calendar__day.today {
  background: #005ca7;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
html .calendar__day.today:hover, html .calendar__day.today:active, html .calendar__day.today:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
html .calendar__day.next-month, html .calendar__day.last-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
html .event-section {
  border-bottom: 1px #f4f4f4 solid;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-size: 0.875rem;
}
html .event-section img {
  max-width: 100%;
}
html .event-section--top-border {
  border-top: 1px #f4f4f4 solid;
  padding-top: 30px;
  margin-top: 30px;
}
html .event-section__icon {
  color: #005ca7;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 10px;
}
html .event-section__list-item {
  margin-bottom: 5px;
}
html .event-section__list-title {
  color: #005ca7;
}
html .post-excerpt__image img {
  min-height: 200px;
}
html .post-excerpt__image img {
  display: block;
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html .post-excerpt__image img:hover, html .post-excerpt__image img:active, html .post-excerpt__image img:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
html .post-excerpt__image a {
  display: block;
}
html .post-excerpt__add-to-calendar {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 30px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.65);
  /*
  	background-image: -owg-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  	background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
  	background-image: linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
  */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
html .post-excerpt__add-to-calendar:hover, html .post-excerpt__add-to-calendar:active, html .post-excerpt__add-to-calendar:focus {
  color: #f8c53a;
}
html .post-excerpt__add-to-calendar-plus, html .post-excerpt__add-to-calendar-close {
  width: 24px;
  height: 24px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  background: url("../images/add-to-calendar-plus.png") no-repeat;
  margin-right: 10px;
}
html .post-excerpt__add-to-calendar-close {
  background: url("../images/add-to-calendar-close.png") no-repeat;
}
html .add-to-calendar--opened .add-to-calendar__wrapper {
  top: 0;
}
html .add-to-calendar--opened .post-excerpt__add-to-calendar {
  opacity: 0;
  filter: alpha(opacity=0);
}
html .add-to-calendar__wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
}
html .add-to-calendar__item {
  width: 100%;
  height: 25%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px #3a3534 solid;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
html .add-to-calendar__item:after {
  content: "";
  width: 1px;
  height: 100%;
  min-height: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
html .add-to-calendar__item:hover, html .add-to-calendar__item:active, html .add-to-calendar__item:focus {
  background: #000;
}
html .add-to-calendar__item:hover .add-to-calendar__item-text, html .add-to-calendar__item:active .add-to-calendar__item-text, html .add-to-calendar__item:focus .add-to-calendar__item-text {
  opacity: 1;
  filter: alpha(opacity=100);
}
html .add-to-calendar__item-text {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
html .add-to-calendar__close {
  width: 100%;
  height: 25%;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px #3a3534 solid;
  padding-left: 30px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
html .add-to-calendar__close:after {
  content: "";
  width: 1px;
  height: 100%;
  min-height: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
html .add-to-calendar__close:hover, html .add-to-calendar__close:active, html .add-to-calendar__close:focus {
  background: #000;
}
html .add-to-calendar__close:hover .add-to-calendar__item-text, html .add-to-calendar__close:active .add-to-calendar__item-text, html .add-to-calendar__close:focus .add-to-calendar__item-text {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* HIGHLIGHT */
html {
  /* BORDER-LIST */
}
html .highlight-container {
  font-family: "Ubuntu", sans-serif;
  margin: 20px 0;
  padding: 50px 30px;
  background: #005ca7;
  color: #fff;
}
html .highlight-container ::-moz-selection {
  background: #016DC8;
}
html .highlight-container ::selection {
  background: #016DC8;
}
html .highlight-container--dark-blue {
  background: #024c88;
}
html .highlight-container--no-margin {
  margin: 0;
}
html .highlight-container--small {
  padding: 20px 30px;
}
html .highlight-container__heading {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  padding-bottom: 30px;
  padding-right: 30px;
  border-bottom: 3px #fff solid;
  text-transform: uppercase;
}
html .highlight-container--gray {
  background: #f4f4f4;
  color: #292727;
}
html .highlight-container--gray .highlight-container__heading {
  border-bottom: none;
}
html .highlight-container__heading--margin-top {
  margin-top: 50px;
}
html .highlight-container__heading--serif {
  font-family: "Libre Baskerville", serif;
  text-transform: none;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
html .highlight-container__content {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin: 40px 0;
}
html .highlight-container__content a {
  color: #fff;
}
html .border-list--light-gray ul li:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e614";
  position: absolute;
  top: 9px;
  left: -15px;
}
html .border-list-wrapper {
  margin: 30px 0;
}
html .border-list-wrapper {
  *zoom: 1;
}
html .border-list-wrapper:before, html .border-list-wrapper:after {
  content: "";
  display: table;
}
html .border-list-wrapper:after {
  clear: both;
}
html .border-list-wrapper .border-list-icon {
  width: 16.6666666667%;
  float: left;
  border: 1px #337db9 solid;
  position: relative;
}
html .border-list-wrapper .border-list-icon:before {
  content: "";
  display: block;
  padding-top: 100%;
}
html .border-list-wrapper .border-list-icon__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
html .border-list-wrapper .border-list-icon__content:before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
html .border-list-wrapper .border-list-icon__text {
  width: 80%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 40px;
  font-family: "Libre Baskerville", serif;
}
html .border-list-wrapper .border-list {
  width: 79.1666666667%;
  float: left;
  padding-left: 30px;
}
html .border-list--dark-blue .border-list__item {
  border-bottom: 1px #1d6198 solid;
}
html .border-list--dark-blue .border-list__item:first-child {
  border-top: 1px #1d6198 solid;
}
html .border-list--light-gray {
  color: #444;
}
html .border-list--light-gray .border-list__item {
  border-bottom: 1px #e0e0e0 solid;
}
html .border-list--light-gray .border-list__item:first-child {
  border-top: 1px #e0e0e0 solid;
}
html .border-list--light-gray .border-list__gray-text {
  color: #292727;
}
html .border-list--light-gray .border-list__item--highlight {
  color: #005ca7;
}
html .border-list--light-gray .border-list__item--highlight .border-list__item-title, html .border-list--light-gray .border-list__item--highlight .border-list__item-content {
  font-weight: 500;
  font-size: 18px;
}
html .border-list--light-gray .border-list__item--last {
  border-bottom: none;
  padding-bottom: 0;
}
html .border-list--light-gray ul {
  list-style: none;
}
html .border-list--light-gray ul li {
  position: relative;
  margin-bottom: 12px;
  top: 9px;
  left: -15px;
}
html .border-list--light-gray ul li:before {
  color: #005ca7;
  position: absolute;
  font-size: 8px;
  font-size: 0.5rem;
  top: 9px;
  left: -15px;
}
html .border-list--reversed .border-list__item-title {
  width: 79.1666666667%;
  float: left;
  font-weight: 300;
  text-transform: none;
}
html .border-list--reversed .border-list__item-content {
  width: 16.6666666667%;
  float: left;
  text-align: right;
}
html .border-list--wide .border-list__item-title {
  width: 40%;
  float: left;
}
html .border-list--wide .border-list__item-content {
  width: 60%;
  float: left;
}
html .border-list__item {
  padding: 10px 0;
  border-bottom: 1px #337db9 solid;
  font-weight: 300;
}
html .border-list__subitem {
  padding-left: 3rem;
}
html .border-list__item {
  *zoom: 1;
}
html .border-list__item:before, html .border-list__item:after {
  content: "";
  display: table;
}
html .border-list__item:after {
  clear: both;
}
html .border-list__item:first-child {
  border-top: 1px #337db9 solid;
}
html .border-list__item--last {
  padding-top: 2rem;
  border-bottom: none;
  padding-bottom: 0;
}
html .border-list__item-title {
  width: 16.6666666667%;
  float: left;
  text-transform: uppercase;
  font-weight: 500;
}
html .border-list__item-content {
  width: 79.1666666667%;
  float: left;
  font-weight: 300;
}

/* html */
/* RWD  */
@media all and (max-width: 719px) {
  html .border-list-wrapper .border-list-icon {
    width: 100px;
    margin-bottom: 30px;
  }
  html .border-list-wrapper .border-list {
    width: 100%;
    padding-left: 0;
  }
  html .border-list--reversed .border-list__item-content {
    text-align: left;
  }
  html .border-list__item-title {
    width: 100%;
  }
  html .border-list__item-content {
    width: 100%;
  }
}
html .statistics {
  background: #f4f4f4;
  margin-bottom: 30px;
  position: relative;
}
html .statistics {
  *zoom: 1;
}
html .statistics:before, html .statistics:after {
  content: "";
  display: table;
}
html .statistics:after {
  clear: both;
}
html .statistics__content {
  width: 50%;
  float: left;
  margin-right: 11.1111111111%;
  padding: 40px 30px 20px;
}
html .statistics__heading {
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  font-weight: 400;
  border-bottom: 1px #e0e0e0 solid;
  margin: 0 0 30px;
  padding-bottom: 20px;
}
html .statistics__image {
  width: 44.4444444444%;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
html .statistics__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* RWD */
@media all and (max-width: 719px) {
  html .statistics__content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 30px 20px;
  }
  html .statistics__content .chosen-container, html .statistics__content select {
    width: 100% !important;
    min-width: 100%;
  }
  html .statistics__image {
    display: none;
  }
}
html {
  /* RWD */
}
html .logo-grid {
  margin-bottom: 30px;
}
html .logo-grid {
  *zoom: 1;
}
html .logo-grid:before, html .logo-grid:after {
  content: "";
  display: table;
}
html .logo-grid:after {
  clear: both;
}
html .logo-grid--blue {
  margin-top: 30px;
  margin-bottom: 0;
}
html .logo-grid--blue .logo-grid__item {
  outline: 1px #337db9 solid;
  background: #005ca7;
}
html .logo-grid--blue .logo-grid__item:hover, html .logo-grid--blue .logo-grid__item:active, html .logo-grid--blue .logo-grid__item:focus {
  outline: 1px #337db9 solid;
}
html .logo-grid--blue .logo-grid__item:before {
  content: "";
  display: block;
  padding-top: 90%;
}
html .logo-grid--blue .logo-grid__item-content {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
html .logo-grid--blue .logo-grid__item-icon {
  display: block;
  color: #337db9;
  font-size: 70px;
  margin-bottom: 10px;
}
html .logo-grid--blue .logo-grid__item-number {
  font-size: 40px;
}
html .logo-grid--blue .logo-grid__item-text--serif {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}
html .logo-grid--icons .logo-grid__item {
  cursor: default;
}
html .logo-grid__item {
  width: 33.3333333333%;
  float: left;
  outline: 1px #e0e0e0 solid;
  background: #fff;
  cursor: pointer;
  position: relative;
}
html .logo-grid__item:hover, html .logo-grid__item:active, html .logo-grid__item:focus {
  outline: 1px #e0e0e0 solid;
}
html .logo-grid__item:hover .logo-grid__item-content, html .logo-grid__item:active .logo-grid__item-content, html .logo-grid__item:focus .logo-grid__item-content {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
html .logo-grid__item:focus {
  -webkit-box-shadow: 0 0 0 3px #e0e0e0 inset;
  box-shadow: 0 0 0 3px #e0e0e0 inset;
}
html .logo-grid__item:before {
  content: "";
  display: block;
  padding-top: 70%;
}
html .logo-grid__item-content {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
html .logo-grid__item-content img {
  max-width: 80%;
  max-height: 80%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
html .logo-grid__item-content:before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
html .logo-grid__item-content-wrapper {
  max-width: 80%;
  max-height: 80%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
html .logo-grid__active-content {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
html .logo-grid__close-icon {
  position: absolute;
  top: 50px;
  right: 30px;
  font-size: 22px;
  cursor: pointer;
}
@media all and (max-width: 719px) {
  html .logo-grid--icons .logo-grid__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
  }
  html .logo-grid--icons .logo-grid__item:before {
    display: none;
  }
  html .logo-grid--icons .logo-grid__item-content {
    position: relative;
  }
}
@media all and (max-width: 480px) {
  html .logo-grid__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  html .logo-grid__item:before {
    padding-top: 50%;
  }
}

#high-contrast {
  background: #000;
  /*  .footer-top-bar a { color: #fff;}*/
}
#high-contrast body {
  color: #fff;
  background: #000000;
}
#high-contrast body ::-moz-selection {
  color: #fff;
  background: #292727;
}
#high-contrast body ::selection {
  color: #fff;
  background: #292727;
}
#high-contrast .row-fluid {
  background: #1b1b1b;
}
#high-contrast h3, #high-contrast h4, #high-contrast h5, #high-contrast h6 {
  color: #fff;
}
#high-contrast a,
#high-contrast a:link {
  color: #ffe800;
}
#high-contrast a:hover, #high-contrast a:active,
#high-contrast button:hover,
#high-contrast button:active {
  outline: 0;
}
#high-contrast a:focus,
#high-contrast button:focus {
  outline: 1px #ffe800 solid;
}
#high-contrast .row-fluid {
  background: #191919;
}
#high-contrast .main-wrapper {
  background: #1B1B1B;
}
#high-contrast .skip-main-content {
  background: #000 !important;
  color: #FFE800 !important;
  outline: 3px #FFE800 solid;
}
#high-contrast #cookiesMessage {
  background: #000;
}
#high-contrast .gotop-button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  background: #000;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #FFE800;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#high-contrast .gotop-button:hover, #high-contrast .gotop-button:active, #high-contrast .gotop-button:focus {
  color: #000;
  border-color: #FFE800;
  background: #FFE800;
}
#high-contrast .gotop-button:before {
  color: #fff;
}
#high-contrast .gotop-button:hover:before, #high-contrast .gotop-button:active:before, #high-contrast .gotop-button:focus:before {
  color: #000;
}
#high-contrast .form__gray-text {
  color: #fff;
}
#high-contrast .control-group {
  background-color: transparent;
}
#high-contrast .legend {
  color: #fff;
}
#high-contrast select {
  border: 1px solid #FFE800;
  background-color: #000;
  color: #fff;
}
#high-contrast input {
  border: 1px solid #FFE800;
  background-color: #000;
  color: #fff;
}
#high-contrast button[type=submit], #high-contrast input[type=submit] {
  background: #292727;
  color: #fff;
}
#high-contrast button[type=submit]:hover,
#high-contrast button[type=submit]:active,
#high-contrast button[type=submit]:focus,
#high-contrast input[type=submit]:hover,
#high-contrast input[type=submit]:active,
#high-contrast input[type=submit]:focus {
  color: #000;
  background: #FFE800;
}
#high-contrast .input-datepicker {
  background: url("../images/calendar-icon-white.png") no-repeat center right;
}
#high-contrast textarea {
  border: 1px solid #FFE800;
  background-color: #000;
  color: #fff;
}
#high-contrast .header-top-bar {
  background: #292727;
}
#high-contrast .header-top-bar a {
  color: #fff;
}
#high-contrast .header-top-bar__nav a:hover, #high-contrast .header-top-bar__nav a:active, #high-contrast .header-top-bar__nav a:focus {
  color: #292727;
  background: #fff;
}
#high-contrast .header-top-bar__option-wrapper, #high-contrast .header-top-bar__option-wrapper--text-size, #high-contrast .header-top-bar__option-wrapper--contrast, #high-contrast .header-top-bar__option-wrapper--login, #high-contrast .header-top-bar__option-wrapper--lang, #high-contrast .header-top-bar__option-wrapper--mobile-menu {
  border-right: 1px #0f0e0e solid;
}
#high-contrast .header-top-bar__option-wrapper:first-child, #high-contrast .header-top-bar__option-wrapper--text-size:first-child, #high-contrast .header-top-bar__option-wrapper--contrast:first-child, #high-contrast .header-top-bar__option-wrapper--login:first-child, #high-contrast .header-top-bar__option-wrapper--lang:first-child, #high-contrast .header-top-bar__option-wrapper--mobile-menu:first-child {
  border-left: 1px #0f0e0e solid;
}
#high-contrast .header-top-bar__option-wrapper--text-size:hover, #high-contrast .header-top-bar__option-wrapper--text-size:active, #high-contrast .header-top-bar__option-wrapper--text-size:focus {
  color: #292727;
  background: #0f0e0e;
}
#high-contrast .header-top-bar__option-wrapper--contrast:hover, #high-contrast .header-top-bar__option-wrapper--contrast:active, #high-contrast .header-top-bar__option-wrapper--contrast:focus, #high-contrast .header-top-bar__option-wrapper--login:hover, #high-contrast .header-top-bar__option-wrapper--login:active, #high-contrast .header-top-bar__option-wrapper--login:focus, #high-contrast .header-top-bar__option-wrapper--lang:hover, #high-contrast .header-top-bar__option-wrapper--lang:active, #high-contrast .header-top-bar__option-wrapper--lang:focus, #high-contrast .header-top-bar__option-wrapper--mobile-menu:hover, #high-contrast .header-top-bar__option-wrapper--mobile-menu:active, #high-contrast .header-top-bar__option-wrapper--mobile-menu:focus {
  color: #fff;
  background: #0f0e0e;
}
#high-contrast .header-top-bar__option-wrapper--lang:hover, #high-contrast .header-top-bar__lang--open {
  color: #fff;
  background: #0f0e0e;
}
#high-contrast .header-top-bar__option-wrapper--lang:hover .header-top-bar__lang-dropdown, #high-contrast .header-top-bar__lang--open .header-top-bar__lang-dropdown {
  background: #0f0e0e;
}
#high-contrast .header-top-bar__lang-dropdown:before {
  color: #fff;
}
#high-contrast .header-top-bar__lang-background {
  background: #0f0e0e;
}
#high-contrast .header-top-bar__text-size:hover, #high-contrast .header-top-bar__text-size:active, #high-contrast .header-top-bar__text-size:focus {
  color: #FFE800;
}
#high-contrast .header-main-bar__sygnet-uj {
  display: inline-block;
  background: url("../images/logotypes/uj-blank-contrast.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 45px;
  height: 70px;
}
#high-contrast .header-main-bar__bip_logo {
  background: url("../images/logotypes/bip/logo-bip-contrast-pl.svg") no-repeat;
  width: 150px;
  height: 60px;
  background-position: left bottom;
  background-size: contain;
}
#high-contrast .header-main-bar__solaris_logo {
  background: url("../images/logotypes/solaris/solaris-white-pl.svg") no-repeat;
  width: 160px;
  height: 55px;
  background-position: left bottom;
  background-size: contain;
}
#high-contrast .en_GB .header-main-bar__solaris_logo {
  background: url("../images/logotypes/solaris/solaris-white-en.svg") no-repeat;
  width: 160px;
  height: 55px;
  background-position: left bottom;
  background-size: contain;
}
#high-contrast .en_GB .header-main-bar__clrf_logo {
  background: url("../images/logotypes/clrf/CLRF_logo_white.svg") no-repeat;
  width: 205px;
  height: 65px;
  background-position: left bottom;
  background-size: contain;
}
#high-contrast .header-main-bar__mcb_logo {
  background: url("../images/logotypes/mcb/mcb_logo_contrast_PL.svg") no-repeat;
  width: 209px;
  height: 45px;
  background-position: left bottom;
  background-size: contain;
}
#high-contrast .en_GB .header-main-bar__mcb_logo {
  background: url("../images/logotypes/mcb/mcb_logo_contrast_EN.svg") no-repeat;
  width: 209px;
  height: 45px;
  background-position: left bottom;
  background-size: contain;
}
#high-contrast .header-main-bar__jcj_logo {
  display: inline-block;
  background: url("../images/logotypes/jcj/logo-jcj-white.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
  transition: all 0.2s linear;
}
#high-contrast .header-main-bar__bj_logo {
  display: inline-block;
  background: url("../images/logotypes/bj/BJ_logo_white.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
  transition: all 0.2s linear;
}
#high-contrast .en_GB .header-main-bar__bj_logo {
  display: inline-block;
  background: url("../images/logotypes/bj/BJ_logo_en_white.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
  transition: all 0.2s linear;
}
#high-contrast .header-main-bar__krswk_logo {
  display: inline-block;
  background: url("../images/logotypes/krswk/logo_KRSWK_contrast.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
  transition: all 0.2s linear;
}
#high-contrast .header-main-bar__misjaUJ_logo {
  background: url("../images/logotypes/misjaUJ/logo_misjaUJ_contrast.svg") no-repeat;
  width: 170px;
  height: 52px;
  background-position: left bottom;
  background-size: contain;
}
#high-contrast .header-main-bar__ptbk_logo {
  background: url("../images/logotypes/ptbk/PTBK-logo-mono.svg") no-repeat;
  width: 55px;
  height: 70px;
  transition: all 0.2s linear;
}
#high-contrast .en_GB .header-main-bar__lll_logo {
  display: inline-block;
  background: url("../images/logotypes/lll/comorelp_white.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
  transition: all 0.2s linear;
}
#high-contrast .pl_PL .header-main-bar__logo, #high-contrast .pl_PL .header-main-bar__logo-blank {
  background: url("../images/logotypes/uj-contrast-pl.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 166px;
  height: 71px;
}
#high-contrast .ru_RU .header-main-bar__logo, #high-contrast .ru_RU .header-main-bar__logo-blank,
#high-contrast .zh_CN .header-main-bar__logo, #high-contrast .zh_CN .header-main-bar__logo-blank,
#high-contrast .zh_TW .header-main-bar__logo, #high-contrast .zh_TW .header-main-bar__logo-blank,
#high-contrast .en_GB .header-main-bar__logo, #high-contrast .en_GB .header-main-bar__logo-blank,
#high-contrast .de_DE .header-main-bar__logo, #high-contrast .de_DE .header-main-bar__logo-blank,
#high-contrast .fr_FR .header-main-bar__logo, #high-contrast .fr_FR .header-main-bar__logo-blank,
#high-contrast .it_IT .header-main-bar__logo, #high-contrast .it_IT .header-main-bar__logo-blank,
#high-contrast .pt_BR .header-main-bar__logo, #high-contrast .pt_BR .header-main-bar__logo-blank,
#high-contrast .pt_PT .header-main-bar__logo, #high-contrast .pt_PT .header-main-bar__logo-blank,
#high-contrast .sv_SE .header-main-bar__logo, #high-contrast .sv_SE .header-main-bar__logo-blank,
#high-contrast .sk_SK .header-main-bar__logo, #high-contrast .sk_SK .header-main-bar__logo-blank,
#high-contrast .uk_UA .header-main-bar__logo, #high-contrast .uk_UA .header-main-bar__logo-blank,
#high-contrast .tr_TR .header-main-bar__logo, #high-contrast .tr_TR .header-main-bar__logo-blank,
#high-contrast .hi_IN .header-main-bar__logo, #high-contrast .hi_IN .header-main-bar__logo-blank,
#high-contrast .ur_PK .header-main-bar__logo, #high-contrast .ur_PK .header-main-bar__logo-blank {
  background: url("../images/logotypes/uj-contrast-en.svg") no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 166px;
  height: 71px;
}
@media all and (min-width: 960px) and (max-width: 1100px) {
  #high-contrast .header-main-bar__logo,
  #high-contrast .pl_PL .header-main-bar__logo,
  #high-contrast .ru_RU .header-main-bar__logo,
  #high-contrast .zh_CN .header-main-bar__logo,
  #high-contrast .zh_TW .header-main-bar__logo,
  #high-contrast .en_GB .header-main-bar__logo,
  #high-contrast .de_DE .header-main-bar__logo,
  #high-contrast .fr_FR .header-main-bar__logo,
  #high-contrast .it_IT .header-main-bar__logo,
  #high-contrast .pt_BR .header-main-bar__logo,
  #high-contrast .pt_PT .header-main-bar__logo,
  #high-contrast .sv_SE .header-main-bar__logo,
  #high-contrast .sk_SK .header-main-bar__logo,
  #high-contrast .uk_UA .header-main-bar__logo,
  #high-contrast .tr_TR .header-main-bar__logo,
  #high-contrast .hi_IN .header-main-bar__logo,
  #high-contrast .ur_PK .header-main-bar__logo,
  #high-contrast .header-main-bar__logo-blank,
  #high-contrast .pl_PL .header-main-bar__logo-blank,
  #high-contrast .ru_RU .header-main-bar__logo-blank,
  #high-contrast .zh_CN .header-main-bar__logo-blank,
  #high-contrast .zh_TW .header-main-bar__logo-blank,
  #high-contrast .en_GB .header-main-bar__logo-blank,
  #high-contrast .de_DE .header-main-bar__logo-blank,
  #high-contrast .fr_FR .header-main-bar__logo-blank,
  #high-contrast .it_IT .header-main-bar__logo-blank,
  #high-contrast .pt_BR .header-main-bar__logo-blank,
  #high-contrast .pt_PT .header-main-bar__logo-blank,
  #high-contrast .sv_SE .header-main-bar__logo-blank,
  #high-contrast .sk_SK .header-main-bar__logo-blank,
  #high-contrast .uk_UA .header-main-bar__logo-blank,
  #high-contrast .tr_TR .header-main-bar__logo-blank,
  #high-contrast .hi_IN .header-main-bar__logo-blank,
  #high-contrast .ur_PK .header-main-bar__logo-blank {
    display: inline-block;
    background: url("../images/logotypes/uj-blank-contrast.svg") no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 45px;
    height: 70px;
  }
}
@media all and (max-width: 960px) {
  #high-contrast .header-main-bar__logo-polonistyka-rwd {
    display: inline-block;
    height: 70px;
    background: url("/o/uj-lift-theme/images/logotypes/polonistyka/logo-polonistyka-white.svg") no-repeat;
    background-position: left bottom;
    background-size: contain;
    transition: all 0.3s linear;
    margin: 0 0 0 10px;
    padding: 0 0 0 80px;
  }
  #high-contrast .pl_PL .header-main-bar__logo {
    background: url("../images/logotypes/uj-contrast-pl.svg") no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 150px;
    height: 64px;
  }
  #high-contrast .ru_RU .header-main-bar__logo,
  #high-contrast .zh_CN .header-main-bar__logo,
  #high-contrast .zh_TW .header-main-bar__logo,
  #high-contrast .en_GB .header-main-bar__logo,
  #high-contrast .de_DE .header-main-bar__logo,
  #high-contrast .fr_FR .header-main-bar__logo,
  #high-contrast .it_IT .header-main-bar__logo,
  #high-contrast .pt_BR .header-main-bar__logo,
  #high-contrast .pt_PT .header-main-bar__logo,
  #high-contrast .sv_SE .header-main-bar__logo,
  #high-contrast .sk_SK .header-main-bar__logo,
  #high-contrast .uk_UA .header-main-bar__logo,
  #high-contrast .tr_TR .header-main-bar__logo,
  #high-contrast .hi_IN .header-main-bar__logo,
  #high-contrast .ur_PK .header-main-bar__logo {
    background: url("../images/logotypes/uj-contrast-en.svg") no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 150px;
    height: 64px;
  }
  #high-contrast .header-main-bar__logo-blank,
  #high-contrast .pl_PL .header-main-bar__logo-blank,
  #high-contrast .ru_RU .header-main-bar__logo-blank,
  #high-contrast .zh_CN .header-main-bar__logo-blank,
  #high-contrast .zh_TW .header-main-bar__logo-blank,
  #high-contrast .en_GB .header-main-bar__logo-blank,
  #high-contrast .de_DE .header-main-bar__logo-blank,
  #high-contrast .fr_FR .header-main-bar__logo-blank,
  #high-contrast .it_IT .header-main-bar__logo-blank,
  #high-contrast .pt_BR .header-main-bar__logo-blank,
  #high-contrast .pt_PT .header-main-bar__logo-blank,
  #high-contrast .sv_SE .header-main-bar__logo-blank,
  #high-contrast .sk_SK .header-main-bar__logo-blank,
  #high-contrast .uk_UA .header-main-bar__logo-blank,
  #high-contrast .tr_TR .header-main-bar__logo-blank,
  #high-contrast .hi_IN .header-main-bar__logo-blank,
  #high-contrast .ur_PK .header-main-bar__logo-blank {
    display: inline-block;
    background: url("../images/logotypes/uj-blank-contrast.svg") no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 45px;
    height: 70px;
  }
}
#high-contrast .main-header--small .header-main-bar__rp-eagle {
  width: 40px;
  height: 45px;
  background-position: left bottom;
  margin-right: 8px;
}
#high-contrast .main-header--small .header-main-bar__logo,
#high-contrast .main-header--small .header-main-bar__logo-blank {
  width: 120px;
  height: 52px;
  background-position: left bottom;
}
#high-contrast .main-header--small .header-main-bar__sygnet-uj {
  width: 32px;
  height: 50px;
  background-position: left bottom;
  margin-right: 0;
}
#high-contrast .main-header--small .header-main-bar__bip_logo {
  width: 120px;
  height: 45px;
  background-position: left bottom;
}
#high-contrast .main-header--small .header-main-bar__jcj_logo {
  width: 95px;
  height: 45px;
  background-position: left bottom;
  margin-left: 1rem;
}
#high-contrast .main-header--small .header-main-bar__bj_logo {
  width: 120px;
  height: 50px;
  background-position: left bottom;
  margin-left: 1rem;
}
#high-contrast .en_GB .main-header--small .header-main-bar__bj_logo {
  width: 120px;
  height: 50px;
  background-position: left bottom;
  margin-left: 1rem;
}
#high-contrast .main-header--small .header-main-bar__solaris_logo {
  width: 120px;
  height: 45px;
  background-position: left bottom;
  margin-left: 1rem;
}
#high-contrast .en_GB .main-header--small .header-main-bar__solaris_logo {
  width: 126px;
  height: 74px;
  background-position: left bottom;
  margin-left: 1rem;
}
#high-contrast .en_GB .main-header--small .header-main-bar__clrf_logo {
  width: 145px;
  height: 50px;
  background-position: left bottom;
  margin-left: 0.5rem;
}
#high-contrast .main-header--small .header-main-bar__mcb_logo {
  width: 151px;
  height: 42px;
  background-position: left bottom;
  margin-left: 1rem;
}
#high-contrast .en_GB .main-header--small .header-main-bar__mcb_logo {
  width: 151px;
  height: 42px;
  background-position: left bottom;
  margin-left: 1rem;
}
#high-contrast .main-header--small .header-main-bar__krswk_logo {
  width: 68px;
  height: 50px;
  background-position: left bottom;
}
#high-contrast .main-header--small .header-main-bar__misjaUJ_logo {
  width: 125px;
  height: 38px;
  background-position: left bottom;
  margin-left: 1rem;
}
#high-contrast .main-header--small .header-main-bar__ptbk_logo {
  width: 40px;
  height: 50px;
  background-position: left bottom;
  margin-left: 0.25rem;
}
#high-contrast .en_GB .main-header--small .header-main-bar__lll_logo {
  width: 75px;
  height: 47px;
  background-position: left bottom;
  margin-left: 1.5rem;
}
#high-contrast .main-header--small .header-main-bar__nav-wrapper nav > ul {
  height: 4.375rem;
}
#high-contrast .main-header--small .header-main-bar__nav-wrapper nav > ul > li > a {
  padding: 20px 35px 20px 10px;
}
#high-contrast .main-header--small .header-main-bar__nav-wrapper nav > ul > li > a.menu-item-alone {
  padding: 20px 10px;
}
#high-contrast .header-main-bar__nav-wrapper nav > ul > li > a {
  color: #FFE800;
  background: #1B1B1B;
}
#high-contrast .header-main-bar__nav-wrapper nav > ul > li > a:before {
  color: #fff;
}
#high-contrast .header-main-bar__nav-wrapper nav > ul > li > a:hover,
#high-contrast .header-main-bar__nav-wrapper nav > ul > li > a:active,
#high-contrast .header-main-bar__nav-wrapper nav > ul > li > a:focus {
  color: #fff;
  background: #292727;
}
#high-contrast .header-main-bar__nav-wrapper nav > ul > li > a:hover:before,
#high-contrast .header-main-bar__nav-wrapper nav > ul > li > a:active:before,
#high-contrast .header-main-bar__nav-wrapper nav > ul > li > a:focus:before {
  color: #fff;
}
#high-contrast .header-main-bar__nav-wrapper .menu--ready.menu--open > a {
  color: #fff;
  background: #292727;
}
#high-contrast .header-main-bar__nav-wrapper .menu--ready.menu--open > a:before {
  color: #fff;
}
#high-contrast .header-main-bar__nav-wrapper .child-menu {
  background: #292727;
}
#high-contrast .header-main-bar__nav-wrapper .child-menu a {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
#high-contrast .header-main-bar__nav-wrapper .child-sub-menu:first-child {
  border-right: 1px #0f0e0e solid;
}
#high-contrast .header-main-bar__nav-wrapper .child-menu__item--right-border {
  border-right: 1px #0f0e0e solid;
}
#high-contrast .main-slider__nav a {
  color: #fff;
}
#high-contrast .main-slider__nav a:active .icon {
  color: #FFE800;
}
#high-contrast .main-slider__nav .active .icon {
  color: #292727;
}
#high-contrast .main-slider__prev,
#high-contrast .main-slider__next {
  color: #fff;
}
#high-contrast .main-slider__item-text {
  background: #1B1B1B;
  color: #fff;
}
#high-contrast .main-slider__item-text:before {
  background: #292727;
}
#high-contrast .main-slider__progress-line {
  background: #000;
}
#high-contrast .main-slider__progress-line-highlight {
  background: #FFE800;
}
#high-contrast .latest-news__heading {
  color: #fff;
  background: #292727;
}
#high-contrast .latest-news__heading:before {
  border-left: 8px solid #292727;
}
#high-contrast .content-group__title {
  color: #fff;
  background: #000;
}
#high-contrast .content-group__nav {
  background: #000;
}
#high-contrast .content-group__nav-prev,
#high-contrast .content-group__nav-next {
  color: #FFE800;
}
#high-contrast .content-group__nav-prev:hover,
#high-contrast .content-group__nav-prev:active,
#high-contrast .content-group__nav-prev:focus,
#high-contrast .content-group__nav-next:hover,
#high-contrast .content-group__nav-next:active,
#high-contrast .content-group__nav-next:focus {
  color: #000;
  background: #FFE800;
}
#high-contrast .content-group__nav-prev {
  border-right: 1px #292727 solid;
}
#high-contrast .content-group__item-image {
  background: #000;
}
#high-contrast .content-group__item-title {
  color: #FFE800;
}
#high-contrast .content-group__item-sub-title {
  color: #fff;
}
#high-contrast .content-group__item-link {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  background: #000;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #FFE800;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#high-contrast .content-group__item-link:hover, #high-contrast .content-group__item-link:active, #high-contrast .content-group__item-link:focus {
  color: #000;
  border-color: #FFE800;
  background: #FFE800;
}
#high-contrast .main-socials {
  border-top: 3px solid #FFE800;
}
#high-contrast .main-socials__heading {
  color: #fff;
}
#high-contrast .main-socials__item {
  color: #FFE800;
}
#high-contrast .main-socials__item .icon {
  color: #fff;
  background: #000;
}
#high-contrast .main-socials__item:hover .icon, #high-contrast .main-socials__item:active .icon, #high-contrast .main-socials__item:focus .icon {
  color: #000;
  background: #FFE800;
}
#high-contrast .main-socials__item:hover .main-socials__item-text, #high-contrast .main-socials__item:active .main-socials__item-text, #high-contrast .main-socials__item:focus .main-socials__item-text {
  color: #fff;
}
#high-contrast .main-socials__item-text {
  color: #FFE800;
}
#high-contrast .main-footer {
  background: #0f0e0e url("../images/footer-world-map-clear.png") top right no-repeat;
  border-bottom: 3px solid #FFE800;
}
#high-contrast .main-footer:before {
  color: #fff;
}
#high-contrast .footer-top-bar {
  color: #fff;
}
#high-contrast .footer-top-bar__logos:before {
  background: #FFE800;
}
#high-contrast .footer-top-bar__nav, #high-contrast .footer-top-bar__nav-mobile {
  border-left: 1px solid #0f0e0e;
  border-right: 1px solid #0f0e0e;
}
#high-contrast .footer-top-bar__nav a:before, #high-contrast .footer-top-bar__nav-mobile a:before {
  background: #fff;
}
#high-contrast .footer-top-bar__adress a:before {
  background: #fff;
}
#high-contrast .footer-bottom-bar {
  color: #fff;
  border-top: 1px solid #0f0e0e;
}
#high-contrast .footer-bottom-bar a {
  color: #FFE800;
}
#high-contrast .footer-bottom-bar__agency a:before {
  background: #fff;
}
#high-contrast .footer-bottom-bar__logos {
  border-top: 1px solid #FFE800;
}
#high-contrast .tooltip {
  color: #000;
  background: #FFE800;
  border: 1px #FFE800 solid;
}
#high-contrast .tooltip:before, #high-contrast .tooltip:after {
  padding: 0;
  border-top: 0 solid transparent !important;
  border-bottom: 0 solid transparent !important;
}
#high-contrast .tooltip--left:before {
  border-left: 8px solid #FFE800;
}
#high-contrast .tooltip--left:after {
  border-left: 8px solid #FFE800;
}
#high-contrast .tooltip--right:before {
  border-right: 8px solid #FFE800;
}
#high-contrast .tooltip--right:after {
  border-right: 8px solid #FFE800;
}
#high-contrast .breadcrumb {
  background-color: #000;
}
#high-contrast .portlet-breadcrumb {
  background-color: #000;
}
#high-contrast .breadcrumb > li {
  text-shadow: none;
}
#high-contrast .main-breadcrumbs {
  border-bottom: 1px #FFE800 solid;
}
#high-contrast .breadcrumbs {
  border-bottom: none;
}
#high-contrast .breadcrumbs li:before {
  color: #fff;
}
#high-contrast .breadcrumbs a {
  color: #fff;
}
#high-contrast .breadcrumbs a:hover, #high-contrast .breadcrumbs a:active, #high-contrast .breadcrumbs a:focus {
  color: #FFE800;
}
#high-contrast .breadcrumbs .active a {
  color: #FFE800;
}
#high-contrast .main-aside__menu {
  border-top: 3px #FFE800 solid;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  border-left: 1px #000 solid;
}
#high-contrast .main-aside__menu li:after {
  background: #000;
}
#high-contrast .main-aside__menu li.active a {
  color: #000;
  background: #FFE800;
}
#high-contrast .main-aside__menu ul a {
  color: #FFE800;
}
#high-contrast .main-aside__menu ul a:hover, #high-contrast .main-aside__menu ul a:active, #high-contrast .main-aside__menu ul a:focus {
  color: #000;
  background: #FFE800;
}
#high-contrast .main-aside__menu-title {
  color: #fff;
  background: #292727;
}
#high-contrast .main-aside__menu-title:before {
  color: #FFE800;
}
#high-contrast .main-aside__menu--open .main-aside__menu-title {
  color: #fff;
  background: #000;
}
#high-contrast .main-aside__menu--open .main-aside__menu-title:before {
  color: #000;
}
#high-contrast .article__content {
  color: #fff;
}
#high-contrast .article h1, #high-contrast .article h2, #high-contrast .article__content h3, #high-contrast .article__content h4, #high-contrast .article__content h5, #high-contrast .article__content h6 {
  color: #FFE800;
}
#high-contrast .article__content h1, #high-contrast .article__content h2, #high-contrast .article__content h3, #high-contrast .article__content h4, #high-contrast .article__content h5, #high-contrast .article__content h6 {
  color: #FFE800;
}
#high-contrast .article__content a {
  color: #FFE800;
}
#high-contrast .article__content a:hover, #high-contrast .article__content a:active, #high-contrast .article__content a:focus {
  color: #FFE800;
}
#high-contrast .article__content blockquote {
  color: #fff;
  border-top: 2px #292727 solid;
  border-bottom: 2px #000 solid;
  background: none;
}
#high-contrast .article__content blockquote p {
  background: none;
}
#high-contrast .article__content blockquote footer {
  color: #FFE800;
}
#high-contrast .article__content ul li:before {
  color: #FFE800;
}
#high-contrast .article__content table {
  border-top: 2px #292727 solid;
  border-right: 1px #000 solid;
  border-left: 1px #000 solid;
}
#high-contrast .article__content table th {
  background: #000;
  color: #fff;
}
#high-contrast .article__content table th, #high-contrast .article__content table td {
  border-bottom: 1px #000 solid;
  border-left: 1px #000 solid;
}
#high-contrast .article__download-item {
  border-top: 1px #fff solid;
}
#high-contrast .article__download-item:hover .article__download-item-icon, #high-contrast .article__download-item:active .article__download-item-icon, #high-contrast .article__download-item:focus .article__download-item-icon {
  color: #000;
  background: #FFE800;
  border-color: #FFE800;
}
#high-contrast .article__download-item .article__download-item-title {
  color: #FFE800;
}
#high-contrast .article__download-item:first-child {
  border-top: none;
}
#high-contrast .article__download-item-title {
  color: #fff;
}
#high-contrast .article__download-item-icon {
  color: #fff;
  border: 1px #fff solid;
}
#high-contrast .article__gallery-item {
  background: #000;
}
#high-contrast .article__gallery-item--placeholder {
  position: relative;
  color: #fff;
  text-decoration: none;
  text-align: left;
}
#high-contrast .article__gallery-item--placeholder span {
  color: #fff;
  background: #000;
}
#high-contrast .article__gallery-item--placeholder span:before {
  color: #FFE800;
  background: #000;
}
#high-contrast .article__date {
  color: #FFE800;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
#high-contrast .article__tags {
  color: #FFE800;
}
#high-contrast .article__tags-list {
  color: #fff;
}
#high-contrast .article__tags-list a {
  color: #fff;
}
#high-contrast .article__tags-list a:hover, #high-contrast .article__tags-list a:active, #high-contrast .article__tags-list a:focus {
  color: #FFE800;
}
#high-contrast .article__socials li a {
  color: #fff;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
#high-contrast .article__socials li a:hover, #high-contrast .article__socials li a:active, #high-contrast .article__socials li a:focus {
  color: #000;
  background: #FFE800;
}
#high-contrast .article__socials li:first-child a {
  border-left: 1px #fff solid;
}
#high-contrast .article__related-post {
  color: #FFE800;
  background: #292727;
}
#high-contrast .article__related-post:hover .article__related-post-text, #high-contrast .article__related-post:active .article__related-post-text, #high-contrast .article__related-post:focus .article__related-post-text {
  color: #fff;
}
#high-contrast .article__related-post-image {
  background: #000;
}
#high-contrast .article__related-post-text {
  color: #ffe800;
}
#high-contrast .article__related-post-text:before {
  color: #fff;
}
#high-contrast .article__related-post-text:after {
  border-right: 8px solid transparent;
  border-bottom: 8px solid #292727;
}
#high-contrast .article__section-title {
  color: #FFE800;
  border-bottom: 2px #000 solid;
}
#high-contrast .article__section-content {
  border-bottom: 2px #000 solid;
}
#high-contrast .post-folded__title {
  color: #FFE800;
  background: #292727;
}
#high-contrast .post-folded__title:hover {
  background: #FFE800;
  color: #292727;
}
#high-contrast .post-folded__text {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
}
#high-contrast .page-heading__title {
  color: #fff;
  border-top: 3px #FFE800 solid;
}
#high-contrast .page-heading__title span {
  background: #000;
}
#high-contrast .page-sub-heading__title {
  border-bottom: 1px #fff solid;
  color: #FFE800;
}
#high-contrast .post-excerpt {
  border-top: 2px #000 solid;
}
#high-contrast .post-excerpt:first-child {
  border-top: none;
}
#high-contrast .post-excerpt--condensed, #high-contrast .post-excerpt--person, #high-contrast .post-excerpt--calendar {
  border-top: 1px #000 solid;
}
#high-contrast .post-excerpt--condensed:first-child, #high-contrast .post-excerpt--person:first-child, #high-contrast .post-excerpt--calendar:first-child {
  border-top: none;
}
#high-contrast .post-excerpt--person {
  border-top: 1px #000 solid;
}
#high-contrast .post-excerpt--person .post-excerpt__title a {
  color: #fff;
}
#high-contrast .post-excerpt--person .post-excerpt__sub-title {
  color: #FFE800;
}
#high-contrast .post-excerpt--calendar {
  border-top: 1px #000 solid;
}
#high-contrast .post-excerpt--calendar .post-excerpt__title {
  color: #292727;
}
#high-contrast .post-excerpt--calendar .post-excerpt__title a {
  color: #292727;
}
#high-contrast .post-excerpt--calendar .post-excerpt__sub-title {
  color: #FFE800;
}
#high-contrast .post-excerpt--calendar .post-excerpt__sub-title a {
  color: #FFE800;
}
#high-contrast .post-excerpt--calendar .post-excerpt__sub-title a:hover, #high-contrast .post-excerpt--calendar .post-excerpt__sub-title a:active, #high-contrast .post-excerpt--calendar .post-excerpt__sub-title a:focus {
  color: #292727;
}
#high-contrast .post-excerpt__image {
  background: #000;
}
#high-contrast .post-excerpt__add-to-calendar {
  color: #fff;
  background: #000;
}
#high-contrast .post-excerpt__add-to-calendar:hover, #high-contrast .post-excerpt__add-to-calendar:active, #high-contrast .post-excerpt__add-to-calendar:focus {
  color: #FFE800;
}
#high-contrast .add-to-calendar__wrapper {
  background: #000;
}
#high-contrast .add-to-calendar__item {
  color: #fff;
  border-bottom: 1px #fff solid;
}
#high-contrast .add-to-calendar__item:hover, #high-contrast .add-to-calendar__item:active, #high-contrast .add-to-calendar__item:focus {
  background: #FFE800;
  color: #000;
}
#high-contrast .add-to-calendar__item-text {
  opacity: 1;
  filter: alpha(opacity=100);
}
#high-contrast .post-excerpt__add-to-calendar-plus {
  background: url("../images/add-to-calendar-plus.png") no-repeat;
}
#high-contrast .post-excerpt__category {
  color: #fff;
}
#high-contrast .post-excerpt__title a {
  color: #FFE800;
  font-family: "Libre Baskerville", serif;
}
#high-contrast .post-excerpt__title-gray {
  color: #fff;
}
#high-contrast .post-excerpt__sub-title {
  color: #fff;
}
#high-contrast .post-excerpt__text {
  color: #fff;
  font-family: "Libre Baskerville", serif;
}
#high-contrast .post-excerpt__link {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  background: #000;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #FFE800;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#high-contrast .post-excerpt__link:hover, #high-contrast .post-excerpt__link:active, #high-contrast .post-excerpt__link:focus {
  color: #000;
  border-color: #FFE800;
  background: #FFE800;
}
#high-contrast .post-excerpt__text-link {
  color: #fff;
}
#high-contrast .post-excerpt__text-link:hover, #high-contrast .post-excerpt__text-link:active, #high-contrast .post-excerpt__text-link:focus {
  color: #FFE800;
}
#high-contrast .post-excerpt-groups__title {
  border: 1px #000 solid;
}
#high-contrast .post-excerpt-group {
  border-bottom: 1px #000 solid;
}
#high-contrast .post-excerpt-group__title {
  background: #292727;
}
#high-contrast .post-excerpt-group__title .icon {
  color: #fff;
}
#high-contrast .post-excerpt-group__title:before {
  color: #fff;
}
#high-contrast .post-excerpt-group--open .post-excerpt-group__title {
  background: #000;
  color: #fff;
}
#high-contrast .post-excerpt-group--open .post-excerpt-group__title:before {
  color: #fff;
}
#high-contrast .post-excerpt-group--open .post-excerpt-group__title .icon {
  color: #fff;
}
#high-contrast a.post-excerpt__show_all,
#high-contrast a.post-excerpt__show_all:link {
  color: #FFF;
  background: #000 none repeat scroll 0 0;
  border: 1px solid #FFE800;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
#high-contrast a.post-excerpt__show_all:hover,
#high-contrast a.post-excerpt__show_all:active,
#high-contrast a.post-excerpt__show_all:focus {
  color: #000;
  border-color: #FFE800;
  background: #FFE800 none repeat scroll 0 0;
}
#high-contrast .calendar {
  background: #292727;
}
#high-contrast .calendar__big-arrow {
  color: #FFE800;
}
#high-contrast .calendar__aside {
  background: #292727;
}
#high-contrast .calendar__current-day-wrapper {
  border: 2px #000 solid;
}
#high-contrast .calendar__current-day-top {
  border-bottom: 2px #000 solid;
}
#high-contrast .calendar__current-day-top:before, #high-contrast .calendar__current-day-top:after {
  background: #000;
}
#high-contrast .calendar__current-day {
  color: #FFE800;
}
#high-contrast .calendar__current-day-name {
  color: #FFE800;
}
#high-contrast .calendar__current-day-date {
  color: #fff;
}
#high-contrast .calendar__add-event {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  background: #000;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #FFE800;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#high-contrast .calendar__add-event:hover, #high-contrast .calendar__add-event:active, #high-contrast .calendar__add-event:focus {
  color: #000;
  border-color: #FFE800;
  background: #FFE800;
}
#high-contrast .calendar__wrapper {
  border: 1px #000 solid;
  color: #fff;
  background: #292727;
}
#high-contrast .calendar__prev, #high-contrast .calendar__next {
  color: #c3c3c3;
}
#high-contrast .calendar__prev:hover, #high-contrast .calendar__prev:active, #high-contrast .calendar__prev:focus, #high-contrast .calendar__next:hover, #high-contrast .calendar__next:active, #high-contrast .calendar__next:focus {
  color: #000;
  background: #FFE800;
}
#high-contrast .calendar__month {
  color: #c3c3c3;
}
#high-contrast .calendar__day {
  background: #000;
  color: #fff;
}
#high-contrast .calendar__day:hover, #high-contrast .calendar__day:active, #high-contrast .calendar__day:focus {
  color: #000;
  background: #FFE800;
  opacity: 1;
  filter: alpha(opacity=100);
}
#high-contrast .calendar__day.today {
  background: #FFE800;
  color: #000;
}
#high-contrast .event-section__icon {
  color: #fff;
}
#high-contrast .event-section__list-title {
  color: #fff;
}
#high-contrast .person {
  border-bottom: 1px #fff solid;
}
#high-contrast .person__image {
  background: #000;
}
#high-contrast .person__title {
  color: #FFE800;
}
#high-contrast .person__section-title {
  color: #FFE800;
}
#high-contrast .person__section-content {
  color: #fff;
}
#high-contrast .link-box__wrapper {
  background: #000;
}
#high-contrast .link-box__wrapper:before {
  background: #fff;
}
#high-contrast .link-box__title {
  color: #fff;
  background: #000;
}
#high-contrast .link-box__button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  background: #000;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 10px 30px;
  border: 1px solid #FFE800;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#high-contrast .link-box__button:hover, #high-contrast .link-box__button:active, #high-contrast .link-box__button:focus {
  color: #000;
  border-color: #FFE800;
  background: #FFE800;
}
#high-contrast .link-box__background {
  background: #292727;
}
#high-contrast .logo-grid--blue .logo-grid__item {
  outline: 1px #000 solid;
  background: #0f0e0e;
}
#high-contrast .logo-grid--blue .logo-grid__item:hover, #high-contrast .logo-grid--blue .logo-grid__item:active, #high-contrast .logo-grid--blue .logo-grid__item:focus {
  outline: 1px #000 solid;
}
#high-contrast .logo-grid--blue .logo-grid__item-content {
  color: #fff;
}
#high-contrast .logo-grid--blue .logo-grid__item-icon {
  color: #FFE800;
}
#high-contrast .logo-grid__item {
  outline: 1px #000 solid;
  background: #292727;
}
#high-contrast .logo-grid__item:hover, #high-contrast .logo-grid__item:active, #high-contrast .logo-grid__item:focus {
  outline: 1px #000 solid;
}
#high-contrast .highlight-container {
  background: #292727;
  color: #fff;
}
#high-contrast .highlight-container--dark-blue {
  background: #0f0e0e;
}
#high-contrast .highlight-container--gray {
  background: #292727;
  color: #fff;
}
#high-contrast .highlight-container__heading {
  border-bottom: 3px #fff solid;
}
#high-contrast .border-list-wrapper .border-list-icon {
  border: 1px #0f0e0e solid;
}
#high-contrast .border-list--dark-blue .border-list__item {
  border-bottom: 1px #0f0e0e solid;
}
#high-contrast .border-list--dark-blue .border-list__item:first-child {
  border-top: 1px #0f0e0e solid;
}
#high-contrast .border-list--light-gray {
  color: #fff;
}
#high-contrast .border-list--light-gray .border-list__item {
  border-bottom: 1px #000 solid;
}
#high-contrast .border-list--light-gray .border-list__item:first-child {
  border-top: 1px #000 solid;
}
#high-contrast .border-list--light-gray .border-list__gray-text {
  color: #FFE800;
}
#high-contrast .border-list--light-gray .border-list__item--highlight {
  color: #fff;
}
#high-contrast .border-list--light-gray ul li:before {
  color: #FFE800;
}
#high-contrast .border-list__item {
  border-bottom: 1px #0f0e0e solid;
}
#high-contrast .border-list__item:first-child {
  border-top: 1px #0f0e0e solid;
}
#high-contrast .pagination {
  border-top: 1px #000 solid;
  color: #fff;
}
#high-contrast .pagination__list li {
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
}
#high-contrast .pagination__list li:first-child {
  border-left: 1px #000 solid;
}
#high-contrast .pagination__list a {
  color: #fff;
}
#high-contrast .pagination__list a:hover, #high-contrast .pagination__list a:active, #high-contrast .pagination__list a:focus {
  color: #000;
  background: #FFE800;
}
#high-contrast .pagination__list .active a {
  color: #000;
  background: #FFE800;
}
#high-contrast .pagination__prev, #high-contrast .pagination__next {
  color: #fff;
}
#high-contrast .pagination__prev:hover, #high-contrast .pagination__prev:active, #high-contrast .pagination__prev:focus, #high-contrast .pagination__next:hover, #high-contrast .pagination__next:active, #high-contrast .pagination__next:focus {
  color: #000;
  background: #FFE800;
}
#high-contrast .pagination__prev {
  border-right: 1px #000 solid;
}
#high-contrast .statistics {
  background: #000;
}
#high-contrast .statistics__heading {
  border-bottom: 1px #FFE800 solid;
}
#high-contrast .faculty__map-info {
  background: #292727;
  color: #fff;
}
#high-contrast .faculty__section-title {
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
#high-contrast .faculty__section-content {
  color: #fff;
  border-bottom: 1px #fff solid;
}
#high-contrast .faculty__description {
  color: #fff;
}
#high-contrast .faculty__contact-info a {
  color: #fff;
}
#high-contrast .faculty__contact-info a:hover, #high-contrast .faculty__contact-info a:active, #high-contrast .faculty__contact-info a:focus {
  color: #FFE800;
}
#high-contrast .faculty__gray-text {
  color: #fff;
}
#high-contrast .faculty__box-link {
  color: #fff;
  background: #000;
}
#high-contrast .faculty__box-link:hover .faculty__box-link-text, #high-contrast .faculty__box-link:active .faculty__box-link-text, #high-contrast .faculty__box-link:focus .faculty__box-link-text {
  color: #FFE800;
}
#high-contrast .faculty__box-link-text {
  background-color: #000;
  border: 1px solid #fff;
}
#high-contrast .faculty__box-link-image {
  background: #000;
}
#high-contrast .faculty__box-link-text-highlight {
  color: #FFE800;
}
#high-contrast .faculty__side-list-items {
  border-color: #000;
}
#high-contrast .faculty__side-list-item {
  border-color: #000;
}
#high-contrast .faculty__side-list-item-title {
  color: #fff;
}
#high-contrast .related-pages {
  border-top: 1px #fff solid;
}
#high-contrast .related-pages__list li:before {
  color: #fff;
}
#high-contrast .related-pages__list a {
  color: #fff;
}
#high-contrast .related-pages__list a:hover,
#high-contrast .related-pages__list a:active,
#high-contrast .related-pages__list a:focus {
  color: #FFE800;
}
#high-contrast .chosen-container-single .chosen-single {
  border: 1px solid #FFE800;
  background-color: #292727;
  color: #fff;
}
#high-contrast .chosen-container-single .chosen-single div b {
  color: #fff;
}
#high-contrast .chosen-container .chosen-drop {
  border: #FFE800;
  background: #000;
}
#high-contrast .chosen-container .chosen-results {
  color: #fff;
}
#high-contrast .chosen-container .chosen-results li.highlighted {
  color: #FFE800;
}
#high-contrast .main-header--fixed .header-main-bar__wrapper {
  background: #1B1B1B;
  border-bottom: 3px #FFE800 solid;
}
#high-contrast .header-main-bar__nav-wrapper .child-menu a:hover,
#high-contrast .header-main-bar__nav-wrapper .child-menu a:active,
#high-contrast .header-main-bar__nav-wrapper .child-menu a:focus {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #FFE800;
  color: #000;
}
#high-contrast .header-main-bar__nav-wrapper .child-menu__item-right {
  border-left: 1px solid #373737;
}
#high-contrast .list-menu li a {
  color: #fff;
  background: #292727;
}
#high-contrast .list-menu li a.selected {
  color: #000;
  background: #fff;
}
#high-contrast .pika-single {
  color: #fff;
  background: #000;
  border: 1px solid #FFE800;
}
#high-contrast .pika-label {
  color: #fff;
  background-color: #000;
}
#high-contrast .pika-table th {
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
#high-contrast .pika-button {
  color: #fff;
  background: #292727;
}
#high-contrast .pika-button:hover {
  color: #000 !important;
  background: #FFE800 !important;
}
#high-contrast .leaflet-control a {
  color: #ffe800;
  background-color: #292727;
}
#high-contrast .leaflet-control:hover a {
  color: #292727;
  background-color: #ffe800;
}
#high-contrast .portlet-msg-info, #high-contrast .portlet-msg-success, #high-contrast .portlet-msg-error, #high-contrast .portlet-msg-alert {
  color: #fff;
  background-color: #292727;
  border-color: #ffe800;
}
#high-contrast .control-group.error .control-label {
  color: #ffe800;
}
#high-contrast .control-group.error .form-validator-stack.help-inline {
  color: #ffe800;
}
#high-contrast .control-group.error .checkbox {
  color: #ffe800;
}
#high-contrast .control-group.success .control-label {
  color: #fff;
}
#high-contrast .control-group.success .checkbox {
  color: #fff;
}
#high-contrast .portlet-content .alert.alert-success, #high-contrast .portlet-content .alert.alert-error {
  background-color: #000;
  border-color: #ffe800;
  color: #fff;
}
#high-contrast .lfr-pagination a {
  background-color: #292727;
}
#high-contrast .lfr-pagination .lfr-pagination-config a {
  background-image: none;
  text-shadow: none;
}

/** end of #high-contrast */
/* ---------- Obsluga RWD poprzez media query---------- */
@media all and (max-width: 480px) {
  #wrapper {
    min-width: 320px;
  }
}
@media all and (min-width: 480px) and (min-width: 720px) {
  #wrapper {
    min-width: 480px;
  }
}
@media all and (min-width: 720px) and (max-width: 960px) {
  #wrapper {
    min-width: 720px;
  }
}
@media all and (min-width: 960px) {
  #wrapper {
    min-width: 960px;
  }
}
@media all and (max-width: 175px) {
  mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/* --------- min 1210 -------------*/
@media (min-width: 1210px) {
  .footer-top-bar__adress {
    padding: 0 50px;
    width: 40%;
    float: left;
  }
  .footer-top-bar__adress a {
    white-space: normal;
    position: relative;
    line-height: 1rem;
  }
}
/* --------- max 1210 -------------*/
@media (max-width: 1210px) {
  .header-top-bar__nav a {
    padding: 0 10px;
  }
  .header-top-bar__option-wrapper--text-size {
    padding: 0 10px;
  }
  .header-top-bar__option-wrapper--lang {
    padding-top: 25px;
  }
  .header-top-bar__option-wrapper--text-size {
    min-width: 90px;
  }
  .header-main-bar__nav-wrapper nav > ul > li > a {
    padding-right: 25px;
  }
  .header-main-bar__nav-wrapper nav > ul > li > a:before {
    margin-top: -9px;
    right: 8px;
    font-size: 1rem;
  }
  .calendar__header-day {
    margin-left: 16px;
  }
  .calendar__day {
    margin-left: 16px;
    margin-bottom: 7px;
  }
  .main-footer:before {
    display: none;
  }
  .footer-top-bar__logos a {
    flex-basis: 50%;
  }
  .footer-bar__logos_configurable_small a {
    flex-basis: 60%;
  }
  .footer-top-bar__logos_constant {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
  }
  .footer-bar__logos_configurable_small {
    max-width: none;
    justify-content: center;
    padding-top: 30px;
  }
  .footer-top-bar__uj-logo {
    flex-basis: 100%;
  }
  .en_GB .footer-top-bar__uj-logo,
  .en_US .footer-top-bar__uj-logo {
    width: 45%;
    height: 95px;
  }
  .footer-top-bar__jcj-logo {
    width: 45%;
    height: 70px;
    margin: 1.5rem 0 0 0;
    float: left;
  }
  .footer-top-bar__logos a {
    height: 50px;
  }
  .footer-top-bar__logos {
    width: 60%;
    float: left;
    justify-content: center;
  }
  .footer-top-bar__logos:before {
    width: 100%;
    float: left;
  }
  .footer-top-bar__group {
    width: 100%;
    float: left;
  }
  .footer-top-bar__nav {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #34546e;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
  }
  .footer-top-bar__adress {
    padding: 0 30px;
    float: left;
    margin-right: 4.1666666667%;
  }
  .footer-top-bar__adress a {
    white-space: normal;
  }
}
/* --------- view-gt960 -------------*/
@media all and (min-width: 960px) {
  .main-header--fixed .header-top-bar {
    margin-bottom: 110px;
  }
  .main-header--fixed .header-main-bar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .main-header--fixed .header-main-bar__wrapper {
    max-width: 1430px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    border-bottom: 0 #e0e0e0 solid;
    transition: border 0.3s linear;
  }
  .wrapperFull .main-header--fixed .header-main-bar__wrapper {
    max-width: 100%;
  }
  .main-header--small .header-main-bar .header-main-bar__heading {
    height: 4.375rem;
  }
  .main-header--fixed .header-main-bar__nav-wrapper nav > ul > li > a:before {
    right: 6px;
  }
  .main-header--small .header-main-bar__rp-eagle {
    width: 40px;
    height: 45px;
    background-position: left bottom;
    margin-right: 8px;
  }
  .main-header--small .header-main-bar__logo,
  .main-header--small .header-main-bar__logo-blank {
    width: 120px;
    height: 52px;
    background-position: left bottom;
  }
  .main-header--small .header-main-bar__sygnet-uj {
    width: 32px;
    height: 50px;
    background-position: left bottom;
    margin-right: 0;
  }
  .main-header--small .header-main-bar__bip_logo {
    width: 120px;
    height: 45px;
    background-position: left bottom;
  }
  .main-header--small .header-main-bar__solaris_logo {
    width: 120px;
    height: 45px;
    background-position: left bottom;
    margin-left: 1rem;
  }
  .en_GB .main-header--small .header-main-bar__solaris_logo,
  .en_US .main-header--small .header-main-bar__solaris_logo {
    width: 126px;
    height: 45px;
    background-position: left bottom;
    margin-left: 1rem;
  }
  .main-header--small .header-main-bar__ptpk_logo {
    width: 105px;
    height: 50px;
    background-position: left bottom;
    margin-left: 0.5rem;
  }
  .en_GB .main-header--small .header-main-bar__clrf_logo,
  .en_US .main-header--small .header-main-bar__clrf_logo {
    width: 145px;
    height: 50px;
    background-position: left bottom;
    margin-left: 0.5rem;
  }
  .main-header--small .header-main-bar__mcb_logo {
    width: 151px;
    height: 42px;
    background-position: left bottom;
    margin-left: 1rem;
  }
  .en_GB .main-header--small .header-main-bar__mcb_logo,
  .en_US .main-header--small .header-main-bar__mcb_logo {
    width: 151px;
    height: 42px;
    background-position: left bottom;
    margin-left: 1rem;
  }
  .main-header--small .header-main-bar__quantumoptics11_logo {
    width: 155px;
    height: 50px;
  }
  .main-header--small .header-main-bar__jcj_logo {
    width: 95px;
    height: 45px;
    background-position: left bottom;
    margin-left: 1rem;
  }
  .main-header--small .header-main-bar__bj_logo {
    width: 120px;
    height: 50px;
    background-position: left bottom;
    margin-left: 1rem;
  }
  .main-header--small .header-main-bar__krswk_logo {
    width: 68px;
    height: 50px;
    background-position: left bottom;
  }
  .main-header--small .header-main-bar__misjaUJ_logo {
    width: 125px;
    height: 38px;
    background-position: left bottom;
    margin-left: 1rem;
  }
  .main-header--small .header-main-bar__ptbk_logo {
    width: 40px;
    height: 50px;
    background-position: left bottom;
    margin-left: 0.25rem;
  }
  .main-header--small .header-main-bar__lll_logo {
    width: 75px;
    height: 47px;
    background-position: left bottom;
    margin-left: 1.5rem;
  }
  .main-header--small .header-main-bar__heading {
    padding: 0.5rem 0;
  }
  .main-header--small .header-main-bar__wrapper {
    border-bottom: 3px #e0e0e0 solid;
  }
  .main-header--small .header-main-bar__nav-wrapper nav > ul {
    height: 4.375rem;
  }
  .main-header--small .header-main-bar__nav-wrapper nav > ul > li > a {
    padding: 20px 35px 20px 10px;
  }
  .main-header--small .header-main-bar__nav-wrapper nav > ul > li > a.menu-item-alone {
    padding: 20px 10px;
  }
  #facultyUJ,
  #facultyCMUJ,
  #communityUJ,
  #communityCMUJ,
  #communityBIP {
    display: none;
  }
  #communityUJtop,
  #communityCMUJtop {
    width: 60%;
    float: left;
    overflow-wrap: break-word;
  }
  #communityUJtop h1,
  #communityCMUJtop h1 {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0;
    padding: 15px 0 0 0;
    display: block;
    max-width: 900px;
    line-height: 20px;
  }
  #communityUJtop .homepage-faculty-bar,
  #communityCMUJtop .homepage-faculty-bar {
    color: #c8d8e7;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 0 0;
    display: block;
    max-width: 900px;
    line-height: 14px;
  }
  #facultyUJtop,
  #facultyCMUJtop {
    margin: 0;
    padding: 0;
    display: inline-block;
    max-width: 900px;
  }
  #facultyUJtop h1,
  #facultyCMUJtop h1 {
    font-size: 1.375rem;
    font-weight: normal;
  }
  #communityUJtop a:hover, #communityUJtop a:active, #communityUJtop a:focus,
  #communityCMUJtop a:hover, #communityCMUJtop a:active, #communityCMUJtop a:focus,
  #facultyUJtop a:hover, #facultyUJtop a:active, #facultyUJtop a:focus,
  #facultyCMUJtop a:hover, #facultyCMUJtop a:active, #facultyCMUJtop a:focus {
    color: #f8c53a;
  }
  .article__related-post {
    display: block;
    width: 23.5%;
    margin-left: 2%;
    float: left;
  }
  .footer-bottom-bar__logos {
    padding: 50px 50px 0 50px;
  }
} /*screen*/
/* ------------- zakres 960 - 1100 --------- */
@media all and (min-width: 960px) and (max-width: 1100px) {
  #navigation {
    display: block;
  }
  .header-main-bar__nav-wrapper {
    max-width: 90%;
  }
  .header-main-bar__rp-eagle {
    display: inline-block;
    width: 55px;
    height: 60px;
    background: url("../images/orzel.svg") no-repeat;
    background-position: bottom left;
    background-size: contain;
    transition: all 0.3s linear;
    margin-right: 1rem;
  }
  .main-header--small .header-main-bar__rp-eagle {
    width: 40px;
    height: 40px;
    background-position: bottom left;
    margin-right: 0.5rem;
  }
  .header-main-bar__logo, .header-main-bar__logo-blank,
  .pl_PL .header-main-bar__logo, .pl_PL .header-main-bar__logo-blank,
  .ru_RU .header-main-bar__logo, .ru_RU .header-main-bar__logo-blank,
  .zh_CN .header-main-bar__logo, .zh_CN .header-main-bar__logo-blank,
  .zh_TW .header-main-bar__logo, .zh_TW .header-main-bar__logo-blank,
  .en_GB .header-main-bar__logo, .en_GB .header-main-bar__logo-blank,
  .de_DE .header-main-bar__logo, .de_DE .header-main-bar__logo-blank,
  .fr_FR .header-main-bar__logo, .fr_FR .header-main-bar__logo-blank,
  .it_IT .header-main-bar__logo, .it_IT .header-main-bar__logo-blank,
  .pt_BR .header-main-bar__logo, .pt_BR .header-main-bar__logo-blank,
  .pt_PT .header-main-bar__logo, .pt_PT .header-main-bar__logo-blank,
  .sv_SE .header-main-bar__logo, .sv_SE .header-main-bar__logo-blank,
  .sk_SK .header-main-bar__logo, .sk_SK .header-main-bar__logo-blank,
  .uk_UA .header-main-bar__logo, .uk_UA .header-main-bar__logo-blank,
  .tr_TR .header-main-bar__logo, .tr_TR .header-main-bar__logo-blank,
  .hi_IN .header-main-bar__logo, .hi_IN .header-main-bar__logo-blank,
  .ur_PK .header-main-bar__logo, .ur_PK .header-main-bar__logo-blank {
    background: url("../images/logotypes/uj-blank.svg") no-repeat;
    background-position: bottom left;
    background-size: contain;
    display: inline-block;
    width: 50px;
    height: 70px;
    transition: all 0.3s linear;
  }
  .main-header--small .header-main-bar__logo,
  .main-header--small .header-main-bar__logo-blank {
    width: 32px;
    height: 52px;
    background-position: bottom left;
  }
  .header-top-bar__nav a {
    padding: 0 9px;
  }
} /*screen END OF 960 - 1100*/
/* --------- view-960 --------------- */
@media all and (min-width: 960px) {
  .footer-top-bar__uj-logo {
    max-width: 100%;
  }
}
/* --------- view-lt960 --------------- */
@media all and (max-width: 960px) {
  .uj_2col_25_75 #column-3.portlet-column-last,
  .aui-w75 .portlet-column-last {
    padding-left: 0;
  }
  .uj_2col_25_75 #column-3.portlet-column-first,
  .aui-w75 .portlet-column-first {
    padding-right: 0;
  }
  #main-content-for-skip {
    display: flex;
    flex-direction: column;
  }
  .uj_2col_25_75 #column-2.col-md-3 {
    flex: unset;
    max-width: unset;
  }
  .uj_2col_25_75 #column-3.col-md-9 {
    flex: unset;
    max-width: unset;
  }
  .uj_2col_25_75 #column-3,
  .aui-w75 {
    -webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
    -ms-flex-order: 1; /* TWEENER - IE 10 */
    -webkit-order: 1; /* NEW - Chrome */
    order: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .uj_2col_25_75 #column-2,
  .aui-w25 {
    -webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
    -ms-flex-order: 2; /* TWEENER - IE 10 */
    -webkit-order: 2; /* NEW - Chrome */
    order: 2; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .portlet-column {
    display: block !important;
    width: 100% !important;
    margin: 0 0 0 0;
  }
  .portlet-column-content {
    padding: 0 !important;
  }
  /* navigation for mobile - at the bottom  */
  .portlet-navigation {
    display: block;
  }
  .portlet-navigation .list-menu ul {
    display: flex;
    flex-flow: column;
  }
  .portlet-navigation .list-menu ul.level-1 > li {
    margin: 0 0 1rem 0;
    border: 1px #e0e0e0 solid;
    border-top: 3px #f8c53a solid;
  }
  .portlet-navigation .list-menu li a {
    margin-bottom: 10px;
  }
  .header-top-bar__option-wrapper--text-size,
  .header-top-bar__option-wrapper--contrast,
  .header-top-bar__option-wrapper--login,
  .header-top-bar__option-wrapper--lang,
  .header-top-bar__option-wrapper--mobile-menu {
    display: block;
    height: 4.375rem;
    line-height: 15px;
    border-right: 1px #004680 solid;
  }
  .header-top-bar__nav {
    display: none;
  }
  .header-top-bar__options {
    width: 100%;
    float: left;
  }
  .header-top-bar__option-wrapper,
  .header-top-bar__option-wrapper--text-size,
  .header-top-bar__option-wrapper--contrast,
  .header-top-bar__option-wrapper--login,
  .header-top-bar__option-wrapper--mobile-menu {
    padding: 0;
    text-align: center;
  }
  .header-top-bar__option-wrapper--lang {
    padding-top: 25px;
  }
  .header-top-bar__option-wrapper--text-size {
    width: 25%;
    float: left;
  }
  .header-top-bar__option-wrapper--contrast, .header-top-bar__option-wrapper--login {
    width: 16.6666666667%;
    float: left;
  }
  .header-top-bar__option-wrapper--lang {
    width: 16.6666666667%;
    float: left;
    min-width: inherit;
  }
  .header-top-bar__option-wrapper--mobile-menu {
    display: block;
    width: 25%;
    float: left;
  }
  .header-top-bar__option-wrapper--mobile-menu span {
    margin-top: -15px;
    /*display:inline-block;*/
    vertical-align: middle;
    text-transform: uppercase;
  }
  .header-top-bar__option-wrapper--mobile-menu .icon,
  .header-top-bar__option-wrapper--mobile-menu .header-top-bar__lang-dropdown:before,
  .header-top-bar__option-wrapper--mobile-menu .header-main-bar__nav-wrapper nav > ul > li > a:before,
  .header-main-bar__nav-wrapper .header-top-bar__option-wrapper--mobile-menu nav > ul > li > a:before,
  .header-top-bar__option-wrapper--mobile-menu .breadcrumbs li:before,
  .breadcrumbs .header-top-bar__option-wrapper--mobile-menu li:before,
  .header-top-bar__option-wrapper--mobile-menu .main-aside__menu li.active a:before,
  .main-aside__menu li.active .header-top-bar__option-wrapper--mobile-menu a:before,
  .header-top-bar__option-wrapper--mobile-menu .main-aside__menu-title:before {
    height: 4.375rem;
    font-size: 1.625rem;
    line-height: 4.375rem;
  }
  .header-top-bar__option {
    margin-left: 0;
    text-align: center;
  }
  .no-angle .header-top-bar__lang-dropdown {
    text-align: center;
    padding: 0;
  }
  .header-main-bar {
    text-align: center;
  }
  .header-main-bar__heading-wrapper {
    margin: 0 auto;
    width: 260px;
    overflow: hidden;
    float: none;
  }
  .header-main-bar__heading,
  .header-main-bar__logo {
    margin: 0 auto;
  }
  .header-main-bar__nav-wrapper {
    display: none;
  }
  #facultyUJtop,
  #communityUJtop,
  #facultyCMUJtop,
  #communityCMUJtop {
    display: none;
  }
  .header-main-bar__heading-wrapper {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    float: none;
    padding: 20px 0;
    height: auto;
  }
  .header-main-bar {
    text-align: center;
  }
  .header-main-bar__godlo-uj {
    display: inline-block;
    margin: 0;
  }
  .header-main-bar__rp-eagle {
    width: 55px;
    height: 60px;
    background-position: left bottom;
  }
  .pl_PL .header-main-bar__logo-blank,
  .ru_RU .header-main-bar__logo-blank,
  .zh_CN .header-main-bar__logo-blank,
  .zh_TW .header-main-bar__logo-blank,
  .en_GB .header-main-bar__logo-blank,
  .de_DE .header-main-bar__logo-blank,
  .fr_FR .header-main-bar__logo-blank,
  .it_IT .header-main-bar__logo-blank,
  .pt_BR .header-main-bar__logo-blank,
  .pt_PT .header-main-bar__logo-blank,
  .sv_SE .header-main-bar__logo-blank,
  .sk_SK .header-main-bar__logo-blank,
  .uk_UA .header-main-bar__logo-blank,
  .tr_TR .header-main-bar__logo-blank,
  .hi_IN .header-main-bar__logo-blank,
  .ur_PK .header-main-bar__logo-blank {
    background: url("../images/logotypes/uj-blank.svg") no-repeat;
    background-position: left bottom;
    background-size: contain;
  }
  .header-main-bar__logo {
    display: block;
    width: 150px;
    height: 64px;
    transition: all 0.3s linear;
  }
  .header-main-bar__logo-blank {
    display: block;
    width: 45px;
    height: 70px;
    transition: all 0.3s linear;
  }
  .header-main-bar__bip_logo {
    display: inline-block;
    width: 150px;
    height: 53px;
    background: url("/o/uj-lift-theme/images/logotypes/bip/logo-bip-pl.svg") no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-position: center bottom;
    background-size: contain;
    transition: all 0.3s linear;
    margin: 0 1rem 0 0;
  }
  .header-main-bar__logo-polonistyka-rwd {
    display: inline-block;
    height: 70px;
    background: url("/o/uj-lift-theme/images/logotypes/polonistyka/logo-polonistyka-blue.svg") no-repeat;
    background-position: left bottom;
    background-size: contain;
    transition: all 0.3s linear;
    margin: 0 0 0 10px;
    padding: 0 0 0 80px;
  }
  #facultyUJ,
  #facultyCMUJ,
  #communityUJ,
  #communityUJ {
    display: inline-block;
    vertical-align: top;
    max-width: 70%;
    word-wrap: break-word;
    padding-top: 20px;
    margin: 0 10px;
    text-align: left;
  }
  #communityBIP {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
    padding: 10px;
    margin: 10px 0 0 0;
    font-size: 20px;
  }
  #facultyUJ h1,
  #facultyCMUJ h1,
  #communityUJ h1,
  #communityUJ h1 {
    margin: 0;
    font-size: 1.125rem;
    line-height: normal;
  }
  #facultyUJ .homepage-parent-bar,
  #facultyCMUJ .homepage-parent-bar,
  #communityUJ .homepage-parent-bar,
  #communityUJ .homepage-parent-bar {
    display: block;
    margin: 0 0 0 0;
    font-size: 1rem;
    line-height: normal;
    color: #6a9fd0;
  }
  #communityUJ .homepage-company-bar,
  #communityCMUJ .homepage-company-bar {
    display: block;
    margin: 0 0 0 0;
    font-size: 0.875rem;
    line-height: normal;
    color: #6a9fd0;
  }
  .main-content {
    padding-left: 0;
    width: 100%;
    float: left;
  }
  .main-aside {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .main-aside__menu {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .main-aside__menu:nth-child(odd) {
    clear: left;
  }
  .main-aside__menu-title {
    height: 3.4375rem;
  }
  .main-aside__menu-title:before {
    line-height: 0.5rem;
  }
  .main-slider {
    height: auto;
  }
  .main-slider__item {
    display: none;
    position: relative;
  }
  .main-slider__item {
    *zoom: 1;
  }
  .main-slider__item:before, .main-slider__item:after {
    content: "";
    display: table;
  }
  .main-slider__item:after {
    clear: both;
  }
  .main-slider__item.active {
    display: block;
    opacity: 1;
  }
  .main-slider__text-wrapper {
    float: right;
    width: auto;
  }
  .main-slider__text-wrapper:before {
    display: none;
  }
  .main-slider__nav {
    position: relative;
    bottom: 0;
    text-align: center;
  }
  .main-slider__nav li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: none;
  }
  .main-slider__nav a {
    color: #005ca7;
  }
  a.main-slider__prev, a.main-slider__next {
    display: none;
  }
  .main-slider__item-title {
    font-size: 2rem;
    line-height: 1.2;
  }
  .main-slider__item-sub-title {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
  .main-slider__item-text {
    height: 250px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .article__related-post {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
    min-height: 50px;
    overflow: hidden;
  }
  .article__related-post-image {
    width: 27%;
    display: inline-block;
    vertical-align: middle;
  }
  .post-excerpt--calendar .article__related-post-image {
    width: 100%;
  }
  .article__related-post-text {
    display: block;
    float: right;
    width: 72%;
    min-height: 0;
    padding: 20px;
    font-size: 0.975rem;
    font-weight: normal;
    line-height: 1.6;
    font-family: "Libre Baskerville", serif;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    word-wrap: break-word;
  }
  .article__related-post-text:before, .article__related-post-text:after {
    display: none;
  }
  .footer-top-bar {
    padding-bottom: 30px;
  }
  .footer-bar__logos_configurable-3 {
    padding: 0;
  }
  .footer-top-bar__logos {
    width: 100%;
    float: left;
    padding-top: 30px;
  }
  .footer-top-bar__logos:before {
    width: 100%;
  }
  .footer-top-bar__logos_constant a {
    flex-basis: auto;
  }
  .footer-top-bar__group {
    margin-top: 30px;
    width: 100%;
    float: left;
  }
  .footer-top-bar__nav {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #34546e;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
  }
  .footer-top-bar__adress {
    width: 100%;
    float: left;
  }
  .footer-bottom-bar__logos {
    padding-top: 30px;
  }
} /*screen*/
/* --------- max-width: 959px --------------- */
@media all and (max-width: 960px) {
  .header-top-bar__nav {
    display: none;
  }
  .header-main-bar__nav-wrapper {
    display: none;
  }
  .portlet-layout-wrapper {
    display: none;
  }
  .portlet-layout-wrapper,
  .portlet-layout-wrapper,
  .portlet-layout-wrapper {
    display: block;
  }
} /*screen*/
/* --------- view-lt767 --------------- */
@media all and (max-width: 767px) {
  [class*=span],
  .uneditable-input[class*=span],
  .row-fluid [class*=span] {
    width: 100% !important;
  }
}
/* --------- view-lt720 --------------- */
@media all and (max-width: 720px) {
  html .main-aside__menu {
    width: 100%;
    margin-bottom: 10px;
  }
  html .main-aside__menu-title {
    height: 3.125rem;
  }
  html .main-aside__menu-title:before {
    line-height: 0.5rem;
  }
  html .header-top-bar__option-wrapper--contrast .main-aside__menu li.active a:before,
  html .main-aside__menu li.active .header-top-bar__option-wrapper--contrast a:before,
  html .header-top-bar__option-wrapper--contrast .main-aside__menu-title:before {
    height: 3.125rem;
    line-height: 3.125rem;
  }
  html .header-top-bar__option-wrapper--mobile-menu .main-aside__menu li.active a:before,
  html .header-top-bar__option-wrapper--mobile-menu .main-aside__menu-title:before {
    height: 3.125rem;
    font-size: 1.25rem;
    line-height: 3.125rem;
  }
  html .nav-menu li a {
    width: 100%;
    margin-bottom: 10px;
  }
  html .header-top-bar__option-wrapper,
  html .header-top-bar__option-wrapper--text-size,
  html .header-top-bar__option-wrapper--contrast,
  html .header-top-bar__option-wrapper--login,
  html .header-top-bar__option-wrapper--lang,
  html .header-top-bar__option-wrapper--mobile-menu {
    height: 3.125rem;
  }
  html .header-top-bar__option-wrapper--lang {
    padding-top: 15px;
  }
  html .header-top-bar__option-wrapper--text-size,
  html .header-top-bar__option-wrapper--contrast {
    display: none;
    width: 50%;
    float: left;
  }
  html .header-top-bar__option-wrapper--contrast .icon,
  html .header-top-bar__option-wrapper--contrast .header-top-bar__lang-dropdown:before,
  html .header-top-bar__option-wrapper--contrast .header-main-bar__nav-wrapper nav > ul > li > a:before,
  html .header-main-bar__nav-wrapper .header-top-bar__option-wrapper--contrast nav > ul > li > a:before,
  html .header-top-bar__option-wrapper--contrast .breadcrumbs li:before,
  html .breadcrumbs .header-top-bar__option-wrapper--contrast li:before,
  html .header-top-bar__option-wrapper--contrast .main-aside__menu li.active a:before,
  html .main-aside__menu li.active .header-top-bar__option-wrapper--contrast a:before,
  html .header-top-bar__option-wrapper--contrast .main-aside__menu-title:before {
    height: 3.125rem;
    line-height: 3.125rem;
  }
  html .header-top-bar__option-wrapper--login {
    width: 33.3333333333%;
    float: left;
  }
  html .header-top-bar__option-wrapper--lang {
    width: 33.3333333333%;
    float: left;
  }
  html .header-top-bar__option-wrapper--lang .header-top-bar__option {
    width: 80%;
  }
  html .header-top-bar__option-wrapper--lang img {
    margin-left: 6px;
  }
  html .header-top-bar__option-wrapper--mobile-menu {
    display: block;
    width: 33.3333333333%;
    float: left;
  }
  html .header-top-bar__option-wrapper--mobile-menu span {
    margin-top: -11px;
  }
  html .header-top-bar__option-wrapper--mobile-menu .icon,
  html .header-top-bar__option-wrapper--mobile-menu .header-top-bar__lang-dropdown:before,
  html .header-top-bar__option-wrapper--mobile-menu .header-main-bar__nav-wrapper nav > ul > li > a:before,
  html .header-main-bar__nav-wrapper .header-top-bar__option-wrapper--mobile-menu nav > ul > li > a:before,
  html .header-top-bar__option-wrapper--mobile-menu .breadcrumbs li:before,
  html .breadcrumbs .header-top-bar__option-wrapper--mobile-menu li:before,
  html .header-top-bar__option-wrapper--mobile-menu .main-aside__menu li.active a:before,
  html .main-aside__menu li.active .header-top-bar__option-wrapper--mobile-menu a:before,
  html .header-top-bar__option-wrapper--mobile-menu .main-aside__menu-title:before {
    height: 3.125rem;
    font-size: 1.25rem;
    line-height: 3.125rem;
  }
  html .no-angle .header-top-bar__lang-option {
    margin-bottom: 2px;
  }
  html #facultyUJ,
  html #facultyCMUJ,
  html #communityUJ,
  html #communityCMUJ {
    display: inline-block;
    vertical-align: top;
    max-width: 60%;
    word-wrap: break-word;
    padding-top: 28px;
    margin: 0 10px;
    text-align: left;
  }
  html #facultyUJ h1,
  html #facultyCMUJ h1,
  html #communityUJ h1,
  html #communityCMUJ h1 {
    margin: 0;
    font-size: 1rem; /* 16px */
    line-height: normal;
  }
  html #facultyUJ .homepage-parent-bar,
  html #facultyCMUJ .homepage-parent-bar,
  html #communityUJ .homepage-parent-bar,
  html #communityUJ .homepage-parent-bar {
    display: block;
    margin: 0 0 0 0;
    font-size: 0.875rem; /* 14px */
    line-height: normal;
    color: #6a9fd0;
  }
  html #communityUJ .homepage-company-bar,
  html #communityCMUJ .homepage-company-bar {
    display: block;
    margin: 0 0 0 0;
    font-size: 0.75rem; /* 12px */
    line-height: normal;
    color: #6a9fd0;
  }
  html .content-group, html .content-group--even {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  html .content-group--even {
    padding-left: 0;
  }
  html .content-group__item-link {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  html .main-slider__item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px;
    min-height: 250px;
  }
  html .main-slider__item-title {
    font-size: 1.75rem;
  }
  html .article__content blockquote {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
  html .article__section-content--gallery {
    text-align: center;
  }
  html .poster {
    width: 100%;
  }
  html .article__gallery-item--placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-align: left;
  }
  html .article__gallery-item--placeholder span {
    font-size: 0;
    top: 0;
  }
  html .article__gallery-item--placeholder span:before {
    top: 20px;
    font-size: 60px;
  }
  html .article__related-post {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
    min-height: 50px;
    overflow: hidden;
  }
  html .article__related-post-image {
    width: 27%;
    display: inline-block;
    vertical-align: middle;
  }
  html .post-excerpt--calendar .article__related-post-image {
    width: 100%;
  }
  html .article__related-post-text {
    display: block;
    float: right;
    width: 72%;
    min-height: 0;
    padding: 16px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.6;
    font-family: "Libre Baskerville", serif;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    word-wrap: break-word;
  }
  html .article__related-post-text:before,
  html .article__related-post-text:after {
    display: none;
  }
  html .post-excerpt__image img {
    min-height: 100px;
  }
  html .calendar__big-arrow {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #005ca7;
    text-decoration: none;
    font-size: 30px;
    padding: 20px;
  }
  html .calendar__big-arrow:after {
    content: "";
    width: 1px;
    height: 100%;
    min-height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  html .calendar__big-arrow i {
    display: inline-block;
    vertical-align: middle;
  }
  html .calendar__aside {
    width: 100%;
    padding: 30px;
  }
  html .calendar__wrapper {
    width: 100%;
    padding: 30px 0;
  }
  html .calendar__current-day-wrapper {
    float: left;
  }
  html .calendar__current-day-name {
    margin-left: 100px;
  }
  html .calendar__current-day-date {
    margin-left: 100px;
  }
  html .calendar__add-event {
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    width: 100%;
    clear: both;
    float: left;
  }
  html .post-excerpt__image img {
    width: 180px;
    min-height: 100px;
    height: auto;
  }
  html .post-excerpt__link {
    width: 100%;
    text-align: center;
  }
  html .page-heading {
    min-height: 0;
  }
  html .page-heading__title {
    font-size: 2.5rem;
  }
  html .pagination {
    text-align: center;
  }
  html .pagination__list {
    float: none;
    width: 100%;
  }
  html .pagination__arrows {
    display: inline-block;
    float: none;
    *zoom: 1;
  }
  html .pagination__arrows:before {
    content: "";
    display: table;
  }
  html .pagination__arrows:after {
    content: "";
    display: table;
    clear: both;
  }
  html .pagination__prev {
    border-left: 1px #e0e0e0 solid;
  }
  html .pagination__next, html .pagination__prev {
    border-right: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
    width: 38px;
  }
  html .pagination__list li {
    width: 38px;
  }
  html .main-footer {
    background-image: none;
  }
  html .footer-bottom-bar__copyrights {
    margin-bottom: 10px;
  }
  html .footer-bar__logos_configurable_small a {
    height: 40px;
    flex-basis: 25%;
  }
  html .footer-top-bar__group {
    border-top: 1px solid #34546e;
    margin-top: 45px;
  }
  html .footer-top-bar__row {
    flex-direction: column;
  }
  html .footer-top-bar__nav {
    display: none;
  }
  html .footer-top-bar__nav-mobile {
    display: block;
    width: 100%;
    float: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #34546e;
    padding: 30px 0;
  }
  html .footer-top-bar__nav-mobile .row {
    text-align: center;
    display: block;
  }
  html .footer-top-bar__nav-mobile > ul > li {
    max-width: fit-content;
    margin-right: 1rem;
    float: none;
    display: inline-block;
  }
  html .footer-top-bar__nav-mobile a {
    white-space: nowrap;
    position: relative;
  }
  html .footer-top-bar__nav-mobile a:hover,
  html .footer-top-bar__nav-mobile a:active,
  html .footer-top-bar__nav-mobile a:focus {
    text-decoration: none;
  }
  html .footer-top-bar__nav-mobile a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #f8c53a;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s linear;
  }
  html .footer-top-bar__nav-mobile a:hover,
  html .footer-top-bar__nav-mobile a:active,
  html .footer-top-bar__nav-mobile a:focus {
    text-decoration: none;
  }
  html .footer-top-bar__nav-mobile a:hover:before,
  html .footer-top-bar__nav-mobile a:active:before,
  html .footer-top-bar__nav-mobile a:focus:before {
    width: 100%;
    opacity: 1;
  }
  html .footer-top-bar__adress {
    width: 100%;
    float: left;
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
  html .footer-bottom-bar__copyrights,
  html .footer-bottom-bar__agency {
    text-align: center;
    width: 100%;
    float: left;
  }
  html .footer-site-editors {
    display: none;
    text-align: center;
  }
  html .footer-top-bar__idub-logo,
  html .footer-top-bar__unaeuropa-logo,
  html .footer-top-bar__euraxess-logo,
  html .footer-top-bar__coara-logo,
  html .footer-top-bar__hr-logo,
  html .footer-top-bar__ue-logo,
  html .footer-top-bar__solaris-logo,
  html .footer-top-bar__erasmusplus-logo,
  html .footer-top-bar__ptpk-logo,
  html .footer-top-bar__clrf-logo {
    width: 25%;
    margin: 10px;
  }
  html .footer-top-bar__bip-logo {
    width: 100%;
    height: 30px;
    background-position: top center;
  }
  html .footer-top-bar__bip-uj-logo,
  html .en_GB .footer-top-bar__bip-uj-logo,
  html .en_US .footer-top-bar__bip-uj-logo,
  html .pl_PL .footer-top-bar__bip-uj-logo {
    width: 100%;
    height: 40px;
    background-position: top center;
  }
  html .footer-top-bar__jcj-logo {
    width: 100%;
    height: 80px;
    background-position: bottom center;
  }
} /*screen*/
/* --------- ZAKRES 480 - 720 --------------- */
@media all and (min-width: 480px) and (max-width: 720px) {
  html .header-top-bar__option-wrapper--text-size {
    display: block;
    width: 22%;
    float: left;
  }
  html .header-top-bar__option-wrapper--contrast,
  html .header-top-bar__option-wrapper--login {
    display: block;
    width: 14%;
    float: left;
  }
  html .header-top-bar__option-wrapper--lang,
  html .header-top-bar__option-wrapper--mobile-menu {
    display: block;
    width: 25%;
    float: left;
  }
} /*screen*/
/* --------- view-lt480 --------------- */
@media all and (max-width: 480px) {
  html {
    /* for icon contrast and text-size*/
  }
  html .page-heading__title {
    font-size: 1.875rem;
  }
  html .page-sub-heading__title {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    padding-bottom: 1.25rem;
  }
  html .header-top-bar__options {
    display: block;
    width: 100%;
  }
  html .header-top-bar__option {
    width: 50%;
  }
  html .header-top-bar__option-wrapper--contrast {
    display: block;
    width: 25%;
  }
  html .header-top-bar__option-wrapper--contrast:before {
    width: 0;
  }
  html .header-top-bar__option-wrapper--contrast .icon {
    display: block;
  }
  html .header-top-bar__option-wrapper--text-size {
    display: none;
  }
  html .header-top-bar__option-wrapper--login {
    width: 25%;
    border-left: 0;
  }
  html .header-top-bar__option-wrapper--login:before {
    width: 0;
  }
  html .header-top-bar__option-wrapper--lang {
    width: 25%;
  }
  html .header-top-bar__option-wrapper--lang img {
    max-width: 20px;
  }
  html .header-top-bar__option-wrapper--lang:before {
    width: 0;
  }
  html .header-top-bar__option-wrapper--mobile-menu {
    width: 25%;
  }
  html .header-top-bar__option-wrapper--mobile-menu:before {
    width: 0;
  }
  html .header-top-bar__option-wrapper--contrast .header-top-bar__lang-dropdown:before,
  html .header-top-bar__option-wrapper--contrast .header-main-bar__nav-wrapper nav > ul > li > a:before,
  html .header-main-bar__nav-wrapper .header-top-bar__option-wrapper--contrast nav > ul > li > a:before,
  html .header-top-bar__option-wrapper--contrast .breadcrumbs li:before,
  html .breadcrumbs .header-top-bar__option-wrapper--contrast li:before,
  html .header-top-bar__option-wrapper--contrast .main-aside__menu li.active a:before,
  html .main-aside__menu li.active .header-top-bar__option-wrapper--contrast a:before,
  html .header-top-bar__option-wrapper--contrast .main-aside__menu-title:before {
    display: none;
  }
  html .header-top-bar__option-wrapper--mobile-menu span {
    display: none;
  }
  html .header-top-bar__option-wrapper--lang span {
    display: none;
  }
  html .header-top-bar__option-wrapper--lang img {
    margin-left: 0;
  }
  html .header-top-bar__lang-dropdown {
    text-align: center;
    padding-left: 0;
  }
  html .header-top-bar__lang-dropdown:before {
    display: none;
  }
  html #facultyUJ,
  html #facultyCMUJ,
  html #communityUJ,
  html #communityCMUJ {
    display: block;
    vertical-align: top;
    max-width: 100%;
    word-wrap: break-word;
    padding-top: 10px;
    margin: 0 10px;
    text-align: center;
  }
  html #facultyUJ h1,
  html #facultyCMUJ h1,
  html #communityUJ h1,
  html #communityCMUJ h1 {
    margin: 0;
    font-size: 1.25rem;
    line-height: normal;
  }
  html #facultyUJ .homepage-parent-bar,
  html #facultyCMUJ .homepage-parent-bar,
  html #communityUJ .homepage-parent-bar,
  html #communityUJ .homepage-parent-bar {
    display: block;
    margin: 0 0 0 0;
    font-size: 1rem;
    line-height: normal;
    color: #6a9fd0;
  }
  html #communityUJ .homepage-company-bar,
  html #communityCMUJ .homepage-company-bar {
    display: block;
    margin: 0 0 0 0;
    font-size: 0.75rem;
    line-height: normal;
    color: #6a9fd0;
  }
  html .main-slider__text-wrapper {
    float: none;
    width: 100%;
  }
  html .main-slider__item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 180px;
    min-height: 180px;
  }
  html .main-slider__item-text {
    padding: 30px;
    vertical-align: middle;
  }
  html .main-slider__item-title {
    font-size: 1.125rem;
    margin: 0;
  }
  html .main-slider__item-sub-title {
    display: block;
    font-size: 0.875rem;
    margin-top: 1.2rem;
  }
  html .page-heading__title {
    font-size: 1.875rem;
  }
  html .post-excerpt__image {
    display: none;
  }
  html .article__related-post {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    clear: both;
    min-height: 50px;
    overflow: hidden;
  }
  html .article__related-post-image {
    width: 27%;
    display: inline-block;
    vertical-align: middle;
  }
  html .post-excerpt--calendar .article__related-post-image {
    width: 100%;
  }
  html .article__related-post-text {
    display: block;
    float: right;
    width: 72%;
    min-height: 0;
    padding: 10px 5px 10px 15px;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.5;
    font-family: "Libre Baskerville", serif;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    word-wrap: break-word;
  }
  html .article__content img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  html .article__section-content--gallery img {
    margin-bottom: 0;
  }
  html .article__gallery-item {
    width: 45%;
  }
  html .fancybox-opened .fancybox-title {
    visibility: hidden;
  }
  html .calendar__header-day {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 4px;
  }
  html .calendar__day {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 4px;
    margin-bottom: 4px;
  }
  html .calendar__controls {
    margin-bottom: 10px;
  }
  html .pagination__list li.hide-view-lt480 {
    display: none;
  }
  html .footer-top-bar__nav {
    display: none;
    padding: 0;
  }
  html .footer-top-bar__nav > ul > li {
    width: 100%;
    float: left;
  }
  html .footer-top-bar__adress {
    width: 100%;
    float: left;
    padding: 0;
  }
} /*screen*/
/* --------- view-lt320 --------------- */
@media all and (max-width: 320px) {
  html .main-slider__item-title {
    font-size: 1rem;
    margin: 0;
  }
} /*screen*/
@media (max-width: 576px) {
  .has-control-menu .jsMobileMenu {
    top: 48px;
  }
  .header-main-bar.jsHeaderMainBar {
    top: 56px;
  }
}
/* --------- min-550 --------------- */
@media all and (min-width: 550px) {
  .mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/* --------- max-175 --------------- */
@media all and (max-width: 175px) {
  .mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}