@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");

/***************************************************/
/*                 SCREEN SIZE                     */
/***************************************************/
@media only screen and (min-width: 200px) and (max-width: 650px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1000px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) {
  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: #E5E5E5;
	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, Arial, sans-serif;
}
img {
	border: none !important;	
}
section {
	margin-top: 10px;
}
label {
	color: #2D2D2D;
}
a {
	color: blue;
	text-decoration: none;
}
h1	{							/* used for page titles  */
	font-size: 1.9em;
	font-weight:bold;
	font-family: Roboto, Arial, sans-serif;
	margin: 15px 0px;
}
h2	{							/* used for page subtitles  */
	font-size: 1.6em;
	font-weight:bold;
	font-family: Roboto, Arial, sans-serif;
	margin: 15px 0px 0px 0px;
	display: block;
}
h3 {
	font-size: 1.3em;
	font-weight:bold;
	font-family: Roboto, Arial, sans-serif;
	margin: 15px 0px 0px 0px;
}
h4 {
	font-size: 1.1em;
	font-weight:bold;
	font-family: Roboto, Arial, sans-serif;
	margin: 15px 0px 0px 0px;
}
h5 {
	font-size: 1em;
	font-weight:bold;
	font-family: Roboto, Arial, sans-serif;
	margin: 15px 0px 0px 0px;
}

/***************************************************/
/*              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, Arial, sans-serif;
	font-size: 1.0em;
}
.ui-widget input{
	font-family: Roboto, Arial, sans-serif;
	font-size: 1.0em;
}
.ui-widget button {
	font-family: Roboto, Arial, sans-serif;
	letter-spacing: .4mm;
}
.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  */
}
input.ui-state-error {
	background:white;
}
.ui-widget-content {
    color: #2D2D2D;
}
.ui-state-disabled {
	opacity: .60;
}
span.ui-inputnumber.ui-state-error {
	border: none;
}
/***************************************************/
/*                 TEMPLATE                        */
/***************************************************/
#pageWrapper {
	position: relative;
	flex-grow: 1;  
	width: 100%;
	padding-bottom: 220px;
}

