<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Events
----------------------------------------------- */
.type-event .view-mode-full .field:not(:last-child) {
	margin: 0 0 0.5rem;
}

.type-event .field-label {
	color: #002654;
	font-weight: 700;
}

.type-event .field-label {
	font-size: .9375rem;
	letter-spacing: .1em;
}


/* View */
.view-id-events.current-display-page {
	margin-left: -1rem;
	margin-right: -1rem;
}

.view-id-events.current_display-page .views-row {
	border-bottom: 1px solid #ccc;
	margin: .5rem 0 .5rem;
	padding: .5rem 0 1.3125rem;
}

.view-id-events.current_display-page .views-row:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.view-id-events .type-event &gt; .cell:first-child {
	padding-left: 0;
	padding-right: 0;
}

/* Page */
.type-event.full {
	margin-left: -1rem;
    margin-right: -1rem;
}


.type-event.full .body {
	padding-top: .875rem;
}


/* teaser */
#region-content .view:not(.current-display-page) .type-event.teaser,
#content-bottom .block:not(.display-content-right) .type-event.teaser {
	display: block;
	padding-right: 1rem;
    padding-left: 1rem;
}

#region-content .view:not(.current-display-page) .type-event.teaser .cell,
#content-bottom .block:not(.display-content-right) .type-event.teaser &gt; .cell {
	min-width: 100%;
	padding-left: 0;
	padding-right: 0;
}


/* block in sidebar */

.sidebar .type-article.teaser .body {
	padding-top: 0;
}
</pre></body></html>