/************************ GENERAL ************************/

html {
	scroll-behavior: smooth;
}

html.js.js_active.vc_desktop.vc_transform.vc_transform {
	padding: 0 !important;
}

body {
	min-height: 100vh;
	overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.vc_row.full-width-row {
	margin-top: -25px;
}

.main-content {
	padding-top: 102px;
	flex: 1;
}

.padded-row, footer .container {
	width: 1400px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.padded-row.additional-padding {
	width: calc(1400px - 30px);
}

input[type=text], input[type=email], textarea, select {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius:0;
    -webkit-appearance: button;
}

:focus-visible {
	outline: none;
}

.anchor {
    scroll-margin-top: 150px;
}

.mobile-only, .hide {
	display: none !important;
}


/************************ TYPOGRAPHY ************************/

body, p, ul, li, input, textarea, select, .wpcf7-list-item-label, .wpcf7-response-output, button, header nav ul li a, .vc_btn3, div, .mega-menu-item, .mega-menu-item a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item, #is-search-input-110 {
    font-family: "montserrat", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, table strong {
    font-family: "museo-sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

p, ul, li, input, textarea, select, .wpcf7-list-item-label, .wpcf7-response-output, .tax-intro div {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}

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

p:empty {
	display: none;
}

a, a:hover, a:active {
    text-decoration: none;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
}

p a {
	hyphens: auto;
}

p a:hover, .section-header a:hover, .resource-content h4 a:hover, .resource-featured h4 a:hover, .resource-item h4 a:hover, .in-the-media-latest h4 a:hover, .event-card h4 a:hover, .resource-hero__breadcrumbs a {
	text-decoration: underline;
}

h1 {
    font-size: 45px;
    font-weight: 300;
	line-height: 55px;
	margin-bottom: 30px !important;
}

h2 {
	font-size: 30px;
	font-weight: 200;
	line-height: 40px;
	margin-bottom: 30px !important;
}

h3, .all-series-posts-txt {
    font-size: 25px;
    line-height: 35px;
	margin-bottom: 30px !important;
}

.vc_grid-item h3 {
    font-size: 20px;
    line-height: 30px;
	margin-bottom: 20px !important;
}

h4 {
    font-size: 18px;
}

input, textarea, select {
	font-size: 18px;
    color: #000;
	font-weight: normal;
}

ul, ol {
	margin: 20px 0 1.5em 30px;
}

li {
	margin-bottom: 10px;
}

blockquote {
    margin: 50px 64px;
	position: relative;
}

blockquote::before {
    content: "“";
    width: 2rem;
    font-size: 15rem;
    font-weight: 600;
    position: absolute;
    top: 18px;
    left: -55px;
    display: block;
}

blockquote p {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
}

figcaption {
    font-size: 14px;
    line-height: 24px;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}

button {
	height: 45px;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 4px;
}

span.wpcf7-not-valid-tip {
	font-size: 12px;
    margin-top: -20px;
}

body.error404 h1 {
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0 !important;
}

.not-found__inner {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 80px;
	align-items: start;
}

.not-found__message h2 {
	font-size: 38px;
	font-weight: 300;
	line-height: 48px;
	margin-bottom: 20px !important;
}

.not-found__search {
	display: flex;
	gap: 0;
	margin-top: 30px;
}

.not-found__search input[type="search"] {
	flex: 1;
	height: 52px;
	box-sizing: border-box;
	font-size: 16px;
	border: 2px solid;
	border-right: none;
	padding: 0 16px;
	border-radius: 0;
}

.not-found__search button {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	box-sizing: border-box;
	font-size: 18px;
	border: 2px solid;
	border-left: none;
	border-radius: 0;
	padding: 0 20px;
	cursor: pointer;
}

.not-found__links {
	border-left: 2px solid;
	padding-left: 50px;
}

.not-found__links h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px !important;
}

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

.not-found__links li {
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin-bottom: 0;
}

.not-found__links li a {
	display: block;
	font-size: 17px;
	font-weight: 500;
	padding: 14px 0;
}

.not-found__links li a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	body.error404 h1 {
		font-size: 60px;
	}

	.not-found__inner {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.not-found__links {
		border-left: none;
		border-top: 2px solid;
		padding-left: 0;
		padding-top: 40px;
	}
}


/************************ TEMPLATE ************************/

article {
	margin-bottom: 0;
}

.vc_row[data-vc-full-width] {
	background: #fff;
	overflow: inherit !important;
}

.wpb_content_element {
	margin-bottom: 0 !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

.narrow-row {
	width: 50%;
	margin: auto !important;
}

.padding-top-bottom {
	padding: 100px 0;
}

.padding-top {
	padding: 100px 0 0;
}

.padding-bottom {
	padding: 0 0 100px;
}

.padding-top-bottom-small {
	padding: 80px 0;
}

.padding-top-small {
	padding: 80px 0 0;
}

.padding-bottom-small {
	padding: 0 0 80px;
}

.additional-padding {
	padding: 0 15px;
}

#page-hero, #page-hero.overlay .vc_column-inner {
	height: 83vh;
}

.background-row, .background-row .vc_column-inner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fixed-background, .fixed-background .vc_column-inner {
	background-attachment: fixed;
}

.overlay, .overlay .vc_column-inner, #hero-carousel .background-row {
	box-shadow: inset 10000px 0 0 0 rgb(173 224 243 / 20%);
}

.overlay .vc_column-inner .vc_column-inner {
	box-shadow: none;
}

.two-col {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
}

.col {
	flex: 1;
}

.section-header {
	border-bottom: 2px solid;
	margin-bottom: 40px;
}

body.home .section-header h3, .section-header h3, .section-header h2 {
	font-size: 30px;
	font-weight: 200;
	line-height: 40px;
	margin-bottom: 0 !important;
}

.section-header .align-right {
	text-align: right;
}

.section-header .btn {
	font-size: 16px !important;
}

.title-header {
	min-height: 110px;
	padding: 40px 0;
	margin-bottom: 60px;
    display: flex;
    align-items: flex-end;
}

.title-header h1 {
    margin: 0 15px !important;
}

.page-template-default.page h1 {
    margin: 0 !important;
}

.page-template-default .vc_row.wpb_row.vc_row-fluid {
	margin-bottom: 40px;
}

.border-split .vc_col-sm-4 {
    border-right: 1px solid;
}

.boxes .vc_col-sm-4 {
    width: calc(33% - 30px);
	padding: 30px 20px;
    margin: 0 30px 0 0;
}

.boxes img {
    width: auto;
    height: 50px !important;
    margin-bottom: 20px;
}


/************************ ELEMENTS ************************/

.vc_btn3-container {
	margin: 25px 0 0 !important;
}

.vc_btn3, .btn {
	background-color: transparent !important;
	background-image: none !important;
	font-size: 23px !important;
	font-weight: 600;
	text-transform: uppercase;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px !important;
    text-transform: uppercase !important;
	line-height: 24px !important;
    border: 0 !important;
    padding: 0 !important;
	margin: 0 !important;
}

.boxes .vc_btn3 {
    font-size: 16px !important;
    font-weight: 200;
    text-transform: none;
    line-height: 18px !important;
    border: 1px solid !important;
    border-radius: 10px !important;
    padding: 4px 15px !important;
}

.boxes h3 {
	margin-bottom: 3px !important;
}

.boxes h4 {
	margin-bottom: 20px !important;
}

/* Diagonal blue fill hover — bottom-right corner expand */
.dark-grey-boxes .vc_col-sm-4 {
	padding-bottom: 70px;
	position: relative;
	overflow: hidden;
}

.dark-grey-boxes .vc_col-sm-4::before {
	content: '';
	position: absolute;
	inset: -2px;
	transform: scale(0);
	transform-origin: bottom right;
	transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 0;
}

.dark-grey-boxes .vc_col-sm-4.sk-hovered::before {
	transform: scale(1.1);
}

.dark-grey-boxes .vc_column-inner {
	z-index: 1;
}

.dark-grey-boxes .vc_btn3-container {
	position: absolute;
	right: 0;
	bottom: 0;
}

.dark-grey-boxes .vc_col-sm-4 h3,
.dark-grey-boxes .vc_col-sm-4 h4,
.dark-grey-boxes .vc_col-sm-4 p,
.dark-grey-boxes .vc_col-sm-4 a,
.dark-grey-boxes .vc_col-sm-4 img {
	transition: color .8s ease-out, filter .8s ease-out;
}

.dark-grey-boxes .vc_col-sm-4.sk-hovered h3,
.dark-grey-boxes .vc_col-sm-4.sk-hovered h4,
.dark-grey-boxes .vc_col-sm-4.sk-hovered p,
.dark-grey-boxes .vc_col-sm-4.sk-hovered a {
	color: #000 !important;
}

.dark-grey-boxes .vc_col-sm-4.sk-hovered img {
	filter: invert(1);
}

.vc_gitem_row .vc_gitem-col {
	padding: 10px 10px 10px 0 !important;
}

.gambit-carousel-anything {
	padding: 0 !important;
}

table {
	border: 1px solid;
}

th {
    font-size: 16px;
	text-align: left;
    font-weight: 600 !important;
    line-height: 26px;
    padding: 10px;
}

td {
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
}

hr {
	margin: 1.5em 0;
}

.grecaptcha-badge {
	display: none !important;
}


/************************ HEADER ************************/

header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    z-index: 99999;
}

