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

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

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

/* line 75, ../sass/base.scss */
#map {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 100%;
  z-index: 0;
}
/* line 84, ../sass/base.scss */
.topbar-hidden #map {
  top: 0;
}
@media only screen and (max-width: 480px) {
  /* line 75, ../sass/base.scss */
  #map {
    top: 50px;
  }
}
/* line 90, ../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 97, ../sass/base.scss */
#map:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 28px;
  bottom: 0;
  z-index: 400;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );
}

/* line 123, ../sass/base.scss */
#user-content-wrapper {
  display: flex;
  box-shadow: 1px 0px 3px 0 rgba(0, 0, 0, 0.5);
  z-index: 100;
  position: absolute;
  left: 0;
  top: 78px;
  bottom: 0;
  width: 350px;
  height: calc(100vh - 78px);
}
/* line 134, ../sass/base.scss */
.topbar-hidden #user-content-wrapper {
  top: 0;
}
@media only screen and (max-width: 480px) {
  /* line 123, ../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 144, ../sass/base.scss */
  #user-content-wrapper.collapsed {
    bottom: auto;
    width: 320px;
    height: 50px;
  }
}

/* line 153, ../sass/base.scss */
#uc-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

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

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

/* line 174, ../sass/base.scss */
#footer {
  width: 100%;
  bottom: 0;
  z-index: 999;
}
@media only screen and (max-width: 480px) {
  /* line 174, ../sass/base.scss */
  #footer {
    display: none;
  }
}
/* line 183, ../sass/base.scss */
#footer #footer-content {
  text-align: center;
}
/* line 185, ../sass/base.scss */
#footer #footer-content .sm-icon {
  width: 30px;
}
/* line 189, ../sass/base.scss */
#footer #footer-logo {
  display: none;
}

/* line 194, ../sass/base.scss */
#footer-logo {
  width: 300px;
  position: absolute;
  left: 360px;
  bottom: 0;
  z-index: 98;
}
@media only screen and (max-width: 480px) {
  /* line 194, ../sass/base.scss */
  #footer-logo {
    display: none;
  }
}
/* line 205, ../sass/base.scss */
#footer-logo a {
  color: white;
}
/* line 208, ../sass/base.scss */
#footer-logo a img {
  height: 12px;
  float: left;
  margin: 6px 10px 0 0;
}

/* line 216, ../sass/base.scss */
#content-bar-subcontent {
  display: none;
  background: #f5f5f5;
  margin: 3px 0;
  width: 100%;
  float: left;
}
/* line 222, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-inner {
  background: #f5f5f5;
}
/* line 224, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-inner ul {
  background: #f5f5f5;
}
/* line 228, ../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 238, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-close:hover {
  background: #363636;
  color: #ffffff;
}
/* line 243, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-search-term {
  display: inline-block;
  height: 17px;
  line-height: 17px;
  padding-left: 5px;
}
/* line 248, ../sass/base.scss */
#content-bar-subcontent #content-bar-subcontent-search-term .search-term {
  font-weight: bold;
}

/* line 254, ../sass/base.scss */
#sidebar-header {
  padding: 5px 0px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  /* line 254, ../sass/base.scss */
  #sidebar-header {
    left: 290px;
    height: 50px;
    padding-right: 50px;
  }
}

/* line 265, ../sass/base.scss */
#content-bar-inner-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

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

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

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

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

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

/* line 335, ../sass/base.scss */
.tvt-colorbox #cboxLoadedContent {
  margin-bottom: 0;
}
/* line 338, ../sass/base.scss */
.tvt-colorbox #cboxClose {
  top: 0;
}
/* line 341, ../sass/base.scss */
.tvt-colorbox #cboxMiddleLeft,
.tvt-colorbox #cboxMiddleRight {
  width: 14px !important;
}
/* line 345, ../sass/base.scss */
.tvt-colorbox #cboxTopCenter,
.tvt-colorbox #cboxBottomCenter {
  height: 14px !important;
}
/* line 349, ../sass/base.scss */
.tvt-colorbox #cboxBottomCenter {
  background-position-y: -36px;
}
/* line 352, ../sass/base.scss */
.tvt-colorbox #cboxTopLeft,
.tvt-colorbox #cboxTopRight,
.tvt-colorbox #cboxBottomLeft,
.tvt-colorbox #cboxBottomRight {
  width: 14px;
  height: 14px;
}
/* line 359, ../sass/base.scss */
.tvt-colorbox #cboxBottomRight {
  background-position: -136px -36px;
}
/* line 362, ../sass/base.scss */
.tvt-colorbox #cboxBottomLeft {
  background-position: -101px -36px;
}
/* line 366, ../sass/base.scss */
.tvt-colorbox #header-text h1 {
  color: #630;
  font-size: 22px;
}
/* line 371, ../sass/base.scss */
.tvt-colorbox #tvt-wrapper {
  font-family: 'Trebuchet MS', 'Georgia', serif;
  font-size: 14px;
}

/* line 382, ../sass/base.scss */
.kba-colorbox #cboxLoadedContent {
  margin-bottom: 0;
}
/* line 385, ../sass/base.scss */
.kba-colorbox #cboxClose {
  top: 0;
  outline: none;
}
/* line 389, ../sass/base.scss */
.kba-colorbox #cboxMiddleLeft,
.kba-colorbox #cboxMiddleRight {
  width: 14px !important;
}
/* line 393, ../sass/base.scss */
.kba-colorbox #cboxTopCenter,
.kba-colorbox #cboxBottomCenter {
  height: 14px !important;
}
/* line 397, ../sass/base.scss */
.kba-colorbox #cboxBottomCenter {
  background-position-y: -36px;
}
/* line 400, ../sass/base.scss */
.kba-colorbox #cboxTopLeft,
.kba-colorbox #cboxTopRight,
.kba-colorbox #cboxBottomLeft,
.kba-colorbox #cboxBottomRight {
  width: 14px;
  height: 14px;
}
/* line 407, ../sass/base.scss */
.kba-colorbox #cboxBottomRight {
  background-position: -136px -36px;
}
/* line 410, ../sass/base.scss */
.kba-colorbox #cboxBottomLeft {
  background-position: -101px -36px;
}
/* line 413, ../sass/base.scss */
.kba-colorbox .kba-content {
  margin: 0px 10px;
}
/* line 415, ../sass/base.scss */
.kba-colorbox .kba-content ul {
  margin-left: 10px;
}
/* line 419, ../sass/base.scss */
.kba-colorbox .kba-header {
  margin: 10px;
}
/* line 421, ../sass/base.scss */
.kba-colorbox .kba-header h1 {
  color: #630;
  font-size: 22px;
}
/* line 426, ../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 440, ../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 458, ../sass/base.scss */
#collapse-arrow {
  position: absolute;
  margin: 0;
  width: 18px;
  height: 42px;
  background: #f1f1f1;
  top: 58px;
  left: 350px;
  z-index: 999;
  box-shadow: 3px 2px 5px 0 rgba(0, 0, 0, 0.16), 3px 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
