/*

OPW - Flood Risk Management
Styles for header
By HumanIXD - http://wearehuman.ie/

*/

/* Global */

body {
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  color: #010101;
  padding-top: 69px; /* Header height */
}
section {
position: relative;
overflow: hidden;
}
.image-cover {
background-attachment: fixed; /* Create the parallax scrolling effect */
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
overflow: hidden;
}
.text-center {
  text-align: center;
}
.no-transition {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.no-transition:hover {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
transition: none !important;
}

/* Typography */

/*
Colors:
Text-black          #010101
Primary-green       #006c85
Primary-green-dark  #006981
Primary-red         #c73f22
Bg grey             #f2f2f2
*/

h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
  text-align: center;
  color: #ffffff;
}
h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 30px;
  color: #006c85;
}
h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
  color: #006c85;
}
h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
  color: #006c85;
}
h5, h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
  color: #006c85;
}
p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
}
p.subtitle {
  font-size: 22px;
  font-weight: 400;
}
a {
  color: #006c85;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #006c85;
  text-decoration: underline;
}
.link {
  text-decoration: underline;
}
.small {
  font-size: 14px;
}
ul, ol {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 20px;
  margin-bottom: 30px;
}
ul li {
  position: relative;
  list-style-type: none;
}
ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #006c85;
  top: 9px;
  left: -20px;
}

/* Buttons */
a.btn {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 30px;
  border: 0;
  border-radius: 0;
}
a.btn:hover {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
a.btn:visited, a.btn:active, a.btn:focus, a.btn:active:focus {
  border: 0;
  outline: 0;
}
a.btn-primary {
  color: #ffffff;
  background: #c73f22;
}
a.btn-primary:hover {
  color: #ffffff;
  background: #c42908;
}
a.btn-primary:visited, a.btn-primary:active, a.btn-primary:focus, a.btn-primary:active:focus {
  background: #c73f22;
}
a.btn-primary:visited:hover {
  background: #c42908;
}
a.btn-default {
  color: #ffffff;
  background: #006c85;
}
a.btn-default:hover {
  color: #ffffff;
  background: #00586c;
}
a.btn-default:visited, a.btn-default:active, a.btn-default:focus, a.btn-default:active:focus {
  color: #ffffff;
  background: #006c85;
}
a.btn-download {
  position: relative;
  padding-left: 70px;
}
a.btn-download:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 28px;
  width: 25px;
  height: 25px;
  background: url('../img/icons/download-white.png');
  background-size: contain;
  background-repeat: no-repeat;
}


/* Sticky sidebar */
.sticky-sidebar {
display: block;
width: 100%;
max-width: 100%;
}
.sticky-sidebar ul {
padding-left: 0;
}
.sticky-sidebar.sticky {
position: fixed;
display: block;
width: auto;
z-index: 50;
}
.sticky-sidebar.sticky > ul li a, .sticky-sidebar.sticky > .dropdown, .sticky-sidebar.sticky #search-form {
box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
}
.sticky-sidebar .back-to-top {
position: fixed;
bottom: 10px;
right: -60px;
width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
background: #ffffff;
background-size: 40%;
background-repeat: no-repeat;
background-position: center center;
background-image: url('../img/icons/scroll-top-green.png');
z-index: 90;
}
.sticky-sidebar .back-to-top.active {
right: 10px;
}

