/** Wanderers' Dust Jacket Theme
 *  Developed by Woedenaz
 *  Built on Black Highlighter by Woedenaz and Croquembouche 
 *  Version: 1.00
 *  TOC:
 *      !IMPT: Imports
 *      !ROOT: Root Variables
 *      !GLOB: Global
 *      !HEAD: Header
 *      !SRCH: Search Bar
 *      !LOGN: Login Status
 *      !TOPB: Top Bar
 *      !SIDE: Side Bar
 *      !MAIN: Main Content
 *      !FRMS: Forums
 *      !WDGT: Page Widgets
 *      !MOBL: Mobile Coding
 *      !MHDR: Mobile Header
 *      !MSRC: Mobile Search Bar
 *      !MTPB: Mobile Top Bar
 *      !MSDB: Mobile Side Bar
 *      !MOMN: Mobile Main Content
 *      !MOMN: Mobile Page Widgets
 *      !KFMS: Animation Keyframess
 *  ***************************************************************************/

/*  Imports (!IMPT)
==============================================================================*/
@import url("https://wanderers-library.wikidot.com/component:dustjacket-theme-typefaces/code/1");
@import url("https://use.typekit.net/tqr1skr.css");
@import url("https://nu-scptheme.github.io/Black-Highlighter/stable/styles/normalize.min.css");
@import url("https://nu-scptheme.github.io/Black-Highlighter/stable/styles/black-highlighter.min.css");
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

/*  Root Variables (!ROOT)
==============================================================================*/

:root {
	/* S-CSS-P Integration */
	/* If you're making a new CSS theme, please include the following three variables at minimum. */
	--theme-base: "nuscp";
	/* must be either "nuscp" or "sigma9" */
	--theme-id: "nuWL-theme";
	/* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */
	--theme-name: "Wanderers' Library Theme";
	/* set this to your theme's full name */

	/* Header */
	--logo-image: url("https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_logo.png");
	--header-title: "The Wanderers' Library";
	--header-subtitle: " ";

	/* Typefaces */
	--body-font: skolar-sans-latin, Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
	--header-font: zuijinregular, Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
	--title-font: zuijinregular, Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
	;
	--mono-font: Recursive, Consolas, monaco, monospace;
	/* Variable Mono Font Settings */
	--CASL: 1;
	--CRSV: 1;
	/* Standard Colors */
	--white-monochrome: 252, 252, 252;
	/* white */
	--light-pale-gray-monochrome: 255, 250, 215;
	--pale-gray-monochrome: 173, 193, 177;
	/* v light green for blockquotes and stuff */
	--very-light-gray-monochrome: 220, 230, 220;
	--light-gray-monochrome: 130, 160, 135;
	/* light accent green for login status */
	--gray-monochrome: 45, 70, 45;
	/* green */
	--dark-gray-monochrome: 30, 55, 30;
	/* dark green gray for sidebar background */
	--black-monochrome: 12, 12, 12;
	/* black */
	--bright-accent: 255, 219, 90;
	/* bright yellow */
	--medium-accent: 228, 180, 28;
	/* medium yellow */
	--dark-accent: 185, 150, 17;
	/* dark yellow */
	--newpage-color: 221, 102, 17;
	/* pale orange */

	/* Primary Theme Colors */
	--swatch-background: var(--white-monochrome);
	--swatch-primary: var(--bright-accent);
	--swatch-primary-darker: var(--medium-accent);
	--swatch-primary-darkest: var(--dark-accent);
	/* Primary Text Colors */
	--swatch-text-dark: var(--black-monochrome);
	--swatch-text-light: var(--white-monochrome);
	--swatch-important-text: var(--bright-accent);

	/* Primary Menu Colors */
	--swatch-menubg-color: var(--white-monochrome);
	--swatch-menubg-light-color: var(--pale-gray-monochrome);
	--swatch-menubg-medium-color: var(--light-gray-monochrome);
	--swatch-menubg-medium-dark-color: var(--gray-monochrome);
	--swatch-menubg-dark-color: var(--dark-gray-monochrome);
	--swatch-menubg-black-color: var(--black-monochrome);
	--swatch-menubg-hover-color: var(--dark-gray-monochrome);
	--swatch-menutxt-dark-color: var(--dark-gray-monochrome);
	--swatch-menutxt-light-color: var(--bright-accent);
	--swatch-border-color: var(--medium-accent);
	/* Primary Header Colors */
	--swatch-headerh1-color: var(--white-monochrome);
	--swatch-headerh2-color: var(--white-monochrome);
	--swatch-topmenu-border-color: var(--bright-accent);
	--swatch-topmenu-bg-color: var(--dark-gray-monochrome);
	--rating-module-button-color: var(--bright-accent);
	--rating-module-text-color: var(--bright-accent);

	/* Header Gradients */
	--gradient-header: url("https://wanderers-library.wdfiles.com/local--files/component%3Atheme/wl-headerbg.png");
	--diagonal-stripes: unset;
	--gradient-sidemenu-header: linear-gradient(10deg, rgba(var(--dark-gray-monochrome), 1) 0%, rgba(var(--gray-monochrome), 1) 100%);
	--border-styling: solid .0625rem rgb(var(--swatch-border-color, var(--medium-accent, 228, 180, 28)));
	--sidebar-internal-border-thickness: .0625rem;
	--sidebar-width-on-desktop: -webkit-calc(var(--base-font-size, var(--font-calc, 0.875rem)) * 16);
	--sidebar-width-on-desktop: -moz-calc(var(--base-font-size, var(--font-calc, 0.875rem)) * 16);
	--sidebar-width-on-desktop: calc(var(--base-font-size, var(--font-calc, 0.875rem)) * 16);
	--sidebar-width-on-mobile: -webkit-calc(var(--base-font-size, var(--font-calc, 0.875rem)) * 16);
	--sidebar-width-on-mobile: -moz-calc(var(--base-font-size, var(--font-calc, 0.875rem)) * 16);
	--sidebar-width-on-mobile: calc(var(--base-font-size, var(--font-calc, 0.875rem)) * 16);

	/* Base Font Size */

	--base-font-size: 1rem;

	--topbar-height-on-desktop: 1.625rem;
	--body-width-on-desktop: 61.250rem;

	/* header measurements */
	--header-height-on-desktop: 10rem;
	--header-height-on-mobile: 7.5rem;
}

/*  Global (!GLOB)
==============================================================================*/

::-moz-selection {
	background: rgba(255, 219, 90, 0.5);
	background: rgba(var(--bright-accent), 0.5);
	text-shadow: none;
}

::selection {
	background: rgba(255, 219, 90, 0.5);
	background: rgba(var(--bright-accent), 0.5);
	text-shadow: none;
}

hr {
	height: .125rem;
	border: 0;
	border-top: 0.0625rem solid transparent;
	background-color: rgba(255, 219, 90);
	background-color: rgba(var(--bright-accent));
	background: url(https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/goldfoil.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	color: rgb(228, 180, 28);
	color: rgb(var(--swatch-primary-darker));
}

a:hover,
a:active,
a:visited {
	color: rgb(185, 150, 17);
	color: rgb(var(--swatch-primary-darkest));
}

textarea {
	letter-spacing: 0.02em;
}

.owindow .button-bar a,
a.button,
button,
div.buttons input,
file,
input.button {
	background-color: rgb(var(--swatch-menutxt-dark-color));
	color: rgb(var(--swatch-menutxt-light-color));
	border-color: rgb(var(--swatch-menutxt-dark-color));
	font-family: var(--title-font);
	-webkit-transition:
		border-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
		background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-transition:
		border-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
		background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition:
		border-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
		background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition:
		border-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
		background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.owindow .button-bar a:hover,
.owindow .button-bar a:active,
a.button:hover,
a.button:active,
button:hover,
button:active,
div.buttons input:hover,
div.buttons input:active,
file:hover,
file:active,
input.button:hover,
input.button:active {
	background-color: rgb(var(--swatch-menutxt-light-color));
	color: rgb(var(--swatch-menutxt-dark-color));
	border-color: rgb(var(--swatch-menutxt-light-color));
}

/*  Header (!HEAD)
==============================================================================*/

div#extra-div-1 {
	position: absolute;
	display: block;
	width: 100%;
	height: var(--header-height-on-desktop);
	top: 0;
	left: 0;
}

div#extra-div-1 {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 55, 30, 1)), color-stop(30%, rgba(30, 55, 30, 1)), to(rgba(255, 219, 90, 1)));
	background: -webkit-linear-gradient(top, rgba(30, 55, 30, 1) 0%, rgba(30, 55, 30, 1) 30%, rgba(255, 219, 90, 1) 100%);
	background: -moz-linear-gradient(top, rgba(30, 55, 30, 1) 0%, rgba(30, 55, 30, 1) 30%, rgba(255, 219, 90, 1) 100%);
	background: -o-linear-gradient(top, rgba(30, 55, 30, 1) 0%, rgba(30, 55, 30, 1) 30%, rgba(255, 219, 90, 1) 100%);
	background: linear-gradient(to bottom, rgba(30, 55, 30, 1) 0%, rgba(30, 55, 30, 1) 30%, rgba(255, 219, 90, 1) 100%);
	background: var(--gradient-header);
	-webkit-background-size: var(--header-background-image-size) var(--header-background-image-size);
	-moz-background-size: var(--header-background-image-size);
	-o-background-size: var(--header-background-image-size);
	background-size: var(--header-background-image-size);
	background-repeat: repeat;
	z-index: -2;
}

#header {
	-webkit-filter: inherit;
	filter: inherit;
	background-image: initial;
	position: sticky;
	position: -webkit-sticky;
	top: -webkit-calc((var(--header-height-on-desktop) + 0.125rem) * -1);
	top: -moz-calc((var(--header-height-on-desktop) + 0.125rem) * -1);
	top: calc((var(--header-height-on-desktop) + 0.125rem) * -1);
}

#header::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: var(--header-height-on-desktop);
	left: 0;
	top: 0;
	background-image: var(--logo-image);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: auto 8rem;
	-moz-background-size: auto 8rem;
	-o-background-size: auto 8rem;
	background-size: auto 8rem;
	-webkit-filter: initial;
	filter: initial;
	opacity: 0.75;
	pointer-events: none;
}

#header h1,
#header h1 a,
#header h1 a::before,
#header h1 a::after {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: var(--header-height-on-desktop);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-height: inherit;
	z-index: 0;
}

#header h1 a,
#header h1 a::before,
#header h1 a::after {
	text-align: center;
	font-size: -webkit-calc(1.6rem + (2 - 1.6) * ((100vw - 18.750rem) / (48 - 18.750)));
	font-size: -moz-calc(1.6rem + (2 - 1.6) * ((100vw - 18.750rem) / (48 - 18.750)));
	font-size: calc(1.6rem + (2 - 1.6) * ((100vw - 18.750rem) / (48 - 18.750)));
	line-height: 0.8;
	color: rgb(var(--swatch-headerh1-color));
	overflow-wrap: normal;
}

