/*@import url("https://le.ac.uk/~/media/system/apps/plugins/offerholders/2021/css/_banner.css");*/
@import url("https://le.ac.uk/~/media/system/apps/plugins/globalstyles/_carousel.css");
@import url("https://le.ac.uk/~/media/system/apps/plugins/offerholders/2021/css/_events.css");
/*@import url("https://le.ac.uk/~/media/system/apps/plugins/offerholders/2021/css/_accommodation.css");*/
/*@import url("https://le.ac.uk/~/media/system/apps/plugins/offerholders/2021/css/_campus.css");*/
@import url("https://le.ac.uk/~/media/system/apps/plugins/offerholders/2021/css/_on_demand_intro.css");
@import url("https://le.ac.uk/~/media/system/apps/plugins/offerholders/2021/css/_nishan.css"); 

.breadcrumb__list {
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .breadcrumb__list {
        margin-top: 0;
    }
}

.center {
    text-align: center;
}

[class*="ohd-"] h2 {
    font-size: 4rem;
    line-height: 5rem;
}

[class*="ohd-"] h2 > span {
    color: #E4042C;
}

[class*="ohd-"] p {
    font-size: 2rem;
    line-height: 3rem;  
}

[class*="ohd-"] p.intro {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3rem !important;
}

/* Make H1 screenreader only on main landingpage */ 
body.hide-h1 main .c-section-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}