@font-face {
    font-family: 'Calibre';
    src: url('fonts/Calibre-Medium.woff2') format('woff2'),
        url('fonts/Calibre-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('fonts/Calibre-Semibold.woff2') format('woff2'),
        url('fonts/Calibre-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('fonts/Calibre-Bold.woff2') format('woff2'),
        url('fonts/Calibre-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('fonts/Calibre-Regular.woff2') format('woff2'),
        url('fonts/Calibre-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
	box-sizing: border-box;
	font-family: 'Calibre', sans-serif;
	font-style: normal;
}
:root {
	/* Sized, paddings, margins */
	--content-width: 1880px;
	--pad-in-1: 50px;
	--pad-in-2: 100px;
	--pad-bl-1: 10px;
	--pad-bl-header: 85px;
	--pad-bl-general-header: 45px;
	--pagetitle-fullwidth-min-height: 350px;
	--pagetitle-contentwidth-min-height: 580px;
	--pagetitle-toplevel-min-height: 420px;


	/* primary colours */
	--clr-calm: hsl(181 47.6% 59.6%); /* 103 | 200 | 201 */
	--clr-calm-light: hsl(181 42.3% 79.6%); /* 181 | 225 | 225 */
	--clr-thrive: hsl(237 47.1% 33.3%); /* 45 | 49 | 125 */
	--clr-soft-grey: hsl(0 4.3% 95.5%); /* 244 | 243 | 243 */
	--clr-onyx: #1a1a1a; /* 26 | 26 | 26 */
	/* secondary colours */
	--clr-fire: hsl(31 93% 55.1%); /* 247 | 143 | 34 */
	--clr-social: hsl(235 29.3% 61.2%); /* 127 | 132 | 185 */
	--clr-compassion: hsl(327 81.7% 47.3%); /* 219 | 22 | 129 */
	--clr-vocational: hsl(196 62.7% 56.9%); /* 9 | 99 | 11 | 0 */
	/* other colours */
	--clr-middle-grey: #cccccc;
	--clr-grey: hsl(340 1.3% 44.5%); /* 115 | 112 | 113 */
	--clr-white: hsl(0 0% 100%);
	

}
body {
	margin: 0;
	padding: 0;
	font-weight: normal;
/*	overflow-x: hidden;*/
}
em {
    font-style: italic;
}
a {
	color: var(--clr-thrive);
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	transition: all 0.3s;
}
a:hover {
	color: var(--clr-social);
}
h1 {
	font-size: 5rem;
	line-height: 1;
	font-weight: 600;
	color: var(--clr-thrive);
}
h2 {
	font-size: 3rem;
	line-height: 1;
	font-weight: 600;
	color: var(--clr-thrive);
}
h3 {
	font-size: 1.75rem;
	line-height: 1;
	font-weight: 600;
	color: var(--clr-thrive);
}
h4 {
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 600;
	color: var(--clr-thrive);
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child {
	margin-top: 1rem;
}
p, li {
	font-size: 1.375rem;
	line-height: 1.4;
}
p {
	margin-block: 1em;
}
td {
	font-size: 1.375rem;
	line-height: 1.4;
	font-family: 'Calibre', sans-serif;
	font-style: normal;
}
label {
	font-size: 1.375rem;
	line-height: 1.4;
	font-family: 'Calibre', sans-serif;
	font-style: normal;
}
ul {
	font-size: 1.375rem;
	line-height: 1.4;
	margin-block: 1em;
}
img {
	max-width: 100%;
	height: auto;
}
.block {
	width: 100%;
}

.block::after {
	content: '';
	clear: both;
	display: block;
}
.container {
	max-width: var(--content-width);
	margin: auto;
	padding-inline: var(--pad-in-2);
}
main .container {
	padding-inline: var(--pad-in-2);
}
form {
	width: 320px;
	max-width: 100%;
}
.error {
	color: red;
	font-size: 1.375rem;
}
.formfield {
	width: 100%;
	margin-block: 1rem;
}
.formfield label {
	display: block;
	font-weight: 600;
}
.formfield .info {
	display: block;
	font-size: 1rem;
}
.formfield * {
	width: 100%;
	font-size: 1.375rem;
}
.formfield textarea {
	height: 120px;
}
.formfield input,
.formfield textarea {
	font-size: 1.375rem;
	padding: 3px 10px;
	border-radius: 5px;
	border: 1px solid var(--clr-grey);
}
.smalltext {
	font-size: 1.1rem;
}
.svg-icon-hearth {
	fill: none;
	stroke-width: 40;
}
.pagetitle-block {
	position: relative;
	background-color: var(--clr-calm-light);
	isolation: isolate;
	overflow: hidden;
}
.pagetitle-block.pagetitle-contentwidth {
	background-color: transparent;
	margin-bottom: 30px;
}
.pagetitle-block.pagetitle-contentwidth .container {
	position: relative;
	background-color: var(--clr-calm-light);
	isolation: isolate;
}
.pagetitle-block .container {
	--pagetitle-pad-in: var(--pad-in-2);
	padding-inline: var(--pagetitle-pad-in);
	padding-block: var(--pad-bl-header);
	min-height: var(--pagetitle-fullwidth-min-height);
	font-size: 0;
}
.pagetitle-block.pagetitle-fullwidth .container {
	min-height: var(--pagetitle-fullwidth-min-height);
}
.pagetitle-block.pagetitle-contentwidth .container {
	min-height: var(--pagetitle-contentwidth-min-height);
}
.pagetitle-block.pagetitle-contentwidth.pagetitle-top-level .container {
  	min-height: var(--pagetitle-toplevel-min-height);
  	padding-block: calc(var(--pad-bl-general-header) + 20px) var(--pad-bl-general-header);
}
.pagetitle-block.pagetitle-sub-level .container {
	padding-block: calc(var(--pad-bl-general-header) + 20px) var(--pad-bl-general-header);
}
.main-searchable-panels {
  --pagetitle-fullwidth-min-height: 490px;
}
.pagetitle-block .sah-icon {
	width: 93px;
	margin-block: 0 40px;
	color: var(--clr-white);
}
.pagetitle-block .pagetitle {
	position: relative;
	color: var(--clr-thrive);
	margin-block: 100px 0px;
	z-index: 1;
}
.pagetitle-block .longtitle {
	position: relative;
	z-index: 1;
	color: var(--clr-compassion);
	font-size: 2rem;
	font-weight: 600;
	max-width: 600px;
	margin-block: 0;
}
.pagetitle-block .sah-icon + .pagetitle {
	margin-top: 0px;
}
.pagetitle-block .pagetitle-background {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	top: 0;
	left: 0;
}
.pagetitle-block .pagetitle-icon {
	position: absolute;
	max-width: min(30%, 150px);
	max-height: min(100%, 150px);
	inset: auto calc(50% - (min(100vw, var(--content-width)) / 2) + var(--pagetitle-pad-in)) 0 auto;
	max-height: 100%;
}
.pagetitle-block .pagetitle-icon.pagetitle-icon-bottom {
	right: calc(50% - (min(100vw, var(--content-width)) / 2) + var(--pagetitle-pad-in));
}
.pagetitle-block .pagetitle-icon.pagetitle-icon-center {
	max-width: min(30%, 150px);
	max-height: min(calc(100% - 80px), 150px);
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}
.pagetitle-block.pagetitle-contentwidth .pagetitle-icon {
	max-width: 50%;
	max-height: 100%;
}
.pagetitle-block.pagetitle-contentwidth .pagetitle-icon.pagetitle-icon-center {
	max-width: min(30%, 300px);
	max-height: min(calc(100% - 80px), 300px);
}
.pagetitle-block.pagetitle-contentwidth+ .breadcrumbs-block {
	margin-top: -30px;
}
.pagetitle-block.pagetitle-sub-level .sah-icon {
	margin-block: 0 10px;
}
.pagetitle-block.pagetitle-sub-level .sah-toplevel-title {
	margin-block: 0;
	font-size: 4rem;
	font-weight: 600;
	color: var(--clr-white);
}
.pagetitle-block.pagetitle-sub-level .pagetitle {
	margin-top: 0px;
}
.breadcrumbs-block .container {
	padding-block: 20px;
	text-align: right;
}
.breadcrumbs {
	padding: 0;
	margin-block: 0;
	margin-inline: -10px;
	font-size: 0;
}
.breadcrumbs li {
	list-style: none;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 500;
	color: var(--clr-calm);
}
.breadcrumbs li + li::before {
	content: '/';
}
.breadcrumbs a {
	padding-inline: 10px;
	transition: all 0.3s;
}
.breadcrumbs a:hover {
	color: var(--clr-thrive);
}
.btn {
	border: none;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding-inline: 22px;
	padding-block: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
}
.btn-light {
	background-color: var(--clr-calm);
	color: var(--clr-white);
}
.btn-light:hover {
	background-color: var(--clr-social);
	color: var(--clr-white);
}
.btn-dark {
	background-color: var(--clr-thrive);
	color: var(--clr-white);
}
.btn-dark:hover {
	background-color: var(--clr-social);
	color: var(--clr-white);
}
.btn-transparent-dark {
	background-color: transparent;
	border: 1px solid var(--clr-thrive);
	color: var(--clr-thrive);
}
.btn-transparent-dark:hover {
	background-color: var(--clr-thrive);
	color: var(--clr-white);
}
.btn-white {
	background-color: var(--clr-white);
	color: var(--clr-thrive);
}
.btn-white:hover {
	background-color: var(--clr-soft-grey);
	color: var(--clr-thrive);
}
.btn-transparent-white {
	background-color: transparent;
	border: 1px solid var(--clr-white);
	color: var(--clr-white);
}
.btn-transparent-white:hover {
	background-color: var(--clr-white);
	color: var(--clr-thrive);
}
.btn-compassion {
	background-color: var(--clr-compassion);
	color: var(--clr-white);
}
.btn-compassion:hover {
	background-color: var(--clr-vocational);
	color: var(--clr-white);
}
.btn-transparent-compassion {
	background-color: transparent;
	border: 1px solid var(--clr-compassion);
	color: var(--clr-compassion);
}
.btn-transparent-compassion:hover {
	background-color: var(--clr-compassion);
	color: var(--clr-white);
}
.btn-dark .svg-icon-hearth {
	width: 37px;
	height: auto;
	vertical-align: bottom;
	margin-left: 25px;
}
.btn-dark .svg-icon-hearth .hearth-bg {
	stroke: var(--clr-calm);
	stroke-dasharray: 666 224;
	stroke-dashoffset: -224;
}
.btn-dark .svg-icon-hearth .hearth-front {
	stroke:#fff;
	stroke-dasharray: 224 666;
	stroke-dashoffset: 0;
}
.btn-dark:hover .svg-icon-hearth .hearth-bg {
	stroke: var(--clr-thrive);
	animation: hearth-icon-anim-bg 800ms ease;
}
.btn-dark:hover .svg-icon-hearth .hearth-front {
	animation: hearth-icon-anim-front 800ms ease;
}
.btn-arrow {
	position: relative;
	font-size: 1.7rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	padding-inline: 22px 30px;
}
.btn-arrow::after {
	content: '\f054';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: relative;
	left: 0;
	transition: all 0.3s ease;
	margin-left: 5px;
	font-size: 75%;
}
.btn-arrow:hover::after {
	left: 8px;
}
.btn-white-border {
	border: 1px solid var(--clr-white);
}
.btn-dark-border {
	border: 1px solid var(--clr-thrive);
}
@keyframes hearth-icon-anim-front {
	to {
		stroke-dashoffset: -890;
	}
}
@keyframes hearth-icon-anim-bg {
	to {
		stroke-dashoffset: -1114;
	}
}
.white-on-thrive-round {
	font-size: 2.5rem;
	font-weight: 600;
	color: var(--clr-white);
	background-color: var(--clr-thrive);
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding-bottom: 0.2em;
}
.footer-social .container {
	padding-inline: var(--pad-in-2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-block: 55px;
}
.footer-social ul {
	display: flex;
	margin: 0;
	padding: 0;
}
.footer-social li {
	list-style: none;
}
.footer-social li:hover {
	color: var(--clr-calm);
	border-color: var(--clr-calm);
}
.footer-social a {
	display: inline-block;
	font-size: 1.7rem;
	width: 52px;
	height: 52px;
	color: var(--clr-calm-light);
	border: 4px solid var(--clr-calm-light);
	border-radius: 50%;
	margin-inline: 23px;
	transition: all 0.3s;
}
.footer-social a:hover {
	color: var(--clr-calm);
	border-color: var(--clr-calm);
}
.footer-social i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.footer-social h3 {
	font-size: 3.1rem;
	font-weight: 600;
	color: var(--clr-thrive);
	margin-block: 0;
}
.footer-about {
	background: var(--clr-soft-grey);
	color: var(--clr-grey);
	font-size: 1.2rem;
}
.footer-about .container {
	padding-inline: var(--pad-in-2);
	padding-block: 75px;
	display: flex;
	align-items: center;
	gap: 90px;
}
.footer-about h3 {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--clr-thrive);
	margin-block: 0 0;
}

.footer-logos {
	display: flex;
}
.footer-logos a {
	text-align: center;
	white-space: nowrap;
	padding-inline: 30px;
}
.footer-logos a + a {
	padding-right: 0;
	border-left: 1px solid var(--clr-grey);
}
.footer-logos img {
	margin-top: 12px;
}
.footer-nav {
	background-color: var(--clr-thrive);
	font-weight: 500;
}
.footer-nav .container {
	padding-inline: var(--pad-in-2);
	padding-block: 40px 60px;
}
.footer-nav nav {
	display: flex;
	gap: 45px;
}
.footer-nav a {
	color: var(--clr-white);
}
.footer-nav nav a span::after {
	content: '';
	background-color: var(--clr-white);
}
.footer-nav nav a:hover span::after {
	content: '';
	background-color: var(--clr-white);
}
.footer-nav {
	font-size: 1.6125rem;
}
.footer-nav a + a::before {
	content: '|';
	position: relative;
	left: -22px;
	color: var(--clr-calm-light);
}
.footer-copyright {
	background-color: var(--clr-thrive);
	color: var(--clr-white);
	font-size: 1rem;
	font-weight: 500;
}
.footer-copyright .container {
	padding-block: 10px 30px;
}
.footer-copyright a {
	color: var(--clr-white);
}
.footer-copyright a, .footer-copyright span {
	white-space: nowrap;
}
.highlighted-1 {
	font-size: 1.75rem;
	font-weight: bold;
	color: var(--clr-calm);
	text-transform: uppercase;
}
.header-2nd-line {
	font-size: 75%;
	display: block;
}
.semibold-3 {
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 1;
}
.btn-back-to-top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: black;
	color: var(--clr-white);
	opacity: 0;
	position: fixed;
	border-radius: 50%;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	transition: all 1s;
	z-index: -1;
}
.btn-back-to-top-visible {
	opacity: 0.5;
	z-index: 0;
}
.panel-link-pictogram {
	font-size: 2.3rem;
	line-height: 1;
	font-weight: 600;
	display: flex;
	flex-direction: column-reverse;
	height: 100%;
	min-height: 340px;
	transition: all 0.4s;
	background-color: var(--clr-thrive);
}
a.panel-link-pictogram {
	color: var(--clr-white);
}
.panel-link-pictogram:hover {
	background-color: var(--clr-social);
}
.panel-link-pictogram > span {
	flex-grow: 1;
	padding-block: 40px;
	padding-inline: 35px;
}
.panel-link-pictogram .link-icon {
	margin-block: 0 40px;
	margin-inline: 35px;
	width: 68px;
	height: 68px;
	object-fit: contain;
}
.panel-link-pictogram::before {
	content: 'Learn more \203A';
	font-size: 1.7rem;
	padding-inline: 35px;
	padding-block: 20px;
	background-color: var(--clr-grey);
	transition: all 0.4s;
}
.panel-link-pictogram:hover::before {
	background-color: var(--clr-calm-light);
}
.panel-links-compassion .panel-link-pictogram {
	background-color: var(--clr-compassion);
}
.panel-links-compassion .panel-link-pictogram:hover {
	filter: brightness(0.8);
}
.panel-links-compassion .panel-link-pictogram:hover::before {
	background-color: var(--clr-grey);
}
.panel-optional-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 340px;
	transition: all 0.4s;
	background-color: var(--clr-soft-grey);
}
.panel-optional-link > h3 {
	height: 85px;
	margin-block: 30px 10px;
}
.panel-optional-link > a {
	font-size: 1.7rem;
	color: var(--clr-white);
	background-color: var(--clr-compassion);
	transition: all 0.3s ease;
	padding-block: 7px;
}
.panel-optional-link > a:hover {
	background-color: var(--clr-calm-light);
}
.panel-optional-link > a::after {
	content: '\f054';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: relative;
	left: 0;
	transition: all 0.3s ease;
	margin-left: 5px;
	font-size: 75%;
}
.panel-optional-link > a:hover::after {
	left: 8px;
}
.panel-optional-link > * {
	padding-inline: 35px;
}
.panel-optional-link > p {
	flex-grow: 1;
	margin-top: 0;
}


.video-holder {
	width:800px;
	max-width:100%;
}
.video-holder .video-container {
	position: relative;
	width: 100%;
}
.video-holder .video-container.video-16-9 {
	padding-bottom: 56.25%;
}
.video-holder .video-container > * {
	position: absolute;
	width: 100%;
	height: 100%;
}
.expandable-list .expandable-title {
	cursor: pointer;
	display: flex;
	color: var(--clr-calm);
}
.expandable-list .expandable-title.expandable-open {
	margin-bottom: revert;
}
.expandable-list .expandable-title::before {
	content: '+';
	display: block;
	width: 25px;
	flex-shrink: 0;
}
.expandable-list .expandable-title.expandable-open::before {
	content: '-';
}
.expandable-list > :not(h2, h3, h4),
.expandable-list > .expandable-inside {
	transform-origin: top;
	height: 0;
	transition: all 0.3s;
	margin: 0;
	animation: expandable-show 0.3s forwards;
	display: none;
	visibility: hidden;
}
.expandable-list > table {
	display: none;
}
.expandable-list .expandable-visible {
	display: block;
	height: auto;
	margin: revert;
	margin-left: 25px;
	visibility: visible;
}
@keyframes expandable-show {
	0% {
		opacity: 0;
		transform: scaleY(0);
	}
	100% {
		opacity: 1;
		transform: scaleY(1);
	}
}
.expandable-button-list {
	margin-top: 70px;
}
.expandable-button-list .expandable-title {
	--title-min-height: 80px;
	color: var(--clr-white);
	background-color: var(--clr-grey);
	display: grid;
	align-items: center;
	grid-template-columns: var(--title-min-height) 1fr;
	grid-gap: 25px;
	position: relative;
	padding-right: 50px;
	margin-bottom: 0;
	min-height: var(--title-min-height);

}
.expandable-button-list .expandable-title.expandable-open {
	margin-bottom: 0;
}
.expandable-button-list .expandable-title::before {
	content: '\f0d7';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	right: 25px;
}
.expandable-button-list .expandable-title.expandable-open::before {
	content: '\f0d8';
}
.expandable-button-list .ebl-icon {
	width: var(--title-min-height);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.expandable-button-list .ebl-icon img {
	max-width: calc( var(--title-min-height) - 30px);
	max-height: calc( var(--title-min-height) - 30px);
}
.expandable-button-list .ebl-content {
	background-color: #f2f1f1;
	padding-inline: 25px;
	padding-block: 10px;
	margin-left: 0;
}


.san-bird-line {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: space-between;
	height: 100px;
}
.san-bird-line img {
	width: auto;
	height: 22px;
	margin-inline: 40px;
	margin-block: 39px;
}
.san-bird-line-alt {
	padding-inline: 62px;
}
.underline-para-with-plus {
	border-bottom: 1px solid var(--clr-grey);
	margin-block: 0.5em;
	padding-left: 1.5em;
	position: relative;
}
.underline-para-with-plus::before {
	content:'+';
	background-color: var(--clr-calm);
	color: var(--clr-white);
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.1em;
	height: 1.1em;
	top: 0;
	left: 0;
	font-weight: 600;
}
.panel-text-img-link {
	--panel-pad-in: 55px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr 65px;
	background-color: var(--clr-calm-light);
}
.panel-text-img-link .panel-text {
	padding-inline: var(--panel-pad-in);
	padding-block: 35px;
	color: var(--clr-grey);
}
.panel-text-img-link .panel-image {
	padding-bottom: 55px;
	display: flex;
	justify-content: center;
	align-items: end;
}
.panel-text-img-link .panel-image img {
	width: calc(100% - 60px);
	max-width: 300px;
	max-height: 200px;
}
.panel-text-img-link .panel-link {
	display: flex;
	justify-items: center;
	color: var(--clr-white);
	background-color: var(--clr-grey);
	padding-inline: var(--panel-pad-in);
	font-size: 1.75rem;
	font-weight: 600;
	grid-column: 1 / 3;
	height: 65px;
}
#youtubepopup {
	position: fixed;
	z-index: 1001;
	top: 50vh;
	transform: translateY(-50%);
	max-width: 100%;
	border: 0;
	padding: 25px;
	background-color: var(--clr-thrive);
}
#youtubepopup::backdrop {
	background: rgba(0, 0, 0, 0.8);
}
#youtubepopup::after {
	content: '\2716';
	position: absolute;
	top: 0;
	right: 3px;
	cursor: pointer;
	font-size: 1.5rem;
	color: #fff;
}
@media (max-width: 1599px) {
	.pagetitle-block.pagetitle-contentwidth .container {
		min-height: 455px;
		padding-block: 60px;
	}
	.pagetitle-block .pagetitle {
		margin-top: 60px;
	}
	.panel-text-img-link {
		display: flex;
		flex-direction: column;
	}
	.panel-text-img-link .panel-text {
		flex-grow: 1;
	}
	.panel-text-img-link .panel-link {
		grid-column: 1 / 2;
	}
}
@media (max-width: 1365px) {
	:root {
		/* Sized, paddings, margins */
		--pad-in-1: 25px;
		--pad-in-2: 50px;
	}
	.pagetitle-block .container {
		padding-block: 40px;
	}
	.pagetitle-block.pagetitle-contentwidth .container {
		min-height: 380px;
	}
	.pagetitle-block .pagetitle {
		margin-top: 40px;
	}
	.footer-social h3 {
		font-size: 2.2rem;
	}
	.footer-social a {
		margin-inline: 15px;
	}
	.footer-social .container {
		padding-inline: var(--pad-in-1);
	}
	.footer-about .container {
		padding-inline: var(--pad-in-1);
	}
	.footer-nav .container {
		padding-inline: var(--pad-in-1);
	}
	.footer-nav {
		font-size: 1.3rem;
	}
	.footer-nav nav {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-copyright {
		text-align: center;
	}
}
@media (max-width: 1023px) {
	.pagetitle-block .pagetitle {
		font-size: 3.6rem;
		margin-top: 30px;
	}
	.pagetitle-block .sah-icon {
		width: 70px;
		margin-bottom: 30px;
	}
	.pagetitle-block.pagetitle-sub-level .sah-toplevel-title {
		font-size: 3.6rem;
		line-height: 1;
		margin-bottom: 30px;
	}
	.pagetitle-block.pagetitle-contentwidth .container {
		min-height: 250px;
	}
	.pagetitle-block .longtitle {
		font-size: 1.6rem;
	}
	.pagetitle-block .pagetitle-icon.pagetitle-icon-center {
		top: auto;
		bottom: 40px;
		transform: none;
	}
	.footer-social .container {
		flex-direction: column;
		justify-content: center;
	}
	.footer-social h3 {
		margin-bottom: 20px;
		text-align: center;
	}
	.footer-logos {
		flex-direction: column;
	}
	.footer-logos a + a {
		border: none;
		margin-top: 20px;
	}
	.newsarticle img {
		float: none !important;
		margin-inline: 0 !important;
	}
	.panel-text-img-link {
		display: grid;
	}
	.panel-text-img-link .panel-link {
		grid-column: 1 / 3;
	}
}
.panel-link-image {
	--panel-pad-in: 35px;
	display: flex;
	flex-direction: column;
	background-color: var(--clr-soft-grey);
}
.panel-link-image .panel-link-title {
	padding-inline: var(--panel-pad-in);
	padding-block: 35px;
	flex-grow: 1;
	font-size: 1.625rem;
	font-weight: 600;
	color: var(--clr-thrive);
}
.panel-link-image .panel-link-img {
	font-size: 0;
}
.panel-link-image .panel-link-img img {
	object-fit: cover;
	aspect-ratio: 380 / 250;
	width: 100%;
	transition: all 0.4s;
}
.panel-link-image:hover .panel-link-img img {
	filter: sepia(50%);
}
.panel-link-image .panel-link-btn {
	padding-inline: var(--panel-pad-in);
	padding-block: 5px 7px;
	color: var(--clr-white);
	font-size: 1.625rem;
	font-weight: 600;
	background-color: var(--clr-grey);
	transition: all 0.4s;
}
.panel-link-image:hover .panel-link-btn {
	background-color: var(--clr-calm-light);
}
@media (max-width: 799px) {
	.footer-about .container {
		flex-direction: column;
		gap: 30px;
	}
	.footer-logos {
		flex-direction: row;
	}
	.footer-logos a + a {
		border-left: 1px solid var(--clr-grey);
		margin-top: 0;
	}
	.panel-text-img-link {
		display: flex;
		flex-direction: column;
	}
	.panel-text-img-link .panel-text {
		flex-grow: 1;
	}
	.panel-text-img-link .panel-link {
		grid-column: 1 / 2;
	}
}
@media (max-width: 639px) {
	.pagetitle-block .container {
  		--pagetitle-pad-in: var(--pad-in-1);
  	}
	.pagetitle-block .pagetitle {
		font-size: 3.2rem;
	}
	.pagetitle-block .longtitle {
		font-size: 1.375rem;
	}
	.pagetitle-block .pagetitle-icon {
		max-width: 30%;
	}
	.breadcrumbs-block {
		display: none;
	}
	main .container {
		padding-inline: var(--pad-in-1);
	}
	form {
		width: 100%;
	}
	.footer-social a {
		margin-inline: 8px;
	}
	.footer-logos {
		flex-direction: column;
	}
	.footer-logos a + a {
		border: none;
		margin-top: 20px;
	}
	.footer-nav nav {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.footer-nav a + a::before {
		display: none;
	}
	.san-bird-line {
		height: 80px;
	}
	.san-bird-line img {
		margin-inline: 25px;
		margin-block: 29;
	}
	.san-bird-line-alt {
		padding-inline: 47px;
	}
}