:root { 
	--colour_dark: #142b3f;
	--colour_lightblue: #1473e6;
	--colour_brightblue: #f0f8ff;
	--colour_lightgrey: #f2f2f2;
	--colour_darkgrey: #3b3b3b;
	--colour_red: #b71c1c;
	--colour_purple: #6519eb;
	--colour_pink: #d90078;
	--colour_green: #1b9821;	
}
.content-grid {
	--padding-inline: 1rem;
	--content-max-width: 1200px;
	--breakout-max-width: 1500px;
	--breakout-size: calc((var(--breakout-max-width) - var(--content-max-width)) / 2);
	display: grid;
	grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start] min(100% - (var(--padding-inline) * 2), var(--content-max-width)) [content-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--padding-inline), 1fr) [full-width-end];
}
.content-grid > :not(.breakout, .full-width),
.full-width > :not(.breakout, .full-width) {
	grid-column: content;
}
.content-grid > .breakout {
	grid-column: breakout;
}
.content-grid > .full-width {
	grid-column: full-width;
	display: grid;
	grid-template-columns: inherit;
}
.logogrid {
	display: grid; grid-template-columns: 1fr 1fr; overflow: hidden;
}
.success, .failure, .warning {
    margin: 0 0 20px;
    padding: 1rem;
    border-radius: .5rem;
}
.success {
    background: #d4ffe8;
    color: #006305;
}
.warning {
	background: #ffe9d4;
	color: #632500;
}
.failure {
	background: #ffd4e2;
	color: #630000;
}
.failure a, .success a {
	color: inherit;
}
#logo {
	margin-top: 1.5rem;
	margin-bottom: -1px;
	max-width: 512px;
	cursor: pointer;
}
img.full-width {
	width: 100%;
	max-height: 45vh;
	object-fit: cover;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: "Titillium Web", serif; */
	font-family: "Roboto", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
html {
	background: #f0f0f0;
}
.hidden-disabled {
	display: none !important;
}
.menu-toggle {
	display: none;
}
.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin: 16px 8px 16px auto
}
.menu-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 0px;
    transition: all 0.3s, color 0.1s;
}
.menu-toggle:checked + section .menu-icon span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
	border-radius: 2px;
	background: var(--colour_lightblue);
}
.menu-toggle:checked + section .menu-icon span:nth-of-type(2) {
    opacity: 0;
	width: 1px;
}
.menu-toggle:checked + section .menu-icon span:nth-of-type(3) {
    transform: rotate(-45deg) translate(6px, -6px);
	border-radius: 2px;
	background: var(--colour_lightblue);
}
.hero {
	background: url(/assets/graphics/unsplash/scott-webb-U5kQvbQWoG0-unsplash-crop.jpg);
	background-size: cover;
	min-height: 400px;
	background-position: top;
}
.onlyxs {
	display: none;
}
.noxs button, .noxs .button-with-icon {
	align-self: center;
}
.content-grid.light {
	background: #fff;
	border-top: 10px solid #d0e9ff;
}
.content-grid.lighter {
	background: #fafbfb;
}
.content-grid.offwhite {
	border-top: 1px solid #407d9c;
	background: #ebeff1;
	min-height: 200px;
}
.button-with-icon {
	display: flex;
	align-items: center;
	padding: 0;
	text-decoration: none;
	color: #fff;
	border: none;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.3s ease;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	white-space: nowrap;
}
.button-with-icon.primary {
	background-color: var(--colour_pink);
}
.button-with-icon.secondary {
	background-color: var(--colour_green);
}
.button-with-icon.quaternary {
	background-color: var(--colour_red);
	color: #fff;
	box-shadow: none;
}
.trainer a.button-with-icon.tertiary, .trainer a.button-with-icon.tertiary:hover {
	background: var(--colour_purple);
	text-decoration: none;
}
.icon-container {
	background-color: rgba(0,0,0,0.15);
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-container {
	flex: 1;
	padding: 8px 16px;
	text-align: center;
	font-weight: 600;
	font-family: "Titillium Web", serif;
}
.button-with-icon:active {
	transform: none;
	transition: none;
}
.button-with-icon.secondary:hover {
	background: #00af00;
}
.button-with-icon.primary:hover {
	background: #ed1b8f
}
.button-with-icon.tertiary {
	background: var(--colour_lightblue);
	color: #fff;
	box-shadow: none;
}
h1 {
	background: rgba(0,0,0,.42);
	padding: 9px 12px 12px;
	display: inline-block;
	margin: 16px 0 8px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	line-height: 110%;
}
.titillium-web-regular {
	font-family: "Titillium Web", serif;
	font-weight: 400;
	font-style: normal;
}

.titillium-web-semibold, h1 {
	font-family: "Titillium Web", serif;
	font-weight: 600;
	font-style: normal;
}
nav {
	background: var(--colour_lightblue);
	color: #fff;
}
nav ul, ol.breadcrumb {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
ol.breadcrumb li:not(:first-child)::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #d1d1d1;
    content: '/';
}
nav ul a {
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-family: "Titillium Web", serif;
}
nav ul a:hover {
	background: white;
	color: var(--colour_lightblue);
}
section.logo {
	background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4)), var(--colour_dark);
}
.main {
	min-height: 75vh;
}
.logo img {
	vertical-align: bottom;
}
.intro {
	background: #f0f0f0;
	width: 60%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	padding: 15px 17px 17px;
}
.intro p {
	padding-bottom: 15px;
}
.hero h1 {
	font-size: 24px;
	padding: 10px 12px;
}
ol, ul, address {
	margin-left: 30px;
}
.trail {
	padding: 50px 15px;
}
.trail p {
	margin: 15px 0;
}
hr {
	margin: 25px 0;
	border: 0;
	border-top: 1px solid var(--colour_lightblue);
}
ol li {
	margin-top: 10px;
}
li a {
	white-space: nowrap;
}
ol.breadcrumb {
	margin: 10px 10px 20px;
}
ol.breadcrumb li:last-child {
	color: #d1d1d1;
}
ol.breadcrumb a {
	text-decoration: none;
	color: #000;
}
ol.breadcrumb a:hover {
	color: var(--colour_lightblue)
}
strong {
	font-weight: 600;
}
#contact-sheet {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 500ms;
}
#contact-sheet.visible, .menu-toggle:checked + section + nav .grower {
	grid-template-rows: 1fr;
}
#contact-sheet > div, .grower > ul {
	overflow: hidden;
}
#contact-sheet p {
	margin: 15px 10px;
}
.trainer {
	display: flex;
}
.trainer ul li::marker {
	color: var(--colour_lightblue);
}
.trainer .photo img {
	border: 5px solid #fff;
	border-radius: 1px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	max-width: 200px;
}
.info {
	padding: 0 12px;
}
.trainer .info h3 {
	margin: 2rem 0 .5rem;
}
.legacy .photo {
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.legacy .photo img {
	width: 160px;
	height: auto;
	object-fit: cover;
}
.legacy .info {
	padding: 12px
}
img[src="/assets/icons/face.svg"] {
	background: linear-gradient(135deg, #e3fdff, #bed4ff);
}
.map-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.map-container ul li:first-child {
	list-style-type: none;
	font-weight: 600;
	font-size: 1.1rem;
	margin-left: -1rem;
}
svg.map {
	width: 100%;
}
.trainer h2 {
	border-bottom: 2px solid #108af5;
}
h3 {
	margin: 15px 0 0;
	font-weight: 600;
}
h2 + small {
	font-size: 16px;
	color: var(--colour_darkgrey);
}
.push-right {
	float: right;
	font-size: .975rem;
}
.push-right a {
	color: #1373e6;
	text-decoration: none;
}
small.push-right.offline {
    color: red;
}
small.push-right.online {
    color: green;
}
.button-tray {
	display: flex; flex-direction: row; gap: 1.2rem;
}
.trainer .button-tray {
	margin: 50px 0 10px;
}
.logo .button-tray {
	justify-content: flex-end;
}

.personal-trainers {
	margin: 0 auto;
	padding: 20px;
}
.personal-trainers h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 2rem;
}
.personal-trainers {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	grid-auto-rows: 1fr;
}
.trainerlist h2 {
	margin: 0 10px;
}
.trainers {
	background: var(--colour_brightblue);
	border-radius: 8px;
	padding: 15px;
	text-align: center;
	transition: transform 0.2s, box-shadow 0.2s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.personal-trainers a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.personal-trainers a:hover .trainers {
	outline: 2px solid var(--colour_lightblue);
}

.trainers img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 10px;
	margin: 0 auto 10px;
	object-fit: cover;
	border: 2px solid var(--colour_lightblue)
}

.trainers h3 {
	font-size: 1.2rem;
	color: var(--colour_lightblue);
	margin: 0;
}
.trainers h3 + small {
	margin-bottom: 10px;
	display: block;
	font-size: .85rem;
}
.trainerlist h2 + small {
	display: block;
	margin-left: 10px;
	color: var(--colour_pink);
}

.trainers p {
	font-size: 0.85rem;
	color: var(--colour_dark);
	margin: 0;
	flex-grow: 1;
	text-align: left;
	line-height: 1.6rem;
}

.form_search {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 500px;
}
.form_search input {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius: .5rem 0 0 .5rem;
	border-right: 0;
	border-top: 1px solid #ccc;
	box-shadow: none;
	flex: 1 1 auto;
	font-size: 1rem;
	height: 2.75rem;
	padding: 0 1rem;
	width: 0;
}
.form_search button.submit {
	align-items: center;
	background: #1075d1;
	border: 0;
	border-bottom-right-radius: .5rem;
	border-top-right-radius: .5rem;
	display: flex;
	flex: 0 0 auto;
	height: 2.75rem;
	justify-content: center;
	padding: 0;
	transition: background-color .15s ease-out;
	width: 2.75rem;
}
.map-region {
	stroke: rgba(0, 0, 0, 0.2);
	stroke-width: 2;
	filter: url(#f1);
	cursor: pointer;
}
.map-region:hover {
	fill: var(--colour_lightblue)
}

.sherlock {
	stroke: #fff;
}
.form {
	padding: 25px;
	background: var(--colour_brightblue);
	border-radius: 10px;
	margin-bottom: 50px;
}
.form > p:first-child {
	margin-top: 0;
}
.form li {
	margin: 10px;
	line-height: 1.6rem;
}
.form ul + h2 {
	margin-top: 50px;
}
.form a {
	color: var(--colour_lightblue);
	text-decoration: none;
}
.form a:hover {
	text-decoration: underline;
}
form .button-tray {
	margin-top: 25px;
}
.duoform {
	display: grid;
	grid-template-columns: 4fr 8fr;
	max-width: 900px;
	align-items: center;
}
.duoform input, .duoform textarea, select {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border-radius: .5rem;
	border: 1px solid #b5c9d9;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	flex: 1 1 auto;
	font-size: 1rem;
	height: 2.75rem;
	padding: 0 1rem;
	margin: .75rem 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.duoform textarea {
	height: auto;
	padding: .75rem 1rem;
}
.text-center {
	text-align: center;
}
label.textarea {
	align-self: start;
    margin-top: .75rem;
}
input.error {
	border-color: #f00;
	color: #f00;
}
label:has(+ input.error) {
	color: #f00;
}
input[readonly] {
    background: #fafafa;
}
optgroup {
	color: var(--colour_lightblue);
	font-weight: 600;
}
optgroup option {
	color: #000;
	font-weight: normal;
	margin-left: 1rem;
}
.duoform select {
	height: auto;
	padding: .75rem 1rem;
}
.menu-icon {
	display: none;
}
.photo {
    margin-right: 10px;
}
p {
	line-height: 1.8rem;
}
.info p {
    margin-left: 10px;
}
.hamburger-tray {
	display: none;
}
@media (max-width: 600px) {
	#logo {
		max-width: calc(100% - 50px);
	}
}
@media (max-width: 900px) {
	.logogrid {
		display: flex;
	}
	.hamburger-tray {
		display: flex;
		align-items: center;
		flex-grow: 1;
	}
	.photo {
		margin: 0;
	}
	.menu-icon {
		display: flex;
	}
	.grower {
		display: grid;
		grid-template-rows: 0fr;
		transition: grid-template-rows 500ms;
		min-height: 10px;
	}
	nav ul {
		display: block;
		margin-bottom: 10px;
		max-width: 80%;
	}
	.onlyxs {
		display: inherit;
	}
	.noxs {
		display: none;
	}
	.intro {
		width: 100%;
		background: transparent;
		padding: 0;
		box-shadow: none;
		margin-top: 3rem;
	}
	.hero h1 {
		background: rgba(0, 0, 0, 0.2);
	}
	.intro p {
		display: none;
	}
	section.content-grid.full-width.hero {
		min-height: 205px;
	}
	#logo {
		grid-column: 1 / span 2;
	}
	.map-container, .duoform {
		grid-template-columns: 1fr;
	}
	.trail {
		padding: 25px 0;
	}
	ol.breadcrumb li:last-child {
		display: none;
	}
	.trainer {
		display: block;
	}
	.photo {
 		text-align: center;
	}
	.trainer .button-tray {
		margin: 40px 0 0;
	}
	.button-tray {
		flex-direction: column;
	}
}
footer {
	background: #f0f0f0;
	padding: 25px 0;
	color: #888;
}
footer a {
	text-decoration: underline;
	color: #888;
}
div#stage {
	display: flex;
	gap: 20px;
}

