/*!
Theme Name: USSA
Author: Gambit Nash
Author URI: https://gambitnash.co.uk/
Description: A bespoke theme for USSA
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ussa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@font-face {
	font-family: "Acumin Pro Condensed";
	src: url(fonts/acumin-pro-condensed-webfont.woff2) format("woff2"), url(fonts/acumin-pro-condensed-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Montserrat;
	src: url(fonts/montserrat-light-webfont.woff2) format("woff2"), url(fonts/montserrat-light-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

body {
	font-family: Montserrat, sans-serif;
	margin: 0;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button {
	font-family: "Acumin Pro Condensed", sans-serif;
	text-transform: uppercase;
	text-decoration: initial;
	font-weight: 700;
}

.acumin {
	font-family: "Acumin Pro Condensed", sans-serif;
}

.montserrat {
	font-family: Montserrat, sans-serif;
}

h2 {
	font-size: 2.75em;
	padding-bottom: 10px;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 2.25em;
	padding-bottom: 10px;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.75em;
	padding-bottom: 10px;
	margin-bottom: 0.5em;
}

p {
	font-size: 1em;
	padding-bottom: 1em;
}

a,
a:link,
a:visited,
a:-webkit-any-link {
	transition: 0.3s ease all;
	color: #456571;
	text-decoration: underline;
	text-decoration-color: #456571;
}

a:hover,
a:link:hover,
a:visited:hover,
a:-webkit-any-link:hover {
	text-decoration: none;
}

a.readmore,
a:link.readmore,
a:visited.readmore,
a:-webkit-any-link.readmore {
	font-size: 1.25em;
	font-family: "Acumin Pro Condensed", sans-serif;
	text-transform: uppercase;
	text-decoration: none !important;
}

.eightyPercent {
	max-width: 80%;
	margin: 0 auto;
}

.sixtyPercent {
	max-width: 60%;
	margin: 0 auto;
}

.max-w-1024 {
	max-width: 1024px;
}

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

	.sixtyPercent {
		max-width: 80%;
	}
}

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

	.eightyPercent {
		max-width: 90%;
	}

	.sixtyPercent {
		max-width: 90%;
	}
}

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

	.general-content.offset-bg-right .content-half {
		padding-right: 15px;
	}
}

/**********
HEADER AND FOOTER
**********/
header,
footer {
	display: flex;
	flex-direction: row;
	width: 100%;
}

header .logo-container,
footer .logo-container {
	background-color: #456571;
	position: relative;
	padding: 20px 12px 24px 4%;
}

header .logo-container .img-holder,
footer .logo-container .img-holder {
	display: flex;
	align-items: center;
	height: 100%;
}

header .logo-container .img-holder img,
footer .logo-container .img-holder img {
	height: 150px;
	object-fit: contain;
}

header .menu-container,
footer .menu-container {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background-image: url(/wp-content/themes/ussa-theme/img/hfbg.png);
	background-size: cover;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 4%;
	overflow-y: hidden;
}

header .menu-container .tri,
footer .menu-container .tri {
	position: absolute;
	top: 0;
	left: -28px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 320px 130px 0 0;
	border-color: #456571 transparent transparent transparent;
	z-index: 2;
}

header .menu-container .whi,
footer .menu-container .whi {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 320px 130px 0 0;
	border-color: #fff transparent transparent transparent;
	z-index: 1;
}

header .menu-container .search-bar,
footer .menu-container .search-bar {
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	align-self: flex-end;
}

header .menu-container .search-bar input,
footer .menu-container .search-bar input {
	font-family: "Acumin Pro Condensed", sans-serif;
	border: 0;
	padding: 10px 15px;
	color: #456571;
	font-size: 1.125em;
}

header .menu-container .search-bar input::placeholder,
footer .menu-container .search-bar input::placeholder {
	color: #456571;
}

header .menu-container .search-bar .button,
footer .menu-container .search-bar .button {
	padding-right: 0;
}

header .menu-container .socials,
footer .menu-container .socials {
	margin: 24px 0;
	display: flex;
	flex-direction: row;
	align-self: flex-end;
	gap: 8px;
}

header .menu-container .socials a,
footer .menu-container .socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	font-size: 48px;
	color: #fff;
	border-radius: 50%;
}

header .menu-container .socials a:hover,
footer .menu-container .socials a:hover {
	color: #e0e0e0;
}

header .menu-container .menu-holder ul,
footer .menu-container .menu-holder ul {
	display: flex;
	flex-direction: row;
	justify-content: end;
	margin-bottom: 24px;
	margin-top: 0;
}

header .menu-container .menu-holder ul li,
footer .menu-container .menu-holder ul li {
	padding: 0 18px 0 16px;
	position: relative;
	list-style-image: none;
	list-style-type: none;
}

header .menu-container .menu-holder ul li::after,
footer .menu-container .menu-holder ul li::after {
	content: "";
	position: absolute;
	right: 0;
	top: -2px;
	width: 2px;
	height: 24px;
	background-color: #fff;
}

header .menu-container .menu-holder ul li:last-child,
footer .menu-container .menu-holder ul li:last-child {
	padding-right: 0;
}

header .menu-container .menu-holder ul li:last-child::after,
footer .menu-container .menu-holder ul li:last-child::after {
	display: none;
}

header .menu-container .menu-holder ul li a,
footer .menu-container .menu-holder ul li a {
	text-transform: uppercase;
	font-size: 1.25em;
	color: #fff;
	text-decoration: initial;
	display: block;
}

footer .menu-holder {
	display: flex;
	align-items: end;
	flex-direction: row;
	justify-content: space-between;
	margin-left: 56px;
	height: 100%;
}

footer ul {
	padding-bottom: 12px;
}

.video {
	padding: 35px 0;
}

.video .intro-content {
	display: block;
	margin-top: 45px;
	padding: 35px 45px;
	background-color: #e0e0e0;
}

.video .intro-content h1 {
	font-size: 2.25em;
	padding-bottom: 20px;
}

.video .intro-content * {
	color: #456571;
	text-align: center;
}

.video .intro-content p {
	font-size: 1.125em;
	padding-bottom: 20px;
}

.programme-intro {
	padding: 65px 0;
}

.programme-intro .content {
	margin-top: 0;
	padding: 0 45px;
}

