
/* ------------------------------------------------------------------------- */

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-it-webfont.eot');
    src: url('../fonts/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-it-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-it-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-it-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro Semibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro Light';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ------------------------------------------------------------------------- */

html {
	position: relative; 
	min-height: 100%;
}

body {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	background: #fff;
	position: relative;
}

.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/* ------------------------------------------------------------------------- */

#topbar {
	background: #333333;
	overflow: hidden;
	box-shadow: 0 8px 6px -6px #B3B3B3;
}

/* ------------------------------------------------------------------------- */

#mainmenu ul {
	list-style-type: none;
}

#mainmenu ul li {
	float: left;
}

#mainmenu ul li a {
	color: #e0e0e0;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
}

/* ------------------------------------------------------------------------- */

#usermenu {
	color: #e0e0e0;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

/* ------------------------------------------------------------------------- */

#logos {
	overflow: hidden;
	height: 78px;
}

#logos #bmb-logo {
	float: left;
	padding-top: 18px;
}

#logos #bdb-logo {
	float: right;
	padding-top: 28px;
}

/* ------------------------------------------------------------------------- */

#searchbar {
	height: 36px;
	background: #ae0024;
	margin-bottom: 30px;
	box-shadow: 0 8px 6px -6px #B3B3B3;
	z-index: 1;
	position: relative;
}

#searchbar #search {
	text-align: center;
}

#searchbar #search #search-elements {
	display: inline-block;
}

#searchbar #search #search-elements input {
	float: left;
}

#searchbar #search #search-input {
	height: 36px;
	width: 460px;
	background: #e0e0e0;
	border: 0;
	margin: 0;
	padding: 0 20px;
}

#searchbar #search #search-button {
	height: 36px;
	width: 38px;
	background: #7e0000 url("../images/search.png") no-repeat center center;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#searchbar #search #filter-button {
	height: 36px;
	width: 38px;
	background: #ae0024 url("../images/filter.png") no-repeat center center;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: none;
}

/* ------------------------------------------------------------------------- */

#content #slider {
	position: relative;
	margin-top: -30px;
	z-index: 0;
}

#content #slider .slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
	z-index: -1;
}

#content #slider .slide:focus,
#content #slider .slide:hover,
#content #slider .slide:active {
	outline: none;
}

#content #slider .slide:first-child {
	position: relative;
	z-index: 0;
}

#content #slider img {
	width: 100%;
}

/* ------------------------------------------------------------------------- */

#content #slider .slide:after {
	content: "";
	display: block;
	position: absolute;
	width: 33%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(left, #FFF, transparent) left repeat; 
	background: linear-gradient(left, #FFF, transparent) left repeat;
}

#content #slider .slide:before {
	content: "";
	display: block;
	position: absolute;
	width: 33%;
	height: 100%;
	top: 0;
	right: 0;
	background: -webkit-linear-gradient(right, #FFF, transparent) right repeat; 
	background: linear-gradient(right, #FFF, transparent) right repeat;
}

/* ------------------------------------------------------------------------- */

#content #slider .caption {
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	right: 40px;
	top: 25px;
	width: 250px;
	min-height: 50px;
	color: #e0e0e0;
	background: #7e0000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+0,7e0000+43,7e0000+100 */
	background: transparent; /* Old browsers */
	background: -moz-linear-gradient(left,  transparent 0%, #7e0000 43%, #7e0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  transparent 0%,#7e0000 43%,#7e0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  transparent 0%,#7e0000 43%,#7e0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#7e0000',GradientType=1 ); /* IE6-9 */
	padding: 8px 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}

#content #slider .caption span {
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ------------------------------------------------------------------------- */

#content #slider .slick-prev,
#content #slider .slick-next {
	position: absolute;
	top: 50%;
	width: 19px;
	height: 28px;
	z-index: 100;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: -14px;
}

#content #slider .slick-prev {
	left: 10px;
	background: transparent url("../images/arrow_left.png") no-repeat center center;
}

#content #slider .slick-next {
	right: 10px;
	background: transparent url("../images/arrow_right.png") no-repeat center center;
}

/* ------------------------------------------------------------------------- */

#content #sliderbar {
	height: 36px;
	line-height: 36px;
	background: #ae0024;
	overflow: hidden;
	box-shadow: 0 8px 6px -6px #B3B3B3;
}

