@CHARSET "ISO-8859-1";
section.broken-links .no-padding-top {
	padding-top:0;
	padding-bottom:0;
}
section.broken-links .white-row {
	background-color:#fff;
	border-radius:10px;
}
section.broken-links .blue-row {
	background-color:#0099ff;
	border-radius:10px;
}
section.broken-links .logos {
	margin:0.7em auto;
	max-height:46px;
}		
section.broken-links p {
	font-size:1.3em;
	font-weight:500;
	color:#fff;
	padding:0 2em;
	margin-bottom:10px;
}
section.broken-links .view-all {
	display:block;
	margin:0.7em auto;
	font-size:1.5em;
	fon-weight:600;
	text-align:center;
	color:#0099ff;
}
section.broken-links .cats {
	margin: 0 auto;
}
section.broken-links .links {
	display:block;
	text-align:center;
	font-size:1.4em;
	font-weight:500;
	color:#0099ff;
	margin:0.7em 0;
}
@media (max-width: 767px) {
	section.broken-links .links {
	margin-bottom:1.2em;
}
}
section.broken-links .footer {
	background-color:#0099ff;
	border-radius:10px;
}
section.broken-links .bottom {
	height:40px;
}