@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.116.1
 *
 * 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.116.1
 *
 * 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 {
          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; } }

.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: #6b6c7e; }

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc; }

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0; }

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff; }

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e; }

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f; }

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff; }

.file-icon-color-7 {
  background-color: #fff;
  color: #272833; }

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.lfr-item-viewer.uploading > .progress-container {
  visibility: visible; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%; }

.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000; }
  .lfr-item-viewer .progress-container a {
    position: absolute;
    right: 30px; }
  .lfr-item-viewer .progress-container .progress {
    margin-top: 10px; }

.lfr-item-viewer .search-info {
  background-color: #d3e8f1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%; }
  .lfr-item-viewer .upload-view > div {
    display: table-cell;
    vertical-align: middle; }

.lfr-item-viewer .yui3-widget-bd {
  position: relative; }

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34; }

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all; }

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type='radio'] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal {
      cursor: default; }
      .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
        bottom: -0.0625rem;
        content: "";
        left: -0.0625rem;
        position: absolute;
        right: -0.0625rem;
        transition: height 0.15s ease-out; }
        @media (prefers-reduced-motion: reduce) {
          .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
            transition: none; } }
        .lfr-page-layouts 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: #6b6c7e; }

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4a97f2; }

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #e87523; }

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fb625b; }

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4fa488; }

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fe4fb5; }

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a; }

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff; }

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf8c2a; }

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5f9bc7; }

.collapse.open {
  display: block; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em; }

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: '';
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%; }

.navbar .navbar-toggler .c-inner {
  max-width: none; }

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative; }
  html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }
  html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white; }

body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }
  .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }

.portlet-options-dropdown {
  z-index: 1035; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }
  .portlet-draggable .portlet-topper {
    cursor: move; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }
  .panel-page-body .portlet-title-text,
  .panel-page-content .portlet-title-text {
    cursor: auto; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-layout .portlet-header {
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none; } }

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block; }

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none; }

.controls-hidden .portlet-title-editable {
  pointer-events: none; }

.controls-hidden .portlet-topper {
  display: none !important; }

.controls-hidden .portlet-topper-toolbar {
  display: none !important; }

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none; }
  @media (min-width: 768px) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      display: flex;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      transition: opacity 0.25s, transform 0.25s;
      top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      transition: none; } }
  @media (min-width: 768px) {
      html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
        transition: none; } }

html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right; }

html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block; }

html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto; }
  html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600; }

html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%); } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms; } }

@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex; } }

html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block; }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  @media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
      border-color: transparent;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  @media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
      opacity: 1;
      transform: translateY(-97%); } }
  @media (min-width: 576px) {
    .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
      opacity: 0.5; } }

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  @media (max-width: 767.98px) {
    .controls-visible .portlet-content-editable {
      border-color: transparent;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.portlet-title-menu {
  flex: 0 1 auto; }
  .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }
  .portlet > .portlet-topper {
    display: none; }
    @media (min-width: 768px) {
      .portlet > .portlet-topper {
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: opacity 0.25s, transform 0.25s;
        top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
      transition: none; } }
    @media (min-width: 768px) {
        .portlet > .portlet-topper {
          transition: none; } }
  @media (max-width: 767.98px) {
    .controls-visible .portlet-topper {
      display: box;
      display: flex; } }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  .portlet-topper-toolbar > a,
  .portlet-topper-toolbar > span > a,
  .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }
  .controls-visible .portlet-topper-toolbar {
    display: block; }

.lfr-panel-page .portlet-title {
  font-size: 13px; }

.portlet-borderless .portlet-content {
  padding: 1rem; }

.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word; }

.portlet-barebone .portlet-content {
  padding: 0; }

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px; }

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    height: 10px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap; }

.navbar form {
  margin: 0; }

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px; }

.product-menu .loading-animation {
  margin-top: 160px; }

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px; }

.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px; }

.upload-drop-active .lfr-upload-container .upload-target {
  animation: none; }

.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.select-files {
  border-radius: 5px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
    box-shadow: 0 0 5px 0 #333;
    transition-duration: 0.25s;
    transition-property: box-shadow;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    border-radius: 50%; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .lfr-progress-active .progress-bar-status,
    .lfr-upload-container .file-uploading .progress-bar .progress {
      transition: none; } }
  .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; }

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/*SlideShow*/
.carousel.slide {
  margin: 0 -15px 5px -15px; }

.carousel.slide .carousel-indicators li {
  width: 17px;
  height: 17px;
  border-radius: 50%; }

.carousel.slide .carousel-indicators li:hover {
  cursor: pointer; }

.carousel.slide .carousel-inner .carousel-item {
  height: 550px;
  background-size: cover !important;
  background-position: center center !important; }

.carousel.slide .carousel-inner .carousel-item .carousel-caption {
  background-color: rgba(197, 12, 31, 0.9);
  text-align: left;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding: 10px 30px 45px 30px;
  right: 15%;
  left: 58%;
  top: 20%;
  bottom: inherit; }

.carousel.slide .carousel-inner .carousel-item .carousel-caption h3 {
  color: #FFF;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px; }

.carousel.slide .carousel-inner .carousel-item .carousel-caption p {
  line-height: 1.2;
  font-size: 18px; }

.carousel.slide .carousel-inner .carousel-item .carousel-caption a {
  color: #fff; }

.carousel.slide .carousel-inner .carousel-item .carousel-caption a:hover,
.carousel.slide .carousel-inner .carousel-item .carousel-caption a:focus {
  opacity: 0.75;
  text-decoration: none; }

.carousel.slide .carousel-control-prev .fa-chevron-left,
.carousel.slide .carousel-control-next .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel.slide .carousel-control-prev .fa-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel.slide .carousel-control-next .fa-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel.slide .carousel-control-prev .fa-chevron-left,
.carousel.slide .carousel-control-next .fa-chevron-right {
  font-size: 42px; }

@media only screen and (max-width: 1200px) {
  .carousel.slide .carousel-inner .carousel-item .carousel-caption {
    right: 15%;
    left: 50%;
    top: 20%; } }

@media only screen and (max-width: 991px) {
  .carousel.slide .carousel-inner .carousel-item {
    height: 400px; }
  .carousel.slide .carousel-inner .carousel-item .carousel-caption {
    right: 15%;
    left: 45%;
    top: 10%; } }

@media only screen and (max-width: 767px) {
  .carousel-indicators {
    bottom: 0px; }
  .carousel.slide .carousel-indicators li {
    width: 13px;
    height: 13px; }
  .carousel.slide .carousel-inner .carousel-item {
    height: 350px; }
  .carousel.slide .carousel-inner .carousel-item .carousel-caption {
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 0px 30px 40px 30px; }
  .carousel.slide .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 22px;
    margin: 8px 0 3px 0; }
  .carousel.slide .carousel-inner .carousel-item .carousel-caption p {
    font-size: 14px;
    margin: 0; }
  .carousel.slide .carousel-control-prev .fa-chevron-left,
  .carousel.slide .carousel-control-next .fa-chevron-right {
    font-size: 2em; } }

@media only screen and (max-width: 480px) {
  .carousel.slide {
    margin-bottom: 15px; }
  .carousel.slide .carousel-indicators {
    bottom: -35px; }
  .carousel.slide .carousel-indicators li {
    border-color: #183C69;
    width: 11px;
    height: 11px;
    background-color: #183C69;
    opacity: 0.3; }
  .carousel.slide .carousel-indicators li.active {
    opacity: 1; }
  .carousel.slide .carousel-inner .carousel-item {
    height: 250px; }
  .carousel.slide .carousel-inner .carousel-item .carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0px 15px 10px 15px; }
  .carousel.slide .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 16px;
    margin: 8px 0 3px 0; }
  .carousel.slide .carousel-inner .carousel-item .carousel-caption p {
    font-size: 13px;
    margin: 0; }
  .carousel.slide .carousel-control-prev .fa-chevron-left,
  .carousel.slide .carousel-control-next .fa-chevron-right {
    font-size: 1.7em; } }

/*SlideShow Segundo tipo*/
#carousel-homeDos.carousel.slide .carousel-inner .carousel-item {
  height: 460px; }

#carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-background {
  position: relative;
  width: 100%;
  height: 460px;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-filter: blur(60px);
  filter: blur(60px); }

/* IE */
#carousel-homeDos.carousel.slide .carousel-inner .carousel-item .blur-ie {
  display: none;
  transform: scale(4);
  margin: auto; }

html[data-agent*="Trident"] #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-background {
  display: none; }

html[data-agent*="Trident"] #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .blur-ie {
  display: block; }

#carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption {
  background-color: inherit;
  text-align: left;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding: 20px 30px;
  right: 10%;
  left: 10%;
  top: 8%;
  bottom: inherit;
  max-width: 1140px;
  margin: auto; }

#carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption .col-lg-6:first-child {
  text-align: right; }

#carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption h3 {
  color: #FFF;
  font-weight: 400;
  font-size: 36px;
  text-shadow: 1px 1px 2px #000000;
  margin-top: 20px;
  margin-bottom: 10px; }

#carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption p {
  text-shadow: 1px 1px 2px #000000;
  margin-bottom: 10px; }

#carousel-homeDos .btn {
  background-color: #404853;
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 50px;
  margin-top: 10px; }

#carousel-homeDos .btn:hover {
  background-color: #343b43;
  opacity: 1; }

#carousel-homeDos .carousel-control.left,
#carousel-homeDos .carousel-control.right {
  background-image: none; }

@media only screen and (max-width: 1200px) {
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item {
    height: 400px; }
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption h3 {
    margin-top: 0;
    font-size: 32px; }
  #carousel-homeDos .btn {
    font-size: 15px;
    padding: 6px 40px; } }

@media only screen and (max-width: 991px) {
  #carousel-homeDos.carousel.slide {
    margin-bottom: 15px; }
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item {
    height: 500px; }
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption {
    top: 3%; }
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption p {
    font-size: 16px; }
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption .col-lg-6 {
    text-align: center !important; }
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption .col-lg-6 img {
    max-height: 225px;
    margin-bottom: 10px; }
  #carousel-homeDos .btn {
    font-size: 14px;
    padding: 6px 40px; }
  #carousel-homeDos.carousel.slide .carousel-indicators {
    bottom: 0px; }
  #carousel-homeDos.carousel.slide .carousel-indicators li {
    width: 13px;
    height: 13px; } }

@media only screen and (max-width: 767px) {
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item {
    height: 400px; }
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption .col-lg-6 img {
    max-height: 200px;
    margin-bottom: 0; }
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption {
    right: 0;
    left: 0;
    top: 3%;
    bottom: 0;
    padding: 0px 30px 40px 30px; }
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 22px;
    margin: 8px 0 3px 0; }
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption p {
    font-size: 14px;
    margin: 0; }
  #carousel-homeDos .btn {
    font-size: 13px;
    padding: 4px 35px 5px 35px; }
  /*#carousel-homeDos.carousel.slide .carousel-control-prev .fa-chevron-left,
	#carousel-homeDos.carousel.slide .carousel-control-next .fa-chevron-right { font-size:1.4em;}*/ }

@media only screen and (max-width: 480px) {
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item {
    height: 370px; }
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption {
    right: 0;
    left: 0;
    top: 4%;
    bottom: 0;
    padding: 0px 15px 10px 15px; }
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 8px 0 3px 0; }
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption p {
    font-size: 13px;
    margin: 0; }
  #carousel-homeDos .btn {
    font-size: 12px;
    padding: 4px 30px 4px 30px; }
  /*#carousel-homeDos.carousel.slide .carousel-control-prev .fa-chevron-left,
	#carousel-homeDos.carousel.slide .carousel-control-next .fa-chevron-right { font-size:1.1em;}*/
  #carousel-homeDos.carousel.slide .carousel-indicators li {
    border-color: #fff;
    width: 11px;
    height: 11px;
    background-color: #fff;
    opacity: 0.5; }
  #carousel-homeDos.carousel.slide .carousel-indicators li.active {
    opacity: 1; } }

/*Carrusel*/
#carousel-thumbnail.carousel {
  background-color: transparent;
  margin: 15px auto 25px;
  padding: 0; }

#carousel-thumbnail.carousel .item {
  text-align: center;
  overflow: hidden;
  height: inherit; }

#carousel-thumbnail.carousel .item > div > div {
  margin-bottom: 15px; }

#carousel-thumbnail.carousel .item .img-box {
  background-color: #fff; }

#carousel-thumbnail.carousel .item img {
  max-width: 100%;
  display: inline-block; }

#carousel-thumbnail.carousel .thumb-wrapper {
  background: #4f5a69;
  color: #fff;
  height: 100%; }

#carousel-thumbnail.carousel .thumb-wrapper:hover {
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  transform: scale(0.95);
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s; }

#carousel-thumbnail.carousel .thumb-wrapper a {
  color: #fff; }

#carousel-thumbnail.carousel .thumb-wrapper a:hover {
  text-decoration: none; }

#carousel-thumbnail.carousel .thumb-content {
  padding: 7px 10px 9px;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.05; }

#carousel-thumbnail.carousel .carousel-indicators {
  bottom: -45px;
  position: absolute; }

#carousel-thumbnail.carousel .carousel-indicators li,
#carousel-thumbnail.carousel .carousel-indicators li.active {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 4px;
  border-color: transparent; }

#carousel-thumbnail.carousel .carousel-indicators li {
  background: #c7c7cb;
  opacity: 1; }

#carousel-thumbnail.carousel .carousel-indicators li.active {
  background: #656b74; }

@media only screen and (max-width: 991px) {
  #carousel-thumbnail.carousel {
    padding: 0 15%; } }

@media only screen and (max-width: 767px) {
  #carousel-thumbnail.carousel {
    padding: 0 10%; } }

@media only screen and (max-width: 575px) {
  #carousel-thumbnail.carousel {
    padding: 0 15%; } }

@media only screen and (max-width: 480px) {
  #carousel-thumbnail.carousel {
    padding: 0 10%; } }

@media only screen and (max-width: 370px) {
  #carousel-thumbnail.carousel {
    padding: 0; } }

/*Areas tematicas Home*/
ul.listadoAreasHome {
  margin: 0 auto;
  padding: 15px 0 0 0;
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

ul.listadoAreasHome li {
  width: 20%;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

@media only screen and (max-width: 991px) {
  ul.listadoAreasHome {
    width: 70%; }
  ul.listadoAreasHome li {
    width: 33.333333%; } }

@media only screen and (max-width: 767px) {
  ul.listadoAreasHome {
    width: 85%; } }

@media only screen and (max-width: 600px) {
  ul.listadoAreasHome {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  ul.listadoAreasHome {
    width: 50%; }
  #masAreas ul.listadoAreasHome {
    width: 100%; }
  ul.listadoAreasHome li {
    width: 100%; } }

@media only screen and (max-width: 320px) {
  ul.listadoAreasHome {
    width: 70%; } }

ul.listadoAreasHome li:hover {
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  z-index: 10000; }

ul.listadoAreasHome li a {
  display: block;
  height: 100%;
  padding: 0 0 20px 0;
  background-color: #FFF;
  color: #4f5a69;
  margin: 0; }

ul.listadoAreasHome li:nth-child(even) a {
  background-color: #e6e6e6; }

ul.listadoAreasHome li a:hover {
  text-decoration: none;
  color: #183C69 !important; }

ul.listadoAreasHome li h3 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding: 12px 15px; }

ul.listadoAreasHome li a:hover h3 {
  color: #183C69 !important; }

@media only screen and (max-width: 767px) {
  ul.listadoAreasHome li h3 {
    font-size: 18px;
    padding: 10px 12px; } }

@media only screen and (max-width: 480px) {
  ul.listadoAreasHome li a {
    padding: 0 0 10px 0; }
  ul.listadoAreasHome li h3 {
    font-size: 15px;
    padding: 8px 9px; } }

ul.listadoAreasHome li i.fa.fa-stop {
  color: #183C69;
  position: absolute;
  bottom: -1px;
  right: 0;
  font-size: 1.25em; }

div.collapse ul.listadoAreasHome {
  padding: 0;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s; }

/*Areas tematicas Interiore*/
section#content .areaContent ul.listadoAreasInter {
  margin: 0 auto;
  padding: 0 0 20px 0;
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

section#content .areaContent ul.listadoAreasInter li {
  width: 20%;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

@media only screen and (max-width: 991px) {
  section#content .areaContent ul.listadoAreasInter {
    width: 70%; }
  section#content .areaContent ul.listadoAreasInter li {
    width: 33.333333%; } }

@media only screen and (max-width: 767px) {
  section#content .areaContent ul.listadoAreasInter {
    width: 85%; } }

@media only screen and (max-width: 600px) {
  section#content .areaContent ul.listadoAreasInter {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  section#content .areaContent ul.listadoAreasInter {
    width: 50%; }
  section#content .areaContent ul.listadoAreasInter li {
    width: 100%; } }

@media only screen and (max-width: 320px) {
  section#content .areaContent ul.listadoAreasInter {
    width: 70%; } }

section#content .areaContent ul.listadoAreasInter li:hover {
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  z-index: 10000; }

section#content .areaContent ul.listadoAreasInter li a {
  display: block;
  height: 100%;
  padding: 0 0 20px 0;
  background-color: #FFF;
  color: #4f5a69 !important;
  margin: 0; }

section#content .areaContent ul.listadoAreasInter li:nth-child(even) a {
  background-color: #e6e6e6; }

section#content .areaContent ul.listadoAreasInter li a:hover {
  text-decoration: none;
  color: #183C69 !important; }

section#content .areaContent ul.listadoAreasInter li h3 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding: 12px 15px; }

section#content .areaContent ul.listadoAreasInter li a h3 {
  color: #333 !important; }

section#content .areaContent ul.listadoAreasInter li a:hover h3 {
  color: #183C69 !important; }

@media only screen and (max-width: 767px) {
  section#content .areaContent ul.listadoAreasInter li h3 {
    font-size: 18px;
    padding: 10px 12px; } }

@media only screen and (max-width: 480px) {
  section#content .areaContent ul.listadoAreasInter li a {
    padding: 0 0 10px 0; }
  section#content .areaContent ul.listadoAreasInter li h3 {
    font-size: 15px;
    padding: 8px 9px; } }

section#content .areaContent ul.listadoAreasInter li i.fa.fa-stop {
  color: #183C69;
  position: absolute;
  bottom: -1px;
  right: 0;
  font-size: 1.25em; }

/*Cabecera*/
body.huesca.area-generica header#cabecera a.navbar-brand span {
  display: inline-table;
  color: #183C69;
  font-weight: 400;
  line-height: 1.2;
  white-space: normal;
  vertical-align: bottom;
  padding-bottom: 6px; }

@media only screen and (max-width: 767px) {
  body.huesca.area-generica header#cabecera a.navbar-brand span {
    display: block;
    font-size: 17px;
    padding-bottom: 0px; } }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica header#cabecera a.navbar-brand span {
    font-size: 16px; } }

body.huesca.area-generica header#cabecera .navbar-expand-md {
  border-bottom: 10px solid #183C69; }

body.huesca.area-generica header#cabecera .topBar ul.accesos li.menuHuesca i.fa {
  vertical-align: middle;
  margin-right: 5px; }

body.huesca.area-generica header#cabecera .topBar ul.accesos li.menuHuesca a:hover {
  text-decoration: none; }

body.huesca.area-generica header#cabecera .topBar ul.accesos li.menuHuesca a:hover .fa {
  color: #959fad !important; }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica header#cabecera .topBar ul.accesos li a {
    padding: 7px; } }

body.huesca.area-generica header#cabecera #navbarMenuPral.navbar-collapse {
  font-size: 17px; }

body.huesca.area-generica header#cabecera #navbarMenuPral.navbar-collapse ul li {
  margin: 0;
  padding: 12px 10px 0 9px; }

body.huesca.area-generica header#cabecera #navbarMenuPral.navbar-collapse ul li:hover {
  margin-bottom: -10px;
  border-bottom-width: 10px !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  padding-bottom: 6px; }

body.huesca.area-generica header#cabecera #navbarMenuPral.navbar-collapse ul li.active {
  border-color: rgba(0, 0, 0, 0.2) !important;
  margin-bottom: -10px;
  border-bottom-width: 10px !important;
  padding-bottom: 5px; }

body.huesca.area-generica header#cabecera #navbarMenuPral.navbar-collapse ul li a:hover {
  color: #76808f; }

@media only screen and (max-width: 767px) {
  body.huesca.area-generica header#cabecera #navbarMenuPral.navbar-collapse {
    font-size: 15px; }
  body.huesca.area-generica header#cabecera #navbarMenuPral.navbar-collapse ul li {
    margin: 0px;
    padding: 0; }
  body.huesca.area-generica header#cabecera #navbarMenuPral.navbar-collapse ul li:hover {
    margin-bottom: 0px; }
  body.huesca.area-generica header#cabecera #navbarMenuPral.navbar-collapse ul li.active {
    margin-bottom: 0px; } }

/*fin Cabecera*/
/******************** MENU CORTINA ********************/
/* menu trigger */
#sidebarCollapse {
  position: relative;
  text-decoration: none !important; }

#sidebarCollapse i {
  position: relative; }

#sidebarCollapse img {
  position: relative; }

#sidebarCollapse::before,
#sidebarCollapse::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

/* menu is visible */
#sidebar {
  background: #183C69;
  padding: 20px;
  color: #FFF;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  height: 100%;
  width: 320px;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 800;
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

#sidebar a,
#sidebar a:visited {
  color: #FFF; }

#sidebar a:hover,
#sidebar a:focus,
#sidebar a:active {
  color: #FFF; }

#sidebar h3 {
  color: white;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.07em;
  padding-left: 5px; }

#sidebar .nav-list {
  margin: 20px 0 0;
  padding: 0 0 1.8rem 0;
  list-style: none;
  line-height: 3.6rem; }

#sidebar .nav-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  line-height: normal;
  margin-bottom: 0px;
  padding: 6px; }

#sidebar .nav-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.45); }

#sidebar .nav-list li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  text-align: left; }

#sidebar .nav-list li a:hover,
#sidebar .nav-list li a:focus {
  color: rgba(255, 255, 255, 0.75) !important; }

#sidebar .nav-list li.current {
  font-weight: 900; }

#sidebar .nav-list li ul {
  padding-left: 25px;
  margin-top: 6px; }

#sidebar .nav-list li ul li {
  border-width: 0 !important;
  font-size: 14px;
  list-style: square;
  padding: 2px 6px; }

#sidebar #sidebarClose {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  position: absolute;
  top: 17px;
  right: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

#sidebar #sidebarClose span::before,
#sidebar #sidebarClose span::after {
  content: "";
  display: block;
  height: 5px;
  width: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -1px; }

#sidebar #sidebarClose span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#sidebar #sidebarClose span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* menu is hidden */
#sidebar.active {
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

/******************** fin MENU CORTINA ********************/
/*Caja Descricion Promo*/
body.huesca.area-generica .area-caption {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 7px solid #183C69;
  padding: 25px 30px 35px 30px;
  width: 37%;
  float: left;
  margin: 90px 0 0 0; }

body.huesca.area-generica .promoSectionMedium .area-caption {
  margin-top: 70px; }

body.huesca.area-generica .promoSectionSmall .area-caption {
  margin-top: 50px;
  padding-bottom: 25px; }

@media only screen and (max-width: 1200px) {
  body.huesca.area-generica .area-caption {
    margin-left: 20px; } }

@media only screen and (max-width: 991px) {
  body.huesca.area-generica .area-caption {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  body.huesca.area-generica .area-caption {
    margin-top: 60px; }
  body.huesca.area-generica .promoSectionMedium .area-caption {
    margin-top: 50px;
    padding-bottom: 25px; }
  body.huesca.area-generica .promoSectionSmall .area-caption {
    margin-top: 30px;
    padding: 20px 20px 10px; } }

@media only screen and (max-width: 600px) {
  body.huesca.area-generica .area-caption {
    width: 70%; } }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica .area-caption {
    margin-top: 40px;
    padding-bottom: 20px; }
  body.huesca.area-generica .promoSectionMedium .area-caption {
    margin-top: 25px;
    padding: 15px;
    width: 86%; }
  body.huesca.area-generica .promoSectionSmall .area-caption {
    margin-top: 20px;
    padding: 15px 15px 5px;
    width: 86%; } }

@media only screen and (max-width: 320px) {
  body.huesca.area-generica .area-caption {
    width: 86%;
    padding: 15px; } }

body.huesca.area-generica .area-caption h1 {
  color: #183C69 !important;
  font-weight: 400 !important;
  font-size: 30px;
  line-height: 1.1; }

body.huesca.area-generica .area-caption p {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300 !important;
  color: #3e4753; }

@media only screen and (max-width: 767px) {
  body.huesca.area-generica .area-caption h1 {
    font-size: 26px; }
  body.huesca.area-generica .area-caption p {
    font-size: 16px; } }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica .area-caption h1 {
    font-size: 20px; }
  body.huesca.area-generica .area-caption p {
    font-size: 14px; } }

/*fin Caja Descricion Promo*/
body.huesca.area-generica h2.description {
  color: #183C69 !important;
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: .8rem; }

@media only screen and (max-width: 767px) {
  body.huesca.area-generica h2.description {
    font-size: 18px; } }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica h2.description {
    font-size: 16px; } }

/*Caja Info*/
body.huesca.area-generica .cajaInfo {
  background-color: #f7f7f7;
  border-top: 6px solid #183C69;
  padding: 20px 30px;
  margin-bottom: 25px; }

@media only screen and (max-width: 767px) {
  body.huesca.area-generica .cajaInfo {
    width: 70%;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 600px) {
  body.huesca.area-generica .cajaInfo {
    width: 85%; } }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica .cajaInfo {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica .cajaInfo {
    padding: 15px 20px; } }

body.huesca.area-generica .cajaInfo h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600 !important; }

