@charset "utf-8";
body {
	margin:0;
	padding:0;
	width:100%;
	color:#fff;
	font:normal 13px/1.5em Arial, Helvetica, sans-serif;
	background:#1a1a2e;
}
html, .main {
	padding:0;
	margin:0;
}
.clr {
	clear:both;
	padding:0;
	margin:0;
	width:100%;
	font-size:0;
	line-height:0;
}
h2 {
	margin:8px 0;
	padding:8px 0;
	font-size:20px;
	font-weight:normal;
	color:#fff;
}
p {
	margin:8px 0;
	padding:0 0 8px 0;
}
a {
	color:#ffae00;
	text-decoration:underline;
}
.header, .content, .menu_nav, .fbg, .footer, form, ol, ol li, ul, .content .mainbar, .content .sidebar {
	margin:0;
	padding:0;
}
.header {
	background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #3949ab 100%);
}
.header_resize {
	margin:0 auto;
	padding:0;
	width:900px;
}
.logo {
	padding:0;
	width:auto;
	float:left;
	height:130px;
	display:flex;
	align-items:center;
}
.logo img {
	max-height:120px;
	width:auto;
}
h1 {
	margin:0;
	padding:44px 0 0;
	font-size:36px;
	font-weight:normal;
	line-height:1.2em;
	text-transform:uppercase;
}
.slider {
	padding:0 0 8px;
}
.menu_nav {
	margin:0 auto;
	padding:0;
	float:right;
	height:128px;
}
.menu_nav ul {
	list-style:none;
	padding:0;
	height:128px;
	float:left;
}
.menu_nav ul li {
	margin:0;
	padding:0 2px 0 0;
	float:left;
}
.menu_nav ul li a {
	display:block;
	margin:0;
	padding:68px 14px 40px;
	font-size:14px;
	font-weight:normal;
	color:#90caf9;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom-left-radius:28px;
	border-bottom-right-radius:28px;
	transition: background 0.2s, color 0.2s;
}
.menu_nav ul li.active a, .menu_nav ul li a:hover {
	text-decoration:none;
	background:#3B5998;
	color:#FFF;
}

