@charset "UTF-8";
/* 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: 7px 0px 2px 0px;
  max-height: 10px;
}
/* line 141, ../sass/base.scss */
#footer #footer-content {
  text-align: center;
}
/* line 143, ../sass/base.scss */
#footer #footer-content .sm-icon {
  width: 30px;
}

/* line 150, ../sass/base.scss */
#content-bar-subcontent {
  display: none;
  background: #f5f5f5;
  margin: 3px 0;
  width: 100%;
  float: left;
}
/* line 156, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-inner {
  background: #f5f5f5;
}
/* line 158, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-inner ul {
  background: #f5f5f5;
}
/* line 162, ../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 172, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-close:hover {
  background: #363636;
  color: #ffffff;
}
/* line 177, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-search-term {
  display: inline-block;
  height: 17px;
  line-height: 17px;
  padding-left: 5px;
}
/* line 182, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-search-term .search-term {
  font-weight: bold;
}

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

/* line 198, ../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 198, ../sass/base.scss */
  #my-location {
    display: block;
  }
}

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

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

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

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

/* line 261, ../sass/base.scss */
.tvt-colorbox #cboxLoadedContent {
  margin-bottom: 0;
}
/* line 264, ../sass/base.scss */
.tvt-colorbox #cboxClose {
  top: 0;
}
/* line 267, ../sass/base.scss */
.tvt-colorbox #cboxMiddleLeft,
.tvt-colorbox #cboxMiddleRight {
  width: 14px !important;
}
/* line 271, ../sass/base.scss */
.tvt-colorbox #cboxTopCenter,
.tvt-colorbox #cboxBottomCenter {
  height: 14px !important;
}
/* line 275, ../sass/base.scss */
.tvt-colorbox #cboxBottomCenter {
  background-position-y: -36px;
}
/* line 278, ../sass/base.scss */
.tvt-colorbox #cboxTopLeft,
.tvt-colorbox #cboxTopRight,
.tvt-colorbox #cboxBottomLeft,
.tvt-colorbox #cboxBottomRight {
  width: 14px;
  height: 14px;
}
/* line 285, ../sass/base.scss */
.tvt-colorbox #cboxBottomRight {
  background-position: -136px -36px;
}
/* line 288, ../sass/base.scss */
.tvt-colorbox #cboxBottomLeft {
  background-position: -101px -36px;
}
/* line 292, ../sass/base.scss */
.tvt-colorbox #header-text h1 {
  color: #630;
  font-size: 22px;
}
/* line 297, ../sass/base.scss */
.tvt-colorbox #tvt-wrapper {
  font-family: 'Trebuchet MS', 'Georgia', serif;
  font-size: 14px;
}

/* line 308, ../sass/base.scss */
.kba-colorbox #cboxLoadedContent {
  margin-bottom: 0;
}
/* line 311, ../sass/base.scss */
.kba-colorbox #cboxClose {
  top: 0;
  outline: none;
}
/* line 315, ../sass/base.scss */
.kba-colorbox #cboxMiddleLeft,
.kba-colorbox #cboxMiddleRight {
  width: 14px !important;
}
/* line 319, ../sass/base.scss */
.kba-colorbox #cboxTopCenter,
.kba-colorbox #cboxBottomCenter {
  height: 14px !important;
}
/* line 323, ../sass/base.scss */
.kba-colorbox #cboxBottomCenter {
  background-position-y: -36px;
}
/* line 326, ../sass/base.scss */
.kba-colorbox #cboxTopLeft,
.kba-colorbox #cboxTopRight,
.kba-colorbox #cboxBottomLeft,
.kba-colorbox #cboxBottomRight {
  width: 14px;
  height: 14px;
}
/* line 333, ../sass/base.scss */
.kba-colorbox #cboxBottomRight {
  background-position: -136px -36px;
}
/* line 336, ../sass/base.scss */
.kba-colorbox #cboxBottomLeft {
  background-position: -101px -36px;
}
/* line 339, ../sass/base.scss */
.kba-colorbox .kba-content {
  margin: 0px 10px;
}
/* line 341, ../sass/base.scss */
.kba-colorbox .kba-content ul {
  margin-left: 10px;
}
/* line 345, ../sass/base.scss */
.kba-colorbox .kba-header {
  margin: 10px;
}
/* line 347, ../sass/base.scss */
.kba-colorbox .kba-header h1 {
  color: #630;
  font-size: 22px;
}
/* line 352, ../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 366, ../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 384, ../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 384, ../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 404, ../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 418, ../sass/base.scss */
#collapse-arrow:hover {
  background-color: #ccc;
}
/* line 421, ../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 421, ../sass/base.scss */
  #collapse-arrow.collapsed {
    right: -23px !important;
    z-index: 101 !important;
  }
}
/* line 434, ../sass/base.scss */
#collapse-arrow.collapsed:hover {
  background-color: #ccc;
}

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

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

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

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

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

/* line 480, ../sass/base.scss */
#map-search {
  float: left;
  background-color: white;
  padding: 6px;
  border: 1px solid #ccc;
}
/* line 485, ../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 494, ../sass/base.scss */
#map-search input:focus {
  border: 1px solid #363636;
  height: 20px;
  padding: 3px 5px;
  width: 202px;
}
/* line 500, ../sass/base.scss */
#map-search input::-moz-focus-inner {
  border: 1px solid #5B9DD9;
  outline: 1px solid #5B9DD9;
}

/* line 507, ../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 515, ../sass/base.scss */
.button.fsbutton {
  padding: 0 4px;
}

/* line 521, ../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 10px 9px;
  text-align: center;
  cursor: pointer;
}

/* line 534, ../sass/base.scss */
#cmsPublish {
  padding-left: 25px;
}

/* line 538, ../sass/base.scss */
.cms-nav-right {
  padding: 0 5px 0 0;
}

/* line 542, ../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 546, ../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 552, ../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 557, ../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 561, ../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 570, ../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 573, ../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 579, ../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 584, ../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 590, ../sass/base.scss */
.button-link a {
  text-decoration: none;
  color: #fff;
}

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

/* line 599, ../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 607, ../sass/base.scss */
#spinner #spinner-inner {
  width: 100%;
  height: 100%;
  background: transparent url("../assets/img/spinner.gif") no-repeat 160px 50%;
}

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

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

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

