/* PowerSite 2.93 - MARR: Blog CSS */
/* Last Updated: 2023.03.24 ET */

@import url('marr_default.css');

div.comment {
	background-color: rgb(206,218,237);
	padding: 1.5em;
	margin: 1em auto 2em;
}

div.comment.pending {
	background-color: rgb(240,240,240)!important;
	border: 1px dashed red;
	color: rgb(110,110,110);
}

div.comment div.hiddenprompt {
	color: red;
	font-weight: bold;
	line-height: 1.1;
	text-transform: uppercase;
}

div.comment div.timestamp {
	font-size: 0.8em;
	font-style: italic;
	clear: right;
	float: right;
}

div.comment div.byline {
	font-weight: bold;
}

div.comment.response {
	margin-top: -1em;
	margin-left: 3em;
}

div.comment.response::before {
	content: '\2937';
	font-size: 2em;
	position: absolute;
	margin-left: -2em;
	margin-top: -0.5em;
}

section.forum {
	max-width: 824px;
	padding: 0;
	margin: 0 auto 50px 0;
}

.mceContentBody {
	max-width: 824px;
}

section.forum.storypage {
	max-width: 680px;
}

ul.subnav {
	text-align: center;
	font-size: 1.43rem !important; /* 20px ÷ 14px */
	padding-left: 0 !important;
}

ul.articlelist {
	list-style: none;
	position: relative;
	overflow: visible;
	padding: 0;
	margin: 2rem 0 0;
	/* background-color: rgb(255,0,0); */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.articlelist > li {
	display: inline-block;
	max-width: 275px;
	vertical-align: top;
	text-align: left;
	margin: 24px;
}

@media print {
	ul.articlelist {
		display: block;
		page-break-before: avoid;
	}
	ul.articlelist > li {
		/* display: block; */
		page-break-inside: avoid;
	}
	div.returnlink,
	div.feedback {
		display: none;
	}
}

ul.articlelist > li > a,
ul.articlelist > li > a:visited {
	display: block;
	color: rgb(42,60,104);
	text-decoration: none;
}

ul.articlelist > li > a > h2,
ul.articlelist > li > a:visited > h2 {
	font-size: 1.43rem; /* 20px ÷ 14px */
	line-height: 1;
	text-align: left;
	text-decoration: none;
	margin-bottom: 0.7em;
}

ul.articlelist .button {
	font-size: 0.8rem;
}

div.teaserimage {
	position: relative;
	overflow: hidden;
	width: 275px;
	height: 175px;
	background-color: rgb(206,218,237);
	margin-bottom: 18px;
}

div.teaserimage img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div.teaser {
	color: rgb(100,100,100);
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

article + article,
section + section > article:first-child {
	border-top: 1px solid rgb(0,53,173);
	margin-top: 3em;
	-webkit-page-break-before: always;
	-moz-page-break-before: always;
	page-break-before: always;
	break-before: always;
}

article p,
.mceContentBody p {
	margin: 1.2em auto 1.6em;
}

article h1,
.mceContentBody h1 {
	font-size: 1.86rem; /* 26px ÷ 14px */
	line-height: 1.2;
	text-align: left;
	margin: 1em auto;
}

article h2,
article h2.subhead,
.mceContentBody h2,
.mceContentBody h2.subhead {
	font-size: 1.43em;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
	border: none;
}

article h2.subhead,
.mceContentBody h2.subhead {
	margin: -1.6em auto 0;
}

article h3,
article h4,
article h5,
article h6,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
	background-color: transparent;
	font-size: 1em;
	line-height: 1.25;
	padding: 0;
	margin: 1.2em auto 1.6em;
}

article h2 + p,
.mceContentBody h2 + p {
	margin-top: -0.3em;
}

.byline {
	color: rgb(96,113,159);
	font-style: italic;
	font-weight: bold;
}

article h1 + div.byline {
	margin-top: -0.5em;
	margin-bottom: 2em;
}

article img,
.mceContentBody img {
	max-width: 680px;
	height: auto;
}

img.quickimage.FL {
	float: left;
	margin: 0em 1em 1em 0em;
}

img.quickimage.FR {
	float: right;
	margin: 0em 0em 1em 1em;
}

div.returnlink {
	text-align: center;
	margin: 6rem auto;
}

div.feedback {
	font-size: 1.2em;
	border-top: 1px solid rgb(170,170,170);
	padding-top: 2em;
}

div.feedback + div.feedback {
	margin-top: 2em;
}

div.feedback h3 {
	font-size: 1.3em;
	margin-bottom: 0;
}

#votebuttons input[type="submit"] {
	display: inline-block;
	min-width: 4em;
	background: rgb(0,53,173);
	color: white;
	font-family: DIN, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.8em 0.8em 0.6em;
	border: none;
	border-radius: 0;
	margin-right: 2em;
}

#votebuttons input[type="submit"]:hover,
div.returnlink a:hover {
	background-color: rgb(144,144,144) !important;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#commenttext {
	display: none;
}

#commentform.revealer {
	cursor: pointer;
}

#commentform.revealer::after {
	content: '\25B6';
	font-size: 0.8em;
	margin-left: 0.5em;
}

@media print {

	#siteindicator,
	#logobox,
	#headerbar,
	#favnav,
	#footer,
	div.newsletterpdf,
	.morelink {
		display: none;
	}

	div.flexrow {
		display: block;
		overflow: visible;
	}

	div.fullblock.forum {
		padding: 20px !important;
	}

	header.forum {
		margin-top: 20px;
	}

	ul.articlelist > li {
		max-width: 280px;
	}

	div.teaserimage {
		width: 280px;
		height: 185px;
	}

	article h1 + div.byline {
		margin-top: -4em;
	}

}

@media screen and (max-width: 1100px) {

	div.sidecolumn { display: none!important; }
	div.maincolumn { width: 100%!important; }

}

@media screen and (min-width: 780px) and (max-width: 1100px) {

	ul.articlelist > li {
		max-width: 300px;
	}

	div.teaserimage {
		width: 300px;
		height: 200px;
	}

}

@media screen and (max-width: 480px) {

	div.fullblock.forum {
		padding: 20px !important;
	}

	header.forum {
		margin-top: 20px;
	}

	article h1,
	.mceContentBody h1 {
		font-size: 2em;
	}

	ul.articlelist > li {
		width: calc(100% - 40px);
		max-width: auto;
	}

	div.teaserimage {
		width: 100%;
		height: auto;
	}

}
