@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap);
@font-face {
	font-family: "Gotham Black";
	src: url(/Scripts/dist/fonts/a772a67ee3b66f93716a752d5cdf2dd1.woff2) format("woff2"),
		url(/Scripts/dist/fonts/b80aacb68c4a0e648daa92e07b79e05a.woff) format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* reset values */
html,
body,
div,
span,
p,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
b,
u,
i,
center,
ol,
ul,
li,
label,
button,
input,
select,
textarea,
canvas,
footer,
header {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	color: inherit;
	font: inherit;
}
html {
	font: 16px/1 "Source Sans Pro", sans-serif;
}
button {
	background: none;
	cursor: pointer;
}
a {
	text-decoration: none;
}

