  .magazine-image {
	overflow: hidden;
	width: 170px;
	height: 170px;
}

.magazine-image>img {
	overflow: hidden;
}

.button.hub {
	margin-top: 20px;
	margin-bottom: 30px;
}

.button.hub a {
	width: auto;
	padding: 15px 25px 13px 25px;
	color: #434244;
	border-color: #434244;
	box-sizing: unset;
	border-radius: 10px
}

.date>p {
	font-style: italic;
	color: #5f5f5f
}

.magazine-row {
	margin-top: 20px;
	background-color: #f8f8f8;
}

.magazine-content {
	max-height: 135px;
	padding:20px;
}

.magazine-content .flex-row {
	margin-bottom: 8px;
}

.magazine-content .category {
	height: 16px;
	font-weight: 700;
}

.magazine-content .category a {
	display: inline-block;
	text-decoration: none;
	color: #0078b0;
}

.magazine-content .category a:before {
	content: '|';
	display: inline;
	margin: 0 6px 0 2px;
	color: #231f20;
	font-weight: 400;
}

.magazine-content .category a:first-of-type:before {
	display: none;
}

.magazine-content .category a:focus,
.magazine-content .category a:hover {
	text-decoration: underline;
}

.magazine-content .department {
	margin-left: 40px;
	font-style: italic;
	color: #6f6f6f
}

.magazine-content .heading {
	margin: 15px 0;
}

.magazine-content .heading a:after {
	content: '(link)';
	width: .6em;
	height: .6em;
	text-indent: .6em;
	background-image: url(/_resources/images/angle-right-solid.svg);
}

.magazine-content .summary p {
	display: flex;
	margin-top: -.5em;
	margin-bottom: 15px;
	line-height: 1.2em;
	max-height: 39px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.author a {
	margin-right: 20px;
}
.author svg, .issue svg{
	height:13px;
	margin-bottom:1px;
}

.magazine-content .date .p {
	line-height: 1.5em;
	margin-bottom: 1em;
}


@media only screen and (max-width:1033px) {
	.magazine-content .summary {
		display: flex;
	}
}

.event-day-block {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	padding: 7px 10px 10px 10px;
	background-color: #f8f8f8;
}

.event-date-row {
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	justify-content: space-between;
	margin-bottom: 8px;
	border-bottom: 1px solid #dadfe1;
}

.event-date-row h3 {
	margin-bottom: 0;
}

.event-date-row p {
	margin-bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
	color: #6f6f6f;
	text-align: right;
	font-style: italic;
}

.event-time-row ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.event-time-row li {
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	margin: 0;
	padding: 3px 5px 6px 5px;
}

.event-time-row li .event-time {
	flex: 1;
	min-width: 70px;
	margin-right: 5px;
}

.event-time-row li .event-title {
	flex: 4;
}

.event-time-row li .event-title a {
	text-decoration: none;
}

.event-time-row li .event-title a:focus,
.event-time-row li .event-title a:hover {
	text-decoration: underline;
}

.event-time-row li .event-title a:after {
	display: none;
}