.widget-hero {
    background-size: cover;
    min-height: 15.625rem;
    position: relative;
    background-image: url(/sites/default/files/lll.png);
}
.govuk-main-wrapper {
    padding-top:0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.widget-hero .widget__content-wrapper {
    padding: 3.25rem 0;
    position: relative;
}
.widget__heading:first-child {
    margin-top: 0;
    margin-left: 0.25em;
}
.widget-hero .widget__heading {
    border: 0;
    color: #000;
    font-size: 2.25rem;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0;
}
@media only screen and (max-width: 1400px) {
    @media only screen and (max-width: 600px) {
        .widget-hero {
            min-height: 0.25rem !important;
        }
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

        .header-wrapper {
            transition: max-height 0.5s ease-out, padding 0.5s ease-out;
            overflow: hidden;
            max-height: 200px; /* Adjust based on your header height */
            padding: 20px; /* Adjust based on your header padding */
        }
        .header-wrapper.hiddened {
            max-height: 0;
            padding: 0;
        }

        .widget-hero {
            position: relative;
        }
        .toggle-button {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
            z-index: 999999;
        }
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
        }
.beta-wrapper {
    display: none;
}
.lll-logo {
    width:100%;
height:auto;
}
.lll-container {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}