/**
 * Body.
 */
html, body {
    color: #000;
    background: #fff;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/**
 * Wrapper.
 */
#wrapper {
    width: 100%;
    margin: 0;
    border-left: 0;
    border-right: 0;
}

/**
 * Header.
 */
.fixed #header {
    background: none;
    position: static;
    top: 0;
    width: 100%;
    max-width: 840px;
    z-index: 99999;
}

/**
 * Top.
 */
#top {
    position: static;
    background: #fff;
    height: auto;
}

@media screen and (max-width: 767px) {
    .fixed #top {
        height: auto;
    }
}

/**
 * Logo.
 */
#logo,
#logo img,
.fixed #logo img,
.ws #logo img,
.ws.fixed #logo img {
    position: static;
    width: 220px;
    height: auto;
    display: inline-block;
    z-index: 10000000;
    left: initial;
    top: initial;
}

@media screen and (max-width: 767px) {
    .ws.fixed #logo img {
        top: initial;
    }
}

/**
 * Content.
 */
#wrapper,
#content {
    margin-top: 20px;
}

/**
 * Title.
 */
.fixed #title {
    position: static;
    top: initial;
    color: rgb(11, 187, 239) !important;
    z-index: 99999;
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 44px !important;
}

/**
 * Grid.
 */
#tasks,
#skills,
#benefits,
#opportunities {
    width: 50% !important;
    background: #fff;
}

/**
 * Inner.
 */
.inner {
    padding: 0;
}

#goodies,
#contact {
    background: #fff;
    margin-top: -1.5em;
}

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

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