@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900");

/*
	Phantom by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/


/*
midnight_teal = #447075
morning_teal = #4295A0
light_teal = #17D1E6
lightest_teal = 00E5FF
dark_teal = 364A4D
pastel_orange = #ED9237
light_brown = #996B3D
dark_brown = #332E29
linkedin linen = #fdfaf5 (background color)
linkedin pampas = #e9e5df (footer color)
*/







:root {
	/* Palette colors */
	--theme-primary: #447075;
	--theme-secondary: #ED9237;
	--theme-accent: #4295A0;

	/* Backgrounds */
	--theme-background: #fdfaf5;
	--theme-header: #fdfaf5;;
	--theme-footer: #e9e5df;
	--theme-menu_background: #364A4D;

	/* Text */
	--theme-text:#447075;
	--theme-filter_button_text: #fdfaf5;
	--theme-link_text: #447075;
	--theme-link_text__menu: #e9e5df;

	/* Code Blocks */
	--theme-code_border: #D9D5D0;
	--theme-code__text__primary: #447075;
	--theme-code_background: #e9e5df;
	--theme-code__text__secondary: #ED9237;
	--theme-code__text__third: #4295A0;
	--theme-code__text__number: #12E0B4;
	--theme-code__text__title: #C0F0EA;
	--theme-code__text__literal: #12E0B4;
	--theme-code__text__builtin: #12E0B4;
	--theme-code__text__comment: #808080;
	--theme-code__text__meta: #12E0B4;

	/* Socials Icons */
	--theme-socials_border: #447075;
	--theme-socials_icon: #447075;
	--theme-socials_icon__hover: #ED9237;
	--theme-socials_border__hover: #ED9237;

	/* Misc */
	--theme-copyright_bar: #447075;
	--theme-horizontal_rule: #D9D5D0;
	
	--theme-primary_button_text: #e9e5df;
	--theme-primary_button_text__hover: #e9e5df;

	transition: all 0.80s ease;

	--theme-coursetiles_shadow: #D9D5D0;


	--transition-fast: 0.20s; /* Fast transition for hover */
	--transition-slow: 0.80s; /* Slow transition for theme change */
}


.theme-light {
	/* Palette colors */
	--theme-primary: #447075;
	--theme-secondary: #ED9237;
	--theme-accent: #4295A0;

	/* Backgrounds */
	--theme-background: #fdfaf5;
	--theme-header: #fdfaf5;;
	--theme-footer: #e9e5df;
	--theme-menu_background: #364A4D;

	/* Text */
	--theme-text:#447075;
	--theme-filter_button_text: #fdfaf5;
	--theme-link_text: #447075;
	--theme-link_text__menu: #e9e5df;

	/* Code Blocks */
	--theme-code_background: #e9e5df;
	--theme-code_border: #D9D5D0;
	--theme-code__text__primary: #447075;
	--theme-code__text__secondary: #ED9237;
	--theme-code__text__third: #4295A0;
	--theme-code__text__number: #0EAB89;
	--theme-code__text__title: #474645;
	--theme-code__text__literal: #0EAB89;
	--theme-code__text__builtin: #0EAB89;
	--theme-code__text__comment: #807569;
	--theme-code__text__meta: #0EAB89;

	/* Socials Icons */
	--theme-socials_border: #447075;
	--theme-socials_icon: #447075;
	--theme-socials_icon__hover: #ED9237;
	--theme-socials_border__hover: #ED9237;

	/* Misc */
	--theme-copyright_bar: #447075;
	--theme-horizontal_rule: #D9D5D0;

	--theme-primary_button_text: #e9e5df;
	--theme-primary_button_text__hover: #e9e5df;

	--theme-coursetiles_shadow: #D9D5D0;
}

.theme-dark {
	/* Palette colors */
	--theme-primary: #447075;
	--theme-secondary: #ED9237;
	--theme-accent: #4295A0;

	/* Backgrounds */
	--theme-background: #151515;
	--theme-header: #151515;
	--theme-footer: #252525;
	--theme-menu_background: #1F1F1F;

	/* Text */
	--theme-text:#e9e5df;
	--theme-filter_button_text: #151515;
	--theme-link_text: #e9e5df;
	--theme-link_text__menu: #e9e5df;

	/* Code Blocks */
	--theme-code_border: #424242;
	--theme-code__text__primary: #4295A0;
	--theme-code_background: #252525;
	--theme-code__text__secondary: #ED9237;
	--theme-code__text__third: #17D1E6;
	--theme-code__text__number: #12E0B4;
	--theme-code__text__title: #C0F0EA;
	--theme-code__text__literal: #12E0B4;
	--theme-code__text__builtin: #12E0B4;
	--theme-code__text__comment: #808080;
	--theme-code__text__meta: #12E0B4;

	/* Socials Icons */
	--theme-socials_border: #4295A0;
	--theme-socials_icon: #4295A0;

	/* Misc */
	--theme-horizontal_rule: #424242;
	--theme-copyright_bar: #e9e5df;

	--theme-primary_button_text: #e9e5df;
	--theme-primary_button_text__hover: #e9e5df;

	--theme-coursetiles_shadow: #151515;
}








.code-container .hljs-keyword {
	color: var(--theme-code__text__secondary); /* keywords */
}
.code-container .hljs-string {
	color: var(--theme-code__text__accent) /* strings */
}











html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: var(--theme-background);
		color: var(--theme-text);
		transition: background-color 0.80s ease, color 0.80s ease;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body, input, select, textarea {
		color: var(--theme-text);
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 16pt;
		font-weight: 400;
		line-height: 1.75;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 14pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

	a {
		-moz-transition: border-bottom-color var(--transition-fast) ease, color var(--transition-fast) ease;
		-webkit-transition: border-bottom-color var(--transition-fast) ease, color var(--transition-fast) ease;
		-ms-transition: border-bottom-color var(--transition-fast) ease, color var(--transition-fast) ease;
		transition: border-bottom-color var(--transition-fast) ease, color var(--transition-fast) ease;
		text-decoration: none;
		color: var(--theme-link_text);
		border-bottom: solid 1px var(--theme-text);

	}

	.theme-transition a {
		-moz-transition: border-bottom-color var(--transition-slow) ease, color var(--transition-slow) ease;
		-webkit-transition: border-bottom-color var(--transition-slow) ease, color var(--transition-slow) ease;
		-ms-transition: border-bottom-color var(--transition-slow) ease, color var(--transition-slow) ease;
		transition: border-bottom-color var(--transition-slow) ease, color var(--transition-slow) ease;
	}

		a:hover {
			border-bottom-color: transparent;
			color: #ED9237 !important;
		}

	strong, b {
		font-weight: 900;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;

	}

	h1 {
		font-size: 2.75em;
		font-weight: 700;
		line-height: 1.3;
		margin: 0 0 0.5em 0;
		letter-spacing: -0.035em;
	}

		h1 a {
			color: inherit;
		}

		@media screen and (max-width: 736px) {

			h1 {
				font-size: 2em;
				margin: 0 0 1em 0;
			}

		}

		@media screen and (max-width: 360px) {

			h1 {
				font-size: 1.75em;
			}

		}

	h2, h3, h4, h5, h6 {
		font-weight: 900;
		line-height: 1.5;
		margin: 0 0 1em 0;
		text-transform: uppercase;
		letter-spacing: 0.35em;
	}

		h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
		}

	h2 {
		font-size: 1.2em;
	}

	h2.minor {
		margin: 0 0 0.4em 0;
	}

	h3 {
		font-size: 1em;
	}

	h4 {
		font-size: 0.8em;
	}

	h5 {
		font-size: 0.8em;
	}

	h6 {
		font-size: 0.8em;
	}

	@media screen and (max-width: 980px) {

		h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
			display: none;
		}

	}

	@media screen and (max-width: 736px) {

		h2 {
			font-size: 1em;
		}

		h3 {
			font-size: 0.8em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px #c9c9c9;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 4px;
	/*	border: solid 1.1px #447075;  */           /* this was the original code, I removed the border since they were like an 'inside' border' */
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 3px var(--theme-horizontal_rule); /* HORIZONTAL LINEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/
		margin: 0em 0 2em 0;
		transition: border-bottom-color 0.80s ease;
		-moz-transition: border-bottom-color 0.80s ease;
		-webkit-transition: border-bottom-color 0.80s ease;
		-ms-transition: border-bottom-color 0.80s ease;
	}

		hr.major {
			margin: 3em 0;
		}

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

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

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

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.5em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.5em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.5em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.5em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -1em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 1em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -1em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 1em;
				}

		.row {
			margin-top: 0;
			margin-left: -2em;
		}

			.row > * {
				padding: 0 0 0 2em;
			}

			.row.gtr-uniform {
				margin-top: -2em;
			}

				.row.gtr-uniform > * {
					padding-top: 2em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -3em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 3em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -3em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 3em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -4em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 4em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -4em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 4em;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.row {
					margin-top: 0;
					margin-left: -2em;
				}

					.row > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-uniform > * {
							padding-top: 2em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.row {
					margin-top: 0;
					margin-left: -2em;
				}

					.row > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-uniform > * {
							padding-top: 2em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.25em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.25em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.25em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row {
					margin-top: 0;
					margin-left: -1em;
				}

					.row > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-uniform > * {
							padding-top: 1em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2em;
						}

		}

		@media screen and (max-width: 480px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.25em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.25em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.25em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row {
					margin-top: 0;
					margin-left: -1em;
				}

					.row > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-uniform > * {
							padding-top: 1em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2em;
						}

		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		margin-top: -1em;
	}

	@media screen and (max-width: 736px) {

		header p {
			margin-top: 0;
		}

	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 300;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon.style2 {
			-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			background-color: transparent;
			border: solid 1px var(--theme-socials_border);
			border-radius: 4px;
			width: 2.65em;
			height: 2.65em;
			display: inline-block;
			text-align: center;
			line-height: 2.65em;
			color: var(--theme-socials_icon)
		}

			.icon.style2:before {
				font-size: 1.1em;
			}

			.icon.style2:hover {
				color: var(--theme-socials_icon__hover);
				border-color: var(--theme-socials_border__hover);
			}

			.icon.style2:active {
				background-color: rgba(242, 132, 158, 0.1);
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}


			@media screen and (max-width: 736px) {
				ol {
					margin: 0 0 .8em 0;
					padding-left: 0.7em;
				}
			
					ol li {
						padding-left: 0.13em;
					}
			
				ul {
					list-style: disc;
					margin: 0 0 0.8em 0;
					padding-left: 0.4em;
				}
			
					ul li {
						padding-left: 0.2em;
					}
			}

				

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #c9c9c9;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 900;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
		margin: -1em 0 2em -1em;
	}

		ul.icons li {
			display: inline-block;
			padding: 1em 0 0 1em;
		}
/*
		ul.icons li > a.fa-linkedin  {
    		border: solid 1.3px var(--theme-socialsoutline); /* LinkedIn color */
	/*	}

		ul.icons li > a.fa-github  {
    		border: solid 1.3px var(--theme-socialsoutline); /* LinkedIn color */
	/*	}*/
		
		
/* Form */

	form {
		margin: 0 0 2em 0;
		overflow-x: hidden;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 3em);
				margin: -1.5em 0 2em -1.5em;
			}

				form > .fields > .field {
					padding: 1.5em 0 0 1.5em;
					width: calc(100% - 1.5em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5em);
					}

		}

	label {
		display: block;
		font-size: 0.9em;
		font-weight: 900;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: transparent;
		border: none;
		border-radius: 0;
		border-bottom: solid 1px #c9c9c9;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-bottom-color: #ED9237;
			box-shadow: inset 0 -1px 0 0 #ED9237;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23c9c9c9' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 3em;
		padding-right: 3em;
		text-overflow: ellipsis;
	}

		select option {
			background: #ffffff;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 3em;
	}

	textarea {
		padding: 0;
		min-height: 3.75em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #585858;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.55em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 4px;
				border: solid 1px #c9c9c9;
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.25em;
				left: 0;
				line-height: 2.25em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.25em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #585858;
			border-color: #585858;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #ED9237;
			box-shadow: 0 0 0 1px #ED9237;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px #c9c9c9;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}
		

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

			@media screen and (max-width: 736px) {

				.image.main {
					margin: 0 0 2em 0;
				}

			}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #c9c9c9;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			font-size: 0.9em;
			font-weight: 900;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #c9c9c9;
		}

		table tfoot {
			border-top: solid 2px #c9c9c9;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #c9c9c9;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color var(--transition-fast) ease-in-out, color var(--transition-fast) ease-in-out, box-shadow var(--transition-fast) ease-in-out;
		-webkit-transition: background-color var(--transition-fast) ease-in-out, color var(--transition-fast) ease-in-out, box-shadow var(--transition-fast) ease-in-out;
		-ms-transition: background-color var(--transition-fast) ease-in-out, color var(--transition-fast) ease-in-out, box-shadow var(--transition-fast) ease-in-out;
		transition: background-color var(--transition-fast) ease-in-out, color var(--transition-fast) ease-in-out, box-shadow var(--transition-fast) ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: 0;
		box-shadow: inset 0 0 0 2px #447075;
		color: #447075;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 900;
		height: 3.5em;
		letter-spacing: 0.35em;
		line-height: 3.45em;
		overflow: hidden;
		padding: 0 1.25em 0 1.6em;
		text-align: center;
		text-decoration: none;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
	}


	.theme-transition input[type="submit"],
	.theme-transition input[type="reset"],
	.theme-transition input[type="button"],
	.theme-transition button,
	.theme-transition .button {
    -moz-transition: background-color var(--transition-slow) ease, color var(--transition-slow) ease, box-shadow var(--transition-slow) ease;
    -webkit-transition: background-color var(--transition-slow) ease, color var(--transition-slow) ease, box-shadow var(--transition-slow) ease;
    -ms-transition: background-color var(--transition-slow) ease, color var(--transition-slow) ease, box-shadow var(--transition-slow) ease;
    transition: background-color var(--transition-slow) ease, color var(--transition-slow) ease, box-shadow var(--transition-slow) ease;	
	}	

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			color: #ED9237;
			box-shadow: inset 0 0 0 2px #ED9237;
		}


		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: none;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1em;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			box-shadow: none;
			background-color: #447075;
			color: var(--theme-primary_button_text);
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #ED9237;
				color: #e9e5df !important;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #ED9237;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}