div#stage .trainer {
	flex: 1;
}

div#helisports {
	display: none;
	background: #f8f8f8;
	width: 240px;
	border-radius: 10px;
	margin-bottom: 50px;
	text-align: center;
}

div#helisports.injected {
	display: block;
}

div#helisports > a > img {
	margin: 15px 15px 0;
}

div#helisports button {
	background: var(--colour_lightblue);
	color: #fff;
	padding: 5px 10px;
	border: 0;
	border-radius: 6px;
}

div#helisports div.offer {
	margin: 10px;
	padding: 10px;
	background: #fff;
	text-align: left;
}

div#helisports div.offer:hover {
	outline: 1px solid #e7e7e7
}

div#helisports div.offer > a {
	text-decoration: none;
	color: var(--colour_lightblue)
}

div#helisports div.offer > a > img {
	width: 200px;
	max-width: 100%;
}

div#helisports div.offer > a > span {
	color: #109e10;
	font-weight: bold;
}

div#helisports div.offer > a > span > del {
	color: grey
}

div#helisports > a.obtn {
	background: #109e0f;
	color: #fff;
	padding: 5px 10px;
	border: 0;
	border-radius: 6px;
	margin: 5px auto 15px;
	text-decoration: none;
	display: inline-block;
	font-size: .875rem;
}
.offers-wrapper .offer:nth-child(3) {
    display: none;
}

@media (max-width: 1180px) {
	.offers-wrapper .offer:nth-child(3) {
		display: block;
	}
	#stage {
		flex-direction: column
	}
	div#helisports {
		width: auto;
	}
	div#helisports > a > img {
		max-width: 200px
	}
	.offers-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}