@charset "utf-8";
/* CSS Document */

.city-section{
  scroll-margin-top:110px;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  padding-top:0;
  font-family:Arial, Helvetica, sans-serif;
  color:#212529;
  background:#eef2f5;
}

[id]{
  scroll-margin-top:95px;
}

img{
  display:block;
  max-width:100%;
  height:auto;
}

.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.skip-link:focus{
  left:12px;
  top:12px;
  width:auto;
  height:auto;
  padding:.55rem .8rem;
  background:#000;
  color:#fff;
  z-index:9999;
}

.navbar-brand{
  font-weight:700;
  letter-spacing:.2px;
}

.page-shell{
  padding:1.25rem 0 2rem;
}

.hero-wrap,
.section-card,
.sidebar-card,
.listing-card,
.city-section,
.footer-card,
.quote-box{
  background:#fff;
  border:1px solid #dbe3ea;
  border-radius:14px;
  box-shadow:0 8px 24px rgba(0,0,0,.07);
}

.hero-wrap,
.section-card,
.sidebar-card,
.footer-card,
.quote-box,
.city-section{
  margin-bottom:1.25rem;
}

.hero-wrap,
.footer-card,
.listing-card,
.city-section,
.quote-box{
  overflow:hidden;
}

.hero-copy,
.section-card .card-body,
.sidebar-card .card-body,
.footer-card .card-body,
.quote-box .card-body{
  padding:1.25rem;
}

.hero-copy{
  padding-bottom:1rem;
}

.eyebrow{
  display:inline-block;
  margin-bottom:.65rem;
  font-size:.8rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#0f6d8c;
}

.hero-title{
  margin-bottom:.65rem;
  font-size:2rem;
  line-height:1.15;
  font-weight:700;
  color:#1f2a36;
}

.hero-text{
  margin-bottom:1rem;
  font-size:1rem;
  color:#5f6b76;
}

.hero-actions a,
.page-nav-inline a,
.page-nav-inline span{
  display:inline-block;
}

.hero-actions a{
  margin:0 .5rem .5rem 0;
}

.section-title{
  margin-bottom:.9rem;
  font-size:1.1rem;
  font-weight:700;
  color:#1f2a36;
}

.page-nav-inline a,
.page-nav-inline span{
  margin:.15rem .25rem;
}

.page-chip{
  display:inline-block;
  padding:.5rem .75rem;
  border-radius:999px;
  background:#edf5f8;
  color:#0b546b;
  font-size:.95rem;
  font-weight:700;
}