/***************************************************/
/*                    HEADER                       */
/***************************************************/
header {								
	padding: 5px 15px 10px 15px;
	font-family: Montserrat, Roboto, Arial, sans-serif;
	color: #FEC842;
	background-color: #00607F;
	width: 100%;
}
.an-header {
	text-align: center;
	padding-top: 1em;
}
.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-img-dhhs {
	float: right;
	margin-right: 15px;
}	
.an-img-accessNe {	
	float: left;
	margin-left: 1em;
}	
.an-img-negov {
	margin-left: 15px;
}
@media screen and (min-width: 200px) and (max-width: 650px) {
	.an-header .title {
		font-size: 2.0em;
	}
	.an-img-dhhs, .an-img-accessNe{
		width: 80px; 
		height: 40px;
	}	
	.an-img-negov {
		height: 15px;
	}	
}
@media screen and (min-width: 651px) and (max-width: 1000px) {
	.an-header .title {
		font-size: 2.5em;
	}
	.an-img-dhhs, .an-img-accessNe{
		width: 140px; 
		height: 70px;
	}	
	.an-img-negov {
		height: 20px;
	}
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
	.an-header .title {
		font-size:3.0em;
	}
	.an-img-dhhs, .an-img-accessNe{
		width: 160px; 
		height: 80px;
	}
	.an-img-negov {
		height: 23px;
	}
}
@media screen and (min-width: 1401px) {
	.an-header .title {
		font-size: 3.5em;
	}
	.an-header .subtitle {
		font-size: 1.2em;
	}
	.an-img-dhhs, .an-img-accessNe{
		width: 200px; 
		height: 100px;
	}
	.an-img-negov {
		height: 25px;
	}
}
/***************************************************/
/*                   FOOTER                        */
/***************************************************/
.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 */
}	
footer {	
 	margin-bottom: 1em;
	background-color: #00607F;
	width: 100%; 	
	
}
footer a{	
 	color: #FEC842;
}
.an-footer-link:hover {
	text-decoration: underline;
}
/******************** 3 column footer ******************/
.an-footer-3col {	
	position: relative;
 	color: #FEC842;
 	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	height:75px;
	margin-bottom: 1em;
}
.an-footer-col-left{
	position: absolute;
	top: 0px;
	left: 15px;
	text-align: left;	
}
.an-footer-col-center{
	display: inline-block;	
}
.an-footer-col-right {
	position: absolute;
	top: 0px;
	right: 15px;
	text-align: left;	
}	
@media screen and (min-width: 200px) and (max-width: 1075px) {
	.an-footer-col-left, .an-footer-col-right {
		visibility: hidden;
		}	
}	
/***************************************************/
/*                     COMMON                      */
/***************************************************/
.cmn-shrink-content {
	display: inline-block;
}
.an-font-size14 {
	font-size: 1.4em;
}
.cmn-inline-block {
	display: inline-block;
}
.cmn-float-rt {
	float: right;
}
.an-uppercase {
	text-transform: uppercase;
}
.an-discreet {
	font-size: .8em;
	float: right;
	margin: 0px 15px 15px 0px;
}
.an-centerText {
	margin: 30px auto;
	text-align: left;
}
.an-italics {
	font-style: italic;
	font-size: .9em;
}
.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-40 {
	margin-left: 40px;
}
.an-indent-30 {
	margin-left: 30px;
}
.an-indent-20 {
	margin-left: 20px;
}
.an-indent-10 {
	margin-left: 10px;
}
.an-indent-20neg {
	margin-left: -20px;
}
.an-maxWidth-80{
	max-width: 80%;
}
.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-minWidth-50 {
	min-width: 50%;
}
.an-minWidth-40 {
	min-width: 40%;
}
.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-separator5 {
	margin: 5px 0px 10px 0px;	
}
.an-separator6 {
	margin: 5px 0px 0px 0px;	
}
.an-separator7 {
	margin: 0px 0px 5px 0px;	
}
.an-separator8 {
	margin: 15px 0px 0px 0px;	
}
.an-full-height {
	height: 100%;
}
.an-full-height .ui-outputpanel {
	height: 100%;
}
.an-show-whitespace{
	white-space: pre-wrap;
}
.an-margin-all10{
	margin:10px;
}
.an-margin-top0{
	margin-top:0px !important;
}
.an-margin-top5{
	margin-top: 5px;
}
.an-margin-top10{
	margin-top: 10px;
}
.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-right40 {
	margin-right: 40px !important;
}
.an-margin-right20 {
	margin-right: 20px !important;
}
.an-margin-right10 {
	margin-right: 10px !important;
}
.an-margin-left15 {
	margin-left: 15px;
}
.an-margin-left5 {
	margin-left: 5px;
}
.an-margin-bottom15{
	margin: 0px 0px 15px 0px;
}
.an-margin-bottom10{
	margin: 0px 0px 10px 0px;
}
.an-margin-bottom0{
	margin-bottom: 0px;
}
.an-shrink-div {									/* use to surround data to allow expansion, but prevent some from expanding across the screen */
	display: inline-block;
}
.an-abs-top-right {
	position: absolute;
	top: 0px;
	right: 0px;
}
.an-abs-top-left {
	position: absolute;
	top: 0px;
	left: 0px;
}
.an-bold {
	font-weight: bold;
}
/***************************************************/
/*                   UL/LI LIST                    */
/***************************************************/
.an-ul-list{						/* use with ul list to add spacing between li entries */
	margin-top: 10px;				
	}
.an-ul-list li{
	margin-top: 5px;
}	
.an-ul-list-inner{
	margin: 10px 0px;
}
.an-bulleted-list li{				/* use with an-ul-list to add bullets if needed */
	list-style-type: disc !important;
	margin-left: 30px;
}
/***************************************************/
/*                     MENUBAR                     */
/***************************************************/
.an-menuBar {
	background: #333333;
	position: relative;	
	height: 3.75em;
}
.an-menuBar .ui-tabmenu .ui-tabmenu-nav {	/* resets the margins and padding  */
	margin: 0;
	padding: 0;	
	border: none;
}
.an-menuBar li a{							/*  sets spacing on li  */
  	border-radius: 5px;
	margin:  0px .2em;
}
.an-menuBar .ui-state-hover a:hover{		/*  when hovering over li  */
	background-color: #E5E5E5;
	color: black;
	cursor: pointer;
}
/***************************************************/
.an-menuBar-tabMenu {
	position: absolute;
	top: .25em;						/* shrinks as the screen shrinks  */
	left: .8em;
}