#header h1 a::before,
#header h1 a::after {
	content: "The Wanderers' Library";
	content: var(--header-title);
}

@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) {
		#header h1 a::after {
			display: -webkit-box !important;
		}
	}
}

#header h1 a::after {
	background: url(https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/goldfoil.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

#header h1 a::before {
	text-shadow:
		rgba(var(--dark-gray-monochrome), 0.5) 0.125rem 0rem 0,
		rgba(var(--gray-monochrome), 0.5) 0.0675rem 0.1052rem 0,
		rgba(var(--gray-monochrome), 0.5) -0.052rem 0.1137rem 0,
		rgba(var(--dark-gray-monochrome), 0.5) -0.1237rem 0.0176rem 0,
		rgba(var(--dark-gray-monochrome), 0.5) -0.0817rem -0.0946rem 0,
		rgba(var(--dark-gray-monochrome), 0.5) 0.0355rem -0.1199rem 0,
		rgba(var(--dark-gray-monochrome), 0.5) 0.12rem -0.0349rem 0;
}

#header>h1>a>span {
	width: 100%;
	height: var(--header-height-on-desktop);
	top: 0;
	left: 0;
	max-width: inherit;
}

#header h2 {
	display: none;
}

/*  Search Bar (!SRCH)
==============================================================================*/
@media only screen and (min-width: 48.0625rem) {

	#search-top-box,
	#search-top-box * {
		-webkit-box-sizing: content-box !important;
		-moz-box-sizing: content-box !important;
		box-sizing: content-box !important;
	}

	#search-top-box {
		right: 3%;
		top: 0.5rem;
	}

	#search-top-box-form>input,
	#search-top-box-form>input[type="submit"] {
		min-height: var(--base-font-size);
	}

	#search-top-box-form>input {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		background: rgb(var(--swatch-menubg-black-color));
		border: none;
		-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menutxt-dark-color));
		-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menutxt-dark-color));
		box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menutxt-dark-color));
		padding: 0 0.25em 0.25em;
		-webkit-transition:
			background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			-webkit-box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
		transition:
			background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			-webkit-box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
		-o-transition:
			box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			color 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
		-moz-transition:
			box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			-moz-box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
		transition:
			box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			color 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
		transition:
			box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			-webkit-box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			-moz-box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
	}

	#search-top-box-form>input:hover,
	#search-top-box-form>input:focus {
		background: rgb(var(--swatch-menubg-black-color));
		border: none;
		-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menutxt-light-color));
		-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menutxt-light-color));
		box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menutxt-light-color));
	}

	#search-top-box-form input[type="submit"] {
		background-color: rgb(var(--swatch-menutxt-dark-color));
		color: rgb(var(--swatch-menutxt-light-color));
		font-size: var(--base-font-size);
		font-weight: 500;
		padding: 0 0.25em;
		border: none;
		-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menutxt-dark-color));
		-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menutxt-dark-color));
		box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menutxt-dark-color));
		-webkit-transition:
			background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			-webkit-box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
		transition:
			background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			-webkit-box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
		-o-transition:
			box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			color 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
		-moz-transition:
			box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			-moz-box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
		transition:
			box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			color 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
		transition:
			box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			color 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			-webkit-box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1),
			-moz-box-shadow 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
	}

	#search-top-box-form input[type="submit"]:focus,
	#search-top-box-form input[type="submit"]:hover {
		border: none;
		background-color: rgb(var(--swatch-menutxt-light-color));
		color: rgb(var(--swatch-menutxt-dark-color));
		-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menutxt-light-color));
		-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menutxt-light-color));
		box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menutxt-light-color));
	}
}

/*  Login Status (!LOGN)
==============================================================================*/
#login-status * {
	font-family: 'zuijinregular', 'Poppins', sans-serif;
	font-family: var(--header-font);
	letter-spacing: 0.05em;
}

#login-status {
	min-height: -webkit-calc(var(--base-font-size) * 1.5);
	min-height: -moz-calc(var(--base-font-size) * 1.5);
	min-height: calc(var(--base-font-size) * 1.5);
	-webkit-border-radius: .0625rem;
	-moz-border-radius: .0625rem;
	border-radius: .0625rem;
	-webkit-border-radius: var(--border-radius-width);
	-moz-border-radius: var(--border-radius-width);
	border-radius: var(--border-radius-width);
	color: rgb(178, 210, 180);
	color: rgb(var(--swatch-menubg-light-color));
	font-weight: 600;
	letter-spacing: 0.05em;
	background-color: rgb(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	left: 3%;
	right: initial;
}

#login-status .printuser {
	position: relative;
	top: 0;
	left: 0;
	color: rgb(var(--swatch-menutxt-light-color));
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0.25rem;
	margin: 0;
	font-weight: 900 !important;
}

#login-status #my-account {
	color: rgb(var(--pale-gray-monochrome));
	font-weight: 300;
}

#login-status #account-topbutton {
	border: initial;
	padding: 0.5em 0.5em 0.5em 0.25em;
	position: relative;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 1em;
}

#account-options {
	width: auto;
	padding: 0.5em;
	border-color: rgba(var(--bright-accent));
	background: var(--gradient-header);
	color: rgb(var(--swatch-text-light));
}

#account-options ul li a {
	color: rgb(var(--swatch-text-light));
}

#account-options li a:hover {
	color: rgb(var(--swatch-text-light));
	text-decoration: underline;
}

/*  Top Bar (!TOPB)
==============================================================================*/
/* Sticky Top-Bar BG */
div#extrac-div-1 {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	top: 0;
	left: 0;
	z-index: 3;
}

div#extrac-div-1 span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	top: -webkit-calc(-1 * (var(--header-height-on-desktop) + 0.125rem));
	top: -moz-calc(-1 * (var(--header-height-on-desktop) + 0.125rem));
	top: calc(-1 * (var(--header-height-on-desktop) + 0.125rem));
	right: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: var(--final-header-height-on-desktop);
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	background: var(--gradient-topmenu);
	-webkit-background-size: 100% var(--final-header-height-on-desktop);
	-moz-background-size: 100% var(--final-header-height-on-desktop);
	-o-background-size: 100% var(--final-header-height-on-desktop);
	background-size: 100% var(--final-header-height-on-desktop);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: -webkit-sticky;
	position: sticky;
	margin-top: 0;
}

#top-bar br {
	display: none;
}

#top-bar div.top-bar>ul>li>a {
	font-family: 'zuijinregular', 'Poppins', sans-serif;
	font-family: var(--title-font);
	font-size: var(--base-font-size);
	color: rgb(255, 219, 90);
	color: rgb(var(--swatch-menutxt-light-color));
	text-transform: uppercase;
}

#top-bar div.top-bar>ul>li>ul {
	background: rgba(178, 210, 180, 1);
	background: rgba(var(--swatch-menubg-light-color), 1);
}

#top-bar div.top-bar>ul>li>ul>li>ul {
	color: rgb(252, 252, 252);
	color: rgb(var(--white-monochrome));
	background-color: rgb(178, 210, 180);
	background-color: rgb(var(--swatch-menubg-light-color));
	-webkit-transition: opacity 80ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-transition: opacity 80ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: opacity 80ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: opacity 80ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 80ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

#top-bar div.top-bar>ul>li>ul>li>a {
	font-weight: 700;
	color: rgb(30, 55, 30);
	color: rgb(var(--swatch-menutxt-dark-color));
	overflow: hidden;
	padding: 0 0.5rem;
}

#top-bar div.top-bar>ul>li>ul>li>ul>li {
	color: rgb(252, 252, 252);
	color: rgb(var(--white-monochrome));
	font-size: 1em;
	z-index: 10;
}

#top-bar div.top-bar>ul>li>ul>li:hover,
#top-bar div.top-bar>ul>li>ul>li>ul>li:hover {
	background-color: transparent;
}

#top-bar div.top-bar>ul>li>ul>li>ul>li>a {
	color: rgb(30, 55, 30);
	color: rgb(var(--swatch-menutxt-dark-color));
	font-size: 1em;
	z-index: 10;
	background: transparent;
	overflow: hidden;
}

#top-bar div.top-bar>ul>li>ul>li>ul>li>a:hover {
	background: transparent;
}

#top-bar div.top-bar>ul>li>ul>li>a::before,
#top-bar div.top-bar>ul>li>ul>li>ul>li>a::before {
	right: 150%;
	-webkit-transition: right 500ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: right 500ms cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: right 500ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: right 500ms cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

#top-bar div.top-bar>ul>li>ul>li>a::before,
#top-bar div.top-bar>ul>li>ul>li>ul>li>a::before,
#top-bar div.top-bar>ul>li>ul>li>a:hover::before {
	content: " ";
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgb(255, 219, 90);
	background-color: rgb(var(--bright-accent));
	opacity: 1;
	z-index: -1;
	-webkit-transform: skew(50deg, 0);
	-moz-transform: skew(50deg, 0);
	-ms-transform: skew(50deg, 0);
	-o-transform: skew(50deg, 0);
	transform: skew(50deg, 0);
}

#top-bar div.top-bar>ul>li>ul>li>a:hover::before {
	right: -5rem;
}

#top-bar div.top-bar>ul>li>ul>li>ul>li>a:hover::before {
	content: " ";
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -5rem;
	background-color: rgb(255, 219, 90);
	background-color: rgb(var(--bright-accent));
	opacity: 1;
	z-index: -1;
	-webkit-transform: skew(50deg, 0);
	-moz-transform: skew(50deg, 0);
	-ms-transform: skew(50deg, 0);
	-o-transform: skew(50deg, 0);
	transform: skew(50deg, 0);
}

#top-bar div.top-bar>ul>li>ul>li>ul>li:hover {
	background: rgba(252, 252, 252, 0);
	background: rgba(var(--swatch-menubg-color), 0);
}

#top-bar div.top-bar>ul>li>ul>li>ul>li:focus-within {
	background: rgba(252, 252, 252, 0);
	background: rgba(var(--swatch-menubg-color), 0);
}

/* Hiding Random Anchor Link Prior to New Page Module 
Will need to change :nth-child if position ever moves.*/

#top-bar>div.top-bar>ul>li.newpage>ul:first-of-type>li:first-of-type>a,
#top-bar>div.mobile-top-bar>ul>li.newpage>ul:first-of-type>li:first-of-type>a {
	display: none;
}

/* New Page Dropdown Form Box Styling */

#top-bar>div.top-bar>ul>li.newpage>ul:first-of-type,
#top-bar>div.top-bar>ul>li.newpage>ul:first-of-type>li:first-of-type {
	height: auto;
}

#top-bar>div.top-bar>ul>li.newpage>ul:first-of-type>li:first-of-type:hover {
	background: transparent;
}

#top-bar div.top-bar div.newpage_dropdown {
	width: 100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
}

#top-bar div.top-bar div.newpage_dropdown>.new-page-box {
	height: 70%;
	width: 100%;
}

#top-bar div.top-bar div.newpage_dropdown div.new-page-box form,
#top-bar div.mobile-top-bar div.newpage_dropdown div.new-page-box form {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 1rem;
}

