/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article-comments-bar {
  clear: both;
  margin: 30px auto;
  display: block;
  height: 50px;
  border: 1px solid #0777b3;
  border-radius: 3px;
  color: #0777b3;
  font-family: "ff-dagny-web-pro";
  font-size: 15px;
  line-height: 21px;
  max-width: 900px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .article-comments-bar {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.article-comments-bar:hover,
.article-comments-bar.active {
  color: #2b4d70;
  border: 1px solid #2b4d70;
}
.article-comments-bar a:hover {
  color: #0777b3;
}
.article-comments-bar .comment-count::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.comments-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  transition: all 0.5s ease;
}
@media screen and (min-width: 600px) {
  .comments-container {
    max-width: 800px;
    width: 83.333%;
  }
}
.comments-container.active {
  max-height: 100%;
  overflow: hidden;
  opacity: 1;
}
.comments-container .u-blue {
  color: #0777b3;
}
.comments-container .u-bg-blue {
  background-color: #0777b3;
}
.comments-container .u-blue-hfa:hover,
.comments-container .u-blue-hfa.hover,
.comments-container .u-blue-hfa:focus,
.comments-container .u-blue-hfa.focus,
.comments-container .u-blue-hfa:active,
.comments-container .u-blue-hfa.active {
  color: #0777b3;
}
.comments-container .u-bg-blue-hfa:hover,
.comments-container .u-bg-blue-hfa.hover,
.comments-container .u-bg-blue-hfa:focus,
.comments-container .u-bg-blue-hfa.focus,
.comments-container .u-bg-blue-hfa:active,
.comments-container .u-bg-blue-hfa.active {
  background-color: #0777b3;
}
.comments-container .u-navy {
  color: #2b4d70;
}
.comments-container .u-bg-navy {
  background-color: #2b4d70;
}
.comments-container .u-navy-hfa:hover,
.comments-container .u-navy-hfa.hover,
.comments-container .u-navy-hfa:focus,
.comments-container .u-navy-hfa.focus,
.comments-container .u-navy-hfa:active,
.comments-container .u-navy-hfa.active {
  color: #2b4d70;
}
.comments-container .u-bg-navy-hfa:hover,
.comments-container .u-bg-navy-hfa.hover,
.comments-container .u-bg-navy-hfa:focus,
.comments-container .u-bg-navy-hfa.focus,
.comments-container .u-bg-navy-hfa:active,
.comments-container .u-bg-navy-hfa.active {
  background-color: #2b4d70;
}
.comments-container .u-dusty-blue {
  color: #42759d;
}
.comments-container .u-bg-dusty-blue {
  background-color: #42759d;
}
.comments-container .u-dusty-blue-hfa:hover,
.comments-container .u-dusty-blue-hfa.hover,
.comments-container .u-dusty-blue-hfa:focus,
.comments-container .u-dusty-blue-hfa.focus,
.comments-container .u-dusty-blue-hfa:active,
.comments-container .u-dusty-blue-hfa.active {
  color: #42759d;
}
.comments-container .u-bg-dusty-blue-hfa:hover,
.comments-container .u-bg-dusty-blue-hfa.hover,
.comments-container .u-bg-dusty-blue-hfa:focus,
.comments-container .u-bg-dusty-blue-hfa.focus,
.comments-container .u-bg-dusty-blue-hfa:active,
.comments-container .u-bg-dusty-blue-hfa.active {
  background-color: #42759d;
}
.comments-container .u-bright-blue {
  color: #0a97e2;
}
.comments-container .u-bg-bright-blue {
  background-color: #0a97e2;
}
.comments-container .u-bright-blue-hfa:hover,
.comments-container .u-bright-blue-hfa.hover,
.comments-container .u-bright-blue-hfa:focus,
.comments-container .u-bright-blue-hfa.focus,
.comments-container .u-bright-blue-hfa:active,
.comments-container .u-bright-blue-hfa.active {
  color: #0a97e2;
}
.comments-container .u-bg-bright-blue-hfa:hover,
.comments-container .u-bg-bright-blue-hfa.hover,
.comments-container .u-bg-bright-blue-hfa:focus,
.comments-container .u-bg-bright-blue-hfa.focus,
.comments-container .u-bg-bright-blue-hfa:active,
.comments-container .u-bg-bright-blue-hfa.active {
  background-color: #0a97e2;
}
@media screen and (max-width: 767px) {
  .comments-container .hide-sm {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .comments-container .hide-md {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (min-width: 1020px) {
  .comments-container .hide-lg {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .comments-container .visually-hide-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .comments-container .visually-hide-md {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media screen and (min-width: 1020px) {
  .comments-container .visually-hide-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.comments-container .hide,
.comments-container .hidden {
  display: none !important;
  visibility: hidden;
}
.comments-container .visually-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.comments-container .visually-hide-focusable:active,
.comments-container .visually-hide-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.comments-container .u-serif {
  font-family: Georgia, serif;
}
.comments-container .wf-active .u-serif {
  font-family: "ff-meta-serif-web-pro";
}
.comments-container .u-normal {
  font-weight: normal;
}
.comments-container .u-bold {
  font-weight: bold;
}
.comments-container .font-tiny {
  font-size: 13px;
  line-height: 18px;
}
.comments-container .font-small {
  font-size: 15px;
  line-height: 21px;
}
.comments-container .font-medium {
  font-size: 19px;
  line-height: 25px;
}
.comments-container .font-large {
  font-size: 26px;
  line-height: 34px;
}
.comments-container .font-xlarge {
  font-size: 32px;
  line-height: 38px;
}
.comments-container .font-xxlarge {
  font-size: 42px;
  line-height: 46px;
}
.comments-container .font-huge {
  font-size: 50px;
  line-height: 54px;
}
.comments-container .font-list {
  font-size: 17px;
  line-height: 23px;
}
.comments-container .lh1 {
  line-height: 1em;
}
.comments-container .lh2 {
  line-height: 2em;
}
.comments-container .u-tl {
  text-align: left;
}
.comments-container .u-tr {
  text-align: right;
}
.comments-container .u-tc {
  margin-bottom: 15px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
}
.comments-container .u-vt {
  vertical-align: top;
}
.comments-container .u-vm {
  vertical-align: middle;
}
.comments-container .u-vb {
  vertical-align: bottom;
}
.comments-container .u-italic {
  font-style: italic;
}
.comments-container .u-upper {
  text-transform: uppercase;
}
* {
  -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;
}
.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;
}
.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;
}
/*-- Start intro styles --*/
#mgtitle {
  border: 60px solid;
  padding: 15px;
  border-image: url("assets/frame-border.png") 18% repeat;
  background-image: url("assets/title-background.png");
  background-position: center;
  background-clip: border-box;
  background-repeat: repeat;
  background-size: 150%;
  max-width: 900px;
  margin: 3% auto 1%;
}
@media (max-width: 768px) {
  #mgtitle {
    padding: 40px auto;
    margin: 5% auto 0;
  }
}
@media (max-width: 480px) {
  #mgtitle {
    padding: 20px 0px;
    margin: 30px auto;
  }
}
#intro {
  margin: 0 auto;
  padding: 15px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fbeadf;
}
#visitors {
  width: 450px;
  height: 100%;
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: -15px;
}
@media (max-width: 480px) {
  #visitors {
    width: 100%;
    bottom: -2%;
  }
}
#visitors.img {
  width: 100%;
  height: 100%;
}
hr {
  border: solid #814c75 25px;
  margin-top: 0px;
}
#floor {
  position: sticky;
  bottom: 0px;
  z-index: 2;
  width: 100%;
}
body {
  width: 100%;
  font-size: 19px;
  font-weight: 400;
}
@media (max-width: 480px), (max-width: 768px) {
  body {
    margin: 0;
  }
}
h1 {
  margin-top: 10px;
  font-size: 75px;
  text-align: center;
  margin-bottom: 0px;
  font-family: Syne;
  color: white;
}
@media (max-width: 768px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 35px;
  }
}
h2.subhed {
  max-width: 400px;
  color: white;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-weight: 600;
}
/*-- Start SVG styles --*/
.graphic-hed {
  display: inline-block;
  left: 50%;
  margin-bottom: 0;
  margin-left: -193px;
  position: relative;
  width: 386px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
/*-- End SVG styles --*/
/*-- End intro styles --*/
/*-- Head content --*/
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;
}
@media (max-width: 768px), (max-width: 480px) {
  header.top .chatter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*-- Filter Menu --*/
.sticky {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  padding: 0;
}
.sticky + .filters {
  padding-top: 102px;
}
.filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  height: 55px;
}
@media (max-width: 768px) {
  .filters {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    height: 130px;
  }
}
@media (max-width: 480px) {
  .filters {
    height: 130px;
  }
}
.filter-group {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 480px), (max-width: 768px) {
  .filter-group {
    display: block;
  }
}
.nav-header {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 100%;
}
@media (max-width: 480px), (max-width: 768px) {
  .nav-header {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: -15px;
    text-align: left;
  }
}
.nav-bar-second {
  display: flex;
  align-items: center;
}
@media (max-width: 480px), (max-width: 768px) {
  .nav-bar-second {
    margin-top: -55px;
    margin-right: 10px;
    margin-left: 0px;
    text-align: left;
    font-size: 25px;
  }
}
.number-locs {
  color: white;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
  line-height: 100%;
}
@media (max-width: 768px), (max-width: 480px) {
  .number-locs {
    margin-left: 0px;
    text-align: left;
  }
}
.nav-ender {
  color: white;
  font-size: 20px;
  text-align: center;
  margin: 0;
  line-height: 100%;
  margin-left: 10px;
}
.nav-ender a {
  color: white;
}
.search {
  width: 100%;
  border: none;
  font-size: 14px;
  background-color: white;
}
.advanced {
  border: none;
  padding: 3px 3px;
  background-color: white;
  width: 250px;
  margin-left: 10px;
  height: 30px;
  border: 1px solid black;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .advanced {
    width: 250px;
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .advanced {
    width: 235px;
    margin-left: 0px;
  }
}
.advanced .clear-search {
  border: none;
  width: 10%;
  background-color: transparent;
  display: none;
}
.categories {
  list-style-type: none;
  display: flex;
  text-align: center;
  padding-inline-start: 10px;
}
@media (max-width: 768px), (max-width: 480px) {
  .categories {
    margin-bottom: 5px;
    padding-inline-start: 0px;
  }
}
.cat-label {
  display: inline-block;
}
button {
  background-color: white;
  width: 60px;
  padding: 0px 5px;
  color: #7e838b;
  border: 1px solid black;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
}
@media (max-width: 480px), (max-width: 768px) {
  button {
    padding: 0px 5px;
    width: 55px;
  }
}
.checked {
  border: 1px solid black;
  background-color: gray;
  color: white;
}
li {
  display: inline-block;
  margin: 0;
}
/* end filter nav*/
/*start header sections*/
.section-header {
  position: relative;
}
.header-arts {
  background: #e07392;
  background: linear-gradient(180deg, #e07392 0%, #9c597d 100%);
}
.header-cultural {
  background: #9fc7a6;
  background: linear-gradient(180deg, #9fc7a6 0%, #407149 100%);
}
.header-historical {
  background: #f1e657;
  background: linear-gradient(180deg, #f1e657 0%, #aea63e 100%);
}
.header-other {
  background: #9bb3dd;
  background: linear-gradient(180deg, #9bb3dd 0%, #3c356b 100%);
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 150px 0px 150px 0px;
  width: 100%;
}
@media (max-width: 768px) {
  .header-container {
    padding: 70px 40px;
  }
}
@media (max-width: 480px) {
  .header-container {
    padding: 50px 20px;
  }
}
.section-header-image {
  box-shadow: 2px 2px 3px black;
}
@media (max-width: 480px), (max-width: 768px) {
  .section-header-image {
    position: static;
  }
}
.section-image-arts {
  width: 17%;
  order: 2;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .section-image-arts {
    width: 18%;
  }
}
.section-image-cultural {
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section-image-cultural {
    width: 70%;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .section-image-cultural {
    width: 90%;
  }
}
.section-image-historical {
  width: 35%;
  top: 57%;
  left: 57%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section-image-historical {
    width: 70%;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .section-image-historical {
    width: 90%;
  }
}
.section-image-other {
  order: 2;
  width: 30%;
  top: 20%;
  left: 63%;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .section-image-other {
    width: 50%;
    margin-left: 0px;
    order: 0;
  }
}
@media (max-width: 480px) {
  .section-image-other {
    width: 60%;
  }
}
.section-name {
  font-family: Syne;
  text-transform: uppercase;
  font-size: 12vw;
  line-height: 90%;
  font-weight: 700;
  letter-spacing: 3px;
  color: white;
  margin-top: 40px;
  text-align: center;
  text-shadow: 2px 2px 3px black;
}
@media (max-width: 480px), (max-width: 768px) {
  .section-name {
    width: 100%;
    margin-top: 50px;
  }
}
.visual-arts-name {
  margin-top: 0px;
}
@media (max-width: 480px), (max-width: 768px) {
  .visual-arts-name {
    width: 100%;
    margin-top: 0px;
  }
}
.section-description {
  font-size: 30px;
  margin: 30px 0px 0px 0px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
}
@media (max-width: 480px), (max-width: 768px) {
  .section-description {
    font-size: 20px;
    margin-left: 0;
  }
}
.arts-description {
  width: 50%;
}
@media (max-width: 768px) {
  .arts-description {
    width: 90%;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .arts-description {
    width: 90%;
    margin-top: 20px;
  }
}
.cultural-description {
  width: 50%;
}
@media (max-width: 480px), (max-width: 768px) {
  .cultural-description {
    width: 90%;
    margin-top: 20px;
  }
}
.historical-description {
  width: 50%;
}
@media (max-width: 480px), (max-width: 768px) {
  .historical-description {
    width: 90%;
    margin-top: 20px;
  }
}
.other-description {
  width: 50%;
}
@media (max-width: 480px), (max-width: 768px) {
  .other-description {
    width: 90%;
    margin-top: 20px;
  }
}
/*testing background gradient possibility*/
.background-container-1,
.background-container-2,
.background-container-3,
.background-container-4 {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 480px), (max-width: 768px) {
  .background-container-1,
  .background-container-2,
  .background-container-3,
  .background-container-4 {
    padding-top: 75px;
  }
}
.background-container-1 {
  background: #ffcedc;
  background: linear-gradient(180deg, #ffcedc 0%, #e07392 100%);
}
.background-container-2 {
  background: #d3ffda;
  background: linear-gradient(180deg, #d3ffda 0%, #9fc7a6 100%);
}
.background-container-3 {
  background: #fff89d;
  background: linear-gradient(180deg, #fff89d 0%, #f1e657 100%);
}
.background-container-4 {
  background: #d6e5ff;
  background: linear-gradient(180deg, #d6e5ff 0%, #9bb3dd 100%);
}
/* EVENT BOX STYLINGS */
.event {
  font-size: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  width: 40%;
  margin: auto;
  background-color: white;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 480px), (max-width: 768px) {
  .event {
    width: 80%;
  }
}
.event .cutline {
  font-size: 13px;
  font-style: italic;
  color: gray;
  padding-bottom: 30px;
}
.event .event-header {
  font-size: 18px;
}
.event .event-header a {
  font-size: 30px;
  color: black;
  font-weight: 900;
  margin-bottom: 0px;
}
.event .museum-name {
  margin-bottom: 7px;
}
.event .visual-arts-link:hover {
  color: #e07392;
}
.event .cultural-link:hover {
  color: #9fc7a6;
}
.event .historical-link:hover {
  color: #f1e657;
}
.event .other-link:hover {
  color: #9bb3dd;
}
.event .dates {
  margin-top: 0px;
}
.event .dates-2 {
  font-style: italic;
}
.event .info {
  border-top: 1px solid gray;
  color: black;
  line-height: 150%;
}
.event .details,
.event .event-header,
.event .event-price,
.event .info,
.event .expand,
.event .chevs,
.event .cutline {
  width: 90%;
  margin: auto;
}
.event .fa-dollar-sign,
.event .fa-phone-alt,
.event .fa-map-marker-alt,
.event .fa-people-arrows,
.event .fa-calendar-alt {
  font-size: 13px;
  color: black;
  margin-right: 3px;
}
.event .fa-dollar-sign {
  margin-left: 0px;
}
.event .people-watch-1 {
  position: absolute;
  width: 15%;
  left: -23%;
  top: 65%;
}
@media (max-width: 480px), (max-width: 768px) {
  .event .people-watch-1 {
    display: none;
  }
}
.event .people-watch-2 {
  position: absolute;
  width: 18%;
  left: 110%;
  top: 70%;
}
@media (max-width: 480px), (max-width: 768px) {
  .event .people-watch-2 {
    display: none;
  }
}
/*END EVENT BOX STYLINGS */
.event:last-of-type {
  margin-bottom: 0px;
}
.box {
  transition: box-shadow 0.5s;
}
.box:hover {
  cursor: pointer;
  box-shadow: 15px 15px;
}
.chevs {
  font-size: 17px;
  line-height: 5%;
  text-align: left;
  color: black;
  font-weight: bold;
  padding: -10px 0px 5px 0px;
}
@media (max-width: 480px) {
  .chevs {
    bottom: 20px;
  }
}
.chevs i {
  display: inline;
}
.chevs .close {
  display: none;
}
.chevs .read {
  display: block;
}
.chevs.selected .close {
  display: block;
}
.chevs.selected .read {
  display: none;
}
.chevs-festivals {
  background-color: white;
}
.chevs-lights {
  background-color: white;
}
.chevs-markets {
  background-color: white;
}
.chevs-parties {
  background-color: white;
}
.expand {
  display: none;
  position: relative;
  font-size: 18px;
  max-width: 960px;
  border-top: 1px solid gray;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .expand.noPadding {
    padding: 0;
  }
}
.expand p:first-of-type::first-letter {
  font-size: 50px;
  text-transform: uppercase;
  float: left;
  font-weight: bold;
  margin-right: 5px;
  margin-top: -10px;
  margin-bottom: -30px;
}
.author {
  text-align: right;
  font-style: italic;
}
.selected:hover {
  cursor: pointer;
}
.collapse:hover {
  cursor: pointer;
}
.collapse {
  background-color: #7e838b;
  padding: 10px 0 10px 0;
  color: white;
  border-radius: 15px;
}
.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;
}
@media (max-width: 480px) {
  .credits {
    padding: 0 20px;
    text-align: left;
  }
}
.dont-miss {
  margin-bottom: 30px;
}
.ad {
  background-color: black;
  padding: 16px 0;
  margin: 0;
}
.ad-white {
  padding: 16px 0;
}
.image {
  max-width: 800px;
  margin: auto;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-bottom: 600px;
}
@media (max-width: 480px) {
  .image {
    padding-bottom: 300px;
  }
}
.image .background,
.image .overlay {
  position: absolute;
  width: 100%;
  max-width: 800px;
}
.overlay {
  margin: auto;
  height: 0;
  padding-bottom: 55.45205479%;
}
.overlay svg {
  fill: #fbeadf;
  opacity: .1;
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 135%;
}
.st-overlay:hover {
  fill: #000000;
  opacity: .5;
  cursor: pointer;
}
.clear {
  clear: both;
  display: block;
}
.comments {
  padding: 0 10px;
  max-width: 960px;
  margin: auto;
}
.image {
  overflow-x: hidden;
}
