/* Minification failed. Returning unminified contents.
(1439,31): run-time error CSS1046: Expect comma, found '255'
(1439,39): run-time error CSS1046: Expect comma, found '/'
(4114,28): run-time error CSS1031: Expected selector, found '-->'
(4114,28): run-time error CSS1025: Expected comma or open brace, found '-->'
 */
.CI-btn {
    border: solid 1px;
}

    .CI-btn.right {
        float: right;
    }

    .CI-btn.left {
        float: left;
    }

.CI-btn-danger {
    color: #d9534f;
    border-color: #d9534f;
    background-color: transparent;
}

.CI-btn-warning {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: transparent;
}

    .CI-btn-warning:hover, .CI-btn-warning:focus {
        color: white;
        border-color: #f0ad4e;
        background-color: #f0ad4e;
    }

.CI-btn-danger:hover, .CI-btn-danger:focus {
    color: white;
    border-color: #d9534f;
    background-color: #d9534f;
}

.CI-btn-primary {
    color: #007296;
    border-color: #007296;
    background-color: transparent;
}

    .CI-btn-primary:focus, .CI-btn-primary:hover {
        color: white;
        border-color: #007296;
        background-color: #007296;
    }


.CI-btn-default {
    color: #007296;
    border-color: #007296;
    background-color: transparent;
}

    .CI-btn-default:focus, .CI-btn-default:hover {
        color: white;
        border-color: #007296;
        background-color: #007296;
    }

.CI-btn-success {
    color: #21be2d;
    border-color: #21be2d;
    background-color: transparent;
}

    .CI-btn-success:focus, .CI-btn-success:hover {
        color: white;
        border-color: #21be2d;
        background-color: #21be2d;
    }


.CI-btn {
    display: inline-block;
    width: 100%;
    font-weight: 300;
    height: 50px;
    text-align: left;
    border-radius: 5px;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 47px;
    font-size: 19px;
    cursor: pointer;
    margin-top: 5px;
}

    .CI-btn.CI-btn-sm {
        height: 30px;
        line-height: 27px;
        font-size: 14px;
        margin-top: 0px;
    }

    .CI-btn span {
        vertical-align: baseline;
    }

.CI-btn-default {
    border: 1px solid #007296;
    color: #007296;
    background-color: transparent;
}

.CI-btn-default-dark {
    border: 1px solid #354d72;
    color: #354d72;
    background-color: transparent;
}

    .CI-btn-default-dark:focus, .CI-btn-default-dark:hover {
        color: white;
        border-color: #354d72;
        background-color: #354d72;
    }

.CI-btn-passive {
    border: none !important;
    margin-right: 25px;
}

.CI-btn-danger.CI-btn-passive:hover, .CI-btn-danger.CI-btn-passive:focus {
    color: #d9534f;
    border-color: #d9534f;
    background-color: transparent;
    text-decoration: underline;
}

.CI-btn-primary.CI-btn-passive:hover, .CI-btn-primary.CI-btn-passive:focus {
    color: #007296;
    border-color: #007296;
    background-color: transparent;
    text-decoration: underline;
}

.CI-btn-default.CI-btn-passive:hover, .CI-btn-default.CI-btn-passive:focus {
    color: #007296;
    border-color: #007296;
    background-color: transparent;
    text-decoration: underline;
}

.CI-btn-default-dark.CI-btn-passive:hover, .CI-btn-default-dark.CI-btn-passive:focus {
    border: 1px solid #354d72;
    color: #354d72;
    background-color: transparent;
    text-decoration: underline;
}

.CI-btn-primary-inverse.CI-btn-passive:hover, .CI-btn-primary-inverse.CI-btn-passive:focus {
    color: white;
    border-color: #007296;
    background-color: #007296;
    text-decoration: underline;
}

.CI-btn-danger.disabled:hover, .CI-btn-danger.disabled:focus, .CI-btn-danger:disabled, .CI-btn-danger:disabled {
    color: #d9534f;
    background-color: transparent;
    border: 1px solid #d9534f;
    text-decoration: none;
    cursor: default;
}

.CI-btn-primary.disabled:hover, .CI-btn-primary.disabled:focus, .CI-btn-primary:disabled, .CI-btn-primary:disabled {
    color: #007296;
    background-color: transparent;
    border: 1px solid #007296;
    text-decoration: none;
    cursor: default;
}

.CI-btn-default.disabled:hover, .CI-btn-default.disabled:focus, .CI-btn-default:disabled, .CI-btn-default:disabled {
    color: #007296;
    background-color: transparent;
    border: 1px solid #007296;
    text-decoration: none;
    cursor: default;
}

.CI-btn-default-dark.disabled:hover, .CI-btn-default-dark.disabled:focus, .CI-btn-default-dark:disabled, .CI-btn-default-dark:disabled {
    color: #354d72;
    background-color: transparent;
    border: 1px solid #354d72;
    text-decoration: none;
    cursor: default;
}

.CI-btn-primary-inverse.disabled:hover, .CI-btn-primary-inverse.disabled:focus, .CI-btn-primary-inverse:disabled, .CI-btn-primary-inverse:disabled {
    color: #fff;
    background-color: #354d72;
    border: 1px solid #354d72;
    text-decoration: none;
    cursor: default;
}


.CI-btn-white {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
}

    .CI-btn-white:hover {
        color: #fff;
    }

.CI-btn.centertext {
    text-align: center;
}

.CI-btn {
    border: solid 1px;
}

.CI-btn-danger {
    color: #d9534f;
    border-color: #d9534f;
    background-color: transparent;
}

.CI-btn-warning {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: transparent;
}

    .CI-btn-warning:hover, .CI-btn-warning:focus {
        color: white;
        border-color: #f0ad4e;
        background-color: #f0ad4e;
    }

.CI-btn-danger:hover, .CI-btn-danger:focus {
    color: white;
    border-color: #d9534f;
    background-color: #d9534f;
}


.CI-btn-default {
    color: #007296;
    border-color: #007296;
    background-color: transparent;
}

    .CI-btn-default:focus, .CI-btn-default:hover {
        color: white;
        border-color: #007296;
        background-color: #007296;
    }

.CI-btn-success {
    color: #21be2d;
    border-color: #21be2d;
    background-color: transparent;
}

    .CI-btn-success:focus, .CI-btn-success:hover {
        color: white;
        border-color: #21be2d;
        background-color: #21be2d;
    }

.CI-btn-short {
    width: auto;
}




.CISubChapterListHeading {
    font-weight: 300;
    margin: 0;
    padding: 0 10px 0 0;
}

    .CISubChapterListHeading.chev-r {
        padding-right: 35px;
    }

    .CISubChapterListHeading label {
        width: 70px;
        text-align: center;
        font-weight: 300;
        vertical-align: bottom;
    }

.homeBody.formative-assessment .CISubChapterListHeading label {
    margin-right: 0px;
}

.homeBody.formative-assessment .CISubChapterListItem .nodeResult {
    padding-right: 0px;
}


.CISubChapterListHeading span {
    display: inline-block;
    width: 70px;
    text-align: center;
}

.homeBody.selfassess .CISubChapterListItem {
    margin-top: 0px;
}


.CISubChapterListItem {
    padding: 10px;
    border-top: 1px solid #bbb;
    margin-left: 0;
    padding: 4px 10px 4px 0;
    font-weight: 300;
    cursor: pointer;
}

.homeBody.formative-assessment.class-view .CISubChapterListItem.non-chapter-type {
    cursor: default;
}

    .homeBody.formative-assessment.class-view .CISubChapterListItem.non-chapter-type .CISubChapterListItemLabel a {
        cursor: default;
        color: black;
    }

.homeBody.formative-assessment.class-view .CISubChapterListItem.chev-r.non-chapter-type::before {
    content: '';
}

.CISubChapterListItem.chev-r::before {
    width: 40px;
    padding: 9px;
    float: right;
    text-align: right;
    content: url(../images/teacher/chevron-right.svg);
}

.CISubChapterListHeading.chev-r h3 {
    font-size: 1.2em;
    display: inline-block;
    padding-left: 30px;
    vertical-align: bottom;
}


.CISubChapterListItem a {
    color: inherit;
}

    .CISubChapterListItem a:hover {
        text-decoration: none;
    }


.CISubChapterListItem:hover {
    background-color: #FAFAFA;
}

.homeBody .CISubChapterListHeading {
    margin: 0 -30px;
}

.homeBody .CISubChapterListItem {
    background-color: #FAFAFA;
    margin: 0 -30px;
    padding-left: 30px;
}

@media (max-width: 600px) {
    .CISubChapterListHeading span, .CISubChapterListItem .subChapterProgression, .CISubChapterListItem .subChapterResult {
        display: none;
    }

        .CISubChapterListItem .subChapterProgression.nodeResult {
            display: block;
        }
    /*
    .homeBody .CISubChapterListItem {
        margin-top: 20px;
    }*/

    .homeBody.formative-assessment .CISubChapterListItem {
        margin-top: 0px;
    }

    .homeBody.formative-assessment .CISubChapterListHeading label.pull-right {
        display: none;
    }

        .homeBody.formative-assessment .CISubChapterListHeading label.pull-right.results {
            display: block;
        }
}

.homeBody .CISubChapterListItem:hover {
    background-color: #EEE;
}


.homeBody .ingress {
    font-size: 16px;
}

    .homeBody .ingress.assessment-summary {
        font-size: 1.3em;
        font-weight: 300;
        margin-bottom: 30px;
    }



.CISubChapterListItemLabel {
    font-size: 1.3em;
    margin: 8px 0;
    text-overflow: ellipsis;
    overflow: hidden;
}


    .CISubChapterListItemLabel .fa {
        color: #bbb;
        margin-right: 10px;
        vertical-align: middle;
        padding-bottom: 2px;
    }

    .CISubChapterListItemLabel.current .fa {
        color: #66b59f;
    }


.subChapterProgression {
    position: relative;
    padding: 0 20px;
}

.subChapterResult {
    padding: 0 20px;
}

.homeBody .subChapterProgression, .homeBody .subChapterResult {
    padding-top: 5px;
}

.nodeAssessment {
    position: relative;
    padding: 0 20px;
}


    .nodeAssessment .popover-content,
    .subChapterProgression .popover-content {
        white-space: nowrap;
    }

