/* line 33, ../sass/base.scss */
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  /* line 33, ../sass/base.scss */
  body, html {
    position: relative;
  }
}

/* line 44, ../sass/base.scss */
ul {
  margin: 0;
  padding: 0;
}

/* line 49, ../sass/base.scss */
img {
  border: 0;
}

/* line 53, ../sass/base.scss */
#map {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 100%;
  z-index: 0;
}
/* line 62, ../sass/base.scss */
.topbar-hidden #map {
  top: 0;
}
@media only screen and (max-width: 480px) {
  /* line 53, ../sass/base.scss */
  #map {
    top: 50px;
  }
}
/* line 68, ../sass/base.scss */
#map.outlined-frame {
  border: 2px solid #009afd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 76, ../sass/base.scss */
#user-content-wrapper {
  box-shadow: 1px 0px 3px 0 rgba(0, 0, 0, 0.5);
  z-index: 100;
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 0;
  width: 350px;
}
/* line 85, ../sass/base.scss */
.topbar-hidden #user-content-wrapper {
  top: 0;
}
@media only screen and (max-width: 480px) {
  /* line 76, ../sass/base.scss */
  #user-content-wrapper {
    width: 90%;
    top: 0;
    box-shadow: none;
    display: none;
    z-index: 100;
  }
}
@media only screen and (max-width: 480px) {
  /* line 95, ../sass/base.scss */
  #user-content-wrapper.collapsed {
    bottom: auto;
    width: 320px;
    height: 50px;
  }
}

/* line 104, ../sass/base.scss */
#header-content {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  /* line 104, ../sass/base.scss */
  #header-content {
    display: none;
  }
}

/* line 111, ../sass/base.scss */
#sall {
  width: 90px;
  float: right;
  clear: both;
  margin: 5px 15px 5px 0;
  text-align: center;
}

/* line 119, ../sass/base.scss */
#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
}
@media only screen and (max-width: 480px) {
  /* line 119, ../sass/base.scss */
  #footer {
    display: none;
  }
}
/* line 128, ../sass/base.scss */
#footer #footer-logo {
  line-height: 24px;
  width: 100%;
  height: 24px;
  overflow: hidden;
  text-align: center;
  background-color: #E5E5E5;
  position: relative;
}
/* line 136, ../sass/base.scss */
#footer #footer-logo img {
  padding: 4px 0px 2px 0px;
}
/* line 140, ../sass/base.scss */
#footer #footer-content {
  text-align: center;
}
/* line 142, ../sass/base.scss */
#footer #footer-content .sm-icon {
  width: 30px;
}

/* line 149, ../sass/base.scss */
#content-bar-subcontent {
  display: none;
  background: #f5f5f5;
  margin: 3px 0;
  width: 100%;
  float: left;
}
/* line 155, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-inner {
  background: #f5f5f5;
}
/* line 157, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-inner ul {
  background: #f5f5f5;
}
/* line 161, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-close {
  display: inline-block;
  height: 17px;
  width: 17px;
  line-height: 17px;
  cursor: pointer;
  padding: 5px;
  text-align: center;
  background: #ddd;
  font-size: 17px;
}
/* line 171, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-close:hover {
  background: #363636;
  color: #ffffff;
}
/* line 176, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-search-term {
  display: inline-block;
  height: 17px;
  line-height: 17px;
  padding-left: 5px;
}
/* line 181, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-search-term .search-term {
  font-weight: bold;
}

/* line 187, ../sass/base.scss */
#sidebar-header {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  /* line 187, ../sass/base.scss */
  #sidebar-header {
    left: 340px;
  }
}

/* line 197, ../sass/base.scss */
#my-location {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #69f;
  opacity: .8;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 40px;
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 480px) {
  /* line 197, ../sass/base.scss */
  #my-location {
    display: block;
  }
}

/* line 219, ../sass/base.scss */
.tour-active #my-location {
  bottom: 48px;
}

/* line 225, ../sass/base.scss */
.balloon-collapsed #my-location {
  bottom: 75px;
}

/* line 231, ../sass/base.scss */
.tour-active.balloon-collapsed #my-location {
  bottom: 105px;
}

/* line 236, ../sass/base.scss */
#load-screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
  display: none;
}
/* line 245, ../sass/base.scss */
#load-screen div {
  display: table-cell;
  vertical-align: middle;
}
/* line 248, ../sass/base.scss */
#load-screen div .logo {
  padding-bottom: 28px;
  width: 80%;
}

/* line 260, ../sass/base.scss */
.tvt-colorbox #cboxLoadedContent {
  margin-bottom: 0;
}
/* line 263, ../sass/base.scss */
.tvt-colorbox #cboxClose {
  top: 0;
}
/* line 266, ../sass/base.scss */
.tvt-colorbox #cboxMiddleLeft,
.tvt-colorbox #cboxMiddleRight {
  width: 14px !important;
}
/* line 270, ../sass/base.scss */
.tvt-colorbox #cboxTopCenter,
.tvt-colorbox #cboxBottomCenter {
  height: 14px !important;
}
/* line 274, ../sass/base.scss */
.tvt-colorbox #cboxBottomCenter {
  background-position-y: -36px;
}
/* line 277, ../sass/base.scss */
.tvt-colorbox #cboxTopLeft,
.tvt-colorbox #cboxTopRight,
.tvt-colorbox #cboxBottomLeft,
.tvt-colorbox #cboxBottomRight {
  width: 14px;
  height: 14px;
}
/* line 284, ../sass/base.scss */
.tvt-colorbox #cboxBottomRight {
  background-position: -136px -36px;
}
/* line 287, ../sass/base.scss */
.tvt-colorbox #cboxBottomLeft {
  background-position: -101px -36px;
}
/* line 291, ../sass/base.scss */
.tvt-colorbox #header-text h1 {
  color: #630;
  font-size: 22px;
}
/* line 296, ../sass/base.scss */
.tvt-colorbox #tvt-wrapper {
  font-family: 'Trebuchet MS', 'Georgia', serif;
  font-size: 14px;
}

/* line 307, ../sass/base.scss */
.kba-colorbox #cboxLoadedContent {
  margin-bottom: 0;
}
/* line 310, ../sass/base.scss */
.kba-colorbox #cboxClose {
  top: 0;
  outline: none;
}
/* line 314, ../sass/base.scss */
.kba-colorbox #cboxMiddleLeft,
.kba-colorbox #cboxMiddleRight {
  width: 14px !important;
}
/* line 318, ../sass/base.scss */
.kba-colorbox #cboxTopCenter,
.kba-colorbox #cboxBottomCenter {
  height: 14px !important;
}
/* line 322, ../sass/base.scss */
.kba-colorbox #cboxBottomCenter {
  background-position-y: -36px;
}
/* line 325, ../sass/base.scss */
.kba-colorbox #cboxTopLeft,
.kba-colorbox #cboxTopRight,
.kba-colorbox #cboxBottomLeft,
.kba-colorbox #cboxBottomRight {
  width: 14px;
  height: 14px;
}
/* line 332, ../sass/base.scss */
.kba-colorbox #cboxBottomRight {
  background-position: -136px -36px;
}
/* line 335, ../sass/base.scss */
.kba-colorbox #cboxBottomLeft {
  background-position: -101px -36px;
}
/* line 338, ../sass/base.scss */
.kba-colorbox .kba-content {
  margin: 0px 10px;
}
/* line 340, ../sass/base.scss */
.kba-colorbox .kba-content ul {
  margin-left: 10px;
}
/* line 344, ../sass/base.scss */
.kba-colorbox .kba-header {
  margin: 10px;
}
/* line 346, ../sass/base.scss */
.kba-colorbox .kba-header h1 {
  color: #630;
  font-size: 22px;
}
/* line 351, ../sass/base.scss */
.kba-colorbox .kba-footer {
  text-align: center;
  height: 26px;
  margin-top: 10px;
  padding: 4px 10px;
  width: 100%;
  float: left;
  border-top: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  margin-top: 10px;
}
/* line 365, ../sass/base.scss */
.kba-colorbox .kba-wrapper {
  font-family: 'Trebuchet MS', 'Georgia', serif;
  font-size: 14px;
  width: 400px;
  position: relative;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  float: left;
  overflow: hidden;
}

/* line 383, ../sass/base.scss */
#collapse-arrow {
  background: white url("../assets/img/collapse-arrow.png") right center no-repeat;
  height: 40px;
  width: 20px;
  position: absolute;
  right: 0;
  box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.5);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  cursor: pointer;
  top: 30px;
}
@media only screen and (max-width: 480px) {
  /* line 383, ../sass/base.scss */
  #collapse-arrow {
    top: 0 !important;
    width: 50px !important;
    padding-top: 6px;
    height: 44px !important;
    background: white !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    right: -36px !important;
  }
  /* line 403, ../sass/base.scss */
  #collapse-arrow:before {
    content: "";
    display: block;
    text-align: center;
    font-size: 36px;
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    width: 0.7em;
    height: 0.125em;
    border-top: 0.375em double #000;
    border-bottom: 0.125em solid #000;
  }
}
/* line 417, ../sass/base.scss */
#collapse-arrow:hover {
  background-color: #ccc;
}
/* line 420, ../sass/base.scss */
#collapse-arrow.collapsed {
  background: white url("../assets/img/collapse-arrow-collapsed.png") right center no-repeat;
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.5);
  right: -10px;
  width: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (max-width: 480px) {
  /* line 420, ../sass/base.scss */
  #collapse-arrow.collapsed {
    right: -23px !important;
    z-index: 101 !important;
  }
}
/* line 433, ../sass/base.scss */
#collapse-arrow.collapsed:hover {
  background-color: #ccc;
}

@media only screen and (max-width: 480px) {
  /* line 440, ../sass/base.scss */
  body.em #collapse-arrow {
    display: none;
  }
}
/* line 448, ../sass/base.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #363636;
  font-size: 12px;
  font-weight: 500;
}

/* line 455, ../sass/base.scss */
p {
  margin: 0;
}

/* line 459, ../sass/base.scss */
.map-view-buttons-home {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 464, ../sass/base.scss */
#map-add-marker {
  position: absolute;
  left: 5px;
  top: 45px;
  z-index: 999;
  display: none;
}

/* line 473, ../sass/base.scss */
.wayfinding #map-add-marker {
  left: 62px;
  top: 41px;
}

/* line 479, ../sass/base.scss */
#map-search {
  float: left;
  background-color: white;
  padding: 6px;
  border: 1px solid #ccc;
}
/* line 484, ../sass/base.scss */
#map-search input {
  float: left;
  margin: 0;
  outline: none;
  padding: 3px;
  border: 3px solid #f5f5f5;
  height: 16px;
  width: 198px;
  background-color: #f8f8f8;
}
/* line 493, ../sass/base.scss */
#map-search input:focus {
  border: 1px solid #363636;
  height: 20px;
  padding: 3px 5px;
  width: 202px;
}
/* line 499, ../sass/base.scss */
#map-search input::-moz-focus-inner {
  border: 1px solid #5B9DD9;
  outline: 1px solid #5B9DD9;
}

/* line 506, ../sass/base.scss */
.button {
  padding: 6px 12px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}
/* line 514, ../sass/base.scss */
.button.fsbutton {
  padding: 0 4px;
}

/* line 520, ../sass/base.scss */
.tab {
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: -1px 0px 2px 0 rgba(0, 0, 0, 0.5);
  margin: 2px;
  float: left;
  height: 12px;
  padding: 7px 20px 9px;
  text-align: center;
  cursor: pointer;
}

