:root {
	--bt-mid-gray: #939597;
	--navy-blue: #2B3959;
	--accent-blue: #006AB6;
	--cool-blue: #3E598A;
	--bt-light-gray: #E2E3E4;
	--bt-charcoal: #2B2F3A;
}

@font-face {
	font-family: 'Gotham';
	src: url('Gotham Book.otf');
}

body {
	color: var(--navy-blue);
	font-family: 'Gotham';
}

a {
	text-decoration: none;
	color: var(--navy-blue);
}

h4 {
	margin-top: 0;
}

.browserRequirement_header {
	background: var(--cool-blue);
	color: #fff;
	font-size: 1.8em;
	padding: 0.5em 0;
}

.browsers, 
.browserRequirement_text {
	padding-top: 2em;
}

.browser {
	text-align: center;
}

.icoImage {
	position: relative;
	top: 7px;
}

.browserRequirement_text span {
	color: #555;
}

@media (max-width: 863px) {
	.browserRequirement_header {
		padding-left: 15px;
		padding-right: 15px;
	}

	.browsers, 
	.browserRequirement_text {
		margin-left: 15px;
		margin-right: 15px;
	}
}