.formativeAssessment .assess-detail-group {
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 15px;
}

    .formativeAssessment .assess-detail-group h3 {
        margin: 8px 0 15px;
    }

    .formativeAssessment .assess-detail-group .assess-detail-row {
        border-top: 1px solid #ddd;
        background-color: #fafafa;
        margin: 0 -15px -15px -15px;
        padding: 15px;
    }

        .formativeAssessment .assess-detail-group .assess-detail-row:first-child {
            margin: -15px;
            border: none;
            background-color: #fff;
        }

        .formativeAssessment .assess-detail-group .assess-detail-row > div {
            display: inline-block;
            vertical-align: middle;
            width: 30px;
        }

        .formativeAssessment .assess-detail-group .assess-detail-row .assess-detail-label {
            width: calc(100% - 40px);
        }

        .formativeAssessment .assess-detail-group .assess-detail-row h3 {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 40px);
            line-height: 30px;
        }

        .formativeAssessment .assess-detail-group .assess-detail-row .assess-detail-label > span {
            display: block;
            padding-bottom: 15px;
        }

        .formativeAssessment .assess-detail-group .assess-detail-row:last-child .assess-detail-label > span {
            padding-bottom: 0;
        }

/* Self assess popover*/
.nodeAssessment .popover,
.nodeResult .popover,
.subChapterProgression .popover {
    width: auto;
}

    .nodeAssessment .popover h3,
    .nodeResult .popover h3,
    .subChapterProgression .popover h3 {
        font-size: 14px;
        font-weight: 300;
        margin: 0;
    }


.self-assess-pane {
}


.self-assess-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 0 5px 0 0;
}

    .self-assess-btn:last-child {
        margin: 0;
    }

    .self-assess-btn.self-assess-1 {
        background-color: #D94648;
    }

    .self-assess-btn.self-assess-2 {
        background-color: #FFD093;
    }

        .self-assess-btn.self-assess-2:before {
            /*content:":|";*/
        }

    .self-assess-btn.self-assess-3 {
        background-color: #66B59F;
    }

    .self-assess-btn.self-assess-0 {
        background-color: #ddd;
    }
/**/

.CIstandardPane {
    padding-top: 30px;
    padding-bottom: 30px;
}

.CIretrievepasswordPane {
    font-size: 16px;
    font-weight: 300;
}

    .CIretrievepasswordPane h2 {
        font-weight: 300;
    }

.CIgotocatalogPane h2 {
    color: #fff;
    font-weight: 300;
}

.external-login-list-panel {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}

.forgot-password-panel {
    padding-top: 0px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}

    .forgot-password-panel a {
        color: #007198;
    }

.CI-form-field {
    padding-top: 5px;
    padding-bottom: 5px;
}

.CIform-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #262626;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 5px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}

    .CIform-control.disabled {
        background-color: #f4f4f4;
    }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9b9b9b;
    font-weight: 300;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9b9b9b;
    opacity: 1;
    font-weight: 300;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9b9b9b;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9b9b9b;
    font-weight: 300;
    /*font-size: 18px;
   font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;*/
}

img.leftarrow,
img.rightarrow {
    width: 20px;
    vertical-align: middle;
}

img.rightarrow {
    padding-left: 6px;
}

img.leftarrow {
    padding-right: 6px;
}

.CI-btn-primary-inverse:hover img.rightarrow, .CI-btn-primary-inverse:focus img.rightarrow {
    content: url(/images/student/arrow-forward-blue.svg)
}

.CI-btn-primary img.rightarrow {
    content: url(/images/student/arrow-forward-blue.svg)
}

.CI-btn-primary:hover img.rightarrow, .CI-btn-primary:focus img.rightarrow {
    content: url(/images/student/arrow-forward.svg)
}

.CI-btn-default img.rightarrow {
    content: url(/images/student/arrow-forward-blue.svg)
}

.CI-btn-default:hover img.rightarrow, .CI-btn-default:focus {
    content: url(/images/student/arrow-forward.svg)
}


.campus-btn {
    display: inline-block;
    border: 1px solid #66b59f;
    font-weight: 300;
    color: #000;
    font-size: 18px;
    padding: 5px 15px;
    height: 40px;
    border-radius: 20px;
    margin-left: 5px;
    margin: 8px 0 8px;
}

.campus-btn-large {
    height: auto;
    border-radius: 2em;
    width: 100%;
    color: #fff !important;
    border-width: 2px;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    padding: 8px 15px;
}

    .campus-btn-large:hover {
        background-color: rgba(0,0,0,0.3);
    }

.campus-btn:hover, .campus-btn:visited, .campus-btn:active {
    text-decoration: none;
    color: #000;
}

.campus-add-btn::before {
    content: "+ ";
}

.submenu-add-btn::before {
    content: "+ ";
    color: #fff;
}

a.invite-button {
    color: #fff !important;
    background-color: #7ed321;
    border: none !important;
}


    a.invite-button:disabled, a.invite-button[disabled] {
        opacity: 0.5;
        cursor: default;
        text-decoration: none !important;
    }

.CI-login-provider-btn {
    display: inline-block;
    border: 1px solid #d8d8d8;
    font-weight: 400;
    font-size: 14px;
    padding: 0px 12px;
    height: 30px;
    border-radius: 5px;
    color: #9b9b9b;
    background-color: #f1f1f1;
    margin: 5px 8px 5px 0;
}

    .CI-login-provider-btn:last-child {
        margin-right: 0;
    }

.CI-btn-primary-inverse {
    color: white;
    border-color: #007296;
    background-color: #007296;
}

    .CI-btn-primary-inverse:focus, .CI-btn-primary-inverse:hover {
        color: #007296;
        border-color: #007296;
        background-color: transparent;
    }



.MainMenuDividerLine {
    width: 2px;
    height: 30px;
    border: solid 1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-left: 11px;
    margin-right: 20px;
    padding: 0;
    margin-bottom: -27px;
}

.CImainMenu-public {
    padding: 24px 0;
    font-size: 20px;
    white-space: nowrap;
    /*margin-left: -15px;*/
}

    .CImainMenu-public a {
        color: #333;
        font-weight: 300;
    }

    .CImainMenu-public > a {
        margin-right: 20px;
    }

.navbar-anonymous .navbar-brand .CampusInkrement-logo-top {
    font-size: 26px;
    font-weight: 300;
    /*vertical-align: top;*/
}



.navbar-anonymous .CampusInkrement-logo-top strong {
    font-weight: 600;
    /*font-size: 22px;
    letter-spacing: 2.5px;
    vertical-align: top;*/
}


.navbar-index .navbar-brand .CampusInkrement-logo-top {
    color: #fff;
}

.CampusInkrement-logo-top {
    font-size: 21px;
    color: #000;
    font-weight: 400;
    /*vertical-align: top;*/
}

.migra-logo-top {
    width: 186px;
    height: 36px;
}

.CampusInkrement-logo-top strong {
    vertical-align: top;
}

a.no-decoration:hover, a.no-decoration:active, a.no-decoration:visited {
    text-decoration: none;
}


.coursecode-area {
    background-color: #fff;
    padding-bottom: 60px;
}

.whatis-coursecode {
    font-size: 13px;
    color: #828282;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 20px;
}

    .whatis-coursecode a {
        color: #828282;
    }

/* Override bootstrap */
.alert {
    margin-bottom: 10px;
}


/* Custom checkboxes */

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
    font-size: 18px;
    font-weight: 300;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #d8d8d8;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 2px;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
}

input.checkbox-custom.disabled, input.checkbox-custom[disabled] {
    cursor: default;
    pointer-events: none;
}

