/* Local Styles  */

/* Reduce banner image height */
 img.slide-image {
	 max-height: 350px;
}


/*Commenting out color changes on links and buttons*/

/*   News feed view all news button on hover   */
/*a.btn.btn-cta.btn-content.btn-cta-orange.mx-auto:hover {*/
/*    color: #ffffff !important;*/
/*}*/

/*Blue links to orange */
/*page content */
/*.content-row a:visited {*/
/*     color: #cb4900  ;*/
/*}*/
/*.content-row a:hover {*/
/*       color: #045678 !important;*/
/*    text-decoration: underline;*/
/*}*/
/*.content-row a:visited:hover  {*/
/*        color: #045678 !important;*/
/*    text-decoration: underline;    */
/*}*/
/*News card button color on hover */
/*.content-row .card-body a:hover {*/
/*       color: #ffffff !important;*/
/*    text-decoration: underline;*/
/*}*/



/*webform*/
#business_department {
    display: none;
}

label[for="business_department"] {
    display: none !important;
}



/*ACC fix for dept name */
.dept-name {
 
    padding-bottom: 0.25em;
}

/*Show table header text */
.responsive-table th {
 
    color: #000000;
}



/*Fix bilingual alignment on page */
 .pagetitle {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 padding: 20px 0;
	 position: relative;
}
 .bilingual {
	 font-family: "Patua One", serif;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 font-size: .85em;
	 line-height: .08333em;
	 vertical-align: .125em;
	 margin-top: 2px;
	 margin-left: auto;
	/* This will push the .bilingual class to the right */
}


/* My own orange hex to white border */
img.hex-border-row {
    min-width: 1194px;
    margin-left: 0px;
    /* --bs-gutter-x: 1.5rem; */
    padding-left: 0px;
}

/*  Black text not light gray for headings */
.custom_html_col .content-row h3, .custom_html_col .content-row h5 {
    color: #000000;
}
 

/*  Reduce height of banner image on System Status and other pages */
.slide .position-relative {
    position: relative  ;
    /*height: 200px;*/
}
 img.slide-image {
	/* width: 100%;
	 */
	/* height: auto;
	 */
	/* object-fit: cover;
	 */
	/* min-height: 250px;
	 */
	/* max-width: 100%;
	 */
	 /*max-height: 200px;*/
}
 .shadow {
	 /*display: none;*/
}



.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: white;
}

div#ui-datepicker-div {
    background: white;
    border: 1px solid black;
    padding: 4px;
}


/*Fix card images */
 .cards_col .card-image img {
	 width: 100%;
	 max-height: 200px;
	 /*object-fit: contain;*/
}
/*Fix card group images */
 .image_card_col .card-img-container img {
	 height: 250px;
	 max-width: 100%;
	 /*object-fit: contain;*/
}
/* Widths less than 533px */
 @media only screen and (max-width: 767px) {
}
/* Widths less than 767px */
 @media only screen and (max-width: 767px) {
}
/* Widths less than 992px for clear and submit button on filter page */
 @media only screen and (max-width: 992px) {
}
 