@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.124.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
 */
@use "sass:math" as *;
/**
 * Clay 3.124.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
 */
.quick-access-nav {
  position: fixed;
  z-index: 999; }

.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: #a9afb5;
    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 .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem; }

.sidebar-sm .form-control[type='file'] {
  padding: 0; }

.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 .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 #e5e7e9;
    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: #92e5a5;
      border-color: #69db83; }
    .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,
    .lfr-upload-container .upload-list-info h4 {
      font-size: 1.3em; }
  .lfr-upload-container .cancel-button {
    color: #6c757d;
    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: #6c757d; }
  .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: #f5c4c9 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: #bd2130;
    color: #bd2130;
    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 - var(--control-menu-container-height) - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform; }
  .contextual-sidebar.contextual-sidebar-visible {
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible; }

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc( 100vh - var(--control-menu-container-height) - 64px);
    top: calc( var(--control-menu-container-height) + 64px); }
  .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 {
    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 {
      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 {
        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: #6c757d;
  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(../images/states/empty_state.svg); }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-result-message-header,
    .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
      background-image: url(../images/states/empty_state_reduced_motion.svg); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header, .c-prefers-reduced-motion
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg); }

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-search-result-message-header {
      background-image: url(../images/states/search_state_reduced_motion.svg); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg); }

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-empty-state {
      background-image: url(../images/states/empty_state_reduced_motion.svg); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg); }

.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-success-state {
      background-image: url(../images/states/success_state_reduced_motion.svg); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg); }

.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-empty-result-message .taglib-search-state {
      background-image: url(../images/states/search_state_reduced_motion.svg); } }
  .c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg); }

.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; }

.taglib-icon-help {
  color: #6c757d !important; }
  .taglib-icon-help:hover, .taglib-icon-help:active {
    color: #343a40 !important; }

.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 #75b8ff; }

.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  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 {
          background-color: #FFF;
          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: #495057;
  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: #6c757d; }
  .lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
    color: #343a40; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d; }
  .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: #343a40; }

.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,
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    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.875rem;
    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,
  .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.25rem; }

.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.25rem; }

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

.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; } }

@media (max-width: 991.98px) {
  ul.pagination ul.inline-scroller {
    max-height: inherit; } }

.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: -15px;
    margin-right: -15px;
    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 #dee2e6;
  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; } }
  .c-prefers-reduced-motion .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: '\25be'; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: '\25b8'; }
      .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: #6c757d; }

.file-icon-color-1 {
  background-color: #FFF;
  color: #6c757d; }

.file-icon-color-2 {
  background-color: #FFF;
  color: #24a892; }

.file-icon-color-3 {
  background-color: #FFF;
  color: #ff4d4d; }

.file-icon-color-4 {
  background-color: #FFF;
  color: #ff6200; }

.file-icon-color-5 {
  background-color: #FFF;
  color: #bf66ff; }

.file-icon-color-6 {
  background-color: #FFF;
  color: #0099e6; }

.file-icon-color-7 {
  background-color: #FFF;
  color: #ff4db2; }

.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 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 {
      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; } }
      .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 #dee2e6;
  color: #6c757d; }

.user-icon-color-1 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #66abff; }

.user-icon-color-2 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff6200; }

.user-icon-color-3 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4d4d; }

.user-icon-color-4 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #24a892; }

.user-icon-color-5 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4db2; }

.user-icon-color-6 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #53a117; }

.user-icon-color-7 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf66ff; }

.user-icon-color-8 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #b38900; }

.user-icon-color-9 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #0099e6; }

/* */
/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    opacity: 1;
    filter: alpha(opacity=100); }

.modify-pages .add-page-editor-input {
  width: 150px; }

.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 10px;
  line-height: 6px;
  margin-top: -8px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }

.modify-pages .lfr-nav-sortable > a > span {
  padding-left: 28px; }

.modify-pages .drag-handle {
  background-color: #555;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  left: 3px;
  line-height: 1em;
  margin: 8px;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 1em; }

@media (min-width: 1024px) {
  .modify-pages .lfr-nav-sortable > a > span {
    padding-left: 0; }
  .modify-pages .drag-handle {
    display: none; } }

.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.controls-hidden .modify-pages .lfr-nav-sortable > a > span {
  padding-left: 0; }

.controls-hidden .modify-pages .drag-handle {
  display: none; }

.nav li .toolbar {
  margin-top: 5px; }

/* ---------- Navigation portlet ---------- */
.nav-menu ul {
  padding-left: 10px; }

.nav-menu li a.ancestor {
  font-weight: bold; }

.nav-menu li a.selected {
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png); }

/* ---------- Page template selector ---------- */
.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #C4C4C4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: url() no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(../images/common/configuration.png); }

.save-trigger img {
  background-image: url(../images/common/check.png); }

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border-width: 0; }

.portlet-header {
  position: relative; }
  .portlet-header .portlet-header-toolbar {
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 3px;
    z-index: 300; }
    .portlet-header .portlet-header-toolbar a {
      color: inherit; }
      .portlet-header .portlet-header-toolbar a, .portlet-header .portlet-header-toolbar a:hover {
        text-decoration: none; }
      .portlet-header .portlet-header-toolbar a i {
        font-size: 19px; }
    .portlet-header .portlet-header-toolbar .nobr {
      display: block;
      float: left;
      padding: 1px; }
    .portlet-header .portlet-header-toolbar .portlet-icon-back {
      font-weight: bold;
      padding: 5px 5px 5px 18px; }
      .portlet-header .portlet-header-toolbar .portlet-icon-back:hover {
        color: #FFF; }
    .portlet-header .portlet-header-toolbar .portlet-options .lfr-icon-menu-text {
      color: transparent;
      font-size: 0; }

.portlet-title {
  display: block; }
  .portlet-title img {
    vertical-align: middle; }

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

.portlet-title-text {
  display: inline-block;
  vertical-align: top; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

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

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

.portlet-borderless-bar, .portlet-content-container .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px #000; }
  .portlet-borderless-bar a, .portlet-content-container .lfr-icon-actions a {
    color: #3AF; }

.portlet-borderless-container:hover .portlet-borderless-bar, .portlet-content-container:hover .lfr-icon-actions {
  opacity: 1;
  filter: alpha(opacity=100); }

.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions, .portlet-content-container:hover .lfr-icon-actions .taglib-text {
  display: inline-block; }

.portlet-borderless-bar .portlet-options .dropdown-toggle, .portlet-borderless-bar .portlet-options.open .dropdown-toggle {
  background-image: url(../images/portlet/options_borderless.png); }

.portlet-content-container .lfr-icon-actions {
  float: left;
  margin: 1px 10px 1px 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding: 2px 7px; }
  .portlet-content-container .lfr-icon-actions .taglib-text {
    color: #FFF;
    display: none;
    font-weight: bold;
    margin-right: 1em;
    text-decoration: none;
    vertical-align: middle; }
  .portlet-content-container .lfr-icon-actions .lfr-icon-action a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }
    .portlet-content-container .lfr-icon-actions .lfr-icon-action a:hover {
      text-decoration: none; }
      .portlet-content-container .lfr-icon-actions .lfr-icon-action a:hover span {
        text-decoration: underline; }
    .portlet-content-container .lfr-icon-actions .lfr-icon-action a img {
      visibility: hidden; }
  .portlet-content-container .lfr-icon-actions .lfr-icon-action-add a {
    background-image: url(../images/common/add_white.png); }
  .portlet-content-container .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(../images/common/edit_white.png); }
  .portlet-content-container .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(../images/common/edit_template_white.png); }
  .portlet-content-container .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(../images/common/configuration_white.png); }

.portlet-content-container .lfr-url-error {
  display: inline-block;
  white-space: normal; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  background-color: transparent;
  font-size: 10px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    float: right;
    overflow: hidden;
    padding: 0 5px; }
    .portlet-borderless-bar .portlet-actions .portlet-action, .portlet-borderless-bar .portlet-actions .portlet-options {
      display: inline-block; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    background-color: #333;
    min-height: 21px; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close {
    display: inline-block;
    vertical-align: middle; }
    .portlet-borderless-bar .portlet-close a {
      background-image: url(../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(../images/portlet/options_borderless.png); }

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.lfr-configurator-visibility .portlet-content-container .lfr-icon-actions {
  opacity: 1;
  filter: alpha(opacity=100); }

.portlet-content-container .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto; }

html:not(#__):not(#___) .cadmin .portlet-title-default {
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  padding: 0 10px;
  text-transform: uppercase;
  color: white; }

html:not(#__):not(#___) .portlet-draggable .portlet-title-default {
  background: #333 url(../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  padding-left: 20px; }

.portlet-topper {
  cursor: move; }

.aui .controls-hidden .portlet-topper .portlet-title-default {
  display: none !important; }

/* ---------- Panel page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status labels ---------- */
.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay messages ---------- */
.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Sections ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
.alert .form {
  margin: 0; }

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }

.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.table-data tr.lfr-role .first {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
  vertical-align: middle; }

.table-data tr.lfr-role-guest .first {
  background-image: url(../images/common/guest_icon.png); }

.table-data tr.lfr-role-regular .first {
  background-image: url(../images/common/user_icon.png); }

.table-data tr.lfr-role-site .first {
  background-image: url(../images/common/site_icon.png); }

.table-data tr.lfr-role-organization .first {
  background-image: url(../images/common/organization_icon.png); }

.table-data tr.lfr-role-team .first {
  background-image: url(../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Breadcrumb taglib ---------- */
.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(/o/govdatastyle-theme/images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }

.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }

.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- navbar form search ---------- */
.navbar form {
  margin: 0; }

.ie .portlet-borderless-bar {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.ie .portlet-content-container .lfr-icon-actions {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.ie .portlet-borderless-container:hover .portlet-borderless-bar, .ie .portlet-journal-content .lfr-icon-actions:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.ie .taglib-calendar tr td.first a {
  border-right-width: 0; }

.ie6 .portlet-content-container .icons-container, .ie7 .portlet-content-container .icons-container {
  overflow: visible; }

.ie6 .portlet-content-container .lfr-icon-actions .taglib-text, .ie7 .portlet-content-container .lfr-icon-actions .taglib-text {
  display: inline-block; }

.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-left: 20px;
  margin-right: 0; }

.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }

.ie6 .lfr-message .lfr-message-close, .ie7 .lfr-message .lfr-message-close {
  float: left; }

.ie6 .portlet-header-toolbar .icon {
  height: 16px;
  width: 16px; }

.ie6 .portlet-borderless-container {
  height: 2.5em; }

.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }

.ie6 .breadcrumbs {
  zoom: 1; }

.ie8 .dockbar img, .ie8 .lfr-icon-action img, .ie8 .logo img {
  max-width: none; }

: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; } }
  .c-prefers-reduced-motion .lfr-progress-active .progress-bar-status, .c-prefers-reduced-motion
  .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; }

#layout_5.active > a {
  background-color: #ffe524;
  color: #3d3d3d; }
  #layout_5.active > a:focus {
    background-color: transparent;
    color: #3d3d3d; }

#layout_5 a::after {
  border-top-color: #ffe524;
  color: #ffe524; }

#layout_6.active > a {
  background-color: #503278;
  color: #fff; }
  #layout_6.active > a:focus {
    background-color: transparent;
    color: #3d3d3d; }

#layout_6 a::after {
  border-top-color: #503278;
  color: #503278; }

#layout_7.active > a {
  background-color: #002D62;
  color: #fff; }
  #layout_7.active > a:focus {
    background-color: transparent;
    color: #3d3d3d; }

#layout_7 a::after {
  border-top-color: #002D62;
  color: #002D62; }

#layout_8.active > a {
  background-color: #ffe524;
  color: #3d3d3d; }
  #layout_8.active > a:focus {
    background-color: transparent;
    color: #3d3d3d; }

#layout_8 a::after {
  border-top-color: #ffe524;
  color: #ffe524; }

#layout_9.active > a {
  background-color: #ffe524;
  color: #3d3d3d; }
  #layout_9.active > a:focus {
    background-color: transparent;
    color: #3d3d3d; }

#layout_9 a::after {
  border-top-color: #ffe524;
  color: #ffe524; }

#layout_47.active > a {
  background-color: #064300;
  color: #fff; }
  #layout_47.active > a:focus {
    background-color: transparent;
    color: #3d3d3d; }

#layout_47 a::after {
  border-top-color: #064300;
  color: #064300; }

#layout_51.active > a {
  background-color: #80004b;
  color: #fff; }
  #layout_51.active > a:focus {
    background-color: transparent;
    color: #3d3d3d; }

#layout_51 a::after {
  border-top-color: #80004b;
  color: #80004b; }

.mediatype-icon.mediatype-article {
  background-color: #ffe524; }

.mediatype-icon.mediatype-blog {
  background-color: #ffe524; }

.mediatype-icon.mediatype-dataset {
  background-color: #ffe524; }

.mediatype-icon.mediatype-dokument {
  background-color: #503278; }

.mediatype-icon.mediatype-concept {
  background-color: #002D62; }

.mediatype-icon.mediatype-publication {
  background-color: #002D62; }

.mediatype-icon.mediatype-visualization {
  background-color: #002D62; }

.mediatype-icon.mediatype-website {
  background-color: #002D62; }

.mediatype-icon.mediatype-tool {
  background-color: #002D62; }

.mediatype-icon.mediatype-mobile_app {
  background-color: #002D62; }

.mediatype-icon.mediatype-other {
  background-color: #002D62; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1025px)/";
  width: 1025px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1441px)/";
  width: 1441px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1921px)/";
  width: 1921px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 14px; }

body {
  background: #FFF;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix::after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block; }
  .row:before, .row::after {
    content: " ";
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .portlet-blogs .row.collapse > .lfr-pagination, .row.collapse > #fieldlist,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }

.column, .portlet-blogs .lfr-pagination, #fieldlist,
.columns {
  padding-left: 1.071428571rem;
  padding-right: 1.071428571rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.666666667%;
    left: auto; }
  .column, .portlet-blogs .lfr-pagination, #fieldlist,
  .columns {
    position: relative;
    padding-left: 1.071428571rem;
    padding-right: 1.071428571rem;
    float: left; }
  .small-1 {
    width: 8.333333333%; }
  .small-2 {
    width: 16.666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.333333333%; }
  .small-5 {
    width: 41.666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.333333333%; }
  .small-8 {
    width: 66.666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.333333333%; }
  .small-11 {
    width: 91.666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.333333333% !important; }
  .small-offset-2 {
    margin-left: 16.666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.333333333% !important; }
  .small-offset-5 {
    margin-left: 41.666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.333333333% !important; }
  .small-offset-8 {
    margin-left: 66.666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.333333333% !important; }
  .small-offset-11 {
    margin-left: 91.666666667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered, .portlet-blogs .small-centered.lfr-pagination, .small-centered#fieldlist,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered, .portlet-blogs .small-uncentered.lfr-pagination, .small-uncentered#fieldlist,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child, .portlet-blogs .small-centered.lfr-pagination:last-child, .small-centered#fieldlist:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child, .portlet-blogs .small-uncentered.lfr-pagination:last-child, .small-uncentered#fieldlist:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite, .portlet-blogs .small-uncentered.opposite.lfr-pagination, .small-uncentered.opposite#fieldlist,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 768px) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.666666667%;
    left: auto; }
  .column, .portlet-blogs .lfr-pagination, #fieldlist,
  .columns {
    position: relative;
    padding-left: 1.071428571rem;
    padding-right: 1.071428571rem;
    float: left; }
  .medium-1 {
    width: 8.333333333%; }
  .medium-2 {
    width: 16.666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.333333333%; }
  .medium-5 {
    width: 41.666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.333333333%; }
  .medium-8 {
    width: 66.666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.333333333%; }
  .medium-11 {
    width: 91.666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.666666667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered, .portlet-blogs .medium-centered.lfr-pagination, .medium-centered#fieldlist,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered, .portlet-blogs .medium-uncentered.lfr-pagination, .medium-uncentered#fieldlist,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child, .portlet-blogs .medium-centered.lfr-pagination:last-child, .medium-centered#fieldlist:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child, .portlet-blogs .medium-uncentered.lfr-pagination:last-child, .medium-uncentered#fieldlist:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite, .portlet-blogs .medium-uncentered.opposite.lfr-pagination, .medium-uncentered.opposite#fieldlist,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.666666667%;
    left: auto; } }

@media only screen and (min-width: 1025px) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.666666667%;
    left: auto; }
  .column, .portlet-blogs .lfr-pagination, #fieldlist,
  .columns {
    position: relative;
    padding-left: 1.071428571rem;
    padding-right: 1.071428571rem;
    float: left; }
  .large-1 {
    width: 8.333333333%; }
  .large-2 {
    width: 16.666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.333333333%; }
  .large-5 {
    width: 41.666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.333333333%; }
  .large-8 {
    width: 66.666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.333333333%; }
  .large-11 {
    width: 91.666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.333333333% !important; }
  .large-offset-2 {
    margin-left: 16.666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.333333333% !important; }
  .large-offset-5 {
    margin-left: 41.666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.333333333% !important; }
  .large-offset-8 {
    margin-left: 66.666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.333333333% !important; }
  .large-offset-11 {
    margin-left: 91.666666667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered, .portlet-blogs .large-centered.lfr-pagination, .large-centered#fieldlist,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered, .portlet-blogs .large-uncentered.lfr-pagination, .large-uncentered#fieldlist,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child, .portlet-blogs .large-centered.lfr-pagination:last-child, .large-centered#fieldlist:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child, .portlet-blogs .large-uncentered.lfr-pagination:last-child, .large-uncentered#fieldlist:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite, .portlet-blogs .large-uncentered.opposite.lfr-pagination, .large-uncentered.opposite#fieldlist,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.666666667%;
    left: auto; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1025px)/";
  width: 1025px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1441px)/";
  width: 1441px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1921px)/";
  width: 1921px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 14px; }

body {
  background: #FFF;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix::after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 768px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 1025px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 1441px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 1921px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1025px)/";
  width: 1025px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1441px)/";
  width: 1441px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1921px)/";
  width: 1921px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 14px; }

body {
  background: #FFF;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix::after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.off-canvas-wrap {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap::after {
    content: " ";
    display: table; }
  .inner-wrap::after {
    clear: both; }

.left-off-canvas-menu {
  width: 21.428571429rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100.5%, 0);
  -webkit-transform: translate3d(-100.5%, 0, 0);
  -moz-transform: translate3d(-100.5%, 0, 0);
  -ms-transform: translate3d(-100.5%, 0, 0);
  -o-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0; }
  @media only screen and (min-width: 768px) {
    .left-off-canvas-menu {
      width: 31.428571429rem; } }

.right-off-canvas-menu {
  width: 21.428571429rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100.5%, 0);
  -webkit-transform: translate3d(100.5%, 0, 0);
  -moz-transform: translate3d(100.5%, 0, 0);
  -ms-transform: translate3d(100.5%, 0, 0);
  -o-transform: translate3d(100.5%, 0, 0);
  transform: translate3d(100.5%, 0, 0);
  right: 0; }
  @media only screen and (min-width: 768px) {
    .right-off-canvas-menu {
      width: 31.428571429rem; } }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 1.071428571rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.857142857rem;
    font-weight: 700;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.666666667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #bfbfbf;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(21.428571429rem, 0);
  -webkit-transform: translate3d(21.428571429rem, 0, 0);
  -moz-transform: translate3d(21.428571429rem, 0, 0);
  -ms-transform: translate3d(21.428571429rem, 0, 0);
  -o-transform: translate3d(21.428571429rem, 0, 0);
  transform: translate3d(21.428571429rem, 0, 0); }
  @media only screen and (min-width: 768px) {
    .move-right > .inner-wrap {
      -ms-transform: translate(31.428571429rem, 0);
      -webkit-transform: translate3d(31.428571429rem, 0, 0);
      -moz-transform: translate3d(31.428571429rem, 0, 0);
      -ms-transform: translate3d(31.428571429rem, 0, 0);
      -o-transform: translate3d(31.428571429rem, 0, 0);
      transform: translate3d(31.428571429rem, 0, 0); } }

.move-right .exit-off-canvas {
  transition: none;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 768px) {
    .move-right .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.5); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-21.428571429rem, 0);
  -webkit-transform: translate3d(-21.428571429rem, 0, 0);
  -moz-transform: translate3d(-21.428571429rem, 0, 0);
  -ms-transform: translate3d(-21.428571429rem, 0, 0);
  -o-transform: translate3d(-21.428571429rem, 0, 0);
  transform: translate3d(-21.428571429rem, 0, 0); }
  @media only screen and (min-width: 768px) {
    .move-left > .inner-wrap {
      -ms-transform: translate(-31.428571429rem, 0);
      -webkit-transform: translate3d(-31.428571429rem, 0, 0);
      -moz-transform: translate3d(-31.428571429rem, 0, 0);
      -ms-transform: translate3d(-31.428571429rem, 0, 0);
      -o-transform: translate3d(-31.428571429rem, 0, 0);
      transform: translate3d(-31.428571429rem, 0, 0); } }

.move-left .exit-off-canvas {
  transition: none;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 768px) {
    .move-left .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.5); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  transition: none;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 768px) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.5); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  transition: none;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 768px) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.5); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  transition: none;
  cursor: pointer;
  box-shadow: none;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 768px) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.5); } }

.no-csstransforms .left-off-canvas-menu {
  left: -21.428571429rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -21.428571429rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 21.428571429rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 21.428571429rem; }

@media only screen and (min-width: 768px) {
  .no-csstransforms .left-off-canvas-menu {
    left: -31.428571429rem; }
  .no-csstransforms .right-off-canvas-menu {
    right: -31.428571429rem; }
  .no-csstransforms .move-left > .inner-wrap {
    right: 31.428571429rem; }
  .no-csstransforms .move-right > .inner-wrap {
    left: 31.428571429rem; } }

.aui label,
.aui select,
.aui button,
.aui input[type="button"],
.aui input[type="reset"],
.aui input[type="submit"],
.aui input[type="radio"],
.aui input[type="checkbox"] {
  cursor: pointer; }

.aui select,
.aui textarea,
.aui input[type="text"],
.aui input[type="password"],
.aui input[type="datetime"],
.aui input[type="datetime-local"],
.aui input[type="date"],
.aui input[type="month"],
.aui input[type="time"],
.aui input[type="week"],
.aui input[type="number"],
.aui input[type="email"],
.aui input[type="url"],
.aui input[type="search"],
.aui input[type="tel"],
.aui input[type="color"],
.aui .uneditable-input {
  color: #000;
  display: inline-block;
  font-size: 14px;
  padding: 4px 6px;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle; }
  @media (max-width: 979px) {
    .aui select,
    .aui textarea,
    .aui input[type="text"],
    .aui input[type="password"],
    .aui input[type="datetime"],
    .aui input[type="datetime-local"],
    .aui input[type="date"],
    .aui input[type="month"],
    .aui input[type="time"],
    .aui input[type="week"],
    .aui input[type="number"],
    .aui input[type="email"],
    .aui input[type="url"],
    .aui input[type="search"],
    .aui input[type="tel"],
    .aui input[type="color"],
    .aui .uneditable-input {
      height: auto; } }

.aui textarea,
.aui input[type="text"],
.aui input[type="password"],
.aui input[type="datetime"],
.aui input[type="datetime-local"],
.aui input[type="date"],
.aui input[type="month"],
.aui input[type="time"],
.aui input[type="week"],
.aui input[type="number"],
.aui input[type="email"],
.aui input[type="url"],
.aui input[type="search"],
.aui input[type="tel"],
.aui input[type="color"],
.aui .uneditable-input {
  background-color: white;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s; }

.aui input[type="search"] {
  height: auto; }

.aui dl, .aui dt, .aui dd {
  margin: 0;
  padding: 0; }

.aui .radio, .aui .checkbox {
  margin: 0; }

.aui input[type="text"],
.aui input[type="password"] {
  height: inherit;
  font-size: 14px; }

@media (max-width: 979px) and (max-width: 767px) {
  .aui .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-top: 5px;
    width: 100%; } }

.aui .navbar-expand-md.navbar-collapse-absolute .navbar-collapse {
  position: relative; }