body.scrolled header {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.07);
}

header .container {
    max-width: 1400px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---------- LOGO ---------- */

.logo {
    width: 20%;
    text-align: left;
    line-height: 0;
    float: left;
}

.logo img {
    height: 85px;
}

/* ---------- NAVIGATION ---------- */

header nav.site-navigation {
    width: 100%;
    float: right;
    display: block;
    position: relative;
}

header nav.site-navigation .main-nav {
    float: right;
}

/* ---------- MEGA MENU RESET ---------- */

#mega-menu-wrap-primary,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
}

/* ---------- MEGA MENU SPACING ---------- */

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    margin: 30px 0 70px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin-top: 42px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 10px 0 0 60px;
}

/* Submenu padding */
.mega-sub-menu {
    padding: 0 5% !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 15px;
}

/* ---------- TEXT STYLE ---------- */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-transform: none;
}

.mega-menu-item a {
    border-bottom: 1px solid !important;
}

/* Font sizing */

header nav ul li a,
.is-form-style input.is-search-input,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px !important;
    font-weight: 400 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #000;
    width: 100vw;
    max-width: 100vw;
    padding: 0 !important;
    margin: 0;
    position: fixed;
    top: 102px;
    left: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
	margin-left: -10px;
}

/* ---------- BACKGROUND BAR ---------- */

#mega-menu-wrap-primary {
    position: relative;
    z-index: 2;
}

#mega-menu-wrap-primary::after {
    content: "";
    width: 100vw;
    height: 300px;
    background: #000;
    position: fixed;
    top: 198px;
    left: 0;
    opacity: 0;
    transition: opacity 300ms ease;
    z-index: 1;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transform: translate(0, 0);
}

/* Show when mega menu is active */

#mega-menu-wrap-primary:has(.mega-toggle-on)::after {
    opacity: 1;
}

/* ---------- MISC ---------- */

.is-menu,
form .is-link-container {
    margin: 5px 0 0;
    position: absolute;
}

#is-search-input-110::placeholder {
	color: #7c7c7c;
}

/* ---------- MOBILE ---------- */

.mobile-menu-button,
#mobile-menu,
#mobile-search-panel {
    display: none;
}


/************************ HOME ************************/

#hero-carousel, #hero-carousel .owl-item {
	height: 80vh;
}

#hero-carousel .background-row {
	border-bottom: 50px solid;
	padding: 50px 50px 0;
}

#hero-carousel a.big_link {
    margin-top: 50px !important;
}

.carousel-box {
	width: calc(100% - 100px);
	padding: 35px 40px 40px 40px;
	position: absolute;
    bottom: -50px;
	overflow: hidden;
	cursor: pointer;
}

.carousel-box::before {
	content: '';
	position: absolute;
	inset: -2px;
	transform: scale(0);
	transform-origin: bottom right;
	transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 0;
}

.carousel-box.sk-hovered::before {
	transform: scale(1.1);
}

.carousel-box .wpb_wrapper {
	position: relative;
	z-index: 1;
	padding-right: 100px;
}

.carousel-box h1,
.carousel-box h2,
.carousel-box p,
.carousel-box i {
	transition: color 0.4s ease;
}

.carousel-box.sk-hovered h1,
.carousel-box.sk-hovered h2,
.carousel-box.sk-hovered p,
.carousel-box.sk-hovered i,
.carousel-box.sk-hovered i.fa-solid {
	color: #000 !important;
}

.carousel-box h1, .carousel-box h2 {
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 15px !important;
}

.carousel-box i.fa-solid {
    font-size: 40px;
    position: absolute;
    bottom: -20px;
    right: -15px;
}

.homepage-sections > section {
	padding: 80px 0;
}

.homepage-sections > section:first-child {
	margin-top: 110px;
	padding-top: 0;
}

.latest-resources-grid {
	display: grid;
	grid-template-columns: 1.5fr 2fr;
	gap: 30px;
	align-items: start;
}

.resource-featured .resource-image,
.resource-stacked .resource-image,
.resource-item .resource-image {
	overflow: hidden;
}

.resource-featured .resource-image img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease-in-out;
	display: block;
}

.resource-featured .resource-image img:hover {
	transform: scale(1.05);
}

.resource-featured .type {
	margin: 15px 0 10px !important;
	display: inline-block;
}

.latest-resources-grid .resource-featured h4 {
	font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 10px !important;
}

