/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
main {
  display: block;
}
main.interactive {
  padding: 20px 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
}
a:visited {
  color: #7e838b;
}
a:hover,
a:focus {
  color: #2b4d70;
}
a img {
  border: none;
}
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;
}
.byline {
  font-size: 18px;
  margin: 24px auto;
}
@media (max-width: 768px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
.byline .staff {
  font-style: italic;
  font-size: 16px;
}
.byline .date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #424648;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
  z-index: 999;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
@media (max-width: 480px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
  background: #e0e0e0;
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
}
.ad.pending[data-type="banner"]::before,
.ad.pending[data-type="bannerBottom"]::before {
  padding-bottom: 12.36263736%;
}
@media (max-width: 480px) {
  .ad.pending[data-type="banner"]::before,
  .ad.pending[data-type="bannerBottom"]::before {
    padding-bottom: 16.66666667%;
  }
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
}
.ad.pending[data-type="tall"]::before {
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
}
.ad.pending[data-type="square"]::before {
  padding-bottom: 83.33333333%;
}
.subscribe-box {
  padding: 0;
}
.subscribe-box h2 {
  margin: 0;
}
.subscribe-box img {
  display: inline-block;
  padding-right: 10px;
  height: 24px;
}
@media (max-width: 480px) {
  .subscribe-box img {
    display: block;
    margin: 24px auto;
    padding-right: 0;
  }
}
.subscribe-box .button-box {
  padding-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .subscribe-box .button-box {
    display: block;
    text-align: center;
  }
}
.subscribe-box .subscribe-button {
  display: inline-block;
  background: #0777b3;
  padding: 12px 15px 10px 15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .08em;
}
.subscribe-box .subscribe-button:hover {
  background: #e0e0e0;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
div.or-sep {
  margin: auto 0;
  color: #7e838b;
  text-align: center;
}
header {
  padding: 0 0 48px;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media (max-width: 480px) {
  header {
    padding-bottom: 24px;
  }
}
header img {
  display: block;
  margin: auto;
  width: 100%;
}
header h1 {
  margin: 0;
  padding: 20px 0 40px 0;
  width: 100%;
  text-align: center;
  font-size: 78px;
  font-family: Lobster, "ff-meta-serif-web-pro", Georgia, serif;
  font-weight: normal;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
header h1 .smaller {
  font-size: 50%;
}
@media (max-width: 480px) {
  header h1 {
    color: black;
    position: static;
    display: block;
    background: transparent;
    font-size: 48px;
  }
}
header .credit {
  font-style: italic;
  font-size: 15px;
  padding-top: 10px;
}
header p.constrained {
  padding: 16px;
}
.constrained {
  max-width: 960px;
  padding: 0 16px;
  margin: 0 auto;
}
.constrained.smaller {
  max-width: 600px;
}
main.app {
  max-width: 1200px;
  margin: auto;
}
h2.nav-header {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
.search-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.search-wrapper input {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  padding: 4px;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  font-family: inherit;
}
.search-wrapper button {
  border: 0;
  background-color: transparent;
  font-size: 24px;
  color: #e0e0e0;
  cursor: pointer;
}
[data-searching] .search-wrapper button {
  color: inherit;
}
.filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
@media (max-width: 480px) {
  .filters {
    display: block;
  }
}
[data-searching] .filters {
  opacity: 0.3;
}
@media (max-width: 480px) {
  [data-searching] .filters {
    display: none;
  }
}
.filters .filter-group {
  -webkit-flex: 0 1 250px;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
  padding: 0 8px;
}
.filters ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .filters li {
    display: inline-block;
    padding-right: 8px;
  }
  .filters li.always-block {
    display: block;
  }
}
.filters label {
  font-size: 15px;
}
.filters input.pseudo {
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
  width: 0px;
  display: block;
  position: absolute;
}
.filters input.pseudo + label {
  display: block;
  margin: 4px 0;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 4px;
  text-align: center;
}
.filters input.pseudo + label:hover,
.filters input.pseudo + label:focus {
  border-color: black;
}
.filters input.pseudo:checked + label {
  background-color: #d5e4f0;
  color: inherit;
}
.filters #custom-date + label {
  overflow: hidden;
}
.filters #custom-date + label input {
  display: none;
}
.filters #custom-date:checked + label input {
  display: block;
  width: 75%;
  margin: auto;
}
.filters .go button {
  display: block;
  width: 100%;
  background-color: #0777b3;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px;
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #f8f8f8;
  font-family: inherit;
  text-transform: uppercase;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
}
.filters .go button:hover,
.filters .go button:focus {
  border-color: black;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.2);
}
.event-listings,
.itinerary-results {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
}
@media (max-width: 480px) {
  .event-listings,
  .itinerary-results {
    display: block;
  }
}
.event-listings div.item,
.itinerary-results div.item {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding: 16px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
@media (max-width: 768px) {
  .event-listings div.item,
  .itinerary-results div.item {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .event-listings div.item,
  .itinerary-results div.item {
    overflow: visible;
  }
}
.event-listings .card,
.itinerary-results .card {
  margin: 16px;
  padding: 16px;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.2), 0 8px 32px 0 rgba(0, 0, 0, 0.06);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.event-listings h4,
.itinerary-results h4 {
  margin: 0;
  font-size: 24px;
}
.event-listings h5,
.itinerary-results h5 {
  margin: 0;
}
.event-listings .metadata,
.itinerary-results .metadata {
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 0;
}
.event-listings .description,
.itinerary-results .description {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 16px 0;
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .event-listings .description,
  .itinerary-results .description {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
.event-listings .details,
.itinerary-results .details {
  margin-top: 8px;
  font-size: 15px;
  font-style: italic;
}
.event-listings .contact,
.itinerary-results .contact {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.credits {
  padding: 48px 16px;
}
.credits ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.credits li {
  margin-bottom: 8px;
}
