#topbar {
    display: none;
}

footer.footer {
    display: none;
}

div#block-gce-views-block-other-translations-block-1 {
    display: none;
}

button.back-button {
    padding-left: 25px;
    text-decoration: none !important;
    /* display: block; */
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-transform: none;
    color: #007fa3;
}

button.back-button:before {
    content: "\f060";
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    position: absolute !important;
    margin-left: -25px !important;
    font-size: 16px;
    /* top: 5px !important; */
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #007fa3;
}

button.back-button:hover {
    text-decoration: underline !important;
    color: #007fa3;
}

.node--landing-page--iframe, .node--document--iframe, .node--document--iframe-view, .node--news--iframe, .node--page--iframe, .node--page--iframe-view {
    margin-bottom: 100px;
}