/* Scroll-to Nav */
.scroll-to-nav {
display: block;
width: 100%;
}
.scroll-to-nav .back-button {
position: relative;
display: block;
width: 100%;
padding: 15px;
padding-left: 40px;
margin-bottom: 5px;
text-align: left;
text-transform: none;
}
.scroll-to-nav .back-button:before {
content: "";
position: absolute;
width: 15px;
height: 15px;
top: 20px;
left: 15px;
background: url(../img/icons/dropdown-double-chevron-white.png);
background-size: cover;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.scroll-to-nav .back-button:hover:before {
left: 10px;
}
.scroll-to-nav ul li:before {
display: none;
}
.scroll-to-nav ul li a {
display: block;
width: 100%;
font-size: 17px;
line-height: 1.2;
color: #333333;
padding: 15px;
background: #ffffff;
border: 1px solid #333333;
margin-bottom: 5px;
}
.scroll-to-nav ul li a:hover {
text-decoration: none;
background: #ddf1f5;
}
.scroll-to-nav ul li.current a {
background: #006981;
border: 1px solid #f2f2f2;
color: #ffffff;
}
.scroll-to-nav ul li a:focus {
text-decoration: none;
}

/* Overwrite Bootstrap dropdown */
.dropdown button {
background: transparent;
border: 1px solid #666666;;
color: #666666;
border-radius: 0;
min-width: 100%;
/* text-transform: uppercase; */
padding: 25px 30px;
line-height: 1;
text-align: left;
font-size: 22px;
font-weight: 400;
}
.dropdown button .caret {
border-left-width: 8px;
border-top-width: 8px;
border-right-width: 8px;
float: right;
position: relative;
top: 8px;
}
.dropdown ul.dropdown-menu {
background: #006C86;
width: 100%;
overflow-y: auto;
position: absolute;
top: 100%;
left: 0;
z-index: 50;
float: left;
min-width: 160px;
max-height: 300px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 0;
}
.dropdown ul.dropdown-menu li a {
display: block;
width: 100%;
padding: 8px 20px;
font-size: 17px;
font-weight: 400;
line-height: 1;
color: #666666;
white-space: initial;
}

/* Overwrite Bootstrap pagination */
.pagination {
margin-top: 50px;
}
.pagination li:before {
display: none;
}
.pagination li a {
padding: 15px 20px;
}


/* Header */
header {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
min-height: 70px;
padding: 10px 30px;
background: #ffffff;
box-shadow: 0px 0px 24px rgba(0,0,0,0.4);
z-index: 100;
}
header a.header-logo {
display: inline-block;
float: left;
padding-top: 10px;
}
header a.header-logo img {
width: 200px;
}
header a.header-lang {
display: inline-block;
float: right;
padding: 10px 0 10px 20px;
border-left: 1px solid #006c85;
font-size: 17px;
font-weight: 600;
text-transform: uppercase;
}
header #mobile-menu-button {
display: none;
}
header nav {
display: inline-block;
float: right;
}
header nav ul {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
}
header nav ul li {
position: relative;
float: left;
}
header nav ul li:before {
display: none;
}
header nav ul li a {
position: relative;
display: inline-block;
font-size: 17px;
font-weight: 400;
text-transform: uppercase;
color: #010101;
padding: 10px 20px;
}
header nav ul li a:hover,
header nav ul li a:focus {
color: #006c85;
text-decoration: none;
}
header nav ul li.current a {
font-weight: 600;
color: #006c85;
}
header nav ul li ul {
position: absolute;
display: block;
top: 60px;
left: 0;
background: #ffffff;
box-shadow: 0 10px 20px -8px rgba(0,0,0,0.4);
opacity: 0;
visibility: hidden;
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;
}
header nav ul li:hover ul {
opacity: 1;
visibility: visible;
}
header nav ul li:hover ul:before {
content: "";
position: absolute;
bottom: 100%;
left: 0;
width: 100%;
height: 20px;
background: #ffffff;
}
header nav ul li ul li {
width: 100%;
}
header nav ul li ul li a, header nav ul li.current ul li a {
width: 100%;
color: #006c85;
}
header nav ul li ul li a:hover, header nav ul li.current ul li a:hover {
background: #006c85;
color: #ffffff;
}
header nav ul #nav-underline {
position: absolute;
bottom: 5px;
left: 0px; /* Set with JS */
width: 11px; /* Set with JS */
height: 2px;
background: #006c85;
display: none;
pointer-events: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
header nav ul #mobile-menu-button {
display: none;
}

