/* CORPORATE LOCATIONS MAP STYLE

Orange - #ff5722
Dark Grey - #575759 

*/

html, body, ul, ol, li, p, div, span, a, img, h1, h2, h3, em, input, input[type="text"], input[type="submit"], form, fieldset, blockquote, select, option, textarea, table, th, td {
	margin: 0;
	padding: 0;
	border: 0;

	color: #000;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
  height: 87%;
  margin-top: 100px;
  background-color: #000000;
}
/* Optional: Makes the sample page fill the window. */
html {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
}
.cont {
  height: 100%;
  width: 100%;
}
.panel {
  height: 100%;
  width: 100%;
  background-color: #000000;
}

body {
	font-size: 100.1%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

a {
  color: grey !important;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	zoom: 1;
}
div.spacer {
	clear: both;
	height: 0px;
}

#header {
	background-color: #000000;
  padding: 18px 25px 12px 25px;
}

h1 {
  font-size: 24px !important;
  font-weight: bold;
  color: #ff5722;
}
h2 {
  font-size: 24px !important;
  color: white;
}
h3 {
  font-size: 14px !important;
  color: white;
  line-height: normal !important;
  padding: 0px !important;
  margin: 4px 0 0 0px !important;
}
.logo {
  align-content: flex-end;
  vertical-align: bottom;
  float: right;
  padding: 0px 0 0 0px;
  margin: 0 0 0 8px;
}
.line {
  border-left: #B5B3B3 thin solid;
  padding: 8px 8px 8px 20px;
  margin: 0 0 0 0;
  align-content: flex-end;
  float: right;
  height: 60px;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
  #header {
    padding: 18px 25px 0px 25px;
  }
  h1 {
    font-size: 14px !important;
  }
  h2 {
    font-size: 14px !important;
  }
  h3 {
    /* font-size: 14px !important;
    padding: 20px 0 20px 0; */
    display: none;
  }
  .line {
    border-left: #B5B3B3 0px solid;
    padding: 6px 0 0px 0px !important;
    margin: 0px 12px 0px 0;
    float:  left;
    height: 40px;
  }
  .line a {
    word-break: break-all; 
  }

}



/* INFO WINDOW */
#siteNotice {
	width: 280px;
  padding: 0 0 20px 0;
}
.date {
	font-size: 13px;
	font-weight: normal;
	color: #999999;
  position: absolute;
  bottom: -5px;
  display: block;
}
#siteNotice h2 {
	font-size: 16px !important;
	font-weight: bold;
	color: #333333;
	margin: 0 0 10px 0;
}
#siteNotice h2.recommended {
	font-size: 16px !important;
	font-weight: bold;
	color: #ff5722;
	margin: 0 0 10px 0;
}
#siteNotice .box_rec {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #feefdd;
	padding: 6px 8px 6px 8px;
	margin: 8px 0 8px 0;
}
#siteNotice .box_rec h1 {
	font-size: 13px !important;
	font-weight: bold;
	color: #ff5722;
	padding: 0px 0px 0px 0px;
}
#siteNotice .box_gry {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #dddddf;
	padding: 6px 8px 6px 8px;
	margin: 8px 0 8px 0;
}
#siteNotice .box_gry h1 {
	font-size: 14px;
	font-weight: bold;
	color: #58585a;
	padding: 0px 0px 10px 0px;
}
#siteNotice .box_rec h2, .box_gry h2 {
	font-size: 13px !important;
	font-weight: normal;
	color: #000000;
	padding: 10px 0px 0px 0px;
}
#siteNotice h3 {
	font-size: 13px !important;
	font-weight: normal;
	color: #ff5722;
	padding: 0px 0px 0px 0px;
}
#siteNotice p {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding: 6px 0 6px 0;
}
#siteNotice .img_sv {
	float: right;
	margin: 35px 0 0 0;
}
#siteNotice a {
	font-size: 13px;
	font-weight: normal;
	color: #333333;

}
#siteNotice a.strong {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
  padding: 0px;
  margin: 0;
  text-decoration: underline;

}
#siteNotice a.link {
	font-size: 13px !important;
	font-weight: 400;
	color: #333333;
  padding: 10px 0 10px 0;
  margin: 0;
  display: block;
  text-decoration: underline;
}