/*
Theme Name: CLEX Legacy
Description: CLEX Legacy
Author: NTech Media
Author URI: http://ntechmedia.com


	Base Theme Name: HTML5 Blank
	Base Theme URI: http://html5blank.com
	Base Description: HTML5 Blank WordPress Theme
	Base Version: 1.4.2
	Base Author: Todd Motto (@toddmotto)
	Base Author URI: http://toddmotto.com
	Base Tags: Blank, HTML5, CSS3

	Base License: MIT
	Base License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    COLOURS
\*------------------------------------*/

:root body {

	--blue: #113559;
	--blue-light: #138dcd;
	--blue-mid: #0f68b2;
	--blue-dark: #113559;
	--pink-dark: #da1e48;
	--pink-mid: #cc5252;
	--pink-light: #f48580;
	--black: #222222;
	--white: #FFFFFF;
	--white-off: #f6f6f6;

	--link: var(--pink-mid);
	--hover: var(--pink-dark);

	--wp--preset--font-size--x-large: 32px;
	--wp--preset--font-size--large: 26px;
	--wp--preset--font-size--medium: 22px;
	--wp--preset--font-size--small: 16px;
}

.has-blue-color 	{ color: var(--blue); }
.has-bluelight-color 		{ color: var(--blue-light); }
.has-bluemid-color 	{ color: var(--blue-mid); }
.has-bluedark-color 	{ color: var(--blue-dark); }
.has-pinklight-color 		{ color: var(--pink-light); }
.has-pinkmid-color 	{ color: var(--pink-mid); }
.has-pinkdark-color 	{ color: var(--pink-dark); }
.has-whiteoff-color 		{ color: var(--white-off); }
.has-black-color 	{ color: var(--black); }
.has-white-color 	{ color: var(--white); }

.has-blue-background-color 	{ background: var(--blue); }
.has-bluelight-background-color 		{ background: var(--blue-light); }
.has-bluemid-background-color 	{ background: var(--blue-mid); }
.has-bluedark-background-color 	{ background: var(--blue-dark); }
.has-pinklight-background-color 		{ background: var(--pink-light); }
.has-pinkmid-background-color 	{ background: var(--pink-mid); }
.has-pinkdark-background-color 	{ background: var(--pink-dark); }
.has-whiteoff-background-color 		{ background: var(--white-off); }
.has-black-background-color 	{ background: var(--black); }
.has-white-background-color 	{ background: var(--white); }



body {
	background: var(--white);
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
/* Disabling due to issues, and because HTML5 Boilerplate made the same change */
/* for similar reasons 4 years ago and still hasn't added it back in yet */
/* https://github.com/h5bp/html5-boilerplate/commit/0d7f8d775ab4ab171c6372f992d506088ca5d3ed */
/* http://aestheticallyloyal.com/public/optimize-legibility/ */
/*	text-rendering:optimizeLegibility; */
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 400 22px/1.8 'Ubuntu', Helvetica, Arial, sans-serif;
	color: var(--black);
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	height: auto;
	vertical-align:bottom;
}
a {
	color: var(--link);
	text-decoration: underline;
}

.nounderline,
.nounderline a {
	text-decoration: none !important;
}

.has-white-color a {
	color: var(--white);
}

a:hover {
	color: var(--hover);
}

a.has-pinklight-background-color:hover { color: var(--pink-light); background-color: var(--white); }
a.has-pinkmid-background-color:hover { color: var(--pink-mid); background-color: var(--white); }
a.has-pinkdark-background-color:hover { color: var(--pink-dark); background-color: var(--white); }
a.has-bluelight-background-color:hover { color: var(--blue-light); background-color: var(--white); }
a.has-bluemid-background-color:hover { color: var(--blue-mid); background-color: var(--white); }
a.has-bluedark-background-color:hover { color: var(--blue-dark); background-color: var(--white); }
a.has-blue-background-color:hover { color: var(--blue); background-color: var(--white); }



