/*****
* WCKD DESIGN SYSTEM CSS
* Theme URI: https://brand.wckd.ca
* Author: Cory Marazzo
* Author URI: https://marazzo.ca/
* Description: 6-column grid system with javascript dependencies
* Version: 1.0
* License: Proprietary
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Do not edit.

* Globals
* Typography
* Layout
* Components
* Variations
* Options
* WCKD UI

*****/

.signature{font-family: 'Qwitcher Grypen', cursive;font-size:240%;margin-top:40px}

:root {
	--white: rgb(255, 255, 255);
	/* ffffff */
	--white-80: rgb(204, 204, 204);

	--bg: rgb(245, 247, 249);
	/* 95% #f5f7f9 */
	--bg-95: rgb(237, 240, 242);
	/* 95% #edf0f2 */
	--bg-90: rgb(225, 227, 229);
	/* 95% #e1e3e5 */
	--bg-80: rgb(225, 227, 229);
	/* 95% #e1e3e5 */

	--bg-60: rgb(147, 147, 153);
	/* #939399 */
	--bg-50: rgb(125, 125, 128);
	/* #7d7d80 */
	--bg-40: rgb(100, 100, 102);
	/* #646466 */
	--bg-20: rgb(50, 50, 51);
	/* #323233 */
	--bg-15: rgb(37, 38, 38);
	/* #252626 */
	--bg-10: rgb(25, 25, 26);
	/* #19191a */

	--red: #e35050;
	--green: #50e3c2;
	--blue: #509fe3;
	--orange: #e39950;
	--yellow: ;
	--black: ;
	--grey: ;

	--border: var(--bg-90);
	--font: var(--bg-20);
	--meta: var(--bg-50);
	--link: var(--bg-10);
	--accent: var(--red);

	--font-x: #edf0f2;
	--link-color-x: #ffffff;
	--meta-x: #9193a2;

	--border: #ebecf0;
	--border-x: #141517;

	--bg-color-x: #24262b;
	--bg-color-2: #f5f7f9;
	--bg-color-2-x: #202227;
	--bg-color-3: #f2f4f7;
	--bg-color-3-x: #040404;

	--brand-1: #24262b;
	--brand-2: #24262b;
	--brand-3: #24262b;

	--padding: 16px 28px;
	--padding-condensed: 12px 24px;
}

.bg-color {
	background-color: var(--bg);
}

.bg-color-10 {
	background-color: var(--bg-10);
	color: var(--white);
}

.bg-color-15 {
	background-color: var(--bg-15);
	color: var(--white);
}

.bg-color-20 {
	background-color: var(--bg-20);
	color: var(--white);
}

.bg-color-40 {
	background-color: var(--bg-40);
}

.bg-color-80 {
	background-color: var(--bg-80);
}

.bg-color-95 {
	background-color: var(--bg-95);
}

.accent-color {
	background-color: var(--accent) !important;
}

.shadow {
	-webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 5%);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 5%);
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-feature-settings: "liga";
	width: 100%;
	min-height: 100vh;
	padding: 0;
	margin: 0;
}

/* WCKD UI */

/* Typography */

body {
	background-color: var(--bg);
	color: var(--font);
	font: 400 16px/24px Roboto Flex, sans-serif;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
	margin: 1em 0 0.5em;
	padding: 0;
	line-height: 1.3;
	font-weight: 700;
}