#top-bar div.top-bar div.newpage_dropdown div.new-page-box form,
#top-bar div.mobile-top-bar div.newpage_dropdown div.new-page-box form,
#top-bar div.top-bar div.newpage_dropdown div.new-page-box input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#top-bar div.top-bar div.newpage_dropdown div.new-page-box input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'zuijinregular', 'Poppins', sans-serif;
	font-family: var(--header-font);
	font-size: -webkit-calc(var(--base-font-size)*1.1);
	font-size: -moz-calc(var(--base-font-size)*1.1);
	font-size: calc(var(--base-font-size)*1.1);
	width: 100%;
	background-color: rgba(30, 55, 30);
	background-color: rgba(var(--swatch-topmenu-bg-color));
	color: rgba(255, 219, 90);
	color: rgba(var(--swatch-menutxt-light-color));
	padding: 0.25rem;
	margin: 0 !important;
}

#top-bar div.top-bar div.newpage_dropdown div.new-page-box input.text {
	background-color: rgba(30, 55, 30, 0.25);
	background-color: rgba(var(--swatch-menubg-dark-color), 0.25);
	height: 2rem !important;
	margin-bottom: -0.0625rem !important;
}

#top-bar div.top-bar div.newpage_dropdown div.new-page-box input.button {
	border: unset !important;
}

#top-bar div.top-bar div.newpage_dropdown div.new-page-box input.button:hover {
	background: rgba(252, 252, 252, 0.15);
	background: rgba(var(--swatch-menubg-color), 0.15);
	cursor: pointer;
}

/*  Side Bar (!SIDE)
==============================================================================*/

#side-bar {
	background: rgba(var(--swatch-menubg-light-color), 1);
}

.side-block div:nth-of-type(1) form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0.6rem 1rem;
}

.menu-item.new-page>.new-page-box {
	height: 70%;
}

.side-block div:nth-of-type(1) input.button,
.side-block div:nth-of-type(1) input.text {
	font-family: 'zuijinregular', 'Poppins', sans-serif;
	font-family: var(--header-font);
	font-size: -webkit-calc(var(--base-font-size)*1.1);
	font-size: -moz-calc(var(--base-font-size)*1.1);
	font-size: calc(var(--base-font-size)*1.1);
	width: 100%;
	background-color: rgba(30, 55, 30);
	background-color: rgba(var(--swatch-topmenu-bg-color));
	color: rgba(255, 219, 90);
	color: rgba(var(--swatch-menutxt-light-color));
	padding: 0.25rem;
	margin: 0 !important;
}

#side-bar div.menu-item input.text {
	font-family: adelle-sans, 'Lato', sans-serif;
	font-family: var(--body-font);
	height: 3rem !important;
	background-color: rgba(30, 55, 30, 0.25) !important;
	background-color: rgba(var(--swatch-topmenu-bg-color), 0.25) !important;
	margin-bottom: -0.0625rem !important;
	cursor: text;
}

.side-block div:nth-of-type(1) input.button {
	margin-top: 0.25rem;
	padding: 0.25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	background-color: rgba(30, 55, 30, 1);
	background-color: rgba(var(--swatch-menubg-dark-color), 1);
	border: 0.125rem solid rgba(255, 219, 90, 1);
	border: 0.125rem solid rgba(var(--swatch-primary), 1);
	color: rgba(var(--swatch-primary), 1);
	font-family: var(--title-font);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition:
		background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-transition:
		background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition:
		background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition:
		background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	will-change: background-color, color;
	cursor: pointer;
}

.side-block div:nth-of-type(1) input.button:hover,
.side-block div:nth-of-type(1) input.button:active {
	background-color: rgba(255, 219, 90, 1);
	background-color: rgba(var(--swatch-primary), 1);
	color: rgba(30, 55, 30, 1);
	color: rgba(var(--swatch-menubg-dark-color), 1);
}

#side-bar div.menu-item a::before,
#side-bar div.menu-item a:hover::before {
	background-color: rgb(255, 219, 90);
	background-color: rgb(var(--bright-accent));
}

#side-bar .heading,
#side-bar .side-block>.collapsible-block:nth-child(1) .collapsible-block-folded {
	font-family: 'zuijinregular', 'Poppins', sans-serif;
	font-family: var(--title-font);
	text-transform: uppercase;
	color: rgba(255, 219, 90);
	color: rgba(var(--swatch-menutxt-light-color));
	-webkit-box-shadow: inset 0 -0.3rem 0 0 rgb(185, 150, 17);
	-moz-box-shadow: inset 0 -0.3rem 0 0 rgb(185, 150, 17);
	box-shadow: inset 0 -0.3rem 0 0 rgb(185, 150, 17);
	-webkit-box-shadow: inset 0 -0.3rem 0 0 rgb(var(--swatch-primary-darkest));
	-moz-box-shadow: inset 0 -0.3rem 0 0 rgb(var(--swatch-primary-darkest));
	box-shadow: inset 0 -0.3rem 0 0 rgb(var(--swatch-primary-darkest));
	min-height: 2rem;
	letter-spacing: 0.1em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#side-bar .heading p,
#side-bar .side-block>.collapsible-block:nth-child(1) .collapsible-block-folded p {
	text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(var(--swatch-border-color), 0);
	font-size: 1em;
	line-height: 0.8;
}

#side-bar div.menu-item .text,
#side-bar div.menu-item a {
	-webkit-box-shadow: inset 0 0.0625rem 0 0 rgb(var(--swatch-primary-darkest));
	-moz-box-shadow: inset 0 0.0625rem 0 0 rgb(var(--swatch-primary-darkest));
	box-shadow: inset 0 0.0625rem 0 0 rgb(var(--swatch-primary-darkest));
}

#side-bar .heading+#side-bar div.menu-item .text,
#side-bar .heading+#side-bar div.menu-item a {
	-webkit-box-shadow: initial;
	-moz-box-shadow: initial;
	box-shadow: initial;
}

#side-bar div.menu-item .text,
#side-bar div.menu-item a {
	font-size: 1.125rem;
	line-height: 1.125em;
	padding: 0.125em 0;
	text-indent: 0.5em;
}

#side-bar div.sub-item .text,
#side-bar div.sub-item a {
	font-size: 0.925rem;
	text-indent: 2em;
	line-height: 1.5em;
}

#side-bar div.sub-item .text::after,
#side-bar div.sub-item a::after {
	content: "\0021b3";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgb(var(--swatch-menubg-medium-dark-color))
}

/* Undo SCP-Styling */
#side-bar div.menu-item a[href*="/scp-"] {
	padding: 0.125em 0;
	width: initial;
	text-align: initial;
}

/* TOGGLE SIDEBAR */

@media only screen and (min-width: 48.0625rem) {

	@media only screen and (min-width: 769px) {
		#side-bar .close-menu {
			display: block;
			position: fixed;
			top: 0.25rem;
			left: 0.5rem;
			width: 3rem;
			opacity: 1;
			pointer-events: all;
		}

		#side-bar .close-menu::before,
		#side-bar .close-menu::after {
			content: "";
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			position: fixed;
			display: block;
			top: 0.25rem;
			left: 0.5rem;
			width: 3rem;
			height: 3rem;
			padding: 0;
			margin: 0;
			text-align: center;
			pointer-events: all;
			cursor: pointer;
			-webkit-transition:
				opacity var(--sidebar-transition-timing);
			-o-transition:
				opacity var(--sidebar-transition-timing);
			-moz-transition:
				opacity var(--sidebar-transition-timing);
			transition:
				opacity var(--sidebar-transition-timing);
		}

		#side-bar .close-menu::before {
			--mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E");
			z-index: -1;
			background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
			-webkit-mask: var(--mask);
			mask: var(--mask);
			-webkit-mask-repeat: no-repeat;
			mask-repeat: no-repeat;
			-webkit-mask-position: 50% 50%;
			mask-position: 50% 50%;
			-webkit-mask-size: 60%;
			mask-size: 60%;
		}

		#side-bar .close-menu::after {
			z-index: -2;
			background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important;
			-webkit-border-radius: var(--toggle-roundness, 50%);
			-moz-border-radius: var(--toggle-roundness, 50%);
			border-radius: var(--toggle-roundness, 50%);
			border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid;
		}

		#side-bar:focus-within .close-menu::before,
		#side-bar:focus-within .close-menu::after {
			opacity: 0;
		}

		#side-bar {
			display: block;
			position: fixed;
			top: 0;
			left: -webkit-calc(var(--sidebar-width-on-desktop)*-1);
			left: -moz-calc(var(--sidebar-width-on-desktop)*-1);
			left: calc(var(--sidebar-width-on-desktop)*-1);
			z-index: 10;
			-webkit-transition:
				left var(--sidebar-transition-timing);
			-o-transition:
				left var(--sidebar-transition-timing);
			-moz-transition:
				left var(--sidebar-transition-timing);
			transition:
				left var(--sidebar-transition-timing);
			height: 100%;
			overflow-y: auto;
			overflow-x: hidden;
			margin-top: 0;
		}

		#side-bar:focus-within {
			left: 0;
		}

		#side-bar .side-block {
			margin-top: 1rem;
			background-color: rgb(0, 0, 0, 0);
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			border-left-width: 0px;
			border-right-width: 0px;
			overflow: visible;
			e;
		}

		#main-content::before {
			content: "";
			display: block;
			position: fixed;
			top: 0;
			right: 0;
			z-index: -1;
			opacity: 0;
			-webkit-transition:
				opacity var(--sidebar-transition-timing),
				width var(--sidebar-transition-timing);
			-o-transition:
				opacity var(--sidebar-transition-timing),
				width var(--sidebar-transition-timing);
			-moz-transition:
				opacity var(--sidebar-transition-timing),
				width var(--sidebar-transition-timing);
			transition:
				opacity var(--sidebar-transition-timing),
				width var(--sidebar-transition-timing);
			margin-left: var(--sidebar-width-on-desktop);
			background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
			padding-right: 0;
			width: 100%;
			height: 100vh;
			pointer-events: none;
			z-index: 99;
		}

		#side-bar:focus-within~#main-content::before {
			width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
			width: -moz-calc(100% - var(--sidebar-width-on-desktop));
			width: calc(100% - var(--sidebar-width-on-desktop));
			opacity: 1;
			pointer-events: all;
		}

		#content-wrap {
			display: -webkit-box;
			display: -webkit-flex;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-webkit-flex-direction: row;
			-moz-box-orient: horizontal;
			-moz-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			width: -webkit-calc(100vw - (100vw - 100%));
			width: -moz-calc(100vw - (100vw - 100%));
			width: calc(100vw - (100vw - 100%));
			min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
			min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
			min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
			-webkit-box-flex: 2;
			-webkit-flex-grow: 2;
			-moz-box-flex: 2;
			-ms-flex-positive: 2;
			flex-grow: 2;
			height: auto;
			position: relative;
			margin: 0 auto;
			max-width: inherit;
		}

		#main-content {
			width: 100%;
			position: initial;
			max-height: 100%;
			padding: 2rem 1rem;
			width: var(--body-width-on-desktop);
			max-width: var(--body-width-on-desktop);
			margin: 0 auto;
		}

		@media not all and (min-resolution:.001dpcm) {
			@supports (-webkit-appearance:none) {
				#side-bar {
					-webkit-transition:
						left var(--sidebar-transition-timing),
						background-color var(--sidebar-transition-timing);
					-o-transition:
						left var(--sidebar-transition-timing),
						background-color var(--sidebar-transition-timing);
					-moz-transition:
						left var(--sidebar-transition-timing),
						background-color var(--sidebar-transition-timing);
					transition:
						left var(--sidebar-transition-timing),
						background-color var(--sidebar-transition-timing);
					position: fixed;
					padding-right: 0;
					background: rgba(var(--swatch-menubg-light-color), 0);
					pointer-events: all;
					overflow-x: visible;
					overflow-y: visible;
					z-index: 999;
				}

				#side-bar::-webkit-scrollbar {
					opacity: 0;
					-webkit-transition: opacity var(--sidebar-transition-timing);
					transition: opacity var(--sidebar-transition-timing);
				}

				#side-bar .close-menu::before {
					z-index: 999;
				}

				#side-bar .close-menu::after {
					z-index: 998;
				}

				#side-bar:hover .close-menu::before {
					opacity: 0;
				}

				#side-bar:hover {
					left: 0;
					background: rgba(var(--swatch-menubg-light-color), 1);
					padding-right: 0;
				}

				#side-bar:hover::-webkit-scrollbar {
					opacity: 1;
				}

				#side-bar:hover .close-menu::before,
				#side-bar:hover .close-menu::after {
					opacity: 0;
				}

				#side-bar:hover~#main-content::before {
					width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
					width: -moz-calc(100% - var(--sidebar-width-on-desktop));
					width: calc(100% - var(--sidebar-width-on-desktop));
					opacity: 1;
					pointer-events: all;
				}
			}
		}
	}
}