@media only screen and (max-width: 480px) {
  /* line 458, ../sass/base.scss */
  #collapse-arrow {
    left: 90%;
  }
}
/* line 475, ../sass/base.scss */
#collapse-arrow:hover {
  cursor: pointer;
  background: #e8e8e8;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
/* line 481, ../sass/base.scss */
#collapse-arrow:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #4a4a4a;
  top: 13px;
  left: 4px;
  transform: rotate(180deg);
  transition: all .5s ease;
}
/* line 496, ../sass/base.scss */
#collapse-arrow:hover span {
  background-color: #f1f1f1;
}
/* line 500, ../sass/base.scss */
#collapse-arrow.collapsed {
  left: 15px;
}
@media only screen and (max-width: 480px) {
  /* line 500, ../sass/base.scss */
  #collapse-arrow.collapsed {
    left: 0;
  }
}
/* line 507, ../sass/base.scss */
#collapse-arrow.collapsed:before {
  transform: rotate(0);
  left: 5px;
}

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

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

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

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

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

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

/* line 581, ../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;
  transition: all .25s ease;
}
/* line 591, ../sass/base.scss */
.button.fsbutton {
  padding: 0 4px;
}

/* line 597, ../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;
  transition: all .25s ease;
}

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

/* line 615, ../sass/base.scss */
.red {
  background-color: #ff0000;
  color: #fff;
}
/* line 619, ../sass/base.scss */
.red:hover, .red.active {
  background-color: #ffa67f;
}

/* line 624, ../sass/base.scss */
.blue {
  color: white;
  background-color: #34619E;
}
/* line 628, ../sass/base.scss */
.blue:hover {
  background-color: #6298E0;
}
/* line 632, ../sass/base.scss */
.blue.active, .blue:active {
  background-color: #E0E0E0;
  color: #363636;
  font-weight: bold;
}

/* line 640, ../sass/base.scss */
.grey {
  background-color: #666666;
}
/* line 643, ../sass/base.scss */
.grey:hover, .grey.active {
  background-color: #858585;
}

/* line 648, ../sass/base.scss */
.active-button {
  color: #f1f1f1 !important;
  border-bottom: 4px solid #f1f1f1 !important;
}
/* line 652, ../sass/base.scss */
.active-button:hover, .active-button.active {
  background-color: #6298E0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 826, ../sass/base.scss */
#printMapContainer {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #000000;
  height: calc(100vh - 30px);
  overflow-y: auto;
  padding: 10px 20px;
}

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

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

/* line 871, ../sass/base.scss */
#printButton {
  float: right;
  padding: 10px;
  border: none;
  font-size: 12px;
  color: white;
  background-color: #00A671;
}

/* line 880, ../sass/base.scss */
#printButton3 {
  float: right;
  padding: 10px;
  border: none;
  font-size: 12px;
  color: white;
  background-color: grey;
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1019, ../sass/base.scss */
#menu-bar {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  top: 0;
  right: 0;
  height: 48px;
  background-color: #D0D0D0;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.25);
  z-index: 999;
  box-sizing: border-box;
  padding: 5px 10px;
}

/* line 1035, ../sass/base.scss */
#menu-bar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0px 15px;
  overflow: hidden;
  flex-shrink: 0;
}
/* line 1044, ../sass/base.scss */
#menu-bar-logo a {
  height: 100%;
}
/* line 1048, ../sass/base.scss */
#menu-bar-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

/* line 1055, ../sass/base.scss */
#menu-bar-content,
#menu-bar-left,
#menu-bar-right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: unset;
}
/* line 1063, ../sass/base.scss */
#menu-bar-content .map-view-buttons,
#menu-bar-left .map-view-buttons,
#menu-bar-right .map-view-buttons {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 2px;
}

/* line 1073, ../sass/base.scss */
#menu-bar-content {
  gap: 5px;
  overflow: hidden;
  flex-shrink: 1;
}

/* line 1079, ../sass/base.scss */
#menu-bar-right {
  flex-shrink: 0;
  flex-direction: row-reverse;
}
/* line 1082, ../sass/base.scss */
#menu-bar-right #embedView,
#menu-bar-right .button {
  float: right;
  margin: 6px;
  line-height: 26px;
  padding: 5px 10px;
}
/* line 1088, ../sass/base.scss */
#menu-bar-right #embedView.large,
#menu-bar-right .button.large {
  width: 120px;
  color: #fff;
}

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

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

/* line 1117, ../sass/base.scss */
#content-bar-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

/* line 1124, ../sass/base.scss */
#content-bar {
  flex-grow: 1;
  overflow-y: auto;
}

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

/* line 1140, ../sass/base.scss */
#print {
  background-position: 10px 12px !important;
  padding-left: 30px !important;
  width: 40px;
  padding-right: 0px !important;
  background-size: 12px;
}

/* line 1149, ../sass/base.scss */
.content-bar-pane .level-1 {
  padding-left: 10px;
}
/* line 1152, ../sass/base.scss */
.content-bar-pane .level-2 {
  padding-left: 20px;
}
/* line 1155, ../sass/base.scss */
.content-bar-pane .level-3 {
  padding-left: 30px;
}
/* line 1158, ../sass/base.scss */
.content-bar-pane .level-4 {
  padding-left: 40px;
}

/* line 1163, ../sass/base.scss */
.list-content-bar-label,
.list-content-bar-marker {
  cursor: pointer;
}
/* line 1167, ../sass/base.scss */
.list-content-bar-label.level-2,
.list-content-bar-marker.level-2 {
  padding-left: 30px;
  padding-bottom: 5px;
}
/* line 1171, ../sass/base.scss */
.list-content-bar-label.level-3,
.list-content-bar-marker.level-3 {
  padding-left: 40px;
  padding-bottom: 5px;
}
/* line 1175, ../sass/base.scss */
.list-content-bar-label.level-4,
.list-content-bar-marker.level-4 {
  padding-left: 50px;
  padding-bottom: 5px;
}

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

/* line 1193, ../sass/base.scss */
.content-bar-wrapper {
  height: 42px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
}

