/* ---------------------------------------------------------------------------------------------

	Theme Name: CBSS
	Text Domain: cbss
	Version: 1.3.2
	Description: WordPress theme for CBSS.
	Author: Divide & Conquer
	Author URI: https://divideconquer.se


/* ---------------------------------------------------------------------------------------------


	Table of Contents

	0.	CSS Reset
	1.	Document Setup
	2.  Element Base
	3.	Helper Classes
	X.	Site Header
	X.	Modal: Mobile Menu
	X.	Modal: Search
	X.	Default Archive
	X.	Singular
	X.	Sidebar
	X.	Publication: Archive
	X.	Publication: Single
	X.  Page Templates
	X.X		Template: Front Page
	X.X		Template: Contact Us
	X.X		Template: Landing Page
	X.	Blocks
	X.	Entry Content
	X.	Site Pagination
	X.	Site Footer
	X.	Media Queries
	X.	Print Styles


/* --------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* --------------------------------------------------------------------------------------------- */


html, body {
	border: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote:before,
blockquote:after {
	content: "";
}


/* --------------------------------------------------------------------------------------------- */
/*	1. Document Setup
/* --------------------------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
}

/* Set by the font size setting */
html[data-font-size="5"] { font-size: 5px; }
html[data-font-size="6"] { font-size: 6px; }
html[data-font-size="7"] { font-size: 7px; }
html[data-font-size="8"] { font-size: 8px; }
html[data-font-size="9"] { font-size: 9px; }
html[data-font-size="11"] { font-size: 11px; }
html[data-font-size="12"] { font-size: 12px; }
html[data-font-size="13"] { font-size: 13px; }
html[data-font-size="14"] { font-size: 14px; }
html[data-font-size="15"] { font-size: 15px; }

body {
	background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.6rem; 
	text-align: left;
}

*,
*:before,
*:after {
		-webkit-box-sizing: inherit;
		-moz-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: break-word;
}

::selection {
	background: #000;
	color: #fff;
}


/* Clearing ---------------------------------- */

.group:after,
.entry-content:after {
	clear: both;
	content: "";
	display: block;
}


/* Base Transitions -------------------------- */

a,
path {
	transition: all .15s linear;
}


/* Screen Reader Text ------------------------ */

.screen-reader-text {
	clip: rect( .1rem, .1rem, .1rem, .1rem );
	height: .1rem;
	overflow: hidden;
	position: absolute !important;
		left: -999999rem;
	width: .1rem;
}

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


/* Accessibility Settings -------------------- */

@media ( prefers-reduced-motion: reduce ) {
	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}


/* Admin Bar --------------------------------- */

html.scroll-locked {
	margin-top: 0 !important;
}

html.scroll-locked #wpadminbar {
	display: none;
}


/* Animations -------------------------------- */

@keyframes pop {
    0% { transform: scale( 1 ); }
    50% { transform: scale( 1.25 ); }
    100% { transform: scale( 1 ); }
}

/* Fonts ------------------------------------- */

/* U8 */

@font-face {
    font-family: 'U8';
    src: url( './assets/fonts/u8/u8-black-webfont.woff2' ) format( 'woff2' ),
         url( './assets/fonts/u8/u8-black-webfont.woff' ) format( 'woff' );
    font-weight: 900;
    font-style: normal;
}

/* OPEN SANS */

@font-face {
    font-family: 'Open Sans';
    src: url( './assets/fonts/open-sans/opensans-regular-webfont.woff2' ) format( 'woff2' ),
         url( './assets/fonts/open-sans/opensans-regular-webfont.woff' ) format( 'woff' );
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url( './assets/fonts/open-sans/opensans-italic-webfont.woff2' ) format( 'woff2' ),
         url( './assets/fonts/open-sans/opensans-italic-webfont.woff' ) format( 'woff' );
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url( './assets/fonts/open-sans/opensans-semibold-webfont.woff2' ) format( 'woff2' ),
         url( './assets/fonts/open-sans/opensans-semibold-webfont.woff' ) format( 'woff' );
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url( './assets/fonts/open-sans/opensans-bold-webfont.woff2' ) format( 'woff2' ),
         url( './assets/fonts/open-sans/opensans-bold-webfont.woff' ) format( 'woff' );
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url( './assets/fonts/open-sans/opensans-bolditalic-webfont.woff2' ) format( 'woff2' ),
         url( './assets/fonts/open-sans/opensans-bolditalic-webfont.woff' ) format( 'woff' );
    font-weight: 700;
    font-style: italic;
}


/* --------------------------------------------------------------------------------------------- */
/*	2. Element Base
/* --------------------------------------------------------------------------------------------- */


main {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: U8, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 900;
	line-height: 1.25;
	margin: 3rem 0 2rem;
}

h1 { font-size: 3.2rem; }
h2 { font-size: 2.8rem; }
h3 { font-size: 2.4rem; }
h4 { font-size: 2.1rem; }
h5 { font-size: 1.8rem; }

