:root {
	/* Define color variables */
	--bone: rgb(252,249,242);
	--border-blue: rgb(15,108,185);	/* #0f6cb9 */
	--blue-white: rgb(235,242,252);	/* #ebf2fc */
	--blue-green: rgb(25,72,120);	/* #194878 */
	--off-grey-light: rgb(204,204,204);	/* #ccc */
	--transparent-off-grey-light: rgba(204,204,204,.9);	/* #ccc */
	--off-grey: rgb(102,102,102);	/* #666 */
}
.no-tabs {
 	display: none;
}
.tabs {
	list-style:none;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.tabs li,
.tabs li a {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 0;
	height: auto;
}
.tabs li a {
	margin: 10px 5px;	/* TB LR */
	font-size: 1.1em;
}
.tabs li {
	background: var(--blue-white);
	border-color: var(--off-grey-light);
	border-style: solid;
	border-width: 1px;
	color: black;
	cursor: pointer;
	position: relative;
	text-align: center;
	border-bottom: 1px solid var(--border-blue);
}
.tabs li a {
	color: #000;
	/*padding: 10px;*/
	text-decoration: none;
}
.tabs li:focus,
.tabs li:hover {
	background: var(--transparent-off-grey-light);
}
.tabs li.active {
	background: var(--bone);
	border-bottom: 0;
	cursor: default;
	padding-bottom: 1px;
	z-index: 2;
}
.tabs li.active a {
	cursor: default;
	padding-top: 6px;
	border-color: var(--off-grey);
	border-style: solid;
	border-width: 4px 0 0;
}
.tabs li.tab-count {
	line-height: normal;
}
.tabs li.tab-count>div {
	position: relative;
	top: .4em;
}
.tabs li.tab-count .curr-count {
	font-size: 1.5em;
}
.tabs li.tab-count:focus,
.tabs li.tab-count:hover {
	background: 0 0;	/* [background-image (default=none)]
						[background-position (default=0% 0% -> equiv to top left)]
						[background-size (default=auto)]
						[background-repeat (default=repeat)]
						[background-attachment (default=scroll)]
						[background-origin (default=padding-box)]
						[background-clip (default=border-box)]
						[background-color (default=transparent)] */
	cursor: default;
}
.tabs.generated li {
	border-bottom: 0;
	top: 1px;
}
.tabs [role=tabpanel] {
	overflow-x: auto;
	position: relative;
	z-index: 1;
}
.tabcontents {
	border: 1px solid var(--border-blue);
/*	padding: 10px;*/
	padding: 0 10px;	/* TB LR */
	border-radius: 0 3px 3px 3px;
	margin-top: -1px;
}
.tabs li.selected {
	border-bottom: 1px solid var(--bone);
	background: var(--bone);
}
.tabs li.selected a, .tabs li.selected a:hover {
	font-weight: bold;
/*	color: var(--blue-green);*/
	color: black;
	background: var(--bone);
	outline: none;
}
.tabs2 {
	background-color: var(--bone);
}
ul.tabs2 li {
	padding: 0px;
	margin-right: 0px;
	max-width: 50%;
	/*height: auto;*/
}
ul.tabs2 li a {
	/*padding: 0px;
	margin: auto;*/
}
ul.tabs2 img {
}
ul.tabs2 small {
	display: block;
}
ul.tabs_2 li {
	width: 50%;
	max-width: 50%;
}
ul.tabs_2_only li {
	width: 50%;
	max-width: 50%;
	min-width: 50%;
}
ul.tabs_3 li {
	width: 33%;
	max-width: 33%;
}
ul.tabs_4 li {
	width: 25%;
	max-width: 25%;
}
ul.tabs_5 li {
	width: 20%;
	max-width: 20%;
}
ul.tabs_6 li {
	width: 17%;
	max-width: 17%;
}
ul.tabs_7 li {
	width: 14%;
	max-width: 14%;
}
ul.tabs_7 img {
	max-width: 90%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),
		only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
		only screen and (device-width: 320px) and (device-height: 640px),
		only screen and (device-width: 360px) and (device-height: 640px),
		only screen and (device-width: 480px) and (device-height: 800px) {
	ul.tabs2 {
		position: sticky;
		top: 0; /* Position at top of container */
		width: 100%;
		max-width: 100%;
		z-index: 1;
		display: flex;
		justify-content: space-between;
		/*height: 95px;*/
	}
	/*ul.tabs2 li {
		max-width: 25%;
		font-size: 80%;
	}*/
	ul.tabs2 li a {
/*		margin-right: 2px;
		margin-top: 10px;*/
	/*margin-top: 10px;
	margin-bottom: 0;*/
	}
	ul.tabs2 li.selected a {
		font-size: 90%;
	}
	ul.tabs2 img {
		max-width: 90%;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
		only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
		only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
		only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
		only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait),
		only screen and (device-width: 320px) and (device-height: 640px) and (orientation: portrait),
		only screen and (device-width: 360px) and (device-height: 640px) and (orientation: portrait),
		only screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait) {
	ul.tabs2 small {
		display: block;
	}
	ul.tabs2 li {
		font-size: 80%;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),
		only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-device-width: 800px) and (max-device-width: 1280px) {
	ul.tabs2 {
		position: sticky;
		top: 0; /* Position at top of container */
		width: 100%;
		max-width: 100%;
		z-index: 1;
		display: flex;
		justify-content: space-between;
		/*gap: 0px 1px; /* row-gap [column-gap]*/
	}
	ul.tabs2 li {
		display: flex;
		justify-content: center;
	}
	ul.tabs2 li a {
		margin-right: 2px;
		/*margin-top: auto;
		margin-bottom: auto;*/
		margin-top: 10px;
	}
	ul.tabs2 li.selected a {
		font-size: 90%;
	}
	ul.tabs2 img {
		/*height: 90%;*/
		/*width: auto;*/
		max-width: 40%;
	}
}