.ss-home img {
  max-width: 100%;
}
.ss-panel .top {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .ss-panel .top {
    height: 700px;
    background-attachment: fixed;
    background-position: center top;
  }
}
@media (min-width: 992px) {
  .ss-panel .top {
    height: 1000px;
    background-position: center bottom;
  }
}
.ss-panel .bottom {
  padding-bottom: 60px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .ss-panel .bottom {
    padding: 60px 0;
  }
}
#pplan .top {
  background-image: url(../images/plan-slide.jpg);
}
#pcreate .top {
  background-image: url(../images/create-slide.jpg);
}
#pimplement .top {
  background-image: url(../images/implement-slide.jpg);
}
#pmeasure .top {
  background-image: url(../images/measure-slide.jpg);
}
.ss-logobar {
  background: #7a7879;
  padding: 4px 0;
}
.ss-logobar img {
  max-width: 100%;
}
.ss-title {
  color: #f02b2c;
  text-align: center;
  font-family: Anton;
  font-weight: bold;
  font-size: 36pt;
  margin: 0;
  padding: 0;
}
.ss-quote1 {
  background: #7A7879;
  color: #fff;
  text-align: center;
  font-family: "Times New Roman";
}
.ss-quote2 {
  background-image: url(../images/awards-slide.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #7A7879;
  color: #fff;
  text-align: center;
  font-family: "Times New Roman";
}
@media (min-width: 768px) {
  .ss-quote1,
  .ss-quote2 {
    min-height: 360px;
    font-size: 40px;
  }
}
.ss-quote3 {
  background: #000;
  color: #7a7879;
  text-align: center;
}
.ss-quote3 .message {
  font-family: Anton;
}
@media (min-width: 768px) {
  .ss-quote3 {
    min-height: 180px;
    text-align: left;
  }
  .ss-quote3 .message {
    font-size: 38px;
    line-height: 38px;
  }
}
.ss-contact {
  text-align: center;
  background: #7A7879;
  color: #000;
}
.ss-contact .sleeve {
  position: relative;
}
.ss-contact .card {
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
  padding-bottom: 30px;
}
.ss-contact .card a {
  color: #fff;
}
@media (min-width: 768px) {
  .ss-contact .sleeve {
    width: 26%;
    margin: 0 3%;
    display: inline-block;
  }
  .ss-contact .addystrip {
    padding-top: 60px;
  }
}
.ss-contact .addybox {
  padding-bottom: 30px;
}
.ss-contact .addybox div:first-of-type {
  font-family: Anton;
  font-size: 26px;
}
.ss-darkbg {
  background: #000;
  color: #fff;
  min-height: 400px;
}
.ss-highlight {
  background: #EE2A2B;
  color: #000;
  margin: 0;
  padding: 5px 10px;
  text-align: left;
  font-family: Anton;
}
.ss-social {
  padding: 30px 0;
  text-align: center;
}
.ss-social a {
  background: #7a7879;
  color: #ffffff;
  padding: 4px;
  font-size: 50px;
  text-align: center;
  margin: 0 5px;
  width: 58px;
  border-radius: 10px;
}