.an-menuBar-tabMenu .ui-widget-content {			/*  removes the border from the div outside the ul  */
	border: none;
}
.an-menuBar-tabMenu .ui-widget-header {			/*  sets the background color  */
	background: #333333;
}
.an-menuBar-tabMenu ul{							/*  resets the border radius  */
	border-radius: 0px;
}
.an-menuBar-tabMenu .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {		/*  pads the li  */
	 padding: .9em;
}
.an-menuBar-tabMenu  .ui-state-default {			/* sets background of the li  */
	border: none;
	background: #333333;
}
.an-menuBar-tabMenu .ui-state-default a {			/*  sets font white  */
	color: white;
}
.an-menuBar-tabMenu .ui-state-active a{			/*  sets the active tab  */
	background-color: #E5E5E5;
	color: black;
}
/***************************************************/
.an-menuBar-user-area {										/* setup user info area and position   */
	position: absolute;
	top: 1.2em;						/* shrinks as the screen shrinks  */
	right: 1em;
	font-size: 1em;
}
.an-menuBar-user-area .ui-button .ui-button-text{		/* colors the button text and displays the icon and text in 1 line   */
	display: inline-block;
	color: white;
}
.an-menuBar-user-area .ui-button-text-icon-right .ui-button-text {		/* adjusts the text in the button   */
	padding: .4em 2em .2em .5em !important;
}
.an-menuBar-user-area .bi::before {						/* sets padding for bi icon   */
	padding-right: .3em;
	padding-left: .5em;
}
.an-menuBar-user-area button{							/* colors the button   */
	color: white;
	border: 1px solid white;
	background: #333333;
}
.an-menuBar-user-area .ui-state-default .ui-icon {		/* changes the button arrow to white  */
	background-image: url("../resources/images/ui-icons_ffffff_256x240.png");
}
.an-menuBar-user-area .int-userMenu-item {				/* allows for multiple items to be added  */
	color: white;
	margin-right: 20px;
	display: inline;
}
.an-menuBar-user-area a:hover{			
	text-decoration: underline;
}
@media only screen and (max-width: 800px) and (min-width: 200px) {
	.an-menuBar-user-area .int-auto-hide {
		display: none;
	}
}

/***************************************************/
/*              RESPONSIVE LAYOUT                  */
/***************************************************/
.an-resp-page-layout{
	margin: 0 auto;
	overflow: auto;
	min-height: 350px;			
	text-align: left;
	max-width: 2000px;
}
.mnu-page-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin:auto;
}
@media only screen and (min-width: 1000px) {   					/* prevents the box from getting to big on large screens */
	.an-resp-page-layout .mnu-page-content {
		max-width: 75%;
   	}
}
/***************************************************/
/*                UPPER CONTAINER                  */
/***************************************************/
.mnu-page-upper-container {
	display: flex;
	flex-flow: row nowrap;
	margin: 0px 0px 15px 0px;
}
@media only screen and (max-width: 700px) and (min-width: 200px) {
	.mnu-page-upper-container {
		display: flex;
		flex-flow: row wrap;
		margin: 0px 0px 15px 0px;
	}	
}
@media only screen and (min-width: 1450px) {	
	.mnu-upper-content {
		display: inline-flex;
		flex: 1 1 auto;
	}
}
@media only screen and (max-width: 1450px) and (min-width: 200px) {
	.mnu-upper-content {
		margin: 0px;
		display: inline-flex;
		flex-flow: row wrap;				/* Don't mess with the padding and margins unless your testing for all screen sizes */
		border: 0px;	
		padding: 0px;
	}
	.mnu-pic-item img{
		max-width: 100%;			
	}
}	
.mnu-pic-item {
	display: flex;
	flex: 4 1 auto;						/*  grow | shrink | Basis */ 
	margin: 15px 15px 0px 15px;			
	
}
.mnu-pic-item img{ 
	max-width: 100%;			
 } 
