#bg_sections {
	display: flex; gap: 0.75rem;
	margin-bottom: 1rem;
	border-bottom: 0.5rem solid #00539b;
}
#bg_sections .section {
	flex: 0 1 50%;
	padding: 0.5rem 0.75rem;
	background: #eee;
}
#bg_sections .section.active {
	background: #00539b;
	color: #fff;
}
@media (min-width: 768px) {
	#bg_sections {
		display: none;
	}
}

#bg {
	display: block;
}
#bg h3 {
	margin: 0 0 1rem 0;
	font-size: 1.25rem;
}

@media (min-width: 768px) {
	#bg {
		display: flex; gap: 2rem;
	}
	#bg .bgblock {
		flex: 0 1 50%;
	}
}

#bg .bgblock {
	display: flex; flex-direction: column; position: relative;
}
#bg .bgblock .heading {
	flex: 0 0 auto;
	margin: 0 0 2rem 0;
	border-bottom: 0.25rem solid #000;
}
#bg .bgblock .heading h2 {
	margin: 0 0 1rem 0;
	font-size: 1.375rem;
}
#bg .bgblock .searchbar button {
	top: 0.5rem; right: 0.5rem;
}
#bg .bgblock .alphajump {
	margin: 1rem 0;
		display: flex; flex-wrap: wrap;
}
#bg .bgblock .alphajump .link {
	flex: 0 1 7.6923%; position: relative;
	padding: 0.25rem 0;
/*
	display: inline-block; position: relative;
	width: 1.25rem; padding: 0.25rem 0;
*/
	color: #000; text-align: center;
	-webkit-transition: none;
}
#bg .bgblock .alphajump .link.disabled {
	color: #ccc;
}
#bg .bgblock .alphajump .link.current::after {
	content: "";
	display: block; position: absolute;
	left: 0; right: 0; bottom: 0; height: 2px;
	background: #000;
}
#bg #coms.bgblock .alphajump .link {
	flex-basis: 7.1428%;
}

@media (max-width: 767px) {
	#bg .bgblock {
		display: none;
	}
	#bg .bgblock.active {
		display: flex;
	}
	#bg .bgblock .heading h2 {
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 1024px) {
	#bg .bgblock .alphajump .link {
		flex: 0 1 3.8461%;
	}
	#bg #coms.bgblock .alphajump .link {
		flex-basis: 3.7037%;
	}
}

@media (min-width: 1280px) {
/*
	#bg .bgblock .alphajump {
		display: grid;
		grid-template-columns: repeat(26, 1fr); column-gap: 0.125rem;
		margin: 1rem 0;
	}
	#bg #coms.bgblock .alphajump {
		grid-template-columns: repeat(27, 1fr);
	}
	#bg .bgblock .alphajump .link {
		display: block;
	}
*/
}


#bg .item {
	display: flex;
}
#bg .item .expand {
	flex: 0 0 2rem;
	color: #555; text-align: center;
}
#bg .item .expand .icon {
	display: none;
}
#bg .item .expand .icon {
	display: none;
	width: 1.25rem; height: 1.25rem;
	background: #ddd; border-radius: 0.6125rem;
	line-height: 1.25rem; text-align: center;
}
#bg .item .expand .icon.open { display: block; }
#bg .open .item .expand .icon.open { display: none; }
#bg .open .item .expand .icon.close { display: block; }


#cats {
}

#cats_list {
	flex: 1 1 auto;
}
#cats_list .cat {
	display: block; position: relative;
	padding: 0.5rem;
}
#cats_list .cat.parent {
}
#cats_list .cat.child {
}
#cats_list .cat.active {
	background: #00539b; border-radius: 0.25rem 0 0 0.25rem;
}
#cats_list .cat.active:before {
	content: "";
	display: block; position: absolute;
	right: 0; top: 0; bottom: 0; width: 1rem;
	background: #00539b;
}
#cats_list .cat.child.active:before {
	right: -0.5rem;
}
/*
#cats_list .cat .item {
	display: flex;
}
#cats_list .cat .item .expand {
	flex: 0 0 2rem;
	color: #555; text-align: center;
}
#cats_list .cat .item .expand .icon {
	display: none;
}
#cats_list .cat .item .expand .icon {
	display: none;
	width: 1.25rem; height: 1.25rem;
	background: #ddd; border-radius: 0.6125rem;
	line-height: 1.25rem; text-align: center;
}
#cats_list .cat .item .expand .icon.open { display: block; }
#cats_list .cat.open .item .expand .icon.open { display: none; }
#cats_list .cat.open .item .expand .icon.close { display: block; }
*/
#cats_list .cat .item .info {
	flex: 1 1 auto;
}
#cats_list .cat .item .info a {
	color: #000;
	cursor: pointer;
}
#cats_list .cat .item .info .hl {
	background: #ee3;
}
#cats_list .cat.active .item .info .hl {
	background: #191;
}
#cats_list .cat.active .item .info a,
#cats_list .cat.active .item .info .name {
	color: #fff;
}
#cats_list .cat .item .info .count {
	margin-left: 0.5rem;
	color: #888;
}
#cats_list .cat .item .references {
	display: block;
	margin: 0.25rem 0 0 1rem;
	font-size: 1rem; font-style: italic; color: #555;
}
#cats_list .cat .item .references a {
	color: #555; text-decoration: underline;
}
#cats_list .cat.active .item .references {
	color: #999;
}
#cats_list .cat .subcats {
	display: none;
	margin: 0.5rem 0 0 2.5rem;
}
#cats_list .cat .subcats.autoopen {
	display: block;
}

