body {
    font-family: 'Segoe UI' !important;
}

header {
    background-image: url("../../images/header.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    height: 110px;
}

header h1 {
    height: 110px !important;
    line-height: 110px;
}

header h1 .text-front {
    color: #FFFFFF !important;
}

em.placeholder {
    opacity: 1;
    background-color: inherit;
    vertical-align: inherit !important;
}

em.placeholder::before {
    content: '"';
}
em.placeholder::after {
    content: '"';
}

em.placeholder a {
    color: inherit;
    text-decoration: none;
}