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: 54px;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4 { 
    line-height: 1.2; 
    margin-bottom: 1.1rem; 
    color:#052264; 
    font-weight: 500; 
}
p { line-height: 1.5; font-weight: 400; margin-bottom: 0.75rem; color: #666; }
li { font-weight: 400; color: #666; }
em { font-style: italic; }

/*** Quotes ***/
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #0079bc;
}
.testimonials .testimonial-item .quote-icon-right {
    top: 5px;
}
.testimonials .testimonial-item p {
    font-style: italic;
    line-height: 2;
}
blockquote {
    margin: 1rem 2rem 2rem;
    border-left: 2px solid #0079bc;
    padding-left: 2rem;
}

div.sc-content-block-list.show-placeholder:empty {
    background: rgba(47,155,242,.1);
    height: 30px;
}

.subpagemenu h3 {
    text-align: left;
}
