/* Header - for map pages */
header.header-map .map-switcher {
position: absolute;
display: block;
top: 0;
left: 0;
width: 300px;
height: 70px; /* header height */
font-size: 24px;
font-weight: 400;
color: #ffffff;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
header.header-map .map-switcher .map-switcher-icon {
position: absolute;
top: 15px;
right: 20px;
width: 40px;
height: 40px;
background: url('../img/icons/theme-switcher-back.png');
background-size: contain;
background-repeat: no-repeat;
z-index: 10;
pointer-events: none;
}
header.header-map .map-switcher .map-switcher-icon:before,
header.header-map .map-switcher .map-switcher-icon:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
z-index: 10;
}
header.header-map .map-switcher .map-switcher-icon:before {
background: url('../img/icons/theme-switcher-arrow-left.png');
background-size: contain;
-webkit-animation: theme-switcher-arrow-left 1.5s ease-out infinite;
-moz-animation: theme-switcher-arrow-left 1.5s ease-out infinite;
animation: theme-switcher-arrow-left 5s ease-out infinite;
}
header.header-map .map-switcher .map-switcher-icon:after {
background: url('../img/icons/theme-switcher-arrow-right.png');
background-size: contain;
-webkit-animation: theme-switcher-arrow-right 1.5s ease-out infinite;
-moz-animation: theme-switcher-arrow-right 1.5s ease-out infinite;
animation: theme-switcher-arrow-right 5s ease-out infinite;
}
@keyframes theme-switcher-arrow-left {
0% { left: 0; }
4% { left: -10%; }
8% { left: 5%; }
12% { left: -10%; }
16% { left: 0; }
100% { left: 0; }
}
@keyframes theme-switcher-arrow-right {
0% { left: 0; }
4% { left: 10%; }
8% { left: -5%; }
12% { left: 10%; }
16% { left: 0; }
100% { left: 0; }
}
header.header-map .map-switcher ul {
position: absolute;
top: 100%;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
left: 0;
box-shadow: 0 10px 20px -8px rgba(0,0,0,0);
padding: 0;
margin: 0;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
transition: all 0.25s ease;
display: none;
}
header.header-map .map-switcher ul.active, header.header-map .map-switcher ul:hover {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
box-shadow: 10px 10px 20px -8px rgba(0,0,0,0.4);
}
header.header-map .map-switcher li {
position: relative;
display: block;
width: 300px;
height: 70px; /* header height */
}
header.header-map .map-switcher li:before {
display: none;
}
header.header-map .map-switcher a {
position: relative;
display: table-cell;
width: 300px;
height: 70px;
padding: 0 15px;
font-size: 24px;
font-weight: 400;
line-height: 1;
color: #ffffff;
background: #006c85;
vertical-align: middle;
}
header.header-map .map-switcher a:before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 70px; /* header height */
background: rgba(255,255,255,0.1);
opacity: 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
header.header-map .map-switcher a:hover {
text-decoration: none;
}
header.header-map .map-switcher a:hover:before {
opacity: 1;
}
header.header-map .map-switcher a img {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin-top: -5px;
margin-right: 5px;
}
header.header-map .map-switcher a.current {
display: table-cell;
top: 0;
left: 0;
padding-right: 70px;
width: 300px;
height: 70px; /* header height */
z-index: 10;
vertical-align: middle;
}
header.header-map .map-switcher a.current:focus {
text-decoration: none;
}

header.header-map #map-search-form {
position: relative;
float: left;
margin-left: 290px;
z-index: 10;
}
header.header-map #map-search-form form {
position: relative;
margin-top: 4px;
}
header.header-map #map-search-form form input {
width: 250px;
padding: 10px;
padding-right: 45px;
border-radius: 5px;
box-shadow: none;
border: 1px solid #638695;
font-size: 14px;
font-weight: 400;
color: #434a54;
}
header.header-map #map-search-form form input:focus {
outline: 0;
border: 1px solid #006c85;
}
header.header-map #map-search-form form button.submit {
position: absolute;
top: 0px;
right: 0px;
border: 0;
background: none;
height: 40px;
width: 40px;
padding: 10px;
background: url('../img/icons/magnifier-long-grey.png');
background-size: 40%;
background-position: center center;
background-repeat: no-repeat;
}
#mobile-search-button {
display: none;
}


