#header
{
}
.top-bar
{
    background-color: transparent;
}
.top-bar-links
{
    position: relative;
    overflow: hidden;
    height: 140px;
}
#header
{
    overflow: hidden;
    padding: 25px 0;
}
#header .top-bar p
{
	height:55px;
   	background-image: url("../images/icons/BANNER_ICON.png");
    background-position: 48% 15px;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 20px;
}
#header-bottom-row .columns
{
    padding: 0 2px;
}
#header-links
{
	padding: 5px 0;
}
#header-links .columns
{
	padding-left: 0px;
}
#header-links ul
{
    position:relative;
}
#header-links ul li
{
	padding-right:25px;
    float: left;
}
#header-links ul li a
{
    color:#949494;
    font-size: 13px;
}
#header-links ul li.active a,
#header-links ul li a:hover
{
	font-weight: bold;
	color:#949494;
}
#logo
{
}
#header .columns
{
    padding-left: 0px;
}
#extra-logo
{
	position: absolute;
	right: 0px;
	top:-10px;
}

.left-off-canvas-menu
{
	background-color:#9ACA3C;
}
.left-off-canvas-menu li a
{
    display: block;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}