#coms {
}
#coms_list {
	flex: 1 1 auto; position: relative;
}
#bg.linked #coms #coms_list:before {
	content: "";
	display: block; position: absolute;
	left: -2.25rem; top: 0; bottom: 0; width: 0.25rem;
	background: #00539b;
}
#coms_list .com {
	display: block; position: relative;
	padding: 0.75rem; margin: 0 0 1rem 0;
	border: 1px solid #ddd;
}
#coms_list .com.featured {
	border-left: 0.25rem solid #00539b;
}
#coms_list .com.featured.mix {
	padding-top: 2rem;
	border-top: none;
}
#coms_list .com.featured.mix .label {
	display: block; position: absolute;
	left: 0; right: 0; top: 0; padding: 0.25rem 0.25rem;
	background: #00539b;
	font-size: 0.875rem; color: #fff;
}
#coms_list .com .item {
}
#coms_list .com .item .info .hl {
	background: #ee3;
}
#coms_list .com .item .logo {
	display: block; float: right;
	width: 25%; max-width: 9rem;
}
#coms_list .com .item .logo img {
	display: block;
	width: auto; height: auto; max-height: 5rem; margin: 0 0 0 auto;
}
#coms_list .com .item .info {
	flex: 1 1 auto;
}
#coms_list .com .item .info .name {
}
#coms_list .com .details {
	display: none;
	margin: 1rem 0 0 0;
}
#coms_list .com .details.autoopen {
	display: block;
}
#coms_list .com .details p {
	margin: 0.25rem 0 0 0;
	font-size: 0.9375rem;
}
#coms_list .com .details p:first-child {
	margin-top: 0;
}
#coms_list .com .details .gap {
	margin: 0 0.25rem;
}
#coms_list .com .details .data {
	display: block;
	margin: 0.75rem 0 0 0;
	font-size: 0.9375rem;
}
#coms_list .com .details .data:first-child {
	margin-top: 0;
}
#coms_list .com .details .data.contact,
#coms_list .com .details .data.symbols,
#coms_list .com .details .data.codes {
	clear: both;
}
#coms_list .com .details .data.sep {
	padding: 0.75rem 0 0 0;
	border-top: 1px solid #eee;
}
#coms_list .com .details .data.codes {
	overflow-y: scroll;
	max-height: 10rem; padding-right: 0.75rem;
}
#coms_list .com.profile .details .data.codes {
	max-height: none;
}
#coms_list .com .details .data.codes::-webkit-scrollbar {
	width: 0.75rem;
}
#coms_list .com .details .data.codes::-webkit-scrollbar-track {
	background: #ddd; border: none;
}
#coms_list .com .details .data.codes::-webkit-scrollbar-thumb {
	background: #777;
}
#coms_list .com .details .data.codes .sub {
	margin: 0.125rem 0 0 1rem;
}

.bgad_wrap {
	display: inline-block;
	padding: 0.375rem;
	box-shadow: 0 0 1px #0009;
}
.bgad {
	display: block; position: relative;
}
.bgad img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	-o-object-fit: contain; object-fit: contain;
}
.bgad_2p { width: 11.0000rem; height: 7.2500rem; }
.bgad_1p { width: 5.5000rem; height: 7.2500rem; }
.bgad_23p { width: 3.1111rem; height: 6.6667rem; }
.bgad_12pi { width: 3.1111rem; height: 4.9167rem; }
.bgad_12ph { width: 4.6667rem; height: 3.2500rem; }
.bgad_13ps { width: 3.1111rem; height: 3.2500rem; }
.bgad_13pv { width: 1.5000rem; height: 6.6667rem; }
.bgad_13ph { width: 4.6667rem; height: 2.2500rem; }
.bgad_14pv { width: 2.3000rem; height: 3.2500rem; }
.bgad_16pv { width: 1.5000rem; height: 3.2500rem; }
