/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

* { box-sizing: border-box }
img { max-width: 100%; }

:root {
	--font-family: system-ui, sans-serif;
	--brand-font-family: system-ui, sans-serif;
	--site-max-width: 1000px;
	--content-side-padding: 16px;
	
	--accent-color: rgb(0, 118, 133);
	--accent-color-link: rgb(0, 118, 133);
	--primary-color: #000000;
	--secondary-color: #555555;
	--background-color: #ffffff;
	--background-tint-color: #f2f3f5;
	--background-secondary-color: rgba(0,0,0, 0.055);
	--background-tertiary-color: rgba(0,0,0, 0.2);
	
	--button-background-color: rgba(220,222,228, 0.95);
	--button-hover-background: linear-gradient(rgb(0 0 0/30%) 0 0);
	
	--hover-hilight-background-color: rgba(0,0,0, 0.15);
	
	--divider-color: rgba(0,0,0, 0.15);
	--icon-border-color: #cccccc;
	--input-border-color: rgba(0,0,0, 0.25);
}

.dark {
	--accent-color: rgb(0, 118, 133);
	--accent-color-link: rgb(13, 174, 195);
	--primary-color: #ffffff;
	--secondary-color: #bbbbbb;
	--background-color: #000000;
	--background-tint-color: #121315;
	--background-secondary-color: rgba(255,255,255, 0.1);
	--background-tertiary-color: rgba(255,255,255, 0.2);
	
	--button-background-color: rgba(30,32,38, 0.95);
	--button-hover-background: linear-gradient(rgb(255 255 255/18%) 0 0);
	
	--hover-hilight-background-color: rgba(255,255,255, 0.15);
	
	--divider-color: rgba(255,255,255, 0.2);
	--icon-border-color: #333333;
}

/* Breakpoints: mobile first; tablet; large */
@media (min-width: 768px) {
	
}
@media (min-width: 1024px) {
	
}

html {
	background-color: var(--background-color);
	font-family: var(--font-family);
	font-size: 17px;
	line-height: 1.5;
	font-optical-sizing: auto;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	padding: 0;
	color: var(--primary-color);
	background-color: var(--background-color);
}


/* Skip to content
-------------------------------------------------- */
.skip-to-content-link {
	position: absolute;
	z-index: 50;
	left: 50%;
	font-size: 16px;
	font-weight: 600;
	color: white;
	background: var(--accent-color);
	padding: 12px 20px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.2s;
}
.skip-to-content-link:focus {
	transform: translateY(0%);
}

/* Typography: Fonts
-------------------------------------------------- */
.brand-font {
	font-family: var(-brand-font);
	font-optical-sizing: auto;
	font-style: normal;
}
.weight-700 { font-weight: 700; }
.weight-900 { font-weight: 900; }




/* Typography: Headings
-------------------------------------------------- */
h1, .heading-h1 {
	font-family: var(--brand-font-family);
	font-size: 1.8823529412rem;
	font-weight: 700;
	line-height: 1.125;
	letter-spacing: 0.004em;
	text-wrap: balance;
	margin-top: 0;
	margin-bottom: 0;
}
h2, .heading-h2 {
	font-size: 1.4117647059rem;
	font-weight: 700;
	line-height: 1.17;
	letter-spacing: .009em;
	margin-top: 1.6em;
	margin-bottom: 0;
}
h3, .heading-h3 {
	font-size: 1.2352941176rem;
	font-weight: 600;
	line-height: 1.19;
	margin-top: 1.6em;
	margin-bottom: 0.75em;
}
h4, .heading-h4 {
	font-size: 1.10rem;
	line-height: 1.24;
	margin-top: 1.5em;
	margin-bottom: 0.75em;
}
h5, .heading-h5 {
	font-size: 1.0rem;
	margin-top: 0;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
}

.inline-with-heading {
	display: block;
	font-size: 0.5em;
	font-weight: 500;
	margin-top: 0.2em;
	padding-left: 1px;
	color: var(--secondary-color);
}

@media (min-width: 768px) {
	h1, .heading-h1 {
		font-size: 2.8235294118rem;
		line-height: 1.15;
		letter-spacing: -.003em;
	}
	h2, .heading-h2 {
		font-size: 1.8823529412rem;
		line-height: 1.125;
	}
	h3, .heading-h3 {
		font-size: 1.6470588235rem;
		line-height: 1.14;
	}
	h4, .heading-h4 {
		
	}
	h5, .heading-h5 {
		
	}
}

@media (max-width: 767px) {
	h1 span {
		display: block;
		font-size: 0.5em;
		line-height: 1.3;
		margin-bottom: 0.2em;
	}
}

/* Typography: Styled headings
-------------------------------------------------- */
.numbered-heading {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 4em;
}
.numbered-heading:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--divider-color);
	transform: translateY(-0.8em);
}
.numbered-heading .number {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -2.0em;
	width: 2.0em;
	height: 2.0em;
	font-size: 0.75em;
	background-color: var(--background-color);
	border: 3px solid var(--divider-color);
	border-radius: 50%;
}
.sub-heading {
	font-size: 1.15em;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 2em;
}