/* line 533, ../sass/base.scss */
.red {
  background-color: #ff0000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTY3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa67f), color-stop(100%, #ff0000));
  background-image: -moz-linear-gradient(#ffa67f, #ff0000);
  background-image: -webkit-linear-gradient(#ffa67f, #ff0000);
  background-image: linear-gradient(#ffa67f, #ff0000);
  color: #fff;
}
/* line 537, ../sass/base.scss */
.red:hover, .red.active {
  background-color: #ffa67f;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTY3ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #ffa67f));
  background-image: -moz-linear-gradient(#ff0000, #ffa67f);
  background-image: -webkit-linear-gradient(#ff0000, #ffa67f);
  background-image: linear-gradient(#ff0000, #ffa67f);
}

/* line 543, ../sass/base.scss */
.blue {
  background-color: #34619E;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyOThlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0NjE5ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6298e0), color-stop(100%, #34619e));
  background-image: -moz-linear-gradient(#6298e0, #34619e);
  background-image: -webkit-linear-gradient(#6298e0, #34619e);
  background-image: linear-gradient(#6298e0, #34619e);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6298e0ff', endColorstr='#34619e',GradientType=0 );
  color: #fff;
}
/* line 548, ../sass/base.scss */
.blue:hover {
  background-color: #6298E0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlYjZlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyOThlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8eb6ec), color-stop(100%, #6298e0));
  background-image: -moz-linear-gradient(#8eb6ec, #6298e0);
  background-image: -webkit-linear-gradient(#8eb6ec, #6298e0);
  background-image: linear-gradient(#8eb6ec, #6298e0);
}
/* line 552, ../sass/base.scss */
.blue.active {
  background-color: #E0E0E0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background-image: -moz-linear-gradient(#ffffff, #e0e0e0);
  background-image: -webkit-linear-gradient(#ffffff, #e0e0e0);
  background-image: linear-gradient(#ffffff, #e0e0e0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
  color: #363636;
  font-weight: bold;
}

/* line 561, ../sass/base.scss */
.grey {
  background-color: #666666;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #666666));
  background-image: -moz-linear-gradient(#999999, #666666);
  background-image: -webkit-linear-gradient(#999999, #666666);
  background-image: linear-gradient(#999999, #666666);
}
/* line 564, ../sass/base.scss */
.grey:hover, .grey.active {
  background-color: #858585;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3YTdhNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg1ODU4NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a7a7a7), color-stop(100%, #858585));
  background-image: -moz-linear-gradient(#a7a7a7, #858585);
  background-image: -webkit-linear-gradient(#a7a7a7, #858585);
  background-image: linear-gradient(#a7a7a7, #858585);
}

/* line 570, ../sass/base.scss */
.active-button {
  background-color: #34619E;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyOThlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0NjE5ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6298e0), color-stop(100%, #34619e));
  background-image: -moz-linear-gradient(#6298e0, #34619e);
  background-image: -webkit-linear-gradient(#6298e0, #34619e);
  background-image: linear-gradient(#6298e0, #34619e);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6298e0ff', endColorstr='#34619e',GradientType=0 );
  color: #fff;
}
/* line 575, ../sass/base.scss */
.active-button:hover, .active-button.active {
  background-color: #6298E0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlYjZlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyOThlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8eb6ec), color-stop(100%, #6298e0));
  background-image: -moz-linear-gradient(#8eb6ec, #6298e0);
  background-image: -webkit-linear-gradient(#8eb6ec, #6298e0);
  background-image: linear-gradient(#8eb6ec, #6298e0);
}

/* line 581, ../sass/base.scss */
.button-link a {
  text-decoration: none;
  color: #fff;
}

/* line 586, ../sass/base.scss */
.df-hidden {
  display: none;
}

/* line 590, ../sass/base.scss */
#spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url("../assets/img/grey-overlay.png") repeat;
  z-index: 10000;
}
/* line 598, ../sass/base.scss */
#spinner #spinner-inner {
  width: 100%;
  height: 100%;
  background: transparent url("../assets/img/spinner.gif") no-repeat 160px 50%;
}

/* line 608, ../sass/base.scss */
#adv-search {
  float: right;
}

/* line 612, ../sass/base.scss */
.two-thirds {
  width: 66%;
  float: left;
}

/* line 617, ../sass/base.scss */
.one-third {
  width: 33%;
  float: left;
}

/* line 622, ../sass/base.scss */
#as-wrapper {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  position: relative;
}

/* line 635, ../sass/base.scss */
.as-container {
  width: 100%;
  float: left;
}

/* line 640, ../sass/base.scss */
#search-key-advanced {
  width: 422px;
  height: 24px;
  font-size: 18px;
}

/* line 647, ../sass/base.scss */
.as-range * {
  float: left;
}
/* line 650, ../sass/base.scss */
.as-range label {
  width: 100%;
}
/* line 653, ../sass/base.scss */
.as-range input {
  width: 80px;
  height: 18px;
  line-height: 18px;
  padding: 0 3px;
  border: 1px solid inset;
}
/* line 660, ../sass/base.scss */
.as-range span {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

/* line 670, ../sass/base.scss */
.as-options label {
  width: 100%;
}
/* line 673, ../sass/base.scss */
.as-options select {
  width: 110px;
  float: right;
  margin-right: 28px;
  height: 20px;
}
/* line 679, ../sass/base.scss */
.as-options label {
  line-height: 20px;
}

/* line 684, ../sass/base.scss */
.as-field {
  width: 100%;
  float: left;
  margin: 5px 0;
}

/* line 690, ../sass/base.scss */
#search-button-advanced {
  position: absolute;
  width: 216px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 15px;
  bottom: 15px;
  right: 15px;
}

/* line 701, ../sass/base.scss */
#solr-header {
  background-color: #dedede;
}

/* line 705, ../sass/base.scss */
.solr-results-button {
  background-color: #c0c0c0;
  margin-left: 1px;
}

/* line 710, ../sass/base.scss */
#as-results {
  float: left;
  width: 100%;
}

/* line 715, ../sass/base.scss */
.extra-fields .search-field {
  width: 100%;
}

/* line 719, ../sass/base.scss */
#body-60 .search-field label {
  color: #fff;
}

/* line 723, ../sass/base.scss */
#body-60 #search-button {
  float: right;
  margin-right: 3px;
}

/* line 728, ../sass/base.scss */
#search-pages {
  display: inline;
  padding-left: 24px;
  padding-top: 8px;
}
/* line 732, ../sass/base.scss */
#search-pages span {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  line-height: 15px;
  font-size: 11px;
}
/* line 738, ../sass/base.scss */
#search-pages span.active {
  font-weight: bold;
  border: 1px solid #fff;
  color: #fff;
}

/* line 750, ../sass/base.scss */
#printMapContainer {
  margin: 10px 20px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #000000;
}

/* line 756, ../sass/base.scss */
#close-pg {
  float: right;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #aaa;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/* line 768, ../sass/base.scss */
#close-pg:hover {
  background-color: #363636;
}

/* line 773, ../sass/base.scss */
.print-circle {
  width: 48px;
  padding: 8px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  behavior: url(/atlas/cms/PIE.htc);
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #5487CC;
  float: left;
  margin-right: 21px;
}

/* line 789, ../sass/base.scss */
.print-circle-red {
  background: #FE0000;
}

/* line 793, ../sass/base.scss */
#printButton {
  float: right;
  padding: 10px;
  border: none;
  font-size: 12px;
}

/* line 800, ../sass/base.scss */
.multi-options {
  background-color: #F5F5F5;
  clear: both;
  padding: 20px;
}

/* line 806, ../sass/base.scss */
.multi-options select {
  min-width: 92px;
}

/* line 810, ../sass/base.scss */
.right {
  text-align: right;
}

/* line 814, ../sass/base.scss */
#be_patient {
  padding: 4px;
  font-size: 10px;
  display: none;
}

/* line 820, ../sass/base.scss */
#frameOverMap {
  position: absolute;
  border: 3px dashed #FE0000;
  height: 500px;
  width: 500px;
  display: none;
  background: transparent;
  pointer-events: none;
  z-index: 9999;
}

/* line 831, ../sass/base.scss */
#frameOverMapContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  pointer-events: none;
  padding: 0px;
  margin: 0;
  overflow: hidden;
}

/* line 842, ../sass/base.scss */
#frameParent {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  padding: 0px;
  margin: 0;
  overflow: hidden;
}

/* line 852, ../sass/base.scss */
.treeview, .treeview ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 857, ../sass/base.scss */
.treeview ul {
  margin-top: 4px;
}

/* line 860, ../sass/base.scss */
.treeview .hitarea {
  float: left;
  width: 12px;
  height: 12px;
  padding: 3px;
  margin-left: -20px;
  margin-top: -3px;
  text-align: center;
  background: #ddd;
  color: #363636;
  cursor: pointer;
}

/* line 872, ../sass/base.scss */
.treeview .hitarea-active {
  background: #363636;
  color: #fff;
}

/* fix for IE6 */
/* line 877, ../sass/base.scss */
* html .hitarea {
  display: inline;
  float: none;
}

/* line 881, ../sass/base.scss */
.treeview li {
  margin: 0;
  padding: 3px 0pt 3px 20px;
  cursor: pointer;
}

/* line 886, ../sass/base.scss */
.treeview li.catChild-active {
  background: #363636;
  color: #fff;
}

/* line 890, ../sass/base.scss */
#treecontrol {
  margin: 1em 0;
  display: none;
}

/* line 894, ../sass/base.scss */
.treeview li.collapsable, .treeview li.expandable {
  background-position: 0 -176px;
}

/* line 897, ../sass/base.scss */
.treeview .expandable-hitarea {
  background-position: -80px -3px;
}

/* line 900, ../sass/base.scss */
.treeview li.last {
  background-position: 0 -1766px;
}

/*.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }*/
/* line 904, ../sass/base.scss */
.treeview li.lastCollapsable {
  background-position: 0 -111px;
}

/* line 907, ../sass/base.scss */
.treeview li.lastExpandable {
  background-position: -32px -67px;
}

/* line 911, ../sass/base.scss */
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
  background-position: 0;
}

/* line 919, ../sass/base.scss */
#menu-bar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 24px;
  background-color: #D0D0D0;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.5);
  z-index: 100;
}
@media only screen and (max-width: 480px) {
  /* line 919, ../sass/base.scss */
  #menu-bar {
    display: none;
  }
}
/* line 931, ../sass/base.scss */
#menu-bar .menu-single-item {
  float: left;
  width: auto;
  padding: 6px 10px;
  cursor: pointer;
}
/* line 936, ../sass/base.scss */
#menu-bar .menu-single-item.fsbutton {
  padding: 0 4px;
}
/* line 940, ../sass/base.scss */
#menu-bar #menu-bar-right {
  float: right;
  width: 280px;
}
/* line 943, ../sass/base.scss */
#menu-bar #menu-bar-right .button {
  float: right;
  padding-left: 20px;
  width: 40px;
  padding: 6px 6px 6px 20px;
}
/* line 948, ../sass/base.scss */
#menu-bar #menu-bar-right .button.large {
  width: 120px;
  color: #fff;
}

/* line 956, ../sass/base.scss */
#logo {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  /* line 956, ../sass/base.scss */
  #logo {
    display: none;
  }
}

/* line 964, ../sass/base.scss */
#mobile-logo {
  display: none;
}
@media only screen and (max-width: 480px) {
  /* line 964, ../sass/base.scss */
  #mobile-logo {
    display: block;
    padding-top: 3px;
    padding-left: 20px;
  }
  /* line 970, ../sass/base.scss */
  #mobile-logo img {
    max-height: 40px;
  }
}

/* line 976, ../sass/base.scss */
#content-bar-wrapper {
  position: absolute;
  top: 140px;
  left: 0px;
  bottom: 24px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  /* line 976, ../sass/base.scss */
  #content-bar-wrapper {
    top: 46px !important;
    bottom: 0 !important;
  }
}

/* line 988, ../sass/base.scss */
#content-bar {
  clear: both;
}
/* line 990, ../sass/base.scss */
#content-bar li {
  list-style-type: none;
  position: relative;
}

/* line 996, ../sass/base.scss */
#print, #help {
  background-color: transparent;
  background-position: 0px 4px;
}
/* line 999, ../sass/base.scss */
#print:hover, #help:hover {
  background-color: #363636;
}
@media only screen and (max-width: 480px) {
  /* line 996, ../sass/base.scss */
  #print, #help {
    display: none;
  }
}

/* line 1008, ../sass/base.scss */
.content-bar-pane .level-1 {
  padding-left: 10px;
}
/* line 1011, ../sass/base.scss */
.content-bar-pane .level-2 {
  padding-left: 20px;
}
/* line 1014, ../sass/base.scss */
.content-bar-pane .level-3 {
  padding-left: 30px;
}
/* line 1017, ../sass/base.scss */
.content-bar-pane .level-4 {
  padding-left: 40px;
}

/* line 1023, ../sass/base.scss */
.list-content-bar-marker.level-2 {
  padding-left: 30px;
}
/* line 1026, ../sass/base.scss */
.list-content-bar-marker.level-3 {
  padding-left: 40px;
}
/* line 1029, ../sass/base.scss */
.list-content-bar-marker.level-4 {
  padding-left: 50px;
}

/* line 1034, ../sass/base.scss */
.content-bar-pane {
  background: #f8f8f8;
  width: 100%;
}
/* line 1037, ../sass/base.scss */
.content-bar-pane ul li {
  overflow: hidden;
  padding: 0 0 0 20px;
}
/* line 1040, ../sass/base.scss */
.content-bar-pane ul li:hover {
  background: #ddd;
}

/* line 1046, ../sass/base.scss */
.content-bar-wrapper {
  height: 30px;
  line-height: 30px;
  padding: 5px 20px;
  position: relative;
  overflow: hidden;
}

/* line 1054, ../sass/base.scss */
.content-bar-title {
  height: 40px;
  line-height: 30px;
}
/* line 1057, ../sass/base.scss */
.content-bar-title .image-wrapper {
  float: left;
  padding: 4px 4px 4px 16px;
  width: 22px;
  height: 26px;
}
/* line 1063, ../sass/base.scss */
.content-bar-title .image-wrapper img {
  max-width: 22px;
  max-height: 22px;
}
@media only screen and (max-width: 480px) {
  /* line 1063, ../sass/base.scss */
  .content-bar-title .image-wrapper img {
    max-width: 16px;
    max-height: 16px;
    margin-left: 2px;
  }
}
/* line 1072, ../sass/base.scss */
.content-bar-title .text-wrapper {
  float: left;
  overflow: hidden;
  width: 62%;
}
/* line 1076, ../sass/base.scss */
.content-bar-title .text-wrapper span {
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 1081, ../sass/base.scss */
.content-bar-title .toggle {
  width: 20px;
  height: 20px;
  float: right;
  padding: 5px 0;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  /* line 1081, ../sass/base.scss */
  .content-bar-title .toggle {
    padding: 2px 0;
    margin-right: 6px;
    width: 26px;
    height: 26px;
  }
}
/* line 1093, ../sass/base.scss */
.content-bar-title .toggle .toggle-inner {
  width: 20px;
  height: 20px;
  float: left;
  background-color: #f5f5f5;
  box-shadow: inset 2px 2px 3px -1px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 480px) {
  /* line 1093, ../sass/base.scss */
  .content-bar-title .toggle .toggle-inner {
    width: 26px;
    height: 26px;
    background-position: 3px;
  }
}

/* line 1108, ../sass/base.scss */
.content-bar-title-hover {
  cursor: pointer;
}
/* line 1110, ../sass/base.scss */
.content-bar-title-hover:hover {
  background: #ddd;
}
/* line 1113, ../sass/base.scss */
.content-bar-title-hover .content-bar-wrapper {
  background: url("../assets/img/arrow-down-dark.png") no-repeat 20px 15px;
}
/* line 1115, ../sass/base.scss */
.content-bar-title-hover .content-bar-wrapper .content-bar-wrapper-down {
  background: url("../assets/img/arrow-up-dark.png") no-repeat 20px 15px;
}

/* line 1121, ../sass/base.scss */
.bullet-wrapper {
  border: none;
}
/* line 1124, ../sass/base.scss */
.bullet-wrapper .bullet {
  background-size: auto 100%;
}

/* line 1129, ../sass/base.scss */
.content-bar-marker {
  width: 286px;
  padding: 5px 0 5px 10px;
  border: none;
}

/* line 1135, ../sass/base.scss */
.list-content-bar-marker {
  cursor: pointer;
}

/* line 1139, ../sass/base.scss */
#collapse-swipe-area {
  display: none;
}
@media only screen and (max-width: 480px) {
  /* line 1139, ../sass/base.scss */
  #collapse-swipe-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    z-index: 2000;
    display: block;
  }
}

/* line 1155, ../sass/base.scss */
#search-wrapper {
  width: 100%;
  height: 26px;
  margin: 6px 0;
}
@media only screen and (max-width: 480px) {
  /* line 1155, ../sass/base.scss */
  #search-wrapper {
    margin-top: 0 !important;
    height: 32px;
    padding-top: 5px;
    padding-bottom: 7px;
  }
}

/* line 1168, ../sass/base.scss */
#search #search-key {
  padding: 2px 3px;
  border: 1px solid #b5b5b5;
  box-shadow: inset 2px 2px 3px -1px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 480px) {
  /* line 1168, ../sass/base.scss */
  #search #search-key {
    box-shadow: none;
    border-radius: 3px;
    height: 18px;
    padding: 4px 8px;
  }
}
/* line 1179, ../sass/base.scss */
#search input[type='text'].no-results {
  box-shadow: inset 2px 2px 3px -1px rgba(255, 0, 0, 0.5);
  border: 1px solid #f00;
  color: #f00;
}
/* line 1184, ../sass/base.scss */
#search #search-failed {
  background-color: #f00;
}
/* line 1187, ../sass/base.scss */
#search #search-geo {
  background-color: #FFA500;
}
/* line 1190, ../sass/base.scss */
#search .no-search-result {
  color: #fff;
  height: 22px;
  line-height: 22px;
  text-indent: 4px;
  display: none;
}