.checkbox-custom-label[disabled]:before, .checkbox-custom-label.disabled:before {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.checkbox-custom-label[disabled], .checkbox-custom-label.disabled {
    pointer-events: none;
    cursor: default;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #666;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

/* End of custom checkboxes */


.CIloginPane, .CIfindCoursePane {
    padding-top: 30px;
}

/*.CIloginPane h2, .CIregisterPane h2, .CIcoursecodePane h2, .CIfindCoursePane h2 {
    padding-top: 10px;
    font-weight: 300;
}*/

.CIcourseHeaderWrapper .CIcontainer {
    font-size: 24px;
    padding-top: 12px;
    height: 161px;
}

.CIcoursecodePane h2, .CIfindCoursePane h2 {
    padding-top: 10px;
    font-weight: 300;
}


.CIloginPane .subheader {
    color: #9b9b9b;
    font-size: 14px;
    padding-top: 5px;
}


/* Panel */
.CIpanel {
    width: 100%;
    max-width: 617px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f6f6f6;
}



    .CIpanel .CIpanel-header {
        height: 50px;
        background-color: #fff;
        line-height: 50px;
        padding: 0 12px;
    }

    .CIpanel .CIpanel-subheader {
        height: 60px;
        background-color: #007296;
        padding: 0 25px;
    }

.CIpanel-subheader .subheader-classname {
    font-size: 16px;
    color: #b2d1db;
    font-weight: 300;
    padding-top: 5px;
}

.CIpanel-subheader .subheader-subjectname {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 22px;
}

.CIpanel-header-btn {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #007296;
    border-radius: 3px;
    color: #007296;
    font-size: 13px;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    /*margin-right: 10px;*/
}

.CIpanel-header a {
    color: #007296;
}

.CIpanel-header > a {
    vertical-align: middle;
}

.CIcoursecodePane, .CIgotocatalogPane {
    width: 100%;
    max-width: 617px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

    .CIcoursecodePane .classcodefield {
        max-width: 350px;
        margin-top: 5px;
    }

.classcodefield {
    margin-top: 25px;
    display: block;
    margin: auto;
    margin-top: 10px;
    max-width: 250px;
    height: 50px;
}

.loginInfoText {
    display: block;
    margin: auto;
    margin-top: 10px;
    max-width: 450px;
    text-align: center;
}

    .loginInfoText a {
        text-decoration: underline;
    }
/*Class code field*/
/*.classcodefield input[type="text"] {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border: 1px solid #ccc;
        float: left;
        border-right: 0;
        height: 50px;
        text-align: center;
        width: calc(100% - 50px);
    }*/
/*.classcodefield button {
        background-color: #fff;
        border: 1px solid #ccc;
        border-left: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 50px;
        width: 50px;
        padding: 0;
    }

        .classcodefield button::after {
            width: 40px;
            padding-right: 14px;
            float: right;
            text-align: right;
            content: url(../images/student/arrow-forward-blue.svg);
        }*/
.CIpanel .CIpanel-body {
    font-size: 16px;
    font-weight: 300;
}

    .CIpanel .CIpanel-body .validation-summary-errors.alert-danger {
        border: solid 1px #d94648;
        background-color: #f0e0e0;
        font-size: 13px;
    }

        .CIpanel .CIpanel-body .validation-summary-errors.alert-danger ul {
            display: inline-block;
            vertical-align: middle;
        }

        .CIpanel .CIpanel-body .validation-summary-errors.alert-danger::before {
            content: "i";
            color: #fff;
            background-color: #d94648;
            width: 20px;
            height: 20px;
            border-radius: 10px;
            display: inline-block;
            /* float: left; */
            text-align: center;
            margin-right: 8px;
            font-size: 14px;
            font-weight: 600;
            vertical-align: middle;
        }

    .CIpanel .CIpanel-body .validation-summary-errors {
        margin: 16px -132px;
        padding: 8px;
    }

.CIpanel h2 {
    font-weight: 300;
    padding-top: 10px;
}


.CIsignupPane {
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 10px 30px 30px 30px;
    font-size: 18px;
    font-weight: 300;
}

.signup-header h1 {
    color: #000;
    font-weight: 600;
}

.header-description {
    font-size: 24px;
    font-weight: 300;
}

@media only screen and (min-width: 667px) {

    .CIpanel {
        border: 1px solid #dddddd;
        border-radius: 5px;
    }

    .CIloginPane .CIpanel, .CIfindCoursePane .CIpanel {
        border-bottom: none;
        border-radius: 5px 5px 0 0;
    }

    .CIsignupPane .CIpanel {
        border: none;
    }

    .CIpanel .CIpanel-body, .CIcoursecodePane .CIpanel-body {
        padding-left: 150px;
        padding-right: 150px;
    }

    .CIpanel .CIpanel-header {
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #dddddd;
    }

    .CIcoursecodePane, .CIgotocatalogPane {
        border: 1px solid #dddddd;
        border-top: none;
        border-radius: 0 0 5px 5px;
    }

    .findcourse-libraryarea .CIpanel {
        border: none;
    }

    .CIfindCoursePane .CIcoursecodePane {
        border: none;
    }

    .loginContainer .CIpanel .CIpanel-body {
        margin-left: 0;
        margin-right: 0;
    }
}

.findcourse-libraryarea {
    color: #fff;
    padding-bottom: 50px;
    background: #385e84;
}

    .findcourse-libraryarea .CIpanel-body {
        padding-top: 10px;
        padding-bottom: 30px;
    }

.CIwarning-pane {
    padding-top: 20px;
}

    .CIwarning-pane i {
        font-size: 1.6em;
        line-height: 1.6em;
        vertical-align: middle;
        margin-right: 12px;
    }

    .CIwarning-pane .alert {
        padding-bottom: 5px;
        padding-top: 5px;
        font-size: 16px;
        margin-bottom: 5px;
    }

        .CIwarning-pane .alert a {
            color: #8a6d3b;
            font-weight: bold;
        }

.notification {
    position: relative;
}

li.dropdown.open .highlight-button {
    background-color: #08090c;
}

    li.dropdown.open .highlight-button:focus {
        background-color: #08090c;
    }

.notification.notify::after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #d94648;
    border-radius: 4px;
    position: absolute;
    right: 0;
    margin-top: -2px;
    margin-right: -4px;
}

.student-menu .notification.notify::after {
    right: 12px;
    top: 12px;
}

.CImodal .btn-modal-close {
    right: 0;
    float: right;
    margin: 10px;
    background: none;
    color: #fff;
}

    .CImodal .btn-modal-close span::before {
        content: " Avbryt "
    }

#calendar-modal .btn-modal-close span::before {
    content: " Lukk "
}


.CImodal .modal-header {
    background-color: #364e71;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0;
}

.CImodal .header-lbl {
    color: #fff;
    font-size: 18px;
    padding: 15px;
    display: inline-block;
    box-sizing: border-box;
}

.modal .btn-primary {
    background-color: #364e71;
}


.dropdown-toggle {
    cursor: pointer;
}

.arrow-box {
    position: relative;
    background: #f2f2f2;
}

    .arrow-box:after, .arrow-box:before {
        bottom: 100%;
        right: 43px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(242, 242, 242, 0);
        border-bottom-color: #f2f2f2;
        border-width: 10px;
        margin-left: -10px;
    }

.student .arrow-box:after, .student .arrow-box:before {
    bottom: 100%;
    right: 43px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(242, 242, 242, 0);
    border-bottom-color: #f2f2f2;
    border-width: 10px;
    margin-left: -10px;
}

.item.arrow-box:before {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-color: rgba(242, 242, 242, 0);
    border-bottom-color: #000;
    border-width: 10px;
    right: 43px;
    margin-left: -14px;
}

.student .item.arrow-box:before {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-color: rgba(242, 242, 242, 0);
    border-bottom-color: #000;
    border-width: 10px;
    right: 43px;
    margin-left: -14px;
}


@media (max-width: 610px) {
    .student .arrow-box:after, .student .arrow-box:before, .student .item.arrow-box:before {
        right: 78px;
    }
}


.select2-container .select2-choice {
    display: block;
    width: 100%;
    height: 50px;
}

.profile-container {
    margin-left: 5vw;
    width: 85vw;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .profile-container p {
        font-size: 16px;
    }

    .profile-container legend {
        padding-top: 35px;
    }

    .profile-container #userdetailsPane legend {
        padding-top: 0px;
    }

    .profile-container #externalLogins button.col-sm-8 {
        float: none;
    }

    .profile-container #externalLogins .form-item {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }

.form-horizontal .control-label {
    padding-top: 0px;
}


#userdetailsPane .CIform-control {
    width: 66%;
}

#userdetailsPane input.CIform-control:disabled, #userdetailsPane select.CIform-control:disabled {
    opacity: 0.5;
}

.CI-form-field input[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.CIuserdetailsPane .control-label {
    line-height: 50px;
    font-size: 17px;
}

.profile-container .form-item {
    margin: auto;
    width: 60%;
    position: relative;
}

#userdetailsPane .form-item input {
    width: 80%;
}

#userdetailsPane .floatl--active .floatl__label {
    color: #707070;
    background-color: rgb(255 255 255 / 50%);
}

#dictionary-input-container .form-item #dictionaryLanguage {
    width: 80%;
}

#externalLogins .form-item button {
    width: 80%;
}


.CIuserdetailsPane .legend {
    display: block;
    width: 60%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 300;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.CIuserdetailsPane .select2-container, .CIuserdetailsPane #language {
    width: 80% !important;
}

#userdetailsPane .form-item a {
    position: absolute;
    color: #333333;
    right: 35px;
    top: 10px;
    font-size: 18px;
    transition: all ease-in-out 0.2s;
}

    #userdetailsPane .form-item a:nth-of-type(3) {
        position: absolute;
        color: #333333;
        right: -5px;
        top: 10px;
        font-size: 18px;
        transition: all ease-in-out 0.2s;
    }

#userdetailsPane .checkbox-custom-label {
    width: calc(100% - 50px);
}

#userdetailsPane .checkbox-span {
    float: left;
}

#userdetailsPane #language-input-container a.btn {
    padding-top: 2px;
}


#subscription p, #subscription div.subscription-alert {
    width: 60%;
    margin: auto;
    font-size: 16px;
    display: block;
}

#subscription div.subscription-alert {
    margin-top: 10px;
}

.close-account {
    width: 60%;
    margin: auto;
}

.profile-container .alert-container {
    width: 60%;
    margin: auto;
}

    .profile-container .alert-container .alert {
        width: 80%;
    }

#subscription .subscription-info .pending-container {
    margin: auto;
    width: 80%;
}

@media (max-width: 2500px) {
    .profile-container .form-item {
        width: 35%;
    }

    .CIuserdetailsPane .legend {
        width: 35%;
    }

    .close-account {
        width: 35%;
    }

    #subscription p, #subscription div.subscription-alert {
        width: 35%;
    }

    .profile-container .alert-container {
        width: 35%;
    }

    #subscription .subscription-info .pending-container {
        width: 35%;
    }
}

@media (max-width: 2000px) {
    .profile-container .form-item {
        width: 40%;
    }

    .CIuserdetailsPane .legend {
        width: 40%;
    }

    .close-account {
        width: 40%;
    }

    #userdetailsPane .form-item a {
        right: 45px;
    }

        #userdetailsPane .form-item a:nth-of-type(3) {
            right: 5px;
        }

    #subscription p, #subscription div.subscription-alert {
        width: 40%;
    }

    .profile-container .alert-container {
        width: 40%;
    }

    #subscription .subscription-info .pending-container {
        width: 40%;
    }
}

@media (max-width: 1400px) {
    .profile-container .form-item {
        width: 50%;
    }

    .CIuserdetailsPane .legend {
        width: 50%;
    }

    .close-account {
        width: 50%;
    }

    #userdetailsPane .form-item a {
        right: 40px;
    }

        #userdetailsPane .form-item a:nth-of-type(3) {
            right: -10px;
        }

    #subscription p, #subscription div.subscription-alert {
        width: 50%;
    }

    .profile-container .alert-container {
        width: 50%;
    }

    #subscription .subscription-info .pending-container {
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .profile-container .form-item {
        width: 60%;
    }

    .CIuserdetailsPane .legend {
        width: 60%;
    }

    .close-account {
        width: 60%;
    }

    #subscription p, #subscription div.subscription-alert {
        width: 60%;
    }

    .profile-container .alert-container {
        width: 60%;
    }

    #subscription .subscription-info .pending-container {
        width: 60%;
    }
}


@media (max-width: 800px) {
    .profile-container .form-item {
        width: 75%;
    }

    .CIuserdetailsPane .legend {
        width: 75%;
    }

    .close-account {
        width: 75%;
    }

    #subscription p, #subscription div.subscription-alert {
        width: 75%;
    }

    .profile-container .alert-container {
        width: 75%;
    }

    #subscription .subscription-info .pending-container {
        width: 75%;
    }
}

