/* 
 * This CSS file will be applied after all the built in styles.
 * 
 * CSS files are loaded in alphabetic order, hence the  "zzz" in 
 * the filename to force it to load after the other css files!
 * 
 * Add any local over-rides here. 
 * 
 * To totally replace a system css file, create a file of the same 
 * name in this directory. eg. messages.css
 * 
*/

div.ep_latest_result {
	border: 1px solid #ccc;
	border-bottom: 3px solid #009EE3;
	padding: 1em;
	margin-bottom: 1em;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}



#ep-homepage-menu {
		display: grid;
		grid-gap: 1em;
}

@media screen and (min-width: 980px) {
	#ep-homepage-menu {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

dl#ep-homepage-menu dt {
	border: none;
	box-shadow: none;
}

dl#ep-homepage-menu div {
	border: 1px solid #ccc;
	border-bottom: 3px solid #009EE3;
	padding: 1em;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

body {
	font-family: "Myriad W01",Helvetica,Arial,sans-serif;
	font-size: 16px;
}

#page-wrapper {
	position: relative;
	min-height: 100vh;
	padding-bottom: 6rem;
}

#footer {
	position: absolute;
}

h1::before {
	left: -.5em;
	top: 1em;
	content: '';
	display: inline-block;
	width: .75em;
	height: .75em;
	margin-right: .15em;
	background-color: #009EE3;
	vertical-align: baseline;
	box-sizing: border-box;
}

h1 {
  font-size: 2.25em;
  text-align: left;
}

h1.ep_tm_pagetitle {
	font-size: 2.25em;
	margin-top: 0;
}

.ep_search_feed_container {
	text-align: right;
	margin: 1em;
}