/* line 1199, ../sass/base.scss */
#search-key {
  padding: 2px 3px;
  border: 1px solid #b5b5b5;
  box-shadow: inset 2px 2px 3px -1px rgba(0, 0, 0, 0.5);
}

/* line 1205, ../sass/base.scss */
.desktop-search {
  margin: 0 20px;
  position: relative;
}

/* line 1210, ../sass/base.scss */
.search-field {
  overflow: hidden;
  float: left;
  width: 70%;
}
/* line 1214, ../sass/base.scss */
.search-field label {
  width: 80px;
  line-height: 24px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
}
/* line 1221, ../sass/base.scss */
.search-field .text {
  width: 90%;
  float: left;
}
/* line 1225, ../sass/base.scss */
.search-field select {
  width: 228px;
  float: left;
  margin: 2px 0;
}
/* line 1230, ../sass/base.scss */
.search-field .range {
  width: 96px;
  float: left;
}
/* line 1234, ../sass/base.scss */
.search-field .first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 1238, ../sass/base.scss */
.search-field .last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 1242, ../sass/base.scss */
.search-field span {
  width: 20px;
  display: block;
  float: left;
  text-align: center;
  line-height: 21px;
  margin: 3px 0;
  color: #fff;
}

/* line 1253, ../sass/base.scss */
#search-button {
  float: left;
  text-align: center;
  margin: 0 0 0 10px;
  width: 15%;
}
@media only screen and (max-width: 480px) {
  /* line 1253, ../sass/base.scss */
  #search-button {
    box-shadow: none;
    padding: 9px 12px;
  }
}

/* line 1264, ../sass/base.scss */
#slr-lightbox {
  position: fixed;
  top: 120px;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background-clip: padding-box;
  border-radius: 10px;
  box-shadow: 20px 20px 40px 0px #707070;
  border: 0px solid #363636;
}
@media only screen and (max-width: 480px) {
  /* line 1264, ../sass/base.scss */
  #slr-lightbox {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    margin-top: 0 !important;
    height: 100% !important;
    border-radius: 0;
    box-shadow: none;
    border: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1286, ../sass/base.scss */
  #slr-lightbox.expanded {
    width: 100% !important;
  }
}

/* line 1293, ../sass/base.scss */
#solr-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  background-color: #f5f5f5;
  width: 100%;
}

/* line 1302, ../sass/base.scss */
#solr-result-count {
  color: #363636;
  font-size: .9em;
  line-height: 32px;
  width: 70%;
  float: left;
  text-indent: 16px;
}

/* line 1311, ../sass/base.scss */
.solr-results-button {
  line-height: 32px;
  width: 32px;
  float: right;
  text-align: center;
  cursor: pointer;
  background-color: #ddd;
}
/* line 1318, ../sass/base.scss */
.solr-results-button:hover {
  background-color: #363636;
  color: #f5f5f5;
}

/* line 1324, ../sass/base.scss */
#slr-content {
  width: 100%;
  height: 100%;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 32px;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  /* line 1324, ../sass/base.scss */
  #slr-content {
    height: 100%;
  }
}

/* line 1337, ../sass/base.scss */
#solr-results {
  background-color: #fff;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  /* line 1337, ../sass/base.scss */
  #solr-results {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* line 1346, ../sass/base.scss */
.search-result {
  width: 96%;
  margin: 10px 1% 32px 2%;
  float: left;
}

/* line 1352, ../sass/base.scss */
.search-image {
  width: 320px;
  min-height: 40px;
  float: left;
  cursor: pointer;
  margin-right: 20px;
}
@media only screen and (max-width: 480px) {
  /* line 1352, ../sass/base.scss */
  .search-image {
    width: 100px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1362, ../sass/base.scss */
  .search-image img {
    width: 100%;
    max-width: 320px;
  }
}

/* line 1370, ../sass/base.scss */
.search-body {
  width: 300px;
  float: left;
}
@media only screen and (max-width: 480px) {
  /* line 1370, ../sass/base.scss */
  .search-body {
    float: none;
  }
}

/* line 1378, ../sass/base.scss */
.search-body * {
  cursor: pointer;
}

/* line 1382, ../sass/base.scss */
.search-result h3 {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

/* line 1388, ../sass/base.scss */
.search-marker-category {
  padding: 3px 0 24px;
  font-size: .9em;
}

/* line 1393, ../sass/base.scss */
.search-marker-icon {
  width: 24px;
  float: left;
  margin-right: 12px;
}

/* line 1399, ../sass/base.scss */
#search-result-button {
  position: absolute;
  top: 80px;
  right: -20px;
  width: 20px;
  height: 100px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #32cd32;
  display: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-indent: 5px;
}
/* line 1418, ../sass/base.scss */
#search-result-button:hover {
  background-color: #363636;
}

@media only screen and (max-width: 480px) {
  /* line 1423, ../sass/base.scss */
  #scroll-top, #minimize-solr-results {
    display: none;
  }
}

/* line 1429, ../sass/base.scss */
.search-label {
  font-weight: bold;
  padding-right: 10px;
  float: left;
}

/* line 1435, ../sass/base.scss */
.search-custom-fields {
  width: 100%;
  float: left;
  margin: 10px 0;
}

/* line 1441, ../sass/base.scss */
#marker-custom-fields {
  width: 300px;
  float: left;
  margin: 10px 0 10px 20px;
}

/* line 1447, ../sass/base.scss */
.custom-field-label {
  font-weight: bold;
}

/* line 1455, ../sass/base.scss */
#search-results-wrapper {
  z-index: 103;
  position: absolute;
  left: 20px;
  width: 540px;
  height: 400px;
  border: 1px solid #ddd;
  box-shadow: 3px 3px 6px -3px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  display: none;
}
@media only screen and (max-width: 480px) {
  /* line 1455, ../sass/base.scss */
  #search-results-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    border: none;
    box-shadow: none;
  }
}
/* line 1476, ../sass/base.scss */
#search-results-wrapper #search-results {
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 1485, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  padding-right: 40px;
  background-image: url(../assets/img/sr-arrow-normal.png);
  background-repeat: no-repeat;
  background-position: 494px center;
}
@media only screen and (max-width: 480px) {
  /* line 1485, ../sass/base.scss */
  #search-results-wrapper #search-results .sr-item {
    height: 48px;
    padding-right: 30px;
    background-position: 95% center;
  }
}
/* line 1502, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item:hover {
  background-image: url(../assets/img/sr-arrow-hover.png);
}
/* line 1505, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-image {
  padding-top: 8px;
  padding-left: 10px;
  width: 90px;
  height: 90px;
  float: left;
}
/* line 1511, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-image img {
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}
/* line 1516, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-body {
  padding-left: 10px;
  height: 90px;
}
/* line 1519, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-body h3 {
  margin: 5px 0 0;
}
/* line 1522, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-body .sr-category {
  font-size: 11px;
  margin: 0 0 4px;
}
/* line 1526, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-body .sr-description {
  font-size: 12px;
}
/* line 1532, ../sass/base.scss */
#search-results-wrapper #sr-header {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 32px;
  height: 32px;
  float: left;
  width: 100%;
  font-size: 11px;
}
/* line 1541, ../sass/base.scss */
#search-results-wrapper #sr-header #sr-triangle {
  position: absolute;
  top: -1px;
  left: 100px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 9px 0 9px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
@media only screen and (max-width: 480px) {
  /* line 1541, ../sass/base.scss */
  #search-results-wrapper #sr-header #sr-triangle {
    display: none;
  }
}
/* line 1556, ../sass/base.scss */
#search-results-wrapper #sr-header #sr-title {
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
}
/* line 1561, ../sass/base.scss */
#search-results-wrapper #sr-header #sr-count {
  float: right;
  padding-right: 15px;
}
/* line 1565, ../sass/base.scss */
#search-results-wrapper #sr-header #sr-close, #search-results-wrapper #sr-header #sr-minimize {
  cursor: pointer;
  float: right;
  width: 32px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  /* line 1574, ../sass/base.scss */
  #search-results-wrapper #sr-header #sr-minimize {
    display: none;
  }
}

/* line 1581, ../sass/base.scss */
#sr-min-btn {
  visibility: hidden;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  white-space: nowrap;
  padding-right: 38px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  /* line 1581, ../sass/base.scss */
  #sr-min-btn {
    visibility: visible;
    display: none;
  }
}

/* line 1605, ../sass/base.scss */
.tiptool {
  border: 1px solid #363636;
  background-color: #ffffff;
  color: #363636;
  padding: 2px 4px;
  white-space: nowrap;
}
@media only screen and (max-width: 480px) {
  /* line 1605, ../sass/base.scss */
  .tiptool {
    display: none !important;
  }
}

/* line 1616, ../sass/base.scss */
#sv-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99;
}

/* line 1626, ../sass/base.scss */
#map-bar {
  position: absolute;
  top: 28px;
  left: 360px !important;
  width: 400px;
}
/* line 1631, ../sass/base.scss */
.sidebar-hidden #map-bar {
  left: 0 !important;
}
/* line 1634, ../sass/base.scss */
.topbar-hidden #map-bar {
  top: 4px !important;
}
@media only screen and (max-width: 480px) {
  /* line 1626, ../sass/base.scss */
  #map-bar {
    top: 57px;
    left: 294px !important;
  }
  /* line 1640, ../sass/base.scss */
  #map-bar #button-wrapper-home,
  #map-bar #button-wrapper-mapType,
  #map-bar #map-add-marker {
    display: none !important;
  }
  /* line 1645, ../sass/base.scss */
  #map-bar #share-pano {
    display: none !important;
  }
}

/* line 1651, ../sass/base.scss */
.widen #map-bar {
  left: 610px !important;
}

/* line 1656, ../sass/base.scss */
.body-cms #map-bar {
  top: 20px;
}

/* line 1661, ../sass/base.scss */
#button-wrapper-mapType .button {
  height: 20px;
  line-height: 20px;
}

/* line 1666, ../sass/base.scss */
#button-wrapper-home .button {
  width: 28px !important;
  height: 20px;
  line-height: 20px;
}

@media only screen and (max-width: 480px) {
  /* line 1673, ../sass/base.scss */
  #minimap-wrapper,
  #minimap-shim {
    display: none;
  }
}

/* line 1683, ../sass/base.scss */
#content-bar-balloon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  background: #ffffff;
  width: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 480px) {
  /* line 1683, ../sass/base.scss */
  #content-bar-balloon-wrapper {
    width: 100%;
    overflow-y: visible;
    overflow-x: visible;
  }
}

@media only screen and (min-width: 900px) {
  /* line 1702, ../sass/base.scss */
  .widen #content-bar-balloon-wrapper {
    width: 600px;
  }
}

/* line 1709, ../sass/base.scss */
#infowindow-wrapper {
  max-height: 400px;
  overflow: hidden;
}
/* line 1712, ../sass/base.scss */
#infowindow-wrapper #balloon-wrapper {
  max-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
  margin-bottom: 10px;
  position: relative;
  width: 345px;
  top: 0;
}

/* line 1724, ../sass/base.scss */
#infowindow-header {
  padding: 3px 0;
  background: #ccc;
}

/* line 1729, ../sass/base.scss */
#unminimize-infowindow {
  position: absolute;
  right: -200px;
  bottom: 0;
  line-height: 32px;
  font-size: 18px;
  font-variant: small-caps;
  background-color: #B90000;
  color: #ffffff;
  padding: 0 8px;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* line 1743, ../sass/base.scss */
.infowindow-close,
.gm-style .infowindow-close,
#infowindow-minimize {
  line-height: 22px;
  width: 22px;
  text-align: center;
  font-size: 18px;
  float: right;
  margin-right: 5px;
  padding: 0;
}

/* line 1755, ../sass/base.scss */
.infowindow-tools, .header-button {
  height: 22px;
  line-height: 22px;
  float: left;
  padding: 0px 6px;
  margin-left: 5px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
}

/* line 1768, ../sass/base.scss */
.infowindow-tools.active {
  background-color: #363636 !important;
}

/* line 1772, ../sass/base.scss */
.colorbox-enlarge {
  position: relative;
}

/* line 1776, ../sass/base.scss */
.balloon-preview-details-tour {
  width: 110px;
  padding-right: 0;
  border: 0;
}

/* line 1782, ../sass/base.scss */
.colorbox-enlarge-button {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100;
  height: 29px;
  width: 29px;
  cursor: pointer;
  background-image: url("../assets/img/expand-light.png");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  /* line 1782, ../sass/base.scss */
  .colorbox-enlarge-button {
    display: none;
  }
}

/* line 1797, ../sass/base.scss */
#extension-pane {
  width: 330px;
  background-color: white;
  z-index: 2000;
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: none;
  padding: 10px;
  overflow-y: auto;
}
@media only screen and (max-width: 480px) {
  /* line 1797, ../sass/base.scss */
  #extension-pane {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 1813, ../sass/base.scss */
#extension-pane input[type=text] {
  outline: none;
  height: 16px;
  padding: 3px 6px;
  border: 1px solid #f5f5f5;
  box-shadow: inset 2px 2px 3px -1px rgba(0, 0, 0, 0.5);
}
/* line 1819, ../sass/base.scss */
#extension-pane input[type=text]:focus {
  outline: none;
  height: 16px;
  padding: 3px 6px;
  border: 1px solid #f5f5f5;
}

@media only screen and (min-width: 900px) {
  /* line 1828, ../sass/base.scss */
  .widen #extension-pane {
    width: 580px;
  }
}

/* line 1834, ../sass/base.scss */
.extension-close {
  font-size: 16px;
  position: absolute;
  top: 21px;
  right: 20px;
  cursor: pointer;
  padding: 1px 3px;
}

/* line 1843, ../sass/base.scss */
.extension-title {
  font-size: 14px;
  color: #252525;
  background-color: #ccc;
  padding: 10px 10px;
}

/* line 1850, ../sass/base.scss */
.pane {
  line-height: 20px;
}

/* line 1854, ../sass/base.scss */
#balloon-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  z-index: 101;
  background: #ccc;
  padding-top: 3px;
}