/* Tiles */

	.tiles {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		margin: -2.5em 0 0 -2.5em;
	}

		.tiles article {
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			position: relative;
			width: calc(33.33333% - 2.5em);
			margin: 2.5em 0 0 2.5em;
		}

			.tiles article > .image {
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				position: relative;
				display: block;
				width: 100%;
				border-radius: 4px;
				overflow: hidden;
			}

				.tiles article > .image img {
					display: block;
					width: 100%;
				}

				.tiles article > .image:before {
					pointer-events: none;
					-moz-transition: background-color 0.5s ease, opacity 0.5s ease;
					-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
					-ms-transition: background-color 0.5s ease, opacity 0.5s ease;
					transition: background-color 0.5s ease, opacity 0.5s ease;
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					z-index: 1;
					opacity: 0.5;
				}

				.tiles article > .image:after {
					pointer-events: none;
					-moz-transition: opacity 0.5s ease;
					-webkit-transition: opacity 0.5s ease;
					-ms-transition: opacity 0.5s ease;
					transition: opacity 0.5s ease;
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
					background-position: center;
					background-repeat: no-repeat;
					background-size: 100% 100%;
					opacity: 0.25;
					z-index: 2;
				}

			.tiles article > a {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
				-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
				-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
				transition: background-color 0.5s ease, transform 0.5s ease;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				padding: 1em;
				border-radius: 4px;
				border-bottom: 0;
				color: #fdfaf5;
				text-align: center;
				text-decoration: none;
				z-index: 3;
			}

				.tiles article > a > :last-child {
					margin: 0;
				}

				.tiles article > a:hover {
					color: #fdfaf5 !important;
				}

				.tiles article > a h2 {
					margin: 0;
				}

				.tiles article > a .content {
					-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
					-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
					-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
					transition: max-height 0.5s ease, opacity 0.5s ease;
					width: 100%;
					max-height: 0;
					line-height: 1.5;
					margin-top: 0.35em;
					opacity: 0;
				}

					.tiles article > a .content > :last-child {
						margin-bottom: 0;
					}

			.tiles article.style1 > .image:before {
				background-color: #ED9237;
			}

			.tiles article.style2 > .image:before {
				background-color: #7ecaf6;
			}

			.tiles article.style3 > .image:before {
				background-color: #7bd0c1;
			}

			.tiles article.style4 > .image:before {
				background-color: #c75b9b;
			}

			.tiles article.style5 > .image:before {
				background-color: #ae85ca;
			}

			.tiles article.style6 > .image:before {
				background-color: #8499e7;
			}

			.tiles article.style1c > .image:before {
				background-color: #ED9237;
			}

			.tiles article.style2c > .image:before {
				background-color: #14DBF5;
			}

			.tiles article.style3c > .image:before {
				background-color: #38494B;
			}

			.tiles article.style4c > .image:before {
				background-color: #32B9CA;
			}

			.tiles article.style5c > .image:before {
				background-color: #4295A0;
			}

			.tiles article.style6c > .image:before {
				background-color: #2D3233;
			}





			body:not(.is-touch) .tiles article:hover > .image {
				-moz-transform: scale(1.1);
				-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
				transform: scale(1.1);
			}

				body:not(.is-touch) .tiles article:hover > .image:before {
					background-color: #333333;
					opacity: 0.35;
				}

				body:not(.is-touch) .tiles article:hover > .image:after {
					opacity: 0;
				}

			body:not(.is-touch) .tiles article:hover .content {
				max-height: 15em;
				opacity: 1;
			}

		* + .tiles {
			margin-top: 2em;
		}

		body.is-preload .tiles article {
			-moz-transform: scale(0.9);
			-webkit-transform: scale(0.9);
			-ms-transform: scale(0.9);
			transform: scale(0.9);
			opacity: 0;
		}

		body.is-touch .tiles article .content {
			max-height: 15em;
			opacity: 1;
		}

		@media screen and (max-width: 1280px) {

			.tiles {
				margin: -1.25em 0 0 -1.25em;
			}

				.tiles article {
					width: calc(33.33333% - 1.25em);
					margin: 1.25em 0 0 1.25em;
				}

		}

		@media screen and (max-width: 980px) {

			.tiles {
				margin: -2.5em 0 0 -2.5em;
			}

				.tiles article {
					width: calc(50% - 2.5em);
					margin: 2.5em 0 0 2.5em;
				}

		}

		@media screen and (max-width: 736px) {

			.tiles {
				margin: -1.25em 0 0 -1.25em;
			}

				.tiles article {
					width: calc(50% - 1.25em);
					margin: 1.25em 0 0 1.25em;
				}

					.tiles article:hover > .image {
						-moz-transform: scale(1.0);
						-webkit-transform: scale(1.0);
						-ms-transform: scale(1.0);
						transform: scale(1.0);
					}

		}

		@media screen and (max-width: 480px) {

			.tiles {
				margin: 0;
			}

				.tiles article {
					width: 100%;
					margin: 1.25em 0 0 0;
				}

		}

/* Header */

	#header {
		padding: 6em 0 0.1em 0;
		background-image: var(--theme-header);
		transition: background-color 0.80s ease;
		-moz-transition: background-color 0.80s ease;
		-webkit-transition: background-color 0.80s ease;
		-ms-transition: background-color 0.80s ease;
	}

		#header .logo {
			display: block;
			border-bottom: 0;
			color: inherit;
			font-weight: 900;
			letter-spacing: 0.35em;
			margin: 0 0 2.5em 0;
			text-decoration: none;
			text-transform: uppercase;
			display: inline-block;
		}

		#header .inner-center {     /* alll meeeeeeeeeeeeee */
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column; /* Align items in a column */
			justify-content: center; /* Center content vertically */
			align-items: center; /* Center content horizontally */
		}



			#header .logo > * {
				display: inline-block;
				vertical-align: middle;  
			}

			header .logo .home > * {
			display: flex;        /* ######## me */
			justify-content: center;        /* ######## me */
			align-items: center;        /* ######## me */
			}

			#header .logo .symbol {
				margin-right: 0.65em;
			}

				#header .logo .symbol img {
					display: block;
					width: 2em;
					height: 2em;
				}


			#header .logo .symbol-writeup {
					margin-right: 0.65em;
			}

				#header .logo .symbol-writeup img {
					display: block;
					width: 4em;
					height: 4em;
				}

				@media screen and (max-width: 736px) {
					#header .logo .symbol-writeup img {
						width: 3.5em;
						height: 3.5em;
					}
				}


			#header .logo .title {
				font-size: 1em;
				color:#ED9237;          /* title text color*/
			}

			#header .logo .title-writeup {
				font-size: 0.8em;
				color:#ED9237;         
			}

			@media screen and (max-width: 736px) {
				#header .logo .title-writeup {
					font-size: 0.7em;
					color:#ED9237;     
				}
			}


			.index-page #header .logo {
				display: flex;
				justify-content: center;
				align-items: center;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}
			
			.index-page #header .logo .symbol {
				margin-bottom: 0em; /* Adjust this value to change the gap */
			}	



		#header nav {
			position: fixed;
			right: 2em;
			top: 2em;
			z-index: 10000;
		}

			#header nav ul {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#header nav ul li {
					display: block;
					padding: 0;
				}

					#header nav ul li a {
						display: block;
						position: relative;
						height: 3em;
						line-height: 3em;
						padding: 0 1.5em;
						background-color: none; /*############################################################################## box in top corner */
						border-radius: 4px;
						border: 0;
						font-size: 0.8em;
						font-weight: 900;
						letter-spacing: 0.35em;
						text-transform: uppercase;
					}

					#header nav ul li a[href="#menu"] {
						-webkit-tap-highlight-color: transparent;
						width: 4em;
						text-indent: 4em;
						font-size: 1em;
						overflow: hidden;
						padding: 0;
						white-space: nowrap;
					}

						#header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
							-moz-transition: opacity 0.2s ease;
							-webkit-transition: opacity 0.2s ease;
							-ms-transition: opacity 0.2s ease;
							transition: opacity 0.2s ease;
							content: '';
							display: block;
							position: absolute;
							top: 0;
							left: 0;
							width: 100%;
							height: 100%;
							background-position: center;
							background-repeat: no-repeat;
							background-size: 2em 2em;
						}

						#header nav ul li a[href="#menu"]:before {
							background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23ED9237%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
							opacity: 0;
						}

						#header nav ul li a[href="#menu"]:after {
							background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23447075%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
							opacity: 1;
						}

						#header nav ul li a[href="#menu"]:hover:before {
							opacity: 1;
						}

						#header nav ul li a[href="#menu"]:hover:after {
							opacity: 0;
						}

		@media screen and (max-width: 736px) {

			#header {
				padding: 4em 0 0.1em 0 ;
			}

				#header nav {
					right: 0.5em;
					top: 0.5em;
				}

					#header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
						background-size: 1.5em 1.5em;
					}

		}

/* Menu */

	#wrapper {
		-moz-transition: opacity 0.45s ease;
		-webkit-transition: opacity 0.45s ease;
		-ms-transition: opacity 0.45s ease;
		transition: opacity 0.45s ease;
		opacity: 1;
	}

	#menu {
		-moz-transform: translateX(22em);
		-webkit-transform: translateX(22em);
		-ms-transform: translateX(22em);
		transform: translateX(22em);
		-moz-transition: -moz-transform 0.45s ease, visibility 0.45s, background-color 0.80s ease;
		-webkit-transition: -webkit-transform 0.45s ease, visibility 0.45s, background-color 0.80s ease;
		-ms-transition: -ms-transform 0.45s ease, visibility 0.45s, background-color 0.80s ease;
		transition: transform 0.45s ease, visibility 0.45s, background-color 0.80s ease;
		position: fixed;
		top: 0;
		right: 0;
		width: 22em;
		max-width: 80%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		background: var(--theme-menu_background);/* ###########################################main menu background color */ 
		color: #fdfaf5; /* ############################################ color of text in the menu */
		cursor: default;
		visibility: hidden;
		z-index: 10002;
		border-left: solid 2px var(--theme-code_border)
	}



	#menu h2 {
		display: flex;
		justify-content: center;
		align-items: center;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;

		
		
	}
	
	#menu h2 img {
		width: 80px;
		height: 80px;
		
	}
	
