
/* -------------------- section-section-downloads-topBanner-links -------------------- */

.section-downloads-topBanner h1{
	font-size: 33px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.section-downloads-topBanner h1 .nowrap{
	white-space: nowrap;
}

/* -------------------- section-downloads-links -------------------- */

.section-downloads-links h1{
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
}
.section-downloads-links p.description{
	font-size: 20px;
	text-align: center;
}
.section-downloads-links h2{
	margin: 20px 0;
	font-size: 36px;
	text-align: center;
}
.section-downloads-links .list{
	margin: 20px 0 50px 0;
}
.section-downloads-links .media{
	float: left;
	margin-right: 40px;
	height: 92px;
	background-color: #f3f3f3;
	border-radius: 50%;
	padding: 19px;
}
.section-downloads-links .item{
	position: relative;
	border-bottom: 1px solid #e9e8e8;
	padding: 30px 30px 30px 25px;
}
.section-downloads-links .item .text{
	float:left;
}
.section-downloads-links .item h3{
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
}
.section-downloads-links .item .text span{
	font-weight:bold;
	color: #1a93fc;
}
.section-downloads-links .item .buttons{
	float: right;
	width: 340px;
	margin-top: 32px;
}
.section-downloads-links .item .button{
	width: 340px;
	font-size: 19px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.section-downloads-links .item:after {
	/* clearfix */
	content: "";
	display: table;
	clear: both;
}
.section-downloads-links p.icon-alert{
	margin: 10px 10%;
}
.section-downloads-links .terms{
	margin-top: 10px;
	font-size: 15px;
}
@media screen and (max-width: 900px){
	.section-downloads-links .item{
		padding-right: 10px;
		padding-left: 5px;
	}
	.section-downloads-links .media{
		display: none;
	}
}
@media screen and (max-width: 600px){
	.section-downloads-topBanner h1 .nowrap{
		white-space: initial;
	}
}