@media (max-width: 700px) {
    .profile-container .form-item {
        width: 90%;
    }

    .CIuserdetailsPane .legend {
        width: 90%;
    }

    .close-account {
        width: 90%;
    }

    #subscription p, #subscription div.subscription-alert {
        width: 90%;
    }

    .profile-container .alert-container {
        width: 90%;
    }

    #subscription .subscription-info .pending-container {
        width: 90%;
    }
}

@media (max-width: 600px) {
    .profile-container .form-item .form-item {
        margin: auto;
        width: 100%;
        position: relative;
    }

    #userdetailsPane .form-item a {
        position: absolute;
        color: #333333;
        right: 35px;
        top: 10px;
        font-size: 18px;
        transition: all ease-in-out 0.2s;
    }
}

@media (max-width: 500px) {

    #userdetailsPane .form-item a {
        right: 10px;
    }

        #userdetailsPane .form-item a:nth-of-type(3) {
            right: -40px;
        }
}

@media (max-width: 400px) {

    #userdetailsPane .form-item a {
        right: 5px;
    }

        #userdetailsPane .form-item a:nth-of-type(3) {
            right: -40px;
        }
}

.CIuserdetailsPane a {
    border: none;
}

#userdetailsPane .form-item a:hover {
    color: #007296;
    transform: scale(1.5);
}


.CIuserdetailsPane a.btn-save, .CIuserdetailsPane a.btn-cross {
    display: none;
}

    .CIuserdetailsPane a.btn-save .save {
        display: initial
    }

    .CIuserdetailsPane a.btn-save.saving .save {
        display: none;
    }

    .CIuserdetailsPane a.btn-save .progression {
        display: none;
        color: #000;
    }

    .CIuserdetailsPane a.btn-save.saving .progression {
        display: block;
    }

.CIuserdetailsPane a.btn-save-active .save {
    display: initial
}

.CIuserdetailsPane a.btn-save-active.saving .save {
    display: none;
}

.CIuserdetailsPane a.btn-save-active .progression {
    display: none;
}

.CIuserdetailsPane a.btn-save-active.saving .progression {
    display: block;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff !important;
    opacity: 0.5;
}


.fa-spinner-animate {
    animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}


#externalLogins button {
    font-size: 17px;
    width: 67%;
}

.navbar-collapse img.menu-close-button {
    cursor: pointer;
    pointer-events: none;
    position: absolute;
    z-index: 9001;
    top: 0;
    right: 0;
    margin-top: 12px;
    margin-right: 30px;
    padding: 7px;
    display: none;
}

.navbar-collapse ul li a {
    color: #4a4a4a;
    font-size: 18px;
    text-decoration: none;
}

    .navbar-collapse ul li a:hover {
        text-decoration: underline;
    }

.navbar-collapse ul li.separator {
    display: none;
    margin-left: 15px;
    color: #999;
    background-color: #999;
    height: 1px !important;
    width: calc(100% - 30px) !important;
}

.navbar-collapse a.campus-btn {
    line-height: 8px;
    margin-top: 5px;
}

.navbar-collapse p.collapsed-header {
    position: absolute;
    top: 12px;
    width: calc(100% - 50px);
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    display: none;
}

.home-index .navbar-collapse p.collapsed-header {
    color: #000;
}

@media (min-width: 868px) {
    .navbar-right {
        margin-right: 0px;
    }
}

.front-page-login {
    width: 65%;
    margin-left: 17.5%;
    text-align: center;
    display: none;
}

@media (min-width: 866px) and (max-width: 975px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-toggle {
        display: block;
    }

    .navbar-header {
        float: none;
    }

    .anonymous .navbar-nav > li, .student .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 975px) {
    .navbar-collapse.collapsing, .navbar-collapse.collapse.in {
        padding: 25px;
        padding-top: 75px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 900;
        height: 100%;
        transform: none;
        width: 100%;
        background-color: rgba(255, 255,255, 0.95);
    }

        .navbar-collapse.in ul, .navbar-collapse.collapsing ul {
            font-size: 16px;
            width: 100%;
            margin: 0 auto;
        }

            .navbar-collapse.in ul li, .navbar-collapse.collapsing ul li {
                text-align: left;
                font-size: 1.2em;
                font-size: 24px;
                color: #4a4a4a;
                font-weight: 200;
            }


                .navbar-collapse.in ul li a, .navbar-collapse.collapsing ul li a {
                    line-height: 50px;
                }

                .navbar-collapse.collapse.in ul li.separator, .navbar-collapse.collapsing ul li.separator {
                    display: block;
                }

        .navbar-collapse.collapse.in a.campus-btn, .navbar-collapse.collapsing a.campus-btn {
            line-height: 15px;
            margin: 0 auto;
            margin-top: 25px;
            width: 90%;
            text-align: center;
        }

        .navbar-collapse.in p.collapsed-header, .navbar-collapse.collapsing p.collapsed-header {
            display: block;
        }

        .navbar-collapse.collapse.in img.menu-close-button, .navbar-collapse.collapsing img.menu-close-button {
            display: block;
            pointer-events: auto;
        }

    .front-page-login {
        display: block;
    }

    .navbar.navbar-default {
        min-height: 50px;
    }

    ul.nav.navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
        margin: 0;
    }

    .user-menu.dropdown a.dropdown-toggle, .notification-menu.dropdown a.dropdown-toggle {
        height: 50px;
        line-height: 30px;
    }

    .profile-container {
        margin-top: 15px;
    }

    .navbar-anonymous .home-href {
        display: block;
    }
}

@media (min-width: 820px) and (max-width: 1200px) {
    .in-course .navbar-collapse.collapsing, .in-course .navbar-collapse.collapse.in {
        padding: 25px;
        padding-top: 75px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 900;
        height: 100%;
        transform: none;
        width: 100%;
        background-color: rgba(255, 255,255, 0.95);
    }

        .in-course .navbar-collapse.in ul, .in-course .navbar-collapse.collapsing ul {
            font-size: 16px;
            width: 100%;
            margin: 0 auto;
        }

            .in-course .navbar-collapse.in ul li, .in-course .navbar-collapse.collapsing ul li {
                text-align: left;
                font-size: 1.2em;
                font-size: 24px;
                color: #4a4a4a;
                font-weight: 200;
            }


                .in-course .navbar-collapse.in ul li a, .in-course .navbar-collapse.collapsing ul li a {
                    line-height: 50px;
                }

                .in-course .navbar-collapse.collapse.in ul li.separator, .in-course .navbar-collapse.collapsing ul li.separator {
                    display: block;
                }

        .in-course .navbar-collapse.collapse.in a.campus-btn, .in-course .navbar-collapse.collapsing a.campus-btn {
            line-height: 15px;
            margin: 0 auto;
            margin-top: 25px;
            width: 90%;
            text-align: center;
        }

        .in-course .navbar-collapse.in p.collapsed-header, .in-course .navbar-collapse.collapsing p.collapsed-header {
            display: block;
        }

        .in-course .navbar-collapse.collapse.in img.menu-close-button, .in-course .navbar-collapse.collapsing img.menu-close-button {
            display: block;
            pointer-events: auto;
        }

    .in-course .navbar.navbar-default {
        min-height: 50px;
    }

    .in-course ul.nav.navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .in-course .user-menu.dropdown a.dropdown-toggle, .in-course .notification-menu.dropdown a.dropdown-toggle {
        height: 50px;
        line-height: 30px;
    }

    .in-course .profile-container {
        margin-top: 15px;
    }
}

@media (min-width: 500px) and (max-width: 819px) {
    .front-page-login {
        width: 40%;
        margin-left: 30%;
    }
}

.navbar .collapsing {
    -webkit-transition: none;
    transition: none;
}

@media (min-width: 976px) and (max-width: 1200px) {
    .navbar-header {
        float: left;
    }

    .navbar-left {
        float: left;
    }

    .navbar-right {
        float: right;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-collapse {
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
        }

    .navbar-nav {
        float: left;
        margin-top: auto;
    }

        .navbar-nav.navbar-right {
            float: right !important;
        }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

@media (min-width: 820px) and (max-width: 1200px) {
    .in-course .navbar-header {
        float: none;
    }

    .in-course .navbar-left, .in-course .navbar-right {
        float: none !important;
    }

    .in-course .navbar-toggle {
        display: block;
    }

    .in-course .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .in-course .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .in-course .navbar-collapse.collapse {
        display: none !important;
    }

    .in-course .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .in-course .navbar-nav > li {
            float: none;
        }

            .in-course .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .in-course .collapse.in {
        display: block !important;
    }
}

@media (min-width: 820px) and (max-width: 1200px) {
    .hidden-xs {
        display: block !important;
    }
}

@media (min-width: 820px) and (max-width: 867px) {
    .hidden-xs {
        height: 450px !important;
    }

    #headlineWrapper div.headlines {
        width: 50%;
        margin-left: 25%;
    }

    #headlineWrapper .headline-buttons {
        position: absolute;
        bottom: 75px;
        width: 100%;
    }

        #headlineWrapper .headline-buttons a {
            width: 50%;
            margin-left: 25%;
        }
}

.CInavbar {
    background-color: transparent;
    border-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    /*min-height: 100px;*/
}

    .CInavbar .navbar-collapse {
        border-top: none;
        padding-left: 0;
    }

.navbar .CIcontainer li a {
    color: #333;
    font-weight: 300;
    font-size: 20px;
}

.collapse.in .MainMenuDividerLine {
    display: none;
}

.collapse.in .hide-collapsed {
    display: none;
}

@media (max-width: 867px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }
}

/*@media (min-width: 820px) {
    .CInavbar {
        padding-top: 25px;
    }
}*/
/*
.dropdown-menu {
    width: 100%;
}
*/
.navbar-collapse.collapse.in {
    z-index: 999999 !important;
}

.school-container CIpanel {
    max-width: 800px;
}

.school-container h2 {
    white-space: initial;
}

.coursesettingspane legend {
    padding-top: 35px;
    font-size: 25px;
}

.coursesettingspane p {
    font-size: 16px;
}

.badge {
    line-height: 1.5;
}


