@charset "utf-8";
/* CSS Document */

#pastWinners {
	padding: 50px 70px;
	background: #f2eabb;
}


ul.archive-btn {
    width: 860px;
    padding-left: 60px;
    margin: 0 auto 50px;
}
ul.archive-btn li {
    float: left;
    margin: 30px 60px 0 0;
}
ul.archive-btn li:nth-child(2n) {
    margin-right: 0;
}
ul.archive-btn a {
    position: relative;
    padding-top: 33px;
    display: block;
    width: 370px;
    height: 68px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: url(../img/btn_archive.png) no-repeat;
    background-size: 100%;
	transition: 0;
}
ul.archive-btn a:after {
    position: absolute;
    top: 37px;
    right: 22px;
    display: block;
    content: "";
    width: 13px;
    height: 23px;
    background: url(../img/arrow_l.svg) no-repeat;
    background-size: 100%;
}

#pastWinners table {
	margin: 0 auto 45px;
	width: 980px;
    background: #fff;
	border: 1px solid #a0a0a0;
}
#pastWinners table th {
    padding: 10px 0;
    border-right: 1px solid #fff;
}
#pastWinners table th:last-child {
	border-right: 1px solid #a0a0a0;
}
table.grand th {
	background: #b6a133;
	color: #fff;
}
table.innovation th {
	background: #003860;
	color: #fff;
}
#pastWinners table td {
    padding: 10px 10px;
    border-top: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    font-weight: normal;
    font-size: 14px;
}
#pastWinners table td.number {
    text-align: right;
}

#pastWinners a.btn, #pastWinners a.pdf {
    margin: 45px auto 10px;
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
	padding: 20px 30px;
    width: 440px;
    background: #7d7d7d;
}
#pastWinners a.pdf:before {
    content: "";
    position: absolute;
    top: 21px;
    right: 15px;
    width: 23px;
    height: 23px;
    background: url(../img/icon_pdf.png) no-repeat;
}
#pastWinners a.btn:before {
    content: "";
    position: absolute;
    top: 26px;
    right: 20px;
    width: 10px;
    height: 14px;
    background: url(../img/arrow_w.svg) no-repeat;
}
p.notes {
    padding-right: 10px;
    text-align: right;
}

a.archive img {
    margin: 150px auto 50px;
}

@media screen and (max-width:768px){
		
	#pastWinners {
		padding: 2% 0 5%;
		background: #f2eabb;
	}
	
	ul.archive-btn {
		width: 92%;
		padding-left: 0;
		margin: 0 auto;
	}
	ul.archive-btn li {
		float: left;
		margin: 0 5% 3% 0;
		width: 47%;
	}
	ul.archive-btn li:nth-child(2n) {
		margin-right: 0;
	}
	ul.archive-btn a {
		padding: 8% 8% 8.5%;
		width: 86%;
		height: auto;
		font-size: 11px;
		background-size: 100% 100%;
	}
	ul.archive-btn a:after {
		position: absolute;
		top: 50%;
		right: 4%;
		display: block;
		content: "";
		margin-top: -6px;
		width: 7px;
		height: 12px;
		background: url(../img/arrow_l.svg) no-repeat;
		background-size: 100%;
	}
	
	#pastWinners table {
		width: 92%;
		margin-bottom: 5%;
	}
	#pastWinners table.innovation {
		margin-bottom: 0;
	}
	#pastWinners table th {
		padding: 5px 1%;
		font-size: 11px;
	}
	#pastWinners table td {
		padding: 5px 1%;
		font-size: 10px;
	}
	
	#pastWinners a.btn, #pastWinners a.pdf {
		margin: 5% auto;
		padding: 9px 5%;
		width: 82%;
		font-size: 14px;
	}
	#pastWinners a.pdf:before {
		top: 19px;
	}
	#pastWinners a.btn:before {
		top: 22px;
	}
	
	a.archive img {
		margin: 5% auto;
		width: 92%;
	}
	
}