.index-toggle{
  display:block;
  padding:.95rem 1.1rem;
  border-radius:12px;
  background:linear-gradient(135deg, #0f6d8c, #0b546b);
  color:#fff;
  font-weight:700;
  text-decoration:none;
}

.index-toggle:hover,
.index-toggle:focus{
  color:#fff;
  text-decoration:none;
  opacity:.95;
}

.quick-index{
  padding-top:1rem;
}

.quick-index a{
  display:block;
  padding:.22rem 0;
  color:#0b546b;
  font-weight:600;
  text-decoration:none;
}

.quick-index a:hover{
  text-decoration:underline;
}

.city-heading{
  padding:1rem 1.25rem;
  border-bottom:1px solid rgba(255,255,255,.15);
  background:linear-gradient(135deg, #1989a3, #116b82);
  color:#fff;
}

.city-heading h2{
  margin:0;
  font-size:1.35rem;
  font-weight:700;
}

.city-body{
  padding:1rem;
}

.listing-card{
  margin-bottom:1rem;
}

.listing-card:last-child,
.sidebar-link-block:last-child{
  margin-bottom:0;
}

.listing-card .row{
  margin:0;
}

.listing-image-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  border-right:1px solid #dbe3ea;
  background:#f1f4f7;
}

.listing-content{
  padding:1.1rem 1.1rem 1rem;
}

.listing-title{
  margin-bottom:.65rem;
  font-size:1.15rem;
  font-weight:700;
  color:#1f2a36;
}

.listing-meta{
  margin:0;
  font-style:normal;
  line-height:1.65;
  color:#2b333a;
}

.listing-meta strong,
.listing-meta b{
  color:#1f2a36;
}

.listing-actions{
  margin-top:.9rem;
}

.btn-directory{
  min-width:180px;
  padding:.62rem 1rem;
  border-radius:999px;
  font-weight:700;
  letter-spacing:.01em;
}

.pagination-grid .btn{
  border-radius:999px;
  font-weight:700;
}

.sidebar-card img{
  margin-bottom:.9rem;
  border-radius:10px;
}

.sidebar-link-block{
  margin-bottom:1rem;
  padding-bottom:1rem;
  border-bottom:1px solid #dbe3ea;
}

.sidebar-link-block h3,
.quote-box h2{
  font-size:1.08rem;
  line-height:1.35;
  font-weight:700;
}

.sidebar-link-block p,
.quote-box p,
.footer-small{
  color:#5f6b76;
}

.footer-band{
  background:linear-gradient(135deg, #1f2a36, #243646);
  color:#fff;
}

.footer-band a{
  color:#fff;
}

.footer-band a.text-warning{
  color:#ffd166 !important;
}

.footer-small{
  font-size:.92rem;
  opacity:.95;
}

.copyright-note{
  padding-bottom:.5rem;
  color:#6c757d;
  font-size:.95rem;
}

.footer-band .footer-small,
.footer-band address,
.footer-band p{
  color:#fff;
  opacity:1;
}

/* Hero image */
.hero--contain img{
  width:100%;
  height:auto;
  display:block;
}

/* Right-hand ad rail */
.ad-rail{
  background-color:#757b78;
  padding:1rem;
  border-radius:6px;
}

.ad-rail h4{
  color:#fff;
}

.ad-rail .card{
  background-color:#fff;
}

/* Generic highlighted listings block */
.listings-highlight{
  background-color:#eef6fb;
  padding:1.25rem;
  border-radius:8px;
  margin-bottom:2rem;
  border:1px solid #d6e7f3;
}

.listings-highlight .card{
  border:none;
  box-shadow:0 2px 6px rgba(0,0,0,0.06);
}

.listings-highlight > .bg-secondary{
  border-radius:6px;
}

/* Labrador lodges band */
.labrador-lodges-strip{
  background-color:#0a1924;
}

.lodge-card{
  background:#fff;
  border-radius:.5rem;
  border:1px solid rgba(0,0,0,0.1);
  box-shadow:0 .25rem .75rem rgba(0,0,0,0.25);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.lodge-card .card-img-top{
  display:block;
}

.lodge-card .card-body{
  padding:.75rem .9rem 1rem;
}

.lodge-card .card-title{
  font-size:1rem;
}

.lodge-card .card-text{
  line-height:1.3;
}

.lodge-link{
  color:#0c4f7a;
  text-decoration:none;
}

.lodge-link:hover,
.lodge-link:focus{
  text-decoration:underline;
}

@media (max-width:991.98px){
  .hero-title{
    font-size:1.7rem;
  }

  .listing-image-wrap{
    border-right:0;
    border-bottom:1px solid #dbe3ea;
  }
}

@media (max-width:575.98px){
  .hero-copy{
    padding:1.1rem 1rem .8rem;
  }

  .city-heading{
    padding:.9rem 1rem;
  }

  .city-heading h2{
    font-size:1.15rem;
  }

  .listing-content{
    padding:1rem;
  }

  .btn-directory{
    width:100%;
    min-width:0;
  }
}

@media (min-width:992px){
  .listings-highlight .card:hover{
    box-shadow:0 4px 12px rgba(0,0,0,0.10);
  }

  .listings-highlight .card-body{
    padding-top:.5rem;
    padding-bottom:.75rem;
  }
}

.section-divider-band{
  display:block;
  width:100%;
  background-color:#e9ecef !important;
  border:1px solid #d6dbe0;
  border-radius:6px;
  padding:12px 15px;
  margin:8px 0 24px 0;
  text-align:center;
  overflow:hidden;
  box-sizing:border-box;
}

.section-divider-label{
  display:block;
  color:#495057 !important;
  font-size:2rem;
  font-weight:700;
  letter-spacing:.02em;
  line-height:1.4;
  background:transparent !important;
}

@media (max-width:767.98px){
  .section-divider-band{
    padding:10px 12px;
    margin:6px 0 20px 0;
  }

  .section-divider-label{
    font-size:.95rem;
  }
}

/* Feature image centering */
.image-card{
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}

.centered-feature-image{
  display:block;
  width:100%;
  height:auto;
  margin-left:auto;
  margin-right:auto;
}

/* Keeps the image visually centered beside taller text on tablet/desktop */
@media (min-width:768px){
  .row.align-items-center{
    align-items:center;
  }

  .image-card{
    width:100%;
  }
}

/* Improves stacked mobile layout */
@media (max-width:767.98px){
  .image-card{
    max-width:420px;
  }

  .centered-feature-image{
    width:100%;
  }
}

/* Responsive Hero Image Fix */
.hero--contain{
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  background:#000;
}

.hero--contain picture{
  display:block;
  width:100%;
  max-width:100%;
}

.hero--contain img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  margin:0 auto;
}