.navbar-index {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    z-index: 99;
}

.body-container {
    width: 100%;
    position: relative;
}

.home-index .CImenuWrapper {
    float: left;
    width: 100%;
}

.body-container .top-image {
    position: relative;
    width: 100%;
    height: 760px;
    max-height: 100vh;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
}

.body-container img.play-overlay {
    position: absolute;
    margin: 0 auto;
    top: 42%;
    left: 42%;
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0.5;
}

.navbar-index.navbar .CIcontainer li a {
    color: #fff;
}

.body-container .body-inner-container {
    width: 100%;
    padding: 28px 65px 42px 65px;
}

.body-container .white-row {
    background-color: white;
    min-height: 150px;
}

.body-container .blue-row {
    background-color: #354d72;
    min-height: 150px;
    color: #fff;
}

.body-container .gray-row {
    background-color: #f3f3f3;
    color: #000;
}

.gray-row .cont {
    padding-top: 10px;
}

.body-container .top-image h1, .body-container .top-image h2, .body-container .top-image h3, .body-container .top-image h4 {
    color: #fff;
}

.body-container .top-image h1 {
    width: 100%;
    text-align: center;
}

.body-container .top-image a {
    color: #fff;
    border: none;
    width: 330px;
    height: 60px;
    display: block;
    text-align: center;
    border-radius: 30px;
    padding-top: 9px;
    margin: 0 auto;
    background-color: #66b59f;
    cursor: pointer;
    font-size: 27px;
    font-weight: 300;
}

.body-container .top-image img {
    display: block;
    opacity: 0.5;
    margin: 0 auto;
    margin-top: 20px;
}

.body-container .top-image p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

    .body-container .top-image p i {
        margin-top: 25px;
        width: 50px;
        height: 50px;
        padding-top: 7px;
        cursor: pointer;
    }

.body-container div.centered {
}

.body-container .col-md-4 {
    max-width: 400px;
    margin: auto;
}

    .body-container .col-md-4 p {
        margin-top: 20px;
        font-weight: 300;
        font-size: 19px;
    }

.body-container .blue-row h1, .body-container .blue-row h2, .body-container .blue-row h4 {
    color: #fff;
    font-weight: 300;
}

.body-container h1, .body-container h2, .body-container h3, .body-container h4, .body-container h5 {
    color: #354d72;
    white-space: normal;
}

.body-container h2 {
    font-size: 32px;
    line-height: 1.25em;
}

.body-container .blue-row h3 {
    color: #fff;
    font-weight: 400;
}

.body-container h3 {
    font-size: 24px;
}

.jumbotron h1 {
    font-size: 68px;
    font-weight: 400;
}

.body-container img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-default .CIcontainer {
    max-width: 1200px;
    margin: 0 auto;
}

.navbar.navbar-anonymous {
    padding-top: 10px;
}

.navbar-index {
    max-width: 1200px;
    margin: 0 auto;
}

    .navbar-index a.campus-btn {
        border-color: #fff;
        color: #fff;
        background-color: transparent;
    }

        .navbar-index a.campus-btn:hover {
            background-color: #66b59f !important;
            text-decoration: none;
        }

.navbar-nav li a.active {
    text-decoration: underline;
}

.body-container .col-md-4:nth-child(1) img {
    border-radius: 5px;
}

.body-container .cont {
    max-width: 1200px;
    margin: 0 auto;
}

.thue img {
    height: 160px;
    border-radius: 75px;
    margin-right: 20px;
}

.thue .lead {
    font-size: 26px;
    color: #354d72;
    font-weight: 400;
}

.thue .description {
    font-size: 18px;
    color: #555555;
}

.newsletter-div div .lead {
    font-size: 26px;
    color: #354d72;
    font-weight: 400;
    margin: 0px;
}


.newsletter-div .newsletter-button.mobile {
    display: none;
}

@media(max-width: 867px) {

    .newsletter-div .newsletter-button.mobile {
        display: block;
        display: inline-block;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 1px 10px 1px 10px;
        margin-left: -3px
    }

    .newsletter-div .newsletter-button.desktop {
        display: none;
    }

    .newsletter-div .CIform-control {
        display: inline-block;
        width: calc(100% - 50px);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}


#email-div .float1_label {
    padding-left: 22px;
}

#newsletter-error-message, #newsletter-success, .sendgrid-subscription-widget {
    display: none;
}

    #newsletter-success p {
        font-size: 20px;
        color: #354d72;
        font-weight: 400;
        margin: 0px;
    }

.newsletter-button {
    height: 70px;
    color: white;
    border-radius: 5px;
    background-color: #354d72;
    font-size: 21px;
    border-width: 0px;
}

.newsletter-div .floatl--active .floatl__label {
    top: 2px;
    left: 20px;
}



.newsletter-div .CIform-control {
    font-size: 21px;
    height: 70px;
}

#input-group-button {
    height: 70px;
    width: 60px;
    color: white;
    border-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #354d72;
    font-size: 21px;
    font-weight: normal;
    border-width: 0px;
}

.input-group .CIform-control {
    border-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.body-container .body-inner-container.top-image .cont {
    height: calc(100% - 50px);
    margin-top: 50px;
}

.body-container .body-inner-container.top-image .jumbotron {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* MailChimp */
#mce-responses {
    display: none;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    font-size: 18px;
}

    #mce-responses .response {
        max-width: 550px;
        margin: 0 auto;
        text-align: left;
    }

    #mce-responses #mce-error-response.response {
        margin-top: 110px;
    }



@media(min-width: 991px) {
    .body-container img {
        margin-top: 20px;
    }

    .body-container .top-image p {
        position: absolute;
        bottom: 100px;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: 300;
    }

    .body-container .body-inner-container.top-image .jumbotron h1 {
        margin-top: 150px;
    }

    .body-container .body-inner-container.top-image .jumbotron {
        height: 100%;
    }
}

@media(max-width: 1310px) {
    .navbar-index {
        margin: 0 50px;
    }
}

@media(max-width: 1050px) {
    .home-index .navbar-index {
        margin-left: 40px;
        margin-right: 20px;
    }
}

@media(max-width: 991px) {

    .navbar-index {
        margin-left: 40px;
        margin-right: 20px;
    }

    .body-container .col-md-4 {
        margin-left: 0px;
        margin-right: 0px;
        margin: 0 auto;
    }

        .body-container .col-md-4:nth-child(2), .body-container .col-md-4:nth-child(3) {
            margin-top: 50px;
        }

    .body-container .col-md-6:nth-child(2) {
        margin-left: 0;
    }

    .body-container .body-inner-container {
        padding: 30px 40px;
    }
}

@media(max-width: 975px) {
    .navbar-index.navbar .CIcontainer li a {
        color: #007296;
    }

    .navbar-index a.campus-btn {
        border-color: #007296;
        color: #007296;
        background-color: transparent;
    }

        .navbar-index a.campus-btn:hover {
            background-color: transparent !important;
        }

    .jumbotron h1 {
        font-size: 52px;
    }
}

.navbar-default .navbar-collapse:after {
    display: none;
}

.navbar-default .navbar-collapse:before {
    display: none;
}

.backgroundvid {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 99999;
    background: #000;
    background-size: cover;
}

    .backgroundvid video {
        z-index: 999999;
        max-width: 90%;
        max-height: 90%;
        width: 100%;
        position: absolute;
        top: 45%;
        left: 45%;
        transform: translateX(-45%) translateY(-45%);
    }

.body-container img.play-button:hover {
    opacity: 1;
    cursor: pointer;
}

img.video-close-button {
    cursor: pointer;
    pointer-events: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    margin-top: 25px;
    margin-right: 30px;
    padding: 7px;
    display: none;
}

@media(max-width: 568px) {
    .jumbotron h1 {
        font-size: 36px;
    }

    .body-container .top-image a {
        width: 250px;
        height: 50px;
        border-radius: 25px;
        padding-top: 9px;
        font-size: 22px;
    }

    .body-container h2 {
        font-size: 24px;
    }

    .body-container h3 {
        font-size: 20px;
    }

    .body-container .col-md-4 p {
        font-size: 17px;
    }
}

.body-container {
    height: calc(100% - 75px);
}

a.read-all-button {
    font-size: 14px !important;
    color: #000 !important;
}

    a.read-all-button.disabled {
        color: #999 !important;
        pointer-events: none !important;
    }

.noStudentsMsg {
    margin: 70px 0 70px 0;
    font-size: 25px;
}

.loginContainer {
    padding: 0;
}

    .loginContainer .CIpanel-body {
        margin-left: 10px;
        margin-right: 10px;
    }

.CIcontainer.CIwhiteTab {
    max-width: none;
    background-color: white;
}

.large-select {
    border: 0.7px solid;
}

.noContentMsg {
    font-size: 28px;
    color: #4a4a4a;
    font-weight: 300
}

.activitiesPanelWhite {
    padding: 50px 0 120px 0;
    background-color: white;
}

.error-content {
    margin-top: 100px;
}

    .error-content .code {
        width: auto;
        font-size: 26px;
        display: inline;
    }

    .error-content #copy-button {
        font-size: 28px;
        margin-left: 15px;
        cursor: pointer;
    }

        .error-content #copy-button:hover {
            transform: scale(1.1);
            transform-origin: center;
        }

    .error-content .popover {
        margin-left: 20px;
        width: auto;
    }

.CIbodyWrapper legend {
    font-size: 28px;
    font-weight: 300;
}

#emails-input-container {
    position: relative;
    display: block;
    margin: 0 auto;
    transform: translateZ(0);
    -webkit-text-size-adjust: none;
}

    #emails-input-container .backdrop {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -10;
        border: 2px solid #364e71;
        background-color: transparent;
        overflow: auto;
        pointer-events: none;
    }

    #emails-input-container .highlights {
        white-space: pre-wrap;
        word-wrap: break-word;
        color: transparent;
        z-index: 10;
        padding: 10px;
        text-align: left;
    }

    #emails-input-container textarea {
        display: block;
        z-index: 15;
        margin: 0;
        border: 2px solid #364e71;
        border-radius: 0;
        color: #444;
        background-color: transparent;
        overflow: auto;
        resize: none;
        transition: transform 1s;
        height: auto;
        text-align: left;
        width: 100%;
        padding: 10px;
    }

    #emails-input-container mark {
        border-radius: 3px;
        color: transparent;
        background-color: #7ed321;
        z-index: 10;
        padding: 0;
    }

    #emails-input-container, #emails-input-container div, #emails-input-container textarea,
    #emails-input-container::before, #emails-input-container div::before, #emails-input-container textarea::before,
    #emails-input-container::after, #emails-input-container div::after, #emails-input-container textarea::after {
        box-sizing: border-box;
    }


