/***************************************************/
/*                 SCREEN SIZE                     */
/***************************************************/
@media only screen and (max-width: 650px) and (min-width: 200px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 651px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1001px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 18px;
  }
}
/***************************************************/
/*                     MAIN                        */
/***************************************************/
form {
	width: 100%;
	height: 100%;
}

html {
 	height: 100%;
 	background-color: #F9F9F9;
	background-size: 100%;
	overflow: auto;
}
body {
	display: flex;
	height: 100%;
	margin: 0 auto;
	flex-direction: column;	
	align-items: center;
	width:100%;
	color: #2D2D2D;
	font-family: Roboto, Ariel;
}
img {
	border: none !important;	
}
section {
	margin-top: 10px;
}
label {
	color: #232324;
}
a {
	color: blue;
	text-decoration: none;
}
h1	{							/* used for page titles  */
	font-size: 1.6em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Ariel;
	margin: 15px 0px;
}
.an-page-title-leftNav {
	margin: -7px 0px 0px;
}
h2	{							/* used for page titles  */
	font-size: 1.2em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Ariel;
	margin: 15px 0px;
	display: block;
}
h2.an-sum-header	{							/* used on a summary page with a link beside it  */
	font-size: 1.2em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Ariel;
	margin: 15px 0px 0px 0px;
	display: inline-block;
}
/***************************************************/
/*              PRIMEFACES OVERRIDES               */
/***************************************************/
.ui-widget-header {
	background: linear-gradient(#00607F, #63869F, #00607F);
}
.ui-tabs-left > .ui-tabs-nav {
	height: auto !important;
}
.ui-calendar .ui-button {
	margin-left: 10px;	
}
.ui-widget {
	font-family: Roboto, Ariel;
	font-size: 1.0em;
}
.ui-widget input{
	font-family: Roboto, Ariel;
	font-size: 1.0em;
}
.ui-widget button {
	font-family: Roboto, Ariel;
}
.ui-menu .ui-menuitem-link {
	font-size: .8em;
}
.ui-fileupload-content{
	display: none;
}
.ui-widget-content a {
	color: blue;
}
.ui-widget-overlay {					/* fixes issue with statusLoadMsg */
	background: none;
}
label > .ui-outputlabel-rfi {			/* ADA compliance requires a for="" attribute on the label for the input  */
	display: none;						/*  this removes the  * primfaces adds to the label  */
}
label.ui-state-error {
	color:inherit;
}
input.ui-state-error {
	background:white;
}
/***************************************************/
/*           	PLACEHOLDER/WATERMARK	           */
/***************************************************/
::-webkit-input-placeholder { 		/* Safari, Google Chrome, Opera 15, Edge */
	color: #BEA4A4;
	font-style: italic;
}
:-ms-input-placeholder {			/* Internet Explorer 10-11 */
	color: #BEA4A4;
	font-style: italic;
} 
:-moz-placeholder { 				/* Mozilla Firefox 4 to 18*/
	font-style: italic;
} 
::-moz-placeholder {  				/* Mozilla Firefox 19+*/
	font-style: italic;
}
::-ms-input-placeholder { 			/* Microsoft Edge  */
	font-style: italic;
}
::placeholder {  					/* Most modern browsers support this now. */
	font-style: italic;
}
/***************************************************/
/*               ERROR MESSAGES                    */
/***************************************************/
.ui-messages-info-detail, .ui-messages-warn-detail, .ui-messages-error-detail, 
.ui-messages-fatal-detail, .ui-message-info-detail, .ui-message-warn-detail, 
.ui-message-error-detail, .ui-message-fatal-detail {
	margin-left: 0px;
} 
.ui-message-info, .ui-message-error, .ui-message-warn, .ui-message-fatal {
	margin: 0px 0px;
	padding: 2px 0px;
}
label.ui-state-error{
	color: #232324 !important;				/* don't want labels turning red */
}
.ui-outputlabel.ui-state-error {
    border: 0 none;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	background: none;
}
.ui-message-error{
	display:table;
 	color: #b94a48 !important;
 	background-color: #E5E5E5 !important;	/* changed for TANF  */
 	border: none !important;
 	margin: 0px 0px !important;
 	padding: 3px 0px !important; 
}
.ui-messages-error, .ui-message-error{
 	background: none;
 	border: none;
}
.an-messages-error .ui-messages-error { /* used with p:messages as global error message */
	background-color: #f2dede;
}
/***************************************************/
/*               STATUS MESSAGE                    */
/***************************************************/
.an-status-load-img {
	margin-right: 12px; 
	vertical-align: middle;
}
.an-status-load-msg {
	white-space: nowrap;
}
/***************************************************/
/*                 TEMPLATE                        */
/***************************************************/
#headerWrapper {
    height: auto;   
	width: 100%;
	background-color: #00607F;
	padding-top: 10px;
}
#headerWrapper:after {
	clear: both;
}
#pageWrapper {
	position: relative;
	flex-grow: 1;  
	width: 100%;
	background-color: #F9F9F9;
	margin-bottom: -25px;
  	margin-top: -25px; 
  	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 200px;
}
#contentWrapper {
	background-color: #E5E5E5;
	border-bottom: 1px solid black;

}
#footerWrapper {
	background-color: #00607F;
	min-height: 170px;
	width: 100%;
}
.an-page-panel {
	border: none;
	background-color: transparent;
	padding: 0px;
}
.an-page-panel.ui-panel .ui-panel-content{
	padding: 0px;
}
/***************************************************/
/*                    HEADER                       */
/***************************************************/
header {								/* MODIFIED FOR CFS */
	margin-bottom: 35px;
	padding: 0px 10px;
}
.an-offclNeGovtWebsite a{	
	line-height: 20px;
	font-weight: bold;
	color: #FEC842;
}
.an-offclNeGovtWebsite img{
   margin: auto;
   vertical-align: middle; 
   margin-bottom: 5px;
}
.an-header {
	font-family: Montserrat, Roboto, Ariel;
	color: #FEC842;
}
.an-header .title {
	font-style: italic;
	line-height: .8em;
	font-weight: bold;
	font-kerning: normal;
}
.an-header .subtitle {
	margin-left: 5px;
	font-weight: normal;
}

.an-hdr-right-Img {
	float: right
}	
@media screen and (max-width: 650px) and (min-width: 200px) {
	.an-header .title {
		font-size: 2em;
	}
	.an-hdr-right-Img {
		width: 120px; 
		height: 60px;
	}	
}

