/* public */
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');

.TPPFooter footer { 
    padding-bottom: 50px; 
    background-color: #f5f4f4; 
    display: flex; padding: 20px; 
    border-top: 1px solid #d8d8d8; 
    margin-top: 40px; 
}

.TPPFooter footer a { 
    color: #666; text-decoration: none; 
}

.TPPFooter footer a:hover { 
    color: #369; 
    text-decoration: underline; 
}

.TPPFooter footer h3 { 
    font-family: Maven+Pro;
    font-size: 10.5pt;
    font-variant: all-small-caps;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #666;
}

.TPPFooter footer .Column { 
    flex: 1; 
}

.TPPFooter footer h4 { 
    font-family: Maven+Pro; 
    font-size: 10pt; 
    color: #666; 
    margin: 0; 
    padding: 0; 
    line-height: 1.6em; 
    font-weight: normal; 
}

.TPPFooter footer ul { 
    list-style-type: none; 
    margin: 0; 
    padding: 0;
}

.TPPFooter footer ul li { 
    color: #666; 
    margin: 0; 
    padding: 0; 
    font-size: 10pt; 
    line-height: 1.6em; 
}