  @charset "UTF-8";
/**
 * @file
 * Visual styles for nodes.
 */
.node--unpublished {
  background-color: #fff4f4;
}

.node .field--name-field-body ul, .node .field--name-field-body ol, .node .field--name-field-body dl, .node .field--name-field-description ul, .node .field--name-field-description ol, .node .field--name-field-description dl, .node p {
  font-size: 1.125rem;
  line-height: 1.5;
}

.node p {
  margin: 1.25rem 0 1.3em;
}

.node .clearfix p:last-child {
  margin-bottom: 0;
}

[class*=block-views-block-content-meta-block] {
  font-size: 1.125rem;
  line-height: 1.35;
}

[class*=block-views-block-content-meta-block] a {
  text-decoration: none;
}

[class*=block-views-block-content-meta-block] a, [class*=block-views-block-content-meta-block] a:link, [class*=block-views-block-content-meta-block] a:visited {
  color: #444;
}

[class*=block-views-block-content-meta-block] a:hover {
  color: #4c812e;
  text-decoration: underline;
}

.block-views-block-content-meta-block-byline .author, .block-views-block-content-meta-block-byline .location {
  display: inline-block;
}

.block-views-block-content-meta-block-byline .author .item-list, .block-views-block-content-meta-block-byline .author .item-list li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-views-block-content-meta-block-byline .author .item-list li ~ li::before {
  content: ", ";
}

.block-views-block-content-meta-block-byline .author .item-list li ~ li:last-child::before {
  content: " & ";
}

.block-views-block-content-meta-block-byline .author a {
  font-weight: 800;
}

.node--view-mode-full .field-block.field-topics-term, .node--view-mode-full .field-block.field-tags, .node--view-mode-full .field-block.field-country-term, .node--view-mode-full .field-block.field-people-term {
  display: inline;
}

.node--view-mode-full .field-block.field-topics-term .field__items, .node--view-mode-full .field-block.field-tags .field__items, .node--view-mode-full .field-block.field-country-term .field__items, .node--view-mode-full .field-block.field-people-term .field__items {
  display: inline;
  margin: 0;
  padding: 0;
}

