﻿body {
	margin: 0px;
	font-family: "Roboto Slab", sans-serif, "Segoe UI Emoji", "Noto Color Emoji", "Apple Color Emoji";
	font-size: 17px;
	font-weight: 400;
	line-height: 160%;
	background-color: white;
	color: black;
	user-select: none;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	user-select: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "SF Pro Display", "Apple Color Emoji", system-ui, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 120%;
	color: #363737;
	user-select: none;
}
h1 {
	font-size: 32px;
	margin-top: 32px;
	margin-bottom: 21px;
}
h2 {
	font-size: 27px;
	margin-top: 27px;
	margin-bottom: 17px;
}
h3 {
	font-size: 24px;
	margin-top: 24px;
	margin-bottom: 15px;
}
h4 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 12px;
}
h5 {
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: 8px;
}
h6 {
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	body {
		font-size: 19px;
	}
	h1 {
		font-size: 34px;
		margin-top: 34px;
		margin-bottom: 24px;
	}
	h2 {
		font-size: 30px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 26px;
		margin-top: 26px;
		margin-bottom: 16px;
	}
	h4 {
		font-size: 22px;
		margin-top: 21px;
		margin-bottom: 14px;
	}
	h5 {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	h6 {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
}

a {
	color: black;
	font-weight: 500;
	text-decoration: underline;
}

hr {
	border-width: 0px;
	height: 1px;
	background-color: #333;
	margin-top: 40px;
	margin-bottom: 35px;
}

ul {
	list-style-type: square;
	user-select: none;
}
ul li {
	margin-top: 8px;
	margin-bottom: 0px;
}
ul li p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ol {
	list-style-type: decimal;
	user-select: none;
}
ol li {
	margin-top: 8px;
	margin-bottom: 0px;
}
ol li p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.emoji {
	font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Apple Color Emoji", sans-serif;
	font-variant-emoji: emoji;
}

.pullquote {
	display: block;
	text-align: center;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	margin-top: 28px;
	margin-bottom: 28px;
	user-select: none;
}
.pullquote p {
	margin-top: 28px;
	margin-bottom: 28px;
}

blockquote {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 40px;
	margin-inline-end: 40px;
	border-left-color: #FF6719;
	border-left-style: solid;
	border-left-width: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px;
	user-select: none;
}
blockquote p {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.FullWidthImageBlock {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 95vw; /* reqd for mobile */
}
.ThreeQuarterWidthImageBlock {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 75%;
	max-width: 95vw;
}

.MainImageForArticle {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 35px;
	width: 100%;
	max-width: 95vw;
}

.ArticleSubTitle {
	font-family: "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "SF Pro Display", "Apple Color Emoji", system-ui, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	line-height: 120%;
	color: #707070;
	user-select: none;
	margin-top: 12px;
	margin-bottom: 30px;
}

.CircularProfilePhoto {
	display: flex;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	background-color: #EEE;
	color: #373737;
	border-radius: 999px;
	box-sizing: border-box;
	height: 70px;
	width: 70px;
	user-select: none;
	outline-color: rgba(0, 0, 0, 0.1);
	outline-offset: -1px;
	outline-style: solid;
	outline-width: 0.64px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.CircularProfilePhoto img {
	width: 70px;
	height: 70px;
}
.CircularProfilePhoto_Link {
	color: white;
	text-decoration: none;
	font-family: "Work Sans", sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 160%;
	user-select: none;
}
.LineBreakIfNarrowPage {
	display: inline;
}
@media (min-width: 768px) {
	.CircularProfilePhoto_Link {
		font-size: 30px;
	}
	.LineBreakIfNarrowPage {
		display: none;
	}
}

.NavFooterBkgnd {
	background-color: black;
	color: white;
	font-family: "Work Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 70px;
}
.NavFooterTitlePara {
	color: white;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
.NavFooterTitleLink {
	color: white;
	text-decoration: none;
	font-weight: 300;
}
.NavFooterLinksPara {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 40px;
}
.NavFooterPageLink {
	color: white;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.NavFooterCopyright {
	color: white;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	user-select: none;
}

.Paywall_Box {
	margin-top: 15px;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 60px;
	padding-bottom: 80px;
	padding-left: 32px;
	padding-right: 32px;
	background-color: #f36319;
	color: white;
	text-align: center;
	user-select: none;
	box-shadow: 0px 0px 15px #AAA;
}
.Paywall_Title {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: system-ui, "Segoe UI", sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: white;
	user-select: none;
}
.Paywall_SubscribeDiv {
	margin-top: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	user-select: none;
}
.Paywall_SubscribeLink {
	padding-top: 12px;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: white;
	color: #f36319;
	border-width: 0px;
	border-radius: 10px;
	font-family: system-ui, "Segoe UI", sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	user-select: none;
}

