﻿body {
	margin: 0px;
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 160%;
	background-color: white;
	color: black;
}

h1, h2, h3 {
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
	font-style: normal;
}
h1 {
	font-size: 35px;
	line-height: 110%;
	user-select: none;
}

@media (min-width: 768px) {
	body {
		font-size: 20px;
	}
	h1 {
		font-size: 50px;
	}
}

.SeriousSubheading {
	font-family: sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 100%;
	color: black;
}

b {
	font-weight: 500;
}

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.TightUnorderedList {
	list-style-type: square;
}
ul.TightUnorderedList li {
	margin-bottom: 6px;
}

.CenterAlignText {
	text-align: center;
}


.EditTextBox {
	display: block;
	font-family: system-ui, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	padding: 0.375em;
	background-color: #e9f4ff;
	color: #000;
	border: 2px solid #464b50;
	border-radius: 0px;
	caret-color: #d13438;
	margin: 5px 5px;
	width: 100%;
}
	.EditTextBox::selection {
		background-color: #3390ff;
		color: #FFF;
	}
	.EditTextBox::placeholder {
		color: #a7b3be;
		opacity: 1;
	}
	.EditTextBox:focus {
		color: #000;
		background-color: #ddedff;
		border-color: #449cfc;
		outline: 0;
		box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
	}
	.EditTextBox:disabled {
		background-color: #e9ecef;
		color: #808080;
		border-color: #AAAAAA;
	}

.StandardButton {
	display: inline-block;
	box-sizing: border-box;
	font-family: system-ui, sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	text-decoration: none;
	color: #fff;
	background-color: #1b6ec2;
	border: 3px outset #007bff;
	border-radius: 0.5em;
	text-align: center;
	vertical-align: middle;
	padding: 0.375em 1.3em;
	user-select: none;
	box-shadow: 3px 3px 5px #CCC;
	margin: 5px 5px;
}
	.StandardButton:hover {
		color: #fff;
		background-color: #207ede;
		border-color: #3c9aff;
		text-decoration: none;
	}
	.StandardButton:focus {
		outline: 0;
		box-shadow: 0 0 0 3px rgba(38, 143, 255, 0.5);
	}
	.StandardButton:active {
		border-style: inset;
	}
	.StandardButton:disabled {
		color: #808080;
		background-color: #CCCCCC;
		border-color: #AAAAAA;
		border-style: solid;
		box-shadow: none;
	}

.ItemChooserButton {
	display: inline-block;
	box-sizing: border-box;
	font-family: system-ui, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-decoration: none;
	background-color: #EEE;
	color: #000;
	border: 3px outset #CCC;
	border-radius: 0.3em;
	padding: 0.1em 0.2em;
	box-shadow: 3px 3px 5px #CCC;
	margin: 5px 5px;
}
	.ItemChooserButton:focus {
		border-color: #449cfc;
		outline: 0;
		box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
	}
	.ItemChooserButton:disabled {
		background-color: #e9ecef;
		color: #808080;
		border-color: #AAAAAA;
	}

.FormValueRejectionMessage {
	color: #DC3545;
	font-weight: 600;
	font-size: 16px;
}
.FormValueRejectionMessageCell {
	color: #DC3545;
	font-weight: 600;
	font-size: 16px;
	padding-left: 5px;
}

.FormResultBox_Succeeded {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px;
	border-color: #33CC33;
	border-style: solid;
	border-width: 4px;
	border-radius: 8px;
	background-color: #C7FFC4;
	font-weight: bold;
	text-align: center;
}
.FormResultBox_Failed {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px;
	border-color: #cc3b33;
	border-style: solid;
	border-width: 4px;
	border-radius: 8px;
	background-color: #ffcac4;
	font-weight: bold;
	text-align: center;
}


.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;
}

.FloatLeftImage150x150 {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
@media (min-width: 768px) {
	.FloatLeftImage150x150 {
		width: 150px;
		height: 150px;
	}
}

.ProfilePicAndDesc_MainBlock {
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
.ProfilePicAndDesc_MainBlock a {
	color: white;
}
.ProfilePicAndDesc_Heading {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 35px;
	text-align: center;
}
.ProfilePicAndDesc_PicLeftBlock {
	text-align: right;
}
.ProfilePicAndDesc_PicLeft {
	display: none;
}
.ProfilePicAndDesc_PicAbove {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 150px;
	height: 150px;
	max-width: 90vw;
}
@media (min-width: 850px) {
	.ProfilePicAndDesc_MainBlock {
		color: white;
		padding-left: 30px;
		padding-right: 5px;
		max-width: 600px;
	}
	.ProfilePicAndDesc_Heading {
		margin-top: 40px;
		margin-bottom: 10px;
		font-size: 50px;
		text-align: left;
	}
	.ProfilePicAndDesc_PicLeft {
		display: inline-block;
		width: 150px;
		height: 150px;
	}
	.ProfilePicAndDesc_PicAbove {
		display: none;
	}
}

.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: 30px;
	font-weight: 300;
	line-height: 160%;
	user-select: none;
}

.BoxToPresentImage {
	border-radius: 30px;
	background-color: #EAEAEA;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.BoxToPresentImage img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 85vw; /* reqd for mobile */
}

.FullWidthImageBlock {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 95vw; /* reqd for mobile */
}

.FaqQuestion {
	font-family: "Work Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 120%;
	color: black;
	margin-top: 35px;
	margin-bottom: 4px;
	user-select: none;
}
.FaqQuestion::before {
	content: "Q: ";
	font-family: "Work Sans", sans-serif;
	font-size: 120%;
	font-weight: 600;
	color: black;
	user-select: none;
}
.FaqAnswer {
	color: black;
	user-select: none;
}
@media (min-width: 768px) {
	.FaqQuestion {
		font-size: 26px;
	}
}


table.ArticleList_Table {
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
	background: none;
}
table.ArticleList_Table tr {
	border-style: none;
	border-width: 0px;
	background: none;
}
table.ArticleList_Table td {
	border-style: none;
	border-width: 0px;
	background: none;
	padding: 0px 0px;
}
td.ArticleList_TitleCell {
	background-color: #EEEEEE !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
}
.ArticleList_ImageLeft {
	display: none;
	width: 285px;
	height: 190px;
	max-width: 50vw;
	aspect-ratio: 1.5 / 1;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.ArticleList_ImageAbove {
	display: block;
	width: 100%;
	max-width: 100vw;
	aspect-ratio: 1.5 / 1;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.ArticleList_ImageLink {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}
.ArticleList_Title {
	font-family: "Segoe UI", "SF Pro Display", system-ui, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
	line-height: 120%;
	text-align: center;
	color: #363737;
	user-select: none;
	margin-top: 10px;
	margin-bottom: 0px;
}
.ArticleList_Title a {
	text-decoration: none;
	font-weight: 700;
	font-style: normal;
}
.ArticleList_SubTitle {
	font-family: "Segoe UI", "SF Pro Display", system-ui, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	line-height: 120%;
	text-align: center;
	color: #363737;
	user-select: none;
	margin-top: 8px;
	margin-bottom: 20px;
}
.ArticleList_SubTitle a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
@media (min-width: 700px) {
	.ArticleList_ImageLeft {
		display: inline-block;
	}
	.ArticleList_ImageAbove {
		display: none;
	}
	.ArticleList_Title {
		font-size: 30px;
		text-align: left;
		margin-top: 0px;
	}
	.ArticleList_SubTitle {
		font-size: 18px;
		text-align: left;
		margin-top: 12px;
		margin-bottom: 30px;
	}
	td.ArticleList_TitleCell {
		background: none !important;
	}
}

