/*!
Theme Name: OCIS
Theme URI: https://coopinspection.ca
Author: Sean Pearce
Author URI: https://coopinspection.ca
Description: Custom theme for OCIS
Version: 0.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ocis

OCIS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic,
Inc. Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/


TABLE OF CONTENTS: -------------------------------------------------------------

# Normalization
# Base
  ## Variables
  ## Typography
  ## Elements
  ## Links
  ## Forms
# Layouts
# Components
  ## Navigation
  ## Footer
  ## Posts and pages
  ## Comments
  ## Widgets
  ## Media
  ## Captions
  ## Galleries
# Common
# Home page
  ## Hero section
  ## Intro section
  ## Budgeting section
  ## About section
  ## Commitment section
  ## Team section
  ## CCC section
  ## Services section
  ## Quote section
  ## Testimonials section
# Plugins
  ## Jetpack infinite scroll
# Utilities
  ## Accessibility
  ## Alignments


/* -----------------------------------------------------------------------------
 # Normalization ------------------------------------------------------------ */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css     */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}


/* -----------------------------------------------------------------------------
 # Base --------------------------------------------------------------------- */

/* ## Variables ------------------------------------------------------------- */

:root {
	--colour-text: #000;
	--colour-green: #39b54a;
	--colour-teal: #00a79d;
	--colour-blue: #00aeef;
	/* --colour-green-dark: color-mix(in hsl, #000 55%, #39b54a 45%); */
	--colour-green-dark: #2a422e;
	/* --colour-teal-dark: color-mix(in hsl, #000 55%, #00a79d 45%); */
	--colour-teal-dark: #163634;
	/* --colour-blue-dark: color-mix(in hsl, #000 55%, #00aeef 45%); */
	--colour-blue-dark: #1f414d;
	--colour-primary: #000;
	--colour-secondary: #1997cd;
	--colour-light-grey: #e6e7e8;
	--colour-bg-fallback: #6cb097;
	--colour-header-stripe: var(--colour-secondary);
	--colour-footer-bg-upper: hsl(210, 2%, 25%);
	--colour-footer-bg-lower: hsl(210, 2%, 12.5%);
}

/* ## Typography ------------------------------------------------------------ */

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0;
	font-style: normal;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.centered {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

/* ## Elements -------------------------------------------------------------- */

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* ## Links ----------------------------------------------------------------- */

a {
	color: var(--colour-primary);
	transition: color 0.1s;
	outline: none;
	text-decoration: underline;
	border-radius: 0.5px;
}

.site-content a {
	text-decoration: underline;
	transition: color 0.1s;
}

.site-content a:hover {
	color: var(--colour-secondary);
	text-decoration: none;
}

.site-content a:focus,
.site-content a:focus-visible {
	text-decoration: none;
	outline: 2px solid var(--colour-primary);
}

.site-content a:focus:not(:focus-visible) {
	outline: none !important;
}

/* ## Forms ----------------------------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/* -----------------------------------------------------------------------------
 # Layouts ------------------------------------------------------------------ */

/* .limited-page {
	max-width: 1280px;
	margin: 0 auto;
} */

.limiter {
	width: 100%;
	max-width: 1152px;
	margin: 0 auto;
	padding: 0 1rem;
}

.page-body {
	background: #fff;
}


/* -----------------------------------------------------------------------------
 # Components --------------------------------------------------------------- */

/* ## Navigation ------------------------------------------------------------ */

:root {
	--nav-colour-primary: var(--colour-primary);
	--nav-height-above: 0em;
	--nav-height-primary: 6.25em;
	--nav-height-primary-mobile: 5.25em;
	--nav-height: calc(var(--nav-height-above) + var(--nav-height-primary));
	--nav-page-margin: 1em;
	--nav-width-inner: 1152px;
	--nav-width-outer: 100%;
	/* logo */
	--nav-logo-height-percent: calc(100% * 4 / 9);
	--nav-logo-margin-adjustment: 0;
	--nav-logo-max-width: 10em;
	--nav-logo-max-width-mobile: 9em;
	/* desktop parent menu */
	--nav-d-p-bg-hover-colour: transparent;
	--nav-d-p-font-size: 1.125em;
	--nav-d-p-font-weight: 400;
	--nav-d-p-padding-x: 1rem;
	--nav-d-p-text-colour: var(--colour-text);
	--nav-d-p-text-transform: none;
	--nav-d-p-underline-thickness: 1.5px;
	/* desktop child menu */
	--nav-d-c-bg-colour: var(--colour-primary);
	--nav-d-c-bg-hover-colour: hsl(209, 91%, 34%);
	--nav-d-c-focus-outline-colour: #fff;
	--nav-d-c-item-width: auto;
	--nav-d-c-padding: 0.625rem 0.875rem;
	--nav-d-c-white-space: nowrap;
	/* mobile */
	--nav-m-left-border-thickness: 0.375rem;
}

.jump-anchor::before {
	content: '';
	display: block;
	height: var(--nav-height-primary);
	margin-top: calc(-1 * var(--nav-height-primary));
	visibility: hidden;
}

.site-content {
	padding-top: var(--nav-height);
}

.site-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	/* prevent flicker in Chrome: */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.site-header .nav-limiter {
	margin: 0 auto;
	max-width: var(--nav-width-inner);
}

.site-header a {
	text-decoration: none;
}

.nav-wrapper {
	max-width: var(--nav-width-outer);
	margin: 0 auto;
	background: #fff;
}

.above-nav {
	height: var(--nav-height-above);
	background: var(--colour-header-stripe);
}

.primary-nav {
	width: 100%;
	height: var(--nav-height-primary);
	position: relative;
	z-index: 20;
	transition: box-shadow 0.25s;
}

.primary-nav.scrolled {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.75);
}

