/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
    audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #54565b; }
body {
    margin: 0;
    line-height: 1.4em;
    font-size: 14px;
    font-family: Arial, Helvetica, sasns-serif;
    height: 100%;
    color: #54565b;
    min-width: 320px;
}

/*
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/
.nodata { display: none; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
    q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
    button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
        button[disabled], input[disabled] { cursor: default; }
    input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
    input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
    button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
    input:valid, textarea:valid { }
    input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
tr.row-hover:hover { /*background-color: #ddd;*/ }
td span { color: #999; }
td { vertical-align: top; }


input::-webkit-input-placeholder { color: #ccc; }
input:-moz-placeholder { /* Firefox 18- */ color: #999; }
input::-moz-placeholder { /* Firefox 19+ */ color: #999; }
input:-ms-input-placeholder { color: #999; }
.errors { color: #ff0000; }
/* ==|== primary styles ===================================================== */
html.ie8.loginPage { min-width: 1024px; }
.ie8 body { min-width: 960px; }

#wrap { height: 100%; padding-top: 36px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding-bottom: 97px; position: relative; }
#content { background: #84a8ba url('../images/bg_main.jpg') no-repeat 50% 100%; font-size: 13px; overflow: hidden; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: cover; background-size: 100% auto; position: relative; z-index: 4; min-height: 100%; }
.ie8 #content {background: #84a8ba url('../images/bg_main_ie8.jpg') no-repeat 50% 100%; }
/*.ie8 #content { background-size: cover; -ms-behavior: url(/Content/js/cayston/backgroundsize.min.htc); }*/
#content:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/stripe_overlay.png) 50% 50%; z-index: 98; }

.btn {
    background: url('../images/btn_gray.png') no-repeat 0 50%;
    text-decoration: none;
    overflow: visible;
    outline: none;
    text-align: center;
    display: inline-block;
    border: 0;
    position: relative;
    font-size: 12px;
    line-height: 1em; /*min-width:200px;*/
    font-weight: bold;
    padding: 27px 30px 30px 50px;
    margin-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline-color: rgba(0,0,0,0);
}
    .btn:after {
        background: url('../images/btn_gray.png') no-repeat 100% 50%;
        content: '';
        display: block;
        font-size: 12px;
        line-height: 1em;
        position: absolute;
        left: 100%;
        top: 0;
        height: 100%;
        width: 20px;
    }
.ie8 button.btn:focus { border: none; outline: none; }

#content p { color: #54565b; margin: 1em 0 0; line-height: 1.6em; clear: left; }
#content h2 { font-size: 13px; margin: 0 0 18px 0; }
#content h3 { font-size: 13px; }
#content a { color: #54565b; }


input[type="text"], input[type="password"] {
    outline: 0;
    border: 1px solid #b7b7b7;
    line-height: 1em;
    padding: 5px;
    width: 183px;
    display: inline-block;
    position: relative;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 0 3px #cdcdcd;
}
    input[type="text"]:focus, input[type="password"]:focus { background-color: #f8f8f8; }
input[type="submit"] { margin-left: 17px; margin-bottom: 14px; margin-top: -7px; font-size: 0.750em; line-height: 68px; color: #54565b; font-weight: bold; display: block; width: 267px; height: 75px; background: url('../images/bg_button_white.png') repeat-x bottom; border: none; }

.gender_wrap { float: right; width: 183px; }
.terms_cond { padding-left: 30px; position: relative; }
    .terms_cond input { position: absolute; left: 0; top: 6px; }
.field-validation-error, #question-error { color: #bf0f3a; display: block; clear: both; }
.form_list.solo li .field-validation-error { margin: 0; width: auto; }
#invite-errors { margin: 0 0 8px 0; padding: 0px; color: #bf0f3a; }


#AuthorizationDateOfBirth { width: 80px; }

@media only screen and (max-width: 800px) {
    #AuthorizationDateOfBirth {
        width: 110px;
    }
}

::-webkit-input-placeholder { color: #000; }
:-moz-placeholder { color: #000; }
::-moz-placeholder { color: #000; }
:-ms-input-placeholder { color: #000; }


.form_list { list-style: none; padding: 0; margin: 0; float: left; width: 46%; padding-left: 8%; }
    .form_list:first-child { padding-left: 0; }
    .form_list li { padding: 0; margin: 0 0 18px; color: #54565b; font-size: 0.9em; line-height: 27px; }
        .form_list li .field-validation-error {
            margin: 0px 0 0 auto;
            width: 183px;
            line-height: 1.2em;
            padding: 4px 0 0;
        }
    .form_list.form_right { width: 370px; margin-left: 54px; }
        .form_list.form_right li { width: 370px; }
    .form_list li label { float: left; }
    .form_list li input[type="text"], .form_list li input[type="password"] { float: right; }
    .form_list li .password-hint { font-size: 1em; line-height: 1.4em; margin-top: 10px; }
    .form_list.solo { float: none; }
        .form_list.solo li input[type="text"], .form_list.solo li input[type="password"] { float: left; }

input.soloSubmit { display: block !important; float: right; width: 185px !important; margin-right: 35px; }

/* header */
#header { display: block; position: relative; width: 100%; height: 36px; overflow: visible; z-index: 5; margin-top: -36px; }
    #header .headerWrap { display: block; position: relative; width: 100%; height: 40px; background: url('../images/bg_header.png') repeat-x; z-index: 2; }
    #header img.logo { position: absolute; left: 17px; top: 5px; }
    #header p.header_text { margin: 0; padding: 0; position: absolute; color: #333; font-size: 0.8em; line-height: 1em; font-weight: bold; left: 135px; top: 17px; }
    #header ul { list-style: none; margin: 0; padding: 0; }
    #header .help_bank { position: absolute; right: 25px; bottom: 4px; }
        #header .help_bank a { padding-top: 10px; padding-left: 20px; display: block; float: right; text-decoration: none; color: #53555a; font-size: 12px; }
            #header .help_bank a:hover { text-decoration: underline; }
            #header .help_bank a.help_icon { padding-top: 0px; padding-left: 0; margin-left: 15px; width: 33px; text-align: center; height: 36px; display: block; background: transparent; overflow: hidden; }
                #header .help_bank a.help_icon.active, #header .help_bank a.help_icon:hover { background: #8a8d8e; }
                    #header .help_bank a.help_icon.active img, #header .help_bank a.help_icon:hover img { position: relative; top: -36px; }

    #header .help_screen { min-width: 338px; height: 109px; background: url(../images/bg_transwhite.png); position: absolute; right: 0; top: 100%; display: none; }
        #header .help_screen:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 10px; background: url('../images/bg_header.png') repeat-x 0 -36px; }

.nav-toggle { display: none; }

#header li { margin: 0; padding: 0; font-size: 12px; color: #54565b; }
    #header li a { text-decoration: none; color: #bc0f39; font-weight: bold; }
#header .help_info { margin: 54px 0 0 20px; padding-right: 140px; white-space: nowrap; min-width: 178px; }
    #header .help_info li { margin-bottom: 12px; }
        #header .help_info li.name { text-transform: capitalize; }
#header .help_links { position: absolute; right: 0; top: 0px; margin-right: 19px; }
    #header .help_links li { text-align: right; }
        #header .help_links li.log-off { padding-top: 8px; margin-bottom: 38px; }
        #header .help_links li a { color: #bc0f39; float: none; }

ul.nav { list-style: none; margin: 0 0 0 0; padding: 0; position: relative; }
    ul.nav li { font-size: 0.850em; line-height: 37px; font-weight: bold; border: 1px solid #ac0d34; border-bottom: 2px solid #8b0b2a; text-align: center; width: auto; height: 37px; margin: 0 12px 0 0; padding: 0 18px; float: left; display: block; position: relative; color: #fff; background: #bf0f3a; text-shadow: 1px 1px #262626; }
        ul.nav li:last-of-type { margin-right: 0; }
        ul.nav li.ui-state-hover { background: #D11742; }
        ul.nav li.ui-state-active { background: url('../images/bg_transdarkgray.png'); border: 0; padding: 1px 18px 2px; }
        ul.nav li a { text-decoration: none !important; color: #fff !important; width: 100%; height: 100%; display: block; outline: 0; }

/*li.your-assessments,
li.knowledge-assessments {
    width: 230px;
}
li.your-history { 
    width: 120px;
}
li.tab-checklists,
li.responsibility-checklist {
    width: 240px;
}
li.download-pdfs { 
    width: 130px;
}*/

.mobile-title { display: none; }

/* footer */
#footer { color: #fff; background: url('../images/bg_stripe_footer.gif'); border-top: 2px solid #3a3c40; text-align: center; padding: 2px 0 14px; position: relative; z-index: 999; margin-bottom: -97px; height: 97px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
    #footer p { margin: 13px 0; font-size: 11px; line-height: 1.333em; }
    #footer > div { text-align: left; margin: 0 auto; width: 415px; }
        #footer > div img { float: left; margin-right: 20px; }
    #footer a { color: #fff; text-decoration: none; }
        #footer a:hover { text-decoration: underline; }
.touch #footer a:hover { text-decoration: none; }


/* content */
.contentWrap { width: 974px; margin: 0 auto; padding: 26px 0; position: relative; z-index: 999; }
.contentBody { background: url('../images/bg_transdarkgray.png'); margin: 0; padding: 0; }

#dashboard { padding: 18px 18px 0; }

/* login */
/*.logIn .footer-gilead { display:none; }*/
.pinkPromptWrap { width: 308px; position: relative; background: url('../images/bg_login_center.png') repeat-y; margin: 1px auto 7px; position: absolute; left: 50%; top: 50%; margin: -113px 0 0 -154px; z-index: 999; }
#signin.pinkPromptWrap { margin-top: -195px; }

.pinkPromptWrap .top { width: 308px; height: 1px; background: url('../images/bg_login_top.png'); display: block; position: absolute; top: -1px; left: 0; }
.pinkPromptWrap .bottom { width: 308px; height: 7px; background: url('../images/bg_login_bottom.png'); display: block; position: absolute; bottom: -7px; left: 0; }
.pinkPromptWrap form { color: #fff; -webkit-text-shadow: 1px 1px #262626; text-shadow: 1px 1px #262626; padding: 10px 17px; background: #017F59 }
.pinkPromptWrap legend, .pinkPromptWrap label { font-size: 0.9em; letter-spacing: 0px; }
.pinkPromptWrap legend { font-size: 13px; padding: 0 0 10px; }
.pinkPromptWrap ol { list-style: none; padding: 0; margin: 0 0 0 0px; }
    .pinkPromptWrap ol li { margin: 20px 0 0; }
        .pinkPromptWrap ol li:first-child { margin: 0; }
        .pinkPromptWrap ol li p { color: #fff; margin: 0 !important; padding: 0 !important; }
/*.pinkPromptWrap ol span { font-size: 0.846em;}*/
.pinkPromptWrap a { color: #fff !important; font-size: 0.85em; text-decoration: none; }
.pinkPromptWrap input[type="text"], .pinkPromptWrap input[type="password"] { width: 100%; margin: 0; /*line-height:29px;padding:0 7px; width: 266px; height:29px;  display:block; position:relative; border:none; font-size:13px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;*/ }
.pinkPromptWrap button.btn { display: block; width: 260px; margin-right: 0; }
.pinkPromptWrap .field-validation-error { background: #d83e4c; padding: 1px 3px; margin-top: 4px; display: inline-block; -webkit-text-shadow: none; text-shadow: none; color: #780823; }
.pinkPromptWrap p { margin: 0 0 20px !important; color: #fff !important; line-height: 1em !important; }
.pinkPromptWrap label[for="Register"] { color: #fff; /*padding-left: 17px; margin-bottom:10px;*/ display: block; }
/*.pinkPromptWrap form > p { padding:0 18px 20px !important; }*/
.login-label { font-weight: bold; font-size: .9em; }

#cycle_bg { overflow: hidden; height: 100%; }
    #cycle_bg > div { background: no-repeat 50% 0; /*background-position:center top; background-repeat:no-repeat;*/ height: 100%; width: 100%; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background-size: cover; }
/*.ie8 #cycle_bg > div { -ms-behavior: url(/Content/js/cayston/backgroundsize.min.htc); }*/
.ie8img { display: none; }
.ie8 .ie8img { display: block; position: absolute; top: 0px; right: 0px; left: 0px; width: 100%; min-height: 100%; }
.ie8 #cycle_bg > div { background-image: none !important; }

.cycle-slide { visibility: visible !important; display: block !important; }
/* white popup */

.popup_white_wrap { background: url('../images/bg_popup_white_center.png') repeat-y; position: relative; width: 726px; margin: 25px auto 30px; padding: 15px 20px 20px; z-index: 99; }
    .popup_white_wrap .top { background: url('../images/bg_popup_white_top.png') no-repeat; display: block; position: absolute; width: 766px; height: 1px; top: -1px; left: 0; }
    .popup_white_wrap .bottom { background: url('../images/bg_popup_white_bottom.png') no-repeat; display: block; position: absolute; width: 766px; height: 7px; bottom: -7px; left: 0; }

#password-reset.popup_white_wrap { margin-top: 140px; }
#password-reset .btn { float: right; }

.main_white_wrap { background: url('../images/bg_main_white_center.png') repeat-y; position: relative; width: 946px; margin: 15px auto; }
    .main_white_wrap .top { background: url('../images/bg_main_white_top.png') repeat-y; position: relative; width: 946px; height: 1px; display: block; position: absolute; top: -1px; }
    .main_white_wrap .bottom { background: url('../images/bg_main_white_bottom.png') repeat-y; position: relative; width: 946px; height: 7px; display: block; position: absolute; bottom: -7px; }

    #your-assessments .list, #your-checklists .list, #clinic-assessments .list { margin-left: -19px; }
    #patient-index .list { margin-left: 0; }
.assessment_item { width: 300px; height: 170px; position: relative; overflow: hidden; background: #3b5c69 url(../images/bg_assessment.gif) repeat-x; box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3); float: left; margin: 0 0 19px 19px; }
    .assessment_item.new { background: url(../images/bg_assessment_new.gif) repeat-x; }

    .assessment_item .btn { display: block; position: absolute; bottom: 0; left: 0; width: 100%; margin: 0; padding: 27px 0 0; height: 62px; background-position: 50% 0; text-decoration: none; }
        .assessment_item .btn:hover { text-decoration: underline; }
        .assessment_item .btn.take-checklist { font-size: 11px; font-weight: normal; text-transform: uppercase; }
#your-assessments .assessment_item.new .btn { padding: 15px 0 0; height: 62px; }
.assessment_item .reviewBtn .btn { width: 50%; min-width: 50px; border-right: 1px solid #959595; }
.assessment_item .retakeBtn .btn { width: 50%; min-width: 50px; left: 50%; }
    .assessment_item .reviewBtn .btn:after,
    .assessment_item .retakeBtn .btn:after { background: none; }
.assessmentStart, .checklistStart { text-transform: uppercase; font-weight: bold; height: 20px; line-height: 20px; color: #BF0F3A; }
#content a.take-checklist.start { color: #BF0F3A; font-weight: bold; }
.scoreWrap,
.trendWrap,
.checklistWarp { color: #fff; display: block; float: left; font-size: 11px; font-weight: bold; height: 110px; line-height: 14px; text-align: center; text-transform: uppercase; text-shadow: 1px 1px rgba(0,0,0,.75); }
#your-checklists .checklistWarp { font-size: 13px; line-height: 18px; }
.scoreWrap,
.trendWrap { width: 50%; }
.checklistWarp { width: 100%; }
.assessment_item.new .scoreWrap,
.assessment_item.new .trendWrap,
.assessment_item.new .checklistWarp { color: #54565b; text-shadow: 1px 1px rgba(0,0,0,.25); }

/* Under Age Styles */
.assessment_item.underage .scoreWrap {display:none;}
.assessment_item.underage .trendWrap {width:100%;float:none;}
/* End Under Age Styles */

.number { font-size: 65px; line-height: 65px; }

.assessment_item.new .number { line-height: 80px; }
.score { border-right: 1px solid #426776; height: 100px; padding: 10px 0 0 0; }
.assessment_item.new .score { border-right: 1px solid #aeaeae; }
.trend { border-left: 1px solid #96c2d4; height: 100px; padding: 10px 0 0 0; }
.assessment_item.new .trend { border-left: 1px solid #fff; }
.checklist { height: 60px; padding: 50px 15px 0; }
.checklistWarp, checklist { text-transform: none; }
#content p.clinician-bottom { color: #fff; font-size: 14px; font-weight: bold; margin: 26px 0 0 0; text-align: center; }

#clinician-edit .btn { float: right; }

.clinician .number { font-size: 45px; line-height: 48px; }
.takenCount { font-size: 13px; text-transform: none; margin-bottom: 6px; }
.assessment_item.clinician .trend .number, .assessment_item.new.clinician .trend .number { font-size: 28px; line-height: 36px; }
.assessment_item.new.clinician .number { line-height: 48px; }

.printBtn,
.emailBtn {
    cursor: pointer;
    display: inline;
    text-align: center;
    background: url(../images/btn_red.png) repeat-x;
    line-height: 15px;
    padding: 12px 24px;
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px #262626;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3);
    border: none;
}

@media screen and (max-width:800px) {
    .printBtn,
    .emailBtn {
        line-height: 12px;
        padding: 14px !important;
        font-size: 12px;
    }
}
.emailBtn,
.printBtn {
    top: 5px;
    position: absolute;
    float: none;
    display: inline;
}
.printBtn {
    right: 35px;
}
.emailBtn {
    right: 130px;
}
@media screen and (max-width:800px) {
    .emailBtn {
        right: 35px;
    }
    .content-col2{
        margin-bottom:10px!important;
    }
    .content-col4 {
        margin-left: 0 !important;
    }
    .care-team{
        margin-bottom:0!important;
        margin:15px 0 18px 0!important;
    }
    .content-info{
        margin-left:0!important;
    }
}

.printScore.printBtn {background:none;right:0;padding-right:0;}

h1.patient-checklist-review-title {
    max-width: 55%;
}

@media screen and (max-width:500px) {
    h1.patient-checklist-review-title {
        font-size: 15px !important;
    }
}

h2.patient-checklist-title {
    margin-bottom: 24px !important;
}

@media screen and (max-width:550px) {
    h2.patient-checklist-title {
        margin-bottom: 0;
        width: calc(100% - 90px);
    }
}

@media screen and (max-width:767px) {
    h1.patient-history-detail-title {
        margin-top: 45px !important;
    }
}

.reviewYourScoreWrap {
    padding: 0 0 0 110px;
    position: relative;
    margin: 1em 0;
}
.reviewYourScoreWrap.underage {
    padding: 0;
}
#content .reviewYourScoreWrap p { font-size: 13px; line-height: 18px; margin: 0px; }

.reviewYourScore { background: #3b5c69 url(../images/bg_assessment.gif) repeat-x; color: #fff; font-size: 55px; font-weight: bold; height: 70px; line-height: 70px; text-shadow: 1px 1px #262626; text-align: center; position: absolute; left: 0; top: 0; box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3); width: 95px; }


.reviewContentRight{float:right;}
.reviewContentRight:after{content:"";display:table;clear:both;}

.reviewContentRight .printScore{}

.printScore { float: left; margin: 11px 10px 0 40px; }
    .printScore #print-score.btn { background: url('../images/btn_red.png') repeat-x; line-height: 15px; padding: 22px 0; color: #fff; text-shadow: 1px 1px #262626; box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3); width: 100%; min-width: 135px; }
        .printScore #print-score.btn:after { display: none; }

.emailScore { float: left; margin-top: 11px; }
    .emailScore #email-score.btn { background: url('../images/btn_red.png') repeat-x; line-height: 15px; padding: 22px 0; color: #fff; text-shadow: 1px 1px #262626; box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3); width: 100%; min-width: 135px; }
        .emailScore #email-score.btn:after { display: none; }



.reviewContent { }
.reviewContentLeft { float: left; width: 55%; }
    .reviewContentLeft b { font-weight: normal; text-transform: uppercase; }
.lowercaseText .reviewContentHeader { background: #3b5c69 url(../images/bg_assessment.gif) repeat-x; font-weight: bold; color: #fff; text-shadow: 1px 1px #262626; box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3); padding: 5px 15px 5px 15px; font-size: 13px; display: inline-block; }
.additionalResources { background: #3b5c69 url(../images/bg_assessment.gif) repeat-x; font-weight: bold; float: right; color: #fff; text-shadow: 1px 1px #262626; box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3); width: 252px; padding: 5px 18px 5px 15px; font-size: 13px; }
    #content .additionalResources a, .additionalResources a { color: #fff; display: inline-block; padding: 3px 0; }
.lowercaseText { text-transform: lowercase; }
    .lowercaseText span { text-transform: uppercase; }
.additionalResources.assessments-also-taken {
    background: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: normal;
    width: 30%;
    padding: 0px;
    margin: 10px 0;
    float: left;
}
#content .additionalResources.assessments-also-taken a { color: #54565b; }
.patient-review-top { float: left; width: 68%; }
    .patient-review-top h1 { margin-top: 0px; }
    .patient-review-top .reviewYourScoreWrap { height: 70px; }
.additionalResources.assessments-also-taken ul { list-style: none; margin: 0px; padding: 0px; }
.additionalResources.assessments-also-taken li { float: left; padding-right: 8px; }
#content .additionalResources.assessments-also-taken p { margin: 0; }

.talkTeam {
    background: #3b5c69 url(../images/bg_assessment.gif) repeat-x;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #262626;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3);
    line-height: 22px;
    padding-left: 20px;
    margin-bottom: 30px;
}

.createdOn.whitebg { max-width: 912px; }
#createdOnWrap .reviewYourScoreWrap p { margin: 0px; }
/*
#createdOnWrap .emailScore #email-score.btn { background: url('../images/btn_gray.png') no-repeat 0 50%; color: #54565b; margin: 0px; text-shadow: none; }
*/
#createdOnWrap .reviewContentLeft { font-size: 13px; }
#createdOnWrap .emailScore { float: right; }

.reviewQestion { font-weight: bold; padding: 0 0 0 20px; margin: 0; }
p.footnote { display: block; }
#content p.footnote { font-weight: normal; font-size: 10px; margin-bottom: 20px; }
.reviewQestion p.footnote { font-weight: normal; font-size: 10px;}
.reviewAnswers { font-weight: normal; list-style: none; position: relative; /*min-height: 125px;*/ }
.answers-container { display: block; position: relative; width: 100%; overflow: hidden; }
.isloaded.reviewAnswers { float: left; margin: 0; }
span.skipped { color: #c31f41; padding-left: 8px; }
.reviewAnswers li { position: relative; padding: 4px 0 4px 34px; }
.reviewAnswers li:first-of-type { margin-top: 1em; }
.reviewAnswers li:last-of-type { margin-bottom: 1em; }
.reviewAnswers input[type="radio"] { position: absolute; top: 6px; height: 18px; left: 0px; overflow: visible; }
.reviewAnswers label { left: -14px; position: relative;}
.reviewIcon { position: absolute; left: -23px; top: 4px; width: 16px; }
    .reviewIcon img.icon_skipped { position: relative; left: -12px; }
.reviewIcon img:not(.icon_skipped) {left: 0; position: absolute;}

@supports (-webkit-overflow-scrolling: touch) {
    .reviewAnswers label {
        left: -8px !important;
        position: relative;
    }
}
.chosen { color: red; }
    .chosen .correct, .correct { color: green; }
.btn-wrap { width: 60%; margin-top:1em; position:absolute; bottom:5px;}

.question-wrapper { min-height: 225px; padding-bottom: 75px; }

#patients-assessments-history .history-wrap, #patients-assessments-history .history-wrap:nth-child(odd) { border-bottom: 2px solid #c1c2c3; border-top: 2px solid #c1c2c3; background-color: #eff0f1; }
#patients-assessments-history .history-left { border-right: 2px solid #c1c2c3; padding-right: 2%; }
#patients-assessments-history .history-right { padding-left: 2%; }
#content #patients-assessments-history h2 { margin-top: 9px; }
#patients-assessments-history .reviewYourScore { margin-bottom: 0; }
#patients-assessments-history .reviewNumber { width: 95px; text-align: center; float: right; }


.history-top { padding: 12px; position: relative; }
    @media screen and (max-width:800px) {
        .history-top > p > span.desktop-only {
            display: none;
        }
    }
    .history-wrap {
        padding: 0px 12px;
    }

        .history-wrap:nth-child(odd), .patients-checklists-wrap:nth-child(odd) {
            background-color: #dfdfe0;
        }

        .history-wrap h1 {
            font-size: 18px;
        }

    #list .patients-checklists-wrap .checklistCloseBtn, #list table.legend, #list .patients-checklists-wrap hr {
        display: none;
    }

    .history-left {
        float: left;
        width: 65%;
    }

    /* Under Age Styles */

    .underAgeHistory, .underage_goback {
        padding: 0 0 12px 12px;
    }

        .underAgeHistory:after, .underage_goback:after {
            content: "";
            display: table;
            clear: both;
        }

    .history-left.trending {
        width: 100%;
    }

        .history-left.trending h1 {
            position: relative;
        }

            .history-left.trending h1:after {
                content: "";
                display: block;
                width: 65px;
                height: 65px;
                position: absolute;
                top: 26px;
                right: 20px;
                background-size: contain;
            }

            .history-left.trending h1:before {
                position: absolute;
                top: 0;
                display: block;
                width: 85px;
                right: 10px;
                font-size: 11px;
                font-weight: bold;
                line-height: 1.273em;
                text-align: center;
                text-transform: uppercase;
                text-shadow: 1px 1px rgba(0,0,0,.15);
            }

        .history-left.trending.flat h1, .history-left.trending.up h1, .history-left.trending.down h1 {
            padding-right: 100px;
        }

            .history-left.trending.flat h1:after {
                content: "\2013";
                font-size: 65px;
                line-height: 65px;
                color: #fff;
                font-weight: bold;
                text-align: center;
                text-shadow: 1px 1px rgba(0,0,0,.75);
            }

            .history-left.trending.up h1:after {
                background: url(/content/images/trend_up.png) no-repeat center;
            }

            .history-left.trending.down h1:after {
                background: url(/content/images/trend_down.png) no-repeat center;
            }

            .history-left.trending.flat h1:before, .history-left.trending.up h1:before, .history-left.trending.down h1:before {
                content: "Performance Trend";
            }



    .checklist-review {
        position: relative;
        z-index: 1;
    }

    @media (min-width:768px) {
        .history-left.trending {
            min-height: 145px;
            width: 65%;
        }

        #underage-history-wrapper .history-left.trending .history-chart {
            display: none !important;
        }

        .history-left.trending h1:after {
            top: 55px;
            left: 10px;
            right: auto;
        }

        .history-left.trending h1:before {
            top: 30px;
            right: 10px;
            right: auto;
        }
    }
    /* End Under Age Styles */


    .history-right {
        float: right;
        padding: 1em 0 0;
        width: 30%;
    }

    .overallScore {
        float: left;
    }

    .history-right .reviewYourScore {
        float: right;
        position: relative;
        margin: 0 0 40px 0;
    }

    .assessemnt-history {
        list-style: none;
        padding: 0px;
        margin: 10px 0;
    }

        .assessemnt-history li {
            padding: 4px 0;
        }

        .assessemnt-history span {
            color: #68a2b9;
            font-weight: bold;
            font-size: 15px;
        }

    #patients-assessment-details .pagination-container,
    #underage-history-wrapper .pagination-container,
    #overage-history-wrapper .pagination-container {
        margin-bottom: 15px;
    }

    #patients-assessment-details .pagination li,
    #underage-history-wrapper .pagination li,
    #overage-history-wrapper .pagination li {
        display: inline-block;
        margin-right: 10px;
    }

        #patients-assessment-details .pagination li.active a,
        #underage-history-wrapper .pagination li.active a,
        #overage-history-wrapper .pagination li.active a {
            cursor: default;
            text-decoration: none;
            font-weight: bold;
            color: #67a2b9;
            pointer-events: none;
        }

    .history-checklist {
        padding-bottom: 50px;
    }

        .history-checklist h1 {
            margin: 30px 0 10px 0;
        }

    #content .history-checklist a {
        text-decoration: underline;
        color: #54565b;
        font-weight: bold;
        display: block;
        padding: 2px 0;
    }

    div.loading {
        padding: 40px 0;
        width: 100%;
        text-align: center;
        display: none;
    }

    #your-assessments .content, #your-history .list, #your-checklists .content, #clinic-patients .list, #invite-patient .list, #download-pdfs .list, #clinic-patients .content, #clinic-patients .content-extra, #patient-index.content {
        background: #eff0f1;
        margin-bottom: 19px;
    }

    #main-content-body {
        background: #eff0f1;
        min-height: 135px;
    }

    #clinic-assessments #main-content-body,
    #your-assessments #main-content-body,
    #your-checklists #main-content-body {
        background: inherit;
    }

    #invite-patient .popup_white_wrap {
        background: none;
        margin: 0;
        padding: 14px 20px;
        width: auto;
    }

        #invite-patient .popup_white_wrap div button {
            float: none;
        }

        #invite-patient .popup_white_wrap div.btn-container {
            padding-top: 40px;
            text-align: center;
        }

    #download-pdfs .popup_white_wrap {
        background: none;
        margin: 0;
        padding: 14px 20px;
        width: auto;
    }

    #download-page1 {
        display: none;
    }

    #download-pdfs .content-col {
        max-width: 400px;
    }

        #download-pdfs .content-col h2 {
            font-size: 16px;
        }

        #download-pdfs .content-col ul {
            list-style: none;
        }

            #download-pdfs .content-col ul ul {
                padding: 0 0 0 10px;
            }

        #download-pdfs .content-col li {
            margin: 0 0 14px 30px;
        }

            #download-pdfs .content-col li ul li {
                margin-left: 10px;
            }

        #download-pdfs .content-col a {
            color: #bf0f3a;
        }

    .content-col {
        float: left;
        margin: 0 0 0 10px;
    }

    .content-col1 {
        background: url(../images/download-tab-clipboard.png) no-repeat 0 6px;
    }

    .content-col2 {
        background: url(../images/download-tab-checklist.png) no-repeat 0 6px;
    }

    /*.content-col3 {
        background: url(../images/download-tab-team.png) no-repeat 0 0;
    }*/
     .content-col3 ul, .content-col4 ul {
        padding: 0 25px 0 0;
        margin-top: 0;
    }
    .content-col3 ul li, .content-col4 ul li{
        margin-left:0!important;
    }
    .content-col3 p, .content-col4 p{
    margin-top:0!important;
    }
    .content-col3{
        margin-left:0!important;
    }
    .care-team{
        font-size:16px!important;
    }
    .content-info{
        margin-left:60px;
    }
    .content-col2 + h1 {
        clear: both;
    }

    #question {
        min-height: 175px;
    }

        #question ul {
            list-style: none;
            margin: 0px;
        }

        #question .footnote {
            font-size: .8em;
            margin-top: 0px;
        }

    #assessments-next, #assessments-submit {
        float: right;
    }

    #assessments-back {
        float: left;
    }


    .checklist-header h1 {
        font-size: 18px;
    }

    .checklist-take-finish {
        text-align: center;
    }

        .checklist-take-finish .btn {
            margin: 0px;
        }

    .closeBtn {
        background: url('../images/close-btn.gif') no-repeat center;
        height: 18px;
        width: 18px;
        cursor: pointer;
        position: absolute;
        top: 3px;
        right: 3px;
    }

    .popup_white_wrap .closeBtn {
        right: 5px;
    }

    .whitebg {
        position: relative;
        padding: 12px;
    }

        .whitebg h1, .history-top h1 {
            font-size: 18px;
        }

    .history-top h1 {
        margin-bottom: 0px;
        max-width: calc(100% - 90px);
    }

    .legend {
        font-size: 11px;
        font-weight: bold;
        line-height: 13px;
        width: 99px;
        padding: 0 6px 0 47px;
        position: relative;
    }

    .legendID {
        background: url('../images/bg_legendID.gif') repeat-x;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        float: left;
        text-align: center;
        margin-left: -47px;
        width: 40px;
        height: 37px;
        line-height: 37px;
        text-shadow: 1px 1px #262626;
        box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3);
    }

    .checklistRow td {
        padding: 0 0 40px 0;
    }

    .checklistRow .columnTitles {
        font-size: 11px;
        font-weight: bold;
        line-height: 13px;
        text-align: left;
        padding-right: 10px;
        width: 79px;
    }

    .checklist-take-answer {
        width: 89px;
        font-size: 10px;
        text-align: left;
    }

    .mobile-counter {
        display: none;
    }

    @media only screen and (min-width: 800px) {
        #checklists-next, #checklists-prev {
            visibility: hidden;
            height: 0;
            margin: 0;
            padding: 0;
        }
    }

    /*.review:last-child { text-align: center; font-weight: bold; font-size: 18px; padding: 0 30px 0 30px; }*/
    .review .checklist-take-question.average {
        font-weight: bold;
        font-size: 16px;
        color: #333;
    }

    .review .average {
        font-weight: bold;
        color: #59899D;
        font-size: 16px;
    }

    .checklist-take-question {
        padding: 0 60px 0 0;
        width: 320px;
        float: left;
    }

    .checklist-take-answerWrap {
        margin-left: 380px;
    }

        .checklist-take-answerWrap .checklist-take-answer {
            float: left;
        }

    .checklist-take-questionWrap {
        padding: 0;
    }

    .checklist-answer-text {
        display: none;
    }

    .whitebg .checklist-take-questionWrap { /*padding:0px;*/
    }

    #checklist-take.whitebg .checklist-take-questionWrap {
        padding: 10px 0px;
    }

    #mobile-review {
        display: none;
    }


    #form-checklists {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .takenOn, .checklist-answer.takenOn {
        display: table-cell;
        font-size: 11px;
        line-height: 13px;
        text-align: center;
        padding-bottom: 20px;
    }

    .takenOn {
        display: none;
    }

    .checklist-answer.takenOn {
        display: table-cell;
        border: 0;
    }

    .olderResults {
        color: #54565b;
        font-weight: bold;
        float: right;
    }

    .checklist-answer {
        width: 90px;
        font-size: 13px;
        text-align: center;
        border-right: 1px solid #c1c2c3;
    }

    tr .checklist-answer:last-child {
        border-right: 0px;
    }

    .assessment-link, .checklist-link {
        font-weight: bold;
    }

    .currentPatient {
        list-style: none;
        padding: 3px 0;
        margin: 0;
    }

        .currentPatient li {
            display: inline;
            margin-right: 10px;
        }

    /*li.knowledge-assessments { width: 200px; }
li.current-patients { width: 150px; }
li.invite-patient { width: 120px; }
li.download-pdfs { width: 130px; }*/

    #patient-index {
        padding-top: 34px;
        padding-left: 40px;
    }

    .patient-list-nav {
        font-weight: bold;
        text-transform: uppercase;
    }

    #patient-index h3 {
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 30px;
    }

    .list .name {
        padding-right: 10px;
        width: 140px;
        max-width: 140px;
        word-wrap: break-word;
    }

    .list .assessment-link-wrap {
        font-weight: bold;
        padding-right: 10px;
    }

    .checklist-link-wrap {
        font-weight: bold;
    }

    @media only screen and (max-width: 767px) {
        #patient-index table.list,
        #patient-index table.list tbody,
        #patient-index table.list tr.row-hover,
        #patient-index table.list td.name,
        #patient-index table.list td.assessment-link-wrap,
        #patient-index table.list td.checklist-link-wrap {
            display: block;
        }

        #patient-index h3 {
            margin: 20px auto 4px;
            text-align: center;
            font-size: 16px;
            text-decoration: underline;
        }

        #patient-index table.list {
            border-bottom: 1px solid #c9c9c9;
            margin: 0;
            padding-bottom: 15px;
        }

            #patient-index table.list:last-of-type {
                border-bottom: none;
            }

            #patient-index table.list tr.row-hover {
                padding: 15px 0;
            }

                #patient-index table.list tr.row-hover:last-of-type {
                    padding-bottom: 10px;
                }

                #patient-index table.list tr.row-hover td.name {
                    white-space: nowrap;
                }

        #patient-index .list .assessment-link-wrap,
        #patient-index .list .checklist-link-wrap {
            padding: 10px 0 0 15px;
            font-size: 12px;
        }
    }

    .patients-checklists-wrap form {
        font-size: 13px;
        margin-bottom: 20px;
    }

    #patients-checklists-review h2 {
        margin: 0px;
    }

    h1 span.birthday {
        font-size: 15px;
        font-weight: normal;
    }

    .bar-row {
        margin-bottom: 5px;
    }

    #show-calendar {
        display: block;
        margin-top: 8px;
        padding-left: 24px;
        position: relative;
        font-weight: bold;
    }

    #show-calendar::before {
        content: url(../images/static/icon-calendar.png);
        width: 18px;
        height: 18px;
        position: absolute;
        top: -8px;
        left: -8px;
        transform: scale(.145);
    }

    .bargraphWrap-ck {
        border-bottom: 2px solid #c1c2c3;
        border-top: 2px solid #c1c2c3;
        padding: 10px 0;
        margin: 18px 17px 10px 17px;
    }

    #content .bargraphWrap-ck p, #content .bargraphWrap-ka p {
        margin: 0 0 .5em 0;
    }

    #content .bargraphWrap-ck h2, #content .bargraphWrap-ka h2 {
        margin: 0;
    }

    .bargraphWrap {
        border-bottom: 2px solid #c1c2c3;
        border-top: 2px solid #c1c2c3;
        padding: 10px 0;
        margin: 18px 0 10px 0;
    }

    .patient-assessment-select {
        display: inline-block;
        margin: 20px 40px 10px 0;
    }

    .patient-assessment-select label {
        font-weight: bold;
    }

    .patient-assessment-select select {
        width: 310px;
        padding: 8px;
        margin: 0 0 0 10px;
    }

    .patient-assessment-select input[type="button"] {
        display: block;
        width: 310px;
        padding: 8px 16px;
        margin: 10px 0 0 87px;
        text-transform: uppercase;
        font-weight: bold;
    }

    @media only screen and (max-width: 500px) {
        .patient-assessment-select {
            display: block;
            margin: 15px 0;
        }

            .patient-assessment-select label {
                display: block;
                margin-bottom: 6px;
            }

            .patient-assessment-select select {
                width: 100%;
                margin: 0;
            }

            .patient-assessment-select input[type="button"] {
                width: 100%;
                margin: 10px 0 0;
            }
    }

    .bar-label {
        float: left;
        font-weight: bold;
        width: 31%;
        padding-right: 3%;
    }

    .barWarp {
        float: left;
        padding-right: 3%;
        width: 63%;
    }

    .bar {
        min-width: 2px;
        background: url(../images/bar-bg.gif) repeat-x;
        float: left;
        height: 17px;
        border-top: 1px solid #c8c9ca;
        border-bottom: 1px solid #c8c9ca;
    }

        .bar.axis {
            background: #eff0f1;
            border: none;
            border-top: 1px solid #c8c9ca;
            position: relative;
            width: 100%;
        }

    .mobile-axis {
        display: none;
    }

    .percent {
        background: url(../images/percent-marker.gif) no-repeat top center;
        font-size: 10px;
        color: #54565b;
        width: 32px;
        margin-left: -16px;
        top: 0px;
        text-align: center;
        padding-top: 10px;
        position: absolute;
    }

        .percent.zero {
            left: 0;
        }

        .percent.twentyfive {
            left: 25%;
        }

        .percent.fifty {
            left: 50%;
        }

        .percent.seventyfive {
            left: 75%;
        }

        .percent.hundred {
            left: 100%;
            margin-left: -17px;
        }

    .search-wrap {
        float: right;
        width: auto;
        position: relative;
        z-index: 1;
    }

        .search-wrap input[type="text"] {
            width: 296px;
        }

    .searchbar.placeholder {
        color: #cdcdcd;
    }

        .searchbar.placeholder.focused {
            color: #54565b;
        }

    .mobile-search {
        display: none;
    }
    /* Overlays */
    #fancybox-content {
        font-size: 0.9em;
        border-color: #eff0f1;
        background-color: #eff0f1;
    }

    .startScreen.whitebg, .helpScreen.whitebg, .createdOn.whitebg {
        background-color: #eff0f1;
        padding: 20px; /*width: 898px;*/
        width: auto;
        max-width: 898px;
    }

        .startScreen.whitebg h1, .helpScreen.whitebg h1 {
            margin-top: 0px;
        }

            .startScreen.whitebg h1 span {
                text-transform: capitalize;
            }

        .startScreen.whitebg p {
            padding-right: 90px;
        }

    .enterPortal.btn {
        display: block;
        margin: 0 auto;
        width: 25%;
    }

    .helpScreen.whitebg a {
        color: #54565b;
    }

    .startScreen.whitebg p, .helpScreen.whitebg p {
        margin: 0 0 25px 0;
        line-height: 1.8em;
    }

        .helpScreen.whitebg p:last-child {
            margin: 0;
        }

    .email-popup.whitebg, .invite-patient.whitebg {
        background-color: #eff0f1;
        padding: 0;
        width: 400px;
        max-width: 400px;
        text-align: center;
    }

        .email-popup.whitebg h3, .invite-patient.whitebg b {
            margin-bottom: 5px;
        }

        .email-popup.whitebg p, .invite-patient.whitebg p {
            margin: 0 0 30px 0;
        }

        .invite-patient.whitebg button {
            padding: 10px 32px 8px;
            margin: 15px auto 0;
            display: block;
        }

    .popup_white_wrap.leaving, .popup_white_wrap.no-bg {
        background: none;
    }

    .leavingScreen.whitebg {
        background-color: #eff0f1;
        padding: 20px;
        max-width: 330px;
        margin: 0 auto;
    }

    #content a.leavingBtn, #content p.leavingBtn {
        color: #c50f3c;
        font-weight: bold;
    }

    a.leavingBtn {
        margin: 0 30px 0 0;
    }

    p.leavingBtn {
        margin-top: 0px;
    }

    #fancybox-overlay {
        background-color: rgb(0, 0, 0) !important;
    }

    #fancybox-close {
        background: url(../images/close-btn.gif) no-repeat center;
        top: 0px;
        right: 0px;
        display: inline;
    }

    #fancybox-wrap {
        max-width: 90%;
    }

        #fancybox-wrap.help {
            top: 100px !important;
        }

    #fancybox-content {
        width: auto !important;
    }

    .clinician-list-table {
        width: 100%;
    }

        .clinician-list-table th {
            padding-bottom: 5px;
            text-align: left;
        }

        .clinician-list-table td {
            border-top: 1px solid #c9c9c9;
            padding: 3px 0 1px;
            text-align: left;
        }

    .patient-confirm-dialog {
        text-align: center;
    }

        .patient-confirm-dialog .user-name-and-dob-wrap {
            padding: 15px 0;
        }

        .patient-confirm-dialog .confirm {
            padding: 10px 32px 8px;
            margin: 0 5px;
        }

    #email-send-confirmation {
        text-align: center;
    }

        #email-send-confirmation button {
            padding: 10px 32px 8px;
        }

    #patient-index {
        padding: 34px 0 0 40px;
    }

    .postquiz .reviewContentRight .printScore.printBtn {
        padding: 0 !important;
        box-shadow: none;
        right: 150px;
        top: 0;
    }

    @media only screen and (max-width: 800px) {
        .postquiz .reviewContentRight .printScore.printBtn {
            right: 130px;
        }
    }
    /* ==|== non-semantic helper classes ======================================== */
    .ir {
        display: block;
        border: 0;
        text-indent: -999em;
        overflow: hidden;
        background-color: transparent;
        background-repeat: no-repeat;
        text-align: left;
        direction: ltr;
    }

        .ir br {
            display: none;
        }

    .hidden {
        display: none !important;
        visibility: hidden;
    }

    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

    .invisible {
        visibility: hidden;
    }

    .clearfix:before, .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        zoom: 1;
    }


    /* ==|== media queries ====================================================== */

    @media only screen and (max-width: 1000px) {
        .main_white_wrap .top, .main_white_wrap .bottom {
            display: none;
        }

        .main_white_wrap {
            margin: 0;
            background: rgba(255,255,255,0.9);
            width: 936px;
            box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.6);
        }

        .contentBody { /*border-color:rgba(0,0,0,0.4); border-width:16px; border-left-width:8px; border-right-width:8px; border-style:solid; background:none;*/
        }

        #dashboard {
            padding: 2% 2% 0;
        }

        .contentWrap {
            width: 96%;
            margin: 0 2%;
        }

        ul.nav li, .clinician ul.nav li {
            width: 32%;
            margin: 0 2% 0 0;
            border: 0;
            border-bottom: 2px solid #8b0b2a;
            padding: 0;
        }

            ul.nav li:last-child {
                margin: 0;
            }

            ul.nav li.ui-state-active {
                padding: 0px;
                border: 0;
                border-bottom: 2px solid rgba(0,0,0,0);
            }

        #your-assessments .list, #your-checklists .list, #clinic-assessments .list {
            margin-left: -2%;
        }

        #patient-index .list {
            margin-left: 0;
        }

        .assessment_item {
            margin: 0 0 2% 2%;
            width: 48%;
        }

        .checklist-take-question {
            float: none;
            width: auto;
            padding: 10px 0;
        }

        .checklist-take-answerWrap {
            margin-left: 150px;
        }

        .checklist-take-answer {
            width: 16%;
        }

        .checklistRow td.columnTitles, .checklistRow .columnTitles {
            width: 15%;
            padding-right: 1%;
        }

        .checklist-take-questionWrap {
            padding: 0px;
        }

        .whitebg .checklist-take-question {
            float: left;
            width: 280px;
            padding: 0;
        }

        .whitebg .checklist-take-questionWrap {
            padding: 0px;
        }

        .whitebg .checklist-take-answerWrap {
            margin-left: 40%;
        }

        .history-right {
            width: 200px;
        }

        .overallScore {
            float: none;
        }

        .history-right .reviewYourScore {
            float: none;
            margin: 15px 0 15px 0;
        }

        .assessemnt-history {
            list-style: none;
            padding: 0px;
            margin: 10px 0;
        }

        .search-wrap {
            float: none;
            margin: 0 0 20px 0px;
        }

            .search-wrap input[type="text"] {
                padding: 1%;
                width: 32%;
            }

        #invite-patient .popup_white_wrap {
            padding: 0px;
            width: auto;
        }

        .startScreen.whitebg, .helpScreen.whitebg, .createdOn.whitebg, .email-popup.whitebg, .invite-patient.whitebg {
            width: auto;
        }
    }

    @media only screen and (max-width: 800px) {
        #password-reset.popup_white_wrap {
            margin: -104px 0 0 -240px;
            position: absolute;
            top: 50%;
            left: 50%;
        }

        #wrap {
            padding-top: 56px;
        }

        .btn {
            padding: 10px 30px;
            background-position: 50% -29px;
            box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.3);
            margin: 0;
        }

            .btn:after {
                display: none;
            }

        .popup_white_wrap .top, .popup_white_wrap .bottom {
            display: none;
        }

        .popup_white_wrap {
            width: auto;
            max-width: 480px;
            box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.6);
            background: rgba(255,255,255,0.8);
            margin-left: auto;
            margin-right: auto;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .form_list {
            padding: 0;
            width: auto;
            float: none;
        }

        #header {
            height: auto;
            padding: 10px 0;
            margin-top: -56px;
            box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
            background: #f2f2f2; /* Old browsers */
            background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 35%, #ffffff 65%, #f2f2f2 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(35%,#ffffff), color-stop(65%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 35%,#ffffff 65%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f2f2f2 0%,#ffffff 35%,#ffffff 65%,#f2f2f2 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f2f2f2 0%,#ffffff 35%,#ffffff 65%,#f2f2f2 100%); /* IE10+ */
            background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 35%,#ffffff 65%,#f2f2f2 100%); /* W3C */
        }

            #header .headerWrap {
                height: auto;
                background: none;
            }

            #header img.logo {
                position: relative;
                display: block;
                margin: 0 auto;
                top: auto;
                left: auto;
            }

            #header p.header_text {
                display: block;
                position: relative;
                top: auto;
                left: auto;
                text-align: center;
                padding-top: 6px;
            }

        .pinkPromptWrap {
            margin-top: -154px;
        }

            .pinkPromptWrap ol li {
                margin: 10px 0 0;
            }

            .pinkPromptWrap button.btn {
                padding: 10px 30px;
                background-position: 50% -29px;
                width: 274px;
            }

                .pinkPromptWrap button.btn:after {
                    display: none;
                    width: 274px;
                }
        /*#footer{margin:0; height:auto;}*/

        #header .help_bank {
            position: relative;
            bottom: auto;
            right: auto;
            margin-bottom: -10px;
            margin-top: 5px;
        }

        #invite-patient .popup_white_wrap {
            box-shadow: none;
            padding: 0px;
            max-width: none;
        }

        .legend {
            padding: 44px 13px 0 0;
        }

        .legendID {
            margin: -44px 0 0 0;
        }
    }

    @media only screen and (max-height: 500px) {
        #content, #cycle_bg {
            min-height: 260px;
        }
    }

    @media only screen and (max-width: 500px) {
        /*#head-performance{display:none;}*/
        .popup_white_wrap {
            margin: 0;
        }

        #password-reset.popup_white_wrap {
            margin: -115px 0 0 -137px;
            padding: 10px 17px;
            width: 274px;
        }

        #footer {
            height: auto;
            padding: 4%;
        }

            #footer p {
                font-size: 10px;
                margin: 0;
            }

            #footer > p > br {
                display: none;
            }

            #footer > div {
                width: auto;
                text-align: right;
                padding: 20px 0 0;
            }

                #footer > div img {
                    width: 54px;
                }
    }

    @media only screen and (max-width: 400px) {
        .btn {
            width: 100%;
            display: block;
        }

        .form_list li {
            margin: 0 0 10px;
        }

            .form_list li input[type="text"], .form_list li input[type="password"], .gender_wrap {
                float: none;
                display: block;
                width: 100%;
            }
    }


    /* All Mobile Sizes (devices and browser) */
    /* @media only screen and (max-width: 767px) {} */
    @media only screen and (max-width: 800px) {

        input[type=text], input[type=password] {
            font-size: 16px;
        }

        .printBtn {
            display: none;
        }

        .form_list li .field-validation-error {
            width: auto;
            margin: 0;
        }

        #content {
            background: #84a8ba;
            min-height: 80vh;
            height: auto;
        }

        #content p.clinician-bottom {
            margin: 0 0 12px 0;
        }

        #cycle_bg {
            min-height: 260px;
        }

        #unauthlayout #signin.pinkPromptWrap {
            margin-top: -154px;
        }

        .contentWrap {
            margin: 0;
            padding: 0;
            width: 100%;
        }

        .contentBody {
            background: none;
        }

        ul.nav {
            margin: 0 -2%;
            position: relative;
            top: 0;
            width: 104%;
            z-index: 1;
        }

            ul.nav.closed {
                display: none;
            }

            ul.nav li, .clinician ul.nav li {
                width: 100%;
                float: none;
            }

                ul.nav li.ui-state-active {
                    background: #54565b;
                }

        .mobile-title {
            display: block;
            font-size: 0.850em;
            line-height: 37px;
            font-weight: bold;
            text-align: center;
            color: #fff;
            text-shadow: 1px 1px #262626;
        }

        #dashboard {
            padding: 0px;
        }

        #your-assessments .list, #your-checklists .list, #clinic-assessments .list {
            margin: 0px;
        }

        .assessment_item {
            margin: 0 2% 2%;
            width: 96%;
        }

        .nav-toggle {
            background: url('../images/nav-toggle.png') no-repeat bottom;
            display: block;
            position: absolute;
            height: 36px;
            width: 50px;
        }

            .nav-toggle.closed {
                background-position-y: top;
            }

        .checklist-body {
            position: relative;
            z-index: 10;
        }

        .checklist-take-questionWrap {
            position: relative;
            z-index: 20;
        }

        .checklist-answer-text {
            display: block;
            padding-left: 25px;
            position: relative;
            z-index: 50;
        }

        .checklistRow .columnTitles {
            display: none;
        }

        .checklist-take-answerWrap {
            margin: 0;
            position: relative;
            z-index: 30;
        }

        .checklist-take-question {
            font-weight: bold;
        }

        .checklist-take-answerWrap .checklist-take-answer {
            float: none;
            padding: 10px 0;
            width: auto;
            position: relative;
            z-index: 40;
        }

            .checklist-take-answerWrap .checklist-take-answer input[type=radio] {
                float: left;
                position: relative;
                z-index: 60;
            }

        #mobile-review {
            display: block;
        }

        #desktop-review {
            display: none;
        }

        .mobile-counter {
            display: block;
        }

        #checklist-take .checklist-take-questionWrap, #checklists-submit, #checklists-prev {
            display: none;
            min-width: auto;
        }

        .clinician #checklist-take .checklist-take-questionWrap, .clinician #checklists-submit {
            display: inline-block;
        }

        #assessments-next, #assessments-submit, #checklists-next, #checklists-submit {
            width: 48%;
            float: right;
            min-width: 0;
        }

        .clinician #checklists-submit {
            float: none;
        }

        #assessments-back, #checklists-prev {
            width: 48%;
            float: left;
            min-width: 0;
        }

        #assessments-next, #assessments-submit, #assessments-back, #checklists-next, #checklists-submit, #checklists-prev {
            background: url('../images/btn_dark.png') repeat-x;
            line-height: 15px;
            padding: 22px 0;
            color: #fff;
            text-shadow: 1px 1px #262626;
        }

        #assessments-submit, #checklists-submit {
            background: url('../images/btn_red.png') repeat-x;
        }

        .clinician #assessments-submit, #checklists-submit {
            background: url('../images/btn_gray.png') repeat-x;
            color: #54565b;
            text-shadow: none;
        }

        .whitebg .checklist-take-question {
            float: none;
            width: auto;
            padding: 10px 0;
        }

        .patients-checklists-wrap {
            padding-top: 0;
        }

        .whitebg .checklist-take-question:nth-of-type(1) {
            padding: 0 0 10px 0;
        }

        .whitebg .checklist-take-answerWrap {
            width: auto;
            margin: 0;
        }

        .whitebg .checklistRow td.checklist-answer {
            padding: 2px 0;
            border: 0;
        }

        .takenOn {
            display: table-cell;
        }

        .checklist-answer.takenOn {
            display: none;
        }

        .legend {
            display: block;
            width: auto;
            min-height: 20px;
            padding: 5px 0 5px 30px;
        }

        .legendID {
            width: 20px;
            height: 20px;
            line-height: 20px;
            font-size: 11px;
            margin-left: -30px;
            margin-top: -5px;
        }

        .reviewContentLeft, .additionalResources {
            float: none;
            width: auto;
        }

        #fancybox-wrap .additionalResources {
            width: auto;
        }

        .additionalResources {
            width: 280px;
            padding: 5px 10px 5px 10px;
        }

        .reviewContentHeader {
            display: block;
        }

        .reviewYourScoreWrap {
            padding: 0px;
        }

        .reviewYourScoreWrap-mobile {
            padding: 0 0 0 110px;
            position: relative;
            height: 65px;
            margin: 1em 0;
        }

        .reviewYourScore {
            height: 65px;
            line-height: 65px;
        }

        .emailScore {
            float: none;
            width: 145px;
            margin: 0px;
        }

        .printScore.printBtn {
            display: none;
        }


        .history-chart {
            display: none !important;
        }

            .history-chart svg {
                max-width: 100%;
            }

        .history-left {
            float: none;
            padding: 1px 0;
        }

        .history-right {
            float: none;
            padding: 0;
            width: auto;
        }

        .overallScore {
            float: none;
        }

        .history-right .reviewYourScore {
            float: none;
            position: relative;
            margin: 15px 0;
        }

        #fancybox-wrap.help {
            top: 0 !important;
        }

        #startScreenWrap, #helpScreenWrap, #createdOnWrap {
        }

        .startScreen.whitebg, .helpScreen.whitebg, .createdOn.whitebg, .email-popup.whitebg {
            padding: 10px 20px 10px 10px;
        }

            .startScreen.whitebg h1 {
            }

                .startScreen.whitebg h1 span {
                    text-transform: capitalize;
                }

            .startScreen.whitebg p {
                padding-right: 10px;
            }

        .leavingScreen.whitebg {
            padding: 10px;
        }

        #fancybox-overlay {
        }

        #fancybox-close {
        }

        #fancybox-wrap {
            max-width: 85%;
        }

        #fancybox-content {
        }

        .fancybox-bg {
        }

        .enterPortal.btn {
            width: auto;
        }

        #patients-assessments-history .history-left {
            padding: 0px;
            border-right: none;
            width: auto;
        }

        #patients-assessments-history history-right {
            padding: 0px;
        }

        #patients-assessments-history .reviewNumber {
            float: none;
        }

        #patients-assessment-details .overallScore br {
            display: none;
        }

        #patient-index {
            padding: 6px 12px 12px;
        }

        .patient-list-nav a {
            display: inline-block;
            padding: 6px;
        }

        .form_list li label {
            padding-right: 10px;
        }

        #invite-patient .popup_white_wrap {
            box-shadow: none;
            padding: 0px;
            max-width: none;
        }

        #desktop-axis {
            display: none;
        }

        .bar-label {
            display: block;
            padding-bottom: 5px;
            width: auto;
        }

        .barWarp {
            width: 100%;
        }

        .mobile-axis {
            display: block;
            margin-bottom: 15px;
        }

            .mobile-axis .bar-label {
                display: none;
            }

        .search-wrap {
            display: none;
        }

            .search-wrap.mobile-search {
                display: block;
                margin: 2%;
            }

                .search-wrap.mobile-search input[type="text"] {
                    width: 100%;
                }

        .patient-review-top {
            float: none;
            width: auto;
        }

            .patient-review-top .reviewYourScoreWrap {
                height: auto;
            }

        .additionalResources.assessments-also-taken {
            width: auto;
        }

        #fancybox-wrap { /*height:100% !important;*/
        }

        #header .help_screen {
            width: auto;
            min-width: 320px;
        }

        #header .help_info {
            padding: 0px;
            word-break: break-all;
            white-space: normal;
            margin-top: 30px;
            position: absolute;
            left: 0px;
        }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    /* @media only screen and (min-width: 480px) and (max-width: 767px) {} */
    @media only screen and (min-width: 480px) and (max-width: 47.9375em) {
    }

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    /* @media only screen and (max-width: 479px) {} */
    @media only screen and (max-width: 29.9375em) {
    }


    /* ==|== retina displays===================================================== */

    /* Retina tablet and up */
    /* @media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) { */
    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 48em) {
    }

    /* Retina mobile */
    /* @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) { */
    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 47.9375em) {
    }


    /* ==|== print styles ======================================================= */

    @media print {
        .no-print {
            display: none;
        }

        #wrap.overlay-print {
            height: auto;
            padding: 0;
        }

        .overlay-print #header {
            margin: 0 auto;
            position: relative;
            top: 0;
            left: 0;
            right: 0;
        }

        #footer {
            display: none;
            margin: 0 auto;
            position: relative;
            top: 0;
            left: 0;
            right: 0;
        }

        @supports not (-ms-high-contrast: none) {
            #fancybox-wrap {
                display: block;
                position: absolute;
                left: 0 !important;
                right: 0 !important;
                top: 0 !important;
                margin: 0;
                padding: 36px 0 0 0;
            }
        }
        
            #fancybox-wrap .hideOnPrint {
                display: none;
            }

        #fancybox-overlay, #fancybox-bg, #fancybox-loading, #fancybox-tmp {
            display: none;
        }

        .reviewContentLeft, .createdOn.whitebg {
            width: 100%;
        }

        .createdOn.whitebg {
            max-width: 90%;
        }

        .bar {
            border: 1px solid #000;
        }

        .reviewIcon {
            display: block;
            left: -39px;
            text-indent: 0;
        }

        .history-right {
            float: none;
            clear: both;
            width: 70%;
            margin: 30px 0;
        }

            .overallScore, .history-right .reviewYourScore, #patients-assessments-history .reviewNumber {
                float: none;
                margin: 2px 0;
            }

        #patients-assessments-history .history-left {
            border: none;
        }

        * {
            background: transparent !important;
            color: black !important;
            text-shadow: none !important;
            filter: none !important;
            -ms-filter: none !important;
            box-shadow: none !important;
        }

        a, a:visited {
            text-decoration: underline;
        }
        /*
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  */
        pre, blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
        }

        thead {
            display: table-header-group;
        }

        tr, img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        @page {
            margin: 0.5cm;
        }

        p, h2, h3 {
            orphans: 3;
            widows: 3;
        }

        h2, h3 {
            page-break-after: avoid;
        }

        ul.nav, .printBtn, .help_bank, .emailScore, .additionalResources {
            display: none;
        }

        .contentWrap, .reviewContentLeft {
            width: auto;
        }

        .search-wrap {
            display: none;
        }

        .additionalResources {
            display: none;
        }

        .hideOnPrint {
            visibility: hidden;
        }

        .printBtn {
            visibility: hidden;
        }

        #your-checklists .assessment_item {
            background: none;
            display: list-item;
            width: 100%;
            height: auto;
        }

            #your-checklists .assessment_item .checklist {
                text-align: left;
            }

            #your-checklists .assessment_item .checklistWarp {
                height: auto;
            }

            #your-checklists .assessment_item .checklistStart {
                display: none;
            }
    }




    .morris-hover {
        position: absolute;
        z-index: 1000;
    }

        .morris-hover.morris-default-style {
            border-radius: 10px;
            padding: 6px;
            color: #666;
            background: rgba(255,255,255,0.8);
            border: solid 2px rgba(230,230,230,0.8);
            font-family: sans-serif;
            font-size: 12px;
            text-align: center;
        }

            .morris-hover.morris-default-style .morris-hover-row-label {
                font-weight: bold;
                margin: 0.25em 0;
            }

            .morris-hover.morris-default-style .morris-hover-point {
                white-space: nowrap;
                margin: 0.1em 0;
            }

    .meets-standards {
        text-align: center;
        color: #fff !important;
        text-transform: capitalize;
        font-weight: bold;
        padding: 0 10px;
    }

    #content .meets-standards-white {
        text-align: center;
        color: #fff !important;
        text-transform: capitalize;
        font-weight: bold;
        padding: 0 10px;
        margin: 1em 0 2em 0;
    }

    .reviewQuestionImage {
        display: block;
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 100%;
        box-sizing: border-box;
    }

    @media (max-width:1000px) {
        .lung_health_and_airway.reviewQuestionImage {
            padding-left: 0;
        }
    }

    @media (min-width:999px) {
        ul.general_health {
            width: calc(80% - 40px);
            float: left;
        }

        div.general_health.reviewQuestionImage {
            width: 20%;
            padding: 0;
        }
    }

    .reviewQuestionImage img, img.reviewQuestionImage {
        max-width: 100%;
        max-height: 200px;
    }

    .reviewQestion, .reviewQestion ol {
        counter-reset: item;
    }

        .reviewQestion > li, .reviewQestion ol > li {
            list-style-type: none;
        }

            .reviewQestion > li:before, .reviewQestion ol > li:before {
                content: counters(item, ".") ".";
                counter-increment: item;
            }

            .reviewQestion > li:after, .reviewQestion ol > li:after {
                content: "";
                display: table;
                clear: both;
            }

    @media screen and (max-width:767px) {
        .equipment_desktop {
            background-image: url(/content/images/assessments/equipment_mobile.png);
            width: 100%;
            height: 300px;
            background-size: contain;
            background-repeat: no-repeat;
        }

            .equipment_desktop.reviewQuestionImage {
                background: none;
                display: none;
            }

            .equipment_desktop img {
                display: none;
            }
    }

    .subquestions {
        padding-left: 16px;
    }

    @media screen and (min-width:1000px) {
        .reviewQuestionImage {
            float: right;
            padding-right: 100px;
        }

            .reviewQuestionImage.equipment_desktop {
                float: none;
                padding-right: 20px;
            }

        .subquestions #question-error {
            clear: none;
        }
    }

