@font-face {
  font-family: 'stm_montreal';
  src: url('fonts/stmmontreal_regular-webfont.eot');
  src: url('fonts/stmmontreal_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/stmmontreal_regular-webfont.woff') format('woff'), url('fonts/stmmontreal_regular-webfont.ttf') format('truetype'), url('fonts/stmmontreal_regular-webfont.svg#stm_montrealregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'stm_montreal';
  src: url('fonts/stmmontreal_bold-webfont.eot');
  src: url('fonts/stmmontreal_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/stmmontreal_bold-webfont.woff') format('woff'), url('fonts/stmmontreal_bold-webfont.ttf') format('truetype'), url('fonts/stmmontreal_bold-webfont.svg#stm_montrealbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
body ::-webkit-scrollbar {
  -webkit-appearance: none !important;
  width: 11px !important;
  height: 11px !important;
}
body ::-webkit-scrollbar {
  border-radius: 8px !important;
  border: 4px solid white !important;
  background-color: rgba(211, 211, 211, 0.3) !important;
}
body ::-webkit-scrollbar-thumb {
  border-radius: 8px !important;
  border: 2px solid white !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
body ::-webkit-scrollbar:hover,
body ::-webkit-scrollbar:focus {
  background-color: rgba(211, 211, 211, 0.6) !important;
}
body ::-webkit-scrollbar:active {
  background-color: rgba(211, 211, 211, 0.8) !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus,
iframe:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
*:hover,
*:focus,
*:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
