/* DO NOT EDIT */
/* Add all custom CSS to custom.css */

@font-face {
	font-family: 'Inter';
	font-display: block;
	src: url('fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype')
}
@font-face {
	font-family: 'Archivo-Black';
	font-display: block;
	src: url('fonts/ArchivoBlack-Regular.ttf') format('truetype')
}


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

html, body {
	box-shadow: 0 0 200px rgba(0, 0, 0, 0.27) inset;
	background-image: -webkit-linear-gradient(45deg, rgb(8, 6, 49) 0%, rgb(94, 19, 100) 100%);
	min-height: 100%;
	font-family: 'Inter' !important;
}
.actions li {
	list-style: none
}

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



/* Basic */
html {
	box-sizing: border-box
}

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

/* Type */
body, select, textarea {
	font-size: 16.5pt;
	font-weight: normal;
	line-height: 1.75;
}
body, select:not(#adminPanel select), textarea:not(#adminPanel textarea) {
	color: rgba(255, 255, 255, 0.8) !important;
}
@media screen and (max-width: 1680px) {
	body, input, select, textarea {
		font-size: 13pt
	}
}
@media screen and (max-width: 1280px) {
	body, input, select, textarea {
		font-size: 12pt
	}
}
@media screen and (max-width: 360px) {
	body, input, select, textarea {
		font-size: 11pt
	}
}

a:not(#adminPanel a):not(.panel-heading a) {
	-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	transition: color 0.2s ease, border-bottom-color 0.2s ease;
	color: rgba(255,255,255,.8) !important;
	text-decoration: none;
}
a:hover:not(#adminPanel a:hover):not(.panel-heading a:hover), div .active:not(#adminPanel div .active):not(.panel-heading div .active) {
	color: rgba(255,255,255,.6) !important;
}

strong, b {
	font-weight: bold
}

em, i {
	font-style: italic
}

p:not(#adminPanel p) {
	color: rgba(255, 255, 255, 0.8) !important;
	margin: 0 0 2em 0;
	font-family: 'Inter' !important;
}

h1, h2, h3, h4:not(#adminPanel h4), h5, h6 {
	color: rgba(255, 255, 255, 0.8) !important;
	font-weight: bold;
	line-height: 1.5;
	font-family: 'Archivo-Black' !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none
}

h1 {
	font-size: 2.75em
}

h2 {
	font-size: 1.75em
}

h3 {
	font-size: 1.1em
}

h4 {
	font-size: 1em
}

h5 {
	font-size: 0.8em
}

h6 {
	font-size: 0.6em
}

@media screen and (max-width: 736px) {
	h1 {
		font-size: 3em
	}

	h2 {
		font-size: 1.75em
	}

	h3 {
		font-size: 1em
	}

	h4 {
		font-size: 0.8em
	}

	h5 {
		font-size: 0.6em
	}

	h6 {
		font-size: 0.6em
	}
}

code {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0.25em;
	border: solid 1px rgba(255, 255, 255, 0.15);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em
}

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

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

.text-center {
	text-align: center
}

/* Button */
input[type="button"],
/*button,*/
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease;
	-webkit-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	background-color: rgba(255,255,266,.1);
	border: solid 1px !important;
	border-color: rgba(255, 255, 255, 0.2) !important;
	border-radius: 8px;
	color: #c0c0c0 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 0.25em;
	line-height: 2.25em;
	outline: 0;
	padding: 0.5em 2em;
	margin-top: 1em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap
}
input[type="button"]:after,
/*button:after,*/
.button:after {
	-moz-transform: scale(0.25);
	-webkit-transform: scale(0.25);
	-ms-transform: scale(0.25);
	transform: scale(0.25);
	pointer-events: none;
	-moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	-ms-transition: opacity 0.2s ease, -ms-transform 0.2s ease;
	transition: opacity 0.2s ease, transform 0.2s ease;
	background: #ffffff;
	border-radius: 8px;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%
}
input[type="button"]:hover,
/*button:hover,*/
.button:hover {
	border-color: rgba(255, 255, 255, 0.4) !important
}
input[type="button"]:hover:after,
/*button:hover:after,*/
.button:hover:after {
	opacity: 0.05;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
input[type="button"]:hover:active,
/*button:hover:active,*/
.button:hover:active {
	border-color: #ffffff !important
}
input[type="button"]:hover:active:after,
/*button:hover:active:after,*/
.button:hover:active:after {
	opacity: 0.1
}

input[type="password"] {
	border: 0;
	outline: 0;
	padding: 15px;
	border-radius: 8px;
	width: 300px
}

/* Wrapper */
.wrapper {
	position: relative;
	text-align: center;
}
.wrapper > .inner {
	width: 100%;
	padding: 4em;
}
@media screen and (max-width: 1680px) {
	footer > .inner {
		padding: 2em 4em 2em 4em !important
	}
}
@media screen and (max-width: 736px) {

	.wrapper > .inner {
		padding: 2em 2em 2em 2em
	}
	footer > .inner {
		padding: 2em 2em 2em 2em !important
	}
}
.wrapper.style2 {
	background-color: rgba(0,0,0,.4);
}

.wrapper.fullscreen {
	min-height: calc(100vh - 5.5em);
}
@media screen and (max-width: 736px) {

	.wrapper.fullscreen {
		min-height: calc(50vh - 5.5em);
	}
}

/* Wrapper */
#topMenu + #wrapper {
	margin-left: 0;
	position: relative;
}
@media screen and (max-width: 736px) {
	#topMenu + #wrapper {
		padding-top: 0;
		/* top: 2em; */
	}

}

#header + #wrapper > .wrapper > .inner {
	margin: 0 auto;
}

/* Fixed Nav Bar + Top Bar */

