@media screen and (max-width: 768px) {
    main {
        padding: 15px;
    }

    .header-inner {
        padding: 2em 1em;
    }

    .header-inner .logo-img img {
        width: 230px;
    }

    .breadcrumb-list {
        padding: 0 1em;
        text-align: left;
    }

    .page-title, .main-document-title {
        padding-top: 2rem;
    }

    #btn_search_representations, #btn_search_form_responses, .table-of-contents-btn {
        margin-bottom: 2px;
    }

    footer {
        padding-bottom: 1em;
    }

    .footer-bottom {
        margin: 0;
    }

    .footer-content, .footer-social {
        text-align: center;
    }

    .footer-content .copyright {
        font-size: 14px;
    }

    .footer-social .social-icon-link img {
        height: 32px;
    }

    .footer-logo img {
        margin: 40px 0;
    }

}

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

    /* Consultations */

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