/*  Main Content (!MAIN)
==============================================================================*/

html,
body {
	scrollbar-color: rgb(var(--medium-accent)) rgb(var(--dark-gray-monochrome));
}

::-webkit-scrollbar,
#side-bar:hover::-webkit-scrollbar {
	background-color: rgb(var(--dark-gray-monochrome));
}

::-webkit-scrollbar-thumb,
#side-bar:hover::-webkit-scrollbar-thumb {
	background-color: rgb(var(--medium-accent));
}

/* ACTUALLY HIDE HIDDEN TAGS */
#main-content .page-tags a[href^="/system:page-tags/tag/_"] {
	display: none;
}

div#page-title {
	text-align: center;
}

/* Centered Main Content */
@media only screen and (min-width: 48.0625rem) {

	#content-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		width: -webkit-calc(100vw - (100vw - 100%));
		width: -moz-calc(100vw - (100vw - 100%));
		width: calc(100vw - (100vw - 100%));
		min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
		min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
		min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
		-webkit-box-flex: 2;
		-webkit-flex-grow: 2;
		-moz-box-flex: 2;
		-ms-flex-positive: 2;
		flex-grow: 2;
		height: auto;
		position: initial;
		margin: 0 auto;
		max-width: inherit;
	}

	#main-content {
		width: 100%;
		position: initial;
		max-height: 100%;
		padding: 2rem 1rem;
		margin: 0 auto;
	}
}

#main-content .page-tags {
	border-top: 0.125rem solid rgb(var(--dark-accent));
}

#main-content .page-tags a {
	display: inline-block;
	height: 0.8125rem;
	line-height: 0.8125rem;
	font-size: 0.6875rem;
	background: rgb(45, 70, 45);
	background: rgb(var(--gray-monochrome, 45, 70, 45));
	color: rgb(255, 219, 90);
	color: rgb(var(--bright-accent, 255, 219, 90));
	-webkit-border-bottom-right-radius: 0.25rem;
	-moz-border-radius-bottomright: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	-webkit-border-top-right-radius: 0.25rem;
	-moz-border-radius-topright: 0.25rem;
	border-top-right-radius: 0.25rem;
	margin: 0 0 .5rem .75rem;
	padding: 0.1875rem 0.3125rem 0.1875rem 0;
}

#main-content .page-tags a:before {
	top: -0.1875rem;
	left: -0.625rem;
	width: 0;
	height: 0;
	border-color:
		transparent rgb(48, 48, 52) transparent transparent;
	border-color:
		transparent rgb(var(--gray-monochrome, 45, 70, 45)) transparent transparent;
	border-style: solid;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	padding: 0 0.0625rem 0.1875rem;
}

#main-content .page-tags a:before,
#main-content .page-tags a:after {
	content: "";
	float: left;
	position: relative;
}

#main-content .page-tags a:after {
	--box-shadow: rgb(var(--gray-monochrome, 45, 70, 45));
	top: 0.28125rem;
	left: -0.5rem;
	width: 0.25rem;
	height: 0.25rem;
	-webkit-border-radius: 0.125rem;
	-moz-border-radius: 0.125rem;
	border-radius: 0.125rem;
	background-color: rgb(255, 219, 90);
	background-color: rgb(var(--bright-accent, 255, 219, 90));
	-webkit-box-shadow: -0.0625rem -0.0625rem 0.125rem rgb(48, 48, 52);
	-moz-box-shadow: -0.0625rem -0.0625rem 0.125rem rgb(48, 48, 52);
	box-shadow: -0.0625rem -0.0625rem 0.125rem rgb(48, 48, 52);
	-webkit-box-shadow: -0.0625rem -0.0625rem 0.125rem var(--box-shadow);
	-moz-box-shadow: -0.0625rem -0.0625rem 0.125rem var(--box-shadow);
	box-shadow: -0.0625rem -0.0625rem 0.125rem var(--box-shadow);
}

.page-tags span {
	border-top: .5rem solid transparent;
}

#breadcrumbs {
	margin: -1em 0 1em;
	font-weight: 85%;
}

.blockquote,
blockquote {
	background-color: rgb(var(--very-light-gray-monochrome));
	border: 0.1875rem outset rgb(var(--medium-accent));
}

div#page-options-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2em;
}

div#page-info,
div.page-watch-options {
	padding: 0 1em;
}

div#page-options-bottom {
	width: 60%;
	margin-bottom: 2.125rem;
}

div#page-options-bottom-2 {
	width: 90%;
	margin-top: -2.125rem;
}

div#page-options-bottom,
div#page-options-bottom-2 {
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

div#page-options-bottom,
div#page-options-bottom-2,
div#page-options-bottom>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

div#page-options-bottom>a,
div#page-options-bottom-2>a {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-moz-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	padding: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	background-color: rgba(30, 55, 30, 1);
	background-color: rgba(var(--swatch-menubg-dark-color), 1);
	border: 0.125rem solid rgba(255, 219, 90, 1);
	border: 0.125rem solid rgba(var(--swatch-primary), 1);
	color: rgba(var(--swatch-primary), 1);
	font-family: var(--title-font);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition:
		background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-transition:
		background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition:
		background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition:
		background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	will-change: background-color, color;
}

div#page-options-bottom-2>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

div#page-options-bottom>a:hover,
div#page-options-bottom>a:active,
div#page-options-bottom-2>a:hover,
div#page-options-bottom-2>a:active {
	text-decoration: none;
	background-color: rgba(255, 219, 90, 1);
	background-color: rgba(var(--swatch-primary), 1);
	color: rgba(30, 55, 30, 1);
	color: rgba(var(--swatch-menubg-dark-color), 1);
}

#footer {
	width: -webkit-calc(100% - 1.25rem);
	width: -moz-calc(100% - 1.25rem);
	width: calc(100% - 1.25rem);
	color: rgb(30, 55, 30);
	color: rgb(var(--swatch-menubg-dark-color));
}

/*  Forums (!FRMS)
==============================================================================*/

.forum-thread-box .description-block {
	-moz-box-shadow: inherit;
	box-shadow: inherit;
	-webkit-box-shadow: inherit;
	background:
		url("https://wanderers-library.wikidot.com/local--files/component:theme/wlheader_bg.png"),
		rgba(var(--pale-gray-monochrome), 1);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-weight: 700;
	font-size: 110%;
	border: 0.125rem solid rgb(228, 180, 28);
	border: 0.125rem solid rgb(var(--swatch-primary-darker));
}

@supports (background-blend-mode: screen) {
	.forum-thread-box .description-block {
		background-blend-mode: screen;
	}
}

.thread-container .post .long {
	border: 0.0625rem solid rgba(228, 180, 28, 0.5);
	border: 0.0625rem solid rgba(var(--swatch-primary-darker), 0.5);
}

div.post-container div.post-container {
	border-left: 0.25rem double rgb(228, 180, 28);
	border-left: 0.25rem double rgb(var(--swatch-primary-darker));
	padding-left: 0.5rem;
}

/*  Page Widgets (!WDGT)
==============================================================================*/
/* Tabs */
.yui-navset .yui-nav a {
	color: rgb(var(--swatch-menutxt-light-color));
	font-weight: 400 !important;
	-webkit-transition: color 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-transition: color 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: color 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: color 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	will-change: color;
}

.yui-navset .yui-nav li {
	background-color: rgb(var(--swatch-menubg-dark-color));
	-webkit-transition: background-color 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-transition: background-color 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: background-color 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: background-color 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forward;
	-moz-animation-fill-mode: forward;
	-o-animation-fill-mode: forward;
	animation-fill-mode: forward;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.yui-navset .yui-nav li em {
	-webkit-transition: -webkit-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: -webkit-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-transition: -o-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition: transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1), -moz-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1), -moz-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1), -o-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
	will-change: transform;
}

.yui-navset .yui-nav li.selected {
	margin-top: -0.5em;
	padding-top: 0.5em;
	margin-right: 0.0625rem;
	background-color: rgb(var(--tab-border-color)) !important;
	-webkit-animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

.yui-navset .yui-nav li.selected a em {
	-webkit-transform: translateY(-0.25em);
	-moz-transform: translateY(-0.25em);
	-ms-transform: translateY(-0.25em);
	-o-transform: translateY(-0.25em);
	transform: translateY(-0.25em);
}

.yui-navset .yui-nav a,
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:active,
.yui-navset .yui-nav a:focus-within {
	background-color: rgba(0, 0, 0, 0);
	font-family: var(--title-font);
	font-weight: 600;
	isolation: isolate;
}

.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:active,
.yui-navset .yui-nav a:focus-within,
.yui-navset .yui-nav li.selected a {
	color: rgb(var(--swatch-menutxt-dark-color)) !important;
}

.yui-navset .yui-nav a::before,
.yui-navset .yui-nav a::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	pointer-events: none;
}

