html,
body
{
    background-color: #FFFFFF !important;
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
    color: #252525;
}

span.secondary-title
{
    font-family: "NyghtSerif-Light", sans-serif;
}

div.nav-new {
    margin-bottom: 80px;
}

/*--------------------------------*/
/* Accent block [START] */
/*--------------------------------*/
.accent-block
{
    background: #F6F6F6;
    padding: 32px;
    border-radius: 32px;
    margin: 40px 0px 40px 0px;
    border: 0;
}

.accent-block h2,
.accent-block p.title
{
    margin-top: 0;
}
/*--------------------------------*/
/* Accent block [END] */
/*--------------------------------*/