#content table.rowheaders {
	border-bottom: 1px solid #d7d7d7;
	background: #f2f2f2;
}
#content table.rowheaders tr {
	border-top: 1px solid #d7d7d7;
}
#content table.rowheaders th,
#content table.rowheaders td {
	border: none;
	vertical-align: top;
}
#content table.rowheaders th {
	background: #ececec;
	width: 28%;
	border-bottom-width: 1px;
}
#content table.rowheaders p {
	line-height: 1.5;
	margin-bottom: 12px;
}
#content table.rowheaders p:last-child {
	margin-bottom: 0;
}

.announcement-bar {
	 /* display:none; */
	 background-color: #FFD100;
	 padding: 12px 10px;
	 margin-top: 10px;
	 text-align: center;
	 font-family: sans-serif, "Open Sans";
	 font-size: 16px;
}
.announcement-bar[aria-hidden="true"] {
	 /* display:none; */
}

.announcement-bar .h5 {
	 margin-top: 16px;
}
.announcement-bar a {
	  color: #800000;
}
 .announcement-bar a:hover {
	  color: #660000;
}
.h4 {
    font-weight: 700;
}

.page_content table[class^="sc_"].sc_footnotes, 
.page_content table.grid.sc_footnotes {
	font-size:1em;
}


#catalog, #calendar {
    display: inline-block;
}

#header-buttons {
    display: none;
}
@media(min-width: 768px) {
    #header-buttons {
        display: inline-block;
        vertical-align: middle;
    }
}

.search {
    display: inline-block;
    vertical-align: middle;
}

.header-selections {
text-align: right;
}

@media(max-width: 767px) {
.header-selections {
text-align: center;
}
}

.header-selections li {
text-align: left;
}

@media(max-width: 767px) {
.header-selections li {text-align: left;}
}



#search-submit {position: absolute;top: 58%;right: 10px;transform: translateY(-50%);}
@media(max-width: 767px) {
    #search-submit {transform:rotateY(0); top:15px;}
    #hdr-right ul.is-dropdown {background:none;}
}


#search-radio-buttons ul {display:block;}
@media(min-width: 768px) {
    #search-radio-buttons {position: absolute; top:100%;right:0;display:block; width:100%;}
}


#header-buttons a[aria-expanded="true"], 
#header-buttons button[aria-expanded="true"] {
    background: #80BCE0;
    color: #091F40;
    border-radius: 4px 4px 0 0;
}
/* j340 aad matching curr */
dl.sc_footnotes,
dl.sc_footnotes dt,
dl.sc_footnotes dd {
  font-size: 1rem;
}

dl.sc_footnotes dt {
  font-weight: normal;
}
dl.sc_footnotes dd {
    width: 96%;
}
dl.sc_footnotes dt {
    width: 3%;
}