p { line-height: 1.5; margin-bottom: 1rem; }
h1,h2,h3,h4 { line-height: 1.1; margin-bottom: 1rem; }
h1 { font-size: 40pt; }
h2 { font-size: 26pt; }
h3 { font-size: 18pt; line-height: 1.3; }
h4 { font-size: 14pt; line-height: 1.3; }

/** 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,
blockquote.quote-01 {
    margin: 20px 60px 30px 60px;
    font-family: Georgia, Palatino, sans-serif;
    font-size: 18pt;
    line-height: 1.1;
    border: 0;
    position: relative;
    padding-right: 40px;
}
blockquote p,
blockquote.quote-01 p {
    font-size: 18pt;
    line-height: 1.1;
    font-family: Georgia, Palatino, sans-serif;
}
blockquote cite,
blockquote.quote-01 cite {
    font-size: 9pt;
    font-family: Roboto, sans-serif;
    display: block;
    margin-top: 10px;
    font-style: normal;
}
blockquote::after,
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,
blockquote.quote-01 {
    margin: 40px 120px 60px 120px;
    font-family: 'Times New Roman', Palatino, sans-serif;
    font-size: 22pt;
    line-height: 1.1;
    border: 0;
    position: relative;
    padding-right: 80px;
}
blockquote p,
blockquote.quote-01 p {
    font-size: 22pt;
    line-height: 1.1;
}
blockquote cite,
blockquote.quote-01 cite {
    font-size: 10pt;
    font-family: Roboto, sans-serif;
    display: block;
    margin-top: 10px;
    font-style: normal;
}
blockquote::after,
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;
}

/*** cal ***/
.fc-event.cat-academy-closed {
    background: #e79191;
    border-color: #c75353;
}

.personabar-visible .sc-cb-pane-glow {
min-height: 15px;
box-shadow: 
    inset 0 0px 0px #00ff7362, /* Top shadow */
    inset 0 1px 1px #00ff7362;  /* Bottom shadow */
}

.wysiwyg-container { 
    container: inherit !important;
}

figure { position: relative; }
figure figcaption { position: absolute; bottom:0; left: 0; z-index: 1; }

main table { margin-bottom: 30px; }
main table,
main table th,
main table td {
  border: 1px solid #ccc;
}
main table th { background-color: rgba(0,121,188,0.1); }

.stripe-on-admin {
    background-image: linear-gradient(45deg, #fcd7a6 25%, #f7e9d7 25%, #f7e9d7 50%, #fcd7a6 50%, #fcd7a6 75%, #f7e9d7 75%, #f7e9d7 100%);
background-size: 56.57px 56.57px;
}

.stellarnav li a {
    color: #052264;
    font-weight: bold;
}
.stellarnav.desktop>ul>li.mega>ul>li>a {
    color: #052264;
    font-weight: bold;
}



.divider-with-icon {
  display: flex;
  align-items: center;
  gap: 0.75rem;            /* space between lines and icon */
  width: 100%;
}

.divider-with-icon .line {
  flex: 1 1 auto;
  border-top: 1px solid #0079bc; /* uses current text color */
  opacity: 1;                      /* subtle line */
}

.divider-with-icon i {
  font-size: 1.1rem;                  /* adjust icon size */
  line-height: 1;
  color: #0079bc;
}

.accordion-header {
  width: 100%;
  padding: 10px 20px;
  background: #ececec;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 16pt;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-header:hover {
  background: #ddd;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 10px;
  background: #fff;
}

.accordion-content.open {
    max-height: 2000px;
}


