/* CSS Document */

.hero-internal.big {
    background: none !important;
    position: relative;
	
}

.container {
    position: relative;
    padding: 1%;
}

.hero-internal {
    height: 100px;
}

.hero-internal:after,
div#header a {
    background: none;
}

.hero-internal.big #page-heading {
    color: #000;
}

#default .blocks-wrapper-image {
    padding-top: 10px;
    clear: both;
}

.resp-tabs-list li{
	 padding-left:0;
	
	}

.site-search,
.resp-tabs-list,
.share-news,
.content-wrapper aside,
.footer-wrapper,
#courseTab form,
#courseTab h2:last-of-type.resp-accordion,
#courseTab .resp-arrow{
    display: none;
}

#back-top {
    display: none !important;
}

#courseTab h2.resp-accordion {
    display: block;
}

#courseTab .resp-tab-content {
    display: block;
    background: none;
}

#courseTab .resp-tab-active {
    border-top: none;
    color: #000;
}

h2:nth-of-type(1).resp-accordion.resp-tab-active {
    background: #e4e4e4 url(../images/overview.svg) 8px center/25px auto no-repeat;  
}

h2:nth-of-type(2).resp-accordion.resp-tab-active {
    background: #e4e4e4 url(../images/details.svg) no-repeat scroll 8px center / 25px auto;
}

h2:nth-of-type(3).resp-accordion.resp-tab-active {
    background: #e4e4e4 url(../images/units.svg) no-repeat scroll 8px center / 25px auto;
}

h2:nth-of-type(4).resp-accordion.resp-tab-active {
    background: #e4e4e4 url(../images/pathway.svg) no-repeat scroll 8px center / 25px auto;
}