/* line 631, ../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 644, ../sass/base.scss */
.as-container {
  width: 100%;
  float: left;
}

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

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

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

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

/* line 699, ../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 710, ../sass/base.scss */
#solr-header {
  background-color: #dedede;
}

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

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

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

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

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

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

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

/* line 765, ../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 777, ../sass/base.scss */
#close-pg:hover {
  background-color: #363636;
}

/* line 782, ../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 798, ../sass/base.scss */
.print-circle-red {
  background: #FE0000;
}

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

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

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

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

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

/* line 829, ../sass/base.scss */
#png-too-many {
  margin: 8px 0;
  padding: 4px;
  font-size: 12px;
  background-color: #ffe4e1;
  box-sizing: border-box;
  width: 100%;
  float: left;
}

/* line 839, ../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 850, ../sass/base.scss */
#frameOverMapContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  pointer-events: none;
  padding: 0px;
  margin: 0;
  overflow: hidden;
}

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

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

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

/* line 879, ../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 891, ../sass/base.scss */
.treeview .hitarea-active {
  background: #363636;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

/* line 938, ../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 938, ../sass/base.scss */
  #menu-bar {
    display: none;
  }
}
/* line 950, ../sass/base.scss */
#menu-bar .menu-single-item {
  float: left;
  width: auto;
  padding: 6px 10px;
  cursor: pointer;
}
/* line 955, ../sass/base.scss */
#menu-bar .menu-single-item.fsbutton {
  padding: 0 4px;
}
/* line 959, ../sass/base.scss */
#menu-bar #menu-bar-right {
  float: right;
  width: 280px;
}
/* line 962, ../sass/base.scss */
#menu-bar #menu-bar-right .button {
  float: right;
  padding-left: 20px;
  width: 40px;
  padding: 6px 6px 6px 20px;
}
/* line 967, ../sass/base.scss */
#menu-bar #menu-bar-right .button.large {
  width: 120px;
  color: #fff;
}

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

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

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

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

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

/* line 1027, ../sass/base.scss */
.content-bar-pane .level-1 {
  padding-left: 10px;
}
/* line 1030, ../sass/base.scss */
.content-bar-pane .level-2 {
  padding-left: 20px;
}
/* line 1033, ../sass/base.scss */
.content-bar-pane .level-3 {
  padding-left: 30px;
}
/* line 1036, ../sass/base.scss */
.content-bar-pane .level-4 {
  padding-left: 40px;
}

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

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

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

/* line 1073, ../sass/base.scss */
.content-bar-title {
  height: 40px;
  line-height: 30px;
}
/* line 1076, ../sass/base.scss */
.content-bar-title .image-wrapper {
  float: left;
  padding: 4px 4px 4px 16px;
  width: 22px;
  height: 26px;
}
/* line 1082, ../sass/base.scss */
.content-bar-title .image-wrapper img {
  max-width: 22px;
  max-height: 22px;
}
@media only screen and (max-width: 480px) {
  /* line 1082, ../sass/base.scss */
  .content-bar-title .image-wrapper img {
    max-width: 16px;
    max-height: 16px;
    margin-left: 2px;
  }
}
/* line 1091, ../sass/base.scss */
.content-bar-title .text-wrapper {
  float: left;
  overflow: hidden;
  width: 62%;
}
/* line 1095, ../sass/base.scss */
.content-bar-title .text-wrapper span {
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 1100, ../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 1100, ../sass/base.scss */
  .content-bar-title .toggle {
    padding: 2px 0;
    margin-right: 6px;
    width: 26px;
    height: 26px;
  }
}
/* line 1112, ../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 1112, ../sass/base.scss */
  .content-bar-title .toggle .toggle-inner {
    width: 26px;
    height: 26px;
    background-position: 3px;
  }
}

/* line 1127, ../sass/base.scss */
.content-bar-title-hover {
  cursor: pointer;
}
/* line 1129, ../sass/base.scss */
.content-bar-title-hover:hover {
  background: #ddd;
}
/* line 1132, ../sass/base.scss */
.content-bar-title-hover .content-bar-wrapper {
  background: url("../assets/img/arrow-down-dark.png") no-repeat 20px 15px;
}
/* line 1134, ../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 1140, ../sass/base.scss */
.bullet-wrapper {
  border: none;
}
/* line 1143, ../sass/base.scss */
.bullet-wrapper .bullet {
  background-size: auto 100%;
}

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

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

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

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

/* line 1187, ../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 1187, ../sass/base.scss */
  #search #search-key {
    box-shadow: none;
    border-radius: 3px;
    height: 18px;
    padding: 4px 8px;
  }
}
/* line 1198, ../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 1203, ../sass/base.scss */
#search #search-failed {
  background-color: #f00;
}
/* line 1206, ../sass/base.scss */
#search #search-geo {
  background-color: #FFA500;
}
/* line 1209, ../sass/base.scss */
#search .no-search-result {
  color: #fff;
  height: 22px;
  line-height: 22px;
  text-indent: 4px;
  display: none;
}

/* line 1218, ../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 1224, ../sass/base.scss */
.desktop-search {
  margin: 0 20px;
  position: relative;
}

/* line 1229, ../sass/base.scss */
.search-field {
  overflow: hidden;
  float: left;
  width: 70%;
}
/* line 1233, ../sass/base.scss */
.search-field label {
  width: 80px;
  line-height: 24px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
}
/* line 1240, ../sass/base.scss */
.search-field .text {
  width: 90%;
  float: left;
}
/* line 1244, ../sass/base.scss */
.search-field select {
  width: 228px;
  float: left;
  margin: 2px 0;
}
/* line 1249, ../sass/base.scss */
.search-field .range {
  width: 96px;
  float: left;
}
/* line 1253, ../sass/base.scss */
.search-field .first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 1257, ../sass/base.scss */
.search-field .last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 1261, ../sass/base.scss */
.search-field span {
  width: 20px;
  display: block;
  float: left;
  text-align: center;
  line-height: 21px;
  margin: 3px 0;
  color: #fff;
}

/* line 1272, ../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 1272, ../sass/base.scss */
  #search-button {
    box-shadow: none;
    padding: 9px 12px;
  }
}

