<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 767px) {

.banner.outer.height-medium .h-100 {
    min-height: 250px;
}

.banner.outer .content h1 {
    font-size: 3.2rem;
}

.outer.section.job-search {
    padding-top: 40px;
}
}

@media (min-width: 768px) {
.outer.section.signposts .item .wrap .content {
    height: 240px;
}
}

.reg-form2020 ul ul {
    list-style-type: none;
        padding-left: 0.5em !important;
        padding-right: 1.5em !important;
}
</pre></body></html>