/* line 1202, ../sass/base.scss */
.content-bar-title {
  height: auto;
  line-height: 30px;
  transition: all .25s ease;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
}
/* line 1210, ../sass/base.scss */
.content-bar-title .image-wrapper {
  float: left;
  display: inline-block;
  margin: 10px 0 0 25px;
}
/* line 1215, ../sass/base.scss */
.content-bar-title .image-wrapper img {
  max-width: 22px;
  max-height: 22px;
}
@media only screen and (max-width: 480px) {
  /* line 1215, ../sass/base.scss */
  .content-bar-title .image-wrapper img {
    max-width: 16px;
    max-height: 16px;
    margin-left: 2px;
  }
}
/* line 1224, ../sass/base.scss */
.content-bar-title .text-wrapper {
  overflow: hidden;
  display: inline-block;
  max-width: 190px;
  margin: 6px 0 0 5px;
}
/* line 1229, ../sass/base.scss */
.content-bar-title .text-wrapper span {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
/* line 1237, ../sass/base.scss */
.content-bar-title .toggle {
  width: 22px;
  height: 22px;
  float: right;
  cursor: pointer;
  margin: 12px 10px 0 0;
}
@media only screen and (max-width: 480px) {
  /* line 1237, ../sass/base.scss */
  .content-bar-title .toggle {
    padding: 2px 0;
    margin-right: 6px;
    width: 26px;
    height: 26px;
  }
}
/* line 1249, ../sass/base.scss */
.content-bar-title .toggle .toggle-inner {
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 2px;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  /* line 1249, ../sass/base.scss */
  .content-bar-title .toggle .toggle-inner {
    width: 26px;
    height: 26px;
    background-position: 3px;
    font-size: 20px;
  }
}
/* line 1263, ../sass/base.scss */
.content-bar-title .toggle.on .toggle-inner {
  background-color: #e8e8e8;
  position: relative;
}
/* line 1267, ../sass/base.scss */
.content-bar-title .toggle.on .toggle-inner:after {
  content: "✓";
  color: #4a4a4a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 1277, ../sass/base.scss */
.content-bar-title .toggle.mixed .toggle-inner {
  position: relative;
}
/* line 1280, ../sass/base.scss */
.content-bar-title .toggle.mixed .toggle-inner:after {
  font-size: 26px;
  content: "–";
  color: #4a4a4a;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1293, ../sass/base.scss */
.content-bar-title-hover {
  cursor: pointer;
}
/* line 1295, ../sass/base.scss */
.content-bar-title-hover:hover {
  background: #ddd;
}
/* line 1298, ../sass/base.scss */
.content-bar-title-hover .content-bar-wrapper {
  background: url("../assets/img/arrow-down-dark.png") no-repeat 20px 15px;
  background-position: 10px 15px !important;
}
/* line 1301, ../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;
  background-position: 10px 15px !important;
}

/* line 1308, ../sass/base.scss */
.bullet-wrapper {
  border: none;
  vertical-align: top;
  padding-top: 7px;
}
/* line 1313, ../sass/base.scss */
.bullet-wrapper .bullet {
  background-size: auto 100%;
}

/* line 1318, ../sass/base.scss */
.content-bar-label,
.content-bar-marker {
  width: 286px;
  padding: 5px 0 12px 10px;
  border: none;
}
/* line 1325, ../sass/base.scss */
.content-bar-label .info-icons .i-icon,
.content-bar-marker .info-icons .i-icon {
  margin-top: 15px;
  left: -42px;
  position: relative;
}
/* line 1331, ../sass/base.scss */
.content-bar-label .info-icons .cms-edit-label,
.content-bar-label .info-icons .cms-edit-edit,
.content-bar-marker .info-icons .cms-edit-label,
.content-bar-marker .info-icons .cms-edit-edit {
  margin-top: 2px;
}

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

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

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

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

/* line 1409, ../sass/base.scss */
.search-field {
  overflow: hidden;
  float: left;
  width: 70%;
}
/* line 1413, ../sass/base.scss */
.search-field label {
  width: 80px;
  line-height: 24px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
}
/* line 1420, ../sass/base.scss */
.search-field .text {
  width: 90%;
  float: left;
}
/* line 1424, ../sass/base.scss */
.search-field select {
  width: 228px;
  float: left;
  margin: 2px 0;
}
/* line 1429, ../sass/base.scss */
.search-field .range {
  width: 96px;
  float: left;
}
/* line 1433, ../sass/base.scss */
.search-field .first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 1437, ../sass/base.scss */
.search-field .last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 1441, ../sass/base.scss */
.search-field span {
  width: 20px;
  display: block;
  float: left;
  text-align: center;
  line-height: 21px;
  margin: 3px 0;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1654, ../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 1654, ../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 1675, ../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 1684, ../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 1684, ../sass/base.scss */
  #search-results-wrapper #search-results .sr-item {
    height: 48px;
    padding-right: 30px;
    background-position: 95% center;
  }
}
/* line 1701, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item:hover {
  background-image: url(../assets/img/sr-arrow-hover.png);
}
/* line 1704, ../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 1710, ../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 1715, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-body {
  padding-left: 10px;
  height: 90px;
}
/* line 1718, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-body h3 {
  margin: 5px 0 0;
}
/* line 1721, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-body .sr-category {
  font-size: 11px;
  margin: 0 0 4px;
}
/* line 1725, ../sass/base.scss */
#search-results-wrapper #search-results .sr-item .sr-body .sr-description {
  font-size: 12px;
}
/* line 1731, ../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 1740, ../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 1740, ../sass/base.scss */
  #search-results-wrapper #sr-header #sr-triangle {
    display: none;
  }
}
/* line 1755, ../sass/base.scss */
#search-results-wrapper #sr-header #sr-title {
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
}
/* line 1760, ../sass/base.scss */
#search-results-wrapper #sr-header #sr-count {
  float: right;
  padding-right: 15px;
}
/* line 1764, ../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 1773, ../sass/base.scss */
  #search-results-wrapper #sr-header #sr-minimize {
    display: none;
  }
}

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

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

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

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

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

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

/* line 1860, ../sass/base.scss */
#button-wrapper-home {
  left: 15px !important;
  border: none !important;
}

/* line 1865, ../sass/base.scss */
#button-wrapper-home .button {
  width: 24px !important;
  height: 22px;
  line-height: 22px;
  box-sizing: border-box;
  box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.1);
  background-image: url("../assets/img/home-dark-2.png");
  color: #4a4a4a;
  background-color: white;
}
/* line 1875, ../sass/base.scss */
#button-wrapper-home .button:hover {
  background-color: #4a4a4a;
  color: white;
  background-image: url("../assets/img/home-light.png");
}

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

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

/* line 1912, ../sass/base.scss */
#infowindow-wrapper {
  max-height: 400px;
  overflow: hidden;
}
/* line 1915, ../sass/base.scss */
#infowindow-wrapper #balloon-wrapper {
  max-height: 342px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  top: 0;
}
/* line 1923, ../sass/base.scss */
#infowindow-wrapper #balloon-wrapper .media {
  margin: 0;
  max-width: 450px;
  max-height: 252px;
}
/* line 1928, ../sass/base.scss */
#infowindow-wrapper #balloon-wrapper .media .media-wrapper {
  width: 450px;
  height: 252px;
}
/* line 1933, ../sass/base.scss */
#infowindow-wrapper #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide {
  width: 450px;
  height: 252px;
}
/* line 1937, ../sass/base.scss */
#infowindow-wrapper #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide iframe {
  width: 450px !important;
  height: 252px !important;
}

/* line 1948, ../sass/base.scss */
#infowindow-header {
  padding: 3px 10px 5px;
  border-bottom: 1px solid #e8e8e8;
}