h1 {
	font-size: 230%;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

h1.large {
	font-size: 300%;
	line-height: 1.15;
}

h2 {
	font-size: 130%;
}

h2.large {
	font-size: 180%;
	line-height: 1.3;
	margin-bottom: 1em;
}

h3 {
	font-size: 115%;
	margin-bottom: 8px;
}

h4 {
	font-size: 100%;
	margin-bottom: 8px;
}

p {
	margin: 0.75em 0;
}

p.large {
	font-size: 150%;
}

.hr-lines {
	position: relative;
	text-align: center;
}

.hr-lines:before {
	content: " ";
	height: 2px;
	width: 130px;
	background: var(--border);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}

.hr-lines:after {
	content: " ";
	height: 2px;
	width: 130px;
	background: var(--border);
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
}

a {
	color: var(--link);
	text-decoration: none;
	position: relative;
	display: block;
	overflow: hidden;
}

a:hover {
	text-decoration: underline;
}

a span {
	display: block;
}

strong {
	font-weight: 600;
}

.title {
	font-size: 104%;
	font-weight: 600;
}

.overline {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 70%;
	display: block;
	padding: 0.25em 0;
	margin: 0;
}

.headline {
	display: block;
	font-weight: 600;
	font-size: 130%;
	margin-bottom: 8px;
}

.subhead {
	display: block;
	padding: 0.25em 0 0.5em;
	font-weight: 600;
}

.meta {
	display: block;
	font-size: 75%;
	font-weight: 400;
	line-height: 1.4;
}

.caption {
	display: block;
	font-size: 90%;
	font-weight: 400;
	line-height: 1.4;
}

.headline:has(~ .meta) {
	margin-bottom: 0;
}

.overline+h1 {
	margin-top: 0.25em;
}

.overline+h2,
.overline+h3 {
	margin-top: 0;
}

a.button,
button,
span.button,
dt code {
	background: var(--font);
	color: var(--font-x);
	display: inline-flex;
	border: 1px solid transparent;
	cursor: pointer;
	font-weight: 600;
	font-size: 90%;
	line-height: 1;
	padding: 12px 24px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	vertical-align: middle;
}

span.button+span.button {
	margin-left: 8px;
}
a.button:hover,
button:hover {
	transform: scale(0.97);
	background: var(--bg-color-x);
	text-decoration: none;
}

a.button.outline,
button.outline,
span.button.outline,
dt code {
	background: none;
	border: 1px solid var(--meta);
	color: var(--font);
}

a.button.text,
button.text,
span.button.text {
	color: var(--font);
	border: none;
	background: none !important;
	padding-left: 0;
	padding-right: 0;
}

a.button.text:hover,
button.text:hover,
span.button.text:hover {
	text-decoration: underline;
	transform: scale(1);
}

a.button.small,
button.small,
span.button.small,
dt code {
	padding: 4px 12px;
	font-size: 75%;
}

a.button .material-icons,
button .material-icons,
span.button .material-icons {
	margin-right: 8px;
	font-size: 1em;
}

a.button.icon-right .material-icons,
button.icon-right .material-icons,
span.button.icon-right .material-icons {
	margin-left: 8px;
	margin-right: auto;
}

ul,
li {
	margin-top: 0;
}

button+button {
	margin-right: 8px;
}

h1+.button,
h2+.button,
h3+.button,
ul+h3,
ul+h4,
.headline+.button,
.excerpt+.button,
p~.button,
p~button {
	margin-top: 2em;
}

button.right+button.right {
	margin-left: 8px;
}

p a {
	display: inline;
}

a.icon-button,
button.icon-button {
	display: inline-block;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

a.icon-button svg,
a.icon-button span,
button.icon-button span {
	margin: 0 auto;
	left: auto;
	right: auto;
	font-size: 24px;
	width: 38px;
	height: 38px;
	display: block;
	line-height: 40px;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

a.icon-button:hover,
button.icon-button:hover {
	color: var(--font);
	border: 1px solid var(--font);
}

.material-icons {
	vertical-align: text-bottom;
	position: relative;
}

.material-icons.md-12 {
	font-size: 12px;
	top: -1px;
	display: inline-block !important;
}

.material-icons.md-14 {
	font-size: 14px;
	display: inline-block;
	top: -2px;
	margin-right: 5px;
}

.material-icons.md-16 {
	font-size: 16px;
	display: inline-block;
}

.material-icons.md-20 {
	font-size: 20px;
	top: 1px;
}

.material-icons.md-36 {
	font-size: 36px;
	top: 1px;
}

.material-icons.md-40 {
	font-size: 40px;
	top: 1px;
}

.material-icons.md-44 {
	font-size: 44px;
	top: 1px;
}

div>.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

/* LAYOUT */
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	min-width: 0;
}

div {
	position: relative;
}

sup {
	font-size: 90%;
	margin: 0 1px;
}

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

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

dl,
dt,
dd {
	margin: 0;
	margin: 0;
	padding: 4px 0;
}

dl {
	overflow: hidden;
	font-size: 85%;
	border-bottom: 1px solid var(--border);
}

dt {
	width: 25%;
	float: left;
	clear: both;
	border-top: 1px solid var(--border);
}

dd {
	width: 75%;
	float: left;
	border-top: 1px solid var(--border);
}

li {
	margin: 0.5em 0;
}

a {
	color: var(--link-color);
	text-decoration: none;
	position: relative;
	display: block;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 600;
}

.pad {
	padding: 5%;
}

.pad-column {
	padding-left: 5%;
	padding-right: 5%;
}

.pad-row {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pad-column.extra {
	padding-left: 15%;
	padding-right: 15%;
}

.pad.less {
	padding: 20px;
}

.pad.extra {
	padding: 60px 15%;
}

.section.pad+.section.pad {
	padding-top: 0;
}

.section.pad+.section.pad.border-top {
	padding-top: 5%;
}

.has-sidebar {
	display: grid;
	grid-template-columns: 320px auto;
}

.has-sidebar.on-right {
	grid-template-columns: auto 320px;
}

.has-sidebar.on-right #main {
	grid-row: 1;
}

.has-sidebar.on-right #sidebar {
	grid-row: auto;
}

#main {
	background-color: var(--white);
}

