/* Alternating section backgrounds */
#about { background-color: #ffffff !important; }
#consulting { background-color: #f0f4f8 !important; }
#experience { background-color: #ffffff !important; }
#education { background-color: #f0f4f8 !important; }
#publications { background-color: #ffffff !important; }
#achievements { background-color: #f0f4f8 !important; }
#talks { background-color: #ffffff !important; }
#contact { background-color: #f0f4f8 !important; }

/* Skills three-column layout */
#about .content ul {
    columns: 3 !important;
    -webkit-columns: 3 !important;
    -moz-columns: 3 !important;
    column-gap: 1.5rem !important;
    list-style-position: inside !important;
    padding-left: 0 !important;
}

#about .content ul li {
    break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
}

/* Pullquote shortcode */
.pullquote {
    margin: 2.5rem 0;
    padding: 1.5rem 2rem;
    border-left: 3px solid #c4a882;
    background: #faf7f2;
    border-radius: 0 4px 4px 0;
}

.pullquote p {
    font-family: 'Lora', Georgia, serif;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 400;
    color: #3a2d1e;
    line-height: 1.7;
    margin: 0;
}