/* line 1953, ../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 1967, ../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;
  margin-top: 2px;
}

/* line 1980, ../sass/base.scss */
.infowindow-tools, .header-button {
  height: 22px;
  line-height: 22px;
  float: left;
  padding: 0px 6px;
  margin-right: 10px;
  color: #fff;
  background-color: #34619E;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
  margin-top: 2px;
}
/* line 1992, ../sass/base.scss */
.infowindow-tools:hover, .header-button:hover {
  background-color: #6298E0;
}

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

/* line 2001, ../sass/base.scss */
.colorbox-enlarge {
  z-index: 999999;
}

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

/* line 2011, ../sass/base.scss */
.colorbox-enlarge-button {
  position: absolute;
  top: 10px;
  left: 10px;
  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 2011, ../sass/base.scss */
  .colorbox-enlarge-button {
    display: none;
  }
}

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

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

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

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

/* line 2083, ../sass/base.scss */
#balloon-top-bar {
  position: relative;
  z-index: 101;
  padding-top: 3px;
  border-bottom: 1px solid #e8e8e8;
  height: 38px;
  padding: 5px 10px;
  box-sizing: border-box;
}

/* line 2093, ../sass/base.scss */
#balloon-wrapper {
  position: absolute;
  top: 38px;
  bottom: 0;
  overflow-y: auto;
  width: 330px;
}
@media only screen and (max-width: 480px) {
  /* line 2093, ../sass/base.scss */
  #balloon-wrapper {
    width: 100%;
  }
}
/* line 2103, ../sass/base.scss */
#balloon-wrapper .balloon-header.title-only {
  padding: 0;
}
/* line 2106, ../sass/base.scss */
#balloon-wrapper .balloon-header .title {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
/* line 2112, ../sass/base.scss */
#balloon-wrapper .balloon-header .title .title-image {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
/* line 2118, ../sass/base.scss */
#balloon-wrapper .balloon-header.title-only .title {
  padding: 10px;
}
/* line 2122, ../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 2130, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper {
  width: 260px;
  height: 200px;
  overflow: hidden;
  background-color: inherit;
  position: relative;
  margin-left: -20px;
}
/* line 2138, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow {
  margin-left: -260px;
  background-color: inherit;
  position: relative;
  visibility: hidden;
}
/* line 2143, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  background-color: inherit;
}
/* line 2144, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.active {
  z-index: 999;
}
/* line 2147, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.nxt {
  z-index: 101;
}
/* line 2154, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* line 2160, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.nxt {
  left: 520px;
}
/* line 2163, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.prv {
  left: 0;
}
/* line 2166, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.active {
  left: 260px;
}
/* line 2170, ../sass/base.scss */
#balloon-wrapper .media .media-wrapper .media-slideshow .media-slide embed {
  vertical-align: middle;
  width: 100%;
}
/* line 2177, ../sass/base.scss */
#balloon-wrapper .media .slideshow-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  height: 40px;
  cursor: pointer;
  font-size: 14px;
  z-index: 999;
  background: transparent;
  box-shadow: none;
  width: 40px;
}
/* line 2190, ../sass/base.scss */
#balloon-wrapper .media .slideshow-next {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  height: 40px;
  cursor: pointer;
  font-size: 14px;
  z-index: 999;
  background: transparent;
  box-shadow: none;
  width: 40px;
}
/* line 2203, ../sass/base.scss */
#balloon-wrapper .media .slideshow-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  text-shadow: 0px 0px 10px black;
}
/* line 2213, ../sass/base.scss */
#balloon-wrapper .description {
  padding: 0 10px 20px;
  word-wrap: break-word;
}
/* line 2216, ../sass/base.scss */
#balloon-wrapper .description ul {
  list-style: disc;
  padding: 5px 0 5px 15px;
}
/* line 2221, ../sass/base.scss */
#balloon-wrapper .custom-location-properties .description {
  padding: 0 10px 10px;
}
/* line 2224, ../sass/base.scss */
#balloon-wrapper .marker-feed-wrapper {
  margin: 10px 20px;
}
/* line 2232, ../sass/base.scss */
#balloon-wrapper .stat {
  margin: 0 20px;
}
/* line 2235, ../sass/base.scss */
#balloon-wrapper .stat .stat-number {
  font-weight: bold;
}
/* line 2238, ../sass/base.scss */
#balloon-wrapper .comment-box {
  margin: 0 20px;
}

@media only screen and (min-width: 900px) {
  /* line 2243, ../sass/base.scss */
  .widen #balloon-wrapper {
    width: 450px;
  }
}
@media only screen and (min-width: 900px) {
  /* line 2247, ../sass/base.scss */
  .widen #balloon-wrapper .media {
    max-width: 450px;
    max-height: 252px;
  }
}
@media only screen and (min-width: 900px) {
  /* line 2252, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper {
    width: 450px;
    height: 252px;
  }
}
@media only screen and (min-width: 900px) {
  /* line 2257, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow {
    margin-left: -450px;
  }
}
@media only screen and (min-width: 900px) {
  /* line 2261, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide {
    width: 450px;
    line-height: unset !important;
  }
  /* line 2265, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* line 2271, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide iframe {
    width: 450px;
    height: 252px;
  }
  /* line 2275, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.nxt {
    left: 1080px;
  }
  /* line 2278, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.prv {
    left: 0;
  }
  /* line 2281, ../sass/base.scss */
  .widen #balloon-wrapper .media .media-wrapper .media-slideshow .media-slide.active {
    left: 450px;
  }
}

/* line 2291, ../sass/base.scss */
.cb-type-sidebar .balloon-header {
  padding: 10px;
  background: white;
}

/* line 2296, ../sass/base.scss */
#ib-container {
  width: 450px !important;
  max-height: 371px !important;
  border: none !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  height: auto !important;
}

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

/* line 2309, ../sass/base.scss */
#content-bar-balloon-close {
  float: right;
  cursor: pointer;
  font-size: 42px;
  font-weight: 300;
  line-height: 26px;
  color: #4a4a4a;
}
/* line 2317, ../sass/base.scss */
#content-bar-balloon-close:hover {
  color: #1a1a1a;
}

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

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

/* line 2356, ../sass/base.scss */
body.balloon-collapsed #content-bar-balloon-wrapper {
  top: 100%;
  margin-top: -68px;
}
/* line 2360, ../sass/base.scss */
body.balloon-collapsed #content-bar-balloon-wrapper .infowindow-tools {
  display: none;
}
/* line 2363, ../sass/base.scss */
body.balloon-collapsed #content-bar-balloon-wrapper .balloon-header {
  padding: 5px 20px 15px;
}
/* line 2366, ../sass/base.scss */
body.balloon-collapsed #content-bar-balloon-wrapper #balloon-wrapper {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  /* line 2369, ../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 2381, ../sass/base.scss */
  body.balloon-collapsed #content-bar-balloon-wrapper #balloon-collapse:before {
    content: 'Details';
  }
}
/* line 2389, ../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 2389, ../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 2389, ../sass/base.scss */
  body.tour-active #content-bar-balloon-wrapper, body.tour-active #extension-pane {
    bottom: 120px;
  }
}
/* line 2400, ../sass/base.scss */
body.tour-active.balloon-collapsed #content-bar-balloon-wrapper {
  margin-top: -100px;
}
/* line 2403, ../sass/base.scss */
body.tour-active.balloon-collapsed .tour-audio-wrapper {
  bottom: 100px;
}
@media only screen and (max-width: 480px) {
  /* line 2409, ../sass/base.scss */
  body.list-expanded #sidebar-header {
    display: none;
  }
}

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

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

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