#content #sliderbar .left {
	float: left;
	padding-left: 50px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: none;
}

#content #sliderbar .right {
	float: right;
	padding-right: 50px;
}

#content #sliderbar .right a {
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e0e0e0;
	text-decoration: underline;
}

#content #sliderbar .right a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------------------- */

#content .three-col-text {
	margin-top: 26px;
	margin-bottom: 80px;
	padding-left: 50px;
	padding-right: 50px;
}

#content .three-col-text h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 15px;
}

#content .three-col-text .col {
	padding-left: 18px;
	padding-right: 18px;
}

#content .three-col-text .row {
	margin-left: -18px;
	margin-right: -18px;
}

/* ------------------------------------------------------------------------- */

#functions {
	overflow: hidden;
	height: 45px;
}

#functions #function-description {
	float: left;
}

#functions #search-nav-functions {
	float: right;
}

#functions #search-nav-functions a {
	display: inline-block;
	margin-left: 3px;
}

/* ------------------------------------------------------------------------- */

#content-sidebar {
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e0e0e0+34,e0e0e0+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #e0e0e0 34%, #e0e0e0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#e0e0e0 34%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 0%,#e0e0e0 34%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 */
	padding: 25px 20px 25px 0;
	margin-bottom: 30px;
}

#content-sidebar #sidebar {
	width: 26%;
	float: left;
}

#content-sidebar #content {
	width: 74%;
	float: left;
}

/* ------------------------------------------------------------------------- */

#sidebar {
	padding-right: 30px;
}

#sidebar h2 {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 5px 0;
	text-transform: none;
}

#sidebar .sidebar-box {
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------- */

#sidebar .sidebar-box .grid,
#sidebar .sidebar-box .sidebar-box-container {
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 1px 0 #B3B3B3;
}

#sidebar .sidebar-box .sidebar-box-container {
	background: #e0e0e0;
	padding: 10px;
}

#sidebar .sidebar-box .row {
	margin-left: 0;
	margin-right: 0;
}

#sidebar .sidebar-box .col {
	padding-left: 0;
	padding-right: 0;
}

#sidebar .sidebar-box .col a {
	text-align: center;
	background: #e0e0e0;
	color: #000;
	display: block;
	text-transform: none;
	font-size: 13px;
	height: 29px;
	line-height: 29px;
}

#sidebar .sidebar-box .col.current a,
#sidebar .sidebar-box .col a:hover {
	color: #fff;
	background: #7e0000;
}

/* ------------------------------------------------------------------------- */

#sidebar #tags.sidebar-box .grid {
	box-shadow: none;
}

#sidebar #tags.sidebar-box .col a {
	text-align: left;	
	padding: 7px 10px;
	margin-bottom: 3px;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 1px 0 #B3B3B3;
	height: auto;
	line-height: 16px;
	font-size: 13px;
}

#sidebar #tags.sidebar-box a {
	color: #7e0000;
}

#sidebar #tags.sidebar-box a:hover {
	color: #000;
	background: #e0e0e0;
}

/* ------------------------------------------------------------------------- */

#sidebar .sidebar-box input {
	width: 100%;
	background: #e0e0e0;
	border: 0;
	padding: 7px;
}

#sidebar .sidebar-box .filter-button-container {
	text-align: right;
}

#sidebar .sidebar-box a.filter-button {
	margin-top: 7px;
	text-transform: uppercase;
	display: inline-block;
	color: #7e0000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	text-decoration-style: dotted;
}

#sidebar .sidebar-box a.filter-button:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------------------- */

#sidebar #top-categories.sidebar-box {
	background: #e0e0e0;
	color: #000;
	padding: 20px 15px 15px 15px;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 1px 0 #B3B3B3;
}

#sidebar #top-categories.sidebar-box a {
	color: #000;
}

#sidebar #top-categories.sidebar-box a:hover {
	color: #7e0000;
}

#sidebar #top-categories.sidebar-box ol {
	margin-left: 15px;
	font-size: 12px;
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
}

#sidebar #top-categories.sidebar-box ol li a {
	text-transform: none;
	font-size: 13px;
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	display: inline-block;
	margin-bottom: 5px;
}

#sidebar #top-categories.sidebar-box p.align-left {
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 0;
}

#sidebar #top-categories.sidebar-box p.align-left a {
	font-size: 14px;
	color: #7e0000;
}