/* Typography: Standardize paragraph sizing across typical elements
-------------------------------------------------- */
p,
ul,
ol {
	font-size: 1rem;
	margin-block-start: 0.8em;
	margin-block-end: 1.0em;
}

.lead {
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1.24;
	letter-spacing: .007em;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.small-print {
	display: block;
	font-size: 12px;
	line-height: 16px;
}

@media (min-width: 50em) {
	.lead {
		font-size: 1.41rem;
		line-height: 1.33;
	}
}

/* Typography: Links
-------------------------------------------------- */
a,
.link {
	color: var(--accent-color-link);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

a.text-color {
	color: var(--primary-color);
}

a.plain-link {
	text-decoration: none;
	color: inherit;
}
a.plain-link:hover {
	text-decoration: underline;
}

a.chevron-link {
	position: relative;
}
a.chevron-link:after {
	display: inline-block;
	margin-left: 0.25ch;
	content: '›';
	font-size: 1.15em;
	color: inherit;
}
a.inline-block-link {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: var(--accent-color-link);
	background-color: var(--background-tint-color);
	white-space: nowrap;
	margin: 4px 0;
	padding: 8px 16px;
	border-radius: 5px;
}
a.inline-block-link:hover {
	background-color: var(--hover-hilight-background-color);
}

/* Images: Base
-------------------------------------------------- */
figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 1rem 0 3rem 0;
}
figure img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	border-radius: 15px;
}
figure.with-background {
	background-color: var(--background-tint-color);
	padding: 25px 22px;
	border-radius: 18px;
}
figure.with-background img {
	width: 100%;
	max-width: 380px;
}
figcaption {
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	color: var(--secondary-color);
	margin-top: 10px;
}
.image {
	max-width: 100%;
}
.heading-image {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 1rem;
	border-radius: 15px;
}
.inline-icon {
	width: 1em;
	height: 1em;
	vertical-align: middle;
}
.inline-icon-lg {
	width: 1.5em;
	height: 1.5em;
	vertical-align: bottom;
	margin-right: 0.5em;
}
.avatar.lg {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
}

/* Images: Brands
-------------------------------------------------- */
.brand-icon {
	border-top-left-radius: 8%;
	border-top-right-radius: 20%;
	border-bottom-left-radius: 20%;
	border-bottom-right-radius: 8%;
	aspect-ratio: 1 / 1;
}
.brand-icon-lg { width: 150px; height: 150px; }

/* Images: Colour theme
-------------------------------------------------- */
.show-on-dark-theme {
	display: none;
}
.dark .show-on-dark-theme {
	display: inline-block;
}
.dark .show-on-light-theme {
	display: none;
}

/* Breadcrumbs
   -------------------------------------------------------------------------------- */
.breadcrumbs {
	margin-block-start: 0;
	margin-block-end: 0;
	padding: 1em 0 0 0;
}

.breadcrumbs ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	color: var(--secondary-color);
}

.breadcrumbs li + li:before {
	content: "›";
	font-size: 1.25em;
	padding: 0 0.5em;
	color: var(--secondary-color);
}

.breadcrumbs a {
	color: var(--primary-color);
	font-weight: normal
}



















/* Layout
-------------------------------------------------- */
.container {
	max-width: var(--site-max-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--content-side-padding);
	padding-right: var(--content-side-padding);
}

.character-width-container {
	max-width: 38rem;
	margin-left: auto;
	margin-right: auto;
}
.character-width-container.narrow {
	max-width: 42rem;
}

.hero {
	padding-top: 2.0rem;
}

.hero-icon-header {
	display: grid;
	grid-template-columns: 100px auto;
	align-items: center;
	gap: 22px;
}
.hero-icon-header .brand-icon {
	height: auto;
	border: 1px solid var(--icon-border-color);
}
@media (min-width: 768px) {
	.hero-icon-header {
		grid-template-columns: 120px auto;
	}
}

/* Layout: Grid columns
-------------------------------------------------- */
.grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 768px) {
	.with-aside {
		gap: 8%;
		grid-template-columns: minmax(0, 1fr) 260px;
	}
}




















/* Navbar
-------------------------------------------------- */
.navbar {
	position: sticky;
	z-index: 30;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(223,229,231, 0.7);
	border-bottom: 1px solid var(--divider-color);
	backdrop-filter: saturate(180%) blur(20px);
}
.dark .navbar {
	background-color: rgba(23,29,31, 0.7);
}

.navbar-container {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: var(--site-max-width);
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--content-side-padding);
	padding-right: var(--content-side-padding);
}

.navbar .spacer {
	flex-grow: 1;
}

