﻿* {
	font-family:Trebuchet MS, Trebuchet, UBuntu, Arial, Verdana;
	font-size: 14px;
	line-height: 18px;
	color:#2F3C48;
	margin:0;padding:0;
	box-sizing:border-box;
	width:100%;
}

html, body {height:100%; width:100%;}
body { background-color:#f5f5f6;overflow:auto }
a {text-decoration:none}
.content {
	position: relative;
	height:100%; width:100%;
}
.top { position:sticky;top:0px;padding-top:25px;padding-bottom:5px;z-index:2;border-top:solid 5px #b83b26;background-color:#f5f5f6;
	}
.topInner, .pageInner, .bottomInner {margin:0 auto;width:100%;}
.topInner {padding-left:30px;}
.page {position:relative;background-color:#f5f5f6;
	z-index:1;min-height:100px;
	width:100%;}
.pageInner {padding: 5px 30px 30px 30px;}
.bottom {
	position:absolute;
	bottom:0px;
	z-index:0;
	vertical-align:bottom;
}
.bottomInner {position:relative;bottom:0px;padding:30px 30px 30px 30px;height:126px}
.hw30 {width:30px;height:3px;background-color:#2f3c48;margin-top:20px;margin-bottom:20px;border:none}
h1 {font-size:22px;line-height:26px}
h2 {font-size:14px;line-height:19px}
.informationBox {
	position:relative;
	margin-top:5px;
	margin-bottom:10px;
	height: 60px;
	width: 100%;
	max-width:450px;
	float:left;
}
.informationBox a.leaflet, .informationBox a.bluebox, .informationBox a.other  {
	position:absolute;
	height: 60px;
	width: 100%;
	display:block;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.informationBox a.bluebox {
	color: #ffffff;
	background-color:#00ACC8;
}
.informationBox a.other {
	color: #000000;
	background-color:#dddddd;
}
.informationBox div {
  color: #2F3C48;
  font-family: Trebuchet MS, Trebuchet, UBuntu, Arial, Verdana;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
  text-align:center;
}
.informationBox .bluebox div {   color: #FFFFFF; }

.informationBox a.leaflet.disabled, .informationBox a.bluebox.disabled, .informationBox a.other.disabled {
	box-shadow: none;
}
.informationBox a.bluebox.disabled {
	background-color:#E3E7E9;
}
.informationBox a.leaflet.disabled div {
	color: #979DA3;
}
.informationBox a.bluebox.disabled  div{
	color: #798087;
}
.informationBox a.other.disabled div {
	color: #979DA3;
}
.informationBox a.leaflet:link:hover {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	text-decoration:underline;
}
.bottomtext {
	position:absolute;
	bottom:30px;
	width:520px;
}
.links {
	position:absolute;
	bottom:14px;
	display:block;
	padding-bottom:2px;
}
.links div {display:inline-block; position:relative;float:left;width:auto;margin-left:10px;padding-right:5px;}
.links div.privacy::before, .links div.cookies::before {content:'|';display:inline-block;position:absolute;left:-10px;font-size:12px;}
.links div:first-child {margin-left:0}
.links div:first-child::before {content:none}
.links a {
	text-decoration:underline;
}
.cr {
	position:absolute;
	bottom:-5px;
	width:auto;
	display:block;
	white-space:nowrap;
	text-align:left;
}
.logo {
	position:absolute;
	bottom:30px;
	right:30px;
	width:150px;
	height:76px;}
.logo a {
	display:block;
	background-image:url("BN_Logo.png");
	background-size: 150px 76px;
	width:150px;
	height:76px;
}
.backLink {
	position:relative;
	display:block;
	height:46px;
	padding-left:72px;
	padding-top:14px;
	margin-bottom:7px;
}
.backLink::after {
	content:' ';
	position:absolute;
	width:46px;
	height:46px;
	top:0px;
	left:27px;
}
.backLink::before {
	content:' ';
	position:absolute;
	width:7px;
	height:7px;
	top:19px;
	left:8px;
	transform: rotate(-45deg);
	border-top:2px solid #2F3C48;
	border-left:2px solid #2F3C48;
	font-weight:bold;
	font-size:24px;
}
@media (max-width: 1100px) {
	* {transition: .2s all linear;}
	.topInner {max-width:450px;}
	.pageInner {max-width:450px;}
	.bottomInner {max-width:450px;}
	.links div.terms {clear:left}
	.links div.terms {margin-left:0px}
}
@media (min-width: 1100px) {
	* {transition: .2s all linear;}
	.topInner  {max-width:980px;}
	.pageInner {max-width:980px}
	.bottomInner {max-width:980px}
	.informationBox:nth-child(2n) {margin-left:20px;}
	.links { position:relative;bottom:-6px;left:0px;display:inline-block;width:auto;float:left;padding-left:5px;}
	.links div.terms {margin-left:0px}
	.cr {position:relative;float:left;bottom:-6px;margin-right:10px;}
	/* .cr::after {position:absolute;right:-16px;top:7px;display:block;content:' ';width:4px;height:4px; border-radius:2px; background-color:#2F3C48;} */
}

@media (max-width: 370px) {
	* {transition: .2s all linear;}
	.bottomInner {height:170px;}
	.links {width:400px;}
	.links div.terms {margin-left:0px;display:block;float:none}
	.links div.privacy {margin-left:0px;}
	.links div.terms::before, .links div.privacy::before {content:none;}
	.cr {
		white-space:normal;
		max-width:120px;
	}
	.links { bottom:33px;max-width:160px;	}
}
@media (max-height: 300px) {
	.top {padding-top:10px;padding-bottom:0px}
	.hw30 {margin-top:10px;margin-bottom:10px}
	.backLink {margin-bottom:0px;}
}