.CIcollapse {
    height: 50px;
}

.CInavbar ul {
    list-style: none;
}

.CIcollapse img.menu-close-button {
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    margin-top: 12px;
    margin-right: 30px;
    padding: 7px;
}

.CIcollapse ul li a {
    color: #4a4a4a;
    font-size: 18px;
    text-decoration: none;
}

    .CIcollapse ul li a:hover {
        text-decoration: underline;
    }

.CIcollapse ul li.separator {
    display: none;
    margin-left: 15px;
    color: #999;
    background-color: #999;
    height: 1px !important;
    width: calc(100% - 30px) !important;
}

.CIcollapse a.campus-btn {
    line-height: 8px;
    margin-top: 5px;
}

.CIcollapse p.collapsed-header {
    position: absolute;
    top: 12px;
    width: calc(100% - 50px);
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

.CInavbar .CIcontainer li a {
    color: #333;
    font-weight: 300;
    font-size: 20px;
}

.CInavbar ul > .open > a, .CInavbar ul > .open > a:hover, .CInavbar ul > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

.CInavbar .user-menu.dropdown a {
    padding-top: 15px;
    padding-bottom: 15px
}

.CInav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .CInav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .CInav > li {
        position: relative;
        display: inline-block;
    }

.CInavbar-nav > li {
    float: left;
}

.CInavbar-nav {
    float: left;
    margin: 0;
}

.CInavbar-toggle {
    display: none;
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
}

    .CInavbar-toggle .icon-bar {
        background-color: #888;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .CInavbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

ul.CInav.CInavbar-nav {
    position: absolute;
}

/*In course navbar hamburger*/

.hamburger.CInavbar ul.CInav.CInavbar-nav {
    visibility: hidden;
}

.hamburger.CInavbar .CInavbar-toggle {
    display: block;
}

.CIcollapsedNavbar {
    pointer-events: none;
    opacity: 0;
    height: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    width: 100%;
    background-color: rgba(255, 255,255, 0.95);
    padding: 25px;
    padding-top: 75px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 900000;
}

.hamburger.CInavbar.open .CIcollapsedNavbar {
    height: 100%;
    pointer-events: initial;
    opacity: 1.0;
    overflow-y: scroll;
}

body.modal-visible {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.hamburger.CInavbar.open .CIcollapsedNavbar .separator {
    text-align: left;
    font-size: 1.2em;
    font-size: 24px;
    color: #4a4a4a;
    font-weight: 200;
    display: block;
}

.CIcollapsedNavbar .mobile-student-navbar {
    text-align: left;
}

.hamburger.CInavbar.open .CIcollapsedNavbar ul li a {
    line-height: 65px;
    padding: 10px 15px;
}

.hamburger.CInavbar.open .CIcollapsedNavbar ul {
    margin-top: 0;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

.hamburger.CInavbar .CIcollapse.in ul, .CInavbar .CIcollapse.collapsing ul {
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
}

    .hamburger.CInavbar .CIcollapse.in ul li, .CInavbar .CIcollapse.collapsing ul li {
        text-align: left;
        font-size: 1.2em;
        font-size: 24px;
        color: #4a4a4a;
        font-weight: 200;
    }


        .hamburger.CInavbar .CIcollapse.in ul li a, .CInavbar .CIcollapse.collapsing ul li a {
            line-height: 50px;
        }

        .hamburger.CInavbar .CIcollapse.collapse.in ul li.separator, .CInavbar .CIcollapse.collapsing ul li.separator {
            display: block;
        }

.hamburger.CInavbar .CIcollapse.collapse.in a.campus-btn, .CInavbar .CIcollapse.collapsing a.campus-btn {
    line-height: 15px;
    margin: 0 auto;
    margin-top: 25px;
    width: 90%;
    text-align: center;
}

.hamburger.CInavbar .CIcollapse.in p.collapsed-header, .CInavbar .CIcollapse.collapsing p.collapsed-header {
    display: block;
}

.hamburger.CInavbar .CIcollapse.in img.menu-close-button {
    display: block;
}

.CISubChapterList.mobile {
    width: 100%;
}

.CI-form-group .CI-btn {
    width: 51px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #007296;
    margin-left: -1px;
}

.CI-form-group .CI-form-field {
    width: calc(100% - 51px);
    float: left;
}

.CI-form-group input.CIform-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #007296;
}


.CI-form-group .CI-btn img.rightarrow {
    margin-left: -6px;
}

.course-body-title {
    font-size: 32px;
    font-weight: 300;
    color: #000;
}

#confirm-user-info .CIpanel-header h4 {
    line-height: 50px;
    margin: 0;
}

#confirm-user-info .save-button.inactive {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.trials-end-container input {
    width: 75%;
}

.trials-end-container i {
    cursor: pointer;
    margin-left: 5px;
}

#table-filter {
    height: 50px;
    width: 50%;
    margin: 0 auto;
}

    #table-filter option {
        height: 50px;
    }



.examtasks-get-started-col {
    width: calc(47% - 10px);
    display: inline-block;
    text-align: left;
    padding: 15px;
    vertical-align: middle;
}

    .examtasks-get-started-col.text {
        width: calc(54% - 10px);
    }

    .examtasks-get-started-col img {
        width: 100%;
    }

.examtasks-get-started-container {
    margin-top: 25px;
}

    .examtasks-get-started-container h1 {
        color: #2b4162;
        font-size: 26px;
        font-weight: 400;
    }

    .examtasks-get-started-container p {
        font-size: 17px;
    }

.examtasks-get-started-button {
    padding: 12px 20px;
    font-size: 21px;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

    .examtasks-get-started-button:hover {
        text-decoration: none;
    }

    .examtasks-get-started-button.preview {
        color: #2b4162;
        background-color: #b2d1db;
    }

    .examtasks-get-started-button.activate {
        color: white;
        background-color: #354d72;
    }

    .examtasks-get-started-button .rightarrow {
        width: 20px;
    }

.examtasks-get-started-warning {
    color: #333;
    background-color: #fff0cd;
    border: 1px solid #b68c29;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 25px 15px;
    margin-bottom: 0;
}

    .examtasks-get-started-warning h1 {
        color: #333;
        font-size: 19px;
        font-weight: 600;
    }

    .examtasks-get-started-warning p {
        font-size: 17px;
    }

#examtasks-get-started-img {
    max-width: 400px;
    width: 100%;
}

.examtask-get-started-pane {
    max-width: 1000px;
    margin: 0 auto;
}

.newteacher-pane.examtask-get-started-pane .whatnextHeading {
    margin-bottom: 0;
}

.CISupportVideoPlayBtn {
    cursor: pointer;
}

@media (max-width: 810px) {
    .examtasks-get-started-col {
        width: 100%;
    }

    .examtasks-get-started-container {
        display: table;
    }

    .examtasks-get-started-col.text {
        display: table-header-group;
    }
}

#teachers-using-campus-body, #nova-info-body {
    color: #354d72;
    margin: 0 10px;
}

    #teachers-using-campus-body .head, #nova-info-body .head {
        text-align: center;
        margin-top: 80px;
    }

        #teachers-using-campus-body .head h1, #nova-info-body .head h1 {
            color: #354d72;
            font-size: 46px;
            font-weight: 700;
        }

        #teachers-using-campus-body .head p.ingress, #nova-info-body .head p.ingress {
            margin: 0 auto;
            max-width: 650px;
            font-size: 21px;
            font-weight: 400;
            margin-top: 20px;
            padding: 0 20px;
        }

    #teachers-using-campus-body .stories {
        max-width: 1100px;
        margin: 50px auto;
        text-align: center;
    }

        #teachers-using-campus-body .stories .story {
            background-color: rgb(243, 243, 243);
            width: calc((100% - 100px)/ 4);
            margin: 10px;
            border-radius: 10px;
            overflow: hidden;
            display: inline-block;
            text-align: left;
            vertical-align: top;
            position: relative;
        }

            #teachers-using-campus-body .stories .story .story-img {
                height: 200px;
                overflow: hidden;
                text-align: center;
                position: relative;
                background-position-x: center;
                background-position-y: center;
                background-size: cover;
            }

            #teachers-using-campus-body .stories .story .story-head {
                border-bottom: 1px solid rgb(204, 204, 204);
                margin: 0 20px;
                padding: 10px 0;
            }

                #teachers-using-campus-body .stories .story .story-head h1 {
                    color: #354d72;
                    font-size: 20px;
                    font-weight: 600;
                    margin: 0;
                }

            #teachers-using-campus-body .stories .story .story-body {
                margin: 0 20px;
                padding: 10px 0 30px 0;
            }

                #teachers-using-campus-body .stories .story .story-body h1 {
                    color: #354d72;
                    font-size: 20px;
                    font-weight: 600;
                }

            #teachers-using-campus-body .stories .story h3 {
                text-transform: uppercase;
                font-size: 13px;
                margin: 0;
            }

            #teachers-using-campus-body .stories .story .story-body a {
                text-transform: uppercase;
                font-size: 13px;
                font-weight: 600;
                position: absolute;
                bottom: 12px;
            }

@media(max-width: 1000px) {
    #teachers-using-campus-body:not(.for-teachers) .stories .story {
        width: calc((100% - 70px)/ 3);
        margin: 10px;
    }
}

@media(max-width: 750px) {
    #teachers-using-campus-body:not(.for-teachers) .stories .story {
        width: calc((100% - 45px)/ 2);
        margin: 10px;
    }
}

@media(max-width: 550px) {
    #teachers-using-campus-body:not(.for-teachers) .stories .story {
        width: calc(100% - 20px);
        margin: 10px;
    }
}

