<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.pgbaDecisionTree&gt;div:not(.switchForms){display:flex; flex-direction: column; justify-content: flex-start; align-items:flex-start; padding-left:1em; margin-left:-1em;}
	.pgbaDecisionTree&gt;div:last-child:not(:first-child){animation: flash .33s 1;}
	@keyframes flash {
  		from {background-color: #FF5}
  		to {background-color: #FFF}
	}

	.pgbaDecisionTree&gt;div:not(.intro)&gt;h2{font-size:1.25em; font-weight:bold;}
	.pgbaDecisionTree&gt;div:not(.intro)&gt;h2+p{margin-top:-.5em; margin-left:0em}
	
	.pgbaDecisionTree&gt;div:not(.intro)&gt;h2,
	.pgbaDecisionTree&gt;div:not(.intro)&gt;a,
	.pgbaDecisionTree&gt;div:not(.intro)&gt;button{font-family:"BryantPro"; font-weight:bold;}
	
	.pgbaDecisionTree&gt;div:not(.intro)&gt;a,
	.pgbaDecisionTree&gt;div:not(.intro)&gt;button,
	.pgbaDecisionTree&gt;div:not(.intro)&gt;button:focus,
	.pgbaDecisionTree&gt;div:not(.intro)&gt;button:active{display:inline;text-align:left; font-size:1.1em; background:none; border:none; outline:none; color:#006685; padding:0em 0em .5em !important; border:none;}
	
	.pgbaDecisionTree&gt;div:not(.intro)&gt;a.unselected,
	.pgbaDecisionTree&gt;div:not(.intro)&gt;button.unselected,
	.pgbaDecisionTree&gt;div:not(.intro)&gt;p.unselected{opacity:.44}
	
	.pgbaDecisionTree&gt;div:not(.intro)&gt;button:hover{text-decoration: underline;}
	
	.pgbaDecisionTree&gt;div:not(.intro)&gt;button:after{content:" &gt;&gt;";}
	
	.pgbaDecisionTree&gt;div:not(.intro)&gt;a+p,
	.pgbaDecisionTree&gt;div:not(.intro)&gt;button+p,
	.pgbaDecisionTree&gt;div:not(.intro)&gt;p+p{margin:-.5em 0em .5em .05em; color:#555}
	
	.pgbaFormList h2+p{margin-top:-.5em}
	.pgbaFormList ul{list-style:none; padding-left:1em;}
	.pgbaFormList ul&gt;li{margin-bottom:.5em}
	.pgbaFormList ul&gt;li&gt;a{font-size:1.1em;}
	
	.switchForms{display:inline-block; border:1px solid #CCC; background:#f9f9f9; padding:.6em .4em .4em .9em; width:auto; font-weight:Bold; border-radius:2px; margin-bottom:1em;}
	.switchForms&gt;a{font-family:"BryantPro"; font-size:1.1em; margin:0em .33em}</pre></body></html>