/* ***************************************************************** */
/* Updated and checked: 10/07/2020
******************************************************************** */
/* footer - container */
[role="footer"] {
	padding: 0;
}
#crowdfooter {
	width: 100%;
	display: table;
}
#researchpage [role="footer"].default {
	background-color: #FFF;
	max-width: 1080px;
	margin: auto;
}
.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;
}
[role="footer"] .footnote {
	background-color: #fff;
}
#dashboardpage [role="footer"] {
	margin: auto;
	max-width: 1080px;
}
[role="footer"] .footer-COP {
	background: url(../images/COP_Logo.png);
	background-repeat: no-repeat;
	background-size: 148px 57px;
	background-attachment: scroll;
	display: inline-block;
	height: 57px;
	width: 148px;
	margin: 10px 5px;
}
/*footer cochrane image 2*/
[role="footer"] .footer-UQ {
	background: url(../images/UQ_logo.png);
	background-repeat: no-repeat;
	background-size: 157px 57px;
	background-color: transparent;
	background-attachment: scroll;
	display: inline-block;
	height: 57px;
	width: 157px;
	margin: 10px 5px;
}
/*footer cochrane image 3*/
[role="footer"] .footer-QUT {
	background: url(../images/QUT_logo.png);
	background-repeat: no-repeat;
	background-size: 145px 57px;
	background-color: transparent;
	background-attachment: scroll;
	display: inline-block;
	height: 57px;
	width: 145px;
	margin: 10px 5px;
}
[role="footer"] .footnote a, [role="footer"] .footnote a:visited {
	font-weight: 400;
	text-decoration: none;
}
[role="footer"] .footnote a:hover {
	color: #00a6b6;
}