.programme-intro .content * {
	color: #456571;
	text-align: center;
}

.programme-intro .content h1 {
	font-size: 3em;
	padding-bottom: 20px;
}

/**********
GENERAL CONTENT
This is a general block of content that is used repeatadly throughout the site.
**********/
.general-content {
	margin-bottom: 150px;
	position: relative;
}

.general-content.blue.bottom {
	margin-bottom: 75px;
}

.general-content.offset-bg-left::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #dae0e2;
	width: 48%;
	height: 70%;
	z-index: -1;
}

.general-content.offset-bg-right::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0%;
	right: 0;
	background-color: #e3e3df;
	width: 50%;
	height: 75%;
}

.general-content .content-half.left h2,
.general-content .content-half.left h3,
.general-content .content-half.left h4,
.general-content .content-half.left h5 {
	width: 105%;
	display: block;
}

.general-content .floating-image-bottom {
	max-width: 50%;
	margin: -50px auto 0 auto;
}

.general-content .image-half.right .sub-image-top {
	margin-top: -22%;
	right: 10%;
	width: 60%;
	z-index: 2;
	position: absolute;
}

.general-content .image-half.right .image-holder {
	z-index: 1;
	position: relative;
}

.general-content .image-half.right .sub-image-bottom {
	position: absolute;
	width: 38%;
	margin-bottom: -100px;
	right: 0;
	bottom: 0;
	z-index: -1;
}

@media (min-width: 1600px) {

	.general-content .image-half.right .sub-image-bottom {
		margin-bottom: -230px;
	}
}

@media (min-width: 1900px) {

	.general-content .image-half.right .sub-image-bottom {
		display: none;
	}
}

.eightyPercent .image-half {
	position: relative;
}

.eightyPercent .image-half.left .img-holder {
	padding-right: 48px;
}

.eightyPercent .image-half .img-half-content {
	padding: 35px 50px 35px 15px;
}

.section-title * {
	color: #fff;
}

.section-title h2 {
	border-bottom: 15px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 45px;
}

.support {
	padding: 60px 0;
}

.support * {
	color: #fff;
}

.support .support-content {
	display: flex;
	flex-direction: row;
	gap: 45px;
}

.support .support-content > * {
	flex: 1;
}

.support .support-content img {
	padding-bottom: 20px;
}

.support .support-content h3 {
	padding-bottom: 10px;
	border-bottom: 5px solid #fff;
	margin-bottom: 25px;
}

.support .support-content p {
	padding-bottom: 15px;
	font-weight: 200;
	line-height: 1.3;
}

.support .support-content a {
	color: #fff;
	font-size: 1.125em;
}

.facts-and-figures {
	padding: 100px 0;
}

.facts-and-figures .eightyPercent {
	display: flex;
	flex-direction: row;
	gap: 45px;
}

.facts-and-figures .eightyPercent > * {
	flex: 1;
}

.facts-and-figures .eightyPercent .faf * {
	color: #456571;
}

.facts-and-figures .eightyPercent .faf h5 {
	font-size: 7.5em;
	padding-bottom: 10px;
}

.facts-and-figures .eightyPercent .faf sup {
	font-size: 0.5em;
}

.facts-and-figures .eightyPercent .faf p {
	font-size: 1.5em;
	padding-bottom: 35px;
	border-bottom: 2px solid #456571;
}

.services {
	padding: 60px 0;
	background-color: #4f4f4f;
}

.services .eightyPercent {
	display: flex;
	flex-direction: row;
	gap: 30px;
}

.services .eightyPercent > * {
	flex: 1;
}

.services .eightyPercent * {
	color: #fff;
}

.services .eightyPercent.services-content img {
	padding-bottom: 20px;
}

.services .eightyPercent.services-content h3 {
	padding-bottom: 10px;
	border-bottom: 5px solid #fff;
	margin-bottom: 25px;
}

.services .eightyPercent.services-content p {
	padding-bottom: 15px;
	font-weight: 200;
	line-height: 1.3;
}

.services .eightyPercent.services-content a {
	color: #fff;
	font-size: 1.125em;
}

.key-areas {
	padding: 100px 0 50px;
}

.key-areas .section-title {
	color: #4f4f4f;
}

.key-areas .section-title h2 {
	border-bottom: 15px solid #4f4f4f;
}

.key-areas * {
	color: #4f4f4f;
}

.key-areas .eightyPercent {
	display: flex;
	flex-direction: row;
	gap: 65px;
}

.key-areas .eightyPercent > * {
	flex: 1;
}

.key-areas .eightyPercent .ka {
	padding: 0 30px;
	text-align: center;
}

.key-areas .eightyPercent .ka::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 67%;
	border-right: 2px solid #4f4f4f;
}

.key-areas .eightyPercent .ka:last-child::after {
	border-right: none;
}

.key-areas .eightyPercent .ka h6 {
	font-size: 12em;
	display: inline-block;
	padding: 0 89px;
	background-color: rgba(163, 161, 145, 0.3);
	margin-bottom: 25px;
}

.key-areas .eightyPercent .ka h4 {
	padding-bottom: 35px;
	font-weight: 200;
}

.key-areas .eightyPercent .ka p {
	padding-bottom: 15px;
}

.key-areas .eightyPercent .ka a {
	font-size: 1.125em;
}

.event-register {
	padding: 65px 0;
	position: relative;
}

.event-register::before {
	content: "";
	position: absolute;
	top: -10%;
	left: 0;
	width: 0;
	height: 0;
	z-index: 999;
	border-top: 0 solid transparent;
	border-bottom: 400px solid transparent;
	border-left: 260px solid #a3a191;
}

.event-register::after {
	content: "";
	position: absolute;
	top: -10%;
	right: 0;
	width: 0;
	height: 0;
	z-index: 999;
	border-top: 400px solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 260px solid #6a733a;
}

.event-register * {
	color: #fff;
	text-align: center;
}

.event-register h2 {
	padding-bottom: 10px;
	border-bottom: 15px solid #fff;
	margin-bottom: 20px;
}

.event-register p {
	padding-bottom: 25px;
}

.event-register .button {
	width: fit-content;
	margin: 0 auto;
}

.event-register .button a {
	color: #fff;
	background-color: #a3a191;
}

.timeline {
	font-size: 0.8em;
	padding-bottom: 50px;
}