#sidebar #top-categories.sidebar-box p.align-left a:hover {
	color: #000;
}

/* ------------------------------------------------------------------------- */

#filter {
	display: none;
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	z-index: 1;
	background: #fff;
}

#filter .input-container.first {
	margin-bottom: 10px;
}

#filter #sidebar .sidebar-box {
	margin-bottom: 5px;
}

/* ------------------------------------------------------------------------- */

#responsive-menu-button {
	display: none;
}

#responsive-menu-button .hamburger.is-active .hamburger-inner,
#responsive-menu-button .hamburger.is-active .hamburger-inner::after,
#responsive-menu-button .hamburger.is-active .hamburger-inner::before {
	background-color: #000;
}

/* ------------------------------------------------------------------------- */

#responsive-menu {
	display: none;
	background: #ccc;
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
}

#responsive-menu ul {
	list-style-type: none;
}

#responsive-menu ul li {
	border-bottom: 1px solid #fff;
}

#responsive-menu ul li:last-child {
	border-bottom: 0;
}

#responsive-menu ul li a {
	color: #fff;
	font-size: 16px;
	margin: 0 22px;
	font-weight: normal;
	text-transform: none;
	line-height: 20px;
	display: block;
	padding: 10px 0;
}

#responsive-menu > ul > li.has-sub > a:after,
#responsive-menu > ul > li.has-sub > a.open:after {
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 20px;
	float: right;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
}

#responsive-menu > ul > li.has-sub > a:after {
    content: "\f067";
}

#responsive-menu > ul > li.has-sub > a.open:after {
    content: "\f00d";
}

#responsive-menu ul li a:hover,
#responsive-menu ul li.selected > a {
	color: #e95612;
}

#responsive-menu ul ul li {
	border-bottom: 0;
}

#responsive-menu ul ul li a {
	color: #fff;
	background: #aaa;
	font-size: 16px;
	padding: 5px 0 5px 20px;
	text-transform: none;
}

#responsive-menu ul ul li a:hover,
#responsive-menu ul ul li.selected > a {
	color: #e95612;
}

#responsive-menu ul ul ul {
	margin-bottom: 0;
}

#responsive-menu ul ul ul li a {
	padding-left: 40px;
}

/* ------------------------------------------------------------------------- */

#content .text {
	width: 50%;
}

#content .text-media-block {
	margin-bottom: 30px;
}

#content .text-media-block .row {
	margin-left: -15px;
	margin-right: -15px;
}

#content .text-media-block .col {
	padding-left: 15px;
	padding-right: 15px;
}

#content .text-media-block a.lightbox {
	display: block;
}

#content .text-media-block .responsive-media {
	display: none;
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------- */

#content .circular-list {
	overflow: hidden;
}

#content .circular-list .circular-item {
	background: #fff;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
	position: relative;
	height: 100%;
	overflow: hidden;
	padding: 24px;
	margin-bottom: 14px;
	display: flex;
}

#content .circular-list a,
#content .circular-list a:hover {
	text-decoration: none;
}

#content .circular-list a:hover .circular-item {
}

#content .circular-list .circular-item h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

#content .circular-list .circular-item h3 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: normal;
}

#content .circular-list a {
	color: #333333;
}

#content .circular-list a p {
	margin-bottom: 3px;
}

#content .circular-list .left {
	margin-right: 18px;
}

#content .circular-list .left img {
	max-width: unset;
}

#content .circular-list .right {
}

#content .circular-list .circular-item .invalid-badge,
#content #circular-invalid-box .invalid-badge,
#content #circular-invalid-label .invalid-badge {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	padding: 2px 7px 2px 25px;
	font-size: 12px;
	text-transform: uppercase;
	background: #7e0000 url("../images/inactive.png") no-repeat 9px center;
}

#content .circular-list .circular-item .pdf-search-badge {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 2px 7px 2px 7px;
	font-size: 12px;
	text-transform: uppercase;
	background: #aaa;
}

/* ------------------------------------------------------------------------- */

#content #circular-invalid-label .invalid-badge {
	right: 15px;
	top: 15px;
}

#content #circular-status-label .status-badge {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	padding: 2px 7px 2px 25px;
	font-size: 12px;
	text-transform: uppercase;
	background: blue url("../images/inactive.png") no-repeat 9px center;
}

