.page-customerSat {
  background-color: white;
  margin: 0 auto 30px;
  overflow: hidden;
  max-width: 744px;
  padding: 20px;
}

.customerSat-intro h1 {
  background-image: url(/graphics/site/customerSat/header.jpg);
  background-size: 118% auto;
  background-position: center 0;
  background-repeat: no-repeat;
  padding-bottom: 36.5%;
  text-indent: -9999px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin: -20px -20px 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .customerSat-intro h1 {
    background-image: url(/graphics/site/customerSat/header@2x.jpg);
  }
}
@media screen and (min-width: 768px), print {
  .customerSat-intro h1 {
    background-size: 744px 225px;
    padding-bottom: 0;
    height: 224px;
    margin-bottom: 30px;
  }
}

.customerSat-sidebar {
  margin-top: -30px;
}
@media screen and (min-width: 768px), print {
  .customerSat-sidebar {
    margin-top: -50px;
    float: left;
    width: 40%;
  }
}

.customerSat-reviews {
  background-color: #15252b;
  box-shadow: 0 4px 30px rgba(186, 146, 62, 0.8);
  color: white;
  padding: 20px;
  font-size: 18px;
  font-size: 1.125rem;
}
.customerSat-reviews .customerSat__sub-heading {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: -0.0125em;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e6c45b;
}
@media screen and (min-width: 768px), print {
  .customerSat-reviews .customerSat__sub-heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.customerSat-reviews .customerSat__sub-heading strong {
  color: #e6c45b;
}

.customerSat-contact {
  display: none;
}
@media screen and (min-width: 768px), print {
  .customerSat-contact {
    display: block;
    padding: 40px 20px 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.customerSat-contact .customerSat-contact__heading {
  color: #957104;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 6px;
}

.customerSat-content {
  padding: 50px 20px 0;
}
@media screen and (min-width: 768px), print {
  .customerSat-content {
    float: right;
    width: 58%;
    padding-top: 0;
  }
}

.customerSat-area {
  padding-bottom: 40px;
}
.customerSat-area .customerSat__sub-heading {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #957104;
  color: #957104;
  line-height: 1;
}
.customerSat-area .customerSat__sub-heading strong {
  color: #15252b;
}
.customerSat-area ul {
  padding-left: 20px;
}
.customerSat-area li {
  padding-bottom: 5px;
}
.customerSat-area__site-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  padding-bottom: 0.875em;
}
.customerSat-area__site-link h3 {
  margin: 0;
  font-size: 1em;
}
.customerSat-area__site-link a {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  color: #957104;
  display: block;
  font-weight: bold;
}

.customerSat-area__ca {
  background-color: #e5e9ea;
  border-radius: 0.625em;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}
.customerSat-area__ca strong {
  display: block;
}

.customerSat-area__ca-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1em;
  background: none;
  text-indent: -9999px;
  height: 80px;
  background-position: -518px -304px;
  background-size: 800px 390px;
}
.no-webp .customerSat-area__ca-icon {
  background-image: url(/graphics/site/sprites.png?v=20240402);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .no-webp .customerSat-area__ca-icon {
    background-image: url(/graphics/site/sprites@2x.webp?v=20240402);
  }
}
.webp .customerSat-area__ca-icon {
  background-image: url(/graphics/site/sprites.webp?v=20240402);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .webp .customerSat-area__ca-icon {
    background-image: url(/graphics/site/sprites@2x.webp?v=20240402);
  }
}

.customerSat-notes {
  clear: both;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  color: #646464;
  margin: 0 auto;
  padding: 20px 20px 10px;
  background-color: #e5e9ea;
}