/**
 * Html.
 */
html, body {
    overflow: hidden;
    font-size: 12px !important;
}

/**
 * Logo.
 */

#logo img{
    padding: 20px 0;
    max-height: 70px !important;
}

/**
 * Typography.
 */
#work-title {
    font-size: 18px !important;
    line-height: 25px;
    margin: 20px 0 10px;
    padding: 10px 0;
}

.title-label {
    margin-top: 20px;
    margin-bottom: 0;
}

.top-padding{
    padding-top: 0;
}

a {
    color: #333;
    text-decoration: underline;
}

/**
 * SVG.
 */
.svg.icon {
    display: none;
}

/**
 * Wrapper.
 */
#wrapper {
    border: none;
    margin: 0;
    font-size: 12px !important;
    line-height: 18px !important;
}
#content {
    padding: 20px;
}

#more{
    margin-top: 20px;
}
p{
    font-size: 12px !important;
    line-height: 18px !important;
}

/**
 * Print.
 */
.print-wide, #contact > div{
    width: 100% !important;
    float: none !important;
}
.non-printable {
    display: none !important;
}

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