<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LOGIN ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.account{
	background: #FFF;
}
.accountForm form, #loginSiteInfo { max-width: 500px; }
.accountForm form {
	margin: 0 auto;
	width: 98%;
	padding: 0 .85em 0 0;
	box-sizing: border-box;
}.accountForm form .promo { text-align: center; }
.accountForm form .promo a:hover { border-bottom: 1px solid; }
.accountForm form .promo a:hover .question.fakeIcon { background-color: #1C6291; }
@media screen and (min-width: 900px) {
	.accountForm form {
		padding: 0 1.75em 0 1.75em;
		width: auto;
	}
}
.accountForm a {
	font-weight: bold;
}
.accountForm .sectionTitle {
	font-size: 150%;	
}
.accountForm p {
	color: #666;	
	margin-bottom: .85em;
}
.accountForm p.promo {
	font-size: 0.9em;
	line-height: 1.55em;
}
.fakeUrl {
	font-weight: bold;
	cursor: pointer;
}
.fakeUrl.wtc {
	color: #3c4d96;
}
.fakeUrl.rcg {
	color: #941010;	
}
.sectionTitle {
	font-family: Cambria,Georgia,Serif;
	font-size: 1.25em;
	margin-bottom: .75em;
	color: #333;
	text-align: center;
	margin-top: 1em;
	line-height: 1.25em;
}
@media screen and (max-width: 1159px) {
	.fakeUrl.wtc:hover {
		color: #222962;
	}
	.fakeUrl.rcg:hover {
		color: #6c0b28;
	}
}

@media screen and (min-width: 900px) {
	.account #MainContent { display: flex; padding: 0 3em 0 0; box-sizing: border-box; max-width: 1400px; }
	.accountForm {
		order: 2;
		max-width: 425px;
		border: 1px solid #BBB;
		border-radius: 3px 3px 3px 3px;
		background: #EFEFEF;
		margin-top: 1.5em;
		margin-bottom: 2em;
	}
	.accountForm .sectionTitle, .accountForm .p {
		color: #454545;
	}
	.sectionTitle {
		text-align: center;
	}	
	#loginSiteInfo .sectionTitle { text-align: left;}
}
@media screen and (min-width: 1024px) {
	.accountForm {
		margin-right: 3em;
		margin-left: 3em;
		min-width: 400px;
	}	
}
@media screen and (min-width: 1160px) {
	.fakeUrl, .fakeUrl:hover { cursor: text; }
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FORM ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.accountForm .horizontalRule {
	display: none;	
}
.accountForm .formWrap .col2 {
	background-image: none;
	padding-left: 0;
	margin-left: 0;
}
.accountForm .formWrap .field:not(.emailList) { padding-right: 0; }
.accountForm .formWrap .Text input {
	box-sizing: border-box;
}
.passWrap { max-width: none; }
.accountForm .formWrap .ShortInput .Text input {
	max-width: none;
}
.accountForm .formWrap .Text input#txt_S145_Q163, .accountForm .formWrap .Text input#txt_S145_Q164,
	.accountForm .formWrap .Text input#txt_S147_Q17, .accountForm .formWrap .Text input#txt_S147_Q164,
	.accountForm .formWrap .Text input#txt_S147_Q165, .accountForm .formWrap .Text input#txt_S147_Q18,
    .accountForm .formWrap .Text input[data-questionid="17"], .accountForm .formWrap .Text input[data-questionid="18"],
    .accountForm .formWrap .Text input[data-questionid="164"], .accountForm .formWrap .Text input[data-questionid="165"],
	.accountForm .formWrap input#user, .accountForm .formWrap input#pass {
	-moz-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
	-webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
	transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

.accountForm .fakeSelect {
	height: auto;
	float: none;
	position: relative;	
	top: auto;
	padding: 0.65em 0.5em;
	box-shadow: 0 0 0 transparent;
	right: auto;
	font-size: 89%;
	width: 90%;
	max-width: 400px;
	color: #666;
	-moz-transition: background 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
	-o-transition: background 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
	transition: background 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
.accountForm .fakeSelect .selHead {
	padding-left: .5em;
}
.accountForm .fakeSelect .icon {
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_grey.png) no-repeat 8px -265px;
	display: inline-block;
	width: 35px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.accountForm .otherOptions.fakeSelect {
	position: absolute;
	top: -100%;	
	width: 70%;
	z-index: 20;
	box-shadow: 0 2px 3px #999;
	padding-top: 1.2em;
}
.accountForm .fakeSelect .option {
	font-size: 95%;
	padding-left: 2.75em;
	width: 80%;
	color: #555;
	margin-bottom: .45em;
}
.accountForm .fakeSelect.otherOptions #opt-1 {
	display: none;
}
.accountForm .fakeSelect .option.selected {
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_checkmark.png) no-repeat 0 0;
}
.accountForm .fakeSelect .option:hover {
	opacity: 1;
	color: #333;
}
.accountForm .formWrap .field .note {
	text-align: left;
	color: #666;
	display: block;
	width: 100%;
	margin-top: .2em;
	margin-bottom: .75em;
}
.accountForm .divSubmit {
	margin-top: 1.4em;
}
#registerForm .divSubmit { 
	text-align: center;
}
.accountForm .whoIsRCG {
	float: right;
	clear: right;
	margin-right: 6%;
	margin-top: .65em;
	font-size: 1em;
	color: #999;
	-moz-transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.accountForm .question.fakeIcon {
	color: #FFF;
	border-radius: 100% 100% 100% 100%;	
	padding: 0 0.42em 0 .4em;
	margin-left: .25em;
	background: #AAA;
	-moz-transition: background .3s ease;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}
.accountForm .whoIsRCG:hover {
	color: #38449d;
}
.accountForm .whoIsRCG.rcg:hover {
	color: #941010;
	-moz-transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.accountForm .whoIsRCG:hover .question.fakeIcon {
	background: #38449d;
	-moz-transition: background .3s ease;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;	
}
.accountForm .whoIsRCG.rcg:hover .question.fakeIcon {
	background: #941010;
}
.accountForm .fakeUrl.rcg .question.fakeIcon {
	background: #941010;
	font-size: 90%;
}
.accountForm .fakeUrl.rcg:hover .question.fakeIcon {
	background: #6c0b28;
}
.accountForm .formWrap .divSubmit p.disclaimer {
	font-size: .82em;
	line-height: 1.2em;
	color: #999;
	margin-top: 1.25em;
}
.accountForm .forgotUserPass {
	clear: both;
	display: block;
	text-align: center;
}
.accountForm a.forgotUserPass:hover {
	color: #164e74;
}
@media screen and (max-width: 899px) {
	.accountForm .formWrap label.question, .accountForm .formWrap label.answer {
		font-size: 100%;
		color: #666;
	}	
	.accountForm .formWrap label.question.field-error, .accountForm .formWrap label.answer.field-error {
		color: #d60000;
	}
}
@media screen and (min-width: 900px) {
	.accountForm .formWrap .col2 {	
		width: 100%;
		padding-bottom: 0;
	}
	.accountForm .formWrap .Text input, .accountForm .Dropdown select {
		padding-top: .6em;
		padding-bottom: .6em;
		background-color: #FAFAFA;	
	}
	.accountForm .fakeSelect, .accountForm .Dropdown select {
		background-color: #FAFAFA;	
	}
	.accountForm .fakeSelect:focus, .accountForm .fakeSelect:active, .accountForm .fakeSelect.otherOptions, .accountForm:focus .Dropdown select {
		background-color: #FFF;	
	}
	.accountForm .formWrap label.question, .accountForm .formWrap label.answer {
		color: #555;	
		text-shadow: 0 1px 0 #FEFEFE;
	}
	.accountForm .formWrap label.question.field-error, .accountForm .formWrap label.answer.field-error {
		color: #d60000;
		text-shadow: 0 0 0 transparent;
	}
	.accountForm .whoIsRCG {
		color: #858585;
	}
	.accountForm .whoIsRCG .question.fakeIcon {
		background: #959595;
	}
	.accountForm .formWrap .divSubmit p.disclaimer {
		color: #858585;
		margin-bottom: 3em;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OR REGISTER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#registerOption {
	margin-top: 1.75em;
	margin-bottom: 2em;
	text-align: center;
}
.hrRuleContainer {
	border-top: 1px solid #AAA;
	width: 100%;
	min-height: 1px;
	position: relative;
	margin-top: 1.5em;
	text-align: center;
}
.hrRuleContainer .text {
	text-align: center;
	position: relative;
	top: -.7em;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	padding: 0 .35em;
	color: #777;
	width: auto;
	font-weight: bold;
}
#registerOption .note {
	text-align: center;
}
#registerOption .createAccount.button {
	font-size: 1.0625em;
	padding-bottom: .65em;
	width: auto;
	min-width: 162px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}
.rcg .formWrap .createAccount.button {
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top, #bfd255 0%, #72aa00 5%, #659600 68%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #bfd255 0%,#72aa00 5%,#659600 68%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #bfd255 0%,#72aa00 5%,#659600 68%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-color: #659600;
	color: #FFF;
}
.rcg .formWrap .createAccount.button:hover {
	background: url(https://images.azureedge.net/wtc/images/interface/bg_green_gradient_ie_hover.jpg) repeat-x 0 top #659600; /* Old browsers */
	background: -moz-linear-gradient(top,  #bfd255 0%, #72aa00 5%, #72aa00 68%, #659600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(5%,#72aa00), color-stop(68%,#72aa00), color-stop(100%,#659600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfd255 0%,#72aa00 5%,#72aa00 68%,#659600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfd255 0%,#72aa00 5%,#72aa00 68%,#659600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfd255 0%,#72aa00 5%,#72aa00 68%,#659600 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfd255 0%,#72aa00 5%,#72aa00 68%,#659600 100%); /* W3C */
}
@media screen and (min-width: 900px) {
	.hrRuleContainer {
		border-bottom: 1px solid #FFF;
		margin-bottom: 1.5em;
		height: 0;
		min-height: 0;		
	}
	.hrRuleContainer .text {	
		background-color: #EFEFEF;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ REGISTER RESPONSE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
@media screen and (max-width: 767px) {
	.account.register .formResponse {
		padding: 0;
	}
}
@media screen and (min-width: 768px) {
	.account.register .formResponse {
		padding-top: 1em;
	}
}
@media screen and (min-width: 900px) {
	.account.register .formResponse {
		padding: 2em 5%;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FAMILY OF SITES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#loginSiteInfo {
	padding-right: 1em;
	box-sizing: border-box;
	margin: 2.75em auto 0 auto;
}
@media screen and (min-width: 900px) {
	#loginSiteInfo {
		margin-left: 2em;
		min-height: 600px;
		margin-top: 0;
		margin-bottom: 2em;
		width: calc(100% - 425px);
		max-width: 62%;
		padding-right: 2em;
	}	
}
#loginSiteInfo .sectionTitle {
	margin-bottom: .25em;
}
#siteList {
	margin-bottom: 2em;
}
#siteList .site {
	padding-top: 1em;
	position: relative;
	margin-bottom: 1em;
	margin-top: 1em;
}
#siteList .siteLink {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.6875em;
	margin-top: 0.35em;
}
#siteList .siteLink a {
	color: #3c4d96;
	border-bottom: 3px solid #3c4d96;	
	padding-bottom: .75em;
	display: block;
	width: 100%;
	text-indent: .8em;
	-moz-transition: border-color .3s ease, color .3s ease;
	-webkit-transition: border-color .3s ease, color .3s ease;
	-o-transition: border-color .3s ease, color .3s ease;
	transition: border-color .3s ease, color .3s ease;
}
#siteList .siteLink a:hover {
	color: #213278;
	border-color: #213278;
	-moz-transition: border-color .3s ease, color .3s ease;
	-webkit-transition: border-color .3s ease, color .3s ease;
	-o-transition: border-color .3s ease, color .3s ease;
	transition: border-color .3s ease, color .3s ease;
}
#siteList #loginRCG .siteLink a {
	border-color: #6C0B28;
	color: #6C0B28;
}
#siteList #loginRCG .siteLink a:hover {
	border-color: #400718;
	color: #400718;
}
#siteList #loginRT .siteLink a {
	border-color: #CD9933;
	color: #CD9933
}
#siteList #loginRT .siteLink a:hover {
	border-color: #a47210;
	color: #a47210;
}