.theme-control-panel {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Adjust spacing between items */
    width: 100%;
	gap: 1em;
	margin-bottom: 1em;
}

.theme-control-panel button {
    flex: 1; /* Make each button stretch to fill the width */
    display: flex;
    align-items: center;
    justify-content: center; /* Center icons horizontally */
    border: none;
    background: transparent; /* Remove default button styling */
    cursor: pointer;
	box-shadow: inset 0 0 0 1px #4295A0;
	color: #4295A0;
	margin-bottom:1em;
	}

	.theme-control-panel button:hover {
		box-shadow: inset 0 0 0 1px #ED9237;
		color: #ED9237;
		}



.theme-control-panel h2 {
    margin: 0;
    flex: none; /* Prevent the text from stretching */
    text-align: center; /* Center the text */
    flex-grow: 0; /* Prevent the text from growing */
}

		#menu > .inner {
			-moz-transition: opacity 0.45s ease;
			-webkit-transition: opacity 0.45s ease;
			-ms-transition: opacity 0.45s ease;
			transition: opacity 0.45s ease;
			-webkit-overflow-scrolling: touch;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 2em 2.75em 2.75em 2.75em;
			opacity: 0;
			overflow-y: auto;
		}

			#menu > .inner > ul {
				list-style: none;
				margin: 0 0 1em 0;
				padding: 0;
			}

				#menu > .inner > ul > li {
					padding: 0;
					border-top: solid 2px #4295A0;      /*lines in the menu */
				}

					#menu > .inner > ul > li a {
						display: block;
						padding: 1em 0;
						line-height: 1.5;
						border: 0;
						color: inherit;
						font-weight: 400;
					}

					#menu > .inner > ul > li:first-child {
						border-top: 0;
						margin-top: -1em;
					}

		#menu > .close {
			-moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
			-webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
			-ms-transition: opacity 0.45s ease, -ms-transform 0.45s ease;
			transition: opacity 0.45s ease, transform 0.45s ease;
			-moz-transform: scale(0.25) rotate(180deg);
			-webkit-transform: scale(0.25) rotate(180deg);
			-ms-transform: scale(0.25) rotate(180deg);
			transform: scale(0.25) rotate(180deg);
			-webkit-tap-highlight-color: transparent;
			display: block;
			position: absolute;
			top: 2em;
			left: -6em;
			width: 6em;
			text-indent: 6em;
			height: 3em;
			border: 0;
			font-size: 1em;
			opacity: 0;
			overflow: hidden;
			padding: 0;
			white-space: nowrap;
		}

			#menu > .close:before, #menu > .close:after {
				-moz-transition: opacity 0.2s ease;
				-webkit-transition: opacity 0.2s ease;
				-ms-transition: opacity 0.2s ease;
				transition: opacity 0.2s ease;
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-position: center;
				background-repeat: no-repeat;
				background-size: 2em 2em;
			}

			#menu > .close:before {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23ED9237%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
				opacity: 0;
			}

			#menu > .close:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
				opacity: 1;
			}

			#menu > .close:hover:before {
				opacity: 1;
			}

			#menu > .close:hover:after {
				opacity: 0;
			}

		@media screen and (max-width: 736px) {

			#menu {
				-moz-transform: translateX(16.5em);
				-webkit-transform: translateX(16.5em);
				-ms-transform: translateX(16.5em);
				transform: translateX(16.5em);
				width: 16.5em;
			}

				#menu > .inner {
					padding: 2.75em 1.5em;
				}

				#menu > .close {
					top: 0.5em;
					left: -4.25em;
					width: 4.25em;
					text-indent: 4.25em;
				}

					#menu > .close:before, #menu > .close:after {
						background-size: 1.5em 1.5em;
					}

		}

	body.is-menu-visible #wrapper {
		pointer-events: none;
		cursor: default;
		opacity: 0.1
		
	}



	body.is-menu-visible #menu {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}

		body.is-menu-visible #menu > * {
			opacity: 1;
		}

		body.is-menu-visible #menu .close {
			-moz-transform: scale(1.0) rotate(0deg);
			-webkit-transform: scale(1.0) rotate(0deg);
			-ms-transform: scale(1.0) rotate(0deg);
			transform: scale(1.0) rotate(0deg);
			opacity: 1;
		}

/* Main */

	#main {
		padding: 0em 0 6em 0 ;
		background-color: var(--theme-background) ;
		transition: background-color 0.80s ease;
		-moz-transition: background-color 0.80s ease;
		-webkit-transition: background-color 0.80s ease;
		-ms-transition: background-color 0.80s ease;

	}

		@media screen and (max-width: 736px) {

			#main {
				padding: 0em 0 4em 0 ;
			}

		}



		#main .subtitle {
			display: flex;
			justify-content: center;
			align-items: center;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			font-size: 30px;
			margin-bottom: 5px;
			margin-top: 120px;
			color: var(--theme-text);
			transition: color 0.80s ease;
			-moz-transition: color 0.80s ease;
			-webkit-transition: color 0.80s ease;
			-ms-transition: color 0.80s ease;
		}

	@media screen and (max-width: 1280px) {
		#main .subtitle {
			font-size: 25px;
			margin-top: 80px
		}
	}

		@media screen and (max-width: 736px) {
			#main .subtitle {
				font-size: 22px;
			}
		}

			@media screen and (max-width: 480px) {
				#main .subtitle {
					font-size: 19px;
				}
			}





/* Footer */

	#footer {
		padding: 5em 0 6em 0;
		border-top: solid 1px var(--theme-code_border);
		background-color: var(--theme-footer); /* ################################### footer color!!!!!!!!!!!!!!!!!!!!############################ */
		transition: background-color 0.80s ease, border-top 0.8s ease;
		-moz-transition: background-color 0.80s ease, border-top 0.8s ease;
		-webkit-transition: background-color 0.80s ease, border-top 0.8s ease;
		-ms-transition: background-color 0.80s ease, border-top 0.8s ease,
	}

		#footer > .inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}

			#footer > .inner > * > :last-child {
				margin-bottom: 0;
			}

			#footer > .inner section:nth-child(1) {
				width: calc(66% - 2.5em);
				margin-right: 2.5em;
			}

			#footer > .inner section:nth-child(2) {
				width: calc(33% - 2.5em);
				margin-left: 2.5em;
			}

			#footer > .inner .copyright {
				width: 100%;
				padding: 0;
				margin-top: 5em;
				list-style: none;
				font-size: 0.8em;
				color: var(--theme-copyright_bar);
				transition: background-color 1s ease, color 1s ease;
                -moz-transition: background-color 1s ease, color 1s ease;
		        -webkit-transition: background-color 1s ease, color 1s ease;
		        -ms-transition: background-color 1s ease, color 1s ease;
			}

				#footer > .inner .copyright a {
					color: inherit;
				}

				#footer > .inner .copyright li {
					display: inline-block;
					border-left: solid 1px var(--theme-copyright_bar);
					line-height: 1;
					padding: 0 0 0 1em;
					margin: 0 0 0 1em;
				}

					#footer > .inner .copyright li:first-child {
						border-left: 0;
						padding-left: 0;
						margin-left: 0;
					}

		@media screen and (max-width: 1280px) {

			#footer {
				padding: 5em 0 3em 0 ;
			}

				#footer > .inner section:nth-child(1) {
					width: calc(66% - 1.25em);
					margin-right: 1.25em;
				}

				#footer > .inner section:nth-child(2) {
					width: calc(33% - 1.25em);
					margin-left: 1.25em;
				}

		}

		@media screen and (max-width: 980px) {

			#footer > .inner section:nth-child(1) {
				width: 66%;
				margin-right: 0;
			}

			#footer > .inner section:nth-child(2) {
				width: calc(33% - 2.5em);
				margin-left: 2.5em;
			}

		}

		@media screen and (max-width: 736px) {

			#footer {
				padding: 3em 0 1em 0 ;
			}

				#footer > .inner {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
				}

					#footer > .inner section:nth-child(1) {
						width: 100%;
						margin-right: 0;
						margin: 3em 0 0 0;
					}

					#footer > .inner section:nth-child(2) {
						-moz-order: -1;
						-webkit-order: -1;
						-ms-order: -1;
						order: -1;
						width: 100%;
						margin-left: 0;
					}

					#footer > .inner .copyright {
						margin-top: 3em;
					}

		}

		@media screen and (max-width: 480px) {

			#footer > .inner .copyright {
				margin-top: 3em;
			}

				#footer > .inner .copyright li {
					border-left: 0;
					padding-left: 0;
					margin: 0.75em 0 0 0;
					display: block;
					line-height: inherit;
				}

					#footer > .inner .copyright li:first-child {
						margin-top: 0;
					}

		}

/* Wrapper */

	#wrapper > * > .inner {
		width: 100%;
		max-width: 68em;
		margin: 0 auto;
		padding: 0 2.5em;
	}

		@media screen and (max-width: 736px) {

			#wrapper > * > .inner {
				padding: 0 1.25em;
			}

		}

/* Copy Buttons */

.code-container {
	position: relative;
	margin-bottom: 1.5em;

}
.copy-button {
	position: absolute;
	top: 0em;
	right: 0;
	margin: 2px 2px 0em 0em;
	background: #447075;
	border: 5px;
	padding: -1em 0em 1em 5em;
	cursor: pointer;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0px;
	height: 3.2em;
	font-size: 0.5em;
	font-weight: 600;
	box-shadow: none;
	color: #e9e5df !important;
}

.copy-button:hover {
	box-shadow: none;
	background: #ED9237
}

.copy-button:active {
	background: #447075;
	color: white
}

.code-container p {
	position: absolute;
	top: 0em;
	left: 0;
	margin: 2px 0px 0em 12px;
	font-size: 0.9em;



	font-weight: 300;

	color: var(--theme-text);	
	font-family: 'fira code', monospace;
	transition: color 0.8s ease;
}

.code-container pre {
    background-color: var(--theme-code_background); /* Initial background color */
    padding: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
    overflow-x: auto;
    border-top: 4px;
	box-shadow: inset 0 34.1px var(--theme-code_border);
	border-bottom: 2px;
	border-left: 2px;
	border-right: 2px; /* Initial border color */
	border-style: solid;
	border-color: var(--theme-code_border);
    transition: background-color 0.80s ease, border-color 0.80s ease, box-shadow 0.8s ease; /* Transition for background and border colors */
    -moz-transition: background-color 0.80s ease, border-color 0.80s ease, box-shadow 0.8s ease;
    -webkit-transition: background-color 0.80s ease, border-color 0.80s ease, box-shadow 0.8s ease;
    -ms-transition: background-color 0.80s ease, border-color 0.80s ease, box-shadow 0.8s ease;
}


	@media screen and (max-width: 1680px) {

		.code-container pre {
			box-shadow: inset 0 30px var(--theme-code_border);
			}

	}

		@media screen and (max-width: 1280px) {

			.code-container pre {
				box-shadow: inset 0 25.5px var(--theme-code_border);
				}

		}


.code-container code {
    background-color: transparent; /* Make the code background transparent to show the pre background */
    color: var(--theme-code__text__primary); /* color of the main text in the code cell */
	font-family: 'fira code', monospace;
	font-size: 15px;
	margin: 0px;
	transition: color 0.80s ease;
    -moz-transition: color 0.80s ease;
    -webkit-transition: color 0.80s ease;
    -ms-transition: color 0.80s ease;
	padding-bottom:0px;
	padding-top:20px;
	}



		@media screen and (max-width: 1280px) {

			.code-container code {
				font-size: 12px;
				margin: 0px;
				padding-top:15px;
				}

		}


.code-container .hljs-comment {
	color: var(--theme-code__text__comment); /* comments */
	transition: color 0.80s ease;
    -moz-transition: color 0.80s ease;
    -webkit-transition: color 0.80s ease;
    -ms-transition: color 0.80s ease;
}

.code-container .hljs-keyword {
	color: var(--theme-code__text__secondary); /* keywords */
	transition: color 0.80s ease;
    -moz-transition: color 0.80s ease;
    -webkit-transition: color 0.80s ease;
    -ms-transition: color 0.80s ease;
}

.code-container .hljs-string {
	color: var(--theme-code__text__third); /* strings */
	transition: color 0.80s ease;
    -moz-transition: color 0.80s ease;
    -webkit-transition: color 0.80s ease;
    -ms-transition: color 0.80s ease;
}