.right-col {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.latest-resources-grid .right-col {
    padding-left: 30px;
}

.latest-resources-grid .right-col h4 {
    font-size: 23px;
    font-weight: 400;
    line-height: 33px;
    margin: 0 0 20px !important;
}

.resource-stacked {
	margin-bottom: 10px;
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.resource-stacked .resource-image {
	width: auto;
    flex: 0 0 30%;
}

.resource-stacked .resource-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.resource-stacked .resource-image img:hover {
	transform: scale(1.05);
}

.resource-stacked .type {
	display: block;
}

.focus-carousel {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	position: relative;
}

.carousel-item {
	position: relative;
	overflow: hidden;
}

.carousel-overlay {
	background: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
	color: #fff;
	padding: 30px 25px;
	position: absolute;
	left: 0;
	right: 0;
}

.carousel-overlay.top {
	top: 0;
}

.carousel-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
}

.carousel-image a {
	display: block;
}

.carousel-item h4 {
	font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 10px !important;
}

.carousel-item p {
	font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 !important;
}

.focus-carousel .swiper-pagination {
	margin-top: 1.5rem;
	position: static;
}

.swiper-pagination-bullet {
	background: #999;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #000;
}

body.home .resource-tags a {
	margin-right: 7px;
}

.featured-series h3 {
	margin-bottom: 2rem;
}

.featured-series-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.featured-resource {
	display: flex;
	flex-direction: column;
}

.featured-series .resource-item img, .event-card img {
    margin-bottom: 15px;
}

.in-the-media-latest, .in-the-media .latest-resources-grid article.resource-stacked {
	padding: 20px 20px 30px;
	margin-bottom: 0;
}

#newsletter .blue-background {
	padding: 3% 4%;
    display: flex;
    gap: 2%;
    box-sizing: border-box;
}

#newsletter .newsletter-left-col {
	flex: 0 0 35%;
}

#newsletter h3 {
	font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    margin-right: 32%;
}

#newsletter .newsletter-right-col {
	flex: 1;
}

.newsletter-form {
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.newsletter-form input[type="email"] {
	width: 100%;
	font-size: 15px;
	border: none;
	box-sizing: border-box;
	padding: 10px 14px;
	margin: 10px 0 15px !important;
}

.newsletter-form p {
	text-align: right;
	margin-bottom: 0 !important;
}

.newsletter-form button[type="submit"],
.newsletter-form input[type="submit"] {
	height: auto;
	background-color: #1d2f65;
	font-size: 15px;
	color: #fff !important;
	border: none;
	border-radius: 20px;
	padding: 10px 40px;
	margin-bottom: 0 !important;
}

.newsletter-form button[type="submit"]:hover,
.newsletter-form input[type="submit"]:hover {
	background-color: #000;
}

.newsletter-form .mc4wp-form,
.newsletter-form .mc4wp-form-fields {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.newsletter-form input[type="submit"] {
	border-radius: 20px !important;
}

.mc4wp-alert p {
    font-size: 13px;
    color: #1d2f65 !important;
    text-align: left;
    margin: 15px 0 0 !important;
}


/************************ SCROLL REVEAL ************************/

.sk-reveal {
	opacity: 0;
	transform: translateY(35px);
	transition: opacity 0.65s ease, transform 0.65s ease;
}

.sk-reveal.sk-visible {
	opacity: 1;
	transform: none;
}


/************************ IMAGE CREDIT ************************/

.image-credit-wrap {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	line-height: 0;
	max-width: 100%;
	margin: 20px 0;
}

.image-credit-wrap img {
	display: block;
	margin: 0 !important;
}

.image-credit {
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.3px;
	padding: 4px 8px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.6);
	color: #000 !important;
}

.resource-hero__image-wrap .image-credit {
	background: rgba(0, 0, 0, 0.3);
	color: #fff !important;
	bottom: 10px;
	right: 15px;
}


/************************ ABOUT ************************/

.page-id-80 .padded-row {
	padding-left: 3%;
	padding-right: 3%;
}

.page-id-80 .title-col {
    width: calc(33% - 30px);
	padding-right: 30px;
    margin-right: 30px;
}

.page-id-80 .background-row.gradient {
	height: auto !important;
	min-height: calc(100vh - 115px) !important;
	/*background-image:
		linear-gradient(
			to bottom,
			rgba(91, 194, 231, 1) 0%,
			rgba(255, 255, 255, 0.6) 60%,
			rgba(255, 255, 255, 1) 100%
		),
		url('/wp-content/uploads/2026/01/melbourne-landscape-foggy-focus-area-header.jpg');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 200px;*/
	padding-top: 100px;
}

.focus-area-boxes {
	padding-left: calc(3% + 15px) !important;
	padding-right: calc(3% + 15px) !important;
}

#people h2 {
    margin-bottom: 20px !important;
}

#people .heading p {
	font-size: 22px;
	line-height: 32px;
}

#people #director {
	padding-top: 80px !important;
}

#people .boxes .vc_col-sm-4.desktop-only {
	background: transparent !important;
}

#people .boxes .vc_col-sm-4 {
	padding: 30px 20px 100px 20px;
	margin: 0 0 0 30px !important;
}

#people .boxes .vc_col-sm-4.people-title {
	background: #fff;
    padding: 0 !important;
    margin: 0 30px 0 0 !important;
}

#people .boxes h3 {
	margin-bottom: 20px !important;
}

#focus-areas .boxes .vc_btn3-container, #people .boxes .vc_btn3-container {
    position: absolute;
    right: 0;
    bottom: 0;
}

#focus-areas .boxes .vc_btn3, #people .boxes .vc_btn3 {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 20px 30px !important;
}

#focus-areas .boxes .vc_btn3.vc_btn3-size-md .vc_btn3-icon, #people .boxes .vc_btn3.vc_btn3-size-md .vc_btn3-icon {
    font-size: 40px !important;
}

.page-id-80 .vc_sep_width_100 {
    width: calc(100% - 6% - 30px);
}


/************************ OUR PEOPLE ************************/

.team-section {
	padding: 0 15px;
}

.team-section h2 {
	margin: 50px 0 0 !important;
}

.leadership-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.leadership-item {
    display: flex;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
}

