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

/**
 * Typography.
 */
h1 {
    font-size: 16px !important;
    line-height: 20px !important;
}

h2, h3, h4, h5, h6, div, section, p, em {
    font-size: 12px !important;
    line-height: 18px !important;
}

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

a {
    color: #333;
    padding-left: 0 !important;
}

a::before {
    display: none !important;
}

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

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


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


/**
 * Section
 */
section {
    margin: 1em 0 0;
    padding: 0;
    width: 100%;
}

#about {
    background: transparent;
    color: #464646;
    padding: 0;
    margin: 1em 0 0;
}
#about #questions a {
    color: #464646;
}
#about h2 {
    font-family: 'Source Sans Pro', sans-serif;
}
/**
 * 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;
    }
}


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

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

#wrapper section li, #about li {
    list-style: disc;
    margin-left:10px;
    padding-left:0;

}

#wrapper section li:before, #about li:before {
    display:none;
}