#sidebar {
	position: sticky;
	top: 0;
	height: 100vh;
	box-sizing: content-box;
	grid-row: 1;
	overflow: auto;
}

.sticky {
	top: 0;
	position: sticky;
}

ul.nav {
	display: flex;
	column-gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
	overflow-x: auto;
	white-space: nowrap;
}

ul.nav a {
	display: block;
	line-height: 44px;
}

ul.no-bullets {
	list-style: none;
	margin:0;
	padding:0;
}

ul.columns,
ul.columns li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.columns {
	display: grid;
	box-sizing: content-box;
	grid-auto-rows: minmax(0px, auto);
	align-items: start;
}

.columns.gap {
	gap: 20px;
	grid-auto-rows: minmax(20px, auto);
}

.columns.gap.extra {
	gap: 40px;
}

.columns.borders>.column,
.columns.borders>li,
.border {
	border: 1px solid var(--border);
	overflow: hidden;
}

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

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

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

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

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

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

.span-1 {
	grid-column: auto / span 1;
}

.span-2 {
	grid-column: auto / span 2;
}

.span-3 {
	grid-column: auto / span 3;
}

.span-4 {
	grid-column: auto / span 4;
}

.span-5 {
	grid-column: auto / span 5;
}

.span-6 {
	grid-column: auto / span 6;
}

.columns~.columns.gap {
	margin-top: 20px;
}

.columns~.columns.extra {
	margin-top: 40px;
}

.narrow {
	max-width: 75%;
}

.narrow.center {
	margin-left: auto;
	margin-right: auto;
}

.highlight {
	background-color: yellow;
}

.bg-white {
	background-color: var(--white);
}

.text-light {
	color: var(--bg) !important;
}

.columns.fill .column,
.columns.fill li {
	background-color: var(--white);
}

.match-height-links a {
	height: 100%;
}

.table {
	grid-template-columns: [first] 40px [line2] 50px [line3] auto [col4-start] 50px [five] 40px [end];
	grid-template-rows: [row1-start] 25% [row1-end] 100px [third-line] auto [last-line];
}

.full-height {
	min-height: 100vh;
}

.half-height {
	min-height: 50vh;
}

.border-top {
	border-top: 1px solid var(--border);
}

.border-bottom {
	border-bottom: 1px solid var(--border);
}

.border-right {
	border-right: 1px solid var(--border);
}

.border-left {
	border-left: 1px solid var(--border);
}

.flag,
button.close {
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	text-transform: uppercase;
	z-index: 1;
	font-size: 75%;
	line-height: 24px;
	padding: 0 12px;
	font-weight: 600;
	background: var(--bg-color);
	border: 1px solid var(--border);
	color: var(--font);
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}

