@charset "UTF-8";
/*!
Theme Name: columbarium
Theme URI: http://underscores.me/
Author: Niek de Greef
Author URI: http://niekdegreef.com
Description: afridig project for University of Cape Town
Version: 1.1.0
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: columbarium
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

columbarium is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/** Usage:
@include breakpoint(tablet) {}
@include breakpoint(min-width, 1192px) {}
@include between-breakpoints(0, 1024px) {}
**/
blockquote {
	padding-left: 0.618em;
	color: #918F8F;
	font-style: italic;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------  
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #484848;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
}

body {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-size: 1.1em;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	clear: both;
}

h2 {
	font-weight: 200;
}

.white {
	color: white;
}

h1.entry-title {
	padding: 0.618em;
	margin-top: 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 .5em;
	font-size: .85em;
}

blockquote p {
	margin: .5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

a {
	color: #589CF8;
}

a:visited {
	color: #589CF8;
}

a:hover, a:focus, a:active {
	color: #9BAFB5;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

/* Elements
--------------------------------------------- */
body {
	background: #FFFFFF;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
	text-align: center;
}

.home h1 {
	text-align: center;
}

.home .curations {
	margin: 0 auto;
	margin-top: 4.854em;
	margin-bottom: 3.236em;
	text-align: center;
}

.home .curations a h2 {
	color: #696969;
}

.home .curations a h3 {
	color: #f37146;
	font-size: .75em;
}

.home .curations ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home .curations ul li {
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Blocks
--------------------------------------------- */
/* Blocks */
.alignfull {
	clear: both;
}

@media only screen and (min-width: 482px) {
	.alignfull,
	.full-max-width {
		max-width: 100%;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

/* 
.post-thumbnail,
.entry-content-blocks .wp-audio-shortcode,
.entry-content-blocks
> *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*='inner-container']
> *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
	margin-left: auto;
	margin-right: auto;
}
*/
.entry {
	margin-top: calc(6 * 1rem);
}

.entry:first-of-type {
	margin-top: 0;
}

/* !Block styles 
.entry .entry-content-blocks > *,
.entry .entry-summary > *,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *,
.entry .entry-content-blocks > .wp-block-group > .wp-block-group__inner-container > * {
	margin: 0;
	max-width: 100%;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks > *,
	.entry .entry-summary > *,
	.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *,
	.entry .entry-content-blocks > .wp-block-group > .wp-block-group__inner-container > * {
		max-width: calc(8 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 1168px) {
	.entry .entry-content-blocks > *,
	.entry .entry-summary > *,
	.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *,
	.entry .entry-content-blocks > .wp-block-group > .wp-block-group__inner-container > * {
		max-width: calc(6 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks > *,
	.entry .entry-summary > *,
	.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *,
	.entry .entry-content-blocks > .wp-block-group > .wp-block-group__inner-container > * {
		margin: 0px 0;
	}
}
*/

.entry .entry-content-blocks > *.alignwide,
.entry .entry-summary > *.alignwide,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignwide,
.entry .entry-content-blocks > .wp-block-group > .wp-block-group__inner-container > *.alignwide {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks > *.alignwide,
	.entry .entry-summary > *.alignwide,
	.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignwide,
	.entry .entry-content-blocks > .wp-block-group > .wp-block-group__inner-container > *.alignwide {
		width: 100%;
		max-width: 100%;
	}
}

.entry .entry-content-blocks > *.alignfull,
.entry .entry-summary > *.alignfull,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignfull,
.entry .entry-content-blocks > .wp-block-group > .wp-block-group__inner-container > *.alignfull {
	position: relative;
	left: -1rem;
	width: calc(100% + (2 * 1rem));
	max-width: calc(100% + (2 * 1rem));
	clear: both;
}



.entry .entry-content-blocks > *.alignleft,
.entry .entry-summary > *.alignleft,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignleft,
.entry .entry-content-blocks > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
	/*rtl:ignore*/
	float: left;
	max-width: calc(5 * (100vw / 12));
	margin-top: 0;
	margin-left: 0;
	/*rtl:ignore*/
	margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks > *.alignleft,
	.entry .entry-summary > *.alignleft,
	.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignleft,
	.entry .entry-content-blocks > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
		max-width: calc(4 * (100vw / 12));
		/*rtl:ignore*/
		margin-right: calc(2 * 1rem);
	}
}

.entry .entry-content-blocks > *.alignright,
.entry .entry-summary > *.alignright,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignright,
.entry .entry-content-blocks > .wp-block-group > .wp-block-group__inner-container > *.alignright {
	/*rtl:ignore*/
	float: right;
	max-width: calc(5 * (100vw / 12));
	margin-top: 0;
	margin-right: 0;
	/*rtl:ignore*/
	margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks > *.alignright,
	.entry .entry-summary > *.alignright,
	.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignright,
	.entry .entry-content-blocks > .wp-block-group > .wp-block-group__inner-container > *.alignright {
		max-width: calc(4 * (100vw / 12));
		margin-right: 0;
		/*rtl:ignore*/
		margin-left: calc(2 * 1rem);
	}
}

.entry .entry-content-blocks > *.aligncenter,
.entry .entry-summary > *.aligncenter,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.aligncenter,
.entry .entry-content-blocks > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks > *.aligncenter,
	.entry .entry-summary > *.aligncenter,
	.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.aligncenter,
	.entry
.entry-content-blocks
> .wp-block-group
> .wp-block-group__inner-container
> *.aligncenter {
		max-width: calc(8 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 1168px) {
	.entry .entry-content-blocks > *.aligncenter,
	.entry .entry-summary > *.aligncenter,
	.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.aligncenter,
	.entry
.entry-content-blocks
> .wp-block-group
> .wp-block-group__inner-container
> *.aligncenter {
		max-width: calc(6 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks > *.aligncenter,
	.entry .entry-summary > *.aligncenter,
	.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.aligncenter,
	.entry
.entry-content-blocks
> .wp-block-group
> .wp-block-group__inner-container
> *.aligncenter {
		margin-left: 0;
		margin-right: 0;
	}
}

.entry .entry-content-blocks > * > *:first-child,
.entry .entry-summary > * > *:first-child {
	margin-top: 0;
}

.entry .entry-content-blocks > * > *:last-child,
.entry .entry-summary > * > *:last-child {
	margin-bottom: 0;
}

/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
.entry .entry-content-blocks .entry-content-blocks,
.entry .entry-content-blocks .entry-summary,
.entry .entry-content-blocks .entry,
.entry .entry-summary .entry-content-blocks,
.entry .entry-summary .entry-summary,
.entry .entry-summary .entry {
	margin: inherit;
	max-width: inherit;
	padding: inherit;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .entry-content-blocks,
	.entry .entry-content-blocks .entry-summary,
	.entry .entry-content-blocks .entry,
	.entry .entry-summary .entry-content-blocks,
	.entry .entry-summary .entry-summary,
	.entry .entry-summary .entry {
		margin: inherit;
		max-width: inherit;
		padding: inherit;
	}
}

.entry .entry-content-blocks p.has-background {
	padding: 20px 30px;
}

.entry .entry-content-blocks .wp-block-audio {
	width: 100%;
}

.entry .entry-content-blocks .wp-block-audio audio {
	width: 100%;
}

.entry .entry-content-blocks .wp-block-audio.alignleft audio,
.entry .entry-content-blocks .wp-block-audio.alignright audio {
	max-width: 198px;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-audio.alignleft audio,
	.entry .entry-content-blocks .wp-block-audio.alignright audio {
		max-width: 384px;
	}
}

@media only screen and (min-width: 1379px) {
	.entry .entry-content-blocks .wp-block-audio.alignleft audio,
	.entry .entry-content-blocks .wp-block-audio.alignright audio {
		max-width: 385.44px;
	}
}

.entry .entry-content-blocks .wp-block-video video {
	width: 100%;
}

.entry .entry-content-blocks .wp-block-button .wp-block-button__link {
	transition: background 150ms ease-in-out;
	border: none;
	font-size: 0.88889em;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	line-height: 1.2;
	box-sizing: border-box;
	font-weight: bold;
	text-decoration: none;
	padding: 0.76rem 1rem;
	outline: none;
	outline: none;
}

.entry .entry-content-blocks .wp-block-button .wp-block-button__link:not(.has-background) {
	background-color: #0073aa;
}

.entry .entry-content-blocks .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: white;
}

.entry .entry-content-blocks .wp-block-button .wp-block-button__link:hover {
	color: white;
	background: #111;
	cursor: pointer;
}

.entry .entry-content-blocks .wp-block-button .wp-block-button__link:focus {
	color: white;
	background: #111;
	outline: thin dotted;
	outline-offset: -4px;
}

.entry .entry-content-blocks .wp-block-button:not(.is-style-squared) .wp-block-button__link {
	border-radius: 5px;
}

.entry .entry-content-blocks .wp-block-button.is-style-outline .wp-block-button__link,
.entry .entry-content-blocks .wp-block-button.is-style-outline .wp-block-button__link:focus,
.entry .entry-content-blocks .wp-block-button.is-style-outline .wp-block-button__link:active {
	transition: all 150ms ease-in-out;
	border-width: 2px;
	border-style: solid;
}

.entry
.entry-content-blocks
.wp-block-button.is-style-outline
.wp-block-button__link:not(.has-background),
.entry
.entry-content-blocks
.wp-block-button.is-style-outline
.wp-block-button__link:focus:not(.has-background),
.entry
.entry-content-blocks
.wp-block-button.is-style-outline
.wp-block-button__link:active:not(.has-background) {
	background: transparent;
}

.entry
.entry-content-blocks
.wp-block-button.is-style-outline
.wp-block-button__link:not(.has-text-color),
.entry
.entry-content-blocks
.wp-block-button.is-style-outline
.wp-block-button__link:focus:not(.has-text-color),
.entry
.entry-content-blocks
.wp-block-button.is-style-outline
.wp-block-button__link:active:not(.has-text-color) {
	color: #0073aa;
	border-color: currentColor;
}

.entry .entry-content-blocks .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: white;
	border-color: #111;
}

.entry
.entry-content-blocks
.wp-block-button.is-style-outline
.wp-block-button__link:hover:not(.has-background) {
	color: #111;
}

.entry .entry-content-blocks .wp-block-archives,
.entry .entry-content-blocks .wp-block-categories,
.entry .entry-content-blocks .wp-block-latest-posts {
	padding: 0;
	list-style: none;
}

.entry .entry-content-blocks .wp-block-archives li > a,
.entry .entry-content-blocks .wp-block-categories li > a,
.entry .entry-content-blocks .wp-block-latest-posts li > a {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-size: calc(22px * 1.125);
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}

.entry .entry-content-blocks .wp-block-archives.aligncenter,
.entry .entry-content-blocks .wp-block-categories.aligncenter {
	text-align: center;
}

.entry .entry-content-blocks .wp-block-categories ul {
	padding-top: 0.75rem;
}

.entry .entry-content-blocks .wp-block-categories li ul {
	list-style: none;
	padding-left: 0;
}

.entry .entry-content-blocks .wp-block-categories ul {
	counter-reset: submenu;
}

.entry .entry-content-blocks .wp-block-categories ul > li > a::before {
	font-family: 'NonBreakingSpaceOverride', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-weight: normal;
	content: "– " counters(submenu, "– ", none);
	counter-increment: submenu;
}

.entry .entry-content-blocks .wp-block-latest-posts .wp-block-latest-posts__post-date {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-size: 0.71111em;
	color: #767676;
	line-height: 1.2;
}

.entry .entry-content-blocks .wp-block-latest-posts .wp-block-latest-posts__post-full-content,
.entry .entry-content-blocks .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.entry .entry-content-blocks .wp-block-latest-posts li {
	padding-bottom: 0.5rem;
}

.entry .entry-content-blocks .wp-block-latest-posts li.menu-item-has-children,
.entry .entry-content-blocks .wp-block-latest-posts li:last-child {
	padding-bottom: 0;
}

.entry
.entry-content-blocks
.wp-block-latest-posts
li
:not(:last-child)
.wp-block-latest-posts__post-excerpt {
	padding-bottom: 0.5rem;
}

.entry .entry-content-blocks .wp-block-latest-posts.is-grid li {
	border-top: 2px solid #ccc;
	padding-top: 1rem;
	margin-bottom: 2rem;
}

.entry .entry-content-blocks .wp-block-latest-posts.is-grid li a:after {
	content: '';
}

.entry .entry-content-blocks .wp-block-latest-posts.is-grid li:last-child {
	margin-bottom: auto;
}

.entry .entry-content-blocks .wp-block-latest-posts.is-grid li:last-child a:after {
	content: '';
}

.entry .entry-content-blocks .wp-block-preformatted {
	font-size: 0.71111em;
	line-height: 1.8;
	padding: 1rem;
}

.entry .entry-content-blocks .wp-block-verse {
	font-family: 'NonBreakingSpaceOverride', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-size: 22px;
	line-height: 1.8;
}

.entry .entry-content-blocks .has-drop-cap:not(:focus):first-letter {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-size: 3.375em;
	line-height: 1;
	font-weight: bold;
	margin: 0 0.25em 0 0;
}

@-moz-document url-prefix() {
	.entry .entry-content-blocks .has-drop-cap:not(:focus):first-letter {
		margin-top: 0.2em;
	}
}

.entry .entry-content-blocks .wp-block-pullquote {
	border-color: transparent;
	border-width: 2px;
	padding: 1rem;
}

.entry .entry-content-blocks .wp-block-pullquote blockquote {
	color: #111;
	border: none;
	margin-top: calc(4 * 1rem);
	margin-bottom: calc(4.33 * 1rem);
	margin-right: 0;
	padding-left: 0;
}

.entry .entry-content-blocks .wp-block-pullquote p {
	font-size: 1.6875em;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.entry .entry-content-blocks .wp-block-pullquote p em {
	font-style: normal;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-pullquote p {
		font-size: 2.25em;
	}
}

.entry .entry-content-blocks .wp-block-pullquote cite {
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	line-height: 1.6;
	text-transform: none;
	color: #767676;
	/*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
	font-size: 1em;
}

.entry .entry-content-blocks .wp-block-pullquote.alignleft,
.entry .entry-content-blocks .wp-block-pullquote.alignright {
	width: 100%;
	padding: 0;
}

.entry .entry-content-blocks .wp-block-pullquote.alignleft blockquote,
.entry .entry-content-blocks .wp-block-pullquote.alignright blockquote {
	margin: 1rem 0;
	padding: 0;
	text-align: left;
	max-width: 100%;
}

.entry .entry-content-blocks .wp-block-pullquote.alignleft blockquote p:first-child,
.entry .entry-content-blocks .wp-block-pullquote.alignright blockquote p:first-child {
	margin-top: 0;
}

.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color {
	background-color: #0073aa;
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color {
		padding-left: 10%;
		padding-right: 10%;
	}
}

.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color p {
	font-size: 1.6875em;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color p {
		font-size: 2.25em;
	}
}

.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color a {
	color: #fff;
}

.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
}

.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	color: #fff;
	padding-left: 0;
	margin-left: 1rem;
	margin-right: 1rem;
}

.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,
.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.entry
.entry-content-blocks
.wp-block-pullquote.is-style-solid-color
blockquote.has-secondary-color,
.entry
.entry-content-blocks
.wp-block-pullquote.is-style-solid-color
blockquote.has-dark-gray-color,
.entry
.entry-content-blocks
.wp-block-pullquote.is-style-solid-color
blockquote.has-light-gray-color,
.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
	color: inherit;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color blockquote {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color.alignright,
	.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color.alignleft {
		padding: 1rem calc(2 * 1rem);
	}
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color.alignfull {
		padding-left: calc(10% + 58px + (2 * 1rem));
		padding-right: calc(10% + 58px + (2 * 1rem));
	}
}

.entry .entry-content-blocks .wp-block-quote:not(.is-large),
.entry .entry-content-blocks .wp-block-quote:not(.is-style-large) {
	border-width: 2px;
	border-color: #0073aa;
	padding-top: 0;
	padding-bottom: 0;
}

.entry .entry-content-blocks .wp-block-quote p {
	font-size: 1em;
	font-style: normal;
	line-height: 1.8;
}

.entry .entry-content-blocks .wp-block-quote cite {
	/*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
	font-size: 1em;
}

.entry .entry-content-blocks .wp-block-quote.is-large,
.entry .entry-content-blocks .wp-block-quote.is-style-large {
	margin: 1rem 0;
	padding: 0;
	border-left: none;
}

.entry .entry-content-blocks .wp-block-quote.is-large p,
.entry .entry-content-blocks .wp-block-quote.is-style-large p {
	font-size: 1.6875em;
	line-height: 1.4;
	font-style: italic;
}

.entry .entry-content-blocks .wp-block-quote.is-large cite,
.entry .entry-content-blocks .wp-block-quote.is-large footer,
.entry .entry-content-blocks .wp-block-quote.is-style-large cite,
.entry .entry-content-blocks .wp-block-quote.is-style-large footer {
	/*
				 * This requires a rem-based font size calculation instead of our normal em-based one,
				 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
				 */
	font-size: calc(1rem / (1.25 * 1.125));
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-quote.is-large,
	.entry .entry-content-blocks .wp-block-quote.is-style-large {
		margin: 1rem 0;
		padding: 1rem 0;
	}
	.entry .entry-content-blocks .wp-block-quote.is-large p,
	.entry .entry-content-blocks .wp-block-quote.is-style-large p {
		font-size: 1.6875em;
	}
}

.entry .entry-content-blocks .wp-block-image {
	max-width: 100%;
}

.entry .entry-content-blocks .wp-block-image.alignfull {
	width: 100vw;
	left: initial;
}

.entry .entry-content-blocks .wp-block-image img {
	display: block;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-image:not(.alignwide):not(.alignfull) > img {
		max-width: calc(8 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 1168px) {
	.entry .entry-content-blocks .wp-block-image:not(.alignwide):not(.alignfull) > img {
		max-width: calc(6 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-image .aligncenter {
		max-width: calc(8 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 1168px) {
	.entry .entry-content-blocks .wp-block-image .aligncenter {
		max-width: calc(6 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-image .aligncenter {
		margin: 0;
		width: calc(8 * (100vw / 12) - 28px);
	}
	.entry .entry-content-blocks .wp-block-image .aligncenter img {
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1168px) {
	.entry .entry-content-blocks .wp-block-image .aligncenter {
		width: calc(6 * (100vw / 12) - 28px);
	}
	.entry .entry-content-blocks .wp-block-image .aligncenter img {
		margin: 0 auto;
	}
}

.entry .entry-content-blocks .wp-block-image.alignfull img {
	width: 100vw;
	max-width: calc(100% + (2 * 1rem));
}

.entry .entry-content-blocks .wp-block-cover-image,
.entry .entry-content-blocks .wp-block-cover {
	position: relative;
	min-height: 430px;
	padding: 1rem;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-cover-image,
	.entry .entry-content-blocks .wp-block-cover {
		padding: 1rem 10%;
	}
}

.entry .entry-content-blocks .wp-block-cover-image .wp-block-cover-image-text,
.entry .entry-content-blocks .wp-block-cover-image .wp-block-cover-text,
.entry .entry-content-blocks .wp-block-cover-image h2,
.entry .entry-content-blocks .wp-block-cover .wp-block-cover-image-text,
.entry .entry-content-blocks .wp-block-cover .wp-block-cover-text,
.entry .entry-content-blocks .wp-block-cover h2 {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-size: 1.6875em;
	font-weight: bold;
	line-height: 1.25;
	padding: 0;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-cover-image .wp-block-cover-image-text,
	.entry .entry-content-blocks .wp-block-cover-image .wp-block-cover-text,
	.entry .entry-content-blocks .wp-block-cover-image h2,
	.entry .entry-content-blocks .wp-block-cover .wp-block-cover-image-text,
	.entry .entry-content-blocks .wp-block-cover .wp-block-cover-text,
	.entry .entry-content-blocks .wp-block-cover h2 {
		font-size: 2.25em;
		max-width: 100%;
	}
}

.entry .entry-content-blocks .wp-block-cover-image.alignleft,
.entry .entry-content-blocks .wp-block-cover-image.alignright,
.entry .entry-content-blocks .wp-block-cover.alignleft,
.entry .entry-content-blocks .wp-block-cover.alignright {
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-cover-image.alignleft,
	.entry .entry-content-blocks .wp-block-cover-image.alignright,
	.entry .entry-content-blocks .wp-block-cover.alignleft,
	.entry .entry-content-blocks .wp-block-cover.alignright {
		padding: 1rem calc(2 * 1rem);
	}
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-cover-image.alignfull .wp-block-cover-image-text,
	.entry .entry-content-blocks .wp-block-cover-image.alignfull .wp-block-cover-text,
	.entry .entry-content-blocks .wp-block-cover-image.alignfull h2,
	.entry .entry-content-blocks .wp-block-cover.alignfull .wp-block-cover-image-text,
	.entry .entry-content-blocks .wp-block-cover.alignfull .wp-block-cover-text,
	.entry .entry-content-blocks .wp-block-cover.alignfull h2 {
		max-width: calc(8 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 1168px) {
	.entry .entry-content-blocks .wp-block-cover-image.alignfull .wp-block-cover-image-text,
	.entry .entry-content-blocks .wp-block-cover-image.alignfull .wp-block-cover-text,
	.entry .entry-content-blocks .wp-block-cover-image.alignfull h2,
	.entry .entry-content-blocks .wp-block-cover.alignfull .wp-block-cover-image-text,
	.entry .entry-content-blocks .wp-block-cover.alignfull .wp-block-cover-text,
	.entry .entry-content-blocks .wp-block-cover.alignfull h2 {
		max-width: calc(6 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-cover-image.alignfull,
	.entry .entry-content-blocks .wp-block-cover.alignfull {
		padding-left: calc(10% + 58px + (2 * 1rem));
		padding-right: calc(10% + 58px + (2 * 1rem));
	}
	.entry .entry-content-blocks .wp-block-cover-image.alignfull .wp-block-cover-image-text,
	.entry .entry-content-blocks .wp-block-cover-image.alignfull .wp-block-cover-text,
	.entry .entry-content-blocks .wp-block-cover-image.alignfull h2,
	.entry .entry-content-blocks .wp-block-cover.alignfull .wp-block-cover-image-text,
	.entry .entry-content-blocks .wp-block-cover.alignfull .wp-block-cover-text,
	.entry .entry-content-blocks .wp-block-cover.alignfull h2 {
		padding: 0;
	}
}

.entry .entry-content-blocks .wp-block-gallery {
	list-style-type: none;
	padding-left: 0;
}

.entry .entry-content-blocks .wp-block-gallery .blocks-gallery-image:last-child,
.entry .entry-content-blocks .wp-block-gallery .blocks-gallery-item:last-child {
	margin-bottom: 16px;
}

.entry .entry-content-blocks .wp-block-gallery figcaption a {
	color: #fff;
}

.entry .entry-content-blocks .wp-block-audio figcaption,
.entry .entry-content-blocks .wp-block-video figcaption,
.entry .entry-content-blocks .wp-block-image figcaption,
.entry .entry-content-blocks .wp-block-gallery .blocks-gallery-image figcaption,
.entry .entry-content-blocks .wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 0.71111em;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0.5rem;
	text-align: center;
}

.entry .entry-content-blocks .wp-block-separator,
.entry .entry-content-blocks hr {
	background-color: #767676;
	border: 0;
	height: 2px;
	margin-bottom: 2rem;
	margin-top: 2rem;
	max-width: 2.25em;
	text-align: left;
	/* Remove duplicate rule-line when a separator
		 * is followed by an H1, or H2 */
}

.entry .entry-content-blocks .wp-block-separator:not(.wp-block-separator),
.entry .entry-content-blocks hr:not(.wp-block-separator) {
	max-width: 100%;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-separator:not(.wp-block-separator),
	.entry .entry-content-blocks hr:not(.wp-block-separator) {
		max-width: calc(8 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 1168px) {
	.entry .entry-content-blocks .wp-block-separator:not(.wp-block-separator),
	.entry .entry-content-blocks hr:not(.wp-block-separator) {
		max-width: calc(6 * (100vw / 12) - 28px);
	}
}

.entry .entry-content-blocks .wp-block-separator.is-style-wide,
.entry .entry-content-blocks hr.is-style-wide {
	max-width: 100%;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-separator.is-style-wide,
	.entry .entry-content-blocks hr.is-style-wide {
		max-width: calc(8 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 1168px) {
	.entry .entry-content-blocks .wp-block-separator.is-style-wide,
	.entry .entry-content-blocks hr.is-style-wide {
		max-width: calc(6 * (100vw / 12) - 28px);
	}
}

.entry .entry-content-blocks .wp-block-separator.is-style-dots,
.entry .entry-content-blocks hr.is-style-dots {
	max-width: 100%;
	background-color: inherit;
	border: inherit;
	height: inherit;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-separator.is-style-dots,
	.entry .entry-content-blocks hr.is-style-dots {
		max-width: calc(8 * (100vw / 12) - 28px);
	}
}

@media only screen and (min-width: 1168px) {
	.entry .entry-content-blocks .wp-block-separator.is-style-dots,
	.entry .entry-content-blocks hr.is-style-dots {
		max-width: calc(6 * (100vw / 12) - 28px);
	}
}

.entry
.entry-content-blocks
.wp-block-separator.is-style-dots:not(.has-text-color):not(.has-background),
.entry .entry-content-blocks hr.is-style-dots:not(.has-text-color):not(.has-background) {
	color: #767676;
}

.entry .entry-content-blocks .wp-block-separator.is-style-dots:before,
.entry .entry-content-blocks hr.is-style-dots:before {
	font-size: 1.6875em;
	letter-spacing: 0.88889em;
	padding-left: 0.88889em;
}

.entry .entry-content-blocks .wp-block-separator + h1:before,
.entry .entry-content-blocks .wp-block-separator + h2:before,
.entry .entry-content-blocks hr + h1:before,
.entry .entry-content-blocks hr + h2:before {
	display: none;
}

.entry .entry-content-blocks .wp-block-embed-twitter {
	word-break: break-word;
}

.entry .entry-content-blocks .wp-block-table th,
.entry .entry-content-blocks .wp-block-table td {
	border-color: #767676;
}

.entry .entry-content-blocks .wp-block-file {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.entry .entry-content-blocks .wp-block-file .wp-block-file__button {
	display: table;
	transition: background 150ms ease-in-out;
	border: none;
	border-radius: 5px;
	background: #0073aa;
	font-size: 22px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	line-height: 1.2;
	text-decoration: none;
	font-weight: bold;
	padding: 0.75rem 1rem;
	color: #fff;
	margin-left: 0;
	margin-top: calc(0.75 * 1rem);
}

@media only screen and (min-width: 1168px) {
	.entry .entry-content-blocks .wp-block-file .wp-block-file__button {
		font-size: 22px;
		padding: 0.875rem 1.5rem;
	}
}

.entry .entry-content-blocks .wp-block-file .wp-block-file__button:hover {
	background: #111;
	cursor: pointer;
}

.entry .entry-content-blocks .wp-block-file .wp-block-file__button:focus {
	background: #111;
	outline: thin dotted;
	outline-offset: -4px;
}

.entry .entry-content-blocks .wp-block-code {
	border-radius: 0;
}

.entry .entry-content-blocks .wp-block-code code {
	font-size: 1.125em;
	white-space: pre-wrap;
	word-break: break-word;
}

.entry .entry-content-blocks .wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0;
}

.entry .entry-content-blocks .wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.entry
.entry-content-blocks
.wp-block-columns
.wp-block-image
> img:not(.alignwide):not(.alignfull),
	.entry .entry-content-blocks .wp-block-columns .wp-block-image > figure {
		max-width: 100%;
	}
}

@media only screen and (min-width: 1168px) {
	.entry
.entry-content-blocks
.wp-block-columns
.wp-block-image
> img:not(.alignwide):not(.alignfull),
	.entry .entry-content-blocks .wp-block-columns .wp-block-image > figure {
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-columns {
		flex-wrap: nowrap;
	}
	.entry .entry-content-blocks .wp-block-columns .wp-block-column:not(:first-child) {
		margin-left: 32px;
	}
}

@media only screen and (min-width: 768px) {
	.entry
.entry-content-blocks
.wp-block-group:not(.alignfull)
> .wp-block-group__inner-container
> .alignfull,
	.entry
.entry-content-blocks
.wp-block-group:not(.alignfull)
> .wp-block-group__inner-container
> .wp-block-image
> img {
		left: 0;
		max-width: 100%;
	}
}

.entry .entry-content-blocks .wp-block-group.alignfull > .wp-block-group__inner-container {
	max-width: calc(100% - (2 * 1rem));
	margin: 0 1rem;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-group.alignfull > .wp-block-group__inner-container {
		max-width: 80%;
		margin: 0 10%;
		padding: 0 60px;
	}
}

.entry .entry-content-blocks .wp-block-group.has-background {
	padding: 1rem;
	margin-top: 0;
	margin-bottom: 0;
}

.entry
.entry-content-blocks
.wp-block-group.has-background
.wp-block-group__inner-container
> *:first-child {
	margin-top: 0;
}

.entry
.entry-content-blocks
.wp-block-group.has-background
.wp-block-group__inner-container
> *:last-child {
	margin-bottom: 0;
}

.entry .entry-content-blocks .wp-block-group.has-background.alignfull {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content-blocks .wp-block-group.has-background.alignfull {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.entry
.entry-content-blocks
.wp-block-group.has-background:not(.alignfull)
> .wp-block-group__inner-container
> .alignfull {
	width: 100%;
	max-width: 100%;
}

@media only screen and (min-width: 768px) {
	.entry
.entry-content-blocks
.wp-block-group.has-background:not(.alignfull)
> .wp-block-group__inner-container
> .alignfull {
		width: calc(100% + 2rem);
		max-width: calc(100% + 2rem);
		margin-left: -1rem;
	}
}

.entry .entry-content-blocks .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	font-weight: bold;
}

.entry
.entry-content-blocks
.wp-block-latest-comments
.wp-block-latest-comments__comment-meta
.wp-block-latest-comments__comment-date {
	font-weight: normal;
}

.entry .entry-content-blocks .wp-block-latest-comments .wp-block-latest-comments__comment,
.entry .entry-content-blocks .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.entry
.entry-content-blocks
.wp-block-latest-comments
.wp-block-latest-comments__comment-excerpt
p {
	font-size: inherit;
}

.entry
.entry-content-blocks
.wp-block-latest-comments.has-dates
.wp-block-latest-comments__comment-date {
	font-size: 0.71111em;
}

.entry .entry-content-blocks .has-small-font-size {
	font-size: 0.88889em;
}

.entry .entry-content-blocks .has-normal-font-size {
	font-size: 1.125em;
}

.entry .entry-content-blocks .has-large-font-size {
	font-size: 1.6875em;
}

.entry .entry-content-blocks .has-huge-font-size {
	font-size: 2.25em;
}

.entry .entry-content-blocks .has-primary-background-color,
.entry .entry-content-blocks .has-secondary-background-color,
.entry .entry-content-blocks .has-dark-gray-background-color,
.entry .entry-content-blocks .has-light-gray-background-color {
	color: #fff;
}

.entry .entry-content-blocks .has-primary-background-color > p,
.entry .entry-content-blocks .has-primary-background-color > h1,
.entry .entry-content-blocks .has-primary-background-color > h2,
.entry .entry-content-blocks .has-primary-background-color > h3,
.entry .entry-content-blocks .has-primary-background-color > h4,
.entry .entry-content-blocks .has-primary-background-color > h5,
.entry .entry-content-blocks .has-primary-background-color > h6,
.entry .entry-content-blocks .has-primary-background-color > a,
.entry .entry-content-blocks .has-secondary-background-color > p,
.entry .entry-content-blocks .has-secondary-background-color > h1,
.entry .entry-content-blocks .has-secondary-background-color > h2,
.entry .entry-content-blocks .has-secondary-background-color > h3,
.entry .entry-content-blocks .has-secondary-background-color > h4,
.entry .entry-content-blocks .has-secondary-background-color > h5,
.entry .entry-content-blocks .has-secondary-background-color > h6,
.entry .entry-content-blocks .has-secondary-background-color > a,
.entry .entry-content-blocks .has-dark-gray-background-color > p,
.entry .entry-content-blocks .has-dark-gray-background-color > h1,
.entry .entry-content-blocks .has-dark-gray-background-color > h2,
.entry .entry-content-blocks .has-dark-gray-background-color > h3,
.entry .entry-content-blocks .has-dark-gray-background-color > h4,
.entry .entry-content-blocks .has-dark-gray-background-color > h5,
.entry .entry-content-blocks .has-dark-gray-background-color > h6,
.entry .entry-content-blocks .has-dark-gray-background-color > a,
.entry .entry-content-blocks .has-light-gray-background-color > p,
.entry .entry-content-blocks .has-light-gray-background-color > h1,
.entry .entry-content-blocks .has-light-gray-background-color > h2,
.entry .entry-content-blocks .has-light-gray-background-color > h3,
.entry .entry-content-blocks .has-light-gray-background-color > h4,
.entry .entry-content-blocks .has-light-gray-background-color > h5,
.entry .entry-content-blocks .has-light-gray-background-color > h6,
.entry .entry-content-blocks .has-light-gray-background-color > a {
	color: #fff;
}

.entry .entry-content-blocks .has-white-background-color {
	color: #111;
}

.entry .entry-content-blocks .has-white-background-color > p,
.entry .entry-content-blocks .has-white-background-color > h1,
.entry .entry-content-blocks .has-white-background-color > h2,
.entry .entry-content-blocks .has-white-background-color > h3,
.entry .entry-content-blocks .has-white-background-color > h4,
.entry .entry-content-blocks .has-white-background-color > h5,
.entry .entry-content-blocks .has-white-background-color > h6,
.entry .entry-content-blocks .has-white-background-color > a {
	color: #111;
}

.entry .entry-content-blocks .has-primary-background-color,
.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
	background-color: #0073aa;
}

.entry .entry-content-blocks .has-secondary-background-color,
.entry
.entry-content-blocks
.wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
	background-color: #005177;
}

.entry .entry-content-blocks .has-dark-gray-background-color,
.entry
.entry-content-blocks
.wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
	background-color: #111;
}

.entry .entry-content-blocks .has-light-gray-background-color,
.entry
.entry-content-blocks
.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
	background-color: #767676;
}

.entry .entry-content-blocks .has-white-background-color,
.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color.has-white-background-color {
	background-color: #fff;
}

.entry .entry-content-blocks .has-primary-color,
.entry .entry-content-blocks .wp-block-pullquote blockquote.has-primary-color,
.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.entry
.entry-content-blocks
.wp-block-pullquote.is-style-solid-color
blockquote.has-primary-color
> p {
	color: #0073aa;
}

.entry .entry-content-blocks .has-secondary-color,
.entry .entry-content-blocks .wp-block-pullquote blockquote.has-secondary-color,
.entry
.entry-content-blocks
.wp-block-pullquote.is-style-solid-color
blockquote.has-secondary-color,
.entry
.entry-content-blocks
.wp-block-pullquote.is-style-solid-color
blockquote.has-secondary-color
> p {
	color: #005177;
}

.entry .entry-content-blocks .has-dark-gray-color,
.entry
.entry-content-blocks
.wp-block-pullquote.is-style-solid-color
blockquote.has-dark-gray-color,
.entry
.entry-content-blocks
.wp-block-pullquote.is-style-solid-color
blockquote.has-dark-gray-color
> p {
	color: #111;
}

.entry .entry-content-blocks .has-light-gray-color,
.entry .entry-content-blocks .wp-block-pullquote blockquote.has-light-gray-color,
.entry
.entry-content-blocks
.wp-block-pullquote.is-style-solid-color
blockquote.has-light-gray-color,
.entry
.entry-content-blocks
.wp-block-pullquote.is-style-solid-color
blockquote.has-light-gray-color
> p {
	color: #767676;
}

.entry .entry-content-blocks .has-white-color,
.entry .entry-content-blocks .wp-block-pullquote blockquote.has-white-color,
.entry .entry-content-blocks .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
	color: #fff;
}

/* Media */
.page-content .wp-smiley,
.entry-content-blocks .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0.618em;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-content: space-between;
		align-items: center;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.backlink {
	font-size: .8em;
	grid-column: span 2;
}

.entry-content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-gap: 1.618em;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	max-width: 1280px;
	margin: 0 auto;
}

.wide_layout .entry-content {
	max-width: 100%;
}

.wide_layout .entry-content .web_of_sub_pages {
	grid-column: 1 / 6;
	grid-gap: 0.809em;
	grid-template-columns: repeat(10, 1fr);
}

@media (max-width: 68.5em) {
	.wide_layout .entry-content .web_of_sub_pages {
		grid-template-columns: repeat(5, 1fr);
	}
}

.block_with_link {
	grid-column: span 2;
	grid-row: span 3;
	min-height: 7em;
	max-width: 10em;
	padding: 0.309em;
	border-radius: 4px;
	background-color: #dae3e6;
	transition: .2s ease-out;
	font-size: 14px;
	line-height: 1.3;
}

.block_with_link.related-1:hover {
	background-color: #f04925;
	transform: scale(1.2);
	transition: .2s ease-out;
}

.block_with_link.related-2:hover {
	background-color: #fcee23;
	transform: scale(1.2);
	transition: .2s ease-out;
}

.block_with_link.related-3:hover {
	background-color: #f37146;
	transform: scale(1.2);
	transition: .2s ease-out;
}

.block_with_link.related-4:hover {
	background-color: #c7c6c6;
	transform: scale(1.2);
	transition: .2s ease-out;
}

.block_with_link.related-5:hover {
	background-color: #eaeaea;
	transform: scale(1.2);
	transition: .2s ease-out;
}

@media (max-width: 68.5em) {
	.block_with_link {
		grid-column: span 2;
	}
}

.block_with_link a {
	font-size: .85em;
	text-decoration: none;
}

.block_with_link.grid_at_2 {
	grid-column: 1 / span 2;
	margin-left: 20%;
}

.block_with_link.grid_at_3 {
	grid-column: 3 / span 2;
	margin-left: 40%;
}

.block_with_link.grid_at_5 {
	grid-column: 5 / span 2;
	margin-left: 60%;
}

.block_with_link.grid_at_7 {
	grid-column: 7 / span 2;
	margin-left: 20%;
}

.block_with_link.grid_at_9 {
	grid-column: 9 / span 2;
}

.block_with_link.grid_at_11 {
	grid-column: 11 / span 2;
}

@media (max-width: 68.5em) {
	.block_with_link.grid_at_2 {
		grid-column: 0 / span 2;
	}
	.block_with_link.grid_at_3 {
		grid-column: 2 / span 2;
	}
	.block_with_link.grid_at_5 {
		grid-column: 3 / span 2;
	}
	.block_with_link.grid_at_7 {
		grid-column: 4 / span 2;
	}
	.block_with_link.grid_at_9 {
		grid-column: 5 / span 2;
	}
	.block_with_link.grid_at_11 {
		grid-column: 6 / span 2;
	}
}

.curations {
	display: grid;
	grid-gap: 1.618em;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	max-width: 980px;
	margin-top: 4.854em;
}

@media (max-width: 68.5em) {
	.curations {
		grid-template-columns: 1fr 1fr;
		padding: 0.618em;
		margin-top: 1.618em;
	}
}

.curations a {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: flex-start;
	justify-self: stretch;
	text-align: left;
	text-decoration: none;
	padding: 0.618em;
	border: 1px solid #333333;
	background-color: #E6EEF0;
}

.curations a img {
	opacity: .7;
}

.curations a:hover {
	opacity: .8;
}

.curations a h2 {
	font-size: .9em;
}

article {
	background-color: black;
}

article header {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 1.618em;
	text-align: right;
	position: relative;
	overflow: hidden;
	min-height: 70vh;
	background-size: cover;
	background-position: 50% 50%;
}

article header h1 {
	margin-bottom: 0;
}

article header .entry-title, article header h2 {
	position: relative;
	float: right;
	z-index: 2;
}

article header .intro_text {
	text-align: left;
	margin-left: 1.618em;
	margin-right: 1.618em;
	position: relative;
	letter-spacing: 1px;
	z-index: 1;
	float: left;
	color: white;
	max-width: calc(60em - 200px);
	padding-bottom: 1.618em;
	transition: opacity .5s ease-out;
}

article header .intro_text h2 {
	float: left;
	width: 100%;
}

@media (max-width: 48em) {
	article header .intro_text {
		margin-left: 0;
	}
}

article header img.header_bg {
	width: 100%;
	background-color: black;
	position: absolute;
	top: 0;
	opacity: .8;
	left: 0;
	z-index: -1;
}

article header.entry-header.fade_out_header p {
	opacity: 1;
	transition: opacity .5s ease-out;
}

.header_container {
	position: relative;
	z-index: 2;
	max-width: 1280px;
	margin: 0 auto;
	min-height: 70vh;
}

.background_video_container:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 0;
	transition: .3s ease-out;
}

.entry-header.fade_in_header {
	opacity: 1;
}

.entry-header.fade_in_header .background_video_container {
	transition: .3s ease-out;
}

.entry-header.fade_in_header .background_video_container video {
	opacity: 1;
}

.entry-header .intro_text {
	opacity: 1;
}

.entry-header {
	background-color: black;
}

.entry-header.fade_in_header {
	opacity: .4;
	transition: .6s opacity;
}

video {
	object-fit: cover;
	width: 100vw;
	height: 85vh;
	position: fixed;
	top: 0;
	left: 0;
}

.background_image_container {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	content: ' ';
	left: 0;
}

span.image_reference {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	right: 0;
	color: white;
	font-style: italic;
	max-width: 30em;
	line-height: 1.2;
	margin-bottom: 0.618em;
	font-size: .8em;
	margin-right: 1.618em;
}

figure {
	margin: 0;
}

.curator_pic {
	max-width: 180px;
	position: relative;
	z-index: 1;
	float: right;
	clear: right;
}

@media (max-width: 68.5em) {
	.curator_pic {
		max-width: 100px;
	}
}

.header_image {
	position: fixed;
	left: 0;
	top: 0s;
}

.entry-header:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 0;
	transition: .3s ease-out;
}

figcaption.wp-caption-text {
	color: #918F8F;
	font-size: .7em;
	text-align: left;
	line-height: 1.4;
}

.caption figcaption.wp-caption-text {
	font-size: .85em;
}

.grid_with_links_images {
	display: grid;
	grid-gap: 1.618em;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 1280px;
	line-height: 1.2;
}

@media (max-width: 68.5em) {
	.grid_with_links_images {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 38em) {
	.grid_with_links_images {
		grid-template-columns: 1fr;
	}
}

.grid_with_links_images h3 {
	line-height: 1.2;
	font-size: 1em;
}

.grid_with_links_images p {
	font-size: .8em;
	line-height: 1.3;
	color: #696969;
}

.grid_with_links_images a {
	font-size: .8em;
	line-height: 1.2;
}

.lg-start-zoom .lg-sub-html {
	opacity: 0;
	transition: .3s ease-out;
}

.lg-start-zoom:hover .lg-sub-html {
	opacity: 1;
	transition: .3s ease-out;
}

.displayed_image h3 {
	display: none;
}

h3.popup_caption {
	font-size: .8em;
}

.content_container {
	background-color: white;
	display: block;
	position: relative;
	padding-top: 1.618em;
}

h2 {
	grid-column: 1 / 6;
}

.section_title_link {
	position: relative;
	top: -2em;
	grid-column: 1 / 6;
	display: block;
	height: 0;
}

.right_4_5 {
	grid-column: 2 / 6;
}

@media (max-width: 48em) {
	.right_4_5 {
		grid-column: 1 / 6;
	}
}

.right_3_5 {
	grid-column: 3 / 6;
}

@media (max-width: 48em) {
	.right_3_5 {
		grid-column: 1 / 6;
	}
}

.right_2_5 {
	grid-column: 4 / 6;
}

@media (max-width: 48em) {
	.right_2_5 {
		grid-column: 1 / 6;
	}
}

.left_3_5 {
	grid-column: 1 / 4;
}

@media (max-width: 48em) {
	.left_3_5 {
		grid-column: 1 / 6;
	}
}

.left_2_5 {
	grid-column: 1 / 3;
}

@media (max-width: 48em) {
	.left_2_5 {
		grid-column: 1 / 6;
	}
}

.left_4_5 {
	grid-column: 1 / 5;
}

@media (max-width: 48em) {
	.left_4_5 {
		grid-column: 1 / 6;
	}
}

.text_align_right {
	text-align: right;
}

.full_width_grid {
	grid-column: 1 / 6;
}

@media (max-width: 48em) {
	.full_width_grid {
		grid-column: 1 / 6;
	}
}

.tall_panel {
	grid-row-end: span 3;
}

.caption {
	font-size: .8em;
	line-height: 1.4;
}

.captioned_image {
	grid-column: 1 / 4;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: flex-end;
}

.captioned_image img {
	width: 50%;
	margin-right: 1.618em;
}

.captioned_image .caption {
	clear: both;
}

.captioned_image .caption .large_caption {
	margin: 0;
	width: 100%;
	font-size: 2em;
	line-height: 1.1;
	margin-bottom: 0.618em;
	font-weight: 100;
	font-style: italic;
	color: #918F8F;
}

.zoom_box {
	grid-column: 1 / 4;
	position: relative;
}

.zoom_box:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(img/magnify.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 10%;
	top: 0;
}

.zoom_box:hover {
	cursor: zoom-in;
}

.zoom_box:hover:after {
	display: none;
}

.lSSlideOuter {
	grid-column: 1 / 6;
}

.slider {
	grid-column: 1 / 6;
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider img {
	max-width: none;
	height: auto;
	width: 100%;
}

.lSPager {
	opacity: 0;
}

.slider_container:hover .lSPager {
	opacity: 1;
}

.slider_container:hover .lSAction > a {
	opacity: 1;
}

.sticky {
	display: block;
}

article footer {
	max-width: 1280px;
	margin: 0 auto;
	padding: 3.236em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	padding: 1.618em 3.236em;
	overflow: hidden;
}

@media (max-width: 48em) {
	.page-content,
	.entry-content,
	.entry-summary {
		padding: 1.618em;
	}
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.curation_sidebar {
	font-family: 'roboto', sans-serif;
	grid-column-start: 4;
	grid-column-end: 6;
	grid-row-start: 1;
	grid-row-end: 4;
	text-align: right;
}

.curation_sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.curation_sidebar ul li {
	margin: 0;
	padding: 0;
	color: #918F8F;
}

.curation_sidebar h3 {
	color: #333333;
	line-height: 1.5;
}

.curation_sidebar .ui-icon {
	float: left;
	margin-top: .2em;
}

.curation_sidebar .ui-state-active .ui-icon, .curation_sidebar .ui-button:active .ui-icon {
	background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png);
}

ul.curation_nav li {
	font-size: .8em;
}

ul.curation_nav li a {
	text-decoration: none;
}

.revision_container {
	background-color: white;
	background-color: #dae3e6;
	padding: 0.618em;
	max-width: 24em;
}

.revision_container h4 {
	margin-top: 0;
}

.revision_history_box, .sidebar_text_area_container {
	max-height: 10em;
	font-size: .8em;
	padding: 0.618em;
	overflow-y: scroll;
	position: relative;
	color: #918F8F;
}

.revision_history_box:after, .sidebar_text_area_container:after {
	content: '';
	display: block;
	position: sticky;
	bottom: -20px;
	width: 100%;
	background: white;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, white 100%);
	height: 36px;
}

.sidebar_text_area_container {
	max-height: 30em;
}

.revision_history_box::-webkit-scrollbar, .sidebar_text_area_container::-webkit-scrollbar {
	width: 10px;
}

.revision_history_box::-webkit-scrollbar-track, .sidebar_text_area_container::-webkit-scrollbar-track {
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.revision_history_box::-webkit-scrollbar-thumb, .sidebar_text_area_container::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: none;
	border-bottom: 1px solid lightgrey;
	background: white;
	color: #333333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: none;
	background-color: white;
	border-bottom: 1px solid lightgrey;
}

.ui-widget-content {
	border: none;
}

.ui-accordion .ui-accordion-content {
	padding: 0;
	padding-top: 0.618em;
}

.site-info {
	border-top: 1px solid #fcee23;
	background-color: white;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 100;
	font-size: .7em;
	margin-top: 3.236em;
}

.site-info a {
	color: #f37146;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

img {
	max-width: 100%;
	height: auto;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* emandulo
--------------------------------------------- */
.eMandulo_curation article header.entry-header:after {
	background-color: #9BAFB5;
	opacity: 0.7;
}

.eMandulo_curation .captioned_image {
	background-color: #dae3e6;
	padding: 1.618em;
}

.eMandulo_curation .captioned_image figcaption.wp-caption-text {
	color: white;
}

.eMandulo_curation .page-content,
.eMandulo_curation .entry-content,
.eMandulo_curation .entry-summary,
.eMandulo_curation .entry-content-blocks {
	background: #dae3e6;
}

.eMandulo_curation .revision_history_box::-webkit-scrollbar-thumb,
.eMandulo_curation .sidebar_text_area_container::-webkit-scrollbar-thumb {
	background-color: #f37146;
	outline: 1px solid slategrey;
}

.eMandulo_curation .ui-state-active,
.eMandulo_curation .ui-widget-content .ui-state-active,
.eMandulo_curation .ui-widget-header .ui-state-active,
.eMandulo_curation a.ui-button:active,
.eMandulo_curation .ui-button:active,
.eMandulo_curation .ui-button.ui-state-active:hover {
	border: none;
	border-bottom: 1px solid #f37146;
	background: white;
	color: #333333;
}

.eMandulo_curation .ui-state-default,
.eMandulo_curation .ui-widget-content .ui-state-default,
.eMandulo_curation .ui-widget-header .ui-state-default,
.eMandulo_curation .ui-button,
.eMandulo_curation html .ui-button.ui-state-disabled:hover,
.eMandulo_curation html .ui-button.ui-state-disabled:active {
	border: none;
	background-color: white;
	border-bottom: 1px solid #f37146;
}

.eMandulo_curation .revision_history_box:after,
.eMandulo_curation .sidebar_text_area_container:after {
	background: linear-gradient(180deg, rgba(218, 227, 230, 0.52) 0%, #dae3e6 100%);
}

.eMandulo_curation .content_container {
	background-color: #E6EEF0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

figure.containerZoom {
	background-position: 50% 50%;
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: zoom-in;
	margin: 0;
}

figure.containerZoom img {
	transition: opacity .5s;
	display: block;
	width: 100%;
}

figure.containerZoom.active img {
	opacity: 0;
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lightSlider:before, .lightSlider:after {
	content: " ";
	display: table;
}

.lightSlider {
	overflow: hidden;
	margin: 0;
}

.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.lSSlideWrapper > .lightSlider:after {
	clear: both;
}

.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform,height;
	-moz-transition-property: -moz-transform,height;
	transition-property: transform,height;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
	position: relative;
}

.lSSlideWrapper .lSFade > * {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
	z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
	opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: white;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	top: -2.4em;
	opacity: .6;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #428bca;
}

.lSSlideOuter .media {
	opacity: 0.8;
}

.lSSlideOuter .media.active {
	opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-touch-callout: none;
	user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
	overflow: hidden;
	-webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
	transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
	content: " ";
	display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
	clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
	width: 52px;
	display: block;
	top: 50%;
	height: 58px;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: 0.4;
	background-repeat: no-repeat;
	transition: opacity 0.35s linear 0s;
	background-size: 60%;
}

.lSAction > a:hover {
	opacity: 1;
}

.lSAction > .lSPrev {
	background-image: url("img/arr_left.svg");
	left: 10px;
	background-position: 0% 0%;
}

.lSAction > .lSNext {
	background-image: url("img/arr_right.svg");
	right: 10px;
	background-position: 100% 0%;
}

.lSAction > a.disabled {
	pointer-events: none;
}

.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
	position: relative;
}

.lSSlideOuter.vertical.noPager {
	padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
	position: absolute !important;
	right: 0;
	top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
	width: 100% !important;
	max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
	left: 50%;
	margin-left: -14px;
	margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
	background-position: 31px -31px;
	bottom: 10px;
	top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
	background-position: 0 -31px;
	bottom: auto;
	top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
	direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
	padding-left: 0;
	list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
	padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
	float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
	float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
	0% {
		left: 0;
	}
	50% {
		left: -15px;
	}
	100% {
		left: 0;
	}
}

@keyframes rightEnd {
	0% {
		left: 0;
	}
	50% {
		left: -15px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes topEnd {
	0% {
		top: 0;
	}
	50% {
		top: -15px;
	}
	100% {
		top: 0;
	}
}

@keyframes topEnd {
	0% {
		top: 0;
	}
	50% {
		top: -15px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes leftEnd {
	0% {
		left: 0;
	}
	50% {
		left: 15px;
	}
	100% {
		left: 0;
	}
}

@keyframes leftEnd {
	0% {
		left: 0;
	}
	50% {
		left: 15px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes bottomEnd {
	0% {
		bottom: 0;
	}
	50% {
		bottom: -15px;
	}
	100% {
		bottom: 0;
	}
}

@keyframes bottomEnd {
	0% {
		bottom: 0;
	}
	50% {
		bottom: -15px;
	}
	100% {
		bottom: 0;
	}
}

.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}

.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}

.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd 0.3s;
	animation: topEnd 0.3s;
	position: relative;
}

.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd 0.3s;
	animation: bottomEnd 0.3s;
	position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lightSlider.lsGrabbing > * {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

@font-face {
	font-family: 'lg';
	src: url("https://studio-emandulo.uct.ac.za/wp-content/themes/fonts/lg.eot?n1z373");
	src: url("https://studio-emandulo.uct.ac.za/wp-content/themes/fonts/lg.eot?") format("embedded-opentype"), url("https://studio-emandulo.uct.ac.za/wp-content/themes/fonts/lg.woff?n1z373") format("woff"), url("https://studio-emandulo.uct.ac.za/wp-content/themes/fonts/lg.ttf?n1z373") format("truetype"), url("https://studio-emandulo.uct.ac.za/wp-content/themes/fonts/lg.svg?n1z373") format("svg");
	font-weight: normal;
	font-style: normal;
}

.lg-icon {
	font-family: 'lg';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #FFF;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "\e095";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-moz-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-ms-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@-moz-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@-ms-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	-o-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	-o-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #FFF;
}

.lg-toolbar .lg-close:after {
	content: "\e070";
}

.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color 0.25s ease;
		-o-transition: border-color 0.25s ease;
		transition: border-color 0.25s ease;
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	background-color: #0D0A0A;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
	color: #FFF;
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("https://studio-emandulo.uct.ac.za/wp-content/themes/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("https://studio-emandulo.uct.ac.za/wp-content/themes/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url("https://studio-emandulo.uct.ac.za/wp-content/themes/img/video-play.png") no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url("https://studio-emandulo.uct.ac.za/wp-content/themes/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("https://studio-emandulo.uct.ac.za/wp-content/themes/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-moz-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
	box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #FFF;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url("https://studio-emandulo.uct.ac.za/wp-content/themes/img/loading.gif") no-repeat scroll center center transparent;
	display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* Slick
--------------------------------------------- */
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: grey;
	color: white;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 10;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: lightgrey;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

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

/* Pictures */

.presentations {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  justify-content: space-around;
}

.presentation-wrap {
	display: none;
}

.presentations button {
	border: unset !important;
}

.presentations .image-modal-trigger img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: filter 0.3s ease-out;
	animation: grow 1.5s infinite alternate ease-in;
	animation-fill-mode: forwards; 
}

@keyframes grow {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.03);
  }
}

.presentations .image-modal-trigger img:hover {
  z-index: 2;
  filter: invert(22%) sepia(3%) saturate(2112%) hue-rotate(314deg) brightness(86%) contrast(85%);
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.freeze-animation {
    animation: none !important;
    transform: scale(1.03);
}

.presentations .image-modal-trigger img.blur {
  filter: blur(2px);
  z-index: 1;
}

.presentations .modal-content {
	flex-direction: row;
	flex-wrap: wrap;
	padding: 25px;
}

.presentations .modal-gallery {
	width: 100%;
	max-width: 35%;
}

.presentations .content {
	width: 100%;
	max-width: 62%;
	margin-left: 3%;
}

.presentations .modal-dialog {
	width: 100%;
	max-width: 750px !important;
}

.presentations .modal-content p {
	margin-bottom: 12px;
	color: #222;
	font-size: 15px;
}

.presentations p.title {
	font-size: 26px;
}

.presentations a.button {
	font-size: 13px;
	padding: 8px;
	border-radius: 5px;
	border: solid 1px;
	color: #000;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
}

.presentations .btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
	font-size: 13px;
	cursor: pointer;
	color: #93C7A4;
}

.presentations .gallery-slider {
	margin-bottom: 10px;
}

.presentations .gallery-slider img {
	height: 228px;
	width: 100%;
	object-fit: cover;
	cursor: pointer;
}

.presentations .btn-close:focus {
	box-shadow: unset !important;
}

.presentations .slick-slide {
	padding: 3px;
}

.presentation-welcome-message {
	position: fixed;
	right: 30px;
	bottom: 8%;
	width: 85%;
	max-width: 500px;
}

.presentation-welcome-message .accordion-item {
	background-color: transparent;
}

.presentation-welcome-message button, .presentation-welcome-message .accordion-body, .presentation-welcome-message .accordion-button:focus {
	background-color: #333c !important;
	box-shadow: unset;
}

.presentation-welcome-message button {
	color: #ffbbc2 !important;
	font-size: 25px;
	position: relative;
	font-family: 'Arial', sans-serif;
}

.presentation-welcome-message .accordion-body {
	color: #fff;
	font-size: 16px;
	padding-top: 0;
	font-family: 'Arial', sans-serif;
	font-weight: 300;
}

.presentations .image-modal-trigger span {
	display: block;
	position: relative;
}

.presentations .image-modal-trigger span:after {
	content: attr(data-title);
	position: absolute;
    top: -20px;
    right: -20px;
    padding: 4px 8px;
    color: #fff;
	opacity: 0;
	background-color: #333;
	z-index: 9;
	visibility: hidden;
	width: max-content;
}

.presentations .image-modal-trigger span:hover:after {
    opacity: 1;
	transition: all 0.2s ease .2s;
    visibility: visible;
}

        .accordion {
            --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

.accordion-button:not(.collapsed){
        box-shadow: none;
    }

/* :root {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
} */




@media screen and (max-width: 767px) {
	
	.presentation-wrap {
	  max-width: 27% !important;
	  margin-left: 3% !important;
	  margin-right: 3% !important;
	  max-height: 200px;
	}
	
	.presentations .image-modal-trigger img {
		max-height: 200px;
	}

	.presentations .content, .presentations .modal-gallery {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	
	.presentations .modal-dialog {
		margin: 3%;
		max-width: 94% !important;
	}
	
	.presentations .modal-content {
   	 padding-top: 40px;
	}
	
}