/*Archives Images*/
.main figure.sos-contentphoto-right {
    float: right;
    margin: 0 0 8px 8px;
}
.main figure {
    line-height: 1.5;
    padding: 4px;
}
.maxWidth100 {max-width:100px !important;}
.maxWidth125 {max-width:125px !important;}
.maxWidth150 {max-width:150px !important;}
.maxWidth155 {max-width:155px !important;}
.maxWidth175 {max-width:175px !important;}
.maxWidth200 {max-width:200px !important;}
.maxWidth225 {max-width:225px !important;}
.maxWidth250 {max-width:250px !important;}
.maxWidth275 {max-width:275px !important;}
.maxWidth300 {max-width:300px !important;}
.maxWidth400 {max-width:400px !important;}
.maxWidth500 {max-width:500px !important;}
.maxWidth100percent {max-width:100%;}
.maxWidth100percent > img {max-width:100%;}

/* Archives Sidebar Navigation */
.or-side-navigation ul .or-side-navigation-current > a {
    color: #5c306a;
    padding-left: 12px;
    border-left: 3px solid #ccccff;
}
.or-side-navigation>ul>.or-side-navigation-parent>a, .or-side-navigation>ul>.or-side-navigation-parent>.or-side-navigation-unlinked-item {
	color: #845eb5;
}
.or-side-navigation ul li a:hover, .or-side-navigation ul li a:focus {
    background: #e7e7f8;
    color: #505d6e;
    text-decoration-color: #505d6e;
    text-underline-offset: .2em;
}
/* Archives Taskbox Heading */
.or-taskbox .or-taskbox-title {
    background: #5c306a;
}
/* Archives Accordion Styling */
.or-accordion-panel-btn {
    color: #5c306a;
}
/*Timeline in Exhibits*/
.exhibits-timeline * {
	box-sizing: border-box;
}
.exhibits-timeline{
	background-color: #505d6e;
	border-radius: 6px;
}
.exhibits-timeline .timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.exhibits-timeline .container::before {
	left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}
.exhibits-timeline .timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: white;
	top: 0;
	bottom: 0;
	left: 31px;
	margin-left: -3px;
}
.exhibits-timeline .container {
	padding: 10px 25px 10px 70px;
	position: relative;
	background-color: inherit;
	width: 100%;
	left: 0;
}
.exhibits-timeline .container::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -17px;
	background-color: white;
	border: 4px solid #a78ecb; /* circle color */
	top: 18px;
	border-radius: 50%;
	z-index: 1;
}
.exhibits-timeline .container::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
	transform: rotate(180deg);
}
.exhibits-timeline .container::after {
	left: 18px;
}
.exhibits-timeline  .content {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
}
.exhibits-timeline .content img {
	float:right;
	margin-left:20px;
}
.exhibits-timeline .content br {
	clear: both;
}
.exhibits-timeline p.mockheading {
	margin: 20px 0 5px;
	font-size: 21px;
}