/* Slideshow */
.slideshow-wrap {
	width:900px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.slideshow {
	position:relative;
	width:900px;
	height:250px;
	overflow:hidden;
}
.slideshow img {
	position:absolute;
	top:0; left:0;
	width:900px;
	height:250px;
	object-fit:cover;
	opacity:0;
	transition: opacity 0.8s ease-in-out;
}
.slideshow img.active {
	opacity:1;
}

.content {
}
.content_resize {
	margin:0 auto;
	padding:24px 0;
	width:900px;
}
.content .mainbar {
	margin:0;
	padding:0;
	float:left;
	width:610px;
}
.content .mainbar h2 {
	margin-bottom:0;
	padding-bottom:0;
	font-size:20px;
}
.content .mainbar div.img {
	padding:12px 0 0;
	float:left;
}
.content .mainbar img.fl {
	margin:0 16px 8px 0;
	border:none;
}
.content .mainbar .article {
	margin:0 0 40px;
	padding:20px;
	background:#3B5998;
	border-radius:28px;
}
.content .mainbar .article a {
	color:#fff;
	text-decoration:underline;
}
.content .mainbar .post_content {
	float:right;
	width:410px;
}
.content .mainbar .post_content1 {
	float:left;
	width:580px;
}
.content .mainbar .post_content41 {
	float:left;
	width:580px;
}
.content .mainbar .post_content strong {
	color:#ddd;
}
.content .sidebar {
	padding:0;
	float:right;
	width:240px;
}
.content .sidebar .gadget {
	margin:0 0 12px;
	padding:0 0 24px;
}
.content .sidebar h2 {
	color:#90caf9;
	font-size:20px;
}
ul.sb_menu, ul.ex_menu {
	margin:0;
	padding:0;
	list-style:none;
	color:#959595;
}
ul.sb_menu li, ul.ex_menu li {
	margin:0;
}
ul.sb_menu li {
	padding:4px 0;
	width:220px;
}
ul.sb_menu li a {
	color:#90caf9;
	text-decoration:none;
	padding:4px 8px;
	display:block;
}
ul.sb_menu li a:hover {
	color:#ffae00;
}

/* Products table */
.product-table {
	width:100%;
	border-collapse:collapse;
}
.product-table td {
	padding:10px 14px;
	background:#2d3f70;
	border-bottom:1px solid #3B5998;
	vertical-align:middle;
}
.product-table td:hover {
	background:#3B5998;
}
.product-table img {
	width:90px;
	height:90px;
	object-fit:cover;
	border-radius:6px;
	margin-right:14px;
	vertical-align:middle;
	border:1px solid #5c6bc0;
}
.product-table a {
	font-size:16px;
	color:#90caf9;
	text-decoration:none;
	vertical-align:middle;
}
.product-table a:hover {
	color:#ffae00;
}

/* Vendors */
.vendor-item {
	display:flex;
	align-items:center;
	padding:14px 0;
	border-bottom:1px solid #3B5998;
	gap:16px;
}
.vendor-item img {
	width:100px;
	height:70px;
	object-fit:contain;
	background:#fff;
	border-radius:4px;
	padding:4px;
	flex-shrink:0;
}
.vendor-item .vname {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	font-family: 'Times New Roman', Times, serif;
	color:#fff;
	margin-bottom:4px;
}
.vendor-item a {
	color:#90caf9;
	font-size:13px;
}

/* Contact flags */
.contact-section {
	margin-bottom:24px;
	padding-bottom:16px;
	border-bottom:1px solid #3B5998;
}
.contact-section h3 {
	font-size:18px;
	font-style:italic;
	display:flex;
	align-items:center;
	gap:12px;
	margin-bottom:8px;
}
.contact-section img {
	height:36px;
	border:1px solid #5c6bc0;
}

/* Org charts */
.org-imgs img {
	max-width:100%;
	height:auto;
	margin:10px 10px 10px 0;
	border:1px solid #5c6bc0;
}

.fbg {
}
.fbg_resize {
	margin:0 auto;
	width:900px;
	padding:24px 20px;
	background:#1e2a4a;
	color:#6e6e6e;
}
.fbg h2 {
	color:#90caf9;
	padding-bottom:24px;
}

.footer {
	background:#0d1117;
	border-top:2px solid #3B5998;
}
.footer_resize {
	margin:0 auto;
	padding:14px 0;
	width:900px;
	color:#6e6e6e;
	line-height:1.5em;
}
.footer_resize p {
	margin:8px 0;
	padding:0;
	line-height:normal;
	white-space:nowrap;
}
.footer_resize a {
	color:#90caf9;
	font-weight:normal;
	margin:0;
	padding:0;
	border:none;
	text-decoration:underline;
}
.footer_resize a:hover {
	color:#ffae00;
	text-decoration:none;
}
.footer_resize .lf {
	float:left;
}
a {
	outline:none;
}

/* About page styled content */
.about-content {
	font-family: 'Times New Roman', Times, serif;
	font-size:15px;
	line-height:1.8em;
	color:#e0e0e0;
}
.about-content .section-title {
	color:#90caf9;
	font-weight:bold;
	font-size:16px;
	margin:18px 0 6px;
	text-decoration:underline;
}
.about-content ul {
	list-style:none;
	padding:0;
	margin:0 0 12px;
}
.about-content ul li {
	padding:3px 0 3px 20px;
	font-style:italic;
	position:relative;
}
.about-content ul li::before {
	content:"• ";
	color:#ffae00;
	position:absolute;
	left:0;
}
.about-content .highlight {
	color:#ffae00;
	font-weight:bold;
	font-size:16px;
}
