p, li { line-height: 1.5; margin-bottom: 0.5rem; }
h1,h2,h3,h4 { line-height: 1.2; margin-bottom: 0.5rem; }
h1 { font-size: 40pt; }
h2 { font-size: 26pt; }
h3 { font-size: 18pt; }
h4 { font-size: 14pt; }

em { font-style: italic; }

.small { font-size: 75%; }

/* layout */
@media (min-width: 768px) {
    .navbar .navbar-brand {
        height: 95px !important;
    }
}

/** admin **/
.sc-content-block-menu {
    z-index: 9999 !important;
}

div.sc-content-block-list.show-placeholder:empty {
    background-image: linear-gradient(45deg, #99d0f0 25%, #b8e5ff 25%, #b8e5ff 50%, #99d0f0 50%, #99d0f0 75%, #b8e5ff 75%, #b8e5ff 100%) !important;
background-size: 56.57px 56.57px !important;
    height: 40px !important;
    margin: 15px 0 !important;
}

sc-content-block-list show-placeholder single-item {
    clear: both !important;
}

table td p { margin-bottom: 3px; }

table { margin-bottom: 15px; }

.btn.btn-primary, .btn.btn-secondary { color: #fff !important; }

ul { margin-top: 10px; }

blockquote.quote-01 {
    margin: 15px 30px;
    font-family: Georgia, Palatino, sans-serif;
    font-size: 18pt;
    line-height: 1.1;
    border: 0;
    position: relative;
    padding-right: 40px;
}
blockquote.quote-01 p {
    font-size: 18pt;
    line-height: 1.1;
    font-family: Georgia, Palatino, sans-serif;
}
blockquote.quote-01 cite {
    font-size: 9pt;
    font-family: Roboto, sans-serif;
    display: block;
    margin-top: 10px;
    font-style: normal;
}
blockquote.quote-01::after {
    content: "\F255";
    font-family: "Bootstrap-icons";
    font-size: 30pt;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
    color: #0079bc;
}
@media (min-width: 768px) {

blockquote.quote-01 {
    margin: 30px 120px;
    font-family: 'Times New Roman', Palatino, sans-serif;
    font-size: 22pt;
    line-height: 1.1;
    border: 0;
    position: relative;
    padding-right: 80px;
}
blockquote.quote-01 p {
    font-size: 22pt;
    line-height: 1.1;
}
blockquote.quote-01 cite {
    font-size: 10pt;
    font-family: Roboto, sans-serif;
    display: block;
    margin-top: 10px;
    font-style: normal;
}
blockquote.quote-01::after {
    content: "\F255";
    font-family: "Bootstrap-icons";
    font-size: 60pt;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
    color: #0079bc;
}


.sc-cb-is-selected {
    -webkit-filter: blur(10px) sepia(0.7);
    filter: blur(10px) sepia(0.7);
}

table td { border: 1px solid #ececec; }

table {
    margin-bottom: 15px;
}
td p:last-of-type {
    margin-bottom: 0 !important;
}
.hr-with-icon {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hr-with-icon .line {
  flex: 1;
  height: 1px;
  background: #ccc;
}

.hr-with-icon .icon {
  font-size: 1.2rem;
}

.sc-content-block-menu {
    z-index: 9999 !important;
}

.personabar-visible .sc-cb-pane-glow {
    border-top: 1px dashed #89ff03;
}
.personabar-visible .DnnModule {
    border-bottom: 1px dashed #89ff03;
}

.dnnSearchResultAdvancedTip {
    font-size: 11px;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li > a {
    font-size: 9px;
}
.selectize-control.single .selectize-input, .selectize-dropdown.single {
    font-size: 9px;
    padding: 4px 10px;
}
.dnnSearchResultPanel > .dnnRight > span.dnnSearchResultCountPerPage {
    margin: 9px 5px 0 10px;
    font-size: 9px;
}
.dnnSearchResultPanel {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 7px 0 0 0;
    background-color: #ececec;
}
.dnnSearchBox > .dnnSearchBox_advanced > .dnnSearchBox_advanced_label {
    font-size: 12px;
}
.dnnSearchBox > input[type="text"], .dnnSearchBox > input[type="text"]:focus {
    font-size: 12px;
}

.stellarnav.desktop ul {
    text-align: right;
}
.stellarnav a.depth_0 {
    color: #052264;
    font-weight: bold;
    padding: 20px;
}
.stellarnav a.depth_1 {
    font-weight: bold;
    text-align: left;
}

.topbar .app-snippetinject3-edit { display: none;}



















