*
{
	cufasfrsor: none;
}

html, body
{
    padding-top: 220px;
    padding-bottom: 300px;
}
#header
{
	position: fixed;
	top: 0;
	left: 0;
	height: 250px;
	z-index: 1337;
	width: 100%;
	background: #fff;
}
#header.with-announcement
{

}
#logo
{
	overflow: hidden;
	text-indent: -9999px;
	height: 250px;
	background: url(../images/toolbox.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 80%;
	margin: 0 auto 50px auto;
}
.with-announcement #logo
{
	height: 100px;
	margin-bottom: 20px;
}
.jumbotron
{
	overflow: auto;
}
.jumbotron ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.jumbotron ul li
{

}
.jumbotron ul li img
{
	max-width: 100%;
}
.jumbotron h4 span:after
{
	content: ", ";
}
.jumbotron h4 span:last-child:after
{
	content: "";
}