/* -------------------------------------------------------------------------- *
 * Atom - A text banner
 * -------------------------------------------------------------------------- */
.a_banner {
	display: inline-block;
	padding: 0.500rem 1rem;
	border-radius: 1.500rem;
}

/* ----- Icon ----- */
.a_banner .material-symbols-rounded {
	position: relative;
	bottom: -0.375rem;
	margin: -0.500rem 0.250rem 0 0;
}



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Atom - Blockquote
 * -------------------------------------------------------------------------- */
.a_blockquote {
	margin: 0;
	padding: 0;
	opacity: 0.75;
	filter: blur(1rem);
	transition: all 0.5s ease-in-out 0s;
}

	.a_blockquote blockquote {
		position: relative;
		margin: 0;
		padding: 0 2rem;
		border: none;
		line-height: 1em;
		font-style: normal;
	}
	
		.a_blockquote blockquote  p {
			font-size: 0;
			transition: all 0.25s ease-in-out 0.5s;
		}

		.a_blockquote figcaption.author {
			display: block;
			padding-top: 0;
			font-size: 0;
			font-style: normal;
			font-weight: 800;
			transition: all 0.25s ease-in-out 0.5s;
		}

/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */
/* ----- Active variant ----- */
.a_blockquote.-active {
	opacity: 1;
	filter: blur(0rem);
	transition: all 0.5s ease-in-out 0.75s;
}
	.a_blockquote.-active blockquote  p {
		font-size: 1.500rem;
		transition: all 0.25s ease-in-out 0.5s;
	}
	.a_blockquote.-active  figcaption.author {
		padding-top: 1.500rem;
		font-size: 1.250rem;
		transition: all 0.25s ease-in-out 0.5s;
	}
/* -------------------------------------------------------------------------- *
 * Molecule - Blog Post Meta
 * -------------------------------------------------------------------------- */
.a_blogPostMeta {
	
}

	.a_blogPostMeta a {
		color: var(--colorWhite);
		text-decoration: none;
	}

/* -------------------------------------------------------------------------- *
 * Atom - Standard button element
 * -------------------------------------------------------------------------- */
.a_button, .a_button:visited {
	display: inline-block;
	position: relative;
	padding: 0.500rem;
	border: none;
	border-radius: 0.500rem;
	outline: none;
	background: var(--colorPrimary);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1em;
	color: var(--colorWhite-perpetual);
	text-align: center;
	vertical-align: middle;
	transition: all 0.25s ease-in-out;
	overflow: hidden;
}

	.a_button:hover {
		border: none;
		background-color: var(--colorPrimary-dark);
		cursor: pointer;
	}

	.a_button ._content {
		margin: 0 0.500rem;
	}

	.a_button .material-symbols-rounded {
		margin: -0.500rem 0 -0.31250rem 0;
		vertical-align: middle;
	}

	.a_button .material-symbols-rounded.-after {
		margin: -0.5rem 0 -0.31250rem 0;
		vertical-align: middle;
	}

/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */

/* ----- Secondary colour variant ----- */
.a_button.-colorSecondary {
	background-color: var(--colorSecondary);
	color: var(--colorOffBlack);
}

/* ----- Danger variant ----- */
.a_button.-colorDanger {
	background-color:var(--colorDanger);
	color: var(--colorWhite-perpetual);
}

/* ----- Grey variant ----- */
.a_button.-colorGrey {
	background-color:var(--colorGrey);
	color: var(--colorOffBlack-perpetual);
}

/* ----- Tiny ----- */
.a_button.-tiny,
.a_button.-tiny:visited {
	padding: 0.3125rem 1.00rem 0.250rem 1rem;
	font-size: 0.750rem;
	text-transform: uppercase;
	color: var(--colorWhite);
}

/* ----- Small ----- */
.a_button.-small {
	padding: 0.3126rem 0.500rem;
	font-size: 0.750rem;
	font-weight: 600;
}

/* ----- Large ----- */
.a_button.-large {
	padding: 0.750rem 0.875rem;
	font-size: 1.250rem;
}

/* ----- Wider ----- */
.a_button.-wider {
	padding-right: 3.500rem;
	padding-left: 3.500rem;
}

/* ----- Widest ----- */
.a_button.-widest {
	width:100%;
}


/* ----- Waiting ----- */
.a_button:disabled {
	cursor: not-allowed;
	background-color: var(--colorOffBlack);
}

.a_button:disabled:hover {
	animation-name: none;
}

/* ----- Icon only and no background ----- */
.a_button.-iconOnly {
	padding: 0.250rem;
	border: none;
	color: var(--colorText);
	font-size: 1.500rem;
	background-color: transparent;
	vertical-align: bottom;
}

	.a_button.-iconOnly ._content {
		margin: 0;
	}

	.a_button.-iconOnly:hover {
		background-color: var(--colorPrimary);
		color: var(--colorWhite-perpetual);
		cursor: pointer;
	}


/* -------------------------------------------------------------------------- *
 * Pagiantion
 * -------------------------------------------------------------------------- */
.a_button.-pagination,
.a_button.-pagination:visited {
	padding-right: 0;
	padding-left: 0;
	min-width: 2rem;
	margin: 0 0.250rem;
	border: none;
	white-space: nowrap;
	color: var(--colorWhite-perpetual);
}

	.a_button.-pagination.-prev .material-symbols-rounded {
		
	}

	.a_button.-pagination.-next .material-symbols-rounded {
		
	}

	.a_button.-pagination.-active {
		background-color: var(--colorPrimary-dark);
		animation-name: none;
		cursor: not-allowed;
	}

	.a_button.-pagination.-disabled {
		background-color: var(--colorGrey);
		border-color: var(--colorGrey);
		animation-name: none;
		cursor: not-allowed;
	}



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll-
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls-
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl-
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts-
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml-
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms-
	 * ---------------------------------------- */
	
}

/* -------------------------------------------------------------------------- *
 * Atom - Burger Button
 * -------------------------------------------------------------------------- */
.a_buttonBurger {
	position: relative;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: none;
	border-radius: 1.500rem;
	font-size:1rem;
	transition: all 0.25s ease-in-out;
	background:none;
}

	.a_buttonBurger ._line {
		position: absolute;
		top: calc(50% - 0.1875rem);
		left: calc(50% - 1.250rem);
		width: 2.500rem;
		height: 0.3125rem;
		border-radius: 0.1875rem;
		background-color: var(--colorOffBlack);
		transform-origin: center;
		transition: all 0.25s ease-in-out;
	}

	.a_buttonBurger ._lineOne {
		top: calc(50% - 0.8125rem);
	}

	.a_buttonBurger ._lineTwo {
		opacity: 1;
	}

	.a_buttonBurger ._lineThree {
		top: calc(50% + 0.4375rem);
	}

	.a_buttonBurger:hover {
		cursor: pointer;
	}

	.a_buttonBurger ._btnContent {
		font-size: 0;
		opacity: 0;
	}


