
h1:before {
	background-image: url(../../images/pages/support-id/icons/download.svg);
}

/* ============== download-list ========================================== */

.download-list .container{
	padding-top: 0;
}
.download-list .path{
	margin: 10px 0;
}
.download-list .product{
	padding: 40px 0;
	font-size: 22px;
}
.download-list .product.border-below{
	border-bottom: 1px solid #b9c0d6;
}
.download-list .item{
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.download-list .item.media{ width: 200px; flex-grow: initial; }
.download-list .item.buttons{ width: 350px; flex-grow: initial; }

.download-list h2{
	margin: 0 0 7px 0;
	font-size: 30px;
	color: #3279F6;
	font-weight: normal;
}
.download-list h3{
	margin: 7px 0 5px 0;
	font-size: 40px;
	color: #2256B1;
}
.download-list .device{
	font-weight: bold;
}
.download-list .device img{
	display: inline-block;
	margin: 0 5px;
}
.download-list .device.sws{
	padding-left: 39px;
	filter: brightness(0.5);
	background-size: 28px auto;
	background-position: 0 center;
	min-height: 28px;
}
.download-list .device.sws.chrome { background-image: url(../../images/core/browser/chrome-white.svg); }
.download-list .device.sws.firefox { background-image: url(../../images/core/browser/firefox-white.svg); }
.download-list .device.sws.edge { background-image: url(../../images/core/browser/edge-white.svg); }
.download-list .device.sws.safari { background-image: url(../../images/core/browser/safari-white.svg); }

.download-list p{
	margin: 5px 0;
}
.download-list p.bold{
	color: #2256B1;
}
.download-list .button{
	margin-top: 15px;
	padding-top: 24px;
	padding-bottom: 24px;
	font-size: 19px;
	min-width: 300px;
}
.download-list .button.download.product-sws{
	line-height: 1.5;
	padding: 10px calc(25px + 3em) 10px 25px;
}
.download-list .terms{
	font-size: 17px;
	line-height: 1.3;
	display: block;
	margin: 10px 0;
}
.download-list .price-container {
	font-size: 18px;
}
.download-list .price {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 0;
	font-size: 70px;
	font-weight: bold;
	line-height: 1;
}
p.more-link{
	text-align: center;
}

/* move Mac part to top for MacOS users */
.product-os-switcher{
	display:flex;
	flex-flow: column;
}
body.mac .product-mac{
	order:1;
}
body.mac .product-win{
	order:2;
}
body.mac .download-list .product.border-below{
	border-bottom: none;
}
body.mac .download-list .product:not(.border-below){
	border-bottom: 1px solid #b9c0d6;
}

@media screen and (max-width: 1230px) {
	.download-list .item.media{
		display: none;
	}
	.download-list .item.buttons {
		width: 100%;
	}
	p.more-link{
		text-align: left;
	}
}
@media screen and (max-width: 500px) {
	.download-list h2{
		font-size: 25px;
	}
	.download-list h3{
		font-size: 30px;
	}
	.download-list p{
		font-size: 18px;
	}
	.download-list .price{
		font-size: 40px;
	}
	.download-list .price-container{
		margin-top: 0px;
	}
	.download-list .terms{
		font-size: 14px;
	}
}