#content #circular-status-label .status-badge {
	right: 15px;
	top: 35px;
}

/* ------------------------------------------------------------------------- */

#content .circular-list.search-result .row {
	display: flex;
}

#content .circular-list.search-result .col {
}

#content .circular-list.search-result .right {
	overflow: hidden;
}

#content .circular-list.search-result .circular-item.previous {
	padding-left: 35px;
}

#content .circular-list.search-result .circular-item.previous i {
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -10px;
	color: gray;
	font-size: 20px;
}

#content .circular-list.search-result .circular-item.next i {
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -10px;
	color: gray;
	font-size: 20px;
}

#content .circular-list.search-result .circular-item.next {
	padding-right: 35px;
}

#content .circular-list.search-result .circular-item {
}

/* ------------------------------------------------------------------------- */

#content #circular-invalid-box {
	background: #fff;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
	position: relative;
	height: 100%;
	overflow: hidden;
	padding: 30px 16px 22px 16px;
	margin-bottom: 14px;
	font-size: 14px;
}

/* ------------------------------------------------------------------------- */

#content .circular-downloads ul {
	margin: 0;
	list-style-type: none;
}

#content .circular-cats {
	margin-top: 25px;
}
	
/* ------------------------------------------------------------------------- */

#content .center{
	text-align: center;
}

#content .button {
	background: #7e0000;
	color: #e0e0e0;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 8px 30px;
	display: inline-block;
	text-transform: none;
	text-decoration: none;
	width: auto;
	margin: 0;
	float: none;
}

/* ------------------------------------------------------------------------- */

#pagination-settings {
    float: left;
    line-height: 24px;
    font-size: 14px;
	margin-right: 20px;
}

#pagination-settings a {
	color: #7e0000;
	font-weight: bold;
}

#pagination-settings a.active {
	color: #000;
}

/* ------------------------------------------------------------------------- */

#content .pagination-container {
	text-align: center;
}

#content .pagination {
	list-style-type: none;
	padding: 10px 0;
	display: inline-flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-top: 10px;
}

#content .pagination li {
	box-sizing: border-box;
	padding-right: 13px;
}

#content .pagination li a {
	box-sizing: border-box;
	background-color: #fff;
	padding: 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #616872;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
	float: left;
	margin: 0 15px 0 0;
	width: 100%;
}

#content .pagination li a:hover {
	background-color: #7e0000;
	color: #fff;
}

#content .pagination .next a, 
.pagination .prev a {
	text-transform: none;
	font-size: 12px;
}

#content .pagination .currentpage a {
	background-color: #7e0000;
	color: #fff;
}

#content .pagination .currentpage a:hover {
	background-color: #7e0000;
}

#content .pagination li.dots {
	line-height: 29px;
}

/* ------------------------------------------------------------------------- */

.checkbox-list .checkbox-container {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 16px;
}

.checkbox-list .checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox-list .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 4px;
}

.checkbox-list .checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
}

.checkbox-list .checkbox-container input:checked ~ .checkmark {
	background-color: #7e0000;
}

.checkbox-list .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-list .checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-list .checkbox-container .checkmark:after {
	left: 7px;
	top: 2px;
	width: 4px;
	height: 9px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
} 

/* ------------------------------------------------------------------------- */

#sidebar .checkbox-list.v2-style {
	padding-top: 5px;
}

#sidebar .checkbox-list.v2-style h2 {
	margin-bottom: 0;
	cursor: pointer;
	padding: 10px;
	margin: -10px;
	position: relative;
}

#sidebar .checkbox-list.v2-style h2:hover {
	color: #fff;
	background: #7e0000;
}

#sidebar .checkbox-list.v2-style h2 i {
	position: absolute;
	right: 10px;
	font-size: 21px;
}

#sidebar .checkbox-list.v2-style .checkboxes {
	display: none;
	margin-top: 20px;
}

#sidebar .checkbox-list.v2-style.is-open .checkboxes {
	display: block;
}

/* ------------------------------------------------------------------------- */

#sidebar #year-filter.sidebar-box .grid {
	box-shadow: none;
	overflow: unset;
}

#sidebar #year-filter.sidebar-box .row {
	margin-left: -6px;
	margin-right: -6px;	
	overflow: unset;	
}

#sidebar #year-filter.sidebar-box .col {
	padding-left: 6px;
	padding-right: 6px;
}