/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */
/* ----- Active ----- */
.a_buttonBurger.-active {
	
}
	.a_buttonBurger.-active ._lineOne
	{
		top: calc(50% - 0.125em);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.a_buttonBurger.-active ._lineTwo
	{
		opacity: 0;
	}

	.a_buttonBurger.-active ._lineThree
	{
		top: calc(50% - 0.125em);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.a_buttonBurger.-active:hover {
		
	}


/* ----- Admin Sidebar Toggle ----- */
.a_buttonBurger._adminSidebarToggle {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 100;
}

/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll-
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls-
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl-
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts-
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml-
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms-
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Atom - Sidebar expand/collapse toggle button
 * -------------------------------------------------------------------------- */
.a_buttonSidebar {
	display: block;
	margin: 0;
	padding: 0.250rem;
	border: 0;
	outline: none;
	background: transparent;
}

	.a_buttonSidebar:hover {
		cursor: pointer;
	}

	.a_buttonSidebar ._iconIsOpen,
	.a_buttonSidebar ._iconIsCollapsed {
		font-size: 1.500rem;
		color: var(--colorWhite-perpetual);
	}


	.a_buttonSidebar.-isOpen ._iconIsOpen {
		display: block;
	}

	.a_buttonSidebar.-isOpen ._iconIsCollapsed {
		display: none;
	}


	.a_buttonSidebar.-isCollapsed ._iconIsOpen {
		display: none;
	}

	.a_buttonSidebar.-isCollapsed ._iconIsCollapsed {
		display: block;
	}

/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Atom - Website Carbon Badge
 * -------------------------------------------------------------------------- */
.a_websiteCarbonBadge {
	position: relative;
	display: inline-block;
	padding: 0 0 1rem 1rem;
	overflow: hidden;
}

	/* ------ Icon ------ */
	.a_websiteCarbonBadge ._ecoIcon {
		position: absolute;
		top: 0;
		left: 0;
		width: 1.750rem;
		height: 1.750rem;
		padding: 0.500rem;
		border: 0.1875rem solid var(--colorPrimary-dark);
		border-radius: 50%;
		background-color: var(--colorOffBlack-dark);
	}

		.a_websiteCarbonBadge ._ecoIcon svg {
			width: 1.750rem;
			height: 1.750rem;
			fill: var(--colorWhite);
		}

	/* ------ Inner Content ------ */
	.a_websiteCarbonBadge ._innerContent {
		padding-left: 1.5rem;
		border: 0.1875rem solid var(--colorPrimary-dark);
		border-radius: 0.750rem 0.8750rem 0.8750rem 0;
		font-size: 0.875rem;
	}

		.a_websiteCarbonBadge ._innerContent sub {

		}

	.a_websiteCarbonBadge ._innerContent ._carbonPerView {
		display: inline-block;
		padding: 0.250rem 0.500rem 0 0.750rem;
	}

	.a_websiteCarbonBadge ._innerContent ._carbonLink {
		display: inline-block;
		padding: 0.250rem 0.500rem;
		border: none;
		border-radius: 0 0.50rem 0.50rem 0;
		color: var(--colorWhite);
		background-color: var(--colorPrimary-dark);
		font-weight: 700;
	}

	/* ------ Outter Content ------ */
	.a_websiteCarbonBadge ._outterContent {

	}

	.a_websiteCarbonBadge ._outterContent ._carbonComparison {
		display: inline-block;
		margin-top: 0.250rem;
		padding-left: 0.750rem;
		font-size: 0.875rem;
	}


/* -------------------------------------------------------------------------- *
 * Atom - Contact Detail Link
 * -------------------------------------------------------------------------- */
.a_contactDetail {
	display: flex;
	align-items: center;
	padding: 1rem 0;
	border: none;
	color: var(--colorWhite);
	font-size: 1.375rem;
	font-weight: 700;
	transition: all 0.25s ease-in-out;
	
}

	.a_contactDetail:visited {
		color: var(--colorWhite);
	}

	.a_contactDetail:hover {
		border: none;
		color: var(--colorSecondary);
	}

	.a_contactDetail .material-symbols-rounded {
		font-size: 2rem;
		margin-right: 0.750rem;
	}

	.a_contactDetail svg {
		width: 2rem;
		height: 2rem;
		margin-right: 0.750rem;
	}
/* -------------------------------------------------------------------------- *
 * Atom - Context Menu Item
 * -------------------------------------------------------------------------- */
.a_contextMenuItem ._contextButton {
	width: 100%;
	margin: 0;
	padding: 0.750rem 1rem 0.750rem 0.500rem;
	border: 0;
	outline: none;
	color: var(--colorText);
	text-align: left;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1em;
	transition: all 0.25s ease-in-out;
	overflow: hidden;
	white-space: nowrap;
	background: transparent;
}

	.a_contextMenuItem ._contextButton .material-symbols-rounded {
		margin: -0.5rem 0.500rem -0.31250rem 0;
		vertical-align: middle;
		transition: all 0.25s ease-in-out;
	}

	.a_contextMenuItem ._contextButton:hover {
		background-color: var(--colorPrimary);
		color: var(--colorWhite-perpetual);
		cursor: pointer;
	}
/* -------------------------------------------------------------------------- *
 * Atom - Checkbox input
 * -------------------------------------------------------------------------- */
.a_inputCheckbox {
	user-select: none;
	padding: 0 0 0.250rem 0;
}

	.a_inputCheckbox ._checkbox {
		position: relative;
		top: 0.250rem;
		display: inline-block;
		width: 1.125rem;
		height: 1.125rem;
		border-radius: 0.250rem;
		border: 0.125rem solid var(--colorTileBdr);
		background-color: var(--colorTileBg);
		text-align: center;
		user-select: none;
	}

		.a_inputCheckbox ._checkbox svg {
			position: relative;
			width: 1.125rem;
			height: 1.125rem;
			fill: var(--colorTileBg);
		}

	.a_inputCheckbox ._input {
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		opacity: 0;
	}

		.a_inputCheckbox ._input:checked + ._checkbox {
			border-color: var(--colorSecondary-dark);
			background-color: var(--colorSecondary);
		}

		.a_inputCheckbox ._input:checked + ._checkbox svg {
		}

	.a_inputCheckbox ._input:disabled {

	}

		.a_inputCheckbox ._input:disabled + ._checkbox  {
			background-color: var(--colorGrey-light);
		}

			.a_inputCheckbox ._input:disabled + ._checkbox:hover  {
				cursor: not-allowed;
			}

		.a_inputCheckbox ._input:disabled + ._checkbox svg  {
			fill: var(--colorGrey-light);
		}



/* ----- Colour variants ----- */
.-bgPrimary .a_inputCheckbox ._checkbox {
	border-color: var(--colorWhite);
}

	.-bgPrimary .a_inputCheckbox ._input:checked + ._checkbox {
		border-color: var(--colorSecondary);
		background-color: var(--colorSecondary);
	}

		.-bgPrimary .a_inputCheckbox ._input:checked + ._checkbox svg {
			fill: var(--colorOffBlack);
		}



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Atom - Radio Input + Label
 * -------------------------------------------------------------------------- */

.a_inputRadio {
	display: block;
	margin: 0 0 0.3125rem 0;
}

	.a_inputRadio label {
		padding:0;
	}

	.a_inputRadio:hover {
		cursor: pointer;
	}
	.a_inputRadio ._radioButton {
		display: inline-block;
		position: relative;
		top: 0.125em;
		box-sizing: border-box;
		width: 1rem;
		height: 1rem;
		margin-right: 0.250rem;
		border: 0.1875em solid var(--colorWhite);
		border-radius: 0.5em;
		background-color: var(--colorWhite);
		box-shadow: 0 0 0 0.0625em var(--colorGrey);
		-webkit-box-shadow: 0 0 0 0.0625em var(--colorGrey);
		-moz-box-shadow: 0 0 0 0.0625em var(--colorGrey);
	}

	.a_inputRadio input {
		display: none;
	}

	.a_inputRadio input:checked ~ ._radioButton {
		background-color: var(--colorPrimary);
	}

/* ----- Colour Variants ----- */
.-bgPrimary .a_inputRadio ._radioButton {
	box-shadow: 0 0 0 0.0625em var(--colorWhite);
	-webkit-box-shadow: 0 0 0 0.0625em var(--colorWhite);
	-moz-box-shadow: 0 0 0 0.0625em var(--colorWhite);
}

	.-bgPrimary .a_inputRadio input:checked ~ ._radioButton {
		background-color: var(--colorOffBlack);
	}
/* -------------------------------------------------------------------------- *
 * Atom - Form Select dropdown
 * -------------------------------------------------------------------------- */
.a_inputSelect {
	position: relative;	
}

	.a_inputSelect select {
		position: relative;
		z-index: 2;
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		padding: 0.500rem 2.500rem 0.500rem 1.500rem;
		border-radius: 0.500rem;
		border: 0.125rem solid var(--colorTileBdr);
		outline: none;
		background-color: transparent;
		font-size: 1.125rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.a_inputSelect select:disabled {
		cursor: not-allowed;
	}

	.a_inputSelect select::-ms-expand {
		display: none;
	}

	.a_inputSelect ._select {
		position: relative;
		z-index: 1;
		border-radius: 0.500rem;
		background-color: var(--colorTileBg);
	}

	.a_inputSelect .material-symbols-rounded {
		position: absolute;
		right: 0.125rem;
		
		z-index: 1;
		font-size: 2.500rem;
		color: var(--colorOffBlack);
		transition: all 0.25s ease-in-out;
	}

		.a_inputSelect select:hover {
			cursor: pointer;
		}
/* -------------------------------------------------------------------------- *
 * Atom - Checkbox Toggle
 * -------------------------------------------------------------------------- */
.a_inputToggle {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0.500rem;
	padding: 0;
	user-select: none;
}

	.a_inputToggle ._label {
		display: inline-block;
		position: relative;
		bottom: -0.0625rem;
	}

	.a_inputToggle ._toggle {
		display: inline-block;
	}

	.a_inputToggle ._toggleRail {
		display: grid;
		grid-template-columns: 1fr 1fr;
		position: relative;
		align-self: flex-end;
		width: auto;
		height: 1.750rem;
		margin: 0;
		border-radius: 1rem;
		background-color: var(--colorGrey);
		color: var(--colorOffBlack);
	}

	.a_inputToggle ._toggleSlider {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 50%;
		height: 1.750rem;
		border-radius: 0.875rem;
		background-color: var(--colorPrimary);
		transition: all 0.25s ease-in-out;
	}

		.a_inputToggle:hover ._toggleSlider {
			background-color: var(--colorPrimary-light)
		}

	.a_inputToggle input {
		display: block;
		position: absolute;
		z-index: 3;
		width: 3rem;
		height: 1.750rem;
		margin: 0;
		opacity: 0;
	}

		.a_inputToggle input:hover {
			cursor:pointer;
		}

		.a_inputToggle input:checked ~ ._toggleSlider {
			left: 50%;
		}

	.a_inputToggle ._toggleFalse {
		position: relative;
		z-index: 3;
		grid-column-start: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 0.750rem;
		font-size: 0.875rem;
		transition: all 0.25s ease-in-out;
	}

	.a_inputToggle ._toggleTrue {
		position: relative;
		z-index: 3;
		grid-column-start: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 0.750rem;
		font-size: 0.875rem;
		transition: all 0.25s ease-in-out;
	}

		.a_inputToggle input:not(:checked) ~ ._toggleFalse,
		.a_inputToggle input:checked ~ ._toggleTrue {
			color: var(--colorWhite);
		}


/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */
/* ----- Left align ----- */
	.a_inputToggle.-left label
	{
		flex-direction: row-reverse;
	}

	.a_inputToggle.-left ._toggleRail
	{
		margin: 0 0.5rem 0 0;
	}

/* ----- Secondary colour variant ----- */
.a_inputToggle.-colorSecondary ._toggleSlider {
	background-color:var(--colorSecondary);
}
	.a_inputToggle.-colorSecondary label:hover ._toggleSlider {
		background-color:var(--colorSecondary-light);
	}

/* ----- Grey colour variant ----- */
.a_inputToggle.-colorGrey .toggleSlider {
	background-color:var(--colorGrey);
}
	.a_inputToggle.-colorGrey label:hover ._toggleSlider {
		background-color:var(--colorGrey-light);
	}
/* -------------------------------------------------------------------------- *
 * Atom - Loading Animation
 * -------------------------------------------------------------------------- */
.a_loading {
	display: inline-block;
	width: 3.25em;
	transform-origin: center;
	animation: a_loadingRotate 2s linear infinite;
}

	.a_loading circle {
		fill: none;
		stroke: var(--colorPrimary);
		stroke-width: 2;
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
		stroke-linecap: round;
		animation: a_loadingDash 1.5s ease-in-out infinite;
	}

@keyframes a_loadingRotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes a_loadingDash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dashoffset: -125px;
	}
}

/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Atom - Nav Item
 * -------------------------------------------------------------------------- */

.a_navItem,
.a_navItem:visited {
	border: none;
	font-size: 1.125rem;
	font-weight: 400;
	color: var(--colorBlack);
	padding-bottom: 0.25rem;
	border-bottom: none;
}

._navList .a_navItem span._content {
	margin-right: 1rem;
	padding-bottom: 0.25rem;
}
._navList li:last-child .a_navItem span._content {
	margin-right: 0;
}
#siteTopbar .m_navList ._navList li:last-child {
	padding-right: 0;
}
._navList .a_navItem span.border {
	border-right: 2px solid var(--colorGrey);
}
._navList li:last-child .a_navItem span.border {
	border-right: none;
}
._navList .a_navItem:hover span._content,
._navList .a_navItem:visited:hover span._content {
	color: var(--colorBlack);
	border-bottom: 6px solid var(--colorGrey);
}

/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */

/* ----- Active ----- */
._navList .a_navItem.-active span._content,
._navList .a_navItem.-active:visited span._content {
	border-bottom: 6px solid var(--colorGrey);
}
	.a_navItem.-active,
	.a_navItem.-active:visited, .a_navItem.-active:hover, .a_navItem:hover {
		border-bottom: none;
	}

	.a_navItem.-active:hover span._content {
		border-bottom: 6px solid var(--colorGrey);
		cursor: pointer;
	}

	/* ----- Highlight ----- */
	.a_navItem.-highlight {
		position: relative;
		display: block;
		padding: 0.500rem 2rem;
		border-radius: 1.500rem;
		border: 0.125rem solid var(--colorSecondary);
		color: var(--colorSecondary);
		transition: all 0.25s ease-in-out;
		overflow: hidden;
		animation-duration: 1s;
		animation-delay: 0;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
	}

		.a_navItem.-highlight:hover {
		}


#siteTopbar ul.m_navList li .a_navItem .material-symbols-rounded {
	display: none;
	float: right;
	font-weight: 700;
}



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */

	#siteTopbar .m_navList ul._navList li .a_navItem {
		display: block;
		padding: 1rem 1rem 1rem 0.625rem;
		border-left: 0.375rem solid var(--colorWhite);
	}

		#siteTopbar .m_navList ul._navList li .a_navItem.-active {
			border-left: 0.375rem solid var(--colorGrey);
		}
}

@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */

}

/* -------------------------------------------------------------------------- *
 * Molecule - Price
 * -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- *
 * Atom - Timeline Content
 * -------------------------------------------------------------------------- */
