@media screen and (max-width: 599px) {
  .tm-pull-quote-container {
    position: relative;
  }
}
.tm-pull-quote-container .tm-pull-quote {
  background-image: url('../images/quote-icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  content: "";
  height: 70px;
  width: 70px;
  display: block;
  position: relative;
  text-align: center;
  margin: 30px auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  .tm-pull-quote-container .tm-pull-quote {
    background-image: url('../images/quote-icon.png');
    background-size: 70px 70px;
    background-position: 0 0;
    height: 70px;
    width: 70px;
  }
}
@media screen and (max-width: 599px) {
  .tm-pull-quote-container .tm-pull-quote {
    position: relative;
    text-align: left;
    display: inline-block;
  }
}
.tm-pull-quote-container .tm-pull-quote-content {
  font-family: 'Trade Gothic W01 Cn_18';
  text-align: center;
  margin: auto -110px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.111rem;
  position: relative;
  font-size: 1.5625rem;
  line-height: 2.651rem;
}
@media screen and (max-width: 1023px) {
  .tm-pull-quote-container .tm-pull-quote-content {
    margin: auto -45px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .tm-pull-quote-container .tm-pull-quote-content {
    margin: auto -40px;
  }
}
@media screen and (max-width: 599px) {
  .tm-pull-quote-container .tm-pull-quote-content {
    margin: auto;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.851rem;
  }
}
.tm-pull-quote-container .tm-pull-quote-social {
  font-family: 'Trade Gothic W01 Cn_18';
  text-align: center;
  font-size: 0.9375rem;
  color: #ff5454;
  text-transform: uppercase;
  letter-spacing: .16rem;
  margin: 20px 0;
}
@media screen and (max-width: 599px) {
  .tm-pull-quote-container .tm-pull-quote-social {
    position: absolute;
    text-align: right;
    display: inline-block;
    top: 0;
    right: 0;
  }
}
.tm-pull-quote-container .tm-pull-quote-social p {
  margin: 0;
}
.tm-pull-quote-container .tm-pull-quote-social span {
  display: inline-block;
  height: 41px;
  width: 41px;
  margin: 0 5px;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: top;
  white-space: nowrap;
  cursor: pointer;
}
.tm-pull-quote-container .tm-pull-quote-desc {
  display: block;
  margin-bottom: 2px;
}
.tm-pull-quote-container .tm-pull-quote-fb {
  background-image: url('../images/quote-fb.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 41px;
  width: 41px;
  text-indent: -9999px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  .tm-pull-quote-container .tm-pull-quote-fb {
    background-image: url('../images/quote-fb.png');
    background-size: 41px 41px;
    background-position: 0 0;
    height: 41px;
    width: 41px;
  }
}
.tm-pull-quote-container .tm-pull-quote-pn {
  background-image: url('../images/quote-pn.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 41px;
  width: 41px;
  text-indent: -9999px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  .tm-pull-quote-container .tm-pull-quote-pn {
    background-image: url('../images/quote-pn.png');
    background-size: 41px 41px;
    background-position: 0 0;
    height: 41px;
    width: 41px;
  }
}