.navbar-link {
	color: var(--primary-color);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.navbar-logo {
	display: block;
	width: 94px;
	height: auto;
	filter: invert(1);
}
.dark .navbar-logo {
	filter: none;
}

@media (min-width: 768px) {
	.navbar-logo {
		width: 114px;
	}
}

.navbar-buttons {
	display: flex;
	align-items: center;
}

.navbar-button {
	display: inline-flex;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 5px 12px;
	color: var(--primary-color);
	border: none;
	background: transparent;
}

.navbar-button:hover {
	background-color: var(--hover-hilight-background-color);
	border-radius: 8px;
}

.navbar-button .icon {
	width: 24px;
	height: 24px;
}

.dark .navbar-button img {
	filter: invert(1)
}







































/* Components: Buttons
-------------------------------------------------- */
.button {
	appearance: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-decoration: none;
	white-space: nowrap;
	border: none;
	border-radius: 6px;
	color: var(--accent-color-link);
	background-color: var(--button-background-color);
	height: 3em;
	padding: 0 2em;
}

.button.xs { font-size: 12px; font-weight: 600; height: 2.75em; padding: 0 1.25em; }
.button.sm { font-size: 13px; font-weight: 600; height: 2.75em; }

.button.plain {
	color: var(--accent-color-link);
	background-color: transparent;
}
.button.prominent {
	font-weight: bold;
	color: white;
	background-color: var(--accent-color);
}
.button.white-background {
	color: var(--accent-color);
	font-weight: 600;
}

.button.call-to-action {
	border-radius: 100px;
}

.button:hover {
	background-image: var(--button-hover-background);
}
.button:active {
	opacity: 0.64;
}

.button.stretch {
	width: 100%;
}

/* Components: Segmented buttons
-------------------------------------------------- */
.segmented-control {
	display: flex;
	align-items: center;
	gap: 2px;
	max-width: 460px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--background-secondary-color);
	border-radius: 200px;
	padding: 4px;
}
.segmented-control .item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	padding: 0.5em 0em;
	color: var(--primary-color);
	border-radius: 200px;
}
.segmented-control .item:hover {
	background-color: var(--background-secondary-color);
}
.segmented-control .item.active {
	color: white;
	background-color: var(--accent-color);
}

