html, body, #mapHolder {
	margin: 0;
	width: 100%;
	height: 100%;
}
body {
	font: 100% 'Roboto', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../img/bg.png) top left repeat-x #fcfcfc;
	color: #333;
  	line-height: 1.42;
}
.mapbg {
	background: url('../img/lines.jpg');
	background-size: cover;
        background-repeat: repeat-y;
}


#internal {
	background: #222224;
}

.icon {
  width: 20px;
	height: 20px;
}

.icon-left {
	float: left;
}
.icon-right {
	float: right;
}
.fire_ico {
	background: url('../img/fire-icon-30px.png') center center no-repeat;
	background-size: 15px 15px;
}
.flood_ico {
	background: url('../img/water-icon-30px.png') center center no-repeat;
	background-size: 15px 15px;
}
.nocat_ico {
	background: url('../img/nocat_icon.png') center center no-repeat;
	background-size: 15px 15px;
}

.updn_indicator {
    background: url("../img/dropdown-white.png") center center no-repeat;
    background-size: cover;
    margin-top: 12px;
		opacity: 0.5;
}
.top-selected > .updn_indicator {
		background: url("../img/dropup-white.png") center center no-repeat;
		background-size: cover;
		margin-top: 12px;
		opacity: 0.5;
}


/* ============ main divs ============ */

.olImageLoadError {
	background: none!important;
	text-indent: -999em!important;
	content: none!important;
}
#main {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	min-height: 252px;
	bottom: 0;
	top: 0;
}

#main-inner {
	margin: 0;
	/* position: absolute;
	left: 0;
	right: 0; */
	height: 70px;
	/* top: 0; */
	background: url(../img/bg.png) 0 0 repeat-x #fcfcfc;
	/* position: fixed; */


}

#inner {
	background: #fcfcfc;
	padding: 10px 15px 15px 15px;
	min-height: 550px;
	text-shadow: 0px 1px 0px rgb(255, 255, 255);

}

#top {
	height: 64px;
	overflow: hidden;
	margin: 0;
	position: absolute;
	z-index: 98;
	background-color: #111;
}

#footer {
	padding: 10px;
	text-align: center;
	color: rgb(170, 170, 170);
	text-shadow: 0px 1px 0px rgb(44, 44, 44);
}
/*
#landgate-logo {
	background: url(../img/landgate-logo-black-text (1).png) 0 0 no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 150px;
	height: 60px;
	float: left;
	overflow: hidden;
}
*/
#landgate_logo {
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: 125px;
  height: 70px;
/*  border: 1px solid red; */
  z-index: 99;
  background: url('../img/landgate-logo-black-text.png') no-repeat;
}

#areyouready_logo {
  background: url('../img/areyouready.jpg') no-repeat center center;
/*  position: absolute;
  bottom: 5px;
  left: 0;
*/
  z-index: 1000;
  width: 100%;
  height: 140px;
}

#logo {
	width: 239px;
	position: relative;
	left: 0px;
	height: 60px;
	float: left;
	overflow: hidden;
	/* background: url(../img/fwlogo3.png) 10px 11px no-repeat;*/
 background: url(../img/myFirewatch-logo.png) 10px 11px no-repeat;
	top: 0;
}

#logos {
	position: absolute;
	z-index: 99999;
	overflow: hidden;
	background: url(../img/logo-mob.png) 0 0 no-repeat;
	width: 58px;
	height: 32px;
	left: 139px;
	top: 20px;
}

#map, #content {
	position: absolute;
	top: 124px;
	bottom: 0;
	left: 236px;
	right: 0;
	background: #dfdfdf;
}

#map {
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}

.resize {
	left: 0!important;
}

#nav {
    width: 235px;
    padding: 0 0 0 10px;
    float: left;
    min-height: 100px;
    bottom: 0;
    position: absolute;
    z-index: 99!important;
    left: 0;
    top: 124px;
    /* border-top: 1px solid #c1c1c1; */
    /* border-right: 1px solid #c1c1c1; */
    background-color: #fcfcfc;
    padding-bottom: 10px;
}
#bar {
	height: 40px;
	overflow: hidden;
	margin: 34px 0 9px 0;
	width: 100%;
}

#content, #content-int {
	background: #fff;
	border-left: 0;
	border-right: 0;
}
#content-int {
	margin: 103px 15px 0 15px;
	border-top: 1px solid #999;
}
#load {
	position: absolute;
	z-index: 98;
	left: 50%;
	top: 50%;
	margin: 86px 0 0 75px;
	width: 32px;
	height: 32px;
	background: url(../img/load.gif) top right no-repeat;
	display: none;
}

#beta {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../img/beta.png) top right no-repeat;
}

/* ============ font styles ============ */

