/* ***************************************************************** */
/* Updated and checked: 10/07/2020
******************************************************************** */
/* footer - container */
[role="footer"] {
	padding: 0;
}
#crowdfooter {
	width: 100%;
	display: table;
}
.metaxisfooter {
	width: 100%;
	background-color: #FFFFFF;
}
.crowdinnerfooter, [role="footer"] .footer {
	max-height: 77px;
}
#recordpage [role="footer"] {
	margin-top: 40px
}
/* footer - container ~ wrapper */
[role="footer"] .wrapper {
	/*display: table;*/
	max-width: 1000px;
	/* width: 100%; */
}
/* footer - container ~ content image (Cochrane) */
[role="footer"] .meta-logo {
	/* background: url(../images/cochrane-white.png);
	background-repeat: no-repeat !important; */
	display: inline-block;
	font-size: 42px;
	line-height: 57px;
	margin: 10px 0;
	padding-left: 74px;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: -0.3px;
	word-wrap: break-word;
}
/* footer - container ~ content image (Metaxis) */
[role="footer"] .metaxis-logo {
	background: url(../images/metaxis-logo.png);
	background-repeat: no-repeat !important;
	display: inline-block;
	width: 86px;
	height: 21px;
	margin-top: 3px
}
/* footer - container ~ content text (Cochrane) */
[role="footer"] .meta-nav {
	color: #FFFFFF;
}
[role="footer"] .copyright {
	padding-left: 0;
}
[role="footer"] .disclaimer {
	padding-right: 0;
}
#dashboardpage [role="footer"] {
	margin: auto;
	max-width: 1080px;
}
[role="footer"] .footnote a, [role="footer"] .footnote a:visited {
	font-weight: 400;
	text-decoration: none;
}
[role="footer"] .footnote a:hover {
	color: #69b023;
}