/* Components: Tabbed buttons
-------------------------------------------------- */
.tabbed-control {
	display: flex;
	align-items: center;
	gap: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	border-bottom: 2px solid var(--divider-color);
}
.tabbed-control .item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	padding: 0.75em 0.8em;
	color: var(--secondary-color);
	border-bottom: 4px solid transparent;
}
.tabbed-control .item:hover {
	border-bottom-color: var(--accent-color);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tabbed-control .item.active {
	color: var(--primary-color);
	border-bottom-color: var(--accent-color);
}

/* Components: Visually-divided heading
-------------------------------------------------- */
.prominent-heading {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 5px solid var(--divider-color);
}
.prominent-heading .icon {
	width: 26px;
	height: 26px;
}
.prominent-heading h2 {
	margin-top: 0;
}

/* Components: Info strip - icon and keys
-------------------------------------------------- */
.info-strip {
	display: flex;
	gap: 6px;
}
.info-strip .item {
	display: flex;
	flex: 1 1 0;
	flex-direction: row;
	font-size: 12px;
	align-items: center;
	background-color: var(--background-secondary-color);
	padding: 10px;
	border-radius: 8px;
}
.info-strip .info-icon {
	width: 17px;
	height: 17px;
	margin-right: 8px;
}
@media (min-width: 768px) {
	.info-strip .item {
		max-width: none;
	}
}











/* Components: Intelligent search
-------------------------------------------------- */
.intelligence-animation {
	display: block;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100px;
	padding: 3px;
	animation: gradientBorder 4s linear infinite;
	box-shadow: 0 0 30px 2px rgba(0, 117, 132, 0.5);
	background: linear-gradient(to right, var(--background-color), var(--background-color)) content-box,
		conic-gradient(
				from var(--angle),
				#007584 0deg,
				#f09a48 90deg,
				#1ee5ff 180deg,
				#d927c3 270deg,
				#007584 360deg
			)
			border-box;
}
.dark .intelligence-animation {
	box-shadow: 0 0 30px 2px #007584;
}
.intelligence-animation input[type="search"] {
	border: none;
	font-size: 16px;
	text-align: center;
	padding: 15px 30px;
	width: 100%;
	background-color: var(--background-tint-color);
}
@keyframes gradientBorder {
	from {
		--angle: 0turn;
	}
	to {
		--angle: 1turn;
	}
}
@property --angle {
	syntax: "<angle>";
	inherits: true;
	initial-value: 0turn;
}

.search-suggestion {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	color: var(--secondary-color);
	padding: 3px 6px;
	background-color: var(--background-tint-color);
	border-radius: 4px;
}
.search-suggestion:hover {
	color: var(--primary-color);
	background-color: var(--hover-hilight-background-color);
}



















/* Components: Cards
-------------------------------------------------- */
.card {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 18px 20px;
	background-color: var(--background-secondary-color);
	border-radius: 10px;
}
.card .icon {
	width: 52px;
	height: 52px;
	margin-bottom: 15px;
	box-shadow: 0 4px 12px 4px rgba(0,0,0,.24);
}
.card .label {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.card .secondary-label {
	flex-grow: 1;
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin-top: 1em;
}
.card .actions {
	margin-top: 2em;
}

/* Components: wide card - has limited text and a large icon to the right
-------------------------------------------------- */
.wide-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.5em 0 0.5em 0;
	padding: 10px 12px;
	background-color: var(--background-secondary-color);
	border-radius: 15px;
}
.wide-card .text-and-actions {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.wide-card .label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}
.wide-card .secondary-label {
	font-size: 12px;
	font-weight: 600;
	color: var(--secondary-color);
	margin: 5px 0 5px 0;
}
.wide-card .icon {
	width: 88px;
	height: 88px;
	margin-left: 20px;
	border: 1px solid var(--icon-border-color);
}
.wide-card .actions {
	margin-top: 1em;
}

@media screen and (min-width: 768px) {
	.wide-card .icon {
		width: 114px;
		height: 114px;
		margin-left: 25px;
	}
}

/* Components: detail item
-------------------------------------------------- */
.detail-item {
	display: grid;
	grid-template-columns: 62px auto;
	margin: 0;
	padding: 2em 0;
	border-top: 1px solid var(--divider-color);
}
.detail-item:first-child {
	border-top: none;
}
.detail-item .aside {
	align-items: start;
}
.detail-item .brand-icon {
	display: block;
	height: auto;
	border: 1px solid var(--icon-border-color);
}

.detail-item .body {
	display: grid;
	align-content: center;
	align-items: center;
	padding-left: 12px;
}
.detail-item .actions {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 15px;
}
.detail-item .actions .button {
	max-width: 100%;
}

.detail-item .label {
	display: block;
	font-size: 21px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 5px;
}
.detail-item .secondary-label {
	display: block;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 0;
	margin-bototm: 12px;
}
.detail-item .description {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 15px;
}
.detail-item .small-print {
	color: var(--secondary-color);
	margin-top: 12px;
}
.detail-item .tags {
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.detail-item {
		grid-template-columns: 10% auto;
		align-items: center;
	}
	.detail-item .body {
		grid-template-columns: 1fr 180px;
		padding-left: 25px;
	}
	.detail-item .body .texts {
		padding-right: 8%;
	}
	.detail-item .actions {
		flex-direction: column;
		gap: 8px;
		margin-top: 0px;
	}
}

/* Components: Tiles
-------------------------------------------------- */
.tile {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 15px 20px;
	border-top-right-radius: 10px;
}
.tile-heading {
	display: block;
	font-size: 23px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.tile-text {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
	opacity: 0.82;
}
.tile-cta {
	display: block;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
}
.tile:hover {
	filter: brightness(0.8);
}
.tile:active {
	transform: scale(0.975);
}

/* Components: Panels
-------------------------------------------------- */
.panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	text-decoration: none;
	padding: 15px 20px;
	border-radius: 15px;
	background-color: var(--background-secondary-color);
}
.panel.centered {
	align-items: center;
	text-align: center;
}
.panel-icon {
	width: 100px;
	height: 100px;
}
.panel-heading {
	display: flex;
	align-items: start;
	font-size: 20px;
	margin: 0 0 10px 0;
}
.panel-sub-heading {
	font-size: 1em;
	margin: 0 0 8px 0;
}
.panel-heading .inline-icon {
	margin-top: 2px;
	margin-right: 10px;
}
.panel-text {
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
	opacity: 0.82;
}

/* Components: Call to action panel
-------------------------------------------------- */
.call-to-action-panel {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 50px 0 0 0;
	padding: 30px 16px 22px 16px;
	color: white;
	background-color: var(--accent-color);
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 10px;
}
.call-to-action-panel .icon {
	display: block;
	width: 80px;
	height: 80px;
	margin-top: -45px;
	margin-bottom: 15px;
	box-shadow: 0 14px 38px 20px rgba(0,0,0, 0.34);
}
.dark .call-to-action-panel .icon {
	box-shadow: 0 0 38px 20px rgba(0,0,0, 0.52);
}
.call-to-action-panel .title {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}
.call-to-action-panel .sub-title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}
.call-to-action-panel .button {
	margin-top: 15px;
	margin-bottom: 15px;
}
.call-to-action-panel .small-print {
	
}

/* Components: Offer key details. Can be used as a bolt-on to Call to action panel
-------------------------------------------------- */
.key-details {
	background-color: var(--background-secondary-color);
	padding: 10px 12px;
	font-size: 14px;
	border-radius: 10px;
	text-align: center;
}
.call-to-action-panel + .key-details {
	position: relative;
	z-index: 1;
	margin-top: -10px;
	padding-top: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.key-details .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3px;
	margin-top: 5px;
}
.key-detail {
	font-size: 12px;
	padding: 3px 8px;
	background-color: var(--background-secondary-color);
	border-radius: 5px;
}
.key-detail .value {
	font-size: 12px;
}

