body { font-family: 'Roboto'; }
h1, h2, h3, h4, h5, h6 { font-family: 'RobotoCondensed'; }


#branding, .initialLineHeight {
	line-height: 105px;
}
#branding .home-link img {
	max-height: 88px;
}
.buttons-menu #access a {
	margin: 36px 0;
}
#access .menu-main-container {
	margin-right: 0;
}
.boxed .wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
}
.boxed #top-bar {
	border-radius: 2px 2px 0 0;
}
.boxed #sub-footer {
	border-radius: 0 0 2px 2px;
}
@media screen and (max-width: 1180px) {
	.boxed .wrapper {
		margin-top: 15px !important;
		margin-bottom: 20px !important;
	}
}
@media screen and (max-width: 640px) {
	.boxed .wrapper {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
}
.buttons-menu #access ul, #access ul {
	float: right;
}
body {
	background: url('../images/patterns/whitey.png') repeat scroll top center;
}
.homebutton a {
	color: #fff;
	font-size: 22px;
}

.homebutton a:hover {
	text-decoration: none;
	color: #d14836!important;
	font-size: 22px;
}

.toggle-title {
	text-decoration: none;
	line-height: 18px;
	margin: 0;
	cursor: pointer;
	color: #fff!important;
}

.toggle-title:hover {
	text-decoration: none;
	color: #d14836!important;
}

.content-block.full-width.full-width.dark {
padding: 30px !important;
}

.inner.content-block-inner.clearfix {
overflow: visible;
}

.hidden {
	visibility: hidden;
}

#translation-sidebar {
float: right;
margin-top: -36px;
}