.yui-navset .yui-nav a::before {
	background-image: url("https://wanderers-library.wikidot.com/local--files/component:theme/goldfoil.png");
	-webkit-background-size: 100vw 100vw;
	-moz-background-size: 100vw;
	-o-background-size: 100vw;
	background-size: 100vw;
	background-attachment: fixed;
	background-position: 100% 200vh;
	-webkit-mask-image:
		-webkit-gradient(linear,
			left bottom, left top,
			from(rgba(0, 0, 0, 1)),
			color-stop(33%, rgba(0, 0, 0, 1)),
			color-stop(66%, rgba(0, 0, 0, 0)),
			to(rgba(0, 0, 0, 0)));
	-webkit-mask-image:
		-webkit-linear-gradient(bottom,
			rgba(0, 0, 0, 1) 0%,
			rgba(0, 0, 0, 1) 33%,
			rgba(0, 0, 0, 0) 66%,
			rgba(0, 0, 0, 0) 100%);
	mask-image:
		-webkit-gradient(linear,
			left bottom, left top,
			from(rgba(0, 0, 0, 1)),
			color-stop(33%, rgba(0, 0, 0, 1)),
			color-stop(66%, rgba(0, 0, 0, 0)),
			to(rgba(0, 0, 0, 0)));
	mask-image:
		linear-gradient(to top,
			rgba(0, 0, 0, 1) 0%,
			rgba(0, 0, 0, 1) 33%,
			rgba(0, 0, 0, 0) 66%,
			rgba(0, 0, 0, 0) 100%);
	-webkit-mask-size: 100% 5.625rem;
	mask-size: 100% 5.625rem;
	-webkit-mask-repeat: repeat;
	mask-repeat: repeat;
	-webkit-mask-position: center 0rem;
	mask-position: center 0rem;
	-webkit-transition:
		background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		-webkit-mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition:
		background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		-webkit-mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-transition:
		mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-transition:
		mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition:
		mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition:
		mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
		-webkit-mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	will-change: mask-position, background-position, color;
	pointer-events: none;
}

.yui-navset .yui-nav a:hover::before,
.yui-navset .yui-nav a:focus::before,
.yui-navset .yui-nav li.selected a::before {
	-webkit-mask-position: center -3.625rem;
	mask-position: center -3.625rem;
	background-position: top center;
}

.yui-navset .yui-nav li a::before {
	background-color: rgb(var(--tab-border-color), 1);
	-webkit-animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forward;
	-moz-animation-fill-mode: forward;
	-o-animation-fill-mode: forward;
	animation-fill-mode: forward;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.yui-navset .yui-nav li.selected a::before {
	margin-top: -0.5em;
	padding: 0.5em 0;
	margin-right: 0.0625rem;
	-webkit-mask-position: center -3.125rem;
	mask-position: center -3.125rem;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

.yui-navset .yui-nav a:hover::after,
.yui-navset .yui-nav a:focus::after,
.yui-navset .yui-nav li.selected a::after {
	opacity: 0;
	-webkit-animation: fade 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-moz-animation: fade 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-o-animation: fade 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	animation: fade 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-animation-direction: backwards;
	-moz-animation-direction: backwards;
	-o-animation-direction: backwards;
	animation-direction: backwards;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Tables */
table.wiki-content-table th {
	background: rgb(var(--swatch-menubg-dark-color));
	font-weight: 400;
	font-family: var(--title-font);
	color: rgb(var(--swatch-menutxt-light-color));
	-webkit-box-shadow: 0 0.125rem 0 0 rgb(var(--swatch-menutxt-light-color));
	-moz-box-shadow: 0 0.125rem 0 0 rgb(var(--swatch-menutxt-light-color));
	box-shadow: 0 0.125rem 0 0 rgb(var(--swatch-menutxt-light-color));
	border-top-color: rgba(var(--swatch-menutxt-dark-color), 1) !important;
	border-bottom-color: rgba(var(--swatch-menutxt-light-color), 1) !important;
	border-left-color: rgba(var(--swatch-menutxt-light-color), 1) !important;
	border-right-color: rgba(var(--swatch-menutxt-light-color), 1) !important;
}

table.wiki-content-table th:first-of-type {
	border-left-color: rgba(var(--swatch-menutxt-dark-color), 1) !important;
}

table.wiki-content-table th:last-of-type {
	border-right-color: rgba(var(--swatch-menutxt-dark-color), 1) !important;
}

/* Table of Contents */
#toc {
	border: 0.25rem outset rgb(var(--medium-accent));
	background-color: rgb(var(--dark-gray-monochrome));
}

#toc .title {
	color: rgb(var(--bright-accent));
}

/* Misc Divs */

.oldblock {
	border: solid 0.125rem rgb(var(--gray-monochrome));
	background: rgb(var(--light-pale-gray-monochrome));
	padding: .75rem;
	margin: 1.25rem;
}

.newblock {
	border: 0.25rem outset rgb(var(--medium-accent));
	background-color: rgb(var(--dark-gray-monochrome));
	color: rgb(var(--medium-accent));
	padding: .75rem;
	margin: 1.25rem;
}

.newblock h1 h2 h3 h4 h5 h6 {
	color: rgb(var(--medium-accent));
}

/* Imageblock */

.wl-image-block {
	border: solid 0.0625rem rgb(var(--light-gray-monochrome));
	-webkit-box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, .25);
	box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, .25);
	width: 18.75rem;
}

.wl-image-block.block-right {
	float: right;
	clear: right;
	margin: 0 2em 1em 2em;
}

.wl-image-block.block-left {
	float: left;
	clear: left;
	margin: 0 2em 1em 0;
}

.wl-image-block.block-center {
	margin-right: auto;
	margin-left: auto;
}

.wl-image-block img {
	border: 0;
	width: 18.75em;
}

.wl-image-block .wl-image-caption {
	background-color: rgb(var(--gray-monochrome));
	border-top: solid 0.0625rem rgb(var(--light-gray-monochrome));
	color: rgb(var(--bright-accent));
	padding: 0.125rem 0;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	width: 18.75rem;
}

.wl-image-block>p {
	margin: 0;
}

.wl-image-block .scp-image-caption>p {
	margin: 0;
	padding: 0 0.625rem;
}

/* Translation Module */

.wl-translations {
	padding: 0.625rem;
	border: 0.25rem outset rgb(var(--medium-accent));
	background-color: rgb(var(--dark-gray-monochrome));
	-webkit-border-radius: 0.0625rem;
	-moz-border-radius: 0.0625rem;
	border-radius: 0.0625rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin: 0.5rem;
}

.wl-translations a {
	color: rgb(var(--bright-accent));
}

/* Navbar */

.footer-wikiwalk-nav {
	font-weight: bold;
	font-size: 90%;
}

.wlnavbar {
	--text-shadow: rgba(var(--black-monochrome), 0.35);
	--box-shadow: rgb(var(--gray-monochrome));
	--border-color: rgb(var(--medium-accent));
	color: rgb(var(--medium-accent));
	text-shadow: 0.0625rem 0.0625rem 0.125rem var(--text-shadow);
	-webkit-border-radius: 0.0625rem;
	-moz-border-radius: 0.0625rem;
	border-radius: 0.0625rem;
	border: outset 0.188rem var(--border-color);
	background-color: rgb(var(--dark-gray-monochrome));
	-webkit-box-shadow: 0.09375rem 0.09375rem 0.188rem var(--box-shadow);
	-moz-box-shadow: 0.09375rem 0.09375rem 0.188rem var(--box-shadow);
	box-shadow: 0.09375rem 0.09375rem 0.188rem var(--box-shadow);
	padding: 0.125rem;
	margin: 0.625rem 0 0.938rem;
	margin-bottom: 1.250rem;
}

.wlnavbar a {
	color: rgb(var(--bright-accent));
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 0.45em;
	padding-bottom: 0.35em;
}

.wlnavbar a::before {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-size: -webkit-calc(var(--base-font-size) * 1.1);
	font-size: -moz-calc(var(--base-font-size) * 1.1);
	font-size: calc(var(--base-font-size) * 1.1);
	line-height: -webkit-calc(var(--base-font-size) * 0.8);
	line-height: -moz-calc(var(--base-font-size) * 0.8);
	line-height: calc(var(--base-font-size) * 0.8);
	font-weight: 800;
	top: 0;
}

.wlnavbar .footer-wikiwalk-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 400;
	letter-spacing: 0.025em;
	font-size: 90%;
}

.wlnavbar .footer-wikiwalk-nav * {
	line-height: 1em;
}

.wlnavbar .footer-wikiwalk-nav .center {
	-webkit-flex-basis: content;
	-ms-flex-preferred-size: content;
	flex-basis: content;
	text-align: center;
	padding: 0.15rem 0.3rem;
}

.wlnavbar .footer-wikiwalk-nav .left,
.wlnavbar .footer-wikiwalk-nav .right {
	-webkit-flex-basis: -webkit-calc(40% - 3em);
	-ms-flex-preferred-size: calc(40% - 3em);
	flex-basis: -moz-calc(40% - 3em);
	flex-basis: calc(40% - 3em);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: -webkit-calc(var(--base-font-size) * 0.8);
	font-size: -moz-calc(var(--base-font-size) * 0.8);
	font-size: calc(var(--base-font-size) * 0.8);
	position: relative;
}

.wlnavbar .footer-wikiwalk-nav .left {
	text-align: right;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border-right: 0.0625rem solid rgb(var(--dark-accent));
	padding-left: 1em;
	padding-right: 0.5em;
	margin: 0.35em 0 0.35em 0.35em;
}