a.flag:hover,
button.close:hover {
	background-color: var(--bg-40);
	color: var(--white);
}

.image {
	display: block;
	overflow: hidden;
}

.image-left,
.image-right {
	display: flex;
}

.image-right .image {
	max-width: 40%;
	margin-left: 20px;
}

.image-left .image {
	max-width: 40%;
	margin-right: 20px;
}

.cards .image-left .image.rounded,
.cards .image-right .image.rounded {
	max-width: 60px;
}

.cards .image-right .image {
	order: 2;
}

.image.thumb {
	max-width: 60px;
}

.cards .image.align-left.rounded {
	margin: 20px 0 20px 20px;
	max-width: 60px;
	height: auto;
}

.cards .image.align-right.rounded {
	margin: 20px 20px 20px 0;
	max-width: 60px;
	height: auto;
}

.edge {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.rounded {
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}

/* Components */

.align-right {
	display: flex;
	justify-content: end;
	margin-left: auto;
}

.align-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.align-middle {
	align-items: center;
	flex-direction: row;
}

.align-bottom {
	bottom: 0;
}

.over-image {
	position: absolute;
	width: 100%;
}

.error {
	z-index: 100;
	background: var(--red);
	color: var(--white);
	padding: 8px 20px;
	font-weight: bold;
	font-size: 90%;
	position: fixed;
	bottom: 10%;
}

.steps {
	display: inline-block;
	overflow: hidden;
	counter-reset: flag;
}

.steps a {
	text-decoration: none;
	display: block;
	float: left;
	font-size: 85%;
	line-height: 36px;
	padding: 0 10px 0 60px;
	overflow: initial;
}

.steps a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px;
}

.steps a:first-child:before {
	left: 14px;
}

.steps a:last-child {
	border-radius: 0 5px 5px 0;
	padding-right: 20px;
}

.steps a:after {
	content: "";
	position: absolute;
	top: 0;
	right: -18px;
	width: 36px;
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	box-shadow: 1px -1px 0 1px var(--border),
		2px -1px 0 1px rgba(255, 255, 255, 0.1);
	border-radius: 0 5px 0 50px;
}

.steps a:last-child:after {
	content: none;
}

.steps a:before {
	content: counter(flag);
	counter-increment: flag;
	border-radius: 100%;
	text-align: center;
	font-size: 80%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	background: var(--bg);
	top: 0;
	left: 30px;
	font-weight: 600;
	border: 1px solid var(--border);
}

.steps a,
.steps a:after {
	background: var(--bg);
	color: var(--meta);
}

.steps a:hover,
.steps a.active,
.steps a:hover:after,
.steps a.active:after {
	background: var(--bg-95);
	color: var(--font);
}

#pagination {
	display: inline-flex;
	overflow: hidden;
	margin: 0 -1.5%;
	padding: 0 1.5%;
	font-size: 90%;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}

#pagination li {
	display: inline-grid;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#pagination li a:hover,
#pagination li.active a {
	color: var(--font);
}

#pagination li a {
	display: inline-block;
	line-height: 34px;
	width: 34px;
	color: var(--meta);
}

#pagination .material-icons {
	font-size: 110%;
}

#breadcrumbs {
	display: inline-flex;
	overflow: hidden;
	margin: 0 -1.5%;
	padding: 0 1.5%;
	font-size: 90%;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}

#breadcrumbs li {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbs a {
	line-height: 34px;
	color: var(--meta);
}

#breadcrumbs li a:hover,
#breadcrumbs li.active a {
	color: var(--font);
}

#breadcrumbs li+li:before {
	padding: 4px;
	color: var(--meta);
	content: "\00bb";
}

#breadcrumbs .material-icons {
	font-size: 110%;
}

.cards li {
	background-color: var(--white);
	overflow: hidden;
}

.cards .group {
	padding: 4px 12px;
}