.aui .navigation-bar-light .nav-link:hover, .aui .navigation-bar-light .nav-link:active, .aui .navigation-bar-light .nav-link:focus, .aui .navigation-bar-light .navbar-toggler-link[aria-expanded="true"]:hover, .aui .navigation-bar-light .navbar-toggler-link[aria-expanded="true"]:active, .aui .navigation-bar-light .navbar-toggler-link[aria-expanded="true"]:focus {
  color: #fff; }

.aui .controls-hidden .portlet-topper-toolbar {
  display: none !important; }

@media (min-width: 576px) {
  .aui .form-inline label {
    display: block; } }

.modal-open .modal {
  position: fixed; }

html:not(#__):not(#___) .cadmin.portal-popup {
  height: inherit; }

@font-face {
  font-family: "govdata";
  src: url("fonts/govdata.eot");
  src: url("fonts/govdata.eot?#iefix") format("embedded-opentype"), url("fonts/govdata.woff") format("woff"), url("fonts/govdata.ttf") format("truetype"), url("fonts/govdata.svg#govdata") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "govdata" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="sbi-"]:before,
[class*=" sbi-"]:before {
  font-family: "govdata" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sbi-typ-dokument:before {
  content: "\62"; }

.sbi-check:before {
  content: "\61"; }

.sbi-close:before {
  content: "\63"; }

.sbi-detailansicht:before {
  content: "\64"; }

.sbi-dropdown:before {
  content: "\65"; }

.sbi-eingeloggter-user:before {
  content: "\66"; }

.sbi-eingeschraenkte-nutzung:before {
  content: "\67"; }

.sbi-externer-link:before {
  content: "\68"; }

.sbi-flag:before {
  content: "\69"; }

.sbi-freie-nutzung:before {
  content: "\6a"; }

.sbi-hamburger-menu:before, .portlet-blogs .navbar .btn-navbar:before {
  content: "\6b"; }

.sbi-kat-bevoelkerung:before {
  content: "\6c"; }

.sbi-kat-bildung-wissenschaft:before {
  content: "\6d"; }

.sbi-kat-geo:before {
  content: "\6e"; }

.sbi-komp-valide:before {
  content: "\6f"; }

.sbi-komp-nicht-valide:before {
  content: "\70"; }

.sbi-kat-wirtschaft-arbeit:before {
  content: "\71"; }

.sbi-kat-verwaltung:before {
  content: "\72"; }

.sbi-kat-verbraucher:before {
  content: "\73"; }

.sbi-kat-umwelt-klima:before {
  content: "\74"; }

.sbi-kat-transport-verkehr:before {
  content: "\75"; }

.sbi-kat-soziales:before {
  content: "\76"; }

.sbi-kat-politik-wahlen:before {
  content: "\77"; }

.sbi-kat-kultur-freizeit-sport-tourismus:before {
  content: "\78"; }

.sbi-kat-infrastruktur-bauen-wohnen:before {
  content: "\79"; }

.sbi-kat-gesundheit:before {
  content: "\7a"; }

.sbi-kat-gesetze-justiz:before {
  content: "\41"; }

.sbi-pfeil:before {
  content: "\42"; }

.sbi-rss:before {
  content: "\43"; }

.sbi-slider-links:before {
  content: "\44"; }

.sbi-slider-play:before {
  content: "\45"; }

.sbi-slider-rechts:before {
  content: "\46"; }

.sbi-slider-stop:before {
  content: "\47"; }

.sbi-sterne-bewertung:before {
  content: "\48"; }

.sbi-typ-app:before {
  content: "\49"; }

.sbi-typ-article:before {
  content: "\4a"; }

.sbi-typ-blog:before {
  content: "\4b"; }

.sbi-typ-datensatz:before {
  content: "\4c"; }

.sbi-sterne-bewertung-full:before, .rating-area .rating-element.active:before,
.rating-element.active:before {
  content: "\4d"; }

.sbi-lupe:before {
  content: "\4e"; }

.sbi-kalender:before {
  content: "\4f"; }

.sbi-dropup:before {
  content: "\50"; }

.sbi-diaspora:before {
  content: "\51"; }

.sbi-pfeil-links:before {
  content: "\52"; }

.sbi-arrow-left:before {
  content: "\53"; }

.sbi-arrow-right:before {
  content: "\54"; }

.sbi-trashcan:before {
  content: "\55"; }

.sbi-plus:before {
  content: "\56"; }

.sbi-my-list:before {
  content: "\57"; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("fonts/SourceSansPro-Regular.otf?t=1.9.1"); }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("fonts/SourceSansPro-It.otf?t=1.9.1");
  font-style: italic; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("fonts/SourceSansPro-Semibold.otf?t=1.9.1");
  font-weight: bold; }

@font-face {
  font-family: 'Crimson Text';
  src: url("fonts/CrimsonText-Roman.ttf?t=1.9.1"); }

@font-face {
  font-family: 'Crimson Text';
  src: url("fonts/CrimsonText-Italic.ttf?t=1.9.1");
  font-style: italic; }

@font-face {
  font-family: 'Crimson Text';
  src: url("fonts/CrimsonText-Bold.ttf?t=1.9.1");
  font-weight: bold; }

.aui body {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: black;
  background-color: #f5f5f5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.aui h1, .aui h2, .aui h3, .aui h4, .aui h5, .aui h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  word-wrap: break-word;
  line-height: 20px;
  color: inherit; }

.aui h1, .aui h2, .aui h3 {
  line-height: 40px; }

.aui h1 {
  font-size: 38.5px; }

.aui h2 {
  font-size: 31.5px; }

.aui h3 {
  font-size: 24.5px; }

.aui h4 {
  font-size: 17.5px; }

.aui h5 {
  font-size: 14px; }

.aui h6 {
  font-size: 11.9px; }

.aui h1,
.sb-bigtitle,
.portlet-blogs .widget-mode-detail-header .title {
  font-family: 'Source Sans Pro';
  font-weight: bold;
  margin: 20px 0; }
  @media only screen and (max-width: 767px) {
    .aui h1,
    .sb-bigtitle,
    .portlet-blogs .widget-mode-detail-header .title {
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aui h1,
    .sb-bigtitle,
    .portlet-blogs .widget-mode-detail-header .title {
      font-size: 28px;
      line-height: 34px; } }
  @media only screen and (min-width: 1025px) {
    .aui h1,
    .sb-bigtitle,
    .portlet-blogs .widget-mode-detail-header .title {
      font-size: 36px;
      line-height: 42px; } }

.h1-teaser {
  font-family: 'Crimson Text'; }
  @media only screen and (max-width: 767px) {
    .h1-teaser {
      font-size: 14px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .h1-teaser {
      font-size: 16px;
      line-height: 22px; } }
  @media only screen and (min-width: 1025px) {
    .h1-teaser {
      font-size: 18px;
      line-height: 24px; } }

.aui h2,
.aui h1.emptyresultstitle,
.aui .boxesportlet-box h3 {
  font-family: 'Source Sans Pro';
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    .aui h2,
    .aui h1.emptyresultstitle,
    .aui .boxesportlet-box h3 {
      font-size: 16px;
      line-height: 23px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aui h2,
    .aui h1.emptyresultstitle,
    .aui .boxesportlet-box h3 {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (min-width: 1025px) {
    .aui h2,
    .aui h1.emptyresultstitle,
    .aui .boxesportlet-box h3 {
      font-size: 24px;
      line-height: 31px; } }
  .aui h2 a,
  .aui h1.emptyresultstitle a,
  .aui .boxesportlet-box h3 a {
    text-decoration: none; }

.aui h1.emptyresultstitle {
  color: #3d3d3d;
  font-weight: bold; }

.aui .bold {
  font-weight: bold; }

.aui .section-title {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  line-height: 22px; }

.aui a {
  color: #000; }

.h2-teaser {
  font-family: 'Crimson Text'; }
  @media only screen and (max-width: 767px) {
    .h2-teaser {
      font-size: 15px;
      line-height: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .h2-teaser {
      font-size: 16px;
      line-height: 22px; } }
  @media only screen and (min-width: 1025px) {
    .h2-teaser {
      font-size: 18px;
      line-height: 24px; } }

.h2-tags {
  font-family: 'Source Sans Pro';
  font-size: 14px;
  line-height: 18px; }

.h2-metainfo, .aui .footer-text, .aui a.action-button, .aui .sb-tag, .aui .btn:not(.btn-unstyled),
.portlet-message-boards .input-group .btn, .linkbutton, .mobile-dropdown select, .share-container .share-label, .aui .button-search,
.aui .button-mapsearch, .aui input.input-search, .portlet-blogs .entry-date, .portlet-blogs .entry-footer, .portlet-blogs .subscribe a, .portlet-blogs .lfr-pagination, .taglib-user-display .user-profile-image,
.taglib-user-display .user-name, .aui a.open-filter-menu-small, .filtergroup dd, .document-type-list, .filter-tags, .sortby, .open-filter-menu-medium, .aui .map-search-button {
  font-family: 'Source Sans Pro';
  font-size: 14px;
  line-height: 20px; }

.aui h3,
.sb-chapter-head,
.information-nav .portlet-header h1,
.portlet-blogs .widget-mode-detail-header .sub-title {
  font-family: 'Source Sans Pro';
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    .aui h3,
    .sb-chapter-head,
    .information-nav .portlet-header h1,
    .portlet-blogs .widget-mode-detail-header .sub-title {
      font-size: 16px;
      line-height: 22px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aui h3,
    .sb-chapter-head,
    .information-nav .portlet-header h1,
    .portlet-blogs .widget-mode-detail-header .sub-title {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (min-width: 1025px) {
    .aui h3,
    .sb-chapter-head,
    .information-nav .portlet-header h1,
    .portlet-blogs .widget-mode-detail-header .sub-title {
      font-size: 22px;
      line-height: 28px; } }
  .aui h3 a,
  .sb-chapter-head a,
  .information-nav .portlet-header h1 a,
  .portlet-blogs .widget-mode-detail-header .sub-title a {
    text-decoration: none; }

.sb-chapter-sub, .gd-search-box-container .gd-search-box, .modern-nav li.nav-item, .modern-information-nav li.nav-item, .metadata-quality-nav li.nav-item, .information-nav li {
  font-family: 'Source Sans Pro'; }
  @media only screen and (max-width: 767px) {
    .sb-chapter-sub, .gd-search-box-container .gd-search-box, .modern-nav li.nav-item, .modern-information-nav li.nav-item, .metadata-quality-nav li.nav-item, .information-nav li {
      font-size: 14px;
      line-height: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sb-chapter-sub, .gd-search-box-container .gd-search-box, .modern-nav li.nav-item, .modern-information-nav li.nav-item, .metadata-quality-nav li.nav-item, .information-nav li {
      font-size: 16px;
      line-height: 22px; } }
  @media only screen and (min-width: 1025px) {
    .sb-chapter-sub, .gd-search-box-container .gd-search-box, .modern-nav li.nav-item, .modern-information-nav li.nav-item, .metadata-quality-nav li.nav-item, .information-nav li {
      font-size: 18px;
      line-height: 24px; } }

.aui h4, .aui h5, .aui h6 {
  font-family: 'Source Sans Pro'; }

.aui h4 {
  margin: 0.714285714rem 0 0;
  line-height: 24px; }

.aui p,
.journal-content-article,
.sb-text,
.portlet-blogs .widget-mode-detail-text p,
.aui .lfr-discussion-message-body,
.comment-entry .comment-text {
  font-family: 'Crimson Text'; }
  @media only screen and (max-width: 767px) {
    .aui p,
    .journal-content-article,
    .sb-text,
    .portlet-blogs .widget-mode-detail-text p,
    .aui .lfr-discussion-message-body,
    .comment-entry .comment-text {
      font-size: 15px;
      line-height: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aui p,
    .journal-content-article,
    .sb-text,
    .portlet-blogs .widget-mode-detail-text p,
    .aui .lfr-discussion-message-body,
    .comment-entry .comment-text {
      font-size: 16px;
      line-height: 22px; } }
  @media only screen and (min-width: 1025px) {
    .aui p,
    .journal-content-article,
    .sb-text,
    .portlet-blogs .widget-mode-detail-text p,
    .aui .lfr-discussion-message-body,
    .comment-entry .comment-text {
      font-size: 18px;
      line-height: 24px; } }
  .aui p a,
  .journal-content-article a,
  .sb-text a,
  .portlet-blogs .widget-mode-detail-text p a,
  .aui .lfr-discussion-message-body a,
  .comment-entry .comment-text a {
    text-decoration: underline; }
  .aui p li,
  .journal-content-article li,
  .sb-text li,
  .portlet-blogs .widget-mode-detail-text p li,
  .aui .lfr-discussion-message-body li,
  .comment-entry .comment-text li {
    line-height: initial; }

.aui h1.maintitle {
  background-color: #3d3d3d;
  color: #fff;
  display: inline-block;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  padding: 0.142857143rem 1.071428571rem 0.285714286rem;
  margin: 0.142857143rem 0; }
  @media only screen and (max-width: 767px) {
    .aui h1.maintitle {
      font-size: 20px;
      line-height: 22px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aui h1.maintitle {
      font-size: 32px;
      line-height: 32px; } }
  @media only screen and (min-width: 1025px) {
    .aui h1.maintitle {
      font-size: 46px;
      line-height: 46px;
      margin: 0.357142857rem 0;
      padding-bottom: 0.428571429rem; } }

.aui h2.maintitle-teaser {
  background-color: #3d3d3d;
  color: #fff;
  display: inline-block;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  padding: 0.142857143rem 1.071428571rem 0.285714286rem;
  margin: 0.142857143rem 0; }
  @media only screen and (max-width: 767px) {
    .aui h2.maintitle-teaser {
      font-size: 12px;
      line-height: 14px;
      font-weight: normal; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .aui h2.maintitle-teaser {
      font-size: 20px;
      line-height: 20px; } }
  @media only screen and (min-width: 1025px) {
    .aui h2.maintitle-teaser {
      font-size: 24px;
      line-height: 24px;
      margin: 0.357142857rem 0;
      padding-bottom: 0.428571429rem; } }

.aui .hitscount {
  font-family: 'Source Sans Pro';
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
  margin: 0; }

.filterresultcount, .rating-mean, .document-type-list span {
  font-family: 'Source Sans Pro';
  font-size: 11px;
  line-height: 18px; }

.aui .filterarea-title,
.more-linklabel {
  font-family: 'Source Sans Pro';
  font-size: 20px;
  font-weight: bold;
  line-height: 24px; }

.filtergroup-title {
  font-family: 'Source Sans Pro';
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase; }

#searchresult-container {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  line-height: 22px; }

#off-canvas-mainmenu {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  line-height: 22px; }
  #off-canvas-mainmenu button {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    line-height: 22px; }
  #off-canvas-mainmenu .child-menu li,
  #off-canvas-mainmenu .oc-meta-menu {
    font-size: 14px;
    line-height: 18px; }

.comment-controls .edit,
.comment-controls .delete {
  font-family: 'Source Sans Pro';
  font-size: 14px;
  line-height: 18px; }

.autocomplete-dropdown-canvas {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  line-height: 22px; }

@-ms-viewport {
  width: device-width; }

.hidden {
  display: none;
  visibility: hidden; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

@media (min-width: 767px) and (max-width: 1024px) {
  .hidden-desktop {
    display: inherit !important; }
  .visible-desktop {
    display: none !important; }
  .visible-tablet {
    display: inherit !important; }
  .hidden-tablet {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important; }
  .visible-desktop {
    display: none !important; }
  .visible-phone {
    display: inherit !important; }
  .hidden-phone {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: inherit !important; }
  .hidden-print {
    display: none !important; } }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix::after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix::after {
    clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.navbar {
  overflow: visible;
  display: block;
  padding: 0;
  position: static;
  *position: relative;
  *z-index: 2; }

.navbar-inner {
  min-height: 33px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #F9F9F9, #F3F3F3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F3F3F3));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #F3F3F3);
  background-image: -o-linear-gradient(top, #F9F9F9, #F3F3F3);
  background-image: linear-gradient(to bottom, #F9F9F9, #F3F3F3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9F9F9', endColorstr='#FFF3F3F3', GradientType=0);
  border-bottom: 1px solid #DDDDDD;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1; }
  .navbar-inner:before, .navbar-inner::after {
    display: table;
    content: "";
    line-height: 0; }
  .navbar-inner::after {
    clear: both; }

.navbar .container {
  width: auto;
  max-width: none;
  display: block; }

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
  display: block; }

.navbar .brand {
  float: left;
  display: block;
  padding: 6.5px 20px 6.5px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #000;
  text-shadow: 0 1px 0 #F9F9F9; }
  .navbar .brand:hover, .navbar .brand:focus {
    text-decoration: none; }

.navbar-text {
  margin-bottom: 0;
  line-height: 33px;
  color: #000; }

.navbar-link {
  color: #000; }
  .navbar-link:hover, .navbar-link:focus {
    color: #fff; }

.navbar .btn,
.navbar .btn-group {
  margin-top: 1.5px; }

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0; }

.navbar-form {
  margin-bottom: 0;
  *zoom: 1; }
  .navbar-form:before, .navbar-form::after {
    display: table;
    content: "";
    line-height: 0; }
  .navbar-form::after {
    clear: both; }
  .navbar-form input,
  .navbar-form select,
  .navbar-form .radio,
  .navbar-form .checkbox {
    margin-top: 1.5px; }
  .navbar-form input,
  .navbar-form select,
  .navbar-form .btn {
    display: inline-block;
    margin-bottom: 0; }
  .navbar-form input[type="image"],
  .navbar-form input[type="checkbox"],
  .navbar-form input[type="radio"] {
    margin-top: 3px; }
  .navbar-form .input-append,
  .navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap; }
    .navbar-form .input-append input,
    .navbar-form .input-prepend input {
      margin-top: 0; }

.navbar-search {
  position: relative;
  float: left;
  margin-top: 1.5px;
  margin-bottom: 0; }
  .navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }

.navbar-top {
  position: static;
  margin-bottom: 0; }
  .navbar-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0; }

.navbar-fixed-top .navbar-inner,
.navbar-top .navbar-inner {
  border-width: 0 0 1px; }

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0; }

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.navbar-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px; }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-top .navbar-inner,
.navbar-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.navbar-fixed-bottom {
  bottom: 0; }
  .navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); }

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: right;
  margin: 0 10px 0 0; }

.navbar .nav.pull-right {
  float: right;
  margin-right: 0; }

.navbar .nav > li {
  float: left; }

.navbar .nav > li a {
  float: none;
  padding: 6.5px 10px;
  color: #000;
  text-decoration: none;
  display: block; }

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px; }

.navbar .nav > li a:focus,
.navbar .nav > li a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none; }

.navbar .nav > .active a,
.navbar .nav > .active a:hover,
.navbar .nav > .active a:focus {
  color: #555;
  text-decoration: none;
  background-color: white; }

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #eaeaea;
  background-image: -moz-linear-gradient(top, #ececec, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ececec, #e6e6e6);
  background-image: -o-linear-gradient(top, #ececec, #e6e6e6);
  background-image: linear-gradient(to bottom, #ececec, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFECECEC', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 silver;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); }
  .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: #fff;
    background-color: #e6e6e6;
    *background-color: #dad9d9; }
  .navbar .btn-navbar:active, .navbar .btn-navbar.active {
    background-color: #cdcdcd \9; }

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px; }

div.portlet-user-personal-bar {
  display: inline-block; }

.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px; }

.navbar .nav > li > .dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px; }

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto; }

.navbar-fixed-bottom .nav > li > .dropdown-menu::after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto; }

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: white;
  color: #555; }

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #000;
  border-bottom-color: #000; }

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }
  .navbar .pull-right > li > .dropdown-menu:before,
  .navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px; }
  .navbar .pull-right > li > .dropdown-menu::after,
  .navbar .nav > li > .dropdown-menu.pull-right::after {
    left: auto;
    right: 13px; }
  .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525; }

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
  .navbar-inverse .nav > li > a:hover,
  .navbar-inverse .nav > li > a:focus {
    color: #fff; }

.navbar-inverse .brand {
  color: #999; }

.navbar-inverse .navbar-text {
  color: #999; }

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff; }

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111; }

.navbar-inverse .navbar-link {
  color: #999; }
  .navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
    color: #fff; }

.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222; }

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff; }

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff; }

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999; }

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }
  .navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #ccc; }
  .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #ccc; }
  .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #ccc; }
  .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0; }

.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    color: #fff;
    background-color: #040404;
    *background-color: black; }
  .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
    background-color: black \9; }

@media (max-width: 1024px) {
  /*lalala*/
  .navbar .container {
    position: relative; }
  .navbar .container .btn-navbar {
    color: #000;
    display: inline-block;
    margin-bottom: 5px;
    width: auto; }
  body {
    padding-top: 0; }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static; }
  .navbar-fixed-top {
    margin-bottom: 20px; }
  .navbar-fixed-bottom {
    margin-top: 20px; }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px; }
  .navbar .container {
    width: auto;
    padding: 0; }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px; }
  .nav-collapse {
    clear: both; }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px; }
  .nav-collapse .nav > li {
    float: none; }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px; }
  .nav-collapse .nav > .divider-vertical {
    display: none; }
  .nav-collapse .nav .nav-header {
    color: #000;
    text-shadow: none; }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px; }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #F3F3F3; }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999; }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111; }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0; }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .nav-collapse .open > .dropdown-menu {
    display: block; }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu::after {
    display: none; }
  .nav-collapse .dropdown-menu .divider {
    display: none; }
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu::after {
    display: none; }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111; }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0; }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0; }
  .navbar .btn-navbar {
    display: block; }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 1025px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important; } }

@media (min-width: 1440px) {
  /*
  .row {
    margin-left: $gridGutterWidth * -1;
    @include clearfix();
  }

  [class*="span"] {
    float: left;
    min-height: 1px; // prevent collapsing columns
    margin-left: $gridGutterWidth;
  }

  // Set the container width, and override it for fixed navbars in media queries
  .container,
  .navbar-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    @include grid-core-span($gridColumns, $gridColumnWidth, $gridGutterWidth);
  }

  // generate .spanX and .offsetX
  @include grid-core-span-x($gridColumns, $gridColumnWidth, $gridGutterWidth);
  @include grid-core-offset-x($gridColumns, $gridColumnWidth, $gridGutterWidth);*/
  .row-fluid {
    width: 100%;
    *zoom: 1; }
    .row-fluid:before, .row-fluid::after {
      display: table;
      content: "";
      line-height: 0; }
    .row-fluid::after {
      clear: both; }
    .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.564102564%;
      *margin-left: 2.510911075%; }
    .row-fluid [class*="span"]:first-child {
      margin-left: 0; }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.564102564%; }
    .row-fluid .span1 {
      width: 5.982905983%;
      *width: 5.929714494%; }
    .row-fluid .span2 {
      width: 14.52991453%;
      *width: 14.476723041%; }
    .row-fluid .span3 {
      width: 23.076923077%;
      *width: 23.023731588%; }
    .row-fluid .span4 {
      width: 31.623931624%;
      *width: 31.570740135%; }
    .row-fluid .span5 {
      width: 40.170940171%;
      *width: 40.117748682%; }
    .row-fluid .span6 {
      width: 48.717948718%;
      *width: 48.664757229%; }
    .row-fluid .span7 {
      width: 57.264957265%;
      *width: 57.211765776%; }
    .row-fluid .span8 {
      width: 65.811965812%;
      *width: 65.758774323%; }
    .row-fluid .span9 {
      width: 74.358974359%;
      *width: 74.30578287%; }
    .row-fluid .span10 {
      width: 82.905982906%;
      *width: 82.852791417%; }
    .row-fluid .span11 {
      width: 91.452991453%;
      *width: 91.399799964%; }
    .row-fluid .span12 {
      width: 100%;
      *width: 99.946808511%; }
    .row-fluid .offset1 {
      margin-left: 11.111111111%;
      *margin-left: 11.004728132%; }
    .row-fluid .offset1:first-child {
      margin-left: 8.547008547%;
      *margin-left: 8.440625568%; }
    .row-fluid .offset2 {
      margin-left: 19.658119658%;
      *margin-left: 19.551736679%; }
    .row-fluid .offset2:first-child {
      margin-left: 17.094017094%;
      *margin-left: 16.987634115%; }
    .row-fluid .offset3 {
      margin-left: 28.205128205%;
      *margin-left: 28.098745226%; }
    .row-fluid .offset3:first-child {
      margin-left: 25.641025641%;
      *margin-left: 25.534642662%; }
    .row-fluid .offset4 {
      margin-left: 36.752136752%;
      *margin-left: 36.645753773%; }
    .row-fluid .offset4:first-child {
      margin-left: 34.188034188%;
      *margin-left: 34.081651209%; }
    .row-fluid .offset5 {
      margin-left: 45.299145299%;
      *margin-left: 45.19276232%; }
    .row-fluid .offset5:first-child {
      margin-left: 42.735042735%;
      *margin-left: 42.628659756%; }
    .row-fluid .offset6 {
      margin-left: 53.846153846%;
      *margin-left: 53.739770867%; }
    .row-fluid .offset6:first-child {
      margin-left: 51.282051282%;
      *margin-left: 51.175668303%; }
    .row-fluid .offset7 {
      margin-left: 62.393162393%;
      *margin-left: 62.286779414%; }
    .row-fluid .offset7:first-child {
      margin-left: 59.829059829%;
      *margin-left: 59.72267685%; }
    .row-fluid .offset8 {
      margin-left: 70.94017094%;
      *margin-left: 70.833787961%; }
    .row-fluid .offset8:first-child {
      margin-left: 68.376068376%;
      *margin-left: 68.269685397%; }
    .row-fluid .offset9 {
      margin-left: 79.487179487%;
      *margin-left: 79.380796508%; }
    .row-fluid .offset9:first-child {
      margin-left: 76.923076923%;
      *margin-left: 76.816693944%; }
    .row-fluid .offset10 {
      margin-left: 88.034188034%;
      *margin-left: 87.927805055%; }
    .row-fluid .offset10:first-child {
      margin-left: 85.47008547%;
      *margin-left: 85.363702491%; }
    .row-fluid .offset11 {
      margin-left: 96.581196581%;
      *margin-left: 96.474813602%; }
    .row-fluid .offset11:first-child {
      margin-left: 94.017094017%;
      *margin-left: 93.910711038%; }
    .row-fluid .offset12 {
      margin-left: 105.128205128%;
      *margin-left: 105.021822149%; }
    .row-fluid .offset12:first-child {
      margin-left: 102.564102564%;
      *margin-left: 102.457719585%; }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px; }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px; }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px; }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px; }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px; }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px; }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px; }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px; }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px; }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px; }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px; }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px; }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px; }
  .thumbnails {
    margin-left: -30px; }
  .thumbnails > li {
    margin-left: 30px; }
  .row-fluid .thumbnails {
    margin-left: 0; } }

@media (max-width: 767px) {
  .container-fluid {
    padding: 0; }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left; }
  .dl-horizontal dd {
    margin-left: 0; }
  .container {
    width: auto; }
  .row-fluid {
    width: 100%; }
  .row,
  .thumbnails {
    margin-left: 0; }
  .thumbnails > li {
    float: none;
    margin-left: 0; }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0; }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto; }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0; }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0; }
    .modal.fade {
      top: -100px; }
    .modal.fade.in {
      top: 20px; } }

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0); }
  .page-header h1 small {
    display: block;
    line-height: 20px; }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc; }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left; }
  .form-horizontal .controls {
    margin-left: 0; }
  .form-horizontal .control-list {
    padding-top: 0; }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px; }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px; }
  .media-object {
    margin-right: 0;
    margin-left: 0; }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px; }
  .modal-header .close {
    padding: 10px;
    margin: -10px; }
  .carousel-caption {
    position: static; } }

@media (min-width: 767px) and (max-width: 1023px) {
  /*
  .row {
    margin-left: $gridGutterWidth * -1;
    @include clearfix();
  }

  [class*="span"] {
    float: left;
    min-height: 1px; // prevent collapsing columns
    margin-left: $gridGutterWidth;
  }

  // Set the container width, and override it for fixed navbars in media queries
  .container,
  .navbar-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    @include grid-core-span($gridColumns, $gridColumnWidth, $gridGutterWidth);
  }

  // generate .spanX and .offsetX
  @include grid-core-span-x($gridColumns, $gridColumnWidth, $gridGutterWidth);
  @include grid-core-offset-x($gridColumns, $gridColumnWidth, $gridGutterWidth);*/
  .row-fluid {
    width: 100%;
    *zoom: 1; }
    .row-fluid:before, .row-fluid::after {
      display: table;
      content: "";
      line-height: 0; }
    .row-fluid::after {
      clear: both; }
    .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.762430939%;
      *margin-left: 2.70923945%; }
    .row-fluid [class*="span"]:first-child {
      margin-left: 0; }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.762430939%; }
    .row-fluid .span1 {
      width: 5.801104972%;
      *width: 5.747913483%; }
    .row-fluid .span2 {
      width: 14.364640884%;
      *width: 14.311449395%; }
    .row-fluid .span3 {
      width: 22.928176796%;
      *width: 22.874985306%; }
    .row-fluid .span4 {
      width: 31.491712707%;
      *width: 31.438521218%; }
    .row-fluid .span5 {
      width: 40.055248619%;
      *width: 40.002057129%; }
    .row-fluid .span6 {
      width: 48.61878453%;
      *width: 48.565593041%; }
    .row-fluid .span7 {
      width: 57.182320442%;
      *width: 57.129128953%; }
    .row-fluid .span8 {
      width: 65.745856354%;
      *width: 65.692664864%; }
    .row-fluid .span9 {
      width: 74.309392265%;
      *width: 74.256200776%; }
    .row-fluid .span10 {
      width: 82.872928177%;
      *width: 82.819736687%; }
    .row-fluid .span11 {
      width: 91.436464088%;
      *width: 91.383272599%; }
    .row-fluid .span12 {
      width: 100%;
      *width: 99.946808511%; }
    .row-fluid .offset1 {
      margin-left: 11.325966851%;
      *margin-left: 11.219583872%; }
    .row-fluid .offset1:first-child {
      margin-left: 8.563535912%;
      *margin-left: 8.457152933%; }
    .row-fluid .offset2 {
      margin-left: 19.889502762%;
      *margin-left: 19.783119784%; }
    .row-fluid .offset2:first-child {
      margin-left: 17.127071823%;
      *margin-left: 17.020688844%; }
    .row-fluid .offset3 {
      margin-left: 28.453038674%;
      *margin-left: 28.346655695%; }
    .row-fluid .offset3:first-child {
      margin-left: 25.690607735%;
      *margin-left: 25.584224756%; }
    .row-fluid .offset4 {
      margin-left: 37.016574586%;
      *margin-left: 36.910191607%; }
    .row-fluid .offset4:first-child {
      margin-left: 34.254143646%;
      *margin-left: 34.147760668%; }
    .row-fluid .offset5 {
      margin-left: 45.580110497%;
      *margin-left: 45.473727519%; }
    .row-fluid .offset5:first-child {
      margin-left: 42.817679558%;
      *margin-left: 42.711296579%; }
    .row-fluid .offset6 {
      margin-left: 54.143646409%;
      *margin-left: 54.03726343%; }
    .row-fluid .offset6:first-child {
      margin-left: 51.38121547%;
      *margin-left: 51.274832491%; }
    .row-fluid .offset7 {
      margin-left: 62.70718232%;
      *margin-left: 62.600799342%; }
    .row-fluid .offset7:first-child {
      margin-left: 59.944751381%;
      *margin-left: 59.838368402%; }
    .row-fluid .offset8 {
      margin-left: 71.270718232%;
      *margin-left: 71.164335253%; }
    .row-fluid .offset8:first-child {
      margin-left: 68.508287293%;
      *margin-left: 68.401904314%; }
    .row-fluid .offset9 {
      margin-left: 79.834254144%;
      *margin-left: 79.727871165%; }
    .row-fluid .offset9:first-child {
      margin-left: 77.071823204%;
      *margin-left: 76.965440226%; }
    .row-fluid .offset10 {
      margin-left: 88.397790055%;
      *margin-left: 88.291407077%; }
    .row-fluid .offset10:first-child {
      margin-left: 85.635359116%;
      *margin-left: 85.528976137%; }
    .row-fluid .offset11 {
      margin-left: 96.961325967%;
      *margin-left: 96.854942988%; }
    .row-fluid .offset11:first-child {
      margin-left: 94.198895028%;
      *margin-left: 94.092512049%; }
    .row-fluid .offset12 {
      margin-left: 105.524861878%;
      *margin-left: 105.4184789%; }
    .row-fluid .offset12:first-child {
      margin-left: 102.762430939%;
      *margin-left: 102.656047961%; }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px; }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px; }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px; }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px; }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px; }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px; }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px; }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px; }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px; }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px; }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px; }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px; }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px; } }

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free"; }

.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands"; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em; }

.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em; }

.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade, .fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-shake, .fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal); }

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction:reverse; }

.fa-pulse, .fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

.fa-0:before {
  content: "\30"; }

.fa-1:before {
  content: "\31"; }

.fa-2:before {
  content: "\32"; }

.fa-3:before {
  content: "\33"; }

.fa-4:before {
  content: "\34"; }

.fa-5:before {
  content: "\35"; }

.fa-6:before {
  content: "\36"; }

.fa-7:before {
  content: "\37"; }

.fa-8:before {
  content: "\38"; }

