/*

OPW - Flood Risk Management
Styles for Interactive Map page

*/

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

/* Map main */
#map-main {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding-top: 69px; /* Header height */
}
#map {
width: 100%;
height: 100%;
}
#mobile-menu-underlay {
  display: none;
}

/* Map loader */
#map-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background: rgba(255,255,255,0.85);
}
#map-loader .inner {
position: absolute;
top: 50%;
left: 50%;
max-width: 90%;
max-height: 90%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#map-loader .inner .loader-icon {
position: relative;
display: block;
width: 100px;
height: 100px;
margin: 0 auto;
margin-bottom: 10px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
#map-loader .inner .floodmaps-loader-icon {
background-image: url('/static/floodmaps/img/icons/floodmaps-map-contained.png');
}
#map-loader .inner .floodplans-loader-icon {
background-image: url('/static/floodmaps/img/icons/floodplans-map-contained.png');
}
#map-loader .inner .loader-icon:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
}
#map-loader .inner .floodmaps-loader-icon:after {
background-image: url('/static/floodmaps/img/icons/floodmaps-pin-contained.png');
-webkit-animation: floodmaps-loading 1.2s ease infinite;
-moz-animation: floodmaps-loading 1.2s ease infinite;
animation: floodmaps-loading 1.2s ease infinite;
}
#map-loader .inner .floodplans-loader-icon:after {
background-image: url('/static/floodmaps/img/icons/floodplans-pencil-contained.png');
-webkit-animation: floodplans-loading 1.2s ease infinite;
-moz-animation: floodplans-loading 1.2s ease infinite;
animation: floodplans-loading 1.2s ease infinite;
}
/* Floodmaps loading animation */
@-webkit-keyframes floodmaps-loading {
0% { -webkit-transform: perspective(250px) rotateY(0deg) translateY(0%) scale(1, 1); }
22% { -webkit-transform: perspective(250px) rotateY(0deg)  translateY(5%) scale(1.1, 0.8); }
25% { -webkit-transform: perspective(250px) rotateY(0deg) translateY(0%) scale(1, 1); }
50% { -webkit-transform: perspective(250px) rotateY(720deg) translateY(-100%) scale(1.1, 1.1); }
75% { -webkit-transform: perspective(250px) rotateY(720deg) translateY(5%) scale(1.1, 0.8); }
100% { -webkit-transform: perspective(250px) rotateY(720deg) translateY(0%) scale(1, 1); }
}
@-moz-keyframes floodmaps-loading {
0% { -moz-transform: perspective(250px) rotateY(0deg) translateY(0%) scale(1, 1); }
22% { -moz-transform: perspective(250px) rotateY(0deg)  translateY(5%) scale(1.1, 0.8); }
25% { -moz-transform: perspective(250px) rotateY(0deg) translateY(0%) scale(1, 1); }
50% { -moz-transform: perspective(250px) rotateY(720deg) translateY(-100%) scale(1.1, 1.1); }
75% { -moz-transform: perspective(250px) rotateY(720deg) translateY(5%) scale(1.1, 0.8); }
100% { -moz-transform: perspective(250px) rotateY(720deg) translateY(0%) scale(1, 1); }
}
@keyframes floodmaps-loading {
0% { transform: perspective(250px) rotateY(0deg) translateY(0%) scale(1, 1); }
22% { transform: perspective(250px) rotateY(0deg)  translateY(5%) scale(1.1, 0.8); }
25% { transform: perspective(250px) rotateY(0deg) translateY(0%) scale(1, 1); }
50% { transform: perspective(250px) rotateY(720deg) translateY(-100%) scale(1.1, 1.1); }
75% { transform: perspective(250px) rotateY(720deg) translateY(5%) scale(1.1, 0.8); }
100% { transform: perspective(250px) rotateY(720deg) translateY(0%) scale(1, 1); }
}
/* Floodplans loading animation */
@keyframes floodplans-loading {
0% { -webkit-transform: perspective(250px) rotate(0deg) translateX(-10%) translateY(-25%); }
15% { -webkit-transform: perspective(250px) rotate(-15deg)  translateX(0%) translateY(-25%); }
30% { -webkit-transform: perspective(250px) rotate(0deg) translateX(10%) translateY(-25%); }
45% { -webkit-transform: perspective(250px) rotate(-15deg) translateX(20%) translateY(-25%); }
60% { -webkit-transform: perspective(250px) rotate(0deg) translateX(30%) translateY(-25%); }
75% { -webkit-transform: perspective(250px) rotate(-15deg) translateX(40%) translateY(-25%); }
100% { -webkit-transform: perspective(250px) rotate(0deg) translateX(0%) translateY(-25%); }
}
@keyframes floodplans-loading {
0% { -moz-transform: perspective(250px) rotate(0deg) translateX(-10%) translateY(-25%); }
15% { -moz-transform: perspective(250px) rotate(-15deg)  translateX(0%) translateY(-25%); }
30% { -moz-transform: perspective(250px) rotate(0deg) translateX(10%) translateY(-25%); }
45% { -moz-transform: perspective(250px) rotate(-15deg) translateX(20%) translateY(-25%); }
60% { -moz-transform: perspective(250px) rotate(0deg) translateX(30%) translateY(-25%); }
75% { -moz-transform: perspective(250px) rotate(-15deg) translateX(40%) translateY(-25%); }
100% { -moz-transform: perspective(250px) rotate(0deg) translateX(0%) translateY(-25%); }
}
@keyframes floodplans-loading {
0% { transform: perspective(250px) rotate(0deg) translateX(-10%) translateY(-25%); }
15% { transform: perspective(250px) rotate(-15deg)  translateX(0%) translateY(-25%); }
30% { transform: perspective(250px) rotate(0deg) translateX(10%) translateY(-25%); }
45% { transform: perspective(250px) rotate(-15deg) translateX(20%) translateY(-25%); }
60% { transform: perspective(250px) rotate(0deg) translateX(30%) translateY(-25%); }
75% { transform: perspective(250px) rotate(-15deg) translateX(40%) translateY(-25%); }
100% { transform: perspective(250px) rotate(0deg) translateX(0%) translateY(-25%); }
}
#map-loader .inner p {
text-align: center;
font-size: 24px;
color: #555;
/*text-transform: uppercase;*/
}