.code-container .hljs-built_in {
	color: var(--theme-code__text__builtin); /* built-in functions and types */
	transition: color 0.80s ease;
    -moz-transition: color 0.80s ease;
    -webkit-transition: color 0.80s ease;
    -ms-transition: color 0.80s ease;
}

.code-container .hljs-literal {
	color: var(--theme-code__text__literal); /* literals (true/false) */
	transition: color 0.80s ease;
    -moz-transition: color 0.80s ease;
    -webkit-transition: color 0.80s ease;
    -ms-transition: color 0.80s ease;
}

.code-container .hljs-title {
	color: var(--theme-code__text__title) !important;
	transition: color 0.80s ease;
    -moz-transition: color 0.80s ease;
    -webkit-transition: color 0.80s ease;
    -ms-transition: color 0.80s ease;
}

.code-container .hljs-number{
	color: var(--theme-code__text__number);
	transition: color 0.80s ease;
    -moz-transition: color 0.80s ease;
    -webkit-transition: color 0.80s ease;
    -ms-transition: color 0.80s ease;
}

.code-container .hljs-variable{
	color: var(--theme-code__text__primary);
	transition: color 0.80s ease;
    -moz-transition: color 0.80s ease;
    -webkit-transition: color 0.80s ease;
    -ms-transition: color 0.80s ease;
}

.code-container .hljs-params{
	color: var(--theme-code__text__primary);
	transition: color 0.80s ease;
    -moz-transition: color 0.80s ease;
    -webkit-transition: color 0.80s ease;
    -ms-transition: color 0.80s ease;
}


.code-container .hljs-attr{
	color: var(--theme-code__text__secondary);
	transition: color 0.80s ease;
    -moz-transition: color 0.80s ease;
    -webkit-transition: color 0.80s ease;
    -ms-transition: color 0.80s ease;
}

.code-container .hljs-meta{ /* dataclasses */
	color: var(--theme-code__text__meta);
	transition: color 0.80s ease;
    -moz-transition: color 0.80s ease;
    -webkit-transition: color 0.80s ease;
    -ms-transition: color 0.80s ease;
}


.code-container .hljs-type {
	color: var(--theme-code__text__secondary); /* built-in functions and types */
	transition: color 0.80s ease;
    -moz-transition: color 0.80s ease;
    -webkit-transition: color 0.80s ease;
    -ms-transition: color 0.80s ease;
}






.code-container .hljs-strong{
	color: #fffb00;
}

.code-container .hljs-emphasis{
	color: #fffb00;
}

.code-container .hljs-link{
	color: #fffb00;
}

.code-container .hljs-template-variable{
	color: #fffb00;
}

.code-container .hljs-template-tag{
	color: #fffb00;
}

.code-container .hljs-selector-pseudo{
	color: #fffb00;
}

.code-container .hljs-selector-attr{
	color: #fffb00;
}

.code-container .hljs-selector-class{
	color: #fffb00;
}

.code-container .hljs-selector-id{
	color: #fffb00;
}

.code-container .hljs-selector-tag{
	color: #fffb00;
}

.code-container .hljs-deletion{
	color: #fffb00;
}

.code-container .hljs-addition{
	color: #fffb00;
}

.code-container .hljs-code{
	color: #fffb00;
}

.code-container .hljs-bullet{
	color: #fffb00;
}

.code-container .hljs-symbol{
	color: #fffb00;
}

.code-container .hljs-attribute{
	color: #fffb00;
}

.code-container .hljs-tag{
	color: #fffb00;
}

.code-container .hljs-class{
	color: #fffb00;
}

.code-container .hljs-class-name {
color: #fffb00;
}

.code-container .hljs .class .hljs-name {
	color: #fffb00;
}

.code-container .hljs-class-name.hljs-attr {
	color: #fffb00;
}







.bigtiles {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: -2.5em 0 0 -2.5em;
}

	.bigtiles article {
		-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
		transition: transform 0.5s ease, opacity 0.5s ease;
		position: relative;
		width: calc(50% - 2.5em);
		margin: 2.5em 0 0 2.5em;
	}

		.bigtiles article > .image {
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			position: relative;
			display: block;
			width: 100%;
			border-radius: 4px;
			overflow: hidden;
		}

			.bigtiles article > .image img {
				display: block;
				width: 100%;
			}

			.bigtiles article > .image:before {
				pointer-events: none;
				-moz-transition: background-color 0.5s ease, opacity 0.5s ease;
				-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
				-ms-transition: background-color 0.5s ease, opacity 0.5s ease;
				transition: background-color 0.5s ease, opacity 0.5s ease;
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 1;
				opacity: 0.5;
			}

			.bigtiles article > .image:after {
				pointer-events: none;
				-moz-transition: opacity 0.5s ease;
				-webkit-transition: opacity 0.5s ease;
				-ms-transition: opacity 0.5s ease;
				transition: opacity 0.5s ease;
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
				background-position: center;
				background-repeat: no-repeat;
				background-size: 100% 100%;
				opacity: 0.25;
				z-index: 2;
			}

		.bigtiles article > a {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
			-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
			-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
			transition: background-color 0.5s ease, transform 0.5s ease;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 1em;
			border-radius: 4px;
			border-bottom: 0;
			color: #fdfaf5;
			text-align: center;
			text-decoration: none;
			z-index: 1;
		}

			.bigtiles article > a > :last-child {
				margin: 0;
			}

			.bigtiles article > a:hover {
				color: #fdfaf5 !important;
			}

			.bigtiles article > a h2 {
				margin: 0;
			}

			.bigtiles article > a .content {
				-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
				-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
				-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
				transition: max-height 0.5s ease, opacity 0.5s ease;
				width: 100%;
				max-height: 0;
				line-height: 1.5;
				margin-top: 0.35em;
				opacity: 0;
			}

				.bigtiles article > a .content > :last-child {
					margin-bottom: 0;
				}

		.bigtiles article.style1 > .image:before {
			background-color: #ED9237;
		}

		.bigtiles article.style2 > .image:before {
			background-color: #7ecaf6;
		}

		.bigtiles article.style3 > .image:before {
			background-color: #7bd0c1;
		}

		.bigtiles article.style4 > .image:before {
			background-color: #c75b9b;
		}

		.bigtiles article.style5 > .image:before {
			background-color: #ae85ca;
		}

		.bigtiles article.style6 > .image:before {
			background-color: #8499e7;
		}

		.bigtiles article.style1c > .image:before {
			background-color: #ED9237;
		}

		.bigtiles article.style2c > .image:before {
			background-color: #14DBF5;
		}

		.bigtiles article.style3c > .image:before {
			background-color: #38494B;
		}

		.bigtiles article.style4c > .image:before {
			background-color: #32B9CA;
		}

		.bigtiles article.style5c > .image:before {
			background-color: #4295A0;
		}

		.bigtiles article.style6c > .image:before {
			background-color: #2D3233;
		}





















		body:not(.is-touch) .bigtiles article:hover > .image {
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
		}

			body:not(.is-touch) .bigtiles article:hover > .image:before {
				background-color: #333333;
				opacity: 0.35;
			}

			body:not(.is-touch) .bigtiles article:hover > .image:after {
				opacity: 0;
			}

		body:not(.is-touch) .bigtiles article:hover .content {
			max-height: 15em;
			opacity: 1;
		}

	* + .bigtiles {
		margin-top: 2em;
	}

	body.is-preload .bigtiles article {
		-moz-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0;
	}

	body.is-touch .bigtiles article .content {
		max-height: 15em;
		opacity: 1;
	}

	@media screen and (max-width: 1280px) {

		.bigtiles {
			margin: -1.25em 0 0 -1.25em;
		}

			.bigtiles article {
				width: calc(50% - 1.25em);
				margin: 1.25em 0 0 1.25em;
			}

	}

	@media screen and (max-width: 980px) {

		.bigtiles {
			margin: -2.5em 0 0 -2.5em;
		}

			.bigtiles article {
				width: calc(50% - 2.5em);
				margin: 2.5em 0 0 2.5em;
			}

	}

	@media screen and (max-width: 736px) {

		.bigtiles {
			margin: -1.25em 0 0 -1.25em;
		}

			.bigtiles article {
				width: calc(50% - 1.25em);
				margin: 1.25em 0 0 1.25em;
			}

				.bigtiles article:hover > .image {
					-moz-transform: scale(1.0);
					-webkit-transform: scale(1.0);
					-ms-transform: scale(1.0);
					transform: scale(1.0);
				}

	}

	@media screen and (max-width: 480px) {

		.bigtiles {
			margin: 0;
		}

			.bigtiles article {
				width: 100%;
				margin: 1.25em 0 0 0;
			}

	}









	.smalltiles {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		margin: -1.5em 0 0 -1.5em;
	}

		.smalltiles article {
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			position: relative;
			width: calc(25% - 1.5em);
			margin: 1.5em 0 0 1.5em;
		}

			.smalltiles article > .image {
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				position: relative;
				display: block;
				width: 100%;
				border-radius: 4px;
				overflow: hidden;
			}

				.smalltiles article > .image img {
					display: block;
					width: 100%;
				}

				.smalltiles article > .image:before {
					pointer-events: none;
					-moz-transition: background-color 0.5s ease, opacity 0.5s ease;
					-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
					-ms-transition: background-color 0.5s ease, opacity 0.5s ease;
					transition: background-color 0.5s ease, opacity 0.5s ease;
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					z-index: 1;
					opacity: 0.5;
				}

				.smalltiles article > .image:after {
					pointer-events: none;
					-moz-transition: opacity 0.5s ease;
					-webkit-transition: opacity 0.5s ease;
					-ms-transition: opacity 0.5s ease;
					transition: opacity 0.5s ease;
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
					background-position: center;
					background-repeat: no-repeat;
					background-size: 100% 100%;
					opacity: 0.25;
					z-index: 2;
				}

			.smalltiles article > a {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
				-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
				-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
				transition: background-color 0.5s ease, transform 0.5s ease;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				padding: 1em;
				border-radius: 4px;
				border-bottom: 0;
				color: #fdfaf5;
				text-align: center;
				text-decoration: none;
				z-index: 3;
			}

				.smalltiles article > a > :last-child {
					margin: 0;
				}

				.smalltiles article > a:hover {
					color: #fdfaf5 !important;
				}

				.smalltiles article > a h2 {
					margin: 0;
				}

				.smalltiles article > a h3 {
					margin: 0;
				}



				.smalltiles article > a .content {
					-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
					-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
					-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
					transition: max-height 0.5s ease, opacity 0.5s ease;
					width: 100%;
					max-height: 0;
					line-height: 1.5;
					margin-top: 0.35em;
					opacity: 0;
				}

					.smalltiles article > a .content > :last-child {
						margin-bottom: 0;
					}


			.smalltiles article.style1c > .image:before {
				background-color: #447075;
			}

			.smalltiles article.style2c > .image:before {
				background-color: #4295A0;
			}

			.smalltiles article.style3c > .image:before {
				background-color: #17D1E6;
			}

			.smalltiles article.style4c > .image:before {
				background-color: #00E5FF;
			}

			.smalltiles article.style5c > .image:before {
				background-color: #364A4D;
			}

			.smalltiles article.style6c > .image:before {
				background-color: #ED9237;
			}

			.smalltiles article.style7c > .image:before {
				background-color: #996B3D;
			}

			.smalltiles article.style8c > .image:before {
				background-color: #332E29;
			}

			.smalltiles article.style9c > .image:before {
				background-color: #000000;
			}

			.smalltiles article.style10c > .image:before {
				background-color: #FFFFFF;
			}

			.smalltiles article.style11c > .image:before {
				background-color: #4FAA98;
			}

			.smalltiles article.style11c > .image:before {
				background-color: #87D5C5;
			}

			.smalltiles article.style11c > .image:before {
				background-color: #26806E;
			}

			.smalltiles article.style11c > .image:before {
				background-color: #003329;
			}

			.smalltiles article.style11c > .image:before {
				background-color: #0B5546;
			}






			body:not(.is-touch) .smalltiles article:hover > .image {
				-moz-transform: scale(1.08);
				-webkit-transform: scale(1.08);
				-ms-transform: scale(1.08);
				transform: scale(1.08);
			}

				body:not(.is-touch) .smalltiles article:hover > .image:before {
					background-color: #333333;
					opacity: 0.35;
				}

				body:not(.is-touch) .smalltiles article:hover > .image:after {
					opacity: 0;
				}

			body:not(.is-touch) .smalltiles article:hover .content {
				max-height: 15em;
				opacity: 1;
			}

		* + .smalltiles {
			margin-top: 2em;
		}

		body.is-preload .smalltiles article {
			-moz-transform: scale(0.9);
			-webkit-transform: scale(0.9);
			-ms-transform: scale(0.9);
			transform: scale(0.9);
			opacity: 0;
		}

		body.is-touch .smalltiles article .content {
			max-height: 15em;
			opacity: 1;
		}

		@media screen and (max-width: 1280px) {

			.smalltiles {
				margin: -1.25em 0 0 -1.25em;
			}

				.smalltiles article {
					width: calc(25% - 1.25em);
					margin: 1.25em 0 0 1.25em;
				}

		}

		@media screen and (max-width: 980px) {

			.smalltiles {
				margin: -1em 0 0 -1em;
			}

				.smalltiles article {
					width: calc(33.33333% - 1em);
					margin: 1em 0 0 1em;
				}

		}

		@media screen and (max-width: 736px) {

			.smalltiles {
				margin: -1.25em 0 0 -1.25em;
			}

				.smalltiles article {
					width: calc(50% - 1.25em);
					margin: 1.25em 0 0 1.25em;
				}

					.smalltiles article:hover > .image {
						-moz-transform: scale(1.0);
						-webkit-transform: scale(1.0);
						-ms-transform: scale(1.0);
						transform: scale(1.0);
					}

		}

		@media screen and (max-width: 480px) {

			.smalltiles {
				margin: 0;
			}

				.smalltiles article {
					width: 100%;
					margin: 1.25em 0 0 0;
				}

		}