.leadership-item::before {
    content: '';
    position: absolute;
    inset: -2px;
    transform: scale(0);
    transform-origin: bottom right;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.leadership-item:hover::before {
    transform: scale(1.1);
}

.leadership-item__image,
.leadership-item__content {
    position: relative;
    z-index: 1;
}

.leadership-item:hover h3,
.leadership-item:hover .job-title,
.leadership-item:hover p,
.leadership-item:hover .chevron {
    color: #000 !important;
}

.leadership-item:hover .leadership-item__image,
.leadership-item:hover .leadership-item__content {
    background-color: transparent !important;
}

.leadership-item__image {
    width: 30%;
    flex-shrink: 0;
}

.leadership-item__image img {
    width: 100%;
    height: 100%;
	aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
}

.leadership-item__content {
    width: 70%;
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.leadership-item .job-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
	line-height: 25px;
	margin-bottom: 10px;
}

.leadership-item h3 {
	margin-bottom: 0 !important;
}

.leadership-item__content .chevron {
	font-size: 70px;
    margin-top: auto;
	position: absolute;
    bottom: 30px;
    right: 30px;
    align-self: flex-end;
}

.team-grid {
    display: grid;
}

.team-grid.two-col {
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}

.team-grid.three-col {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.team-grid.four-col {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.team-card {
    display: flex;
    flex-direction: column;
    text-align: left;
    text-decoration: none;
    color: inherit;
}

.team-card img {
    width: 100%;
    height: auto;
	aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 20px;
}

.team-card .job-title, .team-card h3, .team-card .excerpt {
    text-align: left;
    padding: 0 20px;
}

.team-card .job-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
	line-height: 24px;
	margin: 20px 0 10px;
}

.team-members .team-card h3 {
	font-size: 20px;
	font-weight: 200;
    line-height: 30px;
    margin: -5px 0 20px !important;
}

.team-members .team-card__media {
	position: relative;
	overflow: hidden;
}

.team-members .team-card__media img {
	margin-bottom: 0;
	display: block;
}

.team-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	transform: translateY(100%);
	transition: transform 0.35s ease;
}

.team-card__overlay p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

.team-members .team-card:hover .team-card__overlay {
	transform: translateY(0);
}

.chair .leadership-item__image {
    width: calc(50% - 50px);;
}

.chair .leadership-item__image img {
    aspect-ratio: 1 / 1;
}

.board-members .team-card img {
	aspect-ratio: 3 / 2;
    margin-bottom: 35px;
}

.board-members .team-card h3 {
	font-size: 25px;
    text-align: left;
    font-weight: 600;
    line-height: 35px;
    padding: 0 35px;
    margin: 0 !important;
}

.board-members .team-card .excerpt {
    text-align: left;
    padding: 0 35px 35px;
}

.board-members .excerpt p {
    font-size: 16px;
    line-height: 26px;
}


/************************ RESOURCES ************************/

.resource-hero {
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
    position: relative;
}

.resource-hero__overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.resource-hero__text {
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    gap: 12px;
    align-items: baseline;
    flex-wrap: wrap;
}

.resource-hero__label {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
	margin-bottom: 5px;
    display: block;
}

.resource-hero__title {
    font-size: 30px;
    font-weight: 700;
	line-height: 40px;
}

.resource-hero__subtitle {
    font-weight: 400;
	margin-left: 25px;
}

.tax-intro {
    margin: 60px 0 75px;
    padding-bottom: 50px;
    border-bottom: 2px solid;
}

input#resource-keyword {
    width: calc(33% - 15px);
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
}

.resource-filters {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.resource-filters select {
    width: 33%;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23555" height="6" viewBox="0 0 10 6" xmlns="http://www.w3.org/2000/svg"><path d="M0 0l5 6 5-6z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px 6px;
    color: #000;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 35px 8px 12px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 30px;
}

.resource-item {
	margin-bottom: 30px;
}

.resource-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.resource-item img:hover {
	transform: scale(1.05);
}

.resource-item h2, .resource-item h4, .event-card h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
	padding-right: 10px;
    margin: 0 0 10px !important;
}

.type {
    font-size: 16px;
    font-weight: 600;
	text-transform: uppercase;
    line-height: 26px;
    margin: 0 0 10px !important;
}

.excerpt {
    font-size: 17px;
    line-height: 27px;
    margin-top: 15px;
}

.resource-tags {
	line-height: 26px;
	margin-top: 10px;
}

.resource-tags a {
    font-size: 15px;
    border: 1px solid;
    border-radius: 7px;
    padding: 0 10px 2px;
	margin: 3px 0;
	display: inline-block;
}

.post-date {
    font-size: 14px;
}

.resource-item__meta {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 10px;
}

/************ PAGINATION ************/

.resource-pagination {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	padding: 40px 0 10px;
}

.resource-pagination .page-link {
	min-width: 38px;
	height: 38px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	border: 1px solid;
	transition: border-color 0.2s ease;
	padding: 0 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.resource-pagination .page-link.disabled {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

.resource-pagination .page-ellipsis {
	border: none;
	min-width: auto;
	padding: 0 2px;
	cursor: default;
	pointer-events: none;
}


/************ MEDIA PAGE ************/

.media-section {
	margin-bottom: 60px;
}

.media-section .section-header {
	margin-bottom: 40px;
}

.media-section .resource-search {
	margin-bottom: 20px;
}

/************ MEDIA RELEASES ************/

.resource-grid.media-releases .resource-item {
    padding: 30px 80px 30px 30px;
    min-height: 200px;
	margin-bottom: 0;
	min-width: 0;
	position: relative;
    display: flex;
    flex-direction: column;
}

.resource-grid.media-releases .post-date {
    margin-top: auto;
    padding-top: 20px;
}

.resource-grid.media-releases .chevron {
    font-size: 70px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}


/************************ SITEMAP ************************/

.sitemap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 80px;
	margin-top: 20px;
}

.sitemap-section h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px !important;
	padding-bottom: 15px;
	border-bottom: 2px solid;
}

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

.sitemap-section > ul > li {
	margin-bottom: 12px;
	font-size: 17px;
	line-height: 27px;
}

.sitemap-section ul ul {
	margin: 8px 0 8px 15px;
	padding-left: 15px;
	border-left: 2px solid;
}

.sitemap-section ul ul li {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 6px;
}


/************************ SINGLE POSTS ************************/

body.single .resource-hero, body.tax-series .resource-hero, body.tax-area .resource-hero {
	height: auto;
	min-height: auto;
	overflow: visible;
	padding: 50px 0 0;
}

body.single .resource-hero.resource-hero--no-image,
body.tax-series .resource-hero.resource-hero--no-image,
body.tax-area .resource-hero.resource-hero--no-image {
	padding-bottom: 50px;
}

body.single .resource-hero h1,
body.tax-series .resource-hero h1,
body.tax-area .resource-hero h1 {
	margin-bottom: 25px !important;
}

body.single .resource-hero__title,
body.tax-series .resource-hero__title,
body.tax-area .resource-hero__title {
	font-size: 42px;
	line-height: 52px;
}

/* Breadcrumbs */

.resource-hero__breadcrumbs {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
	color: #fff;
}

.resource-hero__breadcrumbs .breadcrumb-sep,
.resource-hero__breadcrumbs .breadcrumb-current {
	color: #fff;
	opacity: 0.7;
}

.breadcrumb-sep {
	margin: 0 8px;
}

/* Type pills in hero */

.resource-hero__types {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
	z-index: 2;
}

.resource-hero__type-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff !important;
	background: #000;
	padding: 7px 14px;
	display: inline-block;
	line-height: 20px;
}

/* Image wrap: content-width image with overlay label */

.resource-hero__image-wrap {
	position: relative;
	line-height: 0;
	margin-top: 10px;
}

.resource-hero__image-wrap img {
	width: 100%;
	height: auto;
	max-height: 65vh;
	object-fit: cover;
	display: block;
}

.resource-hero__image-wrap .resource-hero__label {
	color: #fff !important;
	font-size: 11px;
	letter-spacing: 0.5px;
	padding: 7px 14px;
	margin-bottom: 0;
	position: absolute;
	top: 20px;
	left: 20px;
}

