/*
    Override Presto default UX
*/
body{
    font-family: Calibri, Arial, sans-serif;
    font-size: 1em;
}
p, ul, dl, ol, td, input, textarea, select, label {
	font-family: Calibri, Arial, sans-serif;
    font-size: 1em;
}
/* Added because controls on Search Results > Detailed Listing were too big */
.ui-widget {
	font-family: Calibri, Arial, sans-serif;
    font-size: 1em;
}
.jui-record-paging-label {
    font-size: 90%;
}
/* Header sizes*/
h1 {
    font-size: 160%;
}
h2 {
    font-size: 140%;
}
h3 {
    font-size: 120%;
}
.smallprint {
	font-size: 0.9em;
	line-height: 1em;
}
.fineprint {
	font-size: 0.8em;
	line-height: 0.9em;
}

/* Adjust logo on login page */
.branding-image {
	height: 90px;
	background-size: contain;
}


/* Adjust logo in the header on almost all pages */
#header .branding-image {
	margin-top: 0px;
	margin-left: 0px;
	width: 522px;
	height: 174px;
	background-size: contain;
}

/* Remove top padding so logo can butt up to the top */
#header .inside {
	padding-top: 0px;
}

/* Remove absolute size applied to RSS Feed Reader widgets */
div.RSSFeed table#item {
    font-size: initial !important;
}

/* Remove absolute size applied on Search Results page */
.searchsummary {
    font-size: initial;
}
.search-summary-header-text {
    font-size: initial;
}
.resultslist a, .resultslist td {
    font-size: initial;
}
.showallmatching {
    font-size: initial;
}
.backtotop {
    font-size: initial;
}

/************************ PRESTO MENU STYLES ****************************/

/***** MAIN MENU BAR CLASSES *****/

#inmg-main-menu-outter-container
{
    border-bottom: 5px solid #016634;
}