/* Call-to-action bar.
-------------------------------------------------- */
.call-to-action-bar {
	position: relative;
	display: flex;
	align-items: center;
	margin: 5px 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: var(--content-side-padding);
	padding-right: var(--content-side-padding);
	background-color: var(--background-secondary-color);
	border-radius: 8px;
}

a.call-to-action-bar:hover, .call-to-action-bar:active {
	background-color: var(--hover-hilight-background-color);
}

.call-to-action-bar .icon {
	flex: 0;
	width: 52px;
	height: 52px;
	margin-right: var(--content-side-padding);
}

.call-to-action-bar .body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.call-to-action-bar .cta {
	display: flex;
	gap: 8px;
	flex: 0;
	width: auto;
}

.call-to-action-bar .label {
	font-size: 17px;
	line-height: 1.35;
	margin: 0;
}

.call-to-action-bar .description {
	display: block;
	font-size: 12px;
	line-height: 1.25;
	color: var(--secondary-color);
}

@media (min-width: 768px) {
	.call-to-action-bar .description {
		display: inline;
	}
}

.call-to-action-bar .button {
	font-size: 13px;
	height: 2.5em;
	padding-left: 1em;
	padding-right: 1em;
}

/* Components: Link to external site
-------------------------------------------------- */
.external-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	font-size: 13px;
	font-weight: 500;
	padding: 18px;
	border-radius: 10px;
	background-color: var(--background-tint-color);
}
.external-link:hover {
	background-color: var(--hover-hilight-background-color);
}
.external-link-logo {
	width: 200px;
	max-width: 70%;
}

/* Components: Tags/Categories
-------------------------------------------------- */
.tags {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	align-items: start;
	gap: 4px;
}
.tags.divided {
	justify-content: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--divider-color);
}
.tag {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	padding: 5px 8px;
	border-radius: 5px;
	color: var(--primary-color);
	background-color: var(--background-secondary-color);
	border: 1px solid var(--icon-border-color);
}

.tag.strong {
	color: rgb(0, 57, 0);
	background-color: rgb(226, 255, 226);
	border: 1px solid rgba(0,0,0, 0.1);
}
.dark .tag.strong {
	color: rgb(226, 255, 226);
	background-color: rgb(0, 57, 0);
	border: 1px solid rgba(255,255,255, 0.1);
}

