/**********************************
* Header 6 styling
**********************************/
main {padding-top: 87px;}
.header6 .fixed-header {
	position: fixed;
	height: 87px;
	width: 100%;
	background-color: #535859;
	z-index: 2;
}
.header6 a {
	color: #fff;
}
.header6 a:hover {
	text-decoration: none;
}
.header6 .site-title {
	float: left;
	font-size: 20px;
	line-height: 1em;
	margin-top: 33px;
}
.header6 .search-link {
	float: right;
	font-size: 20px;
	line-height: 1em;
	margin-top: 33px;
}
.header6 .search-overlay {
    display: none;
    position: fixed;
    background: #eaeaea;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    padding: 150px 15px 0px;
}
.header6 .search-overlay .search-input-wrap {
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}
.header6 .search-overlay .search-input {
	height: 54px;
	font-size: 21px;
	line-height: 1.71429;
	padding-right: 45px;
	width: 100%;
}
.header6 .search-overlay button {
	position: absolute;
	font-size: 14px;
	cursor: pointer;
	right: 10px;
	top: 0px;
	height: 100%;
	background: none;
	border: none;
}
.header6 .search-link-text .bi {
	font-size: 26px;
	margin-top: -3px;
	cursor: pointer;
}


@media (max-width: 767px) {
	main {padding-top: 67px;}
	.header6 .search-link-text span {display: none;}
	.header6 .fixed-header {height: 67px;}
	.header6 .site-title {margin-top: 23px;}
	.header6 .search-link {margin-top: 23px;}
	.header6 .search-overlay .search-input {width: 100%;}
}

/* Header 6 specific styling for left-hand nav page template */
.page-template-page_left-child-navigation main .row {position: relative;}
.child-page-template-navigation-column {position: fixed; height: 100%; overflow: auto; -ms-overflow-style: none; width: 270px;}
.child-page-template-content-column {
    padding-right: 30px;
	padding-left: 100px;
    background-color: #eaeaea;
	margin-left: 270px;
}
.child-page-template-content-column:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #eaeaea;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
}
.page-template-page_left-child-navigation #footer > div {background-color: #fff;position: relative;}
.header6 .page-nav-toggle {display: none;}
@media (max-width: 991px) and (min-width: 767px) {
	.child-page-template-content-column {
		padding-right: 50px;
		padding-left: 50px;
		margin-left: 222px;
	}
	.child-page-template-navigation-column {
		width: 224px;
	}
}
@media (max-width: 767px) {
	.child-page-template-content-column {
		padding-right: 15px;
		padding-left: 15px;
		margin-left: 0px;
	}
	.child-page-template-navigation-column {width: 100%;}
	.child-page-template-navigation-column nav {padding-bottom: 100px;}
	.page-template-page_left-child-navigation .mobile-page-nav-open, .page-template-page_left-child-navigation .mobile-page-nav-close {
		border-color: #999;
	}
}