/* Share row below hero */

.resource-share-row {
	border-bottom: 1px solid;
	padding: 18px 0;
	margin-bottom: 50px;
}

.resource-share-row .post-share {
	float: none;
}

.post-share {
	float: right;
	display: flex;
	align-items: center;
	gap: 10px;
}

.post-share a {
	font-size: 25px;
	margin-right: 15px;
	transition: opacity 0.2s ease;
}

.post-share-icon {
    font-size: 23px;
    padding: 0;
}

/* Date above body copy */

.single-col.right .post-date {
	margin-bottom: 25px;
}

/* Related posts section */

.single .main-content .related-posts h3 {
	margin-top: 0 !important;
}

.single-row {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 60px;
    margin-bottom: 60px;
}

.single-col.left {
    position: sticky;
    top: 150px;
    align-self: start;
}

.single-row--meta {
    align-items: center;
	margin-top: 30px;
}

.post-meta {
	font-size: 14px !important;
	color: #666 !important;
	margin: 30px 0 !important;
}

.single .main-content .related-posts h4 {
	margin: 10px 0 !important;
}

.single-col.right.align-right {
    text-align: right;
}

.post-downloads {
	margin-bottom: 40px;
}

.downloads-content ul {
    list-style: none;
    padding: 0;
    margin: 6px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.downloads-content li {
    width: 100%;
    font-size: 15px;
	text-align: center;
    line-height: 25px;
    padding: 12px 20px;
    margin-bottom: 0 !important;
	transition: background-color 0.2s ease;
}

.downloads-content li:hover {
	background-color: #534b70 !important;
}

.downloads-content span {
    display: inline-block;
}

.on-this-page h2 {
	margin: 0 0 15px !important;
}

.on-this-page ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.on-this-page li {
    margin-bottom: 15px !important;
	line-height: 23px;
}

.on-this-page a {
    font-size: 15px;
	text-decoration: underline;
	line-height: 25px;
}

.single .the-content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin: 50px 0 25px !important;
}

.single .the-content h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin: 40px 0 20px !important;
}

.single .the-content h4 {
    font-size: 23px;
	line-height: 33px;
    margin: 25px 0 10px !important;
}

.single .the-content h5 {
    font-size: 20px;
	line-height: 30px;
    margin: 25px 0 20px !important;
}

.single .the-content li {
	margin-bottom: 15px;
}

.single .the-content li ul {
	margin-top: 15px;
}

.single.resources-template-default .single-col.right {
	min-width: 0;
	overflow-x: hidden;
}

.single.resources-template-default .the-content iframe {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 50px auto;
}

.single.resources-template-default .the-content > div {
	max-width: 100%;
	overflow: hidden;
}

.single.resources-template-default .the-content {
    overflow: hidden;
}

.single .druxt-image__container {
	text-align: center;
	margin: 40px auto;
}

.single .the-content img {
	max-width: 100%;
	margin: 20px auto;
}

.single .additional-info {
	margin-top: 50px;
}

.single .additional-info h2 {
	margin-top: 0 !important;
}

.series-attribution {
	border-top: 1px solid;
	margin-top: 40px;
	padding-top: 25px;
	font-size: 16px !important;
}

.post-references hr {
	margin: 50px 0;
}

.post-references p, .post-references li {
    font-size: 15px;
    line-height: 25px;
}

body.single.resources-template-default footer {
	margin-top: 0 !important;
}

/* ---- Figure styles (TinyMCE custom formats) ---- */

.figure-heading {
	font-size: 23px;
	color: #4b1c45;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 45px 0 -7px;
	display: block;
}

.figure-title {
	font-size: 17px;
	color: inherit;
	margin-bottom: -10px;
	display: block;
}

.figure-image {
	margin: 0 auto !important;
}

.figure-caption {
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 1.5;
}

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

.figure-caption:last-of-type {
    margin-bottom: -15px;
}


/************************ DATA VISUALISATION ************************/

/* ---- Shared section base ---- */

.dv-page {
	/* outer padding handled by .padding-top-bottom */
}

.dv-section {
	margin-bottom: 80px;
}

.dv-section:last-child {
	margin-bottom: 0;
}

.dv-section__title {
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 2px solid currentColor;
	margin-bottom: 40px !important;
}

/* ---- SCROLLY: scrollytelling layout ---- */

.dv-section--scrolly {
	display: flex;
	gap: 5%;
	align-items: flex-start;
}

.dv-scrolly__article {
	flex: 1;
}

.dv-scrolly__figure {
	flex: 0 0 55%;
	position: sticky;
	top: 130px;
	height: calc(100vh - 170px);
	display: flex;
	align-items: stretch;
}

.dv-scrolly__embed-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: opacity 0.3s ease;
}

.dv-scrolly__embed-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.dv-scrolly__hint {
	font-size: 16px;
	text-align: center;
	opacity: 0.4;
	font-style: italic;
	margin: 0;
}

.dv-step {
	padding: 40px 0;
	min-height: 70vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 0.45;
	transition: opacity 0.4s ease;
}

.dv-step:last-child {
	border-bottom: none;
	min-height: 50vh;
}

.dv-step.is-active {
	opacity: 1;
}

.dv-step__title {
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 20px !important;
}

.dv-step__text {
	font-size: 18px;
	line-height: 28px;
}

/* ---- SPLIT: side-by-side layout ---- */

.dv-split__inner {
	display: flex;
	gap: 5%;
	align-items: flex-start;
}

.dv-split__text {
	flex: 1;
	min-width: 0;
}

.dv-split__embed {
	flex: 0 0 55%;
	min-width: 0;
	position: sticky;
	top: 130px;
}

.dv-split__embed iframe {
	width: 100%;
	border: none;
}

/* ---- FULL: full-width embed layout ---- */

.dv-full__text {
	max-width: 100%;
	margin-bottom: 35px;
}

.dv-full__embed {
	width: 65%;
	margin: 0 auto;
}

.dv-full__embed iframe {
	width: 100%;
	border: none;
}

/* ---- TEXT: two-column title + content ---- */

.dv-text__inner {
	display: flex;
	gap: 5%;
	align-items: flex-start;
}

.dv-text__title-col {
	flex: 0 0 30%;
	min-width: 0;
	position: sticky;
	top: 130px;
}

.single .main-content h2.dv-text__heading {
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
	margin-top: 0 !important;
	margin-bottom: 25px !important;
}

.dv-section--text-left .dv-text__heading {
	text-align: left;
}

.dv-section--text-right .dv-text__heading {
	text-align: right;
}

.dv-text__content {
	flex: 1;
	min-width: 0;
}

/* ---- FEATURE: full-bleed spotlight ---- */

.dv-section--feature {
	/* Break out of padded-row to span full viewport width */
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 80px 0;
}

.dv-feature__inner {
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
}

.single .main-content h2.dv-feature__title {
	font-size: 60px !important;
	line-height: 70px !important;
	font-weight: 700 !important;
	margin: 0 0 35px !important;
	display: block;
}

