/* ------------------------------------------
DO NOT EDIT THIS FILE!
DOING SO IS A POOR LIFE DECISION...

Why? - This file is automatically generated
SASS output and if you add css here then it
will probably be overwritten.

What to do? - Add custom css to the child theme
"style.css" file.
------------------------------------------ */
/* Categories 01 to 03 are the basics. */
/*
@font-face {
	font-family: 'Muli';
	src: local('Muli Regular'), local('Muli-Regular'),
		url('fonts/Muli-Regular.woff2') format('woff2'),
		url('fonts/Muli-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
*/
/* Variables ----------------------------- */
:root {
  /* Fonts */
  --body-font: sans-serif;
  --heading-font: sans-serif;
  /* Colors */
  --site-bg-color: #171717;
  --site-text-color: #fff;
  --site-menu-text-color: ;
  --site-theme-color: #A87B43;
  --site-theme-color-light: #CAAF7D;
  --site-theme-color-dark: #895900;
  --button-bg-color: #ff5c00;
  --button-border-color: #ff5c00;
  --button-bg-hover-color: #b30f0b;
  --button-bg-hover-border-color: #b30f0b;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

body, table, tbody, thead, tr, th, td, iframe, div, section, article, aside, header, footer, main, menu, nav, h1, h2, h3, h4, h5, h6, hr, form, fieldset, legend, button, input, select, optgroup, option, textarea, ul, ol, li, dl, dt, dd, blockquote, p, details, summary, pre, figure, img, audio, canvas, video, object, embed, span, a, strong, b, em, i, u, s, cite, abbr, sub, sup, mark, del, ins, code, kbd, samp, var {
  vertical-align: top;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  text-transform: none;
  color: inherit;
  background: none;
  overflow: visible;
}

iframe, div, section, article, aside, header, footer, main, menu, nav, h1, h2, h3, h4, h5, h6, hr, form, fieldset, legend, ul, ol, dl, dt, dd, blockquote, p, details, summary, pre, figure, figcaption {
  display: block;
}

img, audio, canvas, video, object, embed {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

[hidden],
template {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

html {
  z-index: 0;
  font-size: 125%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  background: #000;
}

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

body {
  position: relative;
  font-size: 1em;
  line-height: 1.5;
  background-color: var(--site-overlay-color);
  font-family: var(--body-font), Arial, sans-serif;
  font-weight: var(--body-font-weight);
  color: #fff;
}
#bg-image {
  content: "";
  background-image: var(--site-bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  z-index: -1;
  pointer-events: none;
}
button {
  cursor: pointer;
}

/* Clearing ------------------------------ */
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

/* Container ----------------------------- */
.contain {
  display: block;
  position: relative;
  margin: auto;
  padding: 0 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 48.5em) {
  .contain {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 118.5em) {
  .contain {
    padding-left: calc(50% - 45rem);
    padding-right: calc(50% - 45rem);
  }
}
@media only screen and (min-width: 82.5em) {
  .contain--small {
    padding-left: calc(50% - 20rem);
    padding-right: calc(50% - 20rem);
  }
}
@media only screen and (min-width: 82.5em) {
  .contain--medium {
    padding-left: calc(50% - 24.5rem);
    padding-right: calc(50% - 24.5rem);
  }
}
@media only screen and (min-width: 98.5em) {
  .contain--large {
    padding-left: calc(50% - 36rem);
    padding-right: calc(50% - 36rem);
  }
}
@media only screen and (min-width: 118.5em) {
  .contain--large {
    padding-left: calc(50% - 40rem);
    padding-right: calc(50% - 40rem);
  }
}
.contain--fullwidth {
  padding-left: 0;
  padding-right: 0;
}
.contain--vpad {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}
.contain--tpad {
  padding-top: 3.5rem;
  padding-bottom: 1px;
}
.contain--bpad {
  padding-top: 1px;
  padding-bottom: 3rem;
}

/* Layout -------------------------------- */
.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

/* Misc Elements ------------------------- */
.ab-play-button {
  height: 3rem;
  transition: 0.3s;
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--heading-font), var(--body-font), Arial, sans-serif;
  margin: 0 0 0.5em 0;
  line-height: normal;
  font-weight: 400;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 82.5em) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 68.5em) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: 1.35rem;
  color: var(--second-heading-color);
}

h4, .h4 {
  font-size: 1.25rem;
  color: var(--second-heading-color);
}

h5, .h5 {
  font-size: 1rem;
  color: var(--second-heading-color);
}

h6, .h6 {
  font-family: var(--body-font), Arial, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: var(--second-heading-color);
  margin-bottom: 0.25rem;
}

/* Over here, place any elements that do not need to have their own file. */
p {
  margin: 0 0 1em 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
  font-size: 0.75em;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong,
b {
  font-weight: 700;
}

u,
ins {
  text-decoration: underline;
}

s,
del {
  text-decoration: line-through;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code,
pre {
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.4em 0.6em;
}

code {
  background: rgba(0, 0, 0, 0.075);
  border-radius: 0.25em;
}

pre {
  margin: 0 0 1.5em 0;
}

a {
  text-decoration: none;
  transition: all 300ms ease;
  color: var(--link-color);
}
a:hover, a:focus {
  color: var(--link-hover-color);
}

.main-content a:not(.button):not(#header a):not(#footer a):not(.wp-block-button__link):hover, .main-content a:not(.button):not(#header a):not(#footer a):not(.wp-block-button__link):focus {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

ul,
ol {
  margin: 0 0 1.5em 2.5em;
}

li > ul,
li > ol {
  margin: 0 0 0 1.5em;
}

li {
  margin: 0 0 0.5em 0;
}

dl {
  margin: 0 0 1.5em 0;
}

dd {
  margin: 0 1.5rem 1.5em;
}

dt {
  font-weight: bold;
}

.main-content ul:not([id]):not(.site-tree__list) {
  list-style: none;
  position: relative;
  margin-left: 0;
  margin-bottom: 1.5em;
}
.main-content ul:not([id]):not(.site-tree__list) li {
  position: relative;
  display: block;
  padding-left: 1.5rem;
}
.main-content ul:not([id]):not(.site-tree__list) li:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  background-image: var(--list-icon-image);
  background-repeat: no-repeat;
  width: 0.9em;
  height: 0.9em;
  background-size: 0.9em 0.9em;
  top: 0.2em;
  overflow: hidden;
}

@media only screen and (min-width: 82.5em) {
  ul.is-style-cols-3-searchable {
    columns: 2;
    column-gap: 1rem;
  }
}
@media only screen and (min-width: 98.5em) {
  ul.is-style-cols-3-searchable {
    columns: 3;
    column-gap: 1rem;
  }
}

code,
input[type=url],
input[type=email],
input[type=tel] {
  direction: ltr;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
textarea,
select {
  display: block;
  border: 1px solid var(--borders-color);
  border-radius: 0;
  padding: 0.5em 0.75em;
  max-width: 100%;
  width: 100%;
  color: var(--base-font-color);
  background: var(--box-bg-color);
  font-size: 0.9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

label {
  line-height: 1;
  display: block;
}

input::placeholder,
textarea::placeholder {
  color: #818692;
  line-height: normal;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #818692;
  line-height: normal;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #818692;
  line-height: normal;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #818692;
  line-height: normal;
}

blockquote,
figcaption {
  margin: 0 0 1.5em 0;
  font-style: italic;
}

blockquote i,
figcaption i {
  font-style: normal;
}

iframe,
img,
svg,
audio,
canvas,
video,
object,
embed {
  vertical-align: middle;
  max-width: 100%;
}

figure {
  margin: 0 0 1.5em 0;
}

iframe {
  margin: 0 auto 1.5em auto;
  max-width: 100%;
}

video {
  display: block;
}

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

table {
  margin: 0 0 1.5em 0;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  color: inherit;
}

th {
  font-weight: bold;
}

.table-responsive,
.wp-block-table {
  border: none !important;
  min-height: 0.01%;
  overflow-x: auto;
}

.wiki-table,
.wp-block-table table {
  position: relative;
  border: none;
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 0;
}
.wiki-table tr,
.wp-block-table table tr {
  font-size: inherit;
  transition: 0.15s;
}
.wiki-table tr:nth-child(2n+1),
.wp-block-table table tr:nth-child(2n+1) {
  background-color: rgba(50, 50, 50, 0.4);
}
.wiki-table tr:nth-child(odd),
.wp-block-table table tr:nth-child(odd) {
  background-color: rgba(50, 50, 50, 0.4);
}
.wiki-table tr:last-child td,
.wp-block-table table tr:last-child td {
  border-bottom: 0;
}
.wiki-table tr td:last-child,
.wp-block-table table tr td:last-child {
  border-right: none;
}
.wiki-table th, .wiki-table td,
.wp-block-table table th,
.wp-block-table table td {
  border: none;
  padding: 0.3em 0.4em;
  border-bottom: 1px solid #282828;
  border-right: 1px solid #282828;
}

.infobox {
  display: block;
  position: relative;
  overflow: hidden;
}
.infobox tr {
  position: relative;
}
.infobox .wiki-table {
  margin: 0;
  table-layout: fixed;
}
.infobox .infobox__head {
  text-align: center;
  background-color: var(--box-bg-color) !important;
}
.infobox .infobox__head th {
  padding: 0.5rem 0.5rem;
  border: 1px solid transparent;
  border-bottom-color: var(--borders-color);
}
.infobox .infobox__head h3 {
  font-family: var(--body-font);
  margin: 0;
  color: var(--second-heading-color);
}
.infobox .infobox__head:hover {
  background: rgba(50, 50, 50, 0.4);
}
.infobox .infobox__row--has-link td {
  padding-bottom: 2rem;
}
.infobox .infobox__row-link {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto 0.25em;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  width: fit-content;
  z-index: 3;
  font-size: 0.7rem;
  padding: 0.15em 0.7rem;
  line-height: 1.1;
  height: 1.8rem;
}
.infobox-img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 10rem;
  height: 10rem;
  margin: 0 auto;
  overflow: hidden;
  transition: transform 0.3s ease-in-out 0s;
  transform: scale(1);
}
.infobox-img img {
  position: absolute;
  object-fit: contain;
  object-position: center center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.infobox-image--full .infobox-img img {
  position: relative;
}
.infobox-image--full .infobox-img {
  max-width: none !important;
  height: auto !important;
}
.infobox__col-title {
  padding-left: 0.5rem;
  margin-left: 0.2rem;
  color: var(--second-heading-color);
}
.infobox__col-content {
  position: relative;
  padding-left: 0.5rem;
  margin-left: 0.2rem;
  word-break: break-word;
}
.infobox__col-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  overflow: hidden;
  background: radial-gradient(circle, var(--second-heading-color) 0%, transparent 100%);
}

/* Category 05 is all about adjusting the default block styles to the given layout. */
.wp-block-columns {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.wp-block-columns.has-background {
  padding: 1em;
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
.wp-block-columns .wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-bottom, .wp-block-columns .wp-block-column.is-vertically-aligned-center, .wp-block-columns .wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
@media only screen and (max-width: 48.49em) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media only screen and (min-width: 48.5em) and (max-width: 58.49em) {
  .wp-block-columns .wp-block-column {
    flex-basis: calc(50% - 0.5rem) !important;
    flex-grow: 0;
  }
  .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 1rem;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 58.5em) {
  .wp-block-columns .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns .wp-block-column[style] {
    flex-grow: 0;
  }
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 58.5em) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}

/* Buttons ------------------------------- */
.button,
.wp-block-button__link,
input[type=button],
input[type=reset],
input[type=submit] {
  position: relative;
  overflow: hidden;
  z-index: 0;
  color: var(--btn-font-color);
  background: var(--btn-border-color);
  display: inline-block;
  vertical-align: middle;
  border: 1px solid var(--btn-border-color);
  border-radius: 0;
  padding: 0.6em 1.5em 0.8em;
  font-size: 1em;
  font-weight: var(--body-font-weight);
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms;
  clip-path: var(--btn-clip-path);
  border: 1px solid transparent;
}
.button:after,
.wp-block-button__link:after,
input[type=button]:after,
input[type=reset]:after,
input[type=submit]:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: var(--btn-clip-path);
  border: 1px solid transparent;
  background: var(--btn-bg-color);
}
.button:hover, .button:focus, .button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  color: var(--btn-hover-font-color);
  background: var(--btn-hover-bg-color);
  text-decoration: none;
  outline: none;
}

.wp-block-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0.5em;
}
.wp-block-buttons .wp-block-button {
  margin-bottom: 0.5em;
}

.wp-block-quote {
  position: relative;
  border: none;
  background: var(--box-bg-color);
  padding: 1rem 1rem 1rem 2rem;
}
@media only screen and (min-width: 68.5em) {
  .wp-block-quote {
    padding: 1.5rem 1.5rem 1.5rem 3rem;
  }
}
.wp-block-quote:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(1rem - 1px);
  height: calc(100% - 1.5rem);
  width: 2px;
  overflow: hidden;
  margin: auto;
  background: radial-gradient(circle, var(--link-color) 0%, transparent 100%);
}
@media only screen and (min-width: 68.5em) {
  .wp-block-quote:before {
    left: calc(1.5rem - 1px);
  }
}

.wp-block-embed {
  position: relative;
  overflow-wrap: break-word;
  border: none;
  margin: 0.5rem;
  background-color: transparent;
}
.wp-block-embed figcaption {
  font-size: 0.9rem;
  margin-bottom: 1em;
  margin-top: 0.5em;
  text-align: left;
  font-style: normal;
  color: var(--second-heading-color);
}
.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed.is-type-video:before, .wp-block-embed.is-type-video:after {
  content: "";
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent;
  background-image: var(--box-corner-image);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.wp-block-embed.is-type-video:before {
  left: -0.5rem;
  top: -0.5rem;
}
.wp-block-embed.is-type-video:after {
  top: -0.5rem;
  right: -0.5rem;
  transform: rotate(90deg);
}
.wp-block-embed.is-type-video:hover:before, .wp-block-embed.is-type-video:hover:after {
  width: 1.5rem;
  height: 1.5rem;
}
.wp-block-embed__wrapper {
  position: relative;
  margin-bottom: 0.5rem;
  background-color: var(--box-bg-color);
}
.is-type-video .wp-block-embed__wrapper:before, .is-type-video .wp-block-embed__wrapper:after {
  content: "";
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent;
  background-image: var(--box-corner-image);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.is-type-video .wp-block-embed__wrapper:before {
  left: -0.5rem;
  bottom: -0.5rem;
  transform: rotate(270deg);
}
.is-type-video .wp-block-embed__wrapper:after {
  bottom: -0.5rem;
  right: -0.5rem;
  transform: rotate(180deg);
}
.is-type-video:hover .wp-block-embed__wrapper:before, .is-type-video:hover .wp-block-embed__wrapper:after {
  width: 1.5rem;
  height: 1.5rem;
}
.wp-has-aspect-ratio .wp-block-embed__wrapper {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-has-aspect-ratio .wp-block-embed__wrapper iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border: 1px solid var(--borders-color);
  padding: 0.5rem;
}
.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  padding-top: 42.85%;
}
.wp-embed-aspect-18-9 .wp-block-embed__wrapper {
  padding-top: 50%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  padding-top: 56.25%;
  padding-top: 58.25%;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-top: 75%;
}
.wp-embed-aspect-1-1 .wp-block-embed__wrapper {
  padding-top: 100%;
}
.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
  padding-top: 177.77%;
}
.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  padding-top: 200%;
}

