/* Available Web Fonts */
.open-light {
	font-family: 'OpenSansLight', Arial, sans-serif;
}
.open-bold {
	font-family: 'OpenSansSemibold', Arial, sans-serif;
}
.open-regular {
	font-family: 'OpenSansRegular', Arial, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
color: #678602;
font-weight: normal;
margin: 0 0 0.25em;
}

h4, h5, h6 {
color: #545454;
}

h1 {
margin-bottom: 1.5em;
font-size: 2em;
}

h1#ui-page-title {
font-size: 2em;
margin: 0;
}

h2 {
font-size: 1.385em;
}

/* On pages with a content-type of News, places the article below the date. Sondra Jarvis, 11/21/11 */

.page-news h2, .page-news p {
clear: both;
}

h3 {
font-size: 1.231em; /* Originally 1.385em. Sondra Jarvis, 08/12/14 */
}

h4 {
font-size: 1.231em;
}

h5 {
font-size: 1em;
}

h6 {
font-size: 0.9225em;
}

p, ul, ol, table {
line-height: inherit;
margin-bottom: 1em;
}

li ul,
li ol {
margin-bottom: 0.5em;
}

.ui-title a {
text-decoration: none;
}

.ui-title a:hover {
text-decoration: underline;
}