/* Footer */
footer {
padding: 20px 0;
}
footer .footer-logo {
display: inline-block;
}
footer .footer-logo img {
width: 260px;
}
footer .footer-social {
display: block;
width: 100%;
text-align: right;
margin-bottom: 20px;
}
footer .footer-social a {
display: inline-block;
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;
}
footer .footer-social a img {
width: 30px;
height: 30px;
}
footer .footer-social a:hover {
opacity: 0.8;
}
footer nav {
display: block;
width: 100%;
text-align: right;
margin-bottom: 5px;
}
footer nav > span {
position: relative;
display: inline-block;
font-size: 14px;
font-weight: 600;
line-height: 1;
color: #c73f22;
vertical-align: super;
}
footer nav ul {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
}
footer nav ul li {
float: left;
}
footer nav ul li:before {
display: none;
}
footer nav ul li a {
position: relative;
display: inline-block;
font-size: 14px;
font-weight: 600;
color: #535353;
padding: 0px 10px;
border-right: 1px solid #006c86;
}
footer nav ul li:last-of-type a {
border-right: none;
padding-right: 0;
}
footer nav ul li a:hover {
color: #006c86;
/*text-decoration: none;*/
}

/* Cookie bar */
.cookieinfo {border-top: 1px solid #ffff;}

#cookie-bar {
position: fixed;
top: auto;
bottom: 0;
left: 0;
width: 100%;
min-height: 84px;
z-index: 200;
background: #006981;
border-top: 1px solid #ffffff;
color: #ffffff;
padding: 20px;
text-align: center;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000);
-moz-transition: all 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000);
-ms-transition: all 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000);
transition: all 0.s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
#cookie-bar.cookie-bar-active {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
#cookie-bar p {
font-size: 18px;
font-weight: 400;
line-height: 1.3;
color: #ffffff;
max-width: 1200px;
margin: 0 auto;
margin-bottom: 20px;
margin-bottom: 0px;
padding: 0 170px;
}
#cookie-bar p a {
color: #ffffff;
text-decoration: underline;
}
#cookie-bar a.cookie-close {
position: absolute;
top: 15px;
right: 15px;
padding: 15px 20px;
}

/* Bootstrap tour overrides */
.tour-backdrop {
  opacity: 0.5;
}


#global-banner {
padding-top: 120px;
padding-bottom: 120px;
}
#global-banner:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 75%;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(6,123,145,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(6,123,145,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(6,123,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#067b91',GradientType=0 );
}





@media screen and (max-width: 1500px) {

  /* Global */
  body {
    font-family: 'Cabin', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #010101;
    padding-top: 67px; /* Header height */
  }

  /* Header */
  header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 67px;
  padding: 10px 15px;
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(0,0,0,0.4);
  z-index: 100;
  }
  header a.header-logo {
  display: inline-block;
  float: left;
  padding-top: 12px;
  }
  header a.header-logo img {
  width: 160px;
  }
  header a.header-lang {
  display: inline-block;
  float: right;
  padding: 10px 0 10px 15px;
  border-left: 1px solid #006c85;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  }
  header nav ul li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #010101;
  padding: 10px 15px;
  }
  header nav ul li ul {
  position: absolute;
  display: block;
  top: 57px;
  left: 0;
  background: #ffffff;
  box-shadow: 0 10px 20px -8px rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
  }

  /* Header - for map pages */
  header.header-map .map-switcher {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 250px;
  height: 67px; /* header height */
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  background: #006c85;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  }
  header.header-map .map-switcher .map-switcher-icon {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: url('../img/icons/theme-switcher-back.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  pointer-events: none;
  }
  header.header-map .map-switcher li {
  position: relative;
  display: block;
  width: 250px;
  height: auto;
  min-height: 67px; /* header height */
  }
  header.header-map .map-switcher a {
  position: relative;
  display: table-cell;
  width: 250px;
  height: 67px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background: #006c85;
  vertical-align: middle;
  }
  header.header-map .map-switcher a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 67px; /* header height */
  background: rgba(255,255,255,0.1);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  }
  header.header-map .map-switcher a img {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: -4px;
  margin-right: 5px;
  }
  header.header-map .map-switcher a.current {
  display: table-cell;
  top: 0;
  left: 0;
  padding-right: 50px;
  width: 250px;
  height: 67px; /* header height */
  z-index: 10;
  vertical-align: middle;
  }



  header.header-map #map-search-form {
  position: relative;
  float: left;
  margin-left: 250px;
  }
  header.header-map #map-search-form form input {
  width: 200px;
  padding: 10px;
  padding-right: 40px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #638695;
  font-size: 14px;
  font-weight: 400;
  color: #434a54;
  }

} /* end max-width 1500px */