.posts-by-type {
  position: relative;
}
.posts-by-type__items {
  position: relative;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 38.5em) {
  .posts-by-type__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 68.5em) {
  .posts-by-type__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 82.5em) {
  .posts-by-type__items {
    grid-template-columns: repeat(6, 1fr);
  }
}
.posts-by-type__item {
  position: relative;
}
.posts-by-type__item > img {
  margin-bottom: 1.25rem;
  width: 100%;
  height: auto;
}
.posts-by-type__item .infobox {
  pointer-events: none;
  visibility: hidden;
  backface-visibility: hidden;
  display: none;
  opacity: 0;
  position: absolute;
  width: 16rem;
  top: 0;
  transform: translateY(-50%);
  text-align: left;
  scale: 0.8;
  right: auto;
  left: calc(100% - 2rem);
  z-index: 4;
}
.posts-by-type__item .infobox-img {
  max-width: 7rem;
  height: 7rem;
}
.posts-by-type__item .infobox .wiki-box {
  background: #000;
}
@media only screen and (max-width: 82.49em) {
  .posts-by-type__item:nth-child(4n) .infobox {
    left: auto;
    right: calc(100% - 2rem);
  }
}
@media only screen and (min-width: 82.5em) {
  .posts-by-type__item:nth-child(6n) .infobox {
    left: auto;
    right: calc(100% - 2rem);
  }
}
@media only screen and (min-width: 68.5em) {
  .posts-by-type__item:hover .infobox {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.posts-by-type__content {
  font-size: 0.75rem;
  line-height: 1.4;
}

.block-posts-slider {
  position: relative;
  display: block;
}
.block-posts-slider__item img {
  margin: 0;
}

.site-tree {
  position: relative;
  text-align: center;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.site-tree__logo {
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 68.5em) {
  .site-tree__logo:after {
    position: absolute;
    content: "";
    display: block;
    top: 100%;
    left: calc(50% - 1px);
    height: calc(2rem + 1px);
    width: 1px;
    background: var(--borders-color);
  }
}
.site-tree__logo img {
  width: 100%;
  max-width: 27rem;
}
.site-tree__cols {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 38.5em) {
  .site-tree__cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 68.5em) {
  .site-tree__cols {
    grid-template-columns: repeat(4, 1fr);
  }
}
.site-tree__col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 68.5em) {
  .site-tree__col {
    padding-top: 3.5rem;
  }
}
@media only screen and (min-width: 68.5em) {
  .has-4-cols .site-tree__col .site-tree__line {
    position: absolute;
    content: "";
    display: block;
  }
  .has-4-cols .site-tree__col.index-1 .site-tree__line {
    top: 0px;
    left: 50%;
    height: 3.5rem;
    width: calc(150% + 2.25rem);
    border: 1px solid var(--borders-color);
    border-bottom: none;
    border-right: none;
  }
  .has-4-cols .site-tree__col.index-2 .site-tree__line {
    top: 1.5rem;
    left: 50%;
    height: 2rem;
    width: calc(50% + 0.75rem - 3rem);
    border: 1px solid var(--borders-color);
    border-bottom: none;
    border-right: none;
  }
  .has-4-cols .site-tree__col.index-2 .site-tree__line:before {
    width: 1px;
    height: 1.5rem;
    content: "";
    bottom: 100%;
    position: absolute;
    left: calc(100% - 1px);
    right: auto;
    background: var(--borders-color);
    display: block;
  }
  .has-4-cols .site-tree__col.index-3 .site-tree__line {
    top: 1.5rem;
    right: 50%;
    height: 2rem;
    width: calc(50% + 0.75rem - 3rem);
    border: 1px solid var(--borders-color);
    border-bottom: none;
    border-left: none;
  }
  .has-4-cols .site-tree__col.index-3 .site-tree__line:before {
    width: 1px;
    height: 1.5rem;
    content: "";
    bottom: 100%;
    position: absolute;
    left: 0;
    background: var(--borders-color);
    display: block;
  }
  .has-4-cols .site-tree__col.index-4 .site-tree__line {
    top: 0px;
    right: 50%;
    height: 3.5rem;
    width: calc(150% + 2.25rem);
    border: 1px solid var(--borders-color);
    border-bottom: none;
    border-left: none;
  }
}
.site-tree__header {
  position: relative;
  display: flex;
  margin-bottom: 1.5rem;
  width: 8rem;
  height: 8rem;
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
}
.site-tree__title {
  margin: 0.5em 0;
  pointer-events: none;
}
.site-tree__shape {
  position: absolute;
  border: 1px solid var(--borders-color);
  background-color: var(--box-bg-color);
  width: 8rem;
  height: 8rem;
  padding: 0.5rem;
  display: flex;
  left: 0;
  margin: 0 auto;
  right: 1px;
  top: 0;
  flex-direction: column;
  justify-content: flex-end;
  z-index: -1;
}
.site-tree__shape-corners {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.site-tree__shape-corners span {
  position: absolute;
  width: calc(100% + 16px);
  pointer-events: none;
}
.site-tree__shape-corners span:before, .site-tree__shape-corners span:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: transparent;
  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
}
.site-tree__shape-corners span:nth-child(1) {
  top: -8px;
  left: -8px;
}
.site-tree__shape-corners span:nth-child(1):before {
  left: 0;
  top: 0;
}
.site-tree__shape-corners span:nth-child(1):after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.site-tree__shape-corners span:nth-child(2) {
  bottom: -8px;
  left: -8px;
}
.site-tree__shape-corners span:nth-child(2):before {
  left: 0;
  bottom: 0;
  transform: rotate(270deg);
}
.site-tree__shape-corners span:nth-child(2):after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.site-tree__shape:hover .site-tree__shape-corners {
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.site-tree__shape-img {
  display: block;
  width: 3rem;
  max-height: 3rem;
  margin: 0 auto;
  pointer-events: none;
}
.site-tree__list {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 1.25rem 0 0;
}
.site-tree__list li {
  position: relative;
  margin-bottom: 1.2rem;
}
.site-tree__list li:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 1px dashed var(--borders-color);
  bottom: calc(100% + 2px);
  height: 1rem;
}
.site-tree__list li:last-child {
  margin-bottom: 0;
}
.site-tree__link {
  position: relative;
  z-index: 2;
  padding: 0.4rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 10rem;
  margin: 0;
  height: 2.3rem;
  overflow: hidden;
}
@media only screen and (min-width: 82.5em) {
  .site-tree__link {
    max-width: 14rem;
    height: 3.2rem;
    font-size: 0.9rem;
    letter-spacing: 0.015em;
  }
}
.site-tree__link.no-img-bg {
  background-image: var(--tree-button-image);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-tree__link-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.site-tree__cta {
  position: relative;
  display: block;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.site-tree__cta-buttons {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.site-tree__cta-buttons .wp-block-buttons {
  justify-content: center;
  column-gap: 2rem;
}
@media only screen and (min-width: 68.5em) {
  .site-tree__cta-buttons .wp-block-buttons {
    column-gap: 5rem;
  }
}
.site-tree__cta-buttons .wp-block-button {
  position: relative;
}
.site-tree__cta-buttons .wp-block-button:nth-child(n+2)::before {
  content: "";
  position: absolute;
  height: 7rem;
  width: 3px;
  background: var(--btn-border-color);
  top: 50%;
  left: calc(-1rem + 1.5px);
  transform: translateY(-50%);
  border-radius: 100%;
  pointer-events: none;
  opacity: 0.9;
}
@media only screen and (min-width: 68.5em) {
  .site-tree__cta-buttons .wp-block-button:nth-child(n+2)::before {
    left: calc(-2.5rem + 1.5px);
  }
}
.site-tree__cta-line {
  position: absolute;
  content: "";
  display: none;
}
@media only screen and (min-width: 68.5em) {
  .site-tree__cta-line {
    display: block;
  }
}
.site-tree__cta-line.line-1 {
  bottom: calc(9rem - 1px);
  left: 0;
  height: 18rem;
  width: 3rem;
  border: 1px solid var(--borders-color);
  border-top: none;
  border-right: none;
}
@media only screen and (min-width: 68.5em) {
  .site-tree__cta-line.line-1 {
    height: 28rem;
  }
}
.site-tree__cta-line.line-2 {
  bottom: 6rem;
  left: 3rem;
  height: 3rem;
  width: 7rem;
  border: 1px solid var(--borders-color);
  border-top: none;
  border-right: none;
}
@media only screen and (min-width: 82.5em) {
  .site-tree__cta-line.line-2 {
    width: 12rem;
  }
}
@media only screen and (min-width: 98.5em) {
  .site-tree__cta-line.line-2 {
    width: 18rem;
  }
}
.site-tree__cta-line.line-3 {
  bottom: calc(3rem - 1px);
  right: 3rem;
  height: 3rem;
  width: 7rem;
  border: 1px solid var(--borders-color);
  border-bottom: none;
  border-left: none;
}
@media only screen and (min-width: 82.5em) {
  .site-tree__cta-line.line-3 {
    width: 12rem;
  }
}
@media only screen and (min-width: 98.5em) {
  .site-tree__cta-line.line-3 {
    width: 18rem;
  }
}
.site-tree__cta-line.line-4 {
  bottom: -3rem;
  right: 0;
  height: 6rem;
  width: 3rem;
  border: 1px solid var(--borders-color);
  border-bottom: none;
  border-left: none;
}

.dropdown {
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
}
.dropdown__inner {
  padding: 0;
  background-color: var(--box-bg-color);
  border: 1px solid var(--borders-color);
}
.dropdown details summary {
  cursor: pointer;
}
.dropdown details summary:after {
  content: "\e59e";
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  width: 2.7em;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  background-color: var(--btn-bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--borders-color);
  font-weight: 400;
}
.dropdown details > summary::-webkit-details-marker {
  display: none;
}
.dropdown details[open] summary:after {
  content: "\e404";
  font-family: "Font Awesome 6 Pro";
  background-color: var(--borders-color);
  color: var(--btn-bg-color);
}
.dropdown__title {
  padding: 0.6rem 1rem;
  position: relative;
  display: block;
  overflow: hidden;
}
.dropdown__content {
  padding: 0 2rem 1rem;
}
.dropdown__content > *:last-child {
  margin-bottom: 0;
}
.dropdown.dropdown--big details[open] summary:after {
  content: "\e404";
  font-family: "Font Awesome 6 Pro";
  background-color: transparent;
  color: var(--borders-color);
}
.dropdown.dropdown--big .dropdown__title {
  font-size: 1.25rem;
  color: var(--link-color);
}
@media only screen and (min-width: 68.5em) {
  .dropdown.dropdown--big .dropdown__title {
    font-size: 1.75rem;
  }
}
.dropdown.dropdown--big .dropdown__title:after {
  background-color: transparent;
}
.dropdown.dropdown--big .dropdown__content {
  padding: 2rem 1.5rem 2rem;
}

.tabs-container {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
}
.tabs-container .wiki-box__corners span:nth-child(1) {
  display: none;
}
.tabs-container__inner {
  padding: 0.5rem;
  position: relative;
  display: block;
  background-color: var(--box-bg-color) !important;
}
.tabs-container__inner:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 5rem);
  height: 18px;
  background-image: var(--footer-copyright-border);
  background-repeat: no-repeat;
  background-size: 100% 18px;
}
.tabs-container__tabs {
  display: flex;
  justify-content: flex-start;
  overflow-y: scroll;
  border: 1px solid var(--borders-color);
}
.tabs-container__content {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.tabs-container .tab-button {
  position: relative;
  cursor: pointer;
  padding: 0.95em 0.5em;
  color: var(--second-heading-color);
  flex-basis: 0;
  flex-grow: 1;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.tabs-container .tab-button.active {
  background: rgba(255, 255, 255, 0.08);
}
.tabs-container .tab-button.is-preview {
  display: block;
  margin-bottom: 0.5rem;
}
.tabs-container .tab-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  margin: auto;
  height: 100%;
  width: 2px;
  overflow: hidden;
  background: radial-gradient(circle, var(--second-heading-color) 0%, transparent 100%);
  pointer-events: none;
}
.tabs-container .tab-button:last-of-type:after {
  display: none;
}
.tabs-container .tab-content {
  position: relative;
  display: none;
  width: 100%;
  order: 2;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}
.tabs-container .tab-content.is-preview {
  margin: 0 0 0.5rem;
}
.tabs-container .tab-content[open] {
  display: block;
}
.tabs-container .tab-content summary {
  display: none !important;
}
.tabs-container .tab-content .tab__content {
  padding: 1rem 1rem 1.5rem;
}
@media only screen and (min-width: 68.5em) {
  .tabs-container .tab-content .tab__content {
    padding: 1rem 2rem 3rem;
  }
}
.tabs-container .tab-content .tab__content > *:last-child {
  margin-bottom: 0;
}
.tabs-container .tab-content .wp-block-table {
  margin: 0 !important;
}

.after-entry-content {
  margin-bottom: 3rem;
}
.after-entry-content.is-preview {
  border: 2px dashed #4DBDEB;
}

.featured-media__thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 1.5rem;
  background-color: #2e2e2e;
}
.featured-media__thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.featured-media__thumbnail .ab-play-button {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.featured-media__thumbnail:hover .ab-play-button {
  height: 5rem;
}
.featured-media__title {
  display: block;
  border: 1px solid var(--borders-color);
  border-left: 0;
  border-right: 0;
  padding: 0.3rem 1.7rem;
  color: var(--second-heading-color);
}
.featured-media__text {
  overflow: hidden;
  clear: both;
  padding: 1.7rem;
}
.featured-media__text > *:last-child {
  margin-bottom: 0;
}

.block-menu-buttons {
  position: relative;
  display: block;
  margin-top: 1.3rem;
}
.block-menu-buttons ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media only screen and (min-width: 82.5em) {
  .block-menu-buttons ul {
    justify-content: flex-start;
  }
}
.block-menu-buttons ul li {
  position: relative;
  display: block;
  margin-bottom: 3.8rem;
}
.block-menu-buttons ul li a {
  font-size: 0.85rem;
  position: relative;
  display: flex;
  border: 1px solid var(--borders-color);
  background-color: var(--box-bg-color);
  width: 6.3rem;
  height: 6.3rem;
  padding: 0.25rem;
  left: 0;
  margin: 0 1.9rem;
  right: 1px;
  top: 0;
  transform: rotate(45deg);
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.block-menu-buttons ul li a .site-tree__shape-corners span {
  position: absolute;
  width: calc(100% + 10px);
  pointer-events: none;
}
.block-menu-buttons ul li a .site-tree__shape-corners span:before, .block-menu-buttons ul li a .site-tree__shape-corners span:after {
  width: 0.7rem;
  height: 0.7rem;
}
.block-menu-buttons ul li a .site-tree__shape-corners span:nth-child(1) {
  top: -5px;
  left: -5px;
}
.block-menu-buttons ul li a .site-tree__shape-corners span:nth-child(2) {
  bottom: -5px;
  left: -5px;
}
.block-menu-buttons ul li a > div {
  position: absolute;
  transform: translateX(4%) translateY(4%) rotate(-45deg);
  top: 0;
  text-align: center;
  justify-content: center;
  line-height: 1.15;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 3rem;
}
.block-menu-buttons ul li a img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 3rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.block-menu-buttons ul li a:hover, .block-menu-buttons ul li a:focus {
  background: var(--borders-color);
  color: var(--btn-hover-font-color);
}
.block-menu-buttons ul li a:hover .site-tree__shape-corners, .block-menu-buttons ul li a:focus .site-tree__shape-corners {
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
.block-menu-buttons ul li.current-menu-item a {
  background: var(--borders-color);
  color: var(--btn-hover-font-color);
}
@media only screen and (min-width: 82.5em) {
  .block-menu-buttons.has-align-center ul {
    justify-content: center;
  }
}

.block-ad-box {
  display: flex;
  justify-content: center;
}
.block-ad-box .wiki-box {
  display: inline-block;
}

.block-thumbnail {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
}
.block-thumbnail.aspect-ratio-original {
  display: inline-block;
}
.block-thumbnail__thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #2e2e2e;
}
.block-thumbnail__thumbnail-img {
  position: relative;
  display: block;
}
.aspect-ratio-wide .block-thumbnail__thumbnail {
  padding-top: 56.25%;
}
.aspect-ratio-wide .block-thumbnail__thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.block-thumbnail__thumbnail .ab-play-button {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.block-thumbnail__thumbnail:hover .ab-play-button {
  height: 5rem;
}

/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
.header {
  position: absolute;
  top: 0;
  z-index: 999;
  background-color: transparent;
}
.header__inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 48.5em) {
  .header__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.header .logo {
  z-index: 997;
  align-self: center;
  display: inline-block;
  width: 13rem;
  padding: 0 1rem 0 0;
}
@media only screen and (min-width: 48.5em) {
  .header .logo {
    width: 12rem;
  }
}
@media only screen and (min-width: 68.5em) {
  .header .logo {
    width: 14rem;
  }
}
@media only screen and (min-width: 82.5em) {
  .header .logo {
    width: 15rem;
  }
}
.header .parent-logo {
  position: absolute;
  right: 3rem;
  display: inline-block;
}
@media only screen and (max-width: 68.49em) {
  .header .parent-logo {
    top: 1rem;
    right: 4.5rem;
  }
}
.header .parent-logo img {
  width: auto;
  height: 2.6rem;
  display: inline-block;
}
@media only screen and (max-width: 68.49em) {
  .header .parent-logo img {
    height: 2.25rem;
  }
}
.header .search-form {
  max-width: 22rem;
  margin: 2rem auto 0;
}
@media only screen and (min-width: 68.5em) {
  .header .search-form {
    margin: 0 0 0 1rem;
    width: 10rem;
  }
}
.header.header--center .header__inner {
  justify-content: center;
}
.header.header--center .logo {
  display: none;
}

.main-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  background-color: transparent;
  background-image: var(--header-bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 7rem;
  padding-bottom: 1.5rem;
}
.home .main-header {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-image: var(--home-bg-image);
}
.main-header:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--header-overlay-color);
}
.main-header:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 3rem);
  height: 60px;
  background-position: center;
  background-image: var(--footer-before-border);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 82.5em) {
  .main-header:after {
    background-size: 100% 60px;
  }
}
@media only screen and (min-width: 68.5em) {
  .main-header {
    padding-top: 9rem;
  }
}
.main-header .rank-math-breadcrumb {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.main-header .rank-math-breadcrumb p {
  margin: 0;
}
.main-header .rank-math-breadcrumb a {
  color: #fff;
}
.main-header .rank-math-breadcrumb a:hover, .main-header .rank-math-breadcrumb a:focus {
  color: var(--link-hover-color);
}

.main-title {
  text-align: left;
  margin-bottom: 0.5rem;
}

/* Footer -------------------------------- */
.footer {
  position: relative;
  padding-top: 3rem;
}
.footer:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 18px;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 3rem);
  height: 60px;
  background-position: center;
  background-image: var(--footer-before-border);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 82.5em) {
  .footer:before {
    background-size: 100% 60px;
  }
}
.footer a:hover, .footer a:focus {
  text-decoration: underline;
}
.footer__inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 2rem;
  background-color: transparent;
  background-image: var(--footer-bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  clip-path: var(--footer-clip-path);
}
.footer__inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--footer-overlay-color);
}
.footer .footer__logo {
  position: relative;
  display: flex;
  justify-content: center;
}
.footer .footer__logo .logo {
  display: inline-block;
  max-width: 29rem;
  width: 100%;
  margin: 1rem 0 2rem;
}
.footer .footer__logo .logo .logo-img {
  width: 100%;
}
.footer .footer__parent-logo {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer .footer__parent-logo .parent-logo img {
  width: auto;
  height: 3.6rem;
  display: inline-block;
}
.footer .footer__social .social-navigation {
  margin-top: 1.5rem;
}
.footer .footer__social .social-navigation ul {
  justify-content: center;
}

/* Site Info ----------------------------- */
.site-info {
  position: relative;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
  text-align: center;
  color: var(--link-color);
  background-color: transparent;
  margin-top: 2rem;
}
@media only screen and (min-width: 68.5em) {
  .site-info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
}
.site-info:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 42rem;
  height: 18px;
  background-image: var(--footer-copyright-border);
  background-repeat: no-repeat;
  background-size: 100% 18px;
}
.site-info .copyright {
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 68.5em) {
  .site-info .copyright {
    margin-bottom: 0;
  }
}
.site-info .menu {
  list-style: none;
  margin: 0;
}
@media only screen and (min-width: 68.5em) {
  .site-info .menu {
    display: flex;
    justify-content: space-between;
  }
  .site-info .menu li {
    position: relative;
  }
}
@media only screen and (min-width: 68.5em) and (min-width: 68.5em) {
  .site-info .menu li {
    padding: 0 0 0 0.5rem;
    margin: 0 0 0 0.5rem;
  }
  .site-info .menu li:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 1px;
    height: 1em;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--borders-color);
  }
}

