<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

/* Quick attempt to normalize CSS */
[class^=docent], [class^=docent] * {
    font-family: inherit;
    color: inherit;
    text-shadow: none;
    text-indent: 0;
    text-transform: none;
    letter-spacing: 0;
    white-space: normal;
    font-style: normal;
    -webkit-text-fill-color: currentColor;
}
[class^=docent]:before, [class^=docent]:after {
    -webkit-text-fill-color: currentColor;
}
[class^=docent] * {
    line-height: inherit;
}
[class^=docent] button {
    min-width: unset;
}
.content__title.docent-compatible {
    -webkit-text-fill-color: unset;
}
[class*=veiledParagraph]:after {
    pointer-events: none;
}
.MathJax * {
    white-space: inherit;
}
/**/

.disable-scrolling {
    overflow: hidden !important;
    padding-right: var(--docent-padding-right) !important;
}

.docent {
    position: static;
    margin: 0;
    padding: 0;
}
/* Namespacing FontAwesome */
@font-face {
    font-family: 'FontAwesome4';
    src: url('chrome-extension://dehajjkfchegiinhcmoclkfbnmpgcahj/lib/fonts/fontawesome-webfont.woff2');
}
.docent-fa {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.docent-fa, [class^=docent] .docent-fa:before {
    font-family: FontAwesome4, FontAwesome !important;
    font-style: normal !important;
}
/**/
.docent .docent-topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 44px;
    line-height: 44px;
    background-color: rgba(85, 87, 151, 0.95);
    color: #fff;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
    .docent-topbar a {
        text-decoration: underline;
    }
    /* Using !important here so we don't have to worry about all the different state combinations */
    .docent-topbar a {
        color: #fff !important;
    }
    .docent-topbar .docent-copy,
    .docent-topbar .docent-resume-teacher-view {
        display: inline-block;
        width: 120px;
        height: 32px;
        line-height: 1;
        padding: 0;
        margin: 6px;
        background-color: #ED6F23;
        border-radius: 5px;
        border: 0;
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        box-shadow: none;
    }
    .docent-topbar .docent-resume-teacher-view {
        width: 180px;
    }
.docent .redesigned.docent-topbar {
    background-color: rgba(255, 255, 255, 0.95);
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px 0px;
}
    .redesigned.docent-topbar a {
        color: #559 !important;
    }
    .redesigned.docent-topbar .docent-copy,
    .redesigned.docent-topbar .docent-resume-teacher-view {
        background-color: #559;
        height: 36px;
        margin: 7px;
        color: #fff;
    }
.docent .docent-sidebar {
	display: block;
	position: fixed;
	top: 50%;
	left: -50px;
	width: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	background-color: #559; /* A more complimentary color to the logo than #ED6F23 (which is one of the main logo colors and hides part of it as a result) */
	border-radius: 0 10px 10px 0;
	padding: 5px 0;
    margin: 0;
	box-sizing: border-box;
	overflow: visible
}
    .docent-sidebar div {
        border: 0;
        background-color: transparent;
        font-size: 25px;
        width: 100%;
        cursor: pointer;
        text-align: center;
        height: 35px;
        line-height: 35px;
        color: #fff;	
        overflow: visible;
        position: static;
        padding: 0;
        margin: 0;
    }
    .docent-sidebar .docent-sidebar-toggle {
        position: absolute;
        top: 30px;
        right: -27px;
        width: 27px;
        height: 27px;
        line-height: 27px;
        font-size: 16px;
        color: white;
        border-radius: 0 7px 7px 0;
        text-align: center;
        background-color: inherit;
        cursor: pointer;
    }
        .docent-sidebar .docent-sidebar-toggle:before {
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            display: inline-block;
        }
        .docent-sidebar.docent-shown .docent-sidebar-toggle:before {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
        }
    .docent-sidebar .docent-logo {
        background-image: url('chrome-extension://dehajjkfchegiinhcmoclkfbnmpgcahj/lib/img/icon-inverted-right.png'), url('https://insertlearning.com/v1/toolbar/logo.png');
        background-repeat: no-repeat;
        background-position: 11px center;
        background-size: auto 24px;
    }
    .docent-sidebar .docent-options {
        background-image: url('chrome-extension://dehajjkfchegiinhcmoclkfbnmpgcahj/lib/img/ellipsis.svg'), url('https://insertlearning.com/v1/toolbar/ellipsis.svg');
        background-repeat: no-repeat;
        background-position: center 5px;
        background-size: 22px;
    }
    .docent-sidebar .docent-badged,
    .docent-sidebar [data-badged] {
        position: relative;
    }
        .docent-sidebar .docent-badged:after,
        .docent-sidebar [data-badged]:after {
            position: absolute;
            left: 60%;
            top: 60%;
            width: 16px;
            height: 16px;
            line-height: 16px;
            background-color: #ED6F23;
            color: #FFF;
            font-family: Lato;
            font-weight: 700;
            font-size: 8px;
            text-align: center;
            padding: 0;
            border-radius: 10px;
            content: '1';
        }
        .docent-sidebar [data-badged]:after {
            content: attr(data-badged);
        }
    .docent-sidebar div[data-badged] {
        overflow: visible;
    }
        .docent-sidebar [data-badged] * {
            display: none;
        }
    .docent-sidebar .docent-feedback {
        position: absolute;
        top: auto;
        left: 7.5px;
        bottom: -42px;
        width: 35px;
        border-radius: 17.5px;
        font-size: 15px;
        background-color: #559;
        text-align: left;
        overflow: hidden;
        text-transform: none;
        letter-spacing: 0;
    }
        .docent-feedback:before {
            width: 35px;
            text-align: center;
            display: inline-block;
        }
    .docent-sidebar.docent-social .docent-question,
    .docent-sidebar.docent-student .docent-question,
    .docent-sidebar.docent-student .docent-discussion,
    .docent-sidebar.docent-student .docent-feedback {
        display: none;
    }


.docent-sidebar .docent-on {
	color: #FF0;
}

.docent-tooltip {
    position: fixed;
    background-color: #222;
    border-radius: 3px;
    color: #fff;
    font-family: Lato;
    font-size: 14px;
    padding: 8px 10px;
    margin: 0;
    width: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.docent-tooltip:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #222; 
}


.docent-highlighted {
	background-color: #ff8;
}
    .docent-green {
        background-color: #8f8;
        border-color: #4c4;
    }
    .docent-cyan {
        background-color: #8ff;
        border-color: #4cc;
    }
    .docent-blue {
        background-color: #bef;
        border-color: #6cb4cc;
    }
    .docent-violet {
        background-color: #ebf;
        border-color: #b46ccc;
    }
    .docent-pink {
        background-color: #fbe;
        border-color: #cc6cb4;
    }
    .docent-orange {
        background-color: #ffc388;
        border-color: #c84;
    }
    /* Google Keep Colors
     * #FFFF8D yellow
     * #FFD180 orange
     * #CCFF90 green
     * #A7FFEB teal
     * #80D8FF blue
     * #FF8A80 red
     */

.docent-element-sticky.docent-not-owner {
    background-color: rgba(255, 255, 136, 0.5);
    border-color: rgba(204, 204, 68, 0.5);
}
.docent-element-sticky.docent-full-width {
    max-width: unset;
}
.docent-highlighted[data-color=green] {
    background-color: rgb(136, 255, 136);
}
.docent-highlighted[data-color=cyan] {
    background-color: rgb(136, 255, 255);
}
.docent-highlighted[data-color=red] {
    background-color: rgb(255, 170, 170);
}
.docent-highlighted.docent-not-owner {
    background-color: rgba(255, 255, 136, 0.5);
}
.docent-not-owner[data-color=green] {
    background-color: rgba(136, 255, 136, 0.5);
}
.docent-not-owner[data-color=cyan] {
    background-color: rgba(136, 255, 255, 0.5);
}
.docent-not-owner[data-color=red] {
    background-color: rgba(255, 170, 170, 0.5);
}

.docent-hasComment {
    /*
	border-bottom: 2px solid #BB8CC0;
    */
    border: 2px solid #BB8CC0;
    padding: 0 1px;
    margin: 0 -3px;
    border-radius: 3px;
    cursor: pointer;
}

.docent-iframe-bridge {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: 0;
	opacity: 0;
}
@media (min-width: 500px) {
    .docent-iframe-bridge.show-intercom-messenger {
        left: auto;
        right: 0;
        width: 500px;
    }
}
/* Fix bug with Screen Shader and similar "f.lux"-like extensions */
.docent-iframe-bridge[style*="z-index: -1;"] {
    z-index: -1 !important;
    /* Fix ios scrolling issue */
    visibility: hidden;
}

.docent-question-anchor,
.docent-sticky-anchor,
.docent-discussion-anchor {
	background-color: rgba(255, 255, 123, 0.5);
	border-radius: 15px;
	cursor: pointer;
}

.docent-image-wrapper.docent-question-anchor,
.docent-image-wrapper.docent-sticky-anchor, 
.docent-image-wrapper.docent-discussion-anchor {
    box-shadow: 0 0 0 15px rgba(255, 255, 123, 0.5);
    border-radius: 1px;
}

.docent-unhighlight.docent-fa,
.docent-highlight-color.docent-fa {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    border-radius: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #E81A1A;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    cursor: pointer;
}

.docent-highlight-color.docent-fa {
    background-color: #555;
}

.docent-element-comment.docent-fa {
    display: none;
    margin: 0;
    padding: 0;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.docent-element-comment {
	display: none;
	border-radius: 5px;
	font-family: Lato, sans-serif;
	font-weight: 300;
    /* Replacement for font-weight: 300; */
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /**/
	font-size: 16px;
	color: #fff;
	background-color: #BB8CC0;
	position: absolute;
	padding: 5px 10px;
	line-height: 175%;
    z-index: 100;
    box-sizing: content-box;
    user-select: none;
}

.docent-comment-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    user-select: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
    .docent-comment-wrapper {
        position: absolute;
        background-color: whitesmoke;
        border-radius: 15px;
        top: 33.33%;
        transform: translate(-50%, -33.33%);
        left: 50%;
        min-height: 170px;
        width: 280px;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
        padding-bottom: 84px;
        color: #000;
    }
    .docent-comment-modal p {
        line-height: 1;
    }
    .docent-comment-p {
        font-size: 13px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        margin: 0px 0px 7px;
        font-family: Lato;
        text-align: left;
    }
    .docent-comment-modal .docent-comment-input {
        padding: 10px;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
        height: 44px;
        font-family: Lato;
        margin: 0;
        max-width: none;
    }
    p.docent-comment-input {
        background-color: white;
        border-radius: 5px;
        border: 1px solid #ccc;
        outline: 0;
        height: auto;
        line-height: 160%;
        min-height: 44px;
    }
    .docent-comment-modal button {
        margin: 0;
        padding: 0;
        display: inline-block;
        background-image: none;
    }
    .docent-comment-modal .docent-comment-cancel,
    .docent-comment-modal .docent-comment-ok {
        position: absolute;
        bottom: 20px;
        height: 44px;
        border-radius: 5px;
        border: 0;
        background-color: #555;
        color: whitesmoke;
        font-size: 14px;
        font-family: Lato;
        width: 110px;
        left: 20px;
        cursor: pointer;
        font-weight: 400;
    }
    .docent-comment-modal .docent-comment-ok {
        background-color: #3498DB;
        left: auto;
        right: 20px;
    }
    .docent-comment-modal .docent-comment-toggle-emoji {
        position: absolute;
        right: 13px;
        top: 13px;
        height: 28px;
        width: 36px;
        cursor: pointer;
        color: #aaa;
        border: 0;
        font-size: 16px;
        background-color: transparent;
        outline: 0;
    }
    .docent-comment-toggle-emoji.docent-toggled {
        color: #C19A87;
    }
        .docent-comment-toggle-emoji.docent-toggled:before {
            content: '';
            background-color: #FFD06D;
            height: 13px;
            width: 13px;
            display: block;
            position: absolute;
            z-index: -1;
            left: 11px;
            border-radius: 50%;
            top: 7px;
        }

.docent-element-question,
.docent-element-discussion {
	display: block;
	border: 1px solid #3498DB;
	font-family: Lato, sans-serif;
	font-weight: 300;
    /* Replacement for font-weight: 300; */
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /**/
	font-size: 16px;
	color: #333;
	border-radius: 10px;
	overflow: hidden;
	max-width: 500px;
	line-height: 180%;
	margin: 15px auto 0;
	cursor: default;
    position: relative;
    text-align: left;
}
.docent-element-question {
    counter-reset: multiple-choice-counter;
}
    .docent-element-question:before,
    .docent-element-discussion:before {
        width: 24px;
        font-size: 24px;
        line-height: 28px;
        position: absolute;
        top: 5px;
        left: 5px;
        text-align: center;
        margin-right: 5px;
        font-family: FontAwesome4, FontAwesome;
        content: "\f128";   /* fa-question */
        display: inline-block;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
    }
    .docent-element-discussion:before {
        content: "\f086";   /* fa-comments */
    }
	.docent-element-question-title,
    .docent-can-reply &gt; .docent-element-question-content,
    .docent-element-discussion-title, 
    .docent-can-reply &gt; .docent-element-discussion-content {
		display: block;
		background-color: #3498DB;
		color: #fff;
		padding: 5px 35px;
		font-size: 16px;
		font-weight: 700;
        cursor: default;
	}
        .docent-element-discussion-content:empty::before {
            content: unset;
        }
        /* feels like a hack for single line padding-right */
        .docent-can-reply &gt; .docent-element-discussion-content:before {
            content: '\00a0';
            float: right;
            width: 84px;
        }
        .docent-can-reply.docent-not-owner &gt; .docent-element-discussion-content:before {
            width: 49px;
        }
        /**/
        .docent-element-question-title:after {
            content: 'Create a Question';
        }
        .docent-edit &gt; .docent-element-question-title:after {
            content: 'Edit Question';
        }
        .docent-element-discussion-title:after {
            content: 'Create a Discussion';
        }
        .docent-edit &gt; .docent-element-discussion-title:after {
            content: 'Edit Discussion';
        }
        /* Hack so pasted content doesn't overwrite our CSS
         * Would like a better solution since using !important should be a last resort */
        .docent-can-reply &gt; .docent-element-discussion-content *,
        .docent-can-reply &gt; .docent-element-question-content * {
            color: #FFF !important;
            background-color: transparent !important;
            font-family: Lato, sans-serif !important;
        }
	.docent-element-question-content,
    .docent-can-reply &gt; .docent-element-question-answer,
    .docent-can-reply &gt; .docent-element-question-choice,
	.docent-element-discussion-content,
    .docent-can-reply &gt; .docent-element-discussion-response,
    .docent-can-reply &gt; .docent-element-discussion-subcontainer &gt; .docent-element-discussion-response {
		display: block;
		background-color: #fff;
		padding: 20px;
		cursor: text;
		min-height: 29px;
        box-sizing: content-box;
        outline: 0;
	}
        /* discussion-content has to use ::after because ::before is needed for the "single-line padding-right" to accomodate the Post button. */
        .docent-element-question-content:empty::before,
        .docent-element-discussion-content:empty::after {
            content: 'Type a question here or select a stem above...';
            opacity: 0.54;
            display: flex;
            width: auto;
        }
        .docent-element-question-content:empty:focus::before,
        .docent-element-discussion-content:empty:focus::after,
        .docent-element-sticky-content:empty:focus::before,
        .docent-element-question-answer:empty:focus::before,
        .docent-element-discussion-response:empty:focus::before {
            opacity: 0.4;
        }
        .docent-can-reply &gt; .docent-element-question-content:empty::before {
            content: 'What is your question?';
            opacity: 1;
        }
        .docent-element-discussion-content:empty::after {
            content: 'What is the discussion topic?';
        }
        .docent-can-reply &gt; .docent-element-discussion-content:empty::after {
            opacity: 1;
        }
        /* CSS for EquatIO integration */
        .docent-element-question-content img[src^="https://equatio-api.texthelp.com"] {
            display: inline;
            position: relative;
            top: 3px;
            margin-top: -3px;
        }
        .docent-can-reply &gt; .docent-element-question-content img[src^="https://equatio-api.texthelp.com"] {
            filter: invert(100%);
        }
        /**/
    .docent-element-question-answer,
    .docent-element-question-choice,
    .docent-can-reply &gt; .docent-element-question-title,
    .docent-can-reply &gt; .docent-element-question-delete,
    .docent-can-reply &gt; .docent-element-question-create,
    .docent-element-discussion-response,
    .docent-can-reply &gt; .docent-element-discussion-title,
    .docent-can-reply &gt; .docent-element-discussion-delete,
    .docent-can-reply &gt; .docent-element-discussion-create {
        display: none;
    }
    .docent-element-question &gt; .docent-element-question-choice {
        background-color: #F0F4F8;
        cursor: text;
        position: relative;
        padding: 20px 50px;
    }
        .docent-element-question &gt; .docent-element-question-choice:before {
            content: counter(multiple-choice-counter, lower-latin) ' )';
            counter-increment: multiple-choice-counter;
            position: absolute;
            top: 20px;
            left: 20px;
        }
        .docent-element-question &gt; .docent-element-question-choice &gt; .docent-element-question-choice-text {
            outline: 0;
        }
        .docent-element-question &gt; .docent-element-question-choice &gt; .docent-element-question-choice-check {
            font-size: 16px;
            position: absolute;
            top: 0;
            right: 0;
            width: 50px;
            height: 100%;
            text-align: center;
            background-color: transparent;
            border: 0;
            padding: 0;
            cursor: pointer;
            outline: 0;
            background-image: none;
            box-shadow: none;
            color: inherit;
        }
    .docent-element-question-choice + .docent-element-question-choice,
    .docent-element-question-choice + .docent-element-question-answer {
        border-top: 1px dashed #3498DB;
    }
    .docent-not-owner &gt; .docent-element-question-choice + .docent-element-question-answer,
    .docent-element-question-choice + .docent-element-question-answer ~ .docent-element-question-saved,
    .docent-element-question-choice + .docent-element-question-answer ~ .docent-element-question-saving {
        display: none;
    }
    .docent-not-owner &gt; .docent-element-question-choice {
        transition: background-color 0.1s ease;
        -webkit-transition: background-color 0.1s ease;
    }
    .docent-not-owner &gt; .docent-element-question-choice.docent-selected {
        background-color: #ff9;
    }
    .docent-element-question &gt; .docent-element-question-choice.docent-right {
        background-color: #9f9;
    }
    .docent-not-owner &gt; .docent-element-question-choice.docent-wrong {
        background-color: #f99;
    }
        .docent-not-owner &gt; .docent-element-question-choice.docent-right:after, 
        .docent-not-owner &gt; .docent-element-question-choice.docent-wrong:after {
            position: absolute;
            top: 50%;
            right: 0;
            height: 50px;
            width: 50px;
            text-align: center;
            line-height: 50px;
            font-family: FontAwesome4, FontAwesome;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }
        .docent-not-owner &gt; .docent-element-question-choice.docent-right:after {
            content: '\f00c';
        }
        .docent-not-owner &gt; .docent-element-question-choice.docent-wrong:after {
            content: '\f00d';
        }
    .docent-not-owner &gt; .docent-element-question-choice {
        cursor: pointer;
    }
        .docent-not-owner &gt; .docent-element-question-choice &gt; .docent-element-question-choice-check {
            display: none;
        }
    .docent-element-question-answer:empty::before {
        content: 'Type here to turn this into a multiple choice question...';
        opacity: 0.54;
        display: flex;
        width: auto;
    }
    .docent-not-owner &gt; .docent-element-question-answer:empty::before {
        content: 'Answer...';
    }
    .docent-element-question-choice + .docent-element-question-answer:empty::before {
        content: 'Add another choice...';
    }
    .docent-element-question-feedback {
        display: block;
        margin: 0px 20px 10px;
        padding: 5px 10px;
        background-color: whitesmoke;
        border-radius: 3px;
        border: 1px solid #ccc;
        position: relative;
    }
        .docent-element-question-feedback:before {
            content: attr(data-name);
            display: block;
            font-size: 12px;
            font-weight: 400;
            text-decoration: underline;
            color: #000;
            line-height: 24px;
            margin-top: -2px;
            margin-bottom: 2px;
        }
        .docent-element-question-feedback:after {
            content: attr(data-time);
            font-size: 12px;
            position: absolute;
            top: 5px;
            right: 10px;
            line-height: 20px;
        }
    .docent-element-question-choice ~ .docent-element-question-feedback {
        margin-top: 10px;
    }
	.docent-element-question-delete,
    .docent-element-discussion-delete {
		display: block;
		background-color: #E81A1A;
		color: #fff;
		padding: 5px;
		font-size: 16px;
		font-weight: 700;
		width: 50%;
		box-sizing: border-box;
		float: left;
		cursor: pointer;
	}
		.docent-element-question-delete:before,
        .docent-element-discussion-delete:before {
			width: 24px;
			text-align: center;
			margin-right: 5px;
            font-family: FontAwesome4, FontAwesome;
            content: "\f057";   /* fa-times-circle */
            display: inline-block;
            line-height: 1;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
		}
        .docent-element-question-delete:after,
        .docent-element-discussion-delete:after {
            content: 'Delete';
        }
	.docent-element-question-create,
    .docent-element-discussion-create {
		display: block;
		background-color: #17CF45;
		color: #fff;
		padding: 5px;
		font-size: 16px;
		font-weight: 700;
		width: 50%;
		box-sizing: border-box;
		float: left;
		text-align: right;
		cursor: pointer;
	}
        .docent-element-question-create:before,
        .docent-element-discussion-create:before {
            content: 'Create';
        }
        .docent-edit &gt; .docent-element-question-create:before,
        .docent-edit &gt; .docent-element-discussion-create:before {
            content: 'Save';
        }
		.docent-element-question-create:after,
        .docent-element-discussion-create:after {
			width: 24px;
			text-align: center;
			margin-left: 5px;
            font-family: FontAwesome4, FontAwesome;
            content: "\f046";   /* fa-check-square-o */
            display: inline-block;
            line-height: 1;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
		}
    .docent-element-question-edit,
    .docent-element-discussion-edit {
        position: absolute;
        top: 0;
        right: 0;
        color: white;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 14px;
        display: none;
    }
    .docent-element-discussion-edit {
        right: 80px;
    }
    .docent-can-reply &gt; .docent-element-question-edit,
    .docent-can-reply &gt; .docent-element-discussion-edit {
        display: block;
    }
        .docent-element-question-edit:before,
        .docent-element-discussion-edit:before {
            content: 'Edit';
        }
    .docent-can-reply.docent-not-owner &gt; .docent-element-question-edit,
    .docent-can-reply.docent-not-owner &gt; .docent-element-discussion-edit {
        display: none;
    }
    .docent-element-question-score {
        float: right;
        position: relative;
        top: 8px;
        right: 8px;
        line-height: 1;
        font-size: 14px;
        background-color: white;
        color: #333;
        border-radius: 5px;
        padding: 4px 8px;
        outline: 0;
    }
        .docent-element-question-score:before {
            background-color: #3498DB;
            color: white;
            content: 'Points: ';
            position: absolute;
            left: -50px;
            width: 50px;
            text-align: center;
        }
    /* backwards compatible fix (with 0.8.x) */
    .docent-element-question-edit + .docent-element-question-score {
        position: absolute;
    }
    .docent-can-reply &gt; .docent-element-question-score {
        background-color: #3498DB;
        color: white;
        display: none;
        right: 0;
        pointer-events: none;
        min-width: 70px;
        padding-left: 0;
        text-align: right;
    }
        .docent-can-reply &gt; .docent-element-question-score:before {
            content: '';
        }
        .docent-can-reply &gt; .docent-element-question-score:after {
            content: ' pts';
        }
        .docent-can-reply &gt; .docent-element-question-score.docent-fraction:after {
            content: ' / ' attr(data-max);
        }
    .docent-element-question-saving,
    .docent-element-question-saved {
        display: none;
        position: relative;
    }
    .docent-element-question-saving:after,
    .docent-element-question-saved:after {
        position: absolute;
        right: 6px;
        bottom: 4px;
        font-size: 12px;
        line-height: 1;
    }
    .docent-element-question-saving:after {
        content: '\f110';
        font-family: FontAwesome4, FontAwesome;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
        display: block;
    }
    .docent-element-question-saved:after {
        content: 'Saved';
    }
    .docent-element-question-choice ~ .docent-element-question-saved:after {
        display: none;
    }
    .docent-element-question-choice.docent-selected.docent-element-question-saved:after,
    .docent-can-reply &gt; .docent-element-question-saving,
    .docent-can-reply &gt; .docent-element-question-saved,
    .docent-can-reply &gt; .docent-element-question-view-answers {
        display: block;
    }
    .docent-element-question-view-answers {
        display: none;
        height: 32px;
        background-color: #F0F4F8;
        color: #3498DB;
        font-size: 13px;
    }
        .docent-element-question &gt; .docent-element-question-view-answers &gt; button {
            float: left;
            height: 100%;
            width: 124px;
            background-color: transparent !important;
            border: 0;
            outline: 0;
            padding: 0;
            margin: 0;
            font-size: inherit;
            cursor: pointer;
            background-image: none;
            font-weight: inherit;
            font-family: inherit !important;
            text-transform: none;
            letter-spacing: normal;
            color: inherit !important;
            box-shadow: none !important;
        }
        .docent-element-question-view-answers &gt; .docent-fa {
            float: right;
            line-height: 32px;
            width: 32px;
            text-align: center;
            cursor: pointer;
            clear: none;
        }
    .docent-element-question-view-answers + .docent-element-question-saved {
        bottom: 32px;
    }
    .docent-element-discussion-send {
		display: block;
		background-color: #17CF45;
		color: #fff;
		padding: 5px;
		font-size: 16px;
		font-weight: 700;
		box-sizing: border-box;
		cursor: pointer;
        
        /* At top of box */
        position: absolute;
        top: 3px;
        right: 3px;
        width: auto;
        padding-left: 11px;
        border-radius: 8px;
        height: 32px;
        line-height: 22px;
        /**/
        display: none;
	}
    .docent-can-reply &gt; .docent-element-discussion-send {
        display: block;
    }
        .docent-element-discussion-send:before {
            content: 'Post';
        }
        .docent-element-discussion-send:after {
			width: 24px;
			text-align: center;
			margin-left: 5px;
            font-family: FontAwesome4, FontAwesome;
            content: "\f1d8";   /* fa-send */
            display: inline-block;
            line-height: 1;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
		}
    .docent-element-question-stem,
    .docent-element-discussion-filter {
        display: none;
        width: 100%;
        position: relative;
        height: 44px;
        padding-left: 52px;
        line-height: 44px;
        box-sizing: border-box;
        border-bottom: 1px solid #F0F4F8;
        background-color: #fff;
    }
    .docent-element-question-stem {
        padding-left: 120px;
        padding-right: 36px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .docent-can-reply &gt; .docent-element-discussion-filter {
        display: block;
    }
    .docent-can-reply &gt; .docent-element-question-stem {
        display: none;
    }
        .docent-element-question-stem:before,
        .docent-element-discussion-filter:before {
            position: absolute;
            left: 0;
            content: 'Show:';
            font-size: 14px;
            height: 44px;
            line-height: 44px;
            width: 52px;
            text-align: center;
            pointer-events: none;
        }
        .docent-element-question-stem:before {
            content: 'Question Stem:';
            width: 120px;
        }
        .docent-element-question-stem i {
            font-style: italic;
        }
        .docent-element-question-stem:after,
        .docent-element-discussion-filter:after {
            position: absolute;
            right: 0;
            content: '\f0d7';
            font-family: FontAwesome4, FontAwesome;
            height: 44px;
            line-height: 44px;
            width: 36px;
            text-align: center;
            pointer-events: none;
        }
    .docent-element-discussion-response:empty::before {
        content: 'Response...';
        opacity: 0.54;
        display: flex;
        width: auto;
    }
    .docent-element-discussion-subcontainer {
        display: block;
        max-height: 240px;
        overflow: auto;
    }
        .docent-element-discussion &gt; .docent-element-discussion-subcontainer &gt; .docent-element-discussion-response {
            position: relative;
            padding-top: 35px;
            padding-bottom: 15px;
            background-color: #F0F4F8;
            padding-right: 35px;
        }
            .docent-element-discussion-subcontainer &gt; .docent-element-discussion-response:before,
            .docent-element-discussion-subcontainer &gt; .docent-element-discussion-response:after {
                position: absolute;
                top: 5px;
                font-size: 0.75em;
            }
            .docent-element-discussion-subcontainer &gt; .docent-element-discussion-response:before {
                content: attr(data-name);
                left: 20px;
                font-weight: 400;
                text-decoration: underline;
                color: #000;
                -moz-osx-font-smoothing: auto;
                -webkit-font-smoothing: subpixel-antialiased;
            }
            .docent-element-discussion-subcontainer &gt; .docent-element-discussion-response:after {
                content: attr(data-time);
                right: 20px;
                word-spacing: 1px;
            }
            .docent-element-discussion-subcontainer &gt; .docent-element-discussion-response &gt; .docent-element-discussion-response-ban {
                position: absolute;
                /* 
                 * top: 31.5px;
                 * 
                 * 50% of a one-line response
                 * plus 10px for the padding-top/padding-bottom difference
                 * minus 18px for half the height of the button
                 * 
                 */
                top: 31.5px;
                right: 0;
                height: 36px;
                width: 36px;
                font-size: 14px;
                font-family: FontAwesome4, FontAwesome;
                color: #aaa;
                background-color: transparent;
                background-image: none;
                border: 0;
                outline: 0;
                padding: 0;
                margin: 0;
                cursor: pointer;
                text-decoration: none;
                box-shadow: none;
            }
                .docent-element-discussion-response-ban:before {
                    content: '\f05e';
                }
                .docent-banned &gt; .docent-element-discussion-response-ban:before {
                    content: '\f0e2';
                }
            .docent-not-owner .docent-element-discussion-response-ban,
            .docent-not-owner .docent-element-discussion-response-unban {
                display: none;
            }
            .docent-not-owner .docent-element-discussion-response.docent-banned {
                display: none;
            }
            .docent-element-discussion-response.docent-banned {
                color: rgba(51, 51, 51, 0.2);
                text-decoration: line-through;
            }
                .docent-element-discussion-response.docent-banned:before {
                    color: rgba(0, 0, 0, 0.2);
                }
                .docent-element-discussion-response.docent-banned img {
                    opacity: 0.2;
                }
    /*
     * For .docent-element-discussion-send to appear below .docent-element-discussion-response
     *
    .docent-element-discussion-send {
        top: auto;
        bottom: 3px;
    }
    .docent-element-discussion-subcontainer + .docent-element-discussion-response {
        margin-bottom: 38px;
        border-bottom: 1px solid #F0F4F8;
    }
    .docent-element-discussion.docent-can-reply:after {
        content: 'shift+enter to add a new line';
        font-size: 12px;
        position: absolute;
        left: 12px;
        bottom: 5px;
        color: #888;
    }
    /**/


/*
 * Fix some CSS inheritance issues on headers
 *
 */
.docent-compatible .docent-element-sticky,
.docent-compatible .docent-element-question,
.docent-compatible .docent-element-discussion {
    font-size: 16px;
    line-height: 180%;
}

.docent-element-sticky {
    display: block;
	border: 1px solid #cc4;
	font-family: Lato, sans-serif;
	font-weight: 300;
    /* Replacement for font-weight: 300; */
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /**/
	font-size: 16px;
	color: #333;
    background-color: #ff8;
	border-radius: 10px;
	overflow: hidden;
	max-width: 500px;
	line-height: 180%;
	margin: 15px auto 0;
	cursor: default;
    position: relative;
    text-align: left;
}
    .docent-element-sticky-delete,
    .docent-element-sticky-video,
    .docent-element-sticky-size {
        line-height: 28px;
        width: 28px;
        text-align: center;
        float: right;
        cursor: pointer;
    }
    .docent-element-sticky-video,
    .docent-element-sticky-size {
        opacity: 0.5;
    }
    .docent-not-owner &gt; .docent-element-sticky-delete,
    .docent-not-owner &gt; .docent-element-sticky-video,
    .docent-not-owner &gt; .docent-element-sticky-size {
        display: none;
    }
    .docent-element-sticky-content:empty::before {
        content: 'Type here or paste anything: images, YouTube links, embed codes...';
        opacity: 0.54;
        display: flex;
        width: auto;
    }
    .docent-element-sticky-content {
        min-height: 29px;
        padding: 10px;
        display: block;
        box-sizing: content-box;
    }
        .docent-element-sticky-content video,
        .docent-element-sticky-content img {
            max-width: 100%;
            height: auto;
        }
        .docent-element-sticky-content iframe,
        .docent-element-sticky-content object,
        .docent-element-sticky-content embed {
            width: 100%;
            max-width: 100%;
        }
        /* Fix for Newsela */
        #ArticleHeader #Article .text-container .docent-element-sticky-content img {
            width: auto;
        }

/* PDF Version */
.drive-viewer-paginated-page docent-element {
    z-index: 3;
    pointer-events: auto;
}
.drive-viewer-paginated-page .docent-element-sticky,
.drive-viewer-paginated-page .docent-element-question,
.drive-viewer-paginated-page .docent-element-discussion {
    box-shadow: 0 1px 3px 0 rgba(50,50,50,0.5);
    min-width: 420px;
}
.docent-sticky-anchor .drive-viewer-focus-to-default,
.docent-question-anchor .drive-viewer-focus-to-default,
.docent-discussion-anchor .drive-viewer-focus-to-default {
    cursor: pointer;
}
.docent-collapsed {
    height: 39px;
    width: 35px;
    min-width: 0 !important;
    cursor: pointer;
    z-index: 2;
}
.docent-collapsed.docent-element-question,
.docent-collapsed.docent-element-discussion {
    background-color: #3498DB;
}
.docent-collapsed.docent-element-sticky:before {
    width: 24px;
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    top: 6px;
    left: 6px;
    text-align: center;
    margin-right: 5px;
    font-family: FontAwesome4, FontAwesome;
    content: "\f249";
    display: inline-block;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(51, 51, 51, 0.54);
}
.docent-collapsed * {
    display: none !important;
}
/**/

.docent &gt; .docent-news {
    display: none;
}
.docent &gt; .docent-news, .docent &gt; .docent-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 5px;
    color: #fff;
    background-color: #666;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
    /* Replacement for font-weight: 300; */
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /**/
    padding: 5px 10px;
    text-align: center;
    margin: 0;
}
.docent &gt; .docent-loading {
    font-size: 24px;
    padding: 8px 12px;
    line-height: 28px;
}
    .docent-loading &gt; .docent-fa {
        margin-right: 8px;
        margin-left: 0;
        height: auto;
        width: auto;
        position: static;
        font-size: inherit;
        line-height: inherit;
        vertical-align: unset;
    }

.docent-app-login-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
}
    .docent-app-login-button { 	 	
        background-color: #427FED; 	 	
        color: white; 	 	
        height: 32px; 	 	
        line-height: 32px; 	 	
        border-radius: 4px; 	 	
        font-family: Lato; 	 	
        font-size: 12px; 	 	
        width: 102px; 	 	
        display: block; 	 	
        margin: 0; 	 
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border: 0;
    } 	 	
    .docent-app-login-button:before {
        line-height: 34px;
        width: 32px;
        font-size: 22px;
        font-family: FontAwesome4, FontAwesome;
        content: '\f1a0';
        position: absolute;
        top: 0;
        left: 0;
    }
    .docent-app-login-button:after {
        content: 'Sign In';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding-left: 32px;
        box-sizing: border-box;
    }

