/*<meta />*/

@import url('InEightStyles-v2.css');

@import url('InEightLayout-v2.css');

@import url('InEightHeaderFooter-v2.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Set the product color */

:root
{
	--Product-Color: #ff6c0c;
}

div.top-logo
{
	/*background-image: url("../Images/Document_banner_EUI.png");*/
	background-image: linear-gradient(272deg, rgba(255, 255, 255, 0) 34%, rgb(255 255 255 / 96%) 42%), url('../../Resources/Images/banner-document.jpg');
}

/* Uncomment the following to hide the search filter categories in the search bar */

/*
div.search-filter
{
	display: none;
}
*/

@media print
{
	div.front-matter h1,
	h1.Lesson,
	h1.Chapter,
	h1.Section
	{
		color: var(--Gray-Medium);
	}
}

/* Link styles. 

a:link
{
	color: var(--Product-Color);
}

a:visited
{
	
}

a:hover
{
	
}*/

div.top-logo
{
	background-image: url('../Images/banners/foreman-contruction-banner-shorts-KL.jpg');
	background-size: cover;
	background-position: right bottom;
}

/* Remove or comment out the following if you want to include search filters in the HTML output. */

div.search-filter
{
	display: none;
}

/* Menu bar below search - Topic, Video, Release Notes, Videos - uses a product specific color. */

div.menu-search-container
{
	height: auto;
	width: 100%;
	padding: 0 0 0 15px;
	background-color: #f7f7f7;
	mc-hidden: hidden;
}

div.pseudo-menu-container
{
	width: 100%;
	max-width: 1700px;
	overflow: visible;
	text-align: center;
	mc-hidden: hidden;
	margin: auto;
}

