.testimonial-quote {
  font-size: 16px;
  margin-bottom: 44px;
  padding-bottom: 22px;
  border-bottom: 1px solid #dcdcdc;
}

.testimonial-quote blockquote {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: #a0a0a0;
  font-family: Georgia, serif;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.4 !important;
  margin: 0;
  position: relative;
  text-shadow: 0 1px white;
  z-index: 600;
}

.testimonial-quote blockquote * {
  box-sizing: border-box;
}

.testimonial-quote blockquote p {
    color: #a0a0a0;
    line-height: 1.4 !important;
    text-align: left;
    font-size: 0.7em;
}

.testimonial-quote blockquote p:first-child:before {
  content: '\201C';
  color: #bec6ca;
  font-size: 7.5em;
  font-weight: 700;
  opacity: .3;
  position: absolute;
  top: -.4em;
  left: -.2em;
  text-shadow: none;
  z-index: -300;
}

.testimonial-quote img {
  border: 3px solid #e2e2e2;
  border-radius: 50%;
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -.2em;
  left: 0;
}

.testimonial-quote .cite {
    color: #6f6c6c;
    display: block;
    font-size: .8em;
    margin: 14px 1px;
}

.testimonial-quote .cite span {
  color: #CA5452;
  line-height: 1.8em;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px white;
}

.testimonial-quote {
  position: relative;
}

.testimonial-quote .quote-container {
  padding-left: 160px;
  text-align:left;
}

.testimonial-quote.right .quote-container {
  padding-left: 0;
  padding-right: 160px;
}

.testimonial-quote.right img {
  left: auto;
  right: 0;
}

.testimonial-quote.right .cite, .txt_left {
  text-align: left !important;
}
.hi5_winners_detail {
  text-align: left;
}
.hi5_winners_detail p {
  font-size: 1.8em;
  color: #a0a0a0;
  text-align: left;
}
.hi5_winners_detail p span:after {
  content: '';
  display: block;
  width: 55px;
  height: 2px;
  background-color: #a0a0a0;
  margin: 0 auto;
}
.hi5_winners_detail h1 {
  font-size: 5em;
  color: #EA534A;
  margin-bottom: 20px;
}
.title_hi5camp {
  font-size: 4em;
  color: #EA534A;
  margin: 20px 0 70px;
}
@media only screen and (max-width: 728px) {
.title_hi5camp {
    font-size: 2em;
    line-height: 1.4em;
    color: #EA534A;
    margin: 20px 0 35px;
}
.rw16_main_cont {
    margin-top: -12%;
}
}