@media only screen and (max-width: 767px) {
  body.huesca.area-generica .cajaInfo h3 {
    font-size: 18px; } }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica .cajaInfo h3 {
    font-size: 16px; } }

body.huesca.area-generica .cajaInfo a,
body.huesca.area-generica .cajaInfo a:link,
body.huesca.area-generica .cajaInfo a:visited {
  color: #183C69;
  text-decoration: none; }

body.huesca.area-generica .cajaInfo a:hover {
  text-decoration: underline; }

body.huesca.area-generica .cajaInfo span.fa-stack {
  display: table-cell;
  vertical-align: top;
  font-size: 3.2em; }

body.huesca.area-generica .cajaInfo span.fa-stack .fa-circle {
  color: #fff; }

body.huesca.area-generica .cajaInfo span.fa-stack .fa-inverse {
  color: #183C69; }

body.huesca.area-generica .cajaInfo div.fa-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px; }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica .cajaInfo div.fa-text {
    padding-left: 10px; }
  body.huesca.area-generica .cajaInfo span.fa-stack {
    font-size: 2.5em; } }

body.huesca.area-generica .cajaInfo div.fa-text p {
  margin-bottom: 0.5rem; }

body.huesca.area-generica .cajaInfo div.fa-text p:last-child {
  margin-bottom: 0px; }

body.huesca.area-generica .cajaInfo a {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/*fin Caja Info*/
/*Listado redes Sociales*/
body.huesca.area-generica ul.listadoRS {
  margin: 0px auto;
  padding: 0;
  list-style-type: none;
  text-align: center; }

body.huesca.area-generica ul.listadoRS li {
  display: inline-table;
  margin: 0;
  padding: 0 15px 15px 15px;
  vertical-align: top;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
  text-align: left; }

body.huesca.area-generica ul.listadoRS li span.rs-ico {
  display: table-cell;
  vertical-align: top; }

body.huesca.area-generica ul.listadoRS li span.rs-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px; }

@media only screen and (max-width: 767px) {
  body.huesca.area-generica ul.listadoRS li {
    width: 49.5%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px; }
  body.huesca.area-generica ul.listadoRS li span.rs-ico img {
    width: 90%; }
  body.huesca.area-generica ul.listadoRS li span.rs-text {
    padding-left: 4px; } }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica ul.listadoRS li {
    width: 100%;
    padding-bottom: 5px;
    font-size: 15px; }
  body.huesca.area-generica ul.listadoRS li span.rs-ico img {
    width: 80%; }
  body.huesca.area-generica ul.listadoRS li span.rs-text {
    padding-left: 0px; } }

@media only screen and (max-width: 320px) {
  body.huesca.area-generica ul.listadoRS li {
    padding-right: 0px;
    padding-left: 0px; } }