.fa-9:before {
  content: "\39"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-arrows-to-circle:before {
  content: "\e4bd"; }

.fa-chevron-circle-right:before, .fa-circle-chevron-right:before {
  content: "\f138"; }

.fa-at:before {
  content: "\40"; }

.fa-trash-alt:before, .fa-trash-can:before {
  content: "\f2ed"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-user-times:before, .fa-user-xmark:before {
  content: "\f235"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-comment-alt:before, .fa-message:before {
  content: "\f27a"; }

.fa-info:before {
  content: "\f129"; }

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
  content: "\f422"; }

.fa-explosion:before {
  content: "\e4e9"; }

.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before {
  content: "\f15c"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-building-un:before {
  content: "\e4d9"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-calendar-alt:before, .fa-calendar-days:before {
  content: "\f073"; }

.fa-anchor-circle-check:before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right:before {
  content: "\e4d1"; }

.fa-volleyball-ball:before, .fa-volleyball:before {
  content: "\f45f"; }

.fa-arrows-up-to-line:before {
  content: "\e4c2"; }

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd"; }

.fa-circle-minus:before, .fa-minus-circle:before {
  content: "\f056"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-heart-music-camera-bolt:before, .fa-icons:before {
  content: "\f86d"; }

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
  content: "\f539"; }

.fa-bridge-circle-check:before {
  content: "\e4c9"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-magnifying-glass-location:before, .fa-search-location:before {
  content: "\f689"; }

.fa-forward-step:before, .fa-step-forward:before {
  content: "\f051"; }

.fa-face-smile-beam:before, .fa-smile-beam:before {
  content: "\f5b8"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-football-ball:before, .fa-football:before {
  content: "\f44e"; }

.fa-school-circle-exclamation:before {
  content: "\e56c"; }

.fa-crop:before {
  content: "\f125"; }

.fa-angle-double-down:before, .fa-angles-down:before {
  content: "\f103"; }

.fa-users-rectangle:before {
  content: "\e594"; }

.fa-people-roof:before {
  content: "\e537"; }

.fa-people-line:before {
  content: "\e534"; }

.fa-beer-mug-empty:before, .fa-beer:before {
  content: "\f0fc"; }

.fa-diagram-predecessor:before {
  content: "\e477"; }

.fa-arrow-up-long:before, .fa-long-arrow-up:before {
  content: "\f176"; }

.fa-burn:before, .fa-fire-flame-simple:before {
  content: "\f46a"; }

.fa-male:before, .fa-person:before {
  content: "\f183"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-truck-plane:before {
  content: "\e58f"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-face-grin-stars:before, .fa-grin-stars:before {
  content: "\f587"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line:before {
  content: "\e4af"; }

.fa-spoon:before, .fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-jar-wheat:before {
  content: "\e517"; }

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
  content: "\f674"; }

.fa-file-circle-exclamation:before {
  content: "\e4eb"; }

.fa-circle-h:before, .fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-pager:before {
  content: "\f815"; }

.fa-address-book:before, .fa-contact-book:before {
  content: "\f2b9"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-k:before {
  content: "\4b"; }

.fa-landmark-flag:before {
  content: "\e51c"; }

.fa-pencil-alt:before, .fa-pencil:before {
  content: "\f303"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-comments:before {
  content: "\f086"; }

.fa-file-clipboard:before, .fa-paste:before {
  content: "\f0ea"; }

.fa-code-pull-request:before {
  content: "\e13c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-truck-loading:before, .fa-truck-ramp-box:before {
  content: "\f4de"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-vial-virus:before {
  content: "\e597"; }

.fa-sheet-plastic:before {
  content: "\e571"; }

.fa-blog:before {
  content: "\f781"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-person-arrow-up-from-line:before {
  content: "\e539"; }

.fa-scroll-torah:before, .fa-torah:before {
  content: "\f6a0"; }

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
  content: "\f458"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-archive:before, .fa-box-archive:before {
  content: "\f187"; }

.fa-person-drowning:before {
  content: "\e545"; }

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-w:before {
  content: "\57"; }

.fa-earth-africa:before, .fa-globe-africa:before {
  content: "\f57c"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
  content: "\f3fa"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-trowel-bricks:before {
  content: "\e58a"; }

.fa-face-flushed:before, .fa-flushed:before {
  content: "\f579"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-tent-arrow-left-right:before {
  content: "\e57f"; }

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-bell-concierge:before, .fa-concierge-bell:before {
  content: "\f562"; }

.fa-pen-ruler:before, .fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
  content: "\e068"; }

.fa-mars-and-venus-burst:before {
  content: "\e523"; }

.fa-caret-square-right:before, .fa-square-caret-right:before {
  content: "\f152"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-sun-plant-wilt:before {
  content: "\e57a"; }

.fa-toilets-portable:before {
  content: "\e584"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right:before {
  content: "\e521"; }

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
  content: "\f566"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-clover:before {
  content: "\e139"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f3e5"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-house-fire:before {
  content: "\e50c"; }

.fa-minus-square:before, .fa-square-minus:before {
  content: "\f146"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-caret-square-down:before, .fa-square-caret-down:before {
  content: "\f150"; }

.fa-file-circle-question:before {
  content: "\e4ef"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-bars:before, .fa-navicon:before {
  content: "\f0c9"; }

.fa-people-group:before {
  content: "\e533"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-heart-broken:before, .fa-heart-crack:before {
  content: "\f7a9"; }

.fa-external-link-square-alt:before, .fa-square-up-right:before {
  content: "\f360"; }

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
  content: "\f597"; }

.fa-film:before {
  content: "\f008"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-people-robbery:before {
  content: "\e536"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-circle-exclamation:before, .fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-school-circle-xmark:before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
  content: "\f08b"; }

.fa-chevron-circle-down:before, .fa-circle-chevron-down:before {
  content: "\f13a"; }

.fa-unlock-alt:before, .fa-unlock-keyhole:before {
  content: "\f13e"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-headphones-alt:before, .fa-headphones-simple:before {
  content: "\f58f"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot:before, .fa-donate:before {
  content: "\f4b9"; }

.fa-memory:before {
  content: "\f538"; }

.fa-road-spikes:before {
  content: "\e568"; }

.fa-fire-burner:before {
  content: "\e4f1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-volume-down:before, .fa-volume-low:before {
  content: "\f027"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-compress:before {
  content: "\f066"; }

.fa-wheat-alt:before, .fa-wheat-awn:before {
  content: "\e2cd"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-hands-holding-child:before {
  content: "\e4fa"; }

.fa-asterisk:before {
  content: "\2a"; }

.fa-check-square:before, .fa-square-check:before {
  content: "\f14a"; }

.fa-peseta-sign:before {
  content: "\e221"; }

.fa-header:before, .fa-heading:before {
  content: "\f1dc"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-list-squares:before, .fa-list:before {
  content: "\f03a"; }

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
  content: "\f87b"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-circle-dot:before, .fa-dot-circle:before {
  content: "\f192"; }

.fa-dizzy:before, .fa-face-dizzy:before {
  content: "\f567"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark:before {
  content: "\e513"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-futbol-ball:before, .fa-futbol:before, .fa-soccer-ball:before {
  content: "\f1e3"; }

.fa-paint-brush:before, .fa-paintbrush:before {
  content: "\f1fc"; }

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

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-hot-tub-person:before, .fa-hot-tub:before {
  content: "\f593"; }

.fa-map-location:before, .fa-map-marked:before {
  content: "\f59f"; }

.fa-house-flood-water:before {
  content: "\e50e"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-bridge-lock:before {
  content: "\e4cc"; }

.fa-sack-dollar:before {
  content: "\f81d"; }

.fa-edit:before, .fa-pen-to-square:before {
  content: "\f044"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-share-alt:before, .fa-share-nodes:before {
  content: "\f1e0"; }

.fa-heart-circle-minus:before {
  content: "\e4ff"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-bag-shopping:before, .fa-shopping-bag:before {
  content: "\f290"; }

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-person-rays:before {
  content: "\e54d"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-flask-vial:before {
  content: "\e4f3"; }

.fa-hand-paper:before, .fa-hand:before {
  content: "\f256"; }

.fa-om:before {
  content: "\f679"; }

.fa-worm:before {
  content: "\e599"; }

.fa-house-circle-xmark:before {
  content: "\e50b"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-face-kiss:before, .fa-kiss:before {
  content: "\f596"; }

.fa-bridge-circle-xmark:before {
  content: "\e4cb"; }

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
  content: "\f589"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-face-grin-wink:before, .fa-grin-wink:before {
  content: "\f58c"; }

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa-road-circle-check:before {
  content: "\e564"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-rss-square:before, .fa-square-rss:before {
  content: "\f143"; }

.fa-land-mine-on:before {
  content: "\e51b"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-stairs:before {
  content: "\e289"; }

.fa-i:before {
  content: "\49"; }

.fa-hryvnia-sign:before, .fa-hryvnia:before {
  content: "\f6f2"; }

.fa-pills:before {
  content: "\f484"; }

.fa-face-grin-wide:before, .fa-grin-alt:before {
  content: "\f581"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-v:before {
  content: "\56"; }

.fa-bangladeshi-taka-sign:before {
  content: "\e2e6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
  content: "\e579"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-ambulance:before, .fa-truck-medical:before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation:before {
  content: "\e598"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-road-barrier:before {
  content: "\e562"; }

.fa-school:before {
  content: "\f549"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-joint:before {
  content: "\f595"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-q:before {
  content: "\51"; }

.fa-g:before {
  content: "\47"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-dong-sign:before {
  content: "\e169"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-poo-bolt:before, .fa-poo-storm:before {
  content: "\f75a"; }

.fa-face-frown-open:before, .fa-frown-open:before {
  content: "\f57a"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-helmet-un:before {
  content: "\e503"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket:before {
  content: "\e09a"; }

.fa-folder-blank:before, .fa-folder:before {
  content: "\f07b"; }

.fa-file-medical-alt:before, .fa-file-waveform:before {
  content: "\f478"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-chart-simple:before {
  content: "\e473"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-vial:before {
  content: "\f492"; }

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
  content: "\e2ca"; }

.fa-e:before {
  content: "\45"; }

.fa-pen-alt:before, .fa-pen-clip:before {
  content: "\f305"; }

.fa-bridge-circle-exclamation:before {
  content: "\e4ca"; }

.fa-user:before {
  content: "\f007"; }

.fa-school-circle-check:before {
  content: "\e56b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-shuttle-van:before, .fa-van-shuttle:before {
  content: "\f5b6"; }

.fa-building-user:before {
  content: "\e4da"; }

.fa-caret-square-left:before, .fa-square-caret-left:before {
  content: "\f191"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-key:before {
  content: "\f084"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-person-half-dress:before {
  content: "\e548"; }

.fa-road-bridge:before {
  content: "\e563"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-c:before {
  content: "\43"; }

.fa-tablet-button:before {
  content: "\f10a"; }

.fa-building-lock:before {
  content: "\e4d6"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-area-chart:before, .fa-chart-area:before {
  content: "\f1fe"; }

.fa-house-flag:before {
  content: "\e50d"; }

.fa-person-circle-minus:before {
  content: "\e540"; }

.fa-ban:before, .fa-cancel:before {
  content: "\f05e"; }

.fa-camera-rotate:before {
  content: "\e0d8"; }

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
  content: "\f5d0"; }

.fa-star:before {
  content: "\f005"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-cross:before {
  content: "\f654"; }

.fa-box:before {
  content: "\f466"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
  content: "\f245"; }

.fa-expand-arrows-alt:before, .fa-maximize:before {
  content: "\f31e"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-shapes:before, .fa-triangle-circle-square:before {
  content: "\f61f"; }

.fa-random:before, .fa-shuffle:before {
  content: "\f074"; }

.fa-person-running:before, .fa-running:before {
  content: "\f70c"; }

.fa-mobile-retro:before {
  content: "\e527"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-spider:before {
  content: "\f717"; }

.fa-hands-bound:before {
  content: "\e4f9"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-plane-circle-exclamation:before {
  content: "\e556"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-slash:before {
  content: "\f715"; }

.fa-computer-mouse:before, .fa-mouse:before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
  content: "\f090"; }

.fa-shop-slash:before, .fa-store-alt-slash:before {
  content: "\e070"; }

.fa-server:before {
  content: "\f233"; }

.fa-virus-covid-slash:before {
  content: "\e4a9"; }

.fa-shop-lock:before {
  content: "\e4a5"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-building-wheat:before {
  content: "\e4db"; }

.fa-person-breastfeeding:before {
  content: "\e53a"; }

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-venus:before {
  content: "\f221"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-heart-pulse:before, .fa-heartbeat:before {
  content: "\f21e"; }

.fa-people-carry-box:before, .fa-people-carry:before {
  content: "\f4ce"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-crown:before {
  content: "\f521"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-xmarks-lines:before {
  content: "\e59a"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-weight-scale:before, .fa-weight:before {
  content: "\f496"; }

.fa-user-friends:before, .fa-user-group:before {
  content: "\f500"; }

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
  content: "\f59b"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-arrow-circle-up:before, .fa-circle-arrow-up:before {
  content: "\f0aa"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-person-walking:before, .fa-walking:before {
  content: "\f554"; }

.fa-l:before {
  content: "\4c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-bed-pulse:before, .fa-procedures:before {
  content: "\f487"; }

.fa-shuttle-space:before, .fa-space-shuttle:before {
  content: "\f197"; }

.fa-face-laugh:before, .fa-laugh:before {
  content: "\f599"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-heart-circle-plus:before {
  content: "\e500"; }

.fa-code-fork:before {
  content: "\e13b"; }

.fa-city:before {
  content: "\f64f"; }

.fa-microphone-alt:before, .fa-microphone-lines:before {
  content: "\f3c9"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-colon-sign:before {
  content: "\e140"; }

.fa-headset:before {
  content: "\f590"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-road-circle-xmark:before {
  content: "\e566"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-mars-stroke-up:before, .fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-champagne-glasses:before, .fa-glass-cheers:before {
  content: "\f79f"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-house-circle-exclamation:before {
  content: "\e50a"; }

.fa-file-arrow-up:before, .fa-file-upload:before {
  content: "\f574"; }

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
  content: "\f1eb"; }

.fa-bath:before, .fa-bathtub:before {
  content: "\f2cd"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-user-edit:before, .fa-user-pen:before {
  content: "\f4ff"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-bold:before {
  content: "\f032"; }

.fa-anchor-lock:before {
  content: "\e4ad"; }

.fa-building-ngo:before {
  content: "\e4d7"; }

.fa-manat-sign:before {
  content: "\e1d5"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-border-style:before, .fa-border-top-left:before {
  content: "\f853"; }

.fa-map-location-dot:before, .fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-poll:before, .fa-square-poll-vertical:before {
  content: "\f681"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-battery-car:before, .fa-car-battery:before {
  content: "\f5df"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-building-circle-check:before {
  content: "\e4d2"; }

.fa-person-chalkboard:before {
  content: "\e53d"; }

.fa-mars-stroke-h:before, .fa-mars-stroke-right:before {
  content: "\f22b"; }

.fa-hand-back-fist:before, .fa-hand-rock:before {
  content: "\f255"; }

.fa-caret-square-up:before, .fa-square-caret-up:before {
  content: "\f151"; }

.fa-cloud-showers-water:before {
  content: "\e4e4"; }

.fa-bar-chart:before, .fa-chart-bar:before {
  content: "\f080"; }

.fa-hands-bubbles:before, .fa-hands-wash:before {
  content: "\e05e"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-train:before {
  content: "\f238"; }

.fa-eye-low-vision:before, .fa-low-vision:before {
  content: "\f2a8"; }

.fa-crow:before {
  content: "\f520"; }

.fa-sailboat:before {
  content: "\e445"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-plus-square:before, .fa-square-plus:before {
  content: "\f0fe"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-bucket:before {
  content: "\e4cf"; }

.fa-image:before {
  content: "\f03e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-folder-closed:before {
  content: "\e185"; }

.fa-house-tsunami:before {
  content: "\e515"; }

.fa-square-nfi:before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water:before {
  content: "\e4b5"; }

.fa-glass-martini-alt:before, .fa-martini-glass:before {
  content: "\f57b"; }

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
  content: "\f2ea"; }

.fa-columns:before, .fa-table-columns:before {
  content: "\f0db"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-dolly-box:before, .fa-dolly:before {
  content: "\f472"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-compress-arrows-alt:before, .fa-minimize:before {
  content: "\f78c"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-angle-double-right:before, .fa-angles-right:before {
  content: "\f101"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-circle-play:before, .fa-play-circle:before {
  content: "\f144"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-eur:before, .fa-euro-sign:before, .fa-euro:before {
  content: "\f153"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-check-circle:before, .fa-circle-check:before {
  content: "\f058"; }

.fa-circle-stop:before, .fa-stop-circle:before {
  content: "\f28d"; }

.fa-compass-drafting:before, .fa-drafting-compass:before {
  content: "\f568"; }

.fa-plate-wheat:before {
  content: "\e55a"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-person-shelter:before {
  content: "\e54f"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
  content: "\f59a"; }

.fa-helicopter-symbol:before {
  content: "\e502"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-chevron-circle-up:before, .fa-circle-chevron-up:before {
  content: "\f139"; }

.fa-lari-sign:before {
  content: "\e1c8"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553"; }

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
  content: "\f154"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-square-person-confined:before {
  content: "\e577"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-arrow-down-long:before, .fa-long-arrow-down:before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line:before {
  content: "\e57e"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-person-skating:before, .fa-skating:before {
  content: "\f7c5"; }

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
  content: "\f662"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-arrow-circle-down:before, .fa-circle-arrow-down:before {
  content: "\f0ab"; }

.fa-arrow-right-to-file:before, .fa-file-import:before {
  content: "\f56f"; }

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
  content: "\f14c"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-location-pin-lock:before {
  content: "\e51f"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-hill-avalanche:before {
  content: "\e507"; }

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
  content: "\f2bb"; }

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
  content: "\f516"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-diamond-turn-right:before, .fa-directions:before {
  content: "\f5eb"; }

.fa-burst:before {
  content: "\e4dc"; }

.fa-house-laptop:before, .fa-laptop-house:before {
  content: "\e066"; }

.fa-face-tired:before, .fa-tired:before {
  content: "\f5c8"; }

.fa-money-bills:before {
  content: "\e1f3"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-arrows-turn-right:before {
  content: "\e4c0"; }

.fa-vest:before {
  content: "\e085"; }

.fa-ferry:before {
  content: "\e4ea"; }

.fa-arrows-down-to-people:before {
  content: "\e4b9"; }

.fa-seedling:before, .fa-sprout:before {
  content: "\f4d8"; }

.fa-arrows-alt-h:before, .fa-left-right:before {
  content: "\f337"; }

.fa-boxes-packing:before {
  content: "\e4c7"; }

.fa-arrow-circle-left:before, .fa-circle-arrow-left:before {
  content: "\f0a8"; }

.fa-group-arrows-rotate:before {
  content: "\e4f6"; }

.fa-bowl-food:before {
  content: "\e4c6"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
  content: "\f160"; }

.fa-cloud-bolt:before, .fa-thunderstorm:before {
  content: "\f76c"; }

.fa-remove-format:before, .fa-text-slash:before {
  content: "\f87d"; }

.fa-face-smile-wink:before, .fa-smile-wink:before {
  content: "\f4da"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-arrows-h:before, .fa-arrows-left-right:before {
  content: "\f07e"; }

.fa-house-lock:before {
  content: "\e510"; }

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
  content: "\f0ed"; }

.fa-children:before {
  content: "\e4e1"; }

.fa-blackboard:before, .fa-chalkboard:before {
  content: "\f51b"; }

.fa-user-alt-slash:before, .fa-user-large-slash:before {
  content: "\f4fa"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
  content: "\e05f"; }

.fa-mattress-pillow:before {
  content: "\e525"; }

.fa-guarani-sign:before {
  content: "\e19a"; }

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
  content: "\f021"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-cruzeiro-sign:before {
  content: "\e152"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-shield-alt:before, .fa-shield-halved:before {
  content: "\f3ed"; }

.fa-atlas:before, .fa-book-atlas:before {
  content: "\f558"; }

.fa-virus:before {
  content: "\e074"; }

.fa-envelope-circle-check:before {
  content: "\e4e8"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-arrows-to-dot:before {
  content: "\e4be"; }

.fa-archway:before {
  content: "\f557"; }

.fa-heart-circle-check:before {
  content: "\e4fd"; }

.fa-house-chimney-crack:before, .fa-house-damage:before {
  content: "\f6f1"; }

.fa-file-archive:before, .fa-file-zipper:before {
  content: "\f1c6"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-glass-martini:before, .fa-martini-glass-empty:before {
  content: "\f000"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cedi-sign:before {
  content: "\e0df"; }

.fa-italic:before {
  content: "\f033"; }

.fa-church:before {
  content: "\f51d"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-z:before {
  content: "\5a"; }

.fa-person-skiing:before, .fa-skiing:before {
  content: "\f7c9"; }

.fa-road-lock:before {
  content: "\e567"; }

.fa-a:before {
  content: "\41"; }

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
  content: "\e03f"; }

.fa-feather-alt:before, .fa-feather-pointed:before {
  content: "\f56b"; }

.fa-p:before {
  content: "\50"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-ad:before, .fa-rectangle-ad:before {
  content: "\f641"; }

.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
  content: "\f0a9"; }

.fa-filter-circle-xmark:before {
  content: "\e17b"; }

.fa-locust:before {
  content: "\e520"; }

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc"; }

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
  content: "\f0cb"; }

.fa-person-dress-burst:before {
  content: "\e544"; }

.fa-money-check-alt:before, .fa-money-check-dollar:before {
  content: "\f53d"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-question:before {
  content: "\3f"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-arrows-alt:before, .fa-up-down-left-right:before {
  content: "\f0b2"; }

.fa-house-chimney-user:before {
  content: "\e065"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-star-half-alt:before, .fa-star-half-stroke:before {
  content: "\f5c0"; }

.fa-code:before {
  content: "\f121"; }

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
  content: "\f7a0"; }

.fa-building-circle-exclamation:before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart:before {
  content: "\e522"; }

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
  content: "\f08e"; }

.fa-cubes-stacked:before {
  content: "\e4e6"; }

.fa-krw:before, .fa-won-sign:before, .fa-won:before {
  content: "\f159"; }

.fa-virus-covid:before {
  content: "\e4a8"; }

.fa-austral-sign:before {
  content: "\e0a9"; }

.fa-f:before {
  content: "\46"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-road:before {
  content: "\f018"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-person-circle-plus:before {
  content: "\e541"; }

.fa-chart-pie:before, .fa-pie-chart:before {
  content: "\f200"; }

.fa-bolt-lightning:before {
  content: "\e0b7"; }

.fa-sack-xmark:before {
  content: "\e56a"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-fish-fins:before {
  content: "\e4f2"; }

.fa-building-flag:before {
  content: "\e4d5"; }

.fa-face-grin-beam:before, .fa-grin-beam:before {
  content: "\f582"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-poop:before {
  content: "\f619"; }

.fa-location-pin:before, .fa-map-marker:before {
  content: "\f041"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
  content: "\f807"; }

.fa-eject:before {
  content: "\f052"; }

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
  content: "\f35a"; }

.fa-plane-circle-check:before {
  content: "\e555"; }

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-chart-line:before, .fa-line-chart:before {
  content: "\f201"; }

.fa-mask-ventilator:before {
  content: "\e524"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-map-signs:before, .fa-signs-post:before {
  content: "\f277"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-person-circle-question:before {
  content: "\e542"; }

.fa-h:before {
  content: "\48"; }

.fa-tarp:before {
  content: "\e57b"; }

.fa-screwdriver-wrench:before, .fa-tools:before {
  content: "\f7d9"; }

.fa-arrows-to-eye:before {
  content: "\e4bf"; }

.fa-plug-circle-bolt:before {
  content: "\e55b"; }

.fa-heart:before {
  content: "\f004"; }

.fa-mars-and-venus:before {
  content: "\f224"; }

.fa-home-user:before, .fa-house-user:before {
  content: "\e1b0"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-house-crack:before {
  content: "\e3b1"; }

.fa-cocktail:before, .fa-martini-glass-citrus:before {
  content: "\f561"; }

.fa-face-surprise:before, .fa-surprise:before {
  content: "\f5c2"; }

.fa-bottle-water:before {
  content: "\e4c5"; }

.fa-circle-pause:before, .fa-pause-circle:before {
  content: "\f28b"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-apple-alt:before, .fa-apple-whole:before {
  content: "\f5d1"; }

.fa-kitchen-set:before {
  content: "\e51a"; }

.fa-r:before {
  content: "\52"; }

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-bitcoin-sign:before {
  content: "\e0b4"; }

.fa-shield-dog:before {
  content: "\e573"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-elevator:before {
  content: "\e16d"; }

.fa-money-bill-transfer:before {
  content: "\e528"; }

.fa-money-bill-trend-up:before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f"; }

.fa-poll-h:before, .fa-square-poll-horizontal:before {
  content: "\f682"; }

.fa-circle:before {
  content: "\f111"; }

.fa-backward-fast:before, .fa-fast-backward:before {
  content: "\f049"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-basketball-ball:before, .fa-basketball:before {
  content: "\f434"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
  content: "\f35b"; }

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
  content: "\f3cd"; }

.fa-volume-high:before, .fa-volume-up:before {
  content: "\f028"; }

.fa-users-rays:before {
  content: "\e593"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-burger:before, .fa-hamburger:before {
  content: "\f805"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-bugs:before {
  content: "\e4d0"; }

.fa-rupee-sign:before, .fa-rupee:before {
  content: "\f156"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-circle-question:before, .fa-question-circle:before {
  content: "\f059"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-book-bookmark:before {
  content: "\e0bb"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-bridge:before {
  content: "\e4c8"; }

.fa-phone-alt:before, .fa-phone-flip:before {
  content: "\f879"; }

.fa-truck-front:before {
  content: "\e2b7"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation:before {
  content: "\e4ab"; }

.fa-truck-field:before {
  content: "\e58d"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-clipboard-question:before {
  content: "\e4e3"; }

.fa-panorama:before {
  content: "\e209"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-file-circle-minus:before {
  content: "\e4ed"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-fast-forward:before, .fa-forward-fast:before {
  content: "\f050"; }

.fa-face-meh-blank:before, .fa-meh-blank:before {
  content: "\f5a4"; }

.fa-parking:before, .fa-square-parking:before {
  content: "\f540"; }

.fa-house-signal:before {
  content: "\e012"; }

.fa-bars-progress:before, .fa-tasks-alt:before {
  content: "\f828"; }

.fa-faucet-drip:before {
  content: "\e006"; }

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-ban-smoking:before, .fa-smoking-ban:before {
  content: "\f54d"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-mobile-button:before {
  content: "\f10b"; }

.fa-house-medical-flag:before {
  content: "\e514"; }

.fa-basket-shopping:before, .fa-shopping-basket:before {
  content: "\f291"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-bus-alt:before, .fa-bus-simple:before {
  content: "\f55e"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-face-sad-cry:before, .fa-sad-cry:before {
  content: "\f5b3"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-person-military-to-person:before {
  content: "\e54c"; }

.fa-file-shield:before {
  content: "\e4f0"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-pen:before {
  content: "\f304"; }

.fa-tower-observation:before {
  content: "\e586"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
  content: "\f012"; }

.fa-bus:before {
  content: "\f207"; }

.fa-heart-circle-xmark:before {
  content: "\e501"; }

.fa-home-lg:before, .fa-house-chimney:before {
  content: "\e3af"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-face-frown:before, .fa-frown:before {
  content: "\f119"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-shop:before, .fa-store-alt:before {
  content: "\f54f"; }

.fa-floppy-disk:before, .fa-save:before {
  content: "\f0c7"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
  content: "\f515"; }

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de"; }

.fa-comment-dots:before, .fa-commenting:before {
  content: "\f4ad"; }

.fa-plant-wilt:before {
  content: "\e5aa"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-face-grin-squint:before, .fa-grin-squint:before {
  content: "\f585"; }

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hands-praying:before, .fa-praying-hands:before {
  content: "\f684"; }

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
  content: "\f01e"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-location-crosshairs:before, .fa-location:before {
  content: "\f601"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-child-dress:before {
  content: "\e59c"; }

.fa-users-between-lines:before {
  content: "\e591"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-face-grin-tears:before, .fa-grin-tears:before {
  content: "\f588"; }

.fa-phone:before {
  content: "\f095"; }

.fa-calendar-times:before, .fa-calendar-xmark:before {
  content: "\f273"; }

.fa-child-reaching:before {
  content: "\e59d"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-user-cog:before, .fa-user-gear:before {
  content: "\f4fe"; }

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-mosquito-net:before {
  content: "\e52c"; }

.fa-bridge-water:before {
  content: "\e4ce"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-digging:before, .fa-person-digging:before {
  content: "\f85e"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
  content: "\f629"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-quote-right-alt:before, .fa-quote-right:before {
  content: "\f10e"; }

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
  content: "\f553"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-divide:before {
  content: "\f529"; }

.fa-tenge-sign:before, .fa-tenge:before {
  content: "\f7d7"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-hands-holding:before {
  content: "\f4c2"; }

.fa-hands-clapping:before {
  content: "\e1a8"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-person-circle-xmark:before {
  content: "\e543"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-j:before {
  content: "\4a"; }

.fa-users-viewfinder:before {
  content: "\e595"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-external-link-alt:before, .fa-up-right-from-square:before {
  content: "\f35d"; }

.fa-table-cells:before, .fa-th:before {
  content: "\f00a"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-bible:before, .fa-book-bible:before {
  content: "\f647"; }

.fa-o:before {
  content: "\4f"; }

.fa-medkit:before, .fa-suitcase-medical:before {
  content: "\f0fa"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-otter:before {
  content: "\f700"; }

.fa-female:before, .fa-person-dress:before {
  content: "\f182"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-briefcase-clock:before, .fa-business-time:before {
  content: "\f64a"; }

.fa-table-cells-large:before, .fa-th-large:before {
  content: "\f009"; }

.fa-book-tanakh:before, .fa-tanakh:before {
  content: "\f827"; }

.fa-phone-volume:before, .fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-clipboard-user:before {
  content: "\f7f3"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-plane-lock:before {
  content: "\e558"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-comment:before {
  content: "\f075"; }

.fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before {
  content: "\f1fd"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-angle-double-up:before, .fa-angles-up:before {
  content: "\f102"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-arrow-right-to-city:before {
  content: "\e4b3"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-litecoin-sign:before {
  content: "\e1d3"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-circle-nodes:before {
  content: "\e4e2"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-truck-field-un:before {
  content: "\e58e"; }

.fa-hourglass-empty:before, .fa-hourglass:before {
  content: "\f254"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-user-doctor:before, .fa-user-md:before {
  content: "\f0f0"; }

.fa-circle-info:before, .fa-info-circle:before {
  content: "\f05a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-camera-alt:before, .fa-camera:before {
  content: "\f030"; }

.fa-square-virus:before {
  content: "\e578"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-car-on:before {
  content: "\e4dd"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-water:before {
  content: "\f773"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
  content: "\f486"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-person-cane:before {
  content: "\e53c"; }

.fa-tent:before {
  content: "\e57d"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-money-bill-wheat:before {
  content: "\e52a"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-hard-drive:before, .fa-hdd:before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-list-alt:before, .fa-rectangle-list:before {
  content: "\f022"; }

.fa-tarp-droplet:before {
  content: "\e57c"; }

.fa-house-medical-circle-check:before {
  content: "\e511"; }

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
  content: "\f359"; }

.fa-subway:before, .fa-train-subway:before {
  content: "\f239"; }

.fa-chart-gantt:before {
  content: "\e0e4"; }

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
  content: "\e1bc"; }

.fa-crop-alt:before, .fa-crop-simple:before {
  content: "\f565"; }

.fa-money-bill-1:before, .fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-left-long:before, .fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-dna:before {
  content: "\f471"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-minus:before, .fa-subtract:before {
  content: "\f068"; }

.fa-chess:before {
  content: "\f439"; }

.fa-arrow-left-long:before, .fa-long-arrow-left:before {
  content: "\f177"; }

.fa-plug-circle-check:before {
  content: "\e55c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-franc-sign:before {
  content: "\e18f"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
  content: "\f2a3"; }

.fa-cog:before, .fa-gear:before {
  content: "\f013"; }

.fa-droplet-slash:before, .fa-tint-slash:before {
  content: "\f5c7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-mosquito:before {
  content: "\e52b"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-person-military-rifle:before {
  content: "\e54b"; }

.fa-cart-shopping:before, .fa-shopping-cart:before {
  content: "\f07a"; }

.fa-vials:before {
  content: "\f493"; }

.fa-plug-circle-plus:before {
  content: "\e55f"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-arrow-turn-up:before, .fa-level-up:before {
  content: "\f148"; }

.fa-u:before {
  content: "\55"; }

.fa-square-root-alt:before, .fa-square-root-variable:before {
  content: "\f698"; }

.fa-clock-four:before, .fa-clock:before {
  content: "\f017"; }

.fa-backward-step:before, .fa-step-backward:before {
  content: "\f048"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-baseball-bat-ball:before {
  content: "\f432"; }

.fa-s:before {
  content: "\53"; }

.fa-timeline:before {
  content: "\e29c"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
  content: "\f7f2"; }

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
  content: "\f3cf"; }

.fa-plane-up:before {
  content: "\e22d"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-battery-3:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-mountain-city:before {
  content: "\e52e"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-sliders-h:before, .fa-sliders:before {
  content: "\f1de"; }

.fa-folder-tree:before {
  content: "\f802"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-cent-sign:before {
  content: "\e3f5"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-person-pregnant:before {
  content: "\e31e"; }

.fa-wand-sparkles:before {
  content: "\f72b"; }

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
  content: "\f142"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-long-arrow-alt-right:before, .fa-right-long:before {
  content: "\f30b"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-laptop-file:before {
  content: "\e51d"; }

.fa-teletype:before, .fa-tty:before {
  content: "\f1e4"; }

.fa-diagram-next:before {
  content: "\e476"; }

.fa-person-rifle:before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation:before {
  content: "\e512"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-hiking:before, .fa-person-hiking:before {
  content: "\f6ec"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-images:before {
  content: "\f302"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-people-pulling:before {
  content: "\e535"; }

.fa-n:before {
  content: "\4e"; }

.fa-cable-car:before, .fa-tram:before {
  content: "\f7da"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-building-circle-xmark:before {
  content: "\e4d4"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-arrows-down-to-line:before {
  content: "\e4b8"; }

.fa-download:before {
  content: "\f019"; }

.fa-face-grin:before, .fa-grin:before {
  content: "\f580"; }

.fa-backspace:before, .fa-delete-left:before {
  content: "\f55a"; }

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
  content: "\f1fb"; }

.fa-file-circle-check:before {
  content: "\e5a0"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
  content: "\f3ce"; }

.fa-face-meh:before, .fa-meh:before {
  content: "\f11a"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-book-dead:before, .fa-book-skull:before {
  content: "\f6b7"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-heart-circle-exclamation:before {
  content: "\e4fe"; }

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
  content: "\f015"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-b:before {
  content: "\42"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
  content: "\f0ec"; }

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
  content: "\f2f9"; }

.fa-cutlery:before, .fa-utensils:before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
  content: "\f161"; }

.fa-mill-sign:before {
  content: "\e1ed"; }

.fa-bowl-rice:before {
  content: "\e2eb"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
  content: "\f519"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-long-arrow-alt-up:before, .fa-up-long:before {
  content: "\f30c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-upload:before {
  content: "\f093"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-mound:before {
  content: "\e52d"; }

.fa-toilet-portable:before {
  content: "\e583"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-file-arrow-down:before, .fa-file-download:before {
  content: "\f56d"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-shield-cat:before {
  content: "\e572"; }

.fa-bolt:before, .fa-zap:before {
  content: "\f0e7"; }

.fa-glass-water:before {
  content: "\e4f4"; }

.fa-oil-well:before {
  content: "\e532"; }

.fa-vault:before {
  content: "\e2c5"; }

.fa-mars:before {
  content: "\f222"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-plane-circle-xmark:before {
  content: "\e557"; }

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
  content: "\f157"; }

.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
  content: "\f158"; }

.fa-sun:before {
  content: "\f185"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
  content: "\f59c"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-bore-hole:before {
  content: "\e4c3"; }

.fa-industry:before {
  content: "\f275"; }

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
  content: "\f358"; }

.fa-arrows-turn-to-dots:before {
  content: "\e4c1"; }

.fa-florin-sign:before {
  content: "\e184"; }

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-less-than:before {
  content: "\3c"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-car-tunnel:before {
  content: "\e4de"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
  content: "\f178"; }

.fa-anchor-circle-xmark:before {
  content: "\e4ac"; }

.fa-ellipsis-h:before, .fa-ellipsis:before {
  content: "\f141"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-first-aid:before, .fa-kit-medical:before {
  content: "\f479"; }

.fa-person-through-window:before {
  content: "\e5a9"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-hands-holding-circle:before {
  content: "\e4fb"; }

.fa-bug:before {
  content: "\f188"; }

.fa-credit-card-alt:before, .fa-credit-card:before {
  content: "\f09d"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-hand-holding-hand:before {
  content: "\e4f7"; }

.fa-book-open-reader:before, .fa-book-reader:before {
  content: "\f5da"; }

.fa-mountain-sun:before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line:before {
  content: "\e4ba"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-truck-droplet:before {
  content: "\e58c"; }

.fa-file-circle-xmark:before {
  content: "\e5a1"; }

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
  content: "\e040"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-bed:before {
  content: "\f236"; }

.fa-h-square:before, .fa-square-h:before {
  content: "\f0fd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-plug-circle-xmark:before {
  content: "\e560"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-hands-helping:before, .fa-handshake-angle:before {
  content: "\f4c4"; }

.fa-location-dot:before, .fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-file:before {
  content: "\f15b"; }

.fa-greater-than:before {
  content: "\3e"; }

.fa-person-swimming:before, .fa-swimmer:before {
  content: "\f5c4"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-droplet:before, .fa-tint:before {
  content: "\f043"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
  content: "\f57d"; }

.fa-person-burst:before {
  content: "\e53b"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-socks:before {
  content: "\f696"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-section:before {
  content: "\e447"; }

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
  content: "\f625"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
  content: "\f0f8"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
  content: "\f550"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-blind:before, .fa-person-walking-with-cane:before {
  content: "\f29d"; }

.fa-drum:before {
  content: "\f569"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-heart-circle-bolt:before {
  content: "\e4fc"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-check-to-slot:before, .fa-vote-yea:before {
  content: "\f772"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
  content: "\f468"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
  content: "\f2a2"; }

.fa-tree-city:before {
  content: "\e587"; }

.fa-play:before {
  content: "\f04b"; }

.fa-font:before {
  content: "\f031"; }

.fa-rupiah-sign:before {
  content: "\e23d"; }

.fa-magnifying-glass:before, .fa-search:before {
  content: "\f002"; }

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
  content: "\f45d"; }

.fa-diagnoses:before, .fa-person-dots-from-line:before {
  content: "\f470"; }

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-naira-sign:before {
  content: "\e1f6"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-walkie-talkie:before {
  content: "\f8ef"; }

.fa-file-edit:before, .fa-file-pen:before {
  content: "\f31c"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
  content: "\f14b"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-person-circle-exclamation:before {
  content: "\e53f"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-battery-5:before, .fa-battery-full:before, .fa-battery:before {
  content: "\f240"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-code-compare:before {
  content: "\e13a"; }

.fa-list-dots:before, .fa-list-ul:before {
  content: "\f0ca"; }

.fa-school-lock:before {
  content: "\e56f"; }

.fa-tower-cell:before {
  content: "\e585"; }

.fa-down-long:before, .fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-ranking-star:before {
  content: "\e561"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-person-harassing:before {
  content: "\e549"; }

.fa-brazilian-real-sign:before {
  content: "\e46c"; }

.fa-landmark-alt:before, .fa-landmark-dome:before {
  content: "\f752"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
  content: "\f26c"; }

.fa-shrimp:before {
  content: "\e448"; }

.fa-list-check:before, .fa-tasks:before {
  content: "\f0ae"; }

.fa-jug-detergent:before {
  content: "\e519"; }

.fa-circle-user:before, .fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-car-burst:before, .fa-car-crash:before {
  content: "\f5e1"; }

.fa-y:before {
  content: "\59"; }

.fa-person-snowboarding:before, .fa-snowboarding:before {
  content: "\f7ce"; }

.fa-shipping-fast:before, .fa-truck-fast:before {
  content: "\f48b"; }

.fa-fish:before {
  content: "\f578"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-adjust:before, .fa-circle-half-stroke:before {
  content: "\f042"; }

.fa-clapperboard:before {
  content: "\e131"; }

.fa-circle-radiation:before, .fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-baseball-ball:before, .fa-baseball:before {
  content: "\f433"; }

.fa-jet-fighter-up:before {
  content: "\e518"; }

.fa-diagram-project:before, .fa-project-diagram:before {
  content: "\f542"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
  content: "\f6a9"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-grip-horizontal:before, .fa-grip:before {
  content: "\f58d"; }

.fa-share-from-square:before, .fa-share-square:before {
  content: "\f14d"; }

.fa-child-combatant:before, .fa-child-rifle:before {
  content: "\e4e0"; }

.fa-gun:before {
  content: "\e19b"; }

.fa-phone-square:before, .fa-square-phone:before {
  content: "\f098"; }

.fa-add:before, .fa-plus:before {
  content: "\2b"; }

.fa-expand:before {
  content: "\f065"; }

.fa-computer:before {
  content: "\e4e5"; }

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
  content: "\f047"; }

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
  content: "\f51c"; }

.fa-peso-sign:before {
  content: "\e222"; }

.fa-building-shield:before {
  content: "\e4d8"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-users-line:before {
  content: "\e592"; }

.fa-quote-left-alt:before, .fa-quote-left:before {
  content: "\f10d"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trash-arrow-up:before, .fa-trash-restore:before {
  content: "\f829"; }

.fa-arrow-down-up-lock:before {
  content: "\e4b0"; }

.fa-lines-leaning:before {
  content: "\e51e"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-equals:before {
  content: "\3d"; }

.fa-blender:before {
  content: "\f517"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
  content: "\f20b"; }

.fa-map:before {
  content: "\f279"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-photo-film:before, .fa-photo-video:before {
  content: "\f87c"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-store:before {
  content: "\f54e"; }

.fa-arrow-trend-up:before {
  content: "\e098"; }

.fa-plug-circle-minus:before {
  content: "\e55e"; }

.fa-sign-hanging:before, .fa-sign:before {
  content: "\f4d9"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-tablet-android:before, .fa-tablet:before {
  content: "\f3fb"; }

.fa-school-flag:before {
  content: "\e56e"; }

.fa-fill:before {
  content: "\f575"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-notdef:before {
  content: "\e1fe"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-car-alt:before, .fa-car-rear:before {
  content: "\f5de"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-battery-2:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-radio:before {
  content: "\f8d7"; }

.fa-baby-carriage:before, .fa-carriage-baby:before {
  content: "\f77d"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-percent:before, .fa-percentage:before {
  content: "\25"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-glass-water-droplet:before {
  content: "\e4f5"; }

.fa-display:before {
  content: "\e163"; }

.fa-face-smile:before, .fa-smile:before {
  content: "\f118"; }

.fa-thumb-tack:before, .fa-thumbtack:before {
  content: "\f08d"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-person-praying:before, .fa-pray:before {
  content: "\f683"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-rotate:before, .fa-sync-alt:before {
  content: "\f2f1"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-robot:before {
  content: "\f544"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-cogs:before, .fa-gears:before {
  content: "\f085"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-arrow-up-right-dots:before {
  content: "\e4b7"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
  content: "\f584"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-transgender-alt:before, .fa-transgender:before {
  content: "\f225"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-arrow-turn-down:before, .fa-level-down:before {
  content: "\f149"; }

.fa-person-falling-burst:before {
  content: "\e547"; }

.fa-award:before {
  content: "\f559"; }

.fa-ticket-alt:before, .fa-ticket-simple:before {
  content: "\f3ff"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-angle-double-left:before, .fa-angles-left:before {
  content: "\f100"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-clock-rotate-left:before, .fa-history:before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-arrow-right-from-file:before, .fa-file-export:before {
  content: "\f56e"; }

.fa-shield-blank:before, .fa-shield:before {
  content: "\f132"; }

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-house-medical:before {
  content: "\e3b2"; }

.fa-golf-ball-tee:before, .fa-golf-ball:before {
  content: "\f450"; }

.fa-chevron-circle-left:before, .fa-circle-chevron-left:before {
  content: "\f137"; }

.fa-house-chimney-window:before {
  content: "\e00d"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left:before {
  content: "\e580"; }

.fa-tents:before {
  content: "\e582"; }

.fa-magic:before, .fa-wand-magic:before {
  content: "\f0d0"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-moon:before {
  content: "\f186"; }

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
  content: "\f5ce"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-music:before {
  content: "\f001"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-biking:before, .fa-person-biking:before {
  content: "\f84a"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-shield-heart:before {
  content: "\e574"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-earth-oceania:before, .fa-globe-oceania:before {
  content: "\e47b"; }

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
  content: "\f2d3"; }

.fa-hashtag:before {
  content: "\23"; }

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
  content: "\f424"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-t:before {
  content: "\54"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-chart-column:before {
  content: "\e0e3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-vial-circle-check:before {
  content: "\e596"; }

.fa-person-arrow-down-to-line:before {
  content: "\e538"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-fan:before {
  content: "\f863"; }

.fa-person-walking-luggage:before {
  content: "\e554"; }

.fa-arrows-alt-v:before, .fa-up-down:before {
  content: "\f338"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-bahai:before, .fa-haykal:before {
  content: "\f666"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-circle-plus:before, .fa-plus-circle:before {
  content: "\f055"; }

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation:before {
  content: "\e55d"; }

.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
  content: "\f127"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left:before {
  content: "\e551"; }

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-fire-alt:before, .fa-fire-flame-curved:before {
  content: "\f7e4"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-file-circle-plus:before {
  content: "\e494"; }

.fa-book-quran:before, .fa-quran:before {
  content: "\f687"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-angry:before, .fa-face-angry:before {
  content: "\f556"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-arrow-trend-down:before {
  content: "\e097"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-balance-scale:before, .fa-scale-balanced:before {
  content: "\f24e"; }

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
  content: "\f62a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-desktop-alt:before, .fa-desktop:before {
  content: "\f390"; }

.fa-m:before {
  content: "\4d"; }

.fa-table-list:before, .fa-th-list:before {
  content: "\f00b"; }

.fa-comment-sms:before, .fa-sms:before {
  content: "\f7cd"; }

.fa-book:before {
  content: "\f02d"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-check:before {
  content: "\f00c"; }

.fa-battery-4:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-house-circle-check:before {
  content: "\e509"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-diagram-successor:before {
  content: "\e47a"; }

.fa-truck-arrow-right:before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left:before {
  content: "\e4bc"; }

.fa-fist-raised:before, .fa-hand-fist:before {
  content: "\f6de"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-person-falling:before {
  content: "\e546"; }

.fa-image-portrait:before, .fa-portrait:before {
  content: "\f3e0"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-rug:before {
  content: "\e569"; }

.fa-earth-europe:before, .fa-globe-europe:before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
  content: "\f59d"; }

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
  content: "\f410"; }

.fa-baht-sign:before {
  content: "\e0ac"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-journal-whills:before, .fa-journal-whills:before {
  content: "\f66a"; }

.fa-handcuffs:before {
  content: "\e4f8"; }

.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
  content: "\f071"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-arrow-turn-right:before, .fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-bottle-droplet:before {
  content: "\e4c4"; }

.fa-mask-face:before {
  content: "\e1d7"; }

.fa-hill-rockslide:before {
  content: "\e508"; }

.fa-exchange-alt:before, .fa-right-left:before {
  content: "\f362"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-road-circle-exclamation:before {
  content: "\e565"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
  content: "\f2a7"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
  content: "\f5c5"; }

.fa-arrows-up-down:before, .fa-arrows-v:before {
  content: "\f07d"; }

.fa-face-grimace:before, .fa-grimace:before {
  content: "\f57f"; }

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
  content: "\e2ce"; }

.fa-level-down-alt:before, .fa-turn-down:before {
  content: "\f3be"; }

.fa-person-walking-arrow-right:before {
  content: "\e552"; }

.fa-envelope-square:before, .fa-square-envelope:before {
  content: "\f199"; }

.fa-dice:before {
  content: "\f522"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-band-aid:before, .fa-bandage:before {
  content: "\f462"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
  content: "\f057"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-earth-asia:before, .fa-globe-asia:before {
  content: "\f57e"; }

.fa-id-card-alt:before, .fa-id-card-clip:before {
  content: "\f47f"; }

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
  content: "\f00e"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-allergies:before, .fa-hand-dots:before {
  content: "\f461"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-coffee:before, .fa-mug-saucer:before {
  content: "\f0f4"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
  content: "\f010"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-user-alt:before, .fa-user-large:before {
  content: "\f406"; }

.fa-train-tram:before {
  content: "\e5b4"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-jar:before {
  content: "\e516"; }

.fa-note-sticky:before, .fa-sticky-note:before {
  content: "\f249"; }

.fa-bug-slash:before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump:before {
  content: "\e4b6"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-face-sad-tear:before, .fa-sad-tear:before {
  content: "\f5b4"; }

.fa-plane:before {
  content: "\f072"; }

.fa-tent-arrows-down:before {
  content: "\e581"; }

.fa-exclamation:before {
  content: "\21"; }

.fa-arrows-spin:before {
  content: "\e4bb"; }

.fa-print:before {
  content: "\f02f"; }

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
  content: "\e2bb"; }

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
  content: "\24"; }

.fa-x:before {
  content: "\58"; }

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
  content: "\f688"; }

.fa-users-cog:before, .fa-users-gear:before {
  content: "\f509"; }

.fa-person-military-pointing:before {
  content: "\e54a"; }

.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
  content: "\f19c"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-trowel:before {
  content: "\e589"; }

.fa-d:before {
  content: "\44"; }

.fa-stapler:before {
  content: "\e5af"; }

.fa-masks-theater:before, .fa-theater-masks:before {
  content: "\f630"; }

.fa-kip-sign:before {
  content: "\e1c4"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-handshake-alt:before, .fa-handshake-simple:before {
  content: "\f4c6"; }

.fa-fighter-jet:before, .fa-jet-fighter:before {
  content: "\f0fb"; }

.fa-share-alt-square:before, .fa-square-share-nodes:before {
  content: "\f1e1"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-plus-minus:before {
  content: "\e43c"; }

.fa-video-camera:before, .fa-video:before {
  content: "\f03d"; }

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-person-circle-check:before {
  content: "\e53e"; }

.fa-level-up-alt:before, .fa-turn-up:before {
  content: "\f3bf"; }

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

:host, :root {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"; }

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../css/webfonts/fa-brands-400.woff2) format("woff2"), url(../css/webfonts/fa-brands-400.ttf) format("truetype"); }

.fa-brands, .fab {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-js-square:before, .fa-square-js:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-reddit-square:before, .fa-square-reddit:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-instagram-square:before, .fa-square-instagram:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-hacker-news-square:before, .fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-snapchat-square:before, .fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before, .fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-dribbble-square:before, .fa-square-dribbble:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before, .fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before, .fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-rendact:before, .fa-wpressr:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before, .fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before, .fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-github-square:before, .fa-square-github:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-gitlab-square:before, .fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-pinterest-square:before, .fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-google-plus-square:before, .fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before, .fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before, .fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-pied-piper-square:before, .fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-facebook-square:before, .fa-square-facebook:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-lastfm-square:before, .fa-square-lastfm:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before, .fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat-ghost:before, .fa-snapchat:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-behance-square:before, .fa-square-behance:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-git-square:before, .fa-square-git:before {
  content: "\f1d2"; }

.fa-square-tumblr:before, .fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram-plane:before, .fa-telegram:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before, .fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack-hash:before, .fa-slack:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium-m:before, .fa-medium:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

:host, :root {
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"; }

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../css/webfonts/fa-regular-400.woff2) format("woff2"), url(../css/webfonts/fa-regular-400.ttf) format("truetype"); }

.fa-regular, .far {
  font-weight: 400; }

:host, :root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"; }

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../css/webfonts/fa-solid-900.woff2) format("woff2"), url(../css/webfonts/fa-solid-900.ttf) format("truetype"); }

.fa-solid, .fas {
  font-weight: 900; }

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(../css/webfonts/fa-brands-400.woff2) format("woff2"), url(../css/webfonts/fa-brands-400.ttf) format("truetype"); }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(../css/webfonts/fa-solid-900.woff2) format("woff2"), url(../css/webfonts/fa-solid-900.ttf) format("truetype"); }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(../css/webfonts/fa-regular-400.woff2) format("woff2"), url(../css/webfonts/fa-regular-400.ttf) format("truetype"); }

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../css/webfonts/fa-solid-900.woff2) format("woff2"), url(../css/webfonts/fa-solid-900.ttf) format("truetype"); }

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../css/webfonts/fa-brands-400.woff2) format("woff2"), url(../css/webfonts/fa-brands-400.ttf) format("truetype"); }

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../css/webfonts/fa-regular-400.woff2) format("woff2"), url(../css/webfonts/fa-regular-400.ttf) format("truetype");
  unicode-range: u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc; }

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../css/webfonts/fa-v4compatibility.woff2) format("woff2"), url(../css/webfonts/fa-v4compatibility.ttf) format("truetype");
  unicode-range: u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a; }

.aui {
  /* ---------- Staging dockbar ---------- */
  /* ---------- Add content ---------- */
  /* ---------- Menus ---------- */
  /* ---------- Customization bar ---------- */ }
  .aui .dockbar {
    left: 0;
    right: 0;
    top: 0; }
    .aui .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: auto;
      margin-left: 10px;
      width: auto; }
    .aui .dockbar.navbar-top {
      position: relative; }
      .aui .dockbar.navbar-top .collapse {
        position: static; }
        .aui .dockbar.navbar-top .collapse .nav-account-controls {
          position: static; }
    .aui .dockbar .btn-link {
      color: #FFF; }
    .aui .dockbar .diamond {
      border: 12px solid transparent;
      border-bottom-color: #1485EB;
      height: 0;
      position: relative;
      top: -12px;
      width: 0; }
      .aui .dockbar .diamond::after {
        border: 12px solid transparent;
        border-top-color: #1485EB;
        content: '';
        height: 0;
        left: -12px;
        position: absolute;
        top: 12px;
        width: 0; }
    .aui .dockbar .impersonating-user .alert-icon {
      margin-right: 9px; }
    .aui .dockbar .impersonating-user .alert-info {
      border-width: 0;
      margin-bottom: 6px; }
    .aui .dockbar .info-button {
      top: 9px; }
    .aui .dockbar .info-items {
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
    .aui .dockbar .navbar-inner {
      padding-left: 20px;
      padding-right: 20px; }
      .aui .dockbar .navbar-inner .brand h1 {
        display: inline-block;
        font-size: inherit;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0; }
      .aui .dockbar .navbar-inner .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 0; }
        .aui .dockbar .navbar-inner .container .nav-account-controls {
          float: right; }
      .aui .dockbar .navbar-inner .site-administration-menu li {
        list-style: none; }
        .aui .dockbar .navbar-inner .site-administration-menu li a {
          color: #000;
          display: block;
          padding: 3px 5px 3px 40px; }
          .aui .dockbar .navbar-inner .site-administration-menu li a:focus, .aui .dockbar .navbar-inner .site-administration-menu li a:hover {
            background: #0DB5E7;
            color: #FFF;
            text-decoration: none; }
          .aui .dockbar .navbar-inner .site-administration-menu li a i {
            font-size: 0.8em; }
    .aui .dockbar .nav.staging-nav-items {
      margin: 0;
      position: static; }
      .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle {
        background-color: transparent;
        display: block; }
        .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle:hover {
          color: #0077B3; }
      .aui .dockbar .nav.staging-nav-items .staging-link {
        position: static; }
    .aui .dockbar .user-avatar img {
      margin-top: -2px;
      text-decoration: none;
      vertical-align: middle;
      width: 20px; }
    .aui .dockbar .nav-collapse .user-avatar-link .sticker-lg {
      font-size: 0.8rem;
      height: 20px;
      line-height: 20px;
      width: 20px; }
    .aui .dockbar .nav-collapse .user-avatar-link .personal-menu-dropdown {
      padding: 5px 10px;
      display: inline-block; }
    .aui .dockbar .nav-collapse .user-avatar-link > a:nth-child(3) {
      display: inline-block;
      padding-left: 0; }
  .aui.dialog-iframe-root-node .dockbar .nav-add-controls .page-preview-controls {
    display: none; }
  .aui .variation-selector {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em; }
  .aui .layout-revision-container {
    margin: 1em 0 0 1em;
    padding: 0; }
    .aui .layout-revision-container .approximate-date {
      color: #999;
      font-weight: bold; }
    .aui .layout-revision-container .current-version {
      color: #41801d;
      display: block; }
    .aui .layout-revision-container .current-version-pointer {
      display: inline-block;
      width: 0; }
      .aui .layout-revision-container .current-version-pointer img {
        left: -25px;
        position: relative; }
    .aui .layout-revision-container .layout-variation-name {
      color: #666;
      font-size: 1.15em;
      margin-bottom: 0.1em;
      text-transform: uppercase; }
    .aui .layout-revision-container .layout-revision-current {
      color: #666; }
    .aui .layout-revision-container .real-date {
      color: #999;
      display: block;
      text-align: right; }
    .aui .layout-revision-container .taglib-workflow-status .workflow-status {
      background: none;
      padding-left: 0; }
      .aui .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
        color: #41801d;
        font-weight: bold; }
  .aui .layout-revision-container-root {
    margin: 0; }
  .aui .staging-controls {
    padding-left: 5px;
    padding-right: 50px; }
    .aui .staging-controls select {
      width: 100%; }
    .aui .staging-controls .staging-bar .dropdown-menu {
      font-size: 13px;
      min-width: 520px;
      width: 100%; }
      .aui .staging-controls .staging-bar .dropdown-menu .btn-link {
        float: left;
        font-size: 11px;
        margin: 0 5px 0 0;
        padding: 0;
        text-decoration: underline;
        text-shadow: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link:hover {
          text-decoration: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link.history {
          float: right; }
  .aui .lfr-admin-panel {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 1100; }
    @media (max-width: 766px) {
      .aui .lfr-admin-panel {
        margin: 0 -20px;
        position: static;
        width: auto; }
        .aui .lfr-admin-panel.lfr-add-panel .add-content-menu .lfr-add-page-toolbar, .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
          margin-top: 0;
          position: static;
          width: auto; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .accordion {
          margin-bottom: 20px; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .site-admin-link {
          padding: 0;
          position: static; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  @media (max-width: 766px) {
    .aui .lfr-has-add-content, .aui .lfr-has-device-preview, .aui .lfr-has-edit-layout {
      padding-left: 20px; } }
  .aui .dropdown-menu > li > a:focus > [class^="icon-"] {
    background-image: none; }
  .aui .my-sites-menu .site-type {
    color: #FFF;
    display: none;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 10px;
    position: absolute;
    right: 100%; }
  .aui .my-sites-menu a:hover .site-type {
    color: #FFFFFF;
    display: inline-block; }
  .aui .ie.rtl .dockbar .menu-button span {
    background-position-x: -25px; }
  .aui .ie7 .dockbar {
    zoom: 1; }
  .aui .ie7 .my-sites-menu a {
    overflow: visible;
    text-align: left; }
  .aui .ie7 .my-sites-menu .site-name {
    float: none; }
  .aui .ie7 .my-sites-menu .site-type {
    float: none; }
  .aui .ie6 .dockbar, .aui .ie6 .lfr-dockbar-pinned .dockbar {
    height: 10px;
    left: 0;
    position: relative;
    top: 0; }
  .aui .ie6 .dockbar .pin-dockbar {
    display: none; }
  .aui .ie6 .my-sites-menu {
    width: 200px; }
    .aui .ie6 .my-sites-menu a {
      zoom: 1; }
  .aui .ie6 .menu-scroll {
    height: 300px;
    overflow-y: auto; }
  .aui .controls-hidden .info-button, .aui .controls-hidden .page-customization-bar {
    display: none; }
  .aui .info-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 12px;
    z-index: 1; }
    .aui .info-button a {
      color: #FFF;
      padding: 2px 10px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    .aui .info-button .icon-stop {
      color: #1485EB;
      font-size: 20px; }
  .aui .page-customization-bar {
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: table;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%; }
    .aui .page-customization-bar .customized-icon {
      margin: 5px;
      vertical-align: middle; }
    .aui .page-customization-bar .page-customization-actions {
      padding-left: 5em; }
    .aui .page-customization-bar .page-customization-actions a {
      color: #EEE;
      font-size: 0.8em;
      padding: 0 1em; }
    .aui .page-customization-bar .page-customization-bar-form {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 25%; }
      .aui .page-customization-bar .page-customization-bar-form a {
        color: #FFF; }
        .aui .page-customization-bar .page-customization-bar-form a:focus, .aui .page-customization-bar .page-customization-bar-form a:hover {
          color: #FFF;
          text-decoration: none; }
      .aui .page-customization-bar .page-customization-bar-form span {
        display: block;
        line-height: 20px; }
    .aui .page-customization-bar .page-customization-bar-text {
      display: table-cell;
      height: 51px;
      vertical-align: middle;
      width: 75%; }
    .aui .page-customization-bar .page-customization-bar-container {
      position: absolute; }
    .aui .page-customization-bar .reset-prototype {
      display: inline; }

.gd-search-container {
  padding-bottom: 4px; }

.gd-search {
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  padding: 1.071428571rem 0 0; }
  @media only screen and (min-width: 1025px) {
    .gd-search {
      padding-top: 1.785714286rem; } }
  .gd-search .row.gd-search-titlearea {
    padding-left: 0;
    padding-right: 0; }
    .gd-search .row.gd-search-titlearea .column, .gd-search .row.gd-search-titlearea .portlet-blogs .lfr-pagination, .portlet-blogs .gd-search .row.gd-search-titlearea .lfr-pagination, .gd-search .row.gd-search-titlearea #fieldlist {
      padding-left: 0;
      padding-right: 0; }
    @media only screen and (max-width: 767px) {
      .gd-search .row.gd-search-titlearea .maintitle,
      .gd-search .row.gd-search-titlearea .maintitle-teaser {
        display: block; } }
    @media only screen and (min-width: 1025px) {
      .gd-search .row.gd-search-titlearea {
        padding-left: 2.142857143rem;
        padding-right: 2.142857143rem; } }

.gd-search-searchbox {
  margin: 0 auto;
  max-width: 55rem;
  width: 100%; }

.max-width-as-searchbox {
  max-width: 55rem; }

.gd-search-searchrow1 button,
.gd-search-searchrow1 .button-mapsearch,
.gd-search-searchrow2 button,
.gd-search-searchrow2 .button-mapsearch {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); }

.gd-search-searchrow1 {
  height: 3.571428571rem;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .gd-search-searchrow1 {
      height: 2.857142857rem; } }

.aui .gd-search form {
  margin: 0; }

.aui .gd-search .button-search,
.aui .gd-search .button-mapsearch {
  width: 8rem;
  border-radius: 3px; }

.aui .gd-search .button-search {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }
  .aui .gd-search .button-search .sbi-lupe {
    font-size: 1.7em; }
  @media only screen and (max-width: 767px) {
    .aui .gd-search .button-search {
      width: 2.857142857rem; } }

.aui .gd-search .input-search {
  height: 3.571428571rem;
  border-width: 2px;
  border-radius: 6px 0 0 6px; }
  @media only screen and (max-width: 767px) {
    .aui .gd-search .input-search {
      height: 2.857142857rem; } }

.aui .gd-search .gd-search-searchrow2 {
  margin-top: 3px;
  text-align: right; }
  .aui .gd-search .gd-search-searchrow2 .button-search .button-mapsearch {
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 24px; }

.aui .gd-search-q {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 8rem;
  top: 0; }
  @media only screen and (max-width: 767px) {
    .aui .gd-search-q {
      right: 2.857142857rem; } }

.aui .gd-search-submit .button-search,
.aui .gd-search-submit .button-mapsearch {
  height: 3.571428571rem;
  position: absolute;
  right: 0;
  top: 0; }
  @media only screen and (max-width: 767px) {
    .aui .gd-search-submit .button-search,
    .aui .gd-search-submit .button-mapsearch {
      height: 2.857142857rem; } }

.aui .button-mapsearch {
  display: inline-block;
  text-align: center; }

.gd-search-box-container {
  background-color: rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 1025px) {
    .gd-search-box-container {
      padding: 0 1.071428571rem; } }
  @media only screen and (max-width: 767px) {
    .gd-search-box-container .column, .gd-search-box-container .portlet-blogs .lfr-pagination, .portlet-blogs .gd-search-box-container .lfr-pagination, .gd-search-box-container #fieldlist {
      padding-left: 0;
      padding-right: 0; }
      .gd-search-box-container .column:not(:first-child), .gd-search-box-container .portlet-blogs .lfr-pagination:not(:first-child), .portlet-blogs .gd-search-box-container .lfr-pagination:not(:first-child), .gd-search-box-container #fieldlist:not(:first-child) {
        margin-top: 5px; } }
  .gd-search-box-container .gd-search-box {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: none;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .gd-search-box-container .gd-search-box {
        height: 130px;
        padding: 0.357142857rem; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .gd-search-box-container .gd-search-box {
        height: 150px;
        padding: 0.714285714rem; } }
    @media only screen and (min-width: 1025px) {
      .gd-search-box-container .gd-search-box {
        height: 200px;
        padding: 0.714285714rem; } }
    .gd-search-box-container .gd-search-box .box-header {
      display: table-cell; }
      @media only screen and (max-width: 767px) {
        .gd-search-box-container .gd-search-box .box-header {
          padding-bottom: 0.357142857rem; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .gd-search-box-container .gd-search-box .box-header {
          padding-bottom: 1.071428571rem; } }
      @media only screen and (min-width: 1025px) {
        .gd-search-box-container .gd-search-box .box-header {
          padding-bottom: 1.428571429rem; } }
    .gd-search-box-container .gd-search-box .box-content {
      display: table-cell;
      height: 100%; }

.kartensuche-map {
  background-image: url("/o/govdatastyle-theme/images/teaserband_map.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%; }

.show-big-header {
  background-color: white !important; }
  @media only screen and (min-width: 1025px) {
    .show-big-header {
      background-image: url("/o/govdatastyle-theme/images/datavisuals/lions.jpg") !important;
      background-position: 78vw;
      background-repeat: no-repeat;
      background-size: contain; } }
  @media only screen and (max-width: 1024px) {
    .show-big-header {
      background-image: unset !important; } }
  @media only screen and (max-width: 767px) {
    .show-big-header .gd-search-searchbox {
      padding: 30px 15px 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .show-big-header .gd-search-searchbox {
      padding: 45px 15px 45px; } }
  @media only screen and (min-width: 1025px) {
    .show-big-header .gd-search-searchbox {
      padding: 80px 15px 50px; } }

.show-small-header {
  background-color: white !important; }
  @media only screen and (min-width: 1025px) {
    .show-small-header {
      background-image: url("/o/govdatastyle-theme/images/datavisuals/lions.jpg") !important;
      background-position: 85vw;
      background-repeat: no-repeat;
      background-size: contain; } }
  @media only screen and (max-width: 1024px) {
    .show-small-header {
      background-image: unset !important; } }
  @media only screen and (max-width: 767px) {
    .show-small-header {
      padding: 1.071428571rem 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .show-small-header {
      padding: 1.785714286rem 0; } }
  @media only screen and (min-width: 1025px) {
    .show-small-header {
      padding: 2.5rem 0; } }
  .show-small-header .gd-search-searchrow1,
  .show-small-header .gd-search-searchrow2 {
    margin-left: 1.071428571rem;
    margin-right: 1.071428571rem; }

.searchFormPlaceholder {
  height: 6.428571429rem; }

.yui3-skin-sam .yui3-aclist-content {
  margin: 0;
  position: relative; }

.yui3-skin-sam .yui3-aclist-item {
  padding: .5em; }
  .yui3-skin-sam .yui3-aclist-item:hover, .yui3-skin-sam .yui3-aclist-item:focus, .yui3-skin-sam .yui3-aclist-item.yui3-aclist-item-active {
    background-color: #3d3d3d;
    color: #fff; }

.yui3-skin-sam .yui3-aclist-list {
  margin: 0; }

#_145_navAccountControlsNavbarBtn {
  display: none; }

@media only screen and (max-width: 1024px) {
  #navigation {
    display: none; }
  .aui .navbar-top .navbar-inner {
    background: #fff !important;
    border: 0;
    box-shadow: none !important; } }

.aui .portlet-dockbar .navbar .navbar-inner {
  padding: 0; }

.aui .portlet-dockbar .navbar .btn-navbar,
.aui .portlet-dockbar .navbar .navbar-toggler {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 2em;
  line-height: 3.571428571rem;
  margin: 0;
  padding: 0 .7em;
  text-shadow: none; }
  .aui .portlet-dockbar .navbar .btn-navbar:hover, .aui .portlet-dockbar .navbar .btn-navbar:focus, .aui .portlet-dockbar .navbar .btn-navbar:active,
  .aui .portlet-dockbar .navbar .navbar-toggler:hover,
  .aui .portlet-dockbar .navbar .navbar-toggler:focus,
  .aui .portlet-dockbar .navbar .navbar-toggler:active {
    background-color: #000;
    color: #fff; }
  .aui .portlet-dockbar .navbar .btn-navbar .icon-reorder,
  .aui .portlet-dockbar .navbar .btn-navbar .navbar-toggler-icon,
  .aui .portlet-dockbar .navbar .navbar-toggler .icon-reorder,
  .aui .portlet-dockbar .navbar .navbar-toggler .navbar-toggler-icon {
    vertical-align: middle; }
    .aui .portlet-dockbar .navbar .btn-navbar .icon-reorder::before,
    .aui .portlet-dockbar .navbar .btn-navbar .navbar-toggler-icon::before,
    .aui .portlet-dockbar .navbar .navbar-toggler .icon-reorder::before,
    .aui .portlet-dockbar .navbar .navbar-toggler .navbar-toggler-icon::before {
      content: 'k';
      speak: none;
      font-family: 'govdata'; }

@media only screen and (max-width: 1024px) {
  .navbar .container .nav-collapse {
    display: none; }
    .navbar .container .nav-collapse.open {
      display: block;
      height: auto;
      overflow: visible; }
    .navbar .container .nav-collapse .btn {
      padding: 11px 19px; } }

.off-canvas-close {
  display: block;
  float: right;
  font-size: 1.5em;
  padding: 1.2rem; }

@media only screen and (min-width: 1025px) {
  .aui .right-off-canvas-menu {
    display: none; } }

#off-canvas-mainmenu {
  padding: 1.071428571rem; }
  #off-canvas-mainmenu ul {
    margin: 0;
    padding: 0; }
  #off-canvas-mainmenu .off-canvas-nav li,
  #off-canvas-mainmenu .off-canvas-nav a,
  #off-canvas-mainmenu .oc-meta-menu li,
  #off-canvas-mainmenu .oc-meta-menu a {
    display: block; }
  #off-canvas-mainmenu .off-canvas-nav a,
  #off-canvas-mainmenu .oc-meta-menu a {
    padding: .5em 0;
    position: relative; }
  #off-canvas-mainmenu .off-canvas-nav li.selected:not(.dropdown) > a,
  #off-canvas-mainmenu .off-canvas-nav a:hover,
  #off-canvas-mainmenu .off-canvas-nav a:focus,
  #off-canvas-mainmenu .off-canvas-nav a:active,
  #off-canvas-mainmenu .oc-meta-menu li.selected:not(.dropdown) > a,
  #off-canvas-mainmenu .oc-meta-menu a:hover,
  #off-canvas-mainmenu .oc-meta-menu a:focus,
  #off-canvas-mainmenu .oc-meta-menu a:active {
    background-color: #3d3d3d;
    color: #fff; }
    #off-canvas-mainmenu .off-canvas-nav li.selected:not(.dropdown) > a::before, #off-canvas-mainmenu .off-canvas-nav li.selected:not(.dropdown) > a::after,
    #off-canvas-mainmenu .off-canvas-nav a:hover::before,
    #off-canvas-mainmenu .off-canvas-nav a:hover::after,
    #off-canvas-mainmenu .off-canvas-nav a:focus::before,
    #off-canvas-mainmenu .off-canvas-nav a:focus::after,
    #off-canvas-mainmenu .off-canvas-nav a:active::before,
    #off-canvas-mainmenu .off-canvas-nav a:active::after,
    #off-canvas-mainmenu .oc-meta-menu li.selected:not(.dropdown) > a::before,
    #off-canvas-mainmenu .oc-meta-menu li.selected:not(.dropdown) > a::after,
    #off-canvas-mainmenu .oc-meta-menu a:hover::before,
    #off-canvas-mainmenu .oc-meta-menu a:hover::after,
    #off-canvas-mainmenu .oc-meta-menu a:focus::before,
    #off-canvas-mainmenu .oc-meta-menu a:focus::after,
    #off-canvas-mainmenu .oc-meta-menu a:active::before,
    #off-canvas-mainmenu .oc-meta-menu a:active::after {
      background-color: #3d3d3d;
      bottom: 0;
      content: '';
      position: absolute;
      top: 0;
      width: 15px; }
    #off-canvas-mainmenu .off-canvas-nav li.selected:not(.dropdown) > a::before,
    #off-canvas-mainmenu .off-canvas-nav a:hover::before,
    #off-canvas-mainmenu .off-canvas-nav a:focus::before,
    #off-canvas-mainmenu .off-canvas-nav a:active::before,
    #off-canvas-mainmenu .oc-meta-menu li.selected:not(.dropdown) > a::before,
    #off-canvas-mainmenu .oc-meta-menu a:hover::before,
    #off-canvas-mainmenu .oc-meta-menu a:focus::before,
    #off-canvas-mainmenu .oc-meta-menu a:active::before {
      left: -15px; }
    #off-canvas-mainmenu .off-canvas-nav li.selected:not(.dropdown) > a::after,
    #off-canvas-mainmenu .off-canvas-nav a:hover::after,
    #off-canvas-mainmenu .off-canvas-nav a:focus::after,
    #off-canvas-mainmenu .off-canvas-nav a:active::after,
    #off-canvas-mainmenu .oc-meta-menu li.selected:not(.dropdown) > a::after,
    #off-canvas-mainmenu .oc-meta-menu a:hover::after,
    #off-canvas-mainmenu .oc-meta-menu a:focus::after,
    #off-canvas-mainmenu .oc-meta-menu a:active::after {
      right: -15px; }
  #off-canvas-mainmenu .off-canvas-nav > li {
    border-bottom: 1px solid #c5c5c5; }
    #off-canvas-mainmenu .off-canvas-nav > li:last-child {
      border-bottom-color: #3d3d3d; }
  #off-canvas-mainmenu .child-menu a {
    padding-left: 1em; }
  #off-canvas-mainmenu .lfr-nav-child-toggle {
    float: right; }
  #off-canvas-mainmenu .oc-languagechooser {
    margin: 0.357142857rem 0 0.714285714rem; }
    #off-canvas-mainmenu .oc-languagechooser > .buttongroup {
      margin-right: 0.714285714rem; }
  #off-canvas-mainmenu .oc-metamenu {
    margin: 0.714285714rem 0; }
  #off-canvas-mainmenu .oc-accountinfo {
    padding-bottom: 0.714285714rem; }
  #off-canvas-mainmenu .oc-profile-sub {
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding-left: 1em; }
  #off-canvas-mainmenu .dropdown ul {
    display: none; }
  #off-canvas-mainmenu .dropdown.open ul {
    display: block; }
  #off-canvas-mainmenu .dropdown-toggle {
    background: none #fff;
    border: 0;
    display: block;
    padding: .5em 0;
    position: relative;
    text-align: left;
    width: 100%; }
    #off-canvas-mainmenu .dropdown-toggle span::after {
      content: '\f107';
      speak: none;
      float: right;
      font: var(--fa-font-solid); }
    #off-canvas-mainmenu .dropdown-toggle:active, #off-canvas-mainmenu .dropdown-toggle:focus, #off-canvas-mainmenu .dropdown-toggle:hover {
      background-color: #3d3d3d;
      color: #fff; }
      #off-canvas-mainmenu .dropdown-toggle:active::before, #off-canvas-mainmenu .dropdown-toggle:active::after, #off-canvas-mainmenu .dropdown-toggle:focus::before, #off-canvas-mainmenu .dropdown-toggle:focus::after, #off-canvas-mainmenu .dropdown-toggle:hover::before, #off-canvas-mainmenu .dropdown-toggle:hover::after {
        background-color: #3d3d3d;
        bottom: 0;
        content: '';
        position: absolute;
        top: 0;
        width: 15px; }
      #off-canvas-mainmenu .dropdown-toggle:active::before, #off-canvas-mainmenu .dropdown-toggle:focus::before, #off-canvas-mainmenu .dropdown-toggle:hover::before {
        left: -15px; }
      #off-canvas-mainmenu .dropdown-toggle:active::after, #off-canvas-mainmenu .dropdown-toggle:focus::after, #off-canvas-mainmenu .dropdown-toggle:hover::after {
        right: -15px; }
    #off-canvas-mainmenu .dropdown-toggle:focus {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px #009fe3; }
  #off-canvas-mainmenu .dropdown.open .dropdown-toggle span::after {
    speak: none;
    content: '\f106'; }

.aui footer {
  background-color: #3d3d3d;
  color: #fff; }
  .aui footer a {
    color: #fff; }
    .aui footer a:hover, .aui footer a:focus, .aui footer a:active {
      text-decoration: underline;
      box-shadow: none; }
  .aui footer .row {
    padding-bottom: 0.714285714rem;
    padding-top: 0.714285714rem; }
  .aui footer .column, .aui footer .portlet-blogs .lfr-pagination, .portlet-blogs .aui footer .lfr-pagination, .aui footer #fieldlist {
    min-height: 75px; }

.aui .footer-text {
  font-style: italic;
  margin: 0 0 3px; }

.aui .footer-image-digital-laend {
  background-image: url(../images/digital-laend-negativ.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 244px;
  height: 56px;
  display: block; }
  .aui .footer-image-digital-laend:hover {
    background-color: white;
    background-image: url(../images/digital-laend.svg); }

.share-container .share-label {
  margin: 0 2em 0 0; }

.aui .footer-links {
  display: inline-block;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .aui .footer-links {
      margin-bottom: 1em; } }
  @media only screen and (min-width: 768px) {
    .aui .footer-links {
      float: right; } }
  @media only screen and (min-width: 1025px) {
    .aui .footer-links a {
      padding: 2em 0; } }
  .aui .footer-links li {
    display: inline;
    margin-right: 1em; }
    @media only screen and (min-width: 1025px) {
      .aui .footer-links li {
        line-height: 75px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .aui .footer-links li {
        line-height: 35px; } }
    @media only screen and (max-width: 767px) {
      .aui .footer-links li {
        display: block;
        line-height: 2em; } }
    .aui .footer-links li a {
      white-space: nowrap; }

.aui .social-icons {
  font-family: initial;
  font-size: 18px;
  margin: 0;
  padding: 0; }
  .aui .social-icons > * {
    display: inline-block; }
  .aui .social-icons a {
    background-color: #000;
    display: inline-block;
    font-size: 1em;
    line-height: 1.667em;
    margin-right: 3px;
    text-align: center;
    width: 1.667em; }
    .aui .social-icons a:hover, .aui .social-icons a:active, .aui .social-icons a:focus {
      background-color: #fff;
      color: #000;
      text-decoration: none; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .aui .social-icons a {
        font-size: 1.333em;
        margin-right: 1px; } }
    @media only screen and (min-width: 1025px) {
      .aui .social-icons a {
        font-size: 1.667em;
        margin-right: 1px; } }

.design-box, .aui .portlet-journal-content, .modern-nav, .modern-information-nav, .metadata-quality-nav, .information-nav, .aui .portlet-journal-content.article-gray-header .portlet-content-container, .portlet-journal-content.standalone-page .portlet-content-container, .portlet-blogs .portlet-body .form-inline.input-resource-wrapper, .portlet-blogs div.widget-mode-simple-entry, .portlet-blogs .widget-mode-detail .widget-mode-detail-header .widget-mode-detail-text, .taglib-discussion, .portlet-site-map .portlet-content-container, .portlet-forms-display .portlet-content-container, #portlet_verify-email-address, .portlet-login, #portlet_new-password .portlet-content-container, #portlet_terms-of-use .portlet-content-container {
  background-color: #fff;
  border-color: #c5c5c5;
  border-style: solid;
  border-width: 0 1px 1px 0; }

.design-box-padding, .taglib-discussion, .portlet-site-map .portlet-content-container, .portlet-forms-display .portlet-content-container, #portlet_verify-email-address, .portlet-login .portlet-content-container, #portlet_new-password .portlet-content-container, #portlet_terms-of-use .portlet-content-container {
  padding: 1.071428571rem; }
  @media only screen and (min-width: 1025px) {
    .design-box-padding, .taglib-discussion, .portlet-site-map .portlet-content-container, .portlet-forms-display .portlet-content-container, #portlet_verify-email-address, .portlet-login .portlet-content-container, #portlet_new-password .portlet-content-container, #portlet_terms-of-use .portlet-content-container {
      padding: 1.714285714rem; } }

.column .design-box-padding:not(:last-child), .portlet-blogs .lfr-pagination .design-box-padding:not(:last-child), #fieldlist .design-box-padding:not(:last-child), .column .taglib-discussion:not(:last-child), .portlet-blogs .lfr-pagination .taglib-discussion:not(:last-child), #fieldlist .taglib-discussion:not(:last-child), .column .portlet-site-map .portlet-content-container:not(:last-child), .portlet-site-map .column .portlet-content-container:not(:last-child), .portlet-blogs .lfr-pagination .portlet-site-map .portlet-content-container:not(:last-child), .portlet-site-map .portlet-blogs .lfr-pagination .portlet-content-container:not(:last-child), #fieldlist .portlet-site-map .portlet-content-container:not(:last-child), .portlet-site-map #fieldlist .portlet-content-container:not(:last-child), .column .portlet-forms-display .portlet-content-container:not(:last-child), .portlet-forms-display .column .portlet-content-container:not(:last-child), .portlet-blogs .lfr-pagination .portlet-forms-display .portlet-content-container:not(:last-child), .portlet-forms-display .portlet-blogs .lfr-pagination .portlet-content-container:not(:last-child), #fieldlist .portlet-forms-display .portlet-content-container:not(:last-child), .portlet-forms-display #fieldlist .portlet-content-container:not(:last-child), .column #portlet_verify-email-address:not(:last-child), .portlet-blogs .lfr-pagination #portlet_verify-email-address:not(:last-child), #fieldlist #portlet_verify-email-address:not(:last-child), .column .portlet-login .portlet-content-container:not(:last-child), .portlet-login .column .portlet-content-container:not(:last-child), .portlet-blogs .lfr-pagination .portlet-login .portlet-content-container:not(:last-child), .portlet-login .portlet-blogs .lfr-pagination .portlet-content-container:not(:last-child), #fieldlist .portlet-login .portlet-content-container:not(:last-child), .portlet-login #fieldlist .portlet-content-container:not(:last-child), .column #portlet_new-password .portlet-content-container:not(:last-child), #portlet_new-password .column .portlet-content-container:not(:last-child), .portlet-blogs .lfr-pagination #portlet_new-password .portlet-content-container:not(:last-child), #portlet_new-password .portlet-blogs .lfr-pagination .portlet-content-container:not(:last-child), #fieldlist #portlet_new-password .portlet-content-container:not(:last-child), #portlet_new-password #fieldlist .portlet-content-container:not(:last-child), .column #portlet_terms-of-use .portlet-content-container:not(:last-child), #portlet_terms-of-use .column .portlet-content-container:not(:last-child), .portlet-blogs .lfr-pagination #portlet_terms-of-use .portlet-content-container:not(:last-child), #portlet_terms-of-use .portlet-blogs .lfr-pagination .portlet-content-container:not(:last-child), #fieldlist #portlet_terms-of-use .portlet-content-container:not(:last-child), #portlet_terms-of-use #fieldlist .portlet-content-container:not(:last-child) {
  margin-bottom: 2.142857143rem; }

@media only screen and (max-width: 767px) {
  .featured-portlet .portlet-header h1, .featured-showcase-portlet .portlet-header h1, .featured-datasets-portlet .portlet-header h1 {
    margin-top: 10px; } }

.row-small, .featured-box, .featured-showcase-portlet .featured-showcase-box, .featured-datasets-portlet .featured-datasets-box, .aui .portlet-journal-content.article-gray-header.content-centered-design .portlet-content-container, .modern-information-nav .navbar-nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  max-width: 66.428571429rem; }
  .row-small::after, .featured-box::after, .featured-showcase-portlet .featured-showcase-box::after, .featured-datasets-portlet .featured-datasets-box::after, .aui .portlet-journal-content.article-gray-header.content-centered-design .portlet-content-container::after, .modern-information-nav .navbar-nav::after {
    clear: both;
    content: "";
    display: table; }

.featured-box, .featured-showcase-portlet .featured-showcase-box, .featured-datasets-portlet .featured-datasets-box {
  text-align: left;
  position: relative; }

.centered-button, .featured-showcase-portlet .center-showroom-button, .featured-datasets-portlet .center-datasets-button {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px; }

.aui .portlet-header-centered .portlet-header {
  text-align: center; }

.content-centered {
  text-align: center; }

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0; }

.aui .portlet-header {
  margin: 0 auto;
  max-width: 102.785714286rem;
  width: 100%; }
  .aui .portlet-header h1 {
    padding-left: 1.071428571rem;
    padding-right: 1.071428571rem; }
    @media only screen and (min-width: 1025px) {
      .aui .portlet-header h1 {
        padding-left: 1.714285714rem;
        padding-right: 1.714285714rem; } }

.aui .portlet-journal-content {
  border-width: 0 0 1px; }
  .aui .portlet-journal-content .portlet-header h1 {
    padding: 0; }
  .aui .portlet-journal-content > section {
    margin: 0 auto;
    max-width: 102.785714286rem;
    padding: 0.071428571rem 1.071428571rem 1.785714286rem;
    width: 100%; }
    @media only screen and (min-width: 1025px) {
      .aui .portlet-journal-content > section {
        padding: 0.071428571rem 2.142857143rem 1.785714286rem; } }

.aui .article-form-edit {
  margin: 0 auto;
  max-width: 102.785714286rem;
  padding: 0.071428571rem 1.071428571rem 1.785714286rem;
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    .aui .article-form-edit {
      padding: 0.071428571rem 2.142857143rem 1.785714286rem; } }
  .aui .article-form-edit .button-holder button {
    margin-top: .3em; }

h3.header-title {
  padding: .25em; }

.aui a.action-button {
  background-color: #3d3d3d;
  border: 1px solid #3d3d3d;
  border-radius: 0.357142857rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 0.857142857rem 2.142857143rem;
  text-decoration: none; }
  .aui a.action-button:active, .aui a.action-button:hover, .aui a.action-button:focus {
    background-color: #fff;
    color: #3d3d3d; }
  .aui a.action-button:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px #009fe3; }

.aui .sb-tag {
  background-color: #fff;
  border: 1px solid #3d3d3d;
  border-radius: 0.357142857rem;
  color: #3d3d3d;
  margin: 0.357142857rem;
  padding: 0.214285714rem 0.428571429rem;
  text-decoration: none; }
  .aui .sb-tag:active, .aui .sb-tag:hover, .aui .sb-tag:focus {
    background-color: #3d3d3d;
    border-color: #fff;
    color: #fff;
    text-decoration: none; }
  .aui .sb-tag:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px #009fe3; }

.aui .btn:not(.btn-unstyled),
.portlet-message-boards .input-group .btn {
  background: #3d3d3d;
  border: 1px solid #3d3d3d;
  border-radius: 0.357142857rem;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  padding: .6em 2em;
  text-decoration: none;
  text-shadow: none; }
  .aui .btn:not(.btn-unstyled):active, .aui .btn:not(.btn-unstyled):disabled, .aui .btn:not(.btn-unstyled):hover, .aui .btn:not(.btn-unstyled):focus,
  .portlet-message-boards .input-group .btn:active,
  .portlet-message-boards .input-group .btn:disabled,
  .portlet-message-boards .input-group .btn:hover,
  .portlet-message-boards .input-group .btn:focus {
    background-color: #fff;
    color: #3d3d3d; }
  .aui .btn:not(.btn-unstyled):focus,
  .portlet-message-boards .input-group .btn:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px #009fe3; }
  .aui .btn:not(.btn-unstyled).square,
  .portlet-message-boards .input-group .btn.square {
    padding: .6em; }

.aui .btn.btn-danger {
  background-color: #f2341f;
  border: 1px solid #f2341f; }
  .aui .btn.btn-danger:active, .aui .btn.btn-danger:disabled, .aui .btn.btn-danger:hover, .aui .btn.btn-danger:focus {
    color: #f2341f; }

.aui .iconlink {
  background-color: #3d3d3d;
  border: 1px solid #3d3d3d;
  border-radius: 4px;
  display: inline-block;
  margin-left: .6em;
  position: relative;
  top: -.1em; }
  .aui .iconlink img {
    box-sizing: content-box;
    padding: .2em;
    width: .7em; }
  .aui .iconlink:hover {
    background-color: #fff; }
    .aui .iconlink:hover img {
      -moz-filter: invert(1);
      -ms-filter: invert(1);
      -o-filter: invert(1);
      -webkit-filter: invert(1);
      filter: invert(1); }

.aui .feedicon-article {
  font-size: 1.1em;
  line-height: 0.6em;
  top: -0.4em;
  margin-left: 0.3em; }

.buttongroup .linkbutton:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.buttongroup .linkbutton:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.linkbutton {
  border: 1px solid #3d3d3d;
  display: inline-block;
  font-weight: bold;
  padding: .3em 1em; }
  .linkbutton.selected {
    background-color: #3d3d3d;
    color: #fff; }
    .linkbutton.selected:hover {
      background-color: #fff;
      color: #3d3d3d; }
  .linkbutton.rounded {
    border-radius: 4px; }

.off-canvas-inner-wrap {
  position: relative;
  top: 0; }

.off-canvas-container .design-box, .off-canvas-container .aui .portlet-journal-content, .aui .off-canvas-container .portlet-journal-content, .off-canvas-container .modern-nav, .off-canvas-container .modern-information-nav, .off-canvas-container .metadata-quality-nav, .off-canvas-container .information-nav, .off-canvas-container .aui .portlet-journal-content.article-gray-header .portlet-content-container, .aui .portlet-journal-content.article-gray-header .off-canvas-container .portlet-content-container, .off-canvas-container .portlet-journal-content.standalone-page .portlet-content-container, .portlet-journal-content.standalone-page .off-canvas-container .portlet-content-container, .off-canvas-container .portlet-blogs .portlet-body .form-inline.input-resource-wrapper, .portlet-blogs .portlet-body .off-canvas-container .form-inline.input-resource-wrapper, .off-canvas-container .portlet-blogs div.widget-mode-simple-entry, .portlet-blogs .off-canvas-container div.widget-mode-simple-entry, .off-canvas-container .portlet-blogs .widget-mode-detail .widget-mode-detail-header .widget-mode-detail-text, .portlet-blogs .widget-mode-detail .widget-mode-detail-header .off-canvas-container .widget-mode-detail-text, .off-canvas-container .taglib-discussion, .off-canvas-container .portlet-site-map .portlet-content-container, .portlet-site-map .off-canvas-container .portlet-content-container, .off-canvas-container .portlet-forms-display .portlet-content-container, .portlet-forms-display .off-canvas-container .portlet-content-container, .off-canvas-container #portlet_verify-email-address, .off-canvas-container .portlet-login, .off-canvas-container #portlet_new-password .portlet-content-container, #portlet_new-password .off-canvas-container .portlet-content-container, .off-canvas-container #portlet_terms-of-use .portlet-content-container, #portlet_terms-of-use .off-canvas-container .portlet-content-container {
  border: 0; }

.goto-entry {
  border-radius: 0.214285714rem;
  bottom: 0.714285714rem;
  padding: 0.357142857rem;
  position: absolute;
  right: 0.714285714rem; }
  @media only screen and (min-width: 1025px) {
    .goto-entry {
      bottom: 1.357142857rem;
      right: 1.357142857rem; } }
  .goto-entry div {
    font-weight: bold;
    line-height: 2.142857143rem;
    margin-right: 2.714285714rem;
    position: relative; }
    .goto-entry div::after {
      content: 'd';
      speak: none;
      font-family: 'govdata';
      font-size: 2.142857143rem;
      font-weight: normal;
      position: absolute;
      right: -2.714285714rem;
      top: 0; }

.goto-entry-spacer {
  height: 2.857142857rem; }

.boxesportlet-box .goto-entry-spacer {
  height: 2.857142857rem; }

.mobile-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/o/govdatastyle-theme/images/select-arrow-down.png") no-repeat right center #3d3d3d;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 1px 1px #c5c5c5;
  color: #fff;
  font-weight: bold;
  padding: .7em .5em;
  width: 100%; }

.floatcontainer-right {
  float: right !important; }

.share-borderbox {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding: 1em 0;
  margin: 0 1em 3em; }
  @media only screen and (min-width: 1025px) {
    .share-borderbox {
      margin: 0 2.142857143rem 3em; } }

@media only screen and (min-width: 768px) {
  .share-container {
    float: right; } }

@media only screen and (min-width: 768px) {
  .share-container .shariff {
    float: right; } }

.share-container .share-label {
  display: inline-block;
  font-weight: bold;
  line-height: 35px;
  margin-right: 2em;
  vertical-align: middle; }

.offscreen {
  display: inline;
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.aui .categories {
  margin: 0 0 5px;
  padding: 0; }
  .aui .categories .category-item {
    margin: 5px 0; }

.portlet-journal-content a[href]::after,
.portlet-blogs .widget-mode-detail-text p a[href]::after,
.link-to-source a[href]::after,
.searchdetails .h2-teaser a[href]::after,
.mark-external-links p a[href]::after {
  content: ' h';
  speak: none;
  font-family: 'govdata';
  font-size: 80%;
  font-weight: normal;
  display: inline-block;
  padding: 0 .4em; }

.portlet-journal-content a[href^="/"]::after,
.portlet-journal-content a[href^="#"]::after,
.portlet-journal-content a[href^="javascript:"]::after,
.portlet-journal-content a[href^="https://govdata"]::after,
.portlet-journal-content a[href^="https://www.govdata"]::after,
.portlet-blogs .widget-mode-detail-text p a[href^="/"]::after,
.portlet-blogs .widget-mode-detail-text p a[href^="#"]::after,
.portlet-blogs .widget-mode-detail-text p a[href^="javascript:"]::after,
.portlet-blogs .widget-mode-detail-text p a[href^="https://govdata"]::after,
.portlet-blogs .widget-mode-detail-text p a[href^="https://www.govdata"]::after,
.link-to-source a[href^="/"]::after,
.link-to-source a[href^="#"]::after,
.link-to-source a[href^="javascript:"]::after,
.link-to-source a[href^="https://govdata"]::after,
.link-to-source a[href^="https://www.govdata"]::after,
.searchdetails .h2-teaser a[href^="/"]::after,
.searchdetails .h2-teaser a[href^="#"]::after,
.searchdetails .h2-teaser a[href^="javascript:"]::after,
.searchdetails .h2-teaser a[href^="https://govdata"]::after,
.searchdetails .h2-teaser a[href^="https://www.govdata"]::after,
.mark-external-links p a[href^="/"]::after,
.mark-external-links p a[href^="#"]::after,
.mark-external-links p a[href^="javascript:"]::after,
.mark-external-links p a[href^="https://govdata"]::after,
.mark-external-links p a[href^="https://www.govdata"]::after {
  display: none; }

.aui .inline-list dt,
.aui .inline-list dd {
  display: inline; }

.aui .flat-list {
  margin: 0; }
  .aui .flat-list li {
    display: block; }

.dropdown-canvas:not(:empty) {
  background-color: #fff;
  border: 1px solid #3d3d3d;
  margin: 0; }
  .dropdown-canvas:not(:empty) li {
    box-sizing: content-box;
    display: block;
    position: relative; }
  .dropdown-canvas:not(:empty) a {
    display: block; }

.f-dropdown {
  left: -99999px;
  position: absolute;
  top: 0;
  width: 100%; }
  .f-dropdown.open {
    z-index: 89; }

.flex-container, .details-rating,
.rating-area {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }

.overflowscroll {
  overflow: auto; }

.aui .rating-element,
.rating-content .icon-star,
.rating-content .icon-star-empty {
  background: none;
  border: 0;
  font-size: 1.571428571rem;
  padding: .1em; }
  .aui .rating-element:active, .aui .rating-element:focus, .aui .rating-element:hover,
  .rating-content .icon-star:active,
  .rating-content .icon-star:focus,
  .rating-content .icon-star:hover,
  .rating-content .icon-star-empty:active,
  .rating-content .icon-star-empty:focus,
  .rating-content .icon-star-empty:hover {
    color: #000;
    background: inherit; }

.rating-area .rating-element.active,
.rating-element.active {
  color: #000; }

.rating-area .rating-element.sbi-sterne-bewertung::before, .rating-area .rating-element.sbi-sterne-bewertung-full::before,
.rating-area .rating-element.active::before,
.rating-element.sbi-sterne-bewertung::before,
.rating-element.sbi-sterne-bewertung-full::before,
.rating-area .rating-element.active::before,
.rating-element.active::before {
  font-size: 1.428571429rem;
  line-height: 1.428571429rem;
  padding: 0; }

.rating-mean {
  margin-left: auto; }

.aui .rating-area {
  margin-top: 0.357142857rem; }
  .aui .rating-area > span {
    display: inline-block;
    vertical-align: top; }

.aui .taglib-ratings.stars {
  overflow: hidden; }
  .aui .taglib-ratings.stars .liferay-rating-vote,
  .aui .taglib-ratings.stars .liferay-rating-score {
    display: inline-block;
    float: none;
    margin: 0.5rem 1.071428571rem 0 0;
    padding: 0; }

.aui .button-search,
.aui .button-mapsearch {
  background-color: #3d3d3d;
  background-image: none;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding: 0; }
  .aui .button-search:focus, .aui .button-search:hover, .aui .button-search:active,
  .aui .button-mapsearch:focus,
  .aui .button-mapsearch:hover,
  .aui .button-mapsearch:active {
    background-color: #fff;
    color: #3d3d3d; }

.aui .button-mapsearch {
  font-size: 12px;
  line-height: 24px; }

.aui .button-search .sbi-lupe {
  font-weight: normal; }

.aui input.input-search {
  background-image: none;
  border-radius: 0;
  border: 1px solid #3d3d3d;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  max-width: 100% !important;
  padding: 4px 16px;
  width: 100%;
  -webkit-appearance: none; }
  .aui input.input-search:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #009fe3;
    border-color: #009fe3; }

.aui .modal-header .btn.close {
  display: inline-block;
  padding: 0; }

.aui .modal-body .navigation ul {
  margin: 0; }

.col-md-12 {
  padding-left: 0;
  padding-right: 0; }

.boxes-portlet .row,
.layout-20-80 .row,
.portlet-login .row,
footer .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  max-width: 102.857142857rem; }
  .boxes-portlet .row::after,
  .layout-20-80 .row::after,
  .portlet-login .row::after,
  footer .row::after {
    clear: both;
    content: "";
    display: table; }

.developers-corner-portlet .row,
.categoriesPane.row,
.contentPane.row,
.gd-search-titlearea.row,
.share-section.row,
.searchmap-container .row,
.gd-search-result-portlet .row,
.gd-search-details-portlet .row,
.gd-search-ext-portlet .row,
.gd-search-numbers-portlet .row,
.gd-search-states-portlet .row,
.featured-showcase-portlet .row,
.featured-datasets-portlet .row,
.delete-user-area .row,
.portlet-message-boards section,
.portlet-site-map,
.portlet-login,
.portlet-forms-display,
#metadataEditForm .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  max-width: 102.857142857rem; }
  .developers-corner-portlet .row::after,
  .categoriesPane.row::after,
  .contentPane.row::after,
  .gd-search-titlearea.row::after,
  .share-section.row::after,
  .searchmap-container .row::after,
  .gd-search-result-portlet .row::after,
  .gd-search-details-portlet .row::after,
  .gd-search-ext-portlet .row::after,
  .gd-search-numbers-portlet .row::after,
  .gd-search-states-portlet .row::after,
  .featured-showcase-portlet .row::after,
  .featured-datasets-portlet .row::after,
  .delete-user-area .row::after,
  .portlet-message-boards section::after,
  .portlet-site-map::after,
  .portlet-login::after,
  .portlet-forms-display::after,
  #metadataEditForm .row::after {
    clear: both;
    content: "";
    display: table; }

.portlet-users-admin .row {
  display: flex; }

.portlet-users-admin .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .portlet-users-admin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
  color: #fff; }

.portlet-login .row {
  display: flex; }

.portlet-login div:not(.col-md-6):not(.taglib-captcha) > div.taglib-captcha > div.input-text-wrapper input,
.portlet-login div:not(.col-md-6):not(.taglib-captcha) > div.input-text-wrapper input {
  max-width: 30rem; }

.portlet-login div:not(.col-md-6):not(.taglib-captcha) > div.taglib-captcha > div.input-text-wrapper label,
.portlet-login div:not(.col-md-6):not(.taglib-captcha) > div.input-text-wrapper label {
  display: block; }

.form-group.language-selector {
  display: none; }

#portlet_terms-of-use .sheet-header .dropdown.lfr-icon-menu, #portlet_verify-email-address .sheet-header .dropdown.lfr-icon-menu, #portlet_new-password .sheet-header .dropdown.lfr-icon-menu {
  display: none; }

.portlet-message-boards .main-content-body {
  padding-bottom: 20px; }
  .portlet-message-boards .main-content-body .list-group-header {
    background-color: #f8f9fa;
    padding: 0.75rem 1.25rem;
    border: 1px solidrgba(0, 0, 0, 0.125); }
  .portlet-message-boards .main-content-body .list-group-item {
    padding: 0.75rem 1.25rem; }
  .portlet-message-boards .main-content-body .list-group-item-flex {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .portlet-message-boards .main-content-body a strong {
    font-weight: normal; }

.portlet-message-boards h3.component-title {
  font-size: 22px; }

.portlet-message-boards .mt-4 {
  margin-top: 0 !important; }

.portlet-message-boards .statistics-panel .row {
  display: flex; }

.portlet-message-boards .statistics-panel .list-group-title {
  font-size: 1.125rem;
  line-height: 1.5; }

.portlet-message-boards .statistics-panel .list-group-subtitle {
  font-size: inherit;
  line-height: inherit; }

.portlet-message-boards .input-group {
  margin-top: 20px; }
  .portlet-message-boards .input-group .input-group-inset-item {
    margin-left: 5px;
    align-items: normal;
    padding-left: 0px;
    padding-right: 0px;
    border-color: transparent;
    background-color: transparent; }
    .portlet-message-boards .input-group .input-group-inset-item .btn .c-inner {
      margin-left: -1rem;
      margin-right: -1rem; }
    .portlet-message-boards .input-group .input-group-inset-item > button:nth-child(1) {
      line-height: 1;
      padding: 0 1em; }
  .portlet-message-boards .input-group .input-group-item .input-group-inset-after.form-control {
    border-right-width: 1px; }

.portlet-message-boards .searchcontainer .list-group-item .h5, .portlet-message-boards .searchcontainer .list-group-item h4 {
  font-size: 1.5rem;
  margin-top: 10px; }

.portlet-message-boards .searchcontainer .list-group-item h5 {
  font-size: 1rem; }

.portlet-message-boards .searchcontainer .autofit-col-expand a {
  font-size: 1.5rem;
  margin-top: .71em;
  margin-bottom: 0.8em;
  color: #000; }

.portlet-message-boards .searchcontainer .autofit-col-expand a:hover {
  color: #FFF; }

.portlet-message-boards .panel-heading span.h5 {
  font-size: 1rem; }

.portlet-message-boards .panel-heading .social-interaction .ratings .btn:not(:last-child) {
  margin-right: 5px; }

table th[class*="column"] + th[class*="column"]:last-child,
table td[class*="column"] + td[class*="column"]:last-child {
  float: none; }

.modern-nav .portlet-content-container, .modern-information-nav .portlet-content-container, .metadata-quality-nav .portlet-content-container {
  background-color: #c5c5c5; }

.modern-nav .navbar-nav a.nav-link, .modern-information-nav .navbar-nav a.nav-link, .metadata-quality-nav .navbar-nav a.nav-link {
  padding: 0 1.071428571rem; }

.modern-nav ul, .modern-information-nav ul, .metadata-quality-nav ul {
  margin: 0;
  padding: 0;
  justify-content: center;
  background-color: #c5c5c5; }

.modern-nav li.nav-item, .modern-information-nav li.nav-item, .metadata-quality-nav li.nav-item {
  display: inline-block;
  border-left-style: solid;
  border-right-style: solid;
  border-width: 1px;
  border-color: white;
  line-height: 3.714285714rem;
  min-width: 10em;
  text-align: center;
  color: #000; }
  .modern-nav li.nav-item.selected, .modern-information-nav li.nav-item.selected, .metadata-quality-nav li.nav-item.selected {
    background-color: #000;
    color: #fff;
    border-style: none; }
  .modern-nav li.nav-item a, .modern-information-nav li.nav-item a, .metadata-quality-nav li.nav-item a {
    color: inherit;
    font-size: 16px; }
  .modern-nav li.nav-item a:hover, .modern-information-nav li.nav-item a:hover, .metadata-quality-nav li.nav-item a:hover {
    background-color: #000;
    color: #fff; }

.information-nav ul {
  margin: 0;
  padding: 0; }

.information-nav li {
  display: block; }
  .information-nav li a {
    display: block;
    padding: 0.5em 1.071428571rem; }
    .information-nav li a.selected {
      background-color: #3d3d3d;
      color: #fff;
      font-weight: normal; }

@media only screen and (max-width: 1024px) {
  .information-nav {
    display: none; } }

.aui .information-nav .portlet-header h1 {
  padding-left: 1.071428571rem;
  padding-right: 1.071428571rem; }

.aui .portlet-journal-content.article-gray-header {
  background-color: inherit;
  border-style: none; }
  .aui .portlet-journal-content.article-gray-header section {
    padding: 0; }
  .aui .portlet-journal-content.article-gray-header .portlet-content-container {
    margin-bottom: 2.142857143rem;
    padding: 1.071428571rem; }
  .aui .portlet-journal-content.article-gray-header.content-centered-design .portlet-header {
    text-align: center; }

.portlet-journal-content.standalone-page {
  background-color: inherit;
  border-style: none; }
  .portlet-journal-content.standalone-page .portlet-content-container {
    margin-bottom: 2.142857143rem;
    padding: 1.071428571rem; }

.modern-information-nav .navbar-nav {
  max-width: 70rem;
  text-align: center; }

.modern-information-nav .portlet-body {
  line-height: 0em;
  font-size: 0px; }

.modern-information-nav li {
  line-height: 3.214285714rem;
  position: relative;
  margin-right: -1px; }
  .modern-information-nav li.selected {
    border-left: 1px;
    border-left-style: solid; }

.modern-information-nav li:after {
  content: '';
  height: 1px;
  background: white;
  width: 2000%;
  position: absolute;
  left: -800%; }

@media only screen and (max-width: 1024px) {
  .modern-information-nav {
    display: none; } }

.portlet-blogs .separator {
  display: none; }

.portlet-blogs .portlet-body {
  margin-left: 1.071428571rem;
  margin-right: 1.071428571rem;
  max-width: 102.857142857rem; }
  @media only screen and (min-width: 1025px) {
    .portlet-blogs .portlet-body {
      width: 66.6667%;
      margin: 0 auto 2.142857143rem auto; } }
  .portlet-blogs .portlet-body .col-md-8 {
    max-width: none; }
  .portlet-blogs .portlet-body .offset-md-2 {
    margin-left: auto !important; }
  .portlet-blogs .portlet-body .widget-mode-detail .widget-mode-detail-text {
    margin-top: 0; }
  .portlet-blogs .portlet-body .entry-navigation {
    padding-left: 1.071428571rem;
    padding-right: 1.071428571rem;
    padding-top: 2.142857143rem;
    padding-bottom: 0;
    background: none;
    border: 0; }
    .portlet-blogs .portlet-body .entry-navigation .row {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      display: block;
      display: flex; }
      .portlet-blogs .portlet-body .entry-navigation .row::after {
        clear: both;
        content: "";
        display: table; }
  .portlet-blogs .portlet-body .form-inline.input-resource-wrapper label {
    margin-right: 0.714285714rem; }

@media only screen and (min-width: 1025px) {
  .portlet-blogs .portlet-header {
    width: 66.6667%; } }

@media only screen and (max-width: 1024px) {
  .portlet-blogs .portlet-header {
    margin-left: 1.071428571rem;
    margin-right: 1.071428571rem;
    width: auto; } }

.portlet-blogs .navbar-inner {
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0; }

.portlet-blogs .navbar .btn-navbar {
  font-family: "govdata" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #000;
  margin: .5rem 0;
  text-shadow: none;
  padding: .8rem;
  font-size: 1.571428571rem; }
  .portlet-blogs .navbar .btn-navbar:hover, .portlet-blogs .navbar .btn-navbar:active, .portlet-blogs .navbar .btn-navbar:focus {
    background: #3d3d3d;
    color: #fff; }

.portlet-blogs .navbar .btn-navbar .icon-bar {
  display: none; }

.portlet-blogs div.widget-mode-simple-entry {
  margin-bottom: 1.071428571rem;
  padding: 0.714285714rem 1.428571429rem 1.428571429rem; }
  @media only screen and (min-width: 1025px) {
    .portlet-blogs div.widget-mode-simple-entry {
      margin-bottom: 2.142857143rem; } }

.portlet-blogs .widget-mode-detail .widget-mode-detail-header .widget-mode-detail-text {
  padding: 0.714285714rem 1.428571429rem 1.428571429rem;
  border-style: none;
  margin-bottom: 0; }

.portlet-blogs .entry-date {
  background-image: none;
  color: #000;
  font-weight: bold;
  padding: 0 0 0.357142857rem; }
  .portlet-blogs .entry-date:before {
    color: #000;
    content: 'O';
    speak: none;
    font-family: 'govdata';
    font-weight: normal;
    padding-right: .4em;
    vertical-align: text-bottom; }

.portlet-blogs .entry-footer a.taglib-icon:hover .taglib-text {
  text-decoration: none; }

.portlet-blogs .entry-footer .taglib-icon,
.portlet-blogs .entry-footer .stats a {
  padding: 6.5px 10px;
  text-decoration: underline; }
  .portlet-blogs .entry-footer .taglib-icon:focus, .portlet-blogs .entry-footer .taglib-icon:hover, .portlet-blogs .entry-footer .taglib-icon:active,
  .portlet-blogs .entry-footer .stats a:focus,
  .portlet-blogs .entry-footer .stats a:hover,
  .portlet-blogs .entry-footer .stats a:active {
    text-decoration: none; }

.portlet-blogs .entry-author {
  background-image: none;
  border-right-width: 0;
  color: #000;
  display: inline-block;
  float: none;
  font-weight: normal;
  margin: 0;
  padding: 6.5px 10px; }
  .portlet-blogs .entry-author:before {
    color: #000;
    content: 'f';
    speak: none;
    font-family: 'govdata';
    font-weight: normal;
    padding-right: .4em;
    vertical-align: text-top; }

.portlet-blogs .taglib-flags img {
  display: none; }

.portlet-blogs .taglib-flags .taglib-text {
  position: relative;
  margin-left: 2em; }
  .portlet-blogs .taglib-flags .taglib-text::before {
    position: absolute;
    left: -1.5em;
    content: 'i';
    speak: none;
    font-family: 'govdata'; }

.portlet-blogs .stats {
  color: #000;
  display: inline-block;
  float: none; }
  .portlet-blogs .stats a {
    display: inline-block; }

.portlet-blogs .subscribe {
  padding: 1.071428571rem; }
  .portlet-blogs .subscribe a {
    padding: 6.5px 10px; }

.portlet-blogs .page-item.active .page-link {
  background-color: #3d3d3d;
  border-color: #f5f5f5; }

@media only screen and (min-width: 1025px) {
  .portlet-blogs .lfr-pagination {
    padding-left: 2.142857143rem;
    padding-right: 2.142857143rem; } }

.portlet-blogs .lfr-pagination small {
  font-size: 100%; }

.portlet-blogs .lfr-pagination .search-results {
  margin-left: 1.071428571rem; }

.portlet-blogs .lfr-pagination .dropdown-toggle .caret {
  margin-left: 5px; }

.portlet-blogs .lfr-pagination-delta-selector {
  padding-right: 1.071428571rem; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .portlet-blogs .lfr-pagination-buttons {
    width: 50%; } }

.portlet-blogs .pager li > a:hover {
  background-color: #3d3d3d; }

.portlet-blogs .widget-mode-detail-header {
  border: 0; }
  .portlet-blogs .widget-mode-detail-header .title {
    color: #000;
    white-space: normal;
    margin-top: 0; }
  .portlet-blogs .widget-mode-detail-header .header-back-to a {
    margin-top: 24px;
    padding: 0.4em; }

.portlet-blogs .container-fluid-max-xl {
  max-width: none; }

.portlet-blogs .portlet-icon-back {
  margin-left: 16.67%;
  padding-left: 1.071428571rem;
  height: 3rem;
  width: 4rem;
  line-height: 40px;
  text-align: left; }
  @media only screen and (max-width: 1024px) {
    .portlet-blogs .portlet-icon-back {
      margin-left: 1.071428571rem;
      width: 3rem; } }
  @media only screen and (max-width: 767px) {
    .portlet-blogs .portlet-icon-back {
      padding-left: 0;
      width: 2rem; } }
  .portlet-blogs .portlet-icon-back .lexicon-icon-angle-left {
    height: 2rem;
    width: 2rem;
    margin-top: 0; }
    @media only screen and (max-width: 1024px) {
      .portlet-blogs .portlet-icon-back .lexicon-icon-angle-left {
        height: 1.5rem;
        width: 1.5rem; } }

.aui .navbar .blog-nav {
  margin-bottom: .5em;
  margin-top: .5em; }

.aui .navbar .taglib-icon {
  padding: 6.5px 10px;
  display: block; }

.blogcommentbox {
  margin: 1.071428571rem 0; }
  .blogcommentbox form {
    margin: 0; }
  .blogcommentbox h2 {
    font-weight: bold;
    padding-bottom: 0.571428571rem;
    border-bottom: 1px solid #e5e5e5; }

.taglib-discussion .cke_contents {
  border-top: 0;
  border-bottom: 0; }

.taglib-discussion .cke_focus .cke_contents {
  border-color: transparent; }

.taglib-discussion .lfr-discussion,
.lfr-discussion,
.comment-entry {
  border-bottom: 0;
  border-top: 1px solid #DDDDDD;
  padding-bottom: 1.071428571rem;
  padding-top: 1.071428571rem; }

.aui .lfr-discussion-message-body,
.comment-entry .comment-text {
  border: 0;
  margin: 0 0 0 1em;
  padding: 0;
  position: relative;
  word-wrap: break-word; }
  .aui .lfr-discussion-message-body:before, .aui .lfr-discussion-message-body::after,
  .comment-entry .comment-text:before,
  .comment-entry .comment-text::after {
    font-size: 2em;
    line-height: 1px; }
  .aui .lfr-discussion-message-body:before,
  .comment-entry .comment-text:before {
    content: '\201D';
    speak: none;
    left: -.5em;
    position: absolute;
    top: .65em; }
  .aui .lfr-discussion-message-body::after,
  .comment-entry .comment-text::after {
    content: '\201C';
    speak: none;
    padding-left: .1em;
    position: relative;
    top: .4em; }
  .aui .lfr-discussion-message-body p:last-of-type,
  .comment-entry .comment-text p:last-of-type {
    display: inline; }

.taglib-user-display .user-profile-image,
.taglib-user-display .user-name {
  color: #000;
  display: inline-block;
  position: static;
  text-align: left;
  vertical-align: middle; }
  .taglib-user-display .user-profile-image img,
  .taglib-user-display .user-name img {
    border-radius: 50%; }

.aui .trackback-area, .aui .portlet-blogs .portlet-body .form-inline.input-resource-wrapper, .portlet-blogs .portlet-body .aui .form-inline.input-resource-wrapper {
  padding: 1.071428571rem; }
  .aui .trackback-area input, .aui .portlet-blogs .portlet-body .form-inline.input-resource-wrapper input, .portlet-blogs .portlet-body .aui .form-inline.input-resource-wrapper input {
    margin: 0;
    padding: 0; }

.aui .add-comment a {
  display: inline-block;
  padding: .5em;
  text-decoration: underline; }
  .aui .add-comment a:hover {
    text-decoration: none; }
    .aui .add-comment a:hover span {
      text-decoration: none; }

.aui .section-title {
  margin: 0; }

.aui .taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: initial; }

.aui .cke_editable, .aui .cke_editable:focus {
  background-color: transparent; }

.portlet-site-map .portlet-content {
  padding-left: 1.071428571rem;
  padding-right: 1.071428571rem;
  margin-bottom: 2.142857143rem; }
  .portlet-site-map .portlet-content ul {
    padding: 0;
    margin: 0 0 10px 25px; }
  .portlet-site-map .portlet-content a {
    display: inline-block;
    padding: .2em;
    text-decoration: underline; }

.portlet-forms-display .text-secondary {
  display: none; }

.portlet-forms-display .portlet {
  padding-left: 1.071428571rem;
  padding-right: 1.071428571rem;
  margin-bottom: 2.142857143rem; }
  @media only screen and (min-width: 1025px) {
    .portlet-forms-display .portlet {
      padding-left: 2.142857143rem;
      padding-right: 2.142857143rem; } }

.portlet-forms-display .alert-error {
  margin-bottom: 5px;
  margin-top: 20px; }
  .portlet-forms-display .alert-error .icon-arrow-down {
    padding-right: .5em; }

.portlet-forms-display .portlet-body > .alert-error {
  display: none; }

.portlet-forms-display .taglib-captcha {
  padding-top: 3em;
  position: relative; }
  .portlet-forms-display .taglib-captcha .form-validator-stack {
    background-color: #FEE5E2;
    border: 1px solid #FCACA5;
    border-radius: 2px;
    color: #B50303;
    left: 0;
    padding: 8px 35px 8px 14px;
    position: absolute;
    top: 0; }

.portlet-forms-display .ddm-form-basic-info:not(.ddm-form-success-page) {
  display: none; }

.aui .portlet-forms .ddm-form-builder-app .lfr-ddm-form-page > .row {
  margin-left: 0; }

.aui .portlet-forms .container-fluid-max-xl {
  max-width: 54.285714286rem; }

.aui .portlet-forms .container-fluid {
  margin-left: 0; }

.aui .portlet-forms .portlet-forms-display .portlet-header h1 {
  padding: 0; }

.aui .portlet-forms .form-builder-select-field .select-field-trigger {
  cursor: pointer;
  max-width: 30rem; }

.aui .portlet-forms .liferay-ddm-form-field-paragraph {
  color: inherit; }

.aui .portlet-forms label.ddm-label {
  cursor: default;
  display: block;
  font-family: inherit;
  font-weight: 600;
  font-size: .875rem; }

.aui .portlet-forms input[type="text"].ddm-field-text {
  max-width: 30rem; }

.lfr-ddm__default-page-header {
  display: none; }

.form-field-required .control-label::after {
  color: #dc3545;
  content: ' *';
  speak: none; }

.taglib-captcha .label-required {
  color: #dc3545;
  text-transform: lowercase; }

@media only screen and (min-width: 768px) {
  .flex-list {
    display: flex;
    display: -webkit-flex; } }

.category-box-spacer {
  display: none; }
  @media only screen and (min-width: 768px) {
    .category-box-spacer {
      display: block;
      flex: 1 1 7%;
      -webkit-flex: 1 1 7%; } }

.category-box {
  display: block;
  position: relative; }
  .category-box a {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    height: 100%;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .category-box a {
        align-items: center;
        min-height: 14.285714286rem;
        height: 100%; } }
  .category-box .kat-img {
    margin: 0.714285714rem; }
  .category-box .kat-img-inverted {
    display: none; }
  @media only screen and (max-width: 767px) {
    .category-box {
      margin-bottom: 0.285714286rem; }
      .category-box a {
        padding: 0.214285714rem; }
      .category-box .kat-img {
        width: 20px;
        height: 20px;
        left: 0.214285714rem;
        position: absolute;
        top: 0.214285714rem; }
      .category-box div {
        display: inline-block; } }
  @media only screen and (min-width: 768px) {
    .category-box {
      flex: 1 1 14%;
      -webkit-flex: 1 1 14%; }
      .category-box a {
        padding: 1.071428571rem 0.214285714rem;
        text-align: center; }
      .category-box .kat-img {
        width: 35px;
        height: 35px;
        vertical-align: middle;
        min-height: 4.285714286rem; } }
  @media only screen and (min-width: 1025px) {
    .category-box a {
      padding: 1.071428571rem; }
    .category-box .kat-img {
      width: 60px;
      height: 60px; } }
  .category-box:hover, .category-box:active, .category-box:focus {
    background-color: #3d3d3d;
    text-decoration: none; }
    .category-box:hover a, .category-box:active a, .category-box:focus a {
      color: #fff; }
    .category-box:hover .kat-img-inverted, .category-box:active .kat-img-inverted, .category-box:focus .kat-img-inverted {
      display: inline; }
    .category-box:hover .kat-img-normal, .category-box:active .kat-img-normal, .category-box:focus .kat-img-normal {
      display: none; }
  .category-box:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px #009fe3; }
  .category-box .category-name {
    font-weight: bold;
    word-break: break-word; }
    @media only screen and (max-width: 767px) {
      .category-box .category-name {
        display: inline; } }
  @media only screen and (max-width: 767px) {
    .category-box .category-data {
      margin-left: 2.857142857rem; }
      .category-box .category-data .vertical-align-spacer {
        font-size: 10px;
        line-height: 2.857142857rem; }
      .category-box .category-data .inline-block {
        display: inline-block;
        vertical-align: middle; } }
  @media only screen and (min-width: 768px) {
    .category-box .category-data {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      height: 100%;
      max-width: 100%; } }

.categoriesPane {
  position: relative; }
  .categoriesPane ul {
    margin: 0;
    padding: 0; }
  @media only screen and (max-width: 767px) {
    .categoriesPane {
      padding: 0 15px 15px; } }
  @media only screen and (min-width: 768px) {
    .categoriesPane .flex-list {
      margin-left: 0.714285714rem;
      margin-right: 0.714285714rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .categoriesPane .category-box {
      margin: 0.5rem; } }
  @media only screen and (min-width: 1025px) {
    .categoriesPane .category-box {
      margin: 1rem; } }

.categories-grid-portlet,
.boxes-portlet {
  margin-top: 1em; }

.aui h2.boxesportlet-title {
  font-weight: bold; }
  .aui h2.boxesportlet-title a:focus, .aui h2.boxesportlet-title a:active, .aui h2.boxesportlet-title a:hover {
    background-color: transparent;
    color: #000; }
    .aui h2.boxesportlet-title a:focus .more-linklabel, .aui h2.boxesportlet-title a:active .more-linklabel, .aui h2.boxesportlet-title a:hover .more-linklabel {
      background-color: #fff;
      color: #3d3d3d; }

.aui .more-linklabel {
  background-color: #3d3d3d;
  border: 1px solid #3d3d3d;
  font-size: 14px;
  line-height: 18px;
  margin-left: 1.071428571rem;
  vertical-align: middle;
  color: #fff; }

.boxesportlet-box {
  color: #000;
  margin-bottom: 2.142857143rem;
  padding: 1.071428571rem;
  position: relative;
  word-wrap: break-word; }
  .boxesportlet-box:hover h2,
  .boxesportlet-box:hover .goto-entry {
    text-decoration: underline; }

.boxtext {
  margin-bottom: 20px; }

.boxcategory,
.boxlicence {
  position: relative; }
  .boxcategory img,
  .boxlicence img {
    left: 0;
    margin-right: .5em;
    position: absolute;
    top: 0; }
  .boxcategory .box-name,
  .boxlicence .box-name {
    margin-left: 2.214285714rem; }

.boxlicence {
  margin: 5px 0; }

.boxes-portlet ul.row {
  width: auto;
  margin-left: -1.071428571rem;
  margin-right: -1.071428571rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  display: block;
  list-style: none;
  padding: 0; }
  .boxes-portlet ul.row::after {
    clear: both;
    content: "";
    display: table; }

.boxes-portlet li.column, .boxes-portlet .portlet-blogs li.lfr-pagination, .portlet-blogs .boxes-portlet li.lfr-pagination, .boxes-portlet li#fieldlist {
  display: block; }

.boxesportlet-faketitle {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .boxesportlet-faketitle {
      display: block;
      margin: 10px 0;
      font-size: 24px;
      line-height: 31px; } }

.developers-corner-portlet .custom-sparql-layout .yasgui .tabsList {
  display: none; }

.developers-corner-portlet .custom-sparql-layout .yasgui .controlbar {
  display: none; }

.developers-corner-portlet .custom-sparql-layout .yasgui .yasr .tableControls .pageSizerLabel {
  display: none; }

.developers-corner-portlet .custom-sparql-layout .yasgui .yasr .tableControls .tableSizer {
  margin-bottom: 0; }

.developers-corner-portlet .select-format-margin {
  margin-bottom: 15px; }

.developers-corner-portlet .query-execute {
  float: right; }

.developers-corner-portlet .mobileList {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .developers-corner-portlet .mobileList .btn-small {
    width: 33%;
    padding: .3em .5em !important; }
    @media only screen and (min-width: 768px) {
      .developers-corner-portlet .mobileList .btn-small {
        display: none; } }

@media only screen and (max-width: 767px) {
  .developers-corner-portlet .listElements {
    display: none; } }

@media only screen and (min-width: 768px) {
  .developers-corner-portlet .listElements {
    display: block; } }

.developers-corner-portlet .prefix-textbox {
  width: 100%; }

.developers-corner-portlet .btn-margin {
  margin-right: 5px;
  margin-bottom: 5px; }

.developers-corner-portlet .prefix-btn-active {
  background: #fff;
  color: #000; }

.developers-corner-portlet .formatselectarea select {
  background: url("/o/govdatastyle-theme/images/select-arrow-down-gray.png") no-repeat right center #3d3d3d;
  background-color: #fff;
  color: #3d3d3d;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: bold;
  height: inherit;
  margin: 0;
  padding: 6px 8px;
  width: 100%;
  border: 1px solid #c5c5c5;
  box-shadow: 1px 1px 1px #c5c5c5; }
  @media only screen and (min-width: 768px) {
    .developers-corner-portlet .formatselectarea select {
      float: left;
      width: 25%; } }

@media only screen and (max-width: 767px) {
  .developers-corner-portlet .formatselectarea {
    font-size: 14px; } }

.developers-corner-portlet .formatselectarea .select-with-info-icon select {
  vertical-align: middle; }
  @media only screen and (min-width: 768px) {
    .developers-corner-portlet .formatselectarea .select-with-info-icon select {
      float: none; } }
  @media only screen and (max-width: 767px) {
    .developers-corner-portlet .formatselectarea .select-with-info-icon select {
      width: 90%; } }

.developers-corner-portlet .formatselectarea .select-with-info-icon .show-full-text {
  vertical-align: middle;
  font-size: 18px; }
  .developers-corner-portlet .formatselectarea .select-with-info-icon .show-full-text svg {
    top: 0; }
  .developers-corner-portlet .formatselectarea .select-with-info-icon .show-full-text .lexicon-icon {
    margin-top: 0; }

.developers-corner-portlet .description-ext {
  margin-top: 0.714285714rem;
  padding: 0 0.357142857rem; }

.aui a.open-filter-menu-small {
  background: none #fff;
  box-shadow: 1px 1px 1px #c5c5c5;
  display: block;
  font-weight: bold;
  padding: .7em 1.2em .7em .7em;
  width: 100%; }
  .aui a.open-filter-menu-small span {
    display: inline-block; }

.open-filter-menu-small .sbi-hamburger-menu, .open-filter-menu-small .portlet-blogs .navbar .btn-navbar, .portlet-blogs .navbar .open-filter-menu-small .btn-navbar {
  font-size: 1.4em;
  padding-left: 3.5em;
  vertical-align: middle; }

#mq-portlet-body .design-box, #mq-portlet-body .aui .portlet-journal-content, .aui #mq-portlet-body .portlet-journal-content, #mq-portlet-body .modern-nav, #mq-portlet-body .modern-information-nav, #mq-portlet-body .metadata-quality-nav, #mq-portlet-body .information-nav, #mq-portlet-body .aui .portlet-journal-content.article-gray-header .portlet-content-container, .aui .portlet-journal-content.article-gray-header #mq-portlet-body .portlet-content-container, #mq-portlet-body .portlet-journal-content.standalone-page .portlet-content-container, .portlet-journal-content.standalone-page #mq-portlet-body .portlet-content-container, #mq-portlet-body .portlet-blogs .portlet-body .form-inline.input-resource-wrapper, .portlet-blogs .portlet-body #mq-portlet-body .form-inline.input-resource-wrapper, #mq-portlet-body .portlet-blogs div.widget-mode-simple-entry, .portlet-blogs #mq-portlet-body div.widget-mode-simple-entry, #mq-portlet-body .portlet-blogs .widget-mode-detail .widget-mode-detail-header .widget-mode-detail-text, .portlet-blogs .widget-mode-detail .widget-mode-detail-header #mq-portlet-body .widget-mode-detail-text, #mq-portlet-body .taglib-discussion, #mq-portlet-body .portlet-site-map .portlet-content-container, .portlet-site-map #mq-portlet-body .portlet-content-container, #mq-portlet-body .portlet-forms-display .portlet-content-container, .portlet-forms-display #mq-portlet-body .portlet-content-container, #mq-portlet-body #portlet_verify-email-address, #mq-portlet-body .portlet-login, #mq-portlet-body #portlet_new-password .portlet-content-container, #portlet_new-password #mq-portlet-body .portlet-content-container, #mq-portlet-body #portlet_terms-of-use .portlet-content-container, #portlet_terms-of-use #mq-portlet-body .portlet-content-container {
  padding: 0.714285714rem 1.428571429rem; }
  #mq-portlet-body .design-box:not(:first-child), #mq-portlet-body .aui .portlet-journal-content:not(:first-child), .aui #mq-portlet-body .portlet-journal-content:not(:first-child), #mq-portlet-body .modern-nav:not(:first-child), #mq-portlet-body .modern-information-nav:not(:first-child), #mq-portlet-body .metadata-quality-nav:not(:first-child), #mq-portlet-body .information-nav:not(:first-child), #mq-portlet-body .aui .portlet-journal-content.article-gray-header .portlet-content-container:not(:first-child), .aui .portlet-journal-content.article-gray-header #mq-portlet-body .portlet-content-container:not(:first-child), #mq-portlet-body .portlet-journal-content.standalone-page .portlet-content-container:not(:first-child), .portlet-journal-content.standalone-page #mq-portlet-body .portlet-content-container:not(:first-child), #mq-portlet-body .portlet-blogs .portlet-body .form-inline.input-resource-wrapper:not(:first-child), .portlet-blogs .portlet-body #mq-portlet-body .form-inline.input-resource-wrapper:not(:first-child), #mq-portlet-body .portlet-blogs div.widget-mode-simple-entry:not(:first-child), .portlet-blogs #mq-portlet-body div.widget-mode-simple-entry:not(:first-child), #mq-portlet-body .portlet-blogs .widget-mode-detail .widget-mode-detail-header .widget-mode-detail-text:not(:first-child), .portlet-blogs .widget-mode-detail .widget-mode-detail-header #mq-portlet-body .widget-mode-detail-text:not(:first-child), #mq-portlet-body .taglib-discussion:not(:first-child), #mq-portlet-body .portlet-site-map .portlet-content-container:not(:first-child), .portlet-site-map #mq-portlet-body .portlet-content-container:not(:first-child), #mq-portlet-body .portlet-forms-display .portlet-content-container:not(:first-child), .portlet-forms-display #mq-portlet-body .portlet-content-container:not(:first-child), #mq-portlet-body #portlet_verify-email-address:not(:first-child), #mq-portlet-body .portlet-login:not(:first-child), #mq-portlet-body #portlet_new-password .portlet-content-container:not(:first-child), #portlet_new-password #mq-portlet-body .portlet-content-container:not(:first-child), #mq-portlet-body #portlet_terms-of-use .portlet-content-container:not(:first-child), #portlet_terms-of-use #mq-portlet-body .portlet-content-container:not(:first-child) {
    margin-top: 2.142857143rem; }
  #mq-portlet-body .design-box:last-child, #mq-portlet-body .aui .portlet-journal-content:last-child, .aui #mq-portlet-body .portlet-journal-content:last-child, #mq-portlet-body .modern-nav:last-child, #mq-portlet-body .modern-information-nav:last-child, #mq-portlet-body .metadata-quality-nav:last-child, #mq-portlet-body .information-nav:last-child, #mq-portlet-body .aui .portlet-journal-content.article-gray-header .portlet-content-container:last-child, .aui .portlet-journal-content.article-gray-header #mq-portlet-body .portlet-content-container:last-child, #mq-portlet-body .portlet-journal-content.standalone-page .portlet-content-container:last-child, .portlet-journal-content.standalone-page #mq-portlet-body .portlet-content-container:last-child, #mq-portlet-body .portlet-blogs .portlet-body .form-inline.input-resource-wrapper:last-child, .portlet-blogs .portlet-body #mq-portlet-body .form-inline.input-resource-wrapper:last-child, #mq-portlet-body .portlet-blogs div.widget-mode-simple-entry:last-child, .portlet-blogs #mq-portlet-body div.widget-mode-simple-entry:last-child, #mq-portlet-body .portlet-blogs .widget-mode-detail .widget-mode-detail-header .widget-mode-detail-text:last-child, .portlet-blogs .widget-mode-detail .widget-mode-detail-header #mq-portlet-body .widget-mode-detail-text:last-child, #mq-portlet-body .taglib-discussion:last-child, #mq-portlet-body .portlet-site-map .portlet-content-container:last-child, .portlet-site-map #mq-portlet-body .portlet-content-container:last-child, #mq-portlet-body .portlet-forms-display .portlet-content-container:last-child, .portlet-forms-display #mq-portlet-body .portlet-content-container:last-child, #mq-portlet-body #portlet_verify-email-address:last-child, #mq-portlet-body .portlet-login:last-child, #mq-portlet-body #portlet_new-password .portlet-content-container:last-child, #portlet_new-password #mq-portlet-body .portlet-content-container:last-child, #mq-portlet-body #portlet_terms-of-use .portlet-content-container:last-child, #portlet_terms-of-use #mq-portlet-body .portlet-content-container:last-child {
    margin-bottom: 2.142857143rem; }

.aui h2.chart-title {
  font-weight: bold;
  text-align: center; }

.show-full-text {
  cursor: pointer; }
  .show-full-text svg {
    position: relative;
    top: -4px; }

.metadata-quality-nav .portlet-content-container {
  background-color: #e6cbda; }

.metadata-quality-nav ul {
  background-color: #e6cbda; }

.metadata-quality-nav li.nav-item {
  border-width: 2px; }
  .metadata-quality-nav li.nav-item.selected {
    background-color: #80004b; }
  .metadata-quality-nav li.nav-item a:hover {
    background-color: #80004b; }

.metainfo {
  text-transform: capitalize; }
  .metainfo > * {
    vertical-align: middle; }

.mediatype-icon {
  border-radius: 50%;
  display: inline-block;
  margin-right: .5em;
  padding: 0.714285714rem; }
  .mediatype-icon img {
    display: block;
    height: 20px;
    width: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mediatype-icon.big {
      padding: 0.928571429rem; }
      .mediatype-icon.big img {
        height: 24px;
        width: 24px; } }
  @media only screen and (min-width: 1025px) {
    .mediatype-icon.big {
      padding: 1.071428571rem; }
      .mediatype-icon.big img {
        height: 30px;
        width: 30px; } }

#contentPane {
  margin-top: 1.071428571rem; }
  @media only screen and (min-width: 1025px) {
    #contentPane {
      margin-top: 2.142857143rem; } }
  #contentPane form {
    margin: 0; }

.typefilterarea {
  margin-bottom: 1.071428571rem; }
  .typefilterarea ul {
    margin: 0;
    padding: 0; }

.aui .hitscount {
  min-height: 2em;
  padding-top: 0.642857143rem; }
  @media only screen and (max-width: 767px) {
    .aui .hitscount {
      font-size: 24px; } }

.suggestions {
  margin-bottom: .5em; }
  .suggestions a {
    font-weight: bold; }

.aui .filterarea-title {
  margin-bottom: 1em;
  margin-top: .6em; }

.aui .filtergroup-title {
  padding: .5em; }

.filterarea .reset-button {
  border-top: 1px solid #3d3d3d;
  margin-top: 1.5em;
  padding-top: 2rem;
  text-align: center; }

.reset-button-spacer {
  height: 4em; }

@media only screen and (max-width: 767px) {
  .aui .off-canvas-container .more-linklabel {
    margin-left: 0;
    margin-top: 1em; } }

.aui .off-canvas-container .reset-button .more-linklabel {
  margin-top: 0em; }

#filterarea-container .more-linklabel {
  float: right;
  margin-left: 0; }

.aui .filtergroup {
  margin-bottom: 1em; }
  .aui .filtergroup .checkboxrow {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: .5em; }
    .aui .filtergroup .checkboxrow .checkbox {
      background-color: #fff;
      border: 1px solid #acabab;
      border-radius: 3px;
      box-shadow: 0 1px 1px #c5c5c5;
      display: inline-block;
      font-family: 'govdata';
      font-size: 1em;
      height: 20px;
      line-height: 18px;
      margin-right: .5em;
      min-height: 20px;
      min-width: 20px;
      padding-left: .2em;
      vertical-align: top;
      width: 20px; }
    .aui .filtergroup .checkboxrow:focus .checkbox, .aui .filtergroup .checkboxrow:active .checkbox, .aui .filtergroup .checkboxrow:hover .checkbox {
      box-shadow: none; }
    .aui .filtergroup .checkboxrow input[type=checkbox] {
      display: none; }
      .aui .filtergroup .checkboxrow input[type=checkbox]:checked + label {
        background-color: #3d3d3d;
        border-color: #3d3d3d;
        box-shadow: none;
        color: #fff; }
        .aui .filtergroup .checkboxrow input[type=checkbox]:checked + label::before {
          content: 'a';
          speak: none; }
    .aui .filtergroup .checkboxrow.checked .checkbox {
      background-color: #3d3d3d;
      border-color: #3d3d3d;
      box-shadow: none;
      color: #fff; }
    .aui .filtergroup .checkboxrow.disabled .checkbox {
      background-color: #ebebeb;
      border-color: #d2d2d2;
      box-shadow: none; }
    .aui .filtergroup .checkboxrow .filtername {
      -webkit-flex-grow: 2;
      -ms-flex-grow: 2;
      flex-grow: 2; }

.filtergroup.show-hidden-rows .show-more-hidden {
  display: -webkit-flex !important;
  display: -ms-flex !important;
  display: flex !important; }

.filtergroup .show-more-hidden:not(.checked) {
  display: none; }

.filtergroup .show-more-button {
  display: block;
  padding: .5em .5em .5em 2.6em;
  text-decoration: underline; }

.filterresultcount, .rating-mean, .document-type-list span {
  border: 1px solid #c5c5c5;
  border-radius: 1em;
  float: right;
  height: 1.642857143rem;
  padding: .1em .9em .1em .8em; }

.spatial-filter {
  position: relative; }
  .spatial-filter dd {
    display: inline-block;
    float: right;
    padding: .5em; }
  .spatial-filter .filtergroup-title {
    display: inline-block; }
  .spatial-filter .spatial-edit-link {
    padding: .5em;
    text-decoration: underline; }
    .spatial-filter .spatial-edit-link:hover, .spatial-filter .spatial-edit-link:focus, .spatial-filter .spatial-edit-link:active {
      text-decoration: none; }

.aui .date-filter-area {
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 10;
  -ms-flex-grow: 10;
  flex-grow: 10; }
  .aui .date-filter-area input[type=text] {
    width: 100%;
    margin-bottom: 0px; }
  .aui .date-filter-area .checkbox {
    margin-bottom: .4rem; }

.aui .date-filter-separator {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  width: 2rem; }

.aui .right-aligned-link {
  padding-right: .5em;
  text-align: right; }

.aui .date-filter-apply-link {
  background: #fff;
  border: 0;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  left: .5em;
  line-height: 20px;
  padding: .5em;
  position: relative;
  text-decoration: underline; }
  .aui .date-filter-apply-link:hover, .aui .date-filter-apply-link:focus, .aui .date-filter-apply-link:active {
    background-color: #3d3d3d;
    color: #fff;
    text-decoration: none; }

.document-type-list {
  font-weight: bold; }
  .document-type-list li {
    display: inline-block; }
    .document-type-list li:first-child > a {
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .document-type-list li:last-child > a, .document-type-list li:last-child.no-results {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .document-type-list .document-type-item {
    background: #fff;
    border-color: #c5c5c5;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: inline-block;
    line-height: 1.642857143rem;
    padding: .65em .8em; }
  .document-type-list a.document-type-item:hover {
    border-color: #3d3d3d; }
  .document-type-list span {
    display: none;
    margin-left: .7em; }
    @media only screen and (min-width: 1200px) {
      .document-type-list span {
        display: inline; } }
  .document-type-list .document-type-all {
    border-left-width: 1px;
    border-right-width: 0;
    padding-left: 1.2em;
    position: relative; }
    .document-type-list .document-type-all::before, .document-type-list .document-type-all::after {
      content: ' ';
      height: 1.5rem;
      pointer-events: none;
      position: absolute;
      right: -0.714285714rem;
      width: 0.714285714rem; }
    .document-type-list .document-type-all::before {
      background: transparent linear-gradient(66deg, #fff 45%, #c5c5c5 50%, rgba(0, 0, 0, 0) 55%) no-repeat scroll 0% 0%;
      top: 0; }
    .document-type-list .document-type-all::after {
      background: transparent linear-gradient(-66deg, rgba(0, 0, 0, 0) 45%, #c5c5c5 50%, #fff 55%) no-repeat scroll 0% 0%;
      bottom: -1px; }
    .document-type-list .document-type-all:hover::before, .document-type-list .document-type-all.selected::before {
      background: transparent linear-gradient(66deg, #3d3d3d 50%, rgba(0, 0, 0, 0) 55%) no-repeat scroll 0% 0%; }
    .document-type-list .document-type-all:hover::after, .document-type-list .document-type-all.selected::after {
      background: transparent linear-gradient(-66deg, rgba(0, 0, 0, 0) 50%, #3d3d3d 55%) no-repeat scroll 0% 0%; }
  .document-type-list .type-all-container + li > a,
  .document-type-list .type-all-container + li.no-results {
    padding-left: 1.4em; }
  .document-type-list .no-results {
    color: #c5c5c5; }
  .document-type-list .selected {
    background-color: #3d3d3d;
    border-color: #3d3d3d;
    color: #fff;
    outline: 5px solid transparent; }

.filter-tags {
  margin-top: 1em; }
  .filter-tags .filter-tag {
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    display: inline-block;
    margin: 3px;
    padding: .1em .5em; }
  .filter-tags .filter-tag-remove {
    margin-left: .2em;
    padding: 0 .3em; }

.sortby {
  float: right;
  margin-top: 1em;
  position: relative; }
  .sortby .dropdown {
    padding: .5em; }
    .sortby .dropdown::after {
      content: "e";
      speak: none;
      margin-left: .3em;
      font-family: "govdata" !important;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      top: 3px; }
  .sortby .sort-dropdown-canvas {
    border-top-width: 0;
    font-weight: bold;
    float: right; }
    .sortby .sort-dropdown-canvas a {
      padding: .7em;
      padding-left: 2em; }
    .sortby .sort-dropdown-canvas .sbi-check::before {
      font-size: 12px;
      left: 7px;
      line-height: 20px;
      position: absolute; }
  .sortby .sort-active-label {
    font-weight: bold;
    margin-left: 1.2em; }

#searchresult-container ul {
  padding: 0; }

.resultentry {
  margin-bottom: 1.071428571rem;
  position: relative; }
  .resultentry .row {
    width: auto;
    margin-left: -1.071428571rem;
    margin-right: -1.071428571rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    display: block; }
    .resultentry .row::after {
      clear: both;
      content: "";
      display: table; }
  @media only screen and (min-width: 1025px) {
    .resultentry {
      margin-bottom: 2.142857143rem; } }
  .resultentry h2 {
    margin-top: 5px; }
  .resultentry .column, .resultentry .portlet-blogs .lfr-pagination, .portlet-blogs .resultentry .lfr-pagination, .resultentry #fieldlist {
    position: static; }
  .resultentry .h2-teaser {
    word-wrap: break-word; }
  .resultentry .h2-teaser,
  .resultentry .resource-formats,
  .resultentry .last-modified {
    margin-bottom: 1em; }
  .resultentry .hvd-designation {
    margin-top: 1em; }
  .resultentry .h2-metainfo dl dd, .resultentry .aui .footer-text dl dd, .aui .resultentry .footer-text dl dd, .resultentry .aui a.action-button dl dd, .aui .resultentry a.action-button dl dd, .resultentry .aui .sb-tag dl dd, .aui .resultentry .sb-tag dl dd, .resultentry .aui .btn:not(.btn-unstyled) dl dd, .aui .resultentry .btn:not(.btn-unstyled) dl dd, .resultentry .portlet-message-boards .input-group .btn dl dd, .portlet-message-boards .input-group .resultentry .btn dl dd, .resultentry .linkbutton dl dd, .resultentry .mobile-dropdown select dl dd, .mobile-dropdown .resultentry select dl dd, .resultentry .share-container .share-label dl dd, .share-container .resultentry .share-label dl dd, .resultentry .aui .button-search dl dd, .aui .resultentry .button-search dl dd, .resultentry .aui .button-mapsearch dl dd, .aui .resultentry .button-mapsearch dl dd, .resultentry .aui input.input-search dl dd, .aui .resultentry input.input-search dl dd, .resultentry .portlet-blogs .entry-date dl dd, .portlet-blogs .resultentry .entry-date dl dd, .resultentry .portlet-blogs .entry-footer dl dd, .portlet-blogs .resultentry .entry-footer dl dd, .resultentry .portlet-blogs .subscribe a dl dd, .portlet-blogs .subscribe .resultentry a dl dd, .resultentry .portlet-blogs .lfr-pagination dl dd, .portlet-blogs .resultentry .lfr-pagination dl dd, .resultentry .taglib-user-display .user-profile-image dl dd, .taglib-user-display .resultentry .user-profile-image dl dd, .resultentry .taglib-user-display .user-name dl dd, .taglib-user-display .resultentry .user-name dl dd, .resultentry .aui a.open-filter-menu-small dl dd, .aui .resultentry a.open-filter-menu-small dl dd, .resultentry .filtergroup dd dl dd, .filtergroup .resultentry dd dl dd, .resultentry .document-type-list dl dd, .resultentry .filter-tags dl dd, .resultentry .sortby dl dd, .resultentry .open-filter-menu-medium dl dd, .resultentry .aui .map-search-button dl dd, .aui .resultentry .map-search-button dl dd {
    word-wrap: break-word; }
  .resultentry .resultdetail {
    padding: .5em 0; }
  .resultentry .categories > * {
    display: inline-block;
    margin-right: 1em; }
  .resultentry .category-list > * {
    margin: 5px 0; }

.aui .resultentry.hvd, .searchdetails-infobox.hvd {
  border: 2px dashed #daa520; }

.aui .resultentry .resource-icon {
  display: inline-block;
  float: none; }

.searchresults-more {
  margin: 0.714285714rem 0;
  text-align: center;
  padding: 1.428571429rem 0; }

.open-filter-menu-medium {
  background: none #fff;
  border-color: #c5c5c5;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  box-shadow: 2px 2px 2px #c5c5c5;
  display: inline-block;
  float: right;
  font-weight: bold;
  left: 15px;
  padding: .7em 1.2em .7em 1.5em;
  position: relative; }

.aui a.open-filter-menu-small {
  background: none #fff;
  box-shadow: 1px 1px 1px #c5c5c5;
  display: block;
  font-weight: bold;
  padding: .7em 1.2em .7em .7em;
  width: 100%; }
  .aui a.open-filter-menu-small span {
    display: inline-block; }

.filter-tags-title {
  display: inline-block; }

.open-filter-menu-small .sbi-hamburger-menu, .open-filter-menu-small .portlet-blogs .navbar .btn-navbar, .portlet-blogs .navbar .open-filter-menu-small .btn-navbar,
.open-filter-menu-medium .sbi-hamburger-menu,
.open-filter-menu-medium .portlet-blogs .navbar .btn-navbar,
.portlet-blogs .navbar .open-filter-menu-medium .btn-navbar {
  font-size: 1.4em;
  padding-left: 3.5em;
  vertical-align: middle; }

.aui a.active-filters {
  background-color: #3d3d3d;
  color: #fff; }

.aui .empty-search .label {
  border: 1px solid #3d3d3d;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  line-height: 18px;
  margin-right: 1.071428571rem;
  vertical-align: middle;
  text-decoration: none;
  color: #fff; }
  .aui .empty-search .label:hover {
    background-color: #fff;
    color: #3d3d3d; }

.extsearchbutton {
  flex-grow: 2;
  position: relative;
  text-align: right;
  top: -2px; }
  @media only screen and (min-width: 768px) {
    .extsearchbutton {
      top: 3px; } }
  @media only screen and (max-width: 767px) {
    .extsearchbutton .btn {
      display: inline-block;
      width: auto; } }

.aui .newdatasetbutton {
  text-align: right; }
  .aui .newdatasetbutton .btn {
    padding: 4px 12px; }

.searchdetails a.action-button {
  float: right;
  padding: .5em 1em; }

@media only screen and (max-width: 767px) {
  .list-view-image {
    display: none; } }

.searchdetails .column, .searchdetails .portlet-blogs .lfr-pagination, .portlet-blogs .searchdetails .lfr-pagination, .searchdetails #fieldlist {
  margin-bottom: 1.071428571rem; }
  @media only screen and (min-width: 1025px) {
    .searchdetails .column, .searchdetails .portlet-blogs .lfr-pagination, .portlet-blogs .searchdetails .lfr-pagination, .searchdetails #fieldlist {
      margin-bottom: 2.142857143rem; } }

.searchdetails .h2-teaser {
  margin-bottom: 1em;
  word-wrap: break-word; }

.searchdetails .space-bottom {
  margin-bottom: 1.2em; }

.searchdetails .iconlink {
  font-size: 20px;
  vertical-align: top; }

.searchdetails .link-to-source {
  margin-bottom: 1em; }

.searchdetails .alert {
  margin: .5em 0 0;
  padding: .5em 1em; }

.searchdetails .alert strong {
  font-weight: normal; }

.searchdetails .alert-icon-resource {
  margin-right: .5em;
  width: 1.428571429rem; }

.searchdetails .disc-list-item {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside; }

.searchdetails .showmore-btn {
  cursor: pointer;
  text-decoration: underline; }

.searchdetails .showcase-images-box {
  display: flow-root;
  margin-bottom: 0.714285714rem; }

.searchdetails .showcase-image {
  float: left;
  padding: 0.178571429rem;
  width: 25%; }
  @media only screen and (max-width: 767px) {
    .searchdetails .showcase-image {
      width: 50%; } }
  .searchdetails .showcase-image img {
    width: 100%; }

.aui .resource-list {
  margin: 0;
  padding: 0; }
  .aui .resource-list dt,
  .aui .resource-list dd {
    margin: .5em 0;
    line-height: 1.642857143rem; }
  .aui .resource-list dt:before {
    content: "";
    display: block; }
  .aui .resource-list li {
    display: block;
    margin-bottom: .6em;
    word-wrap: break-word; }
    .aui .resource-list li:last-child {
      margin-bottom: 0; }
  .aui .resource-list .urllist {
    display: inline; }
  .aui .resource-list h2, .aui .resource-list h3 {
    border-top: 1px solid #c5c5c5;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: .7em 0 .4em;
    font-weight: bold; }
  .aui .resource-list a {
    text-decoration: underline; }

.aui .resource-icon {
  background-color: #3d3d3d;
  border-radius: 3px;
  color: #fff;
  float: right;
  padding: 0 .5em;
  text-align: center;
  font-weight: normal;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  line-height: 20px;
  max-width: 11em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.resource-icon.hvd-icon {
  background-color: #daa520;
  float: none;
  font-weight: bold; }

.ckan-link .resource-item {
  word-break: break-all; }

.taglist > * {
  display: inline; }
  .taglist > *:not(:last-child) span::after {
    content: ', '; }

.searchdetails-infobox [class^='sbi-']:before,
.searchdetails-infobox [class*=' sbi-']:before {
  font-size: 1.285714286rem;
  line-height: 1.285714286rem;
  padding: .3em;
  vertical-align: text-top; }

.searchdetails-infobox .licence span::before {
  line-height: 1rem; }

.searchdetails-infobox .categories > * {
  margin: 0.357142857rem 0; }

.searchdetails-infobox dl dd {
  word-wrap: break-word; }

.details-rating {
  float: right; }

.aui .comment-textarea {
  border: 1px solid #c5c5c5;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 1.428571429rem;
  margin-top: 1.071428571rem;
  min-height: 7em;
  padding: 1em;
  width: 100%; }

.comment-button-row {
  margin-bottom: 1.071428571rem;
  text-align: right; }

.comment-entry .avatar {
  border-radius: 50%;
  float: left;
  height: 50px;
  margin-right: 1em;
  width: 50px; }

.comment-entry .user-name {
  margin-top: 5px; }

.comment-controls {
  clear: both;
  padding: 0.714285714rem 0; }
  .comment-controls .edit,
  .comment-controls .delete {
    background: none;
    background-image: none;
    border: 0; }
    .comment-controls .edit i,
    .comment-controls .delete i {
      margin-right: 5px; }

.comment-edit-area {
  display: none; }

.show-no-comments {
  display: none; }

.no-comments .show-no-comments {
  display: block; }

.no-comments .hide-no-comments {
  display: none; }

.section-margin-top {
  margin-top: 1em; }

.gd-search-numbers-portlet ul {
  margin: 0;
  padding: 0; }

.gd-search-numbers-portlet .numbers-list {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .gd-search-numbers-portlet .numbers-list {
      margin: 0 1.071428571rem; } }

.gd-search-numbers-portlet .numbers-box {
  display: inline-block;
  position: relative;
  vertical-align: top; }
  .gd-search-numbers-portlet .numbers-box a {
    display: block;
    color: #3d3d3d;
    text-align: initial; }
  .gd-search-numbers-portlet .numbers-box .inline-block {
    display: inline-block;
    vertical-align: middle; }
  .gd-search-numbers-portlet .numbers-box .number-data {
    display: block; }
  @media only screen and (min-width: 1025px) {
    .gd-search-numbers-portlet .numbers-box {
      width: 21.428571429rem; }
      .gd-search-numbers-portlet .numbers-box .number-data {
        margin-bottom: 0.714285714rem; }
      .gd-search-numbers-portlet .numbers-box .type-img {
        width: 46px;
        height: 46px; } }
  @media only screen and (min-width: 768px) {
    .gd-search-numbers-portlet .numbers-box {
      margin: 0.714285714rem 0.357142857rem; }
      .gd-search-numbers-portlet .numbers-box a {
        padding: 0.714285714rem;
        min-width: 14.285714286rem;
        height: 8.071428571rem; }
        .gd-search-numbers-portlet .numbers-box a span {
          font-size: 50px;
          font-family: 'Source Sans Pro';
          font-weight: bold; }
      .gd-search-numbers-portlet .numbers-box .numbers-list-item {
        display: none; }
      .gd-search-numbers-portlet .numbers-box .numbers-grid-item {
        position: relative; }
        .gd-search-numbers-portlet .numbers-box .numbers-grid-item .grid-box {
          height: 8.071428571rem; }
          .gd-search-numbers-portlet .numbers-box .numbers-grid-item .grid-box .type-img-inverted {
            display: none; }
          .gd-search-numbers-portlet .numbers-box .numbers-grid-item .grid-box:hover .type-img-inverted, .gd-search-numbers-portlet .numbers-box .numbers-grid-item .grid-box:active .type-img-inverted, .gd-search-numbers-portlet .numbers-box .numbers-grid-item .grid-box:focus .type-img-inverted {
            display: inline; }
          .gd-search-numbers-portlet .numbers-box .numbers-grid-item .grid-box:hover .type-img-normal, .gd-search-numbers-portlet .numbers-box .numbers-grid-item .grid-box:active .type-img-normal, .gd-search-numbers-portlet .numbers-box .numbers-grid-item .grid-box:focus .type-img-normal {
            display: none; }
        .gd-search-numbers-portlet .numbers-box .numbers-grid-item .type-name {
          color: white;
          font-size: 28px;
          font-family: 'Source Sans Pro';
          font-weight: bold;
          line-height: 36px;
          background-color: #3d3d3d;
          padding: 0px 10px;
          display: inline-block; }
        .gd-search-numbers-portlet .numbers-box .numbers-grid-item .number-type-name {
          display: block; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .gd-search-numbers-portlet .numbers-box {
      width: 16.071428571rem; }
      .gd-search-numbers-portlet .numbers-box a span {
        font-size: 37px; }
      .gd-search-numbers-portlet .numbers-box .grid-box {
        width: 16.071428571rem; }
      .gd-search-numbers-portlet .numbers-box .numbers-grid-item .type-name {
        font-size: 21px;
        line-height: 28px; }
      .gd-search-numbers-portlet .numbers-box .number-data {
        margin-bottom: 0.357142857rem; }
      .gd-search-numbers-portlet .numbers-box .type-img {
        width: 38px;
        height: 38px; } }
  @media only screen and (max-width: 767px) {
    .gd-search-numbers-portlet .numbers-box {
      flex-direction: column;
      height: 100%;
      width: 100%;
      background-color: #fff;
      border-color: #c5c5c5;
      border-style: solid;
      border-width: 0 1px 1px 0;
      margin-bottom: 0.285714286rem;
      margin-top: 0.285714286rem; }
      .gd-search-numbers-portlet .numbers-box a {
        padding: 0.714285714rem; }
      .gd-search-numbers-portlet .numbers-box .type-img {
        width: 30px;
        height: 30px; }
      .gd-search-numbers-portlet .numbers-box .numbers-grid-item {
        display: none; }
      .gd-search-numbers-portlet .numbers-box .numbers-list-item .number-label {
        font-weight: bold;
        word-break: break-word;
        display: inline; }
      .gd-search-numbers-portlet .numbers-box .numbers-list-item .number-label-number {
        font-size: 28px;
        margin: 0px 5px;
        line-height: 30px; }
      .gd-search-numbers-portlet .numbers-box .numbers-list-item .number-label-type {
        font-size: 18px;
        background-color: #3d3d3d;
        color: white;
        padding: 3px 10px;
        position: relative; }
      .gd-search-numbers-portlet .numbers-box .numbers-list-item .type-img-inverted {
        display: none; }
      .gd-search-numbers-portlet .numbers-box .numbers-list-item:hover .type-img-inverted, .gd-search-numbers-portlet .numbers-box .numbers-list-item:active .type-img-inverted, .gd-search-numbers-portlet .numbers-box .numbers-list-item:focus .type-img-inverted,
      .gd-search-numbers-portlet .numbers-box .numbers-list-item a:focus .type-img-inverted {
        display: inline; }
      .gd-search-numbers-portlet .numbers-box .numbers-list-item:hover .type-img-normal, .gd-search-numbers-portlet .numbers-box .numbers-list-item:active .type-img-normal, .gd-search-numbers-portlet .numbers-box .numbers-list-item:focus .type-img-normal,
      .gd-search-numbers-portlet .numbers-box .numbers-list-item a:focus .type-img-normal {
        display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gd-search-numbers-portlet .social-media-included-list {
    margin-left: auto;
    margin-right: auto;
    width: 42.857142857rem; } }

@media only screen and (min-width: 1025px) {
  .gd-search-numbers-portlet .social-media-included-list .numbers-box {
    width: 15.857142857rem; } }

@media only screen and (min-width: 768px) {
  .gd-search-numbers-portlet .social-media-included-list .numbers-box a span {
    font-size: 47px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gd-search-numbers-portlet .social-media-included-list .numbers-box .number-data {
    margin-bottom: 0.714285714rem; }
  .gd-search-numbers-portlet .social-media-included-list .numbers-box .type-img {
    width: 46px;
    height: 46px; }
  .gd-search-numbers-portlet .social-media-included-list .numbers-box .type-name {
    font-size: 28px;
    line-height: 36px; } }

.gd-search-numbers-portlet .social-media-included-list .type-social-media .post-header {
  font-size: 25px;
  float: left;
  width: 100%;
  margin-bottom: 5px; }

.gd-search-numbers-portlet .social-media-included-list .type-social-media .post-icon {
  float: left;
  font-size: 20px;
  padding: 5px;
  border-radius: 50%; }

.gd-search-numbers-portlet .social-media-included-list .type-social-media .fa-x-twitter {
  background-color: #14171A; }

.gd-search-numbers-portlet .social-media-included-list .type-social-media .fa-mastodon {
  background-color: #563ACC; }

.gd-search-numbers-portlet .social-media-included-list .type-social-media .post-author {
  float: left;
  margin-left: 7px; }

.gd-search-numbers-portlet .social-media-included-list .type-social-media .post-user {
  font-size: 12px;
  line-height: 14px;
  float: left;
  clear: left; }

.gd-search-numbers-portlet .social-media-included-list .type-social-media .post-username {
  font-weight: 300; }

.gd-search-numbers-portlet .social-media-included-list .type-social-media .post-date {
  font-size: 12px;
  font-weight: 300;
  float: right; }

.gd-search-numbers-portlet .social-media-included-list .type-social-media .post-body {
  font-size: 12px;
  line-height: 20px;
  display: block;
  clear: both;
  word-wrap: break-word; }

.gd-search-numbers-portlet .social-media-included-list .type-social-media .design-box a, .gd-search-numbers-portlet .social-media-included-list .type-social-media .aui .portlet-journal-content a, .aui .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-journal-content a, .gd-search-numbers-portlet .social-media-included-list .type-social-media .modern-nav a, .gd-search-numbers-portlet .social-media-included-list .type-social-media .modern-information-nav a, .gd-search-numbers-portlet .social-media-included-list .type-social-media .metadata-quality-nav a, .gd-search-numbers-portlet .social-media-included-list .type-social-media .information-nav a, .aui .portlet-journal-content.article-gray-header .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-journal-content.standalone-page .portlet-content-container a, .portlet-journal-content.standalone-page .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-blogs .portlet-body .form-inline.input-resource-wrapper a, .portlet-blogs .portlet-body .gd-search-numbers-portlet .social-media-included-list .type-social-media .form-inline.input-resource-wrapper a, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-blogs div.widget-mode-simple-entry a, .portlet-blogs .gd-search-numbers-portlet .social-media-included-list .type-social-media div.widget-mode-simple-entry a, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-blogs .widget-mode-detail .widget-mode-detail-header .widget-mode-detail-text a, .portlet-blogs .widget-mode-detail .widget-mode-detail-header .gd-search-numbers-portlet .social-media-included-list .type-social-media .widget-mode-detail-text a, .gd-search-numbers-portlet .social-media-included-list .type-social-media .taglib-discussion a, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-site-map .portlet-content-container a, .portlet-site-map .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-forms-display .portlet-content-container a, .portlet-forms-display .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a, .gd-search-numbers-portlet .social-media-included-list .type-social-media #portlet_verify-email-address a, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-login a, .gd-search-numbers-portlet .social-media-included-list .type-social-media #portlet_new-password .portlet-content-container a, #portlet_new-password .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a, .gd-search-numbers-portlet .social-media-included-list .type-social-media #portlet_terms-of-use .portlet-content-container a, #portlet_terms-of-use .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a {
  font-size: 1.5em;
  background-color: #3d3d3d;
  color: #fff; }
  .gd-search-numbers-portlet .social-media-included-list .type-social-media .design-box a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .aui .portlet-journal-content a:hover, .aui .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-journal-content a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .modern-nav a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .modern-information-nav a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .metadata-quality-nav a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .information-nav a:hover, .aui .portlet-journal-content.article-gray-header .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-journal-content.standalone-page .portlet-content-container a:hover, .portlet-journal-content.standalone-page .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-blogs .portlet-body .form-inline.input-resource-wrapper a:hover, .portlet-blogs .portlet-body .gd-search-numbers-portlet .social-media-included-list .type-social-media .form-inline.input-resource-wrapper a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-blogs div.widget-mode-simple-entry a:hover, .portlet-blogs .gd-search-numbers-portlet .social-media-included-list .type-social-media div.widget-mode-simple-entry a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-blogs .widget-mode-detail .widget-mode-detail-header .widget-mode-detail-text a:hover, .portlet-blogs .widget-mode-detail .widget-mode-detail-header .gd-search-numbers-portlet .social-media-included-list .type-social-media .widget-mode-detail-text a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .taglib-discussion a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-site-map .portlet-content-container a:hover, .portlet-site-map .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-forms-display .portlet-content-container a:hover, .portlet-forms-display .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media #portlet_verify-email-address a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-login a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media #portlet_new-password .portlet-content-container a:hover, #portlet_new-password .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media #portlet_terms-of-use .portlet-content-container a:hover, #portlet_terms-of-use .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:hover, .gd-search-numbers-portlet .social-media-included-list .type-social-media .design-box a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .aui .portlet-journal-content a:active, .aui .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-journal-content a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .modern-nav a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .modern-information-nav a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .metadata-quality-nav a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .information-nav a:active, .aui .portlet-journal-content.article-gray-header .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-journal-content.standalone-page .portlet-content-container a:active, .portlet-journal-content.standalone-page .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-blogs .portlet-body .form-inline.input-resource-wrapper a:active, .portlet-blogs .portlet-body .gd-search-numbers-portlet .social-media-included-list .type-social-media .form-inline.input-resource-wrapper a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-blogs div.widget-mode-simple-entry a:active, .portlet-blogs .gd-search-numbers-portlet .social-media-included-list .type-social-media div.widget-mode-simple-entry a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-blogs .widget-mode-detail .widget-mode-detail-header .widget-mode-detail-text a:active, .portlet-blogs .widget-mode-detail .widget-mode-detail-header .gd-search-numbers-portlet .social-media-included-list .type-social-media .widget-mode-detail-text a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .taglib-discussion a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-site-map .portlet-content-container a:active, .portlet-site-map .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-forms-display .portlet-content-container a:active, .portlet-forms-display .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media #portlet_verify-email-address a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-login a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media #portlet_new-password .portlet-content-container a:active, #portlet_new-password .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media #portlet_terms-of-use .portlet-content-container a:active, #portlet_terms-of-use .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:active, .gd-search-numbers-portlet .social-media-included-list .type-social-media .design-box a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media .aui .portlet-journal-content a:focus, .aui .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-journal-content a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media .modern-nav a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media .modern-information-nav a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media .metadata-quality-nav a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media .information-nav a:focus, .aui .portlet-journal-content.article-gray-header .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-journal-content.standalone-page .portlet-content-container a:focus, .portlet-journal-content.standalone-page .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-blogs .portlet-body .form-inline.input-resource-wrapper a:focus, .portlet-blogs .portlet-body .gd-search-numbers-portlet .social-media-included-list .type-social-media .form-inline.input-resource-wrapper a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-blogs div.widget-mode-simple-entry a:focus, .portlet-blogs .gd-search-numbers-portlet .social-media-included-list .type-social-media div.widget-mode-simple-entry a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-blogs .widget-mode-detail .widget-mode-detail-header .widget-mode-detail-text a:focus, .portlet-blogs .widget-mode-detail .widget-mode-detail-header .gd-search-numbers-portlet .social-media-included-list .type-social-media .widget-mode-detail-text a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media .taglib-discussion a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-site-map .portlet-content-container a:focus, .portlet-site-map .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-forms-display .portlet-content-container a:focus, .portlet-forms-display .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media #portlet_verify-email-address a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-login a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media #portlet_new-password .portlet-content-container a:focus, #portlet_new-password .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:focus, .gd-search-numbers-portlet .social-media-included-list .type-social-media #portlet_terms-of-use .portlet-content-container a:focus, #portlet_terms-of-use .gd-search-numbers-portlet .social-media-included-list .type-social-media .portlet-content-container a:focus {
    background-color: #242323; }

.gd-search-numbers-portlet .type-dataset a:hover, .gd-search-numbers-portlet .type-dataset a:active, .gd-search-numbers-portlet .type-dataset a:focus {
  color: #1e5a5a;
  background-color: inherit; }
  .gd-search-numbers-portlet .type-dataset a:hover .type-name, .gd-search-numbers-portlet .type-dataset a:active .type-name, .gd-search-numbers-portlet .type-dataset a:focus .type-name {
    background-color: #1e5a5a; }

.gd-search-numbers-portlet .type-anwendung a:hover, .gd-search-numbers-portlet .type-anwendung a:active, .gd-search-numbers-portlet .type-anwendung a:focus {
  color: #002D62;
  background-color: inherit; }
  .gd-search-numbers-portlet .type-anwendung a:hover .type-name, .gd-search-numbers-portlet .type-anwendung a:active .type-name, .gd-search-numbers-portlet .type-anwendung a:focus .type-name {
    background-color: #002D62; }

.gd-search-numbers-portlet .type-blog a:hover, .gd-search-numbers-portlet .type-blog a:active, .gd-search-numbers-portlet .type-blog a:focus {
  color: #5a0a0a;
  background-color: inherit; }
  .gd-search-numbers-portlet .type-blog a:hover .type-name, .gd-search-numbers-portlet .type-blog a:active .type-name, .gd-search-numbers-portlet .type-blog a:focus .type-name {
    background-color: #5a0a0a; }

.gd-search-states-portlet {
  background-color: #fff;
  margin: 1.428571429rem 0; }
  .gd-search-states-portlet .gd-search-states-container {
    padding-bottom: 1.428571429rem; }
  .gd-search-states-portlet .teaser-text {
    padding-top: 0;
    padding-bottom: 0; }
  .gd-search-states-portlet .portlet-header h1 {
    margin-top: 15px; }
  .gd-search-states-portlet .states-list {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 5px 0px; }
    .gd-search-states-portlet .states-list li {
      display: inline-block; }
      .gd-search-states-portlet .states-list li a.action-button {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 2.5px; }
        .gd-search-states-portlet .states-list li a.action-button:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
  @media only screen and (min-width: 768px) {
    .gd-search-states-portlet .mobile-version {
      display: none; }
    .gd-search-states-portlet .states-list li {
      height: 5.714285714rem; }
      .gd-search-states-portlet .states-list li a.action-button {
        font-size: 30px;
        height: 5.714285714rem;
        white-space: pre-wrap;
        line-height: 1.0em;
        padding: 0.857142857rem 1.071428571rem; } }
  @media only screen and (max-width: 767px) {
    .gd-search-states-portlet .desktop-version {
      display: none; }
    .gd-search-states-portlet .states-list {
      padding: 0px; }
      .gd-search-states-portlet .states-list li {
        height: 3.571428571rem; }
        .gd-search-states-portlet .states-list li a.action-button {
          height: 3.571428571rem;
          width: 10rem; }
    .gd-search-states-portlet .large-cell li a.action-button {
      width: 20.357142857rem; }
    .gd-search-states-portlet .bundesgebiet {
      font-size: 30px !important; }
    .gd-search-states-portlet .baden-württemberg {
      font-size: 17px !important; }
    .gd-search-states-portlet .bayern {
      font-size: 32px !important; }
    .gd-search-states-portlet .berlin {
      font-size: 36px !important; }
    .gd-search-states-portlet .brandenburg {
      font-size: 17px !important; }
    .gd-search-states-portlet .bremen {
      font-size: 31px !important; }
    .gd-search-states-portlet .hamburg {
      font-size: 26px !important; }
    .gd-search-states-portlet .hessen {
      font-size: 32px !important; }
    .gd-search-states-portlet .mecklenburg-vorpommern {
      font-size: 16px !important; }
    .gd-search-states-portlet .niedersachsen {
      font-size: 16px !important; }
    .gd-search-states-portlet .nordrhein-westfalen {
      font-size: 19px !important; }
    .gd-search-states-portlet .rheinland-pfalz {
      font-size: 18px !important; }
    .gd-search-states-portlet .saarland {
      font-size: 25px !important; }
    .gd-search-states-portlet .sachsen-anhalt {
      font-size: 18px !important; }
    .gd-search-states-portlet .sachsen {
      font-size: 28px !important; }
    .gd-search-states-portlet .schleswig-holstein {
      font-size: 19px !important; }
    .gd-search-states-portlet .thüringen {
      font-size: 22px !important; } }
  .gd-search-states-portlet .color_100 {
    opacity: 1;
    filter: alpha(opacity=100); }
  .gd-search-states-portlet .color_80 {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .gd-search-states-portlet .color_60 {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  .gd-search-states-portlet .blocked {
    cursor: not-allowed;
    background-color: #fff !important;
    color: #3d3d3d !important;
    opacity: 1;
    filter: alpha(opacity=100); }

.featured-showcase-portlet .featured-showcase-box .showcase-images-box {
  display: flow-root;
  margin-bottom: 0.714285714rem; }

.featured-showcase-portlet .featured-showcase-box .showcase-image {
  float: left;
  padding: 0.285714286rem;
  width: 25%; }
  @media only screen and (max-width: 767px) {
    .featured-showcase-portlet .featured-showcase-box .showcase-image {
      width: 50%;
      padding: 0.178571429rem; } }
  .featured-showcase-portlet .featured-showcase-box .showcase-image img {
    width: 100%; }

.featured-datasets-portlet ul.row {
  width: auto;
  margin-left: -1.071428571rem;
  margin-right: -1.071428571rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  display: block;
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
  .featured-datasets-portlet ul.row::after {
    clear: both;
    content: "";
    display: table; }

.featured-datasets-portlet li.column, .featured-datasets-portlet .portlet-blogs li.lfr-pagination, .portlet-blogs .featured-datasets-portlet li.lfr-pagination, .featured-datasets-portlet li#fieldlist {
  display: block; }

.featured-datasets-portlet li:not(.column):not(#fieldlist) {
  margin-left: 1.071428571rem;
  margin-right: 1.071428571rem; }

.featured-datasets-portlet .featured-datasets-box {
  max-width: 68.571428571rem; }
  .featured-datasets-portlet .featured-datasets-box ul > li {
    margin-bottom: 1rem; }

.featured-datasets-portlet .featured-small-box {
  color: #000;
  padding: 1.071428571rem;
  position: relative;
  word-wrap: break-word; }
  .featured-datasets-portlet .featured-small-box dl > dd {
    margin: 5px 0px; }

#portlet_verify-email-address {
  margin: 1.071428571rem;
  max-width: 102.857142857rem; }
  @media only screen and (min-width: 1025px) and (max-width: 1440px) {
    #portlet_verify-email-address {
      margin-left: 2.142857143rem;
      margin-right: 2.142857143rem; } }
  @media only screen and (min-width: 1441px) {
    #portlet_verify-email-address {
      margin-left: auto;
      margin-right: auto;
      max-width: 98.571428571rem; } }

.map {
  background-color: #c5c5c5;
  height: 400px;
  max-height: 60vh;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .map {
      height: 600px; } }

@media only screen and (max-width: 767px) {
  .map-helparea {
    margin-top: 0.714285714rem; } }

@media only screen and (min-width: 768px) {
  .map-spaceabove {
    margin-top: 1.785714286rem; } }

.map-search-button-container {
  bottom: 0.357142857rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1; }
  .map-search-button-container .button-search {
    white-space: nowrap; }
    .map-search-button-container .button-search .sbi-lupe {
      font-size: 1.428571429rem; }

.aui .map-search-button {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold !important;
  float: right;
  line-height: 2.142857143rem; }
  @media only screen and (max-width: 767px) {
    .aui .map-search-button {
      width: 100% !important; } }
  @media only screen and (min-width: 768px) {
    .aui .map-search-button {
      border-radius: 0.357142857rem;
      padding: 0.357142857rem 0.928571429rem; } }

.locationsearch {
  margin: 0.357142857rem 0; }
  .locationsearch input.input-search {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); }
  .locationsearch .yui3-aclist-item span {
    color: #929292; }

.aui.ios input.map-search-button {
  max-width: 100% !important; }

.center-selection-control {
  left: .5rem;
  top: 5rem; }

.ol-control button {
  background-color: rgba(61, 61, 61, 0.7); }
  .ol-control button:hover {
    background-color: #3d3d3d; }

.ol-attribution.ol-uncollapsible {
  height: inherit;
  top: 0;
  bottom: auto;
  border-top-left-radius: 0; }

#fieldlist {
  list-style: none;
  margin: 0; }

.field.row {
  margin-bottom: 1.5em; }

.fieldcontentarea {
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  .fieldcontentarea > div {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }

.aui .fieldtypelabel,
.aui .fieldcontentarea input,
.aui .fieldcontentarea select {
  color: #3d3d3d;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: bold;
  height: inherit;
  line-height: 22px;
  margin: 0;
  max-width: 100% !important;
  padding: 13px 16px;
  width: 100%; }

.aui .fieldcontentarea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/o/govdatastyle-theme/images/select-arrow-down-gray.png") no-repeat right center #3d3d3d;
  width: 100%; }

.aui .fieldcontentarea input,
.aui .fieldcontentarea select {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  box-shadow: 1px 1px 1px #c5c5c5; }

.aui .remove-field {
  background: none;
  background-image: none;
  border: 0;
  box-sizing: content-box;
  line-height: 50px;
  margin: 0 0 0 16px;
  padding: 0;
  width: 50px; }
  .aui .remove-field::before {
    content: 'U';
    speak: none;
    font-family: 'govdata';
    font-size: 16px; }
  .aui .remove-field:active, .aui .remove-field:focus, .aui .remove-field:hover {
    background-color: #3d3d3d;
    color: #fff; }

.searchext-container .dropdown-container {
  position: relative; }

.searchext-container .dropdown.btn {
  border-radius: 0; }
  .searchext-container .dropdown.btn::after {
    content: 'e';
    speak: none;
    font-family: 'govdata';
    line-height: 1;
    margin-left: .3em;
    position: relative;
    top: 3px; }

.searchext-container .dropdown-canvas {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .searchext-container .dropdown-canvas {
      width: 200%; } }
  .searchext-container .dropdown-canvas li {
    display: inline-block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .searchext-container .dropdown-canvas li {
        width: 50%; } }
  .searchext-container .dropdown-canvas button {
    background: none;
    background-image: none;
    border: 0;
    padding: .5em;
    width: 100%; }
    .searchext-container .dropdown-canvas button:active, .searchext-container .dropdown-canvas button:hover, .searchext-container .dropdown-canvas button:focus {
      background-color: #3d3d3d;
      color: #fff; }
    .searchext-container .dropdown-canvas button:focus {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px #009fe3; }

.searchext-container .searchext-helparea {
  margin-top: 2em; }
  @media only screen and (min-width: 1025px) {
    .searchext-container .searchext-helparea {
      padding: 0 1.071428571rem; } }

@media only screen and (min-width: 1025px) {
  .searchext-container .modbutton-area,
  .searchext-container #fieldlist .row {
    padding: 0 1.071428571rem; } }

@media only screen and (min-width: 768px) {
  .searchext-container .searchext-modbuttons {
    display: inline-block; } }

.aui .multiboxarea .checkboxitem label {
  display: block;
  margin: 0; }

.multiboxarea {
  padding: 1em 0; }
  .multiboxarea .checkboxitem span {
    cursor: pointer; }
  .multiboxarea label {
    padding: .3em; }
  .multiboxarea label::before {
    background-color: #fff;
    border: 1px solid #acabab;
    border-radius: 3px;
    box-shadow: 0 1px 1px #c5c5c5;
    content: ' ';
    speak: none;
    display: inline-block;
    font-family: 'govdata';
    font-size: 1em;
    height: 20px;
    line-height: 18px;
    margin-right: .5em;
    min-height: 20px;
    min-width: 20px;
    padding-left: .2em;
    vertical-align: top;
    width: 20px; }
  .multiboxarea input[type=checkbox]:checked ~ label::before {
    background-color: #3d3d3d;
    border-color: #3d3d3d;
    box-shadow: none;
    color: #fff;
    content: 'a';
    speak: none; }
  .multiboxarea input[type=checkbox]:focus ~ label, .multiboxarea input[type=checkbox]:hover ~ label, .multiboxarea input[type=checkbox]:active ~ label {
    background-color: #3d3d3d;
    color: #fff; }
  .multiboxarea input[type=checkbox]:focus ~ label::before, .multiboxarea input[type=checkbox]:hover ~ label::before, .multiboxarea input[type=checkbox]:active ~ label::before {
    box-shadow: none; }

@media only screen and (min-width: 1025px) {
  .field-groups .checkboxitem, .field-showcase_types .checkboxitem, .field-platforms .checkboxitem {
    display: inline-block;
    width: 49.5%; } }

.field-format .checkboxitem {
  display: inline-block;
  width: 49.5%; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .field-format .checkboxitem {
    width: 24.75%; } }

@media only screen and (min-width: 1025px) {
  .field-format .checkboxitem {
    width: 16.5%; } }

.aui .field-temporal_coverage .date-container input {
  width: 100%;
  padding: 13px 50px;
  background: url("/o/govdatastyle-theme/images/input-calendar.png") no-repeat right center #fff; }

@media only screen and (max-width: 767px) {
  .aui .field-temporal_coverage .flex-container, .aui .field-temporal_coverage .details-rating,
  .aui .field-temporal_coverage .rating-area {
    flex-direction: column; } }

.aui .field-temporal_coverage .date-container {
  position: relative;
  width: 45%; }
  @media only screen and (max-width: 767px) {
    .aui .field-temporal_coverage .date-container {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .aui .field-temporal_coverage .date-from-container {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .aui .field-temporal_coverage .date-until-container {
    margin-left: auto; } }

.aui .field-temporal_coverage .date-label {
  color: #3d3d3d;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: bold;
  left: 0;
  line-height: 22px;
  padding: 14px 0 0 14px;
  position: absolute;
  top: 0; }

#metadataEditForm .row .row {
  width: auto;
  margin-left: -1.071428571rem;
  margin-right: -1.071428571rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  display: block; }
  #metadataEditForm .row .row::after {
    clear: both;
    content: "";
    display: table; }

.aui .editdataset {
  width: 100%; }
  .aui .editdataset input,
  .aui .editdataset select,
  .aui .editdataset textarea {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    box-shadow: 1px 1px 1px #c5c5c5;
    color: #3d3d3d;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: bold;
    height: inherit;
    line-height: 22px;
    margin: 0;
    max-width: 100% !important;
    padding: 13px 16px;
    width: 100%; }
  .aui .editdataset select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/o/govdatastyle-theme/images/select-arrow-down-gray.png") no-repeat right center #fff; }
  .aui .editdataset textarea {
    min-height: 200px; }
  .aui .editdataset input[readonly], .aui .editdataset select[disabled] {
    background-color: #c5c5c5; }
  .aui .editdataset p {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    line-height: 22px; }
  .aui .editdataset label {
    display: inline;
    font-weight: inherit; }
  .aui .editdataset .space-left {
    margin-left: auto;
    margin-right: 1em; }
  .aui .editdataset .css-table {
    display: table;
    width: 100%; }
  .aui .editdataset .css-row {
    display: table-row; }
    .aui .editdataset .css-row > * {
      display: table-cell;
      vertical-align: middle;
      padding: .3em; }
    .aui .editdataset .css-row > label {
      vertical-align: top;
      line-height: 50px; }
  .aui .editdataset .date-container .resource-modifieddate {
    padding: 13px 16px; }

.requiredfieldhint {
  font-weight: bold;
  margin: 0 1.071428571rem 1.071428571rem; }

.requiredmarker {
  color: #dc3545; }

.languagecolumn {
  width: 8%; }

.editdataset td {
  padding: .3em; }

.editdataset tr.hasinnertable > th,
.editdataset tr.highfield > th {
  line-height: 50px;
  vertical-align: top; }

.editdataset tr.hasinnertable > td {
  padding: 13px 0; }

.editdataset tr.highfield > td {
  padding-bottom: 13px;
  padding-top: 13px; }

.editdataset th {
  padding: .3em 13px 16px 13px;
  vertical-align: top;
  text-align: left;
  white-space: nowrap; }
  .editdataset th > label {
    line-height: 50px; }

.editdataset th.align-right {
  text-align: right; }

.editdataset pre {
  background-color: #fff; }

.editdataset .innertable {
  width: 100%; }
  .editdataset .innertable th,
  .editdataset .innertable td.casualheader {
    line-height: 50px;
    padding: 0 .3em; }
  .editdataset .innertable td {
    vertical-align: top; }

@media only screen and (min-width: 1025px) {
  .editdataset .multiboxarea .checkboxitem {
    display: inline-block;
    width: 49.5%; }
    .editdataset .multiboxarea .checkboxitem.singleitem {
      width: auto; } }

.editdataset .field-temporal_coverage td {
  width: 33%; }

.editdataset .field-temporal_coverage.full-width .date-container {
  width: 100%; }

.editdataset .links-names {
  width: 25%; }

.editdataset .links-urls {
  width: 75%; }

.editdataset .validation-error {
  background-color: #f5a1a1;
  border: 1px solid #e41919;
  margin: .3em 0;
  padding: .5em; }

.editdataset .help-text {
  padding: .3em; }

.editdataset .btn.abort {
  float: right; }

.editdataset .editform_contact {
  display: table;
  width: 100%; }

.editdataset .editform_contact label,
.editdataset .editform_contact div {
  display: table-row; }

.editdataset .editform_contact span,
.editdataset .editform_contact input {
  display: table-cell;
  padding: .3em;
  margin: .3em 0; }

.editdataset .flex-container, .editdataset .details-rating,
.editdataset .rating-area {
  align-items: flex-start; }

.editdataset .editform_resource input {
  width: 100%; }

.editdataset .editform_resource label {
  width: 20%; }

.addrowbuttoncontainer {
  padding: .3em; }

.editform-detailscontainer {
  border-left: 0.3em solid #c5c5c5;
  padding-left: .5em;
  border-radius: .2em;
  margin-bottom: 2em; }
  .editform-detailscontainer .sb-chapter-head, .editform-detailscontainer .information-nav .portlet-header h1, .information-nav .portlet-header .editform-detailscontainer h1, .editform-detailscontainer .portlet-blogs .widget-mode-detail-header .sub-title, .portlet-blogs .widget-mode-detail-header .editform-detailscontainer .sub-title {
    margin: 10px 0;
    width: 100%; }

#datesCreated {
  padding-left: 4.5em; }

#datesPublished {
  padding-left: 7.5em; }

#datesModified {
  padding-left: 6.6em; }

#manualShowcaseCreatedDate {
  padding-left: 4.5em; }

#manualShowcaseModifiedDate {
  padding-left: 6.0em; }

.aui .buttonDeleteRow {
  white-space: nowrap; }

#editform h1 {
  margin: 1.071428571rem; }

#editform .alert {
  margin-bottom: 1.5em;
  margin-left: .3em;
  margin-right: .3em; }

.imageUpload {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  box-shadow: 1px 1px 1px #c5c5c5;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 30px 30px 10px 30px;
  width: 100%;
  margin-bottom: 1em;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  @media only screen and (max-width: 1024px) {
    .imageUpload {
      padding: 0.714285714rem; } }
  .imageUpload input:disabled + label {
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .imageUpload input {
    display: none; }
  .imageUpload label > img {
    width: 100%;
    max-width: 200px; }
  .imageUpload label > span {
    display: block;
    padding: 0 2.857142857rem; }
    @media only screen and (max-width: 1024px) {
      .imageUpload label > span {
        padding: 0; } }

.imageTable {
  table-layout: fixed; }
  .imageTable .hideElement {
    display: none; }
  .imageTable .imagePreview {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 0.714285714rem; }
    .imageTable .imagePreview img {
      max-width: 260px; }
  .imageTable .croppie-container .cr-slider-wrap {
    margin-bottom: 5px; }

@media only screen and (min-width: 1025px) {
  .delete-user-area .column, .delete-user-area .portlet-blogs .lfr-pagination, .portlet-blogs .delete-user-area .lfr-pagination, .delete-user-area #fieldlist {
    margin: 2em 0;
    padding-left: 2.142857143rem;
    padding-right: 2.142857143rem; } }

.delete-user-area .alert {
  margin: 0; }

.fa-asterisk::before {
  content: 'Q';
  speak: none;
  font-family: 'govdata' !important;
  font-size: 21px; }

.shariff-button {
  border: 0.071428571rem solid; }

.shariff::after, .shariff::before {
  content: ' ';
  display: table; }

.shariff::after {
  clear: both; }

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: none; }

.shariff li {
  height: 2.5rem;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden; }
  .shariff li a {
    color: #fff;
    position: relative;
    display: block;
    height: 2.357142857rem;
    text-decoration: none;
    box-sizing: border-box; }
    .shariff li a:hover, .shariff li a:active, .shariff li a:focus {
      background-color: #fff; }
  .shariff li .share_text,
  .shariff li .share_count {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    line-height: 2.357142857rem; }
  .shariff li .fa-brands,
  .shariff li .fa-regular {
    width: 2.357142857rem;
    line-height: 2.357142857rem;
    text-align: center;
    vertical-align: middle; }
  .shariff li .share_count {
    padding: 0 8px;
    height: 33px -2px;
    position: absolute;
    top: 1px;
    right: 1px; }

.shariff .orientation-horizontal li {
  float: left;
  width: 2.5rem;
  margin-right: 0.714285714rem; }
  .shariff .orientation-horizontal li:last-child {
    margin-right: 0; }
  .shariff .orientation-horizontal li .share_text {
    display: block;
    text-indent: -9999px;
    padding-left: 3px; }

.shariff .diaspora {
  border-color: #333; }
  .shariff .diaspora a {
    background-color: #333; }
    .shariff .diaspora a:hover, .shariff .diaspora a:active, .shariff .diaspora a:focus {
      color: #333; }

.shariff .facebook {
  border-color: #3b5998; }
  .shariff .facebook a {
    background-color: #3b5998; }
    .shariff .facebook a:hover, .shariff .facebook a:active, .shariff .facebook a:focus {
      color: #3b5998; }
  .shariff .facebook .fa-facebook-f {
    font-size: 22px; }
  .shariff .facebook .share_count {
    color: #183a75;
    background-color: #99adcf; }

.shariff .theme-white .facebook a {
  color: #3b5998; }

.shariff .googleplus {
  border-color: #d34836; }
  .shariff .googleplus a {
    background-color: #d34836; }
    .shariff .googleplus a:hover, .shariff .googleplus a:active, .shariff .googleplus a:focus {
      color: #d34836; }
  .shariff .googleplus .fa-google-plus {
    font-size: 22px; }
  .shariff .googleplus .share_count {
    color: #a31601;
    background-color: #eda79d; }

.shariff .theme-white .googleplus a {
  color: #d34836; }

.shariff .mail {
  border-color: #666; }
  .shariff .mail a {
    background-color: #666; }
    .shariff .mail a:hover, .shariff .mail a:active, .shariff .mail a:focus {
      color: #666; }
  .shariff .mail .fa-envelope {
    font-size: 21px; }

.shariff .twitter {
  border-color: #14171A; }
  .shariff .twitter a {
    background-color: #14171A; }
    .shariff .twitter a:hover, .shariff .twitter a:active, .shariff .twitter a:focus {
      color: #14171A; }
  .shariff .twitter .fa-x-twitter {
    font-size: 28px; }
  .shariff .twitter .share_count {
    color: #0174a4;
    background-color: #96D4EE; }

.shariff .theme-white .twitter a {
  color: #14171A; }

.shariff .mastodon {
  border-color: #563ACC; }
  .shariff .mastodon a {
    background-color: #563ACC; }
    .shariff .mastodon a:hover, .shariff .mastodon a:active, .shariff .mastodon a:focus {
      color: #563ACC; }
  .shariff .mastodon .fa-mastodon {
    font-size: 28px; }
  .shariff .mastodon .share_count {
    color: #6364FF;
    background-color: #858AFA; }

.shariff .theme-white .mastodon a {
  color: #563ACC; }

.grid-table {
  display: table; }

.grid-tablerow {
  display: table-row; }

@media only screen and (min-width: 1025px) {
  .row-margin {
    padding-left: 1.071428571rem;
    padding-right: 1.071428571rem; } }

.portlet-title-text:empty,
.hide-element {
  display: none; }

.aui .navbar-top .navbar-inner {
  box-shadow: 0 0.071428571rem 0.428571429rem rgba(0, 0, 0, 0.4);
  background: #f5f5f5; }

.aui .dockbar {
  font-size: 0.8rem; }
  @media only screen and (min-width: 1025px) {
    .aui .dockbar ul.nav > li:not(.divider-vertical)::after {
      content: "|";
      display: inline-block;
      list-style: outside none none; }
    .aui .dockbar ul.nav > li:last-child::after {
      content: ""; } }

.aui .dockbar .nav li > a,
.aui .dockbar .nav a.taglib-icon {
  display: inline-block;
  padding: 6.5px 10px; }
  .aui .dockbar .nav li > a:hover, .aui .dockbar .nav li > a:active, .aui .dockbar .nav li > a:focus,
  .aui .dockbar .nav a.taglib-icon:hover,
  .aui .dockbar .nav a.taglib-icon:active,
  .aui .dockbar .nav a.taglib-icon:focus {
    color: #000;
    text-decoration: underline; }
  .aui .dockbar .nav li > a .sbi-dropdown,
  .aui .dockbar .nav a.taglib-icon .sbi-dropdown {
    position: relative;
    margin-right: 1em; }
    .aui .dockbar .nav li > a .sbi-dropdown::before,
    .aui .dockbar .nav a.taglib-icon .sbi-dropdown::before {
      margin-left: .5em;
      position: absolute;
      top: .2em; }
  .aui .dockbar .nav li > a .sbi-eingeloggter-user,
  .aui .dockbar .nav a.taglib-icon .sbi-eingeloggter-user {
    position: relative;
    margin-right: 1.5em; }
    .aui .dockbar .nav li > a .sbi-eingeloggter-user::before,
    .aui .dockbar .nav a.taglib-icon .sbi-eingeloggter-user::before {
      margin-right: .5em;
      position: absolute;
      top: .1em; }

.aui .dockbar .nav .dropdown-menu li a {
  display: block; }
  .aui .dockbar .nav .dropdown-menu li a:hover, .aui .dockbar .nav .dropdown-menu li a:active, .aui .dockbar .nav .dropdown-menu li a:focus {
    color: #fff;
    background-color: #3d3d3d;
    text-decoration: none;
    background-image: none; }

.aui .navbar .brand {
  padding: 1.5rem 1.5rem; }
  .aui .navbar .brand:hover, .aui .navbar .brand:focus, .aui .navbar .brand:active {
    background-color: inherit; }
  @media only screen and (min-width: 1025px) {
    .aui .navbar .brand img {
      width: auto;
      height: 30px; } }
  .aui .navbar .brand.show-for-medium-down {
    padding: 1.071428571rem 1.071428571rem; }
    .aui .navbar .brand.show-for-medium-down img {
      width: auto;
      height: 22px; }

.aui .site-navigation .navbar-inner {
  /* copied from aui.css - begin */
  padding-left: 20px;
  padding-right: 20px;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f3f3f3);
  background-image: -o-linear-gradient(top, #f9f9f9, #f3f3f3);
  background-image: linear-gradient(to bottom, #f9f9f9, #f3f3f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9F9F9',endColorstr='#FFF3F3F3',GradientType=0);
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
  /* copied from aui.css - end */
  background: #fff;
  min-height: 70px;
  box-shadow: none; }
  .aui .site-navigation .navbar-inner ul.nav {
    float: right; }
    .aui .site-navigation .navbar-inner ul.nav > li {
      border-left: 1px solid #DDDDDD;
      float: left; }
      .aui .site-navigation .navbar-inner ul.nav > li > a {
        color: #3d3d3d;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        padding: 25px 1.428571429rem;
        position: relative; }
        .aui .site-navigation .navbar-inner ul.nav > li > a:hover, .aui .site-navigation .navbar-inner ul.nav > li > a:focus, .aui .site-navigation .navbar-inner ul.nav > li > a:active {
          background-color: transparent;
          color: #3d3d3d; }
          .aui .site-navigation .navbar-inner ul.nav > li > a:hover::after, .aui .site-navigation .navbar-inner ul.nav > li > a:focus::after, .aui .site-navigation .navbar-inner ul.nav > li > a:active::after {
            content: "";
            position: absolute;
            display: block;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 5px;
            z-index: 100;
            border-top-width: 5px;
            border-top-style: solid; }
      .aui .site-navigation .navbar-inner ul.nav > li.active > a,
      .aui .site-navigation .navbar-inner ul.nav > li.dropdown.active > a,
      .aui .site-navigation .navbar-inner ul.nav > li.dropdown.open.active > a {
        color: #fff;
        background-color: #3d3d3d; }
        .aui .site-navigation .navbar-inner ul.nav > li.active > a::after,
        .aui .site-navigation .navbar-inner ul.nav > li.dropdown.active > a::after,
        .aui .site-navigation .navbar-inner ul.nav > li.dropdown.open.active > a::after {
          content: "▼";
          color: #3d3d3d;
          speak: none;
          position: absolute;
          display: block;
          bottom: -15px;
          left: 0;
          right: 0;
          height: 15px;
          z-index: 101;
          border-top-width: 5px;
          border-top-style: solid;
          text-align: center;
          line-height: 5px; }

.aui .label-inverse[href] {
  background-color: #3d3d3d; }

.aui a:hover, .aui a:active, .aui a:focus {
  background-color: #3d3d3d;
  color: #fff;
  text-decoration: none; }

.aui a:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px #009fe3; }

#hrefFm {
  margin: 0; }

.portlet-login {
  margin-top: 1em;
  margin-bottom: 1em; }
  .portlet-login .portlet-title {
    margin-bottom: 0; }
    .portlet-login .portlet-title .portlet-icon-back {
      color: #000; }
  .portlet-login .navigation {
    background: none;
    border-top: 0;
    padding: 0; }
    .portlet-login .navigation a {
      padding: .5em; }
    .portlet-login .navigation ul {
      margin: 0; }

.aui .dialog-iframe-popup .portlet-body, .aui .dialog-iframe-popup .portlet-boundary, .aui .dialog-iframe-popup .portlet-column, .aui .dialog-iframe-popup .portlet-layout {
  height: inherit; }

.portlet-borderless-container {
  min-height: 0; }

.aui .breadcrumb > li {
  text-shadow: none; }
  .aui .breadcrumb > li a {
    padding: .5em; }

.taglib-discussion .lfr-discussion-posted-on {
  color: #666; }

.aui .breadcrumb > li > .divider {
  padding: 0px 5px;
  color: #707070; }

.aui .alert-danger, .aui .alert-error {
  background-color: #fee5e2;
  border-color: #fcaca5;
  color: #b50303; }

.aui .alert-warning {
  border-color: #f1d875; }

.aui .btn-primary.disabled, .aui .btn-primary[disabled] {
  background-color: #EAEAEA;
  color: #333; }

.align-right {
  text-align: right; }

#portlet_new-password .portlet-content-container {
  margin-bottom: 2em; }
  #portlet_new-password .portlet-content-container .alert {
    margin: 0 0 1em; }

#skip-to-content:focus {
  clip: none; }

.exit-off-canvas {
  display: none;
  left: 50%;
  padding: .5em;
  z-index: 1000; }

figure {
  margin: 0; }

#portlet_terms-of-use .portlet-content-container {
  margin-bottom: 2em; }

.aui .dropdown-toggle .icon-cog {
  padding: .3em; }

.aui .dropdown-toggle:hover .icon-cog, .aui .dropdown-toggle:focus .icon-cog, .aui .dropdown-toggle:active .icon-cog {
  background-color: #3d3d3d; }

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

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