/* Site Specific */
.download-btn.download-btn {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
	text-align: center;
	padding: 7px 10px;
    min-height: 28px;
    line-height: 1.4;
    background-color: #73000a;
    color: #fff;
    border: none;
    border-radius: 3px;
    transition: .2s linear;
    -webkit-appearance: none;
}
.download-btn.download-btn:hover {
	background-color: #73000a;
	color: #d0da00;
}
.download-btn.new-window:after {
	display: none;
}