﻿* {
	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}
.countryBox {
	position:relative;
	margin-top:5px;
	margin-bottom:10px;
	height: 60px;
	width: 100%;
	max-width:450px;
	float:left;
}
.countryBox a.leaflet {
	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;
    align-items: center;
	justify-content: center;
}
.countryBox a.leaflet:link:hover {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	text-decoration:underline;
}
.countryBox a.leaflet::after {
	content:' ';
	position:absolute;
	width:46px;
	height:46px;
	top:7px;
	left:7px;
}
.countryBox div { 
  width: 300px;
  color: #2F3C48;
  font-family: Trebuchet MS, Trebuchet, UBuntu, Arial, Verdana;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  padding-left:54px;
}
.countryBox .blueBox {
	position:absolute;
	right:0px;
	top:0px;
	width:70px;
	height:60px;
	border-left:1px solid #D5D8Da;
	text-align:center;
	padding-top:10px;
}
.countryBox a.blueBox: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;
}
@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}
	.countryBox: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}
	.hw30 {margin-top:10px;margin-bottom:10px}
}