#dedication {
  display: block;
  width: 100%;
  padding: 0 10%;
  text-align: center;
  font-family: "Adobe Caslon Pro", "Palatino Linotype", Times, serif;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative; }
  #dedication:before, #dedication:after {
    background: transparent url(../../images/barstaff.png) top left no-repeat;
    background-size: cover;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10%; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #dedication:before, #dedication:after {
        background-image: url(../../images/barstaff@2x.png); } }
  #dedication:after {
    background-position: top right;
    left: auto;
    right: 0; }
  #dedication p {
    padding: 40px 0 30px 0;
    margin: 0; }
    @media screen and (max-width: 991px) {
      #dedication p {
        padding: 40px 20px 20px 20px; } }
  @media screen and (max-width: 767px) {
    #dedication {
      padding: 0; }
      #dedication:before, #dedication:after {
        background: none; }
      #dedication p {
        padding: 0;
        font-style: italic; } }

#scrolling-posters {
  display: block;
  width: 100%;
  height: 310px;
  background: white url(../../images/sprockets.png) repeat-x top center;
  background-size: 28px 310px;
  padding: 25px 0;
  margin: 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #scrolling-posters {
      background-image: url(../../images/sprockets@2x.png); } }
  #scrolling-posters ul {
    list-style: none;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap; }
    #scrolling-posters ul li {
      list-style: none;
      display: inline-block;
      height: 260px;
      width: auto;
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 767px) {
    #scrolling-posters {
      height: 155px;
      background-size: 14px 155px; }
      #scrolling-posters ul li {
        height: 130px; }
        #scrolling-posters ul li img {
          height: 130px !important;
          width: auto !important; } }

section#news-events.articles.featured article header > .leading-title {
  font-weight: normal;
  color: #b71e23;
  font-size: 26px; }
section#news-events.articles.featured article header > h4 {
  font-size: 15px;
  line-height: 1em; }

#backgroundaudio {
  display: none; }

/*# sourceMappingURL=front.min.css.map */