#d\.en\.1066952 {
	display: none;
}

/* Results and Confirmation page customisations - begin */

/* This rule will act on all banner blocks with an image where this file is being used. */
.banner-block.with-image {
	max-width: 1920px;
}

/* Getting ready for Manchester - begin */
#d\.en\.1077094 {
	background: #eeeefb;
}

#d\.en\.1077094 h3 {
	border-color: #000;
	color: #000;
}

#d\.en\.1077094 + section {
	margin: 0 auto 50px;
}

#d\.en\.1077094 + section .card.copy-image {
	background-color: #fff;
}
/* Getting ready for Manchester - end */

/* Results and Confirmation page customisations - end */

.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,
.landing .sticky-nav-wrapper .section-intro-block.section-intro-background:nth-of-type(even) h4 {
	color: #000;
}

.landing .section-intro-block.section-intro-background:nth-of-type(even) .section-cta-link {
	border-color: #000;
}

.section-intro-block-link {
	padding-bottom: 15px;
}

@media (min-width: 1000px) {	
	.landing .timeline .accordion-item:last-child:after {
		height: calc(100% - 70px);
		top: 70px;
	}

	.landing-section-bg.with-svg section.lp-section-bg:has(.small-screen-card) {
		width: 100%;
	}
}


@media (hover: hover) and (pointer: fine) {
    .landing-section-bg .accordion-item-button:not([disabled]):hover .icon {
        background-color: #5855d6;
    }
}