/* ----------------------------------------- */
/*  Tooltip
/* ----------------------------------------- */
  .tooltip {
    position: relative;
    display: inline-block;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

/* ----------------------------------------- */
/*  TS3 Viewer Box
/* ----------------------------------------- */
.body-ts3container {
	position:absolute;right:10px;
    margin-top: 310px;
    width: 17%;
	padding: 0.5em;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid #000;
	border-left: 6px solid #222;
	border-radius: 3px;
	color: #e9e7d8;
	box-shadow: 0 0 3px #000;
}
div#ts3viewer_1126276 {
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: -18px;
}
/* ----------------------------------------- */
/*  Dropdown Menu 
/* ----------------------------------------- */
.dropbtn {
  background-color: rgba(255, 255, 255, 0);
  color: black;
  padding: 16px; 
  font-size: 8px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown2 {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: relative;
  margin-left: -25%;
  padding-left: 35px; 
  background-color: rgba(0, 0, 0, 0.5);
  min-width: 100%;
  min-highet: 80px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  box-shadow: 0 0 3px #000;
  z-index: 1;
}
.dropdown-content a {
  color: black;
  /*padding: 3px 4px; */
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: rgba(255, 255, 255, 0);}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: rgba(255, 255, 255, 0);}

.dropdown-content a:hover {background-color: rgba(255, 255, 255, 0);}
.dropdown0:hover .dropdown-content {display: block;}
.dropdown0:hover .dropbtn {background-color: rgba(255, 255, 255, 0);}

.dropdown-content a:hover {background-color: rgba(255, 255, 255, 0);}
.dropdown1:hover .dropdown-content {display: block;}
.dropdown1:hover .dropbtn {background-color: rgba(255, 255, 255, 0);}

.dropdown-content a:hover {background-color: rgba(255, 255, 255, 0);}
.dropdown2:hover .dropdown-content {display: block;}
.dropdown2:hover .dropbtn {background-color: rgba(255, 255, 255, 0);}

.dropdown-content a:hover {background-color: rgba(255, 255, 255, 0);}
.dropdown3:hover .dropdown-content {display: block;}
.dropdown3:hover .dropbtn {background-color: rgba(255, 255, 255, 0);}

