/* ---- AEON BOX -----*/


#aeon-box {
	background: #A5B7BF;
	width:280px;
	margin:0 0 20px 25px;
	padding:18px;
	color:#000;
	font-family: "Helvetica Neue", HelveticaNeue-Bold, sans-serif;
	box-sizing: border-box;
	margin-bottom:25px;
	background-color: #A5B7BF;
	background-image: url(https://rarebooks.library.nd.edu/images/info-bottom-2.gif), url(https://rarebooks.library.nd.edu/images/info-top-2.gif);
	background-position: bottom, top;
	background-repeat: no-repeat, no-repeat;
	float:right;
	
}

.sections {
	clear: both;
}



#aeon-box {

h2 {
	font-size: 21px;
	margin-top:0;
	margin-bottom: 12px;
	color:#0F3255;
}

h3 {
	font-size: 16px;
	color:#0F3255;
}

hr, .adivider {
	border-color:#fff;
}

span.adivider {
	border-right: 1px solid #fff;
	border-left:none;
	margin:0 9px;
	height:54px;
	display: inline-block;
}

p {
	font-size: 12px;
	margin-bottom: 15px;
}

a {
	display: inline-block;
	text-align: center;
	color:#0F3255;
	background: #fff;
	border-radius: 6px;
	padding:10px 0;
	font-weight: bold;
	font-size:14px;
	text-decoration: none;
}


.primary a {
	width: 108px;
}

.primary * {
	vertical-align: top;
}

.primary hr {
	display: inline;
	transform: rotate(90deg);
}

.secondary {
	margin-bottom: 0;
}

.secondary a {
	background:#E9EDEF;
	display: block;
	margin-bottom:10px;
}

.secondary a:last-child {
	margin-bottom: 0;
}

a:hover {
	background:#d3d3d3;
}

a.link, a.link:hover {
	background:none;
	padding:0;
	display: inline;
	font-weight: normal;
	text-decoration: underline;
	font-size:12px;
}

}

#aeon-box.medieval .primary a {
	width: 100%;
}

#aeon-box.medieval p.last {
	margin-bottom:0;
}