#nova-info-body {
    margin: 0;
    /*overflow: hidden;*/
}

    #nova-info-body .chapters {
        margin: 50px 0;
    }

        #nova-info-body .chapters h1 {
            font-size: 22px;
        }

        #nova-info-body .chapters .buttons {
            margin-top: 17px;
        }

    #nova-info-body .buttons .button {
        display: inline-block;
        background-color: rgb(247,197,57);
        padding: 7px 36px;
        border-radius: 19px;
        font-size: 18px;
        margin: 0 6px;
        cursor: pointer;
        color: #354d72;
    }

        #nova-info-body .buttons .button.gray {
            background-color: rgb(154, 154, 154);
            color: white;
        }

    #nova-info-body .video-container {
        background-color: #65b1d3;
        width: 100%;
        height: 400px;
        color: white;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    #nova-info-body .preview-container {
        position: absolute;
        width: 711px;
        text-align: left;
        left: 50%;
        transform: translate(-50%, 0);
        cursor: pointer;
    }

        #nova-info-body .preview-container img {
            height: 80px;
            margin-left: 20px;
            margin-top: 20px;
        }

        #nova-info-body .preview-container p {
            font-size: 35px;
            line-height: 30px;
            margin-top: 100px;
            margin-left: 20px;
        }

    #nova-info-body .video-container .preview-img {
        height: 92%;
        /* max-width: 100%; */
        margin-top: 32px;
        cursor: pointer;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }

    #nova-info-body .get-to-know {
        margin: 60px auto;
        padding: 0 10px;
        max-width: 1000px;
        margin-bottom: 80px;
    }

        #nova-info-body .get-to-know h1 {
            color: #354d72;
            font-size: 35px;
            font-weight: 700;
            margin: 20px 10px;
        }

        #nova-info-body .get-to-know .content {
            width: calc((100% / 4) - 23px);
            display: inline-block;
            vertical-align: top;
            margin: 10px;
            background-color: rgb(243,243,243);
            padding: 15px;
            border-radius: 7px;
        }

            #nova-info-body .get-to-know .content .icon img {
                height: 45px;
            }

            #nova-info-body .get-to-know .content h1 {
                font-size: 20px;
                margin: 10px 0;
            }

    #nova-info-body .take-a-look {
        background-color: #65b1d3;
        width: 100%;
        height: 400px;
        color: white;
        text-align: center;
        overflow: hidden;
    }

    #nova-info-body .take-a-look {
        position: relative;
    }

        #nova-info-body .take-a-look .content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        #nova-info-body .take-a-look h1 {
            font-size: 32px;
            color: white;
            font-weight: 600;
            margin: 0;
            margin-bottom: 25px;
        }

        #nova-info-body .take-a-look p.ingress {
            font-size: 17px;
            margin: 0;
            margin-bottom: 40px;
            padding: 0 20px;
        }

        #nova-info-body .take-a-look .img {
            position: absolute;
            height: 300px;
            top: 50px;
        }

            #nova-info-body .take-a-look .img.img-left {
                left: -250px;
            }

            #nova-info-body .take-a-look .img.img-right {
                right: -250px;
            }

    #nova-info-body .bottom-row .bottom-div {
        width: calc(50% - 2px);
        display: inline-block;
        vertical-align: top;
        padding: 30px;
    }

    #nova-info-body .bottom-row h1 {
        color: #354d72;
        font-size: 35px;
        font-weight: 700;
        margin: 20px 0;
    }

    #nova-info-body .bottom-row p {
        margin: 25px 0;
    }

    #nova-info-body .bottom-row ul {
        padding-left: 20px;
    }

    #nova-info-body .bottom-row .order-div {
        background-color: rgb(243,243,243);
    }

    #nova-info-body p, #nova-info-body li {
        font-size: 18px;
    }

    #nova-info-body .bottom-row .order-div form {
        max-width: 280px;
        margin-top: 30px;
    }

    #nova-info-body .bottom-row .content {
        max-width: 600px;
    }

    #nova-info-body .bottom-row .info-div .content {
        float: right;
    }

    #nova-info-body .bottom-row .info-div li span {
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 10px;
        opacity: 0.5;
    }

    #nova-info-body .select2-selection {
        border: 1px solid #dddddd;
    }

    #nova-info-body #schoolFormGroup.unselected .select2-selection__rendered {
        color: #9b9b9b;
    }

@media(max-width: 855px) {
    #nova-info-body .take-a-look .content {
        margin: 0 210px;
        left: unset;
        transform: translate(0, -50%);
    }
}

@media(max-width: 730px) {
    #nova-info-body .bottom-row .bottom-div {
        width: 100%;
        display: block;
    }

    #nova-info-body .bottom-row .info-div .content {
        float: none;
    }
}

@media(max-width: 475px) {
    #nova-info-body .buttons {
        max-width: 200px;
        margin: 0 auto;
    }

        #nova-info-body .buttons .button {
            margin-top: 10px;
        }
}

@media(max-width: 933px) {
    #nova-info-body .take-a-look .buttons {
        max-width: 200px;
        margin: 0 auto;
    }

        #nova-info-body .take-a-look .buttons .button {
            margin-top: 10px;
        }
}

@media(max-width: 900px) {
    #nova-info-body .boxes .content {
        width: calc((100% / 2) - 20px);
    }
}

@media(max-width: 810px) {
    #nova-info-body .take-a-look .img {
        display: none;
    }

    #nova-info-body .take-a-look .content {
        margin: unset;
    }

    #nova-info-body .take-a-look .buttons {
        max-width: 100%;
        margin: 0 auto;
    }

        #nova-info-body .take-a-look .buttons .button {
            margin-top: 0;
        }
}

@media(max-width: 712px) {
    #nova-info-body .video-container.video-playing {
        height: unset;
    }

    #player-nova {
        width: 100%;
    }

    #nova-info-body .preview-container {
        width: 100%;
        left: 0;
        transform: none;
    }
}

@media(max-width: 500px) {
    #player-nova {
        height: 280px;
    }
}

@media(max-width: 475px) {
    #nova-info-body .take-a-look .buttons {
        max-width: 200px;
        margin: 0 auto;
    }

        #nova-info-body .take-a-look .buttons .button {
            margin-top: 10px;
        }

    #nova-info-body .boxes .content {
        width: calc(100% - 20px);
    }

    #nova-info-body .take-a-look {
        height: 500px;
    }
}

.subjectrow .td-btn.empty {
    padding: 0;
    min-width: 0px !important;
}

.activities-body .edit-activities-button {
    width: 30px !important;
    padding-left: 8px;
}

.activities-body .edit-th {
    width: 125px;
}

.activities-body .split-btn {
    width: 100%;
}

    .activities-body .split-btn .btn {
        width: auto;
    }

        .activities-body .split-btn .btn:first-child {
            width: calc(100% - 26px);
        }

.CItable a.btn {
    background-color: transparent;
    color: #354d72 !important;
    font-size: 15px;
}

textarea.invisible {
    border: none;
    overflow: hidden;
    resize: none;
    visibility: visible;
    background-color: transparent;
    width: 100%;
    max-width: 831px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 225px !important;
}

.web-audio-btn {
    width: unset;
    position: relative;
    background-color: transparent;
    border: 2px solid #2e7cc9;
    min-width: 120px;
}

    .web-audio-btn.disabled {
        border-color: #dddddd;
        background-color: #eeeeee;
        color: #6b6868;
        cursor: not-allowed;
    }

    .web-audio-btn.give-access {
        background-color: #66b59f;
        border: none;
        text-align: center;
    }

.give-microphone-access-message p {
    display: block;
}

.web-audio-btn.give-access span.icon-container i.fa {
    color: white;
}

.sound-recording-element .web-audio-btn.give-access span.icon-container {
    position: relative;
    top: 10px;
}

.sound-recording-element .web-audio-btn.disabled span.icon-container {
    color: #6b6868;
}

.web-audio-btn:hover {
    text-decoration: none;
}

.sound-recording-element .web-audio-btn span.icon-container {
    display: inline-block;
    color: #2e7cc9;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    top: 8px;
    left: 0;
}

.sound-recording-element .web-audio-btn.stop-record span.icon-container {
    animation: sound-record-pulse 2s infinite;
    color: white;
}

@keyframes sound-record-pulse {
    0% {
        background-color: #a90000;
    }

    50% {
        background-color: #ffaaaa;
    }

    100% {
        background-color: #a90000;
    }
}

.sound-recording-element .web-audio-btn span.icon-container i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#recording-player {
    margin-top: 35px;
}

.campus-verktoy-app {
    margin-bottom: 10px;
}

    .campus-verktoy-app span.or {
        font-style: italic;
        margin: 10px 0;
    }

a:focus, a:active,
button {
    outline: none !important; /* Aktive lenker får dotted border i Firefox. Dette fikser det. */
}


.nanomenu {
    position: absolute;
    bottom: -4px;
    right: -30px;
    cursor: pointer;
    color: #666;
    display: none;
}

.mce-nanomenu {
    display: none;
}

/*
#mymcemenu:focus > div.mce-nanomenuitem.dot 
{
    display:none;
}

#mymcemenu:focus > div.mce-nanomenu 
{
    display:block;
}
*/

.nanomenu:focus, .mce-nanomenuitem:focus {
    outline: none;
}


BUTTON.mce-nanomenuitem,
DIV.mce-nanomenuitem {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(/images/nanomenu.png);
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}


.mce-nanomenuitem.img {
    background-position: 0 0;
}

.mce-nanomenuitem.tab {
    background-position: -34px 0;
}

.mce-nanomenuitem.mat {
    background-position: -68px 0;
}

.mce-nanomenuitem.mce-mat {
    background-position: -68px -35px;
}

.mce-nanomenuitem.cod {
    background-position: -102px 0;
}

.mce-nanomenuitem.dot {
    background-position: -136px 0;
}

.mce-nanomenuitem.for {
    background-position: -170px 0;
}

.mce-nanomenuitem.mce-for {
    background-position: -170px -35px;
}


.mce-nanomenuitem.num {
    background-position: -205px 0;
}

.mce-nanomenuitem.mce-num {
    background-position: -205px -35px;
}

.mce-nanomenuitem.wor {
    background-position: -240px 0;
}

.mce-nanomenuitem.mce-wor {
    background-position: -240px -35px;
}


/*
.mce-content-body 
{ 
    background-color: white;
}
*/