body.huesca.area-generica ul.listadoRS li a {
  color: #4f5a69; }

body.huesca.area-generica ul.listadoRS li a:focus {
  color: #183C69; }

body.huesca.area-generica ul.listadoRS li a:hover span {
  text-decoration: underline !important; }

/*fin Listado redes Sociales*/
/*********Listado Actualidad*********/
body.huesca.area-generica ul.listaActualidadArea {
  margin: 0px auto;
  padding: 0;
  list-style-type: none;
  background-color: #fff; }

body.huesca.area-generica ul.listaActualidadArea li {
  border-bottom: 1px dotted #76808f; }

body.huesca.area-generica ul.listaActualidadArea li:first-child {
  border-top: 1px dotted #76808f; }

body.huesca.area-generica ul.listaActualidadArea li a {
  display: block;
  padding: 15px 0 10px 0;
  border-bottom: 5px solid transparent; }

body.huesca.area-generica ul.listaActualidadArea li a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
  border-bottom: 5px solid #183C69; }

body.huesca.area-generica ul.listaActualidadArea li .list-Img {
  display: table-cell;
  width: 25%; }

body.huesca.area-generica ul.listaActualidadArea li .list-Img img {
  width: 100%; }

body.huesca.area-generica ul.listaActualidadArea li .list-Txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px; }

body.huesca.area-generica ul.listaActualidadArea li h3 {
  color: #183C69;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0px 15px 2px 15px; }

body.huesca.area-generica ul.listaActualidadArea li p {
  color: #4f5a69;
  padding: 0 15px;
  margin: 0;
  line-height: 1.2; }

/*Primer elemento destacado*/
body.huesca.area-generica ul.listaActualidadArea li.destacado {
  background-color: #f7f7f7;
  border-top: 0px;
  border-bottom-width: 3px;
  border-bottom-style: solid; }

body.huesca.area-generica ul.listaActualidadArea li.destacado a {
  padding-top: 0; }

body.huesca.area-generica ul.listaActualidadArea li.destacado .list-Img {
  display: inherit;
  width: 100%; }

body.huesca.area-generica ul.listaActualidadArea li.destacado .list-Txt {
  display: inherit;
  padding: 8px; }

body.huesca.area-generica ul.listaActualidadArea li.destacado h3 {
  font-size: 20px;
  font-weight: 300;
  padding: 12px 15px 5px 15px; }

body.huesca.area-generica ul.listaActualidadArea li.destacado p {
  padding: 0 15px; }

@media only screen and (max-width: 767px) {
  body.huesca.area-generica ul.listaActualidadArea li {
    width: 70%;
    margin: auto; }
  body.huesca.area-generica ul.listaActualidadArea li.destacado h3 {
    font-size: 18px;
    font-weight: 400; } }

@media only screen and (max-width: 600px) {
  body.huesca.area-generica ul.listaActualidadArea li {
    width: 85%; } }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica ul.listaActualidadArea li {
    width: 100%; }
  body.huesca.area-generica ul.listaActualidadArea li.destacado h3 {
    font-size: 16px; }
  body.huesca.area-generica ul.listaActualidadArea li .list-Img {
    display: none; }
  body.huesca.area-generica ul.listaActualidadArea li .list-Txt {
    padding-left: 0px; }
  body.huesca.area-generica ul.listaActualidadArea li.destacado .list-Txt {
    padding: 0px; } }

@media only screen and (max-width: 320px) {
  body.huesca.area-generica ul.listaActualidadArea li .list-Txt p {
    display: none; } }

/*********fin Listado Actualidad*********/
/*********Listado Agenda*********/
body.huesca.area-generica ul.listaAgendaArea {
  margin: 0px auto;
  padding: 0;
  list-style-type: none;
  background-color: #fff; }

body.huesca.area-generica ul.listaAgendaArea li {
  margin-bottom: 10px; }

body.huesca.area-generica ul.listaAgendaArea li a {
  display: block; }

body.huesca.area-generica ul.listaAgendaArea li a:hover {
  text-decoration: none;
  background-color: #f7f7f7; }

body.huesca.area-generica ul.listaAgendaArea li .list-Img {
  display: table-cell;
  width: 25%; }

body.huesca.area-generica ul.listaAgendaArea li .list-Img img {
  width: 100%; }

body.huesca.area-generica ul.listaAgendaArea li .list-Txt {
  display: table-cell;
  vertical-align: top;
  padding-left: 8px; }

body.huesca.area-generica ul.listaAgendaArea li h3 {
  color: #183C69;
  font-size: 16px;
  font-weight: 400;
  border-top: 9px solid #183C69;
  margin: 0;
  padding: 9px 15px 7px 15px; }

body.huesca.area-generica ul.listaAgendaArea li p {
  color: #4f5a69;
  padding: 0 15px 10px 15px;
  margin: 0;
  line-height: 1.2; }

body.huesca.area-generica ul.listaAgendaArea li span {
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1em;
  line-height: 0.9em;
  vertical-align: middle;
  text-align: center; }

/*Primer elemento destacado*/
body.huesca.area-generica ul.listaAgendaArea li.destacado {
  margin-bottom: 15px; }

body.huesca.area-generica ul.listaAgendaArea li.destacado a {
  padding-top: 0; }

body.huesca.area-generica ul.listaAgendaArea li.destacado .list-Img {
  display: inherit;
  width: 100%; }

body.huesca.area-generica ul.listaAgendaArea li.destacado .list-Txt {
  display: inherit;
  padding-left: 0px; }

body.huesca.area-generica ul.listaAgendaArea li.destacado h3 {
  font-size: 20px;
  font-weight: 300;
  padding: 12px 15px 7px 15px;
  border-top-width: 12px; }

body.huesca.area-generica ul.listaAgendaArea li.destacado p {
  padding: 0 15px 10px 15px; }

@media only screen and (max-width: 767px) {
  body.huesca.area-generica ul.listaAgendaArea li {
    width: 70%;
    margin: auto; }
  body.huesca.area-generica ul.listaAgendaArea li.destacado h3 {
    font-size: 18px;
    font-weight: 400; } }

@media only screen and (max-width: 600px) {
  body.huesca.area-generica ul.listaAgendaArea li {
    width: 85%; } }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica ul.listaAgendaArea li {
    width: 100%; }
  body.huesca.area-generica ul.listaAgendaArea li.destacado {
    margin-bottom: 10px; }
  body.huesca.area-generica ul.listaAgendaArea li.destacado h3 {
    font-size: 16px; }
  body.huesca.area-generica ul.listaAgendaArea li .list-Img {
    display: none; }
  body.huesca.area-generica ul.listaAgendaArea li .list-Txt {
    padding-left: 0px; } }

@media only screen and (max-width: 320px) {
  body.huesca.area-generica ul.listaAgendaArea li .list-Txt p {
    display: none; } }

/*********fin Listado Agenda*********/
/*********Listado Blog*********/
body.huesca.area-generica ul.listaBlogArea {
  margin: 10px auto;
  padding: 0;
  list-style-type: none;
  background-color: transparent; }

body.huesca.area-generica ul.listaBlogArea li {
  border-bottom: 1px solid #fff; }

body.huesca.area-generica ul.listaBlogArea li:first-child {
  border-top: 1px solid #fff; }

body.huesca.area-generica ul.listaBlogArea li a {
  display: block;
  padding: 10px 0 10px 0;
  word-wrap: inherit !important;
  overflow-wrap: inherit !important;
  word-break: inherit !important; }

body.huesca.area-generica ul.listaBlogArea li a:hover {
  text-decoration: none;
  background-color: #fff; }

body.huesca.area-generica ul.listaBlogArea li .list-Img {
  display: table-cell;
  width: 25%; }

body.huesca.area-generica ul.listaBlogArea li .list-Txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px; }

body.huesca.area-generica ul.listaBlogArea li h3 {
  font-size: 15px;
  font-weight: 400 !important;
  margin: 0;
  padding: 0px 15px 2px 15px; }

body.huesca.area-generica ul.listaBlogArea li p {
  color: #959fad;
  padding: 0 15px;
  margin: 0;
  line-height: 1.2; }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica ul.listaBlogArea li .list-Img {
    display: none; }
  body.huesca.area-generica ul.listaBlogArea li .list-Txt {
    padding-left: 0px; }
  body.huesca.area-generica ul.listaBlogArea li h3 {
    font-size: 14px; } }

/*********fin Listado Blog*********/
/*********Listado listaConvocatorias*********/
body.huesca.area-generica .listaConvocatorias {
  background-color: #f7f7f7;
  padding: 30px; }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica .listaConvocatorias {
    padding: 25px 20px; } }

body.huesca.area-generica .listaConvocatorias ul {
  margin: 0px auto;
  padding: 0;
  list-style-type: none; }

body.huesca.area-generica .listaConvocatorias ul li {
  margin: 0;
  padding: 0 0 15px 0;
  vertical-align: top;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 400; }

body.huesca.area-generica .listaConvocatorias ul li span.fa-stack {
  display: table-cell;
  vertical-align: top;
  font-size: 1.6em; }

body.huesca.area-generica .listaConvocatorias ul li span.fa-stack .fa-inverse {
  font-size: 0.9em; }

body.huesca.area-generica .listaConvocatorias ul li div.fa-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px; }

body.huesca.area-generica .listaConvocatorias ul li div.fa-text span {
  display: block; }

body.huesca.area-generica .listaConvocatorias ul li div.fa-text span.estadoConvoca {
  font-size: 0.85em;
  color: #959fad; }

body.huesca.area-generica .listaConvocatorias ul li div.fa-text span.fechaConvoca {
  font-size: 0.85em;
  color: #959fad; }

body.huesca.area-generica .listaConvocatorias ul li div.fa-text span i {
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.85em;
  font-weight: 300; }

@media only screen and (max-width: 767px) {
  body.huesca.area-generica .listaConvocatorias {
    width: 70%;
    margin: auto; }
  body.huesca.area-generica .listaConvocatorias ul li {
    padding-right: 0;
    padding-bottom: 20px;
    font-size: 16px; } }

@media only screen and (max-width: 600px) {
  body.huesca.area-generica .listaConvocatorias {
    width: 85%; } }

@media only screen and (max-width: 480px) {
  body.huesca.area-generica .listaConvocatorias {
    width: 100%; }
  body.huesca.area-generica .listaConvocatorias ul li {
    padding-bottom: 10px;
    font-size: 15px; } }

body.huesca.area-generica .listaConvocatorias ul li a {
  color: #4f5a69;
  display: block;
  padding: 5px 0; }

body.huesca.area-generica .listaConvocatorias ul li a:hover {
  background-color: #fff;
  text-decoration: none; }

body.huesca.area-generica .listaConvocatorias ul li a:focus {
  color: #4f5a69; }

body.huesca.area-generica .listaConvocatorias ul li a:hover span {
  color: #4f5a69; }

body.huesca.area-generica .listaConvocatorias ul li span.fa-stack .fa-circle {
  color: #fff;
  /*color:#e4e4e4;*/ }

/*********fin Listado listaConvocatorias*********/
/*Generales*/
body.huesca.area-azul a:focus {
  outline-color: #009acf; }

body.huesca.area-azul h2.home .fa {
  color: #009acf; }

body.huesca.area-azul .linkMostrar a:hover,
body.huesca.area-azul .linkMostrar a:focus {
  color: #009acf; }

body.huesca.area-azul .linkVerMas a:hover,
body.huesca.area-azul .linkVerMas a:focus {
  color: #009acf; }

body.huesca.area-azul h2.title .fa {
  color: #009acf; }

body.huesca.area-azul section#content .areaContent a,
body.huesca.area-azul section#content .areaContent a:link,
body.huesca.area-azul section#content .areaContent a:visited {
  color: #009acf; }

body.huesca.area-azul section#content .areaContent a:hover {
  color: #009acf; }

body.huesca.area-azul section#content .areaContent a:focus {
  outline-color: #009acf; }

body.huesca.area-azul section#content .areaContent h3 {
  color: #009acf; }

body.huesca.area-azul section#content .areaContent h5 {
  color: #009acf; }

body.huesca.area-azul section#content .areaContent blockquote {
  color: #009acf;
  border-color: #009acf; }

body.huesca.area-azul section#content ul.icoEnlaces li a:focus {
  color: #009acf; }

body.huesca.area-azul section#content ul.icoEnlaces li a:hover span {
  color: #009acf; }

body.huesca.area-azul section#content ul.icoEnlaces li span.fa-stack .fa-circle {
  color: #009acf; }

/*Botones formulario*/
body.huesca.area-azul.btn-primary {
  background-color: #009acf;
  border-color: #009acf; }

body.huesca.area-azul .btn-secondary {
  color: #009acf !important;
  border-color: #009acf; }

body.huesca.area-azul.btn-link {
  color: #009acf; }

body.huesca.area-azul .btn-link:hover {
  color: #009acf; }

/*Cabecera*/
body.huesca.area-azul header#cabecera a.navbar-brand span {
  color: #009acf; }

body.huesca.area-azul header#cabecera .navbar-expand-md {
  border-color: #009acf; }

body.huesca.area-azul header#cabecera a:hover:not(.icon-monospaced),
body.huesca.area-azul header#cabecera a:focus:not(.icon-monospaced) {
  color: #009acf; }

body.huesca.area-azul header#cabecera button.navbar-toggler:hover .fa-bars {
  color: #009acf; }

body.huesca.area-azul header#cabecera .barSearch {
  border-color: #009acf; }

body.huesca.area-azul header#cabecera .topBar ul.accesos a:hover {
  color: #009acf; }

body.huesca.area-azul header#cabecera .topBar ul.accesos a:hover .fa {
  color: #009acf; }

body.huesca.area-azul header#cabecera #accordionAccesos .card #idiomas ul li.active a .fa {
  color: #009acf; }

@media only screen and (max-width: 767px) {
  body.huesca.area-azul header#cabecera #navbarMenuPral.navbar-collapse ul li.active {
    border-color: #009acf; }
  body.huesca.area-azul header#cabecera #navbarMenuPral.navbar-collapse ul li a:hover {
    color: #009acf; } }

/*Migas de pan*/
body.huesca.area-azul section#content .migas .breadcrumb li a:focus,
body.huesca.area-azul section#content .migas .breadcrumb li a:hover {
  color: #009acf; }

/*Menu interior lateral*/
body.huesca.area-azul h3.submenu .fa {
  color: #009acf; }

body.huesca.area-azul section#content .areaContent ul.menuLateral li a:focus,
body.huesca.area-azul section#content .areaContent ul.menuLateral li a:hover {
  color: #009acf !important; }

/*Caja Descricion Promo*/
body.huesca.area-azul .area-caption {
  border-color: #009acf; }

body.huesca.area-azul .area-caption h1 {
  color: #009acf !important; }

body.huesca.area-azul h2.description {
  color: #009acf !important; }

/*Caja Info*/
body.huesca.area-azul .cajaInfo {
  border-color: #009acf; }

body.huesca.area-azul .cajaInfo a,
body.huesca.area-azul .cajaInfo a:link,
body.huesca.area-azul .cajaInfo a:visited {
  color: #009acf; }

body.huesca.area-azul .cajaInfo span.fa-stack .fa-inverse {
  color: #009acf; }

/*Listado redes Sociales*/
body.huesca.area-azul ul.listadoRS li a:focus {
  color: #009acf; }

/*********Listado Actualidad*********/
body.huesca.area-azul ul.listaActualidadArea li a:hover {
  border-color: #009acf; }

body.huesca.area-azul ul.listaActualidadArea li h3 {
  color: #009acf; }

/*Actualidad Home*/
body.huesca.area-azul ul.listadoActualidadHome li h3 {
  color: #009acf; }

/*********Listado Agenda*********/
body.huesca.area-azul ul.listaAgendaArea li h3 {
  color: #009acf;
  border-color: #009acf; }

/*Agenda Home*/
body.huesca.area-azul ul.listadoAgendaHome li h3 {
  color: #009acf;
  border-color: #009acf; }

/*Areas tematicas Home*/
body.huesca.area-azul ul.listadoAreasHome li a:hover {
  color: #009acf !important; }

body.huesca.area-azul ul.listadoAreasHome li a:hover h3 {
  color: #009acf !important; }

body.huesca.area-azul ul.listadoAreasHome li i.fa.fa-stop {
  color: #009acf; }

/*SlideShow*/
body.huesca.area-azul .carousel.slide .carousel-inner .carousel-item .carousel-caption {
  background-color: #009acf; }

@media only screen and (max-width: 480px) {
  body.huesca.area-azul .carousel.slide .carousel-indicators li {
    border-color: #009acf;
    background-color: #009acf; } }

/*Avisos*/
body.huesca.area-azul ul.avisosHome li a:hover {
  color: #009acf; }

/*A un click*/
body.huesca.area-azul ul.listadoAunClick li a:focus {
  color: #009acf; }

body.huesca.area-azul ul.listadoAunClick li a:hover span {
  color: #009acf; }

/*cards*/
body.huesca.area-azul section#content .card {
  border-color: #009acf; }

body.huesca.area-azul section#content .card h5 a {
  color: #009acf; }

body.huesca.area-azul section#content .card.agendaListaCard {
  border-color: #e6e6e6; }

body.huesca.area-azul section#content .card.agendaListaCard h3 {
  color: #009acf;
  border-color: #009acf; }

/*botones anterior-siguiente*/
body.huesca.area-azul section#content .pager li > a,
body.huesca.area-azul section#content .pager li > span {
  border-color: #009acf; }

/*contenidos relacionados*/
body.huesca.area-azul section#content .taglib-asset-links {
  border-color: #009acf; }

/*Detalle Evento*/
body.huesca.area-azul section#content .eventoDetalle .imgDestacada img {
  border-color: #009acf; }

body.huesca.area-azul section#content .eventoDetalle .aside h3 {
  color: #009acf;
  border-color: #009acf; }

/*Lista de Actualidad Interior*/
body.huesca.area-azul section#content ul.listadoActualidad li h3 {
  color: #009acf !important; }

/*Detalle Tramite*/
body.huesca.area-azul section#content .tramitesDetalle aside {
  border-color: #009acf; }

/*paginacion*/
body.huesca.area-azul section#content .areaContent ul.pagination .page-item.active .page-link {
  background-color: #009acf;
  border-color: #009acf; }

/*Generales*/
body.huesca.area-azul-cielo a:focus {
  outline-color: #5477b5; }

body.huesca.area-azul-cielo h2.home .fa {
  color: #5477b5; }

body.huesca.area-azul-cielo .linkMostrar a:hover,
body.huesca.area-azul-cielo .linkMostrar a:focus {
  color: #5477b5; }

body.huesca.area-azul-cielo .linkVerMas a:hover,
body.huesca.area-azul-cielo .linkVerMas a:focus {
  color: #5477b5; }

body.huesca.area-azul-cielo h2.title .fa {
  color: #5477b5; }

body.huesca.area-azul-cielo section#content .areaContent a,
body.huesca.area-azul-cielo section#content .areaContent a:link,
body.huesca.area-azul-cielo section#content .areaContent a:visited {
  color: #5477b5; }

body.huesca.area-azul-cielo section#content .areaContent a:hover {
  color: #5477b5; }

body.huesca.area-azul-cielo section#content .areaContent a:focus {
  outline-color: #5477b5; }

body.huesca.area-azul-cielo section#content .areaContent h3 {
  color: #5477b5; }

body.huesca.area-azul-cielo section#content .areaContent h5 {
  color: #5477b5; }

body.huesca.area-azul-cielo section#content .areaContent blockquote {
  color: #5477b5;
  border-color: #5477b5; }

body.huesca.area-azul-cielo section#content ul.icoEnlaces li a:focus {
  color: #5477b5; }

body.huesca.area-azul-cielo section#content ul.icoEnlaces li a:hover span {
  color: #5477b5; }

body.huesca.area-azul-cielo section#content ul.icoEnlaces li span.fa-stack .fa-circle {
  color: #5477b5; }

/*Botones formulario*/
body.huesca.area-azul-cielo.btn-primary {
  background-color: #5477b5;
  border-color: #5477b5; }

body.huesca.area-azul-cielo .btn-secondary {
  color: #5477b5 !important;
  border-color: #5477b5; }

body.huesca.area-azul-cielo.btn-link {
  color: #5477b5; }

body.huesca.area-azul-cielo .btn-link:hover {
  color: #5477b5; }

/*Cabecera*/
body.huesca.area-azul-cielo header#cabecera a.navbar-brand span {
  color: #5477b5; }

body.huesca.area-azul-cielo header#cabecera .navbar-expand-md {
  border-color: #5477b5; }

body.huesca.area-azul-cielo header#cabecera a:hover:not(.icon-monospaced),
body.huesca.area-azul-cielo header#cabecera a:focus:not(.icon-monospaced) {
  color: #5477b5; }

body.huesca.area-azul-cielo header#cabecera button.navbar-toggler:hover .fa-bars {
  color: #5477b5; }

body.huesca.area-azul-cielo header#cabecera .barSearch {
  border-color: #5477b5; }

body.huesca.area-azul-cielo header#cabecera .topBar ul.accesos a:hover {
  color: #5477b5; }

body.huesca.area-azul-cielo header#cabecera .topBar ul.accesos a:hover .fa {
  color: #5477b5; }

body.huesca.area-azul-cielo header#cabecera #accordionAccesos .card #idiomas ul li.active a .fa {
  color: #5477b5; }

@media only screen and (max-width: 767px) {
  body.huesca.area-azul-cielo header#cabecera #navbarMenuPral.navbar-collapse ul li.active {
    border-color: #5477b5; }
  body.huesca.area-azul-cielo header#cabecera #navbarMenuPral.navbar-collapse ul li a:hover {
    color: #5477b5; } }

/*Migas de pan*/
body.huesca.area-azul-cielo section#content .migas .breadcrumb li a:focus,
body.huesca.area-azul-cielo section#content .migas .breadcrumb li a:hover {
  color: #5477b5; }

/*Menu interior lateral*/
body.huesca.area-azul-cielo h3.submenu .fa {
  color: #5477b5; }

body.huesca.area-azul-cielo section#content .areaContent ul.menuLateral li a:focus,
body.huesca.area-azul-cielo section#content .areaContent ul.menuLateral li a:hover {
  color: #5477b5 !important; }

/*Caja Descricion Promo*/
body.huesca.area-azul-cielo .area-caption {
  border-color: #5477b5; }

body.huesca.area-azul-cielo .area-caption h1 {
  color: #5477b5 !important; }

body.huesca.area-azul-cielo h2.description {
  color: #5477b5 !important; }

/*Caja Info*/
body.huesca.area-azul-cielo .cajaInfo {
  border-color: #5477b5; }

body.huesca.area-azul-cielo .cajaInfo a,
body.huesca.area-azul-cielo .cajaInfo a:link,
body.huesca.area-azul-cielo .cajaInfo a:visited {
  color: #5477b5; }

body.huesca.area-azul-cielo .cajaInfo span.fa-stack .fa-inverse {
  color: #5477b5; }

/*Listado redes Sociales*/
body.huesca.area-azul-cielo ul.listadoRS li a:focus {
  color: #5477b5; }

/*********Listado Actualidad*********/
body.huesca.area-azul-cielo ul.listaActualidadArea li a:hover {
  border-color: #5477b5; }

body.huesca.area-azul-cielo ul.listaActualidadArea li h3 {
  color: #5477b5; }

/*Actualidad Home*/
body.huesca.area-azul-cielo ul.listadoActualidadHome li h3 {
  color: #5477b5; }

/*********Listado Agenda*********/
body.huesca.area-azul-cielo ul.listaAgendaArea li h3 {
  color: #5477b5;
  border-color: #5477b5; }

/*Agenda Home*/
body.huesca.area-azul-cielo ul.listadoAgendaHome li h3 {
  color: #5477b5;
  border-color: #5477b5; }

/*Areas tematicas Home*/
body.huesca.area-azul-cielo ul.listadoAreasHome li a:hover {
  color: #5477b5 !important; }

body.huesca.area-azul-cielo ul.listadoAreasHome li a:hover h3 {
  color: #5477b5 !important; }

body.huesca.area-azul-cielo ul.listadoAreasHome li i.fa.fa-stop {
  color: #5477b5; }

/*SlideShow*/
body.huesca.area-azul-cielo .carousel.slide .carousel-inner .carousel-item .carousel-caption {
  background-color: #5477b5; }

@media only screen and (max-width: 480px) {
  body.huesca.area-azul-cielo .carousel.slide .carousel-indicators li {
    border-color: #5477b5;
    background-color: #5477b5; } }

/*Avisos*/
body.huesca.area-azul-cielo ul.avisosHome li a:hover {
  color: #5477b5; }

/*A un click*/
body.huesca.area-azul-cielo ul.listadoAunClick li a:focus {
  color: #5477b5; }

body.huesca.area-azul-cielo ul.listadoAunClick li a:hover span {
  color: #5477b5; }

/*cards*/
body.huesca.area-azul-cielo section#content .card {
  border-color: #5477b5; }

body.huesca.area-azul-cielo section#content .card h5 a {
  color: #5477b5; }

body.huesca.area-azul-cielo section#content .card.agendaListaCard {
  border-color: #e6e6e6; }

body.huesca.area-azul-cielo section#content .card.agendaListaCard h3 {
  color: #5477b5;
  border-color: #5477b5; }

/*botones anterior-siguiente*/
body.huesca.area-azul-cielo section#content .pager li > a,
body.huesca.area-azul-cielo section#content .pager li > span {
  border-color: #5477b5; }

/*contenidos relacionados*/
body.huesca.area-azul-cielo section#content .taglib-asset-links {
  border-color: #5477b5; }

/*Detalle Evento*/
body.huesca.area-azul-cielo section#content .eventoDetalle .imgDestacada img {
  border-color: #5477b5; }

body.huesca.area-azul-cielo section#content .eventoDetalle .aside h3 {
  color: #5477b5;
  border-color: #5477b5; }

/*Lista de Actualidad Interior*/
body.huesca.area-azul-cielo section#content ul.listadoActualidad li h3 {
  color: #5477b5 !important; }

/*Detalle Tramite*/
body.huesca.area-azul-cielo section#content .tramitesDetalle aside {
  border-color: #5477b5; }

/*paginacion*/
body.huesca.area-azul-cielo section#content .areaContent ul.pagination .page-item.active .page-link {
  background-color: #5477b5;
  border-color: #5477b5; }

@media (min-width: 992px) {
  body.huesca.area-azul-cielo .theme-mainmenu li.selected > a {
    background: #5477b5 !important; } }

/*Generales*/
body.huesca.area-dorado a:focus {
  outline-color: #dfb700; }

body.huesca.area-dorado h2.home .fa {
  color: #dfb700; }

body.huesca.area-dorado .linkMostrar a:hover,
body.huesca.area-dorado .linkMostrar a:focus {
  color: #dfb700; }

body.huesca.area-dorado .linkVerMas a:hover,
body.huesca.area-dorado .linkVerMas a:focus {
  color: #dfb700; }

body.huesca.area-dorado h2.title .fa {
  color: #dfb700; }

body.huesca.area-dorado section#content .areaContent a,
body.huesca.area-dorado section#content .areaContent a:link,
body.huesca.area-dorado section#content .areaContent a:visited {
  color: #dfb700; }

body.huesca.area-dorado section#content .areaContent a:hover {
  color: #dfb700; }

body.huesca.area-dorado section#content .areaContent a:focus {
  outline-color: #dfb700; }

body.huesca.area-dorado section#content .areaContent h3 {
  color: #dfb700; }

body.huesca.area-dorado section#content .areaContent h5 {
  color: #dfb700; }

body.huesca.area-dorado section#content .areaContent blockquote {
  color: #dfb700;
  border-color: #dfb700; }

body.huesca.area-dorado section#content ul.icoEnlaces li a:focus {
  color: #dfb700; }

body.huesca.area-dorado section#content ul.icoEnlaces li a:hover span {
  color: #dfb700; }

body.huesca.area-dorado section#content ul.icoEnlaces li span.fa-stack .fa-circle {
  color: #dfb700; }

/*Botones formulario*/
body.huesca.area-dorado.btn-primary {
  background-color: #dfb700;
  border-color: #dfb700; }

body.huesca.area-dorado .btn-secondary {
  color: #dfb700 !important;
  border-color: #dfb700; }

body.huesca.area-dorado.btn-link {
  color: #dfb700; }

body.huesca.area-dorado .btn-link:hover {
  color: #dfb700; }

/*Cabecera*/
body.huesca.area-dorado header#cabecera a.navbar-brand span {
  color: #dfb700; }

body.huesca.area-dorado header#cabecera .navbar-expand-md {
  border-color: #dfb700; }

body.huesca.area-dorado header#cabecera a:hover:not(.icon-monospaced),
body.huesca.area-dorado header#cabecera a:focus:not(.icon-monospaced) {
  color: #dfb700; }

body.huesca.area-dorado header#cabecera button.navbar-toggler:hover .fa-bars {
  color: #dfb700; }

body.huesca.area-dorado header#cabecera .barSearch {
  border-color: #dfb700; }

body.huesca.area-dorado header#cabecera .topBar ul.accesos a:hover {
  color: #dfb700; }

body.huesca.area-dorado header#cabecera .topBar ul.accesos a:hover .fa {
  color: #dfb700; }

body.huesca.area-dorado header#cabecera #accordionAccesos .card #idiomas ul li.active a .fa {
  color: #dfb700; }

@media only screen and (max-width: 767px) {
  body.huesca.area-dorado header#cabecera #navbarMenuPral.navbar-collapse ul li.active {
    border-color: #dfb700; }
  body.huesca.area-dorado header#cabecera #navbarMenuPral.navbar-collapse ul li a:hover {
    color: #dfb700; } }

/*Migas de pan*/
body.huesca.area-dorado section#content .migas .breadcrumb li a:focus,
body.huesca.area-dorado section#content .migas .breadcrumb li a:hover {
  color: #dfb700; }

/*Menu interior lateral*/
body.huesca.area-dorado h3.submenu .fa {
  color: #dfb700; }

body.huesca.area-dorado section#content .areaContent ul.menuLateral li a:focus,
body.huesca.area-dorado section#content .areaContent ul.menuLateral li a:hover {
  color: #dfb700 !important; }

/*Caja Descricion Promo*/
body.huesca.area-dorado .area-caption {
  border-color: #dfb700; }

body.huesca.area-dorado .area-caption h1 {
  color: #dfb700 !important; }

body.huesca.area-dorado h2.description {
  color: #dfb700 !important; }

/*Caja Info*/
body.huesca.area-dorado .cajaInfo {
  border-color: #dfb700; }

body.huesca.area-dorado .cajaInfo a,
body.huesca.area-dorado .cajaInfo a:link,
body.huesca.area-dorado .cajaInfo a:visited {
  color: #dfb700; }

body.huesca.area-dorado .cajaInfo span.fa-stack .fa-inverse {
  color: #dfb700; }

/*Listado redes Sociales*/
body.huesca.area-dorado ul.listadoRS li a:focus {
  color: #dfb700; }

/*********Listado Actualidad*********/
body.huesca.area-dorado ul.listaActualidadArea li a:hover {
  border-color: #dfb700; }

body.huesca.area-dorado ul.listaActualidadArea li h3 {
  color: #dfb700; }

/*Actualidad Home*/
body.huesca.area-dorado ul.listadoActualidadHome li h3 {
  color: #dfb700; }

/*********Listado Agenda*********/
body.huesca.area-dorado ul.listaAgendaArea li h3 {
  color: #dfb700;
  border-color: #dfb700; }

/*Agenda Home*/
body.huesca.area-dorado ul.listadoAgendaHome li h3 {
  color: #dfb700;
  border-color: #dfb700; }

/*Areas tematicas Home*/
body.huesca.area-dorado ul.listadoAreasHome li a:hover {
  color: #dfb700 !important; }

body.huesca.area-dorado ul.listadoAreasHome li a:hover h3 {
  color: #dfb700 !important; }

body.huesca.area-dorado ul.listadoAreasHome li i.fa.fa-stop {
  color: #dfb700; }

/*SlideShow*/
body.huesca.area-dorado .carousel.slide .carousel-inner .carousel-item .carousel-caption {
  background-color: #dfb700; }

@media only screen and (max-width: 480px) {
  body.huesca.area-dorado .carousel.slide .carousel-indicators li {
    border-color: #dfb700;
    background-color: #dfb700; } }

/*Avisos*/
body.huesca.area-dorado ul.avisosHome li a:hover {
  color: #dfb700; }

/*A un click*/
body.huesca.area-dorado ul.listadoAunClick li a:focus {
  color: #dfb700; }

body.huesca.area-dorado ul.listadoAunClick li a:hover span {
  color: #dfb700; }

/*cards*/
body.huesca.area-dorado section#content .card {
  border-color: #dfb700; }

body.huesca.area-dorado section#content .card h5 a {
  color: #dfb700; }

body.huesca.area-dorado section#content .card.agendaListaCard {
  border-color: #e6e6e6; }

body.huesca.area-dorado section#content .card.agendaListaCard h3 {
  color: #dfb700;
  border-color: #dfb700; }

/*botones anterior-siguiente*/
body.huesca.area-dorado section#content .pager li > a,
body.huesca.area-dorado section#content .pager li > span {
  border-color: #dfb700; }

/*contenidos relacionados*/
body.huesca.area-dorado section#content .taglib-asset-links {
  border-color: #dfb700; }

/*Detalle Evento*/
body.huesca.area-dorado section#content .eventoDetalle .imgDestacada img {
  border-color: #dfb700; }

body.huesca.area-dorado section#content .eventoDetalle .aside h3 {
  color: #dfb700;
  border-color: #dfb700; }

/*Lista de Actualidad Interior*/
body.huesca.area-dorado section#content ul.listadoActualidad li h3 {
  color: #dfb700 !important; }

/*Detalle Tramite*/
body.huesca.area-dorado section#content .tramitesDetalle aside {
  border-color: #dfb700; }

/*paginacion*/
body.huesca.area-dorado section#content .areaContent ul.pagination .page-item.active .page-link {
  background-color: #dfb700;
  border-color: #dfb700; }

/*Generales*/
body.huesca.area-rosa a:focus {
  outline-color: #d23e72; }

body.huesca.area-rosa h2.home .fa {
  color: #d23e72; }

body.huesca.area-rosa .linkMostrar a:hover,
body.huesca.area-rosa .linkMostrar a:focus {
  color: #d23e72; }

body.huesca.area-rosa .linkVerMas a:hover,
body.huesca.area-rosa .linkVerMas a:focus {
  color: #d23e72; }

body.huesca.area-rosa h2.title .fa {
  color: #d23e72; }

body.huesca.area-rosa section#content .areaContent a,
body.huesca.area-rosa section#content .areaContent a:link,
body.huesca.area-rosa section#content .areaContent a:visited {
  color: #d23e72; }

body.huesca.area-rosa section#content .areaContent a:hover {
  color: #d23e72; }

body.huesca.area-rosa section#content .areaContent a:focus {
  outline-color: #d23e72; }

body.huesca.area-rosa section#content .areaContent h3 {
  color: #d23e72; }

body.huesca.area-rosa section#content .areaContent h5 {
  color: #d23e72; }

body.huesca.area-rosa section#content .areaContent blockquote {
  color: #d23e72;
  border-color: #d23e72; }

body.huesca.area-rosa section#content ul.icoEnlaces li a:focus {
  color: #d23e72; }

body.huesca.area-rosa section#content ul.icoEnlaces li a:hover span {
  color: #d23e72; }

body.huesca.area-rosa section#content ul.icoEnlaces li span.fa-stack .fa-circle {
  color: #d23e72; }

/*Botones formulario*/
body.huesca.area-rosa.btn-primary {
  background-color: #d23e72;
  border-color: #d23e72; }

body.huesca.area-rosa .btn-secondary {
  color: #d23e72 !important;
  border-color: #d23e72; }

body.huesca.area-rosa.btn-link {
  color: #d23e72; }

body.huesca.area-rosa .btn-link:hover {
  color: #d23e72; }

/*Cabecera*/
body.huesca.area-rosa header#cabecera a.navbar-brand span {
  color: #d23e72; }

body.huesca.area-rosa header#cabecera .navbar-expand-md {
  border-color: #d23e72; }

body.huesca.area-rosa header#cabecera a:hover:not(.icon-monospaced),
body.huesca.area-rosa header#cabecera a:focus:not(.icon-monospaced) {
  color: #d23e72; }

body.huesca.area-rosa header#cabecera button.navbar-toggler:hover .fa-bars {
  color: #d23e72; }

body.huesca.area-rosa header#cabecera .barSearch {
  border-color: #d23e72; }

body.huesca.area-rosa header#cabecera .topBar ul.accesos a:hover {
  color: #d23e72; }

body.huesca.area-rosa header#cabecera .topBar ul.accesos a:hover .fa {
  color: #d23e72; }

body.huesca.area-rosa header#cabecera #accordionAccesos .card #idiomas ul li.active a .fa {
  color: #d23e72; }

@media only screen and (max-width: 767px) {
  body.huesca.area-rosa header#cabecera #navbarMenuPral.navbar-collapse ul li.active {
    border-color: #d23e72; }
  body.huesca.area-rosa header#cabecera #navbarMenuPral.navbar-collapse ul li a:hover {
    color: #d23e72; } }

/*Migas de pan*/
body.huesca.area-rosa section#content .migas .breadcrumb li a:focus,
body.huesca.area-rosa section#content .migas .breadcrumb li a:hover {
  color: #d23e72; }

/*Menu interior lateral*/
body.huesca.area-rosa h3.submenu .fa {
  color: #d23e72; }

body.huesca.area-rosa section#content .areaContent ul.menuLateral li a:focus,
body.huesca.area-rosa section#content .areaContent ul.menuLateral li a:hover {
  color: #d23e72 !important; }

/*Caja Descricion Promo*/
body.huesca.area-rosa .area-caption {
  border-color: #d23e72; }

body.huesca.area-rosa .area-caption h1 {
  color: #d23e72 !important; }

body.huesca.area-rosa h2.description {
  color: #d23e72 !important; }

/*Caja Info*/
body.huesca.area-rosa .cajaInfo {
  border-color: #d23e72; }

body.huesca.area-rosa .cajaInfo a,
body.huesca.area-rosa .cajaInfo a:link,
body.huesca.area-rosa .cajaInfo a:visited {
  color: #d23e72; }

body.huesca.area-rosa .cajaInfo span.fa-stack .fa-inverse {
  color: #d23e72; }

/*Listado redes Sociales*/
body.huesca.area-rosa ul.listadoRS li a:focus {
  color: #d23e72; }

/*********Listado Actualidad*********/
body.huesca.area-rosa ul.listaActualidadArea li a:hover {
  border-color: #d23e72; }

body.huesca.area-rosa ul.listaActualidadArea li h3 {
  color: #d23e72; }

/*Actualidad Home*/
body.huesca.area-rosa ul.listadoActualidadHome li h3 {
  color: #d23e72; }

/*********Listado Agenda*********/
body.huesca.area-rosa ul.listaAgendaArea li h3 {
  color: #d23e72;
  border-color: #d23e72; }

/*Agenda Home*/
body.huesca.area-rosa ul.listadoAgendaHome li h3 {
  color: #d23e72;
  border-color: #d23e72; }

/*Areas tematicas Home*/
body.huesca.area-rosa ul.listadoAreasHome li a:hover {
  color: #d23e72 !important; }

body.huesca.area-rosa ul.listadoAreasHome li a:hover h3 {
  color: #d23e72 !important; }

body.huesca.area-rosa ul.listadoAreasHome li i.fa.fa-stop {
  color: #d23e72; }

/*SlideShow*/
body.huesca.area-rosa .carousel.slide .carousel-inner .carousel-item .carousel-caption {
  background-color: #d23e72; }

@media only screen and (max-width: 480px) {
  body.huesca.area-rosa .carousel.slide .carousel-indicators li {
    border-color: #d23e72;
    background-color: #d23e72; } }

/*Avisos*/
body.huesca.area-rosa ul.avisosHome li a:hover {
  color: #d23e72; }

/*A un click*/
body.huesca.area-rosa ul.listadoAunClick li a:focus {
  color: #d23e72; }

body.huesca.area-rosa ul.listadoAunClick li a:hover span {
  color: #d23e72; }

/*cards*/
body.huesca.area-rosa section#content .card {
  border-color: #d23e72; }

body.huesca.area-rosa section#content .card h5 a {
  color: #d23e72; }

body.huesca.area-rosa section#content .card.agendaListaCard {
  border-color: #e6e6e6; }

body.huesca.area-rosa section#content .card.agendaListaCard h3 {
  color: #d23e72;
  border-color: #d23e72; }

/*botones anterior-siguiente*/
body.huesca.area-rosa section#content .pager li > a,
body.huesca.area-rosa section#content .pager li > span {
  border-color: #d23e72; }

/*contenidos relacionados*/
body.huesca.area-rosa section#content .taglib-asset-links {
  border-color: #d23e72; }

/*Detalle Evento*/
body.huesca.area-rosa section#content .eventoDetalle .imgDestacada img {
  border-color: #d23e72; }

body.huesca.area-rosa section#content .eventoDetalle .aside h3 {
  color: #d23e72;
  border-color: #d23e72; }

/*Lista de Actualidad Interior*/
body.huesca.area-rosa section#content ul.listadoActualidad li h3 {
  color: #d23e72 !important; }

/*Detalle Tramite*/
body.huesca.area-rosa section#content .tramitesDetalle aside {
  border-color: #d23e72; }

/*paginacion*/
body.huesca.area-rosa section#content .areaContent ul.pagination .page-item.active .page-link {
  background-color: #d23e72;
  border-color: #d23e72; }

/*Generales*/
body.huesca.area-turquesa a:focus {
  outline-color: #009b8b; }

body.huesca.area-turquesa h2.home .fa {
  color: #009b8b; }

body.huesca.area-turquesa .linkMostrar a:hover,
body.huesca.area-turquesa .linkMostrar a:focus {
  color: #009b8b; }

body.huesca.area-turquesa .linkVerMas a:hover,
body.huesca.area-turquesa .linkVerMas a:focus {
  color: #009b8b; }

body.huesca.area-turquesa h2.title .fa {
  color: #009b8b; }

body.huesca.area-turquesa section#content .areaContent a,
body.huesca.area-turquesa section#content .areaContent a:link,
body.huesca.area-turquesa section#content .areaContent a:visited {
  color: #009b8b; }

body.huesca.area-turquesa section#content .areaContent a:hover {
  color: #009b8b; }

body.huesca.area-turquesa section#content .areaContent a:focus {
  outline-color: #009b8b; }

body.huesca.area-turquesa section#content .areaContent h3 {
  color: #009b8b; }

body.huesca.area-turquesa section#content .areaContent h5 {
  color: #009b8b; }

body.huesca.area-turquesa section#content .areaContent blockquote {
  color: #009b8b;
  border-color: #009b8b; }

body.huesca.area-turquesa section#content ul.icoEnlaces li a:focus {
  color: #009b8b; }

body.huesca.area-turquesa section#content ul.icoEnlaces li a:hover span {
  color: #009b8b; }

body.huesca.area-turquesa section#content ul.icoEnlaces li span.fa-stack .fa-circle {
  color: #009b8b; }

/*Botones formulario*/
body.huesca.area-turquesa.btn-primary {
  background-color: #009b8b;
  border-color: #009b8b; }

body.huesca.area-turquesa .btn-secondary {
  color: #009b8b !important;
  border-color: #009b8b; }

body.huesca.area-turquesa.btn-link {
  color: #009b8b; }

body.huesca.area-turquesa .btn-link:hover {
  color: #009b8b; }

/*Cabecera*/
body.huesca.area-turquesa header#cabecera a.navbar-brand span {
  color: #009b8b; }

body.huesca.area-turquesa header#cabecera .navbar-expand-md {
  border-color: #009b8b; }

body.huesca.area-turquesa header#cabecera a:hover:not(.icon-monospaced),
body.huesca.area-turquesa header#cabecera a:focus:not(.icon-monospaced) {
  color: #009b8b; }

body.huesca.area-turquesa header#cabecera button.navbar-toggler:hover .fa-bars {
  color: #009b8b; }

body.huesca.area-turquesa header#cabecera .barSearch {
  border-color: #009b8b; }

body.huesca.area-turquesa header#cabecera .topBar ul.accesos a:hover {
  color: #009b8b; }

body.huesca.area-turquesa header#cabecera .topBar ul.accesos a:hover .fa {
  color: #009b8b; }

body.huesca.area-turquesa header#cabecera #accordionAccesos .card #idiomas ul li.active a .fa {
  color: #009b8b; }

@media only screen and (max-width: 767px) {
  body.huesca.area-turquesa header#cabecera #navbarMenuPral.navbar-collapse ul li.active {
    border-color: #009b8b; }
  body.huesca.area-turquesa header#cabecera #navbarMenuPral.navbar-collapse ul li a:hover {
    color: #009b8b; } }

/*Migas de pan*/
body.huesca.area-turquesa section#content .migas .breadcrumb li a:focus,
body.huesca.area-turquesa section#content .migas .breadcrumb li a:hover {
  color: #009b8b; }

/*Menu interior lateral*/
body.huesca.area-turquesa h3.submenu .fa {
  color: #009b8b; }

body.huesca.area-turquesa section#content .areaContent ul.menuLateral li a:focus,
body.huesca.area-turquesa section#content .areaContent ul.menuLateral li a:hover {
  color: #009b8b !important; }

/*Caja Descricion Promo*/
body.huesca.area-turquesa .area-caption {
  border-color: #009b8b; }

body.huesca.area-turquesa .area-caption h1 {
  color: #009b8b !important; }

body.huesca.area-turquesa h2.description {
  color: #009b8b !important; }

/*Caja Info*/
body.huesca.area-turquesa .cajaInfo {
  border-color: #009b8b; }

body.huesca.area-turquesa .cajaInfo a,
body.huesca.area-turquesa .cajaInfo a:link,
body.huesca.area-turquesa .cajaInfo a:visited {
  color: #009b8b; }

body.huesca.area-turquesa .cajaInfo span.fa-stack .fa-inverse {
  color: #009b8b; }

/*Listado redes Sociales*/
body.huesca.area-turquesa ul.listadoRS li a:focus {
  color: #009b8b; }

/*********Listado Actualidad*********/
body.huesca.area-turquesa ul.listaActualidadArea li a:hover {
  border-color: #009b8b; }

body.huesca.area-turquesa ul.listaActualidadArea li h3 {
  color: #009b8b; }

/*Actualidad Home*/
body.huesca.area-turquesa ul.listadoActualidadHome li h3 {
  color: #009b8b; }

/*********Listado Agenda*********/
body.huesca.area-turquesa ul.listaAgendaArea li h3 {
  color: #009b8b;
  border-color: #009b8b; }

/*Agenda Home*/
body.huesca.area-turquesa ul.listadoAgendaHome li h3 {
  color: #009b8b;
  border-color: #009b8b; }

/*Areas tematicas Home*/
body.huesca.area-turquesa ul.listadoAreasHome li a:hover {
  color: #009b8b !important; }

body.huesca.area-turquesa ul.listadoAreasHome li a:hover h3 {
  color: #009b8b !important; }

body.huesca.area-turquesa ul.listadoAreasHome li i.fa.fa-stop {
  color: #009b8b; }

/*SlideShow*/
body.huesca.area-turquesa .carousel.slide .carousel-inner .carousel-item .carousel-caption {
  background-color: #009b8b; }

@media only screen and (max-width: 480px) {
  body.huesca.area-turquesa .carousel.slide .carousel-indicators li {
    border-color: #009b8b;
    background-color: #009b8b; } }

/*Avisos*/
body.huesca.area-turquesa ul.avisosHome li a:hover {
  color: #009b8b; }

/*A un click*/
body.huesca.area-turquesa ul.listadoAunClick li a:focus {
  color: #009b8b; }

body.huesca.area-turquesa ul.listadoAunClick li a:hover span {
  color: #009b8b; }

/*cards*/
body.huesca.area-turquesa section#content .card {
  border-color: #009b8b; }

body.huesca.area-turquesa section#content .card h5 a {
  color: #009b8b; }

body.huesca.area-turquesa section#content .card.agendaListaCard {
  border-color: #e6e6e6; }

body.huesca.area-turquesa section#content .card.agendaListaCard h3 {
  color: #009b8b;
  border-color: #009b8b; }

/*botones anterior-siguiente*/
body.huesca.area-turquesa section#content .pager li > a,
body.huesca.area-turquesa section#content .pager li > span {
  border-color: #009b8b; }

/*contenidos relacionados*/
body.huesca.area-turquesa section#content .taglib-asset-links {
  border-color: #009b8b; }

/*Detalle Evento*/
body.huesca.area-turquesa section#content .eventoDetalle .imgDestacada img {
  border-color: #009b8b; }

body.huesca.area-turquesa section#content .eventoDetalle .aside h3 {
  color: #009b8b;
  border-color: #009b8b; }

/*Lista de Actualidad Interior*/
body.huesca.area-turquesa section#content ul.listadoActualidad li h3 {
  color: #009b8b !important; }

/*Detalle Tramite*/
body.huesca.area-turquesa section#content .tramitesDetalle aside {
  border-color: #009b8b; }

/*paginacion*/
body.huesca.area-turquesa section#content .areaContent ul.pagination .page-item.active .page-link {
  background-color: #009b8b;
  border-color: #009b8b; }

/*Generales*/
body.huesca.area-verde a:focus {
  outline-color: #69b121; }

body.huesca.area-verde h2.home .fa {
  color: #69b121; }

body.huesca.area-verde .linkMostrar a:hover,
body.huesca.area-verde .linkMostrar a:focus {
  color: #69b121; }

body.huesca.area-verde .linkVerMas a:hover,
body.huesca.area-verde .linkVerMas a:focus {
  color: #69b121; }

body.huesca.area-verde h2.title .fa {
  color: #69b121; }

body.huesca.area-verde section#content .areaContent a,
body.huesca.area-verde section#content .areaContent a:link,
body.huesca.area-verde section#content .areaContent a:visited {
  color: #69b121; }

body.huesca.area-verde section#content .areaContent a:hover {
  color: #69b121; }

body.huesca.area-verde section#content .areaContent a:focus {
  outline-color: #69b121; }

body.huesca.area-verde section#content .areaContent h3 {
  color: #69b121; }

body.huesca.area-verde section#content .areaContent h5 {
  color: #69b121; }

body.huesca.area-verde section#content .areaContent blockquote {
  color: #69b121;
  border-color: #69b121; }

body.huesca.area-verde section#content ul.icoEnlaces li a:focus {
  color: #69b121; }

body.huesca.area-verde section#content ul.icoEnlaces li a:hover span {
  color: #69b121; }

body.huesca.area-verde section#content ul.icoEnlaces li span.fa-stack .fa-circle {
  color: #69b121; }

/*Botones formulario*/
body.huesca.area-verde.btn-primary {
  background-color: #69b121;
  border-color: #69b121; }

body.huesca.area-verde .btn-secondary {
  color: #69b121 !important;
  border-color: #69b121; }

body.huesca.area-verde.btn-link {
  color: #69b121; }

body.huesca.area-verde .btn-link:hover {
  color: #69b121; }

/*Cabecera*/
body.huesca.area-verde header#cabecera a.navbar-brand span {
  color: #69b121; }

body.huesca.area-verde header#cabecera .navbar-expand-md {
  border-color: #69b121; }

body.huesca.area-verde header#cabecera a:hover:not(.icon-monospaced),
body.huesca.area-verde header#cabecera a:focus:not(.icon-monospaced) {
  color: #69b121; }

body.huesca.area-verde header#cabecera button.navbar-toggler:hover .fa-bars {
  color: #69b121; }

body.huesca.area-verde header#cabecera .barSearch {
  border-color: #69b121; }

body.huesca.area-verde header#cabecera .topBar ul.accesos a:hover {
  color: #69b121; }

body.huesca.area-verde header#cabecera .topBar ul.accesos a:hover .fa {
  color: #69b121; }

body.huesca.area-verde header#cabecera #accordionAccesos .card #idiomas ul li.active a .fa {
  color: #69b121; }

@media only screen and (max-width: 767px) {
  body.huesca.area-verde header#cabecera #navbarMenuPral.navbar-collapse ul li.active {
    border-color: #69b121; }
  body.huesca.area-verde header#cabecera #navbarMenuPral.navbar-collapse ul li a:hover {
    color: #69b121; } }

/*Migas de pan*/
body.huesca.area-verde section#content .migas .breadcrumb li a:focus,
body.huesca.area-verde section#content .migas .breadcrumb li a:hover {
  color: #69b121; }

/*Menu interior lateral*/
body.huesca.area-verde h3.submenu .fa {
  color: #69b121; }

body.huesca.area-verde section#content .areaContent ul.menuLateral li a:focus,
body.huesca.area-verde section#content .areaContent ul.menuLateral li a:hover {
  color: #69b121 !important; }

/*Caja Descricion Promo*/
body.huesca.area-verde .area-caption {
  border-color: #69b121; }

body.huesca.area-verde .area-caption h1 {
  color: #69b121 !important; }

body.huesca.area-verde h2.description {
  color: #69b121 !important; }

/*Caja Info*/
body.huesca.area-verde .cajaInfo {
  border-color: #69b121; }

body.huesca.area-verde .cajaInfo a,
body.huesca.area-verde .cajaInfo a:link,
body.huesca.area-verde .cajaInfo a:visited {
  color: #69b121; }

body.huesca.area-verde .cajaInfo span.fa-stack .fa-inverse {
  color: #69b121; }

/*Listado redes Sociales*/
body.huesca.area-verde ul.listadoRS li a:focus {
  color: #69b121; }

/*********Listado Actualidad*********/
body.huesca.area-verde ul.listaActualidadArea li a:hover {
  border-color: #69b121; }

body.huesca.area-verde ul.listaActualidadArea li h3 {
  color: #69b121; }

/*Actualidad Home*/
body.huesca.area-verde ul.listadoActualidadHome li h3 {
  color: #69b121; }

/*********Listado Agenda*********/
body.huesca.area-verde ul.listaAgendaArea li h3 {
  color: #69b121;
  border-color: #69b121; }

/*Agenda Home*/
body.huesca.area-verde ul.listadoAgendaHome li h3 {
  color: #69b121;
  border-color: #69b121; }

/*Areas tematicas Home*/
body.huesca.area-verde ul.listadoAreasHome li a:hover {
  color: #69b121 !important; }

body.huesca.area-verde ul.listadoAreasHome li a:hover h3 {
  color: #69b121 !important; }

body.huesca.area-verde ul.listadoAreasHome li i.fa.fa-stop {
  color: #69b121; }

/*SlideShow*/
body.huesca.area-verde .carousel.slide .carousel-inner .carousel-item .carousel-caption {
  background-color: #69b121; }

@media only screen and (max-width: 480px) {
  body.huesca.area-verde .carousel.slide .carousel-indicators li {
    border-color: #69b121;
    background-color: #69b121; } }

/*Avisos*/
body.huesca.area-verde ul.avisosHome li a:hover {
  color: #69b121; }

/*A un click*/
body.huesca.area-verde ul.listadoAunClick li a:focus {
  color: #69b121; }

body.huesca.area-verde ul.listadoAunClick li a:hover span {
  color: #69b121; }

/*cards*/
body.huesca.area-verde section#content .card {
  border-color: #69b121; }

body.huesca.area-verde section#content .card h5 a {
  color: #69b121; }

body.huesca.area-verde section#content .card.agendaListaCard {
  border-color: #e6e6e6; }

body.huesca.area-verde section#content .card.agendaListaCard h3 {
  color: #69b121;
  border-color: #69b121; }

/*botones anterior-siguiente*/
body.huesca.area-verde section#content .pager li > a,
body.huesca.area-verde section#content .pager li > span {
  border-color: #69b121; }

/*contenidos relacionados*/
body.huesca.area-verde section#content .taglib-asset-links {
  border-color: #69b121; }

/*Detalle Evento*/
body.huesca.area-verde section#content .eventoDetalle .imgDestacada img {
  border-color: #69b121; }

body.huesca.area-verde section#content .eventoDetalle .aside h3 {
  color: #69b121;
  border-color: #69b121; }

/*Lista de Actualidad Interior*/
body.huesca.area-verde section#content ul.listadoActualidad li h3 {
  color: #69b121 !important; }

/*Detalle Tramite*/
body.huesca.area-verde section#content .tramitesDetalle aside {
  border-color: #69b121; }

/*paginacion*/
body.huesca.area-verde section#content .areaContent ul.pagination .page-item.active .page-link {
  background-color: #69b121;
  border-color: #69b121; }

ul.listadoAunClick {
  margin: 0px auto;
  padding: 0;
  list-style-type: none; }

ul.listadoAunClick li {
  width: 49.5%;
  display: inline-table;
  margin: 0;
  padding: 0 20px 15px 0;
  vertical-align: top;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300; }

ul.listadoAunClick li span.fa-stack {
  display: table-cell;
  vertical-align: top;
  font-size: 1.6em; }

ul.listadoAunClick li span.fa-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px; }

@media only screen and (max-width: 991px) {
  ul.listadoAunClick li {
    width: 100%;
    padding-right: 0; } }

@media only screen and (max-width: 767px) {
  ul.listadoAunClick li {
    width: 49.5%;
    padding-right: 15px;
    font-size: 16px; } }

@media only screen and (max-width: 480px) {
  ul.listadoAunClick li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 5px;
    font-size: 15px; } }

ul.listadoAunClick li a {
  color: #4f5a69; }

ul.listadoAunClick li a:focus {
  color: #183C69; }

ul.listadoAunClick li a:hover span {
  color: #183C69;
  text-decoration: underline !important; }

ul.listadoAunClick li:nth-child(1) span.fa-stack .fa-circle {
  color: #2ec7c9; }

ul.listadoAunClick li:nth-child(2) span.fa-stack .fa-circle {
  color: #4862a6; }

ul.listadoAunClick li:nth-child(3) span.fa-stack .fa-circle {
  color: #dc69aa; }

ul.listadoAunClick li:nth-child(4) span.fa-stack .fa-circle {
  color: #5ab1ef; }

ul.listadoAunClick li:nth-child(5) span.fa-stack .fa-circle {
  color: #f5994e; }

ul.listadoAunClick li:nth-child(6) span.fa-stack .fa-circle {
  color: #97b552; }

ul.listadoAunClick li:nth-child(7) span.fa-stack .fa-circle {
  color: #95706d; }

ul.listadoAunClick li:nth-child(8) span.fa-stack .fa-circle {
  color: #b6a2de; }

ul.listadoAunClick div li:nth-child(1) span.fa-stack .fa-circle {
  color: #04967e; }

ul.listadoAunClick div li:nth-child(2) span.fa-stack .fa-circle {
  color: #e24a6d; }

ul.listadoAunClick div li:nth-child(3) span.fa-stack .fa-circle {
  color: #f9c512; }

ul.listadoAunClick div li:nth-child(4) span.fa-stack .fa-circle {
  color: #017ec1; }

ul.listadoAunClick div li:nth-child(5) span.fa-stack .fa-circle {
  color: #a2d1f2; }

ul.listadoAunClick div li:nth-child(6) span.fa-stack .fa-circle {
  color: #fcca99; }

ul.listadoAunClick div li:nth-child(7) span.fa-stack .fa-circle {
  color: #dadd76; }

ul.listadoAunClick div li:nth-child(8) span.fa-stack .fa-circle {
  color: #7064c5; }

ul.listadoAunClick div li:nth-child(9) span.fa-stack .fa-circle {
  color: #09666a; }

ul.listadoAunClick div li:nth-child(10) span.fa-stack .fa-circle {
  color: #ddd1a7; }

ul.listadoAunClick div li:nth-child(11) span.fa-stack .fa-circle {
  color: #c8062a; }

ul.listadoAunClick div li:nth-child(12) span.fa-stack .fa-circle {
  color: #638da8; }

/*listado Home*/
ul.avisosHome {
  list-style: none outside none;
  margin: 0 20px !important;
  padding: 0 0 1px 0 !important; }

ul.avisosHome li {
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 0 15px !important;
  padding: 3px 0 15px 65px;
  min-height: 67px;
  border-bottom: 1px solid #dfe1e4;
  font-weight: 300;
  color: #85909f; }

ul.avisosHome li.obras {
  background-image: url(../images/old/avisos/aviso_obras.png); }

ul.avisosHome li.parking {
  background-image: url(../images/old/avisos/aviso_parking.png); }

ul.avisosHome li.corte {
  background-image: url(../images/old/avisos/aviso_corte.png); }

ul.avisosHome li.otros {
  background-image: url(../images/old/avisos/aviso_otros.png); }

ul.avisosHome li.zonaAzul {
  background-image: url(../images/old/avisos/aviso_zonaAzul.png); }

@media only screen and (max-width: 767px) {
  ul.avisosHome {
    width: 70%;
    margin: auto !important; } }

@media only screen and (max-width: 767px) {
  ul.avisosHome li {
    background-size: 42px;
    margin: 0 0 12px !important;
    padding: 0 0 12px 57px;
    min-height: 57px; } }

@media only screen and (max-width: 600px) {
  ul.avisosHome {
    width: 85%; } }

@media only screen and (max-width: 480px) {
  ul.avisosHome {
    width: auto;
    margin: 0 10px !important;
    padding: 8px 0 5px 0 !important; }
  ul.avisosHome li {
    background-size: 37px;
    margin: 0 0 10px !important;
    padding: 0 0 10px 49px;
    min-height: 50px; } }

ul.avisosHome li a,
ul.avisosHome li a:link,
ul.avisosHome li a:visited {
  color: #4f5a69 !important;
  display: block;
  font-weight: 400; }

ul.avisosHome li a:hover {
  color: #183C69; }

/*listado Interior*/
ul.avisosInterior {
  list-style: none outside none;
  margin: 0 !important;
  padding: 0 0 1px 0 !important; }

ul.avisosInterior li {
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 0 15px !important;
  padding: 3px 0 15px 65px;
  min-height: 67px;
  border-bottom: 1px solid #dfe1e4;
  font-weight: 300;
  color: #85909f; }

ul.avisosInterior li.obras {
  background-image: url(../images/old/avisos/aviso_obras.png); }

ul.avisosInterior li.parking {
  background-image: url(../images/old/avisos/aviso_parking.png); }

ul.avisosInterior li.corte {
  background-image: url(../images/old/avisos/aviso_corte.png); }

ul.avisosInterior li.otros {
  background-image: url(../images/old/avisos/aviso_otros.png); }

ul.avisosInterior li.zonaAzul {
  background-image: url(../images/old/avisos/aviso_zonaAzul.png); }

@media only screen and (max-width: 767px) {
  ul.avisosInterior {
    width: 70%;
    margin: auto !important; } }

@media only screen and (max-width: 767px) {
  ul.avisosInterior li {
    background-size: 42px;
    margin: 0 0 12px !important;
    padding: 0 0 12px 57px;
    min-height: 57px; } }

@media only screen and (max-width: 600px) {
  ul.avisosInterior {
    width: 85%; } }

@media only screen and (max-width: 480px) {
  ul.avisosInterior {
    width: auto;
    margin: 0 10px !important;
    padding: 8px 0 5px 0 !important; }
  ul.avisosInterior li {
    background-size: 37px;
    margin: 0 0 10px !important;
    padding: 0 0 10px 49px;
    min-height: 50px; } }

ul.avisosInterior li a,
ul.avisosInterior li a:link,
ul.avisosInterior li a:visited {
  color: #4f5a69 !important;
  display: block;
  font-weight: 400; }

ul.avisosInterior li a:hover {
  color: #183C69; }

/* Leyendas avisos */
ul.leyendaAvisos {
  float: left;
  margin: -20px 0 30px 0 !important;
  padding-left: 0 !important; }

ul.leyendaAvisos span {
  float: left;
  padding: 3px 11px 0 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.85em; }

ul.leyendaAvisos li {
  list-style-type: none;
  background: none;
  font-weight: normal;
  padding: 1px 15px 2px 28px;
  min-height: 18px;
  background-size: 22px;
  background-position: left top;
  background-repeat: no-repeat;
  float: left; }

ul.leyendaAvisos li.obras {
  background-image: url(../images/old/avisos/aviso_obras.png); }

ul.leyendaAvisos li.parking {
  background-image: url(../images/old/avisos/aviso_parking.png); }

ul.leyendaAvisos li.corte {
  background-image: url(../images/old/avisos/aviso_corte.png); }

ul.leyendaAvisos li.otros {
  background-image: url(../images/old/avisos/aviso_otros.png); }

ul.leyendaAvisos li.zonaAzul {
  background-image: url(../images/old/avisos/aviso_zonaAzul.png); }

/*detalle aviso*/
.tipoAviso {
  background-color: #f5f5f5;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 1.2em; }

.tipoAviso .fa {
  margin-right: 5px; }

.tipoAviso span {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 0.95em; }

/********** MENU INTERIOR LATERAL **********/
body.huesca .menuInterior {
  padding: 0; }

@media only screen and (max-width: 991px) {
  body.huesca .menuInterior {
    margin-bottom: 20px; } }

body.huesca .menuInterior h3.submenu {
  position: relative;
  color: #4f5a69 !important;
  margin: 0;
  padding: 12px 60px 12px 14px;
  font-size: 20px !important;
  font-weight: 300 !important;
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff; }

body.huesca .menuInterior h3.submenu .fa {
  color: #183C69;
  font-size: 0.6em;
  position: absolute;
  right: 0px;
  top: 0px; }

@media only screen and (max-width: 767px) {
  body.huesca .menuInterior h3.submenu {
    font-size: 18px !important; } }

@media only screen and (max-width: 480px) {
  body.huesca .menuInterior h3.submenu {
    font-size: 16px !important; } }

body.huesca .menuInterior button.navbar-toggler {
  margin: 0;
  padding: 0px;
  border: 0;
  position: absolute;
  right: 20px;
  top: 10px; }

body.huesca .menuInterior button.navbar-toggler .fa {
  font-size: 22px;
  color: #4f5a69 !important;
  position: static; }

body.huesca .menuInterior button.navbar-toggler:hover .fa {
  color: #959fad !important; }

@media only screen and (max-width: 480px) {
  body.huesca .menuInterior button.navbar-toggler {
    top: 9px; }
  body.huesca .menuInterior button.navbar-toggler .fa {
    font-size: 20px; } }

/*
section#content .areaContent .menuInterior ul.menuLateral{	background-color: #efefef; margin:0; padding: 13px 15px 20px 33px; border-bottom:4px solid #4f5a69; width: 100%;}
section#content .areaContent .menuInterior ul.menuLateral li  { color:#4f5a69; font-size:13px; padding: 3px 0; margin:2px 0 0 0; width:100%;}
section#content .areaContent .menuInterior ul.menuLateral li::before { font-family: FontAwesome;  content: "\f054"; position: relative; left: -17px;}
section#content .areaContent .menuInterior ul.menuLateral li a { color:#4f5a69!important;  display: inline; margin-left:-9px; padding:0;}
section#content .areaContent .menuInterior ul.menuLateral li a:focus,
section#content .areaContent .menuInterior ul.menuLateral li a:hover{ color:#183C69!important; text-decoration: none; background-color: inherit;}
section#content .areaContent .menuInterior ul.menuLateral li.active a { background-color: inherit; font-weight: 600;  color:#3b434f;}
section#content .areaContent .menuInterior ul.menuLateral li ul { padding-left:16px; margin:0;}
section#content .areaContent .menuInterior ul.menuLateral li ul li::before { content: "";}
section#content .areaContent .menuInterior ul.menuLateral li ul li  {   padding: 1px 0; list-style: square;}
section#content .areaContent .menuInterior ul.menuLateral li ul li a {  margin-left: 0px;}
*/
/********** fin MENU INTERIOR LATERAL **********/
/*listado obras*/
ul.obrasListado {
  list-style: none outside none;
  margin: 0 !important;
  padding: 0 0 1px 0 !important; }

ul.obrasListado li {
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 0 15px !important;
  padding: 3px 0 15px 65px;
  min-height: 67px;
  border-bottom: 1px solid #dfe1e4;
  font-weight: 300;
  color: #85909f; }

ul.obrasListado li.licitacion {
  background-image: url(../images/iasoft/obras/obras_licitacion50.png); }

ul.obrasListado li.ejecucion {
  background-image: url(../images/iasoft/obras/obras_ejecucion50.png); }

ul.obrasListado li.finalizadas {
  background-image: url(../images/iasoft/obras/obras_finalizadas50.png); }

@media only screen and (max-width: 767px) {
  ul.obrasListado {
    width: 70%;
    margin: auto !important; } }

@media only screen and (max-width: 767px) {
  ul.obrasListado li {
    background-size: 42px;
    margin: 0 0 12px !important;
    padding: 0 0 12px 57px;
    min-height: 57px; } }

@media only screen and (max-width: 600px) {
  ul.obrasListado {
    width: 85%; } }

@media only screen and (max-width: 480px) {
  ul.obrasListado {
    width: auto;
    margin: 0 10px !important;
    padding: 8px 0 5px 0 !important; }
  ul.obrasListado li {
    background-size: 37px;
    margin: 0 0 10px !important;
    padding: 0 0 10px 49px;
    min-height: 50px; } }

ul.obrasListado li a,
ul.obrasListado li a:link,
ul.obrasListado li a:visited {
  color: #4f5a69 !important;
  display: block;
  font-weight: 400; }

ul.obrasListado li a:hover {
  color: #183C69; }

/* Leyendas obras */
ul.leyendaObras {
  float: left;
  margin: -20px 0 30px 0 !important;
  padding-left: 0 !important; }

ul.leyendaObras span {
  float: left;
  padding: 3px 11px 0 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.85em; }

ul.leyendaObras li {
  list-style-type: none;
  background: none;
  font-weight: normal;
  padding: 1px 15px 2px 28px;
  min-height: 18px;
  background-size: 22px;
  background-position: left top;
  background-repeat: no-repeat;
  float: left; }

ul.leyendaObras li.licitacion {
  background-image: url(../images/iasoft/obras/obras_licitacion50.png); }

ul.leyendaObras li.ejecucion {
  background-image: url(../images/iasoft/obras/obras_ejecucion50.png); }

ul.leyendaObras li.finalizadas {
  background-image: url(../images/iasoft/obras/obras_finalizadas50.png); }

/*detalle obra*/
.tipoObra {
  background-color: #f5f5f5;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 1.2em; }

.tipoObra p {
  margin-bottom: 2px !important; }

.tipoObra .fa {
  margin-right: 5px; }

.tipoObra span {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 0.95em; }

/*Caja amarilla Home*/
.OficinaVirtual {
  background-color: #f9c512;
  padding: 30px 30px 20px 30px; }

@media only screen and (max-width: 480px) {
  .OficinaVirtual {
    padding: 25px 20px; } }

.OficinaVirtual h2.home {
  color: #fff !important; }

.OficinaVirtual h2.home .fa {
  color: #fff !important; }

.OficinaVirtual ul {
  margin: 0px auto;
  padding: 0;
  list-style-type: none; }

.OficinaVirtual ul li {
  width: 49.5%;
  display: inline-table;
  margin: 0;
  padding: 0 26px 25px 0;
  vertical-align: top;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 400;
  color: #FFF; }

.OficinaVirtual ul li span.fa-stack {
  display: table-cell;
  vertical-align: top;
  font-size: 1.6em; }

.OficinaVirtual ul li span.fa-stack .fa-inverse {
  font-size: 0.9em; }

.OficinaVirtual ul li span.fa-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px; }

@media only screen and (max-width: 991px) {
  .OficinaVirtual ul li {
    width: 100%;
    padding-right: 0; } }

@media only screen and (max-width: 767px) {
  .OficinaVirtual ul li {
    width: 49.5%;
    padding-right: 15px;
    padding-bottom: 20px;
    font-size: 16px; } }

@media only screen and (max-width: 480px) {
  .OficinaVirtual ul li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
    font-size: 15px; } }

.OficinaVirtual ul li a {
  color: #FFF; }

.OficinaVirtual ul li a:focus {
  color: #FFF; }

.OficinaVirtual ul li a:hover span {
  color: #FFF;
  text-decoration: underline !important; }

.OficinaVirtual ul li span.fa-stack .fa-circle {
  color: #f9c512;
  text-shadow: -2px 0 #FFF, 0 2px #FFF, 2px 0 #FFF, 0 -2px #FFF; }

/*Listado de Tramites Interior*/
body.huesca section#content .card.tramitesLista h5.card-title {
  margin-bottom: 0 !important; }

body.huesca section#content .card.tramitesLista .tramitesTipos {
  margin: 5px 0; }

body.huesca section#content .card.tramitesLista .tramitesTipos .fa {
  font-size: 1.7em;
  margin: 3px 4px 0 0; }

/*Detalle Tramite*/
body.huesca section#content .tramitesDetalle .tramitesTipos {
  margin: 5px 0 20px 0;
  background-color: #f5f5f5;
  width: 100%;
  padding: 13px 10px 9px 2px;
  text-transform: uppercase;
  font-size: 0.8em; }

body.huesca section#content .tramitesDetalle .tramitesTipos .fa {
  font-size: 2.2em;
  margin: -5px 4px 0 15px;
  vertical-align: middle; }

body.huesca section#content .tramitesDetalle h3 {
  font-size: 1.2em;
  font-weight: 400;
  border-bottom: 1px dotted #9f9f9f;
  padding-bottom: 5px;
  margin-top: 25px; }

body.huesca section#content .tramitesDetalle h3:first-of-type {
  margin-top: 0; }

body.huesca section#content .tramitesDetalle h4 {
  font-size: 1em;
  margin-top: 0px;
  font-weight: 600; }

body.huesca section#content .tramitesDetalle aside {
  background-color: #f5f5f5;
  padding: 20px;
  border-top: 4px solid #183C69;
  font-size: 0.95em; }

body.huesca section#content .tramitesDetalle aside h3 {
  color: #4f5a69; }

body.huesca section#content .tramitesDetalle aside ul {
  padding-left: 20px; }

/*Listado de Publicaciones*/
body.huesca section#content .card.publicacionesLista {
  border-bottom: 0;
  width: 100%; }

body.huesca section#content .card.publicacionesLista .card-header {
  background-color: #183C69;
  color: #fff;
  text-align: center;
  padding: .25rem .25rem;
  margin-bottom: 0;
  border-bottom: 0px; }

body.huesca section#content .card.publicacionesLista .card-body {
  padding: 0.25rem 1.25rem 1.25rem 1.25rem; }

body.huesca section#content .card.publicacionesLista .card-body h5.card-title {
  margin: 8px 0 10px 0 !important; }

body.huesca section#content .card.publicacionesLista .card-body .etiquetas {
  margin: 5px 0;
  padding-left: 1.9em; }

body.huesca section#content .card.publicacionesLista .card-body .etiquetas .fa {
  font-size: 1.6em;
  margin: -2px 0 0 -1.235em;
  vertical-align: middle; }

body.huesca section#content .card.publicacionesLista .card-body .etiquetas .tags {
  font-size: 0.85em;
  margin: 3px;
  padding: 0px 5px 2px 5px;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block; }

/*Detalle Publicacion*/
body.huesca section#content .publicacionesDetalle .etiquetas {
  margin: 5px 0 10px 0;
  background-color: #f5f5f5;
  width: 100%;
  padding: 13px 10px 9px 3em;
  text-align: left; }

body.huesca section#content .publicacionesDetalle .etiquetas .fa {
  font-size: 1.6em;
  margin: -4.5px 2px 0 -1.335em;
  vertical-align: middle; }

body.huesca section#content .publicacionesDetalle .etiquetas .tags {
  font-size: 0.9em;
  margin: 3px;
  padding: 1px 5px 2px 5px;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block; }

body.huesca section#content .publicacionesDetalle .fecha {
  color: #a4adba;
  margin-bottom: 10px; }

body.huesca section#content .publicacionesDetalle h3 {
  font-size: 1.2em;
  font-weight: 400;
  border-bottom: 1px dotted #9f9f9f;
  padding-bottom: 5px;
  margin-top: 25px; }

body.huesca section#content .publicacionesDetalle h3:first-of-type {
  margin-top: 0; }

body.huesca section#content .publicacionesDetalle h4 {
  font-size: 1em;
  margin: 0 0 5px 0;
  font-weight: 600; }

body.huesca section#content .publicacionesDetalle a.linkExpander {
  display: table;
  font-size: 1em;
  margin: 0 0 5px 0;
  color: #4f5a69;
  font-weight: 600; }

body.huesca section#content .publicacionesDetalle a.linkExpander .fa {
  font-size: 1.4em;
  vertical-align: top;
  margin: 0px 2px 0 0; }

body.huesca section#content .publicacionesDetalle .blockExpanded {
  padding: 3px 10px 1px 15px;
  border-left: 2px solid #183C69;
  margin: 0 0 5px 8px; }

body.huesca section#content .publicacionesDetalle .blockExpanded a {
  display: table;
  margin: 0 0 5px 0; }

body.huesca section#content .publicacionesDetalle .relacionado {
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 20px;
  border-top: 1px solid #183C69;
  font-size: 0.95em; }

body.huesca section#content .publicacionesDetalle .relacionado h3 {
  color: #4f5a69; }

body.huesca section#content .publicacionesDetalle .relacionado ul {
  padding-left: 20px;
  margin-bottom: 0;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px; }

@media only screen and (max-width: 480px) {
  body.huesca section#content .publicacionesDetalle .relacionado ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }

/*Lista de Actualidad Home*/
ul.listadoActualidadHome {
  margin: 0px auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

ul.listadoActualidadHome li {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  width: 33.333333%;
  display: inline-block;
  margin: 15px 0 30px 0;
  padding: 0; }

@media only screen and (max-width: 767px) {
  ul.listadoActualidadHome li {
    width: 60%;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 600px) {
  ul.listadoActualidadHome li {
    width: 70%; } }

@media only screen and (max-width: 480px) {
  ul.listadoActualidadHome li {
    width: 85%; } }

@media only screen and (max-width: 350px) {
  ul.listadoActualidadHome li {
    width: 100%;
    border: 0; } }

ul.listadoActualidadHome li:hover {
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s; }

ul.listadoActualidadHome li a {
  display: block;
  height: 100%;
  padding: 0 0 10px 0;
  background-color: #FFF;
  border: 1px solid #efefef;
  border-bottom: 4px solid #4f5a69; }

ul.listadoActualidadHome li a:hover {
  text-decoration: none; }

ul.listadoActualidadHome li h3 {
  color: #183C69;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding: 9px 15px 7px 15px; }

@media only screen and (max-width: 767px) {
  ul.listadoActualidadHome li h3 {
    font-size: 18px; } }

@media only screen and (max-width: 480px) {
  ul.listadoActualidadHome li h3 {
    font-size: 16px; } }

ul.listadoActualidadHome li p {
  color: #4f5a69;
  padding: 0 15px 10px 15px;
  margin: 0;
  line-height: 1.2; }

/*Lista de Actualidad Interior*/
ul.listadoActualidad {
  margin: 0px auto !important;
  padding: 0 !important;
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

ul.listadoActualidad li {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  width: 33.333333%;
  display: inline-block;
  margin: 15px 0 30px 0 !important;
  padding: 0; }

@media only screen and (max-width: 767px) {
  ul.listadoActualidad li {
    width: 60%;
    margin-left: auto !important;
    margin-right: auto !important; } }

@media only screen and (max-width: 600px) {
  ul.listadoActualidad li {
    width: 70%; } }

@media only screen and (max-width: 480px) {
  ul.listadoActualidad li {
    width: 85%; } }

@media only screen and (max-width: 350px) {
  ul.listadoActualidad li {
    width: 100%;
    border: 0; } }

ul.listadoActualidad li:hover {
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  transform: scale(1.04);
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s; }

ul.listadoActualidad li a {
  display: block;
  height: 100%;
  padding: 0 0 10px 0;
  background-color: #FFF;
  border: 1px solid #efefef;
  border-bottom: 4px solid #4f5a69; }

ul.listadoActualidad li a:hover {
  text-decoration: none !important; }

ul.listadoActualidad li h3 {
  color: #183C69 !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  margin: 0 !important;
  padding: 9px 15px 7px 15px !important; }

@media only screen and (max-width: 767px) {
  ul.listadoActualidad li h3 {
    font-size: 18px !important; } }

@media only screen and (max-width: 480px) {
  ul.listadoActualidad li h3 {
    font-size: 16px !important; } }

ul.listadoActualidad li p {
  color: #4f5a69 !important;
  padding: 0 15px 10px 15px !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  text-align: left !important; }

/*enlace Hemeroteca*/
body.huesca section#content a.hemeroteca {
  float: right;
  margin-top: 9px;
  text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  body.huesca section#content a.hemeroteca {
    margin-top: 7px; } }

@media only screen and (max-width: 480px) {
  body.huesca section#content a.hemeroteca {
    margin-top: 3px; } }

body.huesca section#content a.hemeroteca .fa {
  margin-right: 3px;
  font-size: 1.45em; }

/*Detalle Noticia*/
body.huesca section#content .noticiaDetalle p.fecha {
  font-weight: 300;
  font-size: 18px; }

body.huesca section#content .noticiaDetalle p.fecha span {
  background-color: #f5f5f5;
  padding: 5px; }

@media only screen and (max-width: 480px) {
  body.huesca section#content .noticiaDetalle p.fecha {
    font-size: 16px; } }

body.huesca section#content .noticiaDetalle h3 {
  font-weight: 300; }

body.huesca section#content .noticiaDetalle .imgDestacada {
  margin-bottom: 20px; }

body.huesca section#content .noticiaDetalle .imgDestacada img {
  border-bottom: 12px solid #4f5a69; }

/********** MIGAS DE PAN **********/
section#content .migas {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

section#content .migas {
  background-color: #f7f7f7;
  padding: 12px 15px;
  font-size: 13px;
  color: #767e88; }

@media only screen and (max-width: 480px) {
  section#content .migas {
    display: none; } }

section#content .migas .content {
  max-width: 1540px;
  margin: 0 auto; }

section#content .migas .breadcrumb {
  background-color: inherit;
  margin: 0;
  padding: 0 15px;
  line-height: 1.18; }

section#content .migas .breadcrumb .fa {
  margin-right: 9px; }

section#content .migas .breadcrumb > li {
  float: none;
  font-size: 13px;
  text-transform: none;
  max-width: none; }

section#content .migas .breadcrumb > li + li::before {
  padding: 0 5px 0 8px;
  color: #ccc;
  content: "/\00a0"; }

section#content .migas .breadcrumb li a {
  color: #767e88; }

section#content .migas .breadcrumb li a:focus,
section#content .migas .breadcrumb li a:hover {
  color: var(--colorlink); }

section#content .migas .breadcrumb li.active,
section#content .migas .breadcrumb li.active a {
  color: #383e45; }

section#content .migas .breadcrumb li.active a:hover {
  color: var(--colorlink); }

/********** fin MIGAS DE PAN **********/
.iasoft-cookies-portlet {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 -15px -16px -15px;
  z-index: 100000; }

.iasoft-cookies-portlet .portlet .portlet-content {
  background-color: transparent;
  border: none;
  padding: 0; }

.iasoft-cookies-portlet .portlet-header {
  display: none; }

.iasoft-cookies-portlet .alert-info {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border-width: 0;
  border-radius: 0;
  border-top: 1px solid #555; }

.iasoft-cookies-portlet .alert {
  padding: 20px 20px 25px 20px; }

.iasoft-cookies-portlet .button-holder {
  margin: 0; }

.iasoft-cookies-portlet .btn-primary.btn-default {
  background-color: #009b8b;
  border-color: #009b8b; }

.iasoft-cookies-portlet .btn-primary.btn-default:hover {
  color: #FFF !important;
  background-color: #4f5a69;
  border-color: #4f5a69; }

/*
body.huesca{
	margin:0; padding:0;
	font-family:'Open Sans',Helvetica,Arial,sans-serif;
	font-size:15px; color:#4f5a69; line-height:normal;
	background-color:#323232;
	-ms-overflow-style: none;
}
@media only screen and (max-width: 767px){
	body.huesca{ font-size:14px; }
}
@media only screen and (max-width: 480px){
	body.huesca{ font-size:13px; }
}

body.huesca #wrapper{	background-color: #fff;}

body.huesca img{ max-width: 100%;}
body.huesca img.banner{ margin:12px 0;}
@media only screen and (max-width: 767px){
	body.huesca img.banner{ width:56%; margin-left:22%; }
}
@media only screen and (max-width: 600px){
	body.huesca img.banner{ width:66%;  margin-left:17%;}
}
@media only screen and (max-width: 480px){
	body.huesca img.banner{ width:80%; margin-left:10%; }
}
@media only screen and (max-width: 350px){
	body.huesca img.banner{ width:100%;  margin-left:0;}
}
body.huesca a:hover img.banner{
	-ms-transform:scale(1.04); -webkit-transform:scale(1.04); -moz-transform:scale(1.04); transform:scale(1.04);
	transition: all 0.2s ease-in 0s; -moz-transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; -o-transition: all 0.2s ease-in 0s;
}
body.huesca hr{ border-color:#d8d8d8; margin-top: 2rem;  margin-bottom: 2rem;}
body.huesca h1,
body.huesca h2,
body.huesca h3,
body.huesca h4,
body.huesca h5,
body.huesca h6{
	text-rendering: optimizelegibility;
	font-weight:bold;
	color:#333;
}
.space50 {  margin-bottom: 50px;}
@media only screen and (max-width: 991px){
	.gap {  margin-bottom: 50px;}
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
body.huesca .facebook{color:#3b5998;}
body.huesca .twitter{color:#1ea1f3;}
body.huesca .google{color:#d64937;}
body.huesca .tuenti{color:#007ac2;}
body.huesca .issuu{color:#f36d5d;}
body.huesca .youtube{color:#ff0000;}
body.huesca .instagram{color:#f00075;}

*/
/********** HOME **********/
/*
body.huesca h2.home{	color:#4f5a69; margin:0 0 30px 0; font-size: 28px!important; font-weight: 300!important; text-align: center;}
body.huesca h2.home .fa{	color:#183C69; font-size: 0.5em; }
@media only screen and (max-width: 767px){
	body.huesca h2.home{	font-size: 24px!important;}
}
@media only screen and (max-width: 480px){
	body.huesca h2.home{	font-size: 20px!important;  margin:0 0 15px 0; }
}

body.huesca .linkMostrar { margin-top:20px;}
body.huesca .linkMostrar a{ color:#4f5a69; font-size: 18px; font-weight: 300;}
body.huesca .linkMostrar a:hover,
body.huesca .linkMostrar a:focus { color:#183C69;  text-decoration: none;}
body.huesca .linkMostrar a .fa{ font-size: 1.45em; vertical-align: middle; margin-left:5px}
@media only screen and (max-width: 767px){
	body.huesca .linkMostrar a{ font-size: 15px;}
}
@media only screen and (max-width: 480px){
	body.huesca .linkMostrar { margin-top:10px;}
	body.huesca .linkMostrar a{ font-size: 14px;}
}
body.huesca .linkMostrar a.collapsed span:after {	content: "m\00e1s";}
body.huesca .linkMostrar a span:after {	content: "menos";}
body.huesca .linkMostrar a.collapsed:after {	content: "\f196"; font-family:'FontAwesome'; font-size:1.45em; vertical-align: middle;  margin-left:10px;}
body.huesca .linkMostrar a:after {	content: "\f147"; font-family:'FontAwesome'; font-size:1.45em; vertical-align: middle;  margin-left:10px;}

body.huesca .linkVerMas { margin-top:20px;}
body.huesca .linkVerMas a{ color:#4f5a69; font-size: 18px; font-weight: 300;}
body.huesca .linkVerMas a:hover,
body.huesca .linkVerMas a:focus { color:#183C69;  text-decoration: none;}
body.huesca .linkVerMas a .fa{ font-size: 1.45em; vertical-align: middle; margin-left:5px}
@media only screen and (max-width: 767px){
	body.huesca .linkVerMas a{ font-size: 15px;}
}
@media only screen and (max-width: 480px){
	body.huesca .linkVerMas { margin-top:10px;}
	body.huesca .linkVerMas a{ font-size: 14px;}
}
.tiempo { background-color: #f8f8f8; border-bottom:3px solid #4f5a69; padding:10px 5px 23px;
	background-image: url(../images/iasoft/backgrounds/bg_tiempo.png);
	background-size: cover !important; background-position: center center !important;
}
.tiempo div{ margin:auto}
@media only screen and (max-width: 767px){
	.tiempo {width:70%; margin:auto;}
}
@media only screen and (max-width: 600px){
	.tiempo {width:85%;}
}
@media only screen and (max-width: 480px){
	.tiempo {width:100%;}
}
*/
/********** fin HOME **********/
/********** CUERPO **********/
/*
section#content{	background-color:#fff;}
section#content .content {  max-width: 1140px;   margin: 0 auto; }
section#content .whiteSection .portlet-content {  max-width: 1140px;   margin: 0 auto; }
body:not(.home) section#content .graySection .portlet-content {  max-width: 1140px;   margin: 0 auto; }
section#content .areaContent .portlet-content {   max-width: 1140px;   margin: 0 auto; }
.two-columns-aytohuesca .portlet-content-container { max-width: 1140px;   margin: 0 auto; }
*/
/*secciones*/
/*
section#content .whiteSection{	background-color:#fff; margin-left:-15px; margin-right:-15px; padding:60px 15px 70px 15px;  border-bottom:1px solid #efefef;}
section#content .whiteSection:last-child{	border-bottom:0px;}
*/
body:not(.home) section#content .graySection {
  background-color: #efefef;
  margin-left: -15px;
  margin-right: -15px;
  padding: 60px 15px 70px 15px;
  border-bottom: 1px solid #fff; }

@media only screen and (max-width: 480px) {
  section#content .whiteSection {
    padding: 40px 15px 40px 15px; }
  body:not(.home) section#content .graySection {
    padding: 40px 15px 40px 15px; } }

section#content .promoSection {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px; }

section#content .promoSectionBig {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px;
  height: 500px;
  background-size: cover !important;
  background-position: center center !important; }

section#content .promoSectionMedium {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px;
  height: 400px;
  background-size: cover !important;
  background-position: center center !important; }

section#content .promoSectionSmall {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px;
  height: 275px;
  background-size: cover !important;
  background-position: center center !important; }

@media only screen and (max-width: 767px) {
  section#content .promoSectionBig {
    height: 400px; }
  section#content .promoSectionMedium {
    height: 300px; }
  section#content .promoSectionSmall {
    height: 200px; } }

@media only screen and (max-width: 480px) {
  section#content .promoSectionBig {
    height: 300px; }
  section#content .promoSectionMedium {
    height: 200px; }
  section#content .promoSectionSmall {
    height: 150px; } }

/*titulo de pagina*/
/*
body.huesca h2.title{	color:#4f5a69; margin:0 0 20px 0; font-size: 28px!important; font-weight: 300!important; }
body.huesca h2.title .fa{	color:#183C69; font-size: 0.65em; }
@media only screen and (max-width: 767px){
	body.huesca h2.title{	font-size: 24px!important;}
}
@media only screen and (max-width: 480px){
	body.huesca h2.title{	font-size: 20px!important;  margin:0 0 10px 0; }
}*/
/*zona de contenidos*/
/*
section#content .areaContent{	background-color:#fff; margin-left:-15px; margin-right:-15px; padding:40px 15px 10px 15px;}
@media only screen and (max-width: 480px){
	section#content .areaContent{	padding:20px 15px;}
}
section#content .areaContent a,
section#content .areaContent a:link,
section#content .areaContent a:visited { color: #183C69; text-decoration: none; transition: all 0.2s ease-in 0s; -moz-transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; -o-transition: all 0.2s ease-in 0s;}
section#content .areaContent a:hover{ color: #e63e3e; text-decoration: underline; }
section#content .areaContent a:focus { outline: #e63e3e dotted 1px;}
section#content .areaContent p{ text-align: justify;}
section#content .areaContent ol,
section#content .areaContent ul {margin-bottom: 20px; padding-left:60px;}
section#content .areaContent ol li,
section#content .areaContent ul li{margin-bottom: 5px; }
@media only screen and (max-width: 480px){
	section#content .areaContent ol,
	section#content .areaContent ul {margin-bottom: 10px; padding-left:40px;}
}
section#content .areaContent h1 {	font-size: 30px; font-weight: 400;}
section#content .areaContent h2 {	font-size: 26px; font-weight: 400;}
section#content .areaContent h3 {	font-size: 22px; font-weight: 400; color:#183C69;}
section#content .areaContent h4 {	font-size: 18px; margin-top: 20px;}
section#content .areaContent h5 {	font-size: 16px; margin-top: 20px; color:#183C69;}
section#content .areaContent h6 {	font-size: 14px; margin-top: 20px;}
@media only screen and (max-width: 767px){
	section#content .areaContent h1 {	font-size: 25px; }
	section#content .areaContent h2 {	font-size: 22px; }
	section#content .areaContent h3 {	font-size: 20px; }
	section#content .areaContent h4 {	font-size: 16px; }
	section#content .areaContent h5 {	font-size: 15px; }
	section#content .areaContent h6 {	font-size: 14px; }
}
@media only screen and (max-width: 480px){
	section#content .areaContent h1 {	font-size: 22px; }
	section#content .areaContent h2 {	font-size: 20px; }
	section#content .areaContent h3 {	font-size: 18px; }
	section#content .areaContent h4 {	font-size: 15px; }
	section#content .areaContent h5 {	font-size: 14px; }
	section#content .areaContent h6 {	font-size: 13px; }
}
*/
section#content .areaContent blockquote {
  padding: 5px 2px 0 2px;
  margin: 5px 0 10px;
  font-size: 20px;
  color: #183C69;
  font-weight: 300;
  border-left: 0;
  border-top: 10px solid #183C69;
  width: 50%;
  float: right;
  margin-left: 30px; }

@media only screen and (max-width: 767px) {
  section#content .areaContent blockquote {
    font-size: 18px; } }

@media only screen and (max-width: 480px) {
  section#content .areaContent blockquote {
    font-size: 16px;
    width: 100%;
    border-top-width: 6px; } }

section#content .areaContent cite {
  background-color: #efefef;
  font-style: normal;
  padding-left: 5px;
  padding-right: 5px;
  float: right;
  margin-top: 10px; }

/*listas con iconos*/
section#content ul.icoEnlaces {
  margin: 15px auto;
  padding: 0;
  list-style-type: none; }

section#content ul.icoEnlaces li {
  width: 100%;
  display: inline-table;
  margin: 0;
  padding: 0 0 15px 30px;
  vertical-align: top;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300; }

@media only screen and (max-width: 480px) {
  section#content ul.icoEnlaces li {
    padding: 0 0 15px 15px; } }

@media only screen and (max-width: 320px) {
  section#content ul.icoEnlaces li {
    padding: 0 0 15px 0px; } }

section#content ul.icoEnlaces li span.fa-stack {
  display: table-cell;
  vertical-align: top;
  font-size: 1.6em; }

section#content ul.icoEnlaces li span.fa-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px; }

@media only screen and (max-width: 767px) {
  section#content ul.icoEnlaces {
    margin: 0px auto; }
  section#content ul.icoEnlaces li {
    font-size: 16px; } }

@media only screen and (max-width: 480px) {
  section#content ul.icoEnlaces li {
    padding-right: 0;
    padding-bottom: 5px;
    font-size: 15px; } }

section#content ul.icoEnlaces li a {
  color: #4f5a69 !important; }

section#content ul.icoEnlaces li a:focus {
  color: #183C69; }

section#content ul.icoEnlaces li a:hover span {
  color: #183C69;
  text-decoration: underline !important; }

section#content ul.icoEnlaces li span.fa-stack .fa-circle {
  color: #183C69; }

/*cards*/
body.huesca section#content .card {
  background-color: #f5f5f5;
  border: 0px;
  border-bottom: 4px solid #183C69;
  border-radius: 0;
  margin-bottom: 1.25rem; }

body.huesca section#content .card img {
  min-width: 100%; }

body.huesca section#content .card .fa {
  font-size: 2.6em;
  margin-bottom: 6px; }

body.huesca section#content .card h5.card-title {
  line-height: 1.2;
  margin-top: 0.2em; }

body.huesca section#content .card h5 a {
  color: #183C69;
  font-weight: normal; }

/*body.huesca section#content .card p{text-align: left!important;}*/
/*botones anterior-siguiente*/
body.huesca section#content ul.pager {
  padding-left: 0 !important;
  margin-top: 20px;
  list-style: none;
  text-align: center; }

body.huesca section#content .pager li {
  display: inline; }

body.huesca section#content .pager li > a,
body.huesca section#content .pager li > span {
  font-size: 1.05em;
  background-color: #fff;
  border: 1px solid #183C69;
  border-radius: 0px;
  display: inline-block;
  padding: .375rem 1.75rem; }

/*para arreglar el salto de fila de las cards en Chrome*/
.card-columns .card {
  -webkit-column-break-inside: avoid;
  display: block; }

.card-columns {
  margin-bottom: 50px; }

@-moz-document url-prefix() {
  .card-columns .card {
    display: inline-block !important; }
  .card-columns {
    margin-bottom: 0px !important; } }

/*contenidos relacionados*/
body.huesca section#content .taglib-social-bookmarks {
  background-color: #f5f5f5;
  text-align: center;
  width: 100%;
  margin-bottom: 10px; }

body.huesca section#content .taglib-social-bookmarks ul {
  padding-left: 0 !important;
  margin: auto; }

body.huesca section#content .taglib-social-bookmarks ul li a {
  height: 2.5rem;
  width: 2.5rem;
  /*padding-top: 0.4rem;*/ }

body.huesca section#content .taglib-social-bookmarks ul li a .lexicon-icon {
  height: 1.75em;
  width: 1.75em; }

body.huesca section#content .taglib-social-bookmarks .dropdown button {
  height: 2.82rem;
  width: 2.85rem; }

body.huesca section#content .taglib-social-bookmarks .dropdown button svg {
  height: 1.75em;
  width: 1.75em; }

body.huesca section#content .taglib-asset-links {
  background-color: #f5f5f5;
  border-top: 5px solid #183C69;
  padding: 10px;
  border-radius: 0; }

body.huesca section#content .taglib-asset-links h3.asset-links-title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 5px 10px 10px;
  font-weight: 400; }

body.huesca section#content .taglib-asset-links h3.asset-links-title .icon-link {
  margin-right: 3px; }

@media only screen and (max-width: 480px) {
  body.huesca section#content .taglib-asset-links h3.asset-links-title {
    font-size: 16px; } }

body.huesca section#content .taglib-asset-links .asset-links-list {
  list-style-type: inherit;
  margin-left: 0; }

body.huesca section#content .taglib-asset-links .asset-links-list .asset-links-list-item a {
  color: #4f5a69; }

/*mapa de geoposicion*/
#map {
  margin-bottom: 40px; }

/*filtro de busqueda*/
body.huesca section#content .filtroBusqueda {
  background-color: #f5f5f5;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px; }

/*enlace RSS*/
body.huesca section#content .subscribe-action {
  float: right;
  margin-top: 10px; }

@media only screen and (max-width: 767px) {
  body.huesca section#content .subscribe-action {
    margin-top: 6px; } }

@media only screen and (max-width: 480px) {
  body.huesca section#content .subscribe-action {
    margin-top: 2px; } }

body.huesca section#content .subscribe-action .lfr-icon-item.taglib-icon:before {
  display: inline-block;
  width: 65px;
  height: 20px;
  content: "";
  background-image: url(../images/iasoft/redessociales/ico_rss_subscribe.png);
  background-repeat: no-repeat; }

body.huesca section#content .subscribe-action .taglib-text, .lexicon-icon.lexicon-icon-shortcut {
  display: none; }

/*listado para archivos, documentos, pdfs, noticias*/
section#content .areaContent h3.mesListado {
  background-color: #f5f5f5;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 20px;
  padding: 5px 15px; }

@media only screen and (max-width: 480px) {
  section#content .areaContent h3.mesListado {
    font-size: 15px; } }

section#content .areaContent ul.archivos {
  padding-left: 0;
  margin-left: 2.34285714em;
  margin-bottom: 0;
  list-style-type: none; }

section#content .areaContent ul.archivos > li {
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-top: 10px; }

section#content .areaContent ul.archivos > li .fa-li {
  width: 1.6em; }

/*paginacion*/
section#content .areaContent ul.pagination {
  margin-bottom: 0;
  padding-left: 0; }

section#content .areaContent ul.pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: #183C69;
  border-color: #183C69; }

section#content .areaContent ul.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

section#content .areaContent ul.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/*canales RSS*/
section#content .areaContent h3.canalRSS {
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px; }

@media only screen and (max-width: 480px) {
  section#content .areaContent h3.canalRSS {
    font-size: 15px; } }

section#content .areaContent h3.canalRSS span {
  width: 65px;
  height: 20px;
  display: inline-block;
  margin-top: -4px;
  margin-right: 4px;
  vertical-align: middle;
  background-image: url(../images/iasoft/redessociales/ico_rss_subscribe.png);
  background-repeat: no-repeat; }

/*pagina no encontrada*/
.notfound {
  margin: auto; }

.notfound img {
  float: left;
  margin: 50px 70px 50px 50px; }

.notfound .texto-notfound {
  display: table-cell;
  padding-top: 70px; }

.notfound .btn {
  background-color: #404853;
  color: #FFF !important;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 50px; }

.notfound .btn:hover {
  background-color: #343b43;
  opacity: 1; }

@media only screen and (max-width: 767px) {
  .notfound {
    text-align: center; }
  .notfound p {
    text-align: center !important; }
  .notfound img {
    float: none;
    margin: 10px; }
  .notfound .texto-notfound {
    display: inherit;
    padding-top: 0px; } }

/* cargos publicos */
body.huesca section#content aside.cargoPublico {
  background-color: #f5f5f5;
  padding: 20px;
  border-top: 10px solid #183C69;
  font-size: .95em; }

body.huesca section#content aside.cargoPublico a.social {
  color: #404853; }

body.huesca section#content aside.cargoPublico a.social:hover {
  color: #6c757d;
  text-decoration: none; }

body.huesca section#content .cargo {
  margin: 5px 0 20px 0;
  background-color: #f5f5f5;
  width: 100%;
  padding: 13px; }

body.huesca section#content .cargo strong {
  text-transform: uppercase;
  margin-left: 3px; }

/* programa */
ul.programaActos {
  margin: 0 !important;
  padding: 0 !important; }

ul.programaActos li {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none; }

ul.programaActos h3 {
  font-weight: bold !important;
  color: #4f5a69 !important;
  text-transform: uppercase;
  font-size: 18px !important;
  padding: 8px 0 0 58px; }

ul.programaActos li .hora {
  display: table-cell;
  padding: 5px 15px 5px 0px; }

ul.programaActos li .hora em {
  background-color: #f7f7f7;
  padding: 5px 10px;
  font-weight: bold;
  white-space: nowrap; }

ul.programaActos li .acto {
  display: table-cell;
  padding: 10px 0 10px 15px;
  border-left: 1px solid #dadada; }

/********** fin CUERPO **********/
.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  margin-right: 3px; }

.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* Cargos publicos*/
ul li h4 {
  font-size: 1.1rem;
  color: var(--cardtitle); }

a, a.fa, a.fas, a.fab {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
  color: var(--colorlink); }

a:hover, .aui a:hover {
  text-decoration: none;
  color: var(--colorbase); }

a img {
  border: 0; }

body {
  color: #5a5a57; }

.portlet-layout .portlet-header {
  margin-bottom: 0; }

/* Sobrescribir estilos theme 7.1 */
section#content .areaContent .portlet-content,
section#content .whiteSection .portlet-content {
  max-width: none; }

body.huesca h2.title i.fa {
  display: none; }

.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;
  _position: absolute !important; }

html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper {
  z-index: 100; }

* {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.site-title a:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  transition: filter .5s; }

h2.home,
.portlet-header-inner .portlet-title-text {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal; }

#banner .site-name {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-left: 1rem;
  color: var(--cardtitle); }

.portlet-title-text {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  overflow: visible;
  white-space: normal;
  max-width: 100%; }

.portlet-header-inner .portlet-title-text {
  margin-top: 3rem;
  margin-bottom: 1rem; }

h2.title {
  color: #64686d;
  text-transform: uppercase;
  font-size: 2.688rem; }

@media (max-width: 768px) {
  h2.title {
    font-size: 2rem;
    margin: 2rem !important; } }

h2.home {
  border-bottom: 1px solid #d5d5d5;
  padding: 14px 0;
  position: relative;
  max-width: 100%;
  margin: 25px 0 !important;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  overflow: visible;
  white-space: normal;
  max-width: 100%; }

h2.home::after {
  content: '';
  width: 83px;
  height: 3px;
  display: block;
  background: #64686d;
  position: absolute;
  bottom: -1px; }

h2.home i.fa-stop {
  display: none; }

h2.home.area-generica {
  font-size: 1.3rem; }

.navigation-main-menu a {
  font-weight: bold;
  font-size: 1.125rem;
  color: var(--cardtitle);
  text-transform: uppercase;
  flex: 1 1 0px;
  text-align: center;
  margin: 0 5px; }

@media (min-width: 1200px) and (max-width: 1499px) {
  .navigation-main-menu a {
    font-size: 1rem; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .navigation-main-menu a {
    font-size: 0.85rem; } }

@media (min-width: 720px) and (max-width: 991px) {
  .navigation-main-menu a {
    font-size: 0.8rem; } }

.navigation-main-menu a:hover {
  color: var(--colorlink); }

#navigation a {
  color: var(--cardtitle);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem; }

#navigation a:hover {
  color: var(--colorlink); }

#navigation .theme-mainmenu .dropdown-submenu li a {
  text-transform: none; }

.card-title,
a.card-title,
.card-text {
  color: #000; }

a.card-title:hover {
  color: var(--colorlink); }

.card-body {
  background-color: var(--cardbg); }

.card-title {
  font-size: 1.313rem;
  line-height: 1.4rem;
  font-weight: 400; }

.card.card-horizontal .card-title {
  font-size: 1.3rem;
  margin: 0 0 25px !important; }

.card-subtitle .category,
.card-metadata .date,
.card-metadata .categories-names {
  font-size: 0.8rem;
  text-transform: uppercase; }

.card-subtitle .date {
  font-size: 0.8rem; }

.card-nav-icon .card-title {
  font-size: 1rem; }

.list-card-nav .card .card-title {
  font-weight: 500; }

.card-subtitle .category {
  color: var(--colorlink); }

#footer a {
  color: #fff; }

#footer a:hover {
  color: var(--colorlink); }

/* Font size */
.font-size-25 {
  font-size: 2.5rem !important;
  line-height: 2.25rem !important; }

.font-size-20 {
  font-size: 2rem !important;
  line-height: 2.0rem !important; }

.font-size-15 {
  font-size: 1.5rem !important;
  line-height: 1.5rem !important; }

.font-size-14 {
  font-size: 1.4rem !important;
  line-height: 1.4rem !important; }

.font-size-13 {
  font-size: 1.3rem !important;
  line-height: 1.3rem !important; }

.font-size-12 {
  font-size: 1.2rem !important;
  line-height: 1.2rem !important; }

.font-size-11 {
  font-size: 1.1rem !important;
  line-height: 1.15rem !important; }

.font-size-10 {
  font-size: 1rem !important;
  line-height: 1.15rem !important; }

.font-size-09 {
  font-size: 0.9rem !important;
  line-height: 1.10rem !important; }

.font-size-08 {
  font-size: 0.8rem !important;
  line-height: 1.10rem !important; }

/*!
 * Font Awesome Free 6.5.1 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-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -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; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  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: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.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-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  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-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.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-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);
  -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-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, linear);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: 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);
  -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-bounce,
  .fa-fade,
  .fa-beat-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, 1) translateY(0);
    transform: scale(1, 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, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 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, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 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%, 100% {
    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%, 100% {
    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%, 100% {
    -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%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.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: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -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); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.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-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.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-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-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 {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-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 {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::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 {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::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 {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.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 {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.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 {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::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-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-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 {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.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 {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.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-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-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::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.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-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.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::before {
  content: "\f256"; }

.fa-hand-paper::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 {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::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 {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.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-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::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-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.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::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::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-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::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-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-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-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::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 {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.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 {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.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-start::before {
  content: "\f251"; }

.fa-hourglass-1::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 {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.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 {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.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-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::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 {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::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-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::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-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::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-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-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::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.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 {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-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-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-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 {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::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-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.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 {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::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 {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-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 {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.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-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-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 {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::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 {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::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 {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::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-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.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-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.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 {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::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 {
  content: "\f7d9"; }

.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-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.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-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.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::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.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 {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.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-flip::before {
  content: "\f879"; }

.fa-phone-alt::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-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.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 {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.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::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.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 {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.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 {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.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-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.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-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.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-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-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 {
  content: "\f887"; }

.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::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::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 {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.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-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::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 {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.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-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.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 {
  content: "\f07a"; }

.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 {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.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-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::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-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::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-person-hiking::before {
  content: "\f6ec"; }

.fa-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 {
  content: "\f7da"; }

.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 {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::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 {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.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-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::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 {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.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-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-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 {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.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 {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::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::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.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 {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.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-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::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 {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::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 {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.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-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.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-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::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::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.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-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.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 {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::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-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.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 {
  content: "\25"; }

.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 {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::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 {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-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-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::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-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::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-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.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 {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.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 {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::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-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::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 {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::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 {
  content: "\f249"; }

.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 {
  content: "\f5b4"; }

.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-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.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 {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-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; }

:root, :host {
  --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("font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("font-awesome/webfonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  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-pixiv:before {
  content: "\e640"; }

.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-square-js:before {
  content: "\f3b9"; }

.fa-js-square: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-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square: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-brave:before {
  content: "\e63c"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square: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-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt: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 {
  content: "\f2aa"; }

.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-opensuse:before {
  content: "\e62b"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square: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 {
  content: "\f081"; }

.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 {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact: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-square-letterboxd:before {
  content: "\e62e"; }

.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-shoelace:before {
  content: "\e60c"; }

.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 {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full: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-square-github:before {
  content: "\f092"; }

.fa-github-square: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-google-scholar:before {
  content: "\e63b"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square: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-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square: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-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square: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-signal-messenger:before {
  content: "\e663"; }

.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-mintbit:before {
  content: "\e62f"; }

.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-brave-reverse:before {
  content: "\e63d"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square: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 {
  content: "\f169"; }

.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-letterboxd:before {
  content: "\e62d"; }

.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 {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square: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-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square: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-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square: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-upwork:before {
  content: "\e641"; }

.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 {
  content: "\e2d0"; }

.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:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-webflow:before {
  content: "\e65c"; }

.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-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.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:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash: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:before {
  content: "\f23a"; }

.fa-medium-m: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"; }

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --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("font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("font-awesome/webfonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }

:root, :host {
  --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("font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("font-awesome/webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("font-awesome/webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("font-awesome/webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("font-awesome/webfonts/fa-regular-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("font-awesome/webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("font-awesome/webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("font-awesome/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("font-awesome/webfonts/fa-v4compatibility.woff2") format("woff2"), url("font-awesome/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; }

/* corregir estilos flex*/
.affix {
  position: sticky;
  top: 0;
  z-index: 989; }

b, strong {
  font-weight: 700; }

#banner .navbar {
  padding: 0; }

#navigationCollapse {
  padding-right: 0 !important; }

@media (max-width: 720px) {
  .navbar {
    width: 100%; } }

@media (min-width: 960px) {
  /*
	#wrapper.container-fluid{
		padding-left: 0;
		padding-right: 0;
	}
	*/ }

.aspect-ratio-9-to-16 {
  padding-bottom: calc(16 / 13 * 100%); }

.bg-position-top {
  background-position: top; }

/* pagination */
.pagination-items-per-page > a, .pagination-items-per-page > button,
.page-item.active .page-link, .nav-underline .tab.active a.page-item .page-link, .page-item.show .page-link {
  background-color: transparent;
  color: var(--colorlink);
  border-color: var(--colorlink); }

.page-link {
  color: var(--colorlink); }

.pagination-items-per-page > a:active, .pagination-items-per-page > a.active, .nav-underline .tab.active .pagination-items-per-page > a, .pagination-items-per-page > button:active, .pagination-items-per-page > button.active,
.page-link:active, .page-link.active, .nav-underline .tab.active a.page-link {
  border-color: var(--colorlink);
  background-color: var(--colorlink); }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-decoration-none {
  text-decoration: none !important; }

a.overflow-hidden .aspect-ratio-bg-cover {
  transition: all .5s; }

a.overflow-hidden:hover .aspect-ratio-bg-cover {
  transform: scale(1.2); }

.carousel-indicators {
  position: static; }

.carousel-indicators li {
  height: 13px;
  width: 13px;
  background: #fff;
  border: none;
  border-radius: 50%;
  opacity: 1;
  z-index: 1; }

.carousel-indicators .active {
  background: #cacaca; }

.aspect-ratio-4-to-4 {
  padding-bottom: 100%; }

.card {
  border: none;
  border-radius: 0;
  width: 100%; }

.card-title {
  margin-bottom: 10px;
  display: block; }

.card-subtitle {
  margin-bottom: 10px;
  display: block; }

.card-text {
  margin-bottom: 10px;
  display: block; }

a.card-image:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  /*filter: gray;
	-webkit-filter: grayscale(100%);
	*/
  transition: filter .5s; }

.card-shadow {
  border-style: solid;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  display: block;
  margin-bottom: 1.5rem;
  position: relative; }

/*
.accordion > .card{
	position: relative;
	margin-bottom: 30px;
}
.accordion > .card .card-header{
	padding: 0;
}
.accordion .card .card-title{
	padding-top: 30px;
	padding-bottom: 0;
}
.accordion > .card .card-title::before{
	content: '';
	width:100%;
	height: 1px;
	display: block;
	background: #d4d4d4;
	position: absolute;
	top: 0;
}
.accordion > .card .card-title::after{
	content:'\f078';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #8e8e8e;
}
.accordion > .card .card-title[aria-expanded=true]::after{
	content:'\f077';	
}
.accordion > .card .collapse.show::after{
	content: '';
	position: absolute;
	width: 83px;
	height: 4px;
	display: block;
	background: #ffff2b;
	top: 0;
}
*/
.card-collapse .card-title {
  font-weight: normal; }

.card-collapse .card-title[aria-expanded=true] {
  font-weight: 500; }

.card-collapse .card-title::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  color: #8e8e8e; }

.card-collapse .card-title[aria-expanded=true]::after {
  content: '\f077'; }

/* buttons */
a.btn {
  padding: 1rem 1.5rem;
  border-radius: 0;
  color: var(--cardtitle);
  border: 1px solid var(--cardtitle);
  font-size: 0.875rem;
  background: transparent; }

a.btn:hover {
  color: #fff;
  background: var(--cardtitle); }

.btn-link {
  border-color: #000;
  padding: 0.5rem 1rem; }

.btn-link:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none; }

.btn-link .fa,
.btn-link .fas {
  color: var(--colorlink); }

.btn-link:hover .title,
.btn-link:hover .fa,
.btn-link:hover .fas {
  color: #fff; }

.btn-primary {
  background-color: var(--cardtitle);
  border-color: var(--cardtitle);
  color: #fff; }

.btn-primary:hover {
  background-color: #fff;
  border-color: var(--cardtitle);
  color: var(--cardtitle); }

/*
.btn-primary{
	background-color: var(--colorlink);
    border-color: var(--colorlink);
    color: #fff;
}
.btn-primary:hover{
	background-color: #fff;
    border-color: var(--colorlink);
    color: var(--colorlink);
}
*/
/* section faq faq-entry*/
.section.card-collapse .card-title {
  position: relative;
  padding-right: 15px;
  font-weight: 300; }

.section.card-collapse .card-title::after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.section.card-collapse {
  background: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0; }

.section.card-collapse::after {
  position: absolute;
  bottom: 0;
  content: ''; }

.section.card-collapse > .card-header {
  padding-left: 0;
  padding-right: 0.5rem;
  background: none;
  border: none;
  margin-bottom: 0;
  font-weight: 300; }

.section.card-collapse > .card-title::after {
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  line-height: 32px; }

.section.card-collapse > .card-header[aria-expanded=true] {
  background: #efefef;
  padding-left: 0.5rem;
  color: #5a5a5a;
  font-weight: 400; }

.section.card-collapse > .collapse.show {
  background: #f7f7f7; }

.faq.card-collapse {
  margin-bottom: 0;
  background: #f7f7f7; }

.faq.card-collapse > .card-header {
  margin-bottom: 0;
  background: transparent;
  font-weight: 300; }

.faq.card-collapse > div > .row {
  padding: 0.75rem 1.25rem;
  margin-left: -3px;
  margin-right: -3px; }

.faq.card-collapse > div > .row > div[class^="col-"] {
  padding-left: 3px;
  padding-right: 3px; }

.faq.card-collapse .card-header[aria-expanded=true] {
  border: none;
  font-weight: 500; }

.faq.card-collapse > .collapse.show {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.section.card-collapse .collapse .faq.card-collapse:last-child > .card-header {
  border-bottom: none; }

.faq.card-collapse .card-header[aria-expanded=true],
.faq.card-collapse > .collapse.show {
  /*background: #f7f7f7;*/ }

.faq-entry.card-collapse {
  margin-bottom: 6px;
  background: #fff; }

.faq-entry.card-collapse .card-header {
  padding: 15px 11px;
  border: none;
  background: none; }

.faq-entry.card-collapse .card-header .card-title {
  margin-bottom: 0; }

.faq-entry.card-collapse .card-body {
  padding: 0 11px 15px !important;
  min-height: 0 !important; }

.faq.card-collapse .faq-entry .card-header::after {
  right: 0; }

/* Card row*/
.card-row {
  padding: 10px 15px; }

.card-body > .card-row {
  padding: 0; }

/* layout 7 cols*/
.col-md-1dot7,
.col-sm-1dot7,
.col-lg-1dot7,
.col-xl-1dot7,
.col-1dot7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-1dot7 {
  width: 14.285714285714285714285714285714%;
  *width: 14.285714285714285714285714285714%; }

@media (min-width: 540px) {
  .col-sm-1dot7 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%; } }

@media (min-width: 720px) {
  .col-md-1dot7 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%; } }

@media (min-width: 960px) {
  .col-lg-1dot7 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%; } }

@media (min-width: 1140px) {
  .col-xl-1dot7 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%; } }

/* layout 5 cols */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

/* BS4 Grid XXL breakpoint */
/* adding col-xxl */
.col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1500px) {
  .container {
    max-width: 1496px; } }

@media (min-width: 1570px) {
  /* expanding BS4 max-width */
  .container {
    max-width: 1540px; }
  /* grid columns xxl */
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  /* order xxl */
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  /* text-align xxl */
  .text-xxl-center {
    text-align: center !important; }
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  /* float xxl */
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  /* display xxl */
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  /* offsets xxl */
  .offset-xxl-1 {
    margin-left: 8.333333%; }
  .offset-xxl-2 {
    margin-left: 16.666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.333333%; }
  .offset-xxl-5 {
    margin-left: 41.666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.333333%; }
  .offset-xxl-8 {
    margin-left: 66.666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.333333%; }
  .offset-xxl-11 {
    margin-left: 91.666667%; }
  /* spacing xxl */
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0, .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0, .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0, .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0, .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1, .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1, .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1, .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1, .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2, .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2, .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2, .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2, .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3, .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3, .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3, .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3, .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4, .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4, .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4, .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4, .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5, .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5, .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5, .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5, .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0, .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0, .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0, .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0, .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1, .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1, .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1, .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1, .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2, .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2, .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2, .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2, .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3, .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3, .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3, .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3, .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4, .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4, .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4, .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4, .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5, .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5, .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5, .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5, .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto, .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto, .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto, .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto, .mx-xxl-auto {
    margin-left: auto !important; } }

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
  background-color: #fff; }

.bd-callout-warning {
  border-left-color: #f0ad4e; }

.bd-callout-warning h4,
.bd-callout-warning .h4 {
  color: #f0ad4e; }

.bd-callout p:last-child {
  margin-bottom: 0; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F1F2F5;
  border: 1px solid #E7E7ED;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  max-width: 100%;
  height: auto; }

.border-bottom {
  border-bottom: 1px solid #d5d5d5;
  padding: 14px 0;
  position: relative;
  max-width: 100%;
  margin: 25px 0 !important; }

.border-bottom::after {
  content: '';
  width: 83px;
  height: 3px;
  display: block;
  background: #64686d;
  position: absolute;
  bottom: -1px; }

/* Paginator styles */
.lfr-pagination .lfr-icon-menu .dropdown-toggle > span {
  display: inline; }

/*Sticker*/
.sticker-secondary .fas,
.sticker-default .fas {
  color: #fff; }

/* Menu portlet */
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: #6b6c7e; }

/* New Twitter logo*/
.taglib-social-bookmarks a[aria-label="Twitter"]:before {
  content: "\e61b";
  font-family: 'Font Awesome 6 Brands';
  -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;
  color: #000;
  font-size: 1.5rem; }

.taglib-social-bookmarks a[aria-label="Twitter"]:hover:before {
  color: #fff; }

.taglib-social-bookmarks a[aria-label="Twitter"] svg {
  display: none; }

/*Icons*/
.glyphicon {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.glyphicon-remove:before {
  content: "\f00d"; }

.view-count-info:before {
  content: "\f06e";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px; }

.glyphicon-remove {
  content: "\f00d";
  color: #fff;
  font-size: 3rem; }

.glyphicon-chevron-right {
  content: "\f105"; }

.glyphicon-chevron-left {
  content: "\f104"; }

.yui3-skin-sam .yui3-widget-mask {
  z-index: 200 !important; }

.image-viewer-base,
.image-viewer-base-control.carousel-control {
  z-index: 201 !important; }

.image-viewer-close .glyphicon-remove:before {
  color: #fff; }

.portlet-wide-container-bg,
.portlet-wide-container,
.wide-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.portlet-journal-content.portlet-wide-container .portlet .portlet-header {
  margin-bottom: 0;
  position: absolute;
  right: 2px;
  top: 2px;
  width: auto;
  z-index: 1; }

.portlet-wide-container-bg {
  padding-top: 75px;
  padding-bottom: 75px;
  margin-bottom: 0 !important;
  background-color: var(--cardbg); }

#content .master-layout-fragment .portlet-wide-container .portlet,
#main-content .portlet-wide-container .portlet {
  margin-bottom: 0; }

#main-content .portlet-wide-container .portlet-content {
  padding: 0; }

body img {
  max-width: 100%; }

@media (max-width: 767px) {
  .portlet-wide-container-bg .portlet-content,
  .portlet-wide-container .portlet-content {
    padding-left: 15px;
    padding-right: 15px; } }

.loading-animation.loading-bg {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }

.clear {
  clear: both;
  display: inline-block;
  width: 100%; }

.wrapper-center {
  position: relative; }

.center-x-y {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.background-position-top {
  background-position: top !important; }

.background-position-center {
  background-position: center !important; }

/* Mask */
.mask,
.mask-white,
.mask-color {
  position: relative;
  /*
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;*/ }

.mask::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0; }

.mask-white::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fbfbfbe8; }

.mask-color::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--secondarymask); }

/* Icons */
.fas.fa-phone {
  transform: rotate(90deg); }

.leaflet-pane {
  z-index: 10; }

.template .lfr-meta-actions.asset-actions {
  position: absolute;
  right: 0;
  top: 0; }

body {
  overflow-x: hidden; }

body:not(.home) .portlet-journal-content.portlet-barebone .portlet .portlet-header {
  position: static; }

#scroll-btn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  background: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  transition: opacity 0.5s; }

.affix-top #scroll-btn {
  opacity: 0; }

.affix #scroll-btn {
  opacity: 1; }

@media (min-width: 992px) {
  #scroll-btn {
    right: 20px; } }

#footer {
  background: #000;
  color: #fff; }

#footer .theme-social a {
  margin-left: 10px; }

#footer .theme-social li:first-child a {
  margin-left: 0; }

#footer .footer-menu-wrapper {
  margin-top: 2rem;
  border-top: 1px solid #fff;
  padding-top: 1rem; }

#footer .theme-footer a {
  text-transform: uppercase; }

#footer .theme-footer a::before {
  content: '';
  display: inline-block;
  height: 12px;
  background: #fff;
  width: 1px;
  margin-right: 15px;
  margin-left: 10px; }

#footer .theme-footer li:first-child a::before {
  display: none; }

@media (min-width: 991px) {
  #footer img.logo {
    max-height: 50px;
    width: auto; } }

@media (max-width: 767px) {
  .theme-mainmenu .dropdown-submenu {
    background-clip: padding-box;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 1px;
    border-radius: .25rem;
    color: #212529;
    float: left;
    left: 25%;
    font-size: 1rem;
    list-style: none;
    margin: .125rem 0 0;
    max-height: 500px;
    max-width: 300px;
    min-width: 10rem;
    overflow: auto;
    position: absolute;
    text-align: left;
    z-index: 1000;
    -webkit-filter: drop-shadow(1px 5px 10px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(1px 5px 10px rgba(0, 0, 0, 0.15));
    border: 0;
    padding: 1rem;
    top: auto; }
  .theme-mainmenu .dropdown-submenu li a {
    text-transform: none;
    font-weight: 500 !important; } }

@media (min-width: 767px) and (max-width: 992px) {
  .theme-mainmenu .dropdown-submenu {
    background-clip: padding-box;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 1px;
    border-radius: .25rem;
    color: #212529;
    float: left;
    left: 40%;
    font-size: 1rem;
    list-style: none;
    margin: .125rem 0 0;
    max-height: 500px;
    max-width: 300px;
    min-width: 10rem;
    overflow: auto;
    position: absolute;
    text-align: left;
    z-index: 1000;
    -webkit-filter: drop-shadow(1px 5px 10px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(1px 5px 10px rgba(0, 0, 0, 0.15));
    border: 0;
    padding: 1rem;
    top: auto; }
  .theme-mainmenu .dropdown-submenu li a {
    text-transform: none;
    font-weight: 500 !important; } }

@media (max-width: 992px) {
  .theme-mainmenu .wideView {
    display: none; }
  .theme-mainmenu .showChildMenu {
    display: block;
    position: static;
    max-width: none;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    filter: none;
    width: 100%; }
  .theme-mainmenu .menuChild-mainmenu.show .fa-chevron-down::before {
    transform: rotate(180deg);
    display: block; }
  .theme-mainmenu li.selected > a {
    background: var(--colorlink);
    padding: 5px 5px 5px 5px;
    color: #fff !important; }
  .theme-mainmenu li.selected > span {
    background: var(--colorlink);
    padding: 10px 5px 8px 5px;
    color: #fff !important; }
  .theme-mainmenu .dropdown-submenu li {
    line-height: 2rem; }
  .theme-mainmenu .dropdown-submenu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: .95rem !important;
    text-transform: none;
    font-weight: 500 !important; } }

@media (min-width: 992px) {
  .theme-mainmenu ul li .menuChild-mainmenu:hover {
    background-color: #444; }
  .theme-mainmenu .movilView {
    display: none; }
  .theme-mainmenu ul li.menuChild-mainmenu:hover:before {
    content: '';
    position: absolute;
    top: 56%;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #fff transparent;
    z-index: 1001; }
  .theme-mainmenu li.selected > a {
    background: var(--colorlink);
    padding: 5px 5px 5px 5px;
    color: #fff !important;
    display: inline-block; }
  .theme-mainmenu .dropdown-submenu {
    background-clip: padding-box;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 1px;
    border-radius: .25rem;
    color: #212529;
    display: none;
    float: left;
    font-size: 1rem;
    left: auto;
    list-style: none;
    margin: .125rem 0 0;
    max-height: 500px;
    max-width: 300px;
    min-width: 10rem;
    overflow: auto;
    position: absolute;
    text-align: left;
    z-index: 1000;
    -webkit-filter: drop-shadow(1px 5px 10px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(1px 5px 10px rgba(0, 0, 0, 0.15));
    border: 0;
    top: 57%;
    padding: 1rem; }
  .theme-mainmenu .dropdown-submenu li {
    line-height: 2rem; }
  .theme-mainmenu .dropdown-submenu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: .95rem !important;
    text-transform: none;
    font-weight: 500 !important; }
  .theme-mainmenu .dropdown-submenu li a:hover {
    background-color: #f7f7f7; }
  .theme-mainmenu .dropdown-submenu .layout-level-0 a {
    color: #c40727 !important; }
  .theme-mainmenu .menuChild-mainmenu:hover .dropdown-submenu {
    display: block; } }

.lfr-pagination-config .lfr-pagination-page-selector .lfr-icon-menu-text {
  color: #212529; }

.lfr-pagination-config a.btn:hover .lfr-icon-menu-text {
  color: #f8f9fa; }

.lfr-pagination-buttons {
  padding-left: 0 !important;
  list-style: none;
  text-align: center;
  display: inline-flex !important;
  flex-wrap: nowrap;
  margin-top: 13px !important; }

.lfr-pagination-buttons .page-item {
  display: inline;
  margin-right: 0.3rem !important; }

.lfr-pagination-buttons .page-item a {
  color: #171413 !important;
  border: 1px solid #171413 !important;
  font-size: 1.05em;
  background-color: #fff;
  border: 1px solid #183C69;
  border-radius: 0px;
  display: inline-block;
  padding: .375rem 1.75rem; }

.lfr-pagination-buttons .first a {
  display: none; }

.lfr-pagination-buttons .last a {
  display: none; }

.lfr-pagination-buttons .page-item:hover a {
  background-color: #171413;
  color: #fff !important; }

@media (max-width: 991px) {
  #banner .logo img {
    max-height: 50px !important;
    width: auto !important; } }

#banner-wrapper.affix {
  background-color: #fff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 99;
  position: fixed;
  min-height: 70px;
  width: 100%; }

@media (min-width: 992px) {
  #banner-wrapper:not(.affix) {
    position: absolute;
    top: 44px;
    min-height: 70px;
    z-index: 100;
    width: 100%;
    left: 0; }
  body.home #banner-wrapper:not(.affix) {
    top: 0; }
  body.home #content {
    margin-top: 100px; }
  .asset-detail-header-wrapper,
  .layout-image-header-wrapper {
    margin-top: 130px; } }

@media (max-width: 991px) {
  #banner-wrapper .navbar {
    min-height: 70px; } }

/* #navigationToggler */
#navigationToggler {
  border: none;
  background: none;
  position: relative;
  width: 23px;
  height: 26px;
  padding: 0; }

#navigationToggler .icon-bar {
  width: 23px;
  height: 3px;
  transition: transform 0.5s; }

#navigationToggler .icon-bar:nth-child(2) {
  display: none; }

#navigationToggler.collapsed .icon-bar:nth-child(1),
#navigationToggler.collapsed .icon-bar:nth-child(2),
#navigationToggler.collapsed .icon-bar:nth-child(3) {
  display: block; }

#navigationToggler .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: 0; }

#navigationToggler .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: 0; }

#navigationToggler.collapsed .icon-bar + .icon-bar {
  margin-top: 4px; }

#navigationToggler.collapsed .icon-bar:nth-child(1),
#navigationToggler.collapsed .icon-bar:nth-child(3) {
  transform: rotate(0);
  position: static; }

#navigationToggler .icon-bar {
  background-color: var(--colorbase); }

#navigationCollapse {
  align-items: center;
  justify-content: end; }

@media (min-width: 992px) {
  #navigationCollapse {
    height: 140px; }
  #banner-wrapper.affix #navigationCollapse {
    height: 100px; } }

#navigationCollapse ul {
  margin-bottom: 0; }

/*
#banner-wrapper.affix #navigationCollapse{
	height: 100px;
}
*/
#navigation a.buscador {
  font-size: 0 !important; }

#navigation a.buscador:after {
  font-size: 1.5rem;
  content: "\f002";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -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; }

.navigation-main-menu-wrapper {
  background-color: #ededed; }

.navigation-main-menu {
  min-height: 75px;
  display: flex;
  justify-content: space-around; }

@media (max-width: 767px) {
  .navigation-main-menu-wrapper {
    display: none; } }

#banner-wrapper .theme-social a {
  color: var(--colorbase); }

#banner-wrapper .theme-services a {
  color: var(--cardtitle); }

#banner-wrapper .theme-social a:hover,
#banner-wrapper .theme-services a:hover {
  color: var(--colorlink); }

/* Main menu*/
@media (min-width: 992px) {
  .theme-mainmenu ul > li:not(:last-child) {
    margin-right: 2rem; } }

@media (max-width: 991px) {
  .theme-mainmenu {
    background-color: var(--primarybg); } }

@media (min-width: 992px) and (max-width: 1199px) {
  #heading .logo img {
    max-width: 175px;
    height: auto; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  #heading .logo img {
    max-width: 200px;
    height: auto; } }

@media (min-width: 992px) {
  #navigation .theme-mainmenu {
    max-width: 720px; }
  #navigation .theme-mainmenu a {
    font-size: 0.85rem;
    line-height: 0.9rem; }
  .theme-mainmenu ul > li:not(:last-child) {
    margin-right: 1rem; }
  #banner .site-title .site-name {
    margin-top: 1rem;
    display: block;
    text-align: left;
    margin-left: 0; } }

@media (min-width: 1200px) {
  #heading .site-title {
    max-width: 200px; }
  #heading .site-title .logo img {
    max-width: 200px;
    height: auto; }
  #banner .site-title .site-name {
    margin-top: 1rem;
    display: block;
    text-align: left;
    margin-left: 0; }
  #navigation .theme-mainmenu {
    max-width: 850px; }
  #navigation .theme-mainmenu a {
    font-size: 1rem;
    line-height: 0.95rem; }
  .theme-mainmenu ul > li:not(:last-child) {
    margin-right: 1.5rem; } }

@media (min-width: 1500px) {
  #heading .site-title {
    max-width: 200px; }
  #heading .site-title .logo img {
    max-width: 200px;
    height: auto; }
  #banner .site-title .site-name {
    margin-top: 1rem;
    display: block;
    text-align: left;
    margin-left: 0; }
  #navigation .theme-mainmenu {
    max-width: 970px; }
  #navigation .theme-mainmenu a {
    font-size: 1.1rem;
    line-height: 1rem; }
  .theme-mainmenu ul > li:not(:last-child) {
    margin-right: 1.5rem; } }

@media (min-width: 1570px) {
  #navigation .theme-mainmenu {
    max-width: 1000px; }
  #navigation .theme-mainmenu a {
    font-size: 1.2rem;
    line-height: 1.1rem; } }

/*Menu interior*/
.menuInterior .submenu {
  border-bottom: 0.0625rem solid #dee2e6 !important;
  background: none !important;
  padding: 1rem 0 !important; }

.menuInterior .submenu a {
  text-transform: uppercase;
  color: var(--colorbase);
  font-weight: 500;
  font-size: 1.3rem; }

.menuInterior .submenu a:hover {
  color: var(--colorlink); }

.menuInterior .submenu:after {
  content: '';
  width: 83px;
  height: 3px;
  display: block;
  background: #64686d;
  position: absolute;
  bottom: -1px; }

.menuInterior .submenu .fa-stop {
  display: none; }

.menuInterior #navMenuInterior {
  margin: 1.5rem 0;
  display: block !important; }

@media (max-width: 768px) {
  .menuInterior #navMenuInterior:not(.show) {
    display: none !important; } }

.menuInterior #navMenuInterior > ul > li {
  padding: 0.5rem 0;
  border-bottom: 0.0625rem solid #dee2e6 !important; }

.portlet-navigation .menuInterior .nav-pills > li.active > a {
  background: none;
  color: var(--cardtitle);
  font-weight: bold; }

.menuInterior #navMenuInterior > ul > li a {
  color: var(--colorbase); }

.menuInterior #navMenuInterior > ul > li a:hover {
  color: var(--colorlink); }

/* contenido web como menu raiz*/
.aytohuesca-layout .portlet-column-last .journal-content-article > h2.title {
  visibility: hidden; }

.portlet-asset-publisher .journal-content-article > h2.title {
  display: none; }

.journal-content-article .card > .card-body > a > .fa {
  display: block;
  /*padding-bottom: calc(3 / 4 * 100%);*/
  padding-bottom: 9rem;
  position: relative; }

.journal-content-article .card > .card-body > a > .fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem; }

.journal-content-article .card > .card-body .card-title {
  text-align: left; }

.journal-content-article .card > .card-body .card-title a {
  color: var(--cardtitle); }

body.huesca .menuInterior button.navbar-toggler .fa-chevron-down::before {
  display: inline-block;
  transition: all ease-in 0.2s;
  position: relative;
  top: 10px; }

body.huesca .menuInterior button.navbar-toggler[aria-expanded="false"] .fa-chevron-down::before,
body.huesca .menuInterior button.navbar-toggler.collapsed .fa-chevron-down::before {
  transform: rotate(-90deg); }

@media (min-width: 992px) {
  #main-content.cols-20-80 #column-2::before {
    content: '';
    width: 100%;
    height: 33px;
    top: -33px;
    background: #fff;
    position: absolute;
    right: 0; } }

body.inner #main-content > .portlet-layout > .portlet-column > .portlet-column-content {
  margin-top: 1rem;
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  body.inner #main-content > .portlet-layout > .portlet-column > .portlet-column-content {
    /*margin-top: 3rem;*/
    margin-bottom: 3rem; } }

/* Site map */
.portlet-site-map .portlet-body ul {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden; }

.portlet-site-map .portlet-body ul li {
  list-style: none;
  margin-bottom: 1em;
  padding: .5em 1em;
  background-color: #F6F5F5;
  overflow: hidden; }

.portlet-site-map .portlet-body ul ul {
  background: url(images/tree/tree_I.gif) repeat-y 8px 0; }

.portlet-site-map .portlet-body ul ul li {
  margin-left: 9px;
  margin-bottom: 0;
  padding: 0 0 0 1em;
  background: url(images/tree/tree_-.gif) repeat-x 0 11px; }

.portlet-site-map .portlet-body ul ul ul {
  padding-bottom: 0; }

.portlet-site-map .portlet-body ul a {
  text-decoration: none;
  color: #4d5153;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 16px;
  padding: .3em 0 .3em 1.8em;
  background: #F6F5F5 url(images/tree/txt.png) no-repeat 0 0.3em;
  display: block; }

.portlet-site-map .portlet-body ul ul a {
  color: #4D5153;
  text-transform: none; }

.portlet-site-map .portlet-body ul ul ul a {
  font-weight: normal; }

.portlet-site-map .portlet-body ul a:hover {
  color: #000; }

.portlet-site-map .portlet-body ul ul a:hover,
.portlet-site-map .portlet-body ul ul ul a:hover {
  color: #000;
  opacity: 1; }

/* Forms portlet*/
.portlet-forms-display .ddm-form-builder-app .lfr-ddm-form-page > .row {
  margin-left: 0;
  margin-right: 0; }

.portlet-forms-display .ddm-form-basic-info {
  display: none; }

.portlet-forms-display .required-warning {
  padding-left: 15px; }

.portlet-forms-display .required-warning {
  display: none; }

.portlet-forms-display button.btn-primary {
  padding: 20px 25px; }

.portlet-forms-display .lfr-ddm-form-container .lfr-ddm-form-page {
  padding-bottom: 0; }

.portlet-forms-display.portlet-decorate .portlet-content-container {
  background-color: #f9f9f9; }

.portlet-forms-display .liferay-ddm-form-field-paragraph label {
  color: #ab2b34;
  font-size: 1.5rem;
  margin-bottom: 15px; }

.portlet-forms-display .liferay-ddm-form-field-paragraph div {
  font-size: 1rem; }

.portlet-forms-display.portlet-barebone .container-fluid-1280.ddm-form-builder-app {
  padding: 0; }

.portlet-forms-display.portlet-barebone .lfr-ddm-form-content {
  margin: 0 -15px 0; }

portlet-journal-content.portlet-barebone .portlet .portlet-header {
  position: static; }

/* breadcrumb */
/* breadcrumb portlet*/
section#content .migas {
  display: none; }

#breadcrumbs .portlet {
  margin-bottom: 0; }

#breadcrumbs .breadcrumb {
  background: none;
  margin: 0;
  padding: 0 0 20px; }

#breadcrumbs .breadcrumb > li::before {
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--cardtitle);
  font-size: 0.5rem;
  /*line-height: 0.5rem;*/
  background-image: none;
  margin-left: 5px;
  position: relative;
  bottom: 0.18rem !important; }

#breadcrumbs .breadcrumb > li.active::before {
  bottom: 0.18rem !important; }

#breadcrumbs .breadcrumb .active {
  color: var(--cardtitle);
  font-weight: bold;
  text-transform: uppercase; }

#breadcrumbs .breadcrumb > li:first-child > a {
  /*text-transform: none;*/ }

#breadcrumbs .breadcrumb li a {
  color: var(--cardtitle);
  /*line-height: 1rem;*/
  display: inline-block;
  vertical-align: top;
  font-weight: 700; }

#breadcrumbs .breadcrumb li a span {
  font-weight: 700; }

#breadcrumbs .breadcrumb li.active {
  font-weight: bold;
  text-transform: uppercase; }

#breadcrumbs .breadcrumb .fa-home {
  display: none; }

.breadcrumb-link > .breadcrumb-text-truncate {
  font-size: 0.875rem; }

.mobile #breadcrumbs .breadcrumb {
  display: block;
  white-space: nowrap;
  overflow-x: scroll; }

.mobile #breadcrumbs .breadcrumb > li {
  float: none;
  display: inline-block; }

#breadcrumbs .breadcrumb > li > span {
  color: #171413; }

/*
#breadcrumbs .breadcrumb > li:nth-child(1){
    display: none;
}

#breadcrumbs .breadcrumb > li:nth-child(2){
    padding-left: 0;
}*/
#breadcrumbs .breadcrumb > li:nth-child(1):before {
  display: none; }

#breadcrumbs .breadcrumb .breadcrumb-item {
  line-height: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

.mobile #breadcrumbs .breadcrumb {
  display: block;
  white-space: nowrap;
  overflow-x: scroll; }

.mobile #breadcrumbs .breadcrumb > li {
  float: none;
  display: inline-block; }

@media (max-width: 991px) {
  .layout-image-header-wrapper.has-backgroundimage .layout-image-header #breadcrumbs .breadcrumb .breadcrumb-item .active,
  .layout-image-header-wrapper.has-backgroundimage .layout-image-header #breadcrumbs .breadcrumb > li::before,
  .layout-image-header-wrapper.has-backgroundimage .layout-image-header #breadcrumbs .breadcrumb li a,
  .layout-image-header-wrapper.has-backgroundimage .layout-image-header #breadcrumbs .breadcrumb li span {
    color: #fff; } }

@media (max-width: 992px) and (min-width: 767px) {
  #breadcrumbs .breadcrumb > li::before {
    bottom: 0.18rem !important; }
  #breadcrumbs .breadcrumb > li.active::before {
    bottom: 0.18rem !important; } }

@media (max-width: 767px) {
  #breadcrumbs .breadcrumb > li::before {
    bottom: 0.2rem !important; }
  #breadcrumbs .breadcrumb > li.active::before {
    bottom: 0.2rem !important; } }

.layout-image-header #breadcrumbs .breadcrumb li a:hover {
  color: var(--colorlink); }

/* busqueda web */
.portlet-search form.form .form-group {
  margin-bottom: 20px; }

.portlet-search form.form .form-group input[type="text"] {
  height: 46px; }

.portlet-search .panel .panel-heading {
  padding: .75rem 1.25rem; }

.portlet-search .main-content-body {
  margin-top: 0; }

/* Calendar suite*/
.calendar-suite-portlet .detail-view .title-wrapper {
  position: relative; }

.calendar-suite-portlet .detail-view .title-wrapper .title {
  padding-bottom: 23px;
  display: block; }

.calendar-suite-portlet .detail-view .title-wrapper .title::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--cardbg);
  bottom: 0; }

.calendar-suite-portlet .detail-view .title-wrapper .title::after {
  content: '';
  position: absolute;
  width: 83px;
  height: 1px;
  display: block;
  background: #000;
  bottom: 0; }

.calendar-suite-portlet .detail-view > .row {
  margin-top: 1.5rem !important; }

.calendar-suite-portlet .taglib-custom-attributes-list .field-wrapper {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
  background-color: #fff;
  border-left-color: var(--secondarybg); }

.calendar-suite-portlet .taglib-custom-attributes-list .field-wrapper .control-label {
  color: var(--secondarybg);
  display: block;
  font-size: 1.3rem;
  font-weight: lighter;
  margin-bottom: 0.5rem; }

.calendar-suite-portlet .fa,
.calendar-suite-portlet .fas {
  color: var(--colorlink); }

/* Navegacion por categorias */
.portlet-asset-categories-navigation .panel-default .panel-heading {
  background-color: #f5f5f5;
  border-color: #ddd; }

.portlet-asset-categories-navigation .panel-default .panel-heading .panel-title > a {
  display: block;
  padding: 0.5em 1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none; }

.portlet-asset-categories-navigation .panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s; }

.portlet-asset-categories-navigation .panel-heading a.collapsed:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.portlet-asset-categories-navigation .panel-default .panel-body {
  padding: 0; }

.portlet-asset-categories-navigation .panel-default .panel-body .lfr-asset-category-list {
  padding: 0; }

.portlet-asset-categories-navigation .panel-default .panel-body .lfr-asset-category-list li.category {
  border-bottom: 1px solid #ddd;
  padding: 0.5em 1em; }

.portlet-asset-categories-navigation .panel-default .panel-body .lfr-asset-category-list li.category::last-child {
  border-bottom: none; }

.portlet-asset-categories-navigation .panel-default .panel-body .lfr-asset-category-list li.category a {
  color: #FF6F8C; }

/*bulletins-portlet*/
.bulletins-portlet .card .card-body {
  background: #fff !important;
  min-height: 96px; }

.bulletins-portlet .card .card-text {
  width: 25px;
  height: 25px;
  background: #E54450;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  color: #fff;
  float: left;
  margin-right: 5px;
  font-size: 0.8rem;
  font-weight: bold; }

.bulletins-portlet .card .card-subtitle {
  font-weight: bold;
  line-height: 25px; }

.bulletins-portlet .card .card-foot {
  background: #E54450; }

.bulletins-portlet .card .card-foot a {
  font-size: 0.85rem; }

.bulletins-portlet .card .card-foot a,
.bulletins-portlet .card .card-foot a * {
  color: #fff; }

/* busqueda web */
.portlet-search form.form .form-group input[type="text"] {
  height: 38px; }

/*portlet-image-gallery-display*/
.portlet-image-gallery-display .image-wrapper {
  max-height: 200px; }

.portlet-image-gallery-display .taglib-header .header-title {
  white-space: normal; }

/* Idiomas */
.portlet-language .portlet-body .input-select-wrapper:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0ac";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: -24px;
  top: 4px; }

.portlet-language .portlet-body .input-select-wrapper select.form-control {
  min-width: 40px;
  text-transform: uppercase; }

/* Search bar*/
.portlet-search-bar .search-bar-keywords-input-wrapper {
  margin: 60px auto;
  box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 5px 0px inset;
  background-color: #fff; }

.portlet-search-bar .search-bar-keywords-input-wrapper input.search-bar-keywords-input {
  border-radius: 0;
  background: transparent; }

.portlet-search-bar .search-bar-keywords-input-wrapper .input-group-inset-item-after {
  border-radius: 0;
  background: transparent; }

@media (min-width: 1140px) {
  .portlet-search-bar .search-bar-keywords-input-wrapper {
    max-width: 60%; }
  .portlet-search-bar .search-bar-keywords-input-wrapper input.search-bar-keywords-input {
    height: 78px;
    font-size: 1.15rem;
    text-indent: 25px; }
  .portlet-search-bar .search-bar-keywords-input-wrapper .btn {
    width: 60px; }
  .portlet-search-bar .search-bar-keywords-input-wrapper .lexicon-icon {
    font-size: 2rem; } }

/* Busqueda web */
.asset-search-portlet .search-template-inline button.btn.btn-primary {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  height: 2.375rem; }

/* Cookies */
.iasoft-cookies-portlet {
  left: 0; }

/* Ocultar segundo paginador*/
.portlet-asset-publisher .lfr-pagination + .lfr-pagination {
  display: none; }

/* navigation-search-template */
.template-navigation-search .search-prominent {
  padding: 36px;
  font-size: 1.1rem;
  font-style: italic;
  border-radius: 0; }

.template-navigation-search .search-prominent-button {
  z-index: 10;
  width: 70px; }

.template-navigation-search .search-prominent-button .fas.fa-search {
  font-size: 2.5rem; }

.template-navigation-search .layout-childs a {
  font-size: 1.375rem;
  color: var(--cardtitle); }

.template-navigation-buscador-paginas .search-prominent-button:after {
  color: #006e7a; }

/*navegacion con buscador*/
.navigation-search input.form-control {
  height: 50px;
  border: none;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  text-indent: 10px; }

.navigation-search .input-group .input-group-inset-item {
  border: none;
  height: 50px; }

.navigation-search .input-group .input-group-inset-item {
  background-color: var(--cardbg);
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  color: var(--colorbase); }

.navigation-search .input-group .input-group-inset-item:hover {
  color: var(--colorlink); }

@media (min-width: 1570px) {
  .navigation-search input.form-control {
    width: 290px; }
  .navigation-search {
    margin: 0 0 0 1rem; } }

@media (min-width: 1200px) and (max-width: 1570px) {
  .navigation-search {
    margin: 0 0.5rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .navigation-search {
    position: absolute;
    right: -35px; } }

@media (max-width: 767px) {
  .navigation-search {
    text-align: center;
    padding-bottom: 10px; } }

.navigation-search .clear-btn {
  position: absolute;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  transition: all 0.2s;
  opacity: 0;
  z-index: 0; }

.navigation-search .clear-btn {
  right: 50px; }

/* Buscador footer */
.footer-search input.form-control {
  height: 40px;
  border: none;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  text-indent: 10px; }

.footer-search input::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.footer-search .input-group .input-group-inset-item {
  border: none;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem; }

.footer-search input.form-control {
  background: rgba(255, 255, 255, 0.41);
  color: #fff; }

.footer-search .input-group .input-group-inset-item {
  background: rgba(255, 255, 255, 0.41); }

.footer-search .clear-btn {
  position: absolute;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  transition: all 0.2s;
  opacity: 0;
  z-index: 0; }

.footer-search .clear-btn {
  right: 40px; }

/* Dialog search */
#dialog-search.show {
  height: 100%; }

#dialog-search {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: height .5s;
  background-color: var(--primarymask);
  z-index: 1021; }

#close-search-dialog-btn {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 15px;
  top: 50px; }

#dialog-search .table-layout {
  border-collapse: collapse;
  clear: both;
  display: table;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  height: 100%; }

#dialog-search .table-layout form {
  display: table-cell;
  vertical-align: middle; }

#dialog-search.search-box .form-inline .fields-wrapper {
  width: 60%;
  display: inline-block;
  position: relative;
  line-height: 80px; }

@media (max-width: 767px) {
  #dialog-search.search-box .form-inline .fields-wrapper {
    width: 90%; } }

#dialog-search.search-box .form-inline {
  text-align: center; }

#dialog-search.search-box .form-inline input.input-search {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-indent: 35px;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  font-style: italic; }

#dialog-search.search-box .form-inline .search.btn {
  width: 80px;
  height: 80px;
  position: absolute;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin-left: -80px;
  margin-top: 0;
  right: 0;
  top: 0; }

#dialog-search.search-box .form-inline .search.btn::after {
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  content: '\f002';
  top: 0;
  z-index: 1;
  background: #fff;
  line-height: 80px;
  font-family: 'Font Awesome 5 Free';
  font-size: 3em;
  font-weight: 900;
  color: var(--colorlink); }

body.huesca section#content .card,
.template .card {
  background-color: #f8f8f8 !important;
  border-bottom: 2px solid #ededed; }

/* Carousel portada */
#carousel-homeDos.carousel.slide .carousel-indicators {
  display: none; }

@media (min-width: 992px) {
  #carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption h3 {
    margin-top: 3rem; } }

#carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption {
  max-width: 100%; }

#carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption h3 {
  text-shadow: none; }

#carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-caption p {
  text-shadow: none; }

#carousel-homeDos .btn {
  background: none;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  text-transform: none;
  border-radius: 0; }

#carousel-homeDos.carousel.slide .carousel-control-prev {
  position: absolute;
  width: 36px;
  height: 36px;
  background: red;
  background: #000;
  color: #fff;
  left: calc(50vw - 76px);
  top: auto;
  bottom: 35px; }

.carousel.slide {
  margin-bottom: 0; }

.carousel.slide .carousel-control-prev .fa-chevron-left {
  left: auto;
  margin-left: 0;
  font-size: 1.3rem; }

#carousel-homeDos.carousel.slide .carousel-control-next {
  position: absolute;
  width: 36px;
  height: 36px;
  background: red;
  background: #000;
  color: #fff;
  left: calc(50vw - 36px);
  top: auto;
  bottom: 35px; }

.carousel.slide .carousel-control-next .fa-chevron-right {
  right: auto;
  margin-right: 0;
  font-size: 1.3rem; }

#carousel-homeDos.carousel.slide .carousel-inner .carousel-item .carousel-background:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 992px) {
  #carousel-homeDos.carousel.slide .carousel-control-prev {
    left: calc(50vw - 19px);
    bottom: 0; }
  #carousel-homeDos.carousel.slide .carousel-control-next {
    left: calc(50vw + 19px);
    bottom: 0; } }

/* A un click*/
ul.listadoAunClick {
  border: 1px solid #d5d5d5;
  padding: 2rem 2.5rem; }

ul.listadoAunClick li {
  width: 33%; }

/* pseudocards */
ul.listadoAreasHome,
ul.listadoAreasInter {
  display: flex;
  justify-content: flex-start;
  margin-left: -0.2%;
  margin-right: -0.2%; }

ul.listadoAreasInter li,
ul.listadoAreasHome li {
  width: 19.5%;
  margin-bottom: 1%;
  margin-left: 0.2%;
  margin-right: 0.2%; }

ul.listadoAreasInter li i.fa.fa-stop,
ul.listadoAreasHome li i.fa.fa-stop {
  display: none; }

ul.listadoAreasInter li picture,
ul.listadoAreasHome li picture {
  width: 100%;
  height: 190px;
  display: block; }

ul.listadoAreasInter li picture img,
ul.listadoAreasHome li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

ul.listadoAreasInter li a,
ul.listadoAreasHome li a {
  font-weight: bold;
  font-size: 0.795rem;
  color: #000;
  min-height: 265px; }

ul.listadoAreasInter li:nth-child(even) a,
ul.listadoAreasHome li:nth-child(even) a {
  background-color: #fff; }

@media only screen and (max-width: 991px) {
  ul.listadoAreasHome {
    width: 100%; }
  ul.listadoAreasHome li {
    width: 33.333333%;
    margin: 0; } }

@media only screen and (max-width: 767px) {
  ul.listadoAreasInter,
  ul.listadoAreasHome {
    width: 100%; }
  ul.listadoAreasInter li,
  ul.listadoAreasHome li {
    margin-bottom: 0.5rem; } }

@media only screen and (max-width: 600px) {
  ul.listadoAreasInter,
  ul.listadoAreasHome {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  /*ul.listadoAreasHome { width: 50%;  }*/
  #masAreas ul.listadoAreasInter,
  #masAreas ul.listadoAreasHome {
    width: 100%; }
  ul.listadoAreasInter li,
  ul.listadoAreasHome li {
    width: 100%; } }

@media only screen and (max-width: 320px) {
  ul.listadoAreasInter,
  ul.listadoAreasHome {
    width: 100%; } }

.linkMostrar {
  text-align: left !important; }

.linkMostrar a {
  border: 1px solid #000;
  padding: 1rem 2rem;
  font-size: 0.875rem;
  color: #000;
  display: inline-block; }

/* Agenda portada*/
ul.listadoAgendaHome {
  display: flex;
  justify-content: space-around; }

ul.listadoAgendaHome li {
  width: 33%; }

/* Avisos portada*/
ul.avisosHome {
  background-color: var(--cardbg);
  border-bottom: 2px solid #ededed;
  margin: 0 0 1rem 0 !important;
  padding: 1rem 1.875rem !important; }

ul.avisosHome li a:link {
  font-weight: bold;
  color: var(--cardtitle) !important;
  font-size: 1rem;
  display: block; }

ul.avisosHome li a:link:hover {
  color: var(--colorlink) !important; }

ul.avisosHome li {
  background: none !important;
  position: relative;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  font-size: 0.938rem; }

ul.avisosHome li:before {
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  -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;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 2rem; }

ul.avisosHome li.obras:before {
  content: "\e562"; }

ul.avisosHome li.parking:before {
  content: "\f540"; }

ul.avisosHome li.corte:before {
  content: "\f637"; }

ul.avisosHome li.otros:before {
  content: "\f071"; }

ul.avisosHome li.zonaAzul:before {
  content: "\f51e"; }

.linkVerMas {
  text-align: left !important; }

.linkVerMas > a {
  display: inline-block;
  padding: 1rem 1.5rem;
  border: 1px solid var(--cardtitle);
  color: var(--cardtitle);
  font-size: 0.875rem; }

/*Cargos publicos*/
.lead {
  margin: 0.5rem 0 1rem 0;
  background-color: var(--cardbg);
  padding: 1rem; }

.tramitesDetalle h3,
.tramitesDetalle .h3 {
  font-size: 1.5rem;
  color: var(--cardtitle);
  margin-top: 2rem;
  border-bottom: 1px solid var(--colorborder);
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.tramitesDetalle h3:first-child,
.tramitesDetalle .h3:first-child {
  margin-top: 0; }

.cargoPublico {
  padding: 1rem;
  background-color: var(--cardbg); }

.cargoPublico h2,
.cargoPublico .h2 {
  font-size: 1.7rem; }

.cargoPublico h3,
.cargoPublico .h3 {
  font-size: 1.3rem;
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important; }

.cargoPublico .fa-envelope {
  margin-right: 0.5rem; }

/* Navigation list-menu */
.portlet-navigation .list-menu.secondary h3 {
  padding-bottom: 0; }

.portlet-navigation .list-menu h3 a {
  text-transform: uppercase;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--colorborder);
  display: block;
  font-size: 1.1rem;
  color: var(--colorbase); }

.portlet-navigation .list-menu.secondary h3 a {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem; }

.portlet-navigation .list-menu > ul {
  font-size: 0.9em;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.portlet-navigation .list-menu > ul li {
  padding: 0.5rem 0; }

.portlet-navigation .list-menu > ul > li {
  border-bottom: 1px solid var(--colorborder); }

.portlet-navigation .list-menu.secondary > ul > li {
  padding-left: 0.5rem; }

.portlet-navigation .list-menu ul li ul li:last-child {
  border-bottom: none; }

.portlet-navigation .list-menu ul li a {
  display: block;
  position: relative;
  font-size: 0.9rem;
  color: var(--colorbase); }

.portlet-navigation .list-menu ul ul {
  list-style: none;
  padding: 0; }

.portlet-navigation .list-menu ul.level-2 li {
  padding-left: 1em; }

.portlet-navigation .list-menu ul li a:after {
  content: '\f0da';
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--colorborder); }

.portlet-navigation .list-menu.secondary ul li a:after {
  display: none; }

.portlet-navigation .list-menu ul li a .fas,
.portlet-navigation .list-menu ul li a .fab {
  padding-right: 5px; }

.portlet-navigation .list-menu.secondary ul li a.active {
  font-weight: bold; }

/* Menu como contenido */
body.huesca section#content .portlet-journal-content .journal-content-article .card h5 {
  text-align: center; }

body.huesca section#content .card h5 a:hover {
  color: var(--cardtitle); }

/* Submenu */
ul.nav li > ul {
  list-style: none;
  padding-left: 1rem; }

.card.card-link-asset-entry .card-body {
  background-color: #64686d;
  padding: 1rem 0.5rem;
  text-align: right; }

.card.card-link-asset-entry .card-body a,
.card.card-link-asset-entry .card-body p {
  text-align: right !important;
  color: #fff; }

.card.card-link-asset-entry .card-body a:hover {
  color: var(--colorlink); }

@media (min-width: 1500px) {
  .card.card-link-asset-entry .card-body {
    padding: 2rem; } }

@media (max-width: 1499px) and (min-width: 1200px) {
  .card.card-link-asset-entry .card-body {
    padding: 1rem; } }

@media (max-width: 1199px) {
  .card-link-asset-entry .card-title {
    font-size: 0.95rem; }
  .card.card-link-asset-entry .card-body p {
    font-size: 0.9rem; } }

/* Listado actualidad */
ul.listadoActualidad li h3 {
  color: var(--cardtitle); }

body.huesca section#content .pager li > a,
body.huesca section#content .pager li > span {
  color: var(--cardtitle);
  border: 1px solid var(--cardtitle); }

body.huesca section#content .pager li > a:hover,
body.huesca section#content .pager li > span:hover {
  color: #fff;
  background-color: var(--cardtitle); }

/* Estilos tabla */
body.huesca table {
  background-color: #fff;
  margin: 20px 0;
  width: 100%; }

body.huesca table tbody tr td {
  border-top: 0;
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 8px; }

body.huesca section#content .subscribe-action {
  position: relative;
  z-index: 1; }

body.huesca section#content .subscribe-action a.btn {
  padding: 0.5rem; }

/* Navs icon */
.template-nav-items-icon .layout-childs {
  align-items: center; }

.template-nav-items-icon a {
  position: relative; }

.template-nav-items-icon a:after {
  content: '';
  position: absolute;
  left: 2px;
  bottom: 4px;
  width: 60px;
  height: 60px;
  border-radius: 50%; }

.template-nav-items-icon a img {
  position: relative;
  z-index: 1; }

.template-nav-items-icon .layout-childs > div:nth-child(9n+1) a:after {
  background-color: #e1eeff; }

.template-nav-items-icon .layout-childs > div:nth-child(9n+2) a:after {
  background-color: #f5ffe1; }

.template-nav-items-icon .layout-childs > div:nth-child(9n+3) a:after {
  background-color: #e1e2ff; }

.template-nav-items-icon .layout-childs > div:nth-child(9n+4) a:after {
  background-color: #e1fffa; }

.template-nav-items-icon .layout-childs > div:nth-child(9n+5) a:after {
  background-color: #ffeee1; }

.template-nav-items-icon .layout-childs > div:nth-child(9n+6) a:after {
  background-color: #f9e1ff; }

.template-nav-items-icon .layout-childs > div:nth-child(9n+7) a:after {
  background-color: #e1ffe3; }

.template-nav-items-icon .layout-childs > div:nth-child(9n+8) a:after {
  background-color: #ffe5e1; }

.template-nav-items-icon .layout-childs > div:nth-child(9n+9) a:after {
  background-color: #ffe1ee; }

@media (min-width: 1500px) {
  .template-nav-items-icon .layout-childs {
    min-height: 402px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .template-nav-items-icon .layout-childs {
    height: 260px; } }

@media (min-width: 720px) and (max-width: 991px) {
  .template-nav-items-icon .layout-childs {
    padding: 0 !important; }
  .template-nav-items-icon .layout-childs img {
    max-width: 40px; }
  .template-nav-items-icon a:after {
    width: 40px;
    height: 40px; }
  .template-nav-items-icon a .nav-item-title {
    font-size: 0.9rem;
    line-height: 1rem; } }

.template-nav-items-icon a img {
  position: relative;
  transition: all ease-in 0.2s;
  top: 0; }

.template-nav-items-icon a:hover img {
  top: -5px; }

.template-nav-items-icon a:hover .nav-item-title {
  color: var(--colorlink) !important; }

section#content .areaContent ul.listadoAreasInter li i.fa.fa-stop {
  display: none; }

section#content .areaContent ul.listadoAreasInter li:nth-child(even) a {
  background: #fff; }

section#content .areaContent ul.listadoAreasInter li {
  width: 19.5%;
  margin-bottom: 1%;
  margin-left: 0.2%;
  margin-right: 0.2%; }

section#content .areaContent ul.listadoAreasInter li picture {
  width: 100%;
  height: 190px;
  display: block; }

section#content .areaContent ul.listadoAreasInter li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media only screen and (max-width: 991px) {
  section#content .areaContent ul.listadoAreasInter {
    width: 100%; }
  section#content .areaContent ul.listadoAreasInter li {
    width: 33.333333%;
    margin: 0; } }

@media only screen and (max-width: 767px) {
  section#content .areaContent ul.listadoAreasInter {
    width: 100%; } }

@media only screen and (max-width: 600px) {
  section#content .areaContent ul.listadoAreasInter {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  section#content .areaContent ul.listadoAreasInter li {
    width: 100%; } }

@media only screen and (max-width: 320px) {
  section#content .areaContent ul.listadoAreasInter {
    width: 100%; } }

/* Area */
body.area-generica section#content .whiteSection {
  padding-top: 60px; }

body.area-generica section#content .whiteSection h2.home {
  margin-top: 0 !important;
  padding-top: 0 !important; }

/* Tramites */
body.huesca section#content .card.tramitesLista h5 {
  text-align: left; }

body.huesca section#content .card.tramitesLista h5 a {
  color: var(--colorlink); }

body.huesca section#content .card.tramitesLista h5 a:hover {
  color: var(--cardtitle); }

/* Botones ver mas*/
.linkMostrar > a:hover,
.linkVerMas > a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none; }

/* Detalle plantilla  */
.template h2,
.template .h2 {
  color: var(--cardtitle); }

.template .text-abstract {
  font-weight: 500;
  font-size: 1.2rem; }

@media (min-width: 992px) {
  body.home #services {
    display: none; }
  body.home #banner {
    height: 100px; }
  body.home #banner-wrapper:not(.affix) #navigationCollapse {
    display: none !important; }
  body.home #banner-wrapper.affix #home-services {
    display: none; }
  body.home #home-services {
    display: flex;
    align-items: center;
    height: 100px; }
  body.home #home-services .theme-services {
    border-left: 1px solid #dbdbdb;
    height: 100px;
    align-items: center;
    display: flex;
    padding-left: 1.5rem; }
  body.home #home-services ul {
    margin: auto; }
  body.home #home-services ul li {
    margin-right: 1.5rem; }
  .navigation-search {
    margin-right: 1.5rem; }
  .navigation-search .input-group-item {
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
  .navigation-search .input-group .input-group-inset-item,
  .navigation-search .input-group-inset {
    background-color: transparent; }
  .navigation-search .clear-btn {
    position: absolute;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    transition: all .2s;
    opacity: 0;
    z-index: 0; }
  .navigation-search .clear-btn {
    right: 50px; }
  .show-clear-btn .clear-btn {
    z-index: 4 !important;
    opacity: 1 !important; }
  .input-group .input-group-inset-item .btn {
    display: block;
    height: 75%;
    line-height: 1;
    margin-left: 0.125rem;
    margin-right: 0.125rem;
    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0; }
  /*
	body.home #banner-wrapper:not(.affix) #navigationCollapse{
		position: absolute;
		top: 561px;	
		height: 75px;
		background-color: #ededed;
		z-index: 1;
		display: block !important;
		width: 100%;
	}
	
	body.home #banner-wrapper:not(.affix) #navigationCollapse .theme-mainmenu > ul{
		display: flex;
    	justify-content: space-around;
    	height: 75px;
    	align-items: center;
	}
	*/
  body.home #banner-wrapper:not(.affix) #navigation > ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between; }
  body.home #banner-wrapper:not(.affix) #navigation ul > li a {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #000; } }

@media (min-width: 991px) and (max-width: 1199px) {
  body.home #home-services #searchMenuKeywords {
    max-width: 160px; } }

@media (max-width: 991px) {
  body.home #banner-wrapper #home-services {
    display: none; } }

/* Noticias portada */
@media (min-width: 576px) {
  .home .portlet-asset-publisher .template-abstract-cards-portada .card,
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card {
    height: 500px; }
  .home .portlet-asset-publisher .template-abstract-cards-portada .card-full .row,
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card-full .row {
    height: 500px; } }

.home .portlet-asset-publisher .template-abstract-cards-portada .card,
.home .calendar-suite-portlet .list-view .template-event-cards-portada .card {
  background-color: var(--cardbg); }

@media (max-width: 768px) {
  .home .portlet-asset-publisher .template-abstract-cards-portada .card-full .row,
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card-full .row {
    overflow: hidden; }
  /*
	.home .portlet-asset-publisher .template-abstract-cards-portada .card-full .row .card-body,
	.home .calendar-suite-portlet .list-view .template-event-cards-portada .card-full .row .card-body{
		height: 432px;
	}
	*/ }

.home .portlet-asset-publisher .card-full .aspect-ratio-bg-cover,
.home .calendar-suite-portlet .card-full .aspect-ratio-bg-cover {
  position: absolute;
  width: 100%;
  height: 100%; }

.home .portlet-asset-publisher .template-abstract-cards-portada .card .view-more,
.home .calendar-suite-portlet .list-view .card .view-more {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2.5rem; }

.home .portlet-asset-publisher .template-abstract-cards-portada .card .view-more a,
.home .calendar-suite-portlet .list-view .card .view-more a {
  display: block;
  width: auto;
  margin-right: 15px; }

.home .portlet-asset-publisher .card-full .col-6:nth-child(2) {
  display: flex;
  align-items: center; }

@media (max-width: 768px) {
  .template-cards-slick .slide .caption,
  #carousel-home .carousel-item .caption-wrapper .caption {
    width: 70%; }
  .home .portlet-asset-publisher .template-abstract-cards-portada .card,
  .home .calendar-suite-portlet .list-view .card {
    margin-bottom: 10px; }
  .home .portlet-asset-publisher .template-abstract-cards-portada .row,
  .home .calendar-suite-portlet .list-view .row {
    margin-left: -5px;
    margin-right: -5px; }
  .home .portlet-asset-publisher .template-abstract-cards-portada div[class^="col-"],
  .home .calendar-suite-portlet .list-view div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  .home .portlet-asset-publisher span.view-more {
    text-align: left; }
  .home .portlet-asset-publisher .template-abstract-cards-portada .card .view-more,
  .home .calendar-suite-portlet .list-view .card .view-more {
    display: none; } }

@media (max-width: 576px) {
  .template-cards-slick .slide .caption,
  #carousel-home .carousel-item .caption-wrapper .caption {
    width: 90%; }
  .home .portlet-asset-publisher .template-abstract-cards-portada .card-full .row,
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card-full .row {
    margin: 0; }
  .home .portlet-asset-publisher .template-abstract-cards-portada .card-full .row div[class^="col-"],
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card-full .row div[class^="col-"] {
    padding: 0; }
  .home .portlet-asset-publisher .template-abstract-cards-portada .card,
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card {
    /*display: flex;*/ }
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card-full .row {
    display: block; }
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card-full .row .col-6:nth-child(1) {
    float: left;
    width: auto;
    max-width: 100%; }
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card-full .row .col-6:nth-child(2) {
    width: auto;
    max-width: 100%; }
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card,
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card .card-body {
    background-color: transparent; }
  .home .portlet-asset-publisher .template-abstract-cards-portada .card-image {
    height: 170px;
    width: 50%;
    display: block;
    padding: 0;
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card-image {
    display: block;
    padding: 0;
    float: left;
    height: 100%;
    width: 85px;
    height: 85px !important;
    position: static; }
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card-body {
    overflow: hidden; }
  .home .portlet-asset-publisher .template-abstract-cards-portada .card-body {
    width: 50%;
    margin-left: 50%;
    min-height: 170px; }
  .home .portlet-asset-publisher .template-abstract-cards-portada .card-text,
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card-text {
    display: none; }
  .home .portlet-asset-publisher .template-abstract-cards-portada .card-full .card-image,
  .home .portlet-asset-publisher .template-abstract-cards-portada .card-full .card-body {
    width: 100%;
    position: static;
    margin-left: 0; }
  .home .portlet-asset-publisher .template-abstract-cards-portada .card-full .card-body {
    padding: 1.25rem !important; }
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card .card-body,
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card-full .card-body {
    padding: 0 1.25rem 1.25rem 1.25rem !important; }
  a.view-more,
  .view-more a {
    display: block;
    width: 100%; } }

.home .portlet-asset-publisher .template-abstract-cards-portada .card-full .card-title,
.home .calendar-suite-portlet .list-view .template-event-cards-portada .card-full .card-title {
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 500;
  /*color: var(--colorbase);*/ }

.home .portlet-asset-publisher .template-abstract-cards-portada .card-full .card-title:hover,
.home .calendar-suite-portlet .list-view .template-event-cards-portada .card-full .card-title:hover {
  color: var(--colorlink); }

@media (min-width: 1200px) {
  .home .portlet-asset-publisher .template-abstract-cards-portada .card-full .card-title,
  .home .calendar-suite-portlet .list-view .template-event-cards-portada .card-full .card-title {
    font-size: 1.75rem;
    line-height: 2rem; } }

@media (min-width: 767px) {
  .home .calendar-suite-portlet .portlet-body > .view-more-wrapper,
  .home .portlet-asset-publisher .portlet-body > .view-more-wrapper {
    display: none; }
  .home .portlet-asset-publisher span.view-more {
    text-align: center; } }

body.home .portlet-wide-container-bg {
  background-color: var(--primarybg); }

body.home .portlet-wide-container:last-child {
  background-color: var(--secondarymask); }

body.home .portlet-wide-container:last-child .portlet-header-inner .portlet-title-text {
  text-align: center; }

body.home .portlet-wide-container:last-child .portlet-header-inner .border-bottom::after {
  left: 50%;
  transform: translateX(-50%); }

body.home:not(.page-maximized) {
  background-image: url(../images/footer-bg.png);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat; }

body.home.-tpl {
  background-image: none; }

body.area-generica {
  background-image: none; }

body.home #footer {
  background-color: rgba(0, 0, 0, 0.8); }

#services {
  background-color: var(--primarybg); }

#services {
  min-height: 44px; }

#services ul {
  display: flex;
  min-height: 44px;
  align-items: center;
  margin-bottom: 0;
  border-left: 1px solid #dbdbdb; }

#services ul {
  padding-left: 1.5rem; }

#services ul li {
  margin-right: 1.5rem; }

@media (max-width: 768px) {
  #services ul li {
    margin-right: 1rem; } }

#services .theme-social a {
  color: var(--colorbase); }

#services .theme-services a {
  color: var(--cardtitle); }

.layout-image-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--primarybg); }

.page-title-wrapper {
  display: flex;
  align-items: center; }

.asset-detail-header-wrapper {
  background-color: var(--primarybg); }

@media (min-width: 992px) {
  .page-title-wrapper {
    /*Solicitud del cliente*/
    /*width: 50%;*/ }
  .layout-image-header,
  .page-title-wrapper {
    /*Solicitud del cliente*/
    /*min-height: 335px;*/
    min-height: 190px; }
  .layout-image-header-wrapper:not(.has-backgroundimage) .layout-image-header {
    background-size: 50%;
    background-position: 100% center;
    /*Solicitud del cliente*/
    background-image: none !important; }
  .layout-image-header-wrapper.has-backgroundimage .page-title-wrapper {
    width: 50%; }
  .layout-image-header-wrapper.has-backgroundimage .layout-image-header,
  .layout-image-header-wrapper.has-backgroundimage .page-title-wrapper {
    min-height: 335px; }
  .layout-image-header-wrapper.has-backgroundimage .layout-image-header {
    background-size: 50%;
    background-position: 100% center; } }

@media (max-width: 991px) {
  .layout-image-header::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0; }
  .page-title {
    width: 100%; }
  body.huesca .layout-image-header-wrapper h2.title {
    color: #fff !important; }
  body.huesca .layout-image-header-wrapper h2.title.border-bottom::after {
    background: #fff; } }

body.huesca h2.title {
  margin: 0 0 1rem !important; }

.page-title {
  flex: 0 0 100%; }

/*
#content .portlet-breadcrumb .portlet-body{
	display: none;
}
*/
/*
body.area-generica #breadcrumbs{
	display: none;	
}
*/
