html { overflow-y: scroll; }

body {
    padding-bottom: 41px;
}

a:link {color:#999999;}
a:visited {color:#999999;}
a:hover {color:#999999;}
a:active {color:#999999;}

a.black-link:link {color:#000000;}
a.black-link:visited {color:#000000;}
a.black-link:hover {color:#000000;}
a.black-link:active {color:#000000;}

a.blue-link:link {color:#0084b9;}
a.blue-link:visited {color:#0084b9;}
a.blue-link:hover {color:#0084b9;}
a.blue-link:active {color:#0084b9;}

.top {
	position:fixed;
	left: 61px;
}

.language {
	font-size: 100%;
}

.sidebar-nav {
	padding: 10px 0;
}

.sidebar-nav-fixed {
	position:fixed;
	top: 41px;
	left: 61px;
}

.nav-header {
	padding: 1px;
	font-size: 90%;
}

.nav-list > li > a {
	padding: 1px;
  	color: #333333;
	font-weight: normal;
}

.nav-list > li > a:hover {
  background-color: #ffffff;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #000000;
  text-shadow: none;
  background-color: #eeeeee;
}

.content {
	padding-top: 54px;
}

.table td, .table th {
    border: none;
}

.paragraph-condensed {
  	line-height: 0px;
  	margin-bottom: 0px;
}

.description {
	margin-top: 65px;
	margin-bottom: 78px;
}

.vimeo-video {
	height: 0;
	padding-top: 0;
	padding-bottom: 56.31%;
	margin-bottom: 4px;
	position: relative;
	overflow: hidden;	
}

.vimeo-video iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

small {
	display: block;
	line-height: 140%;
	margin-top: 4px;
	margin-bottom: 4px;
}

@media (max-width: 979px) {
	.top {
		position:static;
	}
    .sidebar-nav-fixed {
        position:static;
    }
}