.h1-no-margin {
	margin-bottom: 0;
}










.btn.active {
	background-color: #447075; /* Change this to your desired color */
	color: var(--theme-filter_button_text) !important; /* Change the text color */ /*need to make a variable here for light/dark modes */
}
.btn.active:hover {
	background-color: #ED9237;
	color:var(--theme-filter_button_text) !important;
}

.btn:hover {
	color:#ED9237 !important;
}


.role-container {
	display: flex;
    flex-wrap: wrap;
	margin: 0px
}

	@media screen and (max-width: 1280px) {

		.role-container {
			margin-bottom: 0em
		}

	}





.tech-container {
    display: flex;
    flex-wrap: wrap;

}

	@media screen and (max-width: 1280px) {

		.tech-container {
			margin-bottom:0em;
			margin-top:0em
		}
	
	}

		@media screen and (max-width: 480px) {

			.tech-container {
				margin-bottom:0em
			}
		
		}



.tech-group .btn {
	display: none; /* Hide tech buttons by default */
	height: 3em;
	line-height: 2em;
	font-size: 14px;
	font-weight: 700;





	
}


	@media screen and (max-width: 980px) {
		.tech-group .btn {
			height: 2.5em;
		}

	}


.role-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1em; /* Adjust the gap as needed */
    justify-content: space-between;
    width: calc(100% / 3 - 2.5em); /* Adjust the number 3 based on how many buttons you want per row */
}

	.role-group > .btn {
	    flex-grow: 1;
	    margin: 0px 5px;
	    max-width: calc(100% / 3 - 2.5em); /* Adjust the number 3 based on how many buttons you want per row */
	    color: #447075;
	    box-shadow: inset 0 0 0 2px #447075;
		height: 4em
	}




		.role-group > .btn:hover {
		    color: #ED9237;
			
		    box-shadow: inset 0 0 0 2px #ED9237;
		}

			.role-group > .btn:active {
			    flex-grow: 1;
			    margin: 0px 5px;
			    max-width: calc(100% / 3 - 2.5em); /* Adjust the number 3 based on how many buttons you want per row */

			    box-shadow: inset 0 0 0 2px #ED9237;
			}

			@media screen and (max-width: 1280px) {
		
				.role-group {
					display: flex;
					flex-wrap: wrap;
					gap: 0.1em; /* Adjust the gap as needed */
					justify-content: space-between;
					width: calc(100% / 3 - 1.25em); /* Adjust the number 3 based on how many buttons you want per row */
				}
			
				.role-group > .btn {
					flex-grow: 1;
					margin: 5px 5px;
					max-width: calc(100% / 3 - 1.25em); /* Adjust the number 3 based on how many buttons you want per row */
					color: #447075;
					box-shadow: inset 0 0 0 2px #447075;
				}






	
				.role-group > .btn:active {
					flex-grow: 1;
					margin: 5px 5px;
					max-width: calc(100% / 3 - 1.25em); /* Adjust the number 3 based on how many buttons you want per row */


				}
			  
			  }


			@media screen and (max-width: 980px) {
			
				.role-group {
					display: flex;
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;

					flex-wrap: wrap;
					gap: 0.1em; /* Adjust the gap as needed */
					justify-content: space-between;
					width: calc(100% / 1 - 0px); /* Adjust the number 3 based on how many buttons you want per row */
				}
			
				.role-group > .btn {
					flex-grow: 1;
					margin: 5px;
					max-width: calc(100% / 1 - 0px); /* Adjust the number 3 based on how many buttons you want per row */


					height: 3.5em;
				}

				.role-group > .btn:active {
				    flex-grow: 1;
				    margin: 5px;
				    max-width: calc(100% / 1 - 0px); /* Adjust the number 3 based on how many buttons you want per row */
				}
			
			}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1em; /* Adjust the gap as needed */
    justify-content: space-between;
    width: 100%;
}

.btn {
    flex-grow: 1;
    margin: 5px;
    max-width: calc(100% / 1 - 10px); /* Adjust the number 5 based on how many buttons you want per row */
    color: #447075 !important;
    box-shadow: inset 0 0 0 2px #447075;
}



.tile {
	display: none; /* Hide tiles by default */
}







.widetiles {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: -2.5em 0 0 -2.5em;
  }
  
	.widetiles article {
	  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
	  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	  transition: transform 0.5s ease, opacity 0.5s ease;
	  position: relative;
	  width: calc(100% - 2.5em);
	  margin: 2.5em 0 0 2.5em;
	}
  
	  .widetiles article > .image {
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		position: relative;
		display: block;
		width: 100%;
		border-radius: 4px;
		overflow: hidden;
	  }
  
		.widetiles article > .image img {
		  display: block;
		  width: 100%;
		}
  
		.widetiles article > .image:before {
		  pointer-events: none;
		  -moz-transition: background-color 0.5s ease, opacity 0.5s ease;
		  -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
		  -ms-transition: background-color 0.5s ease, opacity 0.5s ease;
		  transition: background-color 0.5s ease, opacity 0.5s ease;
		  content: '';
		  display: block;
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  z-index: 1;
		  opacity: 0.5;
		}
  
		.widetiles article > .image:after {
		  pointer-events: none;
		  -moz-transition: opacity 0.5s ease;
		  -webkit-transition: opacity 0.5s ease;
		  -ms-transition: opacity 0.5s ease;
		  transition: opacity 0.5s ease;
		  content: '';
		  display: block;
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
		  background-position: center;
		  background-repeat: no-repeat;
		  background-size: 100% 100%;
		  opacity: 0.25;
		  z-index: 2;
		}
  
	  .widetiles article > a {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
		-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
		-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
		transition: background-color 0.5s ease, transform 0.5s ease;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 1em;
		border-radius: 4px;
		border-bottom: 0;
		color: #fdfaf5;
		text-align: center;
		text-decoration: none;
		z-index: 3;
	  }
  
		.widetiles article > a > :last-child {
		  margin: 0;
		}
  
		.widetiles article > a:hover {
		  color: #fdfaf5 !important;
		}
  
		.widetiles article > a h2 {
		  margin: 0;
		}
  
		.widetiles article > a .content {
		  -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
		  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
		  -ms-transition: max-height 0.5s ease, opacity 0.5s ease;
		  transition: max-height 0.5s ease, opacity 0.5s ease;
		  width: 100%;
		  max-height: 0;
		  line-height: 1.5;
		  margin-top: 0.35em;
		  opacity: 0;
		}
  
		  .widetiles article > a .content > :last-child {
			margin-bottom: 0;
		  }
  
	  .widetiles article.style1 > .image:before {
		background-color: #ED9237;
	  }
  
	  .widetiles article.style2 > .image:before {
		background-color: #7ecaf6;
	  }
  
	  .widetiles article.style3 > .image:before {
		background-color: #7bd0c1;
	  }
  
	  .widetiles article.style4 > .image:before {
		background-color: #c75b9b;
	  }
  
	  .widetiles article.style5 > .image:before {
		background-color: #ae85ca;
	  }
  
	  .widetiles article.style6 > .image:before {
		background-color: #8499e7;
	  }
  
	  .widetiles article.style1c > .image:before {
		background-color: #ED9237;
	  }
  
	  .widetiles article.style2c > .image:before {
		background-color: #14DBF5;
	  }
  
	  .widetiles article.style3c > .image:before {
		background-color: #38494B;
	  }
  
	  .widetiles article.style4c > .image:before {
		background-color: #32B9CA;
	  }
  
	  .widetiles article.style5c > .image:before {
		background-color: #4295A0;
	  }
  
	  .widetiles article.style6c > .image:before {
		background-color: #2D3233;
	  }
  
  
  
  
  
	  body:not(.is-touch) .widetiles article:hover > .image {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	  }
  
		body:not(.is-touch) .widetiles article:hover > .image:before {
		  background-color: #333333;
		  opacity: 0.35;
		}
  
		body:not(.is-touch) .widetiles article:hover > .image:after {
		  opacity: 0;
		}
  
	  body:not(.is-touch) .widetiles article:hover .content {
		max-height: 15em;
		opacity: 1;
	  }
  
	* + .widetiles {
	  margin-top: 2em;
	}
  
	body.is-preload .widetiles article {
	  -moz-transform: scale(0.9);
	  -webkit-transform: scale(0.9);
	  -ms-transform: scale(0.9);
	  transform: scale(0.9);
	  opacity: 0;
	}
  
	body.is-touch .widetiles article .content {
	  max-height: 15em;
	  opacity: 1;
	}
  
	@media screen and (max-width: 1280px) {
  
	  .widetiles {
		margin: -1.25em 0 0 -1.25em;
	  }
  
		.widetiles article {
		  width: calc(100% - 1.25em);
		  margin: 1.25em 0 0 1.25em;
		}
  
	}
  
	@media screen and (max-width: 980px) {
  
	  .widetiles {
		margin: -2.5em 0 0 -2.5em;
	  }
  
		.widetiles article {
		  width: calc(100%- 2.5em);
		  margin: 2.5em 0 0 2.5em;
		}
  
	}
  
	@media screen and (max-width: 736px) {
  
	  .widetiles {
		margin: -1.25em 0 0 -1.25em;
	  }
  
		.widetiles article {
		  width: calc(100% - 1.25em);
		  margin: 1.25em 0 0 1.25em;
		}
  
		  .widetiles article:hover > .image {
			-moz-transform: scale(1.0);
			-webkit-transform: scale(1.0);
			-ms-transform: scale(1.0);
			transform: scale(1.0);
		  }
  
	}
  
	@media screen and (max-width: 480px) {
  
	  .widetiles {
		margin: 0;
	  }
  
		.widetiles article {
		  width: 100%;
		  margin: 1.25em 0 0 0;
		}
  
	}
  







	.twintiles {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		margin: -2.5em 0 0 -2.5em;
	  }
	  
		.twintiles article {
		  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
		  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
		  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
		  transition: transform 0.5s ease, opacity 0.5s ease;
		  position: relative;
		  width: calc(50% - 2.5em);
		  margin: 2.5em 0 0 2.5em;
		}
	  
		  .twintiles article > .image {
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			position: relative;
			display: block;
			width: 100%;
			border-radius: 4px;
			overflow: hidden;
		  }
	  
			.twintiles article > .image img {
			  display: block;
			  width: 100%;
			}
	  
			.twintiles article > .image:before {
			  pointer-events: none;
			  -moz-transition: background-color 0.5s ease, opacity 0.5s ease;
			  -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
			  -ms-transition: background-color 0.5s ease, opacity 0.5s ease;
			  transition: background-color 0.5s ease, opacity 0.5s ease;
			  content: '';
			  display: block;
			  position: absolute;
			  top: 0;
			  left: 0;
			  width: 100%;
			  height: 100%;
			  z-index: 1;
			  opacity: 0.5;
			}
	  
			.twintiles article > .image:after {
			  pointer-events: none;
			  -moz-transition: opacity 0.5s ease;
			  -webkit-transition: opacity 0.5s ease;
			  -ms-transition: opacity 0.5s ease;
			  transition: opacity 0.5s ease;
			  content: '';
			  display: block;
			  position: absolute;
			  top: 0;
			  left: 0;
			  width: 100%;
			  height: 100%;
			  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
			*/  background-position: center;
			  background-repeat: no-repeat;
			  background-size: 100% 100%;
			  opacity: 0.25;
			  z-index: 2;
			}
	  
		  .twintiles article > a {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
			-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
			-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
			transition: background-color 0.5s ease, transform 0.5s ease;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 1em;
			border-radius: 4px;
			border-bottom: 0;
			color: #fdfaf5;
			text-align: center;
			text-decoration: none;
			z-index: 3;
		  }
	  
			.twintiles article > a > :last-child {
			  margin: 0;
			}
	  
			.twintiles article > a:hover {
			  color: #fdfaf5 !important;
			}
	  
			.twintiles article > a h2 {
			  margin: 0;
			}
	  
			.twintiles article > a .content {
			  -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
			  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
			  -ms-transition: max-height 0.5s ease, opacity 0.5s ease;
			  transition: max-height 0.5s ease, opacity 0.5s ease;
			  width: 100%;
			  max-height: 0;
			  line-height: 1.5;
			  margin-top: 0.35em;
			  opacity: 0;
			}
	  
			  .twintiles article > a .content > :last-child {
				margin-bottom: 0;
			  }
	  
		  .twintiles article.style1 > .image:before {
			background-color: #ED9237;
		  }
	  
		  .twintiles article.style2 > .image:before {
			background-color: #7ecaf6;
		  }
	  
		  .twintiles article.style3 > .image:before {
			background-color: #7bd0c1;
		  }
	  
		  .twintiles article.style4 > .image:before {
			background-color: #c75b9b;
		  }
	  
		  .twintiles article.style5 > .image:before {
			background-color: #ae85ca;
		  }
	  
		  .twintiles article.style6 > .image:before {
			background-color: #8499e7;
		  }
	  
		  .twintiles article.style1c > .image:before {
			background-color: #ED9237;
		  }
	  
		  .twintiles article.style2c > .image:before {
			background-color: #14DBF5;
		  }
	  
		  .twintiles article.style3c > .image:before {
			background-color: #38494B;
		  }
	  
		  .twintiles article.style4c > .image:before {
			background-color: #32B9CA;
		  }
	  
		  .twintiles article.style5c > .image:before {
			background-color: #4295A0;
		  }
	  
		  .twintiles article.style6c > .image:before {
			background-color: #2D3233;
		  }
	  
	  
	  
	  
	  
		  body:not(.is-touch) .twintiles article:hover > .image {
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
		  }
	  
			body:not(.is-touch) .twintiles article:hover > .image:before {
			  background-color: #333333;
			  opacity: 0.35;
			}
	  
			body:not(.is-touch) .twintiles article:hover > .image:after {
			  opacity: 0;
			}
	  
		  body:not(.is-touch) .twintiles article:hover .content {
			max-height: 15em;
			opacity: 1;
		  }
	  
		* + .twintiles {
		  margin-top: 2em;
		}
	  
		body.is-preload .twintiles article {
		  -moz-transform: scale(0.9);
		  -webkit-transform: scale(0.9);
		  -ms-transform: scale(0.9);
		  transform: scale(0.9);
		  opacity: 0;
		}
	  
		body.is-touch .twintiles article .content {
		  max-height: 15em;
		  opacity: 1;
		}
	  
		@media screen and (max-width: 1280px) {
	  
		  .twintiles {
			margin: -2.5em 0 0 -2.5em;
		  }
	  
			.twintiles article {
			  width: calc(50% - 2.5em);
			  margin: 2.5em 0 0 2.5em;
			}
	  
		}
	  
		@media screen and (max-width: 980px) {
	  
		  .twintiles {
			margin: -2.5em 0 0 -2.5em;
		  }
	  
			.twintiles article {
			  width: calc(50% - 2.5em);
			  margin: 2.5em 0 0 2.5em;
			}
	  
		}
	  
		@media screen and (max-width: 736px) {
	  
		  .twintiles {
			margin: -1.25em 0 0 -1.25em;
		  }
	  
			.twintiles article {
			  width: calc(50% - 1.25em);
			  margin: 1.25em 0 0 1.25em;
			}
	  
			  .twintiles article:hover > .image {
				-moz-transform: scale(1.0);
				-webkit-transform: scale(1.0);
				-ms-transform: scale(1.0);
				transform: scale(1.0);
			  	}
			
				.twintiles h2 {
					font-size: 0.9em
					}
		}
	  

		@media screen and (max-width: 480px) {
  
			.twintiles h2 {
				font-size: 0.8em
			}
		}


