.row .row_cell:first-child {
    margin-left: 0 !important;
}
.top-banner.teessidelife {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("/images/sections/teessidelife/home-banner.jpg");
    background-position: center center;
}

.campuspage .videoWrapperdetails {
    background: #ebebeb;
    padding: 0;
    margin-top: 0;
    border-bottom: none;
}

@media only screen and (min-width: 720px) {
    .home-banner.teesside-life{
        background: url("/images/sections/teessidelife/open-day-banner-big.jpg") no-repeat center center;
        background-size: cover;
    }
    .home-banner.sign-up{
        background: url("/images/sections/teessidelife/signup-banner-big.jpg") no-repeat center center!important;
        background-size: cover;
    }
}

@media only screen and (max-width: 719px) {
    .home-banner.teesside-life {
        background: url("/images/sections/teessidelife/open-day-banner-small.jpg") no-repeat center center;
        background-size: cover;
    }
    .home-banner.sign-up {
        background: url("/images/sections/teessidelife/signup-banner-small.jpg") no-repeat center center!important;
        background-size: cover;
    }
}

.tag {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 20px!important;
    padding: 12px 20px!important;
}
.signature {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 300%;
    color: #867537;
    rotate: -7deg;
    margin-bottom: 30px!important;
}

.departments .row_cell.nopadding h3 a{
    padding: 20px;
}

h2.section-title {
    text-align: left;
    margin-top: 0;
    
}
h2.section-title:before{
    display: none;
}

.page-intro p:first-child{
        font-size: 18px;
        line-height: 20px;
    }

@media only screen and (max-width: 719px) {
    h2.section-title {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    .tag {
        display:none!important;
    }
}

@media only screen and (min-width: 720px) {
    h2.section-title {
        font-size: 4rem;
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 720px) {
    .container-medium.page-title{
        position: absolute;
        top: 70px;
        left: 20px;
        width: 50%;
        padding: 20px 20px 10px 20px;
        background: rgba(0,0,0,0.7);
    }
    .container-medium.page-title h1, .container-medium.page-title h3{
        color:white!important;
    }
	.page-intro {
		padding: 30px 0;
	}
	.page-intro p:first-child{
		font-size: 20px;
		line-height: 24px;
    }
}

@media only screen and (min-width: 720px) and (max-width:1024px){
    .container-medium.page-title h3{
        font-size: 15px;
    }
     .container-medium.page-title{
        width: 65%;
    }
}

.home-banner.home-banner-yearuni h1{
    color: white;
}

.home-banner.home-banner-yearuni .tef-logo{
    max-width: 200px;
}

@media only screen and (min-width: 45em){
    .home-banner.home-banner-yearuni{
        background: url("/images/frontpage/banner-openday2025-big.jpg") no-repeat center right;
        min-height: 0;
        background-size: cover;
    }
}

@media only screen and (max-width: 44.99em){
    .home-banner.home-banner-yearuni{
        background: url(/images/frontpage/banner-openday2025-small.jpg) no-repeat center top;
        background-size: cover;
    }
}