.dropdown-content a:hover {background-color: rgba(255, 255, 255, 0);}
.dropdown4:hover .dropdown-content {display: block;}
.dropdown4:hover .dropbtn {background-color: rgba(255, 255, 255, 0);}
/* ----------------------------------------- */
/*  Fonts
/* ----------------------------------------- */
@font-face {
  font-family: 'Signika';
  src: url("../fonts/signika/signika.woff2") format("woff2");
}
@font-face {
  font-family: 'Signika';
  src: url("../fonts/signika/signikaBold.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: 'Tiamat';
  src: url("../fonts/tiamat/tiamat.woff2") format("woff2");
}
/* ----------------------------------------- */
/*  Flexbox
/* ----------------------------------------- */
.flexrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flexcenter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.flexcol {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.flexrow > *,
.flexcol > * {
  flex: 1;
}
.flexrow > .flex0,
.flexcol > .flex0 {
  display: block;
  flex: 0;
}
.flexrow > .flex1,
.flexcol > .flex1 {
  flex: 1;
}
.flexrow > .flex2,
.flexcol > .flex2 {
  flex: 2;
}
.flexrow > .flex3,
.flexcol > .flex3 {
  flex: 3;
}
/* ----------------------------------------- */
/* Text
/* ----------------------------------------- */
/* Headers */
h1,
h2,
h3,
h4 {
  position: relative;
  margin: 0 0 0.5rem;
  padding: 0;
  font-weight: normal;
  text-shadow: 0 0 5px #000;
}
h1 {
  font-family: "Tiamat", "serif";
  font-size: 48px;
  text-shadow: 1px 1px 4px #000;
}
h2 {
  font-family: "Tiamat", "serif";
  font-size: 32px;
  line-height: 50px;
  text-shadow: 1px 1px 3px #000;
}
h3 {
  font-family: "Tiamat", "serif";
  font-size: 28px;
  line-height: 40px;
  text-shadow: 1px 1px 1px #000;
}
h4 {
  font-family: "Signika", "serif";
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  text-shadow: 1px 1px #000;
}
h2.border,
h3.border,
h4.border {
  border-top: 1px solid #000;
  border-bottom: 1px solid #7a7971;
  clear: both;
}
h2.border:after,
h3.border:after,
h4.border:after {
  display: block;
  content: '';
  border-bottom: 1px solid #000;
}
h2.border:before,
h3.border:before,
h4.border:before {
  display: block;
  content: '';
  border-top: 1px solid #7a7971;
}
hr {
  clear: both;
  border: 0;
  height: 2px;
  margin: 0.5em 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #e8e6d7, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #e8e6d7, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), #e8e6d7, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), #e8e6d7, rgba(0, 0, 0, 0));
}
hr.orange {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #ff6400, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #ff6400, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), #ff6400, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), #ff6400, rgba(0, 0, 0, 0));
}
hr.blue {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #5c87b9, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #5c87b9, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), #5c87b9, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), #5c87b9, rgba(0, 0, 0, 0));
}
/* Links */
a {
  cursor: pointer;
}
a[href] {
  color: #ff6400;
}
a:hover {
  text-shadow: 0 0 8px red;
}
h1 a.scrollto,
h2 a.scrollto,
h3 a.scrollto,
h4 a.scrollto {
  position: absolute;
  right: 0;
  font-size: 16px;
  line-height: 2em;
  color: #b5b3a4;
}
/* Paragraph */
p {
  margin: 0.5em 0;
}
::selection {
  background: #b5b3a4;
  color: #000;
  text-shadow: none;
}
/* Lists */
ul,
ol {
  margin: 0.5em 0;
  padding: 0 0 0 1.5em;
}
ul li,
ol li {
  margin-bottom: 0.5em;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
.index-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
dt {
  display: inline-block;
  text-shadow: 1px 1px #000;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #000;
  margin: 5px 0;
  padding: 1px 5px;
}
dd {
  margin: 5px 0 5px 10px;
}
dl dd dl {
  background: rgba(255, 255, 255, 0.05);
  padding: 5px 10px;
  border: 1px solid #b5b3a4;
  border-radius: 3px;
}
/* Blockquote */
blockquote {
  background: rgba(255, 255, 255, 0.05);
  margin: 1em 0;
  padding: 0.5em;
  border: 1px solid #000;
  border-left: 6px solid #222;
  border-radius: 3px;
  font-style: italic;
  color: #e9e7d8;
  box-shadow: 0 0 3px #000;
}
blockquote em {
  font-style: normal;
}
/* Images */
img {
  max-width: 100%;
  border: 1px solid #000;
  box-shadow: 0 0 4px #000;
  margin: 10px 0;
}
img.noborder {
  border: none;
  box-shadow: none;
}
img.left {
  float: left;
  margin: 0 20px 10px 0;
}
img.right {
  float: right;
  margin: 0 0 10px 20px;
}
img.pixel {
  position: fixed;
  top: -1px;
  left: -1px;
  visibility: hidden;
}
/* Figures */
figure {
  margin: 10px 0;
}
figure img {
  display: block;
  margin: 0 auto;
}
figure figcaption {
  margin: 5px 0 0;
  font-style: italic;
  font-size: 0.875em;
  text-align: center;
}
figure.center {
  clear: both;
}
figure.center img,
figure.center video {
  max-width: 90%;
  margin: 0 auto;
}
figure.right {
  clear: right;
  float: right;
  max-width: 30%;
  margin: 0 0 10px 10px;
}
figure.left {
  clear: left;
  float: left;
  max-width: 30%;
  margin: 0 10px 10px 0;
}
/* Iframes */
iframe {
  max-width: 100%;
  border: 2px solid #000;
  box-shadow: 0 0 4px #777;
  margin: 0.5em auto;
}
/* Inline Code Blocks */
p code,
li code,
span code {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #000;
  padding: 1px 3px;
  color: #e9e7d8;
  font-size: 0.875rem;
  border-radius: 3px;
  word-break: keep-all;
  white-space: nowrap;
}
code.hljs {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 4px #666;
}
/* Progress Bar */
#loading {
  display: none;
  width: 100%;
  height: 16px;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid var(--color-border-dark);
  box-shadow: 0 0 4px #b2c3ff;
  border-radius: 4px;
  z-index: calc(var(--z-index-canvas) + 1);
}
#loading label {
  line-height: 16px;
  position: absolute;
  top: -4px;
  padding: 0 5px;
  font-size: var(--font-size-18);
  color: #e9e7d8;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 6px #e9e7d8;
}
#loading #loading-bar {
  position: relative;
  margin: 3px;
  height: 10px;
  background: #5d49ff;
  border: 1px solid #b2c3ff;
  border-radius: 2px;
  top: 3px;
}
#loading #context {
  left: 5px;
}
#loading #progress {
  top: -4px;
  right: 0;
  padding: 0 8px;
}
* {
  box-sizing: border-box;
}
body {
  width: 100%;
  min-height: 100vh;
  overflow: hidden auto;
  margin: 0;
  background-image: url(../assets/ui/denim.png);
  background-repeat: repeat;
  background-size: auto;
  font-family: "Signika", "Palatino Linotype", serif;
  font-size: 15px;
  color: #d9d7c8;
}
main#main-content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  background: url("../assets/ui/srs-bg-bw.png") 50% 40% no-repeat;
}
.primary-content {
  flex: 1;
  margin: 0;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #000;
  box-shadow: 0 0 4px #666 inset;
}
.primary-content.short-content {
  flex: 0;
}
section#sidebar {
  flex: 0 0 300px;
  margin: 0 0 0 20px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #000;
  box-shadow: 0 0 4px #666 inset;
}
@media (max-width: 1024px) {
  section#sidebar {
    display: none;
  }
}
/* ---------------------------------------- */
/*  Form Input Elements                     */
/* ---------------------------------------- */
input,
select,
textarea {
  padding: 0.25rem 0.5rem;
  background: #d9d7c8;
  border: 1px solid #EEE;
  outline: 1px solid #000;
  border-radius: 2px;
  color: #191813;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 4px red;
}
input::selection,
select::selection,
textarea::selection {
  background: rgba(0, 0, 0, 0.2);
}
input[disabled],
select[disabled],
textarea[disabled] {
  background: #c9c7b6;
  border: 1px solid #999;
  color: #666;
}
input,
select {
  height: 28px;
  line-height: 26px;
}
textarea {
  height: 300px;
}
input[type="checkbox"] {
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
input[type="file"] {
  height: 36px;
}
/* ---------------------------------------- */
/*  Form Buttons                            */
/* ---------------------------------------- */
button,
a.button,
label.button {
  box-sizing: content-box;
  height: 32px;
  width: calc(100% - 4px);
  margin: 5px 1px;
  background: #d9d7c8;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 0 3px;
  font-size: 14px;
  font-family: Signika, serif;
  color: #191813;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
}
button:hover,
a.button:hover,
label.button:hover {
  text-shadow: 0 0 5px #ff6400;
  box-shadow: 0 0 4px red;
}
button i.fa,
a.button i.fa,
label.button i.fa {
  margin: 0 3px;
  color: #191813;
}
button:disabled,
a.button:disabled,
label.button:disabled {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}
button > *,
a.button > *,
label.button > * {
  pointer-events: none;
}
.button {
  display: inline-block;
}
/* ---------------------------------------- */
/*  Form Groups and Fields                  */
/* ---------------------------------------- */
.form-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 6px;
  padding: 2px 0;
}
.form-group label {
  flex: 3;
  margin-right: 5px;
  font-weight: bold;
}
.form-group > * {
  line-height: 26px;
  flex: 2;
}
.form-group .form-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.form-group .form-fields * {
  flex: auto;
}
.form-group.stacked {
  flex-wrap: wrap;
}
.form-group.stacked label,
.form-group.stacked > * {
  flex: 0 0 100%;
}
.form-group.hidden {
  display: none;
}
.form-group .hint {
  flex: 0 0 100%;
  color: #b5b3a4;
  font-size: 13px;
  line-height: 1.25em;
  margin: 6px 0;
}
.form-group .hint > :first-child {
  margin-top: 0;
}
.form-group .hint > :last-child {
  margin-bottom: 0;
}
/**
 * Always stack form fields for small width devices
 */
