html {
	min-height:100%;
	height:auto;
}

body {
	min-height:100%;
	background:#000000;
	overflow-y:auto;
}

p,
a,
label,
button,
textarea,
.news-content,
.news-date,
.nav-links,
.nav-toggle,
footer {
	font-family:"Roboto", Arial, sans-serif;
}

#wrapper {
	min-height:100%;
	height:auto !important;
	background:#000000;
}

.hero-slider {
	position:relative;
	width:100%;
	max-width:1650px;
	min-height:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow:visible;
}

.hero-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1000px;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:top center;
	opacity:0;
	transition:opacity 1.3s ease-in-out;
	z-index:0;
}

.hero-bg.active {
	opacity:1;
}

.slider-btn {
	position:absolute;
	top:300px;
	z-index:30;
	width:58px;
	height:58px;
	padding:0;
	background:transparent;
	border:none;
	cursor:pointer;
}

.slider-btn:hover {
	background:transparent;
}

.slider-btn img {
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
}

.slider-left {
	left:20px;
}

.slider-right {
	right:20px;
}

.slider-dots {
	position:absolute;
	top:640px;
	left:0;
	width:100%;
	z-index:31;
	text-align:center;
	pointer-events:none;
}

.slider-dot {
	display:inline-block;
	width:13px;
	height:13px;
	margin:0 6px;
	border-radius:50%;
	border:1px solid rgba(255,255,255,0.85);
	background:rgba(0,0,0,0.45);
	cursor:pointer;
	pointer-events:auto;
	transition:background 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.slider-dot.active {
	background:rgba(255,255,255,0.95);
	transform:scale(1.15);
}

.top-nav {
	position:sticky;
	top:0;
	z-index:200;
	width:100%;
	background:rgba(0,0,0,0.92);
	backdrop-filter:blur(8px);
	-webkit-backdrop-filter:blur(8px);
	border-bottom:1px solid rgba(255,255,255,0.14);
	box-sizing:border-box;
}

.top-nav-inner {
	width:100%;
	max-width:1650px;
	margin:0 auto;
	padding:12px 24px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:18px;
}

.nav-logo {
	color:#ffffff;
	text-decoration:none;
	font-size:25px;
	font-weight:bold;
	letter-spacing:3px;
	white-space:nowrap;
	text-transform:uppercase;
}

.nav-links {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:10px;
	flex-wrap:wrap;
}

.nav-links label,
.nav-links a,
.nav-toggle {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:40px;
	padding:8px 14px;
	box-sizing:border-box;
	border-radius:5px;
	border:1px solid rgba(255,255,255,0.18);
	background:rgba(255,255,255,0.10);
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	text-decoration:none;
	cursor:pointer;
	transition:background 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.nav-links label:hover,
.nav-links a:hover,
.nav-toggle:hover {
	background:#ffffff;
	color:#000000;
	border-color:#ffffff;
}

.nav-links img {
	height:18px;
	width:auto;
	margin-right:7px;
}

.nav-ezm {
	background:#a6c8ff !important;
	color:#000000 !important;
	border-color:#a6c8ff !important;
}

.nav-youtube {
	background:#ffffff !important;
	color:#000000 !important;
}

.nav-toggle {
	display:none;
	gap:8px;
}

.nav-toggle-icon {
	font-size:22px;
	line-height:1;
}

.tabbed {
	position:relative !important;
	z-index:20 !important;
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
}

.news-post {
	border:1px solid rgba(90,132,176,0.35);
	border-radius:12px;
	padding:20px;
	margin:0 auto 25px auto;
	max-width:1000px;
	background:rgba(90,132,176,0.03);
	overflow:hidden;
	text-align:left;
}

.news-header {
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:20px;
	flex-wrap:wrap;
	margin-bottom:15px;
}

.news-title {
	margin:0;
	font-size:140%;
	color:#4571c7;
	text-align:left;
}

.news-date {
	margin:0;
	color:#888;
	font-size:13px;
	text-align:right;
}

.news-content {
	text-align:left;
	line-height:1.45;
	color:#d0d0d0;
}

.news-content p {
	text-align:left;
	margin-top:0;
}

.news-image {
	float:right;
	width:32%;
	min-width:220px;
	max-width:320px;
	height:auto;
	margin:0 0 15px 22px;
	border-radius:8px;
}

.news-link {
	color:#4571c7;
	text-decoration:none;
}

.news-link:hover {
	text-decoration:underline;
}

.news-icon {
	width:15px;
	height:13px;
}

.news-external {
	width:16px;
	height:16px;
}

.news-clear {
	clear:both;
}

@media (max-width:900px) {
	.top-nav-inner {
		flex-direction:column;
		align-items:center;
		justify-content:center;
		padding:10px 12px;
		gap:12px;
	}

	.nav-logo {
		text-align:left;
		font-size:22px;
		letter-spacing:2px;
		max-width:calc(100% - 95px);
	}

	.nav-logo img {
		max-width:100% !important;
		height:auto;
	}

	.nav-toggle {
		display:inline-flex;
		margin-left:auto;
		margin-right:auto;
	}

	.nav-links {
		display:grid;
		width:100%;
		grid-template-columns:1fr 1fr;
		gap:8px;
		padding-top:0;
		max-height:0;
		opacity:0;
		overflow:hidden;
		transform:translateY(-8px);
		pointer-events:none;
		transition:max-height 0.45s ease-in-out, opacity 0.35s ease-in-out, transform 0.45s ease-in-out, padding-top 0.45s ease-in-out;
	}

	.nav-links.open {
		max-height:650px;
		opacity:1;
		transform:translateY(0);
		pointer-events:auto;
		padding-top:6px;
	}

	.nav-links label,
	.nav-links a {
		width:100%;
		font-size:15px;
		padding:10px 8px;
		text-align:center;
	}

	.hero-slider {
		min-height:820px;
	}

	.hero-bg {
		height:820px;
		background-size:100% auto;
		background-position:top center;
	}

	.slider-btn {
		top:100px;
		width:44px;
		height:44px;
	}

	.slider-dots {
		display:none;
	}
}

@media (max-width:700px) {
	.news-image {
		float:none;
		display:block;
		width:100%;
		min-width:0;
		max-width:100%;
		margin:0 0 15px 0;
	}

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

@media (max-width:480px) {
	.nav-links {
		grid-template-columns:1fr;
	}

	.nav-logo {
		font-size:20px;
		max-width:calc(100% - 88px);
	}

	.hero-slider {
		min-height:760px;
	}

	.hero-bg {
		height:760px;
		background-size:100% auto;
		background-position:top center;
	}

	.slider-left {
		left:8px;
	}

	.slider-right {
		right:8px;
	}
}



a {
	text-decoration:none;
	transition:color 0.25s ease-in-out;
}

a:hover {
	color:#bad8e0;
	text-decoration:none;
}

.news-content a {
	color:#4571c7;
	text-decoration:none;
	transition:color 0.25s ease-in-out;
}

.news-content a:hover {
	color:#bad8e0;
	text-decoration:none;
}