@charset "UTF-8";
/**
 * Fields
 * Common styles for field templates.
 * SEE: image and taxonomy field styles as these both have unique
 * template html markup and selectors.
 ============================================================================ */
.field {
  margin-bottom: 1rem;
}

.field__label {
  font-family: inherit;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}

.field-label-inline .field__label {
  margin: 0;
  display: inline-block;
  padding: 0 0.375rem 0 0;
}

.field-label-inline .field__label:after {
  content: ":";
}

[dir="rtl"] .field-label-inline .field__label {
  padding: 0 0 0 0.375rem;
}

.field-label-inline .field__items,
.field-label-inline .field__item {
  display: inline-block;
}

.field-label-above .field__label,
.field-label-above .field__items {
  display: block;
}

.field.has-multiple .field__items :not(:first-child) {
  margin-left: .5rem;
}

.field.has-multiple .field__items .field__item {
  display: inline-block;
}

.gm-style-iw p:first-child,
.gm-style-iw div:first-child,
.gm-style-iw .field:first-child {
  padding: 0 !important;
}

.gm-style .gm-style-iw-d {
  overflow: scroll;
}

.node--view-mode-map-marker, .taxonomy-term--view-mode-map-marker {
  max-width: 200px;
  margin-bottom: 0.75rem;
}

.node--view-mode-map-marker .atl__lr, .taxonomy-term--view-mode-map-marker .atl__lr {
  margin: 0;
}

.node--view-mode-map-marker .atl__lc, .taxonomy-term--view-mode-map-marker .atl__lc {
  padding: 0 !important;
}

.node--view-mode-map-marker .field, .taxonomy-term--view-mode-map-marker .field {
  margin-bottom: 0;
}

.node--view-mode-map-marker .field-node--bundle-fieldnode, .node--view-mode-map-marker .field-taxonomy-term--bundle-fieldtaxonomy-term, .taxonomy-term--view-mode-map-marker .field-node--bundle-fieldnode, .taxonomy-term--view-mode-map-marker .field-taxonomy-term--bundle-fieldtaxonomy-term {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05rem;
  color: #636466;
  font-size: 0.75rem;
  font-weight: 600;
}

.node--view-mode-map-marker .field-node--field-date-sorting, .taxonomy-term--view-mode-map-marker .field-node--field-date-sorting {
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}

.node--view-mode-map-marker .field-name-node-title, .node--view-mode-map-marker .field-taxonomy-term--taxonomy-term-title, .taxonomy-term--view-mode-map-marker .field-name-node-title, .taxonomy-term--view-mode-map-marker .field-taxonomy-term--taxonomy-term-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Lora, serif;
}

.node--view-mode-map-marker figure, .taxonomy-term--view-mode-map-marker figure {
  margin-bottom: 0 !important;
}

/**
 * Field Image
 ============================================================================ */
.field-type-image {
  margin: 0;
  padding: 0;
}

.field-type-image figure {
  margin-bottom: 1rem;
}

.field-type-image .float-none {
  float: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.field-type-image + .field-type-image .field__label {
  clear: both;
}

@media screen and (max-width: 45em) {
  .field-type-image [class*="align-"] {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 1rem;
  }
  .field-type-image figure[class*="align-"] {
    display: block;
  }
}

/**
 * File icons
 *  - AT unsets Drupal core file field CSS for image icons and replaces them
 *    with FontAwesome icons.
 ============================================================================ */
.file {
  display: block;
}

.file a {
  word-break: break-all;
  -ms-hyphens: auto;
      hyphens: auto;
}

.file a:before {
  font-family: "Font Awesome 7 Pro", FontAwesome, sans-serif;
  content: "";
  padding-right: 0.5rem;
  display: none;
}

.fa-loaded .file a:before {
  display: inline-block;
}

.file--package-x-generic a:before {
  content: "";
}

.file--x-office-spreadsheet a:before,
.file [href$='.numbers']:before {
  content: "";
}

.file--x-office-document a:before,
.file [href$='.pages']:before {
  content: "";
}

.file--x-office-presentation a:before,
.file [href$='.key']:before {
  content: "";
}

.file--text-x-script:before,
.file--text-html:before,
.file [href*='.js']:before,
.file [href*='.css']:before,
.file [href*='.scss']:before,
.file [href*='.sass']:before,
.file [href*='.less']:before,
.file [href*='.rb']:before,
.file [href*='.php']:before,
.file [href*='.inc']:before,
.file [href*='.htm']:before,
.file [href*='.html']:before,
.file [href*='.xml']:before,
.file [href*='.twig']:before,
.file [href*='.theme']:before,
.file [href*='.module']:before,
.file [href*='.config']:before,
.file [href*='.install']:before,
.file [href*='.yml']:before,
.file [href*='.json']:before,
.file [href*='.sh']:before {
  content: "";
}

.file--text a:before,
.file--text-plain a:before {
  content: "";
}

.file--application-pdf a:before {
  content: "";
}

.file--audio a:before, .file--audio-mpeg a:before {
  content: "";
}

.file--video a:before, .file--video-mp4 a:before {
  content: "";
}

.file--image a:before, .file--image-jpeg a:before {
  content: "";
}

.form-managed-file .file {
  background-image: none;
  padding-left: 0;
}

/**
 * Field Language Display
 ============================================================================ */
[id*="field-language-display"] {
  margin-bottom: 1rem;
}

[id*="field-language-display"] .form-item {
  margin: 0;
}
/*# sourceMappingURL=field.css.map */