/* line 1864, ../sass/base.scss */
#balloon-wrapper {
  position: absolute;
  top: 30px;
  bottom: 0;
  overflow-y: auto;
  padding: 0 10px;
  margin-bottom: 10px;
  width: 330px;
}
@media only screen and (max-width: 480px) {
  /* line 1864, ../sass/base.scss */
  #balloon-wrapper {
    width: 100%;
  }
}
/* line 1876, ../sass/base.scss */
#balloon-wrapper .balloon-header.title-only {
  padding: 0;
}
/* line 1879, ../sass/base.scss */
#balloon-wrapper .balloon-header .title {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
/* line 1885, ../sass/base.scss */
#balloon-wrapper .balloon-header .title .title-image {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
/* line 1891, ../sass/base.scss */
#balloon-wrapper .balloon-header.title-only .title {
  padding: 10px;
}
/* line 1895, ../sass/base.scss */
#balloon-wrapper .media {
  position: relative;
  background: #ddd;
  padding: 0px 20px;
  text-align: center;
  margin: 0 auto 10px;
  max-width: 260px;
  max-height: 200px;
}
/* line 1903, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper {
  width: 260px;
  height: 200px;
  overflow: hidden;
  background-color: inherit;
  position: relative;
}
/* line 1909, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow {
  margin-left: -260px;
  background-color: inherit;
  position: relative;
  visibility: hidden;
}
/* line 1914, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  background-color: inherit;
}
/* line 1915, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.active {
  z-index: 101;
}
/* line 1918, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.nxt {
  z-index: 101;
}
/* line 1925, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide img {
  vertical-align: middle;
  max-width: 260px;
  max-height: 200px;
}
/* line 1930, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.nxt {
  left: 520px;
}
/* line 1933, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.prv {
  left: 0;
}
/* line 1936, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.active {
  left: 260px;
}
/* line 1940, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide embed {
  vertical-align: middle;
  width: 100%;
}
/* line 1947, ../sass/base.scss */
#balloon-wrapper .media .slideshow-prev {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: auto;
  cursor: pointer;
  font-size: 14px;
}
/* line 1957, ../sass/base.scss */
#balloon-wrapper .media .slideshow-next {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  cursor: pointer;
  font-size: 14px;
}
/* line 1967, ../sass/base.scss */
#balloon-wrapper .media .slideshow-middle {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-size: 40px;
}
/* line 1977, ../sass/base.scss */
#balloon-wrapper .description {
  padding: 0 10px 20px;
  word-wrap: break-word;
}
/* line 1980, ../sass/base.scss */
#balloon-wrapper .description ul {
  list-style: disc;
  padding: 5px 0 5px 15px;
}
/* line 1985, ../sass/base.scss */
#balloon-wrapper .marker-feed-wrapper {
  margin: 10px 20px;
}
/* line 1993, ../sass/base.scss */
#balloon-wrapper .stat {
  margin: 0 20px;
}
/* line 1996, ../sass/base.scss */
#balloon-wrapper .stat .stat-number {
  font-weight: bold;
}
/* line 1999, ../sass/base.scss */
#balloon-wrapper .comment-box {
  margin: 0 20px;
}

@media only screen and (min-width: 900px) {
  /* line 2004, ../sass/base.scss */
  .widen #balloon-wrapper {
    width: 580px;
  }
}
@media only screen and (min-width: 900px) {
  /* line 2008, ../sass/base.scss */
  .widen #balloon-wrapper .media {
    max-width: 520px;
    max-height: 450px;
  }
}
@media only screen and (min-width: 900px) {
  /* line 2013, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper {
    width: 520px;
    height: 450px;
  }
}
@media only screen and (min-width: 900px) {
  /* line 2018, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow {
    margin-left: -520px;
  }
}
@media only screen and (min-width: 900px) {
  /* line 2022, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide {
    width: 520px;
  }
  /* line 2025, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide img {
    vertical-align: middle;
    max-width: 520px;
    max-height: 450px;
  }
  /* line 2030, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.nxt {
    left: 1080px;
  }
  /* line 2033, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.prv {
    left: 0;
  }
  /* line 2036, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.active {
    left: 520px;
  }
}

/* line 2046, ../sass/base.scss */
.cb-type-sidebar .balloon-header {
  padding: 20px 20px 20px 20px;
}

/* line 2050, ../sass/base.scss */
#ib-content .balloon-header {
  padding: 10px 10px;
}

/* line 2054, ../sass/base.scss */
#content-bar-balloon-wrapper {
  z-index: 101;
}

/* line 2058, ../sass/base.scss */
#content-bar-balloon-close {
  position: relative;
  float: right;
  margin-right: 10px;
  height: 17px;
  width: 17px;
  line-height: 17px;
  cursor: pointer;
  padding: 5px;
  text-align: center;
  font-size: 16px;
}
/* line 2069, ../sass/base.scss */
#content-bar-balloon-close:hover {
  background: #363636;
  color: #ffffff;
}

/* line 2075, ../sass/base.scss */
#balloon-collapse {
  display: none;
}
@media only screen and (max-width: 480px) {
  /* line 2075, ../sass/base.scss */
  #balloon-collapse {
    position: absolute;
    top: 0;
    left: 52%;
    background-color: #E9E9E9;
    width: 100px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-top: 10px;
    height: 28px;
    box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
    display: block;
  }
  /* line 2091, ../sass/base.scss */
  #balloon-collapse:before {
    font-size: 14px;
    content: 'Map';
    text-align: center;
    display: block;
  }
}

/* line 2101, ../sass/base.scss */
#image-cell, #name-cell {
  border: none;
}

/* line 2109, ../sass/base.scss */
body.balloon-collapsed #content-bar-balloon-wrapper {
  top: 100%;
  margin-top: -68px;
}
/* line 2113, ../sass/base.scss */
body.balloon-collapsed #content-bar-balloon-wrapper .infowindow-tools {
  display: none;
}
/* line 2116, ../sass/base.scss */
body.balloon-collapsed #content-bar-balloon-wrapper .balloon-header {
  padding: 5px 20px 15px;
}
/* line 2119, ../sass/base.scss */
body.balloon-collapsed #content-bar-balloon-wrapper #balloon-wrapper {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  /* line 2122, ../sass/base.scss */
  body.balloon-collapsed #content-bar-balloon-wrapper #balloon-collapse {
    top: -8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: none;
    padding-top: 10px;
    height: 28px;
    box-shadow: 1px -1px 3px -1px rgba(0, 0, 0, 0.5);
  }
  /* line 2134, ../sass/base.scss */
  body.balloon-collapsed #content-bar-balloon-wrapper #balloon-collapse:before {
    content: 'Details';
  }
}
/* line 2142, ../sass/base.scss */
body.tour-active #content-bar-balloon-wrapper, body.tour-active #extension-pane {
  bottom: 120px;
}
@media only screen and (max-width: 480px) {
  /* line 2142, ../sass/base.scss */
  body.tour-active #content-bar-balloon-wrapper, body.tour-active #extension-pane {
    bottom: 42px;
  }
}
@media only screen and (min-width: 900px) {
  /* line 2142, ../sass/base.scss */
  body.tour-active #content-bar-balloon-wrapper, body.tour-active #extension-pane {
    bottom: 120px;
  }
}
/* line 2153, ../sass/base.scss */
body.tour-active.balloon-collapsed #content-bar-balloon-wrapper {
  margin-top: -100px;
}
/* line 2156, ../sass/base.scss */
body.tour-active.balloon-collapsed .tour-audio-wrapper {
  bottom: 100px;
}
@media only screen and (max-width: 480px) {
  /* line 2162, ../sass/base.scss */
  body.list-expanded #sidebar-header {
    display: none;
  }
}

/* line 2172, ../sass/base.scss */
#share-uf {
  position: absolute;
  top: 9px;
  right: 43px;
  background-color: #6298e0;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/* line 2182, ../sass/base.scss */
.favor-it {
  width: 24px;
  height: 24px;
  z-index: 99;
  cursor: pointer;
  background: url(../assets/img/star-white.png) no-repeat center center;
  float: right;
  margin-right: 4px;
}
/* line 2190, ../sass/base.scss */
.favor-it.favorite {
  background: url(../assets/img/star-yellow.png) no-repeat center center;
}

/* line 2195, ../sass/base.scss */
#uf-url {
  width: 100%;
}

/* line 2199, ../sass/base.scss */
#modal {
  position: absolute;
  left: 0;
  width: 240px;
  background-color: #fff;
  display: none;
  z-index: 98;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 8px;
  padding-right: 26px;
  border-right: 5px solid #ddd;
}

/* line 2214, ../sass/base.scss */
#modal-content {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}

/* line 2223, ../sass/base.scss */
#modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  color: #363636;
  cursor: pointer;
}

/* line 2236, ../sass/base.scss */
#alt-save {
  float: left;
}

/* line 2243, ../sass/base.scss */
#parking-wrapper {
  margin: 20px 0;
}
/* line 2245, ../sass/base.scss */
#parking-wrapper h4 {
  margin: 4px 0 6px;
  font-size: 15px;
  cursor: pointer;
}

/* line 2252, ../sass/base.scss */
.parking-lot {
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
}

/* line 2261, ../sass/base.scss */
#balloon-directions {
  padding: 20px 0;
  width: 100%;
  float: left;
}

/* line 2267, ../sass/base.scss */
.balloon-directions-form {
  padding: 15px 0;
}

/* line 2271, ../sass/base.scss */
#transit-modes {
  float: left;
  width: 100%;
  clear: both;
}

/* line 2277, ../sass/base.scss */
.hz-menu {
  float: left;
  clear: both;
  width: 100%;
  margin: 6px 0;
}
/* line 2282, ../sass/base.scss */
.hz-menu li {
  font-family: 'Arial', sans-serif;
  font-size: 11px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  list-style-type: none;
  text-align: center;
  background-color: #ebebeb;
  color: #363636;
  margin-right: 1px;
  padding: 0 8px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2298, ../sass/base.scss */
.hz-menu li:first-child {
  -moz-border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  float: left;
}
/* line 2307, ../sass/base.scss */
.hz-menu li:last-child {
  -moz-border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 2315, ../sass/base.scss */
.hz-menu li.active, .hz-menu li:hover {
  background-color: #363636;
  color: #ebebeb;
}
/* line 2320, ../sass/base.scss */
.hz-menu.half li {
  width: 49%;
  line-height: 32px;
  font-size: 15px;
}
/* line 2325, ../sass/base.scss */
.hz-menu.third li {
  width: 33%;
  line-height: 32px;
  font-size: 15px;
}

/* line 2332, ../sass/base.scss */
#transit-message {
  display: none;
  padding: 3px 0;
  color: #ff0000;
}

/* line 2338, ../sass/base.scss */
#help-wrapper {
  padding-top: 32px;
}

/* line 2346, ../sass/base.scss */
#pano-conceal {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 14px;
  line-height: 14px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  color: #979797;
  background-color: white;
  border: 1px solid #979797;
  border-radius: 3px;
  cursor: pointer;
  z-index: 100;
  box-shadow: 1px 1px 2px 0 #000;
}
/* line 2363, ../sass/base.scss */
#pano-conceal:hover {
  background-color: #363636;
  color: white;
}

/* line 2369, ../sass/base.scss */
.link-arrow.link-image {
  cursor: pointer;
}

/* line 2373, ../sass/base.scss */
.pano-share {
  position: absolute;
  top: 10px;
  left: 112px;
  height: 14px;
  line-height: 14px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  color: #979797;
  background-color: white;
  border: 1px solid #979797;
  border-radius: 3px;
  cursor: pointer;
  z-index: 100;
  box-shadow: 1px 1px 2px 0 #000;
}
/* line 2389, ../sass/base.scss */
.pano-share:hover, .pano-share.active {
  background-color: #363636;
  color: white;
}

/* line 2397, ../sass/base.scss */
#canvasContainer {
  position: relative;
}

/* line 2401, ../sass/base.scss */
#pano-header-center {
  position: absolute;
  top: 10px;
  left: 50%;
  font-size: 12px;
  margin-left: -57px;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 100;
}
/* line 2409, ../sass/base.scss */
#pano-header-center .title {
  padding: 10px;
  float: left;
  background: none;
  font-weight: bold;
}
/* line 2414, ../sass/base.scss */
#pano-header-center .title.clickable {
  cursor: pointer;
}
/* line 2416, ../sass/base.scss */
#pano-header-center .title.clickable:hover {
  background-color: rgba(54, 54, 54, 0.75);
  color: white;
}
/* line 2422, ../sass/base.scss */
#pano-header-center .prev, #pano-header-center .next {
  padding: 10px 15px;
  float: left;
  cursor: pointer;
}
/* line 2426, ../sass/base.scss */
#pano-header-center .prev:hover, #pano-header-center .next:hover {
  background-color: rgba(54, 54, 54, 0.75);
  color: white;
}

/* line 2433, ../sass/base.scss */
#pano-header-center {
  position: absolute;
  top: 10px;
  left: 50%;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8cE5E5E0', endColorstr='#8cE5E5E0');
  /* IE 8 */
  z-index: 100;
}

/* line 2443, ../sass/base.scss */
#pano-header-center .pano-title {
  padding: 10px;
  float: left;
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 8 */
  font-weight: bold;
}

/* line 2451, ../sass/base.scss */
#pano-header-center .pano-title.clickable {
  cursor: pointer;
}

/* line 2455, ../sass/base.scss */
#pano-header-center .pano-title.clickable:hover {
  background-color: rgba(54, 54, 54, 0.75);
  color: white;
}

/* line 2460, ../sass/base.scss */
#pano-header-center .prev, #pano-header-center .next {
  padding: 10px 15px;
  float: left;
  cursor: pointer;
}

/* line 2467, ../sass/base.scss */
#pano-loading-image {
  position: absolute;
  z-index: 9999;
  left: 50%;
  bottom: 50%;
  margin-left: -60px;
}

/* line 2475, ../sass/base.scss */
.pano-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

/* line 2480, ../sass/base.scss */
.pano-top,
.pano-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

/* line 2486, ../sass/base.scss */
.pano-top {
  top: 0;
}

/* line 2489, ../sass/base.scss */
.pano-right {
  right: 0;
}

/* line 2492, ../sass/base.scss */
.pano-bottom {
  bottom: 0;
}

/* line 2495, ../sass/base.scss */
.pano-left {
  left: 0;
}

/* line 2498, ../sass/base.scss */
.pano-control {
  float: left;
  clear: both;
}

/* line 2502, ../sass/base.scss */
.pano-right .pano-control {
  float: right;
}

/* line 2505, ../sass/base.scss */
.pano-top .pano-control {
  margin-top: 10px;
}

/* line 2508, ../sass/base.scss */
.pano-bottom .pano-control {
  margin-bottom: 10px;
}