.wlnavbar .left>a::before {
	content: "↫";
	left: -0.75em;
	-webkit-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
	-moz-transition: left 1s ease-in-out;
	transition: left 1s ease-in-out;
	will-change: left;
	-webkit-animation: bounce-left 1.7s infinite;
	-moz-animation: bounce-left 1.7s infinite;
	-o-animation: bounce-left 1.7s infinite;
	animation: bounce-left 1.7s infinite;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.wlnavbar .left>a:hover::before {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

.wlnavbar .footer-wikiwalk-nav .right {
	text-align: left;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-left: 0.0625rem solid rgb(var(--dark-accent));
	padding-left: 0.5em;
	padding-right: 1em;
	margin: 0.35em 0.35em 0.35em 0;
}

.wlnavbar .right>a::before {
	content: "↬";
	right: -0.75em;
	-webkit-transition: right 1s ease-in-out;
	-o-transition: right 1s ease-in-out;
	-moz-transition: right 1s ease-in-out;
	transition: right 1s ease-in-out;
	will-change: right;
	-webkit-animation: bounce-right 1.7s infinite;
	-moz-animation: bounce-right 1.7s infinite;
	-o-animation: bounce-right 1.7s infinite;
	animation: bounce-right 1.7s infinite;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.wlnavbar .right>a:hover::before {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

/* Collection Box / More By This Author */

.collection .articlecolumn .list-pages-item,
.collection .articlecolumn .list-pages-item>div,
.collection .articlecolumn .list-pages-item>p {
	display: inline;
}

.collection .articlecolumn .list-pages-item p {
	margin: 0 !important;
}

.collection>.collapsible-block {
	display: block;
	text-align: center;
	padding: 0.15em;
	background-color: white;
	border: 0.0625rem solid black;
}

.collection .collapsible-block-unfolded-link {
	background-color: rgba(var(--pale-gray-monochrome), 0.5);
	margin: auto;
	border: 0.125rem solid white;
}

.collection .collapsible-block-folded {
	background-color: rgba(var(--pale-gray-monochrome), 0.5);
	margin: auto;
	border: 0.125rem solid white;
}

.collection .collapsible-block-unfolded-link a,
.collection .collapsible-block-folded a {
	color: rgb(var(--dark-accent));
	font-weight: bold;
}

.collection>.collapsible-block .collapsible-block-content {
	text-align: left;
}

.authorname {
	color: rgb(var(--black-monochrome));
	color: rgba(0, 0, 0, 1);
	font-weight: bold;
	background-color: rgba(var(--pale-gray-monochrome), 0.5);
	margin: 0 auto;
	border: 0.125rem solid rgb(var(--white-monochrome));
	border: 0.125rem solid white;
	text-align: center;
}

.authorname a {
	color: rgb(var(--medium-accent));
}

.authorname p {
	margin: 0 !important;
}

.titlecolumn {
	width: 15%;
	border: 0.125rem solid white;
	background-color: rgba(var(--pale-gray-monochrome), 0.5);
	text-align: right;
	padding: 0.375rem;
}

.articlecolumn {
	width: 85%;
	background-color: rgb(var(--white-monochrome));
	padding: 0.1875rem;
	font-weight: normal;
	font-size: 85%;
}

.collectiondot {
	padding: 0 0.25rem;
}

.articlecolumn .list-pages-item:last-child .collectiondot {
	display: none;
}

/* Rating Module */
.page-rate-widget-box {
	background:
		-webkit-gradient(linear,
			left bottom, left top,
			color-stop(0, rgba(30, 55, 30, 1)),
			to(rgba(130, 160, 135, 1)));
	background:
		-webkit-linear-gradient(bottom,
			rgba(30, 55, 30, 1) 0,
			rgba(130, 160, 135, 1) 100%);
	background:
		-moz-linear-gradient(bottom,
			rgba(30, 55, 30, 1) 0,
			rgba(130, 160, 135, 1) 100%);
	background:
		-o-linear-gradient(bottom,
			rgba(30, 55, 30, 1) 0,
			rgba(130, 160, 135, 1) 100%);
	background:
		linear-gradient(to top,
			rgba(30, 55, 30, 1) 0,
			rgba(130, 160, 135, 1) 100%);
	background:
		-webkit-gradient(linear,
			left bottom, left top,
			color-stop(0, rgba(var(--swatch-menubg-dark-color), 1)),
			to(rgba(var(--swatch-menubg-medium-color), 1)));
	background:
		-webkit-linear-gradient(bottom,
			rgba(var(--swatch-menubg-dark-color), 1) 0,
			rgba(var(--swatch-menubg-medium-color), 1) 100%);
	background:
		-moz-linear-gradient(bottom,
			rgba(var(--swatch-menubg-dark-color), 1) 0,
			rgba(var(--swatch-menubg-medium-color), 1) 100%);
	background:
		-o-linear-gradient(bottom,
			rgba(var(--swatch-menubg-dark-color), 1) 0,
			rgba(var(--swatch-menubg-medium-color), 1) 100%);
	background:
		linear-gradient(to top,
			rgba(var(--swatch-menubg-dark-color), 1) 0,
			rgba(var(--swatch-menubg-medium-color), 1) 100%);
	font-family: 'zuijinregular', 'Poppins', sans-serif;
	font-family: var(--header-font);
	letter-spacing: 0.05em;
}

.page-rate-widget-box .rate-points,
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown,
.page-rate-widget-box .cancel,
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a,
.page-rate-widget-box .cancel a {
	font-weight: 500;
}

.fancyhr hr {
	border-top: 2vw solid transparent;
	background-color: rgba(255, 219, 90, 0);
	background-color: rgba(var(--bright-accent), 0);
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-image-source: url("https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_hr.png");
	border-image-repeat: round round;
	background: none;
	border-image-slice: 80 500 80 500 fill;
	border-image-width: 10em 80em 10em 80em;
}

.fancyborder {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2vw solid rgba(0, 0, 0, 0.5);
	-webkit-border-image: url("https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png") 600 round;
	-moz-border-image: url("https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png") 600 round;
	-o-border-image: url("https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png") 600 round;
	border-image: url("https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png") 600 round;
	border-image-width: 6;
	padding: 2vw;
}

div.introbox,
div.inner,
div.inner>div,
div.aboutouter,
div.aboutinner {
	padding: 0.5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

div.inner,
div.inner>div,
div.aboutinner {
	background: rgba(var(--pale-gray-monochrome), 0.15);
}

div.introbox,
div.inner,
div.aboutouter {
	border: solid 0.125rem rgba(var(--swatch-primary-darker), 1);
}

div.inner>div,
div.aboutinner {
	border: solid 0.0625rem rgba(var(--swatch-primary-darker), 1);
}

div.introbox,
div.aboutouter {
	background: rgba(var(--swatch-primary-darker), 0.25);
}

div.inner>div {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-moz-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

div.book div.title a,
div.book div.title a:hover,
div.book div.title a:active,
div.book div.title a:visited {
	color: rgb(var(--swatch-primary));
}

#main-content ol {
	list-style-position: inside;
}

div.inner.shelf {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

div.inner.shelf div.left-side>* {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-flex-shrink: 2;
	-ms-flex-negative: 2;
	flex-shrink: 2;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

div.inner.shelf>div {
	-webkit-flex-basis: 48%;
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 48%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

div.inner.shelf>div * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.inner.shelf[id*="toc"],
div.inner.shelf [id*="toc"] {
	width: 100%;
	text-align: center;
}

div.left-side table a {
	color: rgb(var(--bright-accent));
	font-family: var(--header-font);
	font-size: 150%;
}

div.left-side table th {
	border: .5rem double rgba(var(--swatch-menubg-medium-dark-color), 0.25) !important;
}

div.inner.shelf div.left-side img.image {
	width: auto;
	height: 40%;
	min-height: 30vh;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 0;
	object-position: 50% 0;
}

div.inner.shelf div.left-side div.description:first-letter {
	float: left;
	font-family: var(--header-font);
	color: rgb(var(--gray-monochrome));
	font-size: 400%;
	line-height: 100%;
	padding-right: 0.25rem;
	padding-left: 1.15rem;
	margin-top: -0.25em;
	margin-bottom: -0.25em;
}

div.inner.shelf div.left-side div.description {
	text-indent: -0.25em;
	padding: 0 2em 1em;
	font-size: 95%;
	line-height: 165%;
	text-align: justify;
	text-justify: inter-character;
}

div.right-side blockquote {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div.right-side div.bookshelf {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(30, 55, 30)), color-stop(30%, rgb(30, 55, 30)), to(rgb(255, 219, 90)));
	background-image: -webkit-linear-gradient(rgb(30, 55, 30) 0%, rgb(30, 55, 30) 30%, rgb(255, 219, 90) 100%);
	background-image: -moz-linear-gradient(rgb(30, 55, 30) 0%, rgb(30, 55, 30) 30%, rgb(255, 219, 90) 100%);
	background-image: -o-linear-gradient(rgb(30, 55, 30) 0%, rgb(30, 55, 30) 30%, rgb(255, 219, 90) 100%);
	background-image: linear-gradient(rgb(30, 55, 30) 0%, rgb(30, 55, 30) 30%, rgb(255, 219, 90) 100%);
	;
	-webkit-background-size: 100% 200%;
	;
	-moz-background-size: 100% 200%;
	;
	-o-background-size: 100% 200%;
	;
	background-size: 100% 200%;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 2em;
	position: relative;
	overflow: hidden;
	height: 100%;
}

@supports (background-blend-mode: screen) {
	div.right-side div.bookshelf {
		background-image:
			url("https://wanderers-library.wikidot.com/local--files/component:theme/goldfoil.png"),
			-webkit-gradient(linear,
				left top, left bottom,
				from(rgb(30, 55, 30)),
				color-stop(30%, rgb(30, 55, 30)),
				to(rgb(255, 219, 90)));
		background-image:
			url("https://wanderers-library.wikidot.com/local--files/component:theme/goldfoil.png"),
			-webkit-linear-gradient(rgb(30, 55, 30) 0%,
				rgb(30, 55, 30) 30%,
				rgb(255, 219, 90) 100%);
		background-image:
			url("https://wanderers-library.wikidot.com/local--files/component:theme/goldfoil.png"),
			-moz-linear-gradient(rgb(30, 55, 30) 0%,
				rgb(30, 55, 30) 30%,
				rgb(255, 219, 90) 100%);
		background-image:
			url("https://wanderers-library.wikidot.com/local--files/component:theme/goldfoil.png"),
			-o-linear-gradient(rgb(30, 55, 30) 0%,
				rgb(30, 55, 30) 30%,
				rgb(255, 219, 90) 100%);
		background-image:
			url("https://wanderers-library.wikidot.com/local--files/component:theme/goldfoil.png"),
			linear-gradient(rgb(30, 55, 30) 0%,
				rgb(30, 55, 30) 30%,
				rgb(255, 219, 90) 100%);
		background-blend-mode: overlay, normal;
		-webkit-background-size: cover, 100% 200%;
		-moz-background-size: cover, 100% 200%;
		-o-background-size: cover, 100% 200%;
		background-size: cover, 100% 200%;
	}
}

div.right-side div.bookshelf::before {
	content: " ";
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(30, 55, 30)), color-stop(30%, rgb(30, 55, 30)), to(rgb(255, 219, 90)));
	background: -webkit-linear-gradient(rgb(30, 55, 30) 0%, rgb(30, 55, 30) 30%, rgb(255, 219, 90) 100%);
	background: -moz-linear-gradient(rgb(30, 55, 30) 0%, rgb(30, 55, 30) 30%, rgb(255, 219, 90) 100%);
	background: -o-linear-gradient(rgb(30, 55, 30) 0%, rgb(30, 55, 30) 30%, rgb(255, 219, 90) 100%);
	background: linear-gradient(rgb(30, 55, 30) 0%, rgb(30, 55, 30) 30%, rgb(255, 219, 90) 100%);
	;
	-webkit-background-size: 100% 200%;
	;
	-moz-background-size: 100% 200%;
	;
	-o-background-size: 100% 200%;
	;
	background-size: 100% 200%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
	mix-blend-mode: overlay;
	opacity: 0.25;
	pointer-events: none;
}

div.bookshelf div.list-pages-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-transform: perspective(500rem);
	-moz-transform: perspective(500rem);
	transform: perspective(500rem);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-bottom: 2em;
	position: relative;
}

div.bookshelf div.list-pages-box::after,
div.ibookshelf div.list-pages-box::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 1em;
}

div.bookshelf div.list-pages-box::after {
	background-color: rgb(var(--dark-accent));
	-webkit-transform: translateZ(2em) translateY(0.1em);
	-moz-transform: translateZ(2em) translateY(0.1em);
	transform: translateZ(2em) translateY(0.1em);
	bottom: -1em;
	-webkit-border-radius: 0 0 0.25rem 0.25rem;
	-moz-border-radius: 0 0 0.25rem 0.25rem;
	border-radius: 0 0 0.25rem 0.25rem;
}

@supports (background-blend-mode: screen) {
	div.bookshelf div.list-pages-box::after {
		background-image: url("https://wanderers-library.wikidot.com/local--files/component:theme/goldfoil.png");
		background-blend-mode: overlay;
	}
}

div.bookshelf div.list-pages-box::before {
	bottom: -1.2em;
	background-color: rgb(30, 55, 30);
	-webkit-transform: rotateX(92deg) scaleY(35) translateZ(-0.5em) translateY(-1em);
	-moz-transform: rotateX(92deg) scaleY(35) translateZ(-0.5em) translateY(-1em);
	transform: rotateX(92deg) scaleY(35) translateZ(-0.5em) translateY(-1em);
	margin: 0 auto;
	width: 104%;
	left: -2%;
}

div.inner.shelf div.book {
	width: 95%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 0.05em auto;
	overflow: hidden;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: -o-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 500ms cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 500ms cubic-bezier(0.4, 0, 0.2, 1), -o-transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
	-webkit-box-shadow:
		0.6875rem 0.375rem 0.875rem rgba(var(--dark-gray-monochrome), 0.25),
		0.1875rem 0em 0.3125rem rgba(var(--dark-gray-monochrome), 0.22);
	-moz-box-shadow:
		0.6875rem 0.375rem 0.875rem rgba(var(--dark-gray-monochrome), 0.25),
		0.1875rem 0em 0.3125rem rgba(var(--dark-gray-monochrome), 0.22);
	box-shadow:
		0.6875rem 0.375rem 0.875rem rgba(var(--dark-gray-monochrome), 0.25),
		0.1875rem 0em 0.3125rem rgba(var(--dark-gray-monochrome), 0.22);
}

div.inner.shelf div.book:hover {
	-webkit-transform: translateZ(10rem) translateY(-0.35em) rotateY(5deg);
	-moz-transform: translateZ(10rem) translateY(-0.35em) rotateY(5deg);
	transform: translateZ(10rem) translateY(-0.35em) rotateY(5deg);
}

div.book div.title {
	height: 100%;
	font-family: var(--header-font);
	font-weight: 900;
	border-left: 0.25rem double rgb(var(--swatch-primary-darker));
}

div.title * {
	display: block;
}

div.book>* {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0.25rem;
	padding: 0.25rem;
}

div.book div.author {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-moz-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	color: rgb(var(--pale-gray-monochrome));
	font-weight: 700;
	font-size: 75%;
	border-right: 0.25rem double rgb(var(--swatch-primary-darker));
	text-align: right;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 1em;
}

div.inner.shelf div.book::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0.25rem;
	left: 0;
	background:
		-webkit-gradient(linear,
			left top, left bottom,
			from(rgba(var(--pale-gray-monochrome))),
			color-stop(4%, rgba(var(--gray-monochrome))),
			color-stop(4%, rgba(var(--gray-monochrome))),
			color-stop(95%, rgba(var(--gray-monochrome))),
			to(rgba(var(--dark-gray-monochrome))));
	background:
		-webkit-linear-gradient(top,
			rgba(var(--pale-gray-monochrome)) 0%,
			rgba(var(--gray-monochrome)) 4%,
			rgba(var(--gray-monochrome)) 4%,
			rgba(var(--gray-monochrome)) 95%,
			rgba(var(--dark-gray-monochrome)) 100%);
	background:
		-moz-linear-gradient(top,
			rgba(var(--pale-gray-monochrome)) 0%,
			rgba(var(--gray-monochrome)) 4%,
			rgba(var(--gray-monochrome)) 4%,
			rgba(var(--gray-monochrome)) 95%,
			rgba(var(--dark-gray-monochrome)) 100%);
	background:
		-o-linear-gradient(top,
			rgba(var(--pale-gray-monochrome)) 0%,
			rgba(var(--gray-monochrome)) 4%,
			rgba(var(--gray-monochrome)) 4%,
			rgba(var(--gray-monochrome)) 95%,
			rgba(var(--dark-gray-monochrome)) 100%);
	background:
		linear-gradient(to bottom,
			rgba(var(--pale-gray-monochrome)) 0%,
			rgba(var(--gray-monochrome)) 4%,
			rgba(var(--gray-monochrome)) 4%,
			rgba(var(--gray-monochrome)) 95%,
			rgba(var(--dark-gray-monochrome)) 100%);
	z-index: -1;
	pointer-events: none;
}

div.inner.shelf div.book::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: -0.125rem;
	left: 0;
	background: -webkit-linear-gradient(270.5deg, rgba(252, 252, 252) 0%, rgba(45, 70, 45) 10%, rgba(45, 70, 45) 10%, rgba(45, 70, 45) 97%, rgba(12, 12, 12) 100%);
	background: -moz-linear-gradient(270.5deg, rgba(252, 252, 252) 0%, rgba(45, 70, 45) 10%, rgba(45, 70, 45) 10%, rgba(45, 70, 45) 97%, rgba(12, 12, 12) 100%);
	background: -o-linear-gradient(270.5deg, rgba(252, 252, 252) 0%, rgba(45, 70, 45) 10%, rgba(45, 70, 45) 10%, rgba(45, 70, 45) 97%, rgba(12, 12, 12) 100%);
	background: linear-gradient(179.5deg, rgba(252, 252, 252) 0%, rgba(45, 70, 45) 10%, rgba(45, 70, 45) 10%, rgba(45, 70, 45) 97%, rgba(12, 12, 12) 100%);
	z-index: -1;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	pointer-events: none;
}

@supports (background-blend-mode: screen) {
	div.inner.shelf div.book::after {
		background:
			-webkit-linear-gradient(270.5deg,
				rgba(var(--white-monochrome)) 0%,
				rgba(var(--gray-monochrome)) 10%,
				rgba(var(--gray-monochrome)) 10%,
				rgba(var(--gray-monochrome)) 97%,
				rgba(var(--black-monochrome)) 100%),
			url("https://wanderers-library.wikidot.com/local--files/component:theme/wlheader_bg.png");
		background:
			-moz-linear-gradient(270.5deg,
				rgba(var(--white-monochrome)) 0%,
				rgba(var(--gray-monochrome)) 10%,
				rgba(var(--gray-monochrome)) 10%,
				rgba(var(--gray-monochrome)) 97%,
				rgba(var(--black-monochrome)) 100%),
			url("https://wanderers-library.wikidot.com/local--files/component:theme/wlheader_bg.png");
		background:
			-o-linear-gradient(270.5deg,
				rgba(var(--white-monochrome)) 0%,
				rgba(var(--gray-monochrome)) 10%,
				rgba(var(--gray-monochrome)) 10%,
				rgba(var(--gray-monochrome)) 97%,
				rgba(var(--black-monochrome)) 100%),
			url("https://wanderers-library.wikidot.com/local--files/component:theme/wlheader_bg.png");
		background:
			linear-gradient(179.5deg,
				rgba(var(--white-monochrome)) 0%,
				rgba(var(--gray-monochrome)) 10%,
				rgba(var(--gray-monochrome)) 10%,
				rgba(var(--gray-monochrome)) 97%,
				rgba(var(--black-monochrome)) 100%),
			url("https://wanderers-library.wikidot.com/local--files/component:theme/wlheader_bg.png");
		mix-blend-mode: screen;
		background-blend-mode: color-dodge;
		-webkit-background-size: 100% 100%, contain;
		-moz-background-size: 100% 100%, contain;
		-o-background-size: 100% 100%, contain;
		background-size: 100% 100%, contain;
	}
}

@media only screen and (max-width: 48rem) {
	div.inner.shelf {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-height: 100%;
	}

	div.description {
		padding: 0.5em;
	}

	div.inner.shelf>div {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	div.inner.shelf div.list-pages-box::after {
		background-color: rgb(var(--dark-accent));
		-webkit-transform: translateZ(2em) translateY(0.5em);
		-moz-transform: translateZ(2em) translateY(0.5em);
		transform: translateZ(2em) translateY(0.5em);
		bottom: -1em;
	}

	div.inner.shelf div.list-pages-box::before {
		bottom: -1em;
		background-color: rgb(var(--black-monochrome));
		-webkit-transform: rotateX(92deg) scaleY(35) translateZ(-0.5em) translateY(-1em);
		-moz-transform: rotateX(92deg) scaleY(35) translateZ(-0.5em) translateY(-1em);
		transform: rotateX(92deg) scaleY(35) translateZ(-0.5em) translateY(-1em);
		width: 103%;
		left: -1.5%;
	}
}

/*  Mobile Coding (!MOBL)
==============================================================================*/

@media only screen and (max-width: 48rem) {

	/*  Mobile Header (!MHDR)
==============================================================================*/
	:root {
		--header-height-on-desktop: var(--header-height-on-mobile);
		--topbar-height-on-desktop: var(--topbar-height-on-mobile);
	}

	#header h1 a {
		line-height: 1;
	}

	#header h2 span {
		margin-top: -webkit-calc(3.4rem + var(--offset-from-page-top));
		margin-top: -moz-calc(3.4rem + var(--offset-from-page-top));
		margin-top: calc(3.4rem + var(--offset-from-page-top));
	}

	div#extra-div-1 {
		-webkit-filter: initial;
		filter: initial;
	}

	#search-top-box-form {
		top: 0;
	}
}

