/*
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;
}
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: 'Yeseva One', cursive;
  color: #12562a;
  animation: neon 1s ease-in-out infinite alternate;
  letter-spacing: 2px;
}
@media (max-width: 480px) {
  h1 {
    font-size: 35px;
  }
}
/*-- Animation Keyframes for h1 glow --*/
@keyframes neon {
  from {
    text-shadow: 0 0 10px rgba(105, 158, 78, 0.92), 0 0 20px rgba(96, 172, 98, 0.541), 0 0 12px rgba(21, 231, 74, 0.52), 0 0 21px #7dff7b, 0 0 50px rgba(38, 194, 24, 0.78), 0 0 65px rgba(7, 243, 38, 0.92);
  }
  to {
    text-shadow: 0 0 6px rgba(120, 168, 97, 0.92), 0 0 30px rgba(45, 102, 48, 0.541), 0 0 40px rgba(21, 231, 74, 0.52), 0 0 21px #7dff7b, 0 0 50px rgba(43, 224, 27, 0.78), 0 0 60px rgba(58, 219, 80, 0.92);
  }
}
/*-- Head content --*/
header.top {
  padding: 0 10px;
  /*-- Animation Keyframes for hero image glow --*/
}
header.top figure {
  margin: auto;
  max-width: 960px;
  position: relative;
}
header.top figure .main-illo-lines {
  position: absolute;
  top: auto;
  left: auto;
  z-index: 1;
}
header.top figure .main-illo-lights {
  top: auto;
  left: auto;
  -webkit-animation: fade 1s alternate infinite;
  animation: fade 1s alternate infinite;
}
@-webkit-keyframes fade {
  10% {
    opacity: 1;
  }
  100% {
    opacity: .4;
  }
}
@keyframes fade {
  10% {
    opacity: 1;
  }
  100% {
    opacity: .4;
  }
}
header.top .illo-byline {
  color: #70757c;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
  text-align: right;
  font-size: 12px;
}
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: fixed;
  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 .filter-icon {
    display: none;
  }
  .sticky .cat-label {
    height: 24px !important;
    line-height: 24px !important;
  }
}
.sticky + .filters {
  padding-top: 102px;
}
.filters {
  background-color: white;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 10px 0 20px 0;
}
.filters .nav-header {
  color: #12562a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.filters .search {
  width: 100%;
  border: none;
  line-height: 30px;
  font-size: 18px;
  background-color: #f3f3f3;
}
.filters .advanced {
  margin: auto;
  border-radius: 10px;
  border: 1px solid #7e838b;
  padding: 8px 12px;
  background-color: #f3f3f3;
  width: 400px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .filters .advanced {
    width: 90%;
  }
}
.filters .advanced .clear-search {
  border: none;
  width: 10%;
  background-color: transparent;
  display: none;
}
.filters .categories {
  padding: 8px 0;
  margin: 0;
  list-style-type: none;
  display: block;
  text-align: center;
  background-color: white;
}
.filters .categories .filter-icon {
  width: 60px;
  margin: 0 10px 0 10px;
  float: left;
}
.filters .categories .cat-label {
  display: inline-block;
  line-height: 48px;
  height: 48px;
}
.filters .categories label {
  display: block;
}
.filters .categories button {
  background-color: white;
  padding: 2px 8px;
  border: 1px solid #e0e0e0;
  color: #7e838b;
  border-radius: 10px;
  cursor: pointer;
  margin: 2px;
  font-size: 18px;
}
.filters .categories button .filter-icon {
  opacity: 40%;
}
.filters .categories .checked {
  border: 1px solid #424648;
  color: #424648;
}
.filters .categories .checked .filter-icon {
  opacity: 100%;
}
.filters li {
  display: inline-block;
}
.grid-container {
  display: flex;
  flex-flow: row wrap;
  font-size: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  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: 15px;
    align-items: stretch;
  }
  @media (max-width: 480px) {
    .grid-container {
      grid-template-columns: repeat(auto-fill, minmax(300px, 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: #eddb85 ;
  padding: 10px 0;
}
.event {
  background-color: white;
  border-radius: 10px;
  padding: 0px 20px 0px 30px;
}
@media (max-width: 480px) {
  .event {
    border-radius: 10px;
  }
}
.event .details {
  clear: both;
  margin: 8px 0 0 0;
}
.event .event-icon {
  margin-top: 15px;
  width: 20%;
  float: left;
}
.event .event-header {
  font-size: 18px;
  padding-left: 22%;
}
.event .event-header a {
  font-size: 20px;
  color: #12562a;
  text-decoration: none;
  font-weight: bold;
}
.event .event-header p {
  margin-bottom: 5px;
}
.event .event-price {
  margin: 4px 0 4px 0;
}
.event .phone-address {
  margin-top: 0;
  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;
}
