@charset "utf-8";
/* Maybe Labels are not needed... */
/* Labels Begin Here */
/* .label {
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	padding: 0.1875em 0.625em 0.25em;
	font-size: 0.875em;
	background-color: #2ba6cb;
	color: white;
}
.label.radius {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.label.round {
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
}
.label.alert {
	background-color: #c60f13;
	color: white;
}
.label.success {
	background-color: #5da423;
	color: white;
}
.label.secondary {
	background-color: #e9e9e9;
	color: #333333;
} */
/* Labels End Here */

/* Maybe Inline Lists are not needed... */
/* Inline Lists Begin Here */
/* .inline-list {
	margin: 0 auto 1.0625em auto;
	margin-left: -1.375em;
	margin-right: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.inline-list > li {
	list-style: none;
	float: left;
	margin-left: 1.375em;
	display: block;
}
.inline-list > li > * {
	display: block;
} */
/* Inline Lists End Here */

/* sub-nav from Side Nav is needed because of bottom navigation */
/* Side Nav Begins Here */
.sub-nav {
	display: block;
	width: auto;
	overflow: hidden;
	margin: -0.25em 0 1.125em;
	padding-top: 0.25em;
	margin-right: 0;
	margin-left: -0.5625em;
}
.sub-nav dt, .sub-nav dd {
	float: left;
	display: inline;
    margin-left: 0.5625em;
	margin-bottom: 0.625em;
	font-weight: normal;
	font-size: 0.875em;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	text-transform: uppercase;
	background: #999999;
	padding: 0.1875em 0.5625em;
	cursor: default;
	color: white;
}
.sub-nav dt a, .sub-nav dd a {
	color: white;
	text-decoration: none;
}
.sub-nav dt.active a, .sub-nav dd.active a {
	background: #2ba6cb;
}
/* Side Nav Ends Here*/