@media screen and (max-width: 1199px) {

  /* Global */
  body {
    font-family: 'Cabin', sans-serif; 
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #010101;
    padding-top: 56px; /* Header height */
  }
  h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
    text-align: center;
    color: #ffffff;
  }

  /* Header */
  header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  min-height: 56px;
  padding: 10px 15px;
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(0,0,0,0.4);
  z-index: 100;
  }
  header a.header-logo {
  display: inline-block;
  float: left;
  padding-top: 8px;
  }
  header a.header-logo img {
  width: 160px;
  }
  header > a.header-lang {
  display: none;
  }
  header #mobile-menu-button {
  display: block;
  position: absolute;
  z-index: 105;
  top: 8px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url('../img/icons/mobile-menu-button.png');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all ease 0.1s;
  -moz-transition: 0.3s all ease 0.1s;
  -ms-transition: 0.3s all ease 0.1s;
  transition: 0.3s all ease 0.1s;
  }
  header #mobile-menu-button.active {
  background: url('../img/icons/mobile-menu-close.png');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  }
  header nav {
  position: fixed;
  float: none;
  width: 100%;
  background: #ffffff;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  box-shadow: 0 10px 20px -8px rgba(0,0,0,0);
  display: block;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100vh;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  }
  header nav.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  box-shadow: 0 10px 20px -8px rgba(0,0,0,0.4);
  }
  header nav a.header-lang {
  float: none;
  padding: 10px 15px;
  border: none;
  background: #006c85;
  color: #ffffff;
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 20px;
  }
  header nav a.header-lang:hover {
  text-decoration: none;
  background: #00586c;
  color: #ffffff;
  }
  header nav ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  }
  header nav > ul:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  }
  header nav > ul {
  width: 100%;
  padding: 25px 50px;
  }
  header nav ul li {
  position: relative;
  float: left;
  width: 100%;
  }
  header nav ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: #010101;
  padding: 10px 20px;
  }
  header nav ul li a:hover,
  header nav ul li a:focus {
  background: #006c85;
  /*background: rgba(0, 108, 133, 0.5);*/
  color: #ffffff;
  text-decoration: none;
  }
  header nav ul li.current a {
  font-weight: 600;
  color: #006c85;
  }
  header nav ul li.current a:hover {
  color: #ffffff;
  }
  header nav ul li ul {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  background: #ffffff;
  box-shadow: 0 10px 20px -8px rgba(0,0,0,0.4);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
  }
  header nav ul li:hover ul:before {
  display: none;
  }
  header nav ul li ul li {
  width: 100%;
  }
  header nav ul li ul li a, header nav ul li.current ul li a {
  width: 100%;
  color: #010101;
  font-size: 14px;
  }
  header nav ul li ul li a:before, header nav ul li.current ul li a:before {
  content: "-\00a0";
  position: relative;
  }
  header nav ul li ul li a:hover, header nav ul li.current ul li a:hover {
  background: #006c85;
  color: #ffffff;
  }
  header nav ul #nav-underline {
  display: none;
  }

  /* Header - for map pages */
  header.header-map .map-switcher {
  position: absolute;
  display: block;
  table-layout: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 56px; /* header height */
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  background: #006c85;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  }
  header.header-map .map-switcher .map-switcher-icon {
  position: absolute;
  top: 15px;
  right: 12px;
  width: 28px;
  height: 28px;
  background: url('../img/icons/theme-switcher-back.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  pointer-events: none;
  }
  header.header-map .map-switcher li {
  position: relative;
  display: block;
  width: 250px;
  height: auto;
  min-height: 56px; /* header height */
  }
  header.header-map .map-switcher a {
  position: relative;
  display: table-cell;
  width: 250px;
  height: 56px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background: #006c85;
  vertical-align: middle;
  }
  header.header-map .map-switcher a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 56px; /* header height */
  background: rgba(255,255,255,0.1);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  }
  header.header-map .map-switcher a.current {
  display: table-cell;
  top: 0;
  left: 0;
  padding-right: 50px;
  width: 250px;
  height: 56px; /* header height */
  z-index: 10;
  vertical-align: middle;
  }

  header.header-map #map-search-form {
  position: absolute;
  float: none;
  margin-left: 0px;
  top: 0;
  left: 0;
  width: calc(100% - 120px); /* room for mobile menu button + mobile search button */
  height: 56px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -ms-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  }
  header.header-map #map-search-form.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  }
  header.header-map #map-search-form form {
  position: relative;
  margin-top: 0px;
  height: 100%;
  }
  header.header-map #map-search-form form input {
  width: 100%;
  height: 100%;
  padding: 18px;
  padding-right: 44px;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #434a54;
  }
  header.header-map #map-search-form form input:focus {
  border: none;
  }
  header.header-map #map-search-form form button.submit {
  position: absolute;
  top: 6px;
  right: 0px;
  border: 0;
  background: none;
  height: 44px;
  width: 44px;
  padding: 8px;
  background: url('../img/icons/magnifier-long-grey.png');
  background-size: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  }
  #mobile-search-button {
  display: block;
  position: absolute;
  top: 8px;
  right: 70px;
  width: 40px;
  height: 40px;
  background: url('../img/icons/magnifier-long-grey.png');
  background-size: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s all ease 0s;
  -moz-transition: 0.2s all ease 0s;
  -ms-transition: 0.2s all ease 0s;
  transition: 0.2s all ease 0s;
  }
  #mobile-search-button.active {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: url('../img/icons/close-grey.png');
  background-size: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  }

} /* end max-width 1199px */