.cards .image img {
	transform: scale(1.03);
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.cards a:hover {
	text-decoration: none;
}

.cards a:hover .headline,
.cards a:hover .title {
	text-decoration: underline;
}

.cards a:hover img {
	transform: scale(1);
	text-decoration: none;
}

form label {
	font-size: 90%;
	color: var(--font);
	position: absolute;
	pointer-events: none;
	left: 8px;
	top: 8px;
	padding: 3px 8px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input,
textarea {
	border: 1px solid var(--border);
	font-size: 90%;
	line-height: 44px;
	padding: 0 12px;
	width: 100%;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input[type="radio"],
input[type="checkbox"] {
	width: 24px;
}

textarea {
	resize: none;
}

input:focus {
	-webkit-box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 5%);
	-ms-box-shadow: 1px 1px 2px 0px rgba(0, 37, 97, 0.05);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 37, 97, 0.05);
	box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 5%);
}

textarea:focus~label,
textarea:valid~label,
input:focus~label {
	line-height: 1;
	top: -8px;
	font-size: 70%;
	background: var(--meta);
	color: var(--font-x);
}


.wckd-toggle.peekaboo {
	width: 100%;
	position: absolute;
	z-index: 10;
	bottom: -30px;
	text-align: center;
	display: block;
	transform: scale(1) !important;
}

.wckd-toggle.peekaboo+.wckd-toggle-content {
	height: 140px;
}

.wckd-toggle.peekaboo+.wckd-toggle-content::before {
	content: '';
	background: rgb(36, 38, 43);
	background: linear-gradient(0deg, rgba(50, 50, 51, 1) 30%, rgba(50, 50, 51, 0) 100%);
	height: 100%;
	position: absolute;
	z-index: 1;
	width: 100%;
}

.open-toggle .wckd-toggle.peekaboo+.wckd-toggle-content::before {
	display: none !important;
}

.wckd-toggle-content {
	height: 0;
	overflow: hidden;
}


.open-toggle .wckd-toggle-content {
	height: auto !important;
}






.wckd-modal-content {
	display: none;
	z-index: 9999;
	position: fixed;
	height: auto;
	width: 75%;
	background: var(--white);
	color: var(--font);
	top: 0;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	overflow-y: auto;
}

.next-modal,
.prev-modal,
.close-modal {
	position: absolute;
	display: block;
	top: 4px;
	right: 4px;
	width: 32px;
	height: 32px;
	line-height: 29px;
	padding: 0;
	text-align: center;
	color: var(--font);
	background-color: transparent;
}

.next-modal {
	left: 44px;
}

.prev-modal {
	left: 4px;
}

.next-modal:hover,
.prev-modal:hover,
.close-modal:hover {
	background: var(--white-95);
}

.next-modal:after {
	font-family: "Material Icons";
	content: "\e5c8";
}

.prev-modal:before {
	font-family: "Material Icons";
	content: "\e5c4";
}


.open-modal>.wckd-modal-content {
	display: block;
}

.wckd-modal-content.slide {
	right: -75%;
	top: 0;
	bottom: 0;
	width: 75%;
	display: block;
	max-width: 900px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	overflow-y: auto;
}

.open-modal .wckd-modal-content.slide {
	right: 0;
}

.wckd-modal-content.popup {
	transform: translateY(-50%);
	top: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
	background-color: var(--white);
	-webkit-box-shadow: 10px 0px 20px 0 rgb(0 0 0 / 10%);
	-ms-box-shadow: 10px 0px 20px 0 rgba(0, 37, 97, 0.1);
	-moz-box-shadow: 10px 0px 20px 0 rgba(0, 37, 97, 0.1);
	box-shadow: 10px 0px 20px 0 rgb(0 0 0 / 10%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wckd-modal-content.popup .pad {
	overflow-y: auto;
	max-height: 80vh;
}

#fadeout {
	background: rgb(242 244 247 / 80%);
	backdrop-filter: blur(4px);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}

#fadeout.activated {
	z-index: 900;
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}



.columns.match-height .column,
.columns.match-height li {
	height: 100%;
}

.flex .column,
.flex {
	display: flex;
	flex-direction: row;
}

.flex .column .group {
	margin-left: 20px;
}

div>h3 {
	margin-top: 0;
}


.wckd-gallery {
	overflow: hidden;
}