.node--view-mode-full .field-block.field-topics-term .field__item, .node--view-mode-full .field-block.field-tags .field__item, .node--view-mode-full .field-block.field-country-term .field__item, .node--view-mode-full .field-block.field-people-term .field__item {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.node--view-mode-full .field-block.field-topics-term a, .node--view-mode-full .field-block.field-tags a, .node--view-mode-full .field-block.field-country-term a, .node--view-mode-full .field-block.field-people-term a {
  border-color: #ccc;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin: 0;
  padding: 2px 8px;
  text-decoration: none;
}

.node--view-mode-full .field--name-field-topics-term a {
  background: #e7eaf6;
  color: #224c83;
}

.node--view-mode-full .field--name-field-topics-term a:hover {
  background-color: #224c83;
  color: white;
}

.node--view-mode-full .field--name-field-tags a {
  background: #ebf4dc;
  color: #4c812e;
}

.node--view-mode-full .field--name-field-tags a:hover {
  background-color: #4c812e;
  color: white;
}

.node--view-mode-full .field--name-field-country-term a {
  background: #ebdcf4;
  color: #4c2e81;
}

.node--view-mode-full .field--name-field-country-term a:hover {
  background-color: #4c2e81;
  color: white;
}

.node--view-mode-full .field--name-field-people-term a {
  background: #eee5e6;
  color: #8e1618;
}

.node--view-mode-full .field--name-field-people-term a:hover {
  background-color: #8e1618;
  color: white;
}

@supports (display: contents) {
  .node--view-mode-full .layout.category .layout__region--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .node--view-mode-full .layout.category .layout__region--content .field-block, .node--view-mode-full .layout.category .layout__region--content .field-block > ul {
    display: contents;
  }
}
.extra-field-block.addtoany {
  display: block;
  margin: 20px 0;
  height: 30px;
}

.field--name-field-related-content {
  border: 1px solid #ccc;
  -webkit-box-shadow: 3px 3px 0 0 #ccc;
          box-shadow: 3px 3px 0 0 #ccc;
  padding: 10px;
  margin-bottom: 1.5em;
}

@media (min-width: 641px) {
  .field--name-field-related-content {
    float: right;
    max-width: calc(50% + 30px);
    margin-left: 25px;
    padding: 14px;
  }
}
.field--name-field-related-content .field__label {
  font-family: "Nunito Sans", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 10px;
}

.field--name-field-related-content .field__item {
  margin: 8px 0;
  line-height: 1.25rem;
}

.field--name-field-related-content .field__item:last-child {
  margin-bottom: 0;
}

.field--name-field-related-content .field__item a {
  line-height: 1rem;
  text-decoration: none;
}

/* This looks like unused legacy *

.field-name-field-related-content {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  border-top: 1px solid c.$midgrey;
  border-bottom: 1px solid c.$midgrey;
  .field-label {
    background-color: c.$lightgrey;
    padding: 10px 10px 0;
    margin-top: 10px;
  }
  .field-items {
    background-color: c.$lightgrey;
    padding: 0 10px 10px;
    margin-bottom: 10px;
  }
}
*/
.node--type-photo-essay .field--type-entity-reference-revisions {
  border: none;
}
.node--type-photo-essay .field--type-entity-reference-revisions .field__item {
  margin-bottom: 0;
}
.node--type-photo-essay .field--type-entity-reference-revisions .paragraph {
  border: none;
  padding: 0;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .node--type-photo-essay .field--type-entity-reference-revisions .paragraph {
    margin: 0 -15px 30px;
  }
}
@media (max-width: 768px) {
  .node--type-photo-essay .field--type-entity-reference-revisions .field--name-field-description {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.node--type-photo-essay .field--type-entity-reference-revisions p:last-child {
  margin-bottom: 0;
}

.node--type-event .block > h2 {
  text-transform: none;
}
.node--type-event .field-block {
  font-size: 1.125rem;
}
.node--type-event .field--name-field-author-term .field__label, .node--type-event .field--name-field-author-term .field__items, .node--type-event .field--name-field-author-term .field__item {
  display: inline;
  padding: 0;
  margin: 0;
}
.node--type-event .field--name-field-author-term .field__item + .field__item::before {
  content: ", ";
}
.node--type-event .field--name-field-author-term .field__item + .field__item:last-child::before {
  content: " & ";
}
.node--type-event .field--name-field-author-term .field__label {
  font-weight: unset;
}
.node--type-event .field--name-field-author-term a:link {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.node--type-event .field--name-field-author-term a:hover, .node--type-event .field--name-field-author-term a:focus {
  color: #4c812e;
  text-decoration: underline;
}
.node--type-event .block-views-block-content-meta-block-contact-details ul, .node--type-event .block-views-block-content-meta-block-contact-details ol {
  margin-left: 0;
  padding-left: 0;
}
.node--type-event .block-views-block-content-meta-block-contact-details li {
  list-style: none;
  margin: 0;
}
.node--type-event .block-views-block-content-meta-block-contact-details a:link {
  color: #4c812e;
  text-decoration: underline;
}

.node--type-article .field-block.field-image {
  margin: 0 -15px;
}
@media (min-width: 769px) {
  .node--type-article .field-block.field-image {
    width: 50%;
    float: left;
    margin: 0 20px 0 0;
  }
}
.node--type-article .field-block.field-image figcaption {
  margin-bottom: 20px;
}
.node--type-article .field-block.field-author-term {
  font-weight: 600;
}

.node--view-mode-teaser {
  position: relative;
}

.node--view-mode-teaser .field.title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.node--view-mode-teaser .layout__region--content {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 10px 20px;
  max-width: 100%;
  container: article-card/normal;
  position: relative;
}

.node--view-mode-teaser .field.title {
  font-family: "Oswald", Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

.node--view-mode-teaser .field.title a:link, .node--view-mode-teaser .field.title a:visited {
  text-decoration: none;
  color: inherit;
}

.node--view-mode-teaser .field.title a:hover {
  color: #4c812e;
  text-decoration: underline;
}

.view-display-id-page_featured .node--view-mode-teaser .field.title {
  line-height: 1.2;
}

.node--view-mode-teaser img {
  width: 100%;
}

@media (max-width: 640px) {
  .mobile-onecol .node--view-mode-teaser .layout__region--content {
    grid-template-columns: 2fr 3fr;
  }
  .node--view-mode-teaser .field.title {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  .layout-content .view:not(.desktop-fourcol) .node--view-mode-teaser .layout__region--content {
    display: grid;
    grid-template: 1fr/1fr;
    gap: 0;
  }
  .layout-content .view:not(.desktop-fourcol) .node--view-mode-teaser .layout__region--content > :first-child {
    grid-row: 1/3;
    grid-column: 1/-1;
  }
  .layout-content .view:not(.desktop-fourcol) .node--view-mode-teaser .layout__region--content > :first-child::after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: linear-gradient(to bottom, transparent, black);
  }
  .layout-content .view:not(.desktop-fourcol) .node--view-mode-teaser .layout__region--content > :last-child {
    grid-row: 2;
    grid-column: 1/-1;
    z-index: 1;
  }
  .layout-content .view:not(.desktop-fourcol) .node--view-mode-teaser .layout__region--content > :last-child {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: linear-gradient(to bottom, transparent, black);
    text-shadow: 0 -4px 16px black, 0 0 4px black;
    line-height: 1.2;
  }
  .layout-content .view:not(.desktop-fourcol) .node--view-mode-teaser .field.title {
    color: white;
    padding: 20px;
  }
  .layout-content .view:not(.desktop-fourcol) .node--view-mode-teaser .field.title a {
    color: inherit;
  }
  .layout-content .view .node--view-mode-featured {
    position: relative;
  }
  .layout-content .view .node--view-mode-featured .layout__region--content {
    display: grid;
    grid-template: 1fr/1fr;
    gap: 0;
  }
  .layout-content .view .node--view-mode-featured .layout__region--content > :first-child {
    grid-row: 1/3;
    grid-column: 1/-1;
  }
  .layout-content .view .node--view-mode-featured .layout__region--content > :last-child {
    grid-row: 2;
    grid-column: 1/-1;
    z-index: 1;
  }
  .layout-content .view .node--view-mode-featured .field-block.title a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .layout-content .view .node--view-mode-featured .field.title {
    color: var(--title-color, inherit);
    background: var(--title-background, rgba(240, 240, 240, 0.9));
    padding: 15px;
    font-size: 2rem;
  }
}
.node--type-issue.node--view-mode-teaser {
  background: #f0f0f0;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12);
}

.node--type-issue.node--view-mode-teaser .layout__region--content {
  position: relative;
  gap: 0;
}

.node--type-issue.node--view-mode-teaser .block {
  margin: 0;
}

.node--type-issue.node--view-mode-teaser .block-field-block-node-issue-title {
  background: white;
  text-align: center;
}

.node--type-issue.node--view-mode-teaser .block-field-block-node-issue-title h2 {
  font-weight: unset;
  font-size: 1rem;
  margin: 0;
}

.node--type-issue.node--view-mode-teaser .block-field-block-node-issue-title a:link, .node--type-issue.node--view-mode-teaser .block-field-block-node-issue-title a:visited {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 8px;
}

.node--type-issue.node--view-mode-teaser .block-field-block-node-issue-title a:hover {
  color: #4c812e;
  text-decoration: underline;
}

.node--type-issue.node--view-mode-teaser .block-field-block-node-issue-title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.node--type-issue.node--view-mode-teaser .block-field-block-node-issue-field-front-cover {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
}

.node--type-issue.node--view-mode-teaser .block-field-block-node-issue-field-front-cover img {
  width: unset;
  height: auto;
  max-width: 90%;
  border: 1px solid #ccc;
}

.node--view-mode-teaser.node--type-endorsement .layout__region--content {
  display: block;
}

.node--view-mode-teaser.node--type-endorsement .layout {
  padding: 8px 10px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid white;
}

.node--view-mode-teaser.node--type-endorsement .layout:nth-child(1 of .layout) {
  border-top-left-radius: 3px;
  border-top-right: 3px;
}

.node--view-mode-teaser.node--type-endorsement .layout:nth-last-child(1 of .layout) {
  border-bottom: none;
}

.node--view-mode-teaser.node--type-endorsement .block.field-image {
  float: left;
  width: 30%;
  margin: 4px 10px 0 0;
}

.node--view-mode-teaser.node--type-endorsement .block.field-image img {
  border-radius: 6%;
  -webkit-box-shadow: 0 0 6px #ccc;
          box-shadow: 0 0 6px #ccc;
  max-height: 3.1lh;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.node--view-mode-teaser.node--type-endorsement .block.title, .node--view-mode-teaser.node--type-endorsement .block.field-position {
  display: inline;
}

.node--view-mode-teaser.node--type-endorsement p {
  font-size: 1rem;
  line-height: 1.3;
  margin: 10px 0;
}

.node--view-mode-teaser.node--type-endorsement p:first-child {
  margin-top: 0;
}

.node--view-mode-teaser.node--type-endorsement p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .node--view-mode-featured .field-block:is(.field-wider-image, .field-image) {
    margin: 0 -15px;
  }
}
.node--view-mode-featured .field.title {
  font-size: 1.5rem;
  padding: 20px 0 0;
  line-height: 1.2;
  font-weight: 400;
}

.node--view-mode-featured .field.title a {
  color: inherit;
  text-decoration: none;
}

.node--view-mode-featured .field.title a:hover, .node--view-mode-featured .field.title a:active {
  color: #4c812e;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .node--view-mode-featured .field.title {
    padding: 15px 0 0;
  }
}
.node--view-mode-section-teaser {
  position: relative;
  position: relative;
}

.node--view-mode-section-teaser .field-block.title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.node--view-mode-section-teaser .field.title {
  font-family: "Oswald", Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  font-weight: bold;
  margin: 0 0 calc(1em / 1.5);
}

.node--view-mode-section-teaser .field.title a:link, .node--view-mode-section-teaser .field.title a:visited {
  text-decoration: none;
  color: inherit;
}

.node--view-mode-section-teaser .field.title a:hover {
  color: #4c812e;
  text-decoration: underline;
}

.node--view-mode-section-teaser .field-block.title ~ .field-block {
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .node--view-mode-section-teaser [class*=-field-summary], .node--view-mode-section-teaser .block-views-block-content-meta-block-summary {
    display: none;
  }
}
@media (max-width: 480px) {
  .node--view-mode-section-teaser .field.title {
    font-size: 1rem;
  }
}
.node--view-mode-section-teaser .field-block.field-city {
  display: inline;
}

.node--view-mode-section-teaser .field-block.field-city .field__items {
  display: inline;
  margin: 0;
  padding: 0;
}

.node--view-mode-section-teaser .field-block.field-city .field__item {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.node--view-mode-section-teaser .field-block.field-city .field__item {
  border-color: #ccc;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin: 0;
  padding: 2px 8px;
  text-decoration: none;
  font-size: unset;
  border: 1px solid #91b74b;
  color: #4c812e;
}

@media (max-width: 480px) {
  .node--view-mode-section-teaser .field-block.field-city .field__item {
    padding: 4px;
    line-height: 1;
    font-size: 0.75em;
  }
}

/*# sourceMappingURL=node.css.map */