@font-face {
    font-family: "Helvetica Neue LT";
    src: url("../fonts/HelveticaNeueLTW1G-Lt.eot"),
    url("../fonts/HelveticaNeueLTW1G-Lt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue LT";
    src: url("../fonts/HelveticaNeueLTW1G-Bd.eot"),
    url("../fonts/HelveticaNeueLTW1G-Bd.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue LT";
    src: url("../fonts/HelveticaNeueLTW1G-It.eot"),
    url("../fonts/HelveticaNeueLTW1G-It.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Helvetica Neue LT Roman";
    src: url("../fonts/HelveticaNeueLTW1G-Roman.eot"),
    url("../fonts/HelveticaNeueLTW1G-Roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Helvetica Neue LT', sans-serif;
    color: #404040;
}

.shaded {
    background-color: #F3F5F8;
}
/*
.unshaded {
    background-color: #fff;
}*/

.exit .fa-times {
    font-size: 23px;
    line-height: 23px;
}

.header {
    margin-top: 90px;
    font-size: 30pt;
}

.instructions {
    margin: 120px 0 0 0 ;
    padding: 0;
}

.card {
    margin: 0 120px 0 0;
    display: block;
    width: 270px;
    float: left;
}

@media only screen and (max-width: 1210px) {
    .instructions {
        text-align: center;
    }
    .card {
        margin: 0 auto 100px;
        width: 100%;
    }
}

.main-text {
    margin-top: 50px;
    font-size: 20pt;
}

.sub-text {
    margin-top: 20px;
    font-size: 12pt;
}

#page-title .title-text {
    border-top: 0;
    margin: 40px 0 20px;
    padding: 0;
}

#page-title .completed {
    font-size: 30pt;
    margin-bottom: 40px;
}

#page-title h1 {
    font-weight: normal;
    font-size: 24pt;
}

#page-title h2 {
    font-weight: normal;
    font-size: 12pt;
    margin-bottom: 10px;
}

#section-nav .serial {
    font-size: 16pt;
    text-transform: uppercase;
}

#section-nav .section-title {
    margin-top: 15px;
    font-size: 14pt;
    font-weight: bold;
}

#section-nav .q-text {
    margin-top: 10px;
    display: block;
    font-family: 'Helvetica Neue LT Roman', sans-serif;
    font-size: 12pt;
    color: #404040 !important;
}

#section-nav .status-label {
    font-family: 'Helvetica Neue LT Roman', sans-serif;
    font-size: 16pt;
    color: #404040 !important;
}

#section-nav .status-text {
    margin-top: 10px;
    font-family: 'Helvetica Neue LT Roman', sans-serif;
    font-size: 12pt;
    color: #404040 !important;
}

#section-nav .button:hover {
    color: #305bc1 !important;
}

.intro-title {
    font-size: 2em !important;
}

.question .question-title {
    border-top: 0;
    margin: 80px 0 40px;
    padding: 0;
}

.question .question-title .section {
    border: 0;
    margin: 10px 0 40px;
}

.question .question-title .section h2 {
    margin-bottom: 12px;
}

.question .quiz-list .letter {
    font-weight: bold;
    position: absolute;
    left: -33px;
}

.question .quiz-list a, .question .quiz-list label ,
.question .question-form p , .question .question-form label ,
.question .question-form .question-holder .question-text,
.question .question-form .quiz-table.table td,
.question .question-form .quiz-table.table th{
    font: 20px/1.4 'AvenirNextforINTUIT-Regular'; color: #393a3d;
    /*font-family: 'Helvetica Neue LT Roman', sans-serif;*/
    /*font-size: 12pt !important;*/
}
