/*<meta conditions="kate-conditions.WIP" />*/

/************** HEADER styles ***************/

div.header-content,
.topics-header-content
{
	display: flex;
	height: 100px;
	margin: 0;
	padding: 30px 20px 0;
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.topics-header-content
{
	background-image: url('../Images/bgs/bg-hero-overlay.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.header-logo
{
	display: flex;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
}

.header-logo .image-placeholder
{
	height: 14px;
	width: 10em;
	margin: 0;
	background-image: url('../Images/Logos/eqix-product-doc-logo-lockup.svg');
}

.header-logo .header-text
{
	text-decoration: none;
	padding-top: 0.375em;
	color: #fff;
}

._Skins_LightMode .header-logo .image-placeholder
{
	background-image: url('../Images/Logos/eqix-product-doc-logo-lockup.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	border: none;
}

._Skins_DarkMode .header-logo .image-placeholder
{
	background-image: url('../Images/Logos/Equinix Horizontal White Outlined_300.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	border: none;
}

._Skins_LightMode .header-logo .header-text
{
	text-decoration: none;
	padding-top: 0.375em;
	color: #000;
}

._Skins_DarkMode .header-logo .header-text
{
	text-decoration: none;
	padding-top: 0.375em;
	color: #fff;
}

.topics-header-content .header-logo .header-text
{
	text-decoration: none;
	padding-top: 0.375em;
	color: #fff;
}

/*
	





.header-logo .header-text a:hover,
.header-logo .header-text a:hover
{
	color: #ed1c24;
}

.header-content > .child-left
{
	display: block;
	width: 50%;
	max-width: 50%;
	margin: 0;
}

.header-content > .child-middle
{
	display: block;
	width: 35%;
	max-width: 35%;
	margin: 0;
}
.header-content > .child-right
{
	display: block;
	width: 15%;
	max-width: 15%;
	margin: 0;
}
*/

.topics-header-content > .child-left
{
	display: block;
	width: 40%;
	max-width: 40%;
	margin: 0;
}

.topics-header-content > .child-middle
{
	display: block;
	width: 50%;
	max-width: 50%;
	margin: 0;
	padding: 0;
}

.topics-header-content > .child-right
{
	display: block;
	width: 10%;
	max-width: 10%;
	margin: 0;
}

/************** FOOTER styles ***************/

div.footer-content
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: auto;
	padding: 15px 10px;
	justify-content: center;
	height: 100px;
	width: 100%;
	max-width: 100%;
	background-color: #000;
	/*
	background-image: url('../Images/bgs/bg-hero-overlay.png');
	background-repeat: no-repeat;
	background-size: cover;
	*/
}

.footer-content > .child-left
{
	display: block;
	width: 15%;
	max-width: 15%;
	margin: 0;
}

.footer-content > .child-middle
{
	display: block;
	width: 70%;
	max-width: 70%;
	margin: 0;
	padding: 1.5em 0;
}

.footer-content > .child-right
{
	display: block;
	width: 15%;
	max-width: 15%;
	margin: 0;
	text-align: right;
	padding: 1.5em 0;
}

._Skins_LightMode .footer-text,
._Skins_LightMode .footer-text a,
._Skins_LightMode .footer-text a:link,
._Skins_LightMode .footer-text a:visited,
._Skins_DarkMode .footer-text,
._Skins_DarkMode .footer-text a,
._Skins_DarkMode .footer-text a:link,
._Skins_DarkMode .footer-text a:visited,
.social a
{
	color: #c9c9cc;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	font-family: 'Noto Sans';
	font-size: 14px;
	font-weight: 325;
	line-height: 20px;
	letter-spacing: 0em;
}

._Skins_LightMode .footer-text a:hover,
._Skins_DarkMode .footer-text a:hover
{
	color: #ed1c24;
}

.height-container-sidenav
{
	/* footer goes to bottom of the screen */
	padding-bottom: 0;
}

div.social
{
	padding: 0 10px;
}

@media Mobile
{
	.child-right
	{
		display: none;
	}

	.header-logo .image-placeholder
	{
		height: 1em;
		width: 3em;
		margin: 0;
		background-image: url('../Images/Logos/Equinix Horizontal Outlined_300.png');
	}

	._Skins_DarkMode .header-logo .header-text,
	._Skins_LightMode .header-logo .header-text
	{
		display: none;
	}

	.topics .header-content .child-left .header-logo .header-text
	{
		padding: 0;
	}
}

@media only screen and (max-width: 1000px)
{
	.child-right
	{
		display: none;
	}

	.header-logo .image-placeholder
	{
		height: 1em;
		width: 3em;
		margin: 0;
		background-image: url('../Images/Logos/Equinix Horizontal Outlined_300.png');
	}

	._Skins_DarkMode .header-logo .header-text,
	._Skins_LightMode .header-logo .header-text
	{
		display: none;
	}

	.topics .header-content .child-left .header-logo .header-text
	{
		padding: 0;
	}
}

p.footer-text
{
	font-family: 'Noto Sans';
}