#wrapper {
  margin: auto;
  background-color: transparent;
  width: 100%;
}
#wrapper > * {
  width: 100%;
}

/* Entry Meta ---------------------------- */
.entry-meta,
.entry-by {
  display: none;
}

.single-post .entry-meta {
  display: block;
}

/* Alignment Classes --------------------- */
.alignleft,
.alignright,
.aligncenter,
.wp-post-image {
  display: block;
  clear: both;
  margin: 0 auto 1.5em auto;
  text-align: center;
}

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

@media only screen and (min-width: 28.5em) {
  .alignleft {
    clear: none;
    float: left;
    margin: 0 2rem 2em 0;
    max-width: 48%;
  }
  .alignright {
    clear: none;
    float: right;
    margin: 0 0 2em 2rem;
    max-width: 48%;
  }
}
/* Captions ------------------------------ */
.wp-caption {
  margin: 0 0 1.5em 0;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0.75em 0;
}

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

/* Listing ------------------------------- */
.entry-listing.wiki-box {
  margin-bottom: 2.5em;
}
.entry-listing .wiki-box__inner {
  padding: 1.5rem !important;
}
.entry-listing.has-infobox .wiki-box__inner {
  padding: 0 !important;
}
.entry-content .entry-listing:last-child {
  margin-bottom: 0;
}