.has-white-color a:hover {
	color: var(--white);
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.post-edit-link {
	position: absolute;
}

br.clear {
	display: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.header {
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px 40px;
}

.header_wrap {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* logo */
.logo {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
	padding: 12px;
	width: 100%;
	max-width: 350px;
	margin-right: auto;
}
.logo-img {
	max-height: 350px;
	width: 100%;
}

.menu_button {
	display: block;
	cursor: pointer;
}

#menu_nav_icon {
	width: 30px;
	height: 30px;
	min-width: 30px;
	position: relative;
	margin: 15px 20px 10px;
	transform: rotate(0deg);
	transition: opacity .5s ease-in-out;
	cursor: pointer;
	z-index: 100;
}

.menu_button:hover #menu_nav_icon span {
	background: var(--pink-mid);
}

.nav {
	position: relative;
	z-index: 2;

	ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
		display: flex;
	}

	li {
		padding: 3px 10px 6px;
		line-height: normal;
		margin: 6px;
	}

	li.nav_archive {
		border: 2px solid var(--white);
	}

	li.nav_archive:hover {
		border-color: var(--pink-dark);
	}

	li a {
		text-decoration: none;
		font-size: 20px;
		color: var(--white);
	}

	li:nth-child(1):hover a, li.current_page_item:nth-child(1) a { color: var(--blue-light); }
	li:nth-child(2):hover a, li.current_page_item:nth-child(2) a { color: var(--blue-mid); }
	li:nth-child(3):hover a, li.current_page_item:nth-child(3) a { color: var(--blue-dark); }
	li:nth-child(4):hover a, li.current_page_item:nth-child(4) a { color: var(--pink-dark); }
	li:nth-child(5):hover a, li.current_page_item:nth-child(5) a { color: var(--pink-mid); }
	li:nth-child(6):hover a, li.current_page_item:nth-child(6) a { color: var(--blue-light); }


}

#menu_nav_icon {
	position: relative;

	span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: var(--white);
		border-radius: 3px;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: opacity .25s ease-in-out;
	}


	span:nth-child(1) {
		top: 3px;
	}

	span:nth-child(2), span:nth-child(3) {
		top: 12px;
	}

	span:nth-child(4) {
		top: 21px;
	}

	&.open {
		position: fixed;
		margin-left: -50px;
		margin-top: -10px;
	}

	&.open span:nth-child(1) {
		top: 12px;
		width: 0%;
		left: 50%;
	}

	&.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	&.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	&.open span:nth-child(4) {
		top: 12px;
		width: 0%;
		left: 50%;
	}
}

