#bottom
{
	background: #F3F3E1;
}

#shortcuts
{
	list-style-type: none;
}
#shortcuts li
{
	padding: 0 0 10px 0;
}
#shortcuts a
{
	color: #5D5D5D;
	text-decoration: none;
	line-height: 30px;
}
.high-contrast #shortcuts a
{
	color: #000000;
}
#shortcuts i
{
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	background: #5D5D5D;
	border-radius: 50%;
	color: #FFFFFF;
	margin-right: 5px;
	color: #FFFFFF;
	transition: background 0.3s ease;
}
.high-contrast #shortcuts i
{
	background: #000000;
}
#shortcuts a:hover
{
	color: #AA0101;
	text-decoration: underline;
}
#shortcuts a:hover i
{
	background: #AA0101;
}

#partner
{
	text-align: center;
}
#partner li
{
	position: relative;
	display: inline-block;
	padding: 10px 30px;
}
#partner a
{
	display: inline-block;
	text-decoration: none;
}

#externalsitesmenu
{
	list-style-type: none;
}
#externalsitesmenu li
{
	text-align: right;
	padding-bottom: 5px;
}
#externalsitesmenu a
{
	color: #5D5D5D;
	text-decoration: none;
}
.high-contrast #externalsitesmenu a
{
	color: #000000;
}
#externalsitesmenu a:hover
{
	color: #AA0101;
	text-decoration: underline;
}

footer
{
	background: #C7C2B1;
	color: #3D322D;
}
footer .cols > *
{
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#copyright
{
	text-align: left;
}

#date
{
	text-align: center;
}

#footermenu
{
	text-align: right;
	list-style-type: none;
}
#footermenu li
{
	display: inline;
}
#footermenu li:not(:last-child):after
{
	content: ' |';
	padding: 0 0.5em;
}
#footermenu a
{
	color: inherit;
	text-decoration: none;
}
.high-contrast #footermenu a
{
	color: #000000;
}
#footermenu a:hover
{
	color: #AA0101;
	text-decoration: underline;
}