@media (max-width: 600px) {
  .form-group {
    flex-wrap: wrap;
  }
  .form-group label,
  .form-group > * {
    flex: 0 0 100%;
  }
}
form .errorlist {
  flex: 0 0 100%;
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
form .errorlist li {
  background: rgba(105, 0, 8, 0.6);
  border: 1px solid #750003;
  padding: 5px 10px;
  margin-bottom: 0.5em;
  border-radius: 5px;
  box-shadow: 0 0 10px #000;
  color: #e4e2d1;
}
form .errorlist li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1em;
  content: "\f06a";
}
/* ----------------------------------------- */
/*  TinyMCE Editor
/* ----------------------------------------- */
.tox.tox-tinymce {
  border: 1px solid #d9d7c8;
  border-radius: 3px;
}
.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
  background: #89887f !important;
  border-bottom: 1px solid #4b4a44;
  box-shadow: 0 0 5px #000;
}
.tox .tox-edit-area__iframe {
  background: #b5b3a4 !important;
}
.tox.tox-tinymce-aux {
  flex: 0;
}
/* ----------------------------------------- */
/*  Google Recaptcha Badge
/* ----------------------------------------- */
#recaptcha-badge {
  float: right;
}
#recaptcha-badge .recaptcha-badge {
  box-shadow: none;
}
#recaptcha-badge iframe {
  margin: 0;
}
/* ----------------------------------------- */
/* Modal Windows
/* ----------------------------------------- */
input.modal-trigger {
  display: none;
}
input.modal-trigger:checked ~ .modal {
  display: flex;
}
.modal {
  width: 100%;
  height: calc(100vh - 40px);
  display: none;
  background: url(../assets/ui/denim.png);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px #000 inset;
}
.modal .modal-frame {
  margin-top: -100px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 0 0 30px #000;
}
.modal .modal-close {
  font-size: 2em;
  position: absolute;
  right: 24px;
  top: 12px;
}
.modal .modal-close:hover {
  text-shadow: 0 0 3px #ff6400;
}
header#main-header {
  flex: 0 0 40px;
  margin: 0;
  border-bottom: 2px solid #000;
  box-shadow: 0 0 20px #000 inset;
}
.home header#main-header {
  flex: 0 0 300px;
  background: url("../assets/ui/home-banner.webp") 50% 15% no-repeat;
  background-size: cover;
}
header.page-header {
  width: 100%;
  flex: 0 0 100%;
  max-height: 100px;
  margin: 0 0 10px 0;
  background: url("../assets/ui/home-banner.webp") 50% 15% no-repeat;
  background-size: cover;
  border: 2px solid #000;
  border-radius: 5px;
}
header.page-header .page-title {
  font-family: "Tiamat", "Signika", "serif";
  font-size: 48px;
  margin: 0;
  padding: 20px;
  line-height: 60px;
  text-shadow: 0 0 10px #000;
}
/* Top Navigation */
nav#top-navigation {
  height: 40px;
  background: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #333;
  box-shadow: 0 0 10px #000;
  z-index: 110;
}
nav#top-navigation ol#navigation-menu {
  flex: 1;
  height: 40px;
  line-height: 40px;
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
nav#top-navigation ol#navigation-menu li {
  flex: auto;
  max-width: 240px;
}
nav#top-navigation ol#navigation-menu li a {
  display: block;
  position: relative;
  font-size: 15px;
  color: #d9d7c8;
  text-align: left;
  text-decoration: none;
}
nav#top-navigation ol#navigation-menu li a i.fas {
  position: relative;
  font-size: 20px;
  line-height: 40px;
  margin-right: 10px;
  top: 2px;
}
/* Navigation Menu Trigger Mechanism */
#nav-trigger-label {
  display: none;
  height: 30px;
  width: 30px;
  margin: 5px 10px;
}
#nav-mobile-trigger {
  display: none;
}
/*@media (max-width: 1260px) {
  #navigation-menu {
    display: none;
  }
  #nav-trigger-label {
    display: block;
  }
  #nav-mobile-trigger:checked ~ #navigation-menu {
    display: block;
    background: url(../assets/ui/denim.png);
    height: auto;
    width: 320px;
    padding: 0 10px 10px;
    position: fixed;
    top: 40px;
    font-size: 16px;
    text-shadow: 0 0 4px #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    box-shadow: 0 0 20px #000;
    z-index: 99;
  }
  #nav-mobile-trigger:checked ~ #navigation-menu li a {
    font-size: 18px;
  }
  #nav-mobile-trigger:checked ~ #nav-trigger-label i:before {
    content: "\F00D";
  }
}


/* Site Title */
h1#site-title {
  margin: 50px 0 0;
  font-family: "Tiamat", "Signika", "serif";
  color: #ebe9d9;
  font-size: 72px;
  line-height: 100px;
  text-align: center;
  text-shadow: 0 0 20px #000;
}
h2#site-subtitle {
  font-family: "Tiamat", "Signika", "serif";
  color: #d9d7c8;
  font-size: 48px;
  line-height: 80px;
  text-align: center;
  text-shadow: 0 0 10px #000;
}
/* ---------------------------------------- */
/* Notifications                            */
/* ---------------------------------------- */
#banner-messages {
  position: fixed;
  width: 90%;
  top: 40px;
  left: 5%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  z-index: 111;
}
#banner-messages > * {
  max-width: 1200px;
  margin: 0.5em auto;
}
.notification,
.note {
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  border: 1px solid #191813;
  border-radius: 5px;
  box-shadow: 0 0 4px #000;
  color: #e4e2d1;
  text-shadow: 1px 1px 3px #000;
}
.notification::before,
.note::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1em;
}
.notification.info,
.note.info,
.notification.success,
.note.success {
  background: rgba(47, 80, 132, 0.8);
  border: 1px solid #5c87b9;
}
.notification.info::before,
.note.info::before,
.notification.success::before,
.note.success::before {
  content: "\f05a";
}
.notification.warning,
.note.warning {
  background: rgba(214, 150, 0, 0.8);
  border: 1px solid #d69e07;
}
.notification.warning::before,
.note.warning::before {
  content: "\f071";
}
.notification.error,
.note.error {
  background: rgba(105, 0, 8, 0.8);
  border: 1px solid #750003;
}
.notification.error::before,
.note.error::before {
  content: "\f06a";
}
.notification.success,
.note.success {
  background: #277200;
  border: 1px solid #2fd701;
}
.notification.success::before,
.note.success::before {
  content: "\f05a";
}
.notification.recommended,
.note.recommended {
  width: 100%;
  flex: none;
  background: rgba(138, 211, 4, 0.4);
}
.notification.recommended::before,
.note.recommended::before {
  content: "\f058";
}
.notification.stable,
.note.stable {
  width: 100%;
  flex: none;
  background: rgba(138, 211, 4, 0.4);
}
.notification.stable::before,
.note.stable::before {
  content: "\f6d9";
}
.notification.testing,
.note.testing {
  width: 100%;
  flex: none;
  background: rgba(211, 192, 4, 0.4);
}
.notification.testing::before,
.note.testing::before {
  content: "\f0ad";
}
.notification.development,
.note.development {
  width: 100%;
  flex: none;
  background: rgba(211, 119, 4, 0.4);
}
.notification.development::before,
.note.development::before {
  content: "\f6e3";
}
.notification.prototype,
.note.prototype {
  width: 100%;
  flex: none;
  background: rgba(211, 20, 4, 0.4);
}
.notification.prototype::before,
.note.prototype::before {
  content: "\f1e2";
}
.notification.hidden,
.note.hidden {
  display: none;
}
footer#main-footer {
  flex: 0 0 60px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  border-top: 2px solid #000;
  box-shadow: 0 0 20px #000;
}
p.copyright {
  width: 100%;
  margin: 5px 0 10px 0;
  color: #b5b3a4;
  text-align: center;
  line-height: 30px;
}
ol#legal-links {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
  line-height: 30px;
}
ol#legal-links li {
  min-width: 160px;
  font-family: "Tiamat", serif;
  font-size: 18px;
  text-align: center;
}
ol#legal-links li a {
  color: #b5b3a4;
}
#privacy-policy-prompt {
  position: fixed;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#sidebar .social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar .social-links li {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #000;
  border-radius: 3px;
  margin: 5px 0;
  padding: 5px;
  font-size: 18px;
  text-align: center;
}
#sidebar .social-links li i {
  float: left;
  margin-left: 10px;
  line-height: 24px;
}
#release-date {
  margin: 0 0 0.5em;
  padding: 0.5em;
  background: #822a15;
  border: 2px solid #111;
  border-radius: 5px;
  text-shadow: 1px 1px 2px #000;
}
#release-date .prepurchase {
  color: #d9d7c8;
  font-weight: bold;
}
/* ---------------------------------------- */
/* Oauth Buttons                            */
/* ---------------------------------------- */
a.button.oauth {
  height: 48px;
  flex: 1;
  max-width: 360px;
  padding: 0;
  margin: 0 5px 0 0;
  background: #FFF;
  border: 2px solid #000;
  border-radius: 3px;
}
a.button.oauth img {
  height: 48px;
  width: 48px;
  margin: 0;
  float: left;
  border: none;
  box-shadow: none;
}
a.button.oauth label {
  display: block;
  text-align: left;
  font-size: 20px;
  line-height: 48px;
}
/* ---------------------------------------- */
/* Login Form                               */
/* ---------------------------------------- */
#login-form {
  flex: 0 0 320px;
  padding: 1px 10px 1px 0;
  justify-content: flex-end;
}
#login-form button,
#login-form .button {
  height: 28px;
  flex: 0 0 80px;
  margin: 4px 0 4px 6px;
}
#login-form #login-welcome {
  text-align: right;
  padding: 0 0.25em;
  line-height: 40px;
}
#modal-login .modal-frame {
  width: 360px;
}
#modal-login .form-group label {
  flex: 0;
  font-size: 1.25em;
}
#modal-login .form-group input {
  flex: 2 !important;
}
#modal-login p.notes {
  margin: 0.5em 0;
  text-align: left;
  font-size: 13px;
  color: #b5b3a4;
}
#modal-login button#login-login {
  margin: 0 2px 0;
}
li.article {
  padding: 8px 0;
}
li.article .article-title {
  font-family: "Tiamat", "Signika", "serif";
  font-size: 24px;
  margin: 0;
  text-shadow: 0 0 3px #000;
}
li.article .article-title a {
  color: #d9d7c8;
}
/* Knowledge Base */
#knowledge-base .primary-content h2 {
  margin: 0;
  text-align: center;
}
#knowledge-base .primary-content .knowledge-base-list {
  margin: 5px 0;
  column-count: 2;
  column-rule: 2px groove #7a7971;
  column-gap: 40px;
}
#knowledge-base .primary-content .knowledge-base-list .article-title {
  line-height: 32px;
  font-size: 24px;
}
#game-controls h2 {
  padding: 2px 0;
  border-top: 1px solid #b5b3a4;
  border-bottom: 1px solid #b5b3a4;
}
#game-controls h3 {
  padding: 2px 0;
  border-top: 1px solid #7a7971;
  border-bottom: 1px solid #7a7971;
}
#game-controls ol.hotkey-list {
  list-style: none;
  padding: 0;
}
#game-controls ol.hotkey-list > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 5px 0;
}
#game-controls ol.hotkey-list > li > * {
  flex: 1;
}
#game-controls ol.hotkey-list > li > .flex0 {
  display: block;
  flex: 0;
}
#game-controls ol.hotkey-list > li > .flex1 {
  flex: 1;
}
#game-controls ol.hotkey-list > li > .flex2 {
  flex: 2;
}
#game-controls ol.hotkey-list > li > .flex3 {
  flex: 3;
}
#game-controls ol.hotkey-list h4 {
  margin: 0;
  flex: 2;
  line-height: 24px;
  text-decoration: none;
}
#game-controls ol.hotkey-list .keys {
  flex: 3;
}
#game-controls ol.hotkey-list .key {
  display: inline-block;
  margin: 0 1px;
  padding: 2px 4px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #7a7971;
  border-radius: 5px;
  box-shadow: 1px 1px #444;
  text-align: center;
  min-width: 24px;
}
.collapsible {
  width: 100%;
  margin: 0.5em 0;
  cursor: pointer;
}
.collapsible .collapsible-header {
  cursor: pointer;
  padding: 0 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
  border-radius: 4px 4px 0 0;
  font-size: 1.125rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.collapsible .collapsible-header:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}
