/* ELEMENT VARIABLES (BRAND) */
/* Modular Scale */
:root {
	--ms-bases: 16px;
	--ms-bases: 1rem; /* 16px */
	--ms-ratios: 1.125;
}
/* Core variables */
/* Element variables (GLOBAL) */
/* BRAND VARIABLES */
table {
	background: #fff;
	border-spacing: 2px 0;
}
table th, table td {
		font-size: 14.224px;
		font-size: 0.889rem;
		line-height: 16px;
		line-height: 1rem;
	}
table tr {
		background: transparent;
	}
table tr.odd {
		background: #F0F2F2;
	}
table tr.even {
		background: #F7F8F8;
	}
table thead tr {
			background: #E2E6E6;
		}
table tfoot td {
			background: transparent;
		}
table p {
		font-size: 14.224px;
		font-size: 0.889rem;
		line-height: 16px;
		line-height: 1rem;
	}
table.sortable thead th.headerSortDown, table.sortable thead th.headerSortUp {
			background-color: #DCDCDC;
		}
table.sortable thead th.headerSortDown:after {
				clip: rect(8px, 20px, 17px, 0px);
			}
table.sortable thead th.headerSortUp:after {
				clip: rect(0, 20px, 8px, 0);
			}
table.sortable thead th:hover, table.sortable thead th:focus {
			background-color: #DCDCDC;
		}
table.sortable tbody tr:nth-child(odd) {
			background-color: #F7F8F8;
		}
table.sortable tbody tr:nth-child(even) {
			background: #F0F2F2;
		}
body {
	padding-top: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 12pt;
}
a {
	color: #444;
}
.masthead .mast {
	position: static;
	height: auto;
}
/*CORE*/
blockquote {
	border-top: 1px solid #F0F2F2;
	border-bottom: 1px solid #F0F2F2;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 17pt;
}
blockquote .quotesource {
		font-size: 12pt;
		font-weight: normal;
	}
/* HIDE BLOCK */
#skiplinks, .leaderboard, .mast .inner-sleeve > *, .menuContainer, .storyPrimaryNav, .attachment-overlay, .pageOptions, .topics, #rightcolumn, .footer_ad, #footer, .accessbility_buttons, .spin2scroller, .picCarousel, .tabbedblocks, .socialMediaLinks, .formbox, button, .story_video, .relatedfiles, #story #columns ~ .container, .storyAuthor, .video-legacy ~ .videoTop, .storyLayout.gallery ~ .gallery.storyGallery, .videosMedia-container, .videoStory-aside, .ad-style1 {
	display: none;
}
#print_logo {
	display: block!important;
}
/* STORY */
table {
	page-break-before: always;
	font-size: 11pt;
}
table {
	page-break-after: always;
}
table th, table td {
		padding: 4px;
	}
.image_size_full img, .inlineFull img {
		width: 100%;
	}
.byline {
	font-size: 10pt;
}
.byline .bylinePicture {
	display: inline-block;
	margin-right: 6px;
}
.factfile {
	padding: 12px;
	border: 1px solid #F0F2F2;
}
.articleContent .storyMeta h3 {
			margin-bottom: 20px;
		}
.articleContent .storyMeta p {
			font-size: 11pt;
		}
.inline_meta {
	font-size: 10pt;
	border-bottom: 1px solid #F0F2F2;
}
.inline_image_left {
	float: left;
	margin-right: 20px;
}
.inline_image_right {
	float: right;
	margin-left: 20px;
}
/* SPIN2*/
.grid img {
		width: 100%;
	}
.grid .sleeve {
		overflow: hidden;
	}
.grid .spinBlock .picture {
		float: left;
		margin-right: 20px;
		width: 300px;
	}
.grid .spinBlock .picture img {
			width: 100%;
		}
.grid .spin_feed img {
		width: auto;
	}
.grid .gridLayout ul {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
.grid .gridLayout ul li {
				-webkit-box-flex: 1;
				    -ms-flex: 1;
				        flex: 1;
				margin: 0 10px;
			}
.grid .gridLayout ul li:first-child {
					margin-left: 0;
				}
.grid .gridLayout ul li:last-child {
					margin-right: 0;
				}
.groupTopBox, .groupBottomBox {
	display: none !important;
}
.layoutIcon.pictureLayout:before {
	display: none;
}
.i-overlay-full-screen-dims, .inline_image .show-fullscreen, .storyLayout.picture ~ .headerWrapper .inlineFull .show-fullscreen, .gallery.storyGallery .show-fullscreen:before {
	display: none;
}
.storyLayout.video ~ .videoTop {
	background-color: transparent;
}
.storyLayout.video ~ .videoTop .story_title h1 {
		color: #222;
	}
.storyLayout.video ~ .videoTop .standfirst p {
		color: #444;
	}
/*# sourceMappingURL=print.css.map */
