.padded-list{
	padding-left: 30px !important; 
	list-style-type:inherit !important;
}
.padded-list > li > .padded-list {
	padding-left: 45px;
}
.img_container > img {
	width: auto !important;
	margin: auto;	
}
.timeline_element_box {
	background-color: rgb(68, 105, 126) !important;
}
.date_separator {
	font-weight: bold;
}
div.timeline_element.blog_post div.readmore a {
	color: #FFF;
}
#readmore-toggle {
	cursor: pointer;
	
}
a[data-toggle=popover] {
	cursor: pointer;
}
.event-image {
	margin-bottom: 13px;
	margin-top: 13px;
}
.timeline-badge .icon {
	background-size: 20px 20px;
	background-position: center; 
	width: 20px;
	height: 20px;
	position: absolute;
}

li.international-copyright .timeline-badge .icon {
	background-image: url(/timeline/images/2016Timeline_International.png);
}
li.copyright-firsts .timeline-badge .icon {
	background-image: url(/timeline/images/2016Timeline_FirstsA.png);
}
li.highlights-of-registered-works .timeline-badge .icon {
	background-image: url(/timeline/images/2016Timeline_Highlights.png);
}
li.copyright-in-the-courts .timeline-badge .icon {
	background-image: url(/timeline/images/2016Timeline_Courts.png);
}
li.copyright-law .timeline-badge .icon {
	background-image: url(/timeline/images/2016Timeline_Law.png);
}
li.history-of-the-copyright-office .timeline-badge .icon {
	background-image: url(/timeline/images/2016Timeline_History.png);
}

ul.category-filter .timeline-badge .icon {
	top: 5px;
	left: 6px;
}

ul.timeline .timeline-badge .icon {
	top: 15px ;
	left: 15px;
}
ul.category-filter li.selected {
	background-color: #44697D !important;
	color: white;
}
ul.category-filter li.selected:hover {
	background-color: #537F96 !important;
}

ul.category-filter  li {
	display: inline-block;
	position: relative;
	padding: 10px !important;
	border: 1px solid white;
	cursor: pointer;
    max-width: 33%;
    margin-bottom: 5px;
}
ul.category-filter  li  .category-title {
	display: inline-block;
	margin-left: 34px;
	font-size: 14px;
}
ul.category-filter  li.unselected .timeline-badge {
	background-color: #44697D;
}
ul.category-filter  li .timeline-badge {
	position:absolute;
	top: 4px;
	left: 4px;
    width: 32px;
	height: 32px;
	border-radius: 50% !important;  
}

ul.category-filter {
	padding: 15px !important;
    padding-bottom: 10px !important;
	border: 1px solid rgb(212, 212, 212);
	margin-top: 10px;
	/* box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.176); */
}

@media (min-width: 768px) {
	ul.category-filter {
		margin-left: 8.33333% !important;
	}
}

ul.category-filter  li:hover {
	border: 1px solid rgb(212, 212, 212);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.176);
	background-color: #D0E5F1;
}

.event-arrow {
	background-size: 15px 15px;
	background-position: center; 
	width: 15px;
	height: 15px;
	right: calc(50% - 10px);
	position: absolute;
	bottom: 5px;
}

.event-arrow.open {
	background-image: url(/timeline/images/chevron-arrow-up-grey.png);
}

.event-arrow.closed {
	background-image: url(/timeline/images/chevron-arrow-down-grey.png);
}

#highlight-text {
	/*-webkit-transition: max-height 0.5s; 
    -moz-transition: max-height 0.5s; 
    -ms-transition: max-height 0.5s; 
    -o-transition: max-height 0.5s; 
    transition: max-height 0.5s;*/
	max-height: 2000px;
}

@media (max-width: 768px) {
	#highlight-text.closed {
		max-height: 300px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}
@media (min-width: 769px) {
	#highlight-text.closed {
		max-height: 374px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

.timeline-body {
	padding-bottom: 9px;
}

.timeline > li > .timeline-panel, .timeline > li > .timeline-panel {
    cursor: pointer;
}