@font-face {
  font-family: "Benton-Sans";
  src: url("https://graphics.suntimes.com/the-grid/greektown/font/benton.eot");
  src: url("https://graphics.suntimes.com/the-grid/greektown/font/benton.eot") format("embedded-opentype"), url("https://graphics.suntimes.com/the-grid/greektown/font/benton.woff") format("woff"), url("https://graphics.suntimes.com/the-grid/greektown/font/benton.ttf") format("truetype");
  font-style: normal;
  font-weight: 900; }

@font-face {
  font-family: "Benton-Medium";
  src: url("https://graphics.suntimes.com/the-grid/greektown/font/benton-sans-comp-medium.eot");
  src: url("https://graphics.suntimes.com/the-grid/greektown/font/benton-sans-comp-medium.eot") format("embedded-opentype"), url("https://graphics.suntimes.com/the-grid/greektown/font/benton-sans-comp-medium.woff") format("woff"), url("https://graphics.suntimes.com/the-grid/greektown/font/benton-sans-comp-medium.ttf") format("truetype");
  font-style: normal; }

html, body {
  margin: 0 auto;
  padding: 0;
  color: #2e2925;
  font-size: 16px;
  background-color: #e2e2e2;
  padding: 0;
  font-family: Georgia,"Times New Roman",Times,serif; }

a {
  color: #0073a3;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

em {
  line-height: 20px; }

/*BUTTONS*/
.button {
  float: left;
  padding: 5px;
  margin: 2px;
  height: 16px;
  font-family: "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  width: 70px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: #b9b9b9 solid 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #fff; }

.button.active {
  background-color: #D74248; }

.button.active:hover {
  background-color: #6E2761; }

.button:hover {
  background-color: #6E2761;
  color: #f9f9f9; }

.placename {
  font-family: "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  min-width: 150px;
  font-size: 1.4em;
  text-align: left;
  line-height: 1.2em; }

.hidden {
  display: none; }

#dots {
  position: fixed;
  top: 10px;
  width: 98%;
  max-width: 320px;
  padding: 5px;
  right: 1%;
  height: 40px;
  z-index: 9999;
  background: #f9f9f9;
  border: 1px solid #a9a9a9;
  opacity: 0.9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-family: "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px; }

#dots h3 {
  margin: 1px 0; }

#dots img {
  vertical-align: middle; }

.popup h3.gridpop {
  border-bottom: 2px solid #009444; }

@media only screen and (min-width: 100px) and (max-width: 400px) {
  #dots {
    width: 90%;
    max-width: 360px;
    right: 5%; } }