.a_timelineContent {
}

   .a_timelineContent ._content {
      margin: 2rem;
      padding: 0 0 1.750rem 0; 
      border-bottom: 0.250rem dotted var(--colorPrimary);
   }

      .a_timelineContent p:last-child {
         margin-bottom: 0;
      }
/* -------------------------------------------------------------------------- *
 * Atom - Timeline Feature
 * -------------------------------------------------------------------------- */
.a_timelineFeature {
   
}

   .a_timelineFeature ._featureContent {
      position: relative;
      display: grid;
      grid-template-columns: 4.500rem 1fr;
      grid-template-rows: 1fr 1fr 0;
      grid-gap: 0;
      width: auto;
      margin: 1rem;
      padding: 1.250rem 1rem 1rem 1rem;
      border: 0.250rem solid var(--colorPrimary);
      border-radius: 1rem;
      text-align: left;
   }

   .a_timelineFeature ._icon {
      grid-column: 1;
      grid-row: 1 / span 2;
   }

      .a_timelineFeature ._icon .material-symbols-rounded {
         font-size: 4rem;
         color: var(--colorPrimary);
      }

   .a_timelineFeature ._heading {
      grid-column: 2;
      grid-row: 1;
      padding-top: 0.250rem;
      font-size: 2rem;
      font-weight: 900;
      text-align: left;

   }

   .a_timelineFeature ._description {
      grid-column: 2;
      grid-row: 2;
      font-weight: 400;
      font-size: 1.125rem;
      text-align: left;
   }

   .a_timelineFeature .a_button {
      position: absolute;
      right: 2rem;
      bottom: -1rem;
   }
/* -------------------------------------------------------------------------- *
 * Atom - Timeline Content
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *
 * Atom - Timeline Content
 * -------------------------------------------------------------------------- */
.a_timelineImage {
   margin: 1rem;
}

   .a_timelineImage ._image {
      border-radius: 0.500rem;
      overflow: hidden;
   }
/* -------------------------------------------------------------------------- *
 * Atom - Timeline Content
 * -------------------------------------------------------------------------- */
.a_timelineStatistic {
}

   .a_timelineStatistic ._statisticContent {
      display: grid;
      grid-template-columns: 5.500rem 1fr;
      grid-template-rows: 1fr 1fr 0;
      grid-gap: 0.500rem;
      width: auto;
      margin: 1rem;
      padding: 1.250rem 1rem 0.250rem 1rem;
      border: 0.250rem solid var(--colorPrimary);
      border-radius: 1rem;
   }

   .a_timelineStatistic ._icon {
      grid-column: 1;
      grid-row: 1 / span 2;
   }

      .a_timelineStatistic ._icon .material-symbols-rounded {
         font-size: 5rem;
         color: var(--colorPrimary);
      }

   .a_timelineStatistic ._statistic {
      grid-column: 2;
      grid-row: 1;
      padding-top: 1rem;
      font-size: 3.500rem;
      font-weight: 900;

   }

   .a_timelineStatistic ._description {
      grid-column: 2;
      grid-row: 2;
      font-weight: 400;
      font-size: 1.500rem;
   }
/* -------------------------------------------------------------------------- *
 * Atom - Descriptive Name
 * -------------------------------------------------------------------------- */
.a_devTemplate {
	
}

/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}

/* -------------------------------------------------------------------------- *
 * Molecule - Cart Item
 * -------------------------------------------------------------------------- */
.m_cartItem .cart-item {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	padding: 1rem;
	border-radius: 8px;
}

.m_cartItem .product-image {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 1rem;
}

.m_cartItem .product-details {
	flex: 1;
}

.m_cartItem .quantity-control {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.m_cartItem .quantity-button {
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

	.m_cartItem .quantity-button:hover {
		background-color: #0056b3;
	}

.m_cartItem .product-price {
	text-align: right;
}

/* -------------------------------------------------------------------------- *
 * Molecule - Contact Details
 * -------------------------------------------------------------------------- */
.m_contactDetails {
	margin: 0;
	padding: 0;
	list-style: none;
}



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

	.m_contactDetails {

	}

		.m_contactDetails li {
			display: inline-block;
			width: 100%;
		}

			.m_contactDetails li .a_contactDetail {
				display: inline-block;
			}
}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Molecule - Context Menu
 * -------------------------------------------------------------------------- */
.m_contextMenu {
	position: relative;
	display: inline-block;
	text-align: right;
}

	.m_contextMenu ._contextMenuFlyout {
		position: absolute;
		top: 0;
		right: 1.375rem;
		z-index: 501;
		display: block;
		min-width: 14rem;
		height: 0;
		padding: 0;
		border: 0 solid var(--colorTileBdr);
		border-radius: 0.500rem;
		background-color: var(--colorTileBg);

		filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.5));
		opacity: 0;
		overflow: hidden;
	}

		.m_contextMenu ._contextMenuFlyout ._contextMenuList {
			position: relative;
			z-index: 2;
			display: block;
			width: 100%;
			margin: 0;
			padding: 0.125rem 0;
			list-style: none;
		}

		.m_contextMenu ._contextMenuFlyout.-active {
			right: 2.250rem;
			height: auto;
			padding: 0.250rem 0;
			border: 0.0625rem solid var(--colorTileBdr);
			opacity: 1;
			overflow: visible;
		}

	.m_contextMenu ._contextMenuOverlay {
		display: none;

		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 500;
		background-color: transparent;
		opacity: 0;
	}

		.m_contextMenu ._contextMenuFlyout.-active + ._contextMenuOverlay {
			display: block;
		}
/* -------------------------------------------------------------------------- *
 * Molecule - Danger Zone Panel
 * -------------------------------------------------------------------------- */
.m_dangerZone {
	box-sizing: border-box;
	padding: 1rem 1.250rem;
	border: 0.125rem solid var(--colorDanger);
	border-radius: 0.250rem;
}

	.m_dangerZone h3 {
		margin-bottom: 1.500rem;
	}

/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */
/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .ms- / 2 columns
	 * ---------------------------------------- */
	
}
body
{
}
/* -------------------------------------------------------------------------- *
 * Molecule - Gallery Modal
 * -------------------------------------------------------------------------- */
.m_galleryModal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

	.m_galleryModal .overlayBg {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 801;
		height: 0;
		background-color: rgba(28, 30, 35,0.8);
		opacity: 0;
		transition: opacity 0.25s ease-in-out;
	}

	.m_galleryModal img {
		position: relative;
		z-index: 802;
		opacity: 0;
		max-width: 88vw;
		max-height: 100vh;
		transition: opacity 0.25s ease-in-out;
	}

	.m_galleryModal  ._galleryPrev {
		position: fixed;
		top: 50%;
		left: -4rem;
		z-index: 803;
		transform: scale(0.4, 2);
		margin-top: -2rem;
	}

	.m_galleryModal  ._galleryNext {
		position: fixed;
		top: 50%;
		right: -4rem;
		z-index: 803;
		transform: scale(0.4, 2);
		margin-top: -2rem;

	}

	.m_galleryModal.-active {
		height: 100vh;
	}

		.m_galleryModal.-active .overlayBg {
			height: 100vh;
			opacity: 1;
		}

		.m_galleryModal.-active img {
			opacity: 1;
		}

		.m_galleryModal.-active ._galleryPrev {
			left: 1rem;
			transform: none;
		}

		.m_galleryModal.-active ._galleryNext {
			right: 1rem;
			transform: none;
		}
/* -------------------------------------------------------------------------- *
 * Molecule - Glossary Definition
 * -------------------------------------------------------------------------- */
.m_glossaryTerm {
	margin-bottom: 1.500rem;
	border-bottom: 0.0625rem solid var(--colorPrimary);
}

/* -------------------------------------------------------------------------- *
 * Molecule - Tag List
 * -------------------------------------------------------------------------- */
.m_listTags {
	
}

	.m_listTags .a_button {
		position:relative;
		z-index: 4;
		margin: 0 0.500rem 0 0;
	}
/* -------------------------------------------------------------------------- *
 * Molecule - Nav List
 * -------------------------------------------------------------------------- */
ul._navList {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0.25rem 0 0;
	list-style: none;
}

ul.m_navList li {
}

#siteTopbar .m_navList {
	font-size: 1.250rem;
	font-weight: 700;
}

	#siteTopbar .m_navList li {
		display: inline-block;
		padding: 0 0.500rem;
	}



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	#siteTopbar nav.m_navList {
		position: fixed;
		top: 5.625rem;
		right: -100%;
		box-sizing: border-box;
		width: 100%;
		height: calc(100vh - 5.625rem);
		padding: 2rem 0;
		background-color: var(--colorWhite);
		transition: all 0.5s ease-in-out;
		overflow: auto;
	}

		#siteTopbar nav.m_navList.-active {
			right: 0;
		}

	#siteTopbar ul.m_navList {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}

	ul._navList {
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
		margin: 0;
		padding: 0.25rem 0 0;
		list-style: none;
		flex-direction: column;
	}
	#siteTopbar .m_navList ul._navList li {
		width: 100%;
		padding: 0;
		text-align: left;
		border-bottom: 1px solid var(--colorGrey-light);
	}
	._navList .a_navItem.-active span._content, ._navList .a_navItem.-active:visited span._content {
		border-bottom: none;
	}
	._navList .a_navItem span.border {
		border-right:none;
	}
	#siteTopbar ul.m_navList li {
		width: 100%;
		padding: 0.750rem 1.500rem;
		text-align: left;
	}
	}

@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */

}

/* -------------------------------------------------------------------------- *
 * Molecule - Breadcrumb list
 * -------------------------------------------------------------------------- */
nav.m_navListBreadcrumb {
	
}

	ul.m_navListBreadcrumb {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
		font-weight: 500;
	}

		ul.m_navListBreadcrumb li {
			display: flex;
			align-items: center;
		}

		ul.m_navListBreadcrumb li  .a_navItem {
			color: var(--colorText);
		}

			ul.m_navListBreadcrumb li  .a_navItem:hover {
				color: var(--colorOffBlack);
			}

		ul.m_navListBreadcrumb li .material-symbols-rounded {
			margin: 0 0.250rem;
			color: var(--colorOffBlack-dark);
			font-size: 1.750rem;
		}

		ul.m_navListBreadcrumb li  .a_navItem.-disabled {
			color: var(--colorText);
			opacity: 0.5;
		}

			ul.m_navListBreadcrumb li  .a_navItem.-disabled:hover {
				cursor: default;
			}


/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */

/* ----- Primary coloured chevrons ----- */
nav.m_navListBreadcrumb.-chevronPrimary li .material-symbols-rounded {
	color: var(--colorPrimary);
}



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Molecule - In page contents list
 * -------------------------------------------------------------------------- */
.m_navListPageContents {
	
}

	.m_navListPageContents ul {
		margin: 0;
		padding: 0;
		border-left: 0.0625rem solid var(--colorGrey);
		list-style: none;
		font-weight: 400;
	}

		.m_navListPageContents ul li {
			margin: 0 0 0.750rem 0;
			padding: 0 0 0 1rem;
		}
/* -------------------------------------------------------------------------- *
 * Molecule - Pagination List
 * -------------------------------------------------------------------------- */
.m_navListPagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.m_navListPagination ._ellipsis {
		display: inline-block;
		padding: 0 0.500rem;
	}


