* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
nav.main-nav {
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main.road-trip {
  width: 960px;
  max-width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  main.road-trip {
    display: block;
  }
}
section {
  width: 800px;
  max-width: 100%;
  font-size: 16px;
  padding: 16px;
  border: 2px solid white;
}
section h2 {
  color: #fba400;
  font-size: 100px;
  text-shadow: 3px 3px 0 #C33;
  margin: 20px 0;
  line-height: .8;
  font-family: Sigmar One;
  text-shadow: 3px 6px 0 #ff0000;
  font-weight: normal;
  padding: 0 8px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
@media (max-width: 768px) {
  section h2 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  section h2 {
    font-size: 32px;
    text-shadow: 2px 2px 0 #ff0000;
  }
}
section#columbia-river h2 {
  font-size: 80px;
}
@media (max-width: 480px) {
  section#columbia-river h2 {
    font-size: 20px;
  }
}
section .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  section .content {
    display: block;
  }
}
section aside.sidebar {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 10px;
  text-align: center;
}
section .column {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
section.primary {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background: #06bbbd;
  color: white;
}
section.primary h2::before {
  content: "Fishing spot";
  display: block;
  font-family: "Lobster Two", "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 10px;
  margin-bottom: 30px;
  position: relative;
  left: 10px;
  text-shadow: none;
  color: black;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@media (max-width: 480px) {
  section.primary h2::before {
    font-size: 18px;
  }
}
section.primary .tips,
section.primary .fact-box {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
section.side-trip {
  background: #fba400;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
section.side-trip h3 {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  color: black;
  margin: 0;
}
section.side-trip h3::before {
  content: "Bonus!";
  display: block;
  color: #ff0000;
  font-family: Sigmar One;
  font-size: 48px;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 480px) {
  section.side-trip h3::before {
    font-size: 18px;
  }
}
section.sightseeing {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  background: #cde8d0;
}
section.sightseeing h3 {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  color: black;
  margin: 0;
  font-weight: normal;
}
section.sightseeing h3::before {
  font-size: 48px;
  content: "Sidetrip!";
  font-family: "Lobster Two", "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #06bbbd;
  display: block;
  margin-bottom: 10px;
  font-style: italic;
}
@media (max-width: 480px) {
  section.sightseeing h3::before {
    font-size: 18px;
  }
}
section.read-more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
  margin-top: 15px;
  position: relative;
}
section.read-more::before {
  position: absolute;
  width: 100%;
  top: -15px;
  color: #424648;
  content: "Don't miss:";
  text-shadow: -2px -2px 1px white, 2px -2px 1px white, 2px 2px 1px white, -2px 2px 1px white;
  text-align: center;
  font-size: 20px;
  font-family: Sigmar One;
}
section.read-more a.recirc {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  text-align: center;
  display: block;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 20px;
  color: #424648;
  padding: 20px 0;
}
section.read-more a.recirc:first-child {
  border-right: 1px solid #e0e0e0;
}
body {
  transition: background-color 3s linear;
}
body .sticky-map {
  position: fixed;
  top: 0;
  left: 0;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  height: 44px;
  width: 100%;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  body .sticky-map {
    display: none;
  }
}
body .sticky-map .logo {
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  background: #CCC;
}
body .sticky-map .route {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background: #EEE;
  background-image: linear-gradient(to bottom, #f8f8f8, #eeeeee);
  overflow: hidden;
}
body .sticky-map .route hr {
  border: none;
  border-top: 2px dashed #CCD;
  position: absolute;
  top: 20px;
  left: 2.5%;
  width: 95%;
  margin: auto;
}
body .sticky-map .car {
  width: 50px;
  position: absolute;
  left: -100px;
  bottom: 0;
  z-index: 999;
  transition: left 0.4s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body:not([data-section="intro"]) .sticky-map {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body[data-section="lake-washington"] .car {
  left: 0%;
}
body[data-section="lake-sammamish"] .car {
  left: 5%;
}
body[data-section="rattlesnake-lake"] .car {
  left: 5%;
}
body[data-section="twedes-cafe"] .car {
  left: 10%;
}
body[data-section="john-wayne-trail"] .car {
  left: 13%;
}
body[data-section="lake-keechelus"] .car {
  left: 15%;
}
body[data-section="yakima-river"] .car {
  left: 25%;
}
body[data-section="thorp-fruit"] .car {
  left: 36%;
}
body[data-section="campus-burgers"] .car {
  left: 38%;
}
body[data-section="columbia-river"] .car {
  left: 50%;
}
body[data-section="gingko-forest"] .car {
  left: 52%;
}
body[data-section="moses-lake"] .car {
  left: 65%;
}
body[data-section="sprague-lake"] .car {
  left: 78%;
}
body[data-section="fishtrap-lake"] .car {
  left: 85%;
}
body[data-section="spokane-river-trail"] .car {
  left: 97%;
}
body[data-section="spokane-river"] .car {
  left: 98%;
}
body[data-section="liberty-lake"] .car {
  left: 99%;
}
.sticky-map .dot {
  border-radius: 100%;
  position: absolute;
  top: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.sticky-map .dot.primary {
  background: #06bbbd;
  height: 20px;
  width: 20px;
}
.sticky-map .dot.side-trip {
  background: #fba400;
  height: 10px;
  width: 10px;
  z-index: 99;
}
.sticky-map .dot.sightseeing {
  background: #cde8d0;
  height: 8px;
  width: 8px;
  z-index: 99;
}
.sticky-map .dot.lake-washington {
  left: 0%;
}
.sticky-map .dot.lake-sammamish {
  left: 6%;
}
.sticky-map .dot.twedes {
  left: 9%;
}
.sticky-map .dot.rattlesnake-lake {
  left: 10%;
}
.sticky-map .dot.john-wayne-trail {
  left: 13%;
}
.sticky-map .dot.lake-keechelus {
  left: 15%;
}
.sticky-map .dot.yakima-river {
  left: 25%;
}
.sticky-map .dot.thorp-fruit {
  left: 35%;
}
.sticky-map .dot.campus-burgers {
  left: 40%;
}
.sticky-map .dot.columbia-river {
  left: 50%;
}
.sticky-map .dot.gingko-forest {
  left: 52%;
}
.sticky-map .dot.moses-lake {
  left: 65%;
}
.sticky-map .dot.sprague-lake {
  left: 78%;
}
.sticky-map .dot.fishtrap-lake {
  left: 85%;
}
.sticky-map .dot.spokane-river-trail {
  left: 95%;
}
.sticky-map .dot.spokane-river {
  left: 97%;
}
.sticky-map .dot.liberty-lake {
  right: 0%;
}
@keyframes wobble {
  from {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
header.large-map {
  background: #cde8d0;
  background-image: linear-gradient(to bottom, #cde8d0, #ffffff);
}
header.large-map .splash {
  width: 100%;
  max-width: 1600px;
  display: block;
  margin: auto;
}
header.large-map .byline {
  font-family: Sigmar One;
  display: block;
}
@media (max-width: 480px) {
  header.large-map .byline {
    font-size: 14px;
  }
}
header.large-map .content {
  width: 600px;
  margin: auto;
  max-width: 100%;
  padding: 20px 0;
}
@media (max-width: 480px) {
  header.large-map .content {
    padding: 20px 10px;
  }
}
figure.fish {
  display: block;
  margin: auto;
  text-align: center;
}
figure.fish:nth-child(2n - 1) img {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}
figure.fish img {
  display: block;
  margin: auto;
  max-width: 100%;
  animation-name: wobble;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
figure.fish figcaption {
  display: block;
  margin: auto;
  font-style: italic;
  font-size: 18px;
}
.icon {
  float: right;
  max-width: 150px;
  max-height: 150px;
  margin-left: 10px;
}
.icon.left {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.fact-box {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.fact-box li {
  margin-bottom: 8px;
}
.fact-box b {
  font-family: Sigmar One;
  font-weight: normal;
  text-transform: uppercase;
}
.sidebar.ad::before {
  content: "ADVERTISEMENT";
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
.map-container {
  margin: 10px 0;
  position: relative;
}
.map-container .show-map {
  border-radius: 4px;
  padding: 4px 8px;
  background: white;
  color: #333;
  font-family: "Lobster Two", "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
.map-container leaflet-map.embedded {
  margin: 0 0 20px;
  height: 200px;
  width: 100%;
  background: white;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  z-index: 999;
}
@media (max-width: 480px) {
  .map-container leaflet-map.embedded {
    position: relative;
  }
}
.map-container leaflet-map.embedded.show {
  display: block;
}
.map-container leaflet-map.embedded .you-are-here {
  text-align: center;
  font-size: 20px;
  color: #ff0000;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 100%;
  background: #ff0000;
}
.map-container leaflet-map.embedded .leaflet-control-attribution {
  display: none !important;
}
footer.credits {
  padding: 20px;
  display: block;
  width: 100%;
}
footer.credits ul {
  list-style-type: none;
  font-family: Sigmar One;
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  footer.credits ul li {
    font-size: 12px;
  }
}
footer.credits .logo {
  float: right;
  width: 120px;
}
@media (max-width: 480px) {
  footer.credits .logo {
    display: none;
  }
}
