dl.listtable dt {
    margin: 0;
    padding: 0.2em 0 0.1em 1em;
    width: 10em;
    float: left;
    color: #333;
    border-top: 1px solid #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-right: #CCCCCC;
}
dl.listtable dd {
    margin: 0 0 0 10em;
    padding: 0.2em 1em;
    color: #666;
    border-top: 1px solid #CCCCCC;
}
dl.listtable {
    padding: 0;
    margin: 0;
    font-size: 12px;
}
.page-mainimage{
	width:100%;
}

.page-mainimage{
	min-height:400px;
	position:relative;
	overflow:hidden;
	margin-bottom:64px;
}
.page-mainimage img{
filter: brightness(75%);
position:absolute;
}
.page-mainimage h1.page-title{
	position:relative;
	width:1110px;
	margin:auto;
	padding:64px 0;
	color:#FFF;
	font-size:32px;
	letter-spacing:6px;
}

.page h2:not(.card-header h2),
.page h2:not([class^="title-"]){
	margin-bottom:32px;
	border-bottom:1px solid #999;
	padding-bottom:8px;
}