#d\.en\.1066952 {
	display: none;
}

.accordion-item {
	background: white;
}

.landing .mainContentContainer {
	padding-bottom: 0px; 
}

.landing .sticky-nav-wrapper  {
	background: #eeeefb;
}

.landing-section-bg.with-svg {
	max-width: none !important;
}
.landing .timeline .accordion-item {
	background: #fff;
 }
.landing .timeline .accordion-item-button .icon {
	z-index: 3;
}

.landing .timeline:before {
	z-index: 2;
}

.landing .timeline .accordion-item:last-child:after {
	z-index: 2;
	height: calc(100% - 55px);
	top: 55px;
}

.landing .accordion {
    margin-top: 0px;
}

.landing .sticky-nav-wrapper .section-intro-block.section-intro-background:nth-of-type(even) {
	background: #eeeefb;
}

.landing .sticky-nav-wrapper  .section-intro-block.section-intro-background:nth-of-type(odd) {
	background: #5855d6;
}

.landing .sticky-nav-wrapper  .section-intro-block.section-intro-background:nth-of-type(even) li {
	background: url(https://assets.manchester.ac.uk/corporate/images/design/icon-black-square.gif) 0 10px no-repeat !important;
}

.landing .sticky-nav-wrapper  .section-intro-block.section-intro-background:nth-of-type(even) h2,
.landing .sticky-nav-wrapper  .section-intro-block.section-intro-background:nth-of-type(even) h3 {
	border-left: #000 solid 5px;
}

.landing .sticky-nav-wrapper .section-intro-block.section-intro-background:nth-of-type(even) p,
.landing .sticky-nav-wrapper .section-intro-block.section-intro-background:nth-of-type(even) a,
.landing .sticky-nav-wrapper .section-intro-block.section-intro-background:nth-of-type(even) a:hover,
.landing .sticky-nav-wrapper .section-intro-block.section-intro-background:nth-of-type(even) a:visited,
.landing .sticky-nav-wrapper .section-intro-block.section-intro-background:nth-of-type(even) li,
.landing .sticky-nav-wrapper .section-intro-block.section-intro-background:nth-of-type(even) h2,
.landing .sticky-nav-wrapper .section-intro-block.section-intro-background:nth-of-type(even) h3{
	color: #000;
}

@media (min-width: 1000px) {	
	.landing .timeline .accordion-item:last-child:after {
		height: calc(100% - 70px);
		top: 70px;
	}
}


@media (hover: hover) and (pointer: fine) {
    .landing-section-bg .accordion-item-button:not([disabled]):hover .icon {
        background-color: #5855d6;
    }
}