/* ========= Colour treatment for application dates ========= */
.uomcontent .applications-open,
.uomcontent .applications-closing,
.uomcontent .applications-closed { font-weight: bold; }

.uomcontent .applications-open { color: #008a00; }
.uomcontent .applications-closing { color: orange; }
.uomcontent .applications-closed { color: #DF0620; }

/* ========= Student profiles ========= */
.uomcontent .staff-listing.min.scholarships .profile .frame { height: 6.125rem; width: 6.125rem; }
.uomcontent .staff-listing-detailed.scholarships li { width: 100%; }
.no-profile { float: right; }

/* ==== Home page student profiles ==== */
@media screen and (min-width: 769px) {
    .uomcontent .staff-listing.min.scholarships.home, .uomcontent .staff-listing.min.scholarships.home li {max-width: 63.75rem;}
    .uomcontent .staff-listing.min.scholarships.home li { padding: 2rem; }
    .uomcontent .staff-listing.min.scholarships.home .profile .frame { height: 8.125rem; width: 8.125rem; }
    .uomcontent .staff-listing.min.home .details {
    	width: 55.625rem; 
    	line-height: 1.8; 
    	font-size: 1.2em; 
    	padding: 0 1.5625rem;
    }
}
/* ========= Styles for scholarship details template ========= */
.scholarships.col {
	-moz-column-count: 2; 
    -webkit-column-count: 2; 
    column-count: 2;
}
.scholarships.col div {
	display: inline-block; 
	width: 100%;
}
.uomcontent [role=main] section.options {padding: 0;}
.uomcontent [role=main] section.options ul.accordion {margin-top: 1.5rem;}
.uomcontent [role=main] section.benefits {padding-top: 0;}

/* ========= Styles for Scholarships homepage banner ========= */
.uomcontent [role=main] .scholarships header.banner {min-height: 35rem;}
.uomcontent [role=main] .scholarships header h1 { max-width: 100%; }

/* ========= Styles for search wizard ========= */
section#search_resultset {
	padding-top: 1rem;
	padding-bottom: 0;
}
#search_resultset h2 {
	font-size: 2.0625rem;
	line-height: 3rem;
	padding-bottom: 1.5rem;
	font-weight: 300;
	text-transform: none;
}

/* ==================================================

UoM Grants Library CSS Overrides

Styles taken from #2163256

================================================== */

.autocomplete-outer-wrapper {
    position: absolute;
    width: 700px;
    margin-left: calc(50% - 350px);
    margin-right: calc(50% - 350px);
}  
#autocomplete-results.hide { display: none; }
#autocomplete-results {
    position: relative;
    z-index: 100;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#autocomplete-results ul {
    margin-top:0;
    padding: 0.5em;
    border-radius: 3px;
    border:solid 1px #CCC;
    background: #FFF;
}
#autocomplete-results li {
    list-style: none;
    padding:0;
    margin: 0;
}
#autocomplete-results li a {
 color: #000;
 padding: 0.3em 0.5em;
 text-decoration: none;
}
#autocomplete-results li a:hover {
    colour: #000;
    text-decoration: underline;
    background-color: #EDEDED;
}

#autocomplete-results li a:focus { outline: 1px dashed #999; }
.autosuggest-item {
    width: 100%;
    display: block;
}
.highlight-box {
    padding: 1em !important;
    border-radius: 3px;
}
