.header {
	background-color: #f5f5f5;
	padding-bottom: 0em;
}

.logoLabour {
	font-size: 1.5em;
	margin-bottom: -15px;
}

.logoName {
	color: green;
	padding-bottom: 0.5em;
	font-size: 2.0em;
}

/* LANGUAGE and FONT SIZE BAR */
.font-size-list-small {
	font-size: 1em;
	color: black;
}

.font-size-list-middle {
	font-size: 1.5em;
	color: black;
}

.font-size-list-large {
	font-size: 2em;
	color: black;
}

.font-size-list-small:hover,
.font-size-list-middle:hover,
.font-size-list-large:hover,
.font-size-list-small:focus,
.font-size-list-middle:focus,
.font-size-list-large:focus {
	/* color: #24A620; */
	color: #008000;
}

.sitemap {
	color: black;
}

.custom-row-cell-bottom {    
	vertical-align: bottom;
    /*display: inline-block;
    float: none;*/

}

.active-font-size {
	text-decoration: underline;
	color: #008000;
}

#govSearch a:hover,
#govSearch a:focus {
	color: #008000;
} 


.btn_search {
	cursor: pointer;
}

.naviWrapper {
	display: table;
	table-layout: fixed;
}

.naviCustomItem {
	width: 12.5% !important;
	word-wrap: break-word;
}