/* Tour bar */
#tour-map-bar {
position: fixed;
top: auto;
bottom: 0px;
left: 0;
width: 100%;
z-index: 200;
background: #ffffff;
border-top: 1px solid #006981;
color: #006981;
padding: 15px;
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);
}
#tour-map-bar.tour-map-bar-active {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
#tour-map-bar p {
display: inline-block;
font-size: 18px;
font-weight: 400;
line-height: 1.3;
color: #006981;
max-width: 800px;
margin: 0 auto;
margin-right: 20px;
}
#tour-map-bar p.info-icon {
position: relative;
padding-left: 30px;
}
#tour-map-bar p.info-icon:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 24px;
height: 24px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-image: url('/static/floodmaps/img/icons/info-green.png');
}
#tour-map-bar a {
padding: 15px 20px;
}


/* Options Disclaimer */
.disclaimer-body {
font-weight: 400;            
line-height: 1.4;            
max-height: 500px;            
overflow-x: hidden;            
overflow-y: auto;        
}        
.disclaimer-body p {            
font-size: 16px;        
}        
.disclaimer-body li {            
font-size: 16px;        
}
@media screen and (max-width: 768px) {       
  .disclaimer-body {                
  max-height: 300px;        
  }
}



/* Options buttons */
#options-buttons {
position: absolute;
z-index: 80;
left: 0;
top: 69px; /* Header height */
border-bottom: 1px solid #046e87;
border-right: 1px solid #046e87;
background: #ffffff;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
#options-buttons.active {
left: 450px; /* Panel width */
}
.options-button {
display: block;
position: relative;
width: 70px;
height: 70px;
}
.options-button:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-size: 40%;
background-repeat: no-repeat;
background-position: center 30%;
}
.options-button.active:after {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
background-size: 30%;
background-repeat: no-repeat;
background-position: 30% center;
}
#info-panel .options-button.info-panel-button.active:after {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
background-size: 30%;
background-repeat: no-repeat;
background-position: 70% center;
}
#options-buttons .options-button.info-panel-button {
display: none;
}
.options-button.layers-button:after { background-image: url('/static/floodmaps/img/icons/layers-green.png'); }
.options-button.settings-button:after { background-image: url('/static/floodmaps/img/icons/settings-green.png'); }
.options-button.search-button:after { background-image: url('/static/floodmaps/img/icons/magnifier-long-green.png'); }
.options-button.info-panel-button:after { background-image: url('/static/floodmaps/img/icons/info-green.png'); }
.options-button.layers-button.active:after { background-image: url('/static/floodmaps/img/icons/dropdown-double-chevron-white.png'); }
.options-button.settings-button.active:after { background-image: url('/static/floodmaps/img/icons/dropdown-double-chevron-white.png'); }
.options-button.search-button.active:after { background-image: url('/static/floodmaps/img/icons/dropdown-double-chevron-white.png'); }
.options-button.info-panel-button.active:after { background-image: url('/static/floodmaps/img/icons/dropdown-double-chevron-white.png'); }