/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */
	.m_navListPagination ._ellipsis {
		padding: 0 0.250rem;
	}
}

/* -------------------------------------------------------------------------- *
 * Molecule - Sitemap Nav List
 * -------------------------------------------------------------------------- */
.m_navListSitemap {
	margin: 0;
	padding: 0 0 0 1.500rem;
	border-left: 0.0625rem solid var(--colorGrey);
	list-style: none;
}

	.m_navListSitemap li {
		margin: 0.500rem 0 0 0;
		font-size: 1.250rem;
		font-weight: 400;
	}
/* -------------------------------------------------------------------------- *
 * Atom / Molecule / Organism / View - Name
 * -------------------------------------------------------------------------- */
.m_carouselPagination {
	padding-top: 3rem;
}

	.m_carouselPagination ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}

		.m_carouselPagination ul li {
			display: inline-block;
		}

		.m_carouselPagination ul li button {
			display: inline-block;
			width: 0.750rem;
			height: 0.750rem;
			margin: 0 0.500rem;
			padding: 0;
			border: none;
			outline:	none;
			border-radius: 0.500rem;
			background-color: var(--colorOffBlack);
			transition: all 0.25s ease-in-out;
		}
		.m_carouselPagination ul li button:hover {
			width: 2rem;
			cursor: pointer;
		}

			.m_carouselPagination ul li button.-active {
				display: inline-block;
				width: 3rem;
				background-color: var(--colorPrimary);
			}
/* -------------------------------------------------------------------------- *
 * Molecule - Pagination
 * -------------------------------------------------------------------------- */
.m_pagination {
	display: block;
	margin: 0.500rem auto;
}

	.m_pagination ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}

	.m_pagination ul li {
		display: inline-block;
	}

	.m_pagination ._paginationLink {
		box-sizing: content-box;
		display: block;
		width: 1.750rem;
		height: 1.750rem;
		margin: 0 0.125rem;
		padding: 0.250rem;
		border: none;
		border-radius: 0.250rem;
		background-color:var(--colorWhite);	
		font-size: 1rem;
		font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: var(--colorOffBlack);
		text-decoration: none;
		transition: all 0.25s ease-in-out;
	}

		.m_pagination ._paginationLink:hover {
			background-color: var(--colorPrimary);
			color: var(--colorWhite);
			cursor: pointer;
		}
		
		/* ----- Previous/Next Buttons ----- */
		.m_pagination ._paginationLink.-directional {
			position: relative;
			top: -0.0625rem;
			padding: 0.125rem 0.250rem 0.375rem 0.250rem;
		}
		
			.m_pagination ._paginationLink.-directional.-previous {
				padding: 0.125rem 0.375rem 0.375rem 0.125rem;
			}

			.m_pagination ._paginationLink .material-symbols-rounded {
				vertical-align: middle;
				font-size: 2rem;
			}

		/* ----- Active Buttons ----- */
		.m_pagination ._paginationLink.-active,
		.m_pagination ._paginationLink.-active:hover {
			cursor: default;
			background-color: var(--colorOffBlack);
			color: var(--colorWhite);
		}

		/* ----- Invisible Buttons ----- */
		.m_pagination ._paginationLink.-invisible,
		.m_pagination ._paginationLink.-invisible:hover {
			background-color: transparent;
			color: var(--colorOffBlack);
		}
/* -------------------------------------------------------------------------- *
 * Molecule - Password Validation
 * -------------------------------------------------------------------------- */
.m_passwordValidation {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
	.m_passwordValidation li {
		margin: 0.250rem 0;
	}

	.m_passwordValidation .material-symbols-rounded {
		vertical-align: middle;
	}

/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */
.m_passwordValidation li ._iconValid {
		display: none;
	}

.m_passwordValidation li.-invalid ._iconInvalid {
		display: inline-block;
	}
.m_passwordValidation li.-invalid ._iconValid {
		display: none;
	}

.m_passwordValidation li.-valid ._iconInvalid {
		display: none;
	}

.m_passwordValidation li.-valid ._iconValid {
		display: inline-block;
	}
/* -------------------------------------------------------------------------- *
 * Molecule  - resourceItem
 * -------------------------------------------------------------------------- */
.m_resourceItem {
	position: relative;
}
	.m_resourceItem a {
		display: flex;
		border: none;
		background-color: var(--colorOffWhite);
		margin-bottom:1rem;
		padding:1rem;
		font-weight: 400;
	}

	.m_resourceItem h4 {
		font-size: 1rem;
		font-weight: 900;
		margin-bottom: 0;
		color: var(--colorPrimary);
	}

	.m_resourceItem p {
		margin: 0;
		padding: 0;
		color: var(--colorBlack);
	}

	.m_resourceItem::after {
		content: '>';
		position: absolute;
		top: 1rem;
		right: 1rem;
		font-size: 1rem;
		font-weight: 900;
		color: var(--colorPrimary);
	}

	/* ----- Icon ----- */
	.m_resourceItem ._icon {
		display: flex;
		align-items: center;
		margin-right: 1rem;
	}

		.m_resourceItem ._icon svg {
			width: 2rem;
			height: 2.500rem;
		}
/* -------------------------------------------------------------------------- *
 * Molecule - Descriptive Name
 * -------------------------------------------------------------------------- */
.m_sidebarNavigation {
}
	.m_sidebarNavigation ul {
		margin: 0;
		list-style-type: none;
		padding:0;
	}
		.m_sidebarNavigation ul li
		{
			margin-bottom:1rem;
		}
		.m_sidebarNavigation ul li a {
				display: grid;
				grid-template-columns: 1fr 1fr;
				height: 7.500rem;
				border: none;
				font-weight: 400;
		}
		.m_sidebarNavigation ul li ._title {
				background-color: var(--colorPrimary);
				color: var(--colorWhite);
				font-size: 1.5rem;
				padding: 1rem;
		}
			.m_sidebarNavigation ul li ._image {
				background-size: cover;
				background-position: center center;
				background-repeat: no-repeat;
				background-image: var(--bg-desktop);
			}

/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	.m_sidebarNavigation ul li ._image {
		background-image: var(--bg-laptop);
	}

	.m_sidebarNavigation ul li a {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 2fr;
		height: auto;
		border: none;
	}
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	.m_sidebarNavigation ul li ._image {
		background-image: var(--bg-tablet);
	}

	.m_sidebarNavigation ul li a {
		display: grid;
		grid-template-columns: 3fr 2fr;
		grid-template-rows: 1fr;
		height: 7.500rem;
		border: none;
	}
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */
	.m_sidebarNavigation ul li ._image {
		background-image: var(--bg-mobile);
	}
	
	.m_sidebarNavigation ul li a {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		height: 7.500rem;
		border: none;
	}

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Molecule - Descriptive Name
 * -------------------------------------------------------------------------- */
.m_sidebarNavigationHome {
}
	.m_sidebarNavigationHome ul {
		margin: 0;
		list-style-type: none;
		padding: 0;
	}
		.m_sidebarNavigationHome ul li {
			margin-bottom: 1rem;
		}
			.m_sidebarNavigationHome ul li a {
				display: grid;
				grid-template-columns: 1fr 1fr;
				height: 7.500rem;
				border: none;
				font-weight: 400;
			}

			.m_sidebarNavigationHome ul li ._title {
				background-color: var(--colorPrimary);
				color: var(--colorWhite);
				font-size: 1.5rem;
				padding: 1rem;
			}
			.m_sidebarNavigationHome ul li ._image {
				background-size: cover;
				background-position: center center;
				background-repeat: no-repeat;
				background-image: var(--bg-desktop);
			}

/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	.m_sidebarNavigationHome ul li ._image {
		background-image: var(--bg-laptop);
	}

	.m_sidebarNavigationHome ul li a {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 2fr;
		height: auto;
		border: none;
	}
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	.m_sidebarNavigationHome ul li ._image {
		background-image: var(--bg-tablet);
	}

	.m_sidebarNavigationHome ul li a {
		display: grid;
		grid-template-columns: 3fr 2fr;
		grid-template-rows: 1fr;
		height: 7.500rem;
		border: none;
	}
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */
	.m_sidebarNavigationHome ul li ._image {
		background-image: var(--bg-mobile);
	}

	.m_sidebarNavigationHome ul li a {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		height: 7.500rem;
		border: none;
	}

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Molecule - Descriptive Name
 * -------------------------------------------------------------------------- */
.m_subNav {
}

	.m_subNav ul.subnav {
		list-style-type: none;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.m_subNav ul.subnav li a {
			padding: 0 1rem;
			border-right: 0.125rem solid var(--colorOffBlack);
			color: var(--colorPrimary-light);
			font-weight: 400;
		}
			.m_subNav ul.subnav li a.-active {
				padding: 0 1.5rem;
				color:var(--colorWhite);
			}

			.m_subNav ul.subnav li:last-child a {
				padding-right: 0;
				border-right: none;
			}

	.o_siteTopBar #fullscreenNav .m_subNav {
		display: none;
	}
	
/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	}

@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	.o_siteTopBar #fullscreenNav .m_subNav {
		background-color: var(--colorPrimary);
		text-align: left;
	}
		.o_siteTopBar #fullscreenNav .m_subNav ul {
			display: grid;
			grid-template-columns: 1fr;
			grid-template-rows: 1fr;
		}

			.o_siteTopBar #fullscreenNav .m_subNav ul li {
				padding: 0;
			}

				.o_siteTopBar #fullscreenNav .m_subNav ul li a {
					display: block;
					padding: 0.500rem 0;
					border-bottom: 1px solid var(--colorOffBlack);
					color: var(--colorPrimary-light);
				}
					.o_siteTopBar #fullscreenNav .m_subNav ul li a.-active {
						color: var(--colorWhite);
					}

					.o_siteTopBar #fullscreenNav .m_subNav ul.subnav li:last-child a {
						border-bottom: none;
					}
}

@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */

}

/* -------------------------------------------------------------------------- *
 * Molecule - Light/Dark Theme Selector
 * -------------------------------------------------------------------------- */
.m_themeSelector {
	display: inline-block;
	position: relative;
	margin-right: 0.500rem;
	white-space: nowrap;
}

	.m_themeSelector ._themeSelector {
		display: inline-block;
		padding: 0.250rem;
		border: 0;
		border-radius: 0.250rem;
		outline: none;
		background-color: transparent;
		transition: all 0.25s ease-in-out;
	}

		.m_themeSelector ._themeSelector:hover {
			background-color: var(--colorSecondary);
			cursor: pointer;
		}

			.m_themeSelector ._themeSelector > ._icon {
				display: block;
			}

/* ----- Flyout Menu ----- */

.m_themeSelector ._themeSelectorFlyout {
	display: none;
	position: absolute;
	right: 0;
	z-index: 100;
	padding: 0.250rem 0;
	border: 0.0625rem solid var(--colorTileBdr);
	border-radius: 0.500rem;
	background-color: var(--colorTileBg);
}

	.m_themeSelector.-active ._themeSelectorFlyout {
		display: block;
	}

	.m_themeSelector ._themeSelectorFlyout ._btnThemeSelect {
		display: flex;
		align-items: center;
		width: 100%;
		margin: 0.250rem 0;
		padding: 0.250rem 1.500rem 0.250rem 1.250rem;
		border: 0;
		outline: none;
		background-color: transparent;
	}

		.m_themeSelector ._themeSelectorFlyout ._btnThemeSelect.-active {
			background-color: var(--colorSecondary);
		}

		.m_themeSelector ._themeSelectorFlyout ._btnThemeSelect:hover {
			cursor: pointer;
			background-color: var(--colorSecondary-light);
		}

		.m_themeSelector ._themeSelectorFlyout ._btnThemeSelect ._content {
			display: inline-block;
			padding-left: 0.500rem;
			font-size: 1rem;
			font-weight: 500;
		}