.timeline .swiper-button-next {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 40px 40px;
	border-color: transparent transparent transparent #456571;
	margin-top: -37px;
}

.timeline .swiper-button-prev {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 40px 0;
	border-color: transparent #456571 transparent transparent;
	margin-top: -37px;
}

.timeline .swiper-button-next::after,
.timeline .swiper-button-prev::after {
	content: "";
}

.timeline .timeline-item {
	display: flex;
	flex-direction: column;
}

.timeline .timeline-item.first {
	padding-left: 50px;
}

.timeline .timeline-item .timeline-content {
	width: 100%;
	height: 250px;
	display: flex;
}

.timeline .timeline-item h4 {
	margin-bottom: 12px;
	padding-bottom: 0;
	font-size: 3em;
}

.timeline .timeline-item h5.timeline-year {
	font-size: 3em;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #456571;
	font-family: "Acumin Pro Condensed", sans-serif;
}

.timeline .timeline-item .timeline-item-top {
	align-self: flex-end;
	padding-top: 1em;
	padding-left: 1em;
}

.timeline .timeline-item .timeline-item-top img {
	vertical-align: bottom;
}

.timeline .timeline-item .timeline-item-bottom {
	border-top: 6px solid #456571;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	height: fit-content;
}

.timeline .timeline-item .timeline-item-bottom img {
	margin-top: -1em;
}

.timeline .timeline-item img {
	height: 150px;
	width: 150px;
	object-fit: cover;
	object-position: center;
}

.timeline .timeline-item.odd .timeline-item-bottom {
	border-left: 1px solid #456571;
	padding-left: 1em;
}

.timeline .timeline-item.even .timeline-item-top {
	border-left: 1px solid #456571;
	padding-right: 1em;
}

.member-list p {
	color: #456571;
}

.member-list.general-content {
	margin-bottom: 75px;
}

.member-list.general-content.top {
	margin-top: 64px;
}

.member-list.general-content.top::before {
	display: none;
}

.member-list .layoutArea h2,
.member-list .layoutArea h3,
.member-list .layoutArea h4 {
	text-align: center;
	border-bottom: 15px solid #456571;
}

.member-list .layoutArea .layoutArea {
	margin: 25px 10% 0;
}

.member-list .swiper {
	width: 80%;
	height: 180px;
	margin: 15px auto 50px;
}

.member-list .swiper .swiper-wrapper {
	height: 140px;
}

.member-list .swiper .swiper-wrapper .swiper-slide {
	padding-bottom: 25px;
	text-align: center;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.member-list .swiper .swiper-wrapper .swiper-slide img {
	display: block;
	width: 100%;
	text-align: center;
	aspect-ratio: 2;
	object-fit: contain;
}

@supports not (aspect-ratio: 2) {

	.member-list .swiper .swiper-wrapper .swiper-slide img::before {
		float: left;
		padding-top: 50%;
		content: "";
	}

	.member-list .swiper .swiper-wrapper .swiper-slide img::after {
		display: block;
		content: "";
		clear: both;
	}
}

.pillars {
	padding: 80px 0;
	background-color: #456571;
	color: #fff;
	margin-bottom: 50px;
}

.pillars .pillars-wrap .pillar {
	text-align: center;
	padding: 0 35px;
}

.pillars .pillars-wrap .pillar::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 67%;
	border-right: 1px solid #fff;
}

.pillars .pillars-wrap .pillar:last-child::after {
	border-right: none;
}

.pillars .pillars-wrap .pillar .num {
	font-family: "Acumin Pro Condensed", sans-serif;
	text-transform: uppercase;
	text-decoration: initial;
	font-weight: 700;
	font-size: 4em;
	margin-bottom: 25px;
}

.pillars .pillars-wrap .pillar h2,
.pillars .pillars-wrap .pillar h3,
.pillars .pillars-wrap .pillar h4,
.pillars .pillars-wrap .pillar h4 {
	text-transform: none;
	margin-bottom: 35px;
}

.pillars .pillars-wrap .pillar p {
	margin-bottom: 25px;
}

.pillars .pillars-wrap .pillar a {
	color: #fff;
	text-decoration: none;
	font-family: "Acumin Pro Condensed", sans-serif;
	font-size: 1.5em;
}

.expander {
	padding: 25px 0;
	color: #fff;
	margin-bottom: 50px;
}

.expander .expander-wrap input[type="checkbox"] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 60px;
	z-index: 1;
	opacity: 0;
	touch-action: manipulation;
}

.expander .expander-wrap .expander-icon .show {
	display: none;
}

.expander .expander-wrap .expander-icon .hide {
	display: block;
}

.expander .expander-wrap input[type="checkbox"]:checked ~ .expander-title .expander-icon .show {
	display: block;
}

.expander .expander-wrap input[type="checkbox"]:checked ~ .expander-title .expander-icon .hide {
	display: none;
}

.expander .accordion-trigger {
	cursor: pointer;
	opacity: 0.9;
}

.expander .accordion-trigger:hover {
	opacity: 1;
}

.expander .expander-title {
	border-bottom: 15px solid #fff;
	font-size: 2em;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.expander .expander-title .expander-icon {
	float: right;
}

.expander .expander-content {
	padding: 0;
	display: flex;
	gap: 30px;
	position: relative;
	overflow: hidden;
	max-height: 999px;
	will-change: max-height;
	contain: layout;
	opacity: 1;
	transform: translate(0, 0);
	transition: 0.6s opacity, 0.6s max-height;
}

.expander .expander-content .expander-item {
	padding-top: 25px;
}

.expander .expander-content .expander-item img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}

@supports not (aspect-ratio: 1) {

	.expander .expander-content .expander-item img::before {
		float: left;
		padding-top: 100%;
		content: "";
	}

	.expander .expander-content .expander-item img::after {
		display: block;
		content: "";
		clear: both;
	}
}

.expander .expander-content .expander-item .expander-item-content {
	margin: 15px 0;
	font-size: 0.9em;
}

.expander .expander-content .expander-item .expander-item-content h2,
.expander .expander-content .expander-item .expander-item-content h3,
.expander .expander-content .expander-item .expander-item-content h4,
.expander .expander-content .expander-item .expander-item-content h5 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.expander .expander-content .expander-item .expander-item-content p {
	margin-bottom: 1em;
}