h1 {
	font-size: 28px;
	color: #111;
	text-shadow: #fff 1px 1px 1px;
}
a {
	color: #295fb6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

/* ============ specific IDs/classes ============ */

.hide2 {
	display: none;
}
#top #logo h1 {
	text-indent: -999em;
	font-size: 0px;
}
#inner p, #inner li, #inner td, #inner h2, #inner h3 {
	max-width: 100%;
}

#inner h2 {
	font-weight: 400;
	font-size: 25px;
}

#inner h3 {
	font-weight: 400;
	font-size: 21px;
}

#content h2 {
	margin: 10px 0;
}
#content p {
	margin: 0 0 10px 0;
}
#content a {
	color: #000;
	font-weight: bold;
}
#top p {
	color: #fff;
	font-size: 14px;
}
#footer p {
	margin: 0;
	font-size: 0.8em;
}

#footer a {
	text-decoration: none;
	color: rgb(170, 170, 170);
}

#footer a:hover {
	text-decoration: underline;
	color: #ff8c2f!important;
}

#footer .sel {
	color: #ff8c2f!important;
}

.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
}

#bar p {
	color: #fff;
	text-align: left;
	float: left;
	font-size: 0.9em!important;
	margin: 14px 0 0 22px;
}

.clear {
	clear: both;
}
img.right, img.left {
	padding: 4px;
	border: 1px solid #000;
}
img.right {
	margin: 0 0 4px 4px;
}
img.left {
	margin: 0 4px 4px 0;
}
.current {
	text-decoration: underline!important;
}

#logo a, #logos a {
	display: block;
	width: 100%;
	height: 65px;
}

.big {
	font-size: 130%;
}

.olControlScaleLine {
	padding-bottom: 12px!important;
}

.nolist {
	list-style: none;
	padding-left: 0;
}

.nolist li {
	clear: both;
}

.nolist img {
	float: left;
	margin: 0 5px 0 0;
}

/* -------------- Overwrite popup default styles -------------- */

#chicken {
	border: 0;
	background: #121212;
	border-radius: 5px;
	overflow: hidden!important;
	width: 300px!important;
	height: 200px!important;
}

#chicken_GroupDiv {
	background: none!important;
	width: 300px!important;
	height: 200px!important;
}

#chicken_contentDiv {
	top: 11px!important;
	left: 11px!important;
	height: 200px!important;
	max-width: 300px!important;
	overflow: hidden!important;z-index: 999;
}

#chicken a, #chicken p {
	color:  #fff;
	margin: 0;
}


#chicken_FrameDecorationDiv_4, #chicken_FrameDecorationDiv_2, #chicken_FrameDecorationDiv_3, #chicken_FrameDecorationDiv_1, #chicken_FrameDecorationImg_2, #chicken_FrameDecorationImg_3, #chicken_FrameDecorationImg_1, #chicken_FrameDecorationImg_0 {
	display: none!important;
	background: none!important;
}

#chicken_close {
	top: 5px!important;
	right: 5px!important;
	background: url(../img/close.png) 0 0 no-repeat!important;
}

#chicken table {
	font-size: 13px;
	color: #fff;
	width: 280px;
	margin: 0!important;
	overflow: hidden!important;
}

#chicken table td {
	height: 15px!important;
}

#chicken tbody {
	vertical-align: top!important;
}

#chicken table a {
	color: #fff;
	font-size: 13px!important;
	text-decoration: underline;
}

#chicken table a:hover {
	text-decoration: none;
}

#chicken h4 {
	color:  #fff;
	margin: 0;
}

.mob-page {
	display: none;
}

#skip {
	font-size: 0;
	color: #111;
	text-indent: -999em;
	position: absolute;
	top: -999px;
}

/* -------------- Smaller screens -------------- */

 @media (max-width: 840px) {

#load {
	margin: -16px 0 0 -16px;
}

#main {
	min-height: 300px;
	top: 0;
}

.inner {
	height: auto;
}

#inner {
	margin-top: 55px;

}

#main-inner {
	background: url(../img/bg.png) 0 -10px repeat-x #fcfcfc;
	height: 54px;
}

.internal {
	width: 95%!important;
}


body {
	width: 100%;
	height: 100%;
}


#map, #content {
	left: 0;
	right: 0;
	bottom: 0;
	top: 54px;
	border: 0;
}

#content {
	padding: 0 3px;
	border-top: 1px solid #000;
}

#map {
	border-top: 1px solid #000;
	bottom: 0;
}
#top {
	margin: 0;
	padding: 0;
	height: 54px !important;
	position: absolute;
	border: 0;
	width: 100%;
}

#landgate-logo {
	display: none;
}

#logo {
	width: 205px;
	left: 1px;
	background: url(../img/myFirewatch-logo-mobile.png) 5px 2px no-repeat;
}

#landgate_logo {
  width: 62px;
  height: 35px;
