.clear						{
							clear: both;
							}

.ng-scope					{
							background: #fcf4dd;
							}
							
.container h1 				{
							color: #2d2e2f;
							font-size: 32px;
							}
							
.control-label				{
							color: #2d2e2f;
							}
							
							
.ng-scope 					{
							color: #2d2e2f;
							font-size: 16px;
							}
							
legend.text-larger				{
							font: 28px;
							}
							
a.site-link					{
							color: #2d2e2f;
							font-size: 18px;
							text-decoration: underline;							
							}
							
.ng-scope legend, .ng-scope p			{
										color: #2d2e2f;
										}
							
.radio-inline, .ng-binding	{
							color: #2d2e2f;
							}
							
.checkbox, .checkbox-inline, .control-label	{
											color: #2d2e2f;
											}
							
							
h1.thank-you				{
							color: #983402;
							}
							
					
					
div.none					{
							padding: 0;
							margin: -10px 0 -10px 25px;
							width: 75px;
							float: left;
							display: block;
							}
							
fieldset label.none-label	{
							font-size: 20px;
							padding: -5px;
							margin: 0;
							width: 75px;
							float: left;
							display: block;
							font-weight: bold;
							}
							
p.help-block, .text-info		{
							font-weight: bolder;
							color: #ce0f0f;
							font-size: 16px;
							}
							
p.phone-ex					{
							color: #494848;
							font-weight: normal;
							font-size: 14px;
							}		
					
							
em.legend					{
							font-size: 18px;
							color: #ce0f0f;
							}
							
label.control-label em		{
							font-size: 18px;
							color:#ce0f0f;
							padding-right: 2px;
							}
							
legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-color: #ccc;
    }
							
							
.checkbox, .checkbox-inline, .control-label	{
											background: none;
											}
							
/* ADDED by Jason */							
legend label				{
  							font-size: 14px;
  							}
							
div.btn-group, div.pull-right		{
							
							}
							
em.red					{
						color: red;
}
							
							

/* For adding red to labels */							
fieldset legend.required-italic {
									color: red;
									}

label.required::before{
	content: '* ';
	color: red;
}
  							
