body
{
    color: #ffffff;
    background-image: none;
    background-color: #00b8ff;
    background: linear-gradient(#00d8ff, #00b8ff);
    background-attachment: fixed;
    height:100%;
    /* background-color: #6142ff; */
    width: 100%;
    min-width: 984px;
    font-size: 12px;

}

#content
{
    padding: 0px;
    min-height: 450px;
}

#mask
{
    top: 0px;
}

.content-width
{
    width: 984px;
    margin: 0px auto;
    padding-left: 4px;
    padding-right: 4px;
}

.block
{
    display: block;
}

.hidden
{
    display: none;
}

.nowrap
{
    white-space: nowrap;
}

.shadow
{
    box-shadow: #555566 1px 1px 4px;
}

/* colors */

.navy
{
    color: #004b8c;
}

.light-pink
{
    color: #ea9a9a;
}

.silver
{
    color: #c5d1dc;
}

/* buttons */


/*
button:focus
{
    background-color: #f0f !important;
    outline: 5px dotted #f0f;
}
*/

button.cta
{
    -webkit-transition: background-color 0.5s, border-radius 0.5s, box-shadow 0.5s;
    transition: background-color 0.5s, border-radius 0.5s, box-shadow 0.5s;
}


button.button2,div.button2
{
    background-color: #1894ff;
}

.contentBox-white button.button2,.contentBox-white div.button2
{
    background-color: #00aaff;
}

button.button3.cta:hover
{
    background-color: #ff6a00;
    border-radius: 16px;
    box-shadow: #222222 1px 1px 4px;
}

button.button4,div.button4
{
    color:#ffffff;
    background-color: #52d075;
    background-image:none;
    font-size:12px;
    letter-spacing:0px;
    border-color:#ccccee;
    border-width:0px 0px 1px 1px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:8px 12px;
    display:inline;
    clear:both;
}

button.button4.cta:hover
{
    background-color: #17cc49;
    border-radius: 16px;
    box-shadow: #222222 1px 1px 4px;
}

button.button5,div.button5
{
    color:#ffffff;
    background-color: #ff6e83;
    background-image:none;
    font-size:12px;
    letter-spacing:0px;
    border-color:#ccccee;
    border-width:0px 0px 1px 1px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding: 8px 12px;
    display: inline;
    clear: both;
}

button.button6,div.button6
{
    color:#ffffff;
    background-color: #52d0c4;
    background-image:none;
    font-size:12px;
    letter-spacing:0px;
    border-color:#ccccee;
    border-width:0px 0px 1px 1px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding: 8px 12px;
    display: inline;
    clear: both;
}


button.dull, .contentBox-white button.dull,.contentBox-white div.dull
{
    background-color: #999999;
}


button.cta
{
    font-size:28px;
    font-family: 'Asap', arial;
    box-shadow: 1px 1px 4px #888888;
    padding:12px 16px;
    border-radius: 10px;
    font-weight: normal;
}

button.cta-small
{
    font-size: 22px;
}



button, button.button2, button.button3, button.button4
{
    border: 0px;
}


.panel_button
{

}

.panel_button-down-arrow-container
{

}

.tooltipContent h3, .tooltipContent p
{
    color: #666688;
}

.help-icon
{
    margin-top: 4px;
    margin-left: 6px;
    cursor: pointer;
}

.copied-tag
{
    color: #5B5B97;
    text-transform: uppercase;
    position: absolute;
    display: none;
    z-index: 10005;
    border-radius: 0 4px 4px 0;
    background-color: #b0ff48;
    padding: 4px 4px 4px 0;
    font-size: 11px;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    text-align: center;
    font-weight: bold;
}

.copied-tag::after
{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -10px;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    border-width: 7px;
    border-style: solid;
    border-color: #b0ff48 transparent transparent #b0ff48;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -2px -2px 2px 1px rgba(0, 0, 0, 0.3);
}

.copyable
{
    color: #ff00ff;
    width: 100%;
    background-color: #eeeeff;
    font-weight: bold;
    text-align: center;
    border: 0;
    outline: none;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    padding: 8px 0px;
    border-radius: 4px;
}

.copyable.copied,
.copyable.copied
{
    color: #ffffff;
    background-color: #1bd48f;
    background-image: url('/_images/_structure/checkbox-large_grey.png');
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: auto 50%;

}

.copyable.copying
{
    color: #222233;
    background-color: #ffffff;
    font-size: 11px;
    padding: 0;
    text-align: left;
    background-image: none;
    width: auto;
    display: inline;
    font-weight: normal;
}


.tour-tip-container
{
    position: absolute;
    display: none;
    z-index: 9999;
}

.tour-tip
{
    position: relative;
    color: #ffffff;
    border-radius: 4px;
    background-color: #b0ff48;
    padding: 20px;
    font-size: 14px;
    box-shadow: -1px 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.tour-tip.with-down-arrow
{
    box-shadow: -1px 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: -14px;
    text-align: center;
}

.tour-tip.with-up-arrow
{
    box-shadow: 1px -1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: 14px;
    text-align: center;
}

.tour-tip.with-left-arrow
{
    box-shadow: -1px -1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: 14px;
    text-align: center;
}


.with-down-arrow::after
{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -14px;
    bottom: -14px;
    left: 50%;
    box-sizing: border-box;
    border: 7px solid black;
    border-color: transparent transparent #b0ff48 #b0ff48;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.with-up-arrow::after
{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -14px;
    top: 0px;
    left: 50%;
    box-sizing: border-box;
    border: 7px solid black;
    border-color: #b0ff48 #b0ff48 transparent transparent;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: 2px -2px 2px 0 rgba(0, 0, 0, 0.4);
}

.with-left-arrow::after
{
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -10px;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    border: 7px solid black;
    border-color: #b0ff48 transparent transparent #b0ff48;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.4);
}

.tour-tip.tour-tip-mask
{
    background: transparent;
    box-shadow: none;
    color: #0088ff;
}

.tour-tip.tour-tip-mask p
{
    color: #0088ff;
}


.tour-tip-pink
{
    background-color: #ff6e83;
}

.tour-tip-pink.with-up-arrow::after
{
    border-color: #ff6e83 #ff6e83 transparent transparent;
}

.tour-tip-pink.with-down-arrow::after
{
    border-color: transparent transparent #ff6e83 #ff6e83;
}

.tour-tip-white
{
    background-color: #ffffff;
}

.tour-tip-white.with-up-arrow::after
{
    border-color: #ffffff #ffffff transparent transparent;
}

.tour-tip-white.with-down-arrow::after
{
    border-color: transparent transparent #ffffff #ffffff;
}


.tour-tip-grey
{
    background-color: #638196;
}

.tour-tip.tour-tip-grey h2, .tour-tip.tour-tip-grey p
{
    color: #ffffff;
}

.tour-tip-grey.with-up-arrow::after
{
    border-color: #638196 #638196 transparent transparent;
}

.tour-tip-grey.with-down-arrow::after
{
    border-color: transparent transparent #638196 #638196;
}


.tour-tip p
{
    font-size: 14px;
    line-height: 18px;
    color: #0a8473;
}

.tour-tip h1,.tour-tip h2,.tour-tip h3
{
    line-height: normal;
    margin-bottom: 8px;
    color: #0c9298;
}

.tour-tip-white h1,.tour-tip-white h2,.tour-tip-white h3
{
    color: #0088ff;
}

.tour-tip-white p
{
    color: #333355;
}

.tour-tip button
{
    margin: 10px auto;
    display: block;
    font-size: 14px;
}

.tour-tip button.inline
{
    margin: 10px;
    display: inline-block;
}

.tour-tip .directions
{
    color: #f36f8d;
    font-weight: bold;
}

.tour-tip.tour-tip-pink .directions
{
    color: #fff2d4;
}

.tour-tip .tip-reveal
{
    display: none;
}

#tour-tip_pick-options button.inline
{
    margin: 10px 4px 0px 4px;
}


/* tab headers */

ul.tabHeaders3
{
    margin-top: 0px;
}

ul.tabHeaders3>li
{
    color: #ffffff;
    float: left;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    padding: 19px 20px 15px 20px
}

ul.tabHeaders3>li:hover
{
    color: #ddeeff;
}

ul.tabHeaders3 li.active
{

    /* color: #bce6fd; */
    color: #ffffff;
    font-weight: bold;
    /* background-color: #8888aa; */
    background-color: transparent;
    border-bottom: 4px solid #51e7d8;
}

ul.tabHeaders3>li.active .arrow-down
{
    display: none;
}

/* tile options */


.tile-option-grape
{
    background-color: #766fb1;
    padding: 40px 0;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.tile-option-grape h2,.tile-option-grape h3
{
    color: #ffffff;
}

.tile-option-grape p
{
    color: #ffffff;
}

.tile-option-grape.dull
{
    background-color: #888899;
    padding: 40px 0;
}

.tile-option-grape.dull h2,.tile-option-grape:hover h3
{
    color: #cccccc;
}

.tile-option-grape.dull p
{
    color: #cccddd;
}

.tile-option-grape.dull button.button5
{
    background-color: #cccddd;
}

.tile-option-grape:hover
{
    background-color: #625b9e;
    box-shadow: -2px 2px 5px #666688;
}

.tile-option-grape:hover h2,.tile-option-grape:hover h3
{
    color: #ffffff;
}

.tile-option-grape.active
{
    background-color: #7861ea;
    box-shadow: -2px 2px 5px #666688;
}

.tile-option-grape.active h2,.tile-option-grape.active h3
{
    color: #ffffff;
}

.tile-option-grape.active p
{
    color: #ffffff;

}

.tile-option-grape.active::after
{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -12px;
    bottom: 5px;
    left: 50%;
    box-sizing: border-box;
    border: 10px solid black;
    border-color: transparent transparent #ff8800 #ff8800;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    /* box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4); */
}





.font-handlee
{
    font-family: 'Handlee', arial, sans-serif;
}

.font-asap
{
    font-family: 'Asap', arial, sans-serif;
}

.font-shadow
{
    text-shadow: 2px 2px 2px #222222;
}


h1, h2, h3
{
    color: #ffffff;
    font-family: 'Asap', arial;
    font-weight: normal;
}

p
{
    color: #ffffff;
}

select
{
    height: 24px;
}

input[type="text"],input[type="password"],input[type="number"]
{
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    margin-bottom: 2px;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="number"]:focus
{
    outline: 0;
    /* background-color: #eef9ff; */
    border-color: #00aaff;
}

input.placeholderNoLabel,input.placeholderNoLabel[type="password"],input.placeholderNoLabel[type="number"]
{
padding:8px 12px;
margin:2px 4px 4px 0px;
width:250px;
text-align:left;
border-radius:4px;
width: 90%;
font-size: 16px;
}

.placeholderNoLabel::-webkit-input-placeholder { color:#9999aa; font-weight:normal; }
.placeholderNoLabel:-moz-placeholder { color:#777788; font-weight:normal; } /* Firefox 18- */
.placeholderNoLabel::-moz-placeholder { color:#777788; font-weight:normal; } /* Firefox 19+ */
.placeholderNoLabel:-ms-input-placeholder { color:#777788; font-weight:normal;}

.blockError::-webkit-input-placeholder { color:#ff0000; font-weight:normal; }
.blockError:-moz-placeholder { color:#ff0000; font-weight:normal; } /* Firefox 18- */
.blockError::-moz-placeholder { color:#ff0000; font-weight:normal; } /* Firefox 19+ */
.blockError:-ms-input-placeholder { color:#ff0000; font-weight:normal;}



label.checkbox
{
    margin-top: 2px;
    margin-left: 4px;
}

blockquote
{
    color: #555588;
}

.default-cursor
{
    cursor: default;
}


.contentBox-white h1,.contentBox-white h2, .contentBox-white h3
{
    color: #0088ff;
}

.contentBox-white, .contentBox-white p,.contentBox-white ul li p, .contentBox-white ol li
{
    color: #333355;
}

.contentBox-grape a.error
{
    color: #ff0000;
}



.text-center img.center
{
    display: inline;
}

.img-circle {
    border-radius: 50%;
}

.contentBox-dark-grey
{
    background-color: #41424c;
}

.contentBox-light-blue
{
    background-color: #80beff;
}

.contentBox-light-grape
{
    background-color: #7d89ff;
}

.contentBox-grape
{
    background-color: #7861ea;
}

.contentBox-blue
{
    background-color: #0293d8;
}


.step-directions .circle
{
    color: #ffffff;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    background-color: #21f37f;
    border-radius: 50%;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}



.noTopMargin
{
    margin-top: 0px;
}


#panel_footer-signup
{
    height: 350px;
    margin-top: 0px;
    background-color: #123b4e;
    z-index: 20;
    position: relative;
}


#footer
{
    height: auto;
    padding-top: 25px;
    background-color: #0088ff;
    width: 100%;
    font-size: 12px;
}

#footer .indent
{
    margin-left: 200px;
    margin-bottom: 20px;
}

.notification
{
    margin-right: 100px;
}


#panel_footer {
    background-color: #0088ff;
}

#panel_footer ul
{
    margin-top:40px;
    margin-left:100px;
}

#panel_footer ul li
{

}

#panel_footer ul li a
{
    color: #66eeff;
    font-size: 18px;
    font-weight:normal;
}



/* navigation */
#panel_navigation {
    min-height: 50px;
    /* background-color: #337a9a; */
    /* background-color: #f6546c; */
    /* background-color: #ff6c82; */
    background-color: #5b6f84;
    width: 100%;
}

#panel_navigation .innerContent
{
    padding: 10px;
}

#panel_navigation .topNavigation
{
    float: right;
    margin-right: 30px;
    margin-top: 8px;
}

#panel_navigation .topNavigation li
{
    float: left;
    margin-left: 30px;
    padding-bottom: 10px;
}

#panel_navigation .topNavigation li:first-child
{
    margin-left:0px;
}

#panel_navigation .topNavigation li a
{
    color: #ffffff;
    font-weight:normal;
    font-size: 14px;
    font-family: 'Asap', arial;
    /*
    font-size: 12px;
    text-transform: uppercase;
    */
}


#panel_navigation .topNavigation li.active a
{
    border-bottom: 2px solid #bce6fd;
}

#panel_navigation .social
{
    margin-right: 4px;
    float: left;
}


/* article, answersheet */

/* stand alone article (no modal) */
#panel_article h1,
.panel_questionclusters .questioncluster h3
{
    color: #0088ff;
}

#panel_article p,
.panel_questionclusters .questioncluster p
{
    color: #333355;
}

.articleBody,
.panel_questionclusters .questioncluster
{
    color: #333355;
}

.articleImage .italic
{
    font-size: 11px;
    line-height: 12px;
    color: #cccccc;
    margin-top: 4px;
}

.articleImage .italic a
{
    color: #666666;
    font-weight: normal;
}

.articleImage .italic a:hover
{
    color: #ff8800;
}

#panel_article
{
    width: 100%;
    min-width: 984px;
}

#panel_article #panel_article-header
{
    min-width: 984px;
    padding-bottom: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    border-color: transparent;
}

#panel_article #panel_article-header, #panel_answersheet #panel_answersheet-header
{
    width: 100%;
}


#panel_article #panel_article-header #panel_preview-bar, #panel_answersheet #panel_answersheet-header #panel_preview-bar
{
    background-color: #5b6f84;
    z-index: 50;
}

#panel_article #panel_article-header #panel_preview-bar ul.tabHeaders2 li,
#panel_answersheet #panel_answersheet-header #panel_preview-bar ul.tabHeaders2 li
{
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px dashed #888888;
    background-color: #40404c;
}

#panel_article #panel_article-header #panel_preview-bar ul.tabHeaders2 li:first-child,
#panel_answersheet #panel_answersheet-header #panel_preview-bar ul.tabHeaders2 li:first-child
{
    border-left: 0px;
}

#panel_article #panel_article-header #panel_preview-bar ul.tabHeaders2 li.dull,
#panel_answersheet #panel_answersheet-header #panel_preview-bar ul.tabHeaders2 li.dull
{
    /* cursor: not-allowed; */
}


#panel_article #panel_article-header #panel_preview-bar ul.tabHeaders2 li.active,
#panel_answersheet #panel_answersheet-header #panel_preview-bar ul.tabHeaders2 li.active
{
    background-color: #fa79d1;
}

#panel_article #panel_article-header #panel_preview-bar ul.tabHeaders2 li div,
#panel_answersheet #panel_answersheet-header #panel_preview-bar ul.tabHeaders2 li div
{
    font-size: 11px;
    font-weight: normal;
}

#panel_article #panel_article-header #panel_preview-bar ul.tabHeaders2 li .arrow-down,
#panel_answersheet #panel_answersheet-header #panel_preview-bar ul.tabHeaders2 li .arrow-down
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}


#panel_article #panel_article-body
{
    margin-top: 45px;
    margin-bottom: 45px;
}

#panel_article.role-student #panel_article-body
{
    margin-top: 0px;
}

#panel_article #panel_article-body .articleBody
{
    overflow-wrap: break-word;
}

#panel_article #panel_article-body .articleBody strong
{
    color: #0055ff;
}



#panel_quiz-buttons button.button3
{
    background-color: #52d0c4;
}

.articleset-group-header.fixed
{
    opacity: 0.9;
}


.ngsss-standardgroup .articleset-group-header.fixed
{
    font-size: 20px;
}

.ngsss-standardgroup .articleset-group-header p
{
    font-size: 16px;
    line-height: 18px;
}

.ngsss-standardgroup .articleset-group-header.fixed p
{
    display: none;
}

.descriptorTags
{
    margin: 15px 30px 10px 70px;
}

.descriptorTags ul li
{
    background-color: #5dd54f;
    padding:4px 8px;
    text-align:center;
    color: #ffffff;
    cursor: default;
    float: left;
    border-radius:12px;
    font-weight: bold;
    margin-right: 10px;
}

.descriptorTags ul li.highly-rigorous
{
    background-color: #ff2baa;
}

/* home */



@media print {
    .no-print {
        display: none;
    }
}

#description_freeresponse
{
    color: #444455;
}

.typed-cursor
{
    color: #222222;
    font-size:14px;
}


/* rosters */

.courseHeader
{
    margin-top: 0px;
}

#list_suggestions
{
    color: #333355;
}


/* answersheets */

#panel_answersheet
{
    background-color: #ffffff; /* necessary for non modals */
    padding: 20px;
}


#panel_answersheet-header
{
    width:100%;
    position:fixed;
    left:0px;
    top:0px;
    background-color:#ffffff;
    z-index:9999;
}

#panel_answersheet-header h1
{
    color: #0088ff;
}


#panel_answersheet #panel_answersheet-body
{
    margin-top: 120px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#panel_answersheet.role-student #panel_answersheet-body
{
    margin-top: 68px;
}

#panel_answersheet #slider_answersheet
{
    overflow: hidden;
    width: 500px;
    height: 600px;
    margin-left: 0;
}


#panel_answersheet #slider_answersheet .slide
{

}

#panel_answersheet #slider_answersheet .slide .question
{
    margin-left: 50px;
    margin-right: 20px;
}

#panel_answersheet #panel_answersheet-body #slider_answersheet .question h1
{
    color: #0055aa;
    font-size: 22px;
}

#panel_answersheet #panel_answersheet-body #slider_answersheet .question .hints
{
    margin-top: 8px;
    font-size: 24px;
    line-height: 18px;
}

#panel_answersheet #panel_answersheet-body #slider_answersheet .question textarea
{
    margin-top: 8px;
}


#panel_answersheet #panel_answersheet-body.openbook,
#panel_answersheet #panel_answersheet-body.opencluster
{
    min-width: 800px;
    width: 100%;
}


#panel_answersheet #panel_answersheet-body.openbook #panel_article,
#panel_answersheet #panel_answersheet-body.openbook .panel_quiz-body,
#panel_answersheet #panel_answersheet-body.opencluster .panel_questionclusters,
#panel_answersheet #panel_answersheet-body.opencluster .panel_quiz-body
{
    float: left;
    width: 48%;
}

#panel_answersheet #panel_answersheet-body.opencluster .panel_quiz-body,
#panel_answersheet #panel_answersheet-body.opencluster .panel_questionclusters,
#panel_answersheet #panel_answersheet-body.opencluster .panel_questionclusters .cluster,
#panel_answersheet #panel_answersheet-body.opencluster #slider_answersheet,
#panel_answersheet #panel_answersheet-body.opencluster #slider_answersheet .slide
/*#panel_answersheet #slider_answersheet .slide,
#panel_answersheet #slider_answersheet,
#slider_answersheet .question ul.answerList li label,
#slider_answersheet .question h1 */
{
    transition: margin-left 1s, font-size 1s;
}

#panel_answersheet #panel_answersheet-body .panel_questionclusters
{
    margin-left: -100%;
}

#panel_answersheet #panel_answersheet-body.opencluster .panel_questionclusters
{
    margin-left: 0;
}


#panel_answersheet #panel_answersheet-body #panel_article,
#panel_answersheet #panel_answersheet-body .panel_questionclusters
{
    display: none;
    min-width: 400px;
    margin-right: 20px;
}

#panel_answersheet.page-public #panel_answersheet-body #panel_article,
#panel_answersheet.page-public #panel_answersheet-body .panel_questionclusters
{
    margin-left: 16px;
}


#panel_answersheet #panel_answersheet-body.openbook #panel_article,
#panel_answersheet #panel_answersheet-body.opencluster .panel_questionclusters
{
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
}

#panel_answersheet #panel_answersheet-body.opencluster .panel_questionclusters
{
    overflow-y: auto;
}

#panel_answersheet #panel_answersheet-body.openbook #panel_article .articleBody,
#panel_answersheet #panel_answersheet-body.openbook #panel_article .articleBody p,
#panel_answersheet #panel_answersheet-body.opencluster #panel_article .articleBody,
#panel_answersheet #panel_answersheet-body.opencluster #panel_article .articleBody p
{
    font-size: 14px;
    /* line-height: 28px !important; */
}

#panel_answersheet #panel_answersheet-body.openbook #panel_article img.coverPhoto
{
    width: 100%;
    margin-bottom: 8px;
}

#panel_answersheet #panel_answersheet-body.openbook #slider_answersheet,
#panel_answersheet #panel_answersheet-body.opencluster #slider_answersheet
{
    width: 300px;
}

#panel_answersheet #panel_answersheet-body .panel_previous-button,
#panel_answersheet #panel_answersheet-body .panel_next-button
{
    margin-top: 80px;
}

#panel_answersheet #panel_answersheet-body .panel_previous-button
{
    margin-right: 10px;
}

#panel_answersheet #panel_answersheet-body .panel_next-button
{
    margin-left: 10px;
}

#panel_answersheet #panel_answersheet-body.openbook .panel_previous-button,
#panel_answersheet #panel_answersheet-body.opencluster .panel_previous-button
{
    margin-right: 5px;
}

#panel_answersheet #panel_answersheet-body.openbook .panel_next-button,
#panel_answersheet #panel_answersheet-body.opencluster .panel_next-button
{
    margin-left: 5px;
}

#panel_answersheet #panel_answersheet-body.openbook #slider_answersheet .question h1,
#panel_answersheet #panel_answersheet-body.opencluster #slider_answersheet .question h1
{
    font-size: 16px;
    width: 80%;
    display: block;
    margin-bottom: 6px;
}

#panel_answersheet #panel_answersheet-body #slider_answersheet .question .hints
{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}

#panel_answersheet #panel_answersheet-body.openbook #slider_answersheet .question ul.answerList li label,
#panel_answersheet #panel_answersheet-body.opencluster #slider_answersheet .question ul.answerList li label
{
    font-size: 14px;
    line-height: 18px;
    width: 80%;
    letter-spacing: 0px;
}



#panel_answersheet-footer
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #7861ea;
    z-index: 9999;
}

#panel_questions-answered
{
    margin-right: 40px;
}

#panel_question-markers
{
    /* margin-bottom: 10px; */
}

#panel_question-markers ul li
{
    float: left;
    min-width: 40px;
}

.questionMarker
{
    width: 30px;
    height: 22px;
    background-color: #dddddd;
    color: #ffffff;
    font-weight:bold;
    font-size: 12px;
    text-align: center;
    margin: 0px auto;
    padding-top: 8px;
    border-radius: 50%;
    cursor: pointer;
}

.questionMarker.answered
{
    /* background-color: #52d075; */
    background-color: #52d0c4;
}


/* assignments */
.articleset
{
    border-radius: 4px;
}

.articleset .assignmentCheckboxText
{
    text-align: center;
    color: #aaaabb !important;
    font-size: 10px;
    width: 58px;
}

.articleset .assignmentCheckboxText .isAssigned
{
    color: #51e7d9;
}

.articleset .assignmentCheckboxText .isAssigned,.articleset.assigned .assignmentCheckboxText .isNotAssigned
{
    display: none;
}

.articleset.assigned .assignmentCheckboxText .isAssigned,.articleset .assignmentCheckboxText .isNotAssigned
{
    display: block;
}

.articleset .printIcon
{
    display: block;
    margin-top: 4px;
}

.articleset .unfavoriteIcon
{
    display: none;
}

.articleset.favorite .unfavoriteIcon
{
    display: block;
}

.articleset.favorite .favoriteIcon
{
    display: none;
}

.articleset h2
{
    color: #0088ff;
}

.articleset .articlesetSummary
{
    border: 0;
}

.articleset-group-header.fixed
{
    width: 100%;
    left: 0px;
    background: #8872f9;
}

.articleset .pairings
{
    padding: 10px 20px 10px 90px;
    max-width: 650px;
}

.articleset .pairings h3
{
    color: #0088ff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
}

.articleset .pairings ul li
{
    margin-bottom: 10px;
    cursor: pointer;
    color: #e059d6;
}

.articleset .pairings ul li span.partnerName
{
    text-decoration: underline;
}

.preview-buttons a
{
    cursor: pointer;
}

.tab_assignments .articleset .unitTitle,
.tab_favorites .articleset .unitTitle
{
    display: none;
}

.tab_assignments .contentBox-grape.science-unit,
.tab_units .tab-unit .contentBox-grape.science-unit,
.tab_browse .contentBox-grape.science-unit,
.tab_favorites .contentBox-grape.science-unit
{
    background-color:#7861ea;
}
/* #list_assignments .contentBox-grape.history-unit { background-color:#61cdff; } */

.tab_assignments .contentBox-grape.history-unit,
.tab_units .tab-unit .contentBox-grape.history-unit,
.tab_browse .contentBox-grape.history-unit,
.tab_favorites .contentBox-grape.history-unit
{
    background-color:#42789e;
}

.tab_assignments .contentBox-grape h1,
.tab_units .tab-unit .contentBox-grape h1,
.tab_browse .contentBox-grape h1,
.tab_favorites .contentBox-grape h1
{
    margin: 2px 4px 8px 10px;
}

.tab_assignments .contentBox-grape .unit-icon,
.tab_units .tab-unit .contentBox-grape .unit-icon,
.tab_browse .contentBox-grape .unit-icon,
.tab_favorites .contentBox-grape .unit-icon
{
    float: left;
    margin-left: 10px;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    background-size: contain;
}

.tab_assignments .contentBox-grape.science-unit .unit-icon,
.tab_units .tab-unit .contentBox-grape.science-unit .unit-icon,
.tab_browse .contentBox-grape.science-unit .unit-icon,
.tab_favorites .contentBox-grape.science-unit .unit-icon
{
    background-image: url('/_images/_structure/icons/icon_beaker.png');
    width: 25px;
}

.tab_assignments .contentBox-grape.history-unit .unit-icon,
.tab_units .tab-unit .contentBox-grape.history-unit .unit-icon,
.tab_browse .contentBox-grape.history-unit .unit-icon,
.tab_favorites .contentBox-grape.history-unit .unit-icon
{
    background-image: url('/_images/_structure/icons/icon_parthenon.png');
}

.tab_standards .standard h4.tabHeader.active
{
    /* border-bottom: 2px solid #ff00ff; */
}

.dueDateDisplay
{
    cursor: pointer;
}

.dueDateDisplay:hover
{
    color: #eeeeff;
}

#panel_noAssignments
{
    background-color: transparent;
}

.panel_noAssignments
{
    display: none;
}

#span_assignmentCount
{
    color: #ffffff;
    background-color: #f3a8d5;
    border-radius: 50%;
    padding: 5px;
    min-width: 10px;
    text-align: center;
    font-size: 10px;
    margin-left: 5px;
    margin-top: -5px;
}


#slider_assignments .panel_due-date a
{
    color: #ffffff;
}

#slider_assignments .panel_assigned-courses a:hover,#slider_assignments .panel_assigned-courses a:hover span.white
{
    color: #95ffe8 !important;
}

#field_searchterms { text-align: left;}

.ui-autocomplete
{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 19999 !important; /* above tooltips */
}

.ui-autocomplete .ui-menu-item a.ui-state-active
{
    background-color: #0073ea;
    font-weight: normal;
    color: #ffffff;
    background-image: none;
    border-radius: 4px;
}



/* reports */
.gradebook
{
    font-size: 12px;
}

.gradebook .row
{
    margin-left: 0 !important; /* overrides flexbox grid .row */
    margin-right: 0 !important;  /* overrides flexbox grid .row */
}

.instructor-assignment-report h2, .student-assignment-score h2
{
    color: #0088ff;
}

.instructor-assignment-report .mainContainer, .student-assignment-dashboard .mainContainer, .student-assignment .mainContainer,
.student-assignment-score .mainContainer
{
    background-image: none;
}

.instructor-assignment-report .averageScore, .student-report .averageScore, .instructor-course-report .averageScore
{
    background-color: #00adff;
    width: 126px;
}

.instructor-assignment-report .mainContainer, .student-assignment-dashboard .mainContainer, .student-assignment .mainContainer,
.instructor-assignment-report .averageScore, .student-report .averageScore, .instructor-course-report .averageScore
{
    border: 0px;
}

strong.vocabularyWords
{
    color: #7861ea;
}

#panel_article h1.vocabularyWords
{
    color: #7861ea;
    font-size: 14px;
}

.student-assignment-score
{
    background-color: transparent;
    width: 942px;
}

.unitTitle
{
    color: #666688;
    font-size: 14px;
    font-family: arial;
    font-style: normal;
}

.list_questiongroups li .contentBox-grape
{
    min-height: 52px;
}



/* first steps */


.first-steps .first-step
{
    text-align: center;
    cursor: pointer;
    background-color: #147dff;
    padding:40px 0px;
    box-shadow: -2px 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.first-steps .first-step h2
{
    color: #ffffff;
}

.first-steps .first-step:hover
{
    background-color: #ff9e4b;
}

.first-steps .first-step:hover h2
{
    /* color: #666688; */
}




/* next steps */
.panel_next-steps
{
    padding-bottom: 20px;
}

.panel_next-steps-progress-bar
{
    position: relative;
    background-color: #7d89ff;
    padding: 10px 10px;
}

.panel_next-steps .next-step, .panel_next-steps-progress-bar .next-step
{
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 20px 0px 30px 0px;
    background-color: #cccccc;
    margin-right: 0px;
}

.panel_next-steps-progress-bar .next-step
{
    background-color: #ff6e83;
}

.panel_next-steps-progress-bar .next-step
{
    padding: 4px 0 8px 0;
}

.panel_next-steps .next-step h2, .panel_next-steps-progress-bar .next-step h2
{
    color: #ffffff;
}

/*
.panel_next-steps-progress-bar .next-step:after
{
    content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:0;
    border:27px solid transparent;
    border-left: 27px solid #cccccc;
}
*/


.panel_next-steps-progress-bar .next-step h2
{
    font-size: 18px;
}

.panel_next-steps .next-step:hover, .panel_next-steps-progress-bar .next-step:hover
{
    background-color: #ff9e4b;
}



.panel_next-steps .next-step.completed, .panel_next-steps-progress-bar .next-step.completed
{
    background-color: #6b7a82;
}

.panel_next-step-checkboxes
{
    margin-top: 10px;
}

.panel_next-step-checkboxes ul li:first-child .checkbox-connector
{
    display: none;
}


.panel_next-step-checkboxes ul li.next-step-checkbox
{
    float: left;
}

.panel_next-step-checkboxes ul li.next-step-checkbox .checkbox
{
    float: right;
    cursor: pointer;
    width: 56px;
    height: 70px;
    background-image: url('/_images/_structure/checkbox-large_unchecked.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.panel_next-step-checkboxes ul li.next-step-checkbox.completed .checkbox
{
    top: 20px;
    width: 40px;
    height: 70px;
    background-image: url('/_images/_structure/checkbox-large_green.png');
    cursor: default;
}



.panel_next-step-checkboxes ul li.next-step-checkbox .checkbox-connector
{
    float: left;
    margin-top: 35px;
    width: 130px;
    height: 3px;
    background-color: #ffffff;
}

.panel_next-step-checkboxes ul li.next-step-checkbox.completed .checkbox-connector
{
    background-color: #51ffee;
}

.panel_next-step-checkboxes ul li.next-step-checkbox h2
{
    font-size: 12px;
    cursor: pointer;
    float: right;
    text-align: center;
}

.panel_next-step-checkboxes ul li.next-step-checkbox h2 span
{
    font-size: 12px;
}


.panel_next-step-checkboxes ul li.next-step-checkbox.is-next .checkbox
{
    background-image: url('/_images/_structure/checkbox-large_grey.png');
}

.panel_next-step-checkboxes ul li.next-step-checkbox.is-next .checkbox:hover
{
    background-image: url('/_images/_structure/checkbox-large_green.png');
}

.panel_next-step-checkboxes ul li.next-step-checkbox.is-next h2
{
    font-size: 18px;
}

.panel_next-step-checkboxes ul li.next-step-checkbox.is-next h2 span
{
    font-size: 14px;
}

.panel_next-step-checkboxes ul li.next-step-checkbox.completed h2,.panel_next-step-checkboxes ul li.next-step-checkbox.completed h2 span
{
    color: #eeeeee;
    cursor: default;
}

.panel_next-steps-progress-bar .progress-percentage
{
    border: 8px solid #ffffff;
    border-radius: 50%;
    /* background-color: #00adff; */
    width: 85px;
    height: 85px;
    text-align: center;
    margin-top: 10px;
}

.panel_next-steps-progress-bar .progress-percentage h1
{
    color: #ffe7a3;
    margin-top: 18px;
    margin-bottom: 0;
}





.panel_next-steps .next-step .checkbox, .panel_next-steps-progress-bar .next-step .checkbox
{
    position: relative;
    width: 58px;
    height: 70px;
    background-image: url('/_images/_structure/checkbox-large_unchecked.png');
    top: 10px;
    left: 10px;
}

.panel_next-steps-progress-bar .next-step .checkbox
{
    top: 4px;
    width: 58px;
    height: 70px;
    background-size: contain;
}

.panel_next-steps .next-step.completed .checkbox, .panel_next-steps-progress-bar .next-step.completed .checkbox
{
    background-image: url('/_images/_structure/checkbox-large_green.png');
}

/*
.panel_next-steps-progress-bar .next-step:after
{
    border-left: 27px solid #ff6e83;
}
*/

.panel_next-steps-progress-bar .next-step:hover
{
    background-color: #ff6e83;
}

.panel_next-steps-progress-bar .next-step.completed
{
    background-color: #ff6e83;
}


/*
.panel_next-steps-progress-bar .next-step.completed:after
{
    content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:0;
    border:27px solid transparent;
    border-left: 27px solid #ff6e83;
}
*/

/* public */
#panel_teacher-value
{
    color: #333355;
}

/* modals */

.modalCloseButton
{
    font-family: arial, tahoma;
    color: #ffffff;
    border-radius: 50%;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    padding: 4px;
    text-align: center;
    background-color: #ccccdd;
    width: 24px;
    height: 24px;
    top: -12px;
    right: -12px;
    border: 2px solid #eeeeee;
    /* box-shadow: #666666 0px 5px 5px; */
    /* -webkit-box-shadow: #666666 0px 5px 5px; */
    /* -moz-box-shadow: #666666 0px 5px 5px; */
}

.modalCloseButton:hover
{
    color: #ffffff;
    background-color: #ee5b6c;
    border-color: #ffffff;
}

.modalWindow.fullscreen .modalCloseButton
{
    top: 4px;
    margin-right: 22px;
}

.modalWindow iframe
{
    top: -36px;
}

.modalWindow.fullscreen iframe
{
    top: -42px;
}




