:root {
    --bs-link-color: #0079bc;
}
html,body, p, li { font-family: Roboto, sans-serif; }
h1,h2,h3,h4 { margin-bottom: 1rem; }
h1 { font-size: 34pt !important; }
h2 { font-size: 26pt !important; }
h3 { font-size: 18pt !important; }
h4 { font-size: 14pt !important; }
.border-6 { border-width: 10px; }

.subpagemenu .subpage.level2 {
    margin-left: 15px;
}
div.sc-content-block-list.show-placeholder:empty {
    height: 40px !important;
}


table p { margin: 0; }

.wysiwyg-container img {
    width: auto;
    height: auto;
}

figure img { width: 100%; border-radius: 6px; }

.dnnModuleDialog { top: 150px !important; }

.show-on-admin { display: none; }
.personabar-visible .show-on-admin { display: block; color: #ff9900; }
footer .show-on-admin { display: none; }
footer .app-snippetinject3-edit { display: none !important; }

.footer-social-icons a {
     text-decoration: none;
     display: inline-flex;
     border: 1px solid #ececec;
     border-radius: 50px;
     width: 50px;
     height: 50px;
     align-items: center;
     justify-content: center;
     margin-right: 5px;
}