.expander .expander-content .expander-item .expander-item-content a {
	color: #fff;
}

.expander input[type="checkbox"]:checked ~ .expander-content {

	/*margin-top: 0;*/
	max-height: 0;
	transition: 0.3s;
	opacity: 0;

	/*transform: translate(0, 50%);*/
}

.intro {
	padding: 50px 0;
	text-align: center;
}

.intro h1 {
	font-size: 3em;
	padding-bottom: 20px;
	color: #456571;
}

.cooperators {
	padding: 50px 0;
}

.cooperators .cooperator-list {
	margin: 50px 0;
}

.cooperators .cooperator-list .logo-wrap {
	width: 40%;
	aspect-ratio: 7/5;
	border: 2px solid #4f4f4f;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cooperators .cooperator-list .logo-wrap .logo-img {
	object-fit: contain;
	padding: 50px 0;
	max-width: 80%;
	max-height: 80%;
	aspect-ratio: 3/2;
}

@supports not (aspect-ratio: 3/2) {

	.cooperators .cooperator-list .logo-wrap .logo-img::before {
		float: left;
		padding-top: 66.67%;
		content: "";
	}

	.cooperators .cooperator-list .logo-wrap .logo-img::after {
		display: block;
		content: "";
		clear: both;
	}
}

.cooperators .cooperator-list .content {
	width: 60%;
	padding-left: 15px;
}

.cooperators .cooperator-list .content h3 {
	font-size: 1.5em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 15px solid #4f4f4f;
}

.cooperators .cooperator-list .content p {
	font-size: 0.9em;
}

.cooperators .cooperator-list .content a {
	text-decoration: none;
	font-size: 1.25em;
	font-family: "Acumin Pro Condensed", sans-serif;
}

.caption {
	font-size: 1.25em;
	line-height: 1;
}

.caption h1,
.caption h2,
.caption h3,
.caption h4,
.caption h5,
.caption h6 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-transform: none;
	border-bottom: none !important;
}

.caption h1 strong,
.caption h2 strong,
.caption h3 strong,
.caption h4 strong,
.caption h5 strong,
.caption h6 strong {
	font-size: 2em;
}

/*********
Default PAGE
*********/
.page-title {
	margin: 50px 0;
}

.page-title .heading {
	border-bottom: 15px solid #456571;
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.page-title .heading h1 {
	font-size: 2.75em;
}

.page-title .heading .post-date {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 8px;
	min-width: 200px;
	text-align: end;
}

.main-content {
	margin-bottom: 50px;
}

.main-content .triangle {
	top: -25px;
}

.main-content .img-holder {
	max-width: 50%;
	float: left;
	padding-right: 25px;
	padding-bottom: 15px;
}

.cta {
	padding: 50px 0;
	margin-bottom: 50px;
	display: inline-block;
}

.cta h2 {
	font-size: 2em;
}

.links {
	margin-bottom: 50px;
}

.links .downloads {
	padding-left: 20%;
	padding-top: 50px;
}

.links .downloads h2 {
	margin-bottom: 35px;
	font-size: 2em;
}

.links .downloads h3,
.links .downloads h4,
.links .downloads h5,
.links .downloads h6 {
	margin-bottom: 0;
	margin-top: 25px;
	font-size: 1.5em;
}

.links .featured {
	padding: 50px 20% 50px 50px;
}

.links .featured h2 {
	margin-bottom: 15px;
	font-size: 2em;
}

.links .featured .post-title {
	margin-bottom: 15px;
}

.links .featured .post-title a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

/*********
Default POST
(also borrows styles from default page
*********/
.post-content {
	margin-bottom: 50px;
}

.post-content .triangle {
	top: -25px;
}

.post-content .img-holder {
	width: 100%;
	margin-bottom: 30px;
}

.post-content .img-holder img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16/6;
}

@supports not (aspect-ratio: 16/6) {

	.post-content .img-holder img::before {
		float: left;
		padding-top: 37.5%;
		content: "";
	}

	.post-content .img-holder img::after {
		display: block;
		content: "";
		clear: both;
	}
}

.post-content .video-holder {
	width: 100%;
	margin-bottom: 30px;
}

.post-content .video-holder iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {

	.post-content .video-holder iframe::before {
		float: left;
		padding-top: 56.25%;
		content: "";
	}

	.post-content .video-holder iframe::after {
		display: block;
		content: "";
		clear: both;
	}
}

.post-content .podcast-holder {
	margin-bottom: 30px;
}

.post-content .post-meta {
	margin-bottom: 30px;
}

.post-content .post-meta .share {
	align-items: center;
	display: flex;
	flex-direction: row;
	align-self: flex-end;
	gap: 8px;
}

.post-content .post-meta .share h3 {
	font-size: 1.33em;
	color: #aaa;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-right: 15px;
}

.post-content .post-meta .share a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 36px;
	color: #aaa;
	border-radius: 50%;
}

.post-content .post-meta .share a.whatsapp {
	color: #fff;
	background-color: #aaa;
	font-size: 24px;
}

.post-content .post-meta .tags {
	font-family: "Acumin Pro Condensed", sans-serif;
	text-align: end;
	color: #aaa;
	font-size: 1.33em;
	text-transform: uppercase;
}

.post-content .post-meta .tags a {
	color: #aaa;
	text-decoration: none;
	font-weight: 700;
}

.upload {
	margin-top: 25px;
	margin-bottom: 75px;
}

.upload .report-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.upload a.report_pdf {
	text-align: center;
}

/*********
SEARCH PAGE
INFORMATION CENTER
*********/
.search .search-input {
	border: none;
	border-bottom: 1px solid #aaa;
	background: transparent;
	font-family: "Acumin Pro Condensed", sans-serif;
	font-size: 1.75em;
	width: 400px;
	max-width: 80%;
}

.search .search-input:focus {
	border: none;
	border-bottom: 1px solid #000;
	outline: none;
}

.search button.search-submit {
	border: none;
	background: transparent;
	font-size: 2em;
	position: relative;
	left: -40px;
	top: 6px;
	color: #4f4f4f;
	cursor: pointer;
}

