/*
 * style-images
 * ---------------------
 * Image references are broken out of the main css file to aid integration
 * into Terminal Four. Terminal Four replaces image references with media
 * references. This involves adding template language to a css file. By
 * breaking these images out, we can reduce rework when updating a CSS
 * file from the repository.
 *
 * This file should be included after the style.css file.
 */

#MainHeader .upper-header:before {
  background-image: url('/media/historic-pensacola/style-assets/images/compass-full.png'); }

.sticky-nav .nav-background {
  background-image: url('/media/historic-pensacola/style-assets/images/compass-full.png'); }


@media only screen and (min-width: 40.0625em) {
  .hero-fp .teaser-ribbon {
    background-image: url('/media/historic-pensacola/style-assets/images/bastion-hp.svg'); }
  .hero-fp .teaser-footer {
    background-image: url('/media/historic-pensacola/style-assets/images/bastion-hp-2.svg'); } }

@media only screen and (min-width: 40.0625em) {
  .hero-tour {
    background-image: url('/media/historic-pensacola/style-assets/images/bastion-map.svg'); } }

.hero-secondary .page-title {
  background-image: url('/media/historic-pensacola/style-assets/images/pensacola_hdr_ww.jpg'); }

.hero-secondary.arcadiamill .page-title {
  background-image: url('/media/historic-pensacola/style-assets/images/pensacola_hdr_arcadiamill.jpg'); }

.hero-secondary.checkers .page-title {
  background-image: url('/media/historic-pensacola/style-assets/images/pensacola_hdr_checkers.jpg'); }

.hero-secondary.defuniaklandmarks .page-title {
  background-image: url('/media/historic-pensacola/style-assets/images/pensacola_hdr_defuniaklandmarks.jpg'); }

.hero-secondary.fence .page-title {
  background-image: url('/media/historic-pensacola/style-assets/images/pensacola_hdr_fence.jpg'); }

.hero-secondary.tour .page-title {
  background-image: url('/media/historic-pensacola/style-assets/images/pensacola_hdr_tour.jpg'); }

.hero-secondary.wedding .page-title {
  background-image: url('/media/historic-pensacola/style-assets/images/pensacola_hdr_wedding.jpg'); }

.hero-secondary.magazine .page-title {
  background-image: url('/media/historic-pensacola/style-assets/images/magazine-bg.jpg'); }

.hero-secondary.wentworth .page-title {
  background-image: url('/media/historic-pensacola/style-assets/images/pensacola_hdr_ww.jpg'); }

@media only screen and (min-width: 40.0625em) {
  .hero-secondary .page-title:after {
    background-image: url('/media/historic-pensacola/style-assets/images/bastion-secondary.svg'); } }

.hero-tertiary:after {
  background-image: url('/media/historic-pensacola/style-assets/images/bastion-tertiary.svg'); }

button.textured:before, .button.textured:before {
  background-image: url('/media/historic-pensacola/style-assets/images/compass-full.png'); }

.tour-index:before {
  background-image: url('/media/historic-pensacola/style-assets/images/compass-full.png'); }

.pullquote {
  background-image: url('/media/historic-pensacola/style-assets/images/linen.png'); }

.logo-hp {
  background-image: url('/media/historic-pensacola/style-assets/images/logo.svg'); }

.quotemark {
  background-image: url('/media/historic-pensacola/style-assets/images/finials_quotes.svg'); }
  .quotemark.ship {
    background-image: url('/media/historic-pensacola/style-assets/images/finials_ship.svg'); }
  .quotemark.compass {
    background-image: url('/media/historic-pensacola/style-assets/images/finials_compass.svg'); }
  .quotemark.anchor {
    background-image: url('/media/historic-pensacola/style-assets/images/finials_anchor.svg'); }
  .quotemark.wheel {
    background-image: url('/media/historic-pensacola/style-assets/images/finials-wheel.svg'); }



