strong {
  font-family: var(--wp--preset--font-family--museo-bold); }

.introduction p {
  font-size: var(--wp--preset--font-size--medium); }

.small-quote {
  padding: 0;
  margin: 32px 0; }
  .small-quote p {
    position: relative;
    font-weight: 900;
    color: var(--wp--preset--color--primary);
    max-width: 90%;
    padding: 0 0 0 16px;
    font-size: 1.1rem;
    line-height: 1.5; }
    .small-quote p:before {
      content: '';
      display: block;
      width: 2px;
      position: absolute;
      top: 12px;
      left: 0;
      height: calc(100% - 20px);
      background: var(--wp--preset--color--primary); }

.grey-block {
  background: #eee;
  padding: 1.5rem;
  width: 90%; }

.has-display-table {
  display: table; }

@media only screen and (max-width: 599px) {
  .is-hidden-in-mobile {
    display: none !important; } }

.is-visible-in-mobile {
  display: none; }
  @media only screen and (max-width: 599px) {
    .is-visible-in-mobile {
      display: block !important; } }

.wp-block-site-logo img {
  top: 2.5rem; }
  @media only screen and (max-width: 599px) {
    .wp-block-site-logo img {
      top: 4rem;
      width: 96px; } }

blockquote:not(.small-quote) p {
  color: var(--wp--preset--color--primary); }

blockquote:not(.small-quote) p:before {
  background-image: url(../img/left-quote.svg); }

blockquote:not(.small-quote) p:after {
  background-image: url(../img/right-quote.svg); }

.page-id-56 .entry-content .card-publication .card-downloads {
  display: none; }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: white;
  visibility: hidden;
  z-index: -1;
  height: 100vh;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.3s; }
  .overlay.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s;
    z-index: 999; }
  .overlay .overlay-wrapper {
    margin: 0 auto;
    max-width: 800px;
    padding: 64px 0; }
  .overlay .layover-title {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--wp--preset--color--primary); }
  .overlay a {
    color: var(--wp--preset--color--primary); }
  .overlay .close-button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--wp--preset--color--primary);
    color: white;
    font-size: 16px;
    padding: 36px 20px;
    cursor: pointer; }
    .overlay .close-button span {
      bottom: -24px;
      left: 2px;
      position: relative; }
    .overlay .close-button:before, .overlay .close-button:after {
      background-color: white;
      content: '';
      position: absolute;
      height: 2px;
      width: 50%;
      top: 38%;
      left: 23px;
      margin-top: -1px;
      transform: rotate(45deg); }
      @media only screen and (max-width: 599px) {
        .overlay .close-button:before, .overlay .close-button:after {
          top: 45%;
          left: 28px; } }
    .overlay .close-button:after {
      transform: rotate(-45deg); }
  .overlay .image img {
    max-width: 100%; }

.aws-site-header {
  height: auto; }

.child-page-list {
  max-width: var(--wp--style--global--wide-size) !important; }

.card-default .card-image {
  height: 256px; }
  .card-default .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
.card-default .card-content {
  padding: 1rem;
  min-height: 96px; }
  .card-default .card-content .card-country {
    font-family: var(--wp--preset--font-family--museo-bold);
    text-transform: uppercase; }
  .card-default .card-content .card-meta {
    font-size: 0.8rem; }
.card-default h2.card-title {
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0; }

.card-ruaf-overlay .card-content {
  min-height: 96px; }
.card-ruaf-overlay .card-image {
  height: 256px; }
  .card-ruaf-overlay .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
.card-ruaf-overlay .card-meta {
  display: none; }
.card-ruaf-overlay .card-title {
  font-size: 1.25rem;
  padding: 1rem;
  line-height: 1.5;
  margin-top: 0; }
  @media only screen and (max-width: 599px) {
    .card-ruaf-overlay .card-title {
      font-size: 1.25rem;
      max-width: 200px;
      line-height: 1.7; } }
  .card-ruaf-overlay .card-title span {
    background-color: var(--wp--preset--color--primary);
    color: #fff;
    display: inline;
    padding: 0.25rem;
    /* Needs prefixing */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; }

.card-overlay .card-image:after {
  background: none; }

.card-downloads .card-more-info-button {
  display: none; }

.single-partner .wp-block-post-date,
.single-service .wp-block-post-date {
  display: none; }

#ruaf-map-view {
  max-height: 500px;
  margin-top: 67px; }

#ruaf-map-filters {
  background-color: black;
  padding: 8px 0;
  width: 100%; }
  #ruaf-map-filters img {
    width: 20px;
    position: relative;
    top: 2px; }
  #ruaf-map-filters ul {
    max-width: 1280px;
    margin: 0 auto;
    margin-block-start: 0em;
    padding-inline-start: 0px; }
    #ruaf-map-filters ul li {
      display: inline-block;
      margin-right: 16px; }
      #ruaf-map-filters ul li span {
        color: white;
        font-size: 14px; }

#ruaf-map-list {
  max-height: 500px;
  overflow-y: auto;
  padding-top: 16px; }
  #ruaf-map-list table {
    table-layout: fixed;
    max-width: 1260px;
    display: block;
    margin: 0 auto;
    border-spacing: 0; }
    #ruaf-map-list table th {
      text-align: left;
      font-family: var(--wp--preset--font-family--museo-medium);
      font-size: 1rem; }
    #ruaf-map-list table tr {
      border: none;
      display: inline-block;
      width: 100%; }
    #ruaf-map-list table td {
      min-width: 250px;
      font-size: 1rem; }
    #ruaf-map-list table .show {
      display: inline-block; }
    #ruaf-map-list table .hide {
      display: none; }
    #ruaf-map-list table .show.odd {
      background-color: hite; }
    #ruaf-map-list table .show.even {
      background-color: #e6e6e6; }
    #ruaf-map-list table .js-mark-point:not(.show):nth-child(even) {
      background-color: #e6e6e6; }

.ruaf-tooltip {
  min-width: 300px; }
  .ruaf-tooltip .js-tooltip-close {
    position: absolute;
    right: 12px;
    font-size: 20px; }
  .ruaf-tooltip .footer {
    display: none; }

#ruaf-current-filters {
  background-color: #222222; }
  #ruaf-current-filters ul {
    max-width: 1280px;
    margin: 0 auto;
    margin-block-start: 0em;
    padding-inline-start: 0px; }
    #ruaf-current-filters ul li {
      display: inline-block;
      margin-right: 16px;
      padding: 4px 8px;
      margin: 4px 4px 4px 0;
      border-radius: 4px;
      background-color: #444444; }
      #ruaf-current-filters ul li span.filter-remove {
        background-color: #999999;
        border-radius: 50%;
        width: 15px;
        display: inline-block;
        text-align: center;
        height: 15px;
        line-height: 15px;
        cursor: pointer;
        margin-right: 4px; }
      #ruaf-current-filters ul li span.filter-text {
        color: white;
        font-size: 14px; }
    #ruaf-current-filters ul li[data-active-filters="found"] {
      display: none; }
    #ruaf-current-filters ul li[data-active-filters="found"].visible {
      display: inline-block; }

/*# sourceMappingURL=child-theme.css.map */
