.highlight-clean {
  color:#313437;
  background-color:#fff;
padding: 1px 0;
}

.highlight-clean p {
  color: #9b9b9b;
  line-height: 26px;
  margin-bottom: 8px;
}
.readmore{
    margin-top: 15px;
	}
.readmore a{
    padding: 9px 17px;
    background-color: #fdb71b;
    color: #fff;
    margin-top: 12px;
}
.readmore a:hover{
text-decoration:none;}
.highlight-clean h2 {
  font-weight:bold;
  margin-bottom:25px;
  line-height:1.5;
  padding-top:0;
  margin-top:0;
  color:inherit;
}
.magazine-banner {
margin-top:30px;
}
.highlight-clean .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 25px;
}

.highlight-clean .buttons {
  text-align:center;
}

.highlight-clean .buttons .btn {
  padding:16px 32px;
  margin:6px;
  border:none;
  background:none;
  box-shadow:none;
  text-shadow:none;
  opacity:0.9;
  text-transform:uppercase;
  font-weight:bold;
  font-size:13px;
  letter-spacing:0.4px;
  line-height:1;
  outline:none;
  background-color:#ddd;
}

.highlight-clean .buttons .btn:hover {
  opacity:1;
}

.highlight-clean .buttons .btn:active {
  transform:translateY(1px);
}

.highlight-clean .buttons .btn-primary {
  background-color:#055ada;
  color:#fff;
}

