.a-to-z-list li {
    float: left;
    margin-right: 0 !important;
}
.a-to-z-list li a {
    display: block;
    text-decoration: underline;
    color: #0065c7;
    font-size: 0.889em;
    height: 4.5em;
    padding: 1em;
    background-color: #e5e5e5;
    width: auto;
}
.news-listing,
.event-listing {
    margin-bottom: 20px;
}
.t4-news-date,
.t4-event-date {
    color: #808080;
    font-size: 0.7em;
}

.hefce-news p, .hefce-events p {
    line-height: 1.556em;
    margin-bottom: 1.278em;
}
.hefce-news ul, .hefce-events ul {
    margin: 1.333em 0 1.278em 2.500em;
    list-style: disc;
}
.hefce-news ul li, .hefce-events ul li {
    margin-bottom: 1.111em;
    font-size: 0.889em;
    line-height: 1.444em;
}
.hefce-news ol, .hefce-events ol, .hefce-publication ol, .hefce-general-content ol {
    margin: 1.333em 0 1.278em 2.500em;
	list-style-type: lower-alpha;
}
.hefce-news ol li, .hefce-events ol li, .hefce-publication ol li, .hefce-general-content ol li {
    margin-bottom: 1.111em;
    font-size: 0.889em;
    line-height: 1.444em;
}
.hefce-news blockquote, .hefce-events blockquote, .hefce-publication blockquote {
    font-size: 0.889em;
    line-height: 1.444em;
    border-left: 10px #dfe0e1 solid;
    padding: 0.944em 0 0.5em 1.389em;
    margin-bottom: 2.667em;
}

.hefce-general-content p {
    margin-bottom: 1.278em;
    line-height: 1.556em;
    color: #333333;
}
.hefce-general-content ul {
    margin: 1.333em 0 1.278em 2.500em;
    list-style: disc;
}
.hefce-general-content ul li {
    margin-bottom: 1.111em;
    font-size: 0.889em;
    line-height: 1.444em;
}
.hiddenCol {display: none;}
.featuredContent a>.row {
  color: black;
}
.featuredContent a>.row h4{
  text-decoration: underline;
}
.featuredContent a:hover>.row p {
  color: black;
}


/* Hero Images on two column page layout */

#banner.module-background-image {
    background-size: cover;
}
#banner.module-background-image .text-block {
	background-color: #1A4175;
    color: #fff;
    padding: 20px;
}

.inlineLinkTabs.image-banner-present {
    margin-top: -4em;
}

.breadcrumbs.image-banner-present ul {
	display: inline-block;
	background-color: #fff;
	padding: 8px;
	margin-top: 1.5em;
}
.breadcrumbs.image-banner-present, .inlineLinkTabs.image-banner-present {
	position: absolute;
    z-index: 50;
    width: 100%;
    background-color: transparent;
}

@media only screen and (min-width: 768px) {
	
	.breadcrumbs.image-banner-present {
		padding-top: 1em;
	}

	#banner.module-background-image {
	    padding-top: 5em;
	    padding-bottom: 7em;
	}
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	.inlineLinkTabs.image-banner-present {
	    margin-top: -3.1em;
	}
}

@media (max-width: 768px) {
	.inlineLinkTabs.image-banner-present {
	    padding-top: 2em;
	    position: relative;
	    margin-top: 0;
	}
}