/* Template: Default --------------------- */
.entry-sidebar {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.entry-sidebar .entry-content {
  flex: 0 0 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-width: 0;
}
@media only screen and (min-width: 48.5em) {
  .entry-sidebar .entry-content {
    flex: 1 0 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 68.5em) {
  .entry-sidebar .entry-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.entry-sidebar #secondary,
.entry-sidebar #tertiary {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 0;
  width: 100%;
  order: -1;
}
.entry-sidebar #secondary > *:last-child,
.entry-sidebar #tertiary > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 48.5em) {
  .entry-sidebar #secondary,
  .entry-sidebar #tertiary {
    order: 3;
    width: 13rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 68.5em) {
  .entry-sidebar #secondary,
  .entry-sidebar #tertiary {
    width: 15rem;
  }
}
@media only screen and (min-width: 82.5em) {
  .entry-sidebar #secondary,
  .entry-sidebar #tertiary {
    width: 16rem;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 98.5em) {
  .entry-sidebar #secondary,
  .entry-sidebar #tertiary {
    width: 18rem;
  }
}
.entry-sidebar #secondary .widget,
.entry-sidebar #tertiary .widget {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.entry-sidebar #secondary .widget:last-child,
.entry-sidebar #tertiary .widget:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 68.5em) and (min-height: 48.5em) {
  .entry-sidebar #secondary .widget:last-child,
  .entry-sidebar #tertiary .widget:last-child {
    position: sticky;
    top: 5rem;
  }
}
.entry-sidebar #tertiary {
  order: 4;
  margin: 0 0 1.5rem;
}
@media only screen and (min-width: 82.5em) {
  .entry-sidebar #tertiary {
    order: -2;
    width: 16rem;
    margin-left: 0;
    margin-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 98.5em) {
  .entry-sidebar #tertiary {
    width: 18rem;
  }
}
.entry-sidebar #tertiary .widget:last-child {
  margin-bottom: 0;
}
.entry-sidebar #additional-content {
  order: 5;
  width: 100%;
  flex: 0 0 100%;
  padding-bottom: 3rem;
}

