section.hotels {
  font-size: 16px;
  line-height: 1.5em;
  background-color: #fff;
}
@media (min-width: 1920px) {
  section.hotels {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  section.hotels {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  section.hotels {
    font-size: 14px;
  }
}
section.intro {
  padding: 0 1rem;
}

section.intro .container {
  max-width: 600px;
  margin: 0 auto;
  padding: 10vh 0;
}

section.intro .container h1 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

section.intro .container h1 + p {
  margin-top: 0;
}

section.hotels {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

@media (min-width: 990px) {
  section.hotels {
    height: 640px;
    max-width: 66.4em;
    margin: auto;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
  }
}

section.hotels #selected-listing .sidebar-header, section.hotels #filter-list .sidebar-header {
  position: relative;
  height: 62px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

section.hotels #selected-listing .sidebar-header h2, section.hotels #filter-list .sidebar-header h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
}

@media (max-width: 480px) {
  section.hotels #selected-listing .sidebar-header, section.hotels #filter-list .sidebar-header {
    height: 45px;
  }
  section.hotels #selected-listing .sidebar-header h2, section.hotels #filter-list .sidebar-header h2 {
    padding: 0rem 1.5rem;
  }
}

section.hotels #filter-list {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 375px;
          flex: 0 0 375px;
  overflow-x: hidden;
  -webkit-box-shadow: 6px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 0px 10px rgba(0, 0, 0, 0.25);
    height: 100%;
}

section.hotels #filter-list ul.hotels {
  height: 515px;
  padding: 1rem 1.5rem;
}

section.hotels #filter-list ul.hotels li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 40px;
  height: 50px;
  line-height: 1.15em;
}

section.hotels #filter-list ul.hotels li a {
  text-decoration: none;

}
section.hotels #filter-list ul.hotels li a:hover {
  text-decoration: underline;
}

section.hotels #filter-list ul.hotels li span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  color: #fff;
  width: 30px;
  text-align: center;
}

section.hotels #filter-list ul.hotels li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  content: '';
  background-image: url("https://visitseattle.org/wp-content/themes/visitseattle/library/walking-widget/images/map-pin.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 36px;
  color:#0a3c00;
}

section.hotels #filter-list ul.hotels li:hover a {
  color: #447500;
  cursor: pointer;
}

section.hotels #filter-list ul.hotels li:hover:before {
  background-image: url("https://visitseattle.org/wp-content/themes/visitseattle/library/walking-widget/images/map-pin-green.svg");
}

section.hotels #filter-list ul.pagination {
  padding: 1rem 1.5rem;
  text-align: center;
}

section.hotels #filter-list ul.pagination li {
  display: inline-block;
  border: 1px solid #f0f0f0;
  font-size: 1rem;
  line-height: 1rem;
  padding: .25rem;
  width: 25px;
  margin-right: .5rem;
  text-align: center;
  cursor: pointer;
}

section.hotels #filter-list ul.pagination li:hover {
  color: #447500;
}

section.hotels #filter-list ul.pagination li.active {
  background-color: #447500 !important;
  color: #ffffff;
}

@media (max-width: 768px) {
  section.hotels #filter-list ul.hotels {
    height: auto;
  }
  section.hotels #filter-list ul.pagination {
    display: none;
  }
}

@media (max-width: 990px) {
  section.hotels #filter-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  section.hotels #filter-list ul {
    height: 600px;
    overflow-y: auto;
  }
}

@media (max-width: 480px) {
  section.hotels #filter-list.inactive {
    display: none;
  }
}

section.hotels #filter-map {
  position: relative;
  z-index: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 375px);
          flex: 0 0 calc(100% - 375px);
  overflow: hidden;
}

@media (max-width: 990px) {
  section.hotels #filter-map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 450px;
  }
}

@media (max-width: 768px) {
  section.hotels #filter-map {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 20;
    height: 50vw;
  }
}

