
.personabar-visible .stripe-on-admin {
    background-color: #f3c074;
}

.spacer-30 { height:15px; }
.spacer-60 { height: 30px; }
@media (min-width: 768px) {
    .spacer-30 { height: 30px; }
    .spacer-60 { height: 60px; }
}

.green-bg {
    background-color: #004b3d;
    color: #fff;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1320px !important;
    }
}

.bannerpane {
    margin-bottom: 15px;
}

.sc-cb-pane-glow {
    box-shadow: 0 0 1px 1px #f7c780;
}
#dnn_LowerContentPane {
    margin-top: 15px;
}

.link.link-lightgreen, .link.link-light-green {
    background-color: #D3E2DF;
    color: #004b3d;
}
.link.link-lightgreen:hover, .link.link-light-green:hover {
    background-color: #004b3d;
    color: #fff;
}
.link.link-lightgreen::after, .link.link-light-green::after {
    color: #004b3d;
    background-color: transparent;
}
.link.link-lightgreen:hover::after, .link.link-light-green:hover::after {
    color: #fff;
}

.fancybox__container {
    z-index: 999999 !important;
}

.border { border: 1px solid #ccc; }