@media screen and (max-width: 1000px) and (min-width: 651px) {
	.an-header .title {
		font-size: 2.5em;
	}
	.an-hdr-right-Img {
		width: 160px; 
		height: 80px;
	}	
}
@media screen and (max-width: 1400px) and (min-width: 1001px) {
	.an-header .title {
		font-size:3.0em;
	}
	.an-hdr-right-Img {
		width: 180px; 
		height: 90px;
	}
}
@media screen and (min-width: 1401px) {
	.an-header .title {
		font-size: 3.5em;
	}
	an-header .subtitle {
		font-size: 1.2em;
	}
	.an-hdr-right-Img {
		width: 200px; 
		height: 100px;
	}
}
/***************************************************/
/*                   FOOTER                        */
/***************************************************/
.an-footer {	
	position: relative;
	padding: 5px 0px;
 	color: #FEC842;
 	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	margin: 50px auto 0px;
	}
.an-footer a{	
 	color: #FEC842;

	}
.an-footer-col-left{
	position: absolute;
	top: 5px;
	left: 15px;
	text-align: left;
	}
.an-footer-col-right {
	position: absolute;
	top: 5px;
	right: 15px;
	text-align: left;
}	
@media screen and (max-width: 1075px) and (min-width: 200px) {
	.an-footer-col-left, .an-footer-col-right {
		visibility: hidden;
		}	
}		
.an-page-footer-image {
	width: 100%;
	position:absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	background-repeat: none;
	max-height: 200px;			/* without this, image height changes as browser display % changes */
}
/***************************************************/
/*                     HELP                        */
/***************************************************/
.an-help-bar .ui-widget-header {
	background: url("../resources/images/HelpBarBackground.gif") repeat !important;
	border-radius: 0;
	border-bottom: solid 1px black;
	line-height: 35px;
}
.an-help-bar .ui-widget {
	font-size: .9em;
}
.an-help-bar .ui-toolbar {
	padding: 0px 15px;
}
.an-help-item-left {
	padding-right: 15px;
}
.an-help-item{
	margin-right: 30px;
}
.an-help-bar .an-help-bar-link{
	color: blue;
	font-size: 1em;
}
/***************************************************/
/*                 MENU BAR                        */
/***************************************************/
.an-menu-bar {
	background: #C4C4C4;
}
.an-menu-bar ul {
	margin-left: 10px;
}
.an-menu-bar .ui-menu {
	padding: 0px;
}
.an-menu-bar .ui-corner-all {
	border-radius: 0px;
}
.an-menu-bar .ui-widget-content a {
	color: black;
}
.an-menu-bar .ui-menubar .ui-menuitem-link {
	padding: .3em .6em;
}
/***************************************************/
/*      PAGE LAYOUT FOR RIGHT HAND NAVIGATION      */
/***************************************************/
.an-page-layout-rightNav {
	display: flex;
	flex-direction: row;
	flex-flow: row nowrap;
	margin-top: 15px;
}
.an-page-layout-rightNav-right {	
	border-radius: 3px;
	background-color: #00607F;
	border: 1px solid black;
	padding-bottom: 5px;
	order: 99;
}
.an-page-layout-rightNav-left{
	order: 1;
	flex-shrink: 1;						/* stuff expands past page  */
	margin-right: 15px;
}
/***************************************************/
/*             RIGHT HAND NAV AREA                 */
/***************************************************/
.an-right-nav {							/* describes the left hand navigation area */
	border: none;
}
.an-right-nav.ui-menu a {				/*  link changes  */
	font-size: 1em;
	padding: 10px 5px;
	color: white;
	text-align: left;
}
.an-right-nav a.ui-state-active {
	color: #05080A;
}
.an-right-nav a.ui-state-hover {
	color: #142E36;
	}
.an-right-nav a.ui-state-disabled {
	opacity: .50;
}	
.an-right-nav.ui-menu .ui-menuitem {
	padding: 3px 0px;
	background-color: inherit;
}
.an-right-nav.ui-widget-content{
	background-color: inherit;
}
/***************************************************/
/*       PAGE LAYOUT FOR LEFT HAND NAVIGATION      */
/***************************************************/
.an-page-layout-leftNav {
	display: flex;
	flex-flow: row nowrap;
}
.an-page-layout-leftNav-left {	
	background-color: #00607F;
	border-right: 1px solid black;
	padding: 10px 20px 10px 20px;
/* 	text-align: center; */
	flex-shrink: 1;	
}
.an-leftNav-label {
	color: #FEC842;
	}
/* .an-page-layout-leftNav-center { */
/* 	width: 15px; */
/* } */
.an-page-layout-leftNav-right{
	flex-shrink: 1;						/* stuff expands past page */ 
	width: 100%;
/* 	margin-top: 15px; */
	padding:  15px ;
}
@media screen and (max-width:750px) {
	.an-page-layout-leftNav {
		flex-flow: wrap;
	}
}
.an-right-nav-link-section {				/* define the link area  */
	background: white;
	width: 95%;
	margin: 0 auto;
	padding: 5px 0px 10px 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: .9em
}
.an-right-nav-lnk {
	display: block;
	margin: 15px 0px;
}

.an-right-nav-img {					/*	image sits above the link section and is not part of it  */ 
	width: 95%; 
	height: 20px;
	display: block;
	margin: 0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0)  and (min-resolution:.001dpcm){  /* chrome fix for image size  */
	.an-right-nav-img{
		max-width: 224px;;
	}
}
/***************************************************/
/*                   LEFT NAV MENU                 */
/***************************************************/
.left-nav-label {
	color:#FEC842;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 7px;
	margin: 0px 0px 0px 5px;
	text-align: left;
	white-space: nowrap;
	
}
/***************************************************/
/*             LEFT HAND NAV AREA                  */
/***************************************************/
.an-leftnav-page-title {				/* use with <h:outputText>  */
	font-size: 1.6em;
	font-weight:bold;
	font-family: Montserrat, Roboto, Ariel;
	display: block;
}
.an-left-nav {							/* describes the left hand navigation area */
	border: none;
}
.an-left-nav.ui-menu a {				/*  link changes  */
	font-size: 1em;
	padding: 10px 5px;
	color: white;
	text-align: left;
}
.an-left-nav a.ui-state-active {
	color: #05080A;
}
.an-left-nav a.ui-state-hover {
	color: #142E36;
	}