@media screen and (max-width: 991px) {

  /* Overwrite Bootstrap dropdown */
  .dropdown button {
  background: transparent;
  border: 1px solid #666666;;
  color: #666666;
  border-radius: 0;
  min-width: 100%;
  /* text-transform: uppercase; */
  padding: 15px 15px;
  line-height: 1;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  }
  .dropdown button .caret {
  border-left-width: 8px;
  border-top-width: 8px;
  border-right-width: 8px;
  float: right;
  position: relative;
  top: 6px;
  }

  /* Cookie bar */
  #cookie-bar {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 78px;
  z-index: 200;
  background: #006981;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  padding: 15px;
  text-align: left;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -moz-transition: all 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -ms-transition: all 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition: all 0.s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  }
  #cookie-bar p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  max-width: none;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-bottom: 0px;
  padding: 0 150px 0 0;
  }
  #cookie-bar a.cookie-close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 12px 15px;
  }

} /* end max-width 991px */






@media screen and (max-width: 768px) {

  /* Sticky sidebar */
  .sticky-sidebar {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 80px;
  }

  /* Header */
  header nav > ul {
  width: 100%;
  padding: 25px 15px;
  }

  /* Footer */
  footer {
  padding: 20px 0;
  text-align: center;
  }
  footer .footer-logo {
  display: inline-block;
  margin-bottom: 50px;
  }
  footer .footer-logo img {
  width: 260px;
  }
  footer .footer-social {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  }
  footer .footer-social a {
  display: inline-block;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
  margin: 0 5px;
  }
  footer .footer-social a img {
  width: 44px;
  height: 44px;
  }
  footer nav {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  }
  footer nav > span {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #c73f22;
  vertical-align: super;
  }
  footer nav ul li {
  float: left;
  display: block;
  width: 100%;
  }
  footer nav ul li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #535353;
  padding: 5px 10px;
  border-right: none;
  }
  footer nav ul li:last-of-type a {
  border-right: none;
  padding-right: 10px;
  }

} /* end max-width 768px */






