.news_archive_nav_cal{
	text-align: center;
	border-collapse: collapse;
	display: table !important;
}
.news_archive_nav_cal a{
	text-decoration: none;
}
.news_archive_nav_cal td, .news_archive_nav_cal .calheader{
	border: 1px solid #d8d8d8;
	background-clip: padding-box; /*fix firefox border bug*/
	height: 40px;
	vertical-align: middle;
}
.news_archive_nav_cal .cal_header{
	background-color: #e5e5e5;
	/*height: 36px;*/
	font-family: "Roboto", sans-serif;
}
.news_archive_nav_cal .cal_header td{
	border-color:#e5e5e5;
}
.news_archive_nav_cal .cal_inactive{
	color: #d8d8d8;
}
.news_archive_nav_cal .cal_button_left.transparent-link-btn{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
}
.news_archives_deptnav_links.mobilePH {
	margin-top:0;
}
.toggle_calendar {
	display:none;
	font-size: .875em;
    margin-top: 6px;
}
.toggle_calendar.nomonth {
    margin-top: -39px;
}
.mobile_calendar {
	display:none;
}
@media (max-width: 560px) {
	h1 {
		margin-top: 30px;
    	margin-bottom: 15px;
	}
	.mobile_calendar {
		display:block;
	}
	.mobile_calendar .newsarchivescalendar {
		display:block;
		transition:.3s all;
		max-height:0;
		overflow: hidden;
		margin:0;
		width:100%;
	}
	.mobile_calendar .newsarchivescalendar.active {
		max-height:250px;
		margin-bottom:20px;
	}
	.toggle_calendar {
		float: right;
		cursor: pointer;
		display:block;
	}
	.toggle_calendar svg {
		transition:.3s all;
		fill: none;
    	stroke: #2773cb;
    	transform:rotate(90deg);
    	margin-left:7px;
	}
	.toggle_calendar.active svg {
    	transform:rotate(-90deg);
	}
}