/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Molecule - Accordion Tile
 * -------------------------------------------------------------------------- */
.m_tileAccordion {	
}

	.m_tileAccordion ._accordionButton {
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		border: none;
		padding:1rem;
		outline: none;
		text-align: left;
		background-color: var(--colorOffWhite);
		
		user-select: none;
		color: inherit;
	}
		.m_tileAccordion ._accordionButton:hover {
			cursor: pointer;	
		}

		.m_tileAccordion ._accordionButton h4 {
			margin-bottom: 0;
			color: var(--colorPrimary);
			font-weight: 400;
			font-size: 1.188rem;
		}

		.m_tileAccordion ._accordionButton .material-symbols-rounded {
			position: absolute;
			top: 0.750rem;
			right: 0;
			margin: 0 0.500rem;
			font-size: 2.500rem;
			transition: all 0.25s ease-in-out;
			color: var(--colorPrimary);
		}

			.m_tileAccordion ._accordionButton.-active .material-symbols-rounded._accordionExpand {
				opacity: 0;
			}

			.m_tileAccordion ._accordionButton .material-symbols-rounded._accordionCompress {
				opacity: 0;
			}

			.m_tileAccordion ._accordionButton.-active .material-symbols-rounded._accordionCompress {
				opacity: 1;
			}

		.m_tileAccordion ._accordionContent {
			max-height: 0;
			margin-bottom: 1.500rem;
			padding: 0;
			overflow: hidden;
			transition: all 0.25s ease-in-out;
		}
			.m_tileAccordion.-borderBtm ._accordionContent {
				padding: 1.500rem 0 0 0;
				border-bottom: 0.0625rem solid var(--colorPrimary);
			}

			.m_tileAccordion ._accordionContent.-active {
				padding: 1.500rem 0 0 0;
			}

			.m_tileAccordion.-borderBtm ._accordionContent.-active {
				padding: 1.500rem 0 1rem 0;
			}


			.m_tileAccordion:last-of-type ._accordionContent {
				margin-bottom: 0.500rem;
			}
/* -------------------------------------------------------------------------- *
 * Molecule - Blog Post Tile
 * -------------------------------------------------------------------------- */
.m_tileBlogPost {
	position: relative;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: calc(50% - 2rem);
	margin: 1rem;
	border-radius: 1.500rem;
	overflow: hidden;
	color: var(--colorWhite);
	background-color: var(--colorBlack);
	transition: all 0.25s ease-in-out;
}

	.m_tileBlogPost:hover {
		transform: scale(1.0125);
	}

	.m_tileBlogPost ._tileBg {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		opacity: 0.5;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.m_tileBlogPost ._tileLink {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		display: block;
		width: 100%;
		height: 100%;
		border: 0;
	}

	.m_tileBlogPost ._tileBody {
		/*position: relative;
		z-index: 2;*/
		box-sizing: border-box;
		width: 100%;
		padding: 2.000rem 2.500rem 0 2.500rem;
	}

	.m_tileBlogPost ._tileFooter {
		width: 100%;
		padding: 6rem 2.500rem 2.000rem 2.500rem;
		align-self: flex-end;
	}

	.m_tileBlogPost .a_blogPostMeta {
		font-size: 1rem;
		margin-top: 1rem;
	}

	.m_tileBlogPost ._tileBody h3 {
		position: relative;
		z-index: 2;
	}

	.m_tileBlogPost .a_blogPostMeta span {
		position: relative;
		z-index: 2;
	}

	.m_tileBlogPost .a_blogPostMeta a {
		position: relative;
		z-index: 4;
		color: var(--colorWhite);
	}


/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */

@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	.m_tileBlogPost {
		width: calc(50% - 2rem);
	}
	
}

@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */
	.m_tileBlogPost {
		width: calc(100% - 2rem);
	}
}
/* -------------------------------------------------------------------------- *
 * Molecule - Feature Item Tile
 * -------------------------------------------------------------------------- */
.m_tileFeature {
	
}

	.m_tileFeature svg {
		width: 11.250rem;
		height: auto;
	}

	.m_tileFeature img {
		display: inline-block;
	}

/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */
/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Molecule - Logo cloud tile
 * -------------------------------------------------------------------------- */
.m_tileLogo {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0.750rem;
	border-radius: 1rem;
	background-color: var(--colorWhite);
}

	.m_tileLogo a {
		border-bottom: none;
		color: var(--colorOffBlack);
	}

	.m_tileLogo img {
		width: 100%;
		height: auto;
	}

	.m_tileLogo ._caption {
		margin: 1rem 0 0 0;
		font-size: 0.875rem;
		font-weight: 700;
	}

/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Molecule - Price Tile
 * -------------------------------------------------------------------------- */
.m_tilePrice {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	height: 100%;
	padding: 1rem;
	border-radius: 1rem; 
	background-color: rgba(0, 0, 0, 0.05);
}


	.m_tilePrice ._tileContent {
		padding: 2rem 0.500rem 0.500rem 0.500rem;
	}

		.m_tilePrice ._tileContent h3._priceHeading {
			margin-bottom: 0.250rem;
			font-size: 1.250rem;
			color: var(--colorPrimary);
		}

		.m_tilePrice ._tileContent ._price {
			font-size: 3rem;
		}

		.m_tilePrice ._tileContent ul._priceFeatures {
			margin: 0;
			padding: 0 0 0 1.750rem;
			list-style: none;
		}

			.m_tilePrice ._tileContent ul._priceFeatures li {
				position: relative;
				padding-bottom: 0.500rem;
			}

				.m_tilePrice ._tileContent ul._priceFeatures li .material-symbols-rounded {
					position: absolute;
					top: 0.0625rem;
					left: -1.750rem;
					color: var(--colorPrimary);
				}

	/* ----- Header ----- */
	.m_tilePrice ._tileHeader {
		position: absolute;
		top: -1.250rem;
		left: 0;
		width: 100%;
		text-align: center;
	}

	/* ----- Footer ----- */
	.m_tilePrice ._tileFooter {
		padding-bottom: 1rem;
		text-align: center;
	}


/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Molecule - Statistic Tile
 * -------------------------------------------------------------------------- */
.m_tileStatistic {
	margin-top: 2rem;
	padding: 2rem 1rem;
	text-align: center;
	border-right: 0.125rem solid var(--colorGrey);
}

	.m_tileStatistic:nth-child(4n+4) {
		border-right: none;
	}

	.m_tileStatistic ._statistic {
		display: inline-block;
		width: 100%;
		font-size: 2rem;
		font-weight: 700;
	}

	.m_tileStatistic ._description {

	}

/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	.m_tileStatistic:nth-child(2n+2) {
		border-right: none;
	}
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	.m_tileStatistic {
		border-right: none;
		border-bottom: 0.125rem solid var(--colorGrey);
	}
	.m_tileStatistic:last-of-type {
		border-bottom: none;
	}
}
/* -------------------------------------------------------------------------- *
 * Molecule - Timeline List Item
 * -------------------------------------------------------------------------- */
.m_tileTimeline {
	position: relative;
	padding: 0;
}

	.m_tileTimeline::before {
		content: '';
		position: absolute;
		top: 0.750rem;
		left: 0;
		width: 100%;
		height: 0.06125rem;
		background-color: var(--colorGrey);
	}

	.m_tileTimeline ._date {
		position: relative;
		display: inline-block;
		margin-bottom: 0.750rem;
		padding: 0 0.500rem 0 1.250rem;
		font-size: 0.875rem;
		font-weight: 700;
	}

		.m_tileTimeline ._date::before {
			content: '';
			position: absolute;
			top: 0.500rem;
			left: 0.250rem;
			width: 0.500rem;
			height: 0.500rem;
			border-radius: 0.250rem;
			background-color: var(--colorPrimary);
		}

	.m_tileTimeline ._heading {
		font-size: 1.500rem;
		font-weight: 700;
	}

	.m_tileTimeline ._description {

	}


/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Molecule - Vertical Timeline Section
 * -------------------------------------------------------------------------- */
.m_timelineSection {
	display: block;
	text-align: center;
}
	.m_timelineSection > ._heading {
		display: inline-block;
		margin: 0 auto 1.500rem auto;
		padding: 0.250rem 1.500rem;
		border-radius: 1.250rem;
		background-color: var(--colorPrimary);
		color: var(--colorWhite);
		font-size: 1.500rem;
		text-align: center;
	}

/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Molecule - Statistic Counter for the Admin Dashboards
 * -------------------------------------------------------------------------- */