/* line 1283, ../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 1283, ../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 1305, ../sass/base.scss */
  #slr-lightbox.expanded {
    width: 100% !important;
  }
}

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

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

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

/* line 1343, ../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 1343, ../sass/base.scss */
  #slr-content {
    height: 100%;
  }
}

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

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

/* line 1371, ../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 1371, ../sass/base.scss */
  .search-image {
    width: 100px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1381, ../sass/base.scss */
  .search-image img {
    width: 100%;
    max-width: 320px;
  }
}

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

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

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

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

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

/* line 1418, ../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 1437, ../sass/base.scss */
#search-result-button:hover {
  background-color: #363636;
}

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

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

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

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

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

/* line 1474, ../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 1474, ../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 1495, ../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 1504, ../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 1504, ../sass/base.scss */
  #search-results-wrapper #search-results .sr-item {
    height: 48px;
    padding-right: 30px;
    background-position: 95% center;
  }
}
/* line 1521, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item:hover {
  background-image: url(../assets/img/sr-arrow-hover.png);
}
/* line 1524, ../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 1530, ../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 1535, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-body {
  padding-left: 10px;
  height: 90px;
}
/* line 1538, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-body h3 {
  margin: 5px 0 0;
}
/* line 1541, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-body .sr-category {
  font-size: 11px;
  margin: 0 0 4px;
}
/* line 1545, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-body .sr-description {
  font-size: 12px;
}
/* line 1551, ../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 1560, ../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 1560, ../sass/base.scss */
  #search-results-wrapper #sr-header #sr-triangle {
    display: none;
  }
}
/* line 1575, ../sass/base.scss */
#search-results-wrapper #sr-header #sr-title {
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
}
/* line 1580, ../sass/base.scss */
#search-results-wrapper #sr-header #sr-count {
  float: right;
  padding-right: 15px;
}
/* line 1584, ../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 1593, ../sass/base.scss */
  #search-results-wrapper #sr-header #sr-minimize {
    display: none;
  }
}

/* line 1600, ../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 1600, ../sass/base.scss */
  #sr-min-btn {
    visibility: visible;
    display: none;
  }
}

/* line 1624, ../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 1624, ../sass/base.scss */
  .tiptool {
    display: none !important;
  }
}

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

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

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

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

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

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

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

/* line 1702, ../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 1702, ../sass/base.scss */
  #content-bar-balloon-wrapper {
    width: 100%;
    overflow-y: visible;
    overflow-x: visible;
  }
}

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

/* line 1728, ../sass/base.scss */
#infowindow-wrapper {
  max-height: 400px;
  overflow: hidden;
}
/* line 1731, ../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 1743, ../sass/base.scss */
#infowindow-header {
  padding: 3px 0;
  background: #ccc;
}

/* line 1748, ../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 1762, ../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 1774, ../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 1787, ../sass/base.scss */
.infowindow-tools.active {
  background-color: #363636 !important;
}

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

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

/* line 1801, ../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 1801, ../sass/base.scss */
  .colorbox-enlarge-button {
    display: none;
  }
}

/* line 1816, ../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 1816, ../sass/base.scss */
  #extension-pane {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 1832, ../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 1838, ../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 1847, ../sass/base.scss */
  .widen #extension-pane {
    width: 580px;
  }
}

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

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

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

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

/* line 1883, ../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 1883, ../sass/base.scss */
  #balloon-wrapper {
    width: 100%;
  }
}
/* line 1895, ../sass/base.scss */
#balloon-wrapper .balloon-header.title-only {
  padding: 0;
}
/* line 1898, ../sass/base.scss */
#balloon-wrapper .balloon-header .title {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
/* line 1904, ../sass/base.scss */
#balloon-wrapper .balloon-header .title .title-image {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
/* line 1910, ../sass/base.scss */
#balloon-wrapper .balloon-header.title-only .title {
  padding: 10px;
}
/* line 1914, ../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 1922, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper {
  width: 260px;
  height: 200px;
  overflow: hidden;
  background-color: inherit;
  position: relative;
}
/* line 1928, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow {
  margin-left: -260px;
  background-color: inherit;
  position: relative;
  visibility: hidden;
}
/* line 1933, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  background-color: inherit;
}
/* line 1934, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.active {
  z-index: 101;
}
/* line 1937, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.nxt {
  z-index: 101;
}
/* line 1944, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide img {
  vertical-align: middle;
  max-width: 260px;
  max-height: 200px;
}
/* line 1949, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.nxt {
  left: 520px;
}
/* line 1952, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.prv {
  left: 0;
}
/* line 1955, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.active {
  left: 260px;
}
/* line 1959, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide embed {
  vertical-align: middle;
  width: 100%;
}
/* line 1966, ../sass/base.scss */
#balloon-wrapper .media .slideshow-prev {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: auto;
  cursor: pointer;
  font-size: 14px;
}
/* line 1976, ../sass/base.scss */
#balloon-wrapper .media .slideshow-next {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  cursor: pointer;
  font-size: 14px;
}
/* line 1986, ../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 1996, ../sass/base.scss */
#balloon-wrapper .description {
  padding: 0 10px 20px;
  word-wrap: break-word;
}
/* line 1999, ../sass/base.scss */
#balloon-wrapper .description ul {
  list-style: disc;
  padding: 5px 0 5px 15px;
}
/* line 2004, ../sass/base.scss */
#balloon-wrapper .marker-feed-wrapper {
  margin: 10px 20px;
}
/* line 2012, ../sass/base.scss */
#balloon-wrapper .stat {
  margin: 0 20px;
}
/* line 2015, ../sass/base.scss */
#balloon-wrapper .stat .stat-number {
  font-weight: bold;
}
/* line 2018, ../sass/base.scss */
#balloon-wrapper .comment-box {
  margin: 0 20px;
}

