@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
html,body,h1,h2,h3,h4,h5,p,li,td {
    font-family: Roboto, sans-serif;
}
h1,h2,h3,h4,h5 {
    line-height: 1.2em;
    margin-bottom: 0.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 42px;
    color: #0079bc;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
p, li, th, td {
    font-size: 12pt;
    font-family: 'Open Sans', sans-serif;
}
p, li {
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

table td, table th { border-width: 1px; }
table { margin-bottom: 1.5rem; }
table td p { margin: 0; }

/* buttons */
.btn { color: #fff !important; line-height: 1; }

/* accordion */
.accordion-header {
    padding: 15px 15px !important;
    background-color: #ececec;
    border-radius: 8px;
    height: auto !important;
}

/* admin */
.sc-menu {
    -moz-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}
.grid-button div {
    background-image: linear-gradient(#ff9900,#ff0000);
}
.show-on-admin { display: none; }
.personabar-visible .show-on-admin { display: block; color: #ff9900; }
.personabar-visible .space-on-admin { margin-top: 30px; margin-bottom: 30px; padding-top: 30px; padding-bottom: 30px; border-top: 1px dashed #ff9900; border-bottom: 1px dashed #ff9900; }
.personabar-visible .stripe-on-admin {
    background-image: linear-gradient(45deg, #ffe3b8 25%, #fff5e5 25%, #fff5e5 50%, #ffe3b8 50%, #ffe3b8 75%, #fff5e5 75%, #fff5e5 100%);
background-size: 56.57px 56.57px;
}

.spacer-30 { height: 15px; }
.spacer-60 { height: 30px; }
@media (min-width: 768px) {
    .spacer-30 { height: 30px; }
    .spacer-60 { height: 60px; }
}

.fancybox__container {
    z-index: 9999 !important;
}

blockquote {
    margin: 15px 60px;
    position: relative;
}
blockquote p {
    font-family: Times New Roman, sans-serif;
    font-size: 18px;
}

.background-image-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#dnn_BannerPane { width: 100% !important; }

.stellarnav.desktop li a.depth-0 {
    padding: 10px 10px;
}
.stellarnav.desktop li.has-sub a.depth-0 {
    padding-right: 10px;
}

.app-popup3 a, .app-popup3 button {
    display: flex;
  justify-content: center;
  align-items: center;
}

table
    tr:nth-child(odd) td {background-color: #ecf0f1;
}
th, td {
  text-align: left;
  padding: 15px;
}

header .header-links .p-4 { padding: 0 5px !important; }
header .header-links a { font-size: 12pt; color: #052264; text-decoration: none; }






