@font-face {
   font-family: 'Gotham Bold';
   src: url('../../fonts/Gotham Bold.woff') format('woff');
}

@font-face {
   font-family: 'Gotham Narrow';
   src: url('../../fonts/GothamNarrow-Black.woff') format('woff');
}

@font-face {
   font-family: 'Gotham Medium';
   src: url('../../fonts/Gotham Medium.woff') format('woff');
}

@font-face {
   font-family: 'Gotham Book';
   src: url('../../fonts/Gotham Book.woff') format('woff');
}

#blueBoxTotal{
	font-size: 80px;
	font-family: 'Gotham Narrow', Helvetica, sans-serif;
	height: 60px;
	margin-top: 50px;
}

#blueBoxTitle {
	font-family: 'Gotham Bold', Helvetica, sans-serif;
}

#topBlueBox{
	padding-top: 20px;
	font-size: 20px;
	padding-bottom: 20px;
	background-color: #00538D;
	color: #fff;
	margin-bottom: 0px;
	text-align: center;
}

#topSection {
	position: fixed;
	width: 100%;
	z-index: 5;
}

#messageBox{
	padding: 10px;
	background-color: #FBC6CB;
	margin-bottom: 40px;
	font-family: 'Gotham Bold', Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	/*margin-top: 240px;*/
}