.dv-feature__body-row {
	display: flex;
	gap: 5%;
	align-items: flex-start;
}

.dv-feature__body {
	flex: 1;
	min-width: 0;
	font-size: 20px;
	line-height: 32px;
}

.dv-feature__embed {
	flex: 0 0 55%;
	min-width: 0;
}

.dv-feature__embed iframe {
	width: 100%;
	border: none;
}

/* ---- IMMERSIVE: full-bleed sticky embed + scrolling text cards ---- */

.dv-section--immersive {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.dv-immersive__figure {
	position: sticky;
	top: 130px;
	height: calc(100vh - 130px);
	width: 100%;
	z-index: 0;
}

.dv-immersive__embed-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: opacity 0.3s ease;
	background: #fff;
}

.dv-immersive__embed-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.dv-immersive__article {
	position: relative;
	z-index: 1;
	margin-top: calc(-100vh + 130px);
	padding-bottom: 15vh;
	pointer-events: none;
}

.dv-immersive__step {
	display: flex;
	min-height: 70vh;
	align-items: center;
	padding: 60px 5vw;
}

.dv-immersive__step--left {
	justify-content: flex-start;
}

.dv-immersive__step--right {
	justify-content: flex-end;
}

.dv-immersive__card {
	pointer-events: auto;
	background: rgba(255, 255, 255, 0.82);
	padding: 36px 40px;
	max-width: 460px;
	width: 100%;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.dv-immersive__card .dv-step__title {
	font-size: 22px;
	line-height: 32px;
}

.dv-immersive__card .dv-step__text {
	font-size: 17px;
	line-height: 27px;
}

.dv-immersive__step.is-active .dv-immersive__card {
	opacity: 1;
}

.dv-immersive__step:not(.is-active) .dv-immersive__card {
	opacity: 0.45;
	transition: opacity 0.4s ease;
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {

	.dv-section--scrolly {
		flex-direction: column;
	}

	.dv-scrolly__article {
		flex: none;
		width: 100%;
	}

	.dv-scrolly__figure {
		position: relative;
		top: auto;
		width: 100%;
		height: 60vw;
		min-height: 300px;
	}

	.dv-step {
		min-height: auto;
		opacity: 1;
	}

	.dv-split__inner {
		flex-direction: column;
	}

	.dv-split__embed {
		flex: none;
		width: 100%;
		position: relative;
		top: auto;
	}

	.dv-text__inner {
		flex-direction: column;
	}

	.dv-text__title-col {
		flex: none;
		width: 100%;
		position: relative;
		top: auto;
	}

	/* Right-aligned title moves above content when stacked */
	.dv-section--text-right .dv-text__title-col {
		order: -1;
	}

	/* Text heading: adopt section-title style (padding + border) when stacked */
	.dv-text__heading {
		padding-bottom: 20px;
		border-bottom: 2px solid currentColor;
		margin-bottom: 40px !important;
	}

	/* Right-aligned title becomes left-aligned when stacked */
	.dv-section--text-right .dv-text__heading {
		text-align: left;
	}

	.dv-feature__title {
		font-size: 35px !important;
		line-height: 45px !important;
	}

	.dv-feature__body-row {
		flex-direction: column;
	}

	.dv-feature__embed {
		flex: none;
		width: 100%;
	}

	.dv-full__embed {
		width: 100%;
	}

	.dv-section--immersive {
		width: 100%;
		margin-left: 0;
	}

	.dv-immersive__figure {
		position: relative;
		top: auto;
		height: 65vw;
		min-height: 280px;
	}

	.dv-immersive__article {
		margin-top: 0;
		padding-bottom: 0;
		pointer-events: auto;
	}

	.dv-immersive__step,
	.dv-immersive__step--left,
	.dv-immersive__step--right {
		justify-content: flex-start;
		min-height: auto;
		padding: 30px 0;
	}

	.dv-immersive__card {
		max-width: 100%;
	}

	.dv-immersive__step:not(.is-active) .dv-immersive__card {
		opacity: 1;
	}
}


/************************ ARCHIVE: SERIES ************************/

.tax-series .single-row,
.tax-area .single-row {
	grid-template-columns: 1fr;
}

#all-series-posts {
	padding: 80px 0 50px;
}

.tax-series footer,
.tax-area footer {
	margin-top: 0;
}


/************************ EVENTS ************************/

.events-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.event-item {
    color: inherit;
    text-decoration: none;
	margin-bottom: 25px;
    display: flex;
    align-items: stretch;
}

.event-item__image {
    width: 30%;
    flex-shrink: 0;
}

.event-item__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
}