.search .tag-checkboxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.search .tag-checkboxes .item {
	flex: 0 0 calc(25% - 43px);
	background: #4f4f4f;
	color: #fff;
	padding: 8px 10px;
	margin-right: 30px;
	margin-top: 30px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: "Acumin Pro Condensed", sans-serif;
}

.search .tag-checkboxes .item.blue {
	background: #456571;
}

.search .tag-checkboxes .item.olive {
	background: #a3a191;
}

.search .tag-checkboxes .item.green {
	background: #6a733a;
}

.search .tag-checkboxes .item.light-gray {
	background: rgb(140, 139, 141);
}

.search .tag-checkboxes .item:last-child,
.search .tag-checkboxes .item:nth-child(4n) {
	margin-right: 0;
}

.search .tag-checkboxes .item .cb {
	position: relative;
	cursor: pointer;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* CUSTOM CHECKBOXES */

	/* Show the checkmark when checked */

	/* Style the checkmark/indicator */
}

.search .tag-checkboxes .item .cb input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.search .tag-checkboxes .item .cb .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: transparent;
	border: 1px solid #fff;
}

.search .tag-checkboxes .item .cb:hover input ~ .checkmark {
	background-color: rgba(255, 255, 255, 0.3);
}

.search .tag-checkboxes .item .cb input:checked ~ .checkmark {
	background-color: rgba(255, 255, 255, 0.1);

	/* Create the checkmark/indicator (hidden when not checked) */
}

.search .tag-checkboxes .item .cb input:checked ~ .checkmark::after {
	content: "";
	position: absolute;
	display: none;
}

.search .tag-checkboxes .item .cb input:checked ~ .checkmark::after {
	display: block;
}

.search .tag-checkboxes .item .cb .checkmark::after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search .tag-checkboxes .item .cb .label {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.nav-links {
	font-family: "Acumin Pro Condensed", sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
}

ul.pagination {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 50px;
	font-family: "Acumin Pro Condensed", sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
}

ul.pagination li {
	margin: 0 10px;
	list-style-type: none;
	list-style-image: none;
}

.latest {
	margin-bottom: 75px;
}

.latest h2 {
	border-bottom: 15px solid #456571;
	text-align: center;
}

.latest h2 .all-tags {
	font-size: 0.8em;
	margin-left: 1em;
}

.latest .button-wrap {
	display: flex;
	justify-content: center;
}

.latest .articles-list {
	margin-bottom: 50px;
}

.latest .articles-list .article img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1;
	margin-bottom: 15px;
}

@supports not (aspect-ratio: 1) {

	.latest .articles-list .article img::before {
		float: left;
		padding-top: 100%;
		content: "";
	}

	.latest .articles-list .article img::after {
		display: block;
		content: "";
		clear: both;
	}
}

.latest .articles-list .article .video-embed {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	margin-bottom: 30px;
}

@supports not (aspect-ratio: 16/9) {

	.latest .articles-list .article .video-embed::before {
		float: left;
		padding-top: 56.25%;
		content: "";
	}

	.latest .articles-list .article .video-embed::after {
		display: block;
		content: "";
		clear: both;
	}
}

.latest .articles-list .article .video-embed iframe {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {

	.latest .articles-list .article .video-embed iframe::before {
		float: left;
		padding-top: 56.25%;
		content: "";
	}

	.latest .articles-list .article .video-embed iframe::after {
		display: block;
		content: "";
		clear: both;
	}
}

.latest .articles-list .article h3 {
	font-size: 1.5em;
	margin-bottom: 0;
}

.latest .articles-list .article p {
	font-size: 0.9em;
}

/*********
MEMBER
*********/
.member {
	border-bottom: 1px solid #dae0e2;
	gap: 50px;
	padding: 50px;
}

.member .img-holder {
	display: flex;
	justify-content: center;
	align-items: start;
	margin-bottom: 15px;
	margin-right: 50px;
}

.member .img-holder a {
	display: block;
}

.member .img-holder a img {
	width: 180px;
	max-height: 180px;
	height: auto;
	object-fit: contain;
}

.member .h4 a {
	text-decoration: none;
}

.single-member .member .img-holder img {
	width: 280px;
}

/*********
FORMS
*********/
.post-password-form input[type="text"],
.post-password-form input[type="password"] {
	display: block;
	border: none;
	border-bottom: 1px solid #4f4f4f;
	color: #4f4f4f;
	font-size: 2em;
	font-family: "Acumin Pro Condensed", sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 5px;
	background-color: #e3e3df;
}

.post-password-form input[type="text"]:focus,
.post-password-form input[type="password"]:focus {
	outline: none;
}

.post-password-form label {
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	font-family: "Acumin Pro Condensed", sans-serif;
	margin-top: 15px;
}

.post-password-form input[type="submit"] {
	font-size: 2em;
	font-family: "Acumin Pro Condensed", sans-serif;
	text-transform: uppercase;
	border: 3px solid #456571;
	background-color: transparent;
	padding: 10px 20px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	color: #456571;
	margin-top: 15px;
}

.post-password-form input[type="submit"]:hover {
	background-color: #456571;
	color: #fff;
}

/*********
MEMBERS ONLY PAGE - AFTER LOGIN
*********/
.portal img.main-img {
	width: 100%;
	aspect-ratio: 16/6;
	object-fit: cover;
}

@supports not (aspect-ratio: 16/6) {

	.portal img.main-img::before {
		float: left;
		padding-top: 37.75%;
		content: "";
	}

	.portal img.main-img::after {
		display: block;
		content: "";
		clear: both;
	}
}

.expands a {
	cursor: pointer;
}

.expands .dropdown-item {
	transition: max-height 0.5s ease-out;
	height: auto;
	max-height: 1000px;
}

/*********
COLOURS
*********/
.bg-olive {
	background-color: #a3a191;
}

.bg-green {
	background-color: #6a733a;
}

.bg-blue {
	background-color: #456571;
}

.bg-blue a,
.bg-blue a:link,
.bg-blue a:-webkit-any-link,
.bg-blue a:visited,
.bg-blue a:focus,
.bg-blue a:active {
	color: #fff !important;
	text-decoration: none;
}

.bg-blue a:hover,
.bg-blue a:link:hover,
.bg-blue a:-webkit-any-link:hover,
.bg-blue a:visited:hover,
.bg-blue a:focus:hover,
.bg-blue a:active:hover {
	text-decoration: underline;
}

.bg-lightgray {
	background-color: #f2f2f2;
}

.bg-gray {
	background-color: rgb(140, 139, 141);
}

.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6,
.blue a,
.blue .caption {
	color: #456571;
}

.blue h2 {
	border-bottom: 15px solid #456571;
}

.blue a:hover {
	text-decoration: underline;
	text-decoration-color: #456571;
}

.text-blue {
	color: #456571;
}

.text-white {
	color: #fff;
}

.green h2,
.green h3,
.green h4,
.green h5,
.green h6,
.green a,
.green .caption {
	color: #6a733a;
}

.green h2 {
	border-bottom: 15px solid #6a733a;
}

.green a:hover {
	text-decoration: underline;
	text-decoration-color: #6a733a;
}

.olive h2,
.olive h3,
.olive h4,
.olive h5,
.olive h6,
.olive a,
.olive .caption {
	color: #a3a191;
}

.olive h2 {
	border-bottom: 15px solid #a3a191;
}

.olive a:hover {
	text-decoration: underline;
	text-decoration-color: #a3a191;
}

.gray h2,
.gray h3,
.gray h4,
.gray h5,
.gray h6,
.gray a,
.gray .caption {
	color: #4f4f4f;
}

.gray h2 {
	border-bottom: 15px solid #4f4f4f;
}

.gray a:hover {
	text-decoration: underline;
	text-decoration-color: #4f4f4f;
}

.light-gray h2,
.light-gray h3,
.light-gray h4,
.light-gray h5,
.light-gray h6,
.light-gray a,
.light-gray .caption {
	color: rgb(140, 139, 141);
}

.light-gray h2 {
	border-bottom: 15px solid rgb(140, 139, 141);
}

.light-gray a:hover {
	text-decoration: underline;
	text-decoration-color: rgb(140, 139, 141);
}

/*********
TRIANGLES
*********/
.triangle {
	content: "";
	position: absolute;
	top: -100px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 999;
	border-top: 0 solid transparent;
	border-bottom: 600px solid transparent;
}

.triangle.olive {
	border-left: 345px solid #a3a191;
}

.triangle.green {
	border-left: 345px solid #6a733a;
}

.triangle.blue {
	border-left: 345px solid #456571;
}

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

	.triangle {
		border-bottom: 300px solid transparent;
		border-left-width: 200px !important;
	}
}