.options-button:hover {
/*background: #fafafa;*/
box-shadow: inset 0 3px 6px -3px rgba(0,0,0,0.2), inset 0 -3px 6px -3px rgba(0,0,0,0.2);
}
.options-button.active {
/*background: #035a6f;*/
}
.options-button.active:hover {
/*background: #025366;*/
}
.options-button span {
position: absolute;
bottom: 10px;
font-size: 10px;
font-weight: 400;
color: #046e87;
text-align: center;
width: 100%;
}
.options-button.active span {
color: #ffffff;
}
.options-button-bg {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 70px;
height: 70px;
background: #035a6f;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.options-button-bg.active {
opacity: 1;
visibility: visible;
}

/* Options panel */
#options-panel {
position: absolute;
z-index: 90;
top: 69px; /* Header height */
left: -450px;
width: 450px;
max-height: calc(100% - 69px); /* - Header height */
background: #ffffff;
border-bottom: 1px solid #046e87;
border-right: 1px solid #046e87;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
#options-panel:before {
content: "";
position: absolute;
top: 0;
right: 100%;
width: 100%;
height: 100%;
background: #ffffff;
}
#options-panel.active {
left: 0;
}
#options-panel a:hover,
#options-panel a:active,
#options-panel a:focus,
#options-panel a:active:focus {
text-decoration: none;
}

/* Info panel */
#info-panel {
display: none;
position: absolute;
z-index: 90;
top: 69px; /* Header height */
right: -450px;
width: 450px;
max-height: calc(100% - 69px); /* - Header height */
padding-bottom: 100px;
background: #ffffff;
border-bottom: 1px solid #046e87;
border-left: 1px solid #046e87;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
#info-panel:before {
content: "";
position: absolute;
top: 0;
left: 100%;
width: 100%;
height: 100%;
background: #ffffff;
}
#info-panel.closed {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
#info-panel.active {
right: 0;
}
#info-panel > a.info-panel-button {
position: absolute;
right: 100%;
right: calc(100% + 1px);
top: 0;
border-bottom: 1px solid #046e87;
border-left: 1px solid #046e87;
background: #ffffff;
}
#info-panel > a.info-panel-button.active {
background: #035a6f;
}
#info-panel .info-page {
display: none;
}
#info-panel .info-page.active {
display: block;
}
#info-panel .info-panel-header {
position: relative;
width: 100%;
height: auto;
min-height: 70px;
padding: 22px 30px;
padding-right: 70px;
background: #046e87;
}
#info-panel .info-panel-header .info-panel-pagination {
position: relative;
display: inline-block;
padding: 0 40px;
font-size: 16px;
font-weight: 400;
line-height: 1.3;
color: #ffffff;
margin-left: -10px;
margin-bottom: 10px;
}
#info-panel .info-panel-header .info-panel-pagination a.prev,
#info-panel .info-panel-header .info-panel-pagination a.next {
position: absolute;
top: -10px;
right: 0;
width: 40px;
height: 40px;
background-size: 60%;
background-repeat: no-repeat;
background-position: center center;
background-image: url('/static/floodmaps/img/icons/chevron-circle-white.png');
}
#info-panel .info-panel-header .info-panel-pagination a.prev {
right: auto;
left: 0;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
#info-panel .info-panel-header h4 {
position: relative;
display: block;
font-size: 20px;
font-weight: 600;
line-height: 1.3;
color: #ffffff;
margin: 0;
white-space:
}
#info-panel .info-panel-header .panel-close {
position: absolute;
top: 14px;
right: 18px;
}
#info-panel .inner {
max-height: calc(100vh - 69px - 70px - 88px);
}
#info-panel .inner .panel-section-main {
padding: 30px 15px;
}
#info-panel .inner .panel-section-main p {
font-size: 16px;
font-weight: 400;
line-height: 1.3;
margin-bottom: 20px;
color: #666666;
}
/* no info pop up panel text style */
.panel .inner .panel-section .panel-section-top p.expand-noinfo {
display: inline-block;
font-size: 18px;
line-height: 1.3;
margin: 0;
padding: 30px;
padding-right: 50px;
}
#info-panel .inner .panel-section-main p span {
display: block;
font-weight: 600;
color: #006c85;
}
#info-panel .inner .panel-section-main a.btn {
font-size: 16px;
padding: 10px 15px;
}
#info-panel .info-panel-footer {
position: absolute;
display: block;
bottom: 0;
left: 0;
width: 100%;
height: 98px;
padding: 15px;
background: #f4f4f4;
box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
#info-panel .info-panel-footer .inner {
display: table;
float: none;
}
#info-panel .info-panel-footer .inner a {
display: table-cell;
float: none;
font-size: 16px;
line-height: 1.2;
width: 50%;
height: 68px;
padding: 10px 15px;
vertical-align: middle;
white-space: normal;
background-color: #f4f4f4;
background: #006c85;
outline: 5px solid #f4f4f4;
box-shadow: none;
}

/* Info panel - floodmaps */
#info-panel.floodmaps-info-panel {
padding-bottom: 0;
}




