@charset "UTF-8";
/* CSS Document */

/* Cinzel */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
/* Lato */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


@import url('../vendor/bootstrap/5.3.3/css/bootstrap.min.css');
@import url('../vendor/fontawesome/css/all.min.css');
@import url('../vendor/animate/animate.min.css');


body,
td,
th {
	color: #000;
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}

a {
	text-decoration: none;
}

.com-content-article__body a:link,
.com-content-article__body a:visited {
	color: #436E8E;
}

.com-content-article__body a:hover,
.com-content-article__body a:active {
	color: #000;
}

header {
	background: linear-gradient(to bottom right, #444444, #2b2b2b);
	padding: 25px 15px;
}

header a {
	color: #FFF;
}

header li {
	margin-left: 7px;
}

header .top-nav-links {
	text-align: center;
}

header .form-control {
	max-width: 300px;
	margin: 25px auto 15px;
}

header .socialMediaIcons a {
	color: #829eaf;
}

header .socialMediaIcons {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

header .socialMediaIcons li {
	display: inline;
	margin-right: 10px;
}

.logo {
	color: #FFF;
	text-align: center;
}

.logo-fort,
.logo-report {
	font-family: "Cinzel", serif;
	text-transform: capitalize;
	font-size: 40px;
}

.logo-fort {
	color: #829eaf;
}

.logo-report {
	color: #FFF;
}

.logo-slogan {
	font-size: 13px;
	margin-top: -15px;
}

header .search {
	text-align: center;
}

.page-header {
	margin-bottom: 40px;
}

@media (min-width: 576px) and (max-width: 991.99px) {

	.logo-fort,
	.logo-report {
		font-family: "Cinzel", serif;
		text-transform: capitalize;
		font-size: 65px;
	}
}

@media (min-width: 992px) {
	header .form-control {
		width: 300px;
		display: inline;
		margin-bottom: 15px;
	}

	header .socialMediaIcons {
		list-style-type: none;
		padding: 0;
		margin: 0;
		text-align: right;
	}

	header .socialMediaIcons li {
		display: inline;
		margin-right: 10px;
	}

	header .search {
		text-align: right;
	}

	.logo-fort,
	.logo-report {
		font-family: "Cinzel", serif;
		text-transform: capitalize;
		font-size: 65px;
	}

	.logo {
		color: #FFF;
		text-align: left;
	}

	header .top-nav-links {
		text-align: right;
	}
}

/* ========== Navigation */

#navbarNav li.nav-item {
	padding-left: 15px;
}

.mod-menu__sub {
	padding: 0;
}

.mod-menu__sub li {
	margin: 0;
}


.mod-menu__sub a {
	padding-left: 0px;
	color: #FFF;
}

.navbar-nav .dropdown-menu .active {
	background-color: #700;
	/* Darker shade of red */
	color: #FFD700;
	/* Gold text for contrast */
}

/* Optional: Add a hover effect for active links */
.navbar-nav .dropdown-menu .active:hover {
	background-color: #600;
	/* Even darker shade for hover */
	color: #FFF;
	/* Maintain white text on hover */
}

.mod-menu__sub a:hover {
	background: none;
	color: #CCC;

}

.mod-menu__sub {
	background: #900;
}

/* Ensure the dropdown-menu is properly styled */
.navbar-nav .dropdown-menu {
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show dropdown-menu on hover */

.navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
	opacity: 1;
	visibility: visible;
}


/* ========== Ads */

.advertisementArea {
	margin: 50px 0px;
	font-size: 14px;
}

/* ========== Headline News Area */

.mainNews {}

.headlineNewsStory .card {
	margin-bottom: 50px;
	background: #333333;
}

.mainNews .mainImg p {
	margin: 0 !important;
}

.headlineNewsStory .card-body {
	color: #FFF;
	padding: 30px 15px 15px;
}

.headlineNewsStory h1,
.headlineNewsStory h2,
.headlineNewsStory h3,
.headlineNewsStory h4,
.headlineNewsStory h1 a,
.headlineNewsStory h2 a,
.headlineNewsStory h3 a,
.headlineNewsStory h4 a {
	font-weight: bold;
	font-size: 24px;
}

.headlineNewsStory a {
	color: #FFF;
}

.headlineNewsStories .nav-item .active {
	background: #94080e !important;
	color: #FFF !important;
	border: 1px solid #94080e !important;
}

.headlineNewsStories .nav-link:hover {
	border-bottom: 1px solid #94080e !important;
}

.headlineNewsStories .nav-link {
	color: #000;
}

.headlineNewsStories .nav-tabs {
	--bs-nav-tabs-border-color: #94080e;
}

.headlineNewsStories ul {
	list-style-type: none;
	padding-left: 0;
}

.headlineNewsStories {
	font-size: 12px;
	color: #900;
	margin-bottom: 50px;
}

.headlineNewsStory img {
	width: 100%;
}

.headlineNewsStories .nav-tabs {
	font-size: 16px;
}

.headlineNewsStories .tab-content li {
	margin-bottom: 10px;
}

.headlineNewsStories a:link,
.headlineNewsStories a:visited {
	color: #000;
	font-size: 16px;
}

.headlineNewsStories a:hover,
.headlineNewsStories a:active {
	color: #436e8e;
	font-size: 16px;
}

/* ========== Main Content */

.mainContent {
	padding: 0px 0px 50px;
}

/* ========== More News Sections */

.moreNews h4 {
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	border-left: 5px #900 solid;
	padding-left: 7px;
}

.moreNews ul {
	list-style-type: none;
	padding-left: 0;
	font-size: 12px;
	color: #900;
	margin-bottom: 35px;
}

.moreNews li {
	margin-bottom: 10px;
}

.moreNews img {
	width: 100% !important;
}

.moreNews a:link,
.moreNews a:visited {
	color: #000;
	font-size: 16px;
}

.moreNews a:hover,
.moreNews a:active {
	color: #436e8e;
	font-size: 16px;
}

.newsSection {
	margin-bottom: 25px;
}

.newsSection .NSRight {
	margin-bottom: 0;
}

.LobbyTools {
	font-size: 12px;
	color: #900;
	margin-top: -20px;
}


.LobbyTools a:link,
.LobbyTools a:visited {
	color: #000;
	font-size: 16px;
}

.LobbyTools a:hover,
.LobbyTools a:active {
	color: #436e8e;
	font-size: 16px;
}

.advertisements img {
	width: 100%;
}

/* Ads on right of pages */

.moreNews.ads {
	margin-top: 35px;
	max-width: 768px;
}

@media (min-width: 992px) {
	.moreNews.ads {
		margin-top: 90px;
	}
}

/* ========== Political Resources */

.politicalResources {
	background: #436e8e;
	padding: 50px 15px;
}

.politicalResources h4 {
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	border-left: 5px #900 solid;
	padding-left: 7px;
	color: #FFF;
	margin-bottom: 20px;
}

.politicalResources a {
	color: #FFF;
}

.politicalResources li {
	border-bottom: 1px solid #7b96ab;
	padding: 10px 0px;
}

.politicalResources ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* ========== Footer */

footer {
	background: #FFF;
}

#footer-main {
	background: #2b2b2b;
	color: #FFF;
	padding: 100px 15px;
}