/*********
BUTTONS
*********/
.button {
	padding: 0 10px;
}

.button a {
	color: #456571;
	padding: 10px 15px;
	background-color: #fff;
	text-decoration: initial;
	display: block;
	font-size: 1.125em;
}

.button a:hover {
	background-color: #456571;
	color: #fff;
}

.posts-navigation {
	width: 100%;
}

.posts-navigation .nav-links {
	display: flex;
	justify-content: space-between;
}

.posts-navigation a,
.btn-outline {
	display: inline-block;
	color: #456571;
	background-color: transparent;
	border: 2px solid #456571;
	text-transform: uppercase;
	font-size: 1.5em !important;
	padding: 4px 16px;
	font-family: "Acumin Pro Condensed", sans-serif;
	text-decoration: none !important;
}

.posts-navigation a:hover,
.btn-outline:hover {
	color: #fff !important;
	background-color: #456571 !important;
	text-decoration: none !important;
}

.posts-navigation a.btn-white,
.btn-outline.btn-white {
	color: #e3e3df;
	border: 2px solid #e3e3df;
}

.no-results {
	padding: 50px;
	text-align: center;
}

.no-results h3 {
	font-size: 3em;
}

.no-image {
	background-color: #456571;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	opacity: 0.1;
	aspect-ratio: 1;
}

@supports not (aspect-ratio: 1) {

	.no-image::before {
		float: left;
		padding-top: 100%;
		content: "";
	}

	.no-image::after {
		display: block;
		content: "";
		clear: both;
	}
}

/*********
WYSIWYG
*********/
.content a,
.content a:link,
.content a:-webkit-any-link,
.content a:visited,
.content a:focus,
.content a:active,
.wordpress-post-content a,
.wordpress-post-content a:link,
.wordpress-post-content a:-webkit-any-link,
.wordpress-post-content a:visited,
.wordpress-post-content a:focus,
.wordpress-post-content a:active {
	color: #456571;
	text-decoration: underline;
	text-decoration-color: #456571;
}

.content a:hover,
.content a:link:hover,
.content a:-webkit-any-link:hover,
.content a:visited:hover,
.content a:focus:hover,
.content a:active:hover,
.wordpress-post-content a:hover,
.wordpress-post-content a:link:hover,
.wordpress-post-content a:-webkit-any-link:hover,
.wordpress-post-content a:visited:hover,
.wordpress-post-content a:focus:hover,
.wordpress-post-content a:active:hover {
	text-decoration: underline;
}

.content img,
.content figure,
.wordpress-post-content img,
.wordpress-post-content figure {
	padding-top: 1em;
	padding-bottom: 1em;
}

.content img.aligncenter,
.content figure.aligncenter,
.wordpress-post-content img.aligncenter,
.wordpress-post-content figure.aligncenter {
	margin: 0 auto;
	width: auto;
	clear: both;
}

.content img.alignleft,
.content figure.alignleft,
.wordpress-post-content img.alignleft,
.wordpress-post-content figure.alignleft {
	margin: 0 0 0 -50px;
	padding-right: 1em;
	float: left;
	clear: both;
}

.content img.alignright,
.content figure.alignright,
.wordpress-post-content img.alignright,
.wordpress-post-content figure.alignright {
	margin: 0 -50px 0 0;
	padding-left: 1em;
	float: right;
	clear: both;
}

.content img figcaption,
.content figure figcaption,
.wordpress-post-content img figcaption,
.wordpress-post-content figure figcaption {
	font-size: 1em;
	text-align: left;
	margin: 0 1em 1em;
	color: #456571;
	font-family: "Acumin Pro Condensed", sans-serif;
}

/*********
CSS UTILITIES
*********/
.clear {
	clear: both;
}