.primary-nav.sticky {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	/* prevent flicker in Chrome: */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.primary-nav .nav-limiter {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.primary-nav a:focus,
.primary-nav a:focus-visible {
	border-radius: 0.25px;
	outline: 2px solid var(--nav-colour-primary);
}

.primary-nav a:focus:not(:focus-visible) {
	outline: none !important;
}

/* Nav logo ----------------------------------------------------------------- */

.primary-nav .logo-container {
	flex: 1;
	max-width: var(--nav-logo-max-width);
	margin-right: var(--nav-page-margin);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.primary-nav .logo {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: var(--nav-logo-height-percent);
	margin: var(--nav-logo-margin-adjustment);
	background-image: url('./img/logo-ocis.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 0.5px;
	text-decoration: none;
	outline: none;
	transition: opacity 0.1s;
}

.primary-nav .logo:hover {
	opacity: 0.8;
}

.primary-nav .logo:focus,
.primary-nav .logo:focus-visible {
	outline: 2px solid var(--nav-colour-primary);
	outline-offset: 3px;
}

.primary-nav .logo:focus:not(:focus-visible) {
	outline: none;
}

/* Nav menu ----------------------------------------------------------------- */

.primary-nav .menu-container {
	position: relative;
	flex: initial;
	height: var(--nav-height-primary);
}

/* Parent menu */

.primary-nav .nav-menu {
	display: flex;
	align-items: center;
	margin: 0;
	margin-left: calc(var(--nav-page-margin) - var(--nav-d-p-padding-x));
	margin-right: calc(var(--nav-page-margin) - var(--nav-d-p-padding-x));
	padding: 0;
	list-style-type: none;
	text-align: right;
}

.primary-nav .nav-menu > .menu-item {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	height: var(--nav-height-primary);
	padding: 0 var(--nav-d-p-padding-x);
	line-height: 1.125;
	text-align: center;
}

.primary-nav .nav-menu > .menu-item:hover {
	background: var(--nav-d-p-bg-hover-colour);
}

.primary-nav .nav-menu > .menu-item.current-menu-item,
.primary-nav .nav-menu > .menu-item.current-menu-ancestor {
	color: var(--nav-colour-primary);
}

.primary-nav .nav-link-parent {
	display: block;
	margin-bottom: 0.9375rem;
	padding-top: 0.1875rem;
	padding-bottom: 0.125rem;
	color: var(--nav-d-p-text-colour);
	font-size: var(--nav-d-p-font-size);
	font-weight: var(--nav-d-p-font-weight);
	text-transform: var(--nav-d-p-text-transform);
	border-bottom: var(--nav-d-p-underline-thickness) solid transparent;
}

.primary-nav .menu-item .nav-link-parent:focus,
.primary-nav .menu-item .nav-link-parent:hover,
.primary-nav .menu-item-has-children:hover .nav-link-parent {
	color: var(--colour-secondary);
}

.primary-nav .menu-item:nth-child(1) .nav-link-parent:focus,
.primary-nav .menu-item:nth-child(1) .nav-link-parent:hover {
	color: var(--colour-green);
}

.primary-nav .menu-item:nth-child(2) .nav-link-parent:focus,
.primary-nav .menu-item:nth-child(2) .nav-link-parent:hover {
	color: #36b278;
}

.primary-nav .menu-item:nth-child(3) .nav-link-parent:focus,
.primary-nav .menu-item:nth-child(3) .nav-link-parent:hover {
	color: #2cb19d;
}

.primary-nav .menu-item:nth-child(4) .nav-link-parent:focus,
.primary-nav .menu-item:nth-child(4) .nav-link-parent:hover {
	color: #23afc4;
}

.primary-nav .menu-item:nth-child(5) .nav-link-parent:focus,
.primary-nav .menu-item:nth-child(5) .nav-link-parent:hover {
	color: var(--colour-blue);
}

.primary-nav .menu-item .nav-link-parent:focus,
.primary-nav .menu-item .nav-link-parent:focus-visible {
	outline-color: var(--nav-colour-primary);
	outline-offset: 2px;
}

.primary-nav .menu-item .nav-link-parent:focus:not(:focus:visible) {
	outline: none;
}

.primary-nav .menu-item.current-menu-item .nav-link-parent,
.primary-nav .menu-item.current-menu-parent .nav-link-parent {
	border-bottom-color: var(--nav-colour-primary);
}

.primary-nav .menu-item-has-children .nav-link-parent {
	cursor: default;
}

.primary-nav .primary-color {
	font-weight: 700;
	color: var(--colour-primary);
}

/* Child menu */

.primary-nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 999;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	list-style-type: none;
	text-align: right;
}

.primary-nav .sub-menu .menu-item {
	padding: 0;
	width: var(--nav-d-c-item-width);
	position: relative;
}

.primary-nav .sub-menu .menu-item:not(:first-child)::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0.5px;
	background: rgba(255, 255, 255, 0.35);
}

.primary-nav .menu-item.expanded .sub-menu {
	display: block;
}

.primary-nav .nav-link-child {
	display: block;
	padding: var(--nav-d-c-padding);
	background: var(--nav-d-c-bg-colour);
	font-size: 0.875rem;
	line-height: 1.3;
	color: #fff;
	white-space: var(--nav-d-c-white-space);
}

.primary-nav .current-menu-item > .nav-link-child,
.primary-nav .nav-link-child:focus,
.primary-nav .nav-link-child:hover {
	background: var(--nav-d-c-bg-hover-colour);
}

.primary-nav .nav-link-child:focus,
.primary-nav .nav-link-child:focus-visible {
	outline: 2px solid var(--nav-d-c-focus-outline-colour);
	outline-offset: -4px;
}

.primary-nav .nav-link-child:focus:not(:focus-visible) {
	outline: none;
}

/* Nav menu toggle ---------------------------------------------------------- */

.nav-menu-toggle {
	display: none;
	flex: initial;
	width: 2.5em;
	height: 2.5em;
	margin: 0 var(--nav-page-margin);
	background-color: #fff;
	color: var(--nav-colour-primary);
	outline: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	border: none;
	font-size: 1em;
	padding: 0;
}

.nav-menu-toggle i {
	font-size: 1.375em;
}

.nav-menu-toggle:hover:not(:disabled) {
	background: transparent;
	color: var(--colour-primary-hover);
}

.nav-menu-toggle[aria-expanded="true"]:not(:disabled) {
	background: var(--nav-colour-primary);
	color: #fff;
}

.nav-menu-toggle:focus:not(:disabled),
.nav-menu-toggle:focus-visible:not(:disabled) {
	outline: 2px solid var(--nav-colour-primary);
	outline-offset: 2px;
	box-shadow: none;
}

.nav-menu-toggle:focus:not(:focus-visible) {
	outline: none !important;
}

/* Mobile styling ----------------------------------------------------------- */

@media (max-width: 48em) {
	.primary-nav .nav-menu > .menu-item {
		padding: 2.25em 0.5em;
		padding: 0 calc(var(--nav-d-p-padding-x) * 0.75);
	}
}

@media (min-width: 44.01em) {
	.primary-nav .menu-container {
		display: block !important;
	}
}

@media (max-width: 44em) {
	.jump-anchor::before {
		height: var(--nav-height-primary-mobile);
		margin-top: calc(-1 * var(--nav-height-primary-mobile));
	}

	.site-content {
		padding-top: calc(var(--nav-height-above) + var(--nav-height-primary-mobile));
	}

	.primary-nav {
		height: var(--nav-height-primary-mobile);
	}

	.primary-nav .nav-limiter {
		position: relative;
		height: var(--nav-height-primary-mobile);
	}

	/* Nav logo ------------------------------------------------------------- */

	.primary-nav .logo-container {
		flex: 1;
		max-width: var(--nav-logo-max-width-mobile);
	}

	/* Nav menu ------------------------------------------------------------- */

	.primary-nav .menu-container {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		height: auto;
		top: 100%;
		background: #f2f2f2;
		border-top: 1.5px solid #333;
		padding: 0.5em 0;
	}

	.primary-nav .menu-container::after {
		content: '';
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 0.5px;
		background: rgba(0, 0, 0, 0.5);
	}

	.primary-nav .menu-container.expanded {
		display: block;
	}

	/* Parent menu */

	.primary-nav .nav-menu {
		display: block;
		margin: 0;
		text-align: left;
	}

	.primary-nav .nav-menu > .menu-item {
		display: block;
		width: auto;
		height: auto;
		padding: 0;
		text-align: left;
		border: none;
	}

	.primary-nav .nav-link-parent {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0.625rem 1rem 0.625rem calc(var(--nav-page-margin) - var(--nav-m-left-border-thickness));
		line-height: 1.3;
		border-bottom: none;
		border-top: none;
		border-left: var(--nav-m-left-border-thickness) solid transparent;
	}

	.primary-nav .menu-item.current-menu-item .nav-link-parent {
		background: var(--nav-colour-primary);
		color: #fff;
	}

	.primary-nav .menu-item.current-menu-ancestor:not(.expanded) .nav-link-parent {
		border-left-color: var(--nav-colour-primary);
	}

	.primary-nav .menu-item .nav-link-parent:focus,
	.primary-nav .menu-item .nav-link-parent:focus-visible {
		outline: 2px solid var(--colour-primary);
		outline-offset: -4px;
	}

	.primary-nav .menu-item.current-menu-item .nav-link-parent:focus,
	.primary-nav .menu-item.current-menu-item .nav-link-parent:focus-visible {
		outline-color: #fff;
	}

	.primary-nav .menu-item .nav-link-parent:focus:not(:focus-visible) {
		outline: none !important;
	}

	.primary-nav .menu-item-has-children .nav-link-parent::after {
		content: '';
		display: block;
		position: absolute;
		width: 1rem;
		height: 1rem;
		top: 1.125rem;
		right: 0.75rem;
		border-style: solid;
		border-width: 0.5rem;
		border-color: transparent;
		border-top-color: #bfbfbf;
		transition: 150ms all ease;
		transform-origin: 50% 25%;
		transform: rotate(-90deg);
	}

	.primary-nav .menu-item-has-children.expanded .nav-link-parent::after {
		transform: rotate(0deg);
		border-top-color: var(--nav-colour-primary);
	}

	.primary-nav .menu-item-has-children .nav-link-parent {
		cursor: pointer;
	}

	/* Child menu */

	.primary-nav .sub-menu {
		position: static;
		top: auto;
		left: auto;
		border-top: none;
		box-shadow: none;
		text-align: left;
	}

	.primary-nav .sub-menu .menu-item {
		width: auto;
	}

	.primary-nav .sub-menu .menu-item:not(:first-child)::before {
		display: none;
	}

	.primary-nav .nav-link-child {
		padding: 0.625rem 1rem 0.625rem calc(1rem + var(--nav-page-margin) - var(--nav-m-left-border-thickness));
		background: inherit;
		font-size: 0.9375rem;
		color: #333;
		border-left: var(--nav-m-left-border-thickness) solid transparent;
		white-space: normal;
	}

	.primary-nav .nav-link-child:hover {
		background: transparent;
		color: var(--colour-primary);
	}

	.primary-nav .nav-link-child:focus,
	.primary-nav .nav-link-child:focus-visible {
		background: transparent;
		outline-color: var(--nav-colour-primary);
		outline-offset: -4px;
		color: var(--colour-primary);
	}

	.primary-nav .nav-link-child:focus:not(:focus-visible) {
		outline: none !important;
	}

	.primary-nav .current-menu-item > .nav-link-child {
		background: var(--nav-colour-primary);
		color: #fff;
	}

	.primary-nav .current-menu-item > .nav-link-child:focus,
	.primary-nav .current-menu-item > .nav-link-child:focus-visible {
		outline-color: #fff;
	}

	/* Nav menu toggle ------------------------------------------------------ */
	
	.nav-menu-toggle {
		display: flex;
	}
}

/* ## Buttons --------------------------------------------------------------- */

.btn {
	display: inline-block;
	padding: 0.625rem 1rem;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.25rem;
	color: #fff;
	background: var(--colour-primary);
	border: none;
	border-radius: 1.25rem;
	text-decoration: none;
}

.btn:hover:not(:disabled) {
	background: var(--colour-primary-hover);
	color: #fff;
}

.btn:focus:not(:disabled),
.btn:focus-visible:not(:disabled) {
	background: var(--colour-primary-hover);
	outline: 2px solid var(--colour-primary-hover);
	outline-offset: 1.5px;
	color: #fff;
}

.btn:focus:not(:focus-visible):not(:disabled) {
	outline: none;
}

.btn:disabled {
	background: #b3b3b3;
	color: #e5e5e5;
}

/* ## Footer ---------------------------------------------------------------- */

.site-footer strong {
	font-weight: 600;
}

.site-footer .upper {
	padding: 2.25rem 0 2rem 0;
	background: var(--colour-footer-bg-upper);
	color: #fff;
	line-height: 1.4;
}

.site-footer .upper h2 {
	margin: 0 0 1.5rem 0;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
}

.site-footer .upper h3 {
	margin: 1.5rem 0 0.5rem 0;
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1.25;
}

.site-footer .columns.main > .column.left {
	flex: 1;
	text-align: center;
}

.site-footer .columns.main > .column.left p {
	margin: 1em auto 0 auto;
	max-width: 15em;
}

.site-footer .columns.main > .column.right {
	flex: 2;
}

.site-footer .upper address,
.site-footer .upper .item {
	margin-bottom: 1em;
}

.site-footer .upper .item.phone {
	margin-bottom: 0.25em;
}

.site-footer .upper .item:last-child {
	margin-bottom: 0;
}

.site-footer .upper .logo {
	display: block;
	width: 100%;
	max-width: 14em;
	margin: 0.125em auto 2em auto;
}

.site-footer .upper a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	text-decoration: none;
}

.site-footer .upper a:focus,
.site-footer .upper a:hover {
	border-bottom: 1px solid #fff;
}

.site-footer .upper a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 0.5px;
	border-bottom: none;
}