.event-item__content {
    width: 70%;
    padding: 40px 100px 40px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.event-item .event-date {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.event-item h3 {
    margin-bottom: 10px !important;
}

.event-item__content .chevron {
    font-size: 70px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.past-events {
	margin-top: 50px;
}

/* Homepage event cards */

.event-card__image {
	position: relative;
}

.event-card__image img {
	width: 100%;
	height: 100%;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.event-card__date {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.3;
	padding: 8px 12px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.event-card h4 {
	margin-top: 12px;
}

/* In the media: equal-height columns */

.in-the-media .latest-resources-grid {
	align-items: stretch;
}

.in-the-media .left-col {
	display: flex;
	flex-direction: column;
}

.in-the-media .resource-featured {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.in-the-media .resource-featured .resource-image {
	flex: 1;
	min-height: 0;
}

.in-the-media .resource-featured .resource-image img {
	width: 100%;
	height: 100%;
	aspect-ratio: unset;
	object-fit: cover;
}

/* In the media: type label */

.in-the-media .type {
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 6px !important;
}


/************************ FOOTER ************************/

footer {
	text-align: left;
    padding: 0;
	margin-top: 80px;
}

footer p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
}

footer a {
	color: #b7b7b7 !important;
}

footer strong {
	font-weight: 600;
}

footer h4 {
	font-size: 20px;
    line-height: 30px;
	margin-bottom: 20px !important;
}

footer ul {
    list-style: none;
    margin: 0 0 13px;
}

/* Footer: two-column layout */

.footer-main__inner {
	display: flex;
}

.footer-acknowledgment {
	width: 45%;
    margin-right: 120px;
}

.footer-acknowledgment p {
    margin-bottom: 20px;
}

.footer-acknowledgment img {
    height: 19px;
    margin: 5px 0;
    position: absolute;
}

.footer-acknowledgment h4 span {
	margin-left: 50px;
}

.footer-contact {
	width: 60%;
}

.footer-contact-cols {
	display: flex;
	gap: 30px;
	margin-top: 20px;
}

.footer-contact-col {
	flex: 1;
}

.footer-contact-col i {
	margin-right: 6px;
	opacity: 0.7;
}

.footer-contact img {
	width: auto !important;
    height: 100px !important;
    margin-top: 50px;
	filter: invert(1);
}

/* Copyright bar */

.footer-copyright {
	text-align: center;
	border-top: 1px solid;
	padding: 30px 0 20px;
}

.footer-copyright .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-copyright p {
	font-size: 11px;
	line-height: 21px;
}

.footer-copyright li {
	font-size: 11px;
	line-height: 21px;
	margin: 0 15px 0 0;
	display: inline-block;
}

.footer-div {
	margin: 0 10px;
}



/************************ MOBILE ************************/

@media only screen and (max-width: 1550px) {
	
	.padded-row, footer .container {
		width: 1250px;
        margin-left: auto !important;
        margin-right: auto !important;
	}

	.padded-row.additional-padding {
		width: calc(1250px - 30px);
	}
	
	header nav ul li {
    	margin: 0 0 0 45px;
	}

	.latest-resources-grid .resource-featured h4, .latest-resources-grid .right-col h4, .resource-item h2, .resource-item h4, .event-card h4 {
    	font-size: 20px;
    	line-height: 30px;
	}

	.type {
    	font-size: 14px;
		line-height: 24px;
	}

	.excerpt {
    	font-size: 15px;
    	line-height: 25px;
    	margin: 15px 0 20px;
	}

	.resource-tags a {
    	font-size: 13px;
	}

	.single-col.left h2 {
		font-size: 25px;
		line-height: 35px;
	}
	
}


@media only screen and (max-width: 1400px) {
	
	.padded-row, footer .container {
		width: 1100px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.padded-row.additional-padding {
		width: calc(1100px - 30px);
	}

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

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

	}


@media only screen and (max-width: 1200px) {
	
	.padded-row, footer .container {
		width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
	}
	
	.padded-row.additional-padding {
		width: calc(90% - 30px);
	}
	
	.vc_row {
		margin-left: 0 !important;
    	margin-right: 0 !important;
	}
	
	.vc_row.vc_column-gap-35 {
		margin-left: 0 !important;
    	margin-right: 0 !important;
	}
	
	.vc_row.vc_column-gap-35>.vc_column_container {
		padding: 0 !important;
	}

	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-right: 15px !important;
		padding-bottom: 15px !important;
	}

	.title-header h1 {
    	margin: 0 30px !important;
	}

}


/*** MOBILE NAV (≤ 1040px) ***/

@media only screen and (max-width: 1040px) {

	/* Show/hide utility classes */

	.desktop-only {
		display: none !important;
	}

	.mobile-only {
		display: block !important;
	}

	/* Header layout */

	header {
		position: sticky;
		top: 0;
		box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.29);
		overflow: visible;
	}

	.main-content {
		padding-top: 0;
	}

	header .container {
		width: 100%;
		padding: 0 30px;
		justify-content: space-between;
	}

	.logo {
		width: auto;
		float: none;
		padding: 15px 0;
	}

	.logo img {
		height: 65px;
	}

	/* Search icon button */

	.mobile-search-button {
		background: #000;
		border: none;
		cursor: pointer;
		padding: 0;
		width: 46px;
		height: 46px;
		color: #fff;
		font-size: 18px;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0;
		flex-shrink: 0;
	}

	/* Search panel (below header bar, hidden by default) */

	.mobile-search-panel {
		display: none;
		width: 100%;
		padding: 12px 20px;
		box-sizing: border-box;
		border-top: 1px solid rgba(0,0,0,0.12);
	}

	.mobile-search-panel form {
		display: flex;
		gap: 0;
	}

	.mobile-search-panel input[type="search"] {
		flex: 1;
		height: 44px;
		font-size: 16px;
		padding: 0 14px;
		border: 1px solid #ccc;
		border-right: none;
		border-radius: 0;
		box-sizing: border-box;
		margin: 0;
	}

	.mobile-search-panel button[type="submit"] {
		height: 44px;
		width: 44px;
		padding: 0;
		background: transparent;
		border: 1px solid #ccc;
		border-left: none;
		border-radius: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: 16px;
		flex-shrink: 0;
	}

	/* Hamburger / close button */

	.mobile-menu-button {
		display: block;
		background: none;
		border: none;
		cursor: pointer;
		padding: 8px;
		color: inherit;
		z-index: 1001;
		flex-shrink: 0;
		margin-left: auto;
		margin-right: 20px;
		font-size: 22px;
		line-height: 1;
	}

	.mobile-menu-button .fa-xmark {
		display: none;
	}

	.mobile-menu-button.open .fa-bars {
		display: none;
	}

	.mobile-menu-button.open .fa-xmark {
		display: block;
	}

	/* Mobile nav panel */

	#mobile-menu {
		width: 100%;
		height: 100vh;
		background: #fff;
		border-top: 1px solid #eee;
		box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
		padding: 15px 0 30px;
		z-index: 1000;
		position: absolute;
		top: 100%;
		left: 0;
		overflow-y: auto;
	}

	#mobile-menu ul li {
		width: calc(100% - 60px);
		text-align: left;
		padding: 0 30px;
		margin: 0;
	}

	#mobile-menu ul li a {
		font-size: 18px;
		font-weight: 600 !important;
		padding: 12px 0;
		display: block;
	}

	#mobile-menu ul li ul li a {
		font-weight: 400 !important;
	}

	/* Parent items: flex row so arrow floats right */
	#mobile-menu li.menu-item-has-children {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-top: 0;
		padding-bottom: 0;
	}

	/* Border on <a> so it stays below the link, not below the submenu */
	#mobile-menu li.menu-item-has-children > a {
		flex: 1;
		padding-right: 10px;
		border-bottom: 1px solid #000;
	}

	#mobile-menu .submenu-toggle {
		background: none;
		border: none;
		border-bottom: 1px solid #000;
		font-size: 18px;
		cursor: pointer;
		padding: 12px 0;
		line-height: 1;
		flex-shrink: 0;
		display: none;
	}

	/* Sub-menu: CSS max-height transition for consistent animation */
	#mobile-menu .sub-menu {
		flex-basis: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}

	#mobile-menu ul li li {
		padding: 0;
		width: 100%;
		margin: 0;
	}

	#mobile-menu ul li li a {
		font-size: 16px;
		padding: 10px 0;
	}

	#mobile-menu .menu-item.open > .sub-menu {
		max-height: 600px;
		margin-bottom: 30px;
	}

	/* Hero carousel: remove WPBakery column padding */

	#hero-carousel .vc_column-inner {
		padding: 0 !important;
	}

	/* Grids */

	.latest-resources-grid {
		grid-template-columns: 1fr;
	}

	.latest-resources-grid .right-col {
		padding-left: 0;
		border-left: none;
	}

	.resource-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	/* Footer: stack to single column */

	.footer-main__inner {
		flex-direction: column;
	}

	.footer-contact-cols {
		gap: 20px;
	}

}


/*** TEAM GRIDS (≤ 960px) ***/

