@charset "UTF-8";
/**
 * Clay 3.37.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.dictnames-autocomplete__suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ededed;
  border-top: 0;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 99;
  max-height: 320px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  margin-top: -1px;
  padding-bottom: 0.375rem;
  margin-left: -1px; }
  @media (min-width: 768px) {
    .dictnames-autocomplete__suggestions {
      margin-left: 1px; } }

.dictnames-autocomplete__suggestion {
  position: relative;
  padding: 0.375rem 1.25rem;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Tinos";
  font-size: 1.125rem;
  color: #495057; }
  .dictnames-autocomplete__suggestion strong {
    font-weight: normal;
    color: #588b3c; }
  .dictnames-autocomplete__suggestion.selected {
    background: #c7e7c3;
    color: #272833; }

.dictnames {
  margin: 0;
  padding-top: 1em;
  font-size: 1rem; }
  @media (min-width: 992px) {
    .dictnames {
      margin-right: 2.75em; } }
  .dictnames__iconlogo {
    margin-right: 0.5em;
    color: #588b3c;
    width: 2.6875em;
    flex: 0 0 2.6875em;
    max-width: 2.6875em; }
    @media (min-width: 768px) {
      .dictnames__iconlogo {
        background-color: #fff; } }
  .dictnames__form__fields {
    position: relative;
    background-color: #c7e7c3;
    padding: 0.75em 0.75em;
    border-radius: 0.25em;
    display: flex;
    align-items: center; }
  .dictnames__form__search {
    width: 100%;
    padding: 0 2.375em 0 1em;
    height: 3.0234375em;
    font-size: 0.875em;
    line-height: 1;
    border-radius: 0.25em;
    border: 1px solid #f1f2f5; }
    .dictnames__form__search:focus {
      outline: none; }
    .dictnames__form__search::placeholder {
      color: #6b6c7e;
      font-style: italic; }
  .dictnames__form__submit {
    position: absolute;
    right: 1.5em;
    top: 1.3125em;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1em; }
    .dictnames__form__submit:focus {
      outline: none; }
    .dictnames__form__submit .icon-search {
      color: #588b3c;
      width: 1.4375em;
      height: 1.4375em; }
  .dictnames__form__loading {
    display: none;
    align-items: center;
    position: absolute;
    right: 0.125em;
    top: 1.125em; }
  .dictnames__form.loading .dictnames__form__loading {
    display: block; }
  .dictnames__form.loading .dictnames__form__submit {
    display: none; }
  .dictnames__loading__icon {
    fill: #588b3c; }
  .dictnames__box {
    margin-bottom: 3em; }
  .dictnames__empty-search {
    margin: 15px 0 60px 0;
    padding: 0 15px; }
    .dictnames__empty-search p {
      margin-bottom: 0;
      font-size: 1.125rem; }
    .dictnames__empty-search p.empty-synonym {
      display: none; }
    .dictnames__empty-search p.no-available {
      display: block; }
    .dictnames__empty-search.available p.no-available {
      display: none; }
    .dictnames__empty-search .get-last-search {
      color: #9c8700;
      cursor: pointer; }

.proximity-names {
  border: 2px solid #e3e9e0;
  padding: 15px 20px;
  margin: 0 0 40px; }
  .proximity-names__current {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    font-family: "Tinos", serif;
    vertical-align: baseline;
    margin-left: 0.125em; }
  .proximity-names__title {
    color: #668e50;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 1.4em;
    font-size: 14px;
    margin: 0 0 10px;
    padding-bottom: 10px; }
  .proximity-names__between {
    display: block;
    margin: 8px 0; }
  .proximity-names__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    .proximity-names__list__item {
      margin: 0;
      padding: 0;
      display: inline-block;
      text-align: center;
      border-left: 1px solid #333;
      line-height: 1em;
      margin: 0 5px 0 0;
      padding: 0 0 0 5px; }
      .proximity-names__list__item:first-child {
        padding: 0;
        border: none; }
  .proximity-names__link {
    color: #588b3c; }

.dictnames__content {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 3.5em; }

.names-content__header {
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .names-content__header {
      flex-wrap: nowrap; } }

.names-content__title {
  font-family: "Tinos", serif;
  font-size: 2.375em;
  font-weight: bold;
  margin-bottom: 0.25em;
  flex-grow: 1;
  flex-basis: 100%; }
  @media (min-width: 992px) {
    .names-content__title {
      margin-bottom: 0;
      flex-basis: auto; } }
  .names-content__title__content {
    display: inline-block;
    margin-right: 1em; }

.names-content__subtitle {
  color: #668e50;
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 1.25em; }

.names-content__gender {
  display: inline-block;
  background-color: #c7e7c3;
  font-size: 0.8125em;
  font-weight: 400;
  line-height: 1.3em;
  color: #6b6c7e;
  padding: 0.375em 0.75em;
  margin-bottom: 0;
  text-transform: capitalize; }
  @media (min-width: 992px) {
    .names-content__gender {
      margin-left: 1em; } }

.names-content__label {
  display: inline-block;
  background-color: #588b3c;
  font-size: 0.8125em;
  font-weight: 400;
  line-height: 1.3em;
  color: #fff;
  padding: 0.375em 0.75em;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .names-content__label {
      margin-left: 1em; } }

.names-content__label-container {
  flex-grow: 1;
  display: flex;
  margin-bottom: 1em; }
  @media (min-width: 992px) {
    .names-content__label-container {
      flex-grow: 0;
      margin-bottom: 0; } }
  .names-content__label-container p + p {
    margin-left: 1em; }

.names-content__section {
  margin-bottom: 2.25em; }

.names-content__references {
  margin-bottom: 0;
  font-family: "Tinos", serif;
  font-weight: bold;
  color: #588b3c; }
  .names-content__references:before {
    color: #668e50;
    content: '\25BA';
    white-space: pre;
    font-size: 0.875em; }
  .names-content__references__label {
    color: #668e50;
    font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.8125em;
    text-transform: uppercase;
    margin: 0 0.25em 0 0.375em;
    display: inline-block;
    font-weight: 400; }
  .names-content__references .onomastics-link {
    color: #588b3c;
    text-decoration: underline; }
  .names-content__references--update-date {
    font-size: 0.875em; }

.names-content .onomastics-entry {
  margin-left: 1em; }

.names-content .onomastics-paragraph {
  font-family: "Tinos", serif;
  font-size: 1.0625em;
  line-height: 1.3; }

.names-content__audio-buttons {
  font-size: 1rem;
  vertical-align: middle;
  margin-bottom: 2em; }
  .names-content__audio-buttons__name {
    color: #666;
    font-size: 0.875em;
    display: inline-block;
    margin-right: 0.5em; }
  .names-content__audio-buttons__list {
    display: inline-block; }
  .names-content__audio-buttons__item {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0.5em; }
    .names-content__audio-buttons__item__button {
      background-color: #f1f2f5;
      padding: 0.125rem 0.5rem;
      border-radius: 4px;
      border: none;
      color: #393a4a; }
      .names-content__audio-buttons__item__button:hover {
        color: #000;
        background-color: #c7e7c3; }
    .names-content__audio-buttons__item__icon {
      width: 2em; }

.names-content__table {
  width: 100%;
  margin-bottom: 3em; }
  .names-content__table th {
    padding: 0.125em 0.5em;
    font-weight: 600; }
  .names-content__table td {
    padding: 0.125em 0.5em; }
  .names-content__table tbody tr:nth-child(odd) {
    background-color: #e3e9e0; }

.names-content__map {
  text-align: center;
  margin-bottom: 1em; }
  .names-content__map__image {
    border: 1px solid #e3e9e0;
    max-width: 100%;
    height: auto; }
  .names-content__map__list {
    padding-left: 2em; }
  .names-content__map__link {
    color: #588b3c; }

.names-content .small-note {
  font-size: 0.9375em;
  font-style: italic;
  color: #555;
  margin: 1em 0; }

@media (min-width: 992px) {
  .tooltip.tooltip-glossary {
    max-width: 320px; } }

@media (min-width: 1280px) {
  .tooltip.tooltip-glossary {
    max-width: 420px; } }

.tooltip.tooltip-glossary .tooltip-glossary-content {
  background-color: #588b3c; }
  @media (min-width: 992px) {
    .tooltip.tooltip-glossary .tooltip-glossary-content {
      max-width: 320px; } }
  @media (min-width: 1280px) {
    .tooltip.tooltip-glossary .tooltip-glossary-content {
      max-width: 420px; } }

.tooltip.tooltip-glossary .tooltip-arrow {
  background-color: #588b3c; }

.dictnames-suggest {
  margin: 0 0 3rem 0; }
  @media (min-width: 992px) {
    .dictnames-suggest {
      margin-right: 2rem; } }
  .dictnames-suggest__header {
    background-color: #e3e9e0;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .dictnames-suggest__header__tooltip {
      flex: 1 1 100%;
      margin: 0;
      color: #6b6c7e; }
    .dictnames-suggest__header.open {
      background-color: #c7e7c3; }
    @media (min-width: 768px) {
      .dictnames-suggest__header {
        text-align: right;
        height: 64px;
        flex-wrap: nowrap; }
        .dictnames-suggest__header__tooltip {
          flex: 1; } }
  .dictnames-suggest__title {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #588b3c;
    cursor: pointer; }
  .dictnames-suggest__toggle {
    color: #588b3c;
    cursor: pointer;
    padding: 5px 10px; }
    .dictnames-suggest__toggle .chevron-up {
      display: none; }
    .dictnames-suggest__toggle .chevron-down {
      display: block; }
    .dictnames-suggest__toggle[aria-expanded="true"] .chevron-up {
      display: block; }
    .dictnames-suggest__toggle[aria-expanded="true"] .chevron-down {
      display: none; }
  .dictnames-suggest__content {
    background-color: #e3e9e0;
    height: 0;
    overflow: hidden; }
    .dictnames-suggest__content.open {
      height: auto; }
  .dictnames-suggest__container {
    position: relative;
    padding: 5px 30px 15px 30px; }
  .dictnames-suggest__form {
    margin: 0;
    padding: 0; }
    .dictnames-suggest__form .formitem-group {
      margin-bottom: 18px; }
    .dictnames-suggest__form__field {
      font-size: 0.875rem;
      letter-spacing: 1px;
      font-weight: 700; }
      .dictnames-suggest__form__field.single-noun {
        text-transform: uppercase; }
        .dictnames-suggest__form__field.single-noun span.noun {
          text-transform: none;
          letter-spacing: 0;
          font-size: 1.4rem;
          font-family: 'Tinos';
          vertical-align: baseline;
          color: #000;
          margin-left: 0.25rem; }
    .dictnames-suggest__form__radio {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      .dictnames-suggest__form__radio__label {
        margin: 8px 24px 8px 0;
        display: flex;
        align-items: center;
        font-size: 0.875rem;
        font-weight: normal;
        color: #393a4a; }
        .dictnames-suggest__form__radio__label span.desambiguation {
          font-size: 13px;
          color: #555;
          margin-left: 4px; }
      .dictnames-suggest__form__radio .error-message {
        margin-left: 15px;
        width: 100%; }
    .dictnames-suggest__form__control {
      border-radius: 3px;
      border: 1px solid #cdced9;
      padding: 10px 12px;
      width: 100%;
      font-size: 0.9375rem;
      line-height: 1.1;
      color: #495057; }
      .dictnames-suggest__form__control[type="radio"] {
        margin-right: 8px;
        width: auto; }
      .dictnames-suggest__form__control[type="checkbox"] {
        margin-right: 10px;
        width: auto; }
    .dictnames-suggest__form__label {
      font-size: 0.875rem;
      font-weight: 400;
      color: #495057;
      display: block; }
      .dictnames-suggest__form__label__privacy {
        display: inline-flex;
        align-items: center;
        padding-left: 3px;
        font-size: 0.9375rem; }
        .dictnames-suggest__form__label__privacy + .error-message {
          display: block; }
    .dictnames-suggest__form label.privacy {
      margin: 10px 15px 20px;
      width: auto;
      position: relative; }
      .dictnames-suggest__form label.privacy input {
        position: absolute;
        width: auto;
        top: 2px; }
      .dictnames-suggest__form label.privacy span {
        font-size: 12px;
        font-weight: bold;
        color: #000;
        margin-left: 18px;
        display: block; }
      .dictnames-suggest__form label.privacy span.error-message {
        color: #9d0000;
        font-weight: normal;
        margin-left: 0;
        margin-top: 8px; }
    .dictnames-suggest__form span.error-message {
      font-size: 0.75rem;
      padding: 0 0 0 5px;
      color: #9d0000; }
  .dictnames-suggest__legal {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.4;
    color: #a7a9bc; }
  .dictnames-suggest__buttons {
    margin: 20px 0 10px 0; }
  .dictnames-suggest .btn-dictnames {
    background-color: #588b3c;
    border-color: #588b3c;
    color: #fff; }
  .dictnames-suggest .layer-confirmation {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(199, 231, 195, 0.9); }
    .dictnames-suggest .layer-confirmation p {
      font-size: 18px;
      text-align: center;
      margin: 0 0 15px; }
      .dictnames-suggest .layer-confirmation p em {
        font-size: 24px; }
      .dictnames-suggest .layer-confirmation p .svg-inline {
        font-size: 64px;
        color: #070; }
    .dictnames-suggest .layer-confirmation .layer-confirmation-ok {
      margin-top: 30px;
      padding: 20px 0 10px; }
    .dictnames-suggest .layer-confirmation .layer-confirmation-ko {
      margin-top: 30px;
      padding: 20px 0 10px; }
      .dictnames-suggest .layer-confirmation .layer-confirmation-ko .svg-inline {
        color: #780000; }

.share-buttons {
  margin-bottom: 1.125em; }
  @media (min-width: 992px) {
    .share-buttons {
      margin-left: 1em;
      margin-bottom: 0; } }
  .share-buttons .share-buttons-container {
    position: relative;
    overflow: hidden; }
  .share-buttons .share-button {
    display: inline-block;
    background-color: #fff;
    border: none;
    text-shadow: none;
    font-weight: normal;
    font-size: 12px;
    background-image: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    margin: 0px 5px 0px 5px; }
    .share-buttons .share-button > * {
      pointer-events: none; }
  .share-buttons .share-button-twitter {
    color: #1da1f2; }
    .share-buttons .share-button-twitter:hover {
      color: rgba(29, 161, 242, 0.8); }
  .share-buttons .share-button-facebook {
    color: #3b5998; }
    .share-buttons .share-button-facebook:hover {
      color: rgba(59, 89, 152, 0.8); }
  .share-buttons .print-button {
    display: inline-block;
    background-color: #fff;
    color: #668e50;
    border: none;
    text-shadow: none;
    font-weight: normal;
    font-size: 12px;
    background-image: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    margin: 0px 5px 0px 5px; }
    .share-buttons .print-button > * {
      pointer-events: none; }

@font-face {
  font-family: DoulosSILW;
  src: url("../fonts/DoulosSIL-Regular.woff2"); }

.doulos-font {
  font-family: DoulosSILW, sans-serif; }