/*  Mobile Search Bar (!MSRC)
==============================================================================*/

@media only screen and (max-width: 48rem) {

	search-top-box {
		width: 12.5rem;
	}

	#search-top-box-form {
		top: 0;
		right: 0;
		-webkit-box-align: initial;
		-webkit-align-items: initial;
		-moz-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
	}

	#search-top-box form[id="search-top-box-form"] {
		top: 0;
	}

	#search-top-box:not(:focus-within)::before {
		color: rgb(var(--bright-accent));
	}

	#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
		background-color: rgb(var(--dark-gray-monochrome));
	}

	/*  Mobile Top Bar (!MTPB)
==============================================================================*/

	#top-bar {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-moz-box-orient: horizontal;
		-moz-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		overflow: hidden;
	}

	#top-bar>div.top-bar {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		height: -webkit-calc(var(--topbar-height-on-mobile));
		height: -moz-calc(var(--topbar-height-on-mobile));
		height: calc(var(--topbar-height-on-mobile));
		width: -webkit-calc(100vw - var(--topbar-height-on-mobile));
		width: -moz-calc(100vw - var(--topbar-height-on-mobile));
		width: calc(100vw - var(--topbar-height-on-mobile));
		max-width: -webkit-calc(100vw - var(--topbar-height-on-mobile));
		max-width: -moz-calc(100vw - var(--topbar-height-on-mobile));
		max-width: calc(100vw - var(--topbar-height-on-mobile));
		-webkit-box-flex: 2;
		-webkit-flex-grow: 2;
		-moz-box-flex: 2;
		-ms-flex-positive: 2;
		flex-grow: 2;
	}

	#top-bar div.mobile-top-bar>ul>li>a,
	#top-bar div.top-bar>ul>li>a {
		height: -webkit-calc(var(--topbar-height-on-mobile) - 0.6em);
		height: -moz-calc(var(--topbar-height-on-mobile) - 0.6em);
		height: calc(var(--topbar-height-on-mobile) - 0.6em);
		font-size: -webkit-calc(0.5rem + (0.9375 - 0.5) * ((100vw - 18.750rem) / (48 - 18.750)));
		font-size: -moz-calc(0.5rem + (0.9375 - 0.5) * ((100vw - 18.750rem) / (48 - 18.750)));
		font-size: calc(0.5rem + (0.9375 - 0.5) * ((100vw - 18.750rem) / (48 - 18.750)));
	}

	#top-bar div.mobile-top-bar>ul>li>ul,
	#top-bar div.top-bar>ul>li>ul {
		margin-top: var(--topbar-height-on-mobile);
	}

	#top-bar div.top-bar>ul {
		height: 100%;
	}

	#top-bar div.top-bar>ul>li {
		position: inherit;
	}

	#top-bar div.top-bar>ul>li>ul {
		display: -ms-grid;
		display: grid;
		left: 50%;
		-ms-grid-columns: (50%)[2];
		grid-template-columns: repeat(2, 50%);
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-ms-transform: translate(-50%);
		-o-transform: translate(-50%);
		transform: translate(-50%);
		margin-top: var(--topbar-height-on-mobile);
		max-height: -webkit-calc(100vh - 8rem);
		max-height: -moz-calc(100vh - 8rem);
		max-height: calc(100vh - 8rem);
	}

	#top-bar div.top-bar>ul>li.sfhover>ul,
	#top-bar div.top-bar>ul>li:hover>ul {
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-ms-transform: translate(-50%);
		-o-transform: translate(-50%);
		transform: translate(-50%)
	}

	#top-bar div.top-bar>ul>li:focus-within>ul,
	#top-bar div.top-bar>ul>li>ul:focus-within {
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-ms-transform: translate(-50%);
		-o-transform: translate(-50%);
		transform: translate(-50%)
	}

	#top-bar>div.top-bar>ul>li:last-of-type>ul {
		right: 0;
		left: 50%
	}

	#top-bar div.top-bar>ul>li>ul>li {
		max-width: -webkit-calc(80vw + .0625rem);
		max-width: -moz-calc(80vw + .0625rem);
		max-width: calc(80vw + .0625rem);
		height: var(--topbar-height-on-mobile);
		max-height: -webkit-calc(10vh - 1.5rem);
		max-height: -moz-calc(10vh - 1.5rem);
		max-height: calc(10vh - 1.5rem);
		text-align: center
	}

	#top-bar div.top-bar>ul>li>ul>li,
	#top-bar div.top-bar>ul>li>ul>li>a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}

	#top-bar div.top-bar>ul>li>ul>li>a {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		font-size: .875rem;
		font-size: -webkit-calc(var(--base-font-size)*0.93333);
		font-size: -moz-calc(var(--base-font-size)*0.93333);
		font-size: calc(var(--base-font-size)*0.93333);
		line-height: 1em;
		text-align: center;
		white-space: inherit
	}

	#top-bar div.top-bar>ul>li>ul>li>ul,
	#top-bar div.top-bar>ul>li>ul>li:hover>ul {
		position: absolute;
		left: 0;
		top: var(--topbar-height-on-mobile);
	}

	#top-bar>div.mobile-top-bar {
		width: var(--topbar-height-on-mobile);
		height: var(--topbar-height-on-mobile);
		max-width: var(--topbar-height-on-mobile);
		max-height: var(--topbar-height-on-mobile);
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		background: initial;
	}

	#top-bar>div.mobile-top-bar>div.open-menu>p>a {
		max-height: -webkit-calc(var(--topbar-height-on-mobile) - 0.125rem);
		max-height: -moz-calc(var(--topbar-height-on-mobile) - 0.125rem);
		max-height: calc(var(--topbar-height-on-mobile) - 0.125rem);
		max-width: -webkit-calc(var(--topbar-height-on-mobile) - 0.125rem);
		max-width: -moz-calc(var(--topbar-height-on-mobile) - 0.125rem);
		max-width: calc(var(--topbar-height-on-mobile) - 0.125rem);
		display: block;
		margin: 0 auto;
		line-height: 1.15;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*  Mobile Side Bar (!MSDB)