h6 {
	font-size: 1em;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

p {
	line-height: 1.66;
	margin: 0 0 1.25em 0;
}

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

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

abbr,
acronym {
	cursor: help;
}

address {
	margin: 0 0 2rem 0;
}

hr {
	border: none;
	border-bottom: .1rem solid rgba( 0, 0, 0, 0.15 );
	margin: 2em 0;
}

a {
	color: #347E8D;
}


/* Lists ------------------------------------- */

ul,
ol {
	margin: 0 0 2rem 3rem;
}

ul { list-style: disc; }
ul ul { list-style: circle; }
ul ul ul { list-style: square; }

ol { list-style: decimal; }
ol ol { list-style: lower-alpha; }
ol ol ol { list-style: lower-roman; }

li {
	line-height: 1.5;
	margin: 1rem 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dd + dt {
	margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
	margin: 0 0 1.25em;
	padding: 0 0 0 3rem;
}

blockquote p:last-of-type {
	margin-bottom: 0;
}

cite {
	font-family: U8, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.025em;
	line-height: 1.25;
	text-transform: uppercase;
}

blockquote cite {
	display: block;
	margin-top: 1.5em;
}


/* Code -------------------------------------- */

pre {
	color: #000;
	overflow: auto;
	text-align: left;
}

code,
kbd,
pre,
samp {
	background: #f1f1f1;
	border-radius: .2rem;
	font-family: monospace;
	font-size: 1em;
	padding: .4rem .6rem;
}


/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

iframe {
	border: none;
	display: block;
	max-width: 100%;
}


/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -.8em;
	width: calc( 100% + 1.6em );
}

.gallery-item {
	margin: .8em 0;
	padding: 0 .8em;
}

.gallery-item img,
.gallery-item {
	display: block;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: .8em;
}


/* Inputs ------------------------------------ */

label {
	display: block;
	font-size: 1.5rem;
	margin: 0 0 .5rem 0;
}

label.inline {
	display: inline;
}

input,
textarea,
select,
button {
	font-family: inherit;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: .1rem solid #E4E3E1;
	border-radius: 0;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	margin: 0;
	max-width: 100%;
	padding: 1.3rem 1.8rem;
	width: 100%;
	word-break: normal;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder { color: #6F6D6C; line-height: normal; }
input:-ms-input-placeholder { color: #6F6D6C !important; /* Req by IE11 */ line-height: normal; }
input::-moz-placeholder { color: #6F6D6C; line-height: normal; opacity: 1; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-image: url( ./assets/images/svgs/chevron-select.svg );
	background-repeat: no-repeat;
	background-position: calc( 100% - 2rem ) center;
	background-size: 1.4rem .9rem;
	border: .1rem solid #E4E3E1;
	border-radius: 0;
	color: inherit;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1.2rem 4rem 1.2rem 1.8rem;
}

select::-ms-expand {
    display: none;
}

/* STYLED CHECKBOX */

.styled-checkbox input[type="checkbox"] {
	position: absolute;
		left: -9999rem;
}

.styled-checkbox-box {
	background-color: #fff;
	border: .14rem solid #E4E3E1;
	height: 1.4rem;
	position: relative;
	width: 1.4rem;
}

.styled-checkbox-box:before {
	background: url( ./assets/images/svgs/checkmark.svg ) no-repeat center;
	background-size: contain;
	content: "";
	display: none;
	height: 1.35rem;
	position: absolute;
		bottom: 0;
		left: .225rem;
	width: 1.35rem;
}

.styled-checkbox-box input:focus ~ .label-text {
	text-decoration: underline;
}

:checked ~ .styled-checkbox-box:before {
	display: block;
}

/* BUTTONS */

button,
.button,
.faux-button,
:root .wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #347E8D;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: U8, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif; 
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.025em;
	line-height: 1.25;
	justify-content: center;
	margin: 0;
	padding: 1.1em 1.4em 1.2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition-duration: .15s;
	transition-property: color, background-color, border-color;
}

/* STYLE: SMALL */

html .button-small {
	font-size: 1.2rem;
}

/* STYLE: OUTLINE */

html .button-outline {
	background: transparent;
	border: .2rem solid #347E8D;
	color: #347E8D;
	padding: calc( 1.1em - .2rem ) calc( 1.4em - .2rem ) calc( 1.2em - .2rem );
}

.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border-style: solid;
	border-width: .2rem;
	padding: calc( 1.1em - .2rem ) calc( 1.4em - .2rem ) calc( 1.2em - .2rem );
}

html .button-outline:hover {
	background-color: #347E8D;
	color: #fff;
}

html .button-outline.color-white {
	border-color: #fff;
	color: #fff;
}

html .button-outline.color-white:hover {
	background-color: #fff;
	border-color: transparent;
	color: #347E8D;
}

/* RESET CLASS */

.button-reset,
input.button-reset {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	border: none;
	color: inherit;
	display: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit;
}


/* Buttons Group ----------------------------- */

.buttons,
.buttons.buttons-small {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -1rem -1rem;
}

.buttons > *,
.buttons.buttons-small > * {
	margin: 0 0 1rem 1rem;
}


/* Tables ------------------------------------ */

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.4rem;
	margin-bottom: 3rem;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

table.fixed {
	table-layout: fixed;
}

table tr + tr {
	border-top: .1rem solid #E4E3E1;
}

th,
td {
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 2.5%;
}

th {
	font-weight: 700;
}

caption {
	font-family: U8, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	padding-bottom: 2.5%;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}


/* --------------------------------------------------------------------------------------------- */
/*	3. Helper Classes
/* --------------------------------------------------------------------------------------------- */


/* Layout ------------------------------------ */

.no-margin { margin: 0; }
.no-padding { padding: 0; }

.center-vertically {
	align-items: center;
	display: flex;
	justify-content: center;
}

.contain-margins > *:first-child { margin-top: 0; }
.contain-margins > *:last-child { margin-bottom: 0; }

.center, .center-v {
	margin-bottom: auto;
	margin-top: auto;
}

.center, .center-h {
	margin-left: auto;
	margin-right: auto;
}

.center-children {
	align-items: center;
	display: flex;
	justify-content: center;
}

.no-scrollbars { scrollbar-width: none; }
.no-scrollbars::-webkit-scrollbar { display: none; }


/* Sections ---------------------------------- */

section {
	padding: 4rem 0;
	width: 100%;	
}

.section-inner {
	margin: 0 auto;
	max-width: 168rem;
	width: calc( 100% - 4rem );
}

.section-inner.max-percentage { width: 100%; }

.section-inner.thin { max-width: 62rem; }
.section-inner.small { max-width: 84rem; }
.section-inner.medium { max-width: 104rem; }

.section-inner.no-margin { margin: 0; }


/* Widths and Heights ------------------------ */

.screen-height,
.screen-height-m {
	min-height: 100vh;
}

.screen-width,
.screen-width-m {
	position: relative;
		left: calc( 50% - 50vw );
	width: 100vw;
}


/* Padding Helpers --------------------------- */

.p-m-0 { padding: 0; }
.p-m-4 { padding: .4rem; }
.p-m-5 { padding: .5rem; }
.p-m-10 { padding: 1rem; }
.p-m-15 { padding: 1.5rem; }
.p-m-20 { padding: 2rem; }
.p-m-25 { padding: 2.5rem; }
.p-m-30 { padding: 3rem; }
.p-m-40 { padding: 4rem; }
.p-m-50 { padding: 5rem; }
.p-m-60 { padding: 6rem; }
.p-m-80 { padding: 8rem; }

.p-m-u-0, .p-m-v-0 { padding-top: 0; }
.p-m-d-0, .p-m-v-0 { padding-bottom: 0; }
.p-m-l-0, .p-m-h-0 { padding-left: 0; }
.p-m-r-0, .p-m-h-0 { padding-right: 0; }

.p-m-u-4, .p-m-v-4 { padding-top: .4rem; }
.p-m-d-4, .p-m-v-4 { padding-bottom: .4rem; }
.p-m-l-4, .p-m-h-4 { padding-left: .4rem; }
.p-m-r-4, .p-m-h-4 { padding-right: .4rem; }

.p-m-u-5, .p-m-v-5 { padding-top: .5rem; }
.p-m-d-5, .p-m-v-5 { padding-bottom: .5rem; }
.p-m-l-5, .p-m-h-5 { padding-left: .5rem; }
.p-m-r-5, .p-m-h-5 { padding-right: .5rem; }

.p-m-u-10, .p-m-v-10 { padding-top: 1rem; }
.p-m-d-10, .p-m-v-10 { padding-bottom: 1rem; }
.p-m-l-10, .p-m-h-10 { padding-left: 1rem; }
.p-m-r-10, .p-m-h-10 { padding-right: 1rem; }

.p-m-u-15, .p-m-v-15 { padding-top: 1.5rem; }
.p-m-d-15, .p-m-v-15 { padding-bottom: 1.5rem; }
.p-m-l-15, .p-m-h-15 { padding-left: 1.5rem; }
.p-m-r-15, .p-m-h-15 { padding-right: 1.5rem; }

.p-m-u-20, .p-m-v-20 { padding-top: 2rem; }
.p-m-d-20, .p-m-v-20 { padding-bottom: 2rem; }
.p-m-l-20, .p-m-h-20 { padding-left: 2rem; }
.p-m-r-20, .p-m-h-20 { padding-right: 2rem; }

.p-m-u-25, .p-m-v-25 { padding-top: 2.5rem; }
.p-m-d-25, .p-m-v-25 { padding-bottom: 2.5rem; }
.p-m-l-25, .p-m-h-25 { padding-left: 2.5rem; }
.p-m-r-25, .p-m-h-25 { padding-right: 2.5rem; }

.p-m-u-30, .p-m-v-30 { padding-top: 3rem; }
.p-m-d-30, .p-m-v-30 { padding-bottom: 3rem; }
.p-m-l-30, .p-m-h-30 { padding-left: 3rem; }
.p-m-r-30, .p-m-h-30 { padding-right: 3rem; }

.p-m-u-40, .p-m-v-40 { padding-top: 4rem; }
.p-m-d-40, .p-m-v-40 { padding-bottom: 4rem; }
.p-m-l-40, .p-m-h-40 { padding-left: 4rem; }
.p-m-r-40, .p-m-h-40 { padding-right: 4rem; }

.p-m-u-50, .p-m-v-50 { padding-top: 5rem; }
.p-m-d-50, .p-m-v-50 { padding-bottom: 5rem; }
.p-m-l-50, .p-m-h-50 { padding-left: 5rem; }
.p-m-r-50, .p-m-h-50 { padding-right: 5rem; }

.p-m-u-60, .p-m-v-60 { padding-top: 6rem; }
.p-m-d-60, .p-m-v-60 { padding-bottom: 6rem; }
.p-m-l-60, .p-m-h-60 { padding-left: 6rem; }
.p-m-r-60, .p-m-h-60 { padding-right: 6rem; }

.p-m-u-80, .p-m-v-80 { padding-top: 8rem; }
.p-m-d-80, .p-m-v-80 { padding-bottom: 8rem; }
.p-m-l-80, .p-m-h-80 { padding-left: 8rem; }
.p-m-r-80, .p-m-h-80 { padding-right: 8rem; }


/* Toggles ----------------------------------- */

.toggle {
	cursor: pointer;
	position: relative;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	user-select: none;
}

.cover-toggle {
	opacity: 0;
	position: fixed;
		bottom: 0;
		left: -99999rem;
		right: 99999rem;
		top: 0;
	transition: opacity .4s linear, left 0s .4s, right 0s .4s;
	z-index: 9;
}

.cover-toggle.active {
	left: 0;
	opacity: 1;
	right: 0;
	transition: opacity .4s linear;
}

.cover-toggle.short-transition { transition: opacity .2s linear, left 0s .2s, right 0s .2s; }
.cover-toggle.short-transition.active { transition: opacity .2s linear; }


/* Grid Structure ---------------------------- */

.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.grid .grid {
	margin-left: 0;
	width: 100%;
}

.grid .grid:last-child {
	margin-bottom: 0;
}

.grid {
	margin: 0 0 -3rem -1rem;
}

.grid + .grid { margin-top: 3rem; }

.grid-item {
	margin: 0 0 3rem 1rem;
	width: calc( 100% - 1rem );
}

.grid.mcols-1 > .grid-item { width: calc( 100% - 1rem ); }
.grid.mcols-2 > .grid-item { width: calc( 50% - 1rem ); }

.grid.no-vgutter,
.grid.no-vgutter .grid-item {
	margin-bottom: 0;
}

.grid.no-hgutter,
.grid.no-hgutter .grid-item {
	margin-left: 0;
}

.grid.match-gutter { margin-bottom: -1rem; }
.grid.match-gutter + .grid.match-gutter { margin-top: 1rem; }
.grid.match-gutter .grid-item { margin-bottom: 1rem; }

.grid.no-hgutter .grid-item,
.grid.mcols-1.no-hgutter .grid-item { width: 100%; }
.grid.mcols-2.no-hgutter > .grid-item { width: 50%; }
.grid.mcols-3.no-hgutter > .grid-item { width: 33.33%; }
.grid.mcols-4.no-hgutter > .grid-item { width: 25%; }
.grid.mcols-5.no-hgutter > .grid-item { width: 20%; }


/* Hiding and Showing ------------------------ */

html .d-m-none { display: none; }
html .d-m-flex { display: flex; }
html .d-m-block { display: block; }
html .d-m-inline { display: inline; }
html .d-m-inline-flex { display: inline-flex; }
html .d-m-inline-block { display: inline-block; }

html.no-js .d-no-js-none { display: none; }
html.no-js .d-no-js-flex { display: flex; }
html.no-js .d-no-js-block { display: block; }
html.no-js .d-no-js-inline { display: inline; }
html.no-js .d-no-js-inline-flex { display: inline-flex; }
html.no-js .d-no-js-inline-block { display: inline-block; }

html.js .d-js-none { display: none; }
html.js .d-js-flex { display: flex; }
html.js .d-js-block { display: block; }
html.js .d-js-inline { display: inline; }
html.js .d-js-inline-flex { display: inline-flex; }
html.js .d-js-inline-block { display: inline-block; }

html .d-inactive-none { display: none; }
html .d-inactive-flex { display: flex; }
html .d-inactive-block { display: block; }
html .d-inactive-inline { display: inline; }
html .d-inactive-inline-flex { display: inline-flex; }
html .d-inactive-inline-block { display: inline-block; }

html .active > .d-active-none, .active.d-active-none { display: none; }
html .active > .d-active-flex, .active.d-active-flex { display: flex; }
html .active > .d-active-block, .active.d-active-block { display: block; }
html .active > .d-active-inline, .active.d-active-inline { display: inline; }
html .active > .d-active-inline-flex, .active.d-active-inline-flex { display: inline-flex; }
html .active > .d-active-inline-block, .active.d-active-inline-block { display: inline-block; }


/* Alignment Classes ------------------------- */

.justify-baseline { justify-content: baseline; }
.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-space-between { justify-content: space-between; }
.justify-space-around { justify-content: space-around; }

.align-baseline { align-items: baseline }
.align-start { align-items: flex-start; }
.align-center { align-items: center; }
.align-end { align-items: flex-end; }
.align-space-between { align-content: space-between; }
.align-space-around { align-content: space-around; }


/* Typography -------------------------------- */

.ff-body { 
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
}

.ff-u8 { 
	font-family: U8, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif; 
	font-weight: 900; 
	line-height: 1.25;
}

.style-italic { font-style: italic; }

.fw-900 { font-weight: 900; }
.fw-800 { font-weight: 800; }
.fw-700 { font-weight: 700; }
.fw-600 { font-weight: 600; }
.fw-500 { font-weight: 500; }
.fw-400 { font-weight: 400; }
.fw-300 { font-weight: 300; }
.fw-200 { font-weight: 200; }
.fw-100 { font-weight: 100; }

.ta-inherit { text-align: inherit; }
.ta-left { text-align: left; }
.ta-center { text-align: center; }
.ta-right { text-align: right; }

.ls-incr-5 { letter-spacing: 0.10em; }
.ls-incr-4 { letter-spacing: 0.08em; }
.ls-incr-3 { letter-spacing: 0.06em; }
.ls-incr-2 { letter-spacing: 0.04em; }
.ls-incr-1 { letter-spacing: 0.02em; }

.ls-decr-1 { letter-spacing: -.01em; }
.ls-decr-2 { letter-spacing: -.02em; }
.ls-decr-3 { letter-spacing: -.04em; }
.ls-decr-4 { letter-spacing: -.06em; }
.ls-decr-5 { letter-spacing: -.08em; }

.lh-inherit { line-height: inherit; }
.lh-single { line-height: 1; }
.lh-title { line-height: 1.25; }
.lh-paragraph { line-height: 1.5; }

.td-none { text-decoration: none; }
.td-underline,
.td-hover-underline:hover { text-decoration: underline; }

.ts-light { text-shadow: 0 .1rem 0 rgba( 0, 0, 0, 0.1 ), 0 0 1rem rgba( 0, 0, 0, 0.1 ); }
.ts-medium { text-shadow: 0 .1rem 0 rgba( 0, 0, 0, 0.25 ), 0 0 1rem rgba( 0, 0, 0, 0.25 ); }
.ts-dark { text-shadow: 0 .1rem 0 rgba( 0, 0, 0, 0.5 ), 0 0 1rem rgba( 0, 0, 0, 0.5 ); }

.lining-numerals {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
}

.slashed-zero {
	font-feature-settings: "zero";
	font-variant-numeric: slashed-zero;
}

.tt-uppercase { text-transform: uppercase; }
.tt-lowercase { text-transform: lowercase; }

.no-select {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	user-select: none;
}

/* TYPOGRAPHY CLASSES */

.smallcaps-text {
	font-family: U8, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}


/* Text Sizes -------------------------------- */

.fs-m-inherit { font-size: inherit; }

.fs-xl { font-size: 1.25em; }
.fs-xs { font-size: 0.8em; }

.fs-m-10 { font-size: 1.0rem; }
.fs-m-11 { font-size: 1.1rem; }
.fs-m-12 { font-size: 1.2rem; }
.fs-m-13 { font-size: 1.3rem; }
.fs-m-14 { font-size: 1.4rem; }
.fs-m-15 { font-size: 1.5rem; }
.fs-m-16 { font-size: 1.6rem; }
.fs-m-17 { font-size: 1.7rem; }
.fs-m-18 { font-size: 1.8rem; }
.fs-m-19 { font-size: 1.9rem; }
.fs-m-20 { font-size: 2.0rem; }
.fs-m-21 { font-size: 2.1rem; }
.fs-m-22 { font-size: 2.2rem; }
.fs-m-24 { font-size: 2.4rem; }
.fs-m-25 { font-size: 2.5rem; }
.fs-m-28 { font-size: 2.8rem; }
.fs-m-30 { font-size: 3.0rem; }
.fs-m-31 { font-size: 3.1rem; }
.fs-m-32 { font-size: 3.2rem; }
.fs-m-34 { font-size: 3.4rem; }
.fs-m-36 { font-size: 3.6rem; }
.fs-m-40 { font-size: 4.0rem; }
.fs-m-48 { font-size: 4.8rem; }
.fs-m-64 { font-size: 6.4rem; }


/* Text Columns ------------------------------ */

.t-cols-m-2 { columns: 2 2rem; }


/* Position ---------------------------------- */

.pos-static { position: static; }
.pos-relative { position: relative; }
.pos-absolute { position: absolute; }
.pos-sticky { position: sticky; }

.pos-cover {
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
}

.z-1 { z-index: 9; }
.z-2 { z-index: 99; }
.z-3 { z-index: 999; }
.z-4 { z-index: 9999; }
.z-5 { z-index: 99999; }


/* Pseudos ----------------------------------- */

.pseudo-before-cover:before,
.pseudo-after-cover:after {
	content: "";
	display: block;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
}


/* Overflow ---------------------------------- */

.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }


/* Height & Width ---------------------------- */

.width-full { width: 100%; }
.width-screen { width: 100vw; }
.width-auto { width: auto; }

.height-full { height: 100%; }
.height-screen { height: 100vh; }
.height-auto { height: auto; }


/* Colors ------------------------------------ */

/* TEXT COLOR */

/* 
	Note: 
	The --accent color variables can be overwritten by redefining the variable in inline styles.
	They default to the cyan colors on browsers without support for CSS variables.
*/

@supports( --css: variables ) {
	:root {
		--accent: #347E8D;
		--accent-light: #B2D2D4;
		--accent-lightest: #C8E1E1;
	}
}

html .color-cyan, html .color-cyan-hover:hover,
html .color-accent, html .color-accent-hover:hover { color: #347E8D; }
html .color-cyan-light, html .color-cyan-light-hover:hover,
html .color-accent-light, html .color-accent-light-hover:hover { color: #B2D2D4; }
html .color-cyan-lightest, html .color-cyan-lightest-hover:hover,
html .color-accent-lightest, html .color-accent-lightest-hover:hover { color: #C8E1E1; }

@supports( --css: variables ) {
	html .color-accent, html .color-accent-hover:hover { color: var( --accent ); }
	html .color-accent-light, html .color-accent-light-hover:hover { color: var( --accent-light ); }
	html .color-accent-lightest, html .color-accent-lightest-hover:hover { color: var( --accent-lightest ); }
}

html .color-blue { color: #003796; }
html .color-blue-light { color: #95B2D2; }
html .color-blue-lightest { color: #AFC8DC; }
html .color-brown { color: #A55F23; }
html .color-brown-light { color: #E9DACD; }
html .color-brown-lightest { color: #F5F0EB; }
html .color-red { color: #EB503C; }
html .color-red-light { color: #EBB2A6; }
html .color-red-lightest { color: #EBC3B9; }

html .color-black, html .color-black-hover:hover { color: #231F20; }
html .color-gray-dark, html .color-gray-dark-hover:hover { color: #6F6D6C; }
html .color-gray-light, html .color-gray-light-hover:hover { color: #CAC8C6; }
html .color-gray-lighter, html .color-gray-lighter-hover:hover { color: #E4E3E1; }
html .color-gray-lightest, html .color-gray-lightest-hover:hover { color: #F4F3F1; }
html .color-white, html .color-white-hover:hover { color: #fff; }

.color-inherit { color: inherit; }

/* BACKGROUND COLOR */

html .bg-cyan, html .bg-cyan-hover:hover,
html .bg-accent, html .bg-accent-hover:hover { background-color: #347E8D; }
html .bg-cyan-light, html .bg-cyan-light-hover:hover,
html .bg-accent-light, html .bg-accent-light-hover:hover { background-color: #B2D2D4; }
html .bg-cyan-lightest, html .bg-cyan-lightest-hover:hover,
html .bg-accent-lightest, html .bg-accent-lightest-hover:hover { background-color: #C8E1E1; }

@supports( --css: variables ) {
	html .bg-accent, html .bg-accent-hover:hover { background-color: var( --accent ); }
	html .bg-accent-light, html .bg-accent-light-hover:hover { background-color: var( --accent-light ); }
	html .bg-accent-lightest, html .bg-accent-lightest-hover:hover { background-color: var( --accent-lightest ); }
}

html .bg-blue { background-color: #003796; }
html .bg-blue-light { background-color: #95B2D2; }
html .bg-blue-lightest { background-color: #AFC8DC; }
html .bg-brown { background-color: #A55F23; }
html .bg-brown-light { background-color: #E9DACD; }
html .bg-brown-lightest { background-color: #F5F0EB; }
html .bg-red { background-color: #EB503C; }
html .bg-red-light { background-color: #EBB2A6; }
html .bg-red-lightest { background-color: #EBC3B9; }

html .bg-black, html .bg-black-hover:hover { background-color: #231F20; }
html .bg-gray-dark, html .bg-gray-dark-hover:hover { background-color: #6F6D6C; }
html .bg-gray-light, html .bg-gray-light-hover:hover { background-color: #CAC8C6; }
html .bg-gray-lighter, html .bg-gray-lighter-hover:hover { background-color: #E4E3E1; }
html .bg-gray-lightest, html .bg-gray-lightest-hover:hover { background-color: #F4F3F1; }
html .bg-white, html .bg-white-hover:hover { background-color: #fff; }

html .bg-striped, .bg-striped-hover:hover { background: repeating-linear-gradient( 90deg, #347E8D, #347E8D 7.5rem, #7FB9BF 7.5rem, #7FB9BF 15rem ); }

.bg-current-color, .bg-current-color-hover:hover { background-color: currentColor; }

.bg-none { background: none; }

/* BORDER COLOR */

html .border-cyan,
html .border-accent { border-color: #347E8D; }
html .border-cyan-light,
html .border-accent-light { border-color: #B2D2D4; }
html .border-cyan-lightest,
html .border-accent-lightest { border-color: #C8E1E1; }

@supports( --css: variables ) {
	html .border-accent { border-color: var( --accent ); }
	html .border-accent-light { border-color: var( --accent-light ); }
	html .border-accent-lightest { border-color: var( --accent-lightest ); }
}

html .border-blue { border-color: #003796; }
html .border-blue-light { border-color: #95B2D2; }
html .border-blue-lightest { border-color: #AFC8DC; }
html .border-brown { border-color: #A55F23; }
html .border-brown-light { border-color: #E9DACD; }
html .border-brown-lightest { border-color: #F5F0EB; }
html .border-red { border-color: #EB503C; }
html .border-red-light { border-color: #EBB2A6; }
html .border-red-lightest { border-color: #EBC3B9; }

/* FILL COLOR */

html .fill-cc, html .fill-cc * { fill: currentColor; }

html .fill-cyan, html .fill-cyan *,
html .fill-accent, html .fill-accent * { fill: #347E8D; }
html .fill-cyan-light, html .fill-cyan-light *,
html .fill-accent-light, html .fill-accent-light * { fill: #B2D2D4; }

@supports( --css: variables ) {
	html .fill-accent, html .fill-accent * { fill: var( --accent ); }
	html .fill-accent-light, html .fill-accent-light * { fill: var( --accent-light ); }
}

html .fill-cyan-lightest, html .fill-cyan-lightest * { fill: #C8E1E1; }
html .fill-blue, html .fill-blue * { fill: #003796; }
html .fill-blue-light, html .fill-blue-light * { fill: #95B2D2; }
html .fill-blue-lightest, html .fill-blue-lightest * { fill: #AFC8DC; }
html .fill-brown, html .fill-brown * { fill: #A55F23; }
html .fill-brown-light, html .fill-brown-light * { fill: #E9DACD; }
html .fill-brown-lightest, html .fill-brown-lightest * { fill: #F5F0EB; }
html .fill-red, html .fill-red * { fill: #EB503C; }
html .fill-red-light, html .fill-red-light * { fill: #EBB2A6; }
html .fill-red-lightest, html .fill-red-lightest * { fill: #EBC3B9; }

/* STROKE COLOR */

.stroke-cc, .stroke-cc * { stroke: currentColor; }

html .stroke-cyan, html .stroke-cyan-hover:hover,
html .stroke-accent, html .stroke-accent-hover:hover { stroke: #347E8D; }

@supports( --css: variables ) {
	html .stroke-accent, html .stroke-accent * { stroke: var( --accent ); }
}


/* Pseudo Background ------------------------- */

.pseudo-bg:before,
.pseudo-gradient:before {
	content: "";
	display: block;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
}

.pseudo-bg:before { background-color: rgba( 0, 0, 0, 0.25 ); }
.pseudo-bg.medium:before,
.pseudo-bg.medium-hover:hover:before { background-color: rgba( 0, 0, 0, 0.50 ); }
.pseudo-bg.strong:before,
.pseudo-bg.strong-hover:hover:before { background-color: rgba( 0, 0, 0, 0.75 ); }

.pseudo-gradient:before { background: linear-gradient( -180deg, rgba( 0, 0, 0, 0 ) 0%, rgba( 0, 0, 0, 0.25 ) 100% ); }
.pseudo-gradient.medium:before { background: linear-gradient( -180deg, rgba( 0, 0, 0, 0 ) 0%, rgba( 0, 0, 0, 0.50 ) 100% ); }
.pseudo-gradient.strong:before { background: linear-gradient( -180deg, rgba( 0, 0, 0, 0 ) 0%, rgba( 0, 0, 0, 0.75 ) 100% ); }


/* Image Classes ----------------------------- */

.faux-image,
.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.faux-image > img {
	position: absolute;
		left: -9999rem;
}

.bg-contain {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.no-touchevents .bg-attachment-fixed {
	background-attachment: fixed;
}

@supports ( -webkit-overflow-scrolling: touch ) {
    .bg-attachment-fixed {
        background-attachment: scroll;
    }
}

@media ( prefers-reduced-motion: reduce ) {
    .bg-attachment-fixed {
        background-attachment: scroll;
    }
}

.faux-image {
	position: relative;
}

a.faux-image {
	display: block;
}

.faux-image:after {
	content: "";
	display: block;
	padding-top: 62.5%;
	width: 100%;
}

.faux-image.half:after { padding-top: 50%; }
.faux-image.television:after { padding-top: 56.25%; }
.faux-image.three-quarters:after { padding-top: 75%; }
.faux-image.square:after { padding-top: 100%; }
.faux-image.portrait:after { padding-top: 133.33% }

figcaption,
.wp-caption-text {
	display: block;
	font-size: 1.4rem;
	margin: 1rem 0 0;
}

.wp-caption {
	margin: 3rem 0;
}


/* Cover Modal ------------------------------- */

.cover-modal {
	opacity: 0;
	overflow: auto;
	position: fixed;
		bottom: 0;
		left: -9999rem;
		right: 9999rem;
		top: 0;
	transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
	z-index: 9999;
}

.cover-modal.active {
	left: 0;
	right: 0;
	opacity: 1;
	transition: opacity .25s ease-out;
}

.cover-modal-inner { 
	max-height: 100%;
	overflow: auto;
}

.cover-modal.vertically-centered .cover-modal-inner {
	position: absolute;
		left: 50%;
		top: 50%;
	transform: translateX( -50% ) translateY( -50% );
}


/* Breadcrumbs ------------------------------- */

.breadcrumbs-wrapper {
	border-bottom: .1rem solid #E4E3E1;
	overflow: hidden;
	position: relative;
}

.breadcrumbs-wrapper.center li:first-child { margin-left: auto; }
.breadcrumbs-wrapper.center li:last-child { margin-right: auto; }

.breadcrumbs-inner-wrapper {
	-ms-overflow-style: none;
	overflow: scroll;
	padding: .5rem 0;
}

.breadcrumbs-wrapper:after {
	background-image: linear-gradient( -90deg, #fff 0%, rgba( 255, 255, 255, 0 ) 100% );
	content: "";
	display: block;
	pointer-events: none;
	position: absolute;
		bottom: 0;
		right: 0;
		top: 0;
	width: 4rem;
}

.breadcrumbs {
	align-items: center;
	display: flex;
	line-height: 1;
	white-space: nowrap;
	width: auto;
}

.breadcrumbs li,
.breadcrumbs .sep {
	align-items: inherit;
	display: inherit;
	flex-shrink: 0;
	line-height: inherit;
}

.breadcrumbs-wrapper:not(.center) li:last-child {
	padding-right: 4rem;
}

.breadcrumbs .sep {
	margin: 0 1.5rem;
}

.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }

.breadcrumbs li:last-child a {
	color: inherit;
}


/* Date Picker ----------------------------- */

.ui-datepicker-calendar {
	font-size: 1.4rem;
	margin: 0;
	table-layout: fixed;
}

.ui-datepicker-calendar,
.ui-datepicker-calendar * {
		-moz-user-select: -moz-none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
    user-select: none;
}

/* DATE PICKER HEADER */

.ui-datepicker-header {
	background: #347E8D;
	border-radius: 4px;
	padding: 16px 0 16px;
	position: relative;
	text-align: center;
}

.ui-datepicker-title {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	text-transform: capitalize;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	background: no-repeat center;
	background-size: 1.4rem auto;
	border-radius: .4rem;
	cursor: pointer;
	display: block;
	position: absolute;
		bottom: .4rem;
		top: .4rem;
	text-indent: -9999rem;
	transition: background-color .1s linear;
	width: 4.2rem;
}

.ui-datepicker-prev { 
	background-image: url( ./assets/images/svgs/datepicker-arrow-left-white.svg );
	background-position: 45% center;
	left: .4rem; 
}

.ui-datepicker-next { 
	background-image: url( ./assets/images/svgs/datepicker-arrow-right-white.svg );
	background-position: 55% center;
	right: .4rem; 
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	background-color: rgba( 0, 0, 0, 0.1 );
}

/* DATE PICKER WEEKDAYS */

.ui-datepicker-calendar th {
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
}

/* DATE PICKER BODY */

.ui-datepicker-calendar tr {
	border-bottom: 1px solid #fff;
}

.ui-datepicker-calendar td {
	background: #F4F3F1;
	border-left: 1px solid #fff;
	color: #000;
	padding: 0;
	text-align: center;
}

.ui-datepicker-calendar td.ui-datepicker-other-month {
	background: #F8F8F8;
}

.ui-datepicker-calendar td.ui-datepicker-other-month:not(.ui-state-disabled) {
	color: #6F6D6C;
}

.ui-datepicker-calendar td.ui-state-disabled {
	background: #fff;
	color: #CAC8C6;
	cursor: default;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar td a {
	transition: background-color .1s linear;
}

table.ui-datepicker-calendar a {
	font-size: inherit;
}

.ui-datepicker-calendar td a {
	display: block;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td.ui-state-disabled span {
	display: block;
	padding: 20% 8%;
}

.ui-datepicker-calendar td a {
	display: block;
	text-decoration: none;
}

.ui-datepicker-calendar td a:hover {
	text-decoration: none;
}

.ui-datepicker-calendar td a:not(.ui-state-active):hover,
.ui-state-active {
	background: #347E8D;
	color: #fff;
	text-decoration: none;
}

.ui-datepicker-calendar td.highlight,
.ui-datepicker-calendar td.highlight.ui-datepicker-other-month:not(.ui-state-disabled) { 
	background: #7FB9BF; 
	color: #fff;
	font-weight: 700;
}

.ui-datepicker-calendar td.highlight.ui-datepicker-other-month:not(.ui-state-disabled) {
	background: #EDC6D2;
}

.ui-state-active {
	font-weight: 700;
}


/* Search Form ------------------------------- */

.search-form {
	display: flex;
	flex-wrap: nowrap;
	max-width: 40rem;
	width: 100%;
}

.search-form label {
	margin: 0;
	width: 100%;
}

.search-form .search-submit {
	flex-shrink: 0;
	margin-left: 1rem;
}


/* Horizontal List --------------------------- */

.horizontal-list {
	display: flex;
	flex-wrap: wrap;
	margin: -1rem 0 0 -2.5rem; 
}

.horizontal-list > li { 
	margin: 1rem 0 0 2.5rem; 
}

/* Vertical List --------------------------- */

.vertical-list {
	display: flex;
	flex-direction: column;
	margin: -1.5rem 0 0; 
}

.vertical-list li { 
	margin: 1.5rem 0 0; 
}


/* Collapse Menu ----------------------------- */

.collapse-menu {
	font-size: 1.6rem;
}

.collapse-menu .sub-menu-toggle {
	align-items: center;
	background: none;
	color: inherit;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	padding: 0 2rem;
}

.collapse-menu .sub-menu-toggle:before {
	background: #E4E3E1;
	content: "";
	position: absolute;
		bottom: 1rem;
		left: 0;
		top: 1rem;
	width: .1rem;
}

.collapse-menu .sub-menu-toggle svg {
	height: .9rem;
	transition: transform .15s linear;
	width: 1.5rem;
}

.collapse-menu .sub-menu-toggle.active svg {
	transform: rotate( 180deg );
}

.collapse-menu .sub-menu-toggle svg * {
	stroke-width: .2rem;
}

.collapse-menu li { 
	border-top: .1rem solid #E4E3E1; 
}

.collapse-menu .ancestor-wrapper {
	display: flex;
	justify-content: space-between;
}

.collapse-menu a {
	color: inherit;
	display: block;
	padding: 1.7rem 0;
	text-decoration: none;
	width: 100%;
}

.collapse-menu a:hover {
	text-decoration: underline;
}

.collapse-menu > li:last-child > .ancestor-wrapper > a {
	padding-bottom: 0;
}

.collapse-menu a:hover .name {
	text-decoration: underline;
}

.collapse-menu .current-menu-item > .ancestor-wrapper > a {
	text-decoration: underline;
}

.collapse-menu ul {
	font-size: 1.4rem;
	margin-left: 2rem;
	display: none;
}

.collapse-menu .current-menu-ancestor > ul {
	display: block;
}


/* Base Toggle ------------------------------- */

button.base-toggle {
	background-color: #F4F3F1;
	font-size: 1.6rem;
	font-weight: 600;
	width: 100%;
}

.base-toggle-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 2rem;
	position: relative;
	width: 100%;
}

button.base-toggle .text {
	padding: 0 4rem 0 0;
}

button.base-toggle .icon {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}

button.base-toggle .icon:before {
	background-color: #E4E3E1;
	content: "";
	display: block;
	position: absolute;
		bottom: 1rem;
		right: 5.8rem;
		top: 1rem;
	width: .1rem;
}

button.base-toggle .icon svg {
	height: 1rem;
	transition: transform .15s linear;
	width: 2rem;
}

button.base-toggle .icon svg * {
	stroke-width: .2rem;
}

button.base-toggle.active .icon svg {
	transform: rotate( 180deg );
}


/* Inline Background Title ------------------- */

.inline-bg-title {
	line-height: 1.5;
}

.inline-bg-title-bg { 
	background-color: #347E8D;
	color: #fff;
	padding: .165em .5em .25em .5em;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
}

.inline-bg-title a {
	color: inherit;
}


/* Icon with Text --------------------------- */

.icon-text {
	align-items: center;
	display: flex;
}

.icon-text > * + * {
	margin-left: .5em;
}

.icon-text .icon {
	flex-shrink: 0;
}


/* Entry Meta -------------------------------- */

.entry-meta {
	line-height: 1.25;
}

.entry-meta a { text-decoration: none; }
.entry-meta a:hover { text-decoration: underline; }

.entry-meta .icon {
	transform: translateY( 5% );
}

.entry-meta svg * {
	stroke-width: .2rem;
}


/* Expandable Container ---------------------- */

.is-expandable:not( .expanded ) {
	max-height: 25rem;
	overflow: hidden;
	position: relative;
}

.expand-toggle-wrapper {
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	z-index: 1;
}

.is-expandable.expanded .expand-toggle-wrapper {
	display: none;
}

.expand-toggle-wrapper:before {
	background-image: linear-gradient( 180deg, rgba( 244, 243, 241, 0 ) 0%, #F4F3F1 100% );
	content: "";
	display: block;
	height: 100%;
	pointer-events: none;
	position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
}

.expand-toggle {
	align-items: center;
	border-top: .1rem solid #E4E3E1;
	display: flex;
	justify-content: center;
	padding: 2rem 2rem 2.2rem 2rem;
	width: 100%;
}

.expand-toggle svg {
	transform: translateY( 10% );
}

.expand-toggle:hover {
	text-decoration: underline;
}

/* Social Links ------------------------------ */

.social-links a {
	align-items: center;
	display: flex;
	text-decoration: none;
}

.social-links a:hover .label {
	text-decoration: underline;
}

/* STYLE: HORIZONTAL */

.social-links.horizontal {
	margin-left: -2rem;
	align-items: center;
	display: flex;
}

.social-links.horizontal.center {
	justify-content: center;
}

.social-links.horizontal.separated li + li {
	border-left: .1rem solid #E4E3E1;
}

.social-links.horizontal a {
	height: 2.1rem;
	justify-content: center;
	padding: 0 2rem;
}

.social-links.horizontal a:hover {
	transform: scale( 1.15 );
}

/* STYLE: VERTICAL */

.social-links.vertical {
	display: flex;
	flex-direction: column;
	margin: -.5rem 0 0 -.5rem;
}

.social-links.vertical li {
	margin: .5rem 0 0 .5rem;
}

.social-links.vertical .icon {
	align-items: center;
	display: flex;
	height: 2.3rem;
	justify-content: center;
	width: 2.3rem;
}

.social-links.vertical .label {
	margin-left: .5em;
}


/* Loading Indicator ------------------------- */

.loader {
	animation: spin 1.4s linear infinite;
	animation-duration: 1500ms;
	animation-timing-function: cubic-bezier( 0.77, 0.1, 0.45, 0.8 );
    border: .4rem solid #347E8D;
	border-radius: 50%;
    border-top-color: transparent;
    height: 5rem;
	margin: auto;
    width: 5rem;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* Spotted Animations ------------------------ */

.spot-fade-up {
	transition-duration: 1s;
}

/* FADE UP */

.spot-fade-up.will-be-spotted:not(.spotted) {
	opacity: 0;
	transform: translateY( 3rem );
	transform-origin: top center;
	transition: none;
}

.spot-fade-up.will-be-spotted.spotted {
	opacity: 1;
	transform: translateY( 0 );
	transition-property: opacity, transform;
	transition-duration: 1s;
	transition-timing-function: ease-out;
}

/* DELAY HELPERS */

.t-del-100 { transition-delay: 0.1s; }
.t-del-200 { transition-delay: 0.2s; }
.t-del-300 { transition-delay: 0.3s; }
.t-del-400 { transition-delay: 0.4s; }
.t-del-500 { transition-delay: 0.5s; }


/* --------------------------------------------------------------------------------------------- */
/*	4. Site Header
/* --------------------------------------------------------------------------------------------- */


#site-header,
.header-top {
	border-bottom: .1rem solid #E4E3E1;
}

.header-top,
.header-bottom {
	position: relative;
	z-index: 10000;
}

.header-top a,
.header-bottom a {
	color: inherit;
	text-decoration: none;
}

.header-top-inner,
.header-bottom-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.header-top-inner {
	align-items: center;
}

.header-top-inner .social-links a {
	color: #347E8D;
}


/* Site Logo --------------------------------- */

.site-logo {
	flex-shrink: 0;
	font-size: .8rem;
}

/* 
 * All logo measurements are em based, originating with the font size of .site-logo-inner.
 * The default 10px font size results in the logo being 60x75px.
 */

.site-logo-inner {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	transform: translateX( -.5em );
}

.site-logo-inner svg {
	height: 6em;
	width: 7.5em; 
	/* Anniversary size */
	/*
	height: 8.58em;
	width: 6em;
	*/
}

.logo-presidency {
	border-left: .1em solid #E4E3E1;
	padding: .9em 0 .9em 1em;
	line-height: 1;
	margin-left: .75em;
}

.logo-presidency p { 
	line-height: inherit;
	margin: 0; 
}

.logo-presidency p + p { margin-top: .5em; }


/* Header Toolbar ---------------------------- */

.header-toolbar {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
}

.header-toolbar > * + * {
	border-left: .1rem solid #E4E3E1;
	padding: .2rem 0 .2rem 2rem;
	margin-left: 2rem;
}

/* SECONDARY MENU */

.secondary-menu {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.secondary-menu li + li {
	margin-left: 2rem;
}

.secondary-menu a:hover {
	text-decoration: underline;
}

/* TEXT SIZE SETTING */

.text-size-setting {
	align-items: center;
	display: flex;
}

.text-size-setting button {
	align-items: center;
	display: flex;
	height: 1.5rem;
	justify-content: center;
	width: 1.5rem;
}

.text-size-setting > button + button {
	margin-left: .5rem;
}

.text-size-setting button:not(.text-size-reset) svg {
	overflow: visible;
	transform: translateY( 5% );
}

.text-size-button[disabled] {
	opacity: .25;
}

.text-size-setting button:not(.text-size-reset):not([disabled]):hover path {
	fill: currentColor;
}

.text-size-setting button:not([disabled]):active {
	animation: pop .15s linear 1;
}

html:not( .modified-text-size ) .text-size-reset {
	display: none;
}

/* SEARCH TOGGLE DESKTOP */

.search-toggle-desktop {
	align-items: center;
	display: flex;
}

.search-toggle-desktop:hover {
	text-decoration: underline;
}

.search-toggle-desktop svg {
	transform: translateY( 7.5% );
}

/* Main Menu --------------------------------- */

.main-menu-wrapper {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.main-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.main-menu li {
	position: relative;
}

.main-menu > li {
	align-items: center;
	display: flex;
	margin-left: 2.5rem;
	padding: .6rem 0;
}

.main-menu a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.main-menu > li > .ancestor-wrapper a:active,
.main-menu > li > .ancestor-wrapper a:focus {
	text-decoration: none;
}

.main-menu ul a:hover,
.main-menu ul li:hover > .ancestor-wrapper a {
	text-decoration: underline;
}

.main-menu > li.current-menu-item {
	position: relative;
}

.main-menu > li:before {
	content: "";
	display: block;
	height: .2rem;
	position: absolute;
		bottom: -.1rem;
		left: 0;
		right: 0;
	transition: background-color .15s linear;
}

.main-menu > li.current-menu-item:before,
.main-menu > li:hover:before {
	background: #347E8D;
}

.main-menu a:focus {
	outline: none;
	text-decoration: underline;
}

.main-menu .ancestor-wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.main-menu .ancestor-wrapper .icon {
	margin-left: .8rem;
	transform: translateY( .1rem );
}

.main-menu .ancestor-wrapper * {
	stroke-width: .25rem;
}

/* DROPDOWN MENU */

.dropdown-menu li {
	position: relative;
}

.dropdown-menu .sub-menu {
	border-radius: .4rem;
	box-shadow: 0 0 1rem rgba( 0, 0, 0, .1 );
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif; 
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	opacity: 0;
	position: absolute;
		right: 99999rem;
		top: calc( 100% + 1rem );
	text-transform: none;
	transform: translateY( 1rem );
	transition: opacity .15s, transform .15s, right 0s .15s;
	width: 24rem;
	z-index: 1;
}

.dropdown-menu .sub-menu:before,
.dropdown-menu .sub-menu > li:first-child:before {
	background: #fff;
	content: "";
	display: block;
	height: 1.2rem;
	position: absolute;
		right: 2rem;
		top: -.6rem;
	transform: rotate( 45deg );
	width: 1.2rem;
}

.dropdown-menu .sub-menu:before {
	box-shadow: 0 0 1rem rgba( 0, 0, 0, .15 );
}

.dropdown-menu .sub-menu:after {
	content: "";
	display: block;
	height: 2rem;
	position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
}

.dropdown-menu li.has-sub-menu:hover > .sub-menu,
.dropdown-menu li.has-sub-menu.focus > .sub-menu {
	left: auto;
	right: -1.8rem;
	opacity: 1;
	transform: translateY( 0 );
	transition: opacity .15s, transform .15s;
}

.dropdown-menu .sub-menu li {
	background-color: #fff;
}

.dropdown-menu .sub-menu li:first-child { border-radius: .4rem .4rem 0 0; }
.dropdown-menu .sub-menu li:last-child { border-radius: 0 0 .4rem .4rem; }
.dropdown-menu .sub-menu li:only-child { border-radius: .4rem; }

.dropdown-menu .sub-menu li + li {
	border-top: .1rem solid #E4E3E1;
}

.dropdown-menu .sub-menu a {
	display: block;
	padding: 1.6rem 2rem;
	width: 100%;
}

.dropdown-menu .sub-menu .current-menu-item a { 
	text-decoration: underline; 
}

/* DEEP DOWN */

.dropdown-menu .sub-menu .sub-menu {
	top: 0;
}

.dropdown-menu .sub-menu .sub-menu:before,
.dropdown-menu .sub-menu .sub-menu > li:first-child:before {
	top: 2.2rem;
}

.dropdown-menu .sub-menu .sub-menu:after {
	bottom: 0;
	height: auto;
	left: auto;
	right: auto;
	top: 0;
	width: 2.2rem;
}

.dropdown-menu .sub-menu li:hover > .sub-menu,
.dropdown-menu .sub-menu li.focus > .sub-menu {
	right: calc( -100% - 2rem );
}

.dropdown-menu .has-sub-menu .sub-menu .sub-menu:before,
.dropdown-menu .has-sub-menu .sub-menu .sub-menu > li:first-child:before { 
	left: -.6rem; 
}

.dropdown-menu .has-sub-menu .sub-menu .sub-menu:after {
	right: 100%;
}


/* Header Toggles ---------------------------- */

.header-toggles {
	align-items: center;
}

.header-toggles .toggle {
	align-items: center;
	color: inherit;
	display: flex;
	justify-content: center;
	height: 4.8rem;
	transition: background-color .15s linear;
	width: 4.8rem;
}

.header-toggles > * + * {
	margin-left: 1rem;
}

.header-toggles .toggle.active {
	background: #347E8D;
	color: #fff;
}


/* --------------------------------------------------------------------------------------------- */
/*	X. Modal: Mobile Menu
/* --------------------------------------------------------------------------------------------- */


.modal-mobile-menu {
	background: #fff;
	opacity: 0;
	overflow: auto;
	position: fixed;
		left: -9999rem;
		bottom: 0;
		right: 9999rem;
		top: 8.3rem;
	transition: left 0s .15s, right 0s .15s, opacity .15s;
	z-index: 999;
}

.modal-mobile-menu.active {
	display: block;
	left: 0;
	opacity: 1;
	right: 0;
	transition: opacity .15s;
}


/* Mobile Menu ------------------------------- */

.mobile-menu {
	font-weight: 500;
}

.mobile-menu .sub-menu-toggle {
	align-items: center;
	background: none;
	display: flex;
	flex-shrink: 0;
	padding: 0 2rem;
}

.mobile-menu .sub-menu-toggle:before {
	background: rgba( 0, 0, 0, .15 );
	content: "";
	position: absolute;
		bottom: 1rem;
		left: 0;
		top: 1rem;
	width: .1rem;
}

.mobile-menu .sub-menu-toggle svg {
	height: .9rem;
	transition: transform .15s linear;
	width: 1.5rem;
}

.mobile-menu .sub-menu-toggle.active svg {
	transform: rotate( 180deg );
}

.mobile-menu li { 
	border-top: .1rem solid #E4E3E1;
}

.mobile-menu > li:last-child {
	border-bottom: .1rem solid #E4E3E1;
}

.mobile-menu > li:last-child > .ancestor-wrapper > a {
	padding-bottom: 2rem;
}

.mobile-menu .ancestor-wrapper {
	display: flex;
	justify-content: space-between;
}

.mobile-menu a {
	color: inherit;
	display: block;
	padding: 1.6rem 2rem;
	text-decoration: none;
	width: 100%;
}

.mobile-menu > li > .ancestor-wrapper > a {
	padding: 1.9rem 2rem 2.1rem 2rem;
}

.mobile-menu .current-menu-item > .ancestor-wrapper > a {
	text-decoration: underline;
}

.mobile-menu ul {
	display: none;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	text-transform: none;
}

.mobile-menu .current-menu-ancestor > ul {
	display: block;
}

.mobile-menu ul ul {
	border-left: .8rem solid #E4E3E1;
}

/* Mobile Menu Text Size Setting ------------- */

.mobile-menu-text-size-setting {
	align-items: center;
	border-bottom: .1rem solid #E4E3E1;
	display: flex;
	padding: 1.2rem 2rem;
}

.mobile-menu-text-size-setting p {
	padding-bottom: .2rem;
	width: 100%;
}

.mobile-menu-text-size-setting button {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 3.3rem;
	justify-content: center;
	width: 3.3rem;
}

.mobile-menu-text-size-setting button + button {
	margin-left: 1rem;
}

/* Mobile Menu Social Links ------------------ */

ul.mobile-menu-social-links.horizontal {
	margin: 0;
	width: 100%;
}

.mobile-menu-social-links li {
	width: 100%;
}


/* --------------------------------------------------------------------------------------------- */
/*	X. Modal: Search
/* --------------------------------------------------------------------------------------------- */


.modal-search {
	background: rgba( 35, 31, 32, .25 );
	opacity: 0;
	position: fixed;
		bottom: 0;
		left: -9999rem;
		top: 8.2rem;
	transition: opacity .2s linear, left 0s .2s linear;
	width: 100%;
}

.modal-search-inner {
	background: #fff;
	transform: translateY( -100% );
	transition: transform .15s linear, box-shadow .15s linear;
}

.modal-search.active {
	left: 0;
	opacity: 1;
	transition: opacity .2s linear;
}

.modal-search.active .modal-search-inner {
	box-shadow: 0 0 1rem 0 rgba( 0, 0, 0, .1 );
	transform: translateY( 0 );
	transition: transform .25s ease-in-out, box-shadow .1s .25s linear;
}

.search-untoggle {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	width: 11.1rem;
}

.search-untoggle:hover .search-untoggle-inner {
	transform: scale( 1.15 );
}


/* Modal Search Form ------------------------- */

.modal-search-form {
	display: flex;
	font-size: 1.6rem;
	position: relative;
	width: 100%;
}

.modal-search-form label {
	font-size: inherit;
	margin: 0;
	position: absolute;
		left: 2rem;
		top: 50%;
	transform: translateY( -50% );
}

.modal-search-form .label-icon svg {
	height: 1em;
	width: 1em;
}

.modal-search-form .search-field-wrapper {
	font-size: 1.6rem;
	position: relative;
	width: 100%;
}

.modal-search-form .search-field {
	background-color: #F4F3F1;
	border: none;
	border-radius: .4rem;
	box-shadow: inset 0 .2rem 1rem rgba( 0, 0, 0, .05 );
	font-size: inherit;
	height: 4.8rem;
	line-height: 1;
	outline: none;
	padding: 1.5rem 2rem 1.5rem 4.8rem;
	transition: background-color .15s linear;
	width: 100%;
}

.modal-search-form .search-field::-webkit-input-placeholder { color: #6F6D6C; }
.modal-search-form .search-field:-ms-input-placeholder { color: #6F6D6C; }
.modal-search-form .search-field::-moz-placeholder { color: #6F6D6C; opacity: 1; line-height: 1; }

.modal-search-form .search-submit {
	align-items: center;
	border-radius: .4rem;
	font-size: 1.2rem;
	flex-shrink: 0;
	margin-left: 1rem;
	position: absolute;
		left: -9999rem;
}


/* --------------------------------------------------------------------------------------------- */
/*	X. Default Archive
/* --------------------------------------------------------------------------------------------- */


/* Archive Header ----------------------------- */

.archive-description p:last-child {
	margin-bottom: 0;
}

/* Archive Filters ---------------------------- */

.archive-filters-search + .archive-filters-toggle,
.archive-filters-form-wrapper {
	border-top: .1rem solid #E4E3E1;
}

/* ARCHIVE FILTERS SEARCH */

.filter-search-form {
	max-width: 100%;
	position: relative;
}

input.filter-search-field {
	padding-right: 7rem;
}

.filter-search-submit,
.filter-search-icon {
	position: absolute;
		bottom: 0;
		right: 0;
		top: 0;
	width: 5.2rem;
}

input[type="submit"].filter-search-submit {
	background: transparent;
	outline: none;
	padding: 0;
	text-indent: -9999rem;
}

.filter-search-icon {
	align-items: center;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

.filter-search-icon svg {
	height: 2.1rem;
	transition: transform .15s linear;
	width: 2.1rem;
}

.filter-search-icon * {
	stroke-width: .2rem;
}

.filter-search-submit:hover + .filter-search-icon svg,
.filter-search-submit:focus + .filter-search-icon svg {
	transform: scale( 1.1 );
}

/* ARCHIVE FILTERS FORM */

.archive-filters-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 1rem;
}

.archive-filters-list > li {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 5rem;
	width: 100%;
}

.archive-filters-list select {
	width: 100%;
}

.archive-filters li.reset-wrapper { display: none; }
.archive-filters.has-filtration li.reset-wrapper { display: flex; }

.archive-filters-list > li.reset-wrapper .icon {
	transition: transform .5s ease-in-out;
}

.archive-filters-list > li.reset-wrapper a:hover .icon {
	transform: rotate( -360deg );
}

/* ARCHIVE FILTERS DATEPICKERS */

.archive-filters-list .datepickers-wrapper {
	justify-content: flex-start;
}

.filter-datepickers {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: .1rem 0 0 .1rem;
	width: 100%;
}

html .filter-datepickers > * {
	flex-grow: 1;
	margin: -.1rem 0 0 -.1rem;
}

.filter-datepickers .datepicker-toggle,
.filter-datepickers .datapicker-submit {
	align-items: center;
	background: #fff;
	border: .1rem solid #E4E3E1;
	display: flex;
	height: 5rem;
	font-size: 1.6rem;
	justify-content: flex-start;
	padding: .5rem 2rem;
}

.filter-datepickers .datepicker-toggle {
	min-width: 11rem;
	width: 100%;
}

.filter-datepickers .datepicker-toggle:hover .text,
.filter-datepickers .datepicker-toggle.active .text {
	text-decoration: underline;
}

.filter-datepickers .icon-text > * + * {
	margin-left: 1.3rem;
}

.filter-datepickers .datepicker {
	background: #fff;
	border-radius: .8rem;
	box-shadow: 0 0 2rem rgba( 0, 0, 0, 0.15 );
	opacity: 0;
	padding: 2rem;
	position: absolute;
		top: calc( 100% + 1rem );
		left: -9999rem;
	transform: translateX( -50% ) translateY( .5rem );
	transition: left 0s .1s, opacity .1s linear, transform .1s linear;
	width: 32rem;
	z-index: 9;
}

.filter-datepickers .datepicker.active {
	left: 50%;
	opacity: 1;
	transform: translateX( -50% ) translateY( 0 );
	transition: opacity .1s .1s linear, transform .1s .1s linear;
}

/* ARCHIVE FILTERS LINKS */

.archive-filters-list li.subscribe-wrapper {
	display: none;
}

.archive-filters a {
	font-size: 1.6rem;
	text-decoration: none;
}

.archive-filters a:hover {
	text-decoration: underline;
}

.archive-filters a.icon-text > * + * {
	margin-left: 1.1rem;
}

/* FILTER TAXONOMIES */

.filter-taxonomy {
	width: 100%;
}

:root .filter-taxonomy-toggle {
	align-items: center;
	background: #fff;
	border: .1rem solid #E4E3E1;
	color: inherit;
	display: flex;
	justify-content: space-between;
	padding: 1.2rem 2rem;
	transition: none;
	width: 100%;
}

.filter-taxonomy.has-active-term .filter-taxonomy-toggle {
	font-weight: 600;
}

.filter-taxonomy-toggle .icon {
	transition: transform .15s linear;
}

.filter-taxonomy-toggle .icon * {
	stroke-width: .16rem;
}

:root .filter-taxonomy-toggle.active {
	border-bottom: none;
}

:root .filter-taxonomy-toggle.active .icon {
	transform: rotate( 180deg );
}

/* FILTER TAXONOMY LIST */

.filter-taxonomy-list-wrapper {
	border: .1rem solid #E4E3E1;
	border-top: none;
}

.filter-taxonomy-list label {
	align-items: center;
	display: flex;
	margin: 0;
	padding: 1rem 0;
}

.filter-taxonomy-list label .text {
	margin-left: 1em;
}

.filter-taxonomy-list li.is-active-term .text {
	font-weight: 700;
}

/* Filtration Term Messages ------------------ */

.archive-filters-messages:not(.has-messages) {
	display: none;
}

.archive-filters-messages .message {
	background: #F4F3F1;
	font-size: 1.4rem;
	padding: 1em;
}

.archive-filters-messages .message + .message {
	margin-top: 1em;
}

.archive-filters-messages .message > *:first-child { margin-top: 0; }
.archive-filters-messages .message > *:last-child { margin-bottom: 0; }

/* Filtration Notice ------------------------- */

.filtration-updated-notice {
	border-radius: .5rem;
	box-shadow: 0 -.1rem .2rem rgba( 0, 0, 0, .04 ), 
				0 .1rem .1rem rgba( 0, 0, 0, .04 ), 
              	0 .2rem .2rem rgba( 0, 0, 0, .04 ), 
              	0 .4rem .4rem rgba( 0, 0, 0, .04 ), 
              	0 .6rem .8rem rgba( 0, 0, 0, .04 ),
              	0 .8rem 1.6rem rgba( 0, 0, 0, .04 );
	display: none;
	opacity: 0;
	position: fixed;
		bottom: 2rem;
		left: 2rem;
		right: 2rem;
	transform: translateY( 1rem );
	transition: all .2s ease-out;
	z-index: 9;
}

.filtration-updated-notice.active {
	opacity: 1;
	transform: translateY( 0 );
}

/* Archive Grid ------------------------------ */

.previews-grid.no-results,
.no-results-content {
	display: none;
}

.previews-grid.no-results ~ .no-results-content {
	display: block;
}

/* Preview: Default -------------------------- */

.preview-image-wrapper {
	display: block;
	overflow: hidden;
	position: relative;
}

.preview-image {
	transition: transform 5s linear;
}

.preview-image-wrapper:hover .preview-image {
	transform: scale( 1.1 );
}

.preview-image img {
	position: absolute;
		left: -9999rem;
}

.preview-title a { text-decoration: none; }
.preview-title a:hover { text-decoration: underline; }

.preview-text p:last-child {
	margin-bottom: 0;
}


/* --------------------------------------------------------------------------------------------- */
/*	X. Singular
/* --------------------------------------------------------------------------------------------- */


/* Entry Header ------------------------------ */

.intro-text p:last-child {
	margin-bottom: 0;
}

/* Entry Media ------------------------------- */

.entry-media {
	position: relative;
}

.entry-media-caption,
.wp-block-image figcaption {
	background-color: #347E8D;
	color: #fff;
	margin: -2rem 0 0;
	padding: 1.6rem 2rem;
	position: relative;
	width: calc( 100% - 2rem );
}

.entry-media-caption a,
.wp-block-image figcaption a {
	color: inherit;
}

.entry-media-caption .caption-text,
.entry-media-caption .photographer {
	display: block;
}

.entry-media-caption .photographer {
	display: block;
	font-size: 1rem;
	font-weight: 700;
}

.entry-media-caption .caption-text + .photographer {
	margin: .5em 0 0;
}

/* Entry Tools ------------------------------- */

.entry-tools-list {
	display: flex;
}

.entry-tools-list li {
	align-items: center;
	display: flex;
	width: 100%;
}

.entry-tools li + li {
	border-left: .1rem solid #CAC8C6;
}

.entry-tools a {
	color: inherit;
	justify-content: center;
	text-decoration: none;
	width: 100%;
}

.entry-tools a:hover {
	text-decoration: underline;
}

.entry-tools .text {
	margin-left: 1rem;
}

/* Post Navigation --------------------------- */

.post-nav {
	border-bottom: .1rem solid #347E8D;
	border-top: .1rem solid #347E8D;
}

.post-nav a {
	color: inherit;
	display: flex;
	text-decoration: none;
}

.post-nav a:hover .post-nav-title {
	text-decoration: underline;
}

.post-nav a + a {
	border-top: .1rem solid #347E8D;
}

.post-nav-icon {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 3.2rem;
	justify-content: center;
	margin-right: 1.5rem;
	width: 3.2rem;
}

.post-nav-icon svg {
	height: 1.6rem;
	width: 1.6rem;
}

.post-nav-icon svg * {
	stroke-width: .15rem;
}

.post-nav-content {
	margin-top: -.4rem;
}

.post-nav-meta {
	margin-bottom: .6rem;
}

/* POST NAV DESKTOP */

.post-nav-desktop-wrapper .post-nav {
	border-bottom: none;
}


/* Related Content --------------------------- */

.related-content-header {
	border-top: .1rem solid currentColor;
}


/* --------------------------------------------------------------------------------------------- */
/*	X. Sidebar
/* --------------------------------------------------------------------------------------------- */


/* Aside Box --------------------------------- */

.aside-box {
	padding: 3rem;
}

.aside-box-header {
	margin-bottom: 3rem;
}

.aside-box-title {
	font-size: 1.4rem;
	margin: 0;
}

.aside-box-title a { color: inherit; text-decoration: none; }
.aside-box-title a:hover { text-decoration: underline; }


/* Terms Menu -------------------------------- */

.terms-menu .name {
	margin-right: .5rem;
}


/* Aside Items ------------------------------- */

.aside-items,
.aside-item + .aside-item {
	margin-top: 3rem;
}

/* ASIDE ITEM: POST */
/* ASIDE ITEM: TEXT */

.aside-item-text.color-white .aside-item-text a {
	color: inherit;
}

.aside-item-text > p:first-child > img { margin-top: 0; }
.aside-item-text > p:last-child > img { margin-bottom: 0; }


/* --------------------------------------------------------------------------------------------- */
/*	X. Publication: Archive
/* --------------------------------------------------------------------------------------------- */


/* Preview: Horizontal ----------------------- */

.preview-horizontal {
	border-bottom: .1rem solid #E4E3E1;
}

.preview-horizontal-inner {
	display: flex;
	text-decoration: none;
}

.preview-horizontal-image {
	border: .1rem solid #E4E3E1;
	flex-shrink: 0;
	width: 9rem;
}

.preview-horizontal-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.preview-horizontal-title {
	line-height: 1.375;
}

.preview-horizontal-inner:hover .preview-horizontal-title {
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------------- */
/*	X. Publication: Single
/* --------------------------------------------------------------------------------------------- */


/* Publication Bar --------------------------- */

.publication-bar-inner {
	border-bottom: .1rem solid #E4E3E1;
	border-top: .1rem solid #E4E3E1;
}

.publication-bar-top {
	align-items: baseline;
	display: flex;
}

.language-link-wrapper {
	flex-shrink: 0;
}

.publication-bar .buttons {
	flex-shrink: 0;
}

.publication-bar .date {
	margin-left: 1rem;
	text-align: right;
	width: 100%;
}

/* Publication Thumbnail --------------------- */

.entry-content-thumbnail {
	border: .1rem solid #E4E3E1;
	display: block;
	margin: 0 0 3rem 0;
	padding: 1rem 0 0;
	width: 100%;
}

.entry-content-thumbnail img {
	width: 100%;
}

/* Singular Meta ----------------------------- */

.singular-meta > * + * {
	margin-top: 2rem;
}

.singular-meta .is-expandable:not( .expanded ) {
	max-height: 25rem;
}

.singular-meta td,
.singular-meta th {
	padding: 2rem 0;
}

.singular-meta th {
	padding-right: 1rem;
	white-space: nowrap;
}

.singular-meta td {
	padding-left: 1rem; 
}

.singular-meta tr:first-child td,
.singular-meta tr:first-child th { 
	padding-top: 0; 
}

.singular-meta tr:last-child td,
.singular-meta tr:last-child th { 
	padding-bottom: 0; 
}

/* Publication Languages --------------------- */

.publication-languages-table tr {
	display: flex;
	flex-direction: column;
	padding: 2rem 0;
}

.publication-languages-table tr:first-child { padding-top: 0; }
.publication-languages-table tr:last-child { padding-bottom: 0; }

.publication-languages-table td,
.publication-languages-table th {
	padding: 0;
}

.publication-languages-table td {
	flex-shrink: 0;
	margin: 1rem 0 0;
}

.publication-languages-table .buttons {
	flex-wrap: nowrap;
}

.publication-languages-table .buttons a {
	width: 100%;
	white-space: nowrap;
}


/* --------------------------------------------------------------------------------------------- */
/*	X. Organisation: Archive
/* --------------------------------------------------------------------------------------------- */


/* Archive Filter Switcher ------------------- */

.archive-filter-switcher .switcher-list {
	align-items: center;
	margin: -1em 0 0 -1em;
}

.archive-filter-switcher .switcher-list li {
	margin: 1em 0 0 1em;
}

.archive-filter-switcher .show {
	padding-right: 1em;
	width: 100%;
}

.archive-filter-switcher a {
	background-color: #347E8D;
	color: #fff;
	display: block;
	padding: 1.15em 1.5em;
	text-decoration: none;
}

.archive-filter-switcher a.active {
	background-color: #F4F3F1;
	color: inherit;
}

.archive-filter-switcher a:hover,
.archive-filter-switcher a:focus {
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------------- */
/*	X. Page Templates
/* --------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------------- */
/*	X.X Template: Front Page
/* --------------------------------------------------------------------------------------------- */


/* Front Section: Hero ----------------------- */

.front-hero-image {
	max-height: 50rem;
	overflow: hidden;
}

.front-hero-image + .section-inner .front-hero-title {
	margin-top: -1.375em;
}

.front-hero-title .second-line span {
	color: rgba( 255, 255, 255, .75 );
}

.front-hero-text {
	max-width: 66.3rem;
}

.front-hero-text p:last-child {
	margin-bottom: 0;
}

/* FRONT HERO LINKS */

.front-hero-links {
	margin-top: 3rem;
	padding-top: 2rem;
	position: relative;
}

.front-hero-links:before {
	background: #E4E3E1;
	content: "";
	display: block;
	height: .1rem;
	position: absolute;
		top: 0;
		left: 0;
	width: 10rem;
}

.front-hero-links a { text-decoration: none; }
.front-hero-links a:hover { text-decoration: underline; }

.front-hero-links .icon {
	margin-left: .8rem;
	transform: translateY( .05em );
}

/* Front Section: Featured Pages ------------- */
/* Front Section: Priority Areas ------------- */

.priority-areas-header {
	width: 100%;
}

.priority-areas-header-title {
	line-height: 1;
}

.priority-areas-header-text {
	max-width: 36rem;
}

.priority-area-puff {
	display: flex;
	align-items: center;
	height: 33.5rem;
	justify-content: center;
	text-align: center;
}

.priority-area-text p:last-child {
	margin-bottom: 0;
}

.priority-area-puff .buttons {
	justify-content: center;
}

/* Front Section: Quote ---------------------- */

.quote-section {
	display: flex;
	min-height: 75vh;
	position: relative;
}

.quote-section .section-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.quote-section blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.quote-section cite {
	display: block;
	margin-top: 2em;
}

.quote-section cite .inline-bg-title-bg {
	padding: .25em .6em .35em .6em;
}

.location-tab {
	display: flex;
}

.location-tab-inner {
	background: rgba( 0, 0, 0, 0.75 );
	border-radius: .4rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	padding: .8rem 1rem;
}

.location-tab .text {
	margin-left: 1rem;
}

/* Front Section: Updates -------------------- */

.front-updates-title {
	margin-top: 0;
}

/* FRONT UPDATES FILTER */

.front-updates-filter-inner {
	border-top: .1rem solid #E4E3E1;
	padding: 0 2rem;
}

.front-updates-filter-list li {
	border-bottom: .1rem solid #E4E3E1;
}

.front-updates-filter-list li:last-child {
	border: none;
}

.front-updates-filter-list a {
	display: block;
	padding: 2rem 0;
}

.front-updates-filter-list a:not(.active) {
	color: inherit;
	text-decoration: none;
}

.front-updates-filter-list a:hover {
	text-decoration: underline;
}

/* FRONT UPDATES GROUPS */

.front-updates-group:not(.active) {
	display: none;
}


/* --------------------------------------------------------------------------------------------- */
/*	X.X Template: Contact Us
/* --------------------------------------------------------------------------------------------- */


/* Section: Contact Details ------------------ */

.contact-details {
	border-bottom: .1rem solid #E4E3E1;
	border-top: .1rem solid #E4E3E1;
}

.contact-details p:last-child {
	margin-bottom: 0;
}

.contact-details .grid-item + .grid-item {
	border-top: .1rem solid #E4E3E1;
}

.contact-details .social-links {
	margin-left: 0;
}

.contact-details .social-links li + li {
	margin-left: .8rem;
}

.contact-details .social-links a {
	background-color: #347E8D;
	border-radius: .4rem;
	color: #fff;
	height: 3.2rem;
	padding: 0;
	width: 3.2rem;
}


/* Section: Contact Map ---------------------- */

.google-maps-container {
	height: 40rem;
}

/* Section: People --------------------------- */

/* PEOPLE FILTER */

.people-filter-inner {
	background: #F4F3F1;
	border-top: .1rem solid #E4E3E1;
}

.people-filter-list a {
	color: inherit;
	text-decoration: none;
}

.people-filter-list li + li {
	margin-top: 1em;
}

.people-filter-list a:hover,
.people-filter-list a.active {
	text-decoration: underline;
}

/* PEOPLE DEPARTMENTS */

.people-department:not(.active) {
	display: none;
}

.people-department .department-title {
	border-top: .1rem solid #E4E3E1;
}

/* CONTACT PERSON */

.contact-person-contact-details li + li {
	margin-top: .25em;
}

.contact-person-contact-details a:hover {
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------------- */
/*	X.X Template: Landing Page
/* --------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------------- */
/*	X.X Template: Annual Report
/* --------------------------------------------------------------------------------------------- */


:root .report-inner.section-inner {
	max-width: 128rem;
}

/* Report Hero ------------------------------- */

.report-hero {
	display: flex;
	flex-direction: column;
}

.report-hero-image {
	flex: 1;
	min-height: 37.5rem;
}

.report-hero-image img {
	display: none;
}

/* HERO IMAGE */

.report-hero-image.has-image .back-logo-wrapper {
	background: linear-gradient( 180deg, rgba( 35, 31, 32, 0.5 ) 0%, rgba( 35, 31, 32, 0 ) 100% );
}

.report-hero .back-link .text {
	border-bottom: .1rem solid currentColor;
	padding-bottom: .05em;
}

.report-hero .overlay-logo svg {
	height: 6rem;
	width: 7.5rem;
}

.report-hero-image-overlay .location-tab {
	max-width: 24rem;
	position: absolute;
		bottom: 2.8rem;
		right: 2rem;
}

/* HERO HEADER */
	
.report-hero-header-inner {
	transform: translateY( -1rem );
}

.hero-titles h1 {
	line-height: 1.4;
}

.hero-titles .second-line {
	margin-top: .46em;
}

.hero-actions {
	border-style: solid;
	border-width: .1rem 0 0;
}

.hero-actions .pdf-link > * + * {
	margin-left: 1em;
}

/* Report Navigation ------------------------- */

.report-desktop-menu * {
	border-color: inherit;
}

.report-desktop-menu ul a {
	color: inherit;
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: none;
}

.report-desktop-menu li:hover > div > a {
	text-decoration: underline;
}

/* REPORT MENU FRONT PAGE LINK */

.report-desktop-menu .report-home-link {
	border-bottom-style: solid;
	border-bottom-width: .1rem;
	color: inherit;
	display: block;
	padding: 2.2rem 0 2.4rem;
}

/* TOP LEVEL */

.report-desktop-menu ul.depth-1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -4.9rem;
	position: relative;
}

.report-desktop-menu ul.depth-1:after {
	background-color: #fff;
	content: "";
	display: block;
	position: absolute;
		bottom: 0;
		left: 0;
		top: 0;
	width: 4rem;
}

.report-desktop-menu ul.depth-1 > li {
	margin-left: 4.9rem;
}

.report-desktop-menu ul.depth-1 > li:before {
	background-color: currentColor;
	content: "";
	display: block;
	height: 2.4rem;
	opacity: .23;
	position: absolute;
		left: -2.4rem;
		top: calc( 50% - 1.2rem );
	width: .1rem;
}

.report-desktop-menu ul.depth-1 > li > .ancestor-wrapper {
	align-items: center;
	display: flex;
}

.report-desktop-menu ul.depth-1 > li > div > a {
	padding: 2rem 0;
}

.report-desktop-menu ul.depth-1 > li > div > .icon svg {
	height: .8rem;
	margin-left: 1rem;
	width: 1.2rem;
}

.report-desktop-menu .current-menu-item > .ancestor-wrapper > a {
	text-decoration: underline;
}

.report-desktop-menu polyline {
	stroke-width: .2rem;
}

/* REPORT MOBILE NAVIGATION */

.report-nav .aside-box.sub-nav-menu {
	padding: 2rem;
}

/* Report Content ---------------------------- */

@supports( --css: variables ) {
	.report-content a {
		color: var(--accent);
	}

	.report-content.entry-content blockquote {
		border-color: var( --accent );
	}

	.report-content .wp-block-file .wp-block-file__button,
	:root .report-content .wp-block-button__link {
		background-color: var( --accent );
	}

	.report-content .is-style-outline .wp-block-button__link {
		background-color: transparent;
		color: var( --accent );
	}

	.report-nav .sub-nav-wrapper * {
		border-color: var( --accent-light );
	}

	.report-nav .sub-nav-wrapper.bg-gray-lightest,
	.report-nav .sub-nav-wrapper .sub-nav-toggle {
		background-color: var( --accent-lightest );
	}

	.report-nav .base-toggle .icon:before,
	.report-nav .sub-menu-toggle:before {
		background-color: var( --accent-light );
	}

}

.report-content h1,
.report-content h2,
.report-content h3,
.report-content h4,
.report-content h5,
.report-content h6 {
	font-weight: 900;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

@supports( text-decoration-thickness: .1em ) {

	.report-content h1,
	.report-content h2,
	.report-content h3,
	.report-content h4,
	.report-content h5,
	.report-content h6 {
		line-height: 1.5;
		text-decoration: underline;
		text-decoration-color: var( --accent-lightest );
			text-decoration-width: .15em;
		text-decoration-thickness: .15em;
		text-underline-offset: .175em;
	}

	.report-content .has-background[class*="-lightest-background-color"] h1,
	.report-content .has-background[class*="-lightest-background-color"] h2,
	.report-content .has-background[class*="-lightest-background-color"] h3,
	.report-content .has-background[class*="-lightest-background-color"] h4,
	.report-content .has-background[class*="-lightest-background-color"] h5,
	.report-content .has-background[class*="-lightest-background-color"] h6 {
		text-decoration-color: var( --accent-light );
	}

}

/* --------------------------------------------------------------------------------------------- */
/*	X. Blocks
/* --------------------------------------------------------------------------------------------- */


/* Block Colors ------------------------------ */

.has-text-color a {
	color: inherit;
}

/* CUSTOM COLORS */

.has-cyan-color { color: #347E8D !important; }
.has-cyan-light-color { color: #B2D2D4 !important; }
.has-cyan-lightest-color { color: #C8E1E1 !important; }

.has-blue-color { color: #003796 !important; }
.has-blue-light-color { color: #95B2D2 !important; }
.has-blue-lightest-color { color: #AFC8DC !important; }

.has-brown-color { color: #A55F23 !important; }
.has-brown-light-color { color: #E9DACD !important; }
.has-brown-lightest-color { color: #F5F0EB !important; }

.has-red-color { color: #EB503C !important; }
.has-red-light-color { color: #EBB2A6 !important; }
.has-red-lightest-color { color: #EBC3B9 !important; }

.has-black-color { color: #000 !important; }
.has-gray-dark-color { color: #333 !important; }
.has-gray-color { color: #767676 !important; }
.has-gray-light-color { color: #ddd !important; }
.has-gray-lightest-color { color: #f1f1f1 !important; }
.has-white-color { color: #fff !important; }

.has-cyan-background-color { background-color: #347E8D !important; }
.has-cyan-light-background-color { background-color: #B2D2D4 !important; }
.has-cyan-lightest-background-color { background-color: #C8E1E1 !important; }

.has-blue-background-color { background-color: #003796 !important; }
.has-blue-light-background-color { background-color: #95B2D2 !important; }
.has-blue-lightest-background-color { background-color: #AFC8DC !important; }

.has-brown-background-color { background-color: #A55F23 !important; }
.has-brown-light-background-color { background-color: #E9DACD !important; }
.has-brown-lightest-background-color { background-color: #F5F0EB !important; }

.has-red-background-color { background-color: #EB503C !important; }
.has-red-light-background-color { background-color: #EBB2A6 !important; }
.has-red-lightest-background-color { background-color: #EBC3B9 !important; }

.has-black-background-color { background-color: #000 !important; }
.has-gray-dark-background-color { background-color: #333 !important; }
.has-gray-background-color { background-color: #767676 !important; }
.has-gray-light-background-color { background-color: #ddd !important; }
.has-gray-lightest-background-color { background-color: #f1f1f1 !important; }
.has-white-background-color { background-color: #fff !important; }

/* Block Typography Classes ------------------ */

.has-ta-left { text-align: left; }
.has-ta-center { text-align: center; }
.has-ta-right { text-align: right; }
.has-ta-justify { text-align: justify; }

.has-drop-cap:not(:focus):first-letter {
	font-family: U8, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 5.4em;
    font-weight: 300;
}

.has-drop-cap:not(:focus):first-letter:after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size { font-size: .842em; }
.entry-content .has-normal-font-size { font-size: 1em; }
.entry-content .has-large-font-size { font-size: 1.25em; }
.entry-content .has-larger-font-size { font-size: 1.5em; }

/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:first-child { margin-top: 0; }
*[class*="_inner-container"] > *:last-child { margin-bottom: 0; }

.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-embed,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-social,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video {
	margin-bottom: 3rem;
	margin-top: 3rem;
}


/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 62rem;
}

/* Block: Audio ------------------------------ */

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

/* Block: Button ----------------------------- */

.is-style-outline .wp-block-button__link {
	border-color: currentColor;
	color: #347E8D;
}

/* Block: Buttons ---------------------------- */

.wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.4rem;
	margin-top: 2.4rem;
}

.wp-block-buttons.aligncenter { justify-content: center; }
.wp-block-buttons.alignright { justify-content: flex-end; }

.wp-block-buttons .wp-block-button {
	margin: 4px 8px 4px 0;
}

/* Block: Column ----------------------------- */

.wp-block-column {
	padding: 1.6rem 0;
}

:root .wp-block-column > *:first-child { margin-top: 0; }
:root .wp-block-column > *:last-child { margin-bottom: 0; }

/* Block: Cover ------------------------------ */

.wp-block-cover {
	color: #fff;
}

/* Block: File ------------------------------- */

.wp-block-file {
	background: #f1f1f1;
	align-items: center;
	display: flex;
	justify-content: space-between;
    margin-bottom: 4rem;
	padding: 1em;
	width: 100%;
}

.wp-block-file.aligncenter { text-align: center; align-items: center }
.wp-block-file.alignright { text-align: right; align-items: flex-end }

.wp-block-file a:not( .wp-block-file__button ) {
	color: inherit;
	text-decoration: none;
}

.wp-block-file a:not( .wp-block-file__button ):hover {
	text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
	display: block;
	flex-shrink: 0;
	margin-left: .75em;
}

/* Block: Gallery ---------------------------- */

.wp-block-gallery .blocks-gallery-grid {
	margin: 0 0 -1.6rem;
}

ul.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignright):not(.alignleft) {
	margin-left: 0;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
	padding: 3rem 2rem;
}

:root .wp-block-group__inner-container > *:first-child { margin-top: 0; }
:root .wp-block-group__inner-container > *:last-child { margin-bottom: 0; }

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group.alignwide > .wp-block-group__inner-container > p,
.wp-block-group.alignfull > .wp-block-group__inner-container > p {
	max-width: 100%;
}

/* Block: Image ------------------------------ */

.wp-block-image,
.wp-block-image figure {
	position: relative;
}

.wp-block-image .alignright figcaption,
.wp-block-image .alignleft figcaption {
	background: transparent;
	color: inherit;
	margin: 1rem 0 0;
	padding: 0;
	position: static;
}

/* Block: Media & Text ----------------------- */

.wp-block-media-text .wp-block-media-text__content {
	padding: 2rem;
}

:root .wp-block-media-text__content > *:first-child { margin-top: 0; }
:root .wp-block-media-text__content > *:last-child { margin-bottom: 0; }

@media screen and (max-width: 600px) { 
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content { 
			-ms-grid-row: 2;
		grid-row: 2;
	} 
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media { 
			-ms-grid-row: 1;
		grid-row: 1;
	} 
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote {
	font-family: U8, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
	padding: 0;
}

:root .wp-block-pullquote blockquote {
	border: none;
	font-size: inherit;
	margin: 0;
	padding: 0;
	text-align: center;
}

:root .wp-block-pullquote p {
	max-width: 100%;
}

:root .wp-block-pullquote p,
:root .wp-block-pullquote cite {
	text-align: inherit;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	line-height: 1.4;
	font-size: 2.1rem;
	font-style: normal;
}

:root .wp-block-pullquote cite {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.075em;
	margin-top: 2rem;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color.has-background {
	padding: 3rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: uppercase;
}

/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
	width: auto;
}

/* Block: Separator -------------------------- */

.wp-block-separator.is-style-wide {
	border-bottom-width: .4rem;
	margin: 4rem 0;
}

.centered-content hr.is-style-wide {
	margin-left: calc( ( 100vw - 100% - 4rem ) / -2 );
	width: calc( 100vw - 4rem );
}

/* Block: Social ----------------------------- */

.wp-social-link {
	margin: 0 8px 0 0;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
	text-align: inherit;
}

.wp-block-quote[style="text-align:center"],
.wp-block-quote.has-text-align-center {
	border-width: 0;
	padding: 0;
}

.wp-block-quote[style="text-align:right"],
.wp-block-quote.has-text-align-right {
	border-width: 0 .2rem 0 0;
	padding: 0 2rem 0 0;
}

/* STYLE: DEFAULT */
/* STYLE: LARGE */

.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
	margin: 2em 0;
	padding: 0 0 0 2rem;
}

.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-size: 1.25em;
	font-style: normal;
}

.wp-block-quote.is-large cite, 
.wp-block-quote.is-style-large cite {
	font-size: 1.4rem;
	text-align: inherit;
}


/* Block: Latest Posts ----------------------- */

.wp-block-latest-posts,
.wp-block-latest-comments {
	margin-left: 0;
}

.wp-block-latest-posts li > a:first-child {
	font-family: U8, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
	text-decoration: none;
}

.wp-block-latest-posts li > a:first-child:hover {
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------------- */
/*	X. Entry Content
/* --------------------------------------------------------------------------------------------- */


.entry-content {
    line-height: 1.66;
}

.entry-content > *:first-child { margin-top: 0 !important; }
.entry-content > *:last-child { margin-bottom: 0 !important; }

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content p {
	max-width: 62rem;
}

p.has-text-align-center {
	margin-left: auto;
	margin-right: auto;
}

p.has-text-align-right {
	margin-left: auto;
}

.entry-content pre {
	border-radius: .4rem;
	line-height: 1.5;
	margin: 2rem 0;
	padding: 1.5rem;
}

.entry-content blockquote {
	border-color: #347E8D;
	border-style: solid;
	border-width: 0 0 0 .2rem;
	font-size: 0.95em;
	padding-left: 2rem;
}


/* Ordered List ------------------------------ */

@supports selector( ::marker ) {

	.entry-content ol:not([class]) {
		list-style: none;
		counter-reset: counter;
		margin-left: 1.5rem;
	}

	.entry-content ol:not([class]) ol:not([class]) {
		margin: 1em 0 1em 1.5rem;
	}

	.entry-content ol:not([class]) > li {
		counter-increment: counter;
		padding-left: 2.5rem;
	}

	.entry-content ol:not([class]) > li::marker {
		content: counter( counter ) ".";
		color: #347E8D;
		font-family: U8, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
		font-weight: 900;
		line-height: 1.25;
		text-transform: uppercase;
		letter-spacing: 0.025em;
	}

}


/* Alignment Classes ------------------------- */

.alignnone,
.alignleft,
.alignright,
.alignwide,
.alignfull {
	margin: 4rem 0;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright {
	max-width: 100%;
}

.alignfull {
	max-width: 100vw;
	position: relative;
		left: calc( 50% - 50vw );
    width: 100vw;
}

.alignfull > figcaption {
	padding-left: 2rem;
	padding-right: 2rem;
}

.alignwide {
	max-width: calc( 100vw - 4rem );
	width: calc( 100vw - 4rem );
}

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {
	float: left;
	margin: .3rem 2rem 2rem 0;
}

.alignright {
	float: right;
	margin: .3rem 0 2rem 2rem;
}

/* CENTERED CONTENT */

.centered-content .alignwide {
	margin-left: calc( ( 100vw - 100% - 4rem ) / -2 );
}


/* --------------------------------------------------------------------------------------------- */
/*	X. Site Pagination
/* --------------------------------------------------------------------------------------------- */


.no-js .pagination-wrapper { 
	display: block !important;
}

.pagination {
	text-align: center;
}

.js .pagination-wrapper.last-page,
.pagination-wrapper:not(.last-page) .out-of-posts,
.pagination-wrapper:not(.loading) .loading-text,
.pagination-wrapper.loading .load-more-text,
.js .pagination-wrapper:not(.pagination-type-links) .link-pagination,
.no-js .load-more-button {
	display: none;
}

#load-more {
	justify-content: center;
	padding: 2.5rem 2rem;
	position: relative;
	transition: colors .15s linear, background-color .15s linear;
	width: 100%;
}

/* LINK PAGINATION */

.link-pagination {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.link-pagination.only-next {
	justify-content: flex-end;
}


/* --------------------------------------------------------------------------------------------- */
/*	X. Site Footer
/* --------------------------------------------------------------------------------------------- */


#site-footer {
	overflow: hidden;
	position: relative;
}

.footer-bg {
	pointer-events: none;
	position: absolute;
		top: -23.2vw;
		left: 50%;
	transform: translateX( -50% );
}

.footer-bg svg {
	height: 133.33vw;
	max-width: none;
	width: 138.13vw;
}

.footer-top,
.footer-bottom {
	position: relative;
}

.footer-top a:hover,
.footer-bottom a:hover {
	text-decoration: none;
}

/* Footer Top -------------------------------- */

.footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: -2rem 0 0 -2rem;
	width: calc( 100% + 2rem );
}

.footer-block {
	margin: 2rem 0 0 2rem;
	width: calc( 50% - 2rem );
}

.footer-block + .footer-block {
	border-top: .1rem solid #E4E3E1;
	padding-top: 1.8rem;
}

.footer-block-title {
	margin: 0 0 1.5rem;
}

.footer-block-content {
	line-height: 1.533;
}

.footer-block-content p:last-child {
	margin-bottom: 0;
}

/* FOOTER LOGO */

.footer-block.footer-logo {
	width: 100%;
}

/* FOOTER MENU */

.footer-menu a { text-decoration: none; }
.footer-menu a:hover { text-decoration: underline; }

/* FOOTER SOCIAL */

/* Footer Bottom ----------------------------- */

.footer-bottom {
	align-items: baseline;
	border-top: .1rem solid #E4E3E1;
	display: flex;
	justify-content: space-between;
}

.footer-copyright a:hover,
.footer-bottom .to-the-top:hover {
	text-decoration: underline;
}

.to-the-top {
	flex-shrink: 0;
	margin-left: 2rem;
}


/* --------------------------------------------------------------------------------------------- */
/*	X. Media Queries
/* --------------------------------------------------------------------------------------------- */


@media ( min-width: 370px ) {


	/* Site Header --------------------------- */

	.site-logo {
		font-size: 1rem;
	}

	/* Modal: Mobile Menu -------------------- */

	.modal-mobile-menu,
	.modal-search {
		top: 9.4rem;
	}


	/* Publication: Single --------------------- */

	/* PUBLICATION META */

	.publication-languages-table tr {
		align-items: baseline;
		flex-direction: row;
		justify-content: space-between;
	}

	.publication-languages-table td {
		margin: 0 0 0 1rem;
	}

	.publication-languages-table .buttons {
		justify-content: flex-end;
		width: 100%;
	}

	.publication-languages-table .buttons a {
		width: auto;
	}


}

@media ( min-width: 700px ) {


	body {
		font-size: 1.8rem;
	}

	/* Element Base -------------------------- */

	h1, h2, h3, h4, h5, h6 {
		margin: 5.5rem 0 3.5rem;
	}

	h1 { font-size: 4.0rem; }
	h2 { font-size: 3.6rem; }
	h3 { font-size: 3.2rem; }
	h4 { font-size: 2.8rem; }
	h5 { font-size: 2.4rem; }

	/* VANILLA GALLERIES */

	.gallery-columns-2 .gallery-item { max-width: 50%; }
	.gallery-columns-3 .gallery-item { max-width: 33.33%; }
	.gallery-columns-4 .gallery-item { max-width: 25%; }
	.gallery-columns-5 .gallery-item { max-width: 20%; }
	.gallery-columns-6 .gallery-item { max-width: 16.66%; }
	.gallery-columns-7 .gallery-item { max-width: 14.28%; }
	.gallery-columns-8 .gallery-item { max-width: 12.5%; }
	.gallery-columns-9 .gallery-item { max-width: 11.11%; }

	/* BUTTONS */

	button,
	.button,
	.faux-button,
	:root .wp-block-button__link,
	.wp-block-file .wp-block-file__button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1.4rem;
	}

	/* BUTTONS GROUP */

	.buttons {
		margin: 0 0 -2rem -2rem;
	}

	.buttons > * {
		margin: 0 0 2rem 2rem;
	}


	/* Helper Classes ------------------------ */

	/* SECTIONS */

	section {
		padding: 8rem 0;
	}

	.section-inner {
		width: calc( 100% - 8rem );
	}

	/* PADDING HELPERS */

	.p-t-0 { padding: 0; }
	.p-t-10 { padding: 1rem; }
	.p-t-20 { padding: 2rem; }
	.p-t-25 { padding: 2.5rem; }
	.p-t-30 { padding: 3rem; }
	.p-t-40 { padding: 4rem; }
	.p-t-50 { padding: 5rem; }
	.p-t-60 { padding: 6rem; }
	.p-t-80 { padding: 8rem; }
	.p-t-100 { padding: 10rem; }

	.p-t-u-0, .p-t-v-0 { padding-top: 0; }
	.p-t-d-0, .p-t-v-0 { padding-bottom: 0; }
	.p-t-l-0, .p-t-h-0 { padding-left: 0; }
	.p-t-r-0, .p-t-h-0 { padding-right: 0; }

	.p-t-u-10, .p-t-v-10 { padding-top: 1rem; }
	.p-t-d-10, .p-t-v-10 { padding-bottom: 1rem; }
	.p-t-l-10, .p-t-h-10 { padding-left: 1rem; }
	.p-t-r-10, .p-t-h-10 { padding-right: 1rem; }

	.p-t-u-20, .p-t-v-20 { padding-top: 2rem; }
	.p-t-d-20, .p-t-v-20 { padding-bottom: 2rem; }
	.p-t-l-20, .p-t-h-20 { padding-left: 2rem; }
	.p-t-r-20, .p-t-h-20 { padding-right: 2rem; }

	.p-t-u-25, .p-t-v-25 { padding-top: 2.5rem; }
	.p-t-d-25, .p-t-v-25 { padding-bottom: 2.5rem; }
	.p-t-l-25, .p-t-h-25 { padding-left: 2.5rem; }
	.p-t-r-25, .p-t-h-25 { padding-right: 2.5rem; }

	.p-t-u-30, .p-t-v-30 { padding-top: 3rem; }
	.p-t-d-30, .p-t-v-30 { padding-bottom: 3rem; }
	.p-t-l-30, .p-t-h-30 { padding-left: 3rem; }
	.p-t-r-30, .p-t-h-30 { padding-right: 3rem; }

	.p-t-u-40, .p-t-v-40 { padding-top: 4rem; }
	.p-t-d-40, .p-t-v-40 { padding-bottom: 4rem; }
	.p-t-l-40, .p-t-h-40 { padding-left: 4rem; }
	.p-t-r-40, .p-t-h-40 { padding-right: 4rem; }

	.p-t-u-50, .p-t-v-50 { padding-top: 5rem; }
	.p-t-d-50, .p-t-v-50 { padding-bottom: 5rem; }
	.p-t-l-50, .p-t-h-50 { padding-left: 5rem; }
	.p-t-r-50, .p-t-h-50 { padding-right: 5rem; }

	.p-t-u-60, .p-t-v-60 { padding-top: 6rem; }
	.p-t-d-60, .p-t-v-60 { padding-bottom: 6rem; }
	.p-t-l-60, .p-t-h-60 { padding-left: 6rem; }
	.p-t-r-60, .p-t-h-60 { padding-right: 6rem; }

	.p-t-u-80, .p-t-v-80 { padding-top: 8rem; }
	.p-t-d-80, .p-t-v-80 { padding-bottom: 8rem; }
	.p-t-l-80, .p-t-h-80 { padding-left: 8rem; }
	.p-t-r-80, .p-t-h-80 { padding-right: 8rem; }

	.p-t-u-100, .p-t-v-100 { padding-top: 10rem; }
	.p-t-d-100, .p-t-v-100 { padding-bottom: 10rem; }
	.p-t-l-100, .p-t-h-100 { padding-left: 10rem; }
	.p-t-r-100, .p-t-h-100 { padding-right: 10rem; }

	/* WIDTHS AND HEIGHTS */

	.screen-height-t { min-height: 100vh; }
	.reset-screen-height-t { min-height: auto; }

	.screen-width-t {
		position: relative;
			left: calc( 50% - 50vw );
		width: 100vw;
	}

	.reset-screen-width-t {
		left: auto;
		width: auto;
	}

	/* HIDING AND SHOWING */

	html .d-t-none { display: none; }
	html .d-t-flex { display: flex; }
	html .d-t-block { display: block; }
	html .d-t-inline { display: inline; }
	html .d-t-inline-flex { display: inline-flex; }
	html .d-t-inline-block { display: inline-block; }

	/* TEXT SIZES */

	.fs-t-inherit { font-size: inherit; }

	.fs-t-12 { font-size: 1.2rem; }
	.fs-t-13 { font-size: 1.3rem; }
	.fs-t-14 { font-size: 1.4rem; }
	.fs-t-15 { font-size: 1.5rem; }
	.fs-t-16 { font-size: 1.6rem; }
	.fs-t-17 { font-size: 1.7rem; }
	.fs-t-18 { font-size: 1.8rem; }
	.fs-t-19 { font-size: 1.9rem; }
	.fs-t-20 { font-size: 2.0rem; }
	.fs-t-21 { font-size: 2.1rem; }
	.fs-t-22 { font-size: 2.2rem; }
	.fs-t-23 { font-size: 2.3rem; }
	.fs-t-24 { font-size: 2.4rem; }
	.fs-t-28 { font-size: 2.8rem; }
	.fs-t-32 { font-size: 3.2rem; }
	.fs-t-36 { font-size: 3.6rem; }
	.fs-t-40 { font-size: 4.0rem; }
	.fs-t-48 { font-size: 4.8rem; }
	.fs-t-56 { font-size: 5.6rem; }
	.fs-t-64 { font-size: 6.4rem; }
	.fs-t-96 { font-size: 9.6rem; }

	/* TEXT COLUMNS */

	.t-cols-t-2 { columns: 2 2rem; }
	.t-cols-t-3 { columns: 3 2rem; }

	/* GRID STRUCTURE */

	.grid {
		margin: 0 0 -4rem -2.6rem;
	}

	.grid + .grid { margin-top: 4rem; }
	
	.grid .grid-item {
		margin: 0 0 4rem 2.6rem;
		width: calc( 100% - 2.6rem );
	}

	.grid.mcols-1 > .grid-item,
	.grid.tcols-1 > .grid-item {
		width: calc( 100% - 2.6rem );
	}

	.grid.mcols-2 > .grid-item,
	.grid.tcols-2 > .grid-item {
		width: calc( 50% - 2.6rem );
	}

	.grid.match-gutter { margin-bottom: -2.6rem; }
	.grid.match-gutter + .grid.match-gutter { margin-top: 2.6rem; }
	.grid.match-gutter .grid-item { margin-bottom: 2.6rem; }

	.grid.tcols-1.no-hgutter > .grid-item { width: 100%; }
	.grid.tcols-2.no-hgutter > .grid-item { width: 50%; }
	.grid.tcols-3.no-hgutter > .grid-item { width: 33.33%; }
	.grid.tcols-4.no-hgutter > .grid-item { width: 25%; }

	/* EXPANDABLE CONTAINER */

	.is-expandable:not( .expanded ) {
		max-height: 40rem;
	}

	/* Site Header --------------------------- */
	/* Modal: Mobile Menu -------------------- */

	.modal-mobile-menu,
	.modal-search {
		top: 11.6rem;
	}

	/* Modal: Search ------------------------- */

	.modal-search-form .search-submit {
		position: static;
	}

	/* Default Archive ----------------------- */

	/* PREVIEW: PAGE */

	.preview-page .preview-header {
		margin: -2rem 2rem 0 0;
		position: relative;
	}

	/* ARCHIVE FILTERS */

	/* Archive Filter Search */

	input.filter-search-field {
		font-size: 2rem;
		padding: 2.05rem 12rem 2.05rem 3rem;
	}

	.filter-search-submit, 
	.filter-search-icon {
		width: 8.2rem;
	}

	.filter-search-icon svg {
		height: 2.7rem;
		width: 2.7rem;
	}

	.filter-search-icon * {
		stroke-width: .15rem;
	}

	/* Archive Filter Form */

	.archive-filters-form-wrapper {
		border-top: transparent;
	}

	.archive-filters-list {
		flex-direction: row;
	}

	.archive-filters-list li {
		width: auto;
	}

	.archive-filters-list li.filter-element-wrapper {
		min-width: 20.6rem;
	}

	.archive-filters-list li.reset-wrapper {
		margin-left: 2rem;
	}

	.archive-filters-list li.subscribe-wrapper {
		display: flex;
		margin-left: auto;
		padding-left: 2rem;
	}

	:root .filter-taxonomy-toggle {
		position: relative;
		width: 100%;
		z-index: 2;
	}

	.filter-taxonomy-toggle.active:after {
		background-color: var( --c-white );
		content: "";
		display: block;
		height: .1rem;
		position: absolute;
			bottom: -.1rem;
			left: 0;
			right: 0;
		z-index: 1;
	}

	.filter-taxonomy-list-wrapper {
		max-height: 25rem;
		overflow: auto;
		position: absolute;
			left: 0;
			right: 0;
			top: 100%;
		z-index: 3;
	}

	/* ARCHIVE FILTER TERM MESSAGES */

	.archive-filters-messages .message {
		font-size: 1.6rem;
	}
	
	/* Singular ------------------------------ */

	/* ENTRY MEDIA */

	.entry-media-caption,
	.wp-block-image figcaption {
		margin: 0;
		padding: 1.5rem 2rem;
		position: absolute;
			bottom: 0;
			left: 0;
		width: auto;
	}

	.entry-media-caption .photographer {
		font-size: 1.2rem;
	}

	/* POST NAVIGATION */

	.post-nav-inner {
		display: flex;
	}

	.post-nav.only-previous .post-nav-inner {
		justify-content: flex-end;
	}

	.post-nav a {
		width: 50%;
	}

	.post-nav a + a {
		border-top: none;
	}

	.post-nav-icon {
		height: 4.4rem;
		margin: 0 2rem 0 0;
		width: 4.4rem;
	}

	.post-nav-icon svg {
		height: 2rem;
		width: 2.2rem;
	}

	.post-nav-meta {
		margin-bottom: .8rem;
	}

	.post-nav-previous {
		flex-direction: row-reverse;
		text-align: right;
	}

	.post-nav-previous .post-nav-icon {
		margin: 0 0 0 2rem;
	}

	.post-nav-previous .post-nav-meta {
		justify-content: flex-end;
	}

	/* Sidebar ------------------------------- */
	/* Publication: Archive ------------------ */

	/* PREVIEW: PUBLICATION */

	.preview-horizontal-image {
		width: 12rem;
	}

	/* Publication: Single ------------------- */

	/* PUBLICATION BAR */

	.publication-bar .faux-button {
		min-width: 13rem;
	}

	/* PUBLICATION THUMBNAIL */

	.entry-content-thumbnail {
		float: left;
		margin: 0 3rem 3rem 0;
		max-width: 24rem;
		padding: 0;
		width: 50%;
	}

	/* Organisation: Archive ----------------- */

	.archive-filter-switcher .show {
		width: auto;
	}

	/* Page Templates ------------------------ */
	/* Template: Front Page ------------------ */

	/* FRONT SECTION: PRIORITY AREAS */

	.priority-areas-header-inner {
		align-items: flex-end;
		display: flex;
	}

	.priority-areas-header-title {
		flex-shrink: 0;
		margin-right: 2.6rem;
		width: 50%;
	}

	.priority-area-puff {
		height: 40rem;
	}

	/* FRONT SECTION: UPDATES */

	.front-updates-filter-inner {
		border-top: none;
		padding: 0;
	}

	.front-updates-filter-list {
		display: flex;
	}

	.front-updates-filter-list li {
		align-items: center;
		display: flex;
		border: none;
		padding: 0 2.5rem;
		position: relative;
	}

	.front-updates-filter-list li + li:before {
		background: #CAC8C6;
		content: "";
		display: block;
		height: 2.2rem;
		position: absolute;
			left: 0;
			top: calc( 50% - 1.1rem );
		width: .1rem;
	}

	/* Template: Contact Us ------------------ */
	/* Template: Landing Page ---------------- */
	/* Template: Annual Report --------------- */

	.report-hero-image {
		min-height: 50rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: BUTTONS */

	.wp-block-buttons {
		margin-bottom: 2rem;
		margin-top: 2rem;
	}

	.wp-block-buttons .wp-block-button {
		margin: 8px 16px 8px 0;
	}

	/* BLOCK: GROUP */

	.wp-block-group.has-background {
		padding: 5rem 4rem;
	}

	/* BLOCK: MEDIA & TEXT */

	.wp-block-media-text .wp-block-media-text__content {
		padding: 4rem;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote p, 
	.wp-block-pullquote.is-style-solid-color blockquote p {
		font-size: 3.2rem;
	}

	:root .wp-block-pullquote cite {
		font-size: 1.6rem;
		margin-top: 2.5rem;
	}

	.wp-block-pullquote.is-style-solid-color blockquote cite {
		margin-top: 4rem;
	}

	.wp-block-pullquote.is-style-solid-color.has-background {
		padding: 4rem;
	}

	/* BLOCK: SEPARATOR */

	.centered-content hr.is-style-wide {
		margin-left: calc( ( 100vw - 100% - 8rem ) / -2 );
		width: calc( 100vw - 8rem );
	}

	/* Entry Content ------------------------- */

	.entry-content {
		line-height: 1.66;
	}

	.alignwide,
	.alignfull {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}

	.alignleft {
		margin-bottom: 3rem;
		margin-right: 3rem;
	}

	.alignright {
		margin-bottom: 3rem;
		margin-left: 3rem;
	}

	.alignwide {
		max-width: calc( 100vw - 8rem );
		width: calc( 100vw - 8rem );
	}

	/* CENTERED CONTENT */

	.centered-content .alignwide {
		margin-left: calc( ( 100vw - 100% - 8rem ) / -2 );
	}

	/* Site Pagination ----------------------- */

	#load-more {
		padding: 3rem 2rem;
	}

	/* Site Footer --------------------------- */

	.footer-credits {
		align-items: baseline;
		display: flex;
		justify-content: space-between;
	}


}

@media ( min-width: 782px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-column {
		padding: 0;
	}

	.wp-block-column:not(:first-child) {
		margin-left: 40px;
	}

}

@media ( min-width: 1000px ) {

	/* Helper Classes ------------------------ */

	/* PADDING HELPERS */

	.p-tl-0 { padding: 0; }
	.p-tl-20 { padding: 2rem; }
	.p-tl-25 { padding: 2.5rem; }
	.p-tl-30 { padding: 3rem; }
	.p-tl-40 { padding: 4rem; }
	.p-tl-50 { padding: 5rem; }
	.p-tl-60 { padding: 6rem; }
	.p-tl-80 { padding: 8rem; }
	.p-tl-100 { padding: 10rem; }

	.p-tl-u-0, .p-tl-v-0 { padding-top: 0; }
	.p-tl-d-0, .p-tl-v-0 { padding-bottom: 0; }
	.p-tl-l-0, .p-tl-h-0 { padding-left: 0; }
	.p-tl-r-0, .p-tl-h-0 { padding-right: 0; }

	.p-tl-u-20, .p-tl-v-20 { padding-top: 2rem; }
	.p-tl-d-20, .p-tl-v-20 { padding-bottom: 2rem; }
	.p-tl-l-20, .p-tl-h-20 { padding-left: 2rem; }
	.p-tl-r-20, .p-tl-h-20 { padding-right: 2rem; }

	.p-tl-u-25, .p-tl-v-25 { padding-top: 2.5rem; }
	.p-tl-d-25, .p-tl-v-25 { padding-bottom: 2.5rem; }
	.p-tl-l-25, .p-tl-h-25 { padding-left: 2.5rem; }
	.p-tl-r-25, .p-tl-h-25 { padding-right: 2.5rem; }

	.p-tl-u-30, .p-tl-v-30 { padding-top: 3rem; }
	.p-tl-d-30, .p-tl-v-30 { padding-bottom: 3rem; }
	.p-tl-l-30, .p-tl-h-30 { padding-left: 3rem; }
	.p-tl-r-30, .p-tl-h-30 { padding-right: 3rem; }

	.p-tl-u-40, .p-tl-v-40 { padding-top: 4rem; }
	.p-tl-d-40, .p-tl-v-40 { padding-bottom: 4rem; }
	.p-tl-l-40, .p-tl-h-40 { padding-left: 4rem; }
	.p-tl-r-40, .p-tl-h-40 { padding-right: 4rem; }

	.p-tl-u-50, .p-tl-v-50 { padding-top: 5rem; }
	.p-tl-d-50, .p-tl-v-50 { padding-bottom: 5rem; }
	.p-tl-l-50, .p-tl-h-50 { padding-left: 5rem; }
	.p-tl-r-50, .p-tl-h-50 { padding-right: 5rem; }

	.p-tl-u-60, .p-tl-v-60 { padding-top: 6rem; }
	.p-tl-d-60, .p-tl-v-60 { padding-bottom: 6rem; }
	.p-tl-l-60, .p-tl-h-60 { padding-left: 6rem; }
	.p-tl-r-60, .p-tl-h-60 { padding-right: 6rem; }

	.p-tl-u-80, .p-tl-v-80 { padding-top: 8rem; }
	.p-tl-d-80, .p-tl-v-80 { padding-bottom: 8rem; }
	.p-tl-l-80, .p-tl-h-80 { padding-left: 8rem; }
	.p-tl-r-80, .p-tl-h-80 { padding-right: 8rem; }

	.p-tl-u-100, .p-tl-v-100 { padding-top: 10rem; }
	.p-tl-d-100, .p-tl-v-100 { padding-bottom: 10rem; }
	.p-tl-l-100, .p-tl-h-100 { padding-left: 10rem; }
	.p-tl-r-100, .p-tl-h-100 { padding-right: 10rem; }

	/* TEXT SIZES */

	.fs-tl-inherit { font-size: inherit; }

	.fs-tl-14 { font-size: 1.4rem; }
	.fs-tl-15 { font-size: 1.5rem; }
	.fs-tl-16 { font-size: 1.6rem; }
	.fs-tl-17 { font-size: 1.7rem; }
	.fs-tl-18 { font-size: 1.8rem; }
	.fs-tl-19 { font-size: 1.9rem; }
	.fs-tl-20 { font-size: 2.0rem; }
	.fs-tl-21 { font-size: 2.1rem; }
	.fs-tl-22 { font-size: 2.2rem; }
	.fs-tl-23 { font-size: 2.3rem; }
	.fs-tl-24 { font-size: 2.4rem; }
	.fs-tl-28 { font-size: 2.8rem; }
	.fs-tl-32 { font-size: 3.2rem; }
	.fs-tl-36 { font-size: 3.6rem; }
	.fs-tl-40 { font-size: 4.0rem; }
	.fs-tl-48 { font-size: 4.8rem; }
	.fs-tl-56 { font-size: 5.6rem; }
	.fs-tl-64 { font-size: 6.4rem; }
	.fs-tl-96 { font-size: 9.6rem; }

	/* TEXT COLUMNS */

	.t-cols-tl-2 { columns: 2 4rem; }
	.t-cols-tl-3 { columns: 3 4rem; }
	.t-cols-tl-4 { columns: 4 4rem; }

	/* GRID STRUCTURE */

	.grid.tlcols-1 > .grid-item { width: calc( 100% - 2.6rem ); }
	.grid.tlcols-2 > .grid-item { width: calc( 50% - 2.6rem ); }
	.grid.tlcols-3 > .grid-item { width: calc( 33.33% - 2.6rem ); }
	.grid.tlcols-4 > .grid-item { width: calc( 25% - 2.6rem ); }

	.grid.tlcols-1.no-hgutter > .grid-item { width: 100%; }
	.grid.tlcols-2.no-hgutter > .grid-item { width: 50%; }
	.grid.tlcols-3.no-hgutter > .grid-item { width: 33.33%; }
	.grid.tlcols-4.no-hgutter > .grid-item { width: 25%; }

	/* WIDTHS AND HEIGHTS */

	.screen-height-tl { min-height: 100vh; }
	.reset-screen-height-tl { min-height: auto; }

	.screen-width-tl {
		position: relative;
			left: calc( 50% - 50vw );
		width: 100vw;
	}
	
	.reset-screen-width-tl {
		left: auto;
		width: auto;
	}

	/* HIDING AND SHOWING */

	html .d-tl-none { display: none; }
	html .d-tl-flex { display: flex; }
	html .d-tl-block { display: block; }
	html .d-tl-inline { display: inline; }
	html .d-tl-inline-flex { display: inline-flex; }
	html .d-tl-inline-block { display: inline-block; }


	/* Site Header --------------------------- */
	/* Modal: Mobile Menu -------------------- */

	.modal-mobile-menu {
		display: none !important;
	}

	/* Modal: Search ------------------------- */

	.modal-search {
		top: 17rem;
	}

	/* Default Archive ----------------------- */
	/* Singular ------------------------------ */

	.page-inner {
		display: flex;
		justify-content: space-between;
	}

	.page-inner > article {
		width: calc( 100% - 36rem );
	}

	.page-inner > aside {
		flex: 32rem 0 0;
		margin-left: 4rem;
	}

	/* Sidebar ------------------------------- */
	/* Publication: Archive ------------------ */
	/* Publication: Single ------------------- */
	/* Organisation: Archive ----------------- */
	/* Page Templates ------------------------ */
	/* Template: Front Page ------------------ */

	/* FRONT SECTION: HERO */

	.front-hero-text-wrapper {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.front-hero-text {
		flex-shrink: 0;
	}

	.front-hero-links {
		margin: 0 0 0 4rem;
		max-width: 51.2rem;
		padding: 0 0 0 2rem;
		width: 100%;
	}

	.front-hero-links:before {
		bottom: -1rem;
		height: auto;
		top: -1rem;
		width: .1rem;
	}

	.front-hero-links-list {
		margin: -2rem 0 0 -2rem;
	}

	.front-hero-links li {
		margin: 2rem 0 0 2rem;
		width: 100%;
	}

	/* FRONT SECTION: PRIORITY AREAS */

	.priority-areas {
		display: flex;
		justify-content: space-between;
	}

	.priority-areas-header-inner {
		display: block;
	}

	.priority-areas-header-title {
		margin: 0;
		width: 100%;
	}

	.priority-areas-puffs {
		flex-shrink: 0;
		width: calc( 66.66% - .9rem );
	}

	.priority-area-puff {
		align-items: flex-start;
		height: 48rem;
		justify-content: flex-start;
		text-align: left;
	}

	.priority-area-puff.pseudo-bg:before {
		background-color: transparent;
		background-image: linear-gradient(180deg, rgba(35,31,32,0.85) 0%, rgba(35,31,32,0.00) 100%);
		bottom: 12rem;
	}

	.priority-area-text {
		max-width: 53.5rem;
	}

	.priority-area-puff .buttons {
		justify-content: flex-start;
	}

	/* FRONT SECTION: QUOTE */

	.quote-section .location-tab {
		position: absolute;
			bottom: 4rem;
			right: 4rem;
	}

	.quote-section .section-inner {
		justify-content: flex-end;
	}

	/* Template: Contact Us ------------------ */

	/* CONTACT DETAILS */

	.contact-details .grid-item + .grid-item {
		border: none;
		border-left: .1rem solid #E4E3E1;
	}

	/* CONTACT PEOPLE */
	
	.contact-people-wrapper {
		display: flex;
		justify-content: space-between;
		margin-left: -2.6rem;
	}

	.people-filter-inner,
	.people-departments {
		margin-top: 4rem;
	}

	.people-filter {
		margin-left: 2.6rem;
		width: calc( 25% - 2.6rem );
	}

	.people-filter a.active { text-decoration: none; }
	.people-filter a.active:hover { text-decoration: underline; }

	.people-filter-inner {
		background: transparent;
		flex-direction: column;
		justify-content: space-between;
		min-height: calc( 100vh - 4rem );
	}

	.people-to-the-top {
		opacity: 0;
	}

	.is_stuck .people-to-the-top {
		opacity: 1;
	}

	.people-departments {
		margin-left: 2.6rem;
		width: calc( 75% - 4rem );
	}

	.people-department:not(.active) {
		display: block;
	}

	.people-department + .people-department {
		margin-top: 6rem;
	}

	/* Template: Landing Page ---------------- */
	/* Template: Annual Report --------------- */

	.report-hero {
		flex-direction: row-reverse;
	}

	/* HERO IMAGE */

	.report-hero-image {
		width: 100%;
	}

	.report-hero-image:after {
		content: none;
	}

	.report-hero-image.has-image .back-logo-wrapper {
		background: none;
	}

	.report-hero .back-logo-wrapper {
		justify-content: flex-end;
	}

	.report-hero .overlay-logo svg {
		height: 8rem;
		width: 10rem;
	}

	.report-hero-image-overlay .location-tab {
		bottom: 4rem;
		right: 4rem;
	}

	/* HERO HEADER */

	.report-hero-header {
		display: flex;
		flex: 44rem 0 0;
		min-height: 100vh;
	}

	:root {
		--hero-clip-path-polygon: polygon(
			0 0,
			100% 0,
			calc( 100% - 4.86vh ) 100%,
			0 100%
		);
	}

	@supports ( -webkit-clip-path: var( --hero-clip-path-polygon ) ) or ( clip-path: var( --hero-clip-path-polygon ) ) {

		.report-hero-header:after {
			background-color: currentColor;
			content: "";
			display: block;
			position: absolute;
				bottom: 0;
				left: 0;
				right: -4.87vh;
				top: 0;
			-webkit-clip-path: var( --hero-clip-path-polygon );
			clip-path: var( --hero-clip-path-polygon );
		}

	}

	.report-hero-header-inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		transform: none;
	}

	/* REPORT NAV */

	.report-nav {
		border-bottom-style: solid;
		border-bottom-width: .1rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: MEDIA & TEXT */

	.wp-block-media-text .wp-block-media-text__content {
		padding: 6rem;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote.alignwide p, 
	.wp-block-pullquote.is-style-solid-color.alignwide blockquote p,
	.wp-block-pullquote.alignfull p, 
	.wp-block-pullquote.is-style-solid-color.alignfull blockquote p {
		font-size: 3.6rem;
	}

	.wp-block-pullquote.is-style-solid-color.has-background.alignwide,
	.wp-block-pullquote.is-style-solid-color.has-background.alignfull {
		padding: 6rem;
	}

	/* Entry Content ------------------------- */

	/* CENTERED CONTENT */
	/* SINGULAR CONTENT */

	.singular-content .alignwide {
		margin-right: -36rem;
	}

	.singular-content .alignfull {
		left: auto;
		margin-left: -4rem;
		margin-right: -40rem;
	}

	/* Site Pagination ----------------------- */
	/* Site Footer --------------------------- */

	.footer-bg {
		left: auto;
		right: -23.9rem;
		top: -24.7rem;
		transform: none;
	}

	.footer-bg svg {
		height: 92.8rem;
		width: 92.9rem;
	}

	.footer-block {
		margin: 2rem 0 0 2rem;
		width: calc( 25% - 2rem );
	}



	.credits-menu {
		margin: -1rem 0 0 -2.5rem;
	}

	.credits-menu li {
		margin: 1rem 0 0 2.5rem;
	}
	
}

@media ( min-width: 1200px ) {


	/* Element Base -------------------------- */

	h1 { font-size: 4.8rem; }
	h2 { font-size: 4.0rem; }
	h3 { font-size: 3.4rem; }
	h4 { font-size: 2.8rem; }
	h5 { font-size: 2.4rem; }

	/* Helper Classes ------------------------ */

	/* SECTIONS */

	.section-inner.more-margin { 
		max-width: 128rem; 
		width: calc( 100% - 16rem );
	}

	/* PADDING HELPERS */

	.p-d-0 { padding: 0; }
	.p-d-20 { padding: 2rem; }
	.p-d-30 { padding: 3rem; }
	.p-d-40 { padding: 4rem; }
	.p-d-40 { padding: 4rem; }
	.p-d-45 { padding: 4.5rem; }
	.p-d-50 { padding: 5rem; }
	.p-d-60 { padding: 6rem; }
	.p-d-80 { padding: 8rem; }
	.p-d-100 { padding: 10rem; }
	.p-d-120 { padding: 12rem; }
	.p-d-140 { padding: 14rem; }
	.p-d-160 { padding: 16rem; }
	.p-d-180 { padding: 18rem; }

	.p-d-u-0, .p-d-v-0 { padding-top: 0; }
	.p-d-d-0, .p-d-v-0 { padding-bottom: 0; }
	.p-d-l-0, .p-d-h-0 { padding-left: 0; }
	.p-d-r-0, .p-d-h-0 { padding-right: 0; }

	.p-d-u-20, .p-d-v-20 { padding-top: 2rem; }
	.p-d-d-20, .p-d-v-20 { padding-bottom: 2rem; }
	.p-d-l-20, .p-d-h-20 { padding-left: 2rem; }
	.p-d-r-20, .p-d-h-20 { padding-right: 2rem; }

	.p-d-u-30, .p-d-v-30 { padding-top: 3rem; }
	.p-d-d-30, .p-d-v-30 { padding-bottom: 3rem; }
	.p-d-l-30, .p-d-h-30 { padding-left: 3rem; }
	.p-d-r-30, .p-d-h-30 { padding-right: 3rem; }

	.p-d-u-40, .p-d-v-40 { padding-top: 4rem; }
	.p-d-d-40, .p-d-v-40 { padding-bottom: 4rem; }
	.p-d-l-40, .p-d-h-40 { padding-left: 4rem; }
	.p-d-r-40, .p-d-h-40 { padding-right: 4rem; }

	.p-d-u-45, .p-d-v-45 { padding-top: 4.5rem; }
	.p-d-d-45, .p-d-v-45 { padding-bottom: 4.5rem; }
	.p-d-l-45, .p-d-h-45 { padding-left: 4.5rem; }
	.p-d-r-45, .p-d-h-45 { padding-right: 4.5rem; }

	.p-d-u-50, .p-d-v-50 { padding-top: 5rem; }
	.p-d-d-50, .p-d-v-50 { padding-bottom: 5rem; }
	.p-d-l-50, .p-d-h-50 { padding-left: 5rem; }
	.p-d-r-50, .p-d-h-50 { padding-right: 5rem; }

	.p-d-u-60, .p-d-v-60 { padding-top: 6rem; }
	.p-d-d-60, .p-d-v-60 { padding-bottom: 6rem; }
	.p-d-l-60, .p-d-h-60 { padding-left: 6rem; }
	.p-d-r-60, .p-d-h-60 { padding-right: 6rem; }

	.p-d-u-80, .p-d-v-80 { padding-top: 8rem; }
	.p-d-d-80, .p-d-v-80 { padding-bottom: 8rem; }
	.p-d-l-80, .p-d-h-80 { padding-left: 8rem; }
	.p-d-r-80, .p-d-h-80 { padding-right: 8rem; }

	.p-d-u-100, .p-d-v-100 { padding-top: 10rem; }
	.p-d-d-100, .p-d-v-100 { padding-bottom: 10rem; }
	.p-d-l-100, .p-d-h-100 { padding-left: 10rem; }
	.p-d-r-100, .p-d-h-100 { padding-right: 10rem; }

	.p-d-u-120, .p-d-v-120 { padding-top: 12rem; }
	.p-d-d-120, .p-d-v-120 { padding-bottom: 12rem; }
	.p-d-l-120, .p-d-h-120 { padding-left: 12rem; }
	.p-d-r-120, .p-d-h-120 { padding-right: 12rem; }

	.p-d-u-140, .p-d-v-140 { padding-top: 14rem; }
	.p-d-d-140, .p-d-v-140 { padding-bottom: 14rem; }
	.p-d-l-140, .p-d-h-140 { padding-left: 14rem; }
	.p-d-r-140, .p-d-h-140 { padding-right: 14rem; }

	.p-d-u-160, .p-d-v-160 { padding-top: 16rem; }
	.p-d-d-160, .p-d-v-160 { padding-bottom: 16rem; }
	.p-d-l-160, .p-d-h-160 { padding-left: 16rem; }
	.p-d-r-160, .p-d-h-160 { padding-right: 16rem; }

	.p-d-u-180, .p-d-v-180 { padding-top: 18rem; }
	.p-d-d-180, .p-d-v-180 { padding-bottom: 18rem; }
	.p-d-l-180, .p-d-h-180 { padding-left: 18rem; }
	.p-d-r-180, .p-d-h-180 { padding-right: 18rem; }

	/* WIDTHS AND HEIGHTS */

	.screen-height-d { min-height: 100vh; }
	.reset-screen-height-d { min-height: auto; }

	.screen-width-d {
		position: relative;
			left: calc( 50% - 50vw );
		width: 100vw;
	}
	
	.reset-screen-width-d {
		left: auto;
		width: auto;
	}

	/* HIDING AND SHOWING */

	html .d-d-none { display: none; }
	html .d-d-flex { display: flex; }
	html .d-d-block { display: block; }
	html .d-d-inline { display: inline; }
	html .d-d-inline-flex { display: inline-flex; }
	html .d-d-inline-block { display: inline-block; }

	/* FAUX IMAGE */

	.faux-image.cover-image { height: calc( 100vh - 8rem ); }

	/* TEXT SIZES */

	.fs-d-inherit { font-size: inherit; }

	.fs-d-14 { font-size: 1.4rem; }
	.fs-d-15 { font-size: 1.5rem; }
	.fs-d-16 { font-size: 1.6rem; }
	.fs-d-17 { font-size: 1.7rem; }
	.fs-d-18 { font-size: 1.8rem; }
	.fs-d-19 { font-size: 1.9rem; }
	.fs-d-20 { font-size: 2.0rem; }
	.fs-d-22 { font-size: 2.2rem; }
	.fs-d-24 { font-size: 2.4rem; }
	.fs-d-28 { font-size: 2.8rem; }
	.fs-d-32 { font-size: 3.2rem; }
	.fs-d-36 { font-size: 3.6rem; }
	.fs-d-40 { font-size: 4.0rem; }
	.fs-d-48 { font-size: 4.8rem; }
	.fs-d-64 { font-size: 6.4rem; }
	.fs-d-86 { font-size: 8.6rem; }
	.fs-d-128 { font-size: 12.8rem; }

	/* TEXT COLUMNS */

	.t-cols-d-2 { columns: 2 6rem; }
	.t-cols-d-3 { columns: 3 6rem; }
	.t-cols-d-4 { columns: 4 6rem; }

	/* GRID STRUCTURE */

	.grid.dcols-1 > .grid-item { width: calc( 100% - 2.6rem ); }
	.grid.dcols-2 > .grid-item { width: calc( 50% - 2.6rem ); }
	.grid.dcols-3 > .grid-item { width: calc( 33.33% - 2.6rem ); }
	.grid.dcols-4 > .grid-item { width: calc( 25% - 2.6rem ); }

	.grid.dcols-1.no-hgutter > .grid-item { width: 100%; }
	.grid.dcols-2.no-hgutter > .grid-item { width: 50%; }
	.grid.dcols-3.no-hgutter > .grid-item { width: 33.33%; }
	.grid.dcols-4.no-hgutter > .grid-item { width: 25%; }

	/* Site Header --------------------------- */

	.main-menu > li {
		margin-left: 3rem;
	}

	/* Modal: Mobile Menu -------------------- */
	/* Modal: Search ------------------------- */

	.modal-search {
		top: 18.2rem;
	}

	/* Default Archive ----------------------- */

	/* ARCHIVE FILTERS */

	.archive-filters-list {
		gap: 2rem;
	}

	/* Singular ------------------------------ */

	.page-inner > aside {
		margin-left: 6rem;
		flex-basis: 35rem;
	}

	.page-inner > article {
		width: calc( 100% - 41rem );
	}

	/* Sidebar ------------------------------- */
	/* Publication: Archive ------------------ */
	/* Publication: Single ------------------- */
	/* Organisation: Archive ----------------- */
	/* Page Templates ------------------------ */
	/* Template: Front Page ------------------ */
	/* Template: Contact Us ------------------ */
	/* Template: Landing Page ---------------- */

	.landing-pages-grid .grid-item:nth-child(1),
	.landing-pages-grid .grid-item:nth-child(2),
	.landing-pages-grid .grid-item:nth-child(3) {
		width: calc( 33.33% - 2.6rem );
	}

	/* Template: Annual Report --------------- */

	.report-hero-header {
		display: flex;
		flex: 58rem 0 0;
		justify-content: flex-end;
	}

	.report-hero-header-inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 0 8rem 0 0;
		max-width: 42rem;
		width: calc( 100% - 16rem );
	}

	/* Blocks -------------------------------- */
	/* Blocks -------------------------------- */

	/* BLOCK: SEPARATOR */

	.centered-content hr.is-style-wide {
		margin: 8rem 0 8rem calc( ( 100vw - 100% - 16rem ) / -2 );
		width: calc( 100vw - 16rem );
	}

	/* Entry Content ------------------------- */

	.alignwide,
	.alignfull {
		margin-bottom: 8rem;
		margin-top: 8rem;
	}

	.alignwide {
		max-width: calc( 100vw - 16rem );
		width: calc( 100vw - 16rem );
	}

	/* CENTERED CONTENT */

	.centered-content .alignwide {
		margin-left: calc( ( 100vw - 100% - 16rem ) / -2 );
	}

	/* SINGULAR CONTENT */

	.singular-content .alignwide {
		margin-right: -42rem;
	}

	.singular-content .alignfull {
		margin-left: calc( ( 100vw - ( 100vw - 16rem ) ) / -2 );
		margin-right: 0;
	}

	/* Site Pagination ----------------------- */
	/* Site Footer --------------------------- */

	.footer-top {
		flex-wrap: nowrap;
		margin: -2.6rem 0 0 -2.6rem;
		width: calc( 100% + 2.6rem );
	}

	.footer-block {
		width: calc( 16.6% - 2.6rem );
		margin: 2.6rem 0 0 2.6rem;
	}

	.footer-block + .footer-block {
		border-left: .1rem solid #E4E3E1;
		border-top: none;
		padding: 2rem 0 4rem 2.6rem;
	}

	.footer-block-title {
		margin-bottom: 2rem;
	}

	.footer-block.footer-logo {
		width: calc( 23.1% - 2.6rem );
	}

	.footer-logo {
		font-size: 1.2rem;
	}

}

@media ( min-width: 1440px ) {

	/* Helper Classes ------------------------ */

	/* SECTIONS */

	.section-inner.more-margin { 
		max-width: 168rem;
		width: calc( 100% - 16rem ); 
	}

}

@media ( min-width: 1840px ) {

	/* Template: Annual Report --------------- */

	.report-hero-header {
		flex: calc( ( ( 100vw - 168rem ) / 2 ) + 48rem ) 0 0;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: SEPARATOR */

	.centered-content hr.is-style-wide {
		margin-left: calc( ( 168rem - 100% ) / -2 );
		width: 168rem;
	}

	/* Entry Content ------------------------- */

	.alignwide {
		max-width: 168rem;
		width: 168rem;
	}

	/* CENTERED CONTENT */

	.centered-content .alignwide {
		margin-left: calc( ( 168rem - 100% ) / -2 );
	}

	/* SINGULAR CONTENT */

	.singular-content .alignfull {
		margin-left: calc( ( 100vw - 168rem ) / -2 );
		margin-right: 0;
	}

}


/* --------------------------------------------------------------------------------------------- */
/*	X. Print Styles
/* --------------------------------------------------------------------------------------------- */


@media print {

	#site-header,
	#site-footer,
	.breadcrumbs-wrapper,
	.sidebar,
	.post-nav-desktop-wrapper,
	.entry-tools-wrapper {
		display: none !important;
	}

	.section-inner,
	.page-inner > article {
		max-width: 100% !important;
		width: 100% !important;
	}

	section {
		padding: 0 !important;
	}

}