/* line 2511, ../sass/base.scss */
.pano-left .pano-control {
  margin-left: 10px;
}

/* line 2514, ../sass/base.scss */
.pano-right .pano-control {
  margin-right: 10px;
}

/* line 2519, ../sass/base.scss */
.pano-control-zoom-in {
  font: bold 18px 'Lucida Console', Monaco, monospace;
}

/* line 2522, ../sass/base.scss */
.pano-control-zoom-out {
  font: bold 22px 'Lucida Console', Monaco, monospace;
}

/* line 2526, ../sass/base.scss */
.pano-touch .pano-control-zoom-in {
  font-size: 22px;
  line-height: 30px;
}

/* line 2530, ../sass/base.scss */
.pano-touch .pano-control-zoom-out {
  font-size: 28px;
  line-height: 30px;
}

/* line 2534, ../sass/base.scss */
#pano-header {
  position: absolute;
  top: 10px;
  left: 50%;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 100;
}

/* line 2543, ../sass/base.scss */
#pano-header .pano-title {
  padding: 10px;
  float: left;
  background: none;
  font-weight: bold;
}

/* line 2550, ../sass/base.scss */
#pano-header .pano-title.clickable {
  cursor: pointer;
}

/* line 2554, ../sass/base.scss */
#pano-header .pano-title.clickable:hover {
  background-color: rgba(54, 54, 54, 0.75);
  color: white;
}

/* line 2559, ../sass/base.scss */
#pano-header .prev, #pano-header .next {
  padding: 10px 15px;
  float: left;
  cursor: pointer;
}

/* general toolbar styles */
/* line 2569, ../sass/base.scss */
.pano-bar {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 2574, ../sass/base.scss */
.pano-bar a, .pano-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

/* line 2585, ../sass/base.scss */
.pano-bar a,
.pano-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

/* line 2591, ../sass/base.scss */
.pano-bar a:hover {
  background-color: #f4f4f4;
}

/* line 2594, ../sass/base.scss */
.pano-bar a:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 2600, ../sass/base.scss */
.pano-bar a:last-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

/* line 2607, ../sass/base.scss */
.pano-bar a.pano-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

/* line 2613, ../sass/base.scss */
.pano-touch .pano-bar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 2617, ../sass/base.scss */
.pano-touch .pano-bar a {
  width: 30px;
  height: 30px;
}

/* line 2621, ../sass/base.scss */
.pano-touch .pano-bar a:first-child {
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}

/* line 2627, ../sass/base.scss */
.pano-touch .pano-bar a:last-child {
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom: none;
}

/* zoom control */
/* line 2638, ../sass/base.scss */
.pano-control-zoom-in {
  font: bold 18px 'Lucida Console', Monaco, monospace;
}

/* line 2641, ../sass/base.scss */
.pano-control-zoom-out {
  font: bold 22px 'Lucida Console', Monaco, monospace;
}

/* line 2645, ../sass/base.scss */
.pano-touch .pano-control-zoom-in {
  font-size: 22px;
  line-height: 30px;
}

/* line 2649, ../sass/base.scss */
.pano-touch .pano-control-zoom-out {
  font-size: 28px;
  line-height: 30px;
}

/* line 2656, ../sass/base.scss */
#pano-header .prev:hover, #pano-header .next:hover {
  background-color: rgba(54, 54, 54, 0.75);
  color: white;
}

/* line 2664, ../sass/base.scss */
.marker-label {
  border: 1px solid #454545;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  padding: 0 5px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  z-index: 1000;
}

/* line 2676, ../sass/base.scss */
.leaflet-popup .balloon-header {
  padding: 10px;
}

/* line 2682, ../sass/base.scss */
.leaflet-popup #infowindow-wrapper #balloon-wrapper {
  width: 330px;
}

/* line 2693, ../sass/base.scss */
.leaflet-popup-content p {
  margin: 0;
}

/* line 2702, ../sass/base.scss */
.lft-icon {
  width: 36px;
  height: 36px;
  position: relative;
  text-align: center;
  /* 1.2 of 35 */
}
/* line 2707, ../sass/base.scss */
.lft-icon img {
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: height, left, .1s;
  transition: height, left, .1s;
}
/* line 2718, ../sass/base.scss */
.lft-icon.lrg80 img {
  top: -44px;
  height: 80px;
  left: -22px;
  -webkit-transition: height, left, .1s;
  transition: height, left, .1s;
}
/* line 2726, ../sass/base.scss */
.lft-icon.lrg60 img {
  top: -24px;
  height: 60px;
  left: -12px;
  -webkit-transition: height, left, .1s;
  transition: height, left, .1s;
}
/* line 2734, ../sass/base.scss */
.lft-icon.lrg50 img {
  top: -14px;
  height: 50px;
  left: -7px;
  -webkit-transition: height, left, .1s;
  transition: height, left, .1s;
}
/* line 2743, ../sass/base.scss */
.lft-icon.lrg42 img {
  top: -6px;
  height: 42px;
  left: -3px;
  -webkit-transition: height .1s, left .1s;
  transition: height .1s, left .1s;
}

/* line 2756, ../sass/base.scss */
.link {
  font-size: .8em;
  color: #34619e;
  cursor: pointer;
}
/* line 2760, ../sass/base.scss */
.link:hover {
  text-decoration: underline;
}

/* line 2765, ../sass/base.scss */
#gk-header {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/* line 2771, ../sass/base.scss */
#gk-footer {
  text-align: center;
  height: 26px;
  margin-top: 10px;
  padding: 4px 10px;
  width: 100%;
  float: left;
  border-top: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
/* line 2783, ../sass/base.scss */
#gk-footer img {
  margin: 0 auto;
}

/* line 2788, ../sass/base.scss */
#gk-logo {
  text-align: center;
}
/* line 2790, ../sass/base.scss */
#gk-logo img {
  max-width: 100%;
}

/* line 2795, ../sass/base.scss */
#gk-user {
  float: right;
  color: #f5f5f5;
}
/* line 2798, ../sass/base.scss */
#gk-user a {
  text-decoration: none;
  color: #f5f5f5;
}
/* line 2801, ../sass/base.scss */
#gk-user a:hover {
  text-decoration: underline;
}

/* line 2807, ../sass/base.scss */
#gk-form {
  width: 100%;
  float: left;
  padding: 10px 0;
}

/* line 2813, ../sass/base.scss */
.gk-wrapper {
  width: 400px;
  position: relative;
  overflow: hidden;
  float: left;
  font-family: 'Trebuchet MS', 'Georgia', serif;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 6px;
}
/* line 2822, ../sass/base.scss */
.gk-wrapper h3 {
  font-size: 22px;
  line-height: 26px;
  color: #630;
  margin: 0;
  padding: 0;
}
/* line 2829, ../sass/base.scss */
.gk-wrapper #error-wrapper {
  display: none;
  border-radius: 4px;
  border: 1px solid #f00;
  line-height: 18px;
  background-color: #fee;
  color: #f00;
  margin: 4px 0;
  width: 96%;
}
/* line 2838, ../sass/base.scss */
.gk-wrapper #error-wrapper p {
  display: none;
  padding: 2px 8px;
}
/* line 2843, ../sass/base.scss */
.gk-wrapper .required:after {
  content: "*";
  color: red;
  padding: 0 3px;
}
/* line 2848, ../sass/base.scss */
.gk-wrapper #gk-submit, .gk-wrapper #gk-login-submit {
  margin-left: 33%;
  margin-top: 8px;
}
/* line 2852, ../sass/base.scss */
.gk-wrapper .field-wrapper {
  clear: both;
  width: 100%;
  float: left;
  padding: 4px 0;
}
/* line 2857, ../sass/base.scss */
.gk-wrapper .field-wrapper input {
  width: 40%;
  float: left;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 2px;
  font-size: 15px;
  line-height: 22px;
  height: 22px;
}
/* line 2867, ../sass/base.scss */
.gk-wrapper .field-wrapper label {
  float: left;
  width: 30%;
  text-align: right;
  margin-right: 3%;
  font-weight: bold;
  line-height: 28px;
}
/* line 2875, ../sass/base.scss */
.gk-wrapper .field-wrapper textarea {
  width: 40%;
  border: 1px solid #363636;
}
/* line 2881, ../sass/base.scss */
.gk-wrapper .gk-btn {
  width: 18%;
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0 0 0 3%;
  text-align: center;
  background-color: #fff;
  color: #630;
  border-radius: 4px;
  border: 1px solid #630;
  cursor: pointer;
}
/* line 2895, ../sass/base.scss */
.gk-wrapper .gk-btn:hover {
  background-color: #630;
  color: #fff;
}

/* line 2905, ../sass/base.scss */
.tour-wrapper {
  list-style: none;
  margin: 0 20px 10px;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  /* line 2905, ../sass/base.scss */
  .tour-wrapper {
    box-shadow: none;
  }
}
/* line 2913, ../sass/base.scss */
.tour-wrapper ol {
  margin-left: 15px;
  padding-left: 0;
}

/* line 2920, ../sass/base.scss */
#tours .tour {
  height: 60px;
  padding: 10px;
  margin-bottom: 1px;
  position: relative;
  cursor: pointer;
  background-color: #DBDBDB;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, #dbdbdb));
  background-image: -moz-linear-gradient(#e9e9e9, #dbdbdb);
  background-image: -webkit-linear-gradient(#e9e9e9, #dbdbdb);
  background-image: linear-gradient(#e9e9e9, #dbdbdb);
}
/* line 2927, ../sass/base.scss */
#tours .tour .tour-box {
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  /* line 2920, ../sass/base.scss */
  #tours .tour {
    height: 40px;
    padding: 5px;
    background: #E9E9E9;
    border-radius: 5px;
    margin-bottom: 2px;
  }
}
/* line 2938, ../sass/base.scss */
#tours .tour .image {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media only screen and (max-width: 480px) {
  /* line 2938, ../sass/base.scss */
  #tours .tour .image {
    width: 40px;
    height: 40px;
    top: 5px;
    left: 5px;
  }
}
/* line 2950, ../sass/base.scss */
#tours .tour .image img {
  width: 60px;
}
@media only screen and (max-width: 480px) {
  /* line 2950, ../sass/base.scss */
  #tours .tour .image img {
    width: 40px;
  }
}
/* line 2957, ../sass/base.scss */
#tours .tour:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbdbdb), color-stop(100%, #e9e9e9));
  background-image: -moz-linear-gradient(#dbdbdb, #e9e9e9);
  background-image: -webkit-linear-gradient(#dbdbdb, #e9e9e9);
  background-image: linear-gradient(#dbdbdb, #e9e9e9);
}
/* line 2959, ../sass/base.scss */
#tours .tour:hover .hover-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(1, 1, 1, 0.3);
}
/* line 2967, ../sass/base.scss */
#tours .tour:hover .play {
  width: 38px;
  border-radius: 50%;
  background-color: #ddd;
  padding-left: 22px;
}
@media only screen and (max-width: 480px) {
  /* line 2974, ../sass/base.scss */
  #tours .tour:hover .hover-background {
    display: none;
  }
  /* line 2977, ../sass/base.scss */
  #tours .tour:hover .play {
    width: 22px;
    border-radius: none;
    background-color: transparent;
    padding-left: 0;
  }
}
/* line 2985, ../sass/base.scss */
#tours .tour .copy {
  height: 60px;
  padding: 0 10px;
  margin-left: 60px;
  margin-right: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  /* line 2985, ../sass/base.scss */
  #tours .tour .copy {
    height: 40px;
    margin-left: 40px;
    margin-top: 6px;
  }
}
/* line 2996, ../sass/base.scss */
#tours .tour .copy .name {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
}
/* line 3001, ../sass/base.scss */
#tours .tour .copy .description {
  font-size: 12px;
  line-height: 14px;
}
@media only screen and (max-width: 480px) {
  /* line 3001, ../sass/base.scss */
  #tours .tour .copy .description {
    display: none;
  }
}
/* line 3009, ../sass/base.scss */
#tours .tour .hover-background {
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
/* line 3013, ../sass/base.scss */
#tours .tour .play {
  height: 60px;
  width: 22px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  -moz-transition-property: width, border-radius, background-color, padding-left;
  -o-transition-property: width, border-radius, background-color, padding-left;
  -webkit-transition-property: width, border-radius, background-color, padding-left;
  transition-property: width, border-radius, background-color, padding-left;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
@media only screen and (max-width: 480px) {
  /* line 3013, ../sass/base.scss */
  #tours .tour .play {
    height: 40px;
  }
}
/* line 3025, ../sass/base.scss */
#tours .tour .play div {
  margin: 20px 0 0 1px;
}
@media only screen and (max-width: 480px) {
  /* line 3025, ../sass/base.scss */
  #tours .tour .play div {
    margin-top: 6px;
  }
}
/* line 3032, ../sass/base.scss */
#tours .tour .play-off div {
  width: 0;
  height: 0;
  border-left: 20px solid #363636;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/* line 3039, ../sass/base.scss */
#tours .tour .play-on div {
  width: 20px;
  height: 20px;
  background-color: #363636;
}

/* line 3049, ../sass/base.scss */
#tours .tw-group > .tour {
  background-image: url("../assets/img/arrow-large-down-dark.png");
  background-repeat: no-repeat;
  background-position: 20px 28px;
  background-size: 24px 24px;
  padding: 10px 60px;
}
@media only screen and (max-width: 480px) {
  /* line 3049, ../sass/base.scss */
  #tours .tw-group > .tour {
    background-position: 20px 18px;
  }
}
/* line 3058, ../sass/base.scss */
#tours .tw-group > .tour.contract {
  background-image: url("../assets/img/arrow-large-up-dark.png");
}
/* line 3061, ../sass/base.scss */
#tours .tw-group > .tour h4 {
  font-size: 1.3em;
}
@media only screen and (max-width: 480px) {
  /* line 3061, ../sass/base.scss */
  #tours .tw-group > .tour h4 {
    margin: 14px 0;
  }
}
/* line 3067, ../sass/base.scss */
#tours .tw-group > .tour:hover {
  background-color: #ccc;
}

/* line 3074, ../sass/base.scss */
.tg-expand {
  position: absolute;
  top: 32px;
  right: 4px;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  z-index: 99;
}

/* line 3084, ../sass/base.scss */
.tw-group, .tw {
  position: relative;
  list-style: none;
}