.navigation-buttons {
	display: flex;
	justify-content: space-between; /* Distribute items to the extreme ends */
	width: 100%; /* Optional: Set width to 100% to make full use of the container */
	margin: 0px;
}

.navigation-buttons .actions {
	display: flex;
	width: 100%;
	list-style: none; /* Remove default list styling */
	margin: 0px 0px 0px 0px 
}

.navigation-buttons .actions li {
	margin: 0px 0px 0px 0px;
	padding: 0px
}

.navigation-buttons .actions li:first-child {
	margin-right: auto; /* Push the first button to the far left */
}

.navigation-buttons .actions li:last-child {
	margin-left: auto; /* Push the last button to the far right */
}

.navigation-buttons .button {
	width: 200px
}

	@media screen and (max-width: 480px) {
	
		.navigation-buttons .button {
			width: 150px;
			-moz-flex-direction: row !important;
			-webkit-flex-direction: row !important;
			-ms-flex-direction: row !important;
			flex-direction: row !important;
			margin-left: 0;
		}
	}


.writeup-subtitle {
	margin-top:4em;
	margin-bottom:0.5em;
}

	@media screen and (max-width: 736px) {
		.writeup-subtitle {
			font-size:1.15em;
			margin-bottom:0.4em;
		}
	}


	@media screen and (max-width: 480px) {
		.writeup-subtitle {
			font-size:1.15em;
			margin-bottom:0.4em;
		}
	}


.writeup-title {
	margin-bottom:0.2em;
	display: flex;
	justify-content: center;
	text-align: center; 
	align-items: center;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.7em
}

	@media screen and (max-width: 1280px) {
		.writeup-title {
			font-size:1.6em;
		}
	}

		@media screen and (max-width: 736px) {
			.writeup-title {
				font-size:1.4em;
			}
		}


.indented-list li {
	margin-left:1.25em;
}

	@media screen and (max-width: 736px) {
		.indented-list li {
			margin-left:1.25em;
		}
	}




.highlight {
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: var(--theme-secondary);
	text-decoration: underline;
	border: none;
  }
  
  .highlight .tooltip {
	visibility: hidden;
	width: 140px;
	background-color: var(--theme-footer);
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 5px 5px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -70px;
	margin-bottom: 0px;
	
	/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
	opacity: 0;
	transition: opacity 1s;
	line-height:22px;
	font-size: 15px
  }



  @media screen and (max-width: 480px) {
	.highlight .tooltip {
		width: 100px;
		margin-left: -50px;
		font-size: 12px;
		line-height:18px;
  		}
	}


  
  .highlight:hover .tooltip {
	visibility: visible;
	opacity: 1;
  }




.image-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.narrow img {
	width: 30% !important; /* Adjust the percentage as needed */
	height: auto; /* This maintains the aspect ratio */
}

.no-bottom-margin {
	margin-bottom: 0px
}

ol { 
	counter-reset: item;
}

ol > li { 
	display: block;
}

ol > li:before { 
	content: counters(item, ".") ". "; counter-increment: item;
}



.figure-container {
	text-align: center; /* Center the caption under the image */
}
.figure-container img {
	max-width: 100%; /* Ensure image scales within the container */
	height: auto; /* Maintain aspect ratio */
}
.figure-container figcaption {
	font-size: 0.9em; /* Adjust the size of the caption text */
	color: #555; /* Optional: Change the color of the caption text */
}


.heading {
	font-size: 1.2em;
	font-weight: 100;
}

.heading b {
	font-weight: 600;
}

	@media screen and (max-width: 480px) {
		.heading {
			font-size: 1em
		}
	}

	@media screen and (max-width: 736px) {
		.heading {
			font-size: 1.1em
		}
	}



b.minor {
	font-weight:600;
}

a.minor {
	font-weight:600
}








/* FOR RATINGS */



.rating-container {
	position:relative;
	margin-bottom: 2em;
	padding: 2em;
	background-color: var(--theme-footer);
	border: solid 2px var(--theme-code_border);
	border-radius: 4px;
    transition: background-color 0.80s ease, border-color 0.80s ease; /* Transition for background and border colors */
    -moz-transition: background-color 0.80s ease, border-color 0.80s ease;
    -webkit-transition: background-color 0.80s ease, border-color 0.80s ease;
    -ms-transition: background-color 0.80s ease, border-color 0.80s ease;
}

	@media screen and (max-width: 736px) {

		.rating-container {
			padding: 1em;
		
		}
	}

.rating-container button {
    font-size: 0.8em;

}

.rating-container .button:active {
	transform: scale(0.975);
}


.rating-container h2 {
	display: flex; /* Enable Flexbox layout */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100%; /* Ensure the container has a defined height */
    text-align: center; /* Optional: center text inside the h2 */
}

.rating-container p {
	display: flex; /* Enable Flexbox layout */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100%; /* Ensure the container has a defined height */
    text-align: center; /* Optional: center text inside the h2 */
}

.rating-container .rating-heading {
	margin-bottom: 0.4em;
}



.rating-text {
	height: 10px;
	padding-left: 5px;

	background: var(--theme-background);
	border: solid 2px var(--theme-code_border);
	transition: background-color 0.8s ease, border 0.8s ease;
	border-radius: 4px;
}

.rating-text:focus {
	border: solid 2px var(--theme-code_border);
	box-shadow: none;
}


















.full-box-rating {
	display: flex;
	gap: 5px;
}

.single-box-rating {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#447075;
	cursor: pointer;
	user-select: none;
	text-decoration: none;
	outline: none;
	border-radius: 4px;
	border: solid 2px #447075;
	margin-bottom: 1em;
	padding: 1em;
	font-weight:600;
	-moz-transition: background-color var(--transition-fast) ease-in-out, color var(--transition-fast) ease-in-out, box-shadow var(--transition-fast) ease-in-out, border-color var(--transition-fast);
	-webkit-transition: background-color var(--transition-fast) ease-in-out, color var(--transition-fast) ease-in-out, box-shadow var(--transition-fast) ease-in-out, border-color var(--transition-fast);
	-ms-transition: background-color var(--transition-fast) ease-in-out, color var(--transition-fast) ease-in-out, box-shadow var(--transition-fast) ease-in-out, border-color var(--transition-fast);
	transition: background-color var(--transition-fast) ease-in-out, color var(--transition-fast) ease-in-out, box-shadow var(--transition-fast) ease-in-out, border-color var(--transition-fast);
}



	@media screen and (max-width: 1280px) {

		.single-box-rating {
			font-size: 0.9em;
			padding: 1em 0.1em;
		}
		.rating-container .button {
			right: 30px; /* Space from the right border */
			bottom: 30x; /* Optional: Space from the bottom border */
		}
	}

		@media screen and (max-width: 970px) {

			.single-box-rating {
				font-size: 0.9em
			
			}
		}

			@media screen and (max-width: 736px) {

				.single-box-rating {
					font-size: 0.9em;
				}
				.rating-container .button {
					right: 15px; /* Space from the right border */
					bottom: 15px; /* Optional: Space from the bottom border */
				}
			}

				@media screen and (max-width: 480px) {

					.single-box-rating {
						font-size: 0.8em;
						padding: 1em 0.1em;
						border: solid 1.5px #447075;
					}
					.full-box-rating {
						display: flex;
						gap: 3px;
					}
				}