/* line 2446, ../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: 16px;
  box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

/* line 2461, ../sass/base.scss */
#modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2470, ../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 2486, ../sass/base.scss */
#parking-wrapper {
  margin: 20px 0;
}
/* line 2488, ../sass/base.scss */
#parking-wrapper h4 {
  margin: 4px 0 6px;
  font-size: 15px;
  cursor: pointer;
}

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

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

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

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

/* line 2520, ../sass/base.scss */
.hz-menu {
  float: left;
  clear: both;
  width: 100%;
  margin: 6px 0;
}
/* line 2525, ../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 2541, ../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 2550, ../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 2558, ../sass/base.scss */
.hz-menu li.active {
  background-color: #363636;
  color: #ebebeb;
}
/* line 2562, ../sass/base.scss */
.hz-menu li:hover {
  background-color: #d3d3d3;
  color: #363636;
}
/* line 2567, ../sass/base.scss */
.hz-menu.half li {
  width: 49%;
  line-height: 32px;
  font-size: 15px;
}
/* line 2572, ../sass/base.scss */
.hz-menu.third li {
  width: 33%;
  line-height: 32px;
  font-size: 15px;
}

/* line 2579, ../sass/base.scss */
#node-features-help-text {
  margin-top: 12px;
}

/* line 2584, ../sass/base.scss */
#feature-nodes li {
  margin: 10px 10px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2918, ../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 2933, ../sass/base.scss */
.link {
  font-size: .8em;
  color: #34619e;
  cursor: pointer;
}
/* line 2937, ../sass/base.scss */
.link:hover {
  text-decoration: underline;
}

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

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

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

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

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

/* line 2990, ../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 2999, ../sass/base.scss */
.gk-wrapper h3 {
  font-size: 22px;
  line-height: 26px;
  color: #630;
  margin: 0;
  padding: 0;
}
/* line 3006, ../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 3015, ../sass/base.scss */
.gk-wrapper #error-wrapper p {
  display: none;
  padding: 2px 8px;
}
/* line 3020, ../sass/base.scss */
.gk-wrapper .required:after {
  content: "*";
  color: red;
  padding: 0 3px;
}
/* line 3025, ../sass/base.scss */
.gk-wrapper #gk-submit, .gk-wrapper #gk-login-submit {
  margin-left: 33%;
  margin-top: 8px;
}
/* line 3029, ../sass/base.scss */
.gk-wrapper .field-wrapper {
  clear: both;
  width: 100%;
  float: left;
  padding: 4px 0;
}
/* line 3034, ../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 3044, ../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 3052, ../sass/base.scss */
.gk-wrapper .field-wrapper textarea {
  width: 40%;
  border: 1px solid #363636;
}
/* line 3058, ../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 3072, ../sass/base.scss */
.gk-wrapper .gk-btn:hover {
  background-color: #630;
  color: #fff;
}

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

/* line 3097, ../sass/base.scss */
#tours .tour {
  height: 100px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  background-color: #f8f8f8;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  transition: all .25s ease;
}
/* line 3107, ../sass/base.scss */
#tours .tour .tour-box {
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  /* line 3097, ../sass/base.scss */
  #tours .tour {
    height: 40px;
    padding: 5px;
    background: #E9E9E9;
    border-radius: 5px;
    margin-bottom: 2px;
  }
}
/* line 3117, ../sass/base.scss */
#tours .tour .image {
  width: 100px;
  height: 100px;
  position: absolute;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  /* line 3117, ../sass/base.scss */
  #tours .tour .image {
    width: 40px;
    height: 40px;
    top: 5px;
    left: 5px;
  }
}
/* line 3130, ../sass/base.scss */
#tours .tour .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  /* line 3130, ../sass/base.scss */
  #tours .tour .image img {
    width: 40px;
  }
}
/* line 3139, ../sass/base.scss */
#tours .tour:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
}
/* line 3142, ../sass/base.scss */
#tours .tour .copy {
  position: absolute;
  height: 42px;
  left: 110px;
  top: 15px;
  padding-right: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  /* line 3142, ../sass/base.scss */
  #tours .tour .copy {
    height: 40px;
    margin-left: 40px;
    margin-top: 6px;
  }
}
/* line 3154, ../sass/base.scss */
#tours .tour .copy .name {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
}
/* line 3159, ../sass/base.scss */
#tours .tour .copy .description {
  font-size: 12px;
  line-height: 14px;
}
@media only screen and (max-width: 480px) {
  /* line 3159, ../sass/base.scss */
  #tours .tour .copy .description {
    display: none;
  }
}
/* line 3167, ../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 3171, ../sass/base.scss */
#tours .tour .play {
  display: none;
}
/* line 3174, ../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 3181, ../sass/base.scss */
#tours .tour .play-on div {
  width: 20px;
  height: 20px;
  background-color: #363636;
}

/* line 3191, ../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 3191, ../sass/base.scss */
  #tours .tw-group > .tour {
    background-position: 20px 18px;
  }
}
/* line 3200, ../sass/base.scss */
#tours .tw-group > .tour.contract {
  background-image: url("../assets/img/arrow-large-up-dark.png");
}
/* line 3203, ../sass/base.scss */
#tours .tw-group > .tour h4 {
  font-size: 1.3em;
}
@media only screen and (max-width: 480px) {
  /* line 3203, ../sass/base.scss */
  #tours .tw-group > .tour h4 {
    margin: 14px 0;
  }
}
/* line 3209, ../sass/base.scss */
#tours .tw-group > .tour:hover {
  background-color: #ccc;
}
/* line 3214, ../sass/base.scss */
#tours .tw-group > .group {
  height: auto;
  padding: 5px 0 5px 35px;
  background-size: 16px;
  background-position: 10px;
  box-sizing: border-box;
  line-height: 10px;
}
/* line 3222, ../sass/base.scss */
#tours .tw-group > .group ol {
  margin: 10px 0;
}
/* line 3225, ../sass/base.scss */
#tours .tw-group > .group ol li {
  margin-bottom: 10px;
}

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

/* line 3243, ../sass/base.scss */
.tw-group, .tw {
  position: relative;
  list-style: none;
  height: auto;
  margin: 0 10px;
}

/* line 3251, ../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 3261, ../sass/base.scss */
.tw-group .t-expcon.expand {
  border-top: 14px solid #fe7;
}
/* line 3264, ../sass/base.scss */
.tw-group .t-expcon.contract {
  border-bottom: 14px solid #fe7;
}
/* line 3267, ../sass/base.scss */
.tw-group .t-expcon:hover.expand {
  border-top: 14px solid #fe0;
}
/* line 3270, ../sass/base.scss */
.tw-group .t-expcon:hover.contract {
  border-bottom: 14px solid #fe0;
}

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

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

