@charset "utf-8";
/* CSS Document */
*,*:before,*:after{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#googlemap {
	box-sizing: border-box;
	position: absolute;
	top: 400px;
	left: 577px;
	width: 1380px;
	font-weight: 100;
	z-index: 1;
	font-size: 38px;
	color: #000;
	font-family: inherit;
	height: 1080px;
	text-align: center;
  display: block;

}


#googlemap-traffic,#cta-train-traffic,#cta-bus-traffic,#metra-train-traffic {
	box-sizing: border-box;
	position: absolute;
	top: 139px;
	left: 300px;
	width: 1277px;
	height: 755px;
	font-weight: 100;
	z-index: 1;
	font-size: 38px;
	color: #000;
  	font-family: inherit;
	text-align: center;
}
.view-link {

display:none !important;

}
.gm-style .gm-style-iw{
  font-size: 1.5rem !important;
}
.poi-info-window *{
  font-size: 1.5rem !important;
}
.gm-style > div.gm-style-cc a{
  display: none !important;
}
.gm-style > div.gmnoprint.gm-style-cc{
  /*display: none !important;*/
}
.gm-style > div:nth-child(2) > a{
display: none !important;
}
#no-link {
	position: absolute;
	top: 810px;
	left: 285px;
	width: 200px;
	height: 100px;
	background-color: transparent;
	z-index: 10;
}
[title="Click to recenter the map"], .gmnoprint, .gm-style-cc {
	display: none;
}
[aria-label="Map"], [aria-roledescription="map"], [role="group"]  {
	touch-action: none !important;
	cursor: default !important;
}