.m_adminStatDonut {
	position: relative;
	padding: 0 2rem;
	text-align: center;
}
	.m_adminStatDonut ._donutRing {
		stroke: var(--colorTileHdr);
	}

	.m_adminStatDonut ._donutFill {
		stroke: var(--colorPrimary);
	}


	.m_adminStatDonut ._donutContent {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

		.m_adminStatDonut ._donutContent ._donutValue {
			font-size: 2.750rem;
			font-weight: 600;
		}

		.m_adminStatDonut ._donutContent ._donutDescription {
			font-size: 1.125rem;
			font-weight: 300;
		}
/* -------------------------------------------------------------------------- *
 * Molecule - Statistic Counter for the Admin Dashboards
 * -------------------------------------------------------------------------- */
.m_adminStatistic {
	position: relative;
	height: 100%;
	padding: 1rem;
	text-align: center;
}

	.m_adminStatistic ._statisticContent {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.m_adminStatistic ._statisticNumber {
		font-size: 6rem;
		font-weight: 600;
	}

	.m_adminStatistic ._statisticDescription {
		font-size: 1.125rem;
		font-weight: 300;
	}
/* -------------------------------------------------------------------------- *
 * Molecule - Statistic Counter with Icon for the Admin Dashboards
 * -------------------------------------------------------------------------- */
.m_adminStatisticIcon {
	position: relative;
	box-sizing: border-box;
	height: 100%;
	padding-bottom: 2rem;
	text-align: center;
}

	.m_adminStatisticIcon ._statisticContent {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.m_adminStatisticIcon ._statisticIcon {
		font-size: 4.5rem;
		color: var(--colorPrimary);
	}

	.m_adminStatisticIcon ._statisticNumber {
		font-size: 3rem;
		font-weight: 600;
	}

	.m_adminStatisticIcon ._statisticLabel {
		font-size: 1.250rem;
		font-weight: 500;
	}

	.m_adminStatisticIcon ._statisticPreLabel,
	.m_adminStatisticIcon ._statisticPostLabel {
		font-size: 1rem;
		font-weight: 300;
	}
/* -------------------------------------------------------------------------- *
 * Molecule - Descriptive Name
 * -------------------------------------------------------------------------- */
.m_devTemplate {
	
}

/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
.o_blockAccordian
{

}
/* -------------------------------------------------------------------------- *
 * Organism - Call to action
 * -------------------------------------------------------------------------- */
.o_blockCallToAction {
	padding: 5rem 0;
	color: var(--colorWhite);
	background-color: var(--colorPrimary);
}

/* -------------------------------------------------------------------------- *
 * Organism - Contact Form Block
 * -------------------------------------------------------------------------- */
.o_blockContactForm {
	
}

/* ----- Colour variations ----- */
.o_blockContactForm.-bgPrimary {

}

	.o_blockContactForm.-bgPrimary .a_button {
		background-color: var(--colorSecondary);
		border-color: var(--colorSecondary);
		color: var(--colorOffBlack);
	}

		.o_blockContactForm.-bgPrimary .a_button:hover {
			background-color: var(--colorSecondary-dark);
			border-color: var(--colorSecondary-dark);
			color: var(--colorOffBlack);
		}


/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Organism - Content section
 * -------------------------------------------------------------------------- */
.o_blockContent {
	margin-bottom: 0.500rem;
}

/* ------ Colour Variatsion ------ */
.o_blockContent.-bgPrimary {
	color: var(--colorWhite);
}

.o_blockContent.-bgOffBlack {
	color: var(--colorWhite);
}
/* -------------------------------------------------------------------------- *
 * Organism - Mailing list sign up block
 * -------------------------------------------------------------------------- */
.o_blockEmailSignup {
	
}

/* ----- Colour variations ----- */
.o_blockEmailSignup.-bgPrimary {

}

	.o_blockEmailSignup.-bgPrimary .a_button {
		background-color: var(--colorSecondary);
		border-color: var(--colorSecondary);
		color: var(--colorOffBlack);
	}

		.o_blockEmailSignup.-bgPrimary .a_button:hover {
			background-color: var(--colorSecondary-dark);
			border-color: var(--colorSecondary-dark);
			color: var(--colorOffBlack);
		}

/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Organism - Features List
 * -------------------------------------------------------------------------- */
.o_blockFeatures {
	
}

/* ----- Colour variants ----- */
.o_blockFeatures.-bgPrimary {
	color: var(--colorWhite);
}

.o_blockFeatures.-bgOffBlack {
	color: var(--colorWhite);
}
/* -------------------------------------------------------------------------- *
 * Organism - Gallery Block
 * -------------------------------------------------------------------------- */
.o_blockGallery {

}

	ul._galleryThumbs {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}

		._galleryThumbs li {
			display: block;
			box-sizing: border-box;
			width: 33.33%;
			padding: 0.500rem;
		}

			._galleryThumbs li img {
				display: block;
			}

			._galleryThumbs li ._galleryThumb {
				display: block;
				margin: 0;
				padding: 0;
				border: none;
				border-radius: 0.5rem;
				overflow: hidden;
				transition: transform 0.25s ease-in-out;
			}

			._galleryThumbs li ._galleryThumb:hover {
				transform: scale(1.025);
				cursor: pointer;
			}
/* -------------------------------------------------------------------------- *
 * Organism - Descriptive Name
 * -------------------------------------------------------------------------- */
.o_devTemplate {
	
}

/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Organism - Image Block
 * -------------------------------------------------------------------------- */
.o_blockImage {
}

	.o_blockImage img {
		margin: 0 auto;
	}

		.o_blockImage img.-fullWidth {
			margin: 0 auto;
			border-radius: 0;
		}

		.o_blockImage img.-containerWidth {
			margin: 0 auto;
			border-radius: 1rem;
		}

		.o_blockImage img.-contentWidth {
			margin: 0 auto;
			border-radius: 1rem;
		}

	/* --- Caption --- */
	.o_blockImage ._imgWithCaption {
		position: relative;
		margin: 0;
		padding: 0;
	}

		.o_blockImage ._imgWithCaption figcaption {
			padding: 0.750rem 0 0 0;
			font-size: 1.125rem;
			font-weight: 400;
			text-align: center;
			color: var(--colorBlack);
		}
/* -------------------------------------------------------------------------- *
 * Organism - Descriptive Name
 * -------------------------------------------------------------------------- */
.o_blockLinks {
}
	.o_blockLinks ul._listLinks {
		list-style: none;
		margin: 1rem 0 0 0;
		padding: 0;
		font-size: 1.188rem;
	}
		.o_blockLinks ul._listLinks li {
			padding: 0.5rem;
			background-color: var(--colorOffWhite);
			margin-bottom:1rem;
			font-weight:600;
		}
			.o_blockLinks ul._listLinks li a {
				border-bottom: none;
				display: flex;
				justify-content: space-between;
				font-weight: 400;
			}
				.o_blockLinks ul._listLinks li a::after {
					content: '>';
					font-size: 1.5rem;
					font-weight: bold;
					margin-left: 1rem;
				}
			/* ----- Example variant ----- */
			/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
			@media only screen and (max-width: 1400px) {
				/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
			}

@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */

}

/* -------------------------------------------------------------------------- *
 * Organism - Logo Cloud
 * -------------------------------------------------------------------------- */
.o_blockLogoCloud {
	
}

	/* ----- Logo Cloud List ----- */
	.o_blockLogoCloud ._logoCloud {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
	}

		/* --- Alignment --- */
		.o_blockLogoCloud ._logoCloud.-hCenter {
			text-align: center;
		}

		.o_blockLogoCloud ._logoCloud.-hEnd {
			text-align: right;
		}

		/* --- Column widths --- */
		.o_blockLogoCloud ._logoCloud {
			 --columns: 6; /* Fallback */
		}

		.o_blockLogoCloud ._logoCloud .m_tileLogo {
			flex: 0 1 calc((100% / var(--columns)) - 1rem);
			max-width: calc((100% / var(--columns)) - 1rem);
		}

/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	.o_blockLogoCloud ._logoCloud	 .m_tileLogo {
		flex: 0 1 calc((100% / ((var(--columns) / 3) * 2)) - 1rem);
		max-width: calc((100% / ((var(--columns) / 3) * 2)) - 1rem);
	}
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */
	.o_blockLogoCloud ._logoCloud .m_tileLogo {
		flex: 0 1 calc((100% / (var(--columns) / 2)) - 1rem);
		max-width: calc((100% / (var(--columns) / 2)) - 1rem);
	}
}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */
	.o_blockLogoCloud ._logoCloud .m_tileLogo {
		flex: 0 1 calc((100% / (var(--columns) / 3)) - 1rem);
		max-width: calc((100% / (var(--columns) / 3)) - 1rem);
	}
}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	.o_blockLogoCloud ._logoCloud .m_tileLogo {
		flex: 0 1 calc((100% / (var(--columns) / 4)) - 1rem);
		max-width: calc((100% / (var(--columns) / 4)) - 1rem);
	}
}
/* -------------------------------------------------------------------------- *
 * Organism - Pricing Table
 * -------------------------------------------------------------------------- */
.o_blockPricing {
	
}

/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Organism - Blockquote carousel
 * -------------------------------------------------------------------------- */
.o_blockquote {
	position: relative;
}

		.o_blockquote .container::before {
			content: '';
			position:absolute;
			top: 0;
			left: 0;
			width: 4rem;
			height: 4rem;
			background-image: url('/_content/MohCornerstone.Web.Ui/images/Graphic-QuoteOpen-LightGrey.svg');
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
		}

		.o_blockquote .container::after {
			content: '';
			position:absolute;
			bottom: 7.500rem;
			right: 0;
			width: 4rem;
			height: 4rem;
			background-image: url('/_content/MohCornerstone.Web.Ui/images/Graphic-QuoteClose-LightGrey.svg');
			background-size:cover;
			background-position: center;
			background-repeat: no-repeat;
		}

/* ----- Colour variants ----- */
/* - Background Primary - */
.o_blockquote.-bgPrimary {
	color: var(--colorWhite);
}
.o_blockquote.-bgPrimary .m_carouselPagination ul li button {
	background-color: var(--colorGrey-light);
}
.o_blockquote.-bgPrimary .m_carouselPagination ul li button.-active {
	background-color: var(--colorWhite);
}

/* - Background Light Grey - */
.o_blockquote.-bgGrey-light .container::before {
	background-image: url('/_content/MohCornerstone.Web.Ui/images/Graphic-QuoteOpen-Grey.svg');
}
.o_blockquote.-bgGrey-light .container::after {
	background-image: url('/_content/MohCornerstone.Web.Ui/images/Graphic-QuoteClose-Grey.svg');
}

/* - Background Off Black - */
.o_blockquote.-bgOffBlack {
	color: var(--colorWhite);
}
.o_blockquote.-bgOffBlack .m_carouselPagination ul li button {
	background-color: var(--colorGrey-light);
}
.o_blockquote.-bgOffBlack .m_carouselPagination ul li button.-active {
	background-color: var(--colorPrimary);
}
.o_blockquote.-bgOffBlack .container::before {
	background-image: url('/_content/MohCornerstone.Web.Ui/images/Graphic-QuoteOpen-Grey.svg');
}
.o_blockquote.-bgOffBlack .container::after {
	background-image: url('/_content/MohCornerstone.Web.Ui/images/Graphic-QuoteClose-Grey.svg');
}
/* -------------------------------------------------------------------------- *
 * Organism - Statistics Content Block
 * -------------------------------------------------------------------------- */
.o_blockStatistics {
}

	.o_blockStatistics ul._statisticsList {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		margin: 0;
		padding: 0 2rem 2rem 2rem;
		border-radius: 2rem;
		background-color: rgba(0, 0, 0, 0.1);
		list-style: none;
	}

/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	.o_blockStatistics ul._statisticsList {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	.o_blockStatistics ul._statisticsList {
		grid-template-columns: 1fr;
	}
}
/* -------------------------------------------------------------------------- *
 * Organism - Timeline Content Block
 * -------------------------------------------------------------------------- */
.o_blockTimelineHori {
	overflow: hidden;
}

	.o_blockTimelineHori ._timelineList {
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: visible;
	}

	/* ----- Swiper Overrides ----- */
	.o_blockTimelineHori .swiper-button-next,
	.o_blockTimelineHori .swiper-button-prev {
		top: auto;
		bottom: 0.750rem;
		user-select: none;
	}

		.o_blockTimelineHori .swiper-button-next:after,
		.o_blockTimelineHori .swiper-button-prev:after {
			display: none;
		}

		.o_blockTimelineHori .swiper-button-next .material-symbols-rounded,
		.o_blockTimelineHori .swiper-button-prev .material-symbols-rounded {
			font-size:4rem;
		}

	.o_blockTimelineHori .swiper-pagination {
		position: relative;
		padding: 1.500rem 0 0.500rem 0;
	}

		.o_blockTimelineHori .swiper-pagination .swiper-pagination-bullet {
			width: 0.750rem;
			height: 0.750rem;
			border-radius: 0.500rem;
			background-color: var(--colorOffBlack);
			opacity: 1;
			transition: all 0.25s ease-in-out;
		}

		.o_blockTimelineHori .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
			width: 3rem;
			background-color: var(--colorPrimary);
		}