@media only screen and (min-width: 900px) {
  /* line 2023, ../sass/base.scss */
  .widen #balloon-wrapper {
    width: 580px;
  }
}
@media only screen and (min-width: 900px) {
  /* line 2027, ../sass/base.scss */
  .widen #balloon-wrapper .media {
    max-width: 520px;
    max-height: 450px;
  }
}
@media only screen and (min-width: 900px) {
  /* line 2032, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper {
    width: 520px;
    height: 450px;
  }
}
@media only screen and (min-width: 900px) {
  /* line 2037, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow {
    margin-left: -520px;
  }
}
@media only screen and (min-width: 900px) {
  /* line 2041, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide {
    width: 520px;
  }
  /* line 2044, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide img {
    vertical-align: middle;
    max-width: 520px;
    max-height: 450px;
  }
  /* line 2049, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.nxt {
    left: 1080px;
  }
  /* line 2052, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.prv {
    left: 0;
  }
  /* line 2055, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.active {
    left: 520px;
  }
}

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

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

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

/* line 2077, ../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 2088, ../sass/base.scss */
#content-bar-balloon-close:hover {
  background: #363636;
  color: #ffffff;
}

/* line 2094, ../sass/base.scss */
#balloon-collapse {
  display: none;
}
@media only screen and (max-width: 480px) {
  /* line 2094, ../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 2110, ../sass/base.scss */
  #balloon-collapse:before {
    font-size: 14px;
    content: 'Map';
    text-align: center;
    display: block;
  }
}

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

/* line 2128, ../sass/base.scss */
body.balloon-collapsed #content-bar-balloon-wrapper {
  top: 100%;
  margin-top: -68px;
}
/* line 2132, ../sass/base.scss */
body.balloon-collapsed #content-bar-balloon-wrapper .infowindow-tools {
  display: none;
}
/* line 2135, ../sass/base.scss */
body.balloon-collapsed #content-bar-balloon-wrapper .balloon-header {
  padding: 5px 20px 15px;
}
/* line 2138, ../sass/base.scss */
body.balloon-collapsed #content-bar-balloon-wrapper #balloon-wrapper {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  /* line 2141, ../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 2153, ../sass/base.scss */
  body.balloon-collapsed #content-bar-balloon-wrapper #balloon-collapse:before {
    content: 'Details';
  }
}
/* line 2161, ../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 2161, ../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 2161, ../sass/base.scss */
  body.tour-active #content-bar-balloon-wrapper, body.tour-active #extension-pane {
    bottom: 120px;
  }
}
/* line 2172, ../sass/base.scss */
body.tour-active.balloon-collapsed #content-bar-balloon-wrapper {
  margin-top: -100px;
}
/* line 2175, ../sass/base.scss */
body.tour-active.balloon-collapsed .tour-audio-wrapper {
  bottom: 100px;
}
@media only screen and (max-width: 480px) {
  /* line 2181, ../sass/base.scss */
  body.list-expanded #sidebar-header {
    display: none;
  }
}

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

/* line 2201, ../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 2209, ../sass/base.scss */
.favor-it.favorite {
  background: url(../assets/img/star-yellow.png) no-repeat center center;
}

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

/* line 2218, ../sass/base.scss */
#modal {
  position: absolute;
  left: 0;
  width: 240px;
  background-color: #fff;
  display: none;
  z-index: 99;
  -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 2233, ../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 2242, ../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 2255, ../sass/base.scss */
#alt-save {
  float: left;
}

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

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

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

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

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

/* line 2296, ../sass/base.scss */
.hz-menu {
  float: left;
  clear: both;
  width: 100%;
  margin: 6px 0;
}
/* line 2301, ../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 2317, ../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 2326, ../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 2334, ../sass/base.scss */
.hz-menu li.active, .hz-menu li:hover {
  background-color: #363636;
  color: #ebebeb;
}
/* line 2339, ../sass/base.scss */
.hz-menu.half li {
  width: 49%;
  line-height: 32px;
  font-size: 15px;
}
/* line 2344, ../sass/base.scss */
.hz-menu.third li {
  width: 33%;
  line-height: 32px;
  font-size: 15px;
}

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

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

/* line 2365, ../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 2382, ../sass/base.scss */
#pano-conceal:hover {
  background-color: #363636;
  color: white;
}

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

/* line 2392, ../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 2408, ../sass/base.scss */
.pano-share:hover, .pano-share.active {
  background-color: #363636;
  color: white;
}

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

/* line 2420, ../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 2428, ../sass/base.scss */
#pano-header-center .title {
  padding: 10px;
  float: left;
  background: none;
  font-weight: bold;
}
/* line 2433, ../sass/base.scss */
#pano-header-center .title.clickable {
  cursor: pointer;
}
/* line 2435, ../sass/base.scss */
#pano-header-center .title.clickable:hover {
  background-color: rgba(54, 54, 54, 0.75);
  color: white;
}
/* line 2441, ../sass/base.scss */
#pano-header-center .prev, #pano-header-center .next {
  padding: 10px 15px;
  float: left;
  cursor: pointer;
}
/* line 2445, ../sass/base.scss */
#pano-header-center .prev:hover, #pano-header-center .next:hover {
  background-color: rgba(54, 54, 54, 0.75);
  color: white;
}

/* line 2452, ../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 2462, ../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 2470, ../sass/base.scss */
#pano-header-center .pano-title.clickable {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2553, ../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 2562, ../sass/base.scss */
#pano-header .pano-title {
  padding: 10px;
  float: left;
  background: none;
  font-weight: bold;
}

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

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

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

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

/* line 2593, ../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 2604, ../sass/base.scss */
.pano-bar a,
.pano-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

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

/* line 2613, ../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 2619, ../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 2626, ../sass/base.scss */
.pano-bar a.pano-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

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

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

/* line 2640, ../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 2646, ../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 2657, ../sass/base.scss */
.pano-control-zoom-in {
  font: bold 18px 'Lucida Console', Monaco, monospace;
}

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

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

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

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

/* line 2683, ../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 2695, ../sass/base.scss */
.leaflet-popup .balloon-header {
  padding: 10px;
}

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

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