/* Page: Home ---------------------------- */
@media only screen and (min-width: 82.5em) {
  .home #tertiary {
    order: 4;
    margin-left: 2rem;
    margin-right: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* Page: Blog ---------------------------- */
/* Post: Archive ------------------------- */
/* Post: Single -------------------------- */
.search-form {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 1.5rem;
}
.search-form > label {
  flex-basis: 0;
  flex-grow: 1;
}
.search-form:after {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  width: 1.1em;
  height: 1.1em;
  font-size: 0.75rem;
  right: 0.65em;
  top: 50%;
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
  line-height: 1;
  pointer-events: none;
}
.search-form .search-field {
  border: 1px solid var(--borders-color);
  background-color: var(--box-bg-color);
  border-right: 0;
  -webkit-appearance: none;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  font-size: 0.8rem;
  outline: none;
  transition: 0.3s;
  width: 100%;
}
.search-form .search-submit {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
  background: var(--borders-color);
  color: #fff;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  clip-path: none !important;
  padding: 0.3em 0.3em;
  width: 1.8rem;
  color: transparent !important;
}
.search-form .search-submit:hover, .search-form .search-submit:focus {
  background: var(--btn-hover-bg-color);
  color: #fff;
}

#comments {
  display: flex;
  flex-flow: row wrap;
}
#comments > * {
  width: 100%;
}
#comments .comment-respond {
  order: -1;
}
#comments .must-log-in {
  margin-bottom: 0;
}

