@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400italic,600,700);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
    blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
    em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
    b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
    details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
    output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    color: #555;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
}

*, *:before, *:after {
    box-sizing: border-box;
}

a:visited {
    color: #2c78c1;
}

a {
    color: #2c78c1;
    text-decoration: none;
}

#content {
    margin: 2px auto 0;
    width: 355px;
    max-width: 100%;
    padding-left: 23px;
    padding-right: 12px;
}

#register-link {
    font-size: 14px;
    margin-bottom: 48px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#content.inner {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

#content > h2 {
    margin: 0;
    padding: 28px 0;
    font-weight: 300;
    font-size: 32px;
    color: #222;
}

#content h3 {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 26px;
    color: #222;
}

#content > h2:first-child {
    padding-top: 0;
    border-bottom: 1px solid #eee;
}

#content > h2 a {
    display: block;
    margin-top: 14px;
    float: right;
    color: #0c80c3;
    font-weight: 600;
    font-size: 20px;
}

#content > h2 a:hover {
    text-decoration: underline;
}

#content .text {
    position: relative;
    padding: 5px 0 10px 0;
    text-align: justify;
}

#content p {
    margin: 0;
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.4;
}

#content ul {
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 1em;
    font-size: 18px;
    line-height: 1.5;
}

#content p strong {
    display: block;
    font-weight: 600;
}

a.highlight {
    color: #2c78c1;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}

a:visited {
    color: #2c78c1;
}

a:hover {
    color: #e40a43;
    text-decoration: none;
}

.center {
    text-align: center;
}

#content.workforce-text {
    margin-top: 0;
    display: none;
    color: #e40a43;
}

.toggle-workforce-text, .workforce-text {
    font-size: 16px;
    font-weight: normal;
}

@media all and (max-width:760px) {
    #content > h2 {
        font-size: 22px;
        text-align: center;
    }
    #content > h2 a {
        float: none;
    }
    #content p {
        margin: 80px 0 0;
        padding: 0;
        font-size: 16px;
    }
    #content .img--holder {
        top: auto;
        bottom: 100%;
    }
    iframe {
        height: 2000px;
    }
}
@media all and (max-width:360px) {
    #content p {
        font-size: 14px;
    }
}
