<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
    GLOBAL
   ========================================================================== */
#footprint-hidden {
  display: none;
}
.no-image {
	display: none !important;
}
/* ==========================================================================
    OVERLAYS
   ========================================================================== */
#fp-lightbox .footprint-video {
  display: block;
  float: left;
  height: auto;
  margin: 10px 20px;
  max-width: 320px;
  width: 100%;
}
#fp-lightbox .footprint-video img {
  margin: 0 !important;  
}
@media screen and (max-width: 767px) {
  #fp-lightbox .footprint-video {
    float: none;
    display: block;
    margin: 0 0 15px 0;
  }
}
#fp-lightbox .footprint-descr {
  padding: 0 25px;
  text-align: justify;
  font-family: "ProximaNovaLight";
  font-size: 17px;
  line-height: 24px;
  color: #3b3b3b;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #fp-lightbox .footprint-descr {
    padding: 0;
  }
}
#fp-lightbox .footprint-location {
  margin: -10px 20px 20px;
  font-weight: 800;
  text-transform: uppercase;
}
#fp-lightbox .footprint-name {
  margin: 0 20px 10px;
}
/* ==========================================================================
   Map section of the Journey page
   ========================================================================== */
.map-wrapper {
  *zoom: 1;
  max-width: 1060px;
  margin: 0 auto 50px auto;
}
.map-wrapper:before,
.map-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.map-wrapper:after {
  clear: both;
}
.map-text-wrapper {
  float: left;
  position: relative;
  top: 30px;
  padding-left: 20px;
}
#usmap.dp-map {
  /* background: url("../img/desktop_holiday_full_map.png") no-repeat; - holidays only */
  background: url("/_global-assets/images/duckprints/events-map/desktop_full_map.png") no-repeat;
  height: 509px;
  width: 751px;
  position: relative;
  float: left;
}
.map-text {
  max-width: 280px;
  font-size: 15px;
  line-height: 20px;
}
.map-text a {
  color: #00A7E1;
}
.map-text h2 {
  font-size: 31.5px;
  line-height: 40px;
  margin: 10px 0;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  color: #00A7E1;
  text-rendering: optimizelegibility;
}
.map-duck {
  background: url("/_global-assets/images/duckprints/events-map/journey_duck.png") no-repeat;
  height: 271px;
  width: 258px;
  position: relative;
  left: 70px;
  top: 30px;
  z-index: 200;
  margin-right: -70px;
  margin-bottom: -30px;
}
.static-map {
  display: none;
}
/* ie7/8 fixes for the map area */
.lt-ie9 .map-wrapper {
  width: auto;
}
.lt-ie9 .map-text-wrapper {
  width: 260px;
}
.lt-ie9 .map-duck {
  left: 20px;
  margin-left: -20px;
}
.lt-ie9 .dp-map {
  display: block;
  float: left;
}
/* end of old IE map fixes */
@media (min-width: 768px) and (max-width: 1200px) {
  .map-duck {
    display: none;
  }
  .map-text {
    max-width: 100%;
  }
  .map-text-wrapper {
    top: 0px;
  }
}
@media (max-width: 767px) {
  #usmap {
    display: none;
    width: 100%;
  }
  .static-map {
    display: block;
  }
  .map-duck {
    display: none;
  }
  .map-text {
    max-width: 100%;
  }
  .map-text-wrapper {
    top: 0px;
  }
}
.map-pin {
  position: absolute;
  background: url("/_global-assets/images/duckprints/events-map/map_pin_future_event.png") no-repeat;
  height: 42px;
  width: 30px;
}
.map-pin.future {
  background: url("/_global-assets/images/duckprints/events-map/map_pin_future_event.png") no-repeat;
}
.map-pin.past {
  background: url("/_global-assets/images/duckprints/events-map/map_pin_future_event.png") no-repeat;
}
.map-pin.selected {
  background: url("/_global-assets/images/duckprints/events-map/map_pin_selected_event.png") no-repeat;
}
/*
.map-footprint {
  position: absolute;
  background: url("/_global-assets/images/duckprints/events-map/map_footprint_pin.png") 6px 6px no-repeat;
  height: 44px;
  width: 40px;
}
.map-footprint.selected {
  background: url("/_global-assets/images/duckprints/events-map/map_footprint_selected.png") no-repeat;
}
*/
/*TM - adjustments */
.map-footprint {
  position: absolute;
  background: url("/_global-assets/images/duckprints/events-map/map_footprint_selected.png") 6px 6px no-repeat;
  height: 27px;
  width: 25px;
  background-size: 75%;
}
.map-footprint.selected {
  height: 37px;
  width: 35px;
  background-size: 85%;
  transition: 0.5s ease;
}
.map-snowflake {
  position: absolute;
  background: url("/_global-assets/images/duckprints/events-map/snowflake.png") 3px 3px no-repeat;
  height: 42px;
  width: 42px;
}
.map-snowflake.selected {
  background: url("/_global-assets/images/duckprints/events-map/snowflake_selected.png") no-repeat;
}
#map-overlay {
  position: absolute;
  z-index: 9999;
}
.loc-row {
  *zoom: 1;
  width: 210px;
  height: 50px;
  padding: 10px;
  background: #007FC1;
  border-bottom: 1px solid #00537e;
  cursor: pointer;
}
.loc-row:before,
.loc-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.loc-row:after {
  clear: both;
}
.loc-row:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  /*! border-bottom-left-radius: 10px; */
  /*! border-bottom-right-radius: 10px; */
  /*! -webkit-border-bottom-left-radius: 10px; */
  /*! -webkit-border-bottom-right-radius: 10px; */
  /*! border-bottom: none; */
}
.loc-row:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom: none;
}
.story-name h5,
.ev-location h5,
.stop-location h5 {
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
  font-weight: 800;
}
.story-location h6,
.ev-date h6,
.stop-date h6 {
  color: #F7C00D;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
}
.popup-info {
  float: left;
  height: 55px;
  width: 150px;
  overflow: hidden;
}
.event-legend {
  background: url("/_global-assets/images/duckprints/events-map/map_pin_selected_event.png") no-repeat;
  height: 45px;
  width: 36px;
  background-position: center center;
  float: left;
}
.story-legend {
  background: url("/_global-assets/images/duckprints/events-map/footprint_sm.png") no-repeat;
  height: 36px;
  width: 36px;
  background-position: center center;
  float: left;
}
.stop-legend {
  background: url("/_global-assets/images/duckprints/events-map/snowflake_sm.png") no-repeat;
  height: 36px;
  width: 36px;
  background-position: center center;
  float: left;
}
.popup-arrow {
  background: url("/_global-assets/images/duckprints/events-map/map_overlay_arrow.png") no-repeat;
  height: 55px;
  width: 20px;
  background-position: center center;
  margin: auto;
  float: left;
}
.popup-bottom {
  background: url("/_global-assets/images/duckprints/events-map/map_overlay_blue_triangle.png") no-repeat;
  height: 8px;
  background-position: center top;
}
#map-overlay h5 {
  font-size: 14px;
}
#map-overlay h6 {
  font-size: 11.9px;
  font-weight: 500;
}
#map-overlay h5,
#map-overlay h6 {
  line-height: 20px;
}
.story-name h5 {
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
  font-weight: 800;
}
.static-map img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
}
/*===================================================================================
Footprint Bucket adjustments and misc
=====================================================================================*/
.policies-container .items-holder .policy-item .item-content,
.policies-container .items-holder .policy-item:hover .item-content {
  min-height: 150px;
}
.w_product-snapshot a {
  color: #00A7E1;
  text-decoration: none;
}
.w_product-snapshot a:hover {
  opacity: .6;
  text-decoration: underline;
}</pre></body></html>