.cards .wckd-gallery.round-thumbs {
	display: block;
	overflow: hidden;
	margin: -10px 0 0 -4px;
	padding: 0 20px 20px;
}

.wckd-gallery.round-thumbs:hover a {
	margin-right: 0px;
}

.wckd-gallery.round-thumbs a {
	max-width: 34px;
	display: inline-block;
	margin: 4px -8px 4px 0;
	transition: 0.2s;
	padding: 0;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	overflow: hidden;
	background-color: var(--bg-40);
	border: 3px solid var(--white);
}

.wckd-gallery.round-thumbs a:hover {
	border: none;
	max-width: 34px;
}

.progression {
	position: absolute;
	bottom: 0;
	background: var(--bg-color-3);
	display: block;
	width: 100%;
	height: 8px;
	left: 0;
	right: 0;
	padding-right: 32px;
}

.progression span {
	display: inline-block;
	height: 8px;
	position: absolute;
	left: 0;
}

.progression span.in-progress {
	background: #edfcf9;
	left: 0;
}

.progression span.is_ready {
	background-color: #edfcf9;
}

.progression span.is_done {
	background-color: var(--theme-1);
}

.progression span.total_progress {
	background-color: var(--green);
}

.progression .percent {
	height: auto;
	font-size: 9px;
	letter-spacing: 0.075em;
	line-height: 1;
	margin: 0;
	padding: 2px;
	background: white;
	top: -3px;
}

.accordion-toggle {
	cursor: pointer;
	border-top: 1px solid var(--border);
	transition: color 200ms ease-in-out;
	margin: 0;
	padding: 12px 40px 12px 8px;
}

.accordion-toggle .icon {
	transition: transform 200ms ease-in-out;
}

.accordion-toggle.is-open {
	color: var(--red);
}

.accordion-toggle.is-open .icon {
	transform: rotate(90deg);
}

.accordion-content {
	overflow: hidden;
	display: block;
	height: 0;
	padding: 0 8px;
	transition: height 200ms ease-in-out;
}

.is-open+.accordion-content {
	padding: 0 8px 8px;
	height: auto;
}

.open-close-icon {
	position: absolute;
	right: 8px;
	top: 16px;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid var(--bg-50);
	margin: 0;
	border-radius: 50%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.open-close-icon:before {
	content: "";
	display: block;
	position: absolute;
	background-color: var(--bg-50);
	width: 80%;
	height: 6%;
	left: 10%;
	top: 47%;
}

.open-close-icon:after {
	content: "";
	display: block;
	position: absolute;
	background-color: var(--bg-50);
	width: 6%;
	height: 80%;
	left: 47%;
	top: 10%;
}

.is-open .open-close-icon {
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

@media (max-width: 1024px) {

	.count-1,
	.count-2,
	.count-3,
	.count-4,
	.count-5,
	.count-6,
	.has-sidebar {
		grid-template-columns: repeat(1, 1fr);
		display: block;
	}

	#sidebar {
		width: 320px;
		position: fixed;
		display: none;
	}

	.pad.extra {
		padding: 40px 5%;
	}

	.pad-column.extra {
		padding-left: 5%;
		padding-right: 5%;
	}

	.half-height {
		height: auto;
	}

	.full-height {
		height: auto;
	}

	.section.pad {
		padding: 8px;
	}
}


.utility {
	padding-bottom: 12px;
}

.expand-all.text {
	position: absolute;
	right: 12px;
	top: 4px;
	border-left: 1px solid var(--border);
	padding-left: 12px;
}

.expand-all:after {
	font-family: "Material Icons";
	content: "\e5d7";
	margin-left: 4px;
}


.head.nav {
	background-color: var(--bg)
}

.head.nav li {
	margin: 0;
	position: relative;
}

.head.nav li.active {
	background-color: var(--white)
}

.head.nav button {
	background: none;
	color: var(--font);
}



.wckd-carousel {}

.column {
	transition: opacity 0.5s ease-in-out;
}

.wckd-showcase .column a {
	background: var(--bg);
	border: 1px solid white;
	padding: 40px;
}