.comments-title,
.comment-reply-title,
.comment-form-comment label {
  display: none;
}

.comments-wrapper {
  padding-bottom: 3rem;
}

.comment-list {
  list-style: none;
  margin: 0;
}
.comment-list .comment {
  margin-bottom: 1rem;
}
.comment-list .comment:last-child {
  margin-bottom: 0;
}
.comment-list .comment-respond,
.comment-list .children {
  margin: 0 0 0 1.5rem;
}
@media only screen and (min-width: 68.5em) {
  .comment-list .comment-respond,
  .comment-list .children {
    margin: 0 0 0 2rem;
  }
}
.comment-list .children {
  list-style: none;
}

.comment-body {
  margin-bottom: 1rem;
}

.comment-content p:last-child {
  margin-bottom: 0.25em;
}

.comment-meta {
  font-size: 0.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.comment-metadata,
.comment-metadata a {
  color: rgba(255, 255, 255, 0.5);
}

.comment-author {
  font-size: 0.9rem;
  display: flex;
  align-items: flex-end;
}
.comment-author .says {
  display: none;
}
.comment-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0.65rem 0 0;
}

@media only screen and (min-width: 68.5em) {
  /* Primary menu container */
  #menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    background: transparent;
    padding-right: 3.5rem;
  }
  /* Primary menu */
  #primary-menu {
    display: flex;
    justify-content: space-between;
    position: relative;
    text-align: center;
    background: transparent;
    /* Toggle submenus */
  }
  #primary-menu,
  #primary-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #primary-menu li {
    display: block;
    position: relative;
    z-index: 4;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #primary-menu a {
    color: #fff;
    display: block;
    position: relative;
    padding: 0.75em 0.5em;
    text-align: left;
  }
  #primary-menu a:hover {
    color: #595959;
    background: #eee;
  }
  #primary-menu ul {
    background: transparent;
  }
  #primary-menu ul a {
    padding: 0.3em 1rem;
    font-size: 0.8em;
    line-height: 1.3;
  }
  #primary-menu ul a:hover {
    background: transparent;
    color: var(--link-hover-color);
  }
  #primary-menu > li {
    flex: 1 0 auto;
    margin: 0 0.4em 0;
    /* Mega menu */
  }
  #primary-menu > li > ul {
    background: rgba(20, 20, 20, 0.98);
  }
  #primary-menu > li > a {
    font-size: 0.85rem;
    color: #fff;
    text-align: center;
    padding: 0.25rem 0;
    margin: 0;
    line-height: 1;
    margin: 0;
  }
  /* If JS is disabled, show sub-menus with hover. */
  /* Home & Search menu items */
  /* Menu: Search Form ----------------- */
}
@media only screen and (min-width: 68.5em) and (min-width: 82.5em) {
  #primary-menu > li > a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 68.5em) {
  #primary-menu > li > a:hover {
    color: var(--link-hover-color);
    background: transparent;
  }
  #primary-menu > li:last-child > a {
    margin-right: 0;
  }
  #primary-menu > li.menu-item-has-children > ul {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: auto;
    left: 0;
    z-index: 10;
    margin-left: 0;
    padding: 0.5rem 0;
    width: 11rem;
    box-shadow: 0.05rem 0.05rem 0.25rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: scale(0.9);
    transform-origin: 50% 0;
    pointer-events: none;
    visibility: hidden;
    transition: transform 500ms, opacity 300ms, visibility 0ms 500ms;
  }
  #primary-menu > li.menu-item-has-children > a:focus {
    outline: 1px none !important;
  }
  #primary-menu > li.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 0.35em 0 0 0.3em;
    border-style: solid;
    border-color: transparent;
    border-top-color: var(--link-hover-color);
    border-width: 0.3em 0.25em 0 0.25em;
    transition: all 200ms;
  }
  #primary-menu > li.js-on {
    z-index: 5;
  }
  #primary-menu > li.js-on > a {
    color: var(--link-hover-color);
    background: transparent;
  }
  #primary-menu > li.js-on > a:after {
    transform: rotate(-180deg);
  }
  #primary-menu > li.js-on > ul {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: transform 500ms, opacity 300ms;
    pointer-events: auto;
  }
  #primary-menu > li.mega-menu > ul, #primary-menu > li.menu-mega > ul {
    display: flex;
    flex-flow: row wrap;
    padding: 1rem 1rem 1rem 0;
  }
  #primary-menu > li.mega-menu > ul a, #primary-menu > li.menu-mega > ul a {
    padding: 0.3em 0;
  }
  #primary-menu > li.mega-menu > ul > li, #primary-menu > li.menu-mega > ul > li {
    flex: 1 1 0;
    padding-left: 1rem;
  }
  #primary-menu > li.mega-menu > ul > li > a, #primary-menu > li.menu-mega > ul > li > a {
    font-weight: 400;
    border-bottom: 1px solid #333;
    color: var(--link-hover-color);
    background: none;
    cursor: default;
  }
  #primary-menu > li.mega-menu > ul > li.menu-span-2, #primary-menu > li.menu-mega > ul > li.menu-span-2 {
    flex: 2 1 0;
  }
  #primary-menu > li.mega-menu > ul > li.menu-span-2 > ul, #primary-menu > li.menu-mega > ul > li.menu-span-2 > ul {
    column-count: 2;
    column-gap: 1rem;
  }
  #primary-menu > li.mega-menu > ul > li.menu-span-3, #primary-menu > li.menu-mega > ul > li.menu-span-3 {
    flex: 3 1 0;
  }
  #primary-menu > li.mega-menu > ul > li.menu-span-3 > ul, #primary-menu > li.menu-mega > ul > li.menu-span-3 > ul {
    column-count: 3;
    column-gap: 1rem;
  }
  #primary-menu > li.menu-col-2 > ul {
    margin-left: -13rem;
    width: 26rem;
  }
  #primary-menu > li.menu-col-3 > ul {
    margin-left: -19.5rem;
    width: 40rem;
    margin-left: 0;
    width: calc(100vw - 20rem);
    max-width: 40rem;
  }
  #primary-menu > li.menu-col-3.menu-col-3--force > ul > li {
    flex: 1 1 33.3333333%;
  }
  #primary-menu > li.menu-full {
    position: static;
  }
  #primary-menu > li.menu-full > ul {
    left: 3rem;
    right: 3rem;
    margin: 0;
    width: auto;
  }
  #primary-menu .menu-toggle > a:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 0.55em 0 0 0.5em;
    border-style: solid;
    border-color: transparent;
    border-top-color: var(--link-hover-color);
    border-width: 0.3em 0.25em 0 0.25em;
    transition: all 200ms;
    position: absolute;
    left: calc(100% - 1.5rem);
  }
  #primary-menu .menu-toggle li {
    overflow: hidden;
    max-height: 0;
    transition: max-height 500ms;
  }
  #primary-menu .menu-toggle ul {
    pointer-events: none;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    z-index: 5;
  }
  #primary-menu .menu-toggle ul a {
    font-size: 0.8em;
  }
  #primary-menu .menu-toggle.js-on > a:after {
    transform: rotate(-180deg);
  }
  #primary-menu .menu-toggle.js-on ul {
    pointer-events: auto;
  }
  #primary-menu .menu-toggle.js-on li {
    max-height: 5em;
  }
  .nojs #primary-menu ul li {
    max-height: none;
  }
  .nojs #primary-menu .menu-item-has-children > a :after {
    display: none;
  }
  .nojs #primary-menu > li:hover {
    z-index: 5;
  }
  .nojs #primary-menu > li:hover > ul {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: transform 500ms, opacity 300ms;
    pointer-events: auto;
  }
  .nojs #primary-menu > li a :after {
    transform: rotate(-180deg);
  }
  .menu-home,
  .menu-search {
    width: 3em;
    max-width: 4em;
  }
  .menu-home > a,
  .menu-search > a {
    position: relative;
    overflow: hidden;
    text-indent: -999em;
  }
  .menu-home > a:before,
  .menu-search > a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.4em;
    height: 1.4em;
    background: url(../images/icon-home.svg) center/contain no-repeat;
  }
  .menu-search > a:before {
    background-image: url(../images/icon-search.svg);
  }
  .menu-search > .sub-menu {
    right: 0;
    left: auto;
    margin: 0;
    padding: 0;
    width: 15rem;
    transform-origin: top right;
  }
  .menu-search-form {
    display: none;
  }
  #primary-menu .menu-search-form {
    display: block;
  }
  .menu-search-form .search-field {
    padding: 0.5em 1.5em;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    line-height: 2;
    -webkit-appearance: textfield;
  }
  .menu-search-form .search-submit {
    display: none;
  }
}
@media only screen and (max-width: 68.49em) {
  .menu-buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 997;
    margin-bottom: -100em;
    padding-bottom: 100em;
    width: 100%;
    background: #222;
  }
  .menu-buttons .js-turnon.js-on {
    display: none;
  }
  .menu-buttons .js-turnoff.js-on {
    display: block;
  }
  .menu-button {
    display: block;
    flex: 0 1 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.6em 0 0.6em;
    width: 8em;
    line-height: 1;
    text-align: center;
  }
  .menu-button:first-child {
    border-left: 0;
  }
  .menu-button-icon {
    display: block;
    margin-bottom: 0.25em;
    font-size: 1.1em;
  }
  .menu-button-icon svg {
    width: 1em;
    height: 1em;
  }
  .menu-button-label {
    display: block;
    font-size: 0.6em;
  }
  .menu-button.menu-close {
    display: none;
  }
  .menu-button, .menu-button.menu-close {
    color: #fff;
    background: #222;
  }
  .menu-button:hover, .menu-button.menu-close.js-on {
    color: #fff;
    background: #444;
  }
  /* Menu tabs. */
  .menu-tab {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    padding: 1em 0 5em;
    overflow: auto;
    transition: top 700ms;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
  }
  .menu-tab.js-on, .menu-tab:target {
    top: 0;
  }
  .menu-contain {
    margin: auto;
    max-width: 22rem;
  }
  /* Primary menu */
  #primary-menu {
    margin: auto;
    max-width: 22rem;
  }
  #primary-menu,
  #primary-menu ul {
    position: relative;
    z-index: 2;
    padding: 0;
    list-style: none;
  }
  #primary-menu ul {
    margin: 0;
    background: transparent;
  }
  #primary-menu ul li {
    overflow: hidden;
    max-height: 0;
    transition: max-height 500ms;
  }
  #primary-menu ul a {
    font-size: 0.8rem;
    padding-left: 1.5em;
  }
  #primary-menu ul ul a {
    padding-left: 2.5em;
  }
  #primary-menu ul ul ul a {
    padding-left: 3.5em;
  }
  #primary-menu li {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #primary-menu a {
    display: block;
    position: relative;
    padding: 0.5em 2.5em 0.5em 0;
    color: #fff;
  }
  #primary-menu a:hover {
    background: transparent;
    color: var(--orange);
  }
  #primary-menu a .fa {
    line-height: 1.5;
  }
  #primary-menu .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 1.05em;
    right: 1em;
    border-style: solid;
    border-color: transparent;
    border-width: 0.5em 0.4em 0 0.4em;
    transition: all 200ms;
    border-top-color: #fff;
  }
  #primary-menu .js-on > a:after {
    transform: rotate(-180deg);
  }
  #primary-menu .js-on > ul > li {
    max-height: 5em;
  }
  #primary-menu .js-on > ul > .js-on {
    max-height: 100em;
    transition: max-height 500ms;
  }
  /* If JS is disabled, show sub-menus with hover. */
  .nojs #primary-menu ul li {
    max-height: none;
  }
  .nojs #primary-menu .menu-item-has-children > a:after {
    display: none;
  }
  /* Menu search form. */
  .menu-search {
    display: none;
  }
  .menu-search-form {
    margin: auto;
    list-style: none;
    padding: 1em 1.5em;
    max-width: 22rem;
  }
  .menu-search-form .search-form {
    display: flex;
  }
  .menu-search-form label {
    width: 100%;
  }
  .menu-search-form .search-field {
    padding: 0.5em 1em;
    width: 100%;
    line-height: 1.5;
    background: #eee;
    -webkit-appearance: none;
    border-radius: 0;
    height: 100%;
    border: none;
    outline: none;
  }
  .menu-search-form .search-submit {
    font-weight: 400;
    padding: 0.5em 1em;
    line-height: 1.5;
    color: #fff;
    background: var(--orange);
    border-radius: 0;
  }
}
@media only screen and (min-width: 68.5em) {
  /* Mobile menu buttons */
  .menu-buttons {
    display: none;
  }
}
/*--------------------------------------------------------------
Menu: Hamburger style
--------------------------------------------------------------*/
@media only screen and (max-width: 68.49em) {
  .menu-buttons {
    position: absolute;
    top: 1.75rem;
    right: 1.1rem;
    bottom: auto;
    left: auto;
    width: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    order: 2;
    background: transparent;
    border: none;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 68.49em) and (max-width: 48.49em) {
  .menu-buttons {
    top: 1.5rem;
  }
}
@media only screen and (max-width: 68.49em) {
  .menu-buttons .js-turnon.js-on {
    display: block;
  }
  .menu-button {
    background: transparent;
    border: none;
    width: 2.35rem;
  }
  .menu-button.menu-close {
    background: transparent;
    border: none;
    width: 2rem;
  }
  .menu-button:hover, .menu-button.menu-close.js-on {
    background: transparent;
  }
  .menu-button .menu-button-label {
    display: none;
  }
  .menu-button .menu-button-icon {
    margin: 0;
    font-size: 2em;
  }
  .menu-button .menu-button-bar {
    top: 12px;
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .menu-button .menu-button-bar, .menu-button .menu-button-bar:before, .menu-button .menu-button-bar:after {
    position: absolute;
    display: block;
    width: 2.35rem;
    height: 3px;
    background: #fff;
    transition: 300ms ease-in-out;
  }
  .menu-button .menu-button-bar:before, .menu-button .menu-button-bar:after {
    content: "";
    display: block;
  }
  .menu-button .menu-button-bar:before {
    top: -12px;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  .menu-button .menu-button-bar:after {
    bottom: -12px;
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .menu-button.js-on .menu-button-bar {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu-button.js-on .menu-button-bar:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .menu-button.js-on .menu-button-bar:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu-tab {
    top: 0;
    left: -100%;
    padding: 5em 1rem 5em;
    width: 75% !important;
    overflow: auto;
    transition: left 500ms;
  }
  .menu-tab.js-on, .menu-tab:target {
    left: 0;
  }
}
.pagination {
  margin: 2em 0;
  text-align: center;
}
@media only screen and (min-width: 68.5em) {
  .pagination {
    text-align: left;
  }
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0.5em 0.2em;
  border-radius: 0.2em;
  width: 2em;
  overflow: hidden;
  line-height: 2;
  text-align: center;
  color: #fff;
  background: #333;
}
.pagination .page-numbers svg {
  vertical-align: top;
  margin-top: 0.5em;
  width: 1em;
  height: 1em;
}
.pagination .page-numbers.current {
  background: #777;
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #555;
}

.widgets {
  margin: 0;
  list-style: none;
}

.widget {
  display: block;
  margin: 0 0 1.5em 0;
}

.widget-title {
  margin: 0 0 0.3em 0;
}

.gform_wrapper.gravity-theme {
  /* AJAX loading spinner */
  /* START material design */
  /* END material design */
}
.gform_wrapper.gravity-theme .gform_fields {
  margin: 0;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 0.9em !important;
  font-weight: 400 !important;
}
.gform_wrapper.gravity-theme .gfield {
  position: relative;
  z-index: 1;
  list-style: none;
  margin-bottom: 1em;
}
.gform_wrapper.gravity-theme .gfield select {
  appearance: none;
  -webkit-appearance: none;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}
.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_select:before {
  border-radius: 0;
  content: "";
  position: absolute;
  left: unset;
  right: 0;
  background: transparent;
  border: none;
  width: 2em;
  height: 100%;
  top: 0;
  z-index: 1;
  pointer-events: none;
  visibility: visible;
}
.gform_wrapper.gravity-theme .ginput_container_select:after {
  border-radius: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 1em;
  content: "\f078";
  width: 1em;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6em;
  display: inline-block;
  text-align: center;
  position: absolute;
  font-weight: 400;
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
}
.gform_wrapper.gravity-theme .ginput_recaptcha {
  margin: auto;
  padding: 1em 0 0;
  max-width: 304px;
  overflow: hidden;
}
.gform_wrapper.gravity-theme .gform_footer {
  margin-top: 1.5em;
  text-align: center;
}
.gform_wrapper.gravity-theme .gform_ajax_spinner {
  margin-left: 1em;
  border: 4px solid rgba(0, 0, 0, 0.4);
  border-left: 4px solid #333;
  animation: gform_spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
@keyframes gform_spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_wrapper.gravity-theme .gfield_material_design .gfield_label {
  display: block;
}
.gform_wrapper.gravity-theme .gfield_material_design .gfield_float_label {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  font-size: 0.9em;
  left: 0.75em;
  color: inherit;
  bottom: 50%;
  transform: translateY(50%);
  transition: 0.3s;
  height: 1.5em;
  pointer-events: none;
}
.gform_wrapper.gravity-theme .gfield_material_design.gfield_is_set .gfield_float_label {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 100%;
  transform: none;
  color: inherit;
  font-size: 0.6em;
}
.gform_wrapper.gravity-theme .gfield_material_design .ginput_container:before {
  background: #333;
  bottom: 0;
  content: "";
  height: 2px;
  left: 45%;
  position: absolute;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 0.5em;
}
.gform_wrapper.gravity-theme .gfield_material_design .gfield_in_focus.ginput_container:before {
  left: 0;
  visibility: visible;
  width: 100%;
}
.gform_wrapper.gravity-theme .gfield_material_design .gfield_in_focus.ginput_container_select:before {
  left: unset;
  width: 2em;
}

.social-navigation ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.social-navigation ul li {
  display: inline-block;
  margin-left: 0.5em;
}
.social-navigation ul li:first-child {
  margin-left: 0;
}
.social-navigation ul li a > i,
.social-navigation ul li a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25em;
  padding: 0.5em;
  margin: 0;
  border-radius: 0;
  width: 2em;
  height: 2em;
  background: #222;
  color: #fff;
  transition: 0.3s;
}
.social-navigation ul li a:hover > i,
.social-navigation ul li a:hover > span {
  background: #444;
}

/* Tabs ---------------------------------- */
.tabbed .tab-content {
  overflow: hidden;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabbed .tab-content.current {
  display: block;
  width: 100%;
}

.tabbed .tab-link {
  cursor: pointer;
}

.wiki-box {
  display: block;
  position: relative;
  border: 1px solid var(--borders-color);
  background-color: var(--box-bg-color);
}
.wiki-box--corners {
  border: none;
  margin: 0.5rem;
  background-color: transparent;
}
.wiki-box__inner {
  padding: 1.5rem;
}
@media only screen and (min-width: 68.5em) {
  .wiki-box__inner {
    padding: 2rem;
  }
}
.wiki-box--corners .wiki-box__inner {
  border: 1px solid var(--borders-color);
  background-color: var(--box-bg-color);
}
.wiki-box--corners.wiki-box--nopad .wiki-box__inner, .wiki-box--corners.wiki-box--nopadding .wiki-box__inner {
  padding: 0;
}
.wiki-box__corners {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.wiki-box__corners span {
  position: absolute;
  width: calc(100% + 1rem);
  pointer-events: none;
}
.wiki-box__corners span:before, .wiki-box__corners span:after {
  content: "";
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  background: transparent;
  background-image: var(--box-corner-image);
  background-repeat: no-repeat;
  background-size: auto;
}
.wiki-box__corners span:nth-child(1) {
  top: -0.5rem;
  left: -0.5rem;
}
.wiki-box__corners span:nth-child(1):before {
  left: 0;
  top: 0;
}
.wiki-box__corners span:nth-child(1):after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.wiki-box__corners span:nth-child(2) {
  bottom: -0.5rem;
  left: -0.5rem;
}
.wiki-box__corners span:nth-child(2):before {
  left: 0;
  bottom: 0;
  transform: rotate(270deg);
}
.wiki-box__corners span:nth-child(2):after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.wiki-box--no-border {
  border-color: transparent;
}

.mapsvg-controller-view-content hr {
  display: block;
  border: none;
  height: 1px;
  background: #966d3d;
  margin-bottom: 1em;
}

/* Category 07 is for any utility classes that are not assigned to a specific component. */
/* Screen Reader Text -------------------- */
.sr-only,
.screen-reader-text {
  position: absolute !important;
  top: auto;
  left: -10000rem;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Skip Link ----------------------------- */
.skip-link,
.skip-to-content {
  display: block;
  position: absolute;
  top: -10000rem;
  left: 1em;
  z-index: 99999;
  padding: 0.5em 1em;
  background: #eee;
  box-shadow: 1px 1px 0.2em rgba(0, 0, 0, 0.5);
  transition: none;
}
.skip-link:focus,
.skip-to-content:focus {
  top: 1em;
}

@media print {
  @page {
    margin: 0.5cm;
  }
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h1,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h1,
  h2,
  h3 {
    page-break-after: avoid;
  }
  #primary-menu,
  #sidebar,
  #sidebar-post,
  #header,
  #footer,
  #comments,
  .menu-buttons,
  .page-navigation,
  .pagination,
  .wp-prev-next,
  .respond-form {
    display: none;
  }
  .contain {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
}

/*# sourceMappingURL=compiled.css.map */
