
.Topic #content header
{
	position: relative;
}
.Topic #content header img
{
	display: block;
	width: 100%;
}

.Topic #content header h1
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.5em;

	color: white;
	background: rgba(18, 81, 94, 0.7);
	text-align: center;
	width: 100%;

	z-index: 1;
}
.Topic.Environment #content header h1
{
	background: rgba(255, 153, 0, 0.3);
}
.Topic.Newsroom #content header h1
{
	background: rgba(121, 220, 199, 0.6);
}


.Topic #content
{
	padding: 30px 0;
}

.Topic #content .NavigationPathSocialMedia
{
    margin: 	0 20px;
}

.Topic #content > header 
{
    margin: 	20px;
}

.Topic #content > section,
.Topic #content > .SubSectionsContainer > *
{
	margin-left:	auto;
	margin-right:	auto;
	width: 			100%;
	max-width: 		700px;
}

.Topic #content header + section h2
{
    margin-top: 	15px;
	margin-bottom:	10px;
}



/*
alternate

corresponding correlated accompanying details  
standout highlighted

then have staggered list 
*/
.Topic #content > .SubSectionsContainer
{
	max-width: 100%;
	margin-top: 1em;
	background-color: #fffffb;
}
.Topic #content > .SubSectionsContainer::before,
.Topic #content > .SubSectionsContainer::after
{
	display: block;
	height: 1.5em;
	content: " ";
	background-color: white;
	background-image: linear-gradient(0deg, rgba(220,220,220, 40%) 1%, rgba(0, 0, 0, 0%) 100%);
	background-repeat:no-repeat;
	background-size:100% 2em;
	margin-bottom: 2em;
}
.Topic #content > .SubSectionsContainer::after
{
	margin-top: 50px;
	background-image: linear-gradient(180deg, rgba(220,220,220, 20%) 1%, rgba(0, 0, 0, 0%) 100%);
}

.xxxTopic #content > .SubSectionsContainer > *
{
	margin-left:	auto;
	margin-right:	auto;
	width: 100%;
	max-width: 700px;
}
.Topic #content > .SubSectionsContainer > h2
{
	width: 700px;
	max-width: 700px;
	font-size: 1.5rem;
}
.Topic #content > .SubSectionsContainer .ImageInfoBlock
{
	max-width: 100%;
}



/* IMAGE INFO BLOCKS  */
.Topic #content section.ImageInfoBlock
{
	position: relative;
	display: flex;
/*	align-items: center; */
}
.Topic #content section.ImageInfoBlock figure,
.Topic #content section.ImageInfoBlock div:first-of-type
{
	display: inline-block;
	padding: 0 1em 0 1em;
}
.Topic #content section.ImageInfoBlock figure
{
	max-width: 45%;
}



/* BOTTOM PAGE NAV LINKS */
.Topic #content nav li,
.Topic #content nav li a
{
	color: #ddd;
	text-decoration: none;
}
.Topic #content nav li a:hover
{
	color: var(--hover-color);
}

.Topic #content nav .Columns
{
	display: flex;
	padding: 2em;
	gap: 2em;
}
.Topic #content nav .Columns .Selections,
.Topic #content nav .Columns .Selections.Scroll
{
	background-color: transparent;
}



.Topic #content #moreInformation  li a
{
	text-decoration: underline;
}

.Topic #content #moreInformation h3
{
	margin-top:			var(--block-spacing);
}
.Topic #content #moreInformation h3::after
{
	display: none;
}

.Topic #content #moreInformation button
{
    margin-top: 	12px;
}


.Topic #content #downloadsResources 
{
	margin: calc(2 * var(--block-spacing)) 0 5px 0;
	background-color: var(--footer-background-color);
}
.Topic #content #downloadsResources h3
{
	margin: 0;
	padding-top:	1.5em;
	color: white;
	text-align: center;
}
.Topic #content #downloadsResources h4
{
	color: white;
	font-size: 1rem;
	margin-left: 0.5rem;
}
.Topic #content #downloadsResources .Selections
{
}
.Topic #content #downloadsResources .Selections ul
{
	margin: 0 1em;
}


.Topic #content #downloadsResources .Columns > div
{
	flex: 1 0 0%;
}
.Topic #content #downloadsResources .Columns img
{
	max-width: 		40%;
	object-fit:		cover;     
	overflow:		hidden;
	height: 		250px;
}


.Topic #content nav #moreData
{
	padding: calc(2 * var(--block-spacing));
	background-color: black;
}

.Topic #content nav #moreData > div
{
	display: inline-block;
	width: calc(50% - var(--block-spacing));
	text-align: left;
	vertical-align: top;
}
.Topic #content nav #moreData #relatedData
{
	margin-right: var(--block-spacing);
}
.Topic #content nav #moreData #relatedTopics
{
	margin-left: var(--block-spacing);
}
.Topic #content nav #moreData #relatedTopics div,
.Topic #content nav #moreData .Content div
{
	margin-top: 12px;
}
.Topic #content nav #moreData #relatedTopics div
{
	color: white;
}

.Topic #content nav #moreData > div img
{
	display: block;
	width: 100%;
	max-height: 250px;
/* 
	object-fit: contain;

	contain centers image but keeps aspect ratio correct.
	cover stretches if max he set.
	above take off width 100% and it keeps aspect but left justifies the image
		but has resize issues.
	if 100% by itself then it keeps aspect but height is rather large and is 
	bigger then the links image - unless more css is done to help that.

	object-fit: contain;
	max-height: 250px;

	options - if max height then will stretch image if max he set.
	if left as is then images grow large.

	width: 100%;
	object-fit: contain;
	max-height: 250px;

	below centers the image but keeps aspect ratio right:
*/
}

.Topic #content nav #moreData h3
{
	margin:	1em 0 0.5em 0;
	color: white;
}


.Topic #content .Popup li, 
.Topic #content .Popup li a
{
	color: var(--color);
}

.Topic .Popup.Above:first-of-type > input:first-child ~ label.Button
{
	margin-top: 0.1em;
}

.Topic #content nav #moreData .Popup .Container .Content h3
{
	margin: 10px 0 0 0;
	font-size: 1.25em;
}
.Topic .Popup .Container .Content h4
{
	font-size: 1em;
}

.Topic .Popup .Container .Content ul 
{
	list-style: none;
	padding-left: calc(1.5 * var(--block-spacing));
}
.Topic .Popup .Container .Content ul li
{
	position: relative;
}

.Topic .Popup .Container .Content ul a::before 
{
    position: absolute;
    left: -20px;
    top: 0px;
    background-color: #ddd;
    width: 16px;
    line-height: 16px;
    content: "\e308";
    font-family: "WebComponentsIcons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    cursor: inherit;
    speak: none;
    text-transform: none;
    text-decoration: none;
    text-align: center;

    border: 1px solid var(--health-color);
    content: "\e124";
    transform: rotate(-90deg);
}


.NotifiableCondition
{
	margin: 4em 8em;
	border: 1px solid red;
	background-color: #f8f8f8;
	padding: 1rem;
}
.Topic #content .NotifiableCondition h3
{
	margin-top:		var(--block-spacing);
}
.NotifiableCondition h3::after
{
	display: none;
}


/*============================ End of Style Sheet ============================*/