.an-left-nav a.ui-state-disabled {
	opacity: .50;
}	
.an-left-nav.ui-menu .ui-menuitem {
	padding: 3px 0px;
	background-color: inherit;
}
.an-left-nav.ui-widget-content{
	background-color: inherit;
}
.an-left-nav-link-section {				/* define the link area  */
	background: white;
	width: 95%;
	margin: 0 auto;
	padding: 5px 0px 10px 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: .9em
}
.an-left-nav-lnk{
	display: block;
	margin: 15px 0px;
}
.an-left-nav-img{						/* image sits above the link section and is not part of it  */
	width: 95%; 
	height: 20px;
	display: block;
	margin: 0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0)  and (min-resolution:.001dpcm){  /* chrome fix for image size  */
	.an-left-nav-img{
		max-width: 224px;;
	}
}
@media screen and (max-width:750px) {
	.an-left-nav.ui-menu a{
		padding: 3px 5px;
	}
}
/***************************************************/
/*                DETAIL PAGE LAYOUT               */
/***************************************************/
.an-page-layout-detail{
	margin: 0 auto;
	background-color: #E5E5E5;
	padding: 0px 15px 15px 15px;
	overflow: auto;

}
.an-page-layout-detail .ui-widget {
	font-family: Roboto, Ariel;	
}
.an-dtl-area-header {	/* use with <h:outputText>  */
	font-size: 1.1em;
	font-weight:bold;
	font-family: Roboto, Ariel;
	margin: 15px 0px 0px 0px;
	display: block;
}
.an-dtl-text-header {	/*  use with <p> for text pages not input pages */   
	font-weight: bold;
}
.an-dtl-input-label {   /* use with <p:outputLabel>  */
   	display: block;
   	margin: 10px 0px 0px 0px; 
    text-align: left;
}
.an-dtlbold-output-label {   /* use with <p:outputLabel>  for bold*/
   	display: block;
   	font-weight:bold;
   	margin: 1px 0px 0px 0px !important; 
    text-align: left;
}
.an-fieldset {
/* 	margin-top:15px; */
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #00607F;
	color: #004098;
	text-align: left;
}
/***************************************************/
/*                CONFIRM DIALOG BOX               */
/***************************************************/
.an-confirmDialog .ui-dialog-titlebar{
	color: white;
	font-family: Roboto, Ariel;
	font-weight: normal;
	text-shadow: 1px 2px black;
}
.an-confirmDialog .ui-widget-header{
	background: #00607F;
}
.an-confirmDialog .ui-dialog-titlebar-close .ui-icon{
	background-image: url("../resources/images/ui-icons_ffffff_256x240.png");
}

.an-confirmDialog.ui-confirm-dialog .ui-dialog-content{
	padding: 1em 1.5em;
	color: black;
}
.an-confirmDialog.ui-confirm-dialog .ui-dialog-content .ui-icon{
	margin: 3px 10px 0px 0px;
}

.an-confirmDialog.ui-dialog .ui-dialog-buttonpane{
	text-align: center;
	margin-top: 0px;
	padding: 5px 0px 15px 0px;
}
.an-confirmDialog.ui-dialog .ui-dialog-buttonpane button {
	margin: 0px 10px 0px 10px;
}
.an-confirmDialog.ui-dialog .ui-dialog-footer{
	border:none;
}
.an-confirmDialog .ui-dialog-content span{
	display: table-cell;
}
/***************************************************/
/*              BUTTON NAVIGATION AREA             */
/***************************************************/
.an-button-navigation-area {
	margin-top:25px;
	display: table;
}
.an-button-navigation-area:after {
    content:"\a";
    white-space: pre;
}
.an-button-left, .an-button-right, .an-button-center{	
	display: table-cell;
}
.an-button-left button, .an-button-right button{
	margin-right: 15px;
}
.an-button-center {
	width: 70px;
}
.an-button-navigation-area:AFTER {
	content: "";
	display: table;
	clear: both;
}
/***************************************************/
/*                 BUTTONS & LINKS                 */
/***************************************************/
.an-button-area {			/* surround multiple buttons */
	display: block;
	margin-top: 20px;
	font-size: .8em;
}
.an-button-area button:last-of-type {
	margin-right: 0px;
}

