@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
@import 'demandforce.css';

html,
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
}

.region-content img {
  height: auto;
}

h1,
.h1 {
  line-height: 1.1;
  margin-bottom: 1rem;
}

h3,
.h3 {
  line-height: 1.4;
}

.bg-dark {
  background: #000 !important;
}

.container-fluid {
  position: relative;
}

.navbar {
  background: #000;
}

.navbar .nav-link {
  padding: 0.7rem 1.3rem;
}

.navbar .nav-link.active,
.navbar .nav-link.is-active {
  background: #555;
}

.nav-mobile .nav-link.active,
.nav-mobile .nav-link.is-active {
  background: transparent;
  font-weight: bold;
}

.nav-mobile .dropdown-menu,
.nav-mobile .dropdown-toggle::after {
  display: none !important;
}

#block-sitebranding img {
  width: 420px;
}

#block-contactinfo .h1 {
  font-size: 2.1rem;
}

.btn-primary {
  background-color: #2263b1;
  border-color: #2263b1;
}

.bg-primary {
  background-color: #2263b1 !important;
}

.text-primary {
  color: #2263b1 !important;
}

.carousel-theme,
.carousel-theme .carousel-inner .carousel-item img {
  height: 34rem;
}

.object-fit .carousel-theme .carousel-inner .carousel-item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.call-out {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin-right: 15px;
  padding: 25px;
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 100;
}

.call-out a {
  margin-left: 15px;
  text-transform: uppercase;
}

.call-out a::after {
  content: '⟶';
}

#block-triptych {
  margin-bottom: -30px;
  position: relative;
  top: -86px;
  z-index: 100;
}

#block-triptych a {
  text-decoration: none !important;
}

#block-triptych a span {
  font-size: 1.3rem;
  line-height: 1;
  padding: 1rem;
}

.path-frontpage .region-content {
  text-align: center;
}

.care-credit img {
  max-width: 300px;
  width: 100%;
}

.care-credit .btn {
  background: #00725f;
  border-color: #00725f;
  color: #fff;
}

#block-serviceslist {
  background: #555;
  color: #fff;
}

ul.services {
  column-count: 3;
  column-gap: 1rem;
  list-style: none;
}

ul.services a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: block;
  padding: 20px 0 10px;
}

ul.services a::before {
  background: url('images/arrow.png');
  content: '';
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 13px;
}

#block-views-block-review-block-1 {
  background: #000 url('images/quote-background.jpg') repeat scroll center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

#block-views-block-review-block-1 p {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 auto 0.5rem;
  padding: 0 15px;
  max-width: 700px;
}

#block-views-block-review-block-1 p::before {
  content: '“';
}

#block-views-block-review-block-1 p::after {
  content: '”';
}

#block-views-block-review-block-1 .blockquote-footer {
  color: #fff;
}

.review-links img {
  margin-bottom: 0.5rem;
  height: 4rem;
}

.office-hours {
  max-width: 400px;
}

.office-hours tr:first-child th {
  border-top: 0;
}

.office-hours th:nth-child(2),
.office-hours th:nth-child(3) {
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 0;
}

.office-hours td:nth-child(2),
.office-hours td:nth-child(3) {
  text-align: center;
}

.region-content p.h2:first-child {
  margin-bottom: 2rem;
}

.region-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.promo {
  border: 4px dashed #ccc;
  border-radius: 10px;
  padding: 10px;
}

.page-footer {
  background-color: #000;
}

#block-socialmediaicons {
  font-size: 2.2rem;
}

@media screen and (max-width: 1200px) {
  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }

  .page-header {
    margin-top: 49px;
  }
}

@media screen and (max-width: 768px) {
  .region-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .carousel-theme,
  .carousel-theme .carousel-inner .carousel-item img {
    height: 20rem;
  }

  ul.services {
    column-count: 2;
  }
}

@media screen and (max-width: 576px) {
  .region-header {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
  }

  #block-contactinfo {
    font-size: 0.87rem;
  }

  .region-hero {
    margin-top: 30px;
  }

  h1 {
    font-size: 2rem;
  }

  ul.services {
    column-count: 1;
  }
}

.star-5 {
  background-image: url(/files/2022-10/5-star.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 35px;
  margin-bottom: 25px;
}