.mnu-message-item{
	font-size: 1.2em;
	display: flex;
	flex-flow: column nowrap;
	background-color: #fff;
	flex: 1 4 auto;						/* grow | shrink | Basis */ 			
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9);
	transition: 0.3s;
	margin: 15px 15px 0px 15px;		
	max-width: 744px;		/* same as width of pic */

}
.mnu-message-item h2 {
	margin: 0px;
	font-family: "Montserrat","Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-size: 1.3em;
	white-space: nowrap;
	background: linear-gradient(to right,#002633 0%,#00607f 70%);
	color: white;
	padding: 10px 10px 10px 10px;
	outline: 1px solid black;
	border-radius: 5px 5px 0px 0px;
}
.mnu-links-content {
	flex-grow: 0;
	background: #00607F;
	border: 1px solid black;
	border-radius: 6px;
	margin: 15px 15px 0px 15px;	
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9);
	transition: 0.3s;
}
.mnu-links-content h2 {
	margin: 0px;
	font-family: "Montserrat","Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-size: 1.3em;
	white-space: nowrap;
	background: linear-gradient(to right,#002633 0%,#00607f 70%);
	color: white;
	padding: 10px 10px 10px 10px;
	outline: 1px solid black;
	border-radius: 5px 5px 0px 0px;
}
.mnu-links-content ul {
	display: block;
	background: white;
	margin: 0px;
	padding: 15px 0px;
}
.mnu-links-content ul li{
	list-style-type: none;
	font-size: 1em;
}
.mnu-links-content ul li:hover{
	background: linear-gradient(to right, #00607f 0%, #327990 90%);
}
.mnu-links-content-img{
	height: 35px;
	width: 100%;
}
.mnu-links-content .mnu-other-link{
	display: block;
	color:#00607f;
	padding: 5px 15px;
}
.mnu-links-content .mnu-other-link:hover{
	color:white;
	background: linear-gradient(to right, #00607f 0%, #327990 90%);
}
/***************************************************/
/*        OTHER LINKS DISASTER SNAP BUTTON         */
/***************************************************/
.mnu-dSnap-content {
	text-align: center;
	margin: 10px 10px 15px 10px;
	padding: 10px 10px 15px 10px;
	border: 2px solid white;
	border-radius: 5px;
}
.mnu-dSnap-content p {
	font-size: 1.4em;
	font-weight: 500;
	color: white;
	margin: 0px;
}

.mnu-dSnap-btn {
	font-family: Montserrat, sans-serif;
	color: #00607F;
	padding: 3px 10px;
	border-radius: 7px;
	border: 2px solid #00607F;
	outline: 2px solid white; 
	background: white;
	font-weight: 500;
	margin-top: 15px;
	display: block;
}
.mnu-dSnap-btn::after {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F137";
	margin-left: .6em;
}
.mnu-dSnap-btn:hover{
	color: white;
	padding: 3px 10px;
	border-radius: 5px;
	background: linear-gradient(270deg, white -35%, #00607F 70%);
}
/***************************************************/
/*              LOWER CONTAINER                    */
/***************************************************/
.mnu-page-lower-container {
	display:flex;
	flex-flow: row wrap;
	padding: 0px 15px 15px 15px;
	justify-content: space-between;
}
.mnu-card {
	text-align: left;
	border: 1px solid black;
	color: white;
	border-radius: 5px;
	margin-top: 20px;
	padding: 10px;
	display: flex;	
	flex: 1 1 auto;			/* grow | shrink | basis */
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9);
	transition: 0.3s;
	background: linear-gradient(135deg,#338099 0%,#00607f 70%);
	max-width: 46%;
}
.mnu-card h1, .mnu-card-icon{
	margin: 0px;
	font-size: 1.6em; 
}

.mnu-card ul {
	max-width: 90%;
	padding-left: 15px;
}
@media only screen and (min-width: 200px) and (max-width: 650px) {
	.mnu-card {
	    max-width: 460px;
	}
}
.mnu-card-content {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}
.mnu-card-container1 {
	display: flex;
	justify-content: left;
	height: 100%;
	flex-grow: 1;
}
.mnu-card-container2 {
	display: flex;
	justify-content: right;
	height: 100%;	
}
.mnu-card-btn {
	align-self: flex-end;
	padding-bottom: 8px;
}
.mnu-card-lnk {
	font-family: Montserrat, sans-serif;
	color: #00607F;
	padding: 3px 10px;
	border-radius: 7px;
	border: 2px solid #00607F;
	outline: 2px solid white; 
	background: white;
	font-weight: 500;
}
.mnu-card-lnk.ui-widget {
	font-size: 1.2em;
	font-family: Roboto, sans-serif;
}
.mnu-card-lnk::after {
	font-family: "bootstrap-icons";
	vertical-align: -.125em;	
	content: "\F137";
	margin-left: .6em;
}
.mnu-card-lnk:hover{
	color: white;
	padding: 3px 10px;
	border-radius: 5px;
	background: linear-gradient(270deg, white -35%, #00607F 70%);
}