.mce-container div.mathpreview {
    vertical-align: unset;
}

.node-id-note {
    text-align: center;
    margin: 5px;
    position: absolute;
    margin: auto;
    bottom: 160px;
    width: 100%;
}

    .node-id-note span {
        color: #755239;
        font-size: 14px;
        padding: 5px 15px;
        display: inline-block;
    }

        .node-id-note span a {
            color:inherit;
        }

#preview-banner + .CIcourseWrapper .node-id-note {
    bottom: 120px;
}

#detailedStats td.score-percent .scorespan {
    border-radius: 5px;
    background-color: #f3f3f3;
    border: solid 1px #d8d8d8;
    margin: -6px;
    padding: 4px;
}

#detailedStats td.score-percent span {
    display: block;
    text-align: center;
}

    #detailedStats td.score-percent span.red {
        background-color: rgba(217, 70, 72, 0.1);
        border: solid 1px #d94648;
    }

    #detailedStats td.score-percent span.yellow {
        background-color: rgba(255, 238, 186, 1);
        border-color: rgba(255, 192, 0, 1);
    }

    #detailedStats td.score-percent span.green {
        background-color: rgba(102, 181, 159, 0.1);
        border: solid 1px #66b59f;
    }

#detailedStats td.score-percent {
    padding: 12px;
    vertical-align: middle;
}

#detailedStats td .fa.seen {
    color: #585858;
}

#detailedStats td.total-latency {
    vertical-align: middle;
}

#answerTable .compact .shortName {
    display: none;
}

#answerTable .compact .name {
}


#statPane .progression {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    text-align: center;
}

    #statPane .progression + span {
        vertical-align: middle;
        margin-left: 5px;
    }

    #statPane .progression.incomplete .svg {
        transform: rotate(-90deg);
    }

    #statPane .progression .svg circle {
        stroke-width: 4px;
    }



#answerTable .compact {
}

    #answerTable .compact .progressCol {
        vertical-align: middle;
    }

    #answerTable .compact .scoreCol {
        vertical-align: middle;
        /*min-width: 290px;*/
    }

<!-- Report answer styling -->
answer {
    display: block;
    background-color: lightblue;
}

answer truefalse {
    display: block;
}

    answer truefalse.correct {
    }

    answer truefalse.incorrect {
    }

    answer truefalse text:after {
        content: ": ";
    }

    answer truefalse value {
        visibility: hidden;
    }

    answer truefalse correct {
        display: none;
    }

    answer truefalse value:before {
        visibility: visible;
    }

    answer truefalse value.true:before {
        content: "Sant";
    }

    answer truefalse value.false:before {
        content: "Usant";
    }

#courseTreeOverlayButton {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333333;
}

#coursetree-overlay {
    display: none;
    /*display: block;*/
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.0);
    transition: all 1s linear;
}

body.coursetree-overlay-shown #coursetree-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

#coursetree-overlay.right-hidden .content {
    right: -600px;
}

#coursetree-overlay .content {
    position: absolute;
    right: 0;
    width: 600px;
    max-width: 100%;
    background-color: white;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 30px 0px 30px;
    transition: right 1s ease-in-out;
    -webkit-box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.25);
    box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.25);
}

#coursetree-overlay .close-button {
    display: none;
    opacity: 0;
    position: fixed;
    right: 25px;
    top: 21px;
    font-size: 30px;
    z-index: 9999;
    transition: opacity 1s ease-in-out;
}

#coursetree-overlay:not(.right-hidden) .close-button {
    opacity: 1;
}

#coursetree-overlay .content .CIchapterBody {
    width: calc(100% - 68px);
}

#coursetree-overlay .content .lecture-chapters .task-container {
    display: none;
}

#coursetree-overlay .content .lecture-chapters.active .task-container {
    display: block;
}

#coursetree-overlay .content .lecture-chapters .task-container .fa-circle {
    color: #bbb;
    float: right;
    margin-right: 26px;
}

    #coursetree-overlay .content .lecture-chapters .task-container .fa-circle.green {
        color: #66b59f;
    }

body.coursetree-overlay-shown {
    overflow: hidden;
}

    body.coursetree-overlay-shown #coursetree-overlay {
        display: block;
    }

@media(max-width: 600px) {
    #coursetree-overlay .content .CISubChapterList {
        margin-left: -80px;
    }

    #coursetree-overlay .content .CISubChapterListHeading {
        visibility: hidden;
    }

    #coursetree-overlay .content .lecture-chapters .task-container .fa-circle {
        margin-right: 0;
    }

    #coursetree-overlay .close-button {
        display: block;
    }

    #coursetree-overlay {
        transition: none;
    }

    body.coursetree-overlay-shown #coursetree-overlay {
        background-color: rgba(0, 0, 0, 0.0);
    }

    #courseTreeOverlayButton .desktop-visible {
        display: none;
    }
}

.CIcourseHeaderWrapper .top-bar .CIcontainer {
  height: 40px !important; }
  .CIcourseHeaderWrapper .top-bar .CIcontainer h1 {
    line-height: 40px !important; }

.migra-logo-student-course {
  height: 40px;
  width: 208px;
  float: left;
  display: inline-block;
  top: 0;
  /*margin: 10px 5px 0 0;*/ }

.CIloginPane .CIpanel, .CIfindCoursePane .CIpanel {
  border-radius: 5px; }

.CIfindCoursePane {
  padding-top: 100px; 
}

.page-footer {
  width: 100%;
  background-color: #212832;
  min-height: 6.5em;
  height: auto;
  float: left;
  padding: 12px 0 12px; 
}

  .page-footer > div {
    margin: 0 auto;
    max-width: 1024px; 
  }

    .page-footer > div .fbf-logo 
    {
      float: left;
      width: 15%;
      margin: 1em 4% 1em 4%; 
    }
      
    
    .page-footer > div .fbf-logo .fbf-logo-wrapper 
    {
        background: transparent url(/images/migranorsk/fbf_logo_hvit.svg) no-repeat scroll 0 0/100% auto;
        width: 100%;
        padding-bottom: 33%;
        position: relative; 
    }
        
        .page-footer > div .fbf-logo .fbf-logo-wrapper a 
        {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; 
        }

    .page-footer > div .fbf-social-media 
    {
      float: left;
      width: 17%;
      min-height: 4.3em;
      margin: 1em 4%; 
    }

      .page-footer > div .fbf-social-media .fbf-social-media-wrapper 
      {
        display: inline-block;
        width: 20%;
        padding-bottom: 21%;
        position: relative;
        margin: 1em 1.7% 0.5em; 
      }

        .page-footer > div .fbf-social-media .fbf-social-media-wrapper a 
        {
          background: transparent no-repeat scroll 0 0/100% auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; 
        }

        .page-footer > div .fbf-social-media .fbf-social-media-wrapper .social-1 {
          background-image: url(/images/migranorsk/footer_icon_facebook.svg); }
        .page-footer > div .fbf-social-media .fbf-social-media-wrapper .social-2 {
          background-image: url(/images/migranorsk/footer_icon_twitter.svg); }
        .page-footer > div .fbf-social-media .fbf-social-media-wrapper .social-3 {
          background-image: url(/images/migranorsk/footer_icon_linkedin.svg); }
        .page-footer > div .fbf-social-media .fbf-social-media-wrapper .social-4 {
          background-image: url(/images/migranorsk/footer_icon_isuu.svg); }

    .page-footer > div .fbf-privacy {
        float: left;
        width: 14%;
        min-height: 4.3em;
        margin: 1em 4%;
    }
        .page-footer > div .fbf-privacy .fbf-privacy-wrapper {
            width: 100%;
            margin: 1em 0;
        }

            .page-footer > div .fbf-privacy .fbf-privacy-wrapper a {
                color: white;
                width: 100%;
                text-decoration: underline;
                position: relative;
                white-space: nowrap;
                font-size: 1.2em;
                padding: 7% 0 20% 0;
            }

    .page-footer > div .fbf-contact 
    {
      float: left;
      width: 18%;
      margin: 1.4em 4% 1em 4%; 
    }

      .page-footer > div .fbf-contact .fbf-contact-wrapper 
      {
        width: 100%;
        margin: 1em 0; 
      }

        .page-footer > div .fbf-contact .fbf-contact-wrapper a {
          color: white;
          width: 100%;
          text-decoration: underline;
          position: relative;
          white-space: nowrap;
          font-size: 1.2em;
          padding: 7% 0 20% 0; 
        }

          .page-footer > div .fbf-contact .fbf-contact-wrapper a .contact-icon {
            background: transparent url(/images/migranorsk/footer_icon_contact.svg) no-repeat scroll 0 0/100% auto;
            width: 35%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0; 
          }

          .page-footer > div .fbf-contact .fbf-contact-wrapper a .contact-link {
            margin: 0 0 0 35%; 
          }

@media only screen and (max-width: 670px) {
  footer.page-footer {
    min-height: 5.5em;
    max-height: 100px; 
  }

    footer.page-footer .fbf-social-media, footer.page-footer .fbf-logo, .fbf-contact {
      display: none; 
    }

    footer.page-footer > div .fbf-privacy {
        width: 50%;
        margin: auto;
        position: absolute;
        right: 0;
        left: 0;
        text-align: center;
    }

        footer.page-footer > div .fbf-privacy .fbf-privacy-wrapper a {
            padding: 7% 0;
        }

}


.CIcourseHeaderWrapper {
    color: #fff;
    background-color: #364E72;
    margin: auto;
}

.CIcourseHeaderWrapper .CIcontainer {
    font-size: 24px;
    padding-top: 12px;
    height: 161px;
}

.CIcourseBody 
{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: -81px;
    /*margin-bottom: 15px;*/
}

.CIcourseContentHeader 
{
    background-color: #364E72;
    margin: -80px auto 0 auto;
}

body 
{
    background-color: #f1f1f1;
}
.CIcourseHeaderWrapper .top-bar .CIcontainer {
    padding-top: 0;
    height: 50px;
}
.CIcourseHeaderWrapper .top-bar .top-right-section {
    float: right;
}

.CIcourseHeaderWrapper .top-bar .current-header {
    max-width: 100%;
    display: inline-block;
}

.CIcourseHeaderWrapper .top-bar .current-header h1 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    line-height: 50px;
}