/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
	@media only screen and (max-width: 1400px)
	{
		/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Organism - Vertical Timeline Content Block
 * -------------------------------------------------------------------------- */
.o_blockTimelineVertical {
	
}

	.o_blockTimelineVertical ._timelineList {
		position: relative;
	}
		.o_blockTimelineVertical ._timelineList ._timeline {
			position: absolute;
			top: 0;
			left: calc(50% - 0.5rem);
			z-index: 1;
			width: 1rem;
			height: 100%;
			border-radius: 0.500rem;
			background-color: var(--colorPrimary);
		}

		.o_blockTimelineVertical ._timelineList ul._timelineContent {
			position: relative;
			z-index: 2;
			margin: 0;
			padding: 0;
			list-style: none;
		}

/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Organism - Cart
 * -------------------------------------------------------------------------- */
.o_cart {
	/* Add your styles here */
}

.o_cart .container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

	.o_cart .highlight {
		background-color: yellow;
		padding: 0 0.5rem;
	}

	.o_cart .cart-items {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.o_cart .order-summary {
		border: 1px solid #ccc;
		padding: 1rem;
		border-radius: 8px;
	}

	.o_cart .discount-code {
		margin-bottom: 1rem;
	}

	.o_cart .totals {
		margin-bottom: 1rem;
	}

	.o_cart .order-total {
		font-weight: bold;
	}

	.o_cart .note {
		background-color: #f9f9f9;
		padding: 1rem;
		border-radius: 8px;
	}

	.o_cart #checkout-button {
		background-color: #007bff;
		color: white;
		padding: 0.5rem 1rem;
		border: none;
		border-radius: 4px;
		cursor: pointer;
	}

		.o_cart #checkout-button:hover {
			background-color: #0056b3;
		}

/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}

/* -------------------------------------------------------------------------- *
 * Organism - Blog Post hero space
 * -------------------------------------------------------------------------- */
.o_heroBlogPost {
	position: relative;
	color: var(--colorWhite);
	background-color: var(--colorBlack);
}

	.o_heroBlogPost main.row {
		padding: 4rem 0;
	}

	.o_heroBlogPost ._heroBlogPostBg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */

.o_heroBlogPost .m_navListBreadcrumb li .a_navItem,
.o_heroBlogPost .m_navListBreadcrumb li .a_navItem.-disabled,
.o_heroBlogPost .m_navListBreadcrumb.-chevronPrimary li .material-symbols-rounded {
	color: var(--colorWhite);
}
/* -------------------------------------------------------------------------- *
 * Organism - Blog Post hero space
 * -------------------------------------------------------------------------- */
.o_heroLandingPage {
	position: relative;
	color: var(--colorWhite);
	background-color: var(--colorGrey);
}

	.o_heroLandingPage main.row {
		padding: 13rem 0 2rem;
	}

	.o_heroLandingPage ._bgImage {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: var(--bg-desktop);
	}
	.o_heroLandingPage h1 {
		background: var(--colorPrimary);
		padding: 1rem;
		display: inline-block;
	}

/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	.o_heroLandingPage ._bgImage {
		background-image: var(--bg-laptop);
	}
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	.o_heroLandingPage ._bgImage {
		background-image: var(--bg-tablet);
	}
	.o_heroLandingPage main.row {
		padding: 10rem 0 0rem 0;
	}
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */
	.o_heroLandingPage main.row {
		padding: 8rem 0 0rem 0;
	}
}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */
	.o_heroLandingPage ._bgImage {
		background-image: var(--bg-mobile);
	}
	.o_heroLandingPage main.row {
		padding: 6.5rem 0 0rem 0;
	}
}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	.o_heroLandingPage main.row {
		padding: 5rem 0 0rem 0;
	}
}
/* -------------------------------------------------------------------------- *
 * Organism - Site Hero
 * -------------------------------------------------------------------------- */
.o_heroMinimal {
	color: var(--colorWhite);
	background-color: var(--colorGrey);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
}

	.o_heroMinimal main.row {
		padding: 10rem 0 2rem;
	}

	.o_heroMinimal h1 {
		background: var(--colorPrimary);
		padding: 1rem 2rem;
		display: inline-block;
	}

	.o_heroMinimal ._bgImage {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: var(--bg-desktop);
	}

	/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */
	.o_heroMinimal.-txtWhite .m_navListBreadcrumb li .a_navItem,
	.o_heroMinimal.-txtWhite .m_navListBreadcrumb li .a_navItem.-disabled,
	.o_heroMinimal.-txtWhite .m_navListBreadcrumb.-chevronPrimary li .material-symbols-rounded {
		color: var(--colorWhite);
	}

	/* ----- Centered ----- */
	.o_heroMinimal.-smallHero main.row {
		padding: 1rem 0;
	}

	.o_heroMinimal.-smallHero h1 {
		margin-bottom: 0;
	}

/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	.o_heroMinimal ._bgImage {
		background-image: var(--bg-laptop);
	}
}

@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	.o_heroMinimal ._bgImage {
		background-image: var(--bg-tablet);
	}

	.o_heroMinimal main.row {
		padding: 10rem 0 0rem 0;
	}
}

@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */
	.o_heroMinimal main.row {
		padding: 8rem 0 0rem 0;
	}
}

@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */
	.o_heroMinimal ._bgImage {
		background-image: var(--bg-mobile);
	}

	.o_heroMinimal main.row {
		padding: 6.5rem 0 0rem 0;
	}
}

@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	.o_heroMinimal main.row {
		padding: 5rem 0 0rem 0;
	}
}

/* -------------------------------------------------------------------------- *
 * Organism - Site Hero
 * -------------------------------------------------------------------------- */
.o_heroSimple {
	color: var(--colorWhite);
	background-color: var(--colorGrey);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	position:relative;
}

	.o_heroSimple main.row {
		padding: 10rem 0 2rem;
	}

	.o_heroSimple h1 {
		background: var(--colorPrimary);
		padding: 1rem 2rem;
		display: inline-block;
	}
	.o_heroSimple ._bgImage {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: var(--bg-desktop);
	}

/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */
	.o_heroSimple.-txtWhite .m_navListBreadcrumb li .a_navItem,
	.o_heroSimple.-txtWhite .m_navListBreadcrumb li .a_navItem.-disabled,
	.o_heroSimple.-txtWhite .m_navListBreadcrumb.-chevronPrimary li .material-symbols-rounded {
		color: var(--colorWhite);
	}

	/* ----- Centered ----- */
	.o_heroSimple.-smallHero main.row {
		padding: 1rem 0;
	}

	.o_heroSimple.-smallHero h1 {
		margin-bottom: 0;
	}

/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	.o_heroSimple ._bgImage {
		background-image: var(--bg-laptop);
	}
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	.o_heroSimple ._bgImage {
		background-image: var(--bg-tablet);
	}
	.o_heroSimple main.row {
		padding: 10rem 0 0rem 0;
	}
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */
	.o_heroSimple main.row {
		padding: 8rem 0 0rem 0;
	}
}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */
	.o_heroSimple ._bgImage {
		background-image: var(--bg-mobile);
	}
	.o_heroSimple main.row {
		padding: 6.5rem 0 0rem 0;
	}
}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	.o_heroSimple main.row {
		padding: 5rem 0 0rem 0;
	}
}
/* -------------------------------------------------------------------------- *
 * Organism - Human Sitemap
 * -------------------------------------------------------------------------- */
.o_humanSitemap {
	
}

	.o_humanSitemap nav {
	
	}

		.o_humanSitemap nav ul {
			margin: 0;
			padding: 0;
			list-style:none;
		}

			.o_humanSitemap nav ul li {
				padding: 0.125rem 0;
				font-size: 1.250rem;
				font-weight: 400;
			}

				.o_humanSitemap nav ul li ul {
					margin: 0 0 0 0.500rem;
					padding: 0 0 0 1rem;
				}
/* -------------------------------------------------------------------------- *
 * Organism - Blog Posts List
 * -------------------------------------------------------------------------- */
.o_listBlogPosts {
	
}

	.o_listBlogPosts ._orderedList {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -1rem;
		padding: 0;
		list-style: none;
	}

	.o_listBlogPosts ._showingFilter .a_buttonLink.-tiny {
		vertical-align: middle;
	}

/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Organism - Cart
 * -------------------------------------------------------------------------- */
.o_product {
	
}
	.o_product .v_productOverlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 1000;
		display:none;
	}

		.o_product .v_productOverlay .modal {
			text-align: center;
			width: 80%;
			left: 10%;
			height: 80%;
			background-color: var(--colorWhite);
			position: fixed;
			top: 10%;
		}

/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Organism - o_resources
 * -------------------------------------------------------------------------- */
.o_resources ._accordionButton {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	border: none;
	padding: 1rem;
	outline: none;
	text-align: left;
	background-color: var(--colorOffWhite);
	user-select: none;
	color: inherit;
}

	.o_resources ._accordionButton:hover {
		cursor: pointer;
	}

	.o_resources ._accordionButton h4 {
		margin-bottom: 0;
		color: var(--colorPrimary);
		font-weight: 400;
		font-size: 1.188rem;
	}

	.o_resources ._accordionButton .material-symbols-rounded {
		position: absolute;
		top: 0.750rem;
		right: 0;
		margin: 0 0.500rem;
		font-size: 2.500rem;
		transition: all 0.25s ease-in-out;
		color: var(--colorPrimary);
	}

	.o_resources ._accordionButton.-active .material-symbols-rounded._accordionExpand {
		opacity: 0;
	}

	.o_resources ._accordionButton .material-symbols-rounded._accordionCompress {
		opacity: 0;
	}

	.o_resources ._accordionButton.-active .material-symbols-rounded._accordionCompress {
		opacity: 1;
	}


.o_resources ._accordionContent {
	max-height: 0;
	margin-bottom: 1rem;
	padding-top: 1.500rem;
	border-bottom: 0.0625rem solid var(--colorPrimary);
	overflow: hidden;
	transition: all 0.25s ease-in-out;
}

/* -------------------------------------------------------------------------- *
 * Organism - Site Bottom Bar
 * -------------------------------------------------------------------------- */
.o_siteBottomBar {
	width: 100%;
	min-height: 10rem;
	margin-top: 4rem;
	padding: 1rem 0;
}

	.o_siteBottomBar .svg_mohLogo_icon_blue {
		max-width: 4rem;
	}

	.o_siteBottomBar ._siteBottomNav {
	}
		.o_siteBottomBar ._siteBottomNav span {
			float: left;
			padding-right: 2rem;
		}
		.o_siteBottomBar ._siteBottomNav ul {
			display: block;
			margin: 0;
			padding: 0;
			list-style: none;
			float: left
		}

			.o_siteBottomBar ._siteBottomNav ul li {
				display: inline-block;
				padding: 0 2rem 1rem 0;
			}

				.o_siteBottomBar ._siteBottomNav ul li a {
					color: var(--colorBlack);
					border-bottom: none;
					border-right: 1px solid var(--colorWhite);
					padding-right: 2rem;
					font-weight: 400;
				}

				.o_siteBottomBar ._siteBottomNav ul li:last-child a {
					border-right: none;
				}

	.o_siteBottomBar .siteBottomSmallPrint .-txtGrey-dark a {
		color: var(--colorGrey-dark);
		border-bottom-color: var(--colorGrey-dark);
	}