.single-box-likert {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#447075;
	cursor: pointer;
	user-select: none;
	text-decoration: none;
	outline: none;
	border-radius: 4px;
	border: solid 2px #447075;
	margin-bottom: 1em;
	padding: 1em;
	font-weight:600;
	-moz-transition: background-color var(--transition-fast) ease-in-out, color var(--transition-fast) ease-in-out, box-shadow var(--transition-fast) ease-in-out, border-color var(--transition-fast);
	-webkit-transition: background-color var(--transition-fast) ease-in-out, color var(--transition-fast) ease-in-out, box-shadow var(--transition-fast) ease-in-out, border-color var(--transition-fast);
	-ms-transition: background-color var(--transition-fast) ease-in-out, color var(--transition-fast) ease-in-out, box-shadow var(--transition-fast) ease-in-out, border-color var(--transition-fast);
	transition: background-color var(--transition-fast) ease-in-out, color var(--transition-fast) ease-in-out, box-shadow var(--transition-fast) ease-in-out, border-color var(--transition-fast);
}

	@media screen and (max-width: 1280px) {

		.single-box-likert {
			font-size: 0.9em;
			padding: 1em 0.1em;

		}
	}


		@media screen and (max-width: 970px) {

			.single-box-likert {
				font-size: 0.9em
			
			}
		}

			@media screen and (max-width: 736px) {

				.single-box-likert {
					font-size: 0.9em;
				
				}
			}


				@media screen and (max-width: 480px) {

					.single-box-likert {
						font-size: 0.8em;
						padding: 1em 0.1em;
						border: solid 1.5px #447075;
					}
				}

.single-box-likert i {
    pointer-events: none; /* Disable pointer events on icons */
}



.single-box-rating.highlight {
	background-color: #447075; /* Gold background color */
	border-color: #447075; /* Match the border with the background */
	color: #fdfaf5; /* White text color */
}

.single-box-rating.hover-highlight {
	background-color: #ED9237; /* Gold background color */
	border-color: #ED9237; /* Match the border with the background */
	color: #fdfaf5; /* White text color */
}

.single-box-rating:active {
	transform: scale(0.975);
}

.single-box-likert.highlight {
	background-color: #447075; /* Gold background color */
	border-color: #447075; /* Match the border with the background */
	color: #fdfaf5; /* White text color */
}

.single-box-likert.hover-highlight {
	background-color: #ED9237; /* Gold background color */
	border-color: #ED9237; /* Match the border with the background */
	color: #fdfaf5; /* White text color */
}

.single-box-likert:active {
	transform: scale(0.975);

}


.slider {
	width: 100%;
	margin-bottom: 50px;
	border-radius: 10px;
	margin: 0 auto;
	height:5px;
}


/* Style the slider track */
input[type="range"] {
    -webkit-appearance: none; 
	appearance: none;
    width: 100%;
    height: 6px; /* Track height */
    background: #447075; /* Track color */
    border-radius: 5px;
    outline: none;
    transition: background 0.3s;
}



	@media screen and (max-width: 1280px) {

		input[type="range"] {
		    height: 4px; /* Track height */

		}
	}





/* Style the slider thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Removes default styling in WebKit browsers */
    appearance: none;
    width: 20px; /* Thumb size */
    height: 20px;
    background: #447075; /* Thumb color */
    border-radius: 50%;
    border: none; /* Border color */
    cursor: pointer;
    transition: width 0.3s, height 0.3s, background-color 0.3s;
	
}

/* Style the thumb when active (during use) */
input[type="range"]:active::-webkit-slider-thumb {
    width: 25px; /* Enlarged thumb size */
    height: 25px;
    background-color: #447075; /* Darker shade for active state */
}

/* For Firefox */
input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #447075;
    border-radius: 50%;
	border: none; /* Border color */
    cursor: pointer;
    transition: width 0.3s, height 0.3s, background-color 0.3s;
}

input[type="range"]:active::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background-color: #447075;
}

/* For IE */
input[type="range"]::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #447075;
    border-radius: 50%;
	border: none;
    cursor: pointer;
    transition: width 0.3s, height 0.3s, background-color 0.3s;
}

input[type="range"]:active::-ms-thumb {
    width: 25px;
    height: 25px;
    background-color: #447075;
}





















#pace-rating-slider {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    position: relative;
    width: 100%;
    height: 50px;
    user-select: none;
}
#pace-rating-slider::before {
    content: " ";
    position: absolute;
    height: 4px;
    width: calc(100% * (4 / 5));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #447075;
}

#pace-rating-slider input,
#pace-rating-slider label {
    box-sizing: border-box;
    flex: 1;
    user-select: none;
    cursor: pointer;
}

#pace-rating-slider label {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 100%;
    user-select: none;
}

#pace-rating-slider label::before {
    content: attr(data-pace-rating);
    position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
    left: 50%;
    padding-top: 10px;
    transform: translate(-50%, 45px);
    font-size: 15px;
    letter-spacing: 0.4px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 1;
    transition: all 0.15s ease-in-out;
	border: none;
	color: var(--theme-text);               /* text when not selected */
	background-color: none;                                 /* stupid circles */
	font-family: 'Source Sans Pro', sans-serif; /* Use Source Sans Pro font */
	transition: color 0.8s ease;
}

#pace-rating-slider label::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #b5ec11;
    background-color: var(--theme-footer);       /* inside circles */
    border-radius: 50%;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    cursor: pointer;
    transition: all 0.15s ease-in-out, background-color 0.8s ease;
	color: rgb(45, 183, 183);
	border: solid 4px #447075; /* circle border */
}

#pace-rating-slider label:hover::after {
    transform: translate(-50%, -50%) scale(1.25);
	border: solid 4px #447075; /* circle border */
}

#pace-rating-slider input {
    display: none;
}

#pace-rating-slider input:checked + label::before {
    font-weight: 800;
    opacity: 1;
	color: #ED9237;
	border: none;
	background-color: none;
	background: none;                      /* STUPID CIRCLE GONE YEET */
	transition: color 0.15s ease, font-weight 0.15s ease;
}

#pace-rating-slider input:checked + label::after {
    border-width: 4px;
    transform: translate(-50%, -50%) scale(0.8);
	color: red;
	border: solid 4.5px #447075;
	background-color: none;
}

#debt-amount-pos {
    display: block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #447075;          /* circle color */
    border-radius: 50%;
    transition: all 0.15s ease-in-out;
    transform: translate(-50%, -50%);
    border: 2px solid #447075;
    opacity: 0;
    z-index: 2;
}

#pace-rating-slider input:checked ~ #debt-amount-pos {
    opacity: 1;
}

#pace-rating-slider input:nth-child(1):checked ~ #debt-amount-pos {
    left: 10%;
}

#pace-rating-slider input:nth-child(3):checked ~ #debt-amount-pos {
    left: 30%;
}

#pace-rating-slider input:nth-child(5):checked ~ #debt-amount-pos {
    left: 50%;
}

#pace-rating-slider input:nth-child(7):checked ~ #debt-amount-pos {
    left: 70%;
}

#pace-rating-slider input:nth-child(9):checked ~ #debt-amount-pos {
    left: 90%;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
        width: 24px;
        opacity: 1;
        margin-right: 12px;
    }
    to {
        transform: rotate(360deg);
        width: 24px;
        opacity: 1;
        margin-right: 12px;
    }
}




	@media screen and (max-width: 1280px) {

		#pace-rating-slider::before {
			height: 3px;
		}

		#pace-rating-slider label::before {
			font-size: 14px;
			padding-top: 0px;
		}

		#pace-rating-slider label::after {
			width: 28px;
			height: 28px;
			border: solid 3px #447075; /* circle border */
		}

		#pace-rating-slider label:hover::after {
			transform: translate(-50%, -50%) scale(1.25);
			border: solid 3px #447075; /* circle border */
		}

		#pace-rating-slider input:checked + label::after {
			transform: translate(-50%, -50%) scale(0.75);
			border: solid 3.5px #447075;
		}

		#debt-amount-pos {
			width: 9px;
			height: 9px;
		}

	}




		@media screen and (max-width: 736px) {
		
			#pace-rating-slider::before {
				height: 2.5px;
			}
		
			#pace-rating-slider label::before {
				font-size: 12px;
				padding-top: 0px;
			}
		
			#pace-rating-slider label::after {
				width: 24px;
				height: 24px;
				border: solid 2.5px #447075; /* circle border */
			}

			#pace-rating-slider label:hover::after {
				transform: translate(-50%, -50%) scale(1.25);
				border: solid 3.33px #447075; /* circle border */
			}
		
			#pace-rating-slider input:checked + label::after {
				transform: translate(-50%, -50%) scale(0.75);
				border: solid 3px #447075;
			}
		
			#debt-amount-pos {
				width: 7px;
				height: 7px;
			}

		}

			@media screen and (max-width: 440px) {
			
				#pace-rating-slider::before {
					height: 2px;
				}
			
				#pace-rating-slider label::before {
					content: attr(data-pace-rating);
					position: absolute;
					display: flex;
					align-items: center;
					justify-content: center;
					left: 50%;
					padding-top: 0px;
					transform: translate(-50%, 45px);
					font-size: 12px;
					letter-spacing: 0.4px;
					font-weight: 600;
					white-space: nowrap;
					opacity: 1;
					transition: all 0.15s ease-in-out;
					border: none;
					color: var(--theme-text);               /* text when not selected */
					background-color: none;                                 /* stupid circles */
					font-family: 'Source Sans Pro', sans-serif; /* Use Source Sans Pro font */
					transition: color 0.8s ease;
				}

			
				#pace-rating-slider label::after {
					width: 24px;
					height: 24px;
					border: solid 2.5px #447075; /* circle border */
				}

				#pace-rating-slider label:hover::after {
					transform: translate(-50%, -50%) scale(1.25);
					border: solid 3.33px #447075; /* circle border */
				}
			
				#pace-rating-slider input:checked + label::after {
					transform: translate(-50%, -50%) scale(0.75);
					border: solid 3px #447075;
				}
			
				#debt-amount-pos {
					width: 7px;
					height: 7px;
				}

			}





