:root {
    --font: "Open Sans", sans-serif;
    --dark-text-color: #232323;
    --light-text-color: white;
    --primary-colour: #237306;
    --bg-dg: #4C5050;
    --accent-colour: #8BC53E;
    --light-grey: #f7f7f7;
    --medium-grey: #959595;
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 800;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.display-inline * {
	display: inline-block;
}

.aria-hide {
	display: none;
}

.allow-newlines {
	white-space: pre-wrap;
}

.less-gap {
	margin-left: -.5rem;
	margin-right: -.5rem;
}

.less-gap>div {
	padding-left: .5rem;
	padding-right: .5rem;
}

.mt0 {
	margin-top: 0;
}

.mb0 {
	margin-bottom: 0;
}


html {
	font-size: 16px;
	line-height: 21px;
	scroll-behavior: smooth;
    height: 100%;
}

@media (min-width: 99em) {
	html {
		font-size: 18px;
	}
}

@media (min-width: 125em) {
	html {
		font-size: 20px;
	}
}

body {
	max-width: 2560px;
	padding: 0;
	margin: 0 auto;
	font-family: var(--font);
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--dark-text-color);
	display: flex;
	flex-direction: column;
    height: 100%;
}

.wrapper {
	flex: 1 0 auto;
}

footer {
	flex-shrink: 0;
}

img {
    max-width: 100%;
    object-fit: cover;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 800;
}

h1,
.h1 {
	font-style: normal;
	font-size: 3rem;
	margin-top: 1.3125rem;
	margin-bottom: 2.625rem;
}

h2,
.h2 {
	font-size: 2rem;
	margin-top: 1.3125rem;
	margin-bottom: 1.3125rem;
}

h3,
.h3 {
	font-size: 1.5rem;
	margin-top: 1rem;
	margin-bottom: 0.75rem;
}

h4,
.h4 {
	font-size: 1.2rem;
	margin-top: 1.3125rem;
	margin-bottom: 0.75rem;
}

h5,
.h5 {
	font-size: 1rem;
	margin-top: 1.3125rem;
	margin-bottom: 0.75rem;
}

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

	h1,
	.h1 {
		font-size: 2rem;
	}

	h2,
	.h2 {
		font-size: 1.75rem;
		margin: 1rem 0;
	}

	h3,
	.h3,
	.page-content h3 {
		font-size: 1.375rem;
		margin: 1rem 0;
	}

	.editor details summary h3 {
		margin: 0;
	}

	.page-template >.row {
		row-gap: 1rem;
	}
}

p,
ul,
ol,
pre,
blockquote {
	margin-top: 0rem;
	margin-bottom: 1.3125rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

ul {
	padding-left: 0;
	list-style: none;
}

.editor hr {
    background: rgba(0, 0, 0, 0.20);
    appearance: none;
    border: none;
    height: 1px;
    margin: 2rem 0;
}

h1+h2 {
	margin-top: 0;
}

a {
    text-decoration: none;
    font-family: var(--font);
    font-weight: 400;
    color: unset;
}

img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}

.bg-primary {
    background-color: var(--primary-colour);
}

.bg-secondary {
    background-color: var(--secondary-colour);
}

.bg-accent {
    background-color: var(--accent-colour);
}

.bg-gray {
    background-color: #EFEFEF;
}

.bg-faded-primary {
    background-color: #0c6ea7;
}

.text-white {
    color: white;
}

