/*
Theme Name: SAGE-M 2026
Description: SAGE-M 2026
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 {


	--sage-blue: #1E4383;
	--sage-green: #42A548;
	--sage-teal: #018B94;
	--sage-leaf: #A5CE44;



	--orange-light: #f6b21a;
	--orange-dark: #f27921;
	--ochre: #cf4527;
	--lime: #c8b62f;

	--grey-light: #B5B4B5;
	--grey-dark: #6d6b6e;
	--black: #231F20;
	--white: #FFFFFF;
	--white-off: #f6f6f6;

	--link: var(--sage-teal);
	--hover: var(--sage-blue);

	--wp--preset--font-size--x-large: 30px;
	--wp--preset--font-size--large: 24px;
}

:root body.page-template-template-payload {
	--orange-light: #d96845;
	--orange-dark: #cf4527;
	--ochre: #c93c20;
}

:root body.page-template-template-radiofluor {
	--orange-light: #d1c84b;
	--orange-dark: #c8b62f;
	--ochre: #b3a229;
}

:root body.page-template-template-radiolabeling {
	--orange-light: #7a7a7a;
	--orange-dark: #6d6a6e;
	--ochre: #535154;
}

:root body.page-template-template-strategies {
	--orange-light: #f9b73d;
	--orange-dark: #ee9517;
	--ochre: #d97716;
}


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 18px/1.8 'Montserrat', 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);
}

.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 {
	box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.18);
	position: absolute;
	z-index: 10;
	width: 100%;
	background: color-mix(in srgb, #FFFFFF, transparent 5%);
}

.author .header {
	box-shadow: none;
}

.header-widget {
	border-left: 1px solid var(--sage-blue);
	height: 199px;
    display: flex;
    align-items: center;
	margin-left: 40px;
	padding-left: 40px;
}

.header-widget .widget_block {
	max-width: 1400px;
	margin: 0px auto;
}

.header_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0px auto;
}

/* logo */
.logo {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
	padding: 12px;
	width: 100%;
	max-width: 185px;
}
.logo-img {
	display: none;
	max-height: 175px;
	width: 100%;
}

/*body.page-template-default .logo-img.logo_ittc { display: block; }*/

.logo-img.logo_sagem { display: block; }

.nav {
	position: relative;
	z-index: 2;
}

.nav ul {
	display: flex;
	list-style: none;
	padding: 0px;
	margin: 0px;
	justify-content: center;
	align-items: center;
}

.nav ul li a {
	font-size: 30px;
	font-weight: 700;
	display: block;
	text-align: center;
	position: relative;
	text-decoration: none;
	padding: 6px 12px;
	letter-spacing:0.05em;
	white-space: nowrap;
	font-family: 'Lato', sans-serif;
	color: var(--sage-blue);
}

.nav ul li:hover > a {
	color: var(--sage-green);
}

.nav ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 100;
}

.nav li.menu_left {
	position: relative;
}

.nav li.menu_left ul.sub-menu {
	right: 0;
}

.nav li.submenu_left {
	position: relative;
}

.nav li.submenu_left ul.sub-menu {
	right: 100%;
	left: auto;
	top: -8px;
}


.nav ul li:hover > ul.sub-menu {
	display: block;
	padding-top: 0px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
	border-radius: 8px;
	border: 1px solid rgba(150,150,150,0.2);
	padding: 6px 12px;
}

.nav ul.sub-menu li a {
	text-align: left;
	text-transform: none;
	font-size: 16px;
	padding: 1px 6px;
}

.mobile_nav_bar {
	display: none;
	cursor: pointer;
	position: relative;
	width: 100%;
}

#mobile_nav_icon {
	width: 30px;
	height: 30px;
	min-width: 30px;
	position: relative;
	margin: 20px 20px 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 100;
}

#mobile_nav_icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: var(--black);
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.mobile_nav_bar:hover #mobile_nav_icon span {
	background: var(--blue-light);
}

#mobile_nav_icon span:nth-child(1) {
	top: 3px;
}

#mobile_nav_icon span:nth-child(2),#mobile_nav_icon span:nth-child(3) {
	top: 12px;
}

#mobile_nav_icon span:nth-child(4) {
	top: 21px;
}

#mobile_nav_icon.open span:nth-child(1) {
	top: 12px;
	width: 0%;
	left: 50%;
}