.an-button-area .ui-button{
	margin-right: 20px;
}
.an-button-area .ui-button-text{
	padding: 5px 5px;
}
.an-button {				/* use for a single button */
	font-size: .8em;
}
.an-button-navigation-area .ui-state-default, .an-button .ui-widget-header .ui-state-default {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F5F4F4), color-stop(1, #ABAAAA));
	background:-moz-linear-gradient(top, #F5F4F4 5%, #ABAAAA 100%);
	background:-webkit-linear-gradient(top, #F5F4F4 5%, #ABAAAA 100%);
	background:-o-linear-gradient(top, #F5F4F4 5%, #ABAAAA 100%);
	background:-ms-linear-gradient(top, #F5F4F4 5%, #ABAAAA 100%);
	background:linear-gradient(to bottom, #F5F4F4 5%, #ABAAAA 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F4F4', endColorstr='#ABAAAA',GradientType=0);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:6px;
	border: 1px solid #ABAAAA;
	display:inline-block;
	cursor:pointer;
	font-weight: bold;
	text-decoration:none;
}
.an-button-navigation-area .ui-state-hover,  .an-button .ui-widget-header .ui-state-hover{
	color: white !important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #73A8B8), color-stop(1, #00607F));
	background:-moz-linear-gradient(top, #73A8B8 5%, #00607F 100%);
	background:-webkit-linear-gradient(top, #73A8B8 5%, #00607F 100%);
	background:-o-linear-gradient(top, #73A8B8 5%, #00607F 100%);
	background:-ms-linear-gradient(top, #73A8B8 5%, #00607F 100%);
	background:linear-gradient(to bottom, #73A8B8 5%, #00607F 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#73A8B8', endColorstr='#00607F',GradientType=0);	
	text-shadow: none;
	border: 1px solid #73A8B8;
}
.an-button-navigation-area .ui-state-hover .ui-button-text {
	color: white !important;
}
.an-button-navigation-area .ui-state-hover .ui-icon {
	background-image: url("../resources/images/ui-icons_ffffff_256x240.png");
}
.an-button-inline {
	display: inline-block;
	margin-left: 20px;
}
.an-link a {
	color: #0079a0;
	text-decoration: none;
	font-weight: bold;
}
.an-link  a:hover{
	text-decoration: underline;
}
/***************************************************/
/*					RADIO BUTTONS	               */
/***************************************************/
.an-rb-hrzntl-flex {			/* container div for the p:outputLabel and radioButton */
	margin-top: 20px;			/* lines up the RadioButtons on the right */
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}
.an-rb-hrzntl-flex:after {
	content:"\a";
    white-space: pre;
}
.an-rb-hrzntl-flex table {		/*  styles for the radio buttons */
	flex-shrink: 1;
	vertical-align: top;
	margin-top: -5px;
	margin-left: 20px;
	width: auto !important;
}
.an-rb-label-80{				/* container div for p:outputLabel sets the width of the label  */
	flex-grow: 1;				/* make variable widths depending on the page */
	max-width: 80%;				/* don't use the an-rb-label-xxx div and the Radio select will appear after the question  */
}
.an-rb-label-70{			
	flex-grow: 1;			
	max-width: 70%;
}
.an-rb-label-60{				/* Have to use percentages because ie won't reduce the size of the text  */
	flex-grow: 1;				
	max-width: 60%;
}
.an-rb-label-50{				
	flex-grow: 1;				
	max-width: 50%;
}
.an-rb-label-40{				
	flex-grow: 1;				
	max-width: 40%;
}
.an-rb-label-30{				
	flex-grow: 1;				
	max-width: 30%;
}
.an-rb-label-20{				
	flex-grow: 1;				
	max-width: 20%;
}
.an-qstn-answer-flex {			/* use with h:outputText.  lines up the question with answer on the right */
	display: flex;
	margin-top: 20px;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}
[class*="an-qstn-width-"]{
	font-weight: bold;
	flex-grow: 1;
	margin-right: 20px;	
}
.an-qstn-width-10 {				/* use with an-qstn-answer-flex to determine the width of the qstn */
	max-width: 10%;
}
.an-qstn-width-20 {
	max-width: 20%;
}
.an-qstn-width-30 {
	max-width: 30%;
}
.an-qstn-width-40 {
	max-width: 40%;
}
/***************************************************/
/*                  INPUT FIELDS                   */
/***************************************************/
.an-dtl-input-city {
	width: 150px !important;
}
.an-dtl-input-state {
	min-width: 200px !important;
}
.an-dtl-input-nameExt {
	min-width: 75px !important;
}
.an-dtl-input-zip {
	width: 100px !important;
}
.an-dtl-input-comment {
	width: 100%;
}
.an-dtl-input-email {
	width: 300px;
}
.an-dtl-input-ssn4 {
	width: 50px !important;
}
/***************************************************/
/*                   SUMMARY PAGE                  */
/***************************************************/
.an-sum-lnk {		
	margin-left: 20px;
	font-size: .9em;
	text-decoration: none;
}	
.an-sum-lnk.ui-widget .ui-widget{
	font-size: .9em;
}
.an-addAnother-lnk {		
	float: right;
	font-size: .9em;
}	
.an-sum-lnk a {		
	text-decoration: none;
	color: blue;
}	
.an-first-sum-line {
	width: 70%;
}
.an-first-sum-line  .an-sum-label {											
	margin-top: 0px;
}
.an-sum-header {	/* use with <h:outputText> when you have to group text together for Summary page */
	font-size: 1.1em;
	font-weight:bold;
	font-family: Roboto, Ariel;
	margin: 15px 0px 0px 0px;
}
.an-sum-group-header {	/* user with <h:outputText> to group data on a summary page */
	font-size: 1.2em;
	font-weight:bold;
	font-family: Roboto, Ariel;
	margin-top: 15px;
}
.an-sum-data-area {
	margin-left: 30px;
}
.an-sum-data-area:AFTER {
	content: "";
	display: inline-block;
	clear: both;
	
}
.an-sum-label {
	margin-top: 15px;
	display: block;
	font-weight: bold;
	font-size: 1em;
}
.an-first-sum-line  .an-sum-label {											
	margin-top: 0px;
}
.an-sum-data {
	display: block;
}
.an-upd-lnks-area {	
	float: right;
	font-size: .9em;
	width: 30%;
}
.an-upd-lnks-area .ui-button-text {
	font-size: .9em !important;
	padding: 0.1em 0.5em !important;
}
.an-upd-lnk {
	float: right;
	margin: 5px 15px 0px 0px !important;
}
.an-qstn-answer-flex {			/* use with h:outputText, must have attribute other than value to generate the span tag */
	margin-top: 15px;			/* lines up the question with answer on the right */
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}
.an-qstn-answer-flex:after {
	content:"\a";
    white-space: pre;
}
.an-qstn-answer-flex span:first-of-type{
	font-weight: bold;
	flex-grow: 1;	
}
.an-qstn-answer-flex span:last-of-type{
	margin-left: 20px;
}

.an-qstn-width-10 span:first-of-type{		/* user with an-qstn-answer-flex to determine the width of the qstn */
	max-width: 10%;
}
.an-qstn-width-20 span:first-of-type{
	max-width: 20%;
}
.an-qstn-width-30 span:first-of-type{
	max-width: 30%;
}
.an-qstn-width-40 span:first-of-type{
	max-width: 40%;
}
/***************************************************/
/*              SUMMARY TABLE                      */
/***************************************************/
.an-sum-table thead {
	display: none;
}
.an-sum-table.ui-datatable tbody td {
	border: none;
	padding: 0px;
}
.an-sum-table .ui-widget-content {
	border: none;
	padding: 0px;
	background-color: #F9F9F9;
}

.an-processing-msg-div{
	text-align: center;	
	padding: 5px 0px;
	display: none;
}
.an-processing-msg{
	margin: 0 auto;
	color: red;
}
.an-sum-table::after{
	content: "";
	display: table;
	clear: both;
}
/***************************************************/
/*                   TABVIEW                       */
/***************************************************/
.an-tabView{
	margin-top:10px;
}
.an-tabView.ui-tabs .ui-tabs-panel{
	padding: 0px;
}
.an-tabView.ui-tabs.ui-tabs-top > .ui-tabs-nav{
	padding: .2em 0em 0;
}
.an-tabView.ui-tabs .ui-tabs-nav .ui-tabs-selected{
	background: #F9F9F9;
}
.an-tabView.ui-tabs .ui-tabs-nav{
	margin-bottom: 15px;
	background: #F9F9F9;
}
.an-tabView.ui-widget-content{
	padding: 0px 10px 10px 10px;
}
.an-tabView.ui-tabs .ui-tabs-nav li a{
	padding: .25em .5em;
	font-size: .9em;
	font-weight: normal;
}
/***************************************************/
/*                   TABLES                        */
/***************************************************/
.an-table{									/* use with div to display data in table format.  ADA Compliant */
	display: table;
	table-layout: auto;	
}
.an-row{
	display: table-row;
}
.an-cell {
	padding: 0px 5px;
	display: table-cell;
	text-align: left;
}
.an-cell ul {
	margin: 0px;
	padding-left: 15px;
}
.cmps-def-table.an-table {
	margin: 15px 15px 0px 15px;
}
.cmps-def-table .an-cell {
	padding: .5em .5em;
}
.cmps-def-table .an-row:hover {
	color: black;
	box-shadow: 0px 0px 10px #445E8C;
	-webkit-box-shadow: 0px 0px 10px #445E8C;
  	-moz-box-shadow: 0px 0px 10px #445E8C;
  	background: #c0c0c0;
	cursor: default !important;
}
/***************************************************/
.-table {
	margin-top: 10px;
}
.an-data-table.ui-widget{
	font-size: .95em;
	display: inline-block;	
}
.an-data-table .ui-datatable-tablewrapper{
	border: 1px solid black;
	background: #e9e9e9;
}
.an-data-table .ui-widget-header {
	border: none;
	text-align: left;
	margin-top: 15px;
}
.an-data-table.ui-datatable thead th {
	padding: 2px 4px;
}
.an-data-table.ui-datatable tbody td {
	padding: 2px 0px 2px 4px;
}
.an-data-table .ui-widget-header:first-child {
	margin-top: 0px;
}
.an-data-table.ui-datatable .ui-datatable-header {
	text-align: left;
	padding: 2px 0px;
	background: transparent;
}
.an-data-table .ui-datatable-odd {
    background: #e9e9e9;
}
.an-data-table .ui-datatable-even {
    background: #e9e9e9;
}
.an-data-table tbody tr{
	border-collapse: collapse;
}
.an-data-table tbody td{
	border-color: #a8a8a8 !important;
}
.an-data-table tr.ui-state-hover {
	font-weight: bold !important;
	box-shadow: 0px 0px 10px #445E8C;
	-webkit-box-shadow: 0px 0px 10px #445E8C;
  	-moz-box-shadow: 0px 0px 10px #445E8C;
   	background: #f9f9f9;
	border-radius: 0px !important;
	cursor: default !important;
}
/***************************************************/
.an-data-table-auto-size.ui-datatable table {			/*  Use for dynamic column widths  */
	table-layout: auto;
}

/***************************************************/
.an-dataTable-no-border.ui-widget-content{				/*  Use to display a list in table form with no data:  ie phone numbers */
		border: none;
		table-layout: auto;
}
.an-dataTable-no-border.ui-datatable table{
	width: auto;
}
.an-dataTable-no-border.ui-datatable thead{
	display:none;
}
.an-dataTable-no-border.ui-datatable td{
	border: none;
	padding: 0px 5px 0px 0px;
}
/***************************************************/
/*         SELECT MANY CHECKBOX W/ DATATABLE       */
/***************************************************/
.an-selectManyCheckbox-table {						/* use with <p:dataTable>  */
display: inline-block;	
}
.an-selectManyCheckbox-table .ui-widget-content{
	background: #F9F9F9;
}
.an-selectManyCheckbox-table.ui-datatable table {
	table-layout: auto;  
}
.an-selectManyCheckbox-table.ui-datatable tbody{
	border: none;
}
.an-selectManyCheckbox-table.ui-datatable thead{
	display:none;
}
.an-selectManyCheckbox-table.ui-datatable tr{
	border: none;
	
}
.an-selectManyCheckbox-table.ui-datatable tbody td{
	padding: 4px 7px;
	vertical-align: top;
	border: none;
}
.an-selectManyCheckbox-table .col-checkbox{
	width:16px;
	text-align:center;
}
.an-selectManyCheckbox-table .col-message{
	color: green;
}
.an-noSelect{
	cursor: default;
}
/* ---------------------------------------  */
.an-cmpnt-datatable {						/* used with p:datatable when you have components in the table */
	display:table;		
}
.an-cmpnt-datatable.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
}
.an-cmpnt-datatable .ui-widget-content {
	background: #F9F9F9;
}
.an-cmpnt-datatable th.ui-state-default{
	background: #F9F9F9;
	border: none;
	text-align: left;
	padding: 0px 30px 0px 0px;
	color: black;
}
.an-cmpnt-datatable th.ui-state-default:last-of-type{
	padding-right: 0px;
}
.an-cmpnt-datatable.ui-datatable tbody {
	border: none;
	border-top: 1px solid #BCBCBC;
}
.an-cmpnt-datatable.ui-datatable tbody tbody{			/* removes style from inner tables */
	border-top: none;
}
.an-cmpnt-datatable.ui-datatable tr{
	border: none;
}
.an-cmpnt-datatable.ui-datatable tbody td{
	padding: 2px 30px 2px 0px;
	vertical-align: middle;
	border: none;
}
.an-cmpnt-datatable.ui-datatable tbody td td{			/* removes style from inner tables */
	padding: 0px 0px 0px 0px;
}
.an-cmpnt-datatable.ui-datatable tbody td:last-of-type{
	padding-right: 0px;
}
/* ---------------------------------------  */
.an-basic-datatable {
	display:table;
}
.an-basic-datatable.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
}
.an-basic-datatable .ui-widget-content {
	background: #F9F9F9;
}
.an-basic-datatable th.ui-state-default{
	background: #F9F9F9;
	border: none;
	text-align: left;
	padding: 0px 20px 0px 0px;
	color: black;
}
.an-basic-datatable th.ui-state-default:last-of-type{
	padding-right: 0px;
}
.an-basic-datatable.ui-datatable tbody {
	border: none;
	border-top: 1px solid #BCBCBC;
}
.an-basic-datatable.ui-datatable tr{
	border: none;
}
.an-basic-datatable.ui-datatable tbody td{
	padding: 0px 20px 0px 0px;
	vertical-align: top;
	border: none;
}
.an-basic-datatable.ui-datatable tbody td:last-of-type{
	padding-right: 0px;
}
/* ---------------------------------------  */
.an-aud-datatable {							/* table design used to add update delete data on its own */
 	display:table;							/* causes the table to collapse to content */
}
.an-aud-datatable.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
}
.an-aud-datatable .ui-widget-content {
	background: #F9F9F9;
}
.an-aud-datatable th.ui-state-default{
	background: #F9F9F9;
	border: none;
	text-align: left;
	padding: 0px 20px 0px 0px;
	color: black;
}
.an-aud-datatable th.ui-state-default:last-of-type{
	padding-right: 0px;
}
.an-aud-datatable.ui-datatable tbody {
	border: none;
	border-top: 1px solid #BCBCBC;
}
.an-aud-datatable.ui-datatable tr{
	border: none;
}
.an-aud-datatable.ui-datatable tbody td{
	padding: 0px 20px 0px 0px;
	vertical-align: top;
	border: none;
}
.an-aud-datatable.ui-datatable tbody td:last-of-type{
	padding-right: 0px;
	font-size: .8em;
}
.an-aud-datatable.ui-datatable tbody tr:hover {
	color: black;
	box-shadow: 0px 0px 10px #445E8C;
	-webkit-box-shadow: 0px 0px 10px #445E8C;
  	-moz-box-shadow: 0px 0px 10px #445E8C;
  	background: #c0c0c0;
	border-radius: 0px !important;
	cursor: default !important;
}
.an-no-hover.ui-datatable tbody tr:hover {				/* over rides the hover use both styles  "an-aud-datatable an-no-hover" */
	color: black;
	box-shadow: 0px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
  	-moz-box-shadow: 0px 0px 0px 0px;
	background: transparent !important;
	}
.an-aud-datatable-add-lnk-top {
	margin-top: 5px;
}
.an-aud-datatable-add-lnk-top.ui-widget {
	font-size: .9em;
}
.an-aud-datatable-add-lnk-top:after {						/* starts a new line after the link */
    content:"\a";
    white-space: pre;
}
.an-aud-datatable-add-lnk-bottom {
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
}
.an-aud-datatable-add-lnk-bottom.ui-widget {
	font-size: .9em;
}
.an-aud-datatable-add-lnk-bottom:after {						/* starts a new line after the link */
    content:"\a";
    white-space: pre;
}
.an-col-links a{
	margin-right: 20px;
}
.an-col-links a:last-of-type{
	margin-right: 0px;
}
.an-col-nowrap{				
	white-space: nowrap;
}
.an-col-amt{
	text-align: right;
}
.an-col-wrap{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}
.an-group-border{
	border: 1px solid #00607F;
	border-radius: 5px;
	padding:20px;
	display: inline-block;
}
/***************************************************/
/*         DATATABLE W/ SELECT COLUMN              */
/***************************************************/
.an-selectRadio-table {						/* use with <p:dataTable> */ 
	margin-top: 15px;		
}
.an-selectRadio-table.ui-datatable table {
	table-layout: auto;
}
.an-selectRadio-table .ui-datatable-tablewrapper{
	border: 1px solid #00607F;
	border-radius: 5px; 
}
.an-selectRadio-table .ui-widget-content{
	background: white;
}
.an-selectRadio-table.ui-datatable tbody{
	border: none;
}
.an-selectRadio-table.ui-datatable th{
	border: none;
	background: #00607F;
	color: white;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.an-selectRadio-table.ui-datatable th .ui-icon{
	background-image: url("../resources/images/ui-icons_ffffff_256x240.png");
}
.an-selectRadio-table.ui-datatable tr{
	border: none;	
}
.an-table-hdr-line1 {
	display: block;
	white-space: pre;
}
.an-table-hdr-line2 {
	display: inline-block;
	white-space: pre;
}
.an-selectRadio-table.ui-datatable tr:hover{
	color: black;
	box-shadow: 0px 0px 10px #445E8C;
	-webkit-box-shadow: 0px 0px 10px #445E8C;
  	-moz-box-shadow: 0px 0px 10px #445E8C;
  	background: #c0c0c0;
	border-radius: 0px !important;
	cursor: default !important;
}
.an-selectRadio-table.ui-datatable tbody td{
	padding: 2px 7px;
	vertical-align: top;
	border: none;
	white-space: nowrap;
}
.an-selectRadio-table .an-col-select{
	width:16px;
	text-align:center;
}
.an-col-select .ui-radiobutton{
	margin: 0px;
	margin-top: -5px;
}
.an-selectRadio-table .ui-widget-header {
	background: transparent;
	border: none;
}
/***************************************************/
/*                   DATA GRID                     */
/***************************************************/
.an-dataGrid-no-border .ui-widget-content{
	border: none;
	table-layout: auto;
}
/***************************************************/
/*                   DATA                      */
/***************************************************/
.an-datalist .ui-widget-content {
	border: none;
	background: transparent;
}
.an-datalist dl {
	margin: 0px;
}
.an-datalist ul {
	padding-left: 0px;
}
.an-datalist li {
	list-style-type: none;
	margin-top: 15px;
}
.an-datalist li:first-child {
	margin-top: 0px;
}
.an-datalist-outer dt {
	margin-top: 20px;
}
.an-datalist-inner dt {
	margin-top: 0px;
}
.an-datalist-outer dt:first-child {
	margin-top: 0px;
}
.an-datalist-inner dt:first-child {
	margin-top: 0px;
}
.an-datalist .an-separator3:last-child {
	display: none;
}
.an-datalist::after{
	clear: both;
	display: block;
	content:" ";
}
/***************************************************/
/*                     TAB MENU                    */
/***************************************************/
.an-tabMenu {
	background: #00607F;
}
.an-tabMenu .ui-widget-header {
	background: #00607F;
	border: 1px solid black;
	border-radius: 5px 5px 0px 0px;
}
.an-tabMenu.ui-widget-content {
	border: none;
}
.an-tabMenu.ui-tabmenu {
	-moz-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}
.an-tabMenu.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {
	padding: .3em 1em;
}
/***************************************************/
/*              LIST OF BAR CHART ITEMS            */
/***************************************************/
.an-card-list {
	margin-top: 0px;
	display: flex;
	flex-flow: row wrap;				/* Don't mess with the padding and margins unless your testing for all screen sizes */
	border: 0px;	
	background-color: #E5E5E5;
	width: 100%;
	text-align: center;
	padding: 0px;
}
.an-card-list-item {
	margin: 0 auto;
  	display: flex; 
  	flex-shrink: 1;
	text-align: center;
	font-size: .9em;
	padding: 0px 5px;
	margin-top: 20px;
}
.an-card-list-content {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	flex: 0 1 auto;
	border-radius: 5px;
	padding-bottom: 5px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9);
	transition: 0.3s;
	text-align: center;
}
.an-card-list-content h2 {
	margin: 10px auto;
}
.an-card-list-content .anc-table {
	margin: 0 auto;
}
.an-card-list-content span {
	height: 3em;
	margin: 5px 5px 0px 5px;
	font-size: 1.1em;
	font-weight: bold;
}
.an-card-size-600 {
	width:600px;
}
.an-card-size-800 {
	width:800px;
}
.an-card-list-content-data {
	padding: 0px 10px 10px 10px;
	text-align: left;
}
.an-card-list-content-data ul{
	list-style-type: none;
	padding: 0px;
	min-width:200px;
}
.columns-2 {
	columns: 2;
}
/***************************************************/
/*              LIST OF GRAPH ITEMS                */
/***************************************************/
.an-content-list-header {
	padding-top: 10px;
	padding-bottom: 5px;
	width:100%;
	border: 0px;
	text-align: center;
	background-color: #E5E5E5;
}
.an-content-list-header h2 {
	margin: 0px;
}
.an-content-list {
	margin-top: 0px;
	display: flex;
	flex-flow: row wrap;				/* Don't mess with the padding and margins unless your testing for all screen sizes */
	border: 0px;	
	border-bottom: 1px solid black;
	background-color: #E5E5E5;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.an-content-list-item {
	margin: 0 auto;
  	display: flex; 
  	flex-shrink: 1;
    width: 240px;
	text-align: center;
	font-size: .9em;
	padding: 5px 0px;
}
.an-content-list-content {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	flex: 0 1 auto;
	border-radius: 5px;
	padding-bottom: 5px;
	border: 1px solid black;
}
.an-content-list-content .an-table {
	margin: 0 auto;
}
.an-content-list-content span {
	height: 3em;
	margin: 5px 5px 0px 5px;
	font-size: 1.1em;
	font-weight: bold;
}
.an-chart-guage {
	width:240px;
	height:150px;
}
/***************************************************/
/*      horizontal display                         */
/***************************************************/
.table-display dt{
	display: table-cell;
	vertical-align:top;
	padding-right: 20px;
}
.table-display dl{
	vertical-align: top;
}
/***************************************************/
/*                     COMMON                      */
/***************************************************/
.an-discreet {
	font-size: .8em;
	float: right;
	margin-right: 15px;
}
.an-forgot-pswrd{
	display: table-cell;  	/* overrides center inherited from panel and forces a left align  */
	padding-top: 5px;
}
.an-forgot-pswrd.ui-widget {
	font-size: .8em;

}
.an-sticky {
	position: sticky;
	top: 0;
}
.an-neg-top-margin-20 {
	margin-top: -20px;
}
.an-indent {
	margin-left: 30px;
}
.an-maxWidth-70{
	max-width: 70%;
}
.an-maxWidth-50{
	max-width: 50%;
}
.an-maxWidth-900 {						/* used to limit text from taking the whole width of the page */
	max-width: 900px;
}
.an-clear {
	clear: both;
	display: block;
	content:" ";
}
.an-hidden {
	visibility: hidden; display: none
}
.an-center {
	text-align: center;
}
.an-separator1 {
	margin: 0px  !important;
}
.an-separator2 {
	margin: 10px 0px 5px 0px !important;	
}
.an-separator3 {
	margin: 10px 0px 10px 0px !important;	
}
.an-separator4 {
	margin: 15px 0px 10px 0px !important;	
}
.an-full-height {
	height: 100%;
}
.an-full-height .ui-outputpanel {
	height: 100%;
}
.an-show-whitespace{
	white-space: pre-wrap;
}
.an-margin-top0{
	margin-top:0px;
}
.an-margin-top5{
	margin-top: 5px;
}
.an-margin-top10{
	margin: 10px 0px 0px 0px;
}
.an-margin-top15{
	margin-top: 15px;
}
.an-margin-top20{
	margin: 20px 0px 0px 0px;
}
.an-margin-top30{
	margin: 30px 0px 0px 0px;
}
.an-margin-right15 {
	margin-right: 15px;
}
.an-margin-bottom15{
	margin: 0px 0px 15px 0px;
}
.an-shrink-div {									/* use to surround data to allow expansion, but prevent some from expanding across the screen */
	display: inline-block;
}
/***************************************************/
/*                   PANEL GRID                    */
/***************************************************/
.an-panelGrid-border .ui-datatable-tablewrapper{
	border: 1px solid black;
}
.an-panelGrid-no-border .header{
	font-weight: bold;
	font-size: 1.2em;
}
.an-panelGrid-no-border .ui-widget-content {
	border: none;
	font-size: .95em;
	background: transparent;
	}
.an-panelGrid-no-border.ui-panelgrid .ui-panelgrid-cell {
	border: none;
	padding: 5px 15px 0px 0px;
}
.an-panelGrid-amt-col {			/* right align the amounts*/
	text-align: right;
}
.an-panelGrid-total-amt-col {	/* right align the total amounts and add a sum line*/
	text-align: right;
	border-top: 1px solid black !important;
	font-weight: bold;
}
.an-panelGrid-remove-padding {  /* removes the panel grid padding on the right to align amounts with total line*/
	padding-right: 0px !important;
}
.an-panelGrid-header {
	font-weight: bold;
}
.an-panelGrid-link{
	float: right;
	margin-right: 10px;
	font-size: .9em
}
/***************************************************/
.an-detail-PanelGrid{
	overflow:auto;
}
.an-detail-PanelGrid.ui-panelgrid .ui-panelgrid-cell{
	border: none;
	padding: 4px 15px 4px 0px;
}
.an-detail-PanelGrid .ui-widget-content {
	background: none;
	border: none;
}
/***************************************************/
/*                       PANEL                     */
/***************************************************/
.an-panel.ui-panel{
	border: none;
	padding: 0px;
}
.an-panel.ui-panel .ui-panel-content{
	padding: 0px;
}
/***************************************************/
/*                       TREE                      */
/***************************************************/
.an-tree.ui-tree {
	width: auto;
	padding-right: 38px;
	border: 1px solid black;
	text-align: left;
	margin-top: 10px;
	border-radius: 5px;
	max-height: 600px;
	overflow-y: auto;
	overflow-x: visible;
}
/***************************************************/
/*                   FILE UPLOAD                   */
/***************************************************/
.an-file-upload {
	margin-top: 15px;
}
.an-file-upload .ui-fileupload-buttonbar{
	padding: 0px;
}
.an-file-upload .ui-widget-header{
	background: none;
	border: none;
}
/***************************************************/
/*                       CHARTS                    */
/***************************************************/
.an-bar-chart {
	max-width: 98%;  /* keeps it from escaping parent box */
}
.an-bar-chart canvas {
	max-width: 75%;
}
/***************************************************/
/*                     CAROUSEL                    */
/***************************************************/
.an-carousel .ui-widget-header {
	color: white;
}
.an-carousel{
	text-align: left; 
	margin-top:10px;
	min-width: 600px;
}
.an-carousel .ui-carousel-item {
	border: none;
}
.an-carousel .ui-carousel-viewport {
	padding: 5px;
}
.an-carousel-list{
	list-style-type:disc; 
}
/***************************************************/			/*  use when pe:fluid-grid fails to space components correctly  */
/*         			 FLUID GRID                    */			/*  address component is an example								*/
/***************************************************/
.an-fluid-grid .an-fluid-item{
	display:inline-block;
	float: left;
	margin-right: 20px;
}
.an-fluid-grid .an-fluid-item:last-child{
	margin-right: 0px;
}
.an-fluid-grid .an-fluid-item-rt{
	display:inline-block;
	float: right;
	margin-right: 20px;
}
.an-fluid-grid:AFTER{
	overflow: auto;
	content: "";
    clear: both;
    display: block; 
}
/***************************************************/
/*           STYLES SPECIFIC FOR IE 10/11          */
/***************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS styles go here */
	.an-content-list-title {
		display: inline-block;
		max-width: 220px;
	}
	.list-content {
		text-align: center;
	}	
	.ie-req-table-cntr {			/* surround table in div - required to center table in ie */
		margin: 0 auto;
	}								
}
/***************************************************/
/*           STYLES SPECIFIC FOR COMPASS           */
/***************************************************/
.cmps-hdr-container {
	display: flex;
	flex-flow: row nowrap;
}
.cmps-hdr-1 {
	flex-grow: 2;
	flex-shrink: 1;
	margin-right: 15px;	
}
.cmps-hdr-1 .graph, .cmps-hdr-1 .chart{
	font-size: 1.3em;
	margin: 0px;	
	font-family: "Avenir Next W01","Avenir Next W00","Avenir Next",Avenir,"Helvetica Neue",sans-serif;
}
.cmps-hdr-1 .chart{
	margin: 10px 0px 0px 0px;
}
.cmps-hdr-1 .no-subHdr {
	margin-bottom: 31px;
}
.cmps-hdr-1 h2{
	font-size: 1em;
	margin: 0px 0px 10px 1px;
	display: block;
	font-weight: normal;
	font-family: "Avenir Next W01","Avenir Next W00","Avenir Next",Avenir,"Helvetica Neue",sans-serif;
}
.cmps-hdr-2 {
	flex-shrink: 1;
	flex-basis: auto;
	margin-top: 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS styles go here */
	.cmps-hdr-1 {
		width: 75%;
	}
}	
.cmps-chart-header {
	float:right;
	margin: 15px 0px 0px 0px;
}
.cmps-table {
	overflow-x:auto 
}
.cmps-table.ui-datatable table {
	table-layout: auto;						/* causes the table to collapse to content */
}
.cmps-table .ui-datatable-tablewrapper{
	background-color: white;
}
.cmps-table.ui-datatable thead th {
	padding: .1em .3em;
}
.cmps-table.ui-datatable tbody td {
	padding: .1em .3em;
}
.cmps-table .ui-datatable-odd {
    background: white;
}
.cmps-table .ui-datatable-even {
    background: white;
}
.cmps-table tbody td{
	border-color: #a8a8a8 !important;
}
.cmps-table.ui-datatable tbody tr:hover {
	color: black;
	box-shadow: 0px 0px 10px #445E8C;
	-webkit-box-shadow: 0px 0px 10px #445E8C;
  	-moz-box-shadow: 0px 0px 10px #445E8C;
  	background: #c0c0c0;
	border-radius: 0px !important;
	cursor: default !important;
}
.cmps-pan {
	border: none;
	padding: 0px;
}
.cmps-panelgrid-table {
    display: table;
    table-layout: auto;
    width: 100%;
}
.cmps-panelgrid-table.ui-panelgrid .ui-panelgrid-cell {
	padding: 4px 3px;
}
.cmps-panelgrid-table td {
	text-align: right;
	font-size: .8em;
	white-space: wrap;	
}
.cmps-panelgrid-container {
	margin-top: 10px;
	overflow-x:auto;
}
.map-flex-outer {
	margin-top: 10px;
	display: flex;
	flex-flow: row nowrap;
	background: #FFFFFF;
}
.map-text {
	display: inline-block;
}
.map-flex-left {	
	width: 20%;
	text-align: center;
	margin-right: 3em;
}
.map-flex-left button{	
	margin-bottom: .7em;
}
.map-flex-right{
	flex-shrink: 1;					
	width: 100%;
}
.map-button  {
	width: 100%;
	font-size: 1em;
}
.mapDiv {
	float: left;
}
@media only screen and (max-width: 1400px) and (min-width: 200px) {
	.an-nebraska-map {		
		max-width: 100%;
	}
	.txtDiv {
	max-width: 100%;
	float: left;
}
}
@media only screen and (min-width: 1401px) {
	.an-nebraska-map {
		max-width: 600px; 		
	}
	.txtDiv {
	max-width: 40%;
	float: left;
}
}
.cfs-menu {
	background: #FFFFFF;
}
.cfs-menu.ui-menu .ui-menuitem-link{
	color: #4f4f4f;
	font-family: roboto, ariel;
	font-size: 1.05em;
}
.cfs-menuitem-selected {
	background: #aaa;
	background: #aaa linear-gradient(top,rgba(0,0,0,0.25),rgba(0,0,0,0));
	background: #aaa -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.25)),to(rgba(0,0,0,0)));
	background: #aaa -o-linear-gradient(top,rgba(0,0,0,0.25),rgba(0,0,0,0));	
	background: #aaa -moz-linear-gradient(top,rgba(0,0,0,0.25),rgba(0,0,0,0));
	background: #aaa -ms-linear-gradient(top,rgba(0,0,0,0.25),rgba(0,0,0,0));	
	color: white !important;
	text-shadow: 1px 1px 1px #333;
}