﻿*
{
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
HTML
{
	background: radial-gradient(#777, #222);
	height: 100%;
}
BODY
{
	margin: 0;
	padding-left: 16px;
	padding-right: 16px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 300;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
STRONG
{
	font-weight: 500;
}
#root
{
	margin: auto;
}
A, A:focus
{
	font-weight: 500;
	text-decoration: none;
	color: #84BC39;
}
A:hover
{
	text-decoration: underline;
	color: #84BC39;
}
.page
{
	max-width: 1250px;
	background-color: white;
	margin: 15px auto 0;
	padding: 11px 41px;
	/*+border-radius: 12px;*/
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	/*+box-shadow: 0 0 20px rgba(0, 0, 0, 0.401);*/
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.401);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.401);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.401);
	text-align: center;
}
.page P
{
	line-height: 1.6;
}
.page A, .page A:focus
{
	color: #4C8205;
}
.page A:hover
{
	color: #4C8205;
}
.page-container
{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
@media (max-width: 399px)
{
	HTML
	{
		background: white;
	}
	BODY
	{
		padding: 0;
	}
	.page
	{
		margin: 0;
		/*+box-shadow: none;*/
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.org, .page-container
	{
		padding: 0;
	}
}
.page-title
{
	text-align: center;
	font-size: 17px;
	margin-bottom: 24px;
}
.page-title H1
{
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 300;
	color: #4A6D1A;
}
.page-title.non-grouping h1
{
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 24px;
}
.page-title H2
{
	font-size: 22px;
	margin-bottom: 18px;
	font-weight: 300;
}
.page-title HR
{
	border: none;
	border-bottom: 1px solid #E1E1E1;
}
.groupings-container
{
	margin-bottom: -11px;
}
.groupings-container .grouping
{
	display: inline-block;
	padding: 8px 16px;
	text-transform: uppercase;
	font-size: 90%;
	border-bottom: 3px solid transparent;
}
.groupings-container A.grouping:hover
{
	text-decoration: none;
	border-bottom-color: rgba(76, 129, 5, 0.5);
}
.groupings-container .grouping.selected
{
	border-bottom-color: #5B5B5B;
	color: #5B5B5B;
	font-weight: bold;
}
.role
{
	display: inline-block;
	width: 25%;
	min-width: 256px;
	text-align: center;
	margin-bottom: 15px;
}
.role:hover
{
	background: radial-gradient(#FBFEF8, #DCF1C8);
	outline: 1px solid #CBDFB2;
}
.role:hover A:hover
{
	text-decoration: none;
}
.role A
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.role DIV
{
	padding-top: 10px;
}
.role IMG
{
	width: 128px;
	height: 128px;
}
.org
{
	display: inline-block;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}
@media (min-width: 640px)
{
	.org
	{
		width: 48%;
	}
}
@media (min-width: 840px)
{
	.org
	{
		width: 31%;
	}
}
@media (min-width: 1000px)
{
	.org
	{
		min-width: 255px;
	}
}
@media (min-width: 1300px)
{
	.org
	{
		width: 23%;
	}
}
.org A
{
	margin: auto auto 33px auto;
	display: block;
	text-align: center;
	/*+border-radius: 7px;*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #E1E1E1;
	/*+box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);*/
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
}
.org A:hover
{
	background: radial-gradient(#FBFEF8, #DCF1C8);
	border: 1px solid #CBDFB2;
	/*+box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);*/
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.org A:active
{
	background: #DCF1C8;
	/*+box-shadow: none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.org IMG
{
	width: 160px;
	height: 68px;
	box-sizing: content-box;
}
@media (min-width: 640px)
{
	.org IMG
	{
		width: 180px;
		height: 77px;
	}
}
@media (min-width: 1000px)
{
	.org IMG
	{
		width: 215px;
		height: 93px;
	}
}
.org IMG
{
	padding: 11px;
	margin: auto;
	display: inline-block;
}
.provider
{
	display: block;
	margin-right: 16px;
	margin-bottom: 16px;
}
@media (min-width: 640px)
{
	.provider
	{
		display: inline-block;
		min-width: 210px;
		margin: 14px;
	}
}
.provider A
{
	background-color: #4B81EC;
	/*+border-radius: 7px;*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 32px 10px 10px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	align-content: center;
}
.provider-twitter A
{
	background-color: #3CC0E3;
}
.provider-microsoft A
{
	background-color: #00A4EF;
}
.provider-facebook A
{
	background-color: #4B70AB;
}
.provider-google A
{
	background-color: #DD4B39;
}
.provider A:hover
{
	text-decoration: none;
	background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
	color: #FFFFFF;
}
.provider IMG
{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.page FIELDSET
{
	border: none;
	text-align: center;
}
.page BUTTON
{
	border: none;
	padding: 15px 30px;
	/*+border-radius: 7px;*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	font-size: 18px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin-left: 8px;
	margin-right: 8px;
}
.page BUTTON:hover
{
	box-shadow: inset 0 -100px rgba(0, 37, 0, 0.147);
}
.page-container INPUT[type=email]
{
	padding: 5px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: 500;
	border: 1px solid #BBD2BB;
	/*+border-radius: 7px;*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	outline: none;
	margin: 16px;
	width: 90%;
	/*+transition: box-shadow 250ms;*/
	-webkit-transition: box-shadow 250ms;
	-moz-transition: box-shadow 250ms;
	-o-transition: box-shadow 250ms;
	transition: box-shadow 250ms;
	text-align: center;
}
@media (min-width: 499px)
{
	.page-container INPUT[type=email]
	{
		width: 350px;
	}
}
.page-container INPUT[type=email]:focus
{
	box-shadow: 0 0 15px rgba(70, 127, 11, 0.25);
	outline: none;
}
.page-container INPUT[type=email]:disabled
{
	background-color: transparent;
	color: #626262;
	border: 1px solid #F1F1F1;
}
.login-page BUTTON.verify
{
	background-color: #46800B;
	color: #FFFFFF;
}
.logout-page BUTTON.return
{
	background-color: #CFCFCF;
}
.logout-page BUTTON.disconnect
{
	background-color: #DA4343;
	color: #FFFFFF;
}
.verify-email-page .page-container
{
	max-width: 600px;
}
.login-page .message
{
	padding: 11px 22px;
	margin-bottom: 24px;
	margin-top: 8px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.login-page .message.success
{
	font-weight: 500;
}
.login-page .message.failure
{
	background-color: rgba(195, 52, 52, 0.079);
	color: #C43434;
}
.language-switcher
{
	text-align: right;
	font-size: 90%;
	margin: 7px 14px -5px 0;
	color: rgba(255, 255, 255, 0.299);
}
.language-switcher > .language
{
	padding: 2px 12px;
}
.language-switcher .language-selected
{
	background-color: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.65);
	/*+border-radius: 35px;*/
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	border-radius: 35px;
}
@media (max-width: 399px)
{
	.language-switcher
	{
		color: rgba(0, 0, 0, 0.299);
		margin: 10px 14px -10px 0;
	}
	.language-switcher .language-selected
	{
		color: black;
		background-color: rgba(0, 0, 0, 0.06);
	}
}
.branding {
	float: left;
	height: 24px;
	margin-top: 6px;
	margin-left: 24px;
}
@media (min-width: 400px)
{
	.branding.branding-light-bg
	{
		display: none !important;
	}
}
@media (max-width: 399px)
{
	.branding.branding-dark-bg
	{
		display: none !important;
	}
}
.signout
{
	border: none;
}
.error
{
	color: red;
}
.error-description
{
	margin-bottom: 16px;
}
.claims-table
{
	font-family: Consolas, monospace;
	font-size: 0.85rem;
	padding: 8px;
	margin: 0;
	color: black;
	border-radius: 5px;
	display: block;
	margin-bottom: 24px;
	margin-top: -24px;
}
.claims-table DT
{
	font-weight: bold;
	word-break: break-all;
	padding: 4px;
	clear: left;
	border-top: 1px solid #E1E1E1;
}
.claims-table DT:nth-of-type(1)
{
	border-top: none;
}
.claims-table DD
{
	word-break: break-all;
	padding: 0px 4px 12px;
}
