html.ac-ls-visible .page-numbers .section-hero .fixed-content-wrap{
  top: 296px;
}

@media only screen and (max-width: 1068px) {
    html.ac-ls-visible .page-numbers .section-hero .fixed-content-wrap {
        top: 276px;
    }
}

@media only screen and (max-width: 767px) {
    html.ac-ls-visible .page-numbers .section-hero .fixed-content-wrap {
        top: 346px;
    }
}

/* 2021-0926 */
.page-overview .section-routers .tile {
    padding: 60px 100px 110px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-routers .tile {
        padding:60px 35px 90px
    }
}

@media only screen and (max-width: 734px) {
    .page-overview .section-routers .tile {
        width:calc(100% - 10px);
        max-width: 404px;
        padding: 60px 6.25vw
    }
}

/* 20230316 */
@media only screen and (max-width: 598px) {
    .small-hides {
        display:none;
    }

    .small-shows {
        display:block;
    }
}