/* AUTO-GENERATED -- DO NOT EDIT
 * Edit wwwroot/css/mcsColours.css and wwwroot/css/mcsTypography.css instead.
 */
/* -------------------------------------------------------------------------- *
 * ========================================================================== *
 * Mohunky Cornerstone v7.0.7
 * Site Colours
 * ========================================================================== *
 * -------------------------------------------------------------------------- *

/* ================= Colours ================== */
:root, :host {
	--colorPrimary: #021b41;
	--colorPrimary-light: #7598F6;
	--colorPrimary-dark: #5372C7;
	--colorSecondary: #e1e7f1;
	--colorSecondary-light: #ecf7a3;
	--colorSecondary-dark: #ceeb17;
	--colorSuccess: #249542;
	--colorWarning: #edad21;
	--colorDanger: #db5d5d;
	--colorOffBlack: light-dark(#212631, #fffbf8);
	--colorOffBlack-light: light-dark(#363e4f, #d4d8e3);
	--colorOffBlack-dark: light-dark(#171a22, #f3f4f7);
	--colorGrey: #e7e8ec;
	--colorGrey-light: #e7e8eb;
	--colorGrey-dark: #545e69;
	--colorOffWhite: light-dark(#f0f4f5, #0a192c);
	--colorOffBlack: light-dark(#0a192c, #f0f4f5);
	--colorOffBlack-perpetual: #0a192c;
	--colorWhite: light-dark(#ffffff, #000000);
	--colorWhite-perpetual: #ffffff;
	--colorBlack: light-dark(#000000, #ffffff);
	--colorBlack-perpetual: #000000;
	--colorText: light-dark(#021b41, #ffffff);
	--colorViewBg: light-dark(#F3F4F7, #1D222B);
	--colorTileBg: light-dark(var(--colorWhite), #212631);
	--colorTileHdr: light-dark(#F8F8F9, #272C37);
	--colorTileBdr: light-dark(#CDCECF, #3E424B);
	--colorLink: #3468ad;
}

/* ----- Background Colours ----- */
.-bgAdmin				{   background-color:var(--colorBgAdmin);   }

.-bgPrimary				{   background-color:var(--colorPrimary);   }
.-bgPrimary-light		{   background-color:var(--colorPrimary-light);   }
.-bgPrimary-dark		{   background-color:var(--colorPrimary-dark);   }

.-bgSecondary			{   background-color:var(--colorSecondary);   }
.-bgSecondary-light	{   background-color:var(--colorSecondary-light);   }
.-bgSecondary-dark	{   background-color:var(--colorSecondary-dark);   }

.-bgSuccess				{   background-color:var(--colorSuccess);   }
.-bgWarning				{   background-color:var(--colorWarning);   }
.-bgDanger				{   background-color:var(--colorDanger);   }

.-bgOffBlack			{   background-color:var(--colorOffBlack);   }
.-bgOffBlack-light	{   background-color:var(--colorOffBlack-light);   }
.-bgOffBlack-dark		{   background-color:var(--colorOffBlack-dark);   }

.-bgGrey					{   background-color:var(--colorGrey);   }
.-bgGrey-light			{   background-color:var(--colorGrey-light);   }
.-bgGrey-dark			{   background-color:var(--colorGrey-dark);   }

.-bgOffWhite			{   background-color:var(--colorOffWhite);   }
.-bgOffWhite-light	{   background-color:var(--colorOffWhite-light);   }
.-bgOffWhite-dark		{   background-color:var(--colorOffWhite-dark);   }

.-bgWhite				{   background-color:var(--colorWhite);   }

/* ----- Text Colours ----- */
.-txtPrimary			{   color:var(--colorPrimary);   }
.-txtPrimary-light	{   color:var(--colorPrimary-light);   }
.-txtPrimary-dark		{   color:var(--colorPrimary-dark);   }

.-txtSecondary			{   color:var(--colorSecondary);   }
.-txtSecondary-light	{   color:var(--colorSecondary-light);   }
.-txtSecondary-dark	{   color:var(--colorSecondary-dark);   }

.-txtSuccess			{   color:var(--colorSuccess);   }
.-txtWarning			{   color:var(--colorWarning);   }
.-txtDanger				{   color:var(--colorDanger);   }

.-txtOffBlack			{   color:var(--colorOffBlack);   }
.-txtOffBlack-light	{   color:var(--colorOffBlack-light);   }
.-txtOffBlack-dark	{   color:var(--colorOffBlack-dark);   }

.-txtGrey				{   color:var(--colorGrey);   }
.-txtGrey-light		{   color:var(--colorGrey-light);   }
.-txtGrey-dark			{   color:var(--colorGrey-dark);   }

.-txtOffWhite			{   color:var(--colorOffWhite);   }
.-txtOffWhite-light	{   color:var(--colorOffWhite-light);   }
.-txtOffWhite-dark	{   color:var(--colorOffWhite-dark);   }

.-txtWhite				{   color:var(--colorWhite);   }
.-txtWhite a,
.-txtWhite a:visited	{   color:var(--colorWhite); border-bottom-color:var(--colorWhite);   }

.-txtErrorRed			{   color:var(--colorErrorRed);   }

/* ----- SVG Fill Colours ----- */
.-fillPrimary			{   fill:var(--colorPrimary);   }
.-fillPrimary-light	{   fill:var(--colorPrimary-light);   }
.-fillPrimary-dark	{   fill:var(--colorPrimary-dark);   }

.-fillSecondary		{   fill:var(--colorSecondary);   }
.-fillSecondary-light{   fill:var(--colorSecondary-light);   }
.-fillSecondary-dark	{   fill:var(--colorSecondary-dark);   }

.-fillSuccess			{   fill:var(--colorSuccess);   }
.-fillWarning			{   fill:var(--colorWarning);   }
.-fillDanger			{   fill:var(--colorDanger);   }

.-fillGrey				{   fill:var(--colorGrey);   }
.-fillGrey-light		{   fill:var(--colorGrey-light);   }
.-fillGrey-dark		{   fill:var(--colorGrey-dark);   }

.-fillOffBlack			{   fill:var(--colorOffBlack);   }
.-fillOffBlack-light	{   fill:var(--colorOffBlack-light);   }
.-fillOffBlack-dark	{   fill:var(--colorOffBlack-dark);   }

.-fillOffWhite			{   fill:var(--colorOffWhite);   }
.-fillOffWhite-light	{   fill:var(--colorOffWhite-light);   }
.-fillOffWhite-dark	{   fill:var(--colorOffWhite-dark);   }

.-fillWhite				{   fill:var(--colorWhite);   }
/* -------------------------------------------------------------------------- *
 * ========================================================================== *
 * Mohunky Cornerstone v7.0.6
 * Typography Styles
 * ========================================================================== *
 * -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- *
 * Font Weights Cheat Sheet

	100 - Thin
	200 - Light
	300 - Semi-light
	400 - Normal
	500 - Medium
	600 - Semi-bold
	700 - Bold
	800 - Extra-bold
	900 - Heavy

 * -------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	color: var(--colorText);
	background: var(--colorWhite);
}
.sidebar .o_blockContent {
	border: 1px solid var(--colorGrey);
	padding: 2rem;
	border-radius: 1rem;
	margin-bottom: 2rem;
	margin-bottom: 2rem;
}

	/* ----- Dark Mode Override ----- */
	body.-themeDark {
		color: var(--colorBlack);
	}


/* ----- Ensure all fonts are set correctly ----- */
/* Frontend: apply to body when it doesn't have Umbraco UI classes */
body:not(.uui-font) {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

/* Block previews: explicit override for preview content inside Umbraco backoffice */
._previewContent,
._previewContent * {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}


/* -------------------------------------------------------------------------- *
 * Headings
 * -------------------------------------------------------------------------- */
h1, .-fauxH1 {
	font-size: 2.625rem;
	font-weight: 400;
	margin: 0 0 1rem 0;
	line-height: 1.125em;
}

h2, .-fauxH2 {
	font-size: 1.625rem;
	font-weight: 400;
	margin: 0 0 1rem 0;
	line-height: 1.125em;
}

h3 {
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 1rem 0;
	line-height: 1.250em;
}

h4 {
	font-size: 1.125rem;
	font-weight: 400;
	margin: 0 0 1rem 0;
}

h5 {
	font-size: 1.250rem;
	font-weight: 700;
	margin: 0 0 1rem 0;
}

h6 {
	font-size: 1.000rem;
	font-weight: 700;
	margin: 0 0 1rem 0;
}

/* -------------------------------------------------------------------------- *
 * Standard styles
 * -------------------------------------------------------------------------- */
p {
	font-size: 0.938rem;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

ol {
	font-size: 0.938rem;
	font-weight: 400;
	line-height: 1.5em;
}

ul {
	font-size: 0.938rem;
	font-weight: 400;
	line-height: 1.5em;
}

strong {
	 font-weight:700;
}

/* ----- Default links ----- */
a._anchorfix {
	position: relative;
	top: -200px;
}

a, a:visited {
	color: var(--colorLink);
	border-bottom: 0.0625em solid var(--colorLink);
	text-decoration: none;
}

	a:hover {
		border-bottom-style: solid;
	}

	a:active, a:focus {
		outline: none;
	}

	a.-active {
		color: var(--colorPrimary);
		border-bottom-style: solid;
	}

		a.-active:hover {
			cursor: default;
		}

	a.-noBorder, a.-noBorder:visited, a.-noBorder:hover {
		border-bottom: none;
	}

/* ----- Badges ----- */
._txtBadge {
	display: inline-block;
	padding: 0.125rem 0.500rem;
	border-radius: 0.250rem;
	font-size: 0.875rem;
	font-weight: 500;
	text-transform: uppercase;
}

	._txtBadge.-txtSmall {
		font-size: 0.750rem;
	}

	._txtBadge.-bgPrimary {
		color: var(--colorWhite-perpetual);
	}

	._txtBadge.-bgGrey {
		color: var(--colorOffBlack-perpetual);
	}

	._txtBadge.-bgSuccess {
		color: var(--colorWhite-perpetual);
	}

	._txtBadge.-bgWarning {
		color: var(--colorWhite-perpetual);
	}

	._txtBadge.-bgDanger {
		color: var(--colorWhite-perpetual);
	}

/* ----- Pull/Blockquote ----- */
blockquote {
	margin: 1em 0;
	padding: 1em;
	border: none;
	border-left: 0.125rem solid var(--colorPrimary);
	font-size: 1.250em;
	line-height: 1.3125em;
	font-style: italic;
}

	blockquote span.author {
		display: block;
		padding-top: 0.500em;
		font-size: 1rem;
		font-style: normal;
	}

/* ----- Horizontal Rules ----- */
hr {
	display: inline-block;
	width: 100%;
	height: 0.0625rem;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color: var(--colorGrey);
}

/* -------------------------------------------------------------------------- *
 * Code styles
 * -------------------------------------------------------------------------- */
pre {
	display: block;
	margin: 0 0 1rem 0;
	padding: 1em;
	border-radius: 0.25em;
	font-size: 1em;
	text-align: left;
	tab-size: 3;
	color: var(--colorOffWhite);
	background: var(--colorOffBlack);
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: auto;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	border-radius: 0.25em;
	background-color: var(--colorOffBlack);
	color: var(--colorOffWhite);
	font-size: 0.875em;
	line-height: 1.5em;
}

span._inlineCode {
	display: inline-block;
	padding: 0 0.500em;
	border-radius: 0.25em;
	font-size: 0.750em;
	font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
	color: var(--colorOffWhite);
	background: var(--colorOffBlack);
}


/* -------------------------------------------------------------------------- *
 * Text Utilities
 * -------------------------------------------------------------------------- */

/* --- Alignment --- */
.-txtCenter
{
	text-align: center;
}

.-txtRight
{
	text-align: right;
}

.-txtLeft
{
	text-align: left;
}

.-txtJustify
{
	text-align: justify;
}

.-txtPullout
{
	margin-bottom: 1em;
	padding: 0.5em 0.5em 0.5em 1em;
	border-left: 2px solid var(--colorPrimary);
	background-color: var(--colorOffWhite);
}

.-txtHighlight
{
	color: var(--colorPrimary);
}

/* --- Sizes --- */
.-txtSmall, small {
	font-size: 0.750em;
	font-weight: 400;
}

.-txtSmaller {
	font-size: 0.6125em;
}

.-txtLarge {
	font-size: 1.250em;
}

.-txtLarger {
	font-size: 1.500em;
}

.-txtUpper {
	text-transform: uppercase;
}

/* ----- Font weights ----- */
.-txt100 {
	font-weight: 100;
}

.-txt200 {
	font-weight: 200;
}

.-txt300 {
	font-weight: 300;
}

.-txt400 {
	font-weight: 400;
}

.-txt500 {
	font-weight: 500;
}

.-txt600 {
	font-weight: 600;
}

.-txt700 {
	font-weight: 700;
}

.-txt800 {
	font-weight: 800;
}

.-txt900 {
	font-weight: 900;
}


@media only screen and (max-width: 1400px) {
	/* ---------------------------------------- *
	 * Laptop Large / .-ll- / 12 columns
	 * ---------------------------------------- */
	.-ll-txtLeft	{   text-align:left;   }
	.-ll-txtCenter	{   text-align:center;   }
	.-ll-txtRight	{   text-align:right;   }

}
@media only screen and (max-width: 1200px) {
	/* ---------------------------------------- *
	 * Laptop Small / .-ls- / 12 columns
	 * ---------------------------------------- */
	.-ls-txtLeft	{   text-align:left;   }
	.-ls-txtCenter	{   text-align:center;   }
	.-ls-txtRight	{   text-align:right;   }
	
}
@media only screen and (max-width: 1000px) {
	/* ---------------------------------------- *
	 * Tablet Large / .-tl- / 8 columns
	 * ---------------------------------------- */
	.-tl-txtLeft	{   text-align:left;   }
	.-tl-txtCenter	{   text-align:center;   }
	.-tl-txtRight	{   text-align:right;   }
	
}
@media only screen and (max-width: 800px) {
	/* ---------------------------------------- *
	 * Tablet Small / .-ts- / 6 columns
	 * ---------------------------------------- */
	.-ts-txtLeft	{   text-align:left;   }
	.-ts-txtCenter	{   text-align:center;   }
	.-ts-txtRight	{   text-align:right;   }

}
@media only screen and (max-width: 600px) {
	/* ---------------------------------------- *
	 * Mobile Large / .-ml- / 4 columns
	 * ---------------------------------------- */
	.-ml-txtLeft	{   text-align:left;   }
	.-ml-txtCenter	{   text-align:center;   }
	.-ml-txtRight	{   text-align:right;   }

}
@media only screen and (max-width: 400px) {
	/* ---------------------------------------- *
	 * Mobile Small / .-ms- / 2 columns
	 * ---------------------------------------- */
	.-ms-txtLeft	{   text-align:left;   }
	.-ms-txtCenter	{   text-align:center;   }
	.-ms-txtRight	{   text-align:right;   }
	
}


/* ------------------------------------------- */
/* ============= Font-face calls ============= */
/* ------------------------------------------- */