/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */
	.o_siteBottomBar ._siteBottomNav ul li {
		padding-right: 0.750rem;
	}

		.o_siteBottomBar ._siteBottomNav ul li a {
			padding-right: 0.750rem;
		}
}

/* -------------------------------------------------------------------------- *
 * Organism - Site Top Bar
 * -------------------------------------------------------------------------- */
.o_siteTopBar {
	z-index: 500;
	width: 100%;
	min-width: 320px;
	padding: 0.500rem 0;
	color: var(--colorGrey);
	transition: background-color 0.5s ease-in-out;
	background-color: var(--colorWhite);
}


		.o_siteTopBar ._topBarLogo {
			display: block;
			position: relative;
			max-width: 10.625rem;
			border-bottom: none;
		}

	.o_siteTopBar ._siteLegalName {
		font-size: 1.125rem;
		font-weight: 600;
		color: var(--colorPrimary);
		
	}






	.o_subnav {
		background-color: var(--colorPrimary);
		color: var(--colorWhite);
	}
/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */

	.o_siteTopBar ._gridStrapBtn {
		display: grid;
		grid-template-columns: 1fr 3rem;
		grid-gap: 1rem;
	}

		.o_siteTopBar ._gridStrapBtn ._siteLegalName {
			align-content: center;
		}

		.o_siteTopBar ._gridStrapBtn ._burgerBtn {

		}

	.o_siteTopBar.-tl-navOpen {
		background-color: var(--colorWhite);
	}

	.o_siteTopBar #fullscreenNav .m_subNav {
		display: block;
	}
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */
	.o_siteTopBar ._siteLegalName {
		font-size: 0.8750rem;
	}
}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	.o_siteTopBar ._topBarLogo {
		max-width: 8rem;
	}

	.o_siteTopBar ._gridStrapBtn {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
}
/* -------------------------------------------------------------------------- *
 * Organism - Small Print Code Section
 * -------------------------------------------------------------------------- */
.o_smallPrintCode {
	padding-bottom: 2rem;
}
/* -------------------------------------------------------------------------- *
 * Organism - Small Print Content Section
 * -------------------------------------------------------------------------- */
.o_smallPrintContent {
	padding-bottom: 2rem;
}
/* -------------------------------------------------------------------------- *
 * Organism - Alert Modal
 * -------------------------------------------------------------------------- */
.o_adminAlert {
	position: fixed;
	top: 0;
	right: -100vw;
	z-index: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	transition: all 0.25s ease-in-out;
}

	.o_adminAlert.-active {
		right: 0;
	}

	.o_adminAlert ._overlayBg {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 300;
		width: 0;
		height: 100vh;
		opacity: 0;
		transition: all 0.25s ease-in-out;
	}

	.o_adminAlert.-active ._overlayBg {
		width: 100vw;
		background-color: var(--colorWhite);
		opacity: 0.7;
	}
	
	.o_adminAlert ._alertPanel {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		position: relative;
		z-index: 301;
		box-sizing:border-box;
		width: 34rem;
		height: auto;
		padding: 2rem 2rem 1rem 2rem;
		border: 0.125rem solid var(--colorOffWhite-dark);
		border-radius: 0.500rem;
		background-color: var(--colorOffWhite);
		transition: all 0.25s ease-in-out;
		overflow: auto;
	}

		.o_adminAlert.-active ._alertPanel {
			right: 0;
		}

	.o_adminAlert ._alertPanel ._contentInner {
		flex-grow: 1;
		text-align: center;
	}

	.o_adminAlert ._alertHdr {
		position: relative;
		text-align: center;
	}

		.o_adminAlert ._alertHdr h2 {
			margin: 0.250rem 0;
		}

	.o_adminAlert ._alertFtr {
		padding-top: 1rem;
		border-top: 0.0625rem solid var(--colorGrey-light);
	}



/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */
/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Organism - Descriptive Name
 * -------------------------------------------------------------------------- */
.o_adminBottomBar {
	
}

/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */
/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Organism - Side Drawer
 * -------------------------------------------------------------------------- */
.o_adminDrawer {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200;
}

	.o_adminDrawer ._overlayBg {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 200;
		width: 0;
		height: 100vh;
		opacity: 0;
		transition: all 0.25s ease-in-out;
	}

	.o_adminDrawer.-active ._overlayBg {
		width: 100vw;
		background-color: var(--colorWhite);
		opacity: 0.7;
	}
	 /* ----- Drawer Content ----- */
	.o_adminDrawer ._drawerPanel {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		position: fixed;
		top: 0;
		right: -52rem;
		z-index: 201;
		box-sizing:border-box;
		width: 52rem;
		height: 100vh;
		padding: 2rem;
		border-left: 0.125rem solid var(--colorTileBdr);
		background-color: var(--colorTileHdr);
		transition: all 0.25s ease-in-out;
		overflow: auto;
	}

		.o_adminDrawer.-active ._drawerPanel {
			right: 0;
		}

	.o_adminDrawer ._drawerPanel ._contentInner {
		flex-grow: 1;
	}

	/* ----- Drawer Header ----- */
	.o_adminDrawer ._drawerHdr {
		position: relative;
		margin-bottom: 1.500rem;
		padding-right: 3rem;
		padding-bottom: 1.500rem;
		border-bottom: 0.0625rem solid var(--colorTileBdr);
	}

		.o_adminDrawer ._drawerHdr .a_button._closeDrawer {
			position:absolute;
			top: 0;
			right: 0;
		}

		.o_adminDrawer ._drawerHdr h2 {
			margin: 0.250rem 0;
		}

	/* ----- Drawer Footer ----- */
	.o_adminDrawer ._drawerFtr {
		padding-top: 1rem;
		border-top: 0.0625rem solid var(--colorTileBdr);
	}

/* -------------------------------------------------------------------------- *
 * Larger Variant
 * -------------------------------------------------------------------------- */
.o_adminDrawer.-wide ._drawerPanel {
	right: -70%;
	width: 70%;
}

	.o_adminDrawer.-wide.-active ._drawerPanel {
			right: 0;
		}
/* -------------------------------------------------------------------------- *
 * Organism - Side bar
 * -------------------------------------------------------------------------- */

.o_adminSideBar {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	height: 100%;
	width: 16.250rem;
	border-right: 0.125rem solid var(--colorOffWhite-dark);
	background-color: var(--colorPrimary);
	overflow: hidden;
	transition: width 0.125s ease-in-out;
}

	.o_adminSideBar ._sidebarNav {
		flex-grow: 1;
		flex-shrink: 1;
		width: 100%;
	}

	.o_adminSideBar ._sidebarHdr {
		display: flex;
		justify-content: flex-end;
		align-self: flex-start;
		width: 100%;
		box-sizing: border-box;
		padding: 1rem 1rem 0 1rem;
	}

	.o_adminSideBar ._sidebarFtr {
		align-self: flex-end;
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 0 1rem 1rem 1rem;
	}

/* -------------------------------------------------------------------------- *
 * Sidebar is collapsed
 * -------------------------------------------------------------------------- */
.o_adminSideBar.-collapsed {
	width: 3.750rem;
}

	.o_adminSideBar.-collapsed .a_navItem {
		padding: 0.875rem 1rem 0.875rem 1rem
	}

		.o_adminSideBar.-collapsed .a_navItem ._content {
			display: none;
		}


/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Organism - Admin Panel Top BAr
 * -------------------------------------------------------------------------- */
.o_adminTopBar {
	
}

	.o_adminTopBar ._topBarLogo {
		/*width: 3.500rem;*/
		height: 2rem;
	}

/* -------------------------------------------------------------------------- *
 * Atom / Molecule / Organism / View - Name
 * -------------------------------------------------------------------------- */
.o_tileAdmin {
	display: flex;
	flex-direction: column;
	height: 100%;
}

	.o_tileAdmin.-stackedTile {
		height: auto;
	}

	.o_tileAdmin ._tile {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		border-radius: 0.500rem;
		border: 0.0625rem solid var(--colorTileBdr);
		background-color: var(--colorTileBg);
		box-shadow: 0 0.125rem 0.750rem 0.250rem rgba(0,0,0,0.1);
	}

	.o_tileAdmin ._tileHeader {
		padding: 0.500rem 1rem;
		border-radius: 0.500rem 0.500rem 0 0;
		border-bottom: 0.0625rem solid var(--colorTileBdr);
		background-color: var(--colorTileHdr);
	}

		.o_tileAdmin ._tileHeader .col {
			display: flex;
			align-items: center;
			padding-top: 0.250rem;
			padding-bottom: 0.250rem;
		}

			.o_tileAdmin ._tileHeader .col:last-of-type {
				justify-content: flex-end;
			}

			.o_tileAdmin ._tileHeader .col:first-of-type {
				justify-content: flex-start;
			}

		.o_tileAdmin ._tileHeader h3,
		.o_tileAdmin ._tileHeader h4,	
		.o_tileAdmin ._tileHeader h5 {
			margin-bottom: 0;
		}

	.o_tileAdmin ._tileContent {
		flex-grow: 1;
		padding: 1rem;
	}

	.o_tileAdmin ._tileInnerFooter {
		padding: 0.500rem 0;
		text-align: center;
	}

	.o_tileAdmin ._tileOuterFooter {
		padding-top: 1rem;
		text-align: center;
	}

/* -------------------------------------------------------------------------- *
 * Variant and option styles
 * -------------------------------------------------------------------------- */
/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .ms- / 2 columns
	 * ---------------------------------------- */
	
}
/* -------------------------------------------------------------------------- *
 * Organism - Descriptive Name
 * -------------------------------------------------------------------------- */
.o_devTemplate {
	
}

/* ----- Example variant ----- */



/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	
}
﻿/* -------------------------------------------------------------------------- *
 * View - Blog List
 * -------------------------------------------------------------------------- */
.v_blogList {
	
}

/* -------------------------------------------------------------------------- *
 * View - Blog Post
 * -------------------------------------------------------------------------- */
.v_blogPost {
	
}
﻿/* -------------------------------------------------------------------------- *
 * View - Cart
 * -------------------------------------------------------------------------- */
.v_cart {
	
}
/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
}

@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */

}
/* -------------------------------------------------------------------------- *
 * View - Error view
 * -------------------------------------------------------------------------- */
.v_errorPage {
	display: flex;
	flex-grow: 2;
	align-items: center;
	height: 100%;
}
/* -------------------------------------------------------------------------- *
 * View - Form complete / success
 * -------------------------------------------------------------------------- */
.v_formComplete {
	display: flex;
	align-items: center;
	height: 100%;
}
/* -------------------------------------------------------------------------- *
 * View - Human Sitemap
 * -------------------------------------------------------------------------- */
.v_humanSitemap {
	height: 100%;
}
﻿ /* -------------------------------------------------------------------------- *
 * View - Category List
 * -------------------------------------------------------------------------- */
.v_listCategories {
}
/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
}

@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */

}
﻿ /* -------------------------------------------------------------------------- *
 * View - Product List
 * -------------------------------------------------------------------------- */
.v_listProducts {
}
/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
}

@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */

}
﻿/* -------------------------------------------------------------------------- *
 * View - Product
 * -------------------------------------------------------------------------- */
.v_product {
	
}
/* -------------------------------------------------------------------------- *
 * Responsive variants
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
}

@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */

}

@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */

}