.collapsible .collapsible-content {
  max-height: 0;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  opacity: 0;
  border: 1px solid #000;
  border-top: none;
  border-radius: 0 0 4px 4px;
  transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
}
.collapsible.active .collapsible-header:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}
.collapsible.active .collapsible-content {
  opacity: 1;
}
.user-profile .primary-content {
  padding: 1em;
}
.user-profile .profile-sidebar {
  flex: 0 0 200px;
  margin-right: 1em;
  text-align: center;
}
.user-profile .profile-sidebar .avatar {
  margin: 0 0 0.5em;
}
.user-profile .profile-sidebar .user-title {
  color: #b5b3a4;
}
.user-profile .profile-sidebar .button {
  position: relative;
}
.user-profile .profile-sidebar .button i {
  position: absolute;
  top: 8px;
  left: 8px;
}
.user-profile .profile-content {
  flex: 1;
}
.user-profile .profile-content .profile-biography {
  margin: 1em 0;
}
.user-profile .license .license-key {
  color: #d9d7c8;
  margin: 0;
}
.user-profile .license label {
  display: inline-block;
  width: 160px;
  margin-left: 10px;
}
.user-profile .subscription label {
  display: inline-block;
  width: 160px;
  margin-left: 10px;
}
.user-profile .subscription .package {
  margin-left: 10px;
}
.user-profile .software-download {
  width: 460px;
}
.user-profile .software-download > label {
  flex: 1;
}
.user-profile .software-download a.button {
  margin: 3px 0 3px 5px;
}
.user-profile form {
  padding: 0 1em;
}
.user-profile .account-link {
  flex-direction: column;
}
.user-profile .account-info {
  display: flex;
  align-items: center;
}
.user-profile .account-info > * {
  margin: 0 3px;
  flex: 2;
}
.edit-user .form-group.avatar label {
  flex: 1;
}
.edit-user .form-group.avatar .form-fields {
  display: block;
  text-align: right;
}
.edit-user button.oauth-button {
  flex: 0 0 128px;
  margin: -3px 0 0 10px;
}
.user-badges img.badge-icon {
  flex: 0 0 64px;
  margin: 2px 3px;
}
/* Home Page */
section#overview {
  font-size: 18px;
  text-align: center;
  color: #ebe9d9;
}
section#overview h2 {
  text-align: center;
}
section#overview h2.about {
  text-decoration: underline;
}
section#overview blockquote.principal {
  width: 60%;
  margin: 1em auto;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #000;
  border-left: 6px solid #222;
  border-radius: 3px;
  color: #e9e7d8;
  box-shadow: 0 0 3px #000;
}
section#overview ol.social-links {
  margin: 0.25em 0 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