@media only screen and (max-width: 960px) {

	.team-grid.four-col {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

}


/*** SMALL SCREENS (≤ 768px) ***/

@media only screen and (max-width: 768px) {

	header .container {
        padding: 0 20px;
	}

	/* Sitemap */

	.sitemap {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	/* Typography */

	.title-header h1, body.single .resource-hero__title, .single .the-content h2 {
    	font-size: 30px;
    	line-height: 40px;
	}

	.title-header h1 {
    	margin: 0 !important;
	}

	body.home .section-header h3, .section-header h3, .section-header h2 {
    	font-size: 23px;
    	font-weight: 200;
    	line-height: 33px;
	}
	

	h3, .all-series-posts-txt {
    	font-size: 20px;
    	line-height: 30px;
	}

	#newsletter h3 {
		font-size: 24px;
    	font-weight: 700;
    	margin: 0 0 15px 0 !important;
	}

	#newsletter p {
    	font-size: 17px;
    	line-height: 27px;
	}

	/* Homepage carousel */

	#hero-carousel, #hero-carousel .owl-item {
    	height: 65vh;
	}

	#hero-carousel .background-row {
		padding: 50px 20px 0;
	}

	.carousel-box {
    	width: calc(100% - 80px);
	}

	.carousel-box .wpb_wrapper {
    	padding-right: 0;
	}

	/* Carousel chevron: pull out of absolute position, show as "Read more ›" on its own line */
	.carousel-box i.fa-solid.fa-chevron-right {
		position: static;
		display: flex;
		align-items: center;
		gap: 12px;
		font-size: 14px;
		margin-top: 25px;
	}

	/* Inject "Read more" before the icon (order: -1 puts ::after before ::before) */
	.carousel-box i.fa-solid.fa-chevron-right::after {
		content: "Read more";
		font-family: "montserrat", Helvetica, Arial, sans-serif;
		font-weight: 600;
		font-size: 16px;
		order: -1;
	}

	/* Newsletter: stack columns */

	#newsletter .blue-background {
		padding: 25px !important;
		flex-direction: column;
	}

	#newsletter .newsletter-left-col,
	#newsletter .newsletter-right-col {
		flex: none;
		width: 100%;
	}

	/* Section headers: stack title above View All link */

	.section-header.two-col {
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
	}

	.section-header .align-right {
		text-align: left;
	}

	/* Content area margins */

	.padded-row {
		width: calc(100% - 40px);
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.padded-row.additional-padding {
		width: calc(100% - 40px);
		margin: auto !important;
		padding: 0;
	}

	/* Smaller logo on phones */

	.logo img {
		height: 50px;
	}

	/* Reduced section spacing */

	.padding-top-bottom {
		padding: 60px 0;
	}

	.padding-top {
		padding: 60px 0 0;
	}

	.padding-bottom {
		padding: 0 0 60px;
	}

	.padding-top-bottom-small {
		padding: 40px 0;
	}

	.padded-row .padded-row {
		width: 100%;
		margin: auto !important;
	}

	/* About */

	.page-id-80 h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.page-id-80 #content .padded-row {
		width: calc(100% - 20px) !important;
		margin: auto !important;
	}

	.page-id-80 .padded-row {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.page-id-80 .title-col {
    	width: 100%;
    	padding-right: 0;
    	margin-right: 0;
	}

	.border-split .vc_col-sm-4 {
		border: 0 !important;
	}

	#about-informed {
		margin-top: -1px !important;
	}

	#what-we-do .padded-row {
    	width: 100% !important;
	}

	#focus-areas .vc_column-inner .vc_column-inner, #history .vc_column-inner .vc_column-inner, #people .vc_column-inner .vc_column-inner, #team  .vc_column-inner {
    	padding: 0;
	}

	#director img {
    	margin-bottom: 30px;
	}

	.team-section {
		padding: 0;
	}

	/* Resource hero */

	.title-header {
    	min-height: 85px;
	}

	.resource-hero {
		min-height: 40vh;
	}

	.resource-hero__title {
		font-size: 22px;
		line-height: 32px;
	}

	.resource-hero__text {
		flex-direction: column;
		gap: 6px;
	}

	/* Resource filters */

	.resource-filters {
		flex-direction: column;
		gap: 12px;
	}

	.resource-filters select,
	input#resource-keyword {
		width: 100%;
	}

	.resource-filters select {
		margin-bottom: 0;
	}

	input#resource-keyword {
		margin-bottom: 12px;
	}

	/* Resource grids */

	.resource-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	/* Pagination */

	.resource-pagination {
		gap: 4px;
		padding: 24px 0 10px;
		flex-wrap: wrap;
	}

	.resource-pagination .page-link {
		min-width: 30px;
		height: 30px;
		font-size: 13px;
		padding: 0 3px;
	}

	.focus-carousel {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.featured-series-grid {
		grid-template-columns: 1fr;
	}

	.resource-stacked {
		flex-direction: column;
	}

	.resource-stacked .resource-image {
		flex: none;
		width: 100%;
	}

	/* Footer: stack contact sub-columns */

	.footer-contact-cols {
		flex-direction: column;
	}

	.footer-copyright p,
	.footer-copyright li {
		font-size: 10px;
		line-height: 18px;
	}

	/* Single post layout */

	.single-row {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	/* Content row: left col (downloads) first, right col (date + content) after */
	.single-row--content .single-col.left {
		order: -1;
	}

	.single-col.left {
		position: static;
		align-self: auto;
	}

	/* Hero on mobile */

	body.single .resource-hero {
		padding: 30px 0 0;
	}

	body.single .resource-hero.resource-hero--no-image {
		padding-bottom: 30px;
	}

	blockquote {
		margin: 50px 20px;
	}

	blockquote::before {
		font-size: 10rem;
		top: 26px;
		left: 0;
	}

	/* Hide table of contents on mobile — too much space */
	.on-this-page {
		display: none;
	}

	/* Downloads: shown below content, full width */
	.post-downloads {
		margin-top: 0;
	}

	/* About page: stack WPBakery boxes to full width */

	.dark-grey-boxes .vc_col-sm-4 {
		width: 100% !important;
		margin: 0 0 20px 0 !important;
	}

	.page-id-80 #people .boxes .vc_col-sm-4 {
		width: 100% !important;
		margin: 0 0 20px 0 !important;
	}

	/* Our Team / Advisory Board: collapse grids to single column */

	.team-grid.two-col,
	.team-grid.three-col,
	.team-grid.four-col {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	/* Leadership / Chair items: stack image above content */

	.leadership-item {
		flex-direction: column;
	}

	.leadership-item__image, .chair .leadership-item__image {
		width: 100%;
	}

	.leadership-item__content {
    	width: calc(100% - 40px) !important;
    	padding: 20px 20px 40px;
	}

	.leadership-item__content .chevron {
    	font-size: 50px;
    	right: 20px;
    	bottom: 25px;
	}

	/* Events page: stack image above content */

	.event-item {
		flex-direction: column;
	}

	.event-item__image,
	.event-item__content {
		width: 100%;
	}

	.event-item__content {
        width: calc(100% - 50px);
		padding: 25px 25px 50px;
	}

	/* Media releases: tighten padding at mobile */

	.resource-grid.media-releases .resource-item {
		min-height: 110px;
		padding: 20px 60px 20px 20px;
	}

	/* Footer */

	footer .container {
		width: 100%;
		margin: auto !important;
	}

	.footer-acknowledgment {
    	width: 100%;
    	margin-right: 0;
	}

}