.docent-annotation-switcher {
    display: none;
    border-radius: 18px;
    background-color: #559;
    position: fixed;
    top: 4px;
    left: 4px;
    width: 36px;
    height: 36px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.docent-annotation-switcher.docent-expanded {
    border-radius: 0 0 12px 0;
    top: 0;
    left: 0;
    width: /*320px;*/ 290px;
    height: 44px;
}
    .docent-annotation-switcher &gt; button {
        position: fixed;
        left: 0;
        top: 0;
        width: 44px;
        height: 44px;
        border: 0;
        background-color: transparent;
        padding: 0;
        outline: 0 !important;
        cursor: pointer;
        color: white;
        font-size: 18px;
        font-weight: 400;
        background-image: none;
    }
        .docent-annotation-switcher &gt; span {
            padding: 0 7px;
            color: black;
            font-size: 15px;
            font-family: Lato;
            width: 240px;
            position: absolute;
            top: 7px;
            left: 44px;
            height: 30px;
            line-height: 30px;
            -webkit-appearance: none;
            -moz-appearance: none;
            border: 0;
            border-radius: 5px;
            box-shadow: inset 0 0 1px 0 #559;
            background-color: white;
            background-image: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            outline: 0;
            cursor: default;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            text-align: left;
        }
        .docent-annotation-switcher &gt; span:after {
            position: absolute;
            top: 0;
            right: 0;
            content: '\f0d7';
            font-family: FontAwesome4, FontAwesome;
            height: 30px;
            line-height: 30px;
            width: 24px;
            text-align: center;
            pointer-events: none;
            font-size: 14px;
        }
    .docent-annotation-switcher &gt; .fa-filter {
        position: absolute;
        left: 284px;
        width: 36px;
        pointer-events: none;
    }
    .docent-annotation-switcher &gt; .docent-annotation-class-filter {
        top: 44px;
    }
.docent-annotation-switcher.docent-expanded.docent-expanded-with-filter {
    height: 81px;
}

img.emoji {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em;
}

.docent-emoji-keyboard {
    width: 240px;
    height: 120px;
    background-color: white;
    border: 1px solid #ccc;
    padding: 0;
    margin: 20px 0 0 0;
    overflow-y: scroll;
    position: relative;
    font-size: 14px;
}
    .docent-emoji-keyboard &gt; button {
        border-radius: 4px;
        border: 0;
        padding: 0;
        width: 40px;
        width: calc(100% / 6);
        height: 36px;
        font-size: 24px;
        background-color: transparent;
        cursor: pointer;
    }
    .docent-emoji-keyboard &gt; button:hover {
        background-color: #f0f4f8;
    }
    .docent-emoji-keyboard &gt; p {
        position: fixed;
        top: 90px;
        font-size: 12px;
        right: 25px;
        height: 16px;
        font-family: Lato;
        margin: 0;
    }
.docent-emoji-controls {
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: auto;
    background-color: inherit;
}
.docent-emoji-controls .docent-emoji-controls-button {
    width: 30px;
    height: 30px;
    border: 0;
    color: #bbb;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
}
.docent-comment-modal .docent-emoji-keyboard {
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
}
.docent-comment-modal .docent-emoji-controls-button {
    border-bottom: 1px solid #ccc;
}
.docent-comment-modal .docent-emoji-controls-button:first-of-type {
    border-left: 1px solid #ccc;
    border-radius: 0 0 0 5px;
}
.docent-comment-modal .docent-emoji-controls-button:last-of-type {
    border-right: 1px solid #ccc;
    border-radius: 0 0 5px 0;
}
.docent-emoji-tooltip {
    position: absolute;
    background-color: whitesmoke;
    transform: translateY(-100%);
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: rgba(100, 100, 100, 0.25) 0px 1px 5px 2px;
    text-align: left;
    line-height: 14px;
}
.docent-emoji-tooltip &gt; input {
    display: none;
}
.docent-emoji-tooltip &gt; .docent-emoji-keyboard {
    border-width: 1px 0;
    width: 360px;
    height: 180px;
    margin-top: 30px;
    box-sizing: content-box;
}
    .docent-emoji-tooltip &gt; .docent-emoji-keyboard &gt; button {
        width: calc(100% / 9);
    }
    .docent-emoji-tooltip &gt; .docent-emoji-keyboard &gt; p {
        top: 9px;
        left: 9px;
    }
    .docent-emoji-diversity-switcher {
        display: none;
    }
    .docent-emoji-tooltip &gt; .docent-emoji-keyboard &gt; .docent-emoji-diversity-switcher {
        position: fixed;
        top: 0;
        right: 0;
        height: 30px;
        width: 40px;
        font-size: 18px;
        display: block;
    }
.docent-emoji-tooltip button {
    background-image: none;
    margin: 0;
}
.docent-emoji-tooltip .docent-emoji-controls-button {
    width: 45px;
}
.docent-emoji-search {
    display: none;
    position: fixed;
    top: 3px;
    right: 40px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 160px;
    height: 24px;
    outline: none;
    padding: 0;
    padding-left: 22px;
}
.docent-emoji-tooltip .docent-emoji-search {
    display: block;
}
    .docent-emoji-search:before {
        content: '\f002';
        font-family: FontAwesome4, FontAwesome;
        font-size: 12px;
        color: #ccc;
        position: absolute;
        left: 0;
        top: 0;
        height: 22px;
        line-height: 22px;
        width: 22px;
        text-align: center;
    }
    .docent-emoji-search &gt; input {
        height: 22px;
        outline: 0;
        width: 130px;
        font-family: Lato;
        line-height: 12px;
        font-size: 12px;
        padding: 0;
        border: 0;
        float: left;
    }
@media print {
    .docent .docent-sidebar,
    .docent-can-reply &gt; .docent-element-question-edit,
    .docent-element-question-score &gt; br,
    .docent-element-question-choice-check,
    .docent-element-question-answer:empty::before,
    .docent-element-question-choice + .docent-element-question-answer,
    .docent-can-reply &gt; .docent-element-question-saving:after,
    .docent-can-reply &gt; .docent-element-question-saved:after,
    .docent-can-reply &gt; .docent-element-question-view-answers,
    .docent-can-reply &gt; .docent-element-discussion-edit,
    .docent-can-reply &gt; .docent-element-discussion-send,
    .docent-can-reply &gt; .docent-element-discussion-filter,
    .docent-element-discussion-response:empty::before,
    .docent-element-discussion-response-ban,
    .docent-element-sticky-delete,
    .docent-element-sticky-video,
    .docent-element-sticky-size {
        display: none;
    }
    .docent-annotation-switcher {
        display: none !important;
    }
    .docent-can-reply &gt; .docent-element-question-score {
        display: block;
    }
    .docent-element-question,
    .docent-element-discussion,
    .docent-element-sticky {
        page-break-inside: avoid;
    }
    .docent-element-question:before,
    .docent-element-question-content,
    .docent-element-question-score,
    .docent-element-discussion:before,
    .docent-element-discussion-content {
        box-shadow: inset 0 0 0 1000px #3498DB !important;
        color: #fff !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact !important;
    }
    .docent-element-discussion-subcontainer {
        box-shadow: inset 0 0 0 1000px #F0F4F8 !important;
    }
    .docent-element-question-answer,
    .docent-element-discussion-subcontainer + .docent-element-discussion-response {
        height: 96px;
    }
    .docent-element-sticky {
        border-color: #EE8;
    }
    .docent-element-sticky,
    .docent-highlighted {
        box-shadow: inset 0 0 0 1000px #FFC !important;
    }
    .docent-highlighted[data-color=green] {
        box-shadow: inset 0 0 0 1000px #CFC !important;
    }
    .docent-highlighted[data-color=cyan] {
        box-shadow: inset 0 0 0 1000px #CFF !important;
    }
}
</pre></body></html>