/* line 3090, ../sass/base.scss */
.tw-group .t-expcon {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  right: 10px;
  top: 56px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
/* line 3100, ../sass/base.scss */
.tw-group .t-expcon.expand {
  border-top: 14px solid #fe7;
}
/* line 3103, ../sass/base.scss */
.tw-group .t-expcon.contract {
  border-bottom: 14px solid #fe7;
}
/* line 3106, ../sass/base.scss */
.tw-group .t-expcon:hover.expand {
  border-top: 14px solid #fe0;
}
/* line 3109, ../sass/base.scss */
.tw-group .t-expcon:hover.contract {
  border-bottom: 14px solid #fe0;
}

/* line 3117, ../sass/base.scss */
.tour-wrapper.frn li ol {
  display: none;
}

/* line 3124, ../sass/base.scss */
.cb-type-sidebar #infowindow-footer {
  padding-bottom: 70px;
}

/* line 3129, ../sass/base.scss */
div.tour-nav {
  position: absolute;
  margin-top: 2px;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 112px;
  padding: 4px 0;
  background-color: #ccc;
}
@media only screen and (max-width: 480px) {
  /* line 3129, ../sass/base.scss */
  div.tour-nav {
    height: 34px;
    z-index: 99;
  }
}
/* line 3144, ../sass/base.scss */
div.tour-nav .tour-name {
  text-align: center;
  font-size: 22px;
}
@media only screen and (max-width: 480px) {
  /* line 3144, ../sass/base.scss */
  div.tour-nav .tour-name {
    margin: 0 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
/* line 3154, ../sass/base.scss */
div.tour-nav .tour-stop-thumb-wrapper {
  margin: 0 130px;
  overflow: hidden;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 80px;
}
@media only screen and (max-width: 480px) {
  /* line 3154, ../sass/base.scss */
  div.tour-nav .tour-stop-thumb-wrapper {
    display: none;
  }
}
/* line 3165, ../sass/base.scss */
div.tour-nav .tour-stop-thumb-wrapper .tour-stop-thumb-inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 3169, ../sass/base.scss */
div.tour-nav .tour-stop-thumb-wrapper .tour-stop-thumb-inner-wrapper .tour-stop-thumb {
  float: left;
  margin: 5px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: relative;
  background-color: #aaa;
}
/* line 3177, ../sass/base.scss */
div.tour-nav .tour-stop-thumb-wrapper .tour-stop-thumb-inner-wrapper .tour-stop-thumb.active {
  border: 2px solid #363636;
  margin: 2px;
  padding: 1px;
}
/* line 3181, ../sass/base.scss */
div.tour-nav .tour-stop-thumb-wrapper .tour-stop-thumb-inner-wrapper .tour-stop-thumb.active .tour-stop-thumb-number {
  bottom: -2px;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/* line 3186, ../sass/base.scss */
div.tour-nav .tour-stop-thumb-wrapper .tour-stop-thumb-inner-wrapper .tour-stop-thumb img {
  width: 70px;
  height: 70px;
}
/* line 3190, ../sass/base.scss */
div.tour-nav .tour-stop-thumb-wrapper .tour-stop-thumb-inner-wrapper .tour-stop-thumb .tour-stop-thumb-number {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -10px;
  text-align: center;
  background-color: #FFF;
  border-radius: 50%;
  line-height: 20px;
  border: 1px solid #000;
}

/* line 3208, ../sass/base.scss */
div.tour-prev,
div.tour-next {
  position: absolute;
  width: 100px;
  text-align: center;
  bottom: 0;
  font-size: 50px;
  cursor: pointer;
  color: #666;
  line-height: 114px;
}
@media only screen and (max-width: 480px) {
  /* line 3208, ../sass/base.scss */
  div.tour-prev,
  div.tour-next {
    line-height: 42px;
    width: 50px;
  }
}
/* line 3222, ../sass/base.scss */
div.tour-prev:hover,
div.tour-next:hover {
  color: black;
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* line 3226, ../sass/base.scss */
div.tour-prev:active,
div.tour-next:active {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 3231, ../sass/base.scss */
div.tour-prev {
  left: 10px;
}

/* line 3235, ../sass/base.scss */
div.tour-next {
  right: 10px;
}

/* line 3239, ../sass/base.scss */
.cb-type-sidebar div.tour-logo img {
  bottom: 8px;
}

/* line 3243, ../sass/base.scss */
.tour-audio-wrapper {
  height: 90px;
  width: 90px;
  background-color: #e8e8e8;
  position: absolute;
  left: 350px;
  bottom: 120px;
  z-index: 99;
  border-top-right-radius: 4px;
  box-shadow: 1px 0px 3px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 480px) {
  /* line 3243, ../sass/base.scss */
  .tour-audio-wrapper {
    left: auto;
    right: 0px;
    bottom: 42px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    box-shadow: -1px 0px 3px 0 rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (min-width: 900px) {
  /* line 3264, ../sass/base.scss */
  .widen .tour-audio-wrapper {
    left: 600px;
  }
}

/* line 3271, ../sass/base.scss */
.control {
  width: 20px;
  height: 15px;
  padding: 15px;
  cursor: pointer;
}
/* line 3276, ../sass/base.scss */
.control.play {
  padding-left: 18px;
  padding-right: 12px;
}

/* line 3282, ../sass/base.scss */
#jp-progress {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

/* line 3290, ../sass/base.scss */
#audio-time {
  width: 30px;
  float: right;
  color: #777;
  text-align: right;
  line-height: 24px;
}

/* line 3298, ../sass/base.scss */
#audio-title {
  float: left;
  color: #444;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  white-space: nowrap;
}

/* line 3308, ../sass/base.scss */
.tour-audio {
  width: 100%;
  height: 24px;
  float: left;
}

/* line 3314, ../sass/base.scss */
#jp-progress-bar {
  clear: both;
  float: left;
  margin-left: 13px;
}

/* line 3323, ../sass/base.scss */
.tour-audio .control.play div {
  width: 0;
  height: 0;
  border-left: 20px solid #363636;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
/* line 3333, ../sass/base.scss */
.tour-audio .control.stop div {
  width: 20px;
  height: 20px;
  background-color: #363636;
}

/* line 3341, ../sass/base.scss */
#tour-thumb-helper {
  margin-top: 5px;
  float: left;
}

/* line 3350, ../sass/base.scss */
#level-selector {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 2px;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 40px;
  left: 10px;
  width: 40px;
  height: 104px;
  z-index: 98;
}
@media only screen and (max-width: 480px) {
  /* line 3350, ../sass/base.scss */
  #level-selector {
    left: 12px;
    top: 5px;
  }
}
/* line 3365, ../sass/base.scss */
#level-selector div {
  height: 30px;
  width: 40px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left: 0;
}
/* line 3373, ../sass/base.scss */
#level-selector .btn-level {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
/* line 3377, ../sass/base.scss */
#level-selector .btn-level:hover {
  color: white;
  background-color: #979797;
}
/* line 3381, ../sass/base.scss */
#level-selector .btn-level.disabled {
  color: #eee;
  cursor: default;
}
/* line 3386, ../sass/base.scss */
#level-selector .up {
  top: 17px;
}
/* line 3389, ../sass/base.scss */
#level-selector .down {
  bottom: 0;
}
/* line 3392, ../sass/base.scss */
#level-selector .current-level {
  top: 47px;
  font-size: 20px;
}
/* line 3396, ../sass/base.scss */
#level-selector .title {
  top: 0;
  height: 20px;
  line-height: 20px;
  color: #979797;
}

/* line 3404, ../sass/base.scss */
#idi {
  position: absolute;
  top: 10px;
  left: 167px;
  cursor: pointer;
  border: 1px solid #979797;
  font-size: 11px;
  color: #979797;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 3px;
  height: 20px;
  line-height: 20px;
  width: 136px;
  text-align: center;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  /* line 3404, ../sass/base.scss */
  #idi {
    left: 64px;
    top: 5px;
  }
}
/* line 3425, ../sass/base.scss */
#idi:hover, #idi.on {
  color: #fff;
  background-color: #979797;
}
/* line 3429, ../sass/base.scss */
#idi.on:hover {
  color: #979797;
  background-color: #fff;
}

/* line 3436, ../sass/base.scss */
body.pvon #idi {
  display: none;
}

/* line 3441, ../sass/base.scss */
#idi-instructions-wrapper {
  display: none;
  position: absolute;
  top: 35px;
  left: 177px;
  width: 156px;
}
/* line 3447, ../sass/base.scss */
#idi-instructions-wrapper #idi-instructions {
  font-size: 12px;
  color: #979797;
  background-color: #fff;
  line-height: 18px;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
  margin-top: 7px;
  padding: 8px 10px;
}
/* line 3456, ../sass/base.scss */
#idi-instructions-wrapper #idi-instructions-spacer {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 8px solid #FFF;
  position: absolute;
  left: 60px;
}
@media only screen and (max-width: 480px) {
  /* line 3456, ../sass/base.scss */
  #idi-instructions-wrapper #idi-instructions-spacer {
    right: auto;
    left: 23px;
  }
}

/* line 3474, ../sass/base.scss */
#sb-progress {
  margin: 0 20px;
}

/* line 3478, ../sass/base.scss */
.meter {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 24px;
  height: 24px;
  margin: 4px 0;
}

/* line 3491, ../sass/base.scss */
.meter > span {
  display: block;
  height: 100%;
  background-color: #2bc253;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054));
  background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  position: relative;
  overflow: hidden;
}

/* line 3511, ../sass/base.scss */
.meter > span:after, .animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  overflow: hidden;
}

