
.border-orange-top {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 3px dotted #ff6600;
}
.border-orange-bottom {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 3px dotted #ff6600;
}

.readmore a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #ff6600;
	padding: 0.5rem 5rem 0.5rem 0rem;
	position: relative;
}
.readmore a:after {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    height: 1.5rem;
    width: 2.5rem;
    content: "";
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}