/* line 3290, ../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 3290, ../sass/base.scss */
  div.tour-nav {
    height: 34px;
    z-index: 99;
  }
}
/* line 3305, ../sass/base.scss */
div.tour-nav .tour-name {
  text-align: center;
  font-size: 22px;
}
@media only screen and (max-width: 480px) {
  /* line 3305, ../sass/base.scss */
  div.tour-nav .tour-name {
    margin: 0 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
/* line 3315, ../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 3315, ../sass/base.scss */
  div.tour-nav .tour-stop-thumb-wrapper {
    display: none;
  }
}
/* line 3326, ../sass/base.scss */
div.tour-nav .tour-stop-thumb-wrapper .tour-stop-thumb-inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 3330, ../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 3338, ../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 3342, ../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 3347, ../sass/base.scss */
div.tour-nav .tour-stop-thumb-wrapper .tour-stop-thumb-inner-wrapper .tour-stop-thumb img {
  width: 70px;
  height: 70px;
}
/* line 3351, ../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 3369, ../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 3369, ../sass/base.scss */
  div.tour-prev,
  div.tour-next {
    line-height: 42px;
    width: 50px;
  }
}
/* line 3383, ../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 3387, ../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 3392, ../sass/base.scss */
div.tour-prev {
  left: 10px;
}

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

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

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

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

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

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

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

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

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

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

/* line 3511, ../sass/base.scss */
#level-selector {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 40px;
  left: 10px;
  width: 40px;
  height: 104px;
  z-index: 98;
}
@media only screen and (max-width: 480px) {
  /* line 3511, ../sass/base.scss */
  #level-selector {
    left: 12px;
    top: 5px;
  }
}
/* line 3525, ../sass/base.scss */
#level-selector div {
  height: 30px;
  width: 40px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left: 0;
}
/* line 3533, ../sass/base.scss */
#level-selector .btn-level {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
/* line 3537, ../sass/base.scss */
#level-selector .btn-level:hover {
  color: white;
  background-color: #979797;
}
/* line 3541, ../sass/base.scss */
#level-selector .btn-level.disabled {
  color: #999999;
  cursor: default;
}
/* line 3546, ../sass/base.scss */
#level-selector .up {
  top: 17px;
}
/* line 3549, ../sass/base.scss */
#level-selector .down {
  bottom: 0;
}
/* line 3552, ../sass/base.scss */
#level-selector .current-level {
  top: 47px;
  font-size: 20px;
}
/* line 3556, ../sass/base.scss */
#level-selector .title {
  top: 0;
  height: 20px;
  line-height: 20px;
  color: #4a4a4a;
}

/* line 3564, ../sass/base.scss */
#idi {
  position: absolute;
  top: 10px;
  left: 176px;
  cursor: pointer;
  font-size: 11px;
  color: #4a4a4a;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 3px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  padding: 0 5px;
}
@media only screen and (max-width: 480px) {
  /* line 3564, ../sass/base.scss */
  #idi {
    left: 64px;
    top: 5px;
  }
}
/* line 3585, ../sass/base.scss */
#idi:hover, #idi.on {
  color: white;
  background-color: #4a4a4a;
}
/* line 3589, ../sass/base.scss */
#idi.on:hover {
  color: #4a4a4a;
  background-color: white;
}
/* line 3593, ../sass/base.scss */
body.rb-open #idi {
  display: none;
}
/* line 3597, ../sass/base.scss */
body.hide-base #idi {
  left: 70px;
}

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

/* line 3608, ../sass/base.scss */
#idi-instructions-wrapper {
  display: none;
  position: absolute;
  top: 35px;
  left: 177px;
  width: 185px;
}
/* line 3614, ../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;
}
/* line 3621, ../sass/base.scss */
#idi-instructions-wrapper #idi-instructions .wf-info {
  padding: 8px 10px;
}
/* line 3624, ../sass/base.scss */
#idi-instructions-wrapper #idi-instructions #wf-distance {
  display: none;
  box-sizing: border-box;
  padding: 4px 10px;
  background-color: #f1f1f1;
}
/* line 3629, ../sass/base.scss */
#idi-instructions-wrapper #idi-instructions #wf-distance span {
  font-weight: bold;
}
/* line 3632, ../sass/base.scss */
#idi-instructions-wrapper #idi-instructions #wf-distance i {
  font-style: italic;
}
/* line 3636, ../sass/base.scss */
#idi-instructions-wrapper #idi-instructions #wf-ada {
  font-size: 12px;
  color: #979797;
  background-color: #f5f5f5;
  line-height: 18px;
  padding: 8px 10px;
  cursor: pointer;
}
/* line 3643, ../sass/base.scss */
#idi-instructions-wrapper #idi-instructions #wf-ada:hover, #idi-instructions-wrapper #idi-instructions #wf-ada.active {
  background-color: #363636;
  color: #f5f5f5;
}
/* line 3649, ../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 3649, ../sass/base.scss */
  #idi-instructions-wrapper #idi-instructions-spacer {
    right: auto;
    left: 23px;
  }
}
/* line 3663, ../sass/base.scss */
body.hide-base #idi-instructions-wrapper {
  left: 70px;
}

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

/* line 3675, ../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 3688, ../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 3708, ../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 3741, ../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 3763, ../sass/base.scss */
.nostripes > span > span, .nostripes > span:after {
  -webkit-animation: none;
  -moz-animation: none;
  background-image: none;
}

/* -------------------------------------
 * Bar container
 * ------------------------------------- */
/* line 3784, ../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 3797, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3821, ../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 3837, ../sass/base.scss */
.directions-submit, .directions-full-view, .directions-start-over, .dir-print {
  padding: 6px;
  background-color: black;
  color: white;
  cursor: pointer;
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4031, ../sass/base.scss */
#sidebar-toggle-buttons {
  height: 40px;
  border-bottom: none !important;
}
/* line 4035, ../sass/base.scss */
.body-regular #sidebar-toggle-buttons {
  display: none;
}
/* line 4038, ../sass/base.scss */
#sidebar-toggle-buttons .st-button {
  float: left;
  text-align: center;
  color: #cccccc;
  font-weight: 600;
  border-bottom: 4px solid rgba(255, 255, 255, 0.1);
  transition: all .25s ease;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 16px;
}
/* line 4047, ../sass/base.scss */
#sidebar-toggle-buttons .st-button:hover {
  color: #e8e8e8;
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
}
/* line 4054, ../sass/base.scss */
#sidebar-toggle-buttons .st-button .inner {
  line-height: 36px;
}
/* line 4058, ../sass/base.scss */
#sidebar-toggle-buttons.three .st-button {
  width: calc(100% / 3);
}
/* line 4061, ../sass/base.scss */
#sidebar-toggle-buttons.two .st-button {
  width: 50%;
}
/* line 4066, ../sass/base.scss */
#sidebar-toggle-buttons #st-locations.blue .inner {
  padding-left: 1px;
}
/* line 4071, ../sass/base.scss */
#sidebar-toggle-buttons #st-tours.blue .inner {
  padding-right: 1px;
}
/* line 4074, ../sass/base.scss */
#sidebar-toggle-buttons #st-tours.inactive {
  color: #ddd;
}

