.top-banners {
    text-align: center;
    padding: 5px 10px 0 10px;
}
.top-banners img {
    margin: 2px;
}
.top-banners ul {
    padding-left: 0;
}
.top-banners ul li {
    list-style-type: none;
}
/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
    background: url(../../../img/border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(../../../img/border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(../../../img/border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(../../../img/border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    border-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {
}

@keyframes edu-msg-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, .45);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 0 0 10px rgba(239, 68, 68, 0);
    }
}
a.is-alert,
.k-chip.is-alert,
.kinder-chip.is-alert,
.cab-topbar__chip--alert {
    animation: edu-msg-pulse 1.35s ease-in-out infinite;
}
.edu-broadcast-html p { margin: 0 0 .6em; }
.edu-broadcast-html p:last-child { margin-bottom: 0; }
.edu-broadcast-html img { max-width: 100%; height: auto; }