@media (max-width: 480px) {
  section.hotels #filter-map {
    height: 70vw;
  }
}

section.hotels #filter-map .building-toggle {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

section.hotels #filter-map .building-toggle a {
  text-decoration: none;
}

section.hotels #filter-map .building-toggle span {
  position: absolute;
  top: -1.5rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: .56rem;
}

section.hotels #filter-map .building-toggle a:first-of-type {
  border-radius: 50px 0 0 50px;
}

section.hotels #filter-map .building-toggle a:last-of-type {
  border-radius: 0 50px 50px 0;
}

section.hotels #filter-map .building-toggle a.building-toggle-switch {
  display: inline-block;
  width: 80px;
  background-color: #ffffff;
  padding: .25rem;
  font-weight: 700;
  font-size: .75rem;
  text-align: center;
  text-transform: uppercase;
}

section.hotels #filter-map .building-toggle a.building-toggle-switch.active {
  background-color: #333333;
  color: #ffffff;
}

section.hotels #filter-map .map-points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media (max-width: 990px) {
  section.hotels #filter-map .map-points {
    top: -5px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

@media (max-width: 480px) {
  section.hotels #filter-map .map-points {
    top: -10px;
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
  }
}

section.hotels #filter-map .map-points .map-points-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 38px;
  background-image: url("https://visitseattle.org/wp-content/themes/visitseattle/library/walking-widget/images/map-pin.svg");
  background-repeat: no-repeat;
  background-size: 31px;
  background-position: top left;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

section.hotels #filter-map .map-points .map-points-marker::after {
  position: relative;
  top: 4px;
  display: block;
  content: attr(data-point);
  color: #fff;
  font-size: .85rem;
  font-weight: 700;
  text-align: center;
}

section.hotels #filter-map .map-points .map-points-marker:hover:not(.active) {
  opacity: .5;
}

section.hotels #filter-map .map-points .map-points-marker.active {
  background-image: url("https://visitseattle.org/wp-content/themes/visitseattle/library/walking-widget/images/map-pin-green.svg");
}

@media (max-width: 990px) {
  section.hotels #filter-map .map-points .map-points-marker {
    width: 44px;
    height: 55px;
    background-size: 44px;
  }
  section.hotels #filter-map .map-points .map-points-marker::after {
    top: 12px;
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  section.hotels #filter-map .map-points .map-points-marker {
    width: 54px;
    height: 67px;
    background-size: 54px;
  }
  section.hotels #filter-map .map-points .map-points-marker::after {
    top: 18px;
    font-size: 2rem;
  }
}

section.hotels #filter-map .map-routes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}

section.hotels #filter-map .map-routes .map-points-route {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

section.hotels #filter-map .map-routes .map-points-route.active {
  opacity: 1;
}

section.hotels #filter-map .map-routes .main-route {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.hotels #filter-map .map-routes .main-route path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  -webkit-animation: drawLine 1.5s 0s;
  animation: drawLine 1.5s 0s;
}

section.hotels #filter-map #map {
  background-image: url("https://visitseattle.org/wp-content/themes/visitseattle/library/walking-widget/images/map.svg");
}

section.hotels #filter-map #summit {
  background-image: url("https://visitseattle.org/wp-content/themes/visitseattle/library/walking-widget/images/summit.svg");
  z-index: 2;
}

section.hotels #filter-map #arch {
  background-image: url("https://visitseattle.org/wp-content/themes/visitseattle/library/walking-widget/images/arch.svg");
  z-index: 2;
}

section.hotels #filter-map .map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("https://visitseattle.org/wp-content/themes/visitseattle/library/walking-widget/images/map.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

section.hotels #filter-map.selected .map-points-marker:not(.active) {
  opacity: .1;
}

section.hotels #filter-map.selected .map-routes {
  display: block;
}

section.hotels #filter-map.selected #summit, section.hotels #filter-map.selected #arch {
  opacity: 0;
}

