/*
	Troubleshoot
*/
.troubleshoot{
	padding:45px 50px;
	min-height: -webkit-calc(100vh - 184px);
	min-height: -moz-calc(100vh - 184px);
	min-height: -ms-calc(100vh - 184px);
	min-height: -o-calc(100vh - 184px);
	min-height: calc(100vh - 184px);
}
.title{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	padding:25px 50px 10px 0;
	font-size:32px;
	font-weight:bold;
	line-height:50px;
	background: -webkit-linear-gradient(#0046B0, #19347D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.download{
	padding:25px 0 10px 0;
	line-height:50px;
	text-align:right
}
@media only screen and (max-width:749px){
	.title{
		font-size:30px;
		line-height:35px;
	}
	
}
@media only screen and (max-width:991px){
	.troubleshoot{
		padding:45px 0px;
	}
	.download{
		padding:5px 0 0 0;
		line-height:20px;
		text-align:left
	}
}
.icon-download-alt{
	background-color:#06F;
	padding:5px 10px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	margin-left:-1px;
	background: #0046B0; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#0046B0, #19347D); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(#0046B0, #19347D); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#0046B0, #19347D); /* For Microsoft */
	background: -o-linear-gradient(#0046B0, #19347D); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#0046B0, #19347D); /* Standard syntax */
}
.btn-orange{
	border-radius:5px;
}
.cabletv,
.internet{
	padding:10px 0;
}
.btn-orange{
	padding-left:0px; padding-right:5px; font-size:22px; font-weight:bold
}