/*  border: 1px solid red; */
  z-index: 99;
  background: url('../img/landgate-logo-black-text-small.png') no-repeat;
}

.show {
	display: block!important;
}

#jstwitter, #tc {
	overflow: visible;
	height: auto;
}

a#back {
	display: block;
	margin: 2em auto;
	width: 80%;
	height: 3em;
	line-height: 3em;
	color: #fff;
	border-radius: 7px;
	text-align: center;
	font-size: 18px;
}

a#back:hover, a#back:active {
	text-decoration: none;
}
.hide2 {
	display: inline;
}

#logo a {
	width: 100%;
}

}

 @media (max-width: 480px) {

#logo {
	 background: url(../img/myFirewatch-logo-mobile.png) 4px 2px no-repeat;
}

}

/* styles for disclaimer button */
div.disclaimerbox {
	border: 2px solid black;
	padding: 5px;
	font-size: 1.3em;
}


.dcDisclaimerButtonItemInactive:after,
.dcDisclaimerButtonItemActive:after {
  content: "Not to be used for the preservation of life or property. Click for more info.";
  }

#dcPanel {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 5px;
}

#dcPanel, #dcButton {
   display: block;
	/*	display: none; */
    margin: 1px;
    color: white;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: bold;
		font-size: 1.2em;
    text-decoration: none;
    text-align: center;
    background: #FF0000; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(255, 0, 0, 0.5);
    filter: alpha(opacity=80);
		cursor: pointer;
}

div.olControlPanel, .olButton:hover {
    background: #130085; /* fallback for IE */
    background: rgba(176, 26, 26, 0.7);
    filter: alpha(opacity=100);
}
@media only screen and (max-width: 600px) {
div.olControlPanel, .olButton:hover  {
        background: rgba(176, 26, 26, 0.5);
    }
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#warning_modal {
  width: 600px;
	padding: 30px;
  display:none;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}

.warning_close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 14px;
	height: 14px;
	font-size: 14px;
	z-index: 2;
	cursor: pointer;
}

* { box-sizing: border-box; }

#internal {
  height: auto;
  overflow: auto;
  min-height: 100%;
  position: relative;
  background-color: #FFF;
}
/* #inner {
  margin-top: 0;
} */
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #111;
}

  /* Windy map */

#windyMap {
	position: absolute;
	z-index: 1;
	pointer-events: none;
  }

  div.fill {
	width: 100%;
	height: 100%;
  }

  #windMetaMob {
	color: white;
	padding-left: 40px;
  }

  /* Info popup box */
  .infoBoxHolder {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: flex;
	flex-direction: column;
	z-index: 100;
	visibility: hidden;
	transform: translateX(-50%);
  }
  
  .infoBox {
  background-color: #121212;
  font-size: 12px;
  color: #ffffff;
  transition: all 1s;
  max-height: 0px;
  display: flex;
  justify-content: center;
}

#windBox {
z-index: 101;
margin-top: 2px;
}

@media only screen and (min-width: 600px) {
	#windBox {
		width: 260px;
	}
}

.infoBox a {
color: white;
text-decoration: underline;
}


.infoBox.slideOut {
	visibility: visible;
	max-height: 200px;
}

.infoBoxContainer {
	padding: 8px;
}

.infoBoxHeader {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 2px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
}


.infoCross {
	margin-left: 5px;
	  width: 12px;
	  height: 12px;
	  background-color: #303030;
	  color: white;
	}
	
.infoCross:hover {
cursor: pointer;
background-color: #1f1f1f;
}

.windNavLabel {
	font-size:12px;
	padding-left: 25px;
}

@media (max-width: 648px) {
	.infoBoxHolder {
	width: 100%;
	}

	.infoBoxContent {
		font-size: 150%;	
	}
	.infoCross {
	width: 18px;
	height: 18px;
	}

	.windNavLabel {
		padding-left: 0px;
	}
}

.bom-attr {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 209px;
	height: 39px;
	background-image: url('../img/bom_attr.png');
	background-repeat: no-repeat;
	z-index: 10;
	visibility: hidden;
}

#fdr-legend img {
	width: 100%;
	padding:5px;
}

#fdr-legend {
	position: absolute;
	bottom: 50px;
	left: 10px;
	width: 360px;
	z-index: 10;
	visibility: hidden;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 840px) {
	#fdr-legend {
		width: 300px;
	}
}

#fdr-legend-close-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
}

#fdr-legend-text {
	width: 100%;
	color: black;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

#fdr-legend-close {
	height: 18px;
    width: 18px;
    justify-content: center;
    display: flex;
    align-items: center;
	cursor:pointer;
}

#fdr-legend-close:after{
	font-size: 20px;
	display: inline-block;
	content: "\00d7"; /* This will render the 'X' */
	font-weight: bold;

  }