/* Panels */
.panel {
display: none;
margin: 0;
border-radius: 0;
box-shadow: none;
border: 0;
}
.panel.active {
display: block;
}
.panel .panel-tabs {
position: relative;
width: 100%;
height: 70px;
display: table;
float: none;
}
.panel .panel-tabs a {
position: relative;
display: table-cell;
float: none;
width: 50%;
padding: 20px 30px;
font-size: 20px;
font-weight: 600;
text-align: center;
color: #ffffff;
background: #046e87;
}
.panel .panel-tabs a:hover {
background: #03657c;
}
.panel .panel-tabs a.active {
/*background: #1094b4;*/
background: #ffffff;
color: #046e87;
}
.panel .panel-tabs a.active:hover {
cursor: default;
}
.panel .panel-tabs a:before {
content: "";
position: relative;
display: inline-block;
width: 14px;
height: 14px;
margin-top: 7px;
margin-right: 10px;
background-size: contain;
background-repeat: no-repeat;
}
.panel .panel-tabs a.active-layers-tab:before { background-image: url('/static/floodmaps/img/icons/menu-white.png'); }
.panel .panel-tabs a.add-layer-tab:before { background-image: url('/static/floodmaps/img/icons/add-white.png'); }

.panel .inner {
position: relative;
display: none;
width: 100%;
max-height: calc(100vh - 69px - 70px);
overflow-y: auto;
overflow-x: hidden;
}
.panel .inner.active {
display: block;
}
.panel .inner .panel-section {
position: relative;
display: block;
width: 100%;
}
.panel .inner .panel-section:after {
content: "";
position: absolute;
bottom: 8px;
left: 50%;
width: 92%;
margin-left: -46%;
height: 1px;
background: #046e87;
}
/*.panel .inner .panel-section:last-of-type:after {
display: none;
}*/
.panel .inner .panel-section .panel-section-top {
position: relative;
display: block;
width: 100%;
padding: 0px 15px;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.panel .inner .panel-section .panel-section-top.active {
background: #f4f4f4;
}
.panel .inner .panel-section .panel-section-top a.expand-toggle {
display: inline-block;
font-size: 18px;
line-height: 1.3;
margin: 0;
padding: 30px;
padding-right: 50px;
}
.panel .inner .panel-section .panel-section-top a.expand-toggle:before {
position: absolute;
top: 33px;
left: 15px;
}
.panel .inner .panel-section .panel-section-top .switch-button,
.panel .inner .panel-section .panel-section-top .switch-button2 {
position: absolute;
top: 30px;
right: 15px;
}
.panel .inner .panel-section .panel-section-main {
display: none;
padding-bottom: 10px;
}
.panel .inner .panel-section .panel-section-main.active {
display: block;
}
.panel .inner .panel-section .panel-section-main .layer {
display: block;
padding: 15px 40px;
border-bottom: 1px solid #f4f4f4;
}
.panel .inner .panel-section .panel-section-main .layer:last-of-type {
border-bottom: 0;
}
.panel .inner .panel-section .panel-section-main .layer > div {
position: relative;
display: block;
margin-bottom: 15px;
}
.panel .inner .panel-section .panel-section-main .layer > div:nth-of-type(1) h4 {
display: inline-block;
font-size: 16px;
font-weight: 500;
line-height: 1.3;
color: #666666;
margin: 0;
padding-left: 50px;
padding-right: 40px;
}
.panel .inner .panel-section .panel-section-main .layer > div:nth-of-type(1) .switch-button {
position: absolute;
top: 1px;
left: 0px;
}
.panel .inner .panel-section .panel-section-main .layer > div:nth-of-type(1) .info-button {
position: absolute;
top: -7px;
right: -10px;
}
.panel .inner .panel-section .panel-section-main .layer .slider {
position: relative;
display: block;
}
.panel .inner .panel-section .panel-section-main .layer .legend {
position: relative;
display: block;
width: 100%;
}
/* Add layer panel */
.panel .inner.add-layer-inner .panel-section {
padding: 30px 15px;
}
.panel .inner.add-layer-inner .panel-section ul.layers-listing {
padding: 0;
}
.panel .inner.add-layer-inner .panel-section ul.layers-listing li:before {
display: none;
}
.panel .inner.add-layer-inner .panel-section ul.layers-listing li a {
position: relative;
display: block;
width: 100%;
font-size: 16px;
font-weight: 400;
line-height: 1.1;
color: #666666;
padding: 10px 25px;
padding-right: 65px;
}
.panel .inner.add-layer-inner .panel-section ul.layers-listing li a:after {
content: "";
position: absolute;
top: 9px;
right: 25px;
width: 15px;
height: 15px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-image: url('/static/floodmaps/img/icons/add-green.png');
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.panel .inner.add-layer-inner .panel-section ul.layers-listing li a:hover {
background: #f8f8f8;
}
.panel .inner.add-layer-inner .panel-section ul.layers-listing li a.active {
background: rgba(4, 111, 136, 0.1);
}
.panel .inner.add-layer-inner .panel-section ul.layers-listing li a.active:hover {
background: rgba(4, 111, 136, 0.15);
}
.panel .inner.add-layer-inner .panel-section ul.layers-listing li a.active:after {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
background-image: url('/static/floodmaps/img/icons/remove-green.png');
}
.panel .inner.add-layer-inner .panel-section ul.layers-listing li a span {
display: block;
font-size: 14px;
color: #999999;
margin-top: 5px;
}
/* Info-listing (Info Panel) */
.panel .inner .panel-section ul.info-listing {
padding: 0;
}
.panel .inner .panel-section ul.info-listing li {
display: block;
padding-right: 50px;
margin-bottom: 20px;
font-size: 16px;
font-weight: 400;
line-height: 1.3;
color: #666666;
}
.panel .inner .panel-section ul.info-listing li:before {
display: none;
}
.panel .inner .panel-section ul.info-listing li .info-button {
position: absolute;
top: -7px;
right: -10px;
}
/* Carousels (floodmaps info-panels) */
.panel .inner .panel-section .carousel {
margin-bottom: 30px;
}
.panel .inner .panel-section .carousel .carousel-indicators {
bottom: -30px;
margin-bottom: 0;
}
.panel .inner .panel-section .carousel .carousel-indicators li {
border: 1px solid #046e87;
}
.panel .inner .panel-section .carousel .carousel-indicators li.active {
background: #046e87;
}
.panel .inner .panel-section .carousel .carousel-inner h4 {
font-size: 20px;
font-weight: 400;
line-height: 1.2;
padding: 10px 15px;
}
.panel .inner .panel-section .carousel .carousel-inner .carousel-caption {
margin-bottom: 0;
bottom: 0;
}
.panel .inner .panel-section .carousel .carousel-control {
opacity: 0.9;
}
.panel .inner .panel-section .carousel .carousel-control span {
width: 30px;
height: 30px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-image: url('/static/floodmaps/img/icons/circle-chevron-down-white-fill.png');
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.panel .inner .panel-section .carousel .carousel-control.left {
background: linear-gradient(to right,rgba(3,90,111,.5) 0,rgba(0,0,0,.0001) 100%);
}
.panel .inner .panel-section .carousel .carousel-control.right {
background: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(3,90,111,.5) 100%);
}
.panel .inner .panel-section .carousel .carousel-control.left span {
left: 20px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.panel .inner .panel-section .carousel .carousel-control.right span {
right: 20px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.panel .inner .panel-section .carousel .carousel-control.left:hover span {
left: 15px;
}
.panel .inner .panel-section .carousel .carousel-control.right:hover span {
right: 15px;
}
.panel .inner .panel-section .carousel .carousel-control span:before {
display: none;
}

/* Active Layers Panel Badges */
.active-badge {
vertical-align: middle;
color: #ffffff;
background-color: #008856;
font-size: 13px;
margin-bottom: 4px;
border-radius: .25rem;
padding: .25em .4em;
}
.layer-badge{
color: #ffffff;
background-color: #008856;
font-size: 12px;
border-radius: .25rem;
padding: .25em .4em;
}

/* Settings panel */
#settings-panel {
min-height: 300px;
padding: 30px 15px;
}





/* Search panel */
/* Ol maps search style overrides */
#options-buttons {
border-bottom: 0px solid #046e87;
}

#gcd-container.ol-geocoder {
top: 208px;
left: -1px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
}
#gcd-container.ol-geocoder.active {
left: 449px;
}

