/* ==========================================================================
   Informa Header
   ========================================================================== */

#informa-header {
	color: #FFF;
    font-family: Arial, Helvetica, sans-serif !important;
	background-color: #52595C;
}
#informa-header .informa-header-copy {
	display: flex;
	align-items: center;
	justify-content: center;
}
#informa-header .informa-header-copy .columns {
	width: 100%;
	max-width: 1036px;
	padding: 24px 0;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 500;
}
#informa-header .informa-header-copy .columns .column-1 {
	flex: 1;
	padding: 0 24px;
}
#informa-header .informa-header-copy .columns .column-1 .informa-links {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#informa-header .informa-header-copy .columns .column-1 .informa-links li {
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #FFFFFF;
	font-size: 1em;
}
#informa-header .informa-header-copy .columns .column-1 .informa-links li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#informa-header .informa-header-copy .columns .column-1 .informa-links li a {
	color: #FFFFFF;
	text-decoration: underline;
}
#informa-header .informa-header-copy .columns .column-2 {
	flex: 1;
	padding: 0 24px;
}
#informa-header .informa-header-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
}
#informa-header .informa-header-toggle a.toggle {
	font-size: 0;
	display: flex;
	gap: 10px;
}
#informa-header .informa-header-toggle a.toggle img.informa-logo {
	width: 72px;
}
#informa-header .informa-header-toggle a.toggle .toggle-icon svg {
	width: 10px;
}
#informa-header .informa-header-toggle a.toggle .toggle-icon.closed svg {
	rotate: 180deg;
}

/* Show/hide with fade */
#informa-header .informa-header-copy {
	display: flex;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.35s ease, opacity 0.35s ease;
}
#informa-header .informa-header-toggle a.toggle .toggle-icon svg {
	rotate: 180deg;
	transition: rotate 0.35s ease;
}
#informa-header.expanded .informa-header-copy {
	max-height: 600px;
	opacity: 1;
}
#informa-header.expanded .informa-header-toggle a.toggle .toggle-icon svg {
	rotate: 0deg;
}

@media screen and (min-width: 1024px) {
	#informa-header .informa-header-copy .columns {
		width: 100%;
		max-width: 1036px;
		flex-direction: row;
	}
	#informa-header .informa-header-copy .columns .column-1 {
		border-right: 1px solid #FFFFFF;
	}
}

/* ==========================================================================
   Informa Footer
   ========================================================================== */

#informa-footer {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif !important;
}
#informa-footer a {
	color: #FFF;
	text-decoration: none;
}
#informa-footer a.logo-link {
	line-height: 1em;
	display: block;
}
#informa-footer a.logo-link img.logo {
	display: block;
}
#informa-footer .row {
	padding: 30px;
	display: flex;
	gap: 20px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#informa-footer .row > .column {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
}
#informa-footer .is-part-of-informa {
	background-color: #3C4142;
}
#informa-footer .is-part-of-informa .copy {
	font-size: 13px;
	line-height: 1.4em;
}
#informa-footer .is-part-of-informa ul.links {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 20px;
}
#informa-footer .is-part-of-informa ul.links li {
	font-size: 12px;
	line-height: 1.4em;
}
#informa-footer .is-part-of-informa ul.links li a {
	text-transform: uppercase;
	font-size: 12px;
}
#informa-footer .is-part-of-informa ul.links li a:hover {
	text-decoration: underline;
}
#informa-footer .is-part-of-informa .logo {
	width: 100%;
	max-width: 70px;
	height: auto;
}
#informa-footer .informa-markets {
	background-color: #535A5C;
}
#informa-footer .informa-markets .logo {
	width: 100%;
	max-width: 250px;
	height: auto;
}
#informa-footer .informa-markets .copyright {
	font-size: 13px;
	line-height: 1.4em;
}
#informa-footer .legal {
	background-color: #000;
}
#informa-footer .legal ul.links {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 20px;
}
#informa-footer .legal ul.links li {
	font-size: 14px;
	line-height: 1.4em;
}
#informa-footer .legal ul.links li a {
	font-size: 14px;
}
#informa-footer .legal ul.links li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 850px) {
	#informa-footer .row {
		flex-direction: column;
	}
}
@media screen and (max-width: 500px) {
	#informa-footer .is-part-of-informa ul.links {
		flex-direction: column;
		gap: 10px;
	}
	#informa-footer .legal ul.links {
		flex-direction: column;
		gap: 10px;
	}
}