#sidebar #year-filter.sidebar-box .col .input-container {
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 1px 0 #B3B3B3;
}

/* ------------------------------------------------------------------------- */

#content .google-maps {
	position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}

#content .google-maps iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------- */

#content .video,
#content .audio {
	margin-bottom: 15px;
}

#content .custom-video video,
#content .custom-audio audio {
	width: 100%;
	outline: none;
}

/* ------------------------------------------------------------------------- */

#content .youtube-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px; 
	height: 0; 
	overflow: hidden;
}
 
#content .youtube-video iframe,
#content .youtube-video object,
#content .youtube-video embed {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------- */

#content a {
	color: #7e0000;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	margin: 0 0 15px 0;
	text-transform: none;
	color: #7e0000;
}

#content h1.circular {
	margin-top: 20px;
}

#content h1.circular.offline {
	margin-top: 50px;
}

#content h2 {
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: none;
	color: #7e0000;
}

#content h2.year {
	font-size: 22px;
	margin-top: 9px;
	margin-bottom: 25px;
	text-align: left;
}

#content h2.centered {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

#content h3 {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: none;
	color: #7e0000;
}

#content h4 {
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #7e0000;
}

#content h5 {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #7e0000;
}

#content h6 {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #7e0000;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 15px;
	line-height: 20px;
}

#content ul,
#content ol {
	list-style-position: outside;
	margin-left: 20px;
}

#content ul {
	list-style-type: disc;
}

#content ul ul,
#content ol ol {
	margin-top: 7px;
	margin-bottom: 0;
}

#content ul li,
#content ol li {
	margin-bottom: 7px;
}

#content ul li p,
#content ol li p {
	margin: 0;
}

#content ul li:last-child,
#content ol li:last-child {
	margin-bottom: 0;
}

#content table 	{
	border: 1px solid #cbcbcb;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
    empty-cells: show;
	width: 100%;
}

#content table thead {
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

#content table th,
#content table thead td {
	font-weight: bold;
	background-color: #e0e0e0;
	background-color: rgba(224, 224, 224, 0.4); 
}

#content table td, 
#content table th {
	padding: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cbcbcb;
}

#content table td p {
	margin: 0;
}

#content .table-container {
	width: 100%;
	overflow-x: auto;
	margin: 10px 0 20px 0;
	background-media: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
	background-media: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-media: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-media: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-media: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-position: 0 0, 100% 0, 0 0, 100% 0;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
	background-attachment: local, local, scroll, scroll; 
}

#content hr {
	border: 0;
	height: 0;
	border-top: #d3d3d3 1px solid;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* ------------------------------------------------------------------------- */

#content a[href^="tel"] {
	border-bottom: 1px dotted #005895; 
}

#content a[href^="tel"]:hover {
	text-decoration: none;
}

#content a[href^="http://"],
#content a[href^="https://"] {
	position: relative;
	padding-right: 13px;
	margin-right: 1px;
	display: inline-block;
}

#content a[href^="http://"]:after,
#content a[href^="https://"]:after {
	display: inline-block;
	text-decoration: underline;
    content: "\f061";
	font-family: "FontAwesome";
	font-size: 13px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 0;
	top: -3px;
}

/* ie fix */
#content a[href^="http://"]:after,
#content a[href^="https://"]:after,
#content a[href^="http://"]:hover:after,
#content a[href^="https://"]:hover:after {
	text-decoration: none;
}

#content a.not-extern {
	padding-right: 0;
	margin-right: 0;
}

#content a.not-extern:after {
	content: "";
}

#content a[href $=".pdf"],
#content a[href $=".zip"],
#content a[href $=".doc"],
#content a[href $=".docx"],
#content a[href $=".xls"],
#content a[href $=".xlsx"],
#content a[href $=".ppt"],
#content a[href $=".pptx"],
#content a[href $=".jpg"],
#content a[href $=".jpeg"],
#content a[href $=".gif"],
#content a[href $=".png"] {
	display: inline-block;
}