#gcd-container.ol-geocoder .gcd-gl-control {
  width: 72px;
  height: 72px;
  background-color: rgba(242, 239, 233, 0);
  border-radius: 0px;
  padding: 0px;
  overflow: hidden;
  transition: width .2s, height .2s;
}
#gcd-container.ol-geocoder .gcd-gl-control.gcd-gl-expanded {
  width: 18.625em;
  height: 72px;
}
#gcd-container.ol-geocoder .gcd-gl-control .gcd-gl-btn {
  position: absolute;
  width: 71px;
  height: 71px;
  top: 0;
  left: 0;
  background-image: url('/static/floodmaps/img/icons/magnifier-long-green.png');
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center 30%;
  background-color: rgb(255, 255, 255) !important;
  border: 0px solid #006c85;
  border-right: 1px solid #006c85;
  border-bottom: 1px solid #006c85;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#gcd-container.ol-geocoder .gcd-gl-control .gcd-gl-btn:after {
  content: "Search";
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  color: #046e87;
  text-align: center;
  width: 100%;
}
#gcd-container.ol-geocoder .gcd-gl-control .gcd-gl-btn:hover {
box-shadow: inset 0 3px 6px -3px rgba(0,0,0,0.2), inset 0 -3px 6px -3px rgba(0,0,0,0.2);
}
#gcd-container.ol-geocoder .gcd-gl-control .gcd-gl-btn:focus {
outline: none;
}







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

  /* Map main */
  #map-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 67px; /* Header height */
  }

  /* Options buttons */
  #options-buttons {
  position: absolute;
  z-index: 80;
  left: 0;
  top: 67px; /* Header height */
  border-bottom: 1px solid #046e87;
  border-right: 1px solid #046e87;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }

  /* Options panel */
  #options-panel {
  position: absolute;
  z-index: 90;
  top: 67px; /* Header height */
  left: -450px;
  width: 450px;
  max-height: calc(100% - 67px); /* - Header height */
  background: #ffffff;
  border-bottom: 1px solid #046e87;
  border-right: 1px solid #046e87;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }

  /* Info panel */
  #info-panel {
  display: none;
  position: absolute;
  z-index: 90;
  top: 67px; /* Header height */
  right: -450px;
  width: 450px;
  max-height: calc(100% - 67px); /* - Header height */
  padding-bottom: 100px;
  background: #ffffff;
  border-bottom: 1px solid #046e87;
  border-left: 1px solid #046e87;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }
  .panel .inner {
  position: relative;
  display: none;
  width: 100%;
  max-height: calc(100vh - 68px - 70px);
  overflow-y: auto;
  overflow-x: hidden;
  }

  /* Search panel */
  /* Ol maps search style overrides */
  #options-buttons {
  border-bottom: 0px solid #046e87;
  }
  #gcd-container.ol-geocoder {
  top: 205px;
  left: -1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
  }

} /* end max-width 1500px */







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

  /* Map main */
  #map-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 56px; /* Header height */
  }
  #mobile-menu-underlay {
  display: block;
  z-index: 110; /* above options buttons button below options panels */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease 0.05s;
  -moz-transition: all 0.3s ease 0.05s;
  -ms-transition: all 0.3s ease 0.05s;
  transition: all 0.3s ease 0.05s;
  opacity: 0;
  visibility: hidden;
  }
  #mobile-menu-underlay.active {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  visibility: visible;
  }

  /* Options buttons */
  #options-buttons {
  position: absolute;
  z-index: 80;
  left: 0;
  top: 128px; /* Header height */
  border-bottom: 1px solid #046e87;
  border-right: 1px solid #046e87;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }
  #options-buttons.active {
  left: 0;
  }
  #options-buttons .options-button {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border-top: 1px solid #eee;
  }
  #options-buttons .options-button:first-of-type {
  border-top: none;
  }
  .options-button-bg {
  display: none;
  }

  /* Options panel */
  #options-panel {
  position: absolute;
  z-index: 120;
  top: 0;
  left: -400px;
  width: 400px;
  height: 100%;
  max-height: 100%;
  background: #ffffff;
  border-bottom: none;
  border-right: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }
  #options-panel.active {
  left: 0;
  box-shadow: 0px 0px 24px rgba(0,0,0,0.4);
  }

  /* Info panel */
  #info-panel {
  display: none;
  position: absolute;
  z-index: 120;
  top: 0;
  right: auto;
  left: -400px;
  width: 400px;
  height: 100%;
  max-height: 100%;
  padding-bottom: 100px;
  background: #ffffff;
  border-bottom: none;
  border-left: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }
  #info-panel:before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  }
  #info-panel.active {
  right: auto;
  left: 0;
  box-shadow: 0px 0px 24px rgba(0,0,0,0.4);
  }
  #info-panel > a.info-panel-button {
  display: none;
  }
  #info-panel .info-panel-header {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 56px;
  padding: 15px 15px;
  background: #046e87;
  }
  #info-panel .info-panel-header h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  padding-right: 50px;
  margin: 0;
  }
  /* added by RMG 04092020 */
  #info-panel .inner {
  max-height: calc(100vh - 69px - 70px - 56px);
  }
  #info-panel .info-panel-footer {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88px;
  padding: 15px;
  background: #f4f4f4;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  }

  #info-panel .info-panel-header .panel-close {
  position: absolute;
  top: 8px;
  right: 5px;
  }
  .panel .panel-tabs {
  position: relative;
  width: 100%;
  height: 56px;
  display: table;
  float: none;
  }
  .panel .panel-tabs a {
  position: relative;
  display: table-cell;
  float: none;
  width: 50%;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background: #046e87;
  }
  .panel .inner {
  position: relative;
  display: none;
  width: 100%;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  overflow-x: hidden;
  }
  .panel .inner .panel-section:last-of-type:after {
  display: block;
  }

  /* Search panel */
  /* Ol maps search style overrides */
  #gcd-container.ol-geocoder {
  top: 56px;
  left: -1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
  }
  #gcd-container.ol-geocoder.active {
  left: -1px;
  }
  #gcd-container.ol-geocoder .gcd-gl-control {
    width: 72px;
    height: 72px;
    background-color: rgba(242, 239, 233, 0);
    border-radius: 0px;
    padding: 0px;
    overflow: hidden;
    transition: width .2s, height .2s;
  }
  #gcd-container.ol-geocoder .gcd-gl-control.gcd-gl-expanded {
    width: 18.625em;
    height: 72px;
  }
  #gcd-container.ol-geocoder .gcd-gl-control .gcd-gl-btn {
    position: absolute;
    width: 71px;
    height: 71px;
    top: 0;
    left: 0;
    background-image: url('/static/floodmaps/img/icons/magnifier-long-green.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center 30%;
    background-color: rgb(255, 255, 255) !important;
    border: 0px solid #006c85;
    border-right: 1px solid #006c85;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #gcd-container.ol-geocoder .gcd-gl-control .gcd-gl-btn:after {
    content: "Search";
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    color: #046e87;
    text-align: center;
    width: 100%;
  }

} /* end max-width 1199px */






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

  /* Tour bar */
  #tour-map-bar p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  color: #006981;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-right: auto;
  }
  #tour-map-bar p.info-icon {
  position: relative;
  padding-left: 0px;
  }
  #tour-map-bar p.info-icon:before {
  display: none;
  }
  #tour-map-bar a {
  padding: 12px 15px;
  margin: 2px 0;
  }

} /* end max-width 991px */






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

  /* Options buttons */
  #options-buttons {
  position: absolute;
  z-index: 80;
  left: 0;
  top: 300px;
  border-top: 1px solid #046e87;
  border-bottom: 1px solid #046e87;
  border-right: 1px solid #046e87;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }
  #options-buttons .options-button {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  border-top: 1px solid #eee;
  }
  .options-button span {
  position: absolute;
  bottom: 7px;
  font-size: 10px;
  font-weight: 400;
  color: #046e87;
  text-align: center;
  width: 100%;
  }

  /* Options panel */
  #options-panel {
  position: absolute;
  z-index: 120;
  top: 0;
  left: -350px;
  width: 350px;
  max-width: 80%;
  height: 100%;
  max-height: 100%;
  background: #ffffff;
  border-bottom: none;
  border-right: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }

  /* Info panel */
  #info-panel {
  display: none;
  position: absolute;
  z-index: 120;
  top: 0;
  right: auto;
  left: -350px;
  width: 350px;
  max-width: 80%;
  height: 100%;
  max-height: 100%;
  padding-bottom: 100px;
  background: #ffffff;
  border-bottom: none;
  border-left: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }
  #info-panel .info-panel-footer {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88px;
  padding: 10px;
  background: #f4f4f4;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  }

  .panel .panel-tabs {
  position: relative;
  width: 100%;
  height: 56px;
  display: table;
  float: none;
  }
  .panel .panel-tabs a {
  position: relative;
  display: table-cell;
  float: none;
  width: 50%;
  padding: 14px 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
  background: #046e87;
  }
  .panel .inner .panel-section .panel-section-top a.expand-toggle {
  display: inline-block;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  padding: 20px 30px;
  padding-right: 50px;
  }
  .panel .inner .panel-section .panel-section-top a.expand-toggle:before {
  position: absolute;
  top: 22px;
  left: 15px;
  }
  .panel .inner .panel-section .panel-section-top .switch-button,
  .panel .inner .panel-section .panel-section-top .switch-button2 {
  position: absolute;
  top: 21px;
  right: 15px;
  }
  .panel .inner .panel-section .panel-section-main {
  display: none;
  padding-bottom: 20px;
  }
  .panel .inner .panel-section .panel-section-main .layer {
  display: block;
  padding: 15px 25px;
  border-bottom: 1px solid #f4f4f4;
  }
  /* Add layer panel */
  .panel .inner.add-layer-inner .panel-section {
  padding: 15px 15px;
  }
  .panel .inner.add-layer-inner .panel-section ul.layers-listing li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  color: #666666;
  padding: 10px 15px;
  padding-right: 55px;
  }
  .panel .inner.add-layer-inner .panel-section ul.layers-listing li a:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/static/floodmaps/img/icons/add-green.png');
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  }

  /* Info-listing (Info Panel) */
  .panel .inner .panel-section ul.info-listing li {
  display: block;
  padding-right: 50px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #666666;
  }

  /* Carousels (floodmaps info-panels) */
  .panel .inner .panel-section .carousel .carousel-inner h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 15px;
  }
  .panel .inner .panel-section .carousel .carousel-control span {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/static/floodmaps/img/icons/circle-chevron-down-white-fill.png');
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  }
  .panel .inner .panel-section .carousel .carousel-control.left span {
  left: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  }
  .panel .inner .panel-section .carousel .carousel-control.right span {
  right: 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  }

  /* Search panel */
  /* Ol maps search style overrides */
  #options-buttons {
  border-top: 0px solid #046e87;
  }
  #gcd-container.ol-geocoder {
  top: 238px;
  left: -1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
  }
  #gcd-container.ol-geocoder.active {
  left: -1px;
  }
  #gcd-container.ol-geocoder .gcd-gl-control {
    width: 62px;
    height: 62px;
    background-color: rgba(242, 239, 233, 0);
    border-radius: 0px;
    padding: 0px;
    overflow: hidden;
    transition: width .2s, height .2s;
  }
  #gcd-container.ol-geocoder .gcd-gl-control.gcd-gl-expanded {
    width: 18.625em;
    height: 72px;
  }
  #gcd-container.ol-geocoder .gcd-gl-control .gcd-gl-btn {
    position: absolute;
    width: 61px;
    height: 61px;
    top: 0;
    left: 0;
    background-image: url('/static/floodmaps/img/icons/magnifier-long-green.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center 30%;
    background-color: rgb(255, 255, 255) !important;
    border: 0px solid #006c85;
    border-top: 1px solid #006c85;
    border-right: 1px solid #006c85;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #gcd-container.ol-geocoder .gcd-gl-control .gcd-gl-btn:after {
    content: "Search";
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    color: #046e87;
    text-align: center;
    width: 100%;
  }
  #gcd-container.ol-geocoder .gcd-gl-input {
      position: absolute;
      z-index: 1;
      top: .1em;
      left: 62px;
      width: 16em;
      padding: 20px;
      border: 1px solid #ccc;
      font-family: inherit;
      font-size: .875em;
      background-color: #fff;
      color: #222
  }
  #gcd-container.ol-geocoder .gcd-gl-reset {
      position: absolute;
      z-index: 2;
      top: 12px;
      right: 15px;
      width: 1.5625em;
      height: 100%;
      line-height: 1.4;
      border: none;
      background-color: transparent;
      display: inline-block;
      outline: 0;
      cursor: pointer
  }

} /* end max-width 768px */






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

  /* Options buttons */
  #options-buttons {
  position: absolute;
  z-index: 80;
  left: 0;
  /* top: 250px; */
  top: 128px;
  border-top: 1px solid #046e87;
  border-bottom: 1px solid #046e87;
  border-right: 1px solid #046e87;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }

  /* Search panel */
  /* Ol maps search style overrides */
  #options-buttons {
  border-top: 0px solid #046e87;
  }
  #gcd-container.ol-geocoder {
  /*top: 188px;*/
  top: 66px;
  left: -1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.240, 1.135);
  }
  #gcd-container.ol-geocoder.active {
  left: -1px;
  }
  #gcd-container.ol-geocoder .gcd-gl-control {
    width: 62px;
    height: 62px;
    background-color: rgba(242, 239, 233, 0);
    border-radius: 0px;
    padding: 0px;
    overflow: hidden;
    transition: width .2s, height .2s;
  }
  #gcd-container.ol-geocoder .gcd-gl-control.gcd-gl-expanded {
    width: 18.625em;
    height: 72px;
  }
  #gcd-container.ol-geocoder .gcd-gl-control .gcd-gl-btn {
    position: absolute;
    width: 61px;
    height: 61px;
    top: 0;
    left: 0;
    background-image: url('/static/floodmaps/img/icons/magnifier-long-green.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center 30%;
    background-color: rgb(255, 255, 255) !important;
    border: 0px solid #006c85;
    border-top: 1px solid #006c85;
    border-right: 1px solid #006c85;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #gcd-container.ol-geocoder .gcd-gl-control .gcd-gl-btn:after {
    content: "Search";
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    color: #046e87;
    text-align: center;
    width: 100%;
  }
  #gcd-container.ol-geocoder .gcd-gl-input {
      position: absolute;
      z-index: 1;
      top: .1em;
      left: 62px;
      width: 16em;
      padding: 20px;
      border: 1px solid #ccc;
      font-family: inherit;
      font-size: .875em;
      background-color: #fff;
      color: #222
  }

} /* end max-width 450px */


/* Info button for info panel pop up headings where needed */        
.info-button-info-panel{
  position: absolute;
  top: 20%;
  right: 10px;
  background-size: 40%;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/static/floodmaps/img/icons/info-green.png);
}

/* More info style for info panels */
.more-info {
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
}

/* Info panels button spacing */
#info-panel .inner .panel-section-main a.btn {
  margin-bottom: 20px;
  margin-right: 5px;
}

/* Stops modal button turnong grey on click in info panel of floodplans */
.btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
  color: #ffffff;
  background-color: #00586c;
  border-color: #006c85;
}

/* Gives list in modals a dot at start */      
div.modal-body > ul > li{
  position: relative;
  list-style-type: disc;        
}