.mobilenav,
.search_outer {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: linear-gradient(180deg, #97abc2, #a9a099, #99787f, #334673, #142c57);
	width: 100%;
	height: calc(100vh);
	padding-top: 0px;
	z-index: 20;
	overflow: hidden;
	transition: transform .3s ease-in-out;
	will-change: transform;
	padding: 0px 0px 30px;
}

.search_box .search {
	display: flex;
}
.search_outer {
	z-index: 100;
}

.search_button_close {
	position: fixed;
	top: 45px;
	right: 45px;
}

.search-input {
	padding: 6px 15px;
	border-radius: 0px;
	border: none;
}

.search-submit {
	font-family: 'DINCondensed-Bold', "Barlow Condensed", Helvetica, sans-serif;
    font-weight: 600;
	border: none;
    padding: 10px 15px 5px;
    line-height: 1em;
    min-width: 150px;
    text-align: left;
	background: var(--pink-mid);
	color: #fff;
}

.mobilenav.nav_open,
.search_outer.search_open {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.search_outer.search_open {
	justify-content: center;
	align-items: center;
}

.mobilenav_inner {
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px 40px;
	width: 100%;
}

.mobile_logo {
	max-width: 350px;
	width: 100%;
	padding: 20px;
}

.mobilenav .header-widget {
	width: 100%;
}

.mobilenav nav {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mobilenav ul {
	margin: 0px;
	padding: 0px 50px;
	transition: transform .3s ease-in-out;
	will-change: transform;
	list-style: none;
}

.mobilenav ul li {
	margin: 10px 0px;
}

.mobilenav ul li a {
	font-family: 'DINCondensed-Bold', "Barlow Condensed", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: var(--black);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	text-decoration: none;
	padding: 15px 15px;
	letter-spacing: 0.05em;
	white-space: nowrap;
	color: var(--black);
	background: var(--white);
}

.mobilenav li a::before {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.mobilenav li:nth-child(3) a::before {
	content: '';
	mask: url(img/icon_graduate.svg) no-repeat center;
	background: var(--blue-dark);
}

.mobilenav li:nth-child(2) a::before {
	content: '';
	mask: url(img/icon_cms.svg) no-repeat center;
	background: var(--blue-mid);
}

.mobilenav li:nth-child(1) a::before {
	content: '';
	mask: url(img/icon_publications.svg) no-repeat center;
	background: var(--blue-light);
}

.mobilenav li:nth-child(4) a::before {
	content: '';
	mask: url(img/icon_briefing.svg) no-repeat center;
	background: var(--pink-dark);
}

.mobilenav li:nth-child(5) a::before {
	content: '';
	mask: url(img/icon_reports.svg) no-repeat center;
	background: var(--pink-mid);
}

.mobilenav li:nth-child(6) a::before {
	content: '';
	mask: url(img/icon_submissions.svg) no-repeat center;
	background: var(--pink-light);
}

nav li.search_link a {
	font-size: 0px;
	display: flex;
	margin-right: 20px;
}

.search_link a::after {
	content: '';
	display: block;
	mask: url(img/magnifying-glass-duotone-regular.svg) no-repeat center;
	background: var(--white);
	width: 20px;
	height: 20px;
	position: absolute;
	top: 13px;
}

.mobilenav ul li:hover > a {
	color: var(--white);
}

.mobilenav ul li:hover a::before {
	background: var(--white);
}

.mobilenav ul li:hover:nth-child(1) a { background: var(--blue-light); }
.mobilenav ul li:hover:nth-child(2) a { background: var(--blue-mid); }
.mobilenav ul li:hover:nth-child(3) a { background: var(--blue-dark); }
.mobilenav ul li:hover:nth-child(4) a { background: var(--pink-dark); }
.mobilenav ul li:hover:nth-child(5) a { background: var(--pink-mid); }
.mobilenav ul li:hover:nth-child(6) a { background: var(--pink-light); }

.mobilenav li.menu-item-has-children > a::after {
	content: "\f101";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: var(--blue-light);
	margin-right: 5px;
}

.mobilenav li.menu-item-has-children:hover > a::after {
	margin-right: 0px;
}

.mobilenav ul.sub-menu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	border: none;
}

.mobilenav ul li a.back_link {
	display: block;
	position: relative;
}

.back_link::before {
	content: "\f100";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #005caa;
	position: absolute;
	left: -18px;
	top: 1px;
}

.mobilenav .nav_search {
	display: none;
}

.mobilenav .header_search {
	display: flex;
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	justify-content: center;
}

.mobilenav .header_search .search-input,
.mobilenav .header_search .search-submit {
	font-size: 14px;
}


.touch_bar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

.wp-block-group.is-style-group_centered .wp-block-group__inner-container {
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px 20px;
}

.copyright {
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px 20px;
}

.copyright_wrap {
	color: var(--white);
	font-size: 18px;
}

.copyright_wrap a {
	color: var(--white);
}

.copyright {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_wrapper {
	position: relative;
	z-index: 10;
}

.footer_colors {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer_colors div {
	height: 12px;
}

.home .footer_acknowledgement {
	display: none;
}

.wrapper {
	margin: 0px;
	position: relative;
	z-index: 15;
}

section[role=main] {
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px 50px;
}

.background {
	background: url(img/bg_large.jpg) center bottom no-repeat, linear-gradient(180deg, #97abc2, #a9a099, #99787f, #334673, #142c57);
	background-size: cover;
	min-height: 910px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.shadow {
	box-shadow: 0px 0px 20px 20px #002f57;
}

body {
	background: linear-gradient(#002f57 910px, #0058a3 100%);
}

h1 {
	font-family: 'DINCondensed-Bold', "Barlow Condensed", Helvetica, sans-serif;
	font-size: 50px; /*60px*/
	line-height: 0.9em;
	font-weight: 600;
}

h2 {
	font-family: 'DINCondensed-Bold', "Barlow Condensed", Helvetica, sans-serif;
	font-size: 43px;
	line-height: 1.4;
	font-weight: 600;
}

h3 {
	font-size: 30px;
}

.home_nav_wrapper {
	display: grid;
	grid-template-columns: 1fr;
	margin: 75px auto;
}

.home_nav {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
	margin: 0px auto;
}

.home_nav a {
	max-width: 320px;
	min-width: 320px;
	aspect-ratio: 1/1;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 35px;
	margin: 0px auto;
    width: 100%;
	text-decoration: none;
	cursor: pointer;
}

.home_nav span {
	font-family: 'DINCondensed-Bold', "Barlow Condensed", Helvetica, sans-serif;
	font-weight: 600;
	font-size: 35px;
	color: var(--black);
	margin-top: 20px;
}

/*
.home_nav a:nth-child(6) span {
	font-size: 39px;
}
*/
.home_nav svg {
	max-width: 170px;
	max-height: 150px;
}

.home_nav a:nth-child(1) svg { fill: var(--blue-light) }
.home_nav a:nth-child(2) svg { fill: var(--blue-mid) }
.home_nav a:nth-child(3) svg { fill: var(--blue-dark) }
.home_nav a:nth-child(4) svg { fill: var(--pink-dark) }
.home_nav a:nth-child(5) svg { fill: var(--pink-mid) }
.home_nav a:nth-child(6) svg { fill: var(--pink-light) }

.home_nav a:hover svg { fill: var(--white) }

.home_nav a:hover span { color: var(--white); }

.home_nav a:hover:nth-child(1) { background: var(--blue-light); }
.home_nav a:hover:nth-child(2) { background: var(--blue-mid); }
.home_nav a:hover:nth-child(3) { background: var(--blue-dark); }
.home_nav a:hover:nth-child(4) { background: var(--pink-dark); }
.home_nav a:hover:nth-child(5) { background: var(--pink-mid); }
.home_nav a:hover:nth-child(6) { background: var(--pink-light); }

.wp-block-cover h1,
.wp-block-cover h2 {
	margin: 0px;
}

.article_list {
	margin-top: 70px;
}

.article_list article {
	background: var(--white);
	display: flex;
	margin-bottom: 30px;
	font-size: 18px;
}

.article_thumb {
	max-width: 250px;
}

.article_thumb a {
	display: block;
	height: 100%;
}

.article_thumb img {
	object-fit: cover;
	object-position: left;
    height: 100%;
	aspect-ratio: 1;
	min-width: 250px;
	min-height: 250px;
}

.article_content {
	padding: 20px 40px;
	width: 100%;
}

.article_content h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 20px;
	display: flex;
    justify-content: space-between;
}

.article_content h4 span {
	font-weight: normal;
	font-size: 18px;
	white-space: nowrap;
}


.article_content h4 a {
	text-decoration: none;
	color: black;
}

.view-article {
	display: block;
	color: var(--pink-mid);
	font-weight: bold;
	margin-top: 10px;
}

.pagination_wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.pagination {
	display: flex;
    background: var(--pink-mid);
}

.pagination span,
.pagination a {
	padding: 0px 10px;
}

.pagination span {
	color: var(--black);
}

.pagination a {
	color: var(--white);
	text-decoration: none;
}

.pagination a:hover {
	background: var(--white);
	color: var(--pink-mid);
}

.single section > h1 {
	margin-bottom: 20px;
	color: var(--blue);
}

.page section > h1 {
	color: var(--blue);
}

.subheader {
	font-size: 18px;
	display: flex;
	margin-bottom: 50px;
}

.post_date {
	white-space: nowrap;
	display: none;
}

/*
.post_excerpt {
	padding-left: 40px;
}
*/
.single article {
	background: var(--white);
	padding: 25px 50px;
	margin-bottom: 50px;
}

figcaption {
	font-size: var(--wp--preset--font-size--small);
}

.wp-block-columns.is-style-columns_nogap.home_cta .wp-block-column:nth-child(2) {
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

.wp-block-columns.is-style-columns_nogap.home_cta .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.wp-block-columns.is-style-columns_nogap.home_cta .wp-block-buttons {
	margin-top: auto;
}

.wp-block-columns.is-style-columns_nogap.home_cta h3 {
	margin-bottom: 0px;
}

.is-style-separator_large {
	height: 8px;
	border-radius: 2px;
}

.cover_full {
	min-height: 100%;
}

.wp-block-column > *:first-child {
	margin-top: 0px;
}

.wp-block-cover.is-style-cover_contained .wp-block-cover__image-background {
	object-fit: contain;
}

.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container .wp-block-cover.is-style-cover_center .wp-block-cover__inner-container,
.wp-block-cover.is-style-cover_center .wp-block-cover__inner-container {
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px 20px;
}

.wp-block-cover.is-style-cover_outer {
	padding: 0px;
	min-height: 100%;
	align-items: stretch;
}

.wp-block-cover.is-style-cover_outer.is-position-bottom-right .wp-block-cover > img.wp-block-cover__image-background {
	object-fit: contain;
	object-position: bottom right;
}

.wp-block-cover.is-style-cover_outer.is-position-top-right .wp-block-cover > img.wp-block-cover__image-background {
	object-fit: contain;
	object-position: top right;
}


.wp-block-cover.has-custom-content-position.is-style-cover_outer.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.is-style-cover_outer.is-position-top-right .wp-block-cover__inner-container {
	width: 100%;
}


.wp-block-button__link {
	font-size: var(--wp--preset--font-size--medium);
}

.people_group {
	display: none;
}

.people_group.people_active {
	display: block;
}

.people_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin: 40px 0px;
}

.people_content {
	display: none;
}

.people_thumb img {
	object-fit: cover;
	width: 100%;
}

.people_thumb,
.people_details {
	cursor: pointer;
}

.people_content.open {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	position: fixed;
	background: color-mix(in srgb, #000000, transparent 20%);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}

.people_content_inner {
	max-width: 1280px;
	margin: 0px auto;
	padding: 40px;
	background: #FFFFFF;
	position: relative;
	max-height: calc(100vh - 80px);
}

.people_content_scroll {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: calc(100vh - 260px);
} 

.people_content_close {
	font-weight: 900;
	font-size: 20px;
	color: #000000;
	background: var(--orange-light);
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	text-decoration: none;
}

.people_content_close:hover {
	background: var(--orange-dark);
	color: #000;
}

.people_content_inner h2 {
	margin-top: 0px;
}


.people_photo_container {
	max-width: 200px;
	width: 100%;
}


.popup_content {
	display: none;
}

.popup_link {
	cursor: pointer;
}

.popup_content.open {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	position: fixed;
	background: color-mix(in srgb, #000000, transparent 20%);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}

.popup_content_inner {
	max-width: 1280px;
	margin: 0px auto;
	padding: 40px;
	background: #FFFFFF;
	position: relative;
	max-height: calc(100vh - 80px);
}

.popup_content_scroll {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: calc(100vh - 260px);
} 

.popup_content_close {
	font-weight: 900;
	font-size: 20px;
	color: #000000;
	background: var(--orange-light);
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	text-decoration: none;
}

.popup_content_close:hover {
	background: var(--orange-dark);
	color: #000;
}

.popup_content_inner h2 {
	margin-top: 0px;
}

.profile_description {
	max-width: 1440px;
	margin: 0px auto 50px;
	padding: 0px 20px;
}

.profile_photo_container {
	max-width: 400px;
	width: 100%;
	float: right;
	margin-left: 40px;
}

.profile_photo {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.profile_photo img {
	object-fit: cover;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 400px;
	object-position: 20% 20%;
}

.profile_details {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0px 25px;
}

.people_photo {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.people_photo img {
	object-fit: cover;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 200px;
	object-position: 20% 20%;
}

.people_card {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
}

.people_card_inner {
	text-align: center;
}

.people_card_inner h4 {
	margin-bottom: 0px;
}

.people_role {
	margin: 0px;
}

.people_org {
	margin: 0px;
	font-size: 14px;
	color: var(--ochre);
}

.people_buttons .people_button_active .wp-block-button__link { background: linear-gradient(rgb(var(--orange-dark-rgb)),rgb(var(--orange-light-rgb))) !important; }
.people_buttons .people_button_active .wp-block-button__link:hover { background: linear-gradient(rgb(var(--orange-light-rgb)),rgb(var(--orange-dark-rgb))) !important; }
.people_buttons .people_button_active .wp-block-button__link { color: var(--white); }

.people_buttons .wp-block-button__link { background: transparent !important; border: 1px solid var(--orange-dark); }
.people_buttons .wp-block-button__link { background: rgba(var(--orange-dark-rgb),0.2) !important; }
.people_buttons .wp-block-button__link { color: var(--orange-dark); }

.wp-block-table td, .wp-block-table th {
	border-color: var(--grey-light);
	border-top: 0px;
}

.wp-block-table td {
	border-bottom: 0px;
}

.wp-block-table tr td:first-child,
.wp-block-table tr th:first-child {
	border-left: 0px;
}

.wp-block-table tr td:last-child,
.wp-block-table tr th:last-child {
	border-right: 0px;
}

.wp-block-table tr:nth-child(even) td {
	background-color: #f7f7f7;
}

.positions-vacant .wp-block-table th:last-child {
	white-space: nowrap;
}

.news .wp-block-latest-posts__featured-image .wp-post-image {
	position: unset;
}

.news .wp-block-latest-posts__featured-image {
	height: auto;
}

#menu-footer-menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
	column-count: 2;
}

#menu-footer-menu a {
	color: var(--grey-dark);
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}

#menu-footer-menu a:hover {
	color: var(--ochre);
}

.wp-block-group.is-style-group_left {
	display: flex;
	justify-content: flex-start;
	padding-left: 55px;
	padding-right: 25px;
}

.wp-block-group.is-style-group_right {
	display: flex;
	justify-content: flex-end;
	padding-right: 55px;
	padding-left: 25px;
}

.wp-block-group.is-style-group_left .wp-block-group__inner-container,
.wp-block-group.is-style-group_right .wp-block-group__inner-container {
	max-width: 600px;
}

.publications .wp-block-group ul {
	list-style: none;
	padding: 0px;
}

.publications .wp-block-group ul li {
	margin: 0px 0px 25px;
	padding: 10px;
	font-size: 16px;
}

.publications .wp-block-group ul li:nth-child(even) {
	background: #F6F6F6;
}

.publication_buttons .wp-block-button.is-style-border_button a {
	padding: 7px 15px 0px 15px;
	background: var(--blue-light);
	min-width: 100px;
}

.publication_buttons .wp-block-button.is-style-border_button a:hover {
	color: var(--blue-mid);
	border-color: var(--blue-light);
	background: var(--white);
}

/*
.publication_buttons .wp-block-button:nth-child(6n+1) a { background: var(--blue-light); }
.publication_buttons .wp-block-button:nth-child(6n+2) a { background: var(--blue-mid); }
.publication_buttons .wp-block-button:nth-child(6n+3) a { background: var(--blue-dark); }
.publication_buttons .wp-block-button:nth-child(6n+4) a { background: var(--pink-dark); }
.publication_buttons .wp-block-button:nth-child(6n+5) a { background: var(--pink-mid); }
.publication_buttons .wp-block-button:nth-child(6n+6) a { background: var(--pink-light); }
*/


.reports .wp-block-buttons {
	flex-direction: column;
	align-items: flex-start;
}

.search-results h1 {
	color: var(--blue);
}

.search-results article {
	background: var(--white);
	padding: 20px 40px;
	font-size: 18px;
	margin-bottom: 30px;
}

.search-results .date,
.search-results .author,
.search-results .comments {
	display: none;
}

.search-results h2 {
	font-size: 20px;
}



/*------------------------------------*\
    BUTTONS
\*------------------------------------*/


.wp-block-button__link {
	border-radius: 0px;
	font-family: 'DINCondensed-Bold', "Barlow Condensed", Helvetica, sans-serif;
	font-weight: 600;
	padding: 10px 15px 5px;
    line-height: 1em;
    min-width: 150px;
    text-align: left;
}

.wp-block-file__button {
	border-radius: 0px;
	font-family: 'DINCondensed-Bold', "Barlow Condensed", Helvetica, sans-serif;
	font-weight: 600;
	padding: 10px 15px 5px;
    line-height: 1em;
    min-width: 150px;
    text-align: left;
	background: var(--pink-mid);
	color: var(--white);
	font-size: 24px;
}

.wp-block-button.is-style-background_button .wp-block-button__link {
	background: transparent;
	padding: 0px;
	position: relative;
}

.wp-block-button.is-style-background_button .wp-block-button__link:hover {
	color: inherit;
}

.wp-block-button.is-style-background_button .wp-block-button__link::after {
	content: "\f2ec";
	font-family: "Font Awesome 6 Sharp";
	font-weight: 900;
	transform: rotate(90deg);
	position: absolute;
    right: -60px;
	padding-bottom: 60px;
    display: block;
    top: -27px;
}
/*
.wp-block-button.is-style-background_button .wp-block-button__link:hover::after {
	right: -75px;
	padding-bottom: 60px;
}
*/
.wp-block-button.is-style-circle_button .wp-block-button__link {
	height: 250px;
	width: 250px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5em;
	padding: 0px;
}

.wp-block-button.is-style-circle_button .wp-block-button__link mark {
	font-size: 51px;
	font-weight: 300;
}

.wp-block-button.is-style-circle_button .wp-block-button__link::after {
	content: "\f2ec";
	font-family: "Font Awesome 6 Sharp";
	font-weight: 900;
	transform: rotate(90deg);
	padding-left: 10px;
}

.wp-block-button.is-style-border_button a {
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	padding: 0px 30px;
	font-weight: 700;
}

.wp-block-button.is-style-border_button a.has-white-color {
	border-color: var(--white);
}

.wp-block-button__link.has-white-color.has-greydark-background-color:hover,
.wp-block-button__link.has-white-color.has-greydark-background-color:hover mark {
	color: var(--grey-dark) !important;
	background: var(--white);
}

h3.is-style-heading_circle {
	position: relative;
	padding: 0px;
	font-weight: 900;
	z-index: 1;
	background: transparent;
}

.is-style-heading_circle::after {
	content: '';
	position: absolute;
	height: 90px;
    width: 90px;
    border-radius: 50px;
    left: -20px;
    z-index: -1;
    bottom: -15px;
}

.is-style-heading_circle.has-orangelight-background-color::after {
	background: var(--orange-light);
}

.is-style-heading_circle.has-orangedark-background-color::after {
	background: var(--orange-dark);
}

.columns_legacy .wp-block-column:last-child {
	flex: 1;
	max-width: 230px;
}

.hide {
	display: none !important;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media screen and (max-width:1280px){

	:root body {
		--wp--preset--font-size--x-large: 24px;
    	--wp--preset--font-size--large: 22px;
	}

	.home_nav span,
	.home_nav a:nth-child(6) span {
		font-size: 30px;
	}

	.nav ul li a,
	.wp-block-button.is-style-circle_button .wp-block-button__link,
	#menu-footer-menu a {
		font-size: 24px;
	}

	.nav ul li.search_link a {
		font-size: 0px;
	}

	h1 {
		font-size: 55px;
	}

	h2 {
		font-size: 33px;
	}

	h3 {
		font-size: 24px;
	}

	.wp-block-button.is-style-circle_button .wp-block-button__link mark {
		font-size: 41px;
	}

	.wp-block-button.is-style-circle_button .wp-block-button__link {
		height: 200px;
		width: 200px;
	}

	.is-style-heading_circle::after {
		height: 70px;
		width: 70px;
		bottom: -5px;
	}

}

@media screen and (max-width:1080px){

	:root body {
		--wp--preset--font-size--x-large: 20px;
    	--wp--preset--font-size--large: 18px;
	}

	.nav ul li a,
	.wp-block-button.is-style-circle_button .wp-block-button__link,
	#menu-footer-menu a {
		font-size: 20px;
	}

	h1 {
		font-size: 45px;
	}

	h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 20px;
	}

	.wp-block-button.is-style-circle_button .wp-block-button__link mark {
		font-size: 31px;
	}

	.wp-block-button.is-style-circle_button .wp-block-button__link {
		height: 150px;
		width: 150px;
	}

	.is-style-heading_circle::after {
		height: 60px;
		width: 60px;
		bottom: 0px;

	}


}

@media screen and (max-width:980px){

	.nav ul {
		flex-direction: column;
		align-items: flex-start;
	}

	.banner_content_wrapper .wp-block-cover__inner-container {
		padding: 0px 10px;
	}

	.extra_nav > ul {
		grid-template-columns: 1fr;
	}

	.people_list {
		grid-template-columns: 1fr 1fr;
	}

}

@media screen and (max-width: 782px){
	.wp-block-cover.is-style-cover_full {
		min-height: 430px;
	}

	.people_list {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width:720px){
	.header-widget {
		border: none;
	}

	.logo {
		margin-right: auto;
	}

	.header_wrap {
		justify-content: flex-end;
	}
}

@media screen and (max-width:480px){

}


.hide {
	display: none !important;
}

@font-face {
    font-family: 'DINCondensed-Bold';
    src: url('fonts/DINCondensed-Bold.woff') format('woff');
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