@media screen and (max-width: 450px) {

  /* Global */
  h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
    text-align: center;
    color: #ffffff;
  }
  h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 30px;
    color: #006c85;
  }

  /* Buttons */
  a.btn {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
  }
  a.btn-download {
    position: relative;
    padding-left: 60px;
  }
  a.btn-download:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 22px;
    width: 22px;
    height: 22px;
    background: url('../img/icons/download-white.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* Overwrite Bootstrap dropdown */
  .dropdown ul.dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color: #666666;
  white-space: initial;
  }

  /* Overwrite Bootstrap pagination */
  .pagination {
  margin-top: 50px;
  }
  .pagination li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  }
  .pagination li:before {
  display: none;
  }
  .pagination li a {
  padding: 12px 15px;
  }

  /* Header */
  header #mobile-menu-button {
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url('../img/icons/mobile-menu-button.png');
  background-size: contain;
  background-repeat: no-repeat;
  }
  header nav > ul {
  width: 100%;
  padding: 25px 15px;
  }
  header nav ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: #010101;
  padding: 10px 20px;
  }
  header nav ul li ul li a, header nav ul li.current ul li a {
  width: 100%;
  color: #010101;
  font-size: 14px;
  }
  header nav ul #mobile-menu-close {
  display: block;
  position: absolute;
  top: 8px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url('../img/icons/mobile-menu-close.png');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: 0.3s all ease 0.1s;
  -moz-transition: 0.3s all ease 0.1s;
  -ms-transition: 0.3s all ease 0.1s;
  transition: 0.3s all ease 0.1s;
  }

  /* Header - for map pages */
  header.header-map .map-switcher {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 220px;
  height: 56px; /* header height */
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: #006c85;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  }
  header.header-map .map-switcher li {
  position: relative;
  display: block;
  width: 220px;
  height: auto;
  min-height: 56px; /* header height */
  }
  header.header-map .map-switcher a {
  position: relative;
  display: table-cell;
  width: 220px;
  height: 56px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background: #006c85;
  vertical-align: middle;
  }
  header.header-map .map-switcher a.current {
  display: table-cell;
  top: 0;
  left: 0;
  padding-right: 50px;
  width: 220px;
  height: 56px; /* header height */
  z-index: 10;
  vertical-align: middle;
  }
  header.header-map .map-switcher a img {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -5px;
  margin-right: 4px;
  }

  header.header-map #map-search-form {
  position: absolute;
  float: none;
  margin-left: 0px;
  top: 0;
  left: 0;
  width: calc(100% - 100px); /* room for mobile menu button + mobile search button */
  height: 56px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -ms-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  }
  header.header-map #map-search-form form input {
  width: 100%;
  height: 100%;
  padding: 12px;
  padding-right: 40px;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #434a54;
  }
  #mobile-search-button {
  display: block;
  position: absolute;
  top: 8px;
  right: 55px;
  width: 40px;
  height: 40px;
  background: url('../img/icons/magnifier-long-grey.png');
  background-size: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s all ease 0s;
  -moz-transition: 0.2s all ease 0s;
  -ms-transition: 0.2s all ease 0s;
  transition: 0.2s all ease 0s;
  }

  /* Footer */
  footer nav ul li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #535353;
  padding: 12px 10px;
  border-right: none;
  }

} /* end max-width 450px */


/* Past Flood Modal */
.his_modal {
    cursor: pointer
}
.modal-header .modal-title {
    position: relative;
    padding-right: 50px;
}
.modal-header .close {
    position: absolute;
    top: -2px;
    right: 0;
    width: 44px;
    height: 44px;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/static/floodmaps/img/icons/close-green.png);
    opacity: 1;
}
.modal-header .close:hover,
.modal-header .close:focus {
    outline: none;
    opacity: 1;
}
