.service-page .mu-main-navbar { background-color: rgba(0, 0, 0, .92); }
.service-hero { position: relative; min-height: 470px; background-position: center; background-size: cover; color: #fff; }
.service-hero:before { position: absolute; inset: 0; content: ""; background: rgba(0, 0, 0, .62); }
.service-hero-content { position: relative; padding: 175px 15px 95px; text-align: center; }
.service-hero h1 { margin: 12px auto 20px; max-width: 900px; color: #fff; font-family: "Prata", serif; font-size: 46px; line-height: 1.25; }
.service-hero p { max-width: 760px; margin: 0 auto 30px; font-size: 18px; line-height: 1.7; }
.service-kicker { color: #c1a35f; font-family: "Tangerine", cursive; font-size: 40px; }
.service-section { float: left; width: 100%; padding: 75px 0; }
.service-section.alt { background: #f7f7f7; }
.service-copy { font-size: 16px; line-height: 1.85; }
.service-copy h2, .service-copy h3 { font-family: "Prata", serif; }
.service-copy h2 { margin: 0 0 22px; font-size: 32px; }
.service-copy h3 { margin-top: 28px; font-size: 21px; }
.service-copy ul { padding-left: 20px; }
.service-copy li { margin-bottom: 9px; }
.service-photo { width: 100%; border: 8px solid #fff; box-shadow: 0 3px 15px rgba(0,0,0,.15); }
.service-card { min-height: 220px; margin-bottom: 30px; padding: 28px; background: #fff; border-top: 3px solid #c1a35f; box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.service-card h3 { margin-top: 0; font-family: "Prata", serif; font-size: 21px; }
.service-faq details { margin-bottom: 14px; padding: 18px 20px; background: #fff; border-left: 3px solid #c1a35f; }
.service-faq summary { cursor: pointer; font-weight: 700; font-size: 17px; }
.service-faq details p { margin: 14px 0 0; }
.service-cta { text-align: center; color: #fff; background: #222; }
.service-cta h2 { color: #fff; }
.service-cta-actions a { display: inline-block; margin: 7px; }
.service-breadcrumb { margin-bottom: 20px; font-size: 14px; }
.service-breadcrumb a { color: #fff; text-decoration: underline; }
.homepage-service-card { display:block; min-height:245px; margin-bottom:30px; padding:30px 25px; color:#333; background:#fff; border-top:3px solid #c1a35f; box-shadow:0 2px 12px rgba(0,0,0,.09); }
.homepage-service-card:hover { color:#333; transform:translateY(-3px); }
.homepage-service-card h3 { font-family:"Prata",serif; font-size:21px; }
@media (max-width: 767px) {
  .service-hero { min-height: 420px; }
  .service-hero-content { padding-top: 145px; }
  .service-hero h1 { font-size: 32px; }
  .service-section { padding: 55px 0; }
}
