/* BEGIN ITEM-DETAIL CSS ----------------------------------------> */

#waterMarkAnimation
{
	top: 220px;
	top: 520px; /* per bug 46681 */
}

#waterMarkAnimation.drawMark
{
	display: block;
}

body.newsroom-multimedia-item #waterMarkAnimation.drawMark
{
	display: none !important;
}

#content
{
	max-width: 1060px;
}

#mainContent
{
	float: none !important;
	width: 100% !important;
}

h1#pageTitle
{
	font-size: 1.85rem;
}

#mainContent .contentSection h2:not(.sectionTitle) 
{
	color: #013C4D;
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
}

#itemUpperContent
{
	color: #7F99A2;
}

div.blog,
div.publication,
span.publication
{
	font-style: italic;
}

#itemContent
{
	margin: 20px 0 0 0;
}

.photoRight
{
	float: right;
	margin-left: 14px;
}


/* attachments */

.attachment_item > div
{
	margin: 0 0 6px 0;
}

#titleWrapper a.socialshare_button,
#titleWrapper a#pdfLink
{
	margin: 0 0 18px 0;
}

#item_office ul.results_list
{
	display: flex;
	flex-wrap: wrap;
}

#item_office ul.results_list > li:before
{
	content: ',\00A0';
	display: inline-block;
}

#item_office ul.results_list > li:first-child:before
{
	display: none;
}

body.newsroom-multimedia-item #item_bio
{
	display: none !important;
}

/* END ITEM-DETAIL CSS ------------------------------------------> */