==============================================================================*/

	#side-bar {
		left: -webkit-calc(0.875rem * 16 * -1);
		left: -moz-calc(0.875rem * 16 * -1);
		left: calc(0.875rem * 16 * -1);
		left: -webkit-calc(var(--sidebar-width-on-mobile) * -1);
		left: -moz-calc(var(--sidebar-width-on-mobile) * -1);
		left: calc(var(--sidebar-width-on-mobile) * -1);
		-webkit-transition:
			left var(--sidebar-transition-timing),
			opacity var(--sidebar-transition-timing);
		-o-transition:
			left var(--sidebar-transition-timing),
			opacity var(--sidebar-transition-timing);
		-moz-transition:
			left var(--sidebar-transition-timing),
			opacity var(--sidebar-transition-timing);
		transition:
			left var(--sidebar-transition-timing),
			opacity var(--sidebar-transition-timing);
		will-change: left, opacity;
		min-width: -webkit-calc(0.875rem * 16);
		min-width: -moz-calc(0.875rem * 16);
		min-width: calc(0.875rem * 16);
		min-width: var(--sidebar-width-on-mobile);
		width: -webkit-calc(0.875rem * 16);
		width: -moz-calc(0.875rem * 16);
		width: calc(0.875rem * 16);
		width: var(--sidebar-width-on-mobile);
	}

	#side-bar,
	#side-bar:target {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}

	#side-bar:target {
		width: -webkit-calc(0.875rem * 16);
		width: -moz-calc(0.875rem * 16);
		width: calc(0.875rem * 16);
		width: var(--sidebar-width-on-mobile);
		background: rgb(178, 210, 180) !important;
		background: rgb(var(--swatch-menubg-light-color)) !important;
	}

	#side-bar .close-menu {
		margin-left: 0;
		padding-right: -webkit-calc(0.875rem * 16);
		padding-right: -moz-calc(0.875rem * 16);
		padding-right: calc(0.875rem * 16);
		padding-right: var(--sidebar-width-on-mobile);
		background-color: rgba(12, 12, 12, 0);
		background-color: rgba(var(--swatch-menubg-black-color), 0);
		-webkit-transition:
			margin-left var(--sidebar-transition-timing),
			padding-right var(--sidebar-transition-timing),
			background-color var(--sidebar-transition-timing),
			opacity var(--sidebar-transition-timing);
		-o-transition:
			margin-left var(--sidebar-transition-timing),
			padding-right var(--sidebar-transition-timing),
			background-color var(--sidebar-transition-timing),
			opacity var(--sidebar-transition-timing);
		-moz-transition:
			margin-left var(--sidebar-transition-timing),
			padding-right var(--sidebar-transition-timing),
			background-color var(--sidebar-transition-timing),
			opacity var(--sidebar-transition-timing);
		transition:
			margin-left var(--sidebar-transition-timing),
			padding-right var(--sidebar-transition-timing),
			background-color var(--sidebar-transition-timing),
			opacity var(--sidebar-transition-timing);
		will-change: margin-left, padding-right, background-color, opacity;
		opacity: 1;
		visibility: visible;
	}

	#side-bar .close-menu,
	#side-bar:target .close-menu {
		width: -webkit-calc(100% - -webkit-calc(0.875rem) * 16);
		width: -moz-calc(100% - -moz-calc(0.875rem) * 16);
		width: calc(100% - calc(0.875rem) * 16);
		width: -webkit-calc(100% - var(--sidebar-width-on-mobile));
		width: -moz-calc(100% - var(--sidebar-width-on-mobile));
		width: calc(100% - var(--sidebar-width-on-mobile));
	}

	#side-bar:target .close-menu {
		margin-left: -webkit-calc(0.875rem * 16);
		margin-left: -moz-calc(0.875rem * 16);
		margin-left: calc(0.875rem * 16);
		margin-left: var(--sidebar-width-on-mobile);
		background-color: rgba(12, 12, 12, 0.3);
		background-color: rgba(var(--swatch-menubg-black-color), 0.3);
		opacity: 1;
	}

	/*  Mobile Main Content (!MOMN)
==============================================================================*/

	body {
		background: inherit;
	}

	#main-content {
		margin-left: inherit;
	}

	div#page-options-bottom {
		width: 90%;
	}

	/*  Mobile Page Widgets (!MPGW)
==============================================================================*/

	.yui-navset {
		z-index: inherit;
	}

	.scp-image-block,
	.scp-image-block img {
		width: 100% !important;
	}
}

/* Tablet Size Fix */

@media (max-width: 61.1875rem) and (min-width: 48rem) {
	#main-content {
		margin-left: -webkit-calc(50vw - (44.25rem / 2) - 2rem);
		margin-left: -moz-calc(50vw - (44.25rem / 2) - 2rem);
		margin-left: calc(50vw - (44.25rem / 2) - 2rem);
		margin-left: -webkit-calc(50vw - (var(--body-width-on-desktop / 2) - 2rem));
		margin-left: -moz-calc(50vw - (var(--body-width-on-desktop / 2) - 2rem));
		margin-left: calc(50vw - (var(--body-width-on-desktop / 2) - 2rem));
	}
}

/* Animation Keyframes (!KFMS)
==============================================================================*/

@-webkit-keyframes tab-active {
	0% {
		padding-top: 0;
		margin-top: 0;
		margin-right: 0;
	}

	100% {
		padding-top: 0.5em;
		margin-top: -0.5em;
		margin-right: 0.0625rem;
	}
}

@-moz-keyframes tab-active {
	0% {
		padding-top: 0;
		margin-top: 0;
		margin-right: 0;
	}

	100% {
		padding-top: 0.5em;
		margin-top: -0.5em;
		margin-right: 0.0625rem;
	}
}

@-o-keyframes tab-active {
	0% {
		padding-top: 0;
		margin-top: 0;
		margin-right: 0;
	}

	100% {
		padding-top: 0.5em;
		margin-top: -0.5em;
		margin-right: 0.0625rem;
	}
}

@keyframes tab-active {
	0% {
		padding-top: 0;
		margin-top: 0;
		margin-right: 0;
	}

	100% {
		padding-top: 0.5em;
		margin-top: -0.5em;
		margin-right: 0.0625rem;
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fade {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes fade {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fade {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