/* line 2721, ../sass/base.scss */
.lft-icon {
  width: 36px;
  height: 36px;
  position: relative;
  text-align: center;
  /* 1.2 of 35 */
}
/* line 2726, ../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 2737, ../sass/base.scss */
.lft-icon.lrg80 img {
  top: -44px;
  height: 80px;
  left: -22px;
  -webkit-transition: height, left, .1s;
  transition: height, left, .1s;
}
/* line 2745, ../sass/base.scss */
.lft-icon.lrg60 img {
  top: -24px;
  height: 60px;
  left: -12px;
  -webkit-transition: height, left, .1s;
  transition: height, left, .1s;
}
/* line 2753, ../sass/base.scss */
.lft-icon.lrg50 img {
  top: -14px;
  height: 50px;
  left: -7px;
  -webkit-transition: height, left, .1s;
  transition: height, left, .1s;
}
/* line 2762, ../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 2775, ../sass/base.scss */
.link {
  font-size: .8em;
  color: #34619e;
  cursor: pointer;
}
/* line 2779, ../sass/base.scss */
.link:hover {
  text-decoration: underline;
}

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

/* line 2790, ../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 2802, ../sass/base.scss */
#gk-footer img {
  margin: 0 auto;
}

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

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

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

/* line 2832, ../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 2841, ../sass/base.scss */
.gk-wrapper h3 {
  font-size: 22px;
  line-height: 26px;
  color: #630;
  margin: 0;
  padding: 0;
}
/* line 2848, ../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 2857, ../sass/base.scss */
.gk-wrapper #error-wrapper p {
  display: none;
  padding: 2px 8px;
}
/* line 2862, ../sass/base.scss */
.gk-wrapper .required:after {
  content: "*";
  color: red;
  padding: 0 3px;
}
/* line 2867, ../sass/base.scss */
.gk-wrapper #gk-submit, .gk-wrapper #gk-login-submit {
  margin-left: 33%;
  margin-top: 8px;
}
/* line 2871, ../sass/base.scss */
.gk-wrapper .field-wrapper {
  clear: both;
  width: 100%;
  float: left;
  padding: 4px 0;
}
/* line 2876, ../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 2886, ../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 2894, ../sass/base.scss */
.gk-wrapper .field-wrapper textarea {
  width: 40%;
  border: 1px solid #363636;
}
/* line 2900, ../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 2914, ../sass/base.scss */
.gk-wrapper .gk-btn:hover {
  background-color: #630;
  color: #fff;
}

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

/* line 2939, ../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 2946, ../sass/base.scss */
#tours .tour .tour-box {
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  /* line 2939, ../sass/base.scss */
  #tours .tour {
    height: 40px;
    padding: 5px;
    background: #E9E9E9;
    border-radius: 5px;
    margin-bottom: 2px;
  }
}
/* line 2957, ../sass/base.scss */
#tours .tour .image {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media only screen and (max-width: 480px) {
  /* line 2957, ../sass/base.scss */
  #tours .tour .image {
    width: 40px;
    height: 40px;
    top: 5px;
    left: 5px;
  }
}
/* line 2969, ../sass/base.scss */
#tours .tour .image img {
  width: 60px;
}
@media only screen and (max-width: 480px) {
  /* line 2969, ../sass/base.scss */
  #tours .tour .image img {
    width: 40px;
  }
}
/* line 2976, ../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 2978, ../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 2986, ../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 2993, ../sass/base.scss */
  #tours .tour:hover .hover-background {
    display: none;
  }
  /* line 2996, ../sass/base.scss */
  #tours .tour:hover .play {
    width: 22px;
    border-radius: none;
    background-color: transparent;
    padding-left: 0;
  }
}
/* line 3004, ../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 3004, ../sass/base.scss */
  #tours .tour .copy {
    height: 40px;
    margin-left: 40px;
    margin-top: 6px;
  }
}
/* line 3015, ../sass/base.scss */
#tours .tour .copy .name {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
}
/* line 3020, ../sass/base.scss */
#tours .tour .copy .description {
  font-size: 12px;
  line-height: 14px;
}
@media only screen and (max-width: 480px) {
  /* line 3020, ../sass/base.scss */
  #tours .tour .copy .description {
    display: none;
  }
}
/* line 3028, ../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 3032, ../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 3032, ../sass/base.scss */
  #tours .tour .play {
    height: 40px;
  }
}
/* line 3044, ../sass/base.scss */
#tours .tour .play div {
  margin: 20px 0 0 1px;
}
@media only screen and (max-width: 480px) {
  /* line 3044, ../sass/base.scss */
  #tours .tour .play div {
    margin-top: 6px;
  }
}
/* line 3051, ../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 3058, ../sass/base.scss */
#tours .tour .play-on div {
  width: 20px;
  height: 20px;
  background-color: #363636;
}

/* line 3068, ../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 3068, ../sass/base.scss */
  #tours .tw-group > .tour {
    background-position: 20px 18px;
  }
}
/* line 3077, ../sass/base.scss */
#tours .tw-group > .tour.contract {
  background-image: url("../assets/img/arrow-large-up-dark.png");
}
/* line 3080, ../sass/base.scss */
#tours .tw-group > .tour h4 {
  font-size: 1.3em;
}
@media only screen and (max-width: 480px) {
  /* line 3080, ../sass/base.scss */
  #tours .tw-group > .tour h4 {
    margin: 14px 0;
  }
}
/* line 3086, ../sass/base.scss */
#tours .tw-group > .tour:hover {
  background-color: #ccc;
}

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

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

/* line 3109, ../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 3119, ../sass/base.scss */
.tw-group .t-expcon.expand {
  border-top: 14px solid #fe7;
}
/* line 3122, ../sass/base.scss */
.tw-group .t-expcon.contract {
  border-bottom: 14px solid #fe7;
}
/* line 3125, ../sass/base.scss */
.tw-group .t-expcon:hover.expand {
  border-top: 14px solid #fe0;
}
/* line 3128, ../sass/base.scss */
.tw-group .t-expcon:hover.contract {
  border-bottom: 14px solid #fe0;
}

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

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

