.wall {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-right: 24px;
	margin-left: 24px;
	color: #fff;
}
.wall .btn {
	padding: 8px 16px;
	height: 35px;
	display: inline-block;
	margin-top: 20px;
}
.wall__item {
	min-height: calc(calc(50vw - 36px) * 0.8);
	display: flex;
	flex-direction: column;
}
.wall__item--h-centre {
	background-size: contain;
}
.wall__item-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.wall__item--h-left {
	align-items: flex-start;
}
.wall__item--h-centre {
	align-items: center;
}
.wall__item--h-right {
	align-items: flex-end;
}

.wall__item--v-top {
	justify-content: flex-start;
}
.wall__item--v-middle {
	justify-content: center;
}
.wall__item--v-bottom {
	justify-content: flex-end;
}

.wall__item--h-centre .wall-image__content {
	margin-left: 10%;
	margin-right: 10%;
	position: relative;
	height: 100%;
	width: 80%;
}
.wall__item--portrait .wall-image__content {
	margin-right: auto;
	margin-left: auto;
	max-height: 728px;
	width: auto;
}
.wall-image__content {
	position: relative;
}
.wall-image__pre-heading {
	font-family: "Gotham A", "Gotham B";
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
}
.wall-image__underline {
	display: inline-block;
	padding-bottom: 1px;
	border-bottom: 1px solid #fff;
}
.wall-image__heading {
	font-size: 24px;
	line-height: 117%;
	font-family: "Gotham A", "Gotham B";
	font-weight: 700;
	text-transform: uppercase;
	max-width: 22ch;
	margin-top: 7px;
}
.wall-image__img {
	display: block;
	width: 100%;
}
.wall-image__pre-heading,
.wall-image__heading {
	position: relative;
	z-index: 2;
}
.wall-image__text {
	padding: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.wall-image__text--has-background {
	width: 100%;
	color: #fff !important;
}
.wall-image__text-content {
	position: relative;
}
.wall-image__text--has-background .wall-image__text-content:before {
	content: "";
	mix-blend-mode: multiply;
	position: absolute;
	top: -24px;
	right: -24px;
	bottom: -24px;
	left: -24px;
}
.wall--blue .wall-image__text--has-background .wall-image__text-content:before {
	background-color: rgb(0,116,122);
}
.wall--green .wall-image__text--has-background .wall-image__text-content:before {
	background-color: rgb(91,143,34);
}
.wall--olive .wall-image__text--has-background .wall-image__text-content:before {
	background-color: rgb(136,123,27);
}
.wall--orange .wall-image__text--has-background .wall-image__text-content:before {
	background-color: rgb(221,72,20);
}
.wall--purple .wall-image__text--has-background .wall-image__text-content:before {
	background-color: rgb(145,0,75);
}

.wall-quote__content {
	width: 80%;
	padding: 24px;
}
.wall-quote__quote {
	font-size: 36px;
	line-height: 111%;
	font-family: "ATF Alternate Gothic Bd";
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.wall-quote__attribution {
	font-size: 24px;
	line-height: 117%;
	font-family: "Gotham A", "Gotham B";
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
}

.wall-video__poster {
	width: 100%;
}

.wall-text__content {
	width: 70%;
	padding: 24px;
}
.wall-text__heading,
.wall-text__sub-heading {
	font-size: 24px;
	line-height: 117%;
	font-family: "Gotham A", "Gotham B";
	font-weight: 700;
	text-transform: uppercase;
}
.wall-text__sub-heading {
	font-weight: 400;
}
.wall-text__text {
	margin-top: 10px;
	font-size: 17px;
	line-height: 130%;
}

.wall-cta__content {
	padding: 24px;
	text-align: left;
}
.wall-cta__text {
	font-size: 60px;
	line-height: 107%;
	font-family: "ATF Alternate Gothic Bk";
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.wall-cta__text p {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.wall-cta__text strong {
	font-family: "ATF Alternate Gothic Bd";
	font-weight: normal;
}

.wall--orange {
	background-color: rgb(221,72,20);
}
.wall--green {
	background-color: rgb(91,143,34);
}
.wall--purple {
	background-color: rgb(145,0,75);
}
.wall--blue {
	background-color: rgb(0,116,122);
}
.wall--olive {
	background-color: rgb(136,123,27);
}
[class*="wall--"] {
	padding-top: 24px;
	padding-bottom: 24px;
}
.wall-module + .newsletter-module {
	margin-top: 0;
}


.article-header {
	font-size: 24px;
	font-family: "Gotham A", "Gotham B";
	font-weight: 700;
	text-transform: uppercase;
}
.section-header h2 {
	font-size: 24px;
	font-family: "Gotham A", "Gotham B";
	font-weight: 700;
	text-transform: uppercase;
}
.section-header p {
	font-size: 19px;
}
.four-text-columns-module h4 {
	font-weight: 700;
}
.tags {
	font-size: 0;
}
.tag {
	text-transform: uppercase;
	font-size: 12px;
}
.tag + .tag {
	margin-left: 0;
}
.simpleParallax {
	height: 100%;
}
.carousel-slide-coloured-strip__title-graphic-container {
	padding: 24px 0;
}

.newsletter-module {
	background: rgb(136,123,27);
	color: #fff;
}
.newsletter-module * {
	color: #fff !important;
}
.newsletter .image-icon img {
	filter: brightness(100);
}
.support h2 {
	font-size: 24px;
	font-family: "Gotham A", "Gotham B";
	font-weight: 700;
	text-transform: uppercase;
}
.newsletter .inner-container {
	width: 1176px;
}
.newsletter p {
	font-size: 19px;
}

.newsletter__heading--has-graphic:before {
	display: none;
}

.network-module h2 {
	color: rgb(136,123,27);
}

.campaign-card__title, .campaign-card__subtitle {
	font-size: 24px;
	font-family: "Gotham A", "Gotham B";
	font-weight: 700;
	text-transform: uppercase;
	line-height: 117%;
}
.campaign-card__subtitle {
	font-weight: 400;
}
.contact-module strong {
	font-size: 11px;
	font-variant: normal; 
	text-transform: uppercase;
}

.article-intro-text {
	color: rgb(95,87,79);
}

.card-shop-meta, .card-shop-meta strong {
	font-size: 13px;
	font-family: 'Gotham A', 'Gotham B';
	text-transform: uppercase;
	font-weight: 500;
}
.newsletter__heading-graphic {
	margin-top: 40px;
}

.carousel-article .flickity-prev-next-button,
.carousel-article .flickity-prev-next-button:hover {
	background: #00aed7;
}

@media screen and (max-width: 1192px) {
	.wall-text__content, .wall-quote__content {
		width: 100%;
	}
}


@media screen and (max-width: 976px) {
	.wall {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-right: 12px;
		margin-left: 12px;
	}
	.wall__item {
		min-height: 0;
	}
	.wall__item--h-centre .wall-image__content {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.wall-text__content,
	.wall-quote__content {
		padding: 12px 0;
		padding: 12px 0;
	}
	.newsletter .inner-container {
		width: 100%;
	}
}


@media screen and (max-width: 736px) {

}

@media screen and (max-width: 656px) {
	.wall-cta__text {
		font-size: 50px;
	}
	.wall-quote__quote {
		font-size: 30px;
	}
	.wall-quote__attribution {
		font-size: 22px;
	}
}


@media screen and (max-width: 580px) {
	.wall-cta__text {
		font-size: 40px;
	}
	.wall-quote__quote {
		font-size: 26px;
	}
	.wall-quote__attribution {
		font-size: 18px;
	}
}


@media screen and (max-width: 480px) {

}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