#content a[href $=".pdf"]:before,
#content a[href $=".zip"]:before,
#content a[href $=".doc"]:before,
#content a[href $=".docx"]:before,
#content a[href $=".xls"]:before,
#content a[href $=".xlsx"]:before,
#content a[href $=".ppt"]:before,
#content a[href $=".pptx"]:before,
#content a[href $=".jpg"]:before,
#content a[href $=".jpeg"]:before,
#content a[href $=".gif"]:before,
#content a[href $=".png"]:before {
	display: inline-block;
	text-decoration: none;
	font-family: 'FontAwesome';
	font-size: 1.1em;
	margin-right: 3px;
	vertical-align: bottom;
}

#content a[href $=".pdf"]:before {
	content: "\f1c1";
}

#content a[href $=".zip"]:before {
	content: "\f1c6";
}

#content a[href $=".doc"]:before,
#content a[href $=".docx"]:before  {
	content: "\f1c2";
}

#content a[href $=".xls"]:before,
#content a[href $=".xlsx"]:before {
	content: "\f1c3";
}

#content a[href $=".ppt"]:before,
#content a[href $=".pptx"]:before {
	content: "\f1c4";
}

#content a[href $=".jpg"]:before,
#content a[href $=".jpeg"]:before,
#content a[href $=".gif"]:before,
#content a[href $=".png"]:before {
	content: "\f1c5";
}

/* ------------------------------------------------------------------------- */

#content a.lightbox,
#content a.lightbox-gallery {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

#content a.lightbox:before ,
#content a.lightbox-gallery:before  {
	font-family: 'FontAwesome';
	content: "\f002";
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	position: absolute; 
	right: 12px;
	bottom: 12px;
	display: none;
}

.no-touch #content a:hover.lightbox:before,
.no-touch #content a:hover.lightbox-gallery:before {
	display: block;
}

/* ------------------------------------------------------------------------- */

#content div.media,
#content div.media a {
	max-width: 100%;
	background: 0;
	padding: 0;
}

#content div.media.left {
	float: left;
}

#content div.media.right {
	float: right;
}

#content div.media.center {
	text-align: center;
}

#content div.media.float {
	width: 40%;
}

#content div.media.float.left  {
	margin: 3px 15px 15px 0;
}

#content div.media.float.right {
	margin: 3px 0 15px 15px;
}

#content div.media.separate {
	margin: 0 0 15px 0;
}

/* ------------------------------------------------------------------------- */

#footer {
	background: #333333;
	min-height: 150px;
	padding-top: 25px;
	text-align: center;
	color: #e0e0e0;
	font-size: 13px;
}

#footer a {
	font-size: 13px;
	color: #e0e0e0;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------------------- */

#footer ul {
	list-style-type: none;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 25px;
	text-align: center;
}

#footer ul li {
	float: left;
	margin-left: 12px;
}

#footer ul li:after {
	content: "|";
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-left: 12px;
}

#footer ul li:last-child:after {
	content: "";
	margin-left: 0;
}

#footer ul li a {
	font-size: 13px;
	color: #e0e0e0;
	font-weight: normal;
	text-decoration: underline;
	line-height: 19px;
}

#footer ul li a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------------------- */

#consent-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 100px;
	background: #202020;
	color: #fff;
	padding: 15px 0 10px 0;
	z-index:
}

#consent-banner.hide {
	display: none;
}

#consent-banner .consent-banner-container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#consent-banner .consent-banner-consent-msg {
	margin-bottom: 5px;
}

#consent-banner .consent-banner-buttons {
}

#consent-banner h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

#consent-banner .consent-banner-buttons .consent-banner-button {
	background: #9E0529;
	padding: 10px 20px;
	cursor: pointer;
	display: inline-block;
	margin: 10px 10px 10px 0;
	color: #fff;
}

#consent-banner .consent-banner-buttons .consent-banner-button:hover {
	opacity: 0.8;
}

/* ------------------------------------------------------------------------- */

#consent-dialog p {
	margin-bottom: 20px;
}

#consent-dialog h2 {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 15px 0;
}

#consent-dialog h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

#consent-dialog .logo {
	text-align: left;
	margin-bottom: 20px;
}

#consent-dialog .logo img {
	width: auto;
	margin-bottom: 10px;
}

#consent-dialog .consent-item {
	margin-bottom: 20px;
	overflow: hidden;
}

#consent-dialog .consent-item .left {
	width: 70px;
	float: left;
}

#consent-dialog .consent-item .right {
	width: 590px;
	float: left;
}

#consent-dialog .consent-item .right p {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------- */

