.subheader, p.lead {
    color: #777
}

article, aside, details, figcaption, figure, footer, header, hgroup, label, legend, menu, nav, section {
    display: block
}

.clear, hr {
    clear: both
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

body {
    line-height: 1;
    background: #fff;
    font: 14px/21px HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-family: Georgia,"Times New Roman",serif;
    font-weight: 400
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit
    }

h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px
}

h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px
}

h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px
}

h5 {
    font-size: 17px;
    line-height: 24px
}

h6 {
    font-size: 14px;
    line-height: 21px
}

p {
    margin: 0 0 20px
}

    p img {
        margin: 0
    }

    p.lead {
        font-size: 21px;
        line-height: 27px
    }

em {
    font-style: italic
}

strong {
    font-weight: 700;
}

small {
    font-size: 80%
}

blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd
}

    blockquote cite {
        display: block;
        font-size: 12px;
        color: #555
    }

        blockquote cite:before {
            content: "\2014 \0020"
        }

        blockquote cite a, blockquote cite a:visited {
            color: #555
        }

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    margin: 10px 0 30px;
    height: 0
}

a, a:visited {
    color: #333;
    text-decoration: underline;
    outline: 0
}

    a:focus, a:hover {
        color: #000
    }

p a, p a:visited {
    line-height: inherit
}

ol, ul {
    margin-bottom: 20px
}

ul {
    list-style: none
}

ol {
    list-style: decimal
}

ol, ul.circle, ul.disc, ul.square {
    margin-left: 30px
}

ul.square {
    list-style: square
}

ul.circle {
    list-style: circle
}

ul.disc {
    list-style: disc
}

ol ol, ol ul, ul ol, ul ul {
    margin: 4px 0 5px 30px;
    font-size: 90%
}

    ol ol li, ol ul li, ul ol li, ul ul li {
        margin-bottom: 6px
    }

li {
    line-height: 18px;
    margin-bottom: 12px
}

    li p, ul.large li {
        line-height: 21px
    }

img.scale-with-grid {
    max-width: 100%;
    height: auto
}

.button, button, input[type=submit], input[type=reset], input[type=button] {
    border: 1px solid #09F;
    background-color: #09F;
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
    font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    outline: 0;
    padding: 4px 12px
}

    .button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
        background-color: #06F
    }

    .button.full-width, button.full-width, input[type=submit].full-width, input[type=reset].full-width, input[type=button].full-width {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input[type=password], input[type=email], input[type=text], select, textarea {
    border: 1px solid #000;
    padding: 6px 4px;
    outline: 0;
    font: 13px HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #777;
    margin: 0;
    background: #fff
}

select {
    padding: 0;
    width: 220px
}

input[type=password]:focus, input[type=email]:focus, input[type=text]:focus, textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2)
}

textarea {
    min-height: 60px
}

label, legend {
    font-weight: 700;
    font-size: 13px
}

input[type=checkbox] {
    display: inline
}

label span, legend span {
    font-weight: 400;
    font-size: 13px;
    color: #444
}

.remove-bottom {
    margin-bottom: 0 !important
}

.half-bottom {
    margin-bottom: 10px !important
}

.add-bottom {
    margin-bottom: 20px !important
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    height: 0 !important
}