.tag .icon {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.tag.lg {
	padding: 8px 12px;
}
.tag.lg .icon {
	width: 18px;
	height: 18px;
}

/* Components: Feature cards with images
-------------------------------------------------- */
.feature-cards {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax(240px, 1fr) );
	gap: 16px;
}
.feature-card {
	display: flex;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
	width: 100%;
	padding: 0;
	background-color: var(--background-secondary-color);
	border-radius: 10px;
}
@media screen and (min-width: 768px) {
	
}
.feature-card:hover {
	background-color: var(--hover-hilight-background-color);
}
.feature-card:active {
	transform: scale(0.98);
}
.feature-card .image {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.feature-card .body {
	padding: 18px 20px;
}
.feature-card .label {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0;
}
.feature-card .secondary-label {
	flex-grow: 1;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 1em;
}





















/* Collections
-------------------------------------------------- */
.collection {
	display: grid;
}

@media screen and (min-width: 768px) {
	.collection.columns {
		column-gap: 26px;
		grid-template-columns: 1fr 1fr;
	}
}

/* Collection: Basic horizontal scroll without snapping etc.
-------------------------------------------------- */
.horizontal-content {
	display: flex;
	flex-wrap: nowrap;
	gap: 4px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -16px;
	margin-right: -16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.horizontal-content::-webkit-scrollbar {
	display: none;
}

@media screen and (min-width: 768px) {
	.horizontal-content {
		justify-content: center;
	}
}

/* Collection: Horizontal Track
-------------------------------------------------- */
.horizontal-track {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -16px;
	margin-right: -16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0;
	padding-bottom: 0;
	scroll-snap-type: x mandatory;
	scroll-padding: 16px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.horizontal-track::-webkit-scrollbar {
	display: none;
}

.horizontal-track-item {
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	width: 48.5%;
	width: calc(50% - 8px);
	max-width: 300px;
	scroll-snap-align: start;
}

/* Sizing. By default we have 2 items in view on small screens, 4 on large. */
.horizontal-track[items-in-view="1.5"] .horizontal-track-item { width: 72%; }

@media screen and (min-width: 768px) {
	.horizontal-track {
		gap: 15px;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		scroll-padding: 0;
	}
	
	/* Sizing. By default, we expect up to 4 items so flex automatically. Use specific sizing where needed. */
	.horizontal-track .horizontal-track-item {
		flex: 1 1 0;
		width: auto;
	}
}













































/* Lists
-------------------------------------------------- */
.list {
	display: grid;
	column-gap: 26px;
	list-style: none;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: calc(var(--content-side-padding) * -1);
	margin-right: calc(var(--content-side-padding) * -1);
	padding: 0;
}
.list.columns {
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.list.columns .column-heading {
	grid-column: 1 / -1;
	text-indent: 15px;
}
.stacked-list {
	margin-top: 1.5em;
	margin-bottom: 2.0em;
}
.stacked-list li {
	margin-top: 0.5em;
}

/* Lists: Checkmark list
-------------------------------------------------- */
.checkmark-list {
	list-style: none;
}
.checkmark-list li {
	position: relative;
	margin-top: 0.75em;
}
.checkmark-list li:before {
	position: absolute;
	left: -2.2ch;
	content: '✓';
	font-size: 1.0em;
	font-weight: 900;
	color: rgb(24, 170, 24);
}
.checkmark-list li.unchecked:before {
	content: '✗';
	color: rgb(240, 34, 34);
}

/* Lists: Icon list
-------------------------------------------------- */
.icon-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.icon-list .item {
	display: flex;
	align-items: center;
	color: var(--primary-color);
	text-decoration: none;
	margin-bottom: 3px;
	padding: 8px 15px 8px 8px;
	border-radius: 8px;
	background-color: var(--background-secondary-color);
}
.icon-list .item:hover {
	background-color: var(--hover-hilight-background-color);
}
.icon-list .icon {
	width: 1.75em;
	height: 1.75em;
	margin-right: 12px;
}

/* List items: default .list-item supports optional icon, label, optional secondary label, and optional chevron.
-------------------------------------------------- */
.list-item {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: var(--content-side-padding);
	padding-right: var(--content-side-padding);
	border-top: 1px solid var(--divider-color);
}

a.list-item:active {
	background-color: var(--hover-hilight-background-color);
}
@media (hover: hover) {
	a.list-item:hover {
		background-color: var(--hover-hilight-background-color);
	}
}

@media screen and (min-width: 768px) {
	.list {
		margin-left: 0;
		margin-right: 0;
	}

	.list-item {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.list-item .icon {
	flex: 0;
	width: 62px;
	height: 62px;
	margin-right: var(--content-side-padding);
	border: 1px solid var(--icon-border-color);
}

.list-item .body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.list-item .disclosure {
	flex: 0;
	width: 22px;
	margin-left: 35px;
	opacity: 0.4;
}

.dark .list-item .disclosure {
	filter: invert(1);
	opacity: 0.48;
}

.list-item .label {
	font-size: 18px;
	line-height: 1.35;
	margin: 0;
}

.list-item .secondary-label {
	display: block;
	font-size: 0.813em;
	line-height: 1.25;
	color: var(--secondary-color);
	margin-top: 2px;
}

@media screen and (min-width: 768px) {
	.list.small-on-lg .list-item {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 2px;
		padding-right: 2px;
	}
	.list.small-on-lg .list-item .icon {
		width: 36px;
		height: 36px;
	}
	.list.small-on-lg .list-item .label {
		font-size: 15px;
	}
}






.on-this-page-title {
	font-size: 1rem;
	margin-top: 0;
	margin-bottom:1em
}

.on-this-page .item {
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	padding: .5em .5em .5em 1em;
	border-left:4px solid var(--divider-color)
}

.on-this-page .item.active {
	color: var(--primary-color);
	border-left-color:var(--secondary-color)
}

.floating-right-aside {
	position: sticky;
	top: 50px;
	padding-top:70px
}







































/* Articles
-------------------------------------------------- */
.by-line {
	display: flex;
	align-items: center;
	gap: 0.25em;
	font-size: 11px;
	font-weight: 600;
	padding: 0 0 1.0em 0;
}

.by-line .date {
	color: var(--secondary-color);
}

.by-line .date:before {
	content: "\2013";
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

picture {
	width: 100%;
}
.picture-image {
	width: 100%;
	height: auto;
	border-radius: 15px;
	margin-bottom: 5px;
}

/* Add a .text-link class for when we're outside of an .article */
.article a,
.text-link {
	font-weight: bold;
}

.article p:first-of-type::first-line {
	font-weight: bold;
	color: var(--primary-color);
}
.article p:first-of-type::first-letter {
	font-family: serif;
	-webkit-initial-letter: 3.5 3;
	initial-letter: 3.5 3;
	font-weight: bold;
	line-height: 1;
	margin-right: 0.5rem;
}

/* Some stuff that's related to articles but doesn't necessarily need to be a child of .article */
.quote,
.call-out {
	display: block;
	background-color: var(--background-secondary-color);
	margin: 2em 0;
	padding: 15px 25px 15px 25px;
	border-left: 3px solid var(--accent-color);
	border-radius: 8px;
}
.quote .caption {
	display: block;
	font-size: 0.75em;
	margin-top: 0.5em;
	margin-bottom: 4px;
}
.alert {
	display: block;
	background-color: var(--background-secondary-color);
	margin: 2em 0;
	padding: 15px 25px;
	border-left: 3px solid var(--accent-color);
	border-radius: 8px;
}

.alert.error {
	border-left-color: rgb(255, 110, 110);
	color: rgb(69, 2, 2);
	background-color: rgb(255, 238, 238);
}
.dark .alert.error {
	border-left-color: red;
	background-color: rgb(50, 4, 4);
	color: rgb(255, 238, 238);
}

/* Also read - related articles - link block */
.also-read {
	display: block;
	background-color: var(--background-tint-color);
	margin: 1em 0 2em 0;
	padding: 15px 25px 15px 25px;
	border: 1px solid var(--accent-color);
	border-radius: 8px;
}
.also-read strong {
	display: inline-block;
	margin-right: 0.5ch;
}
.also-read a {
	font-weight: bold;
}
.also-read span {
	display: block;
	font-size: 0.9em;
	line-height: 1.3;
	color: var(--secondary-color);
	margin: 2px 0 0 0;
}

.article-footer {
	font-size: 13px;
	font-weight: 500;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-top: 15px;
	border-top: 1px solid var(--divider-color);
}





/* Ratings
-------------------------------------------------- */
.rating-info .score-out-of-5 {
	font-size: 80px;
	line-height: 1.1;
	font-weight: 600;
	margin: 10px 0;
}
.rating-info .score-out-of-5 small {
	font-size: 20px;
	font-weight: 600;
}









/* Promo codes
-------------------------------------------------- */
.promo-code {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	vertical-align: text-bottom;
	background: rgb(255, 226, 174);
	padding: 1px 4px 0 4px;
	border-radius: 4px;
	height: 1.5em;
}
.dark .promo-code {
	background: rgb(110, 71, 0);
}





























/* Side nav
-------------------------------------------------- */
.sidenav {
	position: fixed;
	z-index: 9;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100lvh;
	height: calc(100vh - 50px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: var(--background-tint-color);
	padding-top: 0px;
	padding-left: var(--content-side-padding);
	padding-right: var(--content-side-padding);
	opacity: 1;
	transform: translateX(100%);
	transition: transform .34s;
	transition-timing-function: cubic-bezier(.32, .08, .24, 1);
}

@media (min-width: 768px) {
	.sidenav {
		left: 65%;
		width: 35%;
		padding-left: 40px;
		padding-right: 40px;
	}
}

.sidenav-is-open .sidenav {
	overflow: auto;
	opacity: 1;
	transform: translateX(0%);
	transition: transform 0.28s;
	transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.sidenav-menu {
	margin: 1em 0;
}
.sidenav-menu .menu-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.8em 4px;
	font-weight: 500;
	text-decoration: none;
	color: var(--primary-color);
}
.sidenav-menu .menu-item:hover {
	background-color: var(--hover-hilight-background-color);
	border-radius: 6px;
}
.sidenav-menu .menu-item.active {
	color: var(--accent-color-link);
}














/* Tables
-------------------------------------------------- */
.table-container {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table {
	width: 100%;
	border-collapse: collapse;
}
.table th {
	text-align: left;
	white-space: nowrap;
}
.table th, .table td {
	padding: 4px 0;
	border-bottom: 1px solid var(--divider-color);
}



































/* Forms: inputs
-------------------------------------------------- */
.input-field {
	margin-block-end: 1rem;
	text-align: left;
}
.input-field label {
	display: block;
	font-size: 0.913em;
	font-weight: 600;
	margin: 0 0 6px 0;
}
.input {
	appearance: none;
	display: block;
	font-size: 17px;
	width: 100%;
	height: 2.75em;
	color: var(--primary-color);
	border: none;
	border-radius: 10px;
	background-color: var(--background-secondary-color);
	margin: 0;
	padding: 0 1.5ch;
}

/* Forms: radio/checkboxes
-------------------------------------------------- */
.input-field .radio-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 8px 12px;
	border-radius: 4px;
}
.radio-label:hover {
	background-color: var(--hover-hilight-background-color);
}
.radio-label > input {
	width: 1.0;
	height: 1.0;
}

/* Forms: hint/help text
-------------------------------------------------- */
.input-hint {
	display: block;
	font-size: 0.875em;
	line-height: 1.3;
	color: var(--secondary-color);
}

/* Forms: textarea
-------------------------------------------------- */
textarea.input {
	height: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* Forms: search
-------------------------------------------------- */
input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	font-size: 16px;
	color: var(--primary-color);
	background-color: var(--background-color);
	padding: 0.5em 1.0em;
	border: 1px solid var(--divider-color);
	border-radius: 100px;
}
input.lg {
	font-size: 20px;
	width: 100%;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}














/* Natural accordians!
-------------------------------------------------- */
details {
	border-radius: 5px;
	margin-bottom: 5px;
}

details .content {
	padding: 0 var(--content-side-padding) 1px var(--content-side-padding);
}

details summary {
	display: flex;
	font-size: 1.0;
	line-height: 1.3;
	font-weight: 600;
	padding: 0.75em var(--content-side-padding);
	background-color: var(--background-secondary-color);
	border-radius: 5px;
	cursor: pointer;
}

details p {
	font-size: 15px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

@media (hover: hover) {
	details summary:hover {
		background-color: var(--hover-hilight-background-color);
	}
}














/* Footer
-------------------------------------------------- */
#site-footer {
	font-size: 14px;
	text-align: center;
	color: var(--secondary-color);
	margin-top: 100px;
	padding: 15px 0 0 0;
	border-top: 1px solid var(--divider-color);
}

@media (max-width: 767px) {
	#site-footer .footer-copyright {
		display: inline-block;
		margin-right: 0;
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) {
	#site-footer .footer-copyright {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
	}
}

#site-footer .logo-row {
	background-color: white;
	text-align: center;
	margin-top: 15px;
	padding: 10px 0;
}

#site-footer .footer-logo {
	width: auto;
	height: 21px;
	margin: 5px;
	vertical-align: middle;
}

@media (min-width: 768px) {
	#site-footer .footer-logo {
		height: 30px;
		margin: 5px 15px;
	}
}

#site-footer .inline-links {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
}
#site-footer .inline-links li {
	display: inline-block;
}
#site-footer .inline-links a {
	display: block;
	text-decoration: none;
	color: var(--primary-color);
	padding: 3px 8px;
	border-radius: 6px;
}
#site-footer .inline-links a:hover {
	background-color: var(--hover-hilight-background-color);
}






















