/*
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;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #f8f8f8;
  }
}
main {
  display: block;
}
.interactive {
  padding: 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: 19px;
  margin-bottom: 0;
}
.staff-position {
  font-style: italic;
  font-size: 15px;
  margin-top: 0;
}
.publish-date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
.graphic-hed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.graphic-chatter {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.source-container {
  margin-top: 10px;
}
.source-container::after {
  clear: both;
  content: "";
  display: block;
}
.data-source,
.art-credit,
.caption {
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.data-source {
  font-style: italic;
}
@media (min-width: 480px) {
  .data-source {
    float: left;
  }
}
@media (min-width: 480px) {
  .art-credit {
    float: right;
  }
}
.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;
}
.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
.share-bar {
  display: inline-block;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.share-icon {
  margin-left: 3px;
  margin-right: 3px;
  width: 30px;
}
.share-icon:hover .changes-color {
  fill: #231f20;
}
zeus-ad {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.marketing {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 5px;
  padding: 10px;
  text-align: center;
  width: calc(100% - 10px);
}
.marketing--footer {
  border: 1px solid #e0e0e0;
  max-width: 630px;
}
@media (min-width: 640px) {
  .marketing--footer {
    margin: 20px auto;
  }
  .marketing--footer span {
    white-space: pre;
  }
}
.marketing--sidebar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 350px;
}
@media (max-width: 500px) {
  .marketing--sidebar {
    margin: auto;
  }
}
.marketing__text {
  margin: 5px auto;
}
.marketing__body {
  font-size: 18px;
  line-height: 21px;
}
.marketing__button {
  background: #0777b3;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 3px;
  padding: 5px 20px;
}
.marketing__button:hover {
  color: #fff;
  background: #2b4d70;
}
.marketing__button:visited {
  color: #fff;
}
.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 0.1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
.project-credits {
  padding-top: 10px;
  max-width: 900px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .project-credits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.project-credit {
  flex-basis: 50%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
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;
}
@font-face {
  font-family: 'Fugaz One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fugazone/v15/rax_HiWKp9EAITukFslMBA.ttf) format('truetype');
}
body {
  width: 100%;
  font-size: 19px;
  font-weight: 400;
}
@media (max-width: 480px), (max-width: 768px) {
  body {
    margin: 0;
  }
}
h1 {
  font-size: 68px;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 40px;
  font-family: 'Fugaz One';
  font-weight: 400;
  text-shadow: 3px 3px #c8ff5b;
}
@media (max-width: 480px) {
  h1 {
    font-size: 35px;
  }
}
/*-- Head content --*/
header.top {
  padding: 0 10px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 94%, rgba(255, 255, 255, 0) 100%);
}
header.top figure {
  margin: auto;
  max-width: 730px;
  position: relative;
}
header.top .illo-byline {
  color: #70757c;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: right;
  font-size: 14px;
}
header.top .chatter {
  padding: 20px 0;
  max-width: 630px;
  margin: auto;
}
header.top .chatter .byline-pubdate {
  text-align: center;
}
header.top .chatter .byline-pubdate .byline {
  font-weight: bold;
  margin: 0;
  padding: 0 !important;
}
header.top .chatter .byline-pubdate .pub-date {
  color: #70757c;
  font-style: italic;
  margin: 0;
}
/*-- Filter Menu --*/
.sticky {
  position: sticky;
  z-index: 1;
  top: 0;
  border-bottom: 1px solid #ccc;
  padding: 0px !important;
  width: 100%;
}
.sticky h2 {
  display: none;
}
.sticky .advanced {
  display: none !important;
}
@media (max-width: 480px) {
  .sticky {
    position: sticky;
  }
  .sticky .filter-icon {
    display: none;
  }
  .sticky .cat-label {
    height: 24px !important;
    line-height: 24px !important;
  }
}
.sticky + .filters {
  padding-top: 102px;
}
.nav-header {
  font-family: 'Fugaz One';
  background-color: white;
  color: black;
  text-shadow: 2px 2px #ffd802;
  font-size: 22px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.filters {
  position: sticky;
  top: 0;
  background-color: white;
  font-family: 'Fugaz One', cursive;
  padding: 10px 0 10px 0;
  box-shadow: 0px 3px 5px lightgray;
}
.filters .categories {
  position: sticky;
  padding: 8px 0;
  margin: 0;
  list-style-type: none;
  display: block;
  text-align: center;
  background-color: white;
}
.filters .categories .filter-icon {
  width: 40px;
  margin: 0 20px 0 5px;
  float: left;
}
@media (max-width: 480px) {
  .filters .categories .filter-icon {
    display: none;
  }
}
.filters .categories .cat-label {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .filters .categories .cat-label {
    padding-top: 0px;
  }
}
.filters .categories label {
  display: block;
}
.filters .categories button {
  background-color: white;
  padding: 8px 8px;
  border: 1px solid #e0e0e0;
  color: #7e838b;
  border-radius: 5px;
  cursor: pointer;
  margin: 6px 2px 2px 2px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .filters .categories button {
    padding: 2px 4px;
  }
}
.filters .categories button .filter-icon {
  opacity: 40%;
}
.filters .categories .checked {
  border: 1px solid black;
  color: black;
}
.filters .categories .checked .filter-icon {
  opacity: 100%;
}
@media (max-width: 480px) {
  .filters .categories {
    width: 100%;
  }
}
.filters li {
  display: inline-block;
}
.all-events-icon {
  width: 40px;
  margin: 0 20px 0 5px;
  float: left;
}
@media (max-width: 480px) {
  .all-events-icon {
    display: none;
  }
}
.search-container {
  background-color: white;
  padding-top: 10px;
  z-index: 100;
}
.advanced {
  background-color: white;
  font-family: 'Fugaz One';
  margin: auto;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  padding: 8px 12px;
  background-color: #f3f3f3;
  width: 300px;
  height: 57px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .advanced {
    width: 90%;
    padding: 2px 4px;
    height: auto;
  }
}
.advanced .clear-search {
  border: none;
  width: 10%;
  background-color: transparent;
  display: none;
}
.search {
  width: 100%;
  border: none;
  line-height: 18px;
  color: lightgray;
  background-color: #f3f3f3;
  font-size: 16px;
}
.grid-container {
  display: flex;
  flex-flow: row wrap;
  font-size: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .grid-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@supports (display: grid) {
  .grid-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 25px;
    align-items: stretch;
  }
  @media (max-width: 480px) {
    .grid-container {
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
  }
}
.ie11 {
  background-color: #175d30;
}
.ie11 .grid-container {
  justify-content: center;
}
.ie11 .event {
  margin: 10px;
  width: 450px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
.event-grid {
  background-color: #eee;
  padding: 10px 0;
}
.event {
  background-color: white;
  border: 1.5px solid black;
  box-shadow: 6px 6px 0px #ffd802;
  border-radius: 5px;
  padding: 0px 20px 0px 20px;
}
.event .details {
  clear: both;
  margin: 8px 0 0 0;
}
.event .event-icon {
  margin: 15px 15px 15px 0;
  width: 36%;
  float: left;
}
.event .event-header {
  font-family: 'Fugaz One';
  text-transform: uppercase;
  line-height: 16px;
  padding-top: 12px;
}
.event .event-header a {
  font-size: 22px;
  color: black;
}
.event .event-header a:hover {
  text-decoration: underline;
  color: blue;
}
.event .event-header p {
  margin-bottom: 5px;
  line-height: 20px;
  text-transform: none;
  font-size: 15px;
  margin-top: 5px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
  color: #7e838b;
}
.event .event-header .other {
  background-color: #FCFFF4;
  box-shadow: 6px 6px 0px #806D01;
}
.event .event-price {
  margin: 4px 0 4px 0;
}
.event .phone-address {
  margin-top: 15px;
  color: #7e838b;
  font-style: italic;
}
.no-results {
  display: none;
  text-align: center;
  background-color: #e0e0e0;
  max-width: 100%;
  height: 100px;
  margin: auto;
  line-height: 100px;
}
.credits {
  margin: 30px 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
}
.dont-miss {
  margin-bottom: 30px;
}
