* {
    background-color: transparent !important;
    color: #000000;
}

b {
    font-weight: 700;
}

div {
    margin: 0 !important;
    padding: 0 !important;
}

section {
    padding: 20px 30px !important;
}

.flexRight.width665 {
    max-width: 100%;
}

h1 {
    font-size: 18pt;
}

h2, h2:last-child, h3, h3:last-child, h2 b, h3 b {
    font-family: "Frutiger Standard", Arial sans-serif;
    font-size: 14pt;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    font-weight: normal;
}

ul {
    margin: 0;
    padding-left: 15px;
}

p, ul {
    font-size: 11pt !important;
    line-height: 1.625rem !important;
}

#main div p:last-of-type {
    margin: 0 0 0;
}

header {
    position: relative;
    box-shadow: none;
}

#logo .logo {
    width: 200px;
    position: absolute;
    right: 0;
}

#introBox {
    min-height: auto;
    margin: 0;
    padding: 0;
}

/**
 * Main.
 */
#main {
    margin-top: 40px;
}

#benefits {
    page-break-inside: avoid;
}

#benefits ul {
    margin: 0;
}

#contact a {
    color: #000000;
}

p:empty {
    display: none;
}

/**
 * Print.
 */
.hiddenPrint {
    display: none !important;
}

.printable-only {
    display: block !important;
}