﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    font: inherit;
    vertical-align: top;
    text-decoration: none;
}


div, ul, li {
    box-sizing: border-box;
    list-style: none;
}

em {
    font-style: italic;
}

a {
    cursor: pointer;
}

    a img {
        border: 0;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.clearBoth {
    clear: both;
}

img {
    vertical-align: top;
}

/* END CSS Core + Reset */
body {
    font-family: "freight-sans-pro";
    font-size: 21px;
    line-height: 26px;
    padding: 30px;
    color: #005cb8;
}

.contentContainer {
    margin: auto;
    max-width: 1280px;
}

header .title {
    float: right;
    text-align: right;
    color: #999999;
}

    header .title h1 {
        font-size: 32px;
        color: #005cb8;
        margin: 0 0 10px 0;
    }

main {
    padding: 40px 0 0 0;
}

    main > ul > li {
        border-top: 1px solid #b3b3b3;
        padding: 20px 0;
        min-height: 140px;
        position: relative;
        display: table;
        width: 100%;
    }

        main > ul > li .question {
            padding: 0 50px 0 0;
            display: table-cell;
            vertical-align: middle;
            font-size:30px;
            line-height:40px
        }

        main > ul > li > ul.answers {
            float: right;
            width:350px;
        }

            main > ul > li > ul.answers > li {
                display: inline-block;
                width: 50px;
                height: 50px;
                background: #cccccc;
                -moz-border-radius: 50px;
                -webkit-border-radius: 50px;
                border-radius: 50px;
                font-weight: 700;
                text-align: center;
                box-sizing: border-box;
                padding: 8px 0 0 0;
                margin: 20px 10px 0 0;
                font-size:30px
            }

                main > ul > li > ul.answers > li:hover, main ul > li > ul > li.selected {
                    background-color: #005cb8;
                    color: #fff;
                    cursor: pointer;
                }

        main > ul > li > ul.commentsList li {
            list-style-type: disc;
            margin: 0 0 10px 45px;
        }

    main li:last-child {
        border: none;
    }

    main ul.resultsList {
        display: none;
    }

        main ul.resultsList > li:last-child {
            border-top: 1px solid #b3b3b3;
        }



    main .commentsSection .question {
        width: 100%;
        display: block;
        margin: 0 0 14px 0;
    }

    main .commentsSection textarea {
        padding: 10px;
        font-family: "freight-sans-pro";
        font-size: 21px;
        line-height: 26px;
        box-sizing: border-box;
        width: 100%;
        height: 120px;
    }

    main .submitBtn {
            float: right;
        border: 1px solid #005cb8;
        display: inline-block;
        padding: 20px 30px;
        font-size: 28px;
        line-height: 28px;
    }

        main .submitBtn:hover {
            background-color: #005cb8;
            color: #fff;
        }

        main .submitBtn.inactive {
            pointer-events: none;
            cursor: default;
            border: 1px solid #999999;
            color: #999999;
        }

    main > ul > li > ul > li.average {
        background-color: #eaeaea;
    }

        main > ul > li > ul > li.average:hover {
            pointer-events: none;
            cursor: default;
        }

    main .average {
        width: 249px;
        height: 20px;
        float: right;
        background-image: url(/content/images/slider.png);
        display: table-cell;
        vertical-align: middle;
        margin: 15px 0 0 0;
    }

    main .exact {
        float: right;
        display: table-cell;
        vertical-align: middle;
        display: block;
        padding: 6px 10px 0 0;
    }

.resultsBtn {
    display: inline-block;

    color: #005cb8;
    font-size: 18px;
    margin: 22px 0 0 0;
}

    .resultsBtn:hover {
        text-decoration: underline;
    }

.noResults {
    color: red;
    padding: 30px 0 0 0;
    display: none;
}


@media only screen and (min-width: 0px) and (max-width: 767px) {


    main > ul > li > ul.answers > li {
        padding-top:12px;
    }
    body {
        font-size: 14px;
        line-height: 18px;
        padding: 20px;
    }

    header {
        text-align: center;
        padding: 0 10%;
    }

        header .logo {
            width: 80%;
            max-width: 225px;
        }

        header .title {
            clear: both;
            float: none;
            text-align: center;
            padding: 25px 0 0 0;
        }

            header .title h1 {
                font-size: 22px;
                line-height: 24px;
            }

    main {
        padding: 10px 0 0 0;
    }

        main > ul > li .question {
            display: block;
            text-align: center;
            padding: 0 0 20px 0;
            width: 100%;
        }

        main > ul > li > ul {
            float: none;
            display: block;
            width: 100%;
            padding: 0;
            text-align: center;
        }

        main > ul > li > br {
            display: none;
        }

        main > ul > li > ul > li {
            width: 35px;
            height: 35px;
            padding: 15px 0 0 0;
        }

        main .average {
            float: none;
            display: block;
            margin: 0 auto;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {

    body {
        font-size: 16px;
        line-height: 20px;
    }

    .logo {
        width: 180px;
    }

    header .title h1 {
        font-size: 26px;
    }

    main > ul > li {
        padding: 20px 0;
    }

        main > ul > li > ul > li {
            width: 40px;
            height: 40px;
            padding: 8px 0 0 0;
        }

        main > ul > li .question {
            width: 60%;
        }
}

@media only screen and (min-width: 1001px) and (max-width: 1280px) {
    main > ul > li .question {
        width: 60%;
    }
}