/* line 3544, ../sass/base.scss */
.animate > span:after {
  display: none;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
/* line 3566, ../sass/base.scss */
.nostripes > span > span, .nostripes > span:after {
  -webkit-animation: none;
  -moz-animation: none;
  background-image: none;
}

/* -------------------------------------
 * Bar container
 * ------------------------------------- */
/* line 3587, ../sass/base.scss */
.progress-radial {
  float: left;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #363636;
}

/* -------------------------------------
 * Optional centered circle w/text
 * ------------------------------------- */
/* line 3600, ../sass/base.scss */
.progress-radial .overlay {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #E8E8E8;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}

/* -------------------------------------
 * Mixin for progress-% class
 * ------------------------------------- */
/* line 3624, ../sass/base.scss */
.progress-0 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-1 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(93.6deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-2 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(97.2deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-3 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(100.8deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-4 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(104.4deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-5 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-6 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(111.6deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-7 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(115.2deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-8 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(118.8deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-9 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(122.4deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-10 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-11 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(129.6deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-12 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(133.2deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-13 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(136.8deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-14 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(140.4deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-15 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-16 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(147.6deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-17 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(151.2deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-18 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(154.8deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-19 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(158.4deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-20 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-21 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(165.6deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-22 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(169.2deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-23 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(172.8deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-24 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(176.4deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-25 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-26 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(183.6deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-27 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(187.2deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-28 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(190.8deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-29 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(194.4deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-30 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-31 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(201.6deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-32 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(205.2deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-33 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(208.8deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-34 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(212.4deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-35 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-36 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(219.6deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-37 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(223.2deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-38 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(226.8deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-39 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(230.4deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-40 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-41 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(237.6deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-42 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(241.2deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-43 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(244.8deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-44 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(248.4deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-45 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-46 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(255.6deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-47 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(259.2deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-48 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(262.8deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-49 {
  background-image: linear-gradient(90deg, #cccccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(266.4deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-50 {
  background-image: linear-gradient(-90deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-51 {
  background-image: linear-gradient(-86.4deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-52 {
  background-image: linear-gradient(-82.8deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-53 {
  background-image: linear-gradient(-79.2deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-54 {
  background-image: linear-gradient(-75.6deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-55 {
  background-image: linear-gradient(-72deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-56 {
  background-image: linear-gradient(-68.4deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-57 {
  background-image: linear-gradient(-64.8deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-58 {
  background-image: linear-gradient(-61.2deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-59 {
  background-image: linear-gradient(-57.6deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-60 {
  background-image: linear-gradient(-54deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-61 {
  background-image: linear-gradient(-50.4deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-62 {
  background-image: linear-gradient(-46.8deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-63 {
  background-image: linear-gradient(-43.2deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-64 {
  background-image: linear-gradient(-39.6deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-65 {
  background-image: linear-gradient(-36deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-66 {
  background-image: linear-gradient(-32.4deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-67 {
  background-image: linear-gradient(-28.8deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-68 {
  background-image: linear-gradient(-25.2deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-69 {
  background-image: linear-gradient(-21.6deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-70 {
  background-image: linear-gradient(-18deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-71 {
  background-image: linear-gradient(-14.4deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-72 {
  background-image: linear-gradient(-10.8deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-73 {
  background-image: linear-gradient(-7.2deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-74 {
  background-image: linear-gradient(-3.6deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-75 {
  background-image: linear-gradient(0deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-76 {
  background-image: linear-gradient(3.6deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-77 {
  background-image: linear-gradient(7.2deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-78 {
  background-image: linear-gradient(10.8deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-79 {
  background-image: linear-gradient(14.4deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-80 {
  background-image: linear-gradient(18deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-81 {
  background-image: linear-gradient(21.6deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-82 {
  background-image: linear-gradient(25.2deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-83 {
  background-image: linear-gradient(28.8deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-84 {
  background-image: linear-gradient(32.4deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-85 {
  background-image: linear-gradient(36deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-86 {
  background-image: linear-gradient(39.6deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-87 {
  background-image: linear-gradient(43.2deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-88 {
  background-image: linear-gradient(46.8deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-89 {
  background-image: linear-gradient(50.4deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-90 {
  background-image: linear-gradient(54deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-91 {
  background-image: linear-gradient(57.6deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-92 {
  background-image: linear-gradient(61.2deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-93 {
  background-image: linear-gradient(64.8deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-94 {
  background-image: linear-gradient(68.4deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-95 {
  background-image: linear-gradient(72deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-96 {
  background-image: linear-gradient(75.6deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-97 {
  background-image: linear-gradient(79.2deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-98 {
  background-image: linear-gradient(82.8deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-99 {
  background-image: linear-gradient(86.4deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3624, ../sass/base.scss */
.progress-100 {
  background-image: linear-gradient(90deg, #363636 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #363636 50%, #cccccc 50%, #cccccc);
}

/* line 3640, ../sass/base.scss */
.directions-submit, .directions-full-view, .directions-print, .directions-start-over, .dir-print {
  padding: 6px;
  background-color: black;
  color: white;
  cursor: pointer;
  margin-right: 5px;
}

/* line 3648, ../sass/base.scss */
.btn-wrapper-full {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: left;
}
/* line 3653, ../sass/base.scss */
.btn-wrapper-full div {
  display: inline;
  margin-left: 15px;
}

/* line 3659, ../sass/base.scss */
.balloon-directions-from {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  float: left;
}

/* line 3666, ../sass/base.scss */
.directions-from {
  width: 90%;
}

/* line 3670, ../sass/base.scss */
#directions-label {
  padding: 10px 0 0 0;
  font-size: 14px;
}
/* line 3673, ../sass/base.scss */
#directions-label span {
  font-weight: bold;
}

/* line 3678, ../sass/base.scss */
.dir-warning {
  background-color: #fff1a8;
  padding: 10px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  line-height: 20px;
}

/* line 3690, ../sass/base.scss */
.align-left {
  float: left;
}

/* line 3694, ../sass/base.scss */
.align-right {
  float: right;
}

/* line 3701, ../sass/base.scss */
.share {
  margin-top: 2px;
  padding: 10px 20px;
  text-align: left;
  width: auto;
}

/* line 3708, ../sass/base.scss */
.share-options {
  position: relative;
  padding: 5px 10px 15px 10px;
  width: auto;
}
/* line 3712, ../sass/base.scss */
.share-options div {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
/* line 3716, ../sass/base.scss */
.share-options div div {
  width: 100%;
  padding: 0 0 5px 0;
  border: none;
}
/* line 3720, ../sass/base.scss */
.share-options div div input {
  width: 100%;
}

/* line 3727, ../sass/base.scss */
.share-label {
  font-weight: bold;
  font-size: 14px;
}

/* line 3738, ../sass/base.scss */
#popup-wrapper {
  position: absolute;
  left: 0;
  width: 350px;
  background-color: #e5e5e5;
  z-index: 200;
}
@media only screen and (max-width: 480px) {
  /* line 3738, ../sass/base.scss */
  #popup-wrapper {
    width: 100%;
  }
}
/* line 3747, ../sass/base.scss */
#popup-wrapper #popup-close {
  width: 32px;
  height: 32px;
  line-height: 32px;
  float: right;
  cursor: pointer;
  background-color: #ddd;
  color: #fff;
  text-align: center;
}
/* line 3756, ../sass/base.scss */
#popup-wrapper #popup-close:hover {
  background-color: #363636;
  color: #fff;
}
/* line 3761, ../sass/base.scss */
#popup-wrapper #popup-content {
  line-height: 1.4em;
  font-size: 1.2em;
  padding: 15px;
}

/* line 3772, ../sass/base.scss */
#ad-wrapper {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 350px;
  background-color: #e5e5e5;
}
@media only screen and (max-width: 480px) {
  /* line 3772, ../sass/base.scss */
  #ad-wrapper {
    width: 100%;
    z-index: 100;
  }
}
/* line 3782, ../sass/base.scss */
#ad-wrapper #ad-close {
  width: 32px;
  height: 32px;
  line-height: 32px;
  float: right;
  cursor: pointer;
  background-color: #ddd;
  color: #fff;
  text-align: center;
}
/* line 3791, ../sass/base.scss */
#ad-wrapper #ad-close:hover {
  background-color: #363636;
  color: #fff;
}
/* line 3796, ../sass/base.scss */
#ad-wrapper #ad-content {
  line-height: 1.4em;
  font-size: 1.2em;
  padding: 15px;
}

/* line 3803, ../sass/base.scss */
#marker-ad {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 15px;
  background-color: #f5f5f5;
  float: left;
  clear: both;
}

/* -------------------------------------
 * feed styles
 * ------------------------------------- */
/* line 3818, ../sass/base.scss */
.class-day {
  display: inline-block;
  padding-left: 15px;
  width: 100px;
}

/* -------------------------------------
 * tabbed sidebar
 * ------------------------------------- */
/* line 3830, ../sass/base.scss */
.search-header h3 {
  text-decoration: underline;
}

/* line 3834, ../sass/base.scss */
#sidebar-toggle-buttons {
  margin: 20px 0 0;
  height: 40px;
  border-bottom: 1px solid #34619E;
  overflow: hidden;
}
/* line 3839, ../sass/base.scss */
.body-regular #sidebar-toggle-buttons {
  display: none;
}
/* line 3842, ../sass/base.scss */
#sidebar-toggle-buttons .st-button {
  float: left;
  height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  margin-top: 0;
  border-bottom: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
/* line 3852, ../sass/base.scss */
#sidebar-toggle-buttons .st-button .inner {
  line-height: 36px;
}
/* line 3856, ../sass/base.scss */
#sidebar-toggle-buttons.three .st-button {
  width: 30%;
}
/* line 3859, ../sass/base.scss */
#sidebar-toggle-buttons.two .st-button {
  width: 45%;
}
/* line 3863, ../sass/base.scss */
#sidebar-toggle-buttons #st-locations {
  margin-left: 15px;
}
/* line 3865, ../sass/base.scss */
#sidebar-toggle-buttons #st-locations.blue .inner {
  padding-left: 1px;
}
/* line 3870, ../sass/base.scss */
#sidebar-toggle-buttons #st-tours.blue .inner {
  padding-right: 1px;
}
/* line 3873, ../sass/base.scss */
#sidebar-toggle-buttons #st-tours.inactive {
  color: #ddd;
}

/* line 3880, ../sass/base.scss */
#tours {
  margin-top: 15px;
  display: none;
}

/* line 3885, ../sass/base.scss */
#search-wrapper {
  margin-top: 10px;
}

/* line 3889, ../sass/base.scss */
.search-field {
  width: 65%;
}

/* line 3893, ../sass/base.scss */
#search #search-key {
  -webkit-appearance: none;
  -webkit-box-shadow: rgba(213, 213, 213, 0.49804) 1px 2px 9px 0px inset;
  -webkit-font-smoothing: auto;
  -webkit-rtl-ordering: logical;
  -webkit-transition-delay: 0s, 0s;
  -webkit-transition-duration: 0.15s, 0.15s;
  -webkit-transition-property: border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out, ease-in-out;
  -webkit-user-select: text;
  -webkit-writing-mode: horizontal-tb;
  background-color: #FFF;
  background-image: none;
  border-bottom-color: #B0B0B0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-collapse: separate;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #B0B0B0;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #B0B0B0;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #B0B0B0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: rgba(213, 213, 213, 0.49804) 1px 2px 9px 0px inset;
  box-sizing: border-box;
  color: #505050;
  cursor: auto;
  display: block;
  float: left;
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  height: 40px;
  letter-spacing: normal;
  line-height: 25.920000076293945px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  position: relative;
  text-align: start;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  transition-delay: 0s, 0s;
  transition-duration: 0.15s, 0.15s;
  transition-property: border-color, box-shadow;
  transition-timing-function: ease-in-out, ease-in-out;
  width: 220px;
  word-spacing: 0px;
  writing-mode: lr-tb;
}
@media only screen and (max-width: 480px) {
  /* line 3893, ../sass/base.scss */
  #search #search-key {
    width: 100%;
  }
}

/* line 3967, ../sass/base.scss */
#search-button {
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: auto;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-user-select: none;
  -webkit-writing-mode: horizontal-tb;
  align-items: flex-start;
  background-color: #C0C0C0;
  background-image: none;
  border-bottom-color: transparent;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-collapse: separate;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: #2A2A2A;
  cursor: pointer;
  display: inline-block;
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 40px;
  letter-spacing: normal;
  line-height: 26px;
  margin-bottom: 0px;
  margin-left: -1px;
  margin-right: 0px;
  margin-top: 0px;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 6px;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 6px;
  position: relative;
  text-align: center;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  width: 90px;
  word-spacing: 0px;
  writing-mode: lr-tb;
}
@media only screen and (max-width: 480px) {
  /* line 3967, ../sass/base.scss */
  #search-button {
    width: 35%;
  }
}

/* line 4043, ../sass/base.scss */
.form-select {
  display: block;
  width: 77%;
  height: 25px;
  padding: 3px 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #DDD;
  border: 1px solid #ccc;
}

/* -------------------------------------
 * tabbed sidebar end
 * ------------------------------------- */
/* -------------------------------------
 * rice events
 * ------------------------------------- */
/* line 4063, ../sass/base.scss */
#event-details-link {
  color: #fff !important;
  text-decoration: none;
}

/* line 4068, ../sass/base.scss */
.event-description {
  width: 100%;
  float: left;
  padding: 12px 0;
}

/* -------------------------------------
 * mobile full screen
 * ------------------------------------- */
/* line 4079, ../sass/base.scss */
#mobile-fullscreen {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 1000;
}
/* line 4089, ../sass/base.scss */
#mobile-fullscreen #tvt-wrapper {
  width: 100% !important;
}
/* line 4092, ../sass/base.scss */
#mobile-fullscreen #mf-close {
  width: 44px;
  height: 44px;
  float: right;
  text-align: center;
  line-height: 44px;
  color: #363636;
  background-color: #f5f5f5;
  font-size: 32px;
}

/* -------------------------------------
 * bus ride system
 * ------------------------------------- */
/* line 4110, ../sass/base.scss */
#buses {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 4116, ../sass/base.scss */
#buses #br-header {
  padding: 0 15px;
}
/* line 4120, ../sass/base.scss */
#buses #br-list .br-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 4126, ../sass/base.scss */
#buses #br-list .br-item.hidden {
  display: none;
}
/* line 4130, ../sass/base.scss */
#buses #br-list .br-item .br-title {
  cursor: pointer;
  padding: 0 15px;
  border-bottom: 1px solid #fff;
  background-color: #f5f5f5;
}
/* line 4136, ../sass/base.scss */
#buses #br-list .br-item .br-title.inactive {
  background-color: inherit;
  border-color: #f5f5f5;
}
/* line 4141, ../sass/base.scss */
#buses #br-list .br-item .br-title.inactive:hover {
  background-color: #f5f5f5;
  border-color: #fff;
}
/* line 4146, ../sass/base.scss */
#buses #br-list .br-item .br-title:hover .notactive {
  display: none;
}
/* line 4150, ../sass/base.scss */
#buses #br-list .br-item .br-title .br-info {
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
  float: left;
  padding-bottom: 4px;
  width: 80%;
}
@media only screen and (max-width: 480px) {
  /* line 4150, ../sass/base.scss */
  #buses #br-list .br-item .br-title .br-info {
    width: 70%;
  }
}
/* line 4162, ../sass/base.scss */
#buses #br-list .br-item .br-title .br-info .br-name {
  padding-top: 10px;
  font-size: 15px;
}
/* line 4167, ../sass/base.scss */
#buses #br-list .br-item .br-title .br-info .br-time {
  font-size: 11px;
  color: #aaa;
}
/* line 4176, ../sass/base.scss */
#buses #br-list .br-times {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  background: #fff;
}
/* line 4185, ../sass/base.scss */
#buses #br-list .br-times .br-times-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 4189, ../sass/base.scss */
#buses #br-list .br-times .br-times-list li {
  padding: 5px 0;
}
/* line 4192, ../sass/base.scss */
#buses #br-list .br-times .br-times-list li .br-times-stop {
  float: left;
}
/* line 4194, ../sass/base.scss */
#buses #br-list .br-times .br-times-list li .br-times-stop a {
  text-decoration: none;
  font-size: 14px;
  color: #405a8b;
}
/* line 4200, ../sass/base.scss */
#buses #br-list .br-times .br-times-list li .br-times-time {
  float: right;
  text-align: right;
}
/* line 4210, ../sass/base.scss */
#buses table {
  width: auto;
  min-width: 100%;
}
/* line 4214, ../sass/base.scss */
#buses table td, #buses table tr, #buses table th {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  border-spacing: 0;
}
/* line 4223, ../sass/base.scss */
#buses table thead {
  border-bottom: 1px solid #4e4e4e;
}
/* line 4226, ../sass/base.scss */
#buses table thead th {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 2px 4px;
}
/* line 4234, ../sass/base.scss */
#buses table td {
  white-space: nowrap;
  padding: 4px 2px;
  padding-right: 10px;
}
/* line 4239, ../sass/base.scss */
#buses table td.time {
  width: 65px;
}
/* line 4243, ../sass/base.scss */
#buses table td.stopName > span {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #405a8b;
  cursor: pointer;
}

/* line 4257, ../sass/base.scss */
.bri-wrapper {
  margin: 9px 0;
  width: 28px;
  height: 28px;
  border: 2px solid #363636;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  position: relative;
  display: inline-block;
  float: left;
  cursor: pointer;
  overflow: hidden;
}
/* line 4270, ../sass/base.scss */
.bri-wrapper .notactive {
  border-radius: 50%;
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(192, 192, 192, 0.7);
}
/* line 4279, ../sass/base.scss */
.inactive .bri-wrapper .notactive {
  display: inline-block;
}
/* line 4283, ../sass/base.scss */
.inactive .bri-wrapper:hover .notactive {
  display: none;
}
/* line 4286, ../sass/base.scss */
.inactive .bri-wrapper {
  border-color: #ddd;
  background-color: #f5f5f5;
}
/* line 4290, ../sass/base.scss */
.inactive:hover .bri-wrapper {
  border-color: #363636;
  background-color: #fff;
}

/* line 4296, ../sass/base.scss */
.bri {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  position: relative;
  font-style: normal;
  text-align: left;
  text-indent: -9999px;
  direction: ltr;
}
/* line 4307, ../sass/base.scss */
.bri:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 7px;
  border-width: 7px 0 8px 5px;
  border-style: solid;
  border-left-color: transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 4319, ../sass/base.scss */
.bri:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 3px;
  border-width: 8px;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-transform: skew(-19deg, -19deg);
  -ms-transform: skew(-19deg, -19deg);
  transform: skew(-19deg, -19deg);
}

/* line 4334, ../sass/base.scss */
.br-checkbox {
  margin-top: 11px;
  float: right;
}
/* line 4338, ../sass/base.scss */
.br-checkbox .bri-toggle {
  width: 20px;
  height: 20px;
  float: right;
  padding: 5px 0;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  /* line 4338, ../sass/base.scss */
  .br-checkbox .bri-toggle {
    padding: 2px 0;
    margin-right: 6px;
    width: 26px;
    height: 26px;
  }
}
/* line 4352, ../sass/base.scss */
.br-checkbox .bri-toggle .bri-toggle-inner {
  width: 20px;
  height: 20px;
  float: left;
  background-color: #f5f5f5;
  box-shadow: inset 2px 2px 3px -1px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 480px) {
  /* line 4352, ../sass/base.scss */
  .br-checkbox .bri-toggle .bri-toggle-inner {
    width: 26px;
    height: 26px;
    background-position: 3px;
  }
}
/* line 4367, ../sass/base.scss */
.br-checkbox .bri-toggle.on .bri-toggle-inner {
  background-color: #cfcfcf;
  background-image: url("../assets/img/checkbox-checked.png");
  background-repeat: no-repeat;
}

/* line 4376, ../sass/base.scss */
.round {
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #aaa;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  overflow: hidden;
}
/* line 4385, ../sass/base.scss */
.round img {
  margin: 0 auto;
}

/* line 4390, ../sass/base.scss */
.bus-stop {
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #aaa;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 4402, ../sass/base.scss */
.stop--balloon-header {
  font-size: 16px;
  padding-left: 5px !important;
}

/* line 4406, ../sass/base.scss */
.stop--routes-table {
  width: 100%;
}
/* line 4409, ../sass/base.scss */
.stop--routes-table tr td {
  padding-bottom: 5px;
}
/* line 4410, ../sass/base.scss */
.stop--routes-table tr td:nth-child(1) {
  width: 36px;
}
/* line 4413, ../sass/base.scss */
.stop--routes-table tr td:nth-child(2) {
  width: 120px;
}

/* line 4421, ../sass/base.scss */
.stop--route-bus-icon {
  border-radius: 50%;
  border: 2px solid #333;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  position: relative;
  padding: 5px;
}
/* line 4431, ../sass/base.scss */
.stop--route-bus-icon > img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: text-top;
  position: relative;
  top: -1px;
}

/* line 4439, ../sass/base.scss */
.stop--bus-content {
  min-height: 180px;
}

/* line 4442, ../sass/base.scss */
.stop--route-name {
  font-size: 12px;
  font-weight: 500;
}

/* line 4446, ../sass/base.scss */
.stop--gray {
  color: #bdbdbd;
}

/* line 4450, ../sass/base.scss */
.stop--balloon-directions {
  height: 22px;
  line-height: 22px;
  float: left;
  padding: 0px 6px;
  margin-left: 5px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
}

/* -------------------------------------
 * overrides
 * ------------------------------------- */
@media only screen and (min-width: 900px) {
  /* line 4470, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper {
    width: 260px;
    height: 200px;
  }
  /* line 4473, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow {
    margin-left: -260px;
  }
  /* line 4475, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide {
    width: 260px;
  }
  /* line 4477, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide img {
    vertical-align: middle;
    max-width: 260px;
  }
  /* line 4481, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide.nxt {
    left: 520px;
  }
  /* line 4484, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide.prv {
    left: 0;
  }
  /* line 4487, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide.active {
    left: 260px;
  }
}

/* -------------------------------------
 * printmap related styles
 * ------------------------------------- */
/* line 4509, ../sass/base.scss */
#catTree .catToggle {
  vertical-align: top;
  display: inline-block;
}
/* line 4514, ../sass/base.scss */
#catTree .ddIcon, #catTree .ddIcon2 {
  width: 20px;
  height: 12px;
  background: url("../assets/img/arrow-down-dark.png") no-repeat center top;
  display: inline-block;
}
/* line 4521, ../sass/base.scss */
#catTree .ddArrow-up {
  background: url("../assets/img/arrow-up-dark.png") no-repeat center top;
}

/* line 4526, ../sass/base.scss */
.ui-resizable-helper {
  border: 2px dotted #00F;
}

/* line 4527, ../sass/base.scss */
.ui-icon-gripsmall-diagonal-se {
  background: red;
}

/* line 4531, ../sass/base.scss */
#generatePrintMap-unrender_wrapper, #generatePrintMap-hidelabels_wrapper, #sortByAlphabet_wrapper {
  display: inline-block;
  margin-top: 10px;
}
/* line 4534, ../sass/base.scss */
#generatePrintMap-unrender_wrapper input, #generatePrintMap-hidelabels_wrapper input, #sortByAlphabet_wrapper input {
  vertical-align: middle;
}

/* line 4539, ../sass/base.scss */
#formPrintPdf .multi-options {
  padding-top: 0px;
}

/* line 4543, ../sass/base.scss */
#show_tours_btn, #show_locations_btn {
  width: 49%;
  float: left;
  display: inline-block !important;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  border-top: 3px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  margin-top: 2px;
  color: #A30046;
  /*padding-left: 1px;*/
  /*    margin-bottom: 5px;*/
  margin-top: 10px;
  display: block;
  height: 35px;
  outline: 0;
}
/* line 4563, ../sass/base.scss */
#show_tours_btn:hover, #show_locations_btn:hover {
  background-color: #ccc;
}

/* line 4568, ../sass/base.scss */
#tos {
  line-height: 24px;
  position: absolute;
  right: 3px;
  color: #b2b2bd;
  text-decoration: none;
  font-size: 10px;
}
/* line 4576, ../sass/base.scss */
#tos:hover p {
  margin-top: 5px;
}

/* line 4582, ../sass/base.scss */
#all_tours .selected_tour {
  text-decoration: underline;
  color: #6C9846;
}

/* line 4587, ../sass/base.scss */
#formPrintPdf .active_gpm_btn {
  border-top: 3px solid #b34332 !important;
}

/* line 4591, ../sass/base.scss */
#all_tours {
  padding-top: 10px;
}
/* line 4593, ../sass/base.scss */
#all_tours li {
  padding-bottom: 2px;
  cursor: pointer;
  font-size: 14px;
}

/* line 4603, ../sass/base.scss */
.content-bar-wrapper .toggle.con .toggle-inner {
  background: url(../assets/img/checkbox-checked.png) white no-repeat center center !important;
}

/* line 4607, ../sass/base.scss */
.ui-resizable-handle {
  pointer-events: initial;
  background: #FF0000;
  background-image: none !important;
}

/* line 4613, ../sass/base.scss */
.ui-resizable-nw, .ui-resizable-ne, .ui-resizable-se, .ui-resizable-sw, .ui-resizable-n, .ui-resizable-w, .ui-resizable-s, .ui-resizable-e {
  width: 20px !important;
  height: 20px !important;
}

/* line 4618, ../sass/base.scss */
.ui-resizable-n {
  top: 0 !important;
}

/* line 4622, ../sass/base.scss */
.ui-resizable-s {
  bottom: 0 !important;
}

/* line 4626, ../sass/base.scss */
.ui-resizable-e, .ui-resizable-w {
  top: 50% !important;
}

/* line 4630, ../sass/base.scss */
.ui-resizable-w {
  left: 0 !important;
}

/* line 4634, ../sass/base.scss */
.ui-resizable-e {
  right: 0 !important;
}

/* line 4638, ../sass/base.scss */
.ui-resizable-n, .ui-resizable-s {
  left: 50% !important;
}

/* line 4642, ../sass/base.scss */
.ui-resizable-nw, .ui-resizable-ne {
  top: 0px !important;
}

/* line 4646, ../sass/base.scss */
.ui-resizable-ne {
  right: 0px !important;
}

/* line 4650, ../sass/base.scss */
.ui-resizable-nw {
  left: 0px !important;
}

/* line 4654, ../sass/base.scss */
.ui-resizable-sw {
  bottom: 0px !important;
  left: 0px !important;
}

/* line 4659, ../sass/base.scss */
.ui-resizable-se {
  bottom: 0px !important;
  right: 0px !important;
}

/* line 4664, ../sass/base.scss */
#baloonContainer {
  z-index: 99999999;
  position: absolute;
  width: 150px;
  height: 40px;
  background: #ccc;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #000;
  display: none;
}
/* line 4679, ../sass/base.scss */
#baloonContainer p {
  text-align: center;
  padding: 0 15px;
  padding-top: 15px;
}

/* line 4687, ../sass/base.scss */
#notificationContainer {
  z-index: 99999999;
  position: absolute;
  width: 550px;
  height: 110px;
  background: #FCF8E3;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: none;
}
/* line 4707, ../sass/base.scss */
#notificationContainer p {
  text-align: center;
  padding: 0 15px;
  padding-top: 15px;
}
/* line 4713, ../sass/base.scss */
#notificationContainer button {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  border: none;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Courier New;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
/* line 4731, ../sass/base.scss */
#notificationContainer button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/* line 4743, ../sass/base.scss */
.body-cms #map {
  height: calc(100% - 54px);
}

/* line 4747, ../sass/base.scss */
.body-regular #map {
  top: 24px !important;
  height: calc(100% - 24px);
}
@media only screen and (max-width: 480px) {
  /* line 4747, ../sass/base.scss */
  .body-regular #map {
    top: 50px !important;
    height: calc(100% - 50px);
  }
}
/* line 4756, ../sass/base.scss */
.body-regular .leaflet-top {
  top: 27px !important;
}
@media only screen and (max-width: 480px) {
  /* line 4756, ../sass/base.scss */
  .body-regular .leaflet-top {
    top: 50px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 4764, ../sass/base.scss */
  .body-regular.google #my-location {
    bottom: 24px;
  }
}

/* because of the !important tags above, we have to reclarify a few rules */
/* line 4772, ../sass/base.scss */
.topbar-hidden #map {
  top: 0 !important;
  height: 100% !important;
}

/* line 4779, ../sass/base.scss */
body #printButton:disabled {
  background-color: #ccc;
  background-image: none !important;
  cursor: default;
}

/* line 4788, ../sass/base.scss */
button {
  background: #dddddd;
  border: none;
  border-radius: 3px;
  padding: 2px 10px;
  margin: 5px;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
}

/* line 4798, ../sass/base.scss */
button:hover {
  background: #363636 !important;
}

/* line 4802, ../sass/base.scss */
button a {
  color: #1a1a1a !important;
  font-size: 18px !important;
  text-decoration: none;
}

/* line 4808, ../sass/base.scss */
button a:hover {
  color: #FFFFFF !important;
}

/* line 4817, ../sass/base.scss */
#maintenance-popup {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 999;
  background-color: #f5f5f5;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
/* line 4827, ../sass/base.scss */
#maintenance-popup .maintenance-text {
  padding: 8px 8px 0;
  color: #4a4a4a;
}
/* line 4831, ../sass/base.scss */
#maintenance-popup .maintenance-support {
  color: #999999;
  padding-left: 8px;
}
/* line 4835, ../sass/base.scss */
#maintenance-popup #dismiss-maintenance {
  width: 100px;
  line-height: 50px;
  padding: 0 8px;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
  color: #2560A6;
  font-size: 20px;
  text-align: right;
}
/* line 4846, ../sass/base.scss */
#maintenance-popup a {
  color: #2560A6;
  text-decoration: none;
}
/* line 4849, ../sass/base.scss */
#maintenance-popup a:hover, #maintenance-popup a:active {
  color: #1c487c;
}
/* line 4852, ../sass/base.scss */
#maintenance-popup a:visited {
  color: #2560A6;
}

/* line 4865, ../sass/base.scss */
#direction-details {
  width: 100%;
  float: left;
}
/* line 4869, ../sass/base.scss */
#direction-details header {
  background-color: #f5f5f5;
  padding: 15px;
  box-sizing: border-box;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  animation-duration: .25s;
}
/* line 4883, ../sass/base.scss */
#direction-details header #from-line {
  font-size: 1rem;
}
/* line 4888, ../sass/base.scss */
#direction-details #direction-steps {
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  animation-duration: .25s;
}
/* line 4899, ../sass/base.scss */
#direction-details #direction-steps .step {
  width: 100%;
  clear: both;
}
/* line 4903, ../sass/base.scss */
#direction-details #direction-steps .step .start {
  background: url("../assets/icons/start-step.svg") no-repeat;
  background-size: 42px;
  background-position: center 25px;
}
/* line 4909, ../sass/base.scss */
#direction-details #direction-steps .step .end {
  background: url("../assets/icons/end-step.svg") no-repeat !important;
  background-size: 20px;
  background-position: center 28px !important;
}
/* line 4915, ../sass/base.scss */
#direction-details #direction-steps .step .left {
  background: url("../assets/icons/left.svg") no-repeat;
  background-size: 20px;
  background-position: center 20px;
}
/* line 4921, ../sass/base.scss */
#direction-details #direction-steps .step .right {
  background: url("../assets/icons/right.svg") no-repeat;
  background-size: 20px;
  background-position: center 20px;
}
/* line 4927, ../sass/base.scss */
#direction-details #direction-steps .step .uturn {
  background: url("../assets/icons/uturn-left.svg") no-repeat;
  background-size: 20px;
  background-position: center 20px;
}
/* line 4933, ../sass/base.scss */
#direction-details #direction-steps .step .straight {
  background: url("../assets/icons/straight.svg") no-repeat;
  background-size: 16px;
  background-position: center 20px;
}
/* line 4939, ../sass/base.scss */
#direction-details #direction-steps .step .slight.right {
  background: url("../assets/icons/slight-right.svg") no-repeat;
  background-position: center 20px;
}
/* line 4944, ../sass/base.scss */
#direction-details #direction-steps .step .slight.left {
  background: url("../assets/icons/slight-left.svg") no-repeat;
  background-position: center 20px;
}
/* line 4949, ../sass/base.scss */
#direction-details #direction-steps .step .sharp.right {
  background: url("../assets/icons/sharp-right.svg") no-repeat;
  background-position: center 20px;
}
/* line 4954, ../sass/base.scss */
#direction-details #direction-steps .step .sharp.left {
  background: url("../assets/icons/sharp-left.svg") no-repeat;
  background-position: center 20px;
}
/* line 4960, ../sass/base.scss */
#direction-details #direction-steps .step .instruction-wrapper {
  width: 78%;
  float: left;
  min-height: 40px;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  margin-left: 2%;
}
/* line 4968, ../sass/base.scss */
#direction-details #direction-steps .step span {
  display: inline-block;
  float: left;
}
/* line 4971, ../sass/base.scss */
#direction-details #direction-steps .step span.modifier {
  width: 15%;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
/* line 4977, ../sass/base.scss */
#direction-details #direction-steps .step span.instruction {
  width: 100%;
  font-weight: 400;
  margin-bottom: 2px;
}
/* line 4982, ../sass/base.scss */
#direction-details #direction-steps .step span.distance {
  width: 100%;
  font-weight: 300;
  font-style: italic;
  height: 18px;
}

/* MAPBAR BUTTONS */
/* line 4994, ../sass/base.scss */
#button-map, #button-satellite {
  font-weight: 700;
  font-size: 11px !important;
}

/* line 4999, ../sass/base.scss */
#button-wrapper-mapType {
  left: 60px !important;
  font-weight: 700 !important;
}

/* line 5004, ../sass/base.scss */
#button-wrapper-home .button {
  width: 28px !important;
}

@media print {
  @page {
    size: A4;
  }
  /* line 5013, ../sass/base.scss */
  #extension-pane {
    overflow-y: visible;
  }

  /* line 5017, ../sass/base.scss */
  .balloon-directions-from, #balloon-top-bar, .dir-warning, .extension-title, .extension-close, #direction-buttons {
    display: none;
  }
}