.mfp-wrap {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
	font-size: 15px  !important;
	color: #333;
	line-height: 19px;
}

#consent-dialog {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 700px;
	margin: 5px auto;
}

#consent-dialog .consent-dialog-buttons {
	text-align: right;
}

#consent-dialog .consent-dialog-button {
	background: #9E0529;
	padding: 10px 20px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	color: #fff;
}

#consent-dialog .consent-dialog-button:hover {
	opacity: 0.8;
}

#consent-dialog hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eee;
}

/* ------------------------------------------------------------------------- */

#consent-dialog .switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

#consent-dialog .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

#consent-dialog .switch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

#consent-dialog .switch-slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

#consent-dialog input:checked + .switch-slider {
	background-color: #3bb594;
}

#consent-dialog input:focus + .switch-slider {
	box-shadow: 0 0 1px #2196F3;
}

#consent-dialog input:checked + .switch-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* ------------------------------------------------------------------------- */

.clearer {
	clear: both;
}

.spacer {
	height: 15px;
	display: block;
	clear: both;
}

.hide { 
	display: none;
}

.no-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* ------------------------------------------------------------------------- */

@media screen and (max-width: 1000px) { /* container width + padding left + padding right */
	.container {
		width: 100%;
	}

	#topbar .container,
	#logos .container {
		padding: 0 10px;
	}

	#functions {
		padding: 0 10px;
	}

	#content-sidebar #sidebar {
		width: 30%;
	}

	#content-sidebar #content {
	    width: 70%;
	}

	#sidebar {
		padding: 0 20px;
	}

	#consent-banner .consent-banner-container {
		width: 100%;
	}

	#consent-banner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 760px) {
	#responsive-menu-button {
		display: block;
	}

	#content div.media, 
	#content div.media a,
	#content div.media img,
	#content div.media.float,
	#content div.responsive-media img {
		width: 100%;
	}

	#content .text-media-block .col {
		width: 100%;
	}

	#content .text-media-block .responsive-media {
		display: block;
	}

	#content .text-media-block .col.normal-media {
		display: none;
	}

	#searchbar #search #search-button {
		position: absolute;
		right: 36px;
		top: 0;
	}

	#searchbar #search #search-button.filter-invalid {
		right: 36px;
	}

	#searchbar #search #filter-button {
		position: absolute;
		right: 0;
		top: 0;
	}

	#searchbar #search #search-input {
		width: 100%;
	}

	#content #slider .caption {
		display: none;
	}

	#content #sliderbar .left {
		padding-left: 15px;
	}

	#content #sliderbar .right {
		padding-right: 15px;
	}

	#content .three-col-text {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 25px;
	}

	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;		
	}

	.col {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#content-sidebar #sidebar {
		display: none;
	}

	#content-sidebar #content {
	    width: 100%;
	}

	#content-sidebar {
		padding: 15px 10px;
		background: #e0e0e0;
	}

	#search-nav-functions {
		display: none;
	}

	#content .pagination-container ul {
		margin: 0;
	}

	#content .pagination li {
		padding-right: 5px;
	}

	#searchbar #search #filter-button.filter-active { 
		display: block;
	}

	#searchbar #search #search-elements {
		display: block;
	}

	#usermenu #logged-in-msg {
		display: none;
	}

	#consent-dialog .consent-item .right {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 500px) {
	#logos #bmb-logo img {
		width: 108px;
	}

	#logos #bdb-logo img {
		width: 175px;
	}

	#consent-banner {
		padding-bottom: 0;
	}

	#consent-banner .consent-banner-consent-msg {
		font-size: 14px;
		margin-bottom: 15px;
	}

	#consent-banner .consent-banner-buttons .consent-banner-button {
		display: block;
		text-align: center;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 410px) {
	#content .pagination li a {
		padding: 6px;
	}
}

/* ------------------------------------------------------------------------- */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		border-color: #000 !important;
		text-shadow: none !important;
		box-shadow: none !important;
	}

	html,
	body {
		font-size: 12pt;
		font-family: Arial, "Times New Roman", Times, serif;
		width: 100%;
		min-width: 100%;
	}

	.container,
	#content,
	#sidebar {
		width: auto;
		margin: 0;
		padding: 0;
		float: none;
	}

	#header {
		height: auto;
	}

	#mainmenu,
	#submenu,
	#footer {
		display: none;
	}
}