#mobile_nav_icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobile_nav_icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mobile_nav_icon.open span:nth-child(4) {
	top: 12px;
	width: 0%;
	left: 50%;
}

.menu_button {
	display: block;
	cursor: pointer;
}

#menu_nav_icon {
	width: 30px;
	height: 30px;
	min-width: 30px;
	position: relative;
	margin: 20px 20px 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 100;
}

.menu_button:hover #menu_nav_icon span {
	background: var(--sage-green);
}

#menu_nav_icon {
	span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: var(--sage-blue);
		border-radius: 3px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .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 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 {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: var(--white);
	width: 100%;
	height: calc(100vh);
	padding-top: 0px;
	z-index: 2;
	overflow: hidden;
	transition: transform .3s ease-in-out;
	will-change: transform;
	padding: 0px 0px 30px;
}

.mobilenav.nav_open {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.mobile_logo {
	max-width: 125px;
	width: 100%;
	padding: 20px;
}

.mobilenav .header-widget {
	width: 100%;
}

.mobilenav ul {
	margin: 0px;
	padding: 0px 50px;
	width: 100%;
	transition: transform .3s ease-in-out;
	will-change: transform;
}

.mobilenav ul li a {
	font-size: 14px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	position: relative;
	text-decoration: none;
	padding: 0px 6px;
	letter-spacing: 0.05em;
	white-space: nowrap;
	color: var(--black);
}

.mobilenav ul li:hover > a {
	color: var(--blue-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%;
}

.nav ul li.nav_search a {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 0;
}

.nav ul li.nav_search a::before {
	content: "\f002";
	font-size: 16px;
}


.extra_nav {
	position: absolute;
    top: 100%;
	left: 0px;
	right: 0px;
    height: calc(100vh - 200px);
    background: var(--sage-teal);
    width: 100%;
    display: none;
    justify-content: center;
}

.extra_nav.nav_open {
	display: flex;
}

.extra_nav > ul {
	margin: 40px 40px;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 100px;
    height: 0px;
}

.extra_nav > ul ul.sub-menu {
	padding: 0px;
	margin: 0px;
	display: none;
}

.extra_nav a {
	text-decoration: none;
	font-size: 21px;
	color: color-mix(in srgb, var(--white), transparent 20%);
	font-weight: 300;
}

.extra_nav > ul > li > a {
	font-size: 30px;
	color: var(--white);
	min-width: 350px;
    display: flex;
	justify-content: space-between;
	align-items: center;
    line-height: normal;
}

.extra_nav > ul > li > a > span {
	width: 48px;
	text-align: center;
}

.extra_nav > ul > li > a > span::after {
	content: "+";
	color: color-mix(in srgb, var(--white), transparent 20%);
	font-size: 40px;
	font-weight: 300;
}

.extra_nav > ul > li > a > span.menu_open::after {
	content: "\2013";
}



.header_search {
	position: absolute;
	display: none;
}

.header_search.open {
	display: flex;
	right: 0px;
/*	top: 0px; */
	padding: 10px 0px 10px 5px;
	background: rgba(255,255,255,0.8);
	width: 100%;
	justify-content: flex-end;
}

.header_search .search-input {
	border: 1px solid var(--ochre);
	border-radius: 4px 0px 0px 4px;
	font-size: 16px;
	padding: 5px 12px;
	min-width: 215px;
}

.header_search .search-submit {
	background: var(--ochre);
	color: var(--white);
	border: none;
	border-radius: 0px 4px 4px 0px;
	font-size: 16px;
	padding: 5px 12px;
}

@media screen and (max-width:980px){
	.nav ul li a {
		font-size: 14px;
		padding: 6px;
	}

	.nav ul.sub-menu li a {
		font-size: 13px;
	}
}

@media screen and (max-width:720px){
	.mobile_nav_bar {
		align-self: center;
		flex-grow: 1;
		display: none;
		justify-content: flex-end;
	}

	.header_wrap {
		display: flex;
	}

	.nav {
		display: none;
	}

	.logo {
		width: 100%;
		max-width: 125px;
	}
}



.wp-block-group.is-style-group_centered .wp-block-group__inner-container {
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px 20px;
}
/*
.footer_widgets,*/
.copyright {
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px 20px;
}


.footer_subscribe {
	position: fixed;
	z-index: 10;
	background: rgba(0,0,0,0.6);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
}

.footer_subscribe iframe {
	width: 100vw;
	max-width: 500px;
	height: calc(100vh - 50px);
}

.footer_subscribe .wp-block-group__inner-container {
	position: relative;
}

.footer_subscribe .wp-block-group__inner-container .wp-block-buttons {
	position: absolute;
	top: -10px;
	right: -10px;
}

.copyright_wrap {
	background: var(--sage-green); /*#f37922;*/
	color: var(--white-off);
	font-size: 13px;
}

.copyright_wrap a {
	color: var(--white);
}

.copyright {
	height: 50px;
	display: flex;
	align-items: center;
}

.footer_colors {
	display: none;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer_colors div {
	height: 12px;
}

.footer_colors div:nth-child(1) { background: var(--ochre); }
.footer_colors div:nth-child(2) { background: var(--grey-dark); }
.footer_colors div:nth-child(3) { background: var(--orange-light); }
.footer_colors div:nth-child(4) { background: var(--lime); }

.home .footer_acknowledgement {
	display: none;
}

.wrapper {
	margin: 0px;
	position: relative;
/*	z-index: -1;*/
}

.social_buttons .wp-block-button__link {
	background-color: transparent;
	color: var(--black);
	padding: 3px 6px;
}

.social_buttons .wp-block-button__link:hover {
	color: var(--orange-dark);
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/

.banner_content_wrapper .wp-block-cover__inner-container {
	max-width: 1400px;
	margin: 0px auto;
	padding: 0px 100px;
}

.wp-block-cover {
	padding: 2em;
}

.wp-block-cover.is-style-cover_full {
	min-height: 100%;
}


.slick-dots {
	display: flex !important;
	position: absolute;
	bottom: 10px;
	margin: 0px auto;
	width: 100%;
	list-style: none;
	justify-content: center;
}

.slick-dots li {
/*	background: rgba(255,255,255,0.8); */
	height: 16px;
	width: 16px;
	border-radius: 20px;
	margin: 0px 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-dots li button {
	display: flex;
	border: none;
	background: none;
	width: 16px;
	height: 16px;
	border-radius: 20px;
	font-size: 0px;
	background-color: rgba(255,255,255,0.8);
/*	border: 4px solid rgba(255,255,255,0.8) */
}

.slick-dots li.slick-active button {
	background-color: var(--grey-dark);
	cursor: default;
}


.wp-block-columns.is-style-columns_nogap {
	gap: 0px;
	margin: 0px;
}

.wp-block-latest-posts__featured-image {
	max-height: 250px;
	height: 100vh;
	position: relative;
}

.wp-block-latest-posts__featured-image .wp-post-image {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 250px;
	left: 0px;
	object-fit: cover;
}

.wp-block-latest-posts__post-title {
	color: var(--black);
	text-decoration: none;
	font-weight: 700;
}

.nocover {
	min-height: 0px;
	padding: 0px;
}

.nocover .wp-block-cover__image-background {
	object-fit: none;
	height: auto;
	width: auto;
}

.nocover.nocover_top_left > .wp-block-cover__image-background {
	right: auto;
	bottom: auto;
}

.nocover.nocover_bottom_right > .wp-block-cover__image-background {
	left: auto;
	top: auto;
}

.is-style-heading_nomargin {
	margin: 0px;
}

.team_columns .wp-block-image img {
	width: 100%;
	max-width: 300px;
	background: #000000;
	border: 1px solid #000000;
	object-position: top;
}

.team_columns p {
	margin: 0px;
}

figure.partners {
	display: block;
	padding: 0px 50px;
	position: relative;
}

.slick-arrow {
	position: absolute;
	border: 0px;
	font-size: 0px;
	height: 60px;
	width: 40px;
	top: calc(50% - 30px);
	background-size: contain !important;
}

.slick-prev {
	left: 0px;
	background: url(/wp-content/themes/21CW-2023/img/slide_left.png) no-repeat;
}

.slick-next {
	right: 0px;
	background: url(/wp-content/themes/21CW-2023/img/slide_right.png) no-repeat;
}

figure.partners.wp-block-gallery.has-nested-images figure.wp-block-image {
	display: flex;
	align-items: center;
	height: 100vh;
	max-height: 250px;
}

figure.partners.wp-block-gallery.has-nested-images figure.wp-block-image a {
	display: flex;
	justify-content: center;
	align-items: center;
}

figure.partners.wp-block-gallery.has-nested-images figure.wp-block-image img {
	margin: 0px auto;
	max-height: 175px;
}

h1 {
	font-weight: 300;
	font-size: 66px;
	line-height: 0.9em;
}

h1 strong {
	font-weight: 400;
}

h2 {
	font-size: 43px;
	font-weight: 300;
	line-height: 1.4;
}

h3 {
	font-size: 30px;
}

.wp-block-cover h1,
.wp-block-cover h2 {
	margin: 0px;
}

.view-article {
	display: block;
	color: var(--ochre);
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
}

.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_list.two_column {
	grid-template-columns: 1fr 1fr;
}

.people_content {
	display: none;
}

.people_thumb img {
	object-fit: cover;
	width: 100%;
}

.people_list.two_column .people_thumb img {
	max-height: 250px;
}

.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(--sage-green);
}

.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;
}


.comments_title {
	font-size: 14px;
	padding-left: 20px;
}

.comment-form-comment {
	display: flex;
    flex-direction: column;
}

.form-submit .submit {
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	font-weight: 700;
	background: var(--orange-light);
	color: var(--black);
	padding: 10px 15px;
	border: 1px solid var(--orange-light);
}

.form-submit .submit:hover {
	background: var(--white);
	color: var(--orange-dark);
	border-color: var(--orange-dark);
}


.article_content h4 {
	margin-top: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.article_content {
	width: 100%;
}

.post_category {
	font-size: 14px;
	margin-left: auto;
	font-weight: normal;
	font-style: italic;
}

.comments_title .comments_link {
	color: var(--black);
	text-decoration: none;
}

.comment_info {
	display: flex;
	gap: 10px;
	font-size: 15px;
}

.comment_info a {
	color: var(--black);
	text-decoration: none;
}


.post_gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2em;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.post_gallery li img {
	max-height: 400px;
}

.post_gallery[data-count=4] {

}

.post_files::before {
	content: 'Files';
	display: block;
	font-size: 24px;
}
.post_files {
	list-style: none;
	padding: 0px;
}

.intranet-featured-image {
	max-height: 400px;
}

.article_list article {
	display: flex;
	gap: 2em;
	margin-bottom: 2em;
	width: 100%;
}

.article_list.intranetpost article {
	margin-bottom: 0px;
}


.article_thumb {
	max-width: 150px;
}

.article_thumb img {
	max-height: 150px;
    object-fit: cover;
    width: 100%;
    min-width: 150px;
}


/*------------------------------------*\
    COLOURS
\*------------------------------------*/

.has-sageblue-color { color: var(--sage-blue); }
.has-sagegreen-color { color: var(--sage-green); }
.has-sageteal-color { color: var(--sage-teal); }
.has-sageleaf-color { color: var(--sage-leaf); }

.has-sageblue-background-color { background-color: var(--sage-blue); }
.has-sagegreen-background-color { background-color: var(--sage-green); }
.has-sageteal-background-color { background-color: var(--sage-teal); }
.has-sageleaf-background-color { background-color: var(--sage-leaf); }


.has-gradall-gradient-background { background: linear-gradient(135deg,rgb(30,67,131) 0%,rgb(1,139,148) 46%,rgb(66,165,72) 76%,rgb(165,206,68) 100%); }
.has-gradblueteal-gradient-background { background: linear-gradient(135deg,rgb(30,67,131) 0%,rgb(1,139,148) 100%); }
.has-gradgreenleaf-gradient-background { background: linear-gradient(135deg,rgb(66,165,72) 0%,rgb(165,206,68) 100%); }
.has-gradtealgreen-gradient-background { background: linear-gradient(135deg,rgb(1,139,148) 0%,rgb(66,165,72) 100%); }
.has-gradblueleaf-gradient-background { background: linear-gradient(135deg,rgb(30,67,131) 0%,rgb(165,206,68) 100%); }
.has-gradtealleaf-gradient-background { background: linear-gradient(135deg,rgb(1,139,148) 0%, rgb(165,206,68) 100%); }
.has-gradbluegreen-gradient-background { background: linear-gradient(135deg,rgb(30,67,131) 0%,rgb(66,165,72) 100%); }


.has-orangedark-background-color 	{ background-color: var(--orange-dark); }
.has-orangelight-background-color 		{ background-color: var(--orange-light); }
.has-ochre-background-color 	{ background-color: var(--ochre); }
.has-black-background-color 	{ background-color: var(--black); }
.has-white-background-color 	{ background-color: var(--white); }
.has-whiteoff-background-color 	{ background-color: var(--white-off); }
.has-greylight-background-color 		{ background-color: var(--grey-light); }
.has-greydark-background-color 		{ background-color: var(--grey-dark); }

.has-orangedark-color 	{ color: var(--orange-dark); }
.has-orangelight-color 		{ color: var(--orange-light); }
.has-ochre-color 	{ color: var(--ochre); }
.has-whiteoff-color 		{ color: var(--white-off); }
.has-black-color 	{ color: var(--black); }
.has-white-color 	{ color: var(--white); }
.has-greylight-color 		{ color: var(--grey-light); }
.has-greydark-color 		{ color: var(--grey-dark); }


.wp-block-button__link {
}

.wp-block-button.is-style-background_button .wp-block-button__link {
	background: transparent;
	padding: 10px 20px;
	position: relative;
	/*clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0 50%);*/
}

.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-background:not(has-white-background):hover {
	color: var(--sage-green);
}


.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);
}

.wp-block-button__link.has-white-color.has-orangedark-background-color:hover {
	color: var(--orange-dark) !important;
	background: var(--white);
}

.wp-block-button__link.has-white-color.has-orangelight-background-color:hover {
	color: var(--orange-light) !important;
	background: var(--white);
}


.wp-block-button__link.has-white-color.has-ochre-background-color:hover {
	color: var(--ochre) !important;
	background: var(--white);
}


.wp-block-button__link.has-white-color.has-black-background-color:hover {
	color: var(--black) !important;
	background: var(--white) !important;
}


h3.is-style-heading_hex {
	position: relative;
	padding: 0px;
	font-weight: 900;
	z-index: 1;
	background: transparent;
}

.is-style-heading_hex::after {
	content: '\2B22';
	position: absolute;
	display:block;
	font-size:135px;
	left: -20px;
    z-index: -1;
    bottom: 45px;
    line-height: 0;
	opacity: 0.66;
}

.is-style-heading_hex.has-sageblue-background-color::after { color: var(--sage-blue); }
.is-style-heading_hex.has-sagegreen-background-color::after { color: var(--sage-green); }
.is-style-heading_hex.has-sageteal-background-color::after { color: var(--sage-teal); }
.is-style-heading_hex.has-sageleaf-background-color::after { color: var(--sage-leaf); }

.is-style-heading_hex.has-black-background-color::after 	{ background: var(--black); }
.is-style-heading_hex.has-white-background-color::after 	{ background: var(--white); }
.is-style-heading_hex.has-whiteoff-background-color::after 	{ background: var(--white-off); }
.is-style-heading_hex.has-greylight-background-color::after 		{ background: var(--grey-light); }
.is-style-heading_hex.has-greydark-background-color::after 		{ background: var(--grey-dark); }



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-sageblue-background-color::after { background: var(--sage-blue); }
.is-style-heading_circle.has-sagegreen-background-color::after { background: var(--sage-green); }
.is-style-heading_circle.has-sageteal-background-color::after { background: var(--sage-teal); }
.is-style-heading_circle.has-sageleaf-background-color::after { background: var(--sage-leaf); }

.is-style-heading_circle.has-black-background-color::after 	{ background: var(--black); }
.is-style-heading_circle.has-white-background-color::after 	{ background: var(--white); }
.is-style-heading_circle.has-whiteoff-background-color::after 	{ background: var(--white-off); }
.is-style-heading_circle.has-greylight-background-color::after 		{ background: var(--grey-light); }
.is-style-heading_circle.has-greydark-background-color::after 		{ background: var(--grey-dark); }


.gf_login_form {
	display: flex;
    justify-content: center;
	margin: 75px 0px 35px;
}

.gf_login_links {
	display: flex;
    justify-content: center;

}

.gf_login_links a {
	margin: 0px 15px;
}

.gf_login_links a[title="Register"] {
	display: none;
}

.gf_login_form input {
	padding: 10px 15px;
}

.gf_login_form .gform_button {
	width: 100%;
    border: 0px;
    background: var(--link);
    padding: 10px 15px;
    margin: 10px 0px;
}

.gf_login_form .gform_button:hover {
	background: var(--hover);
}



.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;
	}

	.nav ul li a,
	.wp-block-button.is-style-circle_button .wp-block-button__link,
	#menu-footer-menu a {
		font-size: 24px;
	}

	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;
}

/*------------------------------------*\
    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;
	}
}
