@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Raleway Regular'), local('Raleway-Regular'),
         url('../fonts/Raleway/Raleway-Regular.woff2') format('woff2');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Raleway Italic'), local('Raleway-Italic'),
         url('../fonts/Raleway/Raleway-Italic.woff2') format('woff2');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

body, html{
    padding:0;
    margin:0;
    position:relative;
    height:100%;
    font-family: Raleway, sans-serif;
}
body {
	line-height: 1.4;
	color: #444;
}
.regular {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}

a {
  color: #545454;
  font-weight: 600;
  text-decoration: none;
}
a:hover {
  color: #AC1A40;
  text-decoration: underline;
}
.content{
    width:calc(100% - 1px);
    height:calc(100% - 50px);
}
h1{
	font-size:45px;
	padding:0px;
	line-height: 1;
	margin:0px;
}
.accordion {
    background-color: #545454;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 1em;
    font-family: Raleway, sans-serif;
}
.accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #fff;
  float: right;
  margin-left: 5px;
}
.active, .accordion:hover {
    background-color: #AC1A40;
}
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.legenddot{
  border-radius: 50%; 
  display: inline-block; 
  height: 10px; 
  margin-right: 5px; 
  width: 10px;
}
.topnav {
  overflow: hidden;
  background-color: #545454;
  z-index: 1100;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: right;
  padding: 18px 13px 12px 13px;
  text-decoration: none;
  font-size: 0.95em;
  text-transform: uppercase;
}
.topnav a:hover {
  background-color: #AC1A40;
  color: #fff;
  padding: 18px 13px 12px 13px;
}
.topnav a.active {
  background-color: #B8BEC1;
  color: white;
}
.topnav .icon {
  display: none;
}
.main-title {
	font-size: 1em;
}
.main-title a {
	text-transform: none;
}
a.smaller {
	font-size: 0.85em;
	text-transform: none;
	line-height: 1.3;
}
.logo {
	display: none;
}
@media screen and (max-width: 760px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 760px) {
 .topnav.responsive {position: relative;}
 .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 880px) {
	.logo {
		width: 110px;
		height: auto;
		display: block;
		position: absolute;
		top: 8px;
		right: 16px;
	}
	.topnav a:first-child {
		margin-right: 0.5em;
	}
	a.smaller {
	font-size: 0.85em;
	text-transform: none;
	border-left: 1px solid #fff;
	line-height: 1.3;
	}
}
.rightbox {
  background-color: #fff;
  border-radius: 3px;
  top: 90px;
  max-height: calc(100% - 170px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: absolute;
  right: 10px;
  z-index: 1;
  width: 280px;
  overflow:auto;
}
.showrightbox {
  background-color: #fff;
  border-radius: 3px;
  top: 90px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: absolute;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 25px;
}
#map {
  position: relative;
  top: 1px;
  bottom: 1px;
  width:100%;
  height:100%;
}
#searchbutton {
  background-color: white;
}
.cookiewarning{
   position: fixed; 
   bottom: 0; 
   left:0;
   padding:10px;
   width: 100%; 
   z-index:5000; 
   background-color:#AC1A40; 
   font-size: 12px; 
   color:#fff;
}
.cookiewarning a{
   color:#fff;
}
.cookiewarning a.hover{
   color:#fff;
}
.cookiewarning button {
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.button1 {
  background-color: white;
  color: black;
  width:50%;
  max-width: 500px;
  
}
.button2 {
  background-color: black;
  color: white;
  position: absolute;
  right:10%;
  width:20%;
  max-width: 200px;
}
.welcome {
  position: fixed;
  top: 10%; 
  max-width: 800px;
  height: 80%;
  background-color: white;
  border: solid 1px #444;
  border-radius: 25px;
  z-index: 1003;
  padding: 20px;
  overflow: auto; 
  margin-left: 5%;
  margin-right: 5%;
}
p.welcome-end {
    font-size: 0.9em;
    font-weight: normal;
}
.closewelcome {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closewelcome:hover,
.closewelcome:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* Style the EPC popup */
.epcbox p {
    margin-top:2px;
    margin-bottom: 2px;
}