:root {
    --font-secondary: Roboto, sans-serif;
}

body {
    padding-top: 90px !important;
}

table
    _tr:nth-child(odd) td {background-color: #F5F5F5;
}

th, td {
  text-align: left;
  padding: 8px;
}

a:hover {
  color: var(--color-secondary);
  text-decoration: none;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4 { 
    line-height: 1.2; 
    margin-bottom: 1.1rem; 
    color:var(--bs-secondary); 
    font-weight: 500; 
    letter-spacing: -0.025em;
}
.lead {
    font-family: var(--font-secondary);
}
p { line-height: 1.75; font-weight: 400; margin-bottom: 0.75rem; }
li { font-weight: 400; }
em { font-style: italic; }
.btn { text-align: left; }
/*** Quotes ***/
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: var(--bs-primary);
}
.testimonials .testimonial-item .quote-icon-right {
    top: 5px;
}
.testimonials .testimonial-item p {
    font-style: italic;
    line-height: 1.2;
    font-size: 16pt;
}
blockquote {
    margin: 1rem 2rem 2rem;
    border-left: 2px solid var(--bs-primary);
    padding-left: 2rem;
}

div.sc-content-block-list.show-placeholder:empty {
    background: rgba(47,155,242,.1);
    height: 30px;
}

.subpagemenu h3 {
    text-align: left;
}

.p-30 {
    padding: 15px;
}
.p-60 {
    padding: 30px;
}
.p-120 {
    padding: 60px;
}
.spacer-30 {
    height: 15px;
}
.spacer-60 {
    height: 30px;
}
@media (min-width: 768px) {
    .p-30 {
        padding: 30px;
    }
    .p-60 {
        padding: 60px;
    }
    .p-120 {
        padding: 120px;
    }
    .spacer-30 {
        height: 30px;
    }
    .spacer-60 {
        height: 60px;
    }
}

.bright-text p, .bright-text h1, .bright-text h2, .bright-text h3, .bright-text h4 {
    color: #fff !important;
}

div.sc-content-block-list.show-placeholder:empty {
    background: rgba(47,155,242,.1);
    height: 40px !important;
}

.background-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: #0078d4;
    border-radius: 50%;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 24px;
}


.old-newsletters a {
    display: block;
    border: 1px solid var(--bs-light);
    background-color: var(--bs-light);
    color: var(--bs-secondary);
    padding: 5px 15px;
    margin-bottom: 4px;
    border-radius: 8px;
}
.old-newsletters a:hover {
    background-color: var(--bs-primary);
    color: white;
}

figure {
    margin: 0;
}

























