@media screen and (max-width: 767px) {
    .page-wrapper {
        padding: 0 0.5em;
    }

    .header-inner {
        text-align: center;
    }

    .header-inner img {
        height: 120px;
        margin: 2rem 1rem 1rem;
    }

    .user-ctr-btn .button-text {
        font-size: 0.8rem;
    }

    /* change for small screens for case when no icons are present - stops headings indenting unnecessarily */
    .oc-link[data-oc-buttons="zero_count"] {
        margin-right: 0;
        display: inline;
    }
}

@media screen and (min-width: 768px) {
    .page-wrapper {
        max-width: 725px;
        margin: auto;
    }

    .header-inner img {
        height: 120px;
    }

    /* change for small screens for case when no icons are present - stops headings indenting unnecessarily */
    .oc-link[data-oc-buttons="zero_count"] {
        margin-right: 0;
        display: inline;
    }
}

@media screen and (min-width: 992px) {
    .page-wrapper {
        max-width: 945px;
        margin: auto;
    }

    .header-inner img {
        height: 140px;
    }

    /* change for small screens for case when no icons are present - stops headings indenting unnecessarily */
    .oc-link[data-oc-buttons="zero_count"] {
        margin-right: 0;
        display: inline;
    }
}

@media screen and (min-width: 1200px) {
    .page-wrapper {
        max-width: 1260px;
        margin: auto;
    }

    .header-inner img {
        height: 170px;
    }
}

@media only screen and (min-width: 1430px) {
    /* hide count for guttering */
    .readdocument__rep-count {
        display: none;
    }
}

@media only screen and (max-width: 1550px) {

    /* Consultations */

    .consultations.offcanvas-button {
        position: sticky;
        margin: 1em 0;
        top: 33px;
    }
}
