* {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	box-sizing: border-box;
	vertical-align: baseline;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: "Gotham Pro", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

h1 {
	margin-bottom: 16px;
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
}

p {
	margin-bottom: 16px;
}

a, a:visited {
	color: #0060a0;
	border-bottom: 1px solid  #0060a0;
	border-color: rgba(0, 96, 160, .2);
	text-decoration: none;
}

a:hover {
	color: #d04000;
	border-color: #f8e2d9;
	border-color: rgba(208, 64, 0, .2);
}

img {
	display: block;
}

.bold {
	font-weight: 700;
}

/* Layout */
.header {
	width: 100%;
	height: 96px;
	background: #000 url(../img/header.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

.content, .footer {
	max-width: 600px;
	margin: 0 auto;
	padding: 40px 16px 80px;
}

/* content */
.providerslist {
	margin: -16px 0 11px -4px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
	zoom: 1;
}

.providerslistitem {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border: 2px solid transparent;
	border-radius: 2px;
}

.providerslistitem:first-child {
	margin-left: 0;
}

.providerslistitem:last-child {
	margin-right: 0;
}

.providerslistitem:hover {
	border-color: rgba(0, 0, 0, .12);
}

.providerslistitem a {
	border: 0;
}

/* footer */
.footer {
	color: #888;
	font-size: 12px;
}

.footer-copyright {
	display: inline-block;
	margin-right: .5em;
}

.footer-links {
	display: inline-block;
	white-space: nowrap;
}

.footer-links a {
	margin-right: .5em;
}


@media (max-width:480px) {

	.header {
	height: 50px;
	background-size: cover;
}

.content, .footer {
	padding-top: 24px;
}

h1 {
	font-size: 28px;
	line-height: 32px;
}

}