section#overview ol.social-links li {
  flex: 0 0 150px;
  font-size: 18px;
}
section#overview ol.social-links i.fab {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border: 1px solid #000;
  border-radius: 2px;
  margin-right: 10px;
}
section#overview blockquote.testimonial {
  font-size: 16px;
  text-align: left;
}
section#overview blockquote.testimonial h3 {
  font-style: normal;
}
/* Releases Directory */
#releases-directory .release {
  align-items: center;
}
#releases-directory h3 {
  flex: 0 0 150px;
  line-height: 24px;
}
#releases-directory .release-time {
  margin: 0 10px;
  color: #b5b3a4;
}
#releases-directory .release-tag {
  flex: 0;
  color: #d9d7c8;
}
#releases-directory .release-tag.stable {
  background: rgba(138, 211, 4, 0.4);
}
#releases-directory .release-tag.prototype {
  background: rgba(211, 20, 4, 0.4);
}
#releases-directory .release-tag.development {
  background: rgba(211, 119, 4, 0.4);
}
#releases-directory .release-tag.testing {
  background: rgba(211, 192, 4, 0.4);
}
/* Release Notes */
.releases .release-tags {
  margin-top: 10px;
}
.releases .release-tag {
  position: relative;
  top: -4px;
  padding: 2px 5px;
  margin-right: 5px;
  font-family: Signika, serif;
  font-size: 16px;
  color: #b5b3a4;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #000;
  border-radius: 2px;
}
.releases .index-list a {
  color: #d9d7c8;
}
/* Packages Home */
#packages-home .index-list a {
  color: #d9d7c8;
}
#packages-home .tag {
  flex: 0 0 36px;
  height: 32px;
  margin: 0;
  line-height: 24px;
  text-align: center;
}
#packages-home #package-types {
  border: none;
}
#packages-home .category-list {
  border: none;
  column-count: 2;
  column-gap: 40px;
}
#packages-home .category-list .package-tag h4 {
  line-height: 32px;
  margin: 0;
}
/* Packages List */
.packages h2.package-category {
  margin: 0;
  padding-bottom: 0.5rem;
  border: none;
}
.packages .index-list {
  border-top: 2px groove #4b4a44;
  border-bottom: 2px groove #4b4a44;
  margin-bottom: 1em;
}
.packages .package {
  margin: 0;
  border-top: 1px solid #4b4a44;
  border-bottom: 1px solid #191813;
}
.packages .package:first-child {
  border-top: none;
}
.packages .package:last-child {
  border-bottom: none;
}
.packages .metadata {
  list-style: none;
  padding: 0;
}
.packages .metadata li {
  margin: 5px 5px 0 0;
}
.packages #package-directory .metadata {
  margin: 0;
}
.packages .tag {
  flex: none;
  padding: 3px 5px;
  margin: 0 0 0 3px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #555;
  box-shadow: 0 0 2px #000;
}
.packages .tag i {
  margin-right: 5px;
}
.packages .note {
  margin: 0.5rem 0;
}
.packages .package-header h3 {
  font-family: "Signika", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
.packages ol.package-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.packages ol.package-details > li {
  margin: 5px 0;
  padding: 5px 0;
}
.packages ol.package-details > li h4 {
  flex: 0 0 200px;
  line-height: 28px;
  margin: 0;
}
.packages ol.package-details > li .metadata {
  justify-content: flex-end;
}
/* Storefront */
.purchase #payment-price {
  width: 100%;
  max-width: 720px;
  margin: 10px auto;
  border-spacing: 0 0;
}
.purchase #payment-price th,
.purchase #payment-price td {
  padding: 0.5em 0.25em;
}
.purchase #payment-price thead th {
  border-bottom: 1px solid #b5b3a4;
}
.purchase #payment-price .desc {
  text-align: left;
  width: 60%;
}
.purchase #payment-price .amt {
  width: 40%;
  text-align: right;
}
.purchase #payment-price .promotion td {
  background: rgba(47, 80, 132, 0.5);
  border-top: 1px solid #5c87b9;
  border-bottom: 1px solid #5c87b9;
}
.purchase #payment-price .total td {
  border-top: 1px solid #b5b3a4;
  font-weight: bold;
}
.purchase #payment-price #whytax {
  color: #b5b3a4;
}
.purchase #discount-form #discount-instructions p {
  margin: 0;
}
.purchase #discount-form button {
  flex: 0 0 60px;
  margin: -3px 5px 0;
}
.purchase .note {
  flex: 0 0 100%;
}
.purchase #purchase-terms label {
  flex: 0 0 100%;
  font-weight: normal;
  line-height: 20px;
  margin: 0.5em 0;
}
.purchase #card-element {
  padding: 10px;
  background: #d9d7c8;
  border: 1px solid #EEE;
  outline: 1px solid #000;
  border-radius: 3px;
}
.purchase #card-element iframe {
  box-shadow: none;
}
/** Content Creator Portal */
.creators #upload-messages pre code {
  white-space: pre;
  background: rgba(0, 0, 0, 0.8);
  color: #d9d7c8;
}
/** Website Status */
		.online {
		color: green;
		}

		.offline {
		color: red;
		}