/* line 4081, ../sass/base.scss */
#tours {
  position: relative;
  overflow: auto;
  height: 100%;
  display: none;
}

/* line 4088, ../sass/base.scss */
#search-wrapper {
  margin-top: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}

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

/* line 4099, ../sass/base.scss */
#search #search-key {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  color: #505050;
  cursor: auto;
  display: block;
  float: left;
  padding: 12px;
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 200;
  height: 40px;
  word-spacing: 0px;
  writing-mode: lr-tb;
}
@media only screen and (max-width: 480px) {
  /* line 4099, ../sass/base.scss */
  #search #search-key {
    width: 100%;
  }
}

/* line 4121, ../sass/base.scss */
#search-button {
  display: none;
}

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

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

/* -------------------------------------
 * mobile full screen
 * ------------------------------------- */
/* line 4161, ../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 4171, ../sass/base.scss */
#mobile-fullscreen #tvt-wrapper {
  width: 100% !important;
}
/* line 4174, ../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 4192, ../sass/base.scss */
#buses {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 4198, ../sass/base.scss */
#buses #br-header {
  padding: 0 15px;
}
/* line 4202, ../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 4208, ../sass/base.scss */
#buses #br-list .br-item.hidden {
  display: none;
}
/* line 4212, ../sass/base.scss */
#buses #br-list .br-item .br-title {
  cursor: pointer;
  padding: 0 15px;
  border-bottom: 1px solid #fff;
  background-color: #f5f5f5;
}
/* line 4218, ../sass/base.scss */
#buses #br-list .br-item .br-title.inactive {
  background-color: inherit;
  border-color: #f5f5f5;
}
/* line 4223, ../sass/base.scss */
#buses #br-list .br-item .br-title.inactive:hover {
  background-color: #f5f5f5;
  border-color: #fff;
}
/* line 4228, ../sass/base.scss */
#buses #br-list .br-item .br-title:hover .notactive {
  display: none;
}
/* line 4232, ../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 4232, ../sass/base.scss */
  #buses #br-list .br-item .br-title .br-info {
    width: 70%;
  }
}
/* line 4244, ../sass/base.scss */
#buses #br-list .br-item .br-title .br-info .br-name {
  padding-top: 10px;
  font-size: 15px;
}
/* line 4249, ../sass/base.scss */
#buses #br-list .br-item .br-title .br-info .br-time {
  font-size: 11px;
  color: #aaa;
}
/* line 4258, ../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 4267, ../sass/base.scss */
#buses #br-list .br-times .br-times-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 4271, ../sass/base.scss */
#buses #br-list .br-times .br-times-list li {
  padding: 5px 0;
}
/* line 4274, ../sass/base.scss */
#buses #br-list .br-times .br-times-list li .br-times-stop {
  float: left;
}
/* line 4276, ../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 4282, ../sass/base.scss */
#buses #br-list .br-times .br-times-list li .br-times-time {
  float: right;
  text-align: right;
}
/* line 4292, ../sass/base.scss */
#buses table {
  width: auto;
  min-width: 100%;
}
/* line 4296, ../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 4305, ../sass/base.scss */
#buses table thead {
  border-bottom: 1px solid #4e4e4e;
}
/* line 4308, ../sass/base.scss */
#buses table thead th {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 2px 4px;
}
/* line 4316, ../sass/base.scss */
#buses table td {
  white-space: nowrap;
  padding: 4px 2px;
  padding-right: 10px;
}
/* line 4321, ../sass/base.scss */
#buses table td.time {
  width: 65px;
}
/* line 4325, ../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 4339, ../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 4352, ../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 4361, ../sass/base.scss */
.inactive .bri-wrapper .notactive {
  display: inline-block;
}
/* line 4365, ../sass/base.scss */
.inactive .bri-wrapper:hover .notactive {
  display: none;
}
/* line 4368, ../sass/base.scss */
.inactive .bri-wrapper {
  border-color: #ddd;
  background-color: #f5f5f5;
}
/* line 4372, ../sass/base.scss */
.inactive:hover .bri-wrapper {
  border-color: #363636;
  background-color: #fff;
}

/* line 4378, ../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 4389, ../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 4401, ../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 4416, ../sass/base.scss */
.br-checkbox {
  margin-top: 11px;
  float: right;
}
/* line 4420, ../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 4420, ../sass/base.scss */
  .br-checkbox .bri-toggle {
    padding: 2px 0;
    margin-right: 6px;
    width: 26px;
    height: 26px;
  }
}
/* line 4434, ../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 4434, ../sass/base.scss */
  .br-checkbox .bri-toggle .bri-toggle-inner {
    width: 26px;
    height: 26px;
    background-position: 3px;
  }
}
/* line 4449, ../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 4458, ../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 4467, ../sass/base.scss */
.round img {
  margin: 0 auto;
}

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

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

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

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

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

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

/* line 4532, ../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 4552, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper {
    width: 450px;
    height: 252px;
  }
  /* line 4555, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow {
    margin-left: -260px;
  }
  /* line 4557, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide {
    width: 450px;
    height: 252px !important;
  }
  /* line 4563, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide .colorbox-enlarge .infowindow-gallery-button .colorbox-enlarge-button {
    top: 6px;
    left: 30px;
  }
  /* line 4569, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide img {
    width: 450px;
    height: 252px;
    object-fit: cover;
  }
  /* line 4574, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide.nxt {
    left: 710px;
  }
  /* line 4577, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide.prv {
    left: 0;
  }
  /* line 4580, ../sass/base.scss */
  #infowindow-wrapper .media .media-wrapper .media-slideshow .media-slide.active {
    left: 260px;
  }
  /* line 4588, ../sass/base.scss */
  #infowindow-wrapper .description {
    padding: 10px;
  }
}

/* -------------------------------------
 * printmap related styles
 * ------------------------------------- */
/* line 4606, ../sass/base.scss */
#catTree .catToggle {
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70%;
}
/* line 4615, ../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 4622, ../sass/base.scss */
#catTree .ddArrow-up {
  background: url("../assets/img/arrow-up-dark.png") no-repeat center top;
}

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

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

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

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

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

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

/* line 4691, ../sass/base.scss */
#privacy-policy {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4924, ../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 4935, ../sass/base.scss */
#maintenance-popup .maintenance-text {
  padding: 8px 8px 0;
  color: #4a4a4a;
}
/* line 4939, ../sass/base.scss */
#maintenance-popup .maintenance-support {
  color: #999999;
  padding-left: 8px;
}
/* line 4943, ../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 4956, ../sass/base.scss */
#maintenance-popup a {
  color: #2560A6;
  text-decoration: none;
}
/* line 4959, ../sass/base.scss */
#maintenance-popup a:hover, #maintenance-popup a:active {
  color: #1c487c;
}
/* line 4962, ../sass/base.scss */
#maintenance-popup a:visited {
  color: #2560A6;
}

