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

/**
 * Typography.
 */
h1, h2, h3, h4, h5, h6, div, section, p {
    font-size: 12px !important;
    line-height: 18px !important;
}

h2, h3 {
    margin-bottom: 4px;
}

a {
    color: #333;
}

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

/**
 * Wrapper.
 */
#wrapper {
    border: 0;
    margin: 0;
}

/**
 * Square.
 */
#square {
    display: none;
}

/**
 * Logo.
 */
#logo {
    float: right;
    margin-top: 0;
    margin-bottom: 2.5em;
    margin-right: 1em;
}

/**
 * Title.
 */
#title {
    width: 100%;
    background: #fff !important;
    border: none;
    float: none;
    padding: 0;
    margin: 0 0 5px;
    min-height: initial;
    display: block;
    font-size: 14px !important;
    line-height: 21px !important;
}

@media screen and (max-width: 600px) {
    #title {
        width: initial;
        margin-left: 0;
        padding-left: 0;
    }
}

/**
 * Introduction.
 */
#introduction {
    margin: 1em 0 0;
    padding: 0;
    width: 100%;
}

/**
 * Column.
 */
.first,
.second {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    float: none;
    clear: both;
}

@media screen and (max-width: 600px) {
    .first,
    .second {
        padding: 0;
        margin: 0;
        width: 100%;
        display: block;
        float: none;
        clear: both;
    }
}

/**
 * About.
 */
#about,
#information,
#more-information,
#application,
#questions,
#location,
#begin {
    padding: 0;
    margin: 0;
}

#wrapper,
#footer,
#about {
    background: #fff !important;
}

/**
 * Questions.
 */
#questions {
    margin-top: 1.5em;
}

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

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