/* fixes font for page titles  */
h1#page-title  {line-height:1.25;}

/* floats right the announcement RSS feed icon */
.fp-news-feed div.feed-icon {float:right;margin-top:-25px;}

/* removes italics from views with dates and changes color to black */
.field--name-field-date-and-time, .views-field-field-date-and-time, .date-display-single {font-style:normal;color:#000;font-size: 0.9375rem;}

/* accordion font size widget */
.ui-widget {font-size:1em;}

/* table */
table tr.even, table tr.odd {background:none;border:none !important;}
td {border:1px solid #ddd;}

/* removes the title for alias pages */
.node--alias h2.node__title {display:none;}

/* hides level 3 children on sidebar unless active */
.l-region--sidebar-first nav ul.menu li.expanded ul.menu {display:none;}

/* shades level 3 children on sidebar */
.l-region--sidebar-first nav ul.menu li.expanded.active-trail ul.menu {display:inherit !important;}
.l-region--sidebar-first nav ul.menu li.expanded.active-trail ul.menu {border:3px solid #FFEBC5;}
.l-region--sidebar-first nav ul.menu li.expanded.active-trail ul.menu li {background-color: #FFFBD9;}
.expanded active menu-mlid-1278 submenu parent-menu{background-color: #FFFBD9;}

/* adds template coloring back to links */
.ui-accordion-content a {color: #205493;}
.ui-tabs a {color: #205493;}

/* makes images responsive */
.responsive {max-width: 100%; height: auto;}

/* adds a double border to a DIV for judicial vacancy announcements */
.newsborder{border:7px double #000; padding:10px;}

/* adds a linear white-to-dark-blue gradient from left to right */
.gradient-blue {
	background-image: linear-gradient(to right, white , white,#002762); 
	padding:12px;
	font-size:22px;
	font-weight:bolder;
	font-style:italic;
	padding-left:200px;
	border-radius:20px;
	color:white;
}
