body {
    padding:0px;
}

#wrapper {
    width: 1024px;
    border: 0;
    margin: 0;
    padding: 0;
}

/**
 * Listing
 */
ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 24px;
}

li {
    list-style: inherit;
    margin: 0;
    padding: 0 0 0 4px;
    background: none;
}

section {
    margin: 0px 60px 30px;
}

header#main-header {
    padding: 10px 60px 20px;
    display: flex!important;
}

.desktop-logo {
    display: block!important;
}

.mobile-logo {
    display: none!important;
}

#contact {
    margin:20px 60px 0px;
    padding: 0px;
    background: #fff;
}

h2, h3, h4, h3.ui.header, h3.ui.header:first-child {
    font-size: 22px !important;
    line-height: 28px !important;
    padding: 0;
    color: #111;
    margin-top: 20px;
    margin-bottom: 0px !important;
}

h1, h2.ui.header {
    margin-top:20px!important;
}

#contact h3,
#place-of-work {
    color: #111;
}

#contact h3.ui.header {
    margin-bottom: 0px!important;
}

footer {
    margin-top: 20px;
}

.non-printable {
    display: none !important;
}

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