body
{
	/* font-family:Arial, Helvetica, sans-serif; */
	font-family: 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 20pt;
	font-weight: 600;
	color: #303030;
	overflow-x: hidden;
	height: 100%;
}

a
{
	text-decoration: none;
}

.ClickableArea
{
	cursor: pointer;
}

.Header
{
	padding: 5px;
	text-align: center;
	background-color: #F0F0F0;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid lightgray;
}

.HeaderItem
{
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	font-weight: 500;
}

.HeaderItemText
{
	position: relative;
	top: 2px;
}

.HeaderItemSmall
{
	font-size: 16px;
}

.HeaderItemSmall a
{
	color: gray;
}

.HeaderItemSmallDark a
{
	color: black;
}

.HeaderIcon
{
	width: 40px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.HeaderLanguageIcon
{
	width: 40px;
	cursor: pointer;
}

.firebaseui-idp-button
{
	background-color: #1b27a7 !important;
	color: black !important;
}

.firebaseui-idp-text
{
	color: white !important;
}

/* ************************************************************* */

.TypedMainContainer
{
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	height: 20px;
	position: relative;
	text-align: center;
}

.TypedOuterContainer
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.TypedContainer
{
	display: inline-block;
}

.MainPageParagraph
{
	max-width: 800px;
	margin: auto;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-size: 18px;
}

.MainPageParagraphNarrow
{
	max-width: 600px;
}

.MainPageTable,
.MainPageMobile,
.Prototype
{
	display: none;
}

.MainPageParagraphImage
{
	width: 400px;
	margin-left: 40px;
	margin-right: 40px;
}

.FindButtonConainer
{
	text-align: center;
}

.FindButtonConainer button
{
	font-weight: 500;
}

.FindButtonConainerInline
{
	display: inline-block;
}

.ProvidersParagraphImageContainer
{
	text-align: center;
}

.ProvidersParagraphImage
{
	max-width: 400px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	text-align: center;
}

.MainPageHighlight
{
	background-color: rgb(255, 246, 208);
}

/* ************************************************************* */

.TherapistProfile
{
	max-width: 600px;
	margin: auto;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.TherapistProfileImage
{
	width: 256px;
	height: 256px;
	border-radius: 128px;
	margin: auto;
}

.TherapistName
{
	font-size: 40px;
	line-height: 40px;
}

.TherapistLocation
{
	font-size: 20px;
}

.TherapistSummary
{
	max-width: 800px;
	margin-top: 20px;
	font-size: 12pt;
	font-weight: normal;
}

.TherapistSummaryDiv,
.TherapistSummaryTable
{
	display: none;
}

.TherapistSummaryLabel
{
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

.TherapistSummaryDivLabel
{
	text-align: center;
	font-weight: bold;
}

.TherapistSummaryText
{
	text-align: left;
	padding-left: 15px;
}

.TherapistSummaryDivText
{
	text-align: left;
	margin: auto;
	margin-bottom: 15px;
	width: fit-content;
}

.TherapistAboutHeader
{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.TherapistAboutText
{
	text-align: left;
	font-size: 18px;
	font-weight: normal;
}

.TherapistAboutTextEnglish
{
	display: block;
}

.TherapistReviews
{
	text-align: left;
}

.TherapistReviewsHeader
{
}

.TherapistReview
{
	margin-top: 25px;
	font-size: 13pt;
	font-weight: normal;
	line-height: 24px;
}

.TherapistReviewTable,
.TherapistReviewDiv
{
	display: none;
}

.TherapistReviewSummary
{
	vertical-align: top;
	text-align: center;
}

.TherapistReviewName
{
	font-weight: 600;
}

.TherapistReviewText
{
	padding-left: 20px;
}

.TherapistReviewTextDiv
{
	margin-top: 10px;
}

.ContactFormHeader
{
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 50px;
}

.ContactForm
{
	border: 1px solid gray;
	border-radius: 5px;
	padding: 20px;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	max-width: 500px;
	margin: auto;
	margin-bottom: 20px;
}

.ContactForm .form-control
{
	border: 3px solid #4b7cd7;
	max-width: 500px;
}

.ContactFormInstructions
{
	margin-bottom: 20px;
}

.ContactFormCommentInput
{
	margin-top: 10px;
}

.ContactFormPrivacyCheck
{
	margin-bottom: 20px;
}

.ContactFormPrivacyCheck > .SettingsBox
{
	cursor: pointer;
}

.ContactFormSendButton
{
	margin-top: 10px;
}

.ContactFormErrorMessage
{
	font-size: 14pt;
	color: red;
	margin-left: 20px;
}

.ContactFormSuccessMessage
{
	font-size: 14pt;
	color: green;
	margin-left: 20px;
}

.Footer
{
	margin-top: 30px;
	padding: 5px;
	text-align: center;
	background-color: #F0F0F0;
	font-size: 12px;
	font-weight: normal;
}

.FooterItem
{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 500;
}

.CookiesPrivacyNotice
{
	display: none;
	position: fixed;
	bottom: 0px;
	padding: 10px;
	text-align: center;
	background-color: rgb(250, 250, 210);
	border: 5px solid blue;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
}

.CookiesPrivacyPolicyTable
{
	max-width: 700px;
	margin: auto;
}

.CookiesPrivacyNoticeText
{
	position: relative;
	text-align: left;
	padding-right: 20px;
}

.CookiesPrivacyNotice button
{
	white-space: nowrap;
	font-weight: 600;
}

.LegalPage
{
	max-width: 600px;
	margin: auto;
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
}

.PrivacyTitle,
.PrivacyHeading,
.PrivacySubheading
{
	font-weight: bold;
	margin-bottom: 10px;
}

.PrivacySubheading
{
	font-style: italic;
}

/* ************************************************************* */

.Prototypes
{
	display: none;
}

.Disabled
{
	cursor: default;
	opacity: 0.5;
}

.Disabled:hover
{
	background-color: #0094FF;
}

.NoBreak
{
	white-space: nowrap;
}

.Bold
{
	font-weight: bold;
}

.SemiBold
{
	font-weight: 700;
}

.Blue
{
	color: #0094FF;
}

.Red
{
	color: red;
}

.Green
{
	color: #06CE03;
}

.Brown
{
	color: #763E17;
}

.Black
{
	color: black;
}