.btn {
    display: block;
    width: fit-content;
    padding: .75rem 2rem;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.btn:hover,
.btn:focus {
    filter: brightness(1.1);
}

.btn-secondary {
    font-weight: 700;
    border-radius: 5px;
}

.btn-primary {
    background-color: var(--primary-colour);
    color: var(--light-text-color);
}

.btn-no-bg {
    color: var(--secondary-colour);
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0 !important;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

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

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

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

.flex {
    display: flex;
}

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

.justify-center {
    justify-content: center;
}

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

.justify-space-between {
    justify-content: space-between;
}

.direction-row {
    flex-direction: row;
}

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

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.relative {
    position: relative;
}

.block {
    display: block;
}

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

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

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

.overflow-hidden {
    overflow: hidden;
}

.standard-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

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

.split-section .col-md-6 {
    padding: 70px;
    padding-bottom: 80px;
    width: 100%;
    min-height: 300px;
}

.split-section .content {
    z-index: 2;
}

.split-section .col-md-6 p {
    margin-bottom: 50px;
    margin-top: 30px;
}

ul.inline li {
    display: inline-block;
}

.highlight {
    color: var(--accent-colour);
}

.br-2 {
    border-right: 2px solid rgba(0, 0, 0, 0.05);
}

.bg-dg {
    background-color: var(--bg-dg);
}

blockquote {
	background: var(--light-grey);
	border-left: 5px solid var(--primary-colour);
	padding: 1.5rem;
	margin: 0 0 1.5rem;
	position: relative;
	font-weight: 300;
}

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

a {
    transition: all .3s ease-in-out;
}

/* INPUT FIELDS */
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: none;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.input-field input[type="text"],
.input-field input[type="password"],
.input-field input[type="date"],
.input-field input[type="tel"],
.input-field input[type="email"],
.input-field input[type="search"],
textarea {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #e4e4e4;
	transition: 0.5s;
	padding: .5rem;
}

input[type="submit"] {
	font-weight: bold;
	background: var(--bg-dg);
	color: white;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	padding: .5rem 1.5rem;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.input-field {
	margin-bottom: 1rem;
}

.input-field label {
	margin-bottom: .5rem;
	display: block;
}

.input-buttons {
	font-weight: var(--font-bold);
	margin-top: 1rem;
	display: block;
	width: fit-content;
	color: white;
	background: var(--bg-dg);
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select {
    background-color: var(--light-grey);
    border: none;
    border-radius: 5px;
    transition: 0.5s;
    padding: 0.75rem 1rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}

.custom-select-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
}

/* Layout */
.content-container,
.container.pad-side {
	padding: 0 1.5rem;
}

.container.pad-side {
	margin: 0 1.5rem;
}

@media all and (min-width: 48em) {
	.content-container,
	.container.pad-side {
		padding: 0 5%;
		width: auto;
	}
}

@media only screen and (min-width: 75em) {
    .col-lg-2 {
        -ms-flex-preferred-size: calc(100% * 2 /12);
        flex-basis: calc(100% * 2 /12);
        max-width: calc(100% * 2 /12);
    }

    .col-lg-5 {
        -ms-flex-preferred-size: calc(100% * 5 /12);
        flex-basis: calc(100% * 5 /12);
        max-width: calc(100% * 5 /12);
    }
}

/* Main Nav */
.site-logo {
    width: 180px;
    object-fit: contain;
}
header .content-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 1rem;
}

.nav-links > ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    gap: 1.5rem;
}

.nav-links ul li {
    display: inline-block;
    list-style-type: none;
    position: relative;
}

.nav-links ul li a {
    color: var(--dark-text-color);
    font-family: var(--font);
    font-weight: 700;
    font-size: .9rem;
    text-transform: uppercase;
}

.nav-links i {
    font-size: 1rem;
    vertical-align: middle;
    color: var(--accent-colour);
}

nav img {
    width: 150px;
    margin-right: auto;
    padding: 15px;
}

.nav-icon, .nav-app {
    font-size: 1.5rem;
    position: relative;
    z-index: 101;
}

.nav-app {
    font-size: 1.2rem;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.sub-li a:hover,
.sub-li a:focus {
    color: var(--accent-colour);
}

 .nav-wrapper {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

@media (max-width: 1199px){
    .nav-links {
        display: none;
        position: absolute;
        background: white;
        height: 100vh;
        z-index: 100;
        top: 0;
        left: 0;
        right: 0;
    }

    .nav-links > ul {
        flex-direction: column;
        padding: 5rem 1.5rem 2rem;
        background: white;
    }

    .main-dropdown-menu {
        display: none;
        margin-top: 1rem;
        margin-left: .5rem;
    }

    .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .add-icon {
        display: none;
    }

    .nav-links ul li {
        display: block;
        margin-bottom: .5rem;
    }

    .add-icon-mobile {
        display: block;
        cursor: pointer;
    }
}

@media (min-width: 48em) and (max-width: 1199px) {
    .nav-links > ul {
        padding: 5rem 5% 2rem;
    }
}

@media (min-width: 75em) {
    .nav-icon, .add-icon-mobile {
        display: none;
    }

    .nav-links {
        display: flex!important;
        gap: 1.5rem;
        align-items: flex-end;
    }

    .main-dropdown-menu {
        display: flex;
        flex-direction: column;
        gap: .5rem;
        transform: scaleY(0);
        transition: all .3s ease;
        transform-origin: top;
        position: absolute;
        top: calc(100% + 1rem);
        left: auto;
        right: 0;
        z-index: 80;
        background: #f7f7f7;
        padding: 1rem;
        min-width: 300px;
        opacity: 0;
    }

    .main-dropdown-menu.multi-col {
        column-count: 2;
        min-width: 500px;
    }

    .main-dropdown:hover .main-dropdown-menu {
        transform: scaleY(1);
        opacity: 1;
    }

    .nav-link::after {
        content: '';
        background-color: var(--accent-colour);
        width: 0; /* Start with 0 width */
        height: 2px;
        position: absolute;
        top: calc(100% + .2rem);
        left: 0;
        right: 0;
        margin: auto;
        transition: width .2s ease-in-out;
    }

    .main-li:hover .nav-link::after {
        width: 60%; /* Expand to 60% on hover */
    }

    .nav-wrapper {
        gap: 1.5rem;
    }
}

@media (min-width: 75em) and (max-width: 1400px) {
    .nav-links > ul {
        gap: 1rem;
    }
}

/* Banner */
.header-left {
    width: 60%;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 5rem;
}

.header-right {
    width: 40%;
    background: url("../img/trip-image.png") no-repeat center center;
    background-size: cover;
    max-height: 85vh;
}

.banner-img img {
    width: 100%;
    height: 100%;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner .text {
    position: relative;
    z-index: 50;
}

.banner h1 {
    font-size: 3rem;
    color: var(--light-text-color);
    margin-top: 0;
    /* text-transform: uppercase; */
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.banner p {
    color: var(--light-text-color);
    margin-bottom: 3rem;
    line-height: 1.8;
    /* max-width: 700px; */
}

.banner a {
    background-color: var(--primary-colour);
    padding: 12px 30px;
    color: var(--light-text-color);
    border-radius: 5px;
}

.banner-btn {
    margin-top: 1rem;
}

.circles {
    background-color: var(--accent-colour);
    border-radius: 50%;
    position: absolute;
}

.circle1 {
    width: 200px;
    height: 200px;
    left: -2%;
    top: 22%;
}

.circle2 {
  width: 100px;
  height: 100px;
  left: 56%;
  bottom: 20%;
}

.circle3 {
  width: 300px;
  height: 300px;
  right: -10%;
  bottom: 35%;
}

/* About Trip */
.about-section {
    margin-top: -5rem;
    position: relative;
}
.about {
    display: flex;
}

.about h2 {
    font-size: 2.25rem;
}

.about-col {
    width: 25%;
    position: relative;
}

.about-col:nth-of-type(2)::after,
.about-col:nth-of-type(3)::after {
    content: '';
    background: #E5E5E5;
    width: 1px;
    height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-col-content {
    height: 100%;
    padding: 3rem 2.5rem;
}

.about-col-content h3 {
    text-transform: uppercase;
    margin: 0 0 1rem;
}

.about-col-content p {
    line-height: 1.8;
}

.heading-bg {
    position: relative;
    font-weight: 800;
    line-height: 1.3;
    z-index: 1;
    margin-left: .5rem!important;
}

.heading-bg::before {
    content: '';
    background-color: var(--accent-colour);
    width: 20px;
    height: 140%;
    position: absolute;
    left: -.5rem;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
}

.about-heading {
    background-color: var(--primary-colour);
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
}

.about-heading h2 {
    font-weight: 900;
    width: 60%;
    margin: auto;
}

.about-block {
    height: 5rem;
    background: var(--primary-colour);
    width: 80%;
}

.quicklinks {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.quicklink {
    width: calc(100% / 3);
    aspect-ratio: 576 / 666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.quicklinks h2 {
    font-size: 2.25rem;
    /* text-transform: uppercase; */
    font-weight: 800;
    margin-bottom: 30px;
    color: var(--light-text-color)
}

.quicklinks a {
    margin-top: 1.5rem;
}


/* Mission */
.mission {
    background-color: var(--bg-dg);
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.mission p {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--light-text-color);
    max-width: 1000px;
    margin: 0 auto;
}

.mission span {
    position: absolute;;
    color: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12rem;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

/* Impact */
.impact {
    display: flex;
}

.impact-col {
    width: 50%;
}

.impact-image {
    background-color: var(--bg-dg);
}

.impact-image img {
    width: 100%;
    height: 100%;
    margin-top: 10%;
}

.impact-content {
    padding: 5%;
}

.impact-content .btn {
    margin-top: 1.5rem;
}

.impact p {
    line-height: 1.8;
}

/* Footer */
footer {
    background-color: var(--bg-dg);
    padding-top: 5%;
}

footer .heading-bg {
    color: var(--light-text-color);
    font-weight: 800;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: .5rem;
}

footer .heading-bg::before {
    background-color: var(--primary-colour);
}

footer p {
    color: var(--light-text-color);
    margin: 1.5rem 0;
}

footer .slogan {
    margin-top: 1.5rem;
    width: 80%;
    font-size: .9rem;
}

footer ul li {
    margin-bottom: 16px;
}

footer ul li a {
    color: var(--light-text-color);
    text-align: left;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

footer .copyright {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin: 3rem 5% 0;
    padding-left: 0;
    padding-right: 0;
    border-top: 2px solid rgba(255,255,255,0.2);
}

footer .copyright p {
    margin: 0;
}

footer .row {
    row-gap: 1.5rem;
}

footer .copyright .row {
    row-gap: .5rem;
}

@media (min-width: 2200px){
    .circle2 {
        left: 58%;
    }

    .circle3 {
        right: -150px;
    }
}

@media (max-width: 1199px){
    .side-nav {
        margin-bottom: 30px;
    }

    .about {
        flex-direction: column;
    }

    .about > div {
        width: 100%;
    }

    .about br {
        display: none; 
    }

    .about-block {
        display: none;
    }

    .about-section {
        margin-top: 0;
    }

    .header-left {
        padding: 2rem 1.5rem;
        min-height: unset;
    }

    .header-right {
        max-height: unset;
    }

    .banner h1 {
        font-size: 2.5rem;
        line-height: 1.5;
        margin-bottom: .5rem;
    }

    .banner p {
        margin-bottom: 0;
    }

    .banner-img img {
        aspect-ratio: 1/1;
    }

    .about-heading {
        padding: 1.5rem 1rem;
    }

    .about-heading h2 {
        text-align: center;
        width: 100%;
    }

    .about-col-content {
        padding: 1.5rem;
    }

    .quicklink {
        aspect-ratio: 1/1;
    }

    .impact-image img {
        margin-top: 0;
    }

    .mission {
        padding: 4rem 1rem;
    }

    .mission p {
        font-size: 1.2rem;
    }

    .mission span {
        font-size: 8rem;
    }

    /* circles - desktop */
    .circle1 {
        width: 150px;
        height: 150px;
        left: -8%;
        top: 15%;
    }
    .circle2 {
        width: 100px;
        height: 100px;
        left: 55%;
        bottom: 12%;
    }
    .circle3 {
        width: 240px;
        height: 240px;
        right: -12%;
        bottom: 25%;
    }
}

@media (max-width: 991px) {
    .site-logo {
        width: 150px;
    }
    .banner .flex {
        flex-direction: column;
    }

    .header-left,
    .header-right {
        width: 100%;
    }

    h1 {
        font-size: 2rem;
        line-height: 1.75;
    }

    footer {
        text-align: center;
        padding-top: 2rem;
    }

    footer .slogan {
        margin: 1rem 0;
        text-align: center;
        width: 100%;
    }

    footer ul li a {
        text-align: center;
    }

    footer .footer-logo {
        width: 80px;
        margin: auto;
    }

    footer .heading-bg {
        display: block;
        width: fit-content;
        margin: auto;
    }

    footer .btn {
        margin: 1rem auto 0;
    }

    footer h4 {
        margin-top: 50px;
    }

    footer .social-links li i {
        font-size: 1.75rem;
    }

    footer .copyright {
        margin: 2rem 5% 0;
        text-align: center;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    footer .copyright .text-right {
        text-align: unset;
    }

    footer .copyright span {
        display: inline-block;
        margin-top: 20px;
    }

    .banner .content-block {
        min-width: unset;
        width: 100%;
        margin-bottom: unset;
        padding-left: 50px;
        padding-right: 50px;
    }

    section.quicklinks-wrapper {
        padding-top: 50px;
    }

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

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

    .quicklink h2 {
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .mission span {
        font-size: 5rem;
        white-space: unset;
    }

    .mission {
        padding: 3rem 1rem;
    }

    /* circles - tablet/mobile */
    .circle1 {
        width: 120px;
        height: 120px;
        left: -8%;
        top: 2%;
    }
    .circle2 {
        width: 80px;
        height: 80px;
        left: 85%;
        bottom: 75%;
    }
    .circle3 {
        width: 200px;
        height: 200px;
        right: -12%;
        bottom: -5%;
    }

}

@media (max-width:767px) {
    .page-template {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    footer .copyright li {
        margin-bottom: 15px;
        display: block;
    }

    footer .copyright li:not(:last-child)::after {
        content: unset;
        margin-left: unset;
        margin-right: unset;
    }

    footer .copyright span {
        margin-top: unset;
    }

    .impact, .quicklinks {
        flex-direction: column;
    }

    .quicklinks > div,
    .impact > div {
        width: 100%;
    }

    .impact-content {
        padding: 2rem 1.5rem;
    }

    /* circles - mobile */
    .circle2 {
        width: 80px;
        height: 80px;
        left: 85%;
        bottom: 65%;
    }
}

@media (min-width: 99em) {
    .about-col-content {
        padding: 12% 2.5rem;
    }

    .about-heading {
        padding-top: 0;
    }
}

/* Subpage */
.page-title {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.page-title h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}

.page-template>.row {
	margin-left: 0;
	margin-right: 0;
}

.page-content p,
.page-content ul,
.page-content ol {
    margin-bottom: .5rem;
}

.page-content p {
    line-height: 1.8;
}

.page-content h2, 
.page-content h3,
.page-content h4, 
.page-content h5 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.page-content a {
    color: var(--primary-colour);
    text-decoration: underline;
}

.page-content ul {
	list-style: unset;
	padding-left: 1rem;
}

.page-template {
	padding-top: 2rem;
    padding-bottom: 2rem;
}

/* nested ordered list styling */
.editor-nested-listitem {
    list-style-type: none;
}
.editor-nested-listitem:before,
.editor-nested-listitem:after {
    display: none;
}

.editor-list-ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}
.editor-list-ol > .editor-listitem:not(.editor-nested-listitem) {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}
.editor-list-ol > .editor-listitem:not(.editor-nested-listitem):before {
    content: counters(item, '.') '. ';
    display: table-cell;
    padding-right: 0.6em;
}
.editor-listitem:not(.editor-nested-listitem) .editor-list-ol > .editor-listitem:not(.editor-nested-listitem) {
    margin: 0;
}
.editor-listitem:not(.editor-nested-listitem) .editor-list-ol > .editor-listitem:not(.editor-nested-listitem):before {
    content: counters(item, '.') ' ';
}
.editor-list-ol {
    padding: 0;
    margin: 0;
}

.page-content-inner ul,
.page-content-inner ol {
    list-style: revert;
    line-height: 1.8;
}

.page-content-inner ul {
    padding-left: 1rem;
}

.page-content-inner .editor-nested-listitem::marker {
    content: none;
}

.editor-nested-listitem {
    padding-left: 1rem;
}


/* Responsive Iframe for Embed Videos */
.responsive-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embedly-card-hug {
    position: relative !important;
    padding-bottom: 56.25% !important;
    height: 0;
    max-width: 100% !important;
}

.embedly-card-hug iframe,
.responsive-iframe iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute !important;
    min-height: unset;
}

@media (min-width: 62em) {
	.page-title-text {
		padding-top: 3.5rem;
        padding-bottom: 4.5rem;
		max-width: 80%;
	}

	.side-container {
		padding: 0 5% 0 0;
	}

    .page-template.content-container {
        padding-top: 0;
    }

	.page-content.has-side-nav {
		padding: 2rem 0 2rem 3rem;
	}

	.page-content.no-side-nav {
		padding-top: 2rem;
        padding-bottom: 2rem;
	}
}

@media (min-width: 75em) {
    .page-title {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .page-content.has-side-nav {
		padding: 3rem 0 3rem 3rem;
	}

    .page-content.no-side-nav {
		padding-top: 3rem;
        padding-bottom: 3rem;
	}
}

/* Landing Page */
.landing-wrapper {
    margin-bottom: 4rem;
}

.page-content .landing-link {
    padding: 3rem 1.5rem;
    position: relative;
    text-decoration: none;
    height: 100%;
	background-color: var(--primary-colour);
    display: block;
}

.landing-link h3 {
    color: white;
	text-align: center;
}

@media (min-width: 75em) {
    .landing-template {
        margin-top: -5rem;
    }
}

/* Collapsible boxes - lexcial */
.editor details summary {
    background-color: var(--primary-colour);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem;
	margin: 0;
	cursor: pointer;
    transition: all .3s ease-in-out;
}

.editor details summary h3 {
    margin: 0;
	font-weight: 800;
}

.editor details summary i {
    color: white;
}

.editor details {
    margin-bottom: 1rem;
    transition: all .3s ease-in-out;
}

.editor div[data-lexical-collapsible-content]{
    padding: 1rem;
    background-color: #F7F7F7;
}

/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 1rem;
	color: var(--medium-grey);
}

.breadcrumbs a {
	color: var(--medium-grey);
	font-weight: 600;
	text-decoration: none;
    font-size: .9rem;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: var(--primary-colour);
}

.breadcrumbs a.active {
	color: var(--primary-colour);
}


/* Side Navigation */
.sidebar {
	font-weight: 600;
	background: var(--primary-colour);
	color: white;
	padding: 0.5rem 1rem;
	margin: 0 auto;
}

.sidebar-wrapper a {
	color: white;
}

.nav-secondary {
	display: none;
	margin-top: .5rem;
}

.cookie a {
	display: flex;
	align-items: center;
}

.secondary-nav-item {
	margin-bottom: 0.75rem;
	transition: all .3s ease;
	width: fit-content;
    list-style: none;
}

.secondary-nav-item.active {
	font-size: 1rem;
    text-transform: uppercase;
}

.secondary-nav-item.active a {
    font-weight: 700;
}

.nav-secondary-ul {
	margin: 0;
    margin-left: 1rem;
    padding-top: .5rem;
}

.current-page {
	display: flex;
	align-items: center;
    justify-content: space-between;
	gap: 0.25rem;
}

@media (min-width: 62em) {
	.sidebar-wrapper {
		padding: 2rem;
		margin: unset;
		height: fit-content;
        margin-top: -3rem;
        margin-bottom: 3rem;
        background: var(--primary-colour);
        position: sticky;
        top: 2rem;
	}

    .sidebar {
        padding: 0;
    }

	.nav-secondary {
		display: block !important;
		margin: unset;
	}

	.nav-secondary-ul {
		margin: 1rem 0 0 .5rem;
	}

	.current-page {
		display: none;
	}
}

/* Search */
.nav-app {
    position: relative;
}

.search-icon {
    color: var(--dark-text-color);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.search-icon.active,
.search-icon:hover,
.search-icon:focus {
    color: var(--accent-colour);
}

.search-wrapper {
	position: absolute;
    right: 0;
    top: calc(100% + 1rem);
    min-width: 300px;
    background: var(--light-grey);
    border-radius: 5px;
    display: none;
}

.search-api-form {
	position: relative;
}

.search-api-form label {
	display: none;
}

.search-api-form .input-field {
	margin-bottom: 0;
}

.input-field input[type="text"].search-box {
	margin-bottom: 0;
	border-radius: 5px;
	border: none;
	padding: 0.95rem 1.25rem;
	background-color: var(--light-grey);
    font-size: 1rem;
}

.modal-info .input-field input[type="text"].search-box {
	background-color: white;
}

#search-button {
	cursor: pointer;
	border: none;
	background: transparent;
	position: absolute;
	right: 0.5rem;
	top: 52%;
	transform: translateY(-50%);
}

#search-button i {
	font-size: 1.5rem;
}

/* News Article*/
.article-title {
    margin-bottom: .75rem;
}

.article-seo-image {
    margin-bottom: 1rem;
}

.publish-date {
    font-weight: var(--font-semibold);
    color: var(--medium-grey);
    margin: 1rem 0;
}

.recent-item {
    margin-bottom: .75rem;
    display: block;
    background: var(--light-grey);
    padding: .5rem 1rem;
}

.recent-item h4 {
    font-size: 1rem;
}

.recent-wrapper {
    margin-bottom: 2rem;
}

.recent-wrapper h3 {
    color: var(--dark-font-color);
}

.page-content-inner .back-link {
    margin-bottom: 1rem;
    display: block;
    font-weight: var(--font-bold);
    text-decoration: none;
}

/* News Archive */
.news-archive .format-card-longer {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .9rem;
}

.news-archive .publish-date {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: .9rem;
}

.news-archive .row {
    row-gap: 2rem;
}

.news-archive .news-item {
    color: var(--dark-text-color);
    text-decoration: none;
}

.news-cover {
    aspect-ratio: 16/9;
    margin-bottom: 2rem;
    background: var(--light-grey);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-img {
    aspect-ratio: 16/9;
}

.news-logo {
    object-fit: contain;
    width: 50%;
    margin: auto;
}

@media (min-width: 62em) {
    .recent-wrapper {
        margin-top: 2rem;
    }

    .page-content .news-archive-item {
        padding: 1.5rem;
    }

    .news-archive .row {
        row-gap: 4rem;
    }

}

@media (min-width: 75em) {
    .recent-wrapper {
        margin-top: 3rem;
    }
}

/* Process Page */
.steps {
    margin-top: 2rem;
}
.steps .steps-container {
    row-gap: 2rem;
}
.steps a {
    color: var(--dark-text-color);
    text-decoration: none;
    position: relative;
}
.steps a:hover,
.steps a:focus {
    filter: brightness(0.9);
}
.steps .step-content {
    height: 100%;
    background-color: #E5E5E5;
    padding: 1.8rem;
}
.steps .step-title {
    text-transform: uppercase;
    margin: 0px 0px 1rem;
}
.steps .card-description {
    margin-right: 2.5rem;
}
/* Step 1 */
.steps .step-block:nth-of-type(1) .step-wrapper::after {
    content: '1';
    position: absolute;
    right: 0;
    bottom: -2.9rem;
    font-size: 8rem;
    color: #F5F5F5;
    font-weight: var(--font-bold);
}
/* Step 2 */
.steps .step-block:nth-of-type(2) .step-wrapper::after {
    content: '2';
    position: absolute;
    right: 0;
    bottom: -2.9rem;
    font-size: 8rem;
    color: #F5F5F5;
    font-weight: var(--font-bold);
}
/* Step 3 */
.steps .step-block:nth-of-type(3) .step-wrapper::after {
    content: '3';
    position: absolute;
    right: 0;
    bottom: -2.8rem;
    font-size: 8rem;
    color: #F5F5F5;
    font-weight: var(--font-bold);
}
/* Step 4 */
.steps .step-block:nth-of-type(4) .step-wrapper::after {
    content: '4';
    position: absolute;
    right: 0;
    bottom: -2.9rem;
    font-size: 8rem;
    color: #F5F5F5;
    font-weight: var(--font-bold);
}
/* Step 5 */
.steps .step-block:nth-of-type(5) .step-wrapper::after {
    content: '5';
    position: absolute;
    right: 0;
    bottom: -2.8rem;
    font-size: 8rem;
    color: #F5F5F5;
    font-weight: var(--font-bold);
}
/* Step 6 */
.steps .step-block:nth-of-type(6) .step-wrapper::after {
    content: '6';
    position: absolute;
    right: 0;
    bottom: -2.8rem;
    font-size: 8rem;
    color: #F5F5F5;
    font-weight: var(--font-bold);
}

/* Process Step Page */
.page-content section {
    margin-bottom: 2rem;
}

.page-content .cta-buttons a {
    color: white;
    text-decoration: none;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-content .cta-buttons {
    row-gap: 1rem;
}

.page-content-inner ul.process-steps {
    padding-left: 0;
    margin-bottom: 0;
}
.process-steps {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: stretch;
  margin-bottom: 1.5rem;
  counter-reset: processStep;
}

.page-content .process-step {
    position: relative;
    overflow: hidden;
    background: #E5E5E5;
    height: 20rem;
    flex: 1 1 90px;
    min-width: 70px;
    transition: flex-basis 260ms ease, background-color 260ms ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
    cursor: pointer;
    text-decoration: none;
    counter-increment: processStep;
}

.process-step.is-active {
  background: var(--accent-colour);
  flex-basis: 25%;
}

.page-content .step-label {
    text-transform: uppercase;
    color: var(--dark-text-color);
    font-weight: 800;
    line-height: 1.1;
    font-size: 1.375rem;
    width: fit-content;
    display: block;
    writing-mode: sideways-lr;
    text-orientation: sideways-right;
    position: relative;
    z-index: 2;
    margin-left: .5rem;
    text-decoration: none;
}

.process-step::before {
    pointer-events: none;
    content: counter(processStep);
    position: absolute;
    right: .5rem;
    bottom: -15px;
    font-size: 8rem;
    font-weight: var(--font-bold);
    line-height: 1;
    color: transparent;
    transition: color 200ms ease;
}

.process-step.is-active::before {
  color: #fff;
}

.step-label::after {
    content: "";
    position: absolute;
    left: -1rem;
    bottom: 0;
    height: 15px;
    width: 62px;
    background: var(--accent-colour);
    z-index: -1;
}

.process-step.is-active::after {
  opacity: 0;
}

@media (max-width: 48em) {
    .process-steps {
        flex-direction: column;
    }

    .page-content .step-label {
        writing-mode: revert;
        text-orientation: revert;
        margin-left: 0;
    }

    .page-content .process-step {
        justify-content: center;
        height: auto;
        min-width: unset;
        flex: unset;
    }

    .process-step::before {
        bottom: -8px;
        font-size: 4rem;
    }

    .step-label::after {
        width: 20px;
        height: 140%;
        left: -.5rem;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 62em) {
    .process-step {
        padding: 1.5rem;
    }

    .page-content .cta-buttons a {
        padding: 2rem;
    }
}

@media (min-width: 62em) and (max-width: 75em) {
    .page-content .step-label {
        font-size: 1.2rem;
    }
}