/*Tooltip*/

.tt::after {
    content: "?";
    font-size: 13px;
    vertical-align: top;
    text-decoration:none;
    margin-left:3px;
}

.content-type--projects .page-layout__content-section {
    padding-bottom: 24px;
}

.content-type--projects .block-region-content {
    margin-top: 2rem;
}

.content-type--projects .field--name-field-image-with-caption {
    margin-top: 2rem;
}

.content-type--projects .field--name-field-media-image img {
    width: 100%;
}

.block-entity-fieldnodefield-research-location .field--name-field-location-name {
  margin-bottom: 10px;
}

.au-body .participants-heading {
    margin-bottom: 1.5rem;
}

.paragraph--type--research-location.paragraph--view-mode--teaser .paragraph-content {
    padding-top: 0;
}

.paragraph--type--research-location.paragraph--view-mode--teaser .field--name-field-location-name {
    margin-top: 0.5rem;
}

.block-region-sidebar .block-entity-fieldnodefield-research-location h2 {
    margin-top: 1.5rem;
}

.field--name-field-image-caption {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    max-width: 600px;
}


.au-body * + .gm-bundled-control button img {
    margin-top: 0;

}