@charset "UTF-8";

    
.acms-admin-benchmark-container {
    display: none;
}

[class*=column-image] img, 
[class*=column-media] img, 
[class*=column-eximage] img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.column-image-auto {
    float: none;
}

.column-iframe .is-movie {
    width: 100%;
    height: auto;
}

.column-image-center {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
    
/******************************************************/
/* clear */
/******************************************************/
div.clear:after,
header ul:after,
section:after,
footer div:after,
.clear:after{
    content:".";
    display:block;
    width: 0;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* WinIE7 MacIE5 */
div#wrapper,
header ul,
section,
div.clear,
footer,
footer div,
.clear{
    display:inline-table;
    zoom:100%;
}

/* WinIE5-6 */
/* Hides from IE-mac \*/
* html div#wrapper,
* html header ul,
* html section,
* html div.clear,
* html footer,
* html footer div,
* html .clear{
}

div#wrapper,
header ul,
section,
div.clear,
footer,
footer div,
.clear{
    display:block;
}

#pager ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}
#pager ul li {
    padding: 0;
    font-size: 11px;
    line-height: 1;
}
#pager ul li a {
    /* background: #f7f7f7; */
    min-width: 2.4em;
    height: 2.4em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pager ul li > span {
    background: #000;
    color: #fff;
    min-width: 2.4em;
    height: 2.4em;
    display: flex;
    align-items: center;
    justify-content: center;
}