/* Colours
-------------------------------------------------- */
.primary-text { color: var(--primary-color) }
.secondary-text { color: var(--secondary-color) }

.review-star-text { color: rgb(255, 158, 0); }
.dark .review-star-text { color: gold; }

.background-accent { background-color: var(--accent-color) }
.background-color { background-color: var(--background-color) }
.background-tint-color { background-color: var(--background-tint-color) }
.background-secondary-color { background-color: var(--background-secondary-color) }

.white-background { background-color: white }








/* Gradient backgrounds
-------------------------------------------------- */
.gradient-teal {
	color: white;
	background-image: linear-gradient(rgba(15, 124, 158, 1) 23.11%, rgba(22, 89, 110, 1) 74.37%);
}
.gradient-blue-red {
	color: white;
	background-color: #170d24;
	background-image:
	radial-gradient(ellipse at 10% 90%, #3c2d83 0%, transparent 55%), radial-gradient(ellipse at 90% 90%, #c33c65 0%, transparent 55%), radial-gradient(ellipse at 90% 10%, #4a74dc 0%, transparent 55%), radial-gradient(ellipse at 10% 10%, #35244f 0%, transparent 55%);
}

.gradient-blue-yellow {
	color: white;
	background-color: #170d24;
	background-image:
	radial-gradient(ellipse at 10% 90%, #bfcb43 0%, transparent 75%), radial-gradient(ellipse at 90% 90%, #38ae86 0%, transparent 75%), radial-gradient(ellipse at 90% 10%, #1d9dc4 0%, transparent 75%), radial-gradient(ellipse at 10% 10%, #425a96 0%, transparent 75%);
}

.gradient-purple-blue {
	color: white;
	background-color: #170d24;
	background-image:
	radial-gradient(ellipse at 10% 90%, #6039f1 0%, transparent 55%), radial-gradient(ellipse at 90% 90%, #d677f4 0%, transparent 55%), radial-gradient(ellipse at 90% 10%, #2b1fc2 0%, transparent 55%), radial-gradient(ellipse at 10% 10%, #c2028c 0%, transparent 55%);
}

.gradient-purple-neon {
	color: white;
	background-color: #170d24;
	background-image:
	radial-gradient(ellipse at 10% 90%, #8f1fe5 0%, transparent 75%), radial-gradient(ellipse at 90% 90%, #2720bb 0%, transparent 75%), radial-gradient(ellipse at 90% 10%, #191c23 0%, transparent 75%), radial-gradient(ellipse at 10% 10%, #08c9f4 0%, transparent 75%);
}










.admin-controls {
	position: fixed;
	z-index: 10;
	bottom: 25px;
	right: 25px;
}


















/* Alignment
-------------------------------------------------- */
.centered { text-align: center }
.right-align { text-align: right; }
@media (min-width: 768px) {
	.centered-on-lg { text-align: center }
}


/* Spacing
-------------------------------------------------- */
hr,
.divider {
	margin: 60px 0;
	border: none;
	height: 1px;
	background-color: var(--divider-color);
}
.margin-top-none { margin-top: 0; }
.margin-top-xs { margin-top: 10px; }
.margin-top-sm { margin-top: 25px; }
.margin-top-md { margin-top: 50px; }
.margin-top-lg { margin-top: 100px; }
.margin-bottom-none { margin-bottom: 0; }
.margin-bottom-xs { margin-bottom: 10px; }
.margin-bottom-sm { margin-bottom: 25px; }
.margin-bottom-md { margin-bottom: 50px; }
.margin-bottom-lg { margin-bottom: 100px; }
.margin-bottom-xl { margin-bottom: 200px; }




/* Display helpers
-------------------------------------------------- */
.block { display: block }
.hidden { display: none; }
@media (max-width: 767px) {
	.hidden-on-sm { display: none !important; }
}
@media (min-width: 768px) {
	.hidden-on-md { display: none !important; }
}
@media (min-width: 1024px) {
	.hidden-on-lg { display: none !important; }
}
