/* HEADER INFO */
.header-info {
  margin-bottom: 5px;
  position: relative;
  color: #646464;
  height: 145px;
  line-height: 145px;
  background-repeat: no-repeat;
  background-position: center left;
  background-color: #f8f7f7;
}
.header-info p, .header-info img {
  display: inline-block;
  vertical-align: top;
}
.header-info img#subscriberlogo {
 background-color:#FFF;
 padding:15px;
 border:2px solid #DDD;
}
.header-info p {
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 1.05em;
  font-style: italic;
  width: 430px;
  margin: 0 0 0 190px;
  padding-top: 20px;
  line-height: 1.7em;
}
.header-info p a {
  color:#C13190;
}
.header-info p a:hover, .header-info p a:focus, .header-info p a:active  {
  color:#000;
}
.header-info img {
  margin-left: 30px;
  vertical-align: middle;
}
.header-info a.custom-button {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  right: 10px;
}

.quote:before, .quote:after {
  z-index: -1;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-color: transparent;
}
.quote:before
{
  top: -13px;
  left: -12px;
  bottom: 0;
  right: 0;
  background-position: left top;
}
.quote:after
{
  top: 0;
  left: 0;
  bottom: -13px;
  right: -12px;
  background-position: right bottom;
}
/* PARTNERS */
#partners {
  border-top: 2px solid #dab9d3;
  padding-top: 23px;
}
#partners ul {
  margin: 0;
  padding: 0;
}
#partners li {
  color: #666;
  width: 159px;
  height: 154px;
  display: inline-block;
  padding: 8px;
  vertical-align: top;
  list-style: none;
  text-align: center;
}
#partners li.first {
  width: 17%;
}
#partners li:hover {
  background-color: #F5F5F5;
  color: #555;
}
#partners li span {
  display: block;
}
#partners a {
  color: #666;
  height: 100%;
  display: block;
}
#partners a:hover, #partners a:focus {
  color: #555;
}
#partners img {
  margin-top: 30px;
}