section.hotels #filter-map.selected #summit.active, section.hotels #filter-map.selected #arch.active {
  opacity: 1;
}

section.hotels #selected-listing {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 375px;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translateX(-400px);
          transform: translateX(-400px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

section.hotels #selected-listing.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

section.hotels #selected-listing .hero-image {
  height: 170px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

@media (max-width: 990px) {
  section.hotels #selected-listing {
    top: 450px;
    height: 600px;
    width: 100%;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.hotels #selected-listing .hero-image {
    display: none;
  }
}

@media (max-width: 768px) {
  section.hotels #selected-listing {
    position: -webkit-sticky;
    position: sticky;
    top: calc(50vw + 70px);
    z-index: 20;
    display: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  section.hotels #selected-listing.active {
    display: block;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 480px) {
  section.hotels #selected-listing {
    top: calc(70vw + 70px);
    height: auto;
  }
}

section.hotels #selected-listing .sidebar-header {
  position: relative;
}

section.hotels #selected-listing .sidebar-header h2 {
  padding: 1rem 3rem 1rem 2rem;
  margin-bottom: 0;
  line-height: 1.15rem;
  color: #0a3c00;
  background-image: url("https://visitseattle.org/wp-content/themes/visitseattle/library/walking-widget/images/arrow.png");
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 9px;
  cursor: pointer;
}

section.hotels #selected-listing .sidebar-header .close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: 1px solid #f0f0f0;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

section.hotels #selected-listing .sidebar-header .close-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: 'x';
}

section.hotels #selected-listing .sidebar-header .close-btn:hover {
  color: #447500;
}

section.hotels #selected-listing .selected-distance, section.hotels #selected-listing .selected-stats, section.hotels #selected-listing .selected-cta {
  text-align: center;
  padding: 1rem;
  text-decoration: none;
}

section.hotels #selected-listing .selected-distance {
  padding: .5rem 1rem;
}

section.hotels #selected-listing .selected-distance img {
  max-width: 75%;
}

section.hotels #selected-listing .selected-distance span {
  display: block;
}

section.hotels #selected-listing .selected-distance span .distance, section.hotels #selected-listing .selected-distance span .location {
  display: inline;
}

section.hotels #selected-listing .selected-distance span .distance {
  font-weight: bold;
}

@media (max-width: 480px) {
  section.hotels #selected-listing .selected-distance {
    padding: .75rem;
  }
  section.hotels #selected-listing .selected-distance img {
    width: 130px;
  }
}

section.hotels #selected-listing .selected-stats {
  background-color: #dae3cc;
  border-top: 1px solid #ffffff;
  padding: .5rem 1rem;
}

section.hotels #selected-listing .selected-stats h4 {
  font-size: .75rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

section.hotels #selected-listing .selected-stats span {
  font-weight: 700;
  font-size: 1rem;
}

@media (max-width: 480px) {
  section.hotels #selected-listing .selected-stats {
    padding: .5rem;
  }
  section.hotels #selected-listing .selected-stats h4 {
    line-height: 1em;
  }
  section.hotels #selected-listing .selected-stats span {
    font-size: 1rem;
  }
}

section.hotels #selected-listing .selected-cta a {
  
  text-transform: uppercase;
  padding: .5rem 1rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #447500;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  z-index: 2;
  background-color: #447500;
}

section.hotels #selected-listing .selected-cta a:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    background: #0a3c00;
    z-index: -1;
}
section.hotels #selected-listing .selected-cta a:hover {
  color: #fff;
  border: 2px solid #447500;
}
section.hotels #selected-listing .selected-cta a:hover:after {
  width: 100%;
}

@media (max-width: 480px) {
  section.hotels #selected-listing .selected-cta a {
    font-size: .85rem;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes drawLine {
  0% {
    stroke-dashoffset: 500px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes drawLine {
  0% {
    stroke-dashoffset: 500px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
/*# sourceMappingURL=style.css.map */