body {
  min-height: 75rem;
  padding-top: 4.5rem;
}
#topBar{
    background-color: rgba(0, 0, 0, 0.4);
    width:100%;
    z-index:99
}
#site-logo {
    float: left;
    height: 100%;
}
#site-logo img, #site-logo svg {
    margin-left: 40px;
    max-width: 200px;
}
.social-icons{
    /*margin-top:-5px;*/
    color:white;
    float:right;
}
.social-icons li{
    display:inline-block;
    margin-right:15px;
    margin-top:10px;
    font-size:18px;
}
.social-icons li:last-child{
    margin-right:40px
}
.social-icons li:hover{
    color:#efefef;
    cursor:pointer;
}
.spacer-custom{
    height:44px
}
.social-icons a{
    border-bottom:none;
    color:white;
}
.social-icons a:hover{
    color:#efefef;
    cursor:pointer;
    border-bottom:none;
}

/* Menu */
#topMenu {
	padding: 0;
	background: 0;
	cursor: default;
	height: 5.4em;
	left: 0;
	text-align: center;
	top: 0;
	width: 100%;
	line-height: 3.5em;
	position: relative;
	z-index: 20;
}

#topMenu > .inner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
	min-height: 100%;
	opacity: 1;
	width: 100%
}
#topMenu nav {
	height: inherit;
	line-height: inherit;
	margin-top: 1em
}
#topMenu nav ul {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	height: inherit;
	line-height: inherit;
	list-style: none;
	padding: 0
}
#topMenu nav a {
	height: inherit;
	line-height: inherit;
	padding: 0
}
#topMenu nav > ul > li {
	margin: 0 1em 0 1em;
	opacity: 1;
	padding: 0;
	position: relative;
	height: inherit;
	line-height: inherit
}

#topMenu nav a {
	border: 1px solid rgba(255,255,255,0);
	border-radius: 8px;
	font-size: 0.70em;
	font-weight: bold;
	letter-spacing: 0.25em;
	line-height: 1.75;
	outline: 0;
	padding: 1em 2em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase
}
#topMenu nav li.active, nav li.active a	{
	color: #fff !important;
}
#topMenu nav .active a{
	border: 1px solid #ffffff7d;
}
#topMenu nav a:hover {
	border: 1px solid #ffffff59;

}
#topMenu nav a.active {
	color: #ffffff;
}
#topMenu nav a.active:after {
	max-width: 100%;
}

@media screen and (max-width: 736px) {
	#topMenu {
		height: auto;
		font-size: 0.94em;
		position: relative;
		/* background-color: rgba(0, 0, 0, 0.30); */
		/* padding-bottom: 20px; */
	}
	#topMenu nav ul {
		display: block;
		float: left;
	}
	#topMenu nav > ul > li {
		display: block;
		float: left;
		margin: 0 1em 0 2em;
	}
	/* #topMenu nav .active a {
		border-bottom: 1px solid #fff
	} */
	footer {
		font-size: 1em
	}
}

/* Intro */
#intro #content {
	min-height: 75vh !important;
}

#intro p {
	font-size: 1.25em
}
@media screen and (max-width: 736px) {
	#intro p {
		font-size: 1em
	}
}

/* Footer */
footer {
	text-align: center;
}

footer p, footer div {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* Submenus */
.subPageDropdown a {
	border: 0 !important
}
		
.subPageDropdown ul {
	margin: 0;
	padding-left: 0
}

.subPageDropdown li {
	color: #fff;
	display: block;
	float: left;
	position: relative;
	padding: 0 1em 0 1em;
	text-decoration: none;
	transition-duration: 0.5s
}
	
#topMenu li a {
	color: rgba(255, 255, 255, 0.8)
}

#topMenu li:hover,
#topMenu li:focus-within {
	cursor: pointer
}

#topMenu li:focus-within a {
	outline: none
}

#topMenu .nav-item {
	margin-top: 5px
}

ul.subPageDropdown {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	margin-top: 10px;
	display: none;
	padding-left: 10px !important
}

#topMenu ul li:hover > ul,
#topMenu ul li:focus-within > ul,
#topMenu ul li ul:hover,
#topMenu ul li ul:focus {
	visibility: visible;
	opacity: 1;
	display: block
}

#topMenu ul li ul li {
	clear: both;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.30);
	white-space: nowrap
}

/* Submenus dropdown arrow */
.menu li > a:after {
	content: ' ▼';
	font-weight: bold
}

.menu > li > a:after {
	content: ' ▼';
	font-weight: bold
}

.menu li > a:only-child:after {
	content: ''
}

/* Search */
.wondersearch-container {
	position: relative;
	padding: 2em 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.wondersearch-input {
	width: 100%;
	padding: 10px 15px;
	font-size: 1em;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	outline: none;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.wondersearch-input:focus {
	border-color: rgba(255, 255, 255, 0.88);
	background-color: rgba(255, 255, 255, 0.2);
}

.wondersearch-results {
	position: absolute;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	margin-top: 5px;
	z-index: 1000;
	max-height: 300px;
	overflow-y: auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	padding: 10px; /* Added padding for no results */
	border: 1px solid transparent; /* Hide border by default */
	display: none; /* Hide results container by default */
}

.wondersearch-results:not(:empty) {
	display: block; /* Show results container when not empty */
	border: 1px solid rgba(255, 255, 255, 0.15); /* Add border when results are present */
}

.wondersearch-item {
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: background-color 0.2s ease;
}

.wondersearch-item:last-child {
	border-bottom: none;
}

.wondersearch-item:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.wondersearch-item a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.wondersearch-item a:hover {
	text-decoration: underline;
}

.wondersearch-item p {
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	font-size: 0.9em;
}

.wondersearch-item mark {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 2px 4px;
	border-radius: 3px;
}