#siteList .siteName, #siteList .tagline, #siteList .moreInfo {
	padding: 0 0 0 .5em;
	color: #333;
}
#siteList .tagline {
	padding-left: .65em;
}
#siteList .siteName {
	font-family: Cambria, Georgia, Serif;
	margin-bottom: .35em;
}
@media screen and (max-width: 1150px) {
	[onclick*=ShowSiteInfo] {
		cursor: pointer;
	}
}
#siteList .siteName .icon {
	display: block;
	width: 30px;
	height: 30px;
	background: url(https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black.png) no-repeat 0 7px;
	cursor: pointer;
	opacity: .8;
	position: absolute;
	top: 1em;
	right: 0;
}
#siteList .siteName .icon:hover {
	opacity: 1;
}
#siteList .siteName .icon.open {
	background-position: 0 -324px;
}	
#siteList .tagline {
	font-size: 84%;
}
#siteList .favIcon {
	background: url(https://images.azureedge.net/images/interface/icn_fav_sprites.png) no-repeat scroll 1px 1px #FFF;
	width: 16px; 
	height: 16px; 
	box-shadow: 0 0 2px #AAA; 
	margin-top: 1px; 
	margin-right: 5px; 
	border: 1px solid #AAA; 
	float: left; 
	padding: 1px;	
}
#siteList #loginRCG .favIcon {
	background-position: 1px -25px;
}
#siteList #loginRT .favIcon {
	background-position: 1px -51px;
}
#siteList .moreInfo .description {
	margin-top: .5em;	
	font-size: .9em;
}

