/* @font-face {
    font-family: "Futura SP Bold";
    src: url(../font/FuturaBold.ttf) format("truetype");
}
.ciTopBar {
    font-family: "Futura SP Bold";
} */
/* Re-Brand 2023*/
@font-face {
    font-family: "BauerMediaSans Bold";
    src: url(../font/BauerMediaSans-Bold.otf) format("opentype");
}
.ciTopBar {
    font-family: "BauerMediaSans Bold";
}
@font-face {
    font-family: "BauerMediaSans Regular";
    src: url(../font/BauerMediaSans-Regular.otf) format("opentype");
}
.ciTopBarRegular {
    font-family: "BauerMediaSans Regular";
}

.centerDisplay {
    max-height: calc(100% - 43px - 39px);
    top: 43px;
}
/* .colBauerBackgr,.colBauerBackgr:hover{color:rgb(236, 236, 236)!important;background-color:rgb(0, 15, 52)!important} */
/* .colBauerBackgr,.colBauerBackgr:hover{color:rgb(236, 236, 236)!important;background-color:rgb(18, 49, 129)!important} */
/* Re-Brand 2023 .. Bauer Media Purple .. hover Dark Lavender*/
.colBauerBackgr,.colBauerBackgr:hover{color:rgb(125, 120, 232)!important;background-color:rgb(70, 0, 163)!important}