.main_element > .section_element {
	border-bottom: 1px solid #2A2A2A;
	padding: 8px 16px 32px 16px;
	padding: 0.5em 1em 2em 1em;
}
.main_element > .section_element:last-child {
	border-bottom: 1px solid #2A2A2A;
}
#quickLinks {
	width: 100%;
	margin-bottom: -16px;
	margin-bottom: -1em;
}
#featuredHighlights_section ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contact_section .toolbar_element li {
	width: 192px;
	width: 12em;
}
.figure_element {
	width: 100%;
	height: 100%;
	position: relative;
}
.figure_element > img {
	max-width: 100%;
}
@keyframes glowing_caption {
	0% {
		text-shadow: 0 0 8px White;
	}
	50% {
		text-shadow: 0 0 12px White;
	}
	100% {
		text-shadow: 0 0 8px White;
	}
}
.caption_element {
	position: absolute;
	/*top: 0px;*/
	bottom: -8px;
	bottom: -0.5em;
	left: 0px;
	width: 100%;
	/*height: 100%;*/
	text-align: center;
	/*line-height: 126px;*/
	/*line-height: calc(8em - 2px);*/
	font-weight: bold;
	text-shadow: 0 0 16px White;
	animation: glowing_caption 14s infinite;
}
