
:root {
  --bs-info-rgb:5,34,100;
  --color-hilite:#052264;
}

thead, tbody, tfoot, tr, td, th {
    border-width: 1px;
}

.btn.btn-info {
    background-color:#052264;
    border-color:#052264;
    color:#fff;
}

body:not(.dnnEditState) .DNNEmptyPane {
    width: 100%;
    min-height: 60px;
}
    .hover-background-up::before {
        content: "";
        position: absolute;
        background: white;
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        transition: all 0.3s;
        z-index: -1;
        opacity: 0.5;
        border-radius: var(--bs-border-radius-lg);
    }
    .hover-background-up:hover,
    .hover-background-up:hover h2,
    .hover-background-up:hover h3,
    .hover-background-up:hover h4,
    .hover-background-up:hover p
    {
        color: white;
    }
    .hover-background-up:hover::before {
        top: 0;
        background: var(--bs-primary);
    }

#dnn_BannerPane {
    margin-bottom: 15px;
}
#dnn_BannerPane.DNNEmptyPane {
    margin-bottom: 0px;
} 

table td p { margin: 0; }

html,body { overflow-x:hidden; }

.stellarnav .menu-toggle span.bars span {
    width: 20px;
    height: 4px;
}

.stellarnav.desktop.light li a.depth-0 {
    padding: 15px 7px;
    font-size: 11pt;
}
.stellarnav.desktop.light li a.depth-1,
.stellarnav.desktop.light li a.depth-2 {
    padding: 5px 7px;
    font-size: 11pt;
}

#header .logo img {
    height: 90px;
}
#google_translate_element {
    display: block;
    height: 30px;
}
body { padding-top: 115px; }

.bright-text h1, .bright-text h2, .bright-text h3, .bright-text h4, .bright-text p { color: #fff !important; }

blockquote cite:before {
    content: "";
}
.personabar-visible .space-on-admin {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px dashed #ff9900;
    border-bottom: 1px dashed #ff9900;
}
.bright-text a { color: #fff !important; text-decoration: underline !important; ;}
.bright-text li { color: #fff !important; }


.subpage.selected {
    background-color: rgba(0,121,188,0.2);
}

.wysiwyg-container img {
    width: auto !important;
}

table {
    margin-bottom: 15px;
}
table td { vertical-align: top; }