.hidden {
	display: none;
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.grid {
	display: grid;
}

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

.grid-cols-3 {
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.grid-cols-3.gap-0 {
	gap: 0;
}

.grid-cols-4 {
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.grid-cols-4.gap-0 {
	gap: 0;
}

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

.relative {
	position: relative;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-2 {
	margin-bottom: 0.75rem;
}

.mb-4 {
	margin-bottom: 1.5rem;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mt-150 {
	margin-top: 150px;
}

.pb-0 {
	padding-bottom: 0;
}

.pt-0 {
	padding-top: 0;
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

img.img-wide {
	aspect-ratio: 16/9 !important;
}

@supports not (aspect-ratio: 16/9) {

	img.img-wide::before {
		padding-top: 56.25% !important;
	}
}

/*********
Mobile menu
*********/
.mobile-menu-container {
	display: none;
}

#mobile-burger {
	width: 40px;
	height: 36px;
	position: relative;
	margin: 0 0 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	z-index: 999;
}

#mobile-burger span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#mobile-burger span:nth-child(1) {
	top: 0;
}

#mobile-burger span:nth-child(2),
#mobile-burger span:nth-child(3) {
	top: 15px;
}

#mobile-burger span:nth-child(4) {
	top: 30px;
}

#mobile-burger.open {
	position: fixed;
	top: 30px;
	right: 4%;
}

#mobile-burger.open span:nth-child(1) {
	top: 15px;
	width: 0%;
	left: 50%;
}

#mobile-burger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobile-burger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mobile-burger.open span:nth-child(4) {
	top: 15px;
	width: 0%;
	left: 50%;
}

#mobile-menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #456571;
	transition: 0.3s ease all;
	z-index: 998;
	font-family: "Acumin Pro Condensed", sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
}

#mobile-menu * {
	color: #fff;
}

#mobile-menu.open {
	left: 0;
}

#mobile-menu ul {
	padding: 70px 45px 30px;
}

#mobile-menu ul li {
	list-style-type: initial;
	display: block;
	padding-bottom: 35px;
	text-align: center;
}

#mobile-menu ul li a {
	font-size: 1.25em;
	display: block;
	text-decoration: initial;
}

#mobile-menu .mob-menu-extra {
	width: 80%;
	margin: 0 auto;
}

#mobile-menu .mob-menu-extra .searchform {
	max-width: 300px;
	width: 90%;
	margin: 0 auto;
}

#mobile-menu .mob-menu-extra .searchform input[type="text"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	background-color: transparent;
}

#mobile-menu .mob-menu-extra .searchform input[type="text"]::placeholder {
	color: #fff;
}

#mobile-menu .mob-menu-extra .button {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#mobile-menu .mob-menu-extra .button a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #456571;
	font-size: 1.25em;
	padding: 10px 0;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-top: 10px;
}

#mobile-menu .mob-menu-extra .button a:hover {
	background-color: #dae0e2;
}

/*********
Exit Popup
*********/
.visible-banner {
	display: block !important;
}

.popupnews-bg {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

.popupnews {
	position: absolute;
	background-color: #456571;
	left: 0;
	right: 0;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
	text-align: center;
	color: #f2f2f2;
	border-radius: 10px;
}

.popupnews button {
	position: absolute;
	top: 20px;
	right: 20px;
	background: 0 0;
	color: #fff;
	border: none;
	font-size: 48px;
	cursor: pointer;
	z-index: 900;
}

.popupnews .popup-content {
	padding: 40px 15%;
}

.popupnews a.btn-filled-white {
	background-color: #f2f2f2;
	color: #456571 !important;
	font-size: 24px;
	font-weight: 700;
	border-radius: 6px;
	opacity: 0.95;
	padding: 12px 18px;
	margin-top: 24px;
	display: inline-block;
	text-decoration: none;
}

.popupnews a.btn-filled-white:hover {
	opacity: 1;
}

.popupnews .title {
	font-size: 32px;
	margin-bottom: 24px;
}

.popupnews p {
	font-size: 18px;
}

/*********
MEDIA QUERIES
*********/
@media screen and (max-width: 1440px) {

	header,
	footer {
		gap: 0;
	}

	header .logo-container .img-holder,
	footer .logo-container .img-holder {
		max-width: 200px;
	}

	header .logo-container::after,
	footer .logo-container::after {
		border-bottom: 180px solid transparent;
		border-left: 100px solid #456571;
	}

	h4 {
		font-size: 1.45em;
	}

	footer .menu-container .menu-holder ul li a,
	header .menu-container .menu-holder ul li a {
		font-size: 1.1em;
	}

	.general-content .sub-image-top {
		margin-top: -26% !important;
	}

	.general-content .eightyPercent .image-half .img-half-content {
		padding: 35px 50px 35px 15px;
	}

	.event-register::before {
		border-left: 125px solid #a3a191;
	}

	.event-register::after {
		border-right: 125px solid #6a733a;
	}

	.event-register .event-register-content {
		padding: 0 5%;
	}

	.facts-and-figures .eightyPercent .faf h5 {
		font-size: 5em;
	}

	.services .eightyPercent.services-content h3 {
		font-size: 2em;
	}
}

@media screen and (min-width: 1200px) {

	footer .menu-container .logo-container .image-holder img,
	header .menu-container .logo-container .image-holder img {
		height: 150px;
	}

	footer .menu-container .search-bar,
	footer .menu-container .socials,
	header .menu-container .search-bar,
	header .menu-container .socials {
		display: flex;
	}

	footer .menu-container .menu-holder ul li a,
	header .menu-container .menu-holder ul li a {
		font-size: 1.1em;
	}
}

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

	footer .logo-container {
		padding: 15px 12px 15px 4%;
	}

	footer .logo-container .img-holder img {
		height: 80px;
	}

	h4 {
		font-size: 1.25em;
	}

	.key-areas .eightyPercent.numbers::after {
		display: none;
	}

	.key-areas .eightyPercent.numbers::before {
		display: none;
	}

	header .logo-container {
		padding: 15px 12px 15px 4%;
	}

	header .logo-container .img-holder img {
		height: 80px;
	}

	header .mobile-menu-container {
		display: block;
		padding-top: 30px;
	}

	header .menu-holder {
		display: none;
	}

	header .menu-container .search-bar,
	header .menu-container .socials {
		display: none;
	}

	.general-content.top::before {
		bottom: 20%;
	}

	.general-content::before {
		bottom: 20%;
	}

	.general-content .sub-image-top {
		margin-top: -30% !important;
	}

	.general-content .sub-image-bottom {
		bottom: 0;
		width: 75%;
		display: none;
	}

	footer .menu-container .menu-holder {
		margin-top: 30px;
		flex-direction: column;
		justify-content: end;
	}

	footer .menu-container .socials {
		margin-top: 0;
	}
}

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

	.mobile-gutter {
		padding: 0 15px;
	}

	header .logo-container .img-holder,
	footer .logo-container .img-holder {
		margin: 0 auto;
	}

	header .logo-container::after,
	footer .logo-container::after {
		display: none;
	}

	footer .menu-container {
		justify-content: space-evenly;
		text-align: center;
	}

	.general-content .eightyPercent {
		flex-direction: column;
	}

	.general-content .eightyPercent .image-half.left .img-holder {
		padding-right: initial;
	}

	.general-content .eightyPercent .image-half .img-half-content {
		padding: 35px 50px 35px 15px;
	}

	.general-content .eightyPercent .content-half {
		padding: 0;
	}

	.general-content.top::after,
	.general-content.top::before,
	.general-content.bottom::after,
	.general-content.bottom::before {
		display: none;
	}

	.general-content .sub-image-top,
	.general-content::before,
	.general-content .sub-image-bottom {
		display: none;
	}

	.support .support-content {
		flex-direction: column;
	}

	.facts-and-figures .eightyPercent {
		flex-direction: column;
	}

	.services .eightyPercent {
		flex-direction: column;
	}

	.mobile-gutter {
		padding: 0;
	}

	.key-areas .eightyPercent {
		flex-direction: column;
	}

	.event-register::before,
	.event-register::after {
		display: none;
	}
}

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

	body {
		font-size: 0.75em;
	}

	.general-content {
		margin-bottom: 50px;
	}

	.programme-intro {
		padding: 15px 0;
	}

	.grid-cols-2,
	.grid-cols-3,
	.grid-cols-4 {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.tag-checkboxes {
		flex-direction: column;
		width: 100%;
	}

	.tag-checkboxes .item {
		width: 80%;
		margin-top: 15px !important;
		padding: 8px 10px 12px !important;
	}

	.member {
		padding: 15px 0;
	}

	.member .flex {
		flex-direction: column;
	}

	.member .flex .member-info {
		width: 100%;
		margin-bottom: 15px;
	}

	.pillars .pillars-wrap {
		flex-direction: column;
	}

	.pillars .pillars-wrap .pillar::after {
		display: none;
	}

	.general-content.offset-bg-right::after,
	.general-content.offset-bg-left::after {
		display: none;
	}

	.triangle {
		opacity: 0.25;
		z-index: -999;
	}

	footer .menu-container .menu-holder ul {
		display: flex;
		flex-direction: column;
		justify-content: end;
		align-items: end;
		margin-bottom: 24px;
		margin-top: 0;
	}

	footer .menu-container .menu-holder ul li {
		padding: 0 0 5px;
	}

	footer .menu-container .menu-holder ul li:last-child {
		padding: inherit;
	}

	footer .menu-container .menu-holder ul li::after {
		background-color: transparent;
	}

	footer .menu-container .socials a {
		font-size: 32px;
		width: 32px;
		height: 32px;
	}
}

.page-template-findoutmore .general-content {
	margin-bottom: 50px;
}

.page-template-findoutmore .column p {
	color: #3a768f;
}

.page-template-findoutmore .intro.contact.blue {
	padding-top: 0;
}

.post-content .theme-gallery {
	position: relative;
	padding: 45px 0;
}

.post-content .theme-gallery .gallery-item {
	max-width: calc(25% - 30px);
	float: left;
	padding: 0 15px;
}

.post-content .theme-gallery .gallery-item .img-holder {
	position: relative;
}

.post-content .theme-gallery .gallery-item .img-holder::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(69, 101, 113, 0);
	transition: 0.3s ease all;
}

.post-content .theme-gallery .gallery-item .img-holder::before {
	content: "+";
	color: #456571;
	background-color: #fff;
	font-size: 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0;
	transition: 0.3s ease all;
	padding: 0 13px;
}

.post-content .theme-gallery .gallery-item .img-holder:hover::after {
	background-color: rgba(69, 101, 113, 0.75);
}

.post-content .theme-gallery .gallery-item .img-holder:hover::before {
	opacity: 1;
}

.post-content .theme-gallery .gallery-item .img-holder img {
	width: 100%;
	padding: 0;
	height: auto;
	object-fit: initial;
	aspect-ratio: initial;
}

.post-content .theme-gallery .gallery-item .img-holder:hover::after {
	background-color: rgba(69, 101, 113, 0.75);
}

.post-content .theme-gallery .gallery-item a {
	text-decoration: initial;
}


.survey-info-center-link {
	margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
	.survey-info-center-link {
		padding: 0;
	}
}
.survey-info-center-link .survey-info-link-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 48px 8%;
	border-radius: 29px;
	font-size: 1.32rem;
	height: max-content;
	background-color: #456571;
	color: white;
}
.survey-info-center-link .survey-info-link-container a {
	font-size: 1.65rem;
	font-family: "Acumin Pro Condensed", sans-serif;
	font-weight: bold;
	color: #4f4f4f;
	background-color: white;
	padding: 16px 40px;
	text-decoration: none;
	border-radius: 0.9rem;
	margin-top: 28px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.18);
}
.survey-info-center-link .survey-info-link-container a:hover {
	color: white;
	background-color: #4f4f4f;
}
.survey-info-center-link .survey-info-link-container h1, .survey-info-center-link .survey-info-link-container h2, .survey-info-center-link .survey-info-link-container h3, .survey-info-center-link .survey-info-link-container h4, .survey-info-center-link .survey-info-link-container h5, .survey-info-center-link .survey-info-link-container h6 {
	text-transform: none;
}

.socials-hover-class {
	width: 0.96em;
	height: 0.96em;
	filter: brightness(1);
	transition: filter 0.3s ease;
}
.socials-hover-class:hover {
	filter: brightness(0.87);
}
@media (min-width: 768px) {
	header .menu-container .socials a,footer .menu-container .socials a {
		width: .8em;
		height: .8em;
	}
	.socials .socials-hover-class {
		height: 96%;
		width: 96%;
	}
}