/* line 4975, ../sass/base.scss */
#direction-details {
  width: 100%;
  float: left;
}
/* line 4979, ../sass/base.scss */
#direction-details .mapbox-attribution {
  text-align: right;
  padding: 6px 0;
  clear: both;
}
/* line 4985, ../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 4999, ../sass/base.scss */
#direction-details header #from-line {
  font-size: 1rem;
}
/* line 5004, ../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 5015, ../sass/base.scss */
#direction-details #direction-steps .step {
  width: 100%;
  clear: both;
}
/* line 5019, ../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 5025, ../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 5031, ../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 5037, ../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 5043, ../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 5049, ../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 5055, ../sass/base.scss */
#direction-details #direction-steps .step .slight.right {
  background: url("../assets/icons/slight-right.svg") no-repeat;
  background-position: center 20px;
}
/* line 5060, ../sass/base.scss */
#direction-details #direction-steps .step .slight.left {
  background: url("../assets/icons/slight-left.svg") no-repeat;
  background-position: center 20px;
}
/* line 5065, ../sass/base.scss */
#direction-details #direction-steps .step .sharp.right {
  background: url("../assets/icons/sharp-right.svg") no-repeat;
  background-position: center 20px;
}
/* line 5070, ../sass/base.scss */
#direction-details #direction-steps .step .sharp.left {
  background: url("../assets/icons/sharp-left.svg") no-repeat;
  background-position: center 20px;
}
/* line 5076, ../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 5084, ../sass/base.scss */
#direction-details #direction-steps .step span {
  display: inline-block;
  float: left;
}
/* line 5087, ../sass/base.scss */
#direction-details #direction-steps .step span.modifier {
  width: 15%;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
/* line 5093, ../sass/base.scss */
#direction-details #direction-steps .step span.instruction {
  width: 100%;
  font-weight: 400;
  margin-bottom: 2px;
}
/* line 5098, ../sass/base.scss */
#direction-details #direction-steps .step span.distance {
  width: 100%;
  font-weight: 300;
  font-style: italic;
  height: 18px;
}

/* MAPBAR BUTTONS */
/* line 5110, ../sass/base.scss */
#button-map, #button-satellite {
  font-weight: 700;
  font-size: 11px !important;
  box-shadow: none;
}
/* line 5115, ../sass/base.scss */
#button-map:hover, #button-satellite:hover {
  background: #cccccc;
}

/* line 5120, ../sass/base.scss */
#button-map {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 5125, ../sass/base.scss */
#button-satellite {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 5130, ../sass/base.scss */
#button-wrapper-mapType {
  left: 44px !important;
  font-weight: 700 !important;
  box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.1);
}
/* line 5134, ../sass/base.scss */
body.hide-base #button-wrapper-mapType {
  display: none;
}
/* line 5137, ../sass/base.scss */
#button-wrapper-mapType .button {
  background-color: white;
  color: #4a4a4a;
  height: 22px;
  line-height: 22px;
}
/* line 5142, ../sass/base.scss */
#button-wrapper-mapType .button.active, #button-wrapper-mapType .button:hover {
  background-color: #4a4a4a;
  color: white;
}
/* line 5148, ../sass/base.scss */
#button-wrapper-mapType .map-type-buttons-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
/* line 5152, ../sass/base.scss */
#button-wrapper-mapType .map-type-buttons-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

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

  /* line 5167, ../sass/base.scss */
  .balloon-directions-from, #balloon-top-bar, .dir-warning, .extension-title, .extension-close, #direction-buttons {
    display: none;
  }
}
/* line 5173, ../sass/base.scss */
#myatlas h2 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #4a4a4a;
  font-weight: 300;
  margin-bottom: 0;
}
/* line 5180, ../sass/base.scss */
#myatlas textarea {
  border: none;
  border-radius: 5px;
}
/* line 5185, ../sass/base.scss */
#myatlas form {
  font-size: 12px;
  font-weight: bold;
  color: #4a4a4a;
}
/* line 5191, ../sass/base.scss */
#myatlas form input[type="checkbox"] {
  position: relative;
  padding-left: 20px;
  appearance: none;
  -webkit-appearance: none;
}
/* line 5197, ../sass/base.scss */
#myatlas form input[type="checkbox"]:hover {
  cursor: pointer;
}
/* line 5200, ../sass/base.scss */
#myatlas form input[type="checkbox"]:hover:before {
  background: #c7c7c7;
}
/* line 5205, ../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 5217, ../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 5229, ../sass/base.scss */
#myatlas form input[type="checkbox"]:checked:before {
  background: #179D68;
}
/* line 5233, ../sass/base.scss */
#myatlas form input[type="checkbox"]:checked:after {
  opacity: 1;
  font-size: 1rem;
  top: -13px;
  left: 1px;
}
/* line 5241, ../sass/base.scss */
#myatlas form input[type="checkbox"]:focus {
  outline: none;
}
/* line 5246, ../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 5260, ../sass/base.scss */
td.ng-binding {
  word-break: break-word;
  max-width: 480px;
}

/* line 5265, ../sass/base.scss */
.tox-form {
  gap: 15px;
}

/* line 5268, ../sass/base.scss */
.tox-form__group {
  color: #4a4a4a !important;
  margin-bottom: 16px !important;
}

/* line 5272, ../sass/base.scss */
.tox-form > .tox-form__group:last-child {
  margin-bottom: 0 !important;
}

/* line 5276, ../sass/base.scss */
.tox-dialog__header {
  border-bottom-color: #34619E !important;
}

/* line 5280, ../sass/base.scss */
.tox-dialog__title {
  color: #34619E !important;
}

/* line 5284, ../sass/base.scss */
.tox-slider {
  margin-bottom: 20px !important;
}

/* line 5288, ../sass/base.scss */
.tox-slider__rail {
  background-color: #ddd !important;
}

/* line 5292, ../sass/base.scss */
.tox-slider__handle {
  background-color: #34619E !important;
}

/* line 5296, ../sass/base.scss */
.tox-label {
  color: #4a4a4a !important;
}

/* line 5300, ../sass/base.scss */
.tox-button {
  background-color: #34619E !important;
}
/* line 5302, ../sass/base.scss */
.tox-button:hover {
  color: white;
  background-color: #6298E0 !important;
}
/* line 5306, ../sass/base.scss */
.tox-button.tox-button--secondary {
  background-color: #e8e8e8 !important;
}
/* line 5308, ../sass/base.scss */
.tox-button.tox-button--secondary:hover {
  background-color: #cccccc !important;
}
/* line 5312, ../sass/base.scss */
.tox-button.tox-button--naked {
  background-color: transparent !important;
}
/* line 5314, ../sass/base.scss */
.tox-button.tox-button--naked:hover {
  background-color: transparent !important;
}

/* line 5320, ../sass/base.scss */
.tox-textarea {
  min-height: 100px !important;
}