.styled-line {
    height: 4px;
    width: 8%;
    margin: 50px auto; /* Center horizontally */
    background: linear-gradient(to right, #4295A0, #ED9237); /* Red to Yellow to Green */
    border-radius: 4px;
}



@media screen and (max-width: 1280px) {
	.styled-line {
		width: 12%;
	}
}

	@media screen and (max-width: 736px) {
		.styled-line {
			width: 14%;
		}
	}


		@media screen and (max-width: 440px) {
			.styled-line {
				width: 18%;
			}
		}






.lessons-title {
	margin-bottom:0.2em;
	display: flex;
	justify-content: center;
	text-align: center; 
	align-items: center;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 2em
}

	@media screen and (max-width: 1280px) {
		.lessons-title {
			font-size:1.8em;
		}
	}

		@media screen and (max-width: 736px) {
			.lessons-title {
				font-size:1.5em;
			}
		}


			@media screen and (max-width: 440px) {
				.lessons-title {
					font-size:1.4em;
				}
			}



















.tiletext {
    flex-grow: 1;
    padding: 10px;
}

	.tiletext p {
		font-size: 0.8em; 
		font-weight: 500;
	}

	.tiletext h2 {
		font-size: 1em;
		margin-bottom: 0.7em;
	}


	@media screen and (max-width: 1680px) {
		.tiletext p {
			font-size: 0.8em;
		}
	}

		@media screen and (max-width: 1280px) {
			.tiletext p {
				font-size: 0.8em;
			}
			.tiletext h2 {
				margin-bottom: 0.5em;
				font-size: 1.1em;
			}
		}

			@media screen and (max-width: 736px) {
				.tiletext p {
					font-size: 0.9em;
				}
				.tiletext h2 {
					margin-bottom: 0.5em;
					font-size: 1.2em;
				}
			}

				@media screen and (max-width: 580px) {
					.tiletext p {
						font-size: 0.8em;
					}
					.tiletext h2 {
						margin-bottom: 0.5em;
						font-size: 1.1em;
					}
				}


					@media screen and (max-width: 480px) {
						.tiletext p {
							font-size: 1em;
						}
						.tiletext h2 {
							font-size: 1.5em;
						}
					}





.tiletags {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
	font-weight: 600;
	font-size: 0.7em;
}

.tiletag {
    background-color: #447075;
    color: #e9e5df;
    padding: 0px 10px;
    border-radius: 2px;
    font-size: 0.8em;
}

	@media screen and (max-width: 1680px) {
		.tiletag {
			font-size: 1em;
		}
	}

		@media screen and (max-width: 1280px) {
			.tiletag {
				font-size: 1em;
			}
		}

			@media screen and (max-width: 480px) {
				.tiletag {
					font-size: 1.3em;
				}
			}


.tiletag.active {
    background-color: #ED9237;
}



/*
.tile > .image {
	border-radius: 20px !important;
	background-color: var(--theme-footer);
	transition: background-color 0.8s ease;
	height: 480px;
}
*/

.tilestyle {
	background-color: var(--theme-footer);
	transition: background-color 0.8s ease, box-shadow 0.8s ease;
	height: 460px;
    box-shadow: inset 0 0px 5px 0.05px var(--theme-coursetiles_shadow);
}

	.tilestyle > img {
		border-radius: 0px;
	}

	@media screen and (max-width: 1680px) {
		.tilestyle {
			height: 400px;
		}
	}


		@media screen and (max-width: 1280px) {
			.tilestyle {
				height: 340px;
			}
		}

			@media screen and (max-width: 736px) {
				.tilestyle {
					height: 400px;
				}
			}


				@media screen and (max-width: 580px) {
					.tilestyle {
						height: 340px;
					}
				}


					@media screen and (max-width: 480px) {
						.tilestyle {
							height: 480px;
						}
					}

						@media screen and (max-width: 390px) {
							.tilestyle {
								height: 420px;
							}
						}



.coursetiles {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: -1.5em 0 0 -1.5em;
}

	.coursetiles article {
		-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
		transition: transform 0.5s ease, opacity 0.5s ease;
		position: relative;
		width: calc(25% - 1.5em);
		margin: 3em 0 0 1.5em;
	}

		.coursetiles article > .image {
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			position: relative;
			display: block;
			width: 100%;
			border-radius: 10px;
			overflow: hidden;
		}

			.coursetiles article > .image img {
				display: block;
				width: 100%;
			}

			.coursetiles article > .image:before {
				pointer-events: none;
				-moz-transition: background-color 0.5s ease, opacity 0.5s ease;
				-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
				-ms-transition: background-color 0.5s ease, opacity 0.5s ease;
				transition: background-color 0.5s ease, opacity 0.5s ease;
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 1;
				opacity: 0;
			}

			.coursetiles article > .image:after {
				pointer-events: none;
				-moz-transition: opacity 0.5s ease;
				-webkit-transition: opacity 0.5s ease;
				-ms-transition: opacity 0.5s ease;
				transition: opacity 0.5s ease;
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				/*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
				*/background-position: center;
				background-repeat: no-repeat;
				background-size: 100% 100%;
				opacity: 0;
				z-index: 2;
			}

		.coursetiles article > a {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
			-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
			-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
			transition: background-color 0.5s ease, transform 0.5s ease;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 1em;
			border-radius: 4px;
			border-bottom: 0;
			color: #fdfaf5;
			text-align: center;
			text-decoration: none;
			z-index: 3;
		}

			.coursetiles article > a > :last-child {
				margin: 0;
			}

			.coursetiles article > a:hover {
				color: #fdfaf5 !important;
			}

			.coursetiles article > a h2 {
				margin: 0;
			}

			.coursetiles article > a h3 {
				margin: 0;
			}



			.coursetiles article > a .content {
				-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
				-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
				-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
				transition: max-height 0.5s ease, opacity 0.5s ease;
				width: 100%;
				max-height: 0;
				line-height: 1.5;
				margin-top: 0.35em;
				opacity: 0;
			}

				.coursetiles article > a .content > :last-child {
					margin-bottom: 0;
				}


		.coursetiles article.style1c > .image:before {
			background-color: #447075;
		}

		.coursetiles article.style2c > .image:before {
			background-color: #4295A0;
		}

		.coursetiles article.style3c > .image:before {
			background-color: #17D1E6;
		}

		.coursetiles article.style4c > .image:before {
			background-color: #00E5FF;
		}

		.coursetiles article.style5c > .image:before {
			background-color: #364A4D;
		}

		.coursetiles article.style6c > .image:before {
			background-color: #ED9237;
		}

		.coursetiles article.style7c > .image:before {
			background-color: #996B3D;
		}

		.coursetiles article.style8c > .image:before {
			background-color: #332E29;
		}

		.coursetiles article.style9c > .image:before {
			background-color: #000000;
		}

		.coursetiles article.style10c > .image:before {
			background-color: #FFFFFF;
		}

		.coursetiles article.style11c > .image:before {
			background-color: #4FAA98;
		}

		.coursetiles article.style11c > .image:before {
			background-color: #87D5C5;
		}

		.coursetiles article.style11c > .image:before {
			background-color: #26806E;
		}

		.coursetiles article.style11c > .image:before {
			background-color: #003329;
		}

		.coursetiles article.style11c > .image:before {
			background-color: #0B5546;
		}






		body:not(.is-touch) .coursetiles article:hover > .image {
			-moz-transform: scale(1.08);
			-webkit-transform: scale(1.08);
			-ms-transform: scale(1.08);
			transform: scale(1.08);
		}

			body:not(.is-touch) .coursetiles article:hover > .image:before {
				background-color: #333333;
				opacity: 0;
			}

			body:not(.is-touch) .coursetiles article:hover > .image:after {
				opacity: 0;
			}

		body:not(.is-touch) .coursetiles article:hover .content {
			max-height: 15em;
			opacity: 0;
		}

	* + .coursetiles {
		margin-top: 2em;
	}

	body.is-preload .coursetiles article {
		-moz-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0;
	}

	body.is-touch .coursetiles article .content {
		max-height: 15em;
		opacity: 0;
	}

	@media screen and (max-width: 1280px) {

		.coursetiles {
			margin: -1.25em 0 0 -1.25em;
		}

			.coursetiles article {
				width: calc(25% - 1.25em);
				margin: 2.5em 0 0 1.25em;
			}

	}

	@media screen and (max-width: 980px) {

		.coursetiles {
			margin: -1em 0 0 -1em;
		}

			.coursetiles article {
				width: calc(33.33333% - 1em);
				margin: 2em 0 0 1em;
			}

	}

	@media screen and (max-width: 736px) {

		.coursetiles {
			margin: -1.25em 0 0 -1.25em;
		}

			.coursetiles article {
				width: calc(50% - 1.25em);
				margin: 2.5em 0 0 1.25em;
			}

				.coursetiles article:hover > .image {
					-moz-transform: scale(1.0);
					-webkit-transform: scale(1.0);
					-ms-transform: scale(1.0);
					transform: scale(1.0);
				}

	}

	@media screen and (max-width: 480px) {

		.coursetiles {
			margin: 0;
		}

			.coursetiles article {
				width: 100%;
				margin: 2.5em 0 0 0;
			}

	}







	.custom-table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 20px;
		font-family: Arial, sans-serif;
	}

	.custom-table th, .custom-table td {
		border: 1px solid #ddd;
		padding: 12px;
		text-align: left;
	}

	.custom-table th {
		background-color: #f2f2f2;
		font-weight: bold;
		color: #333;
	}


	.custom-table td.highlight {
		background-color: #ffff99;
		font-weight: bold;
		color: #333;
		border: 2px solid #ffcc00;
		box-shadow: 0 0 5px rgba(255, 204, 0, 0.5);
	}















.navbar {
    display: flex;
	position:absolute;
    justify-content: space-between; /* Space between left and right sections */
    align-items: center; /* Center items vertically */
	height:60px;
	background-color:var(--theme-footer);
	border-bottom: solid 1px var(--theme-code_border);
	width: 100%;
	transition: background-color 0.8s ease, border-bottom 0.8s ease;
	z-index: 10001 !important;
}

.navbar a {
	border: none;
}


.navbar-section {
    display: flex;
    align-items: center; /* Center icons vertically within the section */
}

.navbar-section.left {
    justify-content: flex-start;
}



.nav-icon {
	padding: 0px 0vw;
    font-size: 1.2em; /* Adjust icon size */
	font-weight: 600;
}

.nav-icon h2 {
    color: var(--theme-text); /* Icon/text color */
	padding: 0px 0vw;
    font-size: 0.5em; /* Adjust icon size */
	margin: 0px;
	border-left: solid 2px var(--theme-code_border);
	padding: 0px 25px;
	transition: color var(--transition-fast) ease, border-left 0.8s ease;
}

.theme-transition .nav-icon h2 {
	transition: color var(--transition-slow) ease, border-left 0.8s ease;
}


.nav-icon h2:hover {
    color: #ff9900; /* Color change on hover */
}

		@media screen and (max-width: 1280px) {
			.nav-icon h2 {
				padding: 0px 20px;

			}


		}


	@media screen and (max-width: 736px) {
		.nav-icon .nav-courses {
			display: none;
			color: red !important;
		}
	}
		










/* LOGO ##################################### */


.nav-logo {
	padding: 9px 25px 0px 25px;
}

.nav-logo img {
    width: 75px;
    height: 75px;
	transition: transform 0.3s ease, filter 0.05s ease-out;
}

.nav-logo:hover img {
    transform: scaleY(-1); /* Horizontal mirror flip */
	filter: hue-rotate(0deg) saturate(200%);
}

	@media screen and (max-width: 1680px) {
		.nav-logo img {
			width: 60px;
			height: 60px;
		}
	}

		@media screen and (max-width: 1280px) {
			.nav-logo {
				padding: 9px 20px 0px 20px;
			}
		}





/* RIGHT ###################################################################################################################################*/ 

.navbar-section.right {
    justify-content: flex-end;
}

.navbar-section.right .navbar-theme {
    border:none;
	box-shadow: none;
	padding: 0px 25px;
	color: var(--theme-text)
}

.navbar-section.right .navbar-theme:hover {
	color: #ff9900;
}


	@media screen and (max-width: 1280px) {
		.navbar-section.right .navbar-theme {
			padding: 0px 20px;
		}
	}











/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown toggle button */
.dropdown-toggle {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

/* Dropdown menu */
.dropdown-menu {
    display: none; /* Hidden by default */
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    flex-direction: column;
}

/* Dropdown menu items */
.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Show dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: flex;
}

/* Style for dropdown items on hover */
.dropdown-menu a:hover {
    background-color: #ddd;
}




#menuicon {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}

#menuicon.visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
	display: flex;
}









        .menu-contents {
            border-radius: 12px;
            padding: 30px;
        }

		.menu-contents a {
  	border-bottom: none;
  	color: var(--theme-link_text__menu)
}

.menu-contents h2 {
	margin: 1rem 0 2rem 0;
	color: var(--theme-link_text__menu)
}


        .toc-container {
            position: relative;
        }

        .toc-item {
            position: relative;
            margin-bottom: 1rem;
        }

        .toc-item:not(:last-child)::after {
            content: '';
            position: absolute;
            left: 0.5rem;
            top: 10px;
            width: 2px;
            height: calc(100% + 20px);
            background-color: var(--theme-primary);
            z-index: 1;
        }

        .parent-item {
            display: flex;
            align-items: center;
            margin-bottom: 0px;
            position: relative;
            z-index: 2;
        }

        .circle {
            width: 18px;
            height: 18px;
            display: flex;

            border-radius: 50%;
            background-color: var(--theme-primary);
            border: 6px solid var(--theme-menu_background);
            outline: 2px solid var(--theme-primary);
            margin-right: 15px;
            flex-shrink: 0;
        }

        .parent-link {
            text-decoration: none;
            color: #2c3e50;
            font-weight: 600;
            font-size: 1.2rem;
            transition: color 0.3s ease;
        }

        .parent-link:hover {
            color: var(--theme-primary);
        }

        .children-list {
            margin-left: 35px;
            margin-top: 8px;
            margin-bottom: 0;
        }

        .child-item {
            margin-bottom: 6px;
        }

        .child-link {
            text-decoration: none;
            color: #7f8c8d;
            font-size: 1.1rem;
            transition: color 0.3s ease;
            display: inline-block;
            position: relative;
            padding-left: 12px;
        }

        .child-link::before {
            content: '•';
            position: absolute;
            left: 0;
            color: var(--theme-primary);
        }

        .child-link:hover {
            color: var(--theme-primary);
        }

        .child-link:hover::before {
            color: var(--theme-primary);
        }