/* line 3148, ../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 3148, ../sass/base.scss */
  div.tour-nav {
    height: 34px;
    z-index: 99;
  }
}
/* line 3163, ../sass/base.scss */
div.tour-nav .tour-name {
  text-align: center;
  font-size: 22px;
}
@media only screen and (max-width: 480px) {
  /* line 3163, ../sass/base.scss */
  div.tour-nav .tour-name {
    margin: 0 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
/* line 3173, ../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 3173, ../sass/base.scss */
  div.tour-nav .tour-stop-thumb-wrapper {
    display: none;
  }
}
/* line 3184, ../sass/base.scss */
div.tour-nav .tour-stop-thumb-wrapper .tour-stop-thumb-inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 3188, ../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 3196, ../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 3200, ../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 3205, ../sass/base.scss */
div.tour-nav .tour-stop-thumb-wrapper .tour-stop-thumb-inner-wrapper .tour-stop-thumb img {
  width: 70px;
  height: 70px;
}
/* line 3209, ../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 3227, ../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 3227, ../sass/base.scss */
  div.tour-prev,
  div.tour-next {
    line-height: 42px;
    width: 50px;
  }
}
/* line 3241, ../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 3245, ../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 3250, ../sass/base.scss */
div.tour-prev {
  left: 10px;
}

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

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

/* line 3262, ../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 3262, ../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 3283, ../sass/base.scss */
  .widen .tour-audio-wrapper {
    left: 600px;
  }
}

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

/* line 3301, ../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 3309, ../sass/base.scss */
#audio-time {
  width: 30px;
  float: right;
  color: #777;
  text-align: right;
  line-height: 24px;
}

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

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

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

/* line 3342, ../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 3352, ../sass/base.scss */
.tour-audio .control.stop div {
  width: 20px;
  height: 20px;
  background-color: #363636;
}

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

/* line 3369, ../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 3369, ../sass/base.scss */
  #level-selector {
    left: 12px;
    top: 5px;
  }
}
/* line 3384, ../sass/base.scss */
#level-selector div {
  height: 30px;
  width: 40px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left: 0;
}
/* line 3392, ../sass/base.scss */
#level-selector .btn-level {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
/* line 3396, ../sass/base.scss */
#level-selector .btn-level:hover {
  color: white;
  background-color: #979797;
}
/* line 3400, ../sass/base.scss */
#level-selector .btn-level.disabled {
  color: #eee;
  cursor: default;
}
/* line 3405, ../sass/base.scss */
#level-selector .up {
  top: 17px;
}
/* line 3408, ../sass/base.scss */
#level-selector .down {
  bottom: 0;
}
/* line 3411, ../sass/base.scss */
#level-selector .current-level {
  top: 47px;
  font-size: 20px;
}
/* line 3415, ../sass/base.scss */
#level-selector .title {
  top: 0;
  height: 20px;
  line-height: 20px;
  color: #979797;
}

/* line 3423, ../sass/base.scss */
#idi {
  position: absolute;
  top: 10px;
  left: 176px;
  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;
  text-align: center;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  padding: 0 5px;
}
@media only screen and (max-width: 480px) {
  /* line 3423, ../sass/base.scss */
  #idi {
    left: 64px;
    top: 5px;
  }
}
/* line 3445, ../sass/base.scss */
#idi:hover, #idi.on {
  color: #fff;
  background-color: #979797;
}
/* line 3449, ../sass/base.scss */
#idi.on:hover {
  color: #979797;
  background-color: #fff;
}

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

/* line 3461, ../sass/base.scss */
#idi-instructions-wrapper {
  display: none;
  position: absolute;
  top: 35px;
  left: 177px;
  width: 156px;
}
/* line 3467, ../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 3476, ../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 3476, ../sass/base.scss */
  #idi-instructions-wrapper #idi-instructions-spacer {
    right: auto;
    left: 23px;
  }
}

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

/* line 3498, ../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 3511, ../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 3531, ../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 3564, ../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 3586, ../sass/base.scss */
.nostripes > span > span, .nostripes > span:after {
  -webkit-animation: none;
  -moz-animation: none;
  background-image: none;
}

/* -------------------------------------
 * Bar container
 * ------------------------------------- */
/* line 3607, ../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 3620, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3644, ../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 3660, ../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 3668, ../sass/base.scss */
.btn-wrapper-full {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: left;
}
/* line 3673, ../sass/base.scss */
.btn-wrapper-full div {
  display: inline;
  margin-left: 15px;
}

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

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

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

/* line 3698, ../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 3710, ../sass/base.scss */
.align-left {
  float: left;
}

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

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

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

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

/* line 3758, ../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 3758, ../sass/base.scss */
  #popup-wrapper {
    width: 100%;
  }
}
/* line 3767, ../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 3776, ../sass/base.scss */
#popup-wrapper #popup-close:hover {
  background-color: #363636;
  color: #fff;
}
/* line 3781, ../sass/base.scss */
#popup-wrapper #popup-content {
  line-height: 1.4em;
  font-size: 1.2em;
  padding: 15px;
}

/* line 3792, ../sass/base.scss */
#ad-wrapper {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 350px;
  background-color: #e5e5e5;
}
@media only screen and (max-width: 480px) {
  /* line 3792, ../sass/base.scss */
  #ad-wrapper {
    width: 100%;
    z-index: 100;
  }
}
/* line 3802, ../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 3811, ../sass/base.scss */
#ad-wrapper #ad-close:hover {
  background-color: #363636;
  color: #fff;
}
/* line 3816, ../sass/base.scss */
#ad-wrapper #ad-content {
  line-height: 1.4em;
  font-size: 1.2em;
  padding: 15px;
}

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

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

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

/* line 3854, ../sass/base.scss */
#sidebar-toggle-buttons {
  margin: 20px 0 0;
  height: 40px;
  border-bottom: 1px solid #34619E;
  overflow: hidden;
}
/* line 3859, ../sass/base.scss */
.body-regular #sidebar-toggle-buttons {
  display: none;
}
/* line 3862, ../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 3872, ../sass/base.scss */
#sidebar-toggle-buttons .st-button .inner {
  line-height: 36px;
}
/* line 3876, ../sass/base.scss */
#sidebar-toggle-buttons.three .st-button {
  width: 30%;
}
/* line 3879, ../sass/base.scss */
#sidebar-toggle-buttons.two .st-button {
  width: 45%;
}
/* line 3883, ../sass/base.scss */
#sidebar-toggle-buttons #st-locations {
  margin-left: 15px;
}
/* line 3885, ../sass/base.scss */
#sidebar-toggle-buttons #st-locations.blue .inner {
  padding-left: 1px;
}
/* line 3890, ../sass/base.scss */
#sidebar-toggle-buttons #st-tours.blue .inner {
  padding-right: 1px;
}
/* line 3893, ../sass/base.scss */
#sidebar-toggle-buttons #st-tours.inactive {
  color: #ddd;
}

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

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

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

/* line 3913, ../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 3913, ../sass/base.scss */
  #search #search-key {
    width: 100%;
  }
}

/* line 3987, ../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 3987, ../sass/base.scss */
  #search-button {
    width: 35%;
  }
}

/* line 4063, ../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 4083, ../sass/base.scss */
#event-details-link {
  color: #fff !important;
  text-decoration: none;
}

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

/* -------------------------------------
 * mobile full screen
 * ------------------------------------- */
/* line 4099, ../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 4109, ../sass/base.scss */
#mobile-fullscreen #tvt-wrapper {
  width: 100% !important;
}
/* line 4112, ../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 4130, ../sass/base.scss */
#buses {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 4136, ../sass/base.scss */
#buses #br-header {
  padding: 0 15px;
}
/* line 4140, ../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 4146, ../sass/base.scss */
#buses #br-list .br-item.hidden {
  display: none;
}
/* line 4150, ../sass/base.scss */
#buses #br-list .br-item .br-title {
  cursor: pointer;
  padding: 0 15px;
  border-bottom: 1px solid #fff;
  background-color: #f5f5f5;
}
/* line 4156, ../sass/base.scss */
#buses #br-list .br-item .br-title.inactive {
  background-color: inherit;
  border-color: #f5f5f5;
}
/* line 4161, ../sass/base.scss */
#buses #br-list .br-item .br-title.inactive:hover {
  background-color: #f5f5f5;
  border-color: #fff;
}
/* line 4166, ../sass/base.scss */
#buses #br-list .br-item .br-title:hover .notactive {
  display: none;
}
/* line 4170, ../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 4170, ../sass/base.scss */
  #buses #br-list .br-item .br-title .br-info {
    width: 70%;
  }
}
/* line 4182, ../sass/base.scss */
#buses #br-list .br-item .br-title .br-info .br-name {
  padding-top: 10px;
  font-size: 15px;
}
/* line 4187, ../sass/base.scss */
#buses #br-list .br-item .br-title .br-info .br-time {
  font-size: 11px;
  color: #aaa;
}
/* line 4196, ../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 4205, ../sass/base.scss */
#buses #br-list .br-times .br-times-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 4209, ../sass/base.scss */
#buses #br-list .br-times .br-times-list li {
  padding: 5px 0;
}
/* line 4212, ../sass/base.scss */
#buses #br-list .br-times .br-times-list li .br-times-stop {
  float: left;
}
/* line 4214, ../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 4220, ../sass/base.scss */
#buses #br-list .br-times .br-times-list li .br-times-time {
  float: right;
  text-align: right;
}
/* line 4230, ../sass/base.scss */
#buses table {
  width: auto;
  min-width: 100%;
}
/* line 4234, ../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 4243, ../sass/base.scss */
#buses table thead {
  border-bottom: 1px solid #4e4e4e;
}
/* line 4246, ../sass/base.scss */
#buses table thead th {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 2px 4px;
}
/* line 4254, ../sass/base.scss */
#buses table td {
  white-space: nowrap;
  padding: 4px 2px;
  padding-right: 10px;
}
/* line 4259, ../sass/base.scss */
#buses table td.time {
  width: 65px;
}
/* line 4263, ../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 4277, ../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 4290, ../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 4299, ../sass/base.scss */
.inactive .bri-wrapper .notactive {
  display: inline-block;
}
/* line 4303, ../sass/base.scss */
.inactive .bri-wrapper:hover .notactive {
  display: none;
}
/* line 4306, ../sass/base.scss */
.inactive .bri-wrapper {
  border-color: #ddd;
  background-color: #f5f5f5;
}
/* line 4310, ../sass/base.scss */
.inactive:hover .bri-wrapper {
  border-color: #363636;
  background-color: #fff;
}

/* line 4316, ../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 4327, ../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 4339, ../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 4354, ../sass/base.scss */
.br-checkbox {
  margin-top: 11px;
  float: right;
}
/* line 4358, ../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 4358, ../sass/base.scss */
  .br-checkbox .bri-toggle {
    padding: 2px 0;
    margin-right: 6px;
    width: 26px;
    height: 26px;
  }
}
/* line 4372, ../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 4372, ../sass/base.scss */
  .br-checkbox .bri-toggle .bri-toggle-inner {
    width: 26px;
    height: 26px;
    background-position: 3px;
  }
}
/* line 4387, ../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 4396, ../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 4405, ../sass/base.scss */
.round img {
  margin: 0 auto;
}

/* line 4410, ../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 4422, ../sass/base.scss */
.stop--balloon-header {
  font-size: 16px;
  padding-left: 5px !important;
}

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

/* line 4441, ../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 4451, ../sass/base.scss */
.stop--route-bus-icon > img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: text-top;
  position: relative;
  top: -1px;
}

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

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

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

/* line 4470, ../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 4490, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper {
    width: 260px;
    height: 200px;
  }
  /* line 4493, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow {
    margin-left: -260px;
  }
  /* line 4495, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide {
    width: 260px;
  }
  /* line 4497, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide img {
    vertical-align: middle;
    max-width: 260px;
  }
  /* line 4501, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide.nxt {
    left: 520px;
  }
  /* line 4504, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide.prv {
    left: 0;
  }
  /* line 4507, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide.active {
    left: 260px;
  }
}

/* -------------------------------------
 * printmap related styles
 * ------------------------------------- */
/* line 4529, ../sass/base.scss */
#catTree .catToggle {
  vertical-align: top;
  display: inline-block;
}
/* line 4534, ../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 4541, ../sass/base.scss */
#catTree .ddArrow-up {
  background: url("../assets/img/arrow-up-dark.png") no-repeat center top;
}

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

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

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

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

/* line 4563, ../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 4583, ../sass/base.scss */
#show_tours_btn:hover, #show_locations_btn:hover {
  background-color: #ccc;
}

/* line 4588, ../sass/base.scss */
#tos,
#privacy-policy {
  line-height: 25px;
  position: absolute;
  color: #4a4a4a;
  text-decoration: none;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 4598, ../sass/base.scss */
#tos:hover,
#privacy-policy:hover {
  color: #1a1a1a;
}
/* line 4600, ../sass/base.scss */
#tos:hover p,
#privacy-policy:hover p {
  margin-top: 5px;
}

/* line 4606, ../sass/base.scss */
#tos {
  right: 10px;
}

/* line 4610, ../sass/base.scss */
#privacy-policy {
  left: 10px;
}

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

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

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

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

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

/* line 4645, ../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 4650, ../sass/base.scss */
.ui-resizable-n {
  top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

/* line 4696, ../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 4711, ../sass/base.scss */
#baloonContainer p {
  text-align: center;
  padding: 0 15px;
  padding-top: 15px;
}

/* line 4719, ../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 4739, ../sass/base.scss */
#notificationContainer p {
  text-align: center;
  padding: 0 15px;
  padding-top: 15px;
}
/* line 4745, ../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 4763, ../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 4775, ../sass/base.scss */
.body-cms #map {
  height: calc(100% - 54px);
}

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

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

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

/* line 4820, ../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 4830, ../sass/base.scss */
button:hover {
  background: #363636 !important;
}

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

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

/* line 4849, ../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;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
/* line 4860, ../sass/base.scss */
#maintenance-popup .maintenance-text {
  padding: 8px 8px 0;
  color: #4a4a4a;
}
/* line 4864, ../sass/base.scss */
#maintenance-popup .maintenance-support {
  color: #999999;
  padding-left: 8px;
}
/* line 4868, ../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: 16px;
  text-align: right;
  font-weight: 600;
  margin-right: 10px;
}
/* line 4881, ../sass/base.scss */
#maintenance-popup a {
  color: #2560A6;
  text-decoration: none;
}
/* line 4884, ../sass/base.scss */
#maintenance-popup a:hover, #maintenance-popup a:active {
  color: #1c487c;
}
/* line 4887, ../sass/base.scss */
#maintenance-popup a:visited {
  color: #2560A6;
}

/* line 4900, ../sass/base.scss */
#direction-details {
  width: 100%;
  float: left;
}
/* line 4904, ../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 4918, ../sass/base.scss */
#direction-details header #from-line {
  font-size: 1rem;
}
/* line 4923, ../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 4934, ../sass/base.scss */
#direction-details #direction-steps .step {
  width: 100%;
  clear: both;
}
/* line 4938, ../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 4944, ../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 4950, ../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 4956, ../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 4962, ../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 4968, ../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 4974, ../sass/base.scss */
#direction-details #direction-steps .step .slight.right {
  background: url("../assets/icons/slight-right.svg") no-repeat;
  background-position: center 20px;
}
/* line 4979, ../sass/base.scss */
#direction-details #direction-steps .step .slight.left {
  background: url("../assets/icons/slight-left.svg") no-repeat;
  background-position: center 20px;
}
/* line 4984, ../sass/base.scss */
#direction-details #direction-steps .step .sharp.right {
  background: url("../assets/icons/sharp-right.svg") no-repeat;
  background-position: center 20px;
}
/* line 4989, ../sass/base.scss */
#direction-details #direction-steps .step .sharp.left {
  background: url("../assets/icons/sharp-left.svg") no-repeat;
  background-position: center 20px;
}
/* line 4995, ../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 5003, ../sass/base.scss */
#direction-details #direction-steps .step span {
  display: inline-block;
  float: left;
}
/* line 5006, ../sass/base.scss */
#direction-details #direction-steps .step span.modifier {
  width: 15%;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
/* line 5012, ../sass/base.scss */
#direction-details #direction-steps .step span.instruction {
  width: 100%;
  font-weight: 400;
  margin-bottom: 2px;
}
/* line 5017, ../sass/base.scss */
#direction-details #direction-steps .step span.distance {
  width: 100%;
  font-weight: 300;
  font-style: italic;
  height: 18px;
}

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

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

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

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

  /* line 5052, ../sass/base.scss */
  .balloon-directions-from, #balloon-top-bar, .dir-warning, .extension-title, .extension-close, #direction-buttons {
    display: none;
  }
}
/* line 5058, ../sass/base.scss */
#myatlas h2 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #4a4a4a;
  font-weight: 300;
  margin-bottom: 0;
}
/* line 5065, ../sass/base.scss */
#myatlas textarea {
  border: none;
  border-radius: 5px;
}
/* line 5070, ../sass/base.scss */
#myatlas form {
  font-size: 12px;
  font-weight: bold;
  color: #4a4a4a;
}
/* line 5076, ../sass/base.scss */
#myatlas form input[type="checkbox"] {
  position: relative;
  padding-left: 20px;
  appearance: none;
  -webkit-appearance: none;
}
/* line 5082, ../sass/base.scss */
#myatlas form input[type="checkbox"]:hover {
  cursor: pointer;
}
/* line 5085, ../sass/base.scss */
#myatlas form input[type="checkbox"]:hover:before {
  background: #c7c7c7;
}
/* line 5090, ../sass/base.scss */
#myatlas form input[type="checkbox"]:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  top: -14px;
  left: -2px;
  background: #cccccc;
  transition: all .25s ease;
}
/* line 5102, ../sass/base.scss */
#myatlas form input[type="checkbox"]:after {
  content: "✓";
  position: absolute;
  top: 6px;
  left: -19px;
  color: white;
  font-size: 0;
  opacity: 0;
  transition: all .25s ease;
}
/* line 5114, ../sass/base.scss */
#myatlas form input[type="checkbox"]:checked:before {
  background: #179D68;
}
/* line 5118, ../sass/base.scss */
#myatlas form input[type="checkbox"]:checked:after {
  opacity: 1;
  font-size: 1rem;
  top: -13px;
  left: 1px;
}
/* line 5126, ../sass/base.scss */
#myatlas form input[type="checkbox"]:focus {
  outline: none;
}
/* line 5131, ../sass/base.scss */
#myatlas form input[type="submit"] {
  background: none;
  color: #179D68;
  padding: 5px 25px;
  border: 1px solid #179D68;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
}

/* line 5145, ../sass/base.scss */
td.ng-binding {
  word-break: break-word;
  max-width: 480px;
}

/* line 5150, ../sass/base.scss */
#foursquare-placescheckins-ext {
  display: none;
}
