.hidden{
	display: none;
}
.navbar{
	background-color: #006666;
	height: 98px;
}

.navbar a.nav-link, .navbar a.nav-link:visited {
	color: #DDD !important;
	font-size: 18px;
}

.navbar .nav-item > span {
	color: #AAA;
	font-size: 18px;
	font-weight: 300;

	display: inline-block;
	padding: .5rem 0.1rem;
}

.navbar-collapse{
	background-color: #006666;
	padding: 0 0 0 10px;
}

.navbar a.nav-link:hover, .navbar a.nav-link:focus {
	color:#AAA !important;
}


.page_footer h4 {
	color:#EEE;
}
.page_footer, .page_footer a, .page_footer a:visited {
	color:#AAA;
	background-color: #171717;
	font-size: 0.95rem;
}
.page_footer1 {
	color:#AAA;
	background-color: #000;
}
.shadow-border {
	border: 1px solid #ccc;
	box-shadow: 0 0.24rem 0.5rem 0 rgba(0, 0, 0, 0.2), 0 0.24rem 0.5rem 0 rgba(0, 0, 0, 0.19);
	padding: 5px;
	margin: 20px auto;
}

.fusion-date-and-formats{
	float: left;
	margin-right: 0;
	text-align: center;
	width: 82px;
	box-sizing: border-box;
}
.fusion-date-box{
	background: #0099cc none repeat scroll 0 0;
	border-radius: 5px;
	padding: 8px 0 5px 0px;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
}
.fusion-date{
	font-size: 20px !important;
	font-weight: bold;
	line-height: 29px;
}
.fusion-month-year{
	font-size: 25px !important;
	font-weight: 700;
	line-height: 31px;
}

a, a:visited{
	color: #0099cc;
    text-decoration: none;
}
.list-group-item{
	border: 0;
	padding: .25em;
}
.list-group-item:hover{
	background-color: #E1F1FE;
}
.list-group-item.active{
	background-color: #0099cc;
	padding-left: .25rem;
}
.list-group-item.active span{
	color: #0099cc;
}
.fa-li{
	left: -1em;
	width: 1em;
}

