/* This file is dynamically populated by the theme panel settings - DO NOT EDIT (WILL BE OVERWRITTEN) */
body {
    background-color: #f4f6fb;
    color: #212529;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.container {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    box-sizing: border-box;
}

#site-header.page-header {
    background-color: #3268e7;
}

.fec-button {
    background-color: #3268E7;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 45px 15px 45px;
    margin: 10px 0 0 0;
    border: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.fec-button:hover {
    background-color: #295DD7;
    color: #ffffff;
}