@media screen and (min-width: 900px) {
	#siteList .site {
		margin-bottom: .5em;
	}
	#siteList .siteName, #siteList .tagline, #siteList .moreInfo {
		width: 96%;
	}
	#siteList .siteLink a {
		width: 98%;
	}
	#siteList .siteName {
		font-size: 1.1875em;
	}
	#siteList .tagline {
		font-size: 87%;
	}
	#siteList .description {
		color: #555;
	}
}
@media screen and (min-width: 1160px) {
	#siteList .site.fadeIn {
		animation: fadeIn .85s 1 ease-in;
		-moz-animation: fadeIn .85s 1 ease-in;
		-webkit-animation: fadeIn .85s 1 ease-in;
		-o-animation: fadeIn .85s 1 ease-in;
	}
	#loginSiteInfo .sectionTitle {
		text-align: left;	
	}
	#siteList .siteName .icon {
		display: none;
		width: 0; /* used for js detection */
	}
	#siteList .moreInfo {
		display: block !important;
		animation: fadeIn .65s 1 ease-in;
		-moz-animation: fadeIn .65s 1 ease-in;
		-webkit-animation: fadeIn .65s 1 ease-in;
		-o-animation: fadeIn .65s 1 ease-in;			
	}	
	#siteList .siteLink a {
		width: 100%;
	}
}

</pre></body></html>