.site-footer .upper .item.contact .email {
	margin-top: 0.125em;
}

.site-footer .upper a:focus:not(:focus-visible) {
	outline: none !important;
}

.site-footer .upper .social-icons {
	display: flex;
	align-items: center;
	gap: 0.75em;
}

.site-footer .upper .social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	font-size: 1.25rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.15);
	border: none;
}

.site-footer .upper .social-icon:hover {
	border: none;
	background-color: #fff;
	color: var(--colour-footer-bg-upper);
}

.site-footer .lower {
	padding: 1em 0;
	background: var(--colour-footer-bg-lower);
}

.site-footer .lower .limiter {
	display: flex;
	align-items: center;
}

.site-footer .lower .copyright {
	flex: 1;
	font-size: 0.875em;
}

.site-footer .lower .copyright .primary {
	margin-right: 0.75em;
	color: hsl(0, 0%, 80%);
}

.site-footer .lower .copyright .secondary {
	color: hsl(0, 0%, 55%);
}

.site-footer .lower a {
	border-bottom: 1px solid hsla(0, 0%, 55%, 0.5);
	color: inherit;
	text-decoration: none;
}

.site-footer .lower a:focus,
.site-footer .lower a:hover {
	border-bottom: 1px solid hsl(0, 0%, 55%);
}

.site-footer .lower a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 0.5px;
	border-bottom: none;
}

.site-footer .lower .top-button-wrapper {
	flex: initial;
	margin-left: 1em;
}

.site-footer .lower .top-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.125em;
	height: 2.125em;
	padding: 0.45em 0.5em 0.55em 0.5em;
	color: rgba(255, 255, 255, 0.5);
	border: none;
	border-radius: 0.5px;
}

.site-footer .lower .top-button:hover {
	color: #fff;
	border: none;
}

.site-footer .lower .top-button:focus,
.site-footer .lower .top-button:focus-visible {
	color: #fff;
	outline: 2px solid #fff;
}

.site-footer .lower .top-button:focus:not(:focus-visible) {
	outline: none;
}

@media (max-width: 44em) {
	.site-footer .upper h2 {
		margin-bottom: 1rem;
		text-align: center;
	}

	.site-footer .upper .logo {
		display: block;
		width: 100%;
		max-width: 12em;
		margin-top: 0;
		margin-bottom: 1.5em;
	}

	.site-footer .columns {
		flex-direction: column;
		text-align: center;
		gap: 2em;
	}

	.site-footer .column {
		flex: initial;
		width: 100%;
	}

	.site-footer .columns.main > .column.left p {
		margin-top: 0.25em;
		max-width: none;
	}

	.site-footer .upper .social-icons {
		align-items: center;
		justify-content: center;
	}

	.site-footer .lower .copyright {
		line-height: 1.35;
	}

	.site-footer .lower .copyright .secondary {
		display: block;
		margin-top: 0.1875em;
	}
}

/* ## Posts and pages ------------------------------------------------------- */

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* ## Comments -------------------------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* ## Widgets --------------------------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* ## Media ----------------------------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* ## Captions -------------------------------------------------------------- */

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* ## Galleries ------------------------------------------------------------- */

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/* -----------------------------------------------------------------------------
 # Common ------------------------------------------------------------------- */

.columns {
	display: flex;
	align-items: flex-start;
	gap: 3em;
}

.columns > .column {
	flex: 1;
}


/* -----------------------------------------------------------------------------
 # Home page ---------------------------------------------------------------- */

.page-home {
	background: #fff;
}

.page-home section {
	padding: 3em 0;
	font-size: 1.0625rem;
}

.page-home section > .is-layout-constrained {
	width: 100%;
	max-width: 1152px;
	margin: 0 auto;
	padding: 0 1em;
}

.page-home section h2 {
	margin: 0 0 1.5rem 0;
	color: var(--colour-heading);
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.25;
}

.page-home section h3 {
	margin: 0 0 1rem 0;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.25;
	color: #000;
}

.page-home section p {
	margin: 0 0 1rem 0;
}

.page-home section ul li {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.page-home .columns {
	display: flex;
	align-items: stretch;
	gap: 3em;
}

.page-home .columns > .column {
	flex: 1;
}

@media (max-width: 64em) {
	.page-home .columns {
		gap: 2em;
	}
}

@media (max-width: 45em) {
	.page-home section {
		padding: 2.5em 0;
		font-size: 1rem;
	}

	.page-home section h2 {
		font-size: 1.5rem;
	}

	.page-home section h3 {
		font-size: 1.125rem;
	}

	.page-home .columns {
		flex-direction: column;
		gap: 1.5em;
	}
}

/* ## Hero section ---------------------------------------------------------- */

.page-home section.hero {
	padding-bottom: 1.75rem;
	color: #fff;
	background: var(--colour-bg-fallback);
	background-image: url('./img/bg-gradient.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}

.page-home section.hero .hero-image {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 31.25%;
}

.page-home section.hero .hero-image .rooms {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: url('./img/hero-rooms.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	mix-blend-mode: overlay;
	color: hsl(0, 0%, 15%);
}

.page-home section.hero .hero-image .checkmarks {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: url('./img/hero-checkmarks.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	mix-blend-mode: color-dodge;
}

.page-home section.hero .hero-content p {
	font-size: 1.75em;
	font-weight: 200;
	line-height: 1.3;
}

.page-home section.hero .hero-content p strong {
	font-weight: 500;
}

@media (max-width: 45em) {
	.page-home section.hero .limiter {
		padding: 0;
	}

	.page-home section.hero .hero-image {
		position: relative;
		padding-bottom: 51.5%;
	}

	.page-home section.hero .hero-image .rooms {
		background-position: 47% 50%;
		background-size: cover;
	}

	.page-home section.hero .hero-image .checkmarks {
		background-position: 47% 50%;
		background-size: cover;
	}

	.page-home section.hero .hero-content .gt {
		display: none;
	}

	.page-home section.hero .hero-content p {
		margin: 0;
		font-size: 1.625rem;
		text-align: center;
	}
}

@media (max-width: 40em) {
	.page-home section.hero .hero-content p {
		max-width: 13em;
		margin: 0 auto;
	}
}

@media (max-width: 22.5em) {
	.page-home section.hero .hero-content p {
		max-width: 15em;
		padding: 0 1rem;
		font-size: 1.5rem;
	}
}

@media (max-width: 20.5em) {
	.page-home section.hero .hero-content p {
		max-width: none;
		font-size: 1.375rem;
	}
}

/* ## Intro section --------------------------------------------------------- */

.page-home section.intro h2 {
	font-weight: 500;
	text-align: center;
}

.page-home section.intro h2 strong {
	font-weight: 700;
}

.page-home section.intro .columns.first {
	margin: 3em auto 2em auto;
	text-align: center;
}

.page-home section.intro .columns.first h3 {
	display: inline-block;
	min-width: 85%;
	padding: 0.4375rem 1.375rem 0.5rem 1.375rem;
	background: var(--colour-green);
	background: linear-gradient(60deg, var(--colour-green-dark) 0%, var(--colour-green) 100%);
	border-radius: 1.1875rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.15;
	text-align: center;
}

.page-home section.intro .columns.first h3.teal {
	background: var(--colour-teal);
	background: linear-gradient(60deg, var(--colour-teal-dark) 0%, var(--colour-teal) 100%);
}

.page-home section.intro .columns.first h3.blue {
	background: var(--colour-blue);
	background: linear-gradient(60deg, var(--colour-blue-dark) 0%, var(--colour-blue) 100%);
}

.page-home section.intro .columns.first h2.why {
	font-size: 1.375em;
	font-weight: 600;
}

.page-home section.intro hr {
	width: 75%;
	margin: 2.5em auto;
	background-color: #999;
}

.page-home section.intro .columns.second {
	margin-top: 2.5rem;
	gap: 4.5em;
}

.page-home section.intro .columns.second .column.left {
	flex: 3;
}

.page-home section.intro .columns.second .column.right {
	flex: 2;
}

.page-home section.intro .columns.second ul {
	margin: 0 auto;
	padding: 0;
	max-width: 22.5em;
}

.page-home section.intro .columns.second li {
	vertical-align: middle;
	margin: 0 0 0.5rem 0;
	padding: 0 0 0 3.75rem;
	min-height: 3rem;
	list-style-type: none;
	background-image: url('./img/icon-check.svg');
	background-repeat: no-repeat;
	background-position: 0 0.1875rem;
	background-size: 2.75rem auto;
}

@media (max-width: 57.5em) {
	.page-home section.intro .columns.first h3 {
		font-size: 1.0625rem;
	}
}

@media (max-width: 52em) {
	.page-home section.intro .columns.first h3 {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0.25rem 1.375rem 0.3125rem 1.375rem;
		min-height: 3.375rem;
		border-radius: 1.6875rem;
		font-size: 1.0625rem;
	}

	.page-home section.intro .columns.second {
		gap: 3em;
	}

	.page-home section.intro .columns.second .column.left {
		flex: 1;
	}

	.page-home section.intro .columns.second .column.right {
		flex: 1;
	}
}

@media (max-width: 45em) {
	.page-home section.intro .columns.first h3 {
		display: inline-block;
		padding: 0.4375rem 1.375rem 0.5rem 1.375rem;
		min-height: unset;
		min-width: 14em;
		border-radius: 1.1875rem;
		font-size: 1.125rem;
	}

	.page-home section.intro .columns.second {
		gap: 1.5em;
	}
}

@media (max-width: 20em) {
	.page-home section.intro h3 {
		min-width: auto;
	}
}

/* ## Budgeting section ----------------------------------------------------- */

.page-home section.budgeting {
	position: relative;
	padding: 4.5em 0;
	color: #fff;
	background: var(--colour-light-grey);
	background-image: url('./img/bg-budgeting.jpg');
	background-repeat: no-repeat;
	background-position: 65% 60%;
	background-size: cover;
	text-align: center;
}

.page-home section.budgeting:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.75;
}

.page-home section.budgeting .limiter {
	position: relative;
	min-height: 18em;
}

.page-home section.budgeting .logo-overlay {
	position: absolute;
	right: 5%;
	bottom: -2em;
	width: 22em;
	opacity: 0.15;
}

.page-home section.budgeting p {
	max-width: 33em;
	font-size: 1.125em;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 45em) {
	.page-home section.budgeting .logo-overlay {
		right: 1.5rem;
		bottom: -2rem;
		width: 20em;
	}
}

@media (max-width: 30em) {
	.page-home section.budgeting .logo-overlay {
		position: relative;
		width: 100%;
		bottom: -1rem;
		margin: 1rem 1.5rem 0 1.5rem;
		opacity: 0.25;
	}

	.page-home section.budgeting .logo-overlay img {
		display: block;
		width: 100%;
		max-width: 18em;
		margin: 0 auto;
	}
}

/* ## About section --------------------------------------------------------- */

.page-home section.about h2 {
	text-align: center;
}

.page-home section.about h3 {
	margin-top: 2rem;
}

.page-home section.about .columns {
	margin-top: 3rem;
}

.page-home section.about .columns .column.right {
	text-align: right;
}

.page-home section.about .columns img {
	width: 100%;
	max-width: 27em;
	border-radius: 12px;
	aspect-ratio: 0.9;
	object-fit: cover;
	object-position: 50% 15%;
}

@media (max-width: 64em) {
	.page-home section.about .columns img {
		aspect-ratio: unset;
		object-fit: cover;
		object-position: 50% 50%;
	}
}

@media (max-width: 45em) {
	.page-home section.about .columns {
		margin-top: 2rem;
	}

	.page-home section.about .columns .column.right {
		text-align: center;
	}

	.page-home section.about .columns img {
		max-width: 24em;
		width: 100%;
		aspect-ratio: 0.9;
		object-position: 50% 15%;
	}
}

/* ## Commitment section ---------------------------------------------------- */

.page-home section.commitment {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 27em;
	color: #fff;
	background: var(--colour-light-grey);
	background-image: url('./img/bg-commitment.jpg');
	background-repeat: no-repeat;
	background-position: 50% 55%;
	background-size: cover;
	text-align: center;
}

.page-home section.commitment:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.75;
}

.page-home section.commitment .limiter {
	position: relative;
}

.page-home section.commitment ul {
	margin: 0;
	padding: 0;
}

.page-home section.commitment li {
	margin: 0.75rem 0 0 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.25;
}

/* ## Team section ---------------------------------------------------------- */

.page-home section.team h2 {
	text-align: center;
}

.page-home section.team h3 {
	margin-top: 2rem;
}

.page-home section.team h3:first-child {
	margin-top: 0;
}

.page-home section.team .columns {
	margin-top: 3rem;
}

.page-home section.team .columns img {
	border-radius: 12px;
}

@media (max-width: 45em) {
	.page-home section.team .columns {
		margin-top: 2rem;
	}

	.page-home section.team .columns .column.left {
		text-align: center;
	}

	.page-home section.team .columns img {
		max-width: 24em;
		width: 100%;
		aspect-ratio: 0.7;
		object-fit: cover;
		object-position: 50% 85%;
	}
}

/* ## CCC section ----------------------------------------------------------- */

.page-home section.ccc {
	padding: 0;
	background-color: #e6e7e8;
	background-image: url('./img/bg-ccc.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.page-home section.ccc .limiter {
	display: flex;
	align-items: center;
	height: 20em;
	position: relative;
}

.page-home section.ccc .fade-overlay {
	position: absolute;
	right: -3.25rem;
	top: 0;
	bottom: 0;
	width: 3.75rem;
	background: linear-gradient(90deg, transparent 0%, #e6e7e8 95%);
}

.page-home section.ccc .container {
	width: 16em;
	text-align: center;
}

.page-home section.ccc .container .ccc-logo {
	display: block;
	width: 100%;
	max-width: 8em;
	margin: 0 auto 1.5em auto;
}

.page-home section.ccc .container p {
	max-width: 12.25em;
	margin: 0 auto;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.3;
}

@media (max-width: 80em) {
	.page-home section.ccc {
		background-size: cover;
	}

	.page-home section.ccc .fade-overlay {
		display: none;
	}
}

@media (max-width: 63.99em) {
	.page-home section.ccc {
		background-position: 35% 25%;
		background-size: cover;
	}

	.page-home section.ccc .limiter {
		padding-top: 1rem;
		padding-bottom: 1rem;
		height: auto;
		aspect-ratio: 2.25;
	}
}

@media (max-width: 54em) {
	.page-home section.ccc {
		background-position: 0% 25%;
		background-size: cover;
	}

	.page-home section.ccc .limiter {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
		aspect-ratio: 1.95;
	}

	.page-home section.ccc .container {
		width: 60%;
	}
}

@media (max-width: 34em) {
	.page-home section.ccc {
		background: #e6e7e8;
		background: linear-gradient(60deg, #e6e7e8 20%, #ccd4de 100%);
	}

	.page-home section.ccc .limiter {
		aspect-ratio: unset;
	}

	.page-home section.ccc .container {
		width: 100%;
	}
}

/* ## Services section ------------------------------------------------------ */

.page-home section.services h2 {
	text-align: center;
}

.page-home section.services h3 {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

.page-home section.services h3:first-child {
	margin-top: 0;
}

.page-home section.services .columns {
	margin-top: 3em;
}

.page-home section.services .columns .column.left {
	flex: 3;
}

.page-home section.services .columns .column.right {
	flex: 2;
}

.page-home section.services .service {
	padding-top: 0.8125rem;
	padding-left: 4.75rem;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 3.5rem auto;
}

.page-home section.services .service h3 {
	margin-bottom: 0.625rem;
	font-size: 1.375em;
}

.page-home section.services .service p {
	margin-bottom: 0.625rem;
}

.page-home section.services .service ul {
	padding-inline-start: 1.25em;
}

.page-home section.services .sign-up {
	line-height: 1.4;
}

.page-home section.services .sign-up a {
	text-decoration: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.75);
}

.page-home section.services .sign-up a:hover {
	color: var(--colour-text);
	border-bottom: 1.5px solid var(--colour-text);
}

.page-home section.services .sign-up a:focus,
.page-home section.services .sign-up a:focus-visible {
	border: none;
	border-radius: 0.5px;
	outline: 2px solid var(--colour-text);
}

.page-home section.services .service.green {
	background-image: url('./img/icon-check-green.svg');
}

.page-home section.services .service.teal {
	background-image: url('./img/icon-check-teal.svg');
}

.page-home section.services .service.blue {
	background-image: url('./img/icon-check-blue.svg');
}

.page-home section.services .container {
	padding: 1.75em 2em;
	background: var(--colour-light-grey);
	border-radius: 1em;
}

@media (max-width: 52em) {
	.page-home section.services .columns .column.left {
		flex: 1;
	}

	.page-home section.services .columns .column.right {
		flex: 1;
	}
}

@media (max-width: 45em) {
	.page-home section.services .columns {
		margin-top: 2em;
	}
}

/* ## Quote section --------------------------------------------------------- */

.page-home section.quote {
	background: var(--colour-bg-fallback);
	background-image: url('./img/bg-gradient.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
}

.page-home section.quote h2 {
	text-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.page-home section.quote p {
	font-size: 1.125em;
	text-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.quote-form {
	max-width: 48em;
	margin: 2.5rem auto 1rem auto;
	padding: 1.75rem 2rem 0.5rem 2rem;
	background: #fff;
	border-radius: 1rem;
	text-align: left;
}

.quote-form .wsf-form {
	--wsf-form-color-primary: var(--colour-primary);
	--wsf-field-border: 1px solid #999;
	--wsf-field-border-radius: 7.5px;
	--wsf-form-grid-gap: 3em;
	--wsf-field-button-border-radius: 12px;
	--wsf-field-button-font-size: 1.1875rem;
	--wsf-field-button-font-weight: 600;
	--wsf-field-button-padding: 0.625rem 2rem;
	--wsf-field-button-primary-border-color: transparent;
	--wsf-field-button-primary-border-color-focus: transparent;
	--wsf-field-button-primary-border-color-hover: transparent;
	--wsf-field-button-text-transform: uppercase;
	--wsf-field-button-width: auto;
	--wsf-field-checkbox-checked-color-background: var(--colour-primary);
	--wsf-field-checkbox-gap-horizontal: 0.75rem;
}

.quote-form .wsf-form .wsf-field-wrapper {
	margin-bottom: 1.25rem;
}

.quote-form .wsf-bottom {
	margin-top: 0.75rem;
	text-align: center;
}

.quote-form .wsf-field-wrapper.wsf-bottom {
	margin-bottom: 1.75rem;
}

.quote-form .wsf-form button.wsf-button.wsf-button-primary {
	background: linear-gradient(60deg, var(--colour-blue-dark) 0%, var(--colour-blue) 100%);
	border: 1.5px solid #fff !important;
}

.quote-form .wsf-form button.wsf-button.wsf-button-primary:hover {
	background: linear-gradient(60deg, #204958 0%, var(--colour-blue) 100%);
	border: 1.5px solid #fff !important;
}

.quote-form .wsf-form button.wsf-button.wsf-button-primary:focus:not(:focus-visible) {
	box-shadow: none;
}

.quote-form .wsf-form button.wsf-button.wsf-button-primary:active {
	background: linear-gradient(60deg, #204958 0%, #1da2d9 100%);
}

.quote-form .wsf-form input[type='checkbox'].wsf-field {
	outline: none;
}

.quote-form .wsf-alert.wsf-alert-success > p {
	margin: 0;
}

@media (max-width: 767px) {
	.quote-form {
		max-width: 27em;
	}
}

/* ## Testimonials section -------------------------------------------------- */

.page-home section.testimonials {
	text-align: center;
}

.testimonials-swiper-container {
	display: flex;
	align-items: stretch;
	max-width: 54em;
	margin: 2rem auto 0 auto;
}

/* Left/right navigation */

.swiper-button-container {
	flex: initial;
	margin-top: 1.75rem;
	width: 2.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.swiper-button-container.left {
	justify-content: flex-start;
}

.swiper-button-container.right {
	justify-content: flex-end;
}

.testimonials-swiper-button {
	background: none;
	color: inherit;
	border: none;
	padding: 0.125rem 0.375rem;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	border-radius: 1px;
}

.testimonials-swiper-button.prev {
	margin-left: -0.375rem;
}

.testimonials-swiper-button.next {
	margin-right: -0.375rem;
}

.testimonials-swiper-button svg {
	display: block;
	width: 1.25rem;
	height: auto;
	color: hsl(210, 4%, 85%);
}

.testimonials-swiper-button:focus,
.testimonials-swiper-button:focus-visible {
	outline: 2px solid #000;
}

.testimonials-swiper-button:focus:not(:focus-visible) {
	outline: none;
}

.testimonials-swiper-button:focus svg,
.testimonials-swiper-button:hover svg {
	color: hsl(210, 4%, 75%);
}

.testimonials-swiper-button.prev svg {
	transform: rotate(180deg);
}

.testimonials-swiper-button.swiper-button-disabled {
	cursor: default;
}

.testimonials-swiper-button.swiper-button-disabled svg {
	color: hsl(210, 4%, 95%) !important;
}

/* Swiper content */

.testimonials-swiper {
	flex: 1;
}

.testimonial {
	display: flex;
	align-items: stretch;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.testimonial-tile {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 1.75em;
	padding: 2.75rem 1.25rem 1.75rem 1.25rem;
	border: 1px solid #000;
	border-radius: 1.25rem;
}

.testimonial-tile::after {
	content: '';
	display: block;
	position: absolute;
	top: -1.75rem;
	left: 0;
	right: 0;
	height: 3.5rem;
	background-image: url('./img/icon-check-green.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.testimonial:nth-child(2n + 2) .testimonial-tile::after {
	background-image: url('./img/icon-check-blue.svg');
}

.testimonial-tile .quote {
	font-size: 0.9375em;
	font-style: italic;
	opacity: 0.65;
}

.testimonial-tile .attribution {
	font-size: 0.9375em;
	font-weight: 500;
}

@media (max-width: 45em) {
	.testimonials-swiper-container {
		max-width: 31.5em;
	}
}

/* Swiper pagination */

.testimonials-swiper-pagination {
	position: relative;
	--swiper-pagination-bottom: 0;
	--swiper-pagination-bullet-horizontal-gap: 8px;
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-size: 14px;
	--swiper-pagination-color: hsl(210, 4%, 75%);
}

.testimonials-swiper-pagination .swiper-pagination {
	position: relative;
	margin-top: 1rem;
}

.testimonials-swiper-pagination .swiper-pagination-bullet {
	border: 1px solid hsl(210, 4%, 70%);
}

.testimonials-swiper-pagination .swiper-pagination-bullet:hover {
	background: hsl(210, 4%, 85%);
}

.testimonials-swiper-pagination .swiper-pagination-bullet-active:hover {
	background: hsl(210, 4%, 75%);
}


/* -----------------------------------------------------------------------------
 # Plugins ------------------------------------------------------------------ */

/* ## Jetpack infinite scroll ----------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}


/* -----------------------------------------------------------------------------
 # Utilities ---------------------------------------------------------------- */

/* ## Accessibility --------------------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 2px;
	outline: 2px solid #000;
	clip: auto !important;
	clip-path: none;
	color: #000;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* ## Alignments ------------------------------------------------------------ */

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
