/* line 5, ../../../../../.rvm/gems/ruby-2.2.1@sml-middleman/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../.rvm/gems/ruby-2.2.1@sml-middleman/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../.rvm/gems/ruby-2.2.1@sml-middleman/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../.rvm/gems/ruby-2.2.1@sml-middleman/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../.rvm/gems/ruby-2.2.1@sml-middleman/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../.rvm/gems/ruby-2.2.1@sml-middleman/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../.rvm/gems/ruby-2.2.1@sml-middleman/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../.rvm/gems/ruby-2.2.1@sml-middleman/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../.rvm/gems/ruby-2.2.1@sml-middleman/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'Lyon Text Web';
  src: url("../fonts/LyonText-Regular-Web.eot");
  src: url("../fonts/LyonText-Regular-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/LyonText-Regular-Web.woff2") format("woff2"), url("../fonts/LyonText-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
/* line 15, site.css.scss */
.LyonText-Regular-Web {
  font-family: 'Lyon Text Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Lyon Text Web';
  src: url("../fonts/LyonText-RegularItalic-Web.eot");
  src: url("../fonts/LyonText-RegularItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/LyonText-RegularItalic-Web.woff2") format("woff2"), url("../fonts/LyonText-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }
/* line 32, site.css.scss */
.LyonText-RegularItalic-Web {
  font-family: 'Lyon Text Web';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

/* line 47, site.css.scss */
html,
body {
  height: 100%; }

/* line 52, site.css.scss */
body {
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 30px; }

/* line 58, site.css.scss */
.map {
  height: calc(100vh - 30px);
  margin-left: 270px;
  -webkit-box-shadow: 0px 0px 17px 9px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 0px 17px 9px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 0px 17px 9px rgba(0, 0, 0, 0.59); }

/* line 65, site.css.scss */
strong {
  font-weight: bold; }

/* line 69, site.css.scss */
.icon {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  margin: 0;
  text-align: center; }

/* line 76, site.css.scss */
.hexagon {
  background: transparent url(../img/hexagon.svg) no-repeat scroll top left; }

/* line 81, site.css.scss */
.header {
  box-sizing: border-box;
  background-color: #000;
  height: 30px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  color: #fff;
  font-family: 'Lyon Text Web';
  font-size: 18px;
  padding-top: 7px;
  text-align: center;
  text-transform: uppercase; }

/* line 98, site.css.scss */
.sidebar-left {
  box-sizing: border-box;
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 270px;
  -webkit-box-shadow: 0px 0px 17px 9px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 0px 17px 9px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 0px 17px 9px rgba(0, 0, 0, 0.59); }

/* line 110, site.css.scss */
.sidebar-right {
  box-sizing: border-box;
  background-color: #fff;
  height: 100%;
  right: 0;
  position: fixed;
  top: 0;
  width: 270px; }

/* line 122, site.css.scss */
#startoverlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* line 130, site.css.scss */
.marker {
  display: none; }

/* line 134, site.css.scss */
.marker-support,
.marker-price {
  box-sizing: border-box;
  color: #fff;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  padding-top: 1px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
  text-transform: uppercase; }

/* line 149, site.css.scss */
.marker-support {
  background-color: #f00; }

/* line 153, site.css.scss */
.marker-price {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  width: 200px; }
  /* line 159, site.css.scss */
  .marker-price span {
    background-color: #000;
    padding-left: 6px;
    padding-right: 6px; }

/* line 166, site.css.scss */
.marker-tag {
  background: transparent url(../img/hexagon.svg) no-repeat scroll top left;
  background-size: 60px 60px;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Lyon Text Web';
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  padding-top: 20px;
  text-align: center;
  width: 60px; }
