@font-face {
	font-style: normal;
	font-weight: normal;
	font-family: 'gotham-book';
	font-display: 'auto';
	src: url('/apps/fonts/Gotham-Book.eot');
	src: url('/apps/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
	url('/apps/fonts/Gotham-Book.woff2') format('woff2'),
	url('/apps/fonts/Gotham-Book.woff') format('woff'),
	url('/apps/fonts/Gotham-Book.ttf') format('truetype'),
	url('/apps/fonts/Gotham-Book.svg') format('svg');
}

@font-face {
	font-style: normal;
	font-weight: normal;
	font-family: 'gotham-bold';
	font-display: 'auto';
	src: url('/apps/fonts/Gotham-Bold.eot');
	src: url('/apps/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
	url('/apps/fonts/Gotham-Bold.woff2') format('woff2'),
	url('/apps/fonts/Gotham-Bold.woff') format('woff'),
	url('/apps/fonts/Gotham-Bold.ttf') format('truetype'),
	url('/apps/fonts/Gotham-Bold.svg') format('svg');
}

body {
	font-family: 'gotham-book';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgb(252, 180, 22);
	font-family: 'gotham-bold';
}

h2 {
	font-size: 18px;
}

p {
	font-family: 'gotham-book';
	font-size: 14px;
}

strong {
	color: rgb(252, 180, 22);
}

.item {
	margin-left: 15px;
}

.question {
	color: rgb(252, 180, 22);
}

.wrapper-list-sub-item-none {
	list-style-type: none;
}

.sub-item-list {
	margin-bottom: 10px;
}

.underline {
	color: rgb(252, 180, 22);
	text-decoration: underline;
}

.underline-no-color {
	text-decoration: underline;
}

.link {
	color: rgb(252, 180, 22);
}

