/* @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700'); */

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed Bold';
    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'robotoregular';
        src: url('../fonts/roboto-regular.woff2') format('woff2'),
    url('../fonts/roboto-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'robotomedium';
        src: url('../fonts/roboto-medium.woff2') format('woff2'),
      url('../fonts/roboto-medium.woff') format('woff');
      font-weight: normal;
      font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold.woff2') format('woff2'),
    url('../fonts/roboto-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    /*Neutral Shades*/
    /* --pitsco-black: #231f20;
    --pitsco-slate-gray: #414653;
    --pitsco-dark-cool-gray: #505666;
    --pitsco-medium-gray: #626366;
    --pitsco-medium-cool-gray: #606A77; */
    /* --pitsco-light-gray: #e4e2e2; */
    /* --pitsco-light-gray: #1b2655;
    --pitsco-off-white: #ECEBED;
    --pitsco-white: #FCFAFA;
    --pitsco-blue-gray: #2E3648;
    --pitsco-dark-gray: #1A1D2A;
    --secondary-color: #EBE8E6; */

    /*Blue Shades*/
    /* --pitsco-blue: #00539f;
    --pitsco-normal-blue: #70a9c1;
    --pitsco-darker-blue: #508Aaa;
    --pitsco-active-blue: #46729E;
    --pitsco-hover-blue: #9bd4ef;
    --pitsco-hover-blue-light: #b4e4ff;
    --pitsco-blue-darker: #01366c; */
    /* --pitsco-blue-lighter: #0870D8; */
     /* --pitsco-blue-lighter: #1b2655; */

    /*Accent Shades*/

    /*Text Shades*/
    /* --text-primary: #414653; */

    /*Font*/
    /* --secondary-font: 'Roboto', 'Roboto Light', Helvetica, Arial, "Lucida Grande", sans-serif;
    --condensed-font: 'Roboto Condensed', 'Roboto', 'Roboto Light', Helvetica, Arial, sans-serif !important;
    --base-font: 'Roboto Light', 'Roboto',  Helvetica, Arial, "Lucida Grande", sans-serif;
    --header-font: 'Roboto Condensed Bold', 'Roboto Condensed' Verdana, Arial, Helvetica, sans-serif;
    --robotoregular:"robotoregular";
    --robotomedium:"robotomedium";
    --robotobold: 'robotobold'; */

    /* JRE Layout Variables */
    /* --standard-padding: 10px;
    --standard-margin: 10px; */

    /* Variables for Assessments */
    /* --assessment-nav-height: 100px;
    --assessment-status-message-font-size: 18px;
    --assessment-player-btn-hover-bg-position: 0 -96px;
    --assessment-player-btn-disabled-bg-position: 0 -128px;
    --assessment-btn-disabled-bg-position: 0 -260px;
    --assessment-btn-hover-bg-position: 0 -195px; */

    /* Variables for Borders */
    /* --standard-border-width: 1px;
    --standard-border-radius: 4px;
    --standard-border-style: solid;
    --standard-border-color: var(--pitsco-light-gray);
    --te-border-width: 4px; */

    /* Variables for Captions */
    /* --caption-padding: 5px;
    --caption-container-margin: 10px;
    --caption-border-width: 1px;
    --caption-border-radius: 4px;
    --caption-border-style: solid;
    --caption-border-color: var(--color-light); */

    /* Variables for JRE Colors */
    /* --notification-bg-color: var(--color-secondary);
    --caption-bg-color: var(--pitsco-light-gray); */
    /* --section-sidebar-select-bg-color: var(--pitsco-blue-lighter); */
}

.diviplbottom {
        position: fixed;
        bottom: 0;
        height: 45px;
        width: 100%;
        /* background-color: var(--pitsco-active-blue); */
        background-color: #FFFFFF;
        /* color: var(--text-white); */
        color: #1b2655;
        z-index: 10005;
        /* -webkit-box-shadow: 0 -2px 6px 1px rgba(0, 3, 10, .32);
        -moz-box-shadow: 0 -2px 6px 1px rgba(0, 3, 10, .32);
        box-shadow: 0 -2px 6px 1px rgba(0, 3, 10, .32); */

      font-family: var(--robotobold);
    }

/* Player controls - navigation at bottom in footer */

.plbtn, .plbtn-pause, .plbtn-cc, .plbtn-prev, .plbtn-replay, .plbtn-replay:hover, .plbtn-prev:hover, .plbtn-next, .plbtn-cc:hover, .plbtn-cc.active, .plbtn-next:hover, .plbtn-pause:hover, .active-cc, .plbtn-play, .plbtn-play:hover {
        border: 0;
        height: 31px;
        width: 28px;
        cursor: pointer;
        float: left;
        background: url('../../images/playericons.png') no-repeat scroll transparent;
    }

.plbtn-pause {
        background-position: -55px 1px;
    }

.plbtn-cc {
        background-position: -82px 1px;
    }

.plbtn-prev {
        background-position: 0 1px;
    }

.plbtn-replay {
        background-position: -27px 1px;
    }

.plbtn-replay:hover {
        background-position: -27px -29px;
    }

.plbtn-prev:hover {
        background-position: 0 -29px;
    }

.plbtn-next {
        background-position: -109px 1px;
    }

.plbtn-cc:hover {
        background-position: -82px -29px;
    }

.plbtn-cc.active {
        background-position: -82px -58px;
    }

.plbtn-next:hover {
        background-position: -109px -29px;
    }

.plbtn-pause:hover {
        background-position: -55px -29px;
    }

.active-cc {
        background-position: -82px -58px;
    }

.playerbuttons .pl-buttoninner{
        width: 170px;
        display: block;
    }

.playerbuttons {
        height: 30px;
        margin: 5px auto;
        width: 100%;
        padding: 0 5%;
    }

.playerbuttons .jre-student-name{
        font-size:18px;
        font-weight: bold;
        margin-top: 5px;
    }

.pl-buttoninner {
        width: 140px;
        margin: 0 auto;
    }

.pl-buttoninner button {
    margin-right: 1px;
}

.pl-buttoninner button, .pl-buttoninner button:active, .pl-buttoninner button:focus {
        outline: none;
    }

.plbtn-play {
        background-position: -136px 1px;
    }

.plbtn-play:hover {
        background-position: -136px -29px;
    }

.plbtn-play:disabled, .plbtn-pause:disabled, .plbtn-prev:disabled, .plbtn-next:disabled, .plbtn-cc:disabled {
        opacity: 0.5;
        pointer-events: none;
    }

.plbtn-replay{
  position: absolute;
  right: 40px;
}

.plbtn-cc{
  position: absolute;
  right: 5px;
}

body {
    font-family: var(--base-font);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--header-font);
    color: #3F4E68;
}

.h1, h1 {
    font-size: 34px;
    text-transform: uppercase;
}

.h2, h2 {
    font-size: 28px;
    text-transform: uppercase;
}

.h3, h3 {
    z-index: 1;
    font-size: 22px;
    margin-bottom: 4px;
}

.h5, h5 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 16px;
    padding-bottom: 1rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.h5:after, h5:after {
    content: "";
    background-color: var(--pitsco-active-blue);
    width: 22px;
    height: 6px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
}

body .jre-player {
	width: 100%;
	height: 100%;
	max-width: 100vw;
	max-height: 100vh;
	position: fixed;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: var(--base-font);
	-webkit-font-smoothing: antialiased;
	background-color: var(--pitsco-black);
	display: block;
	line-height: 1.25;
	letter-spacing: -0.2px;
	word-spacing: -0.5px;
}

.jre-player * {
    box-sizing: border-box;
    line-height: normal;
    line-height: initial;
    text-decoration: none;
}

.jre-player .book-content.expanded {
    width: 2000px !important;
    overflow: scroll !important;
}

.jre-player .playerouter {
    background: var(--pitsco-blue-gray);
    min-height: 300px;
    z-index: 10001;
    float: left;
    top: 50px;
    position: absolute;
    height: 100%;
    max-height: calc(100vh - 90px);
    overflow-x: hidden;
    overflow-y: visible;
    z-index: 1000;
}

.jre-player .plleft {
    background-color: var(--pitsco-blue-gray);
    height: 100%;
    display: inline-block;/*max-height: calc(100vh - 105px);*//*overflow-y: visible;*//*overflow-x: hidden;*/
    width: 100%;
}

.jre-player .plleft .extended-content-sidebar *, .jre-player .plleft .extended-content-viewer * {
    text-decoration: none;
    text-decoration: initial;
    padding: 10px;
}

.jre-player .plleft .extended-content-sidebar {
    min-width: 275px;
    width: 25%;
    height: 100%;
    position: relative;
    float: left;
    background: var(--pitsco-light-gray);
    border-right: 1px solid #B8B6B5;
    box-shadow: 2px 0 8px 0 rgba(0, 0, 0, .32);
    display: inline-block;
    max-height: calc(100vh - 105px);
    overflow: hidden;
    z-index: 1002;
    left: 0;
    top: 0;
    text-align: left;
    font-size: 15px;
    font-size: 15.5px;
    padding: 18px 3px 32px 4px;
    list-style: none outside none;
    margin: 0;
    word-wrap: break-word;
    cursor: auto;
    text-decoration: none;
    text-decoration: initial;
}

.jre-player .plleft .extended-content-sidebar .hideLinkInNewWindowCheckbox .rdw-link-modal{/*left: -90px; Naren */
    height: auto;
}

.jre-player .plleft .extended-content-sidebar .extended-form {
    background-color: #FFFFFF;
    padding: 20px 3px 30px 4px;
    display: block;
    width: 96%;
    margin: 0 auto;
    min-height: 20%;
    font-family: var(--secondary-font);
    border: 1px solid #D6D7D8;
    box-shadow: 0 1px 3px rgba(50, 65, 80, .08);
    border-radius: 6px;
}

.jre-player .plleft .extended-content-sidebar .description {
    background-color: #FFFFFF;
    padding: 20px 4px 30px 7px;
    display: block;
    width: 95%;
    margin: 0 auto;
    min-height: 20%;
    border: 1px solid #CACED7;
    border-radius: 9px;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, .12);
    font-family: var(--secondary-font);
}

.jre-player .plleft .extended-content-sidebar .description .alert {
    padding-left: 75px;
    background-color: var(--pitsco-light-gray);
}

.jre-player .plleft .extended-content-sidebar .description .alert .info-text {
    font-size: 13px !important;
    font-weight: 600 !important;
}

.jre-player .plleft .extended-content-sidebar .description .extended-content-viewer {
    padding: 12px 2px 20px 4px;
    font-size: 14px;/*IE Fallback*/
    font-size: 14.5px;
    letter-spacing: -0.4px;
    word-spacing: -0.8px;
    display: block;
    width: 100%;
    font-family: var(--secondary-font);
}

.jre-player .plleft .extended-content-sidebar .h5, .jre-player .plleft .extended-content-sidebar h5 {
    font-size: 16px;
    font-size: 16.5px;
    padding: 0 3px 9px 2px !important;
    margin: 0 4px 0 10px !important;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    word-spacing: -0.9px;
}

.jre-player .plleft .extended-content-sidebar .teacher-btn-container {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 10px;
}

.jre-player .plleft .book-content {
    width: 100%;
    display: block;
    height: 100%;
}

.jre-player .plleft .book-content a {
    color: #33A7FE;
    text-shadow: 0 1px 2px rgba(50, 140, 245, .65);
    text-shadow: 0 0.5px 2px rgba(50, 140, 245, .65);
    stroke: 0.1px rgba(250, 235, 10, .85);
    -webkit-text-stroke: 0.1px rgba(250, 230, 10, .8);
    -webkit-text-stroke: 0.07px rgba(250, 228, 10, .8);
    background-color: rgba(10, 3, 0, .03);
    padding: 1px 2px 0 2px;
    letter-spacing: 0.3px;
    word-spacing: 0.5px;
    cursor:pointer;
    transition-duration: 0.3s;
    text-decoration: none !important;
}

.jre-player .plleft .book-content a:hover {
    text-shadow: 0px 0.5px 4px rgba(70, 160, 255, .6);
    stroke: 0.1px rgba(250, 225, 10, .8);
    -webkit-text-stroke: 0.1px rgba(250, 228, 10, .5);
    background-color: rgba(15, 5, 0, .04);
    color: #43B3Ff;
    text-decoration: none !important;
}

.jre-player .node {
    position: absolute;
}

.jre-player .book-content-container {
    background-size: cover;
    -webkit-transition: all;
    -ms-transition: all;
    margin: 0 auto;
    position: relative;
    overflow: hidden;/*max-height: calc(100vh - 105px);*//*overflow-y: visible;*//* border: 1px solid #1b2655; *//* margin: 10px; */
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    height: 98vh !important;
    min-height: 768px;
    background-repeat: no-repeat !important;
}

.jre-player .selected-mc-answer {
    color: #EF1E25;
}

.jre-player .node.feedback-item {
    left: 0;
    bottom: 0;
    background-color: var(--notification-bg-color);
    font-weight: bold;
    word-break: normal;
    width: 100%;
    padding: 5px;
}

.jre-player .node.answer-node {
    word-break: normal;
    cursor: pointer;
}

.jre-player .node.button-node {
    cursor: pointer;
    border: 0;
    outline: 0;
    overflow: hidden;
}

.jre-player .te-node .button-node, .jre-player .te-node .textarea-node {
    z-index: 1;
}

.jre-player .node.ce-button {
    z-index: 1;
    outline: 0;
    border: 0;/* This overflow hidden currently breaks https://vnextdev.pitsco.com/view/modules/154/sections/774/pages/24
		(Energy, power and mechanics, session 2, page 24) for which we have no sane solution atm. */
    overflow: hidden;
}

.jre-player .overlay-mask {
    position: absolute;
    top: 0;
    bottom: 0;/* This z-index value should be the highest relative to other values */
    z-index: 100;
    width: 100%;
    height: 100%;
}

.jre-player .slideshow-node {/* slideshow-node should appear over the rest of the page underneath */
    position: absolute;
    z-index: 98;
}

.jre-player .animated-image-node {
    z-index: 1;
}

.jre-player .visibility-hidden {
    visibility: hidden;
}

.jre-player .jre-textarea {/* word-break here overrides book-content's word-break, which was stopping word wrapping */
    word-break: normal;
    resize: none;
    outline: 0;
    background: transparent;
    overflow: hidden;
}

.jre-player .caption {
    border: var(--caption-border-width) var(--caption-border-style) var(--caption-border-color);
    background-color: var(--caption-bg-color);
    border-radius: var(--caption-border-radius);
    padding: var(--caption-padding);
    word-break: normal;
    color: #001;
}

.jre-player .caption-inner-container {
    margin: var(--caption-container-margin);
    background-color: #FFFFFF;
    padding: 5px;
}

.jre-player .caption-outer-container {
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 101;
    opacity: 0.94;
}

.jre-player .caption-outer-video-container {
    top: 0;
    width: 100%;
    left: 0;
    z-index: 101;
    opacity: 0.88;
}

.jre-player .caption-outer-video-container .caption-inner-container {
    margin: 4px 8px 6px 8px;
}

.jre-player .dd-node {
    cursor: pointer;
}

.jre-player .range-field input {
    border-width: var(--te-border-width);
}

.jre-player .match-field input {
    border-width: var(--te-border-width);
}

.jre-player .text-field input {
    border-width: var(--te-border-width);
}

.jre-player .text-area input {
    border-width: var(--te-border-width);
}

.jre-player .flex-center-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.jre-player .jre-text-node {/* Setting this to a higher value may overflow text outside an image container on some slides. So the point
		of this is to restrict overflow outside a container which may be a background image the text is placed on top of. *//*font-size: var(--text-font-size);*/
    z-index: 1;
    word-break: normal;
}

.jre-player .jre-dd-node {
    z-index: 2;
}

.jre-player .jre h2, .jre-player .caption-inner-container .caption, .jre-player textarea {
    color: #001;
}

.jre-player video {
    z-index: 2;
}

.jre-player p{
    font-size: inherit;
}

.jre-player .hidden {
    display: none;
}

.jre-player .book-report-container {
    padding: 50px 55px;
    font-family: 'Times New Roman', Arial, sans-serif;
}

.jre-player .book-report-container h1 {
    font-weight: bold;
}

.jre-player .book-content-container hr {
    border: 0;
    height: 2px;
    background: #000;
}

.jre-player .mc-node-container .question-node {
    text-align: left;/* color: #000000 !important; */
}

/* .answer-node{
    color: #000000 !important;
  } */

.jre-player .assessment-question-node-container {
    color: #000;
}

/* Disabling the fullscreen button currently only works with webkit/Chrome. */

.jre-player video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.jre-player button, .jre-player input, .jre-player select, .jre-player textarea {
    padding: 0;
    margin: 0;
}

.jre-player .te-node .match-field {
    z-index: 2;
}

.jre-player .action-button-node button {/* Printing often takes place after a te-node interaction, so we need to show the button above the overlay  */
    z-index: 101;
}

.jre-player .fake-button {
    border-radius: 20px;
    width: 212px;
    height: 100px;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    padding: 30px 15px;
    border: 4px solid #333;
    text-align: center;
    background: rgb(83, 83, 83);/* Old browsers *//* FF3.6-15 *//* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(83, 83, 83) 0%,rgb(174, 174, 174) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#aeaeae',GradientType=0 );/* IE6-9 */
}

.jre-player .dd-target-overlay-div {
    position: relative;
    float: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
    @-moz-document url-prefix() {
        .book-content-container {
            transform: scale(0.7) !important;
            transform-origin: 0 0 !important;
                margin: 0 0px !important;
        }
    }
		.book-content-container
		{
				zoom:73% !important;
		}
}

@media screen and (max-width: 1366), screen and (max-height: 768px) {
	.book-content-container
	{
			zoom:73% !important;
			height: 768px;
    	/* width: 1025px;  this old*/
      width: 100% !important;
	}
}

@media (min-width: 1025px) and (max-width: 1223px) {
    @-moz-document url-prefix() {
        .book-content-container {
            transform: scale(0.8) !important;
            transform-origin: 0 0 !important;
                margin: 0 0px !important;
        }
    }
		.book-content-container
		{
				zoom:76% !important;
		}
}

@media (min-width: 1224px) and (max-width: 1400px)
 {
    @-moz-document url-prefix() {
        .book-content-container {
            transform: scale(0.7) !important;
            transform-origin: 0 0 !important;
                margin: 0 0px !important;
        }
    }
		.book-content-container
		{
				zoom: 72%!important;
		}
}

@media (min-width: 1401px) and (max-width: 1600px)
 {
    @-moz-document url-prefix() {
        .book-content-container {
            transform: scale(0.8) !important;
            transform-origin: 0 0 !important;
                margin: 0 0px !important;
        }
    }
		.book-content-container
		{
			zoom:86% !important;
        	/* zoom:100% !important; */
		}
}

@media (min-width: 1601px) and (max-width: 1800px)
 {
    @-moz-document url-prefix() {
        .book-content-container {
            transform: scale(0.9) !important;
            transform-origin: 0 0 !important;
                margin: 0 0px !important;
        }
    }
		.book-content-container
		{
				zoom:90% !important;
		}
}

@media (min-width:1824px) {
    @-moz-document url-prefix() {
        .book-content-container {
            transform: scale(0.9);
            transform-origin: 0 0;
                margin: 0 0px !important;
    }
}
.book-content-container
{
    zoom:110% !important;
}
}

/*
.jre-player .plleft .book-content{
  height: calc(100% - 70px) !important;
}

.jre-player.book-content{
  height: calc(100% - 70px) !important;
} */

.jre-player .jre-navbar {
    z-index: 1006;
    position: fixed;
    top: 0;
    width: 100%;
    height: 45px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d730f', endColorstr='#f7ed17', GradientType=0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, #8d730f 1%, #f7ed17 100%);
    z-index: 10005;
    background-color: var(--pitsco-active-blue);
    box-shadow: 0 2px 6px 1px rgba(0, 3, 10, .32);
}

.jre-player .viewer-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10005;/* background-color: var(--pitsco-active-blue); */
    background-color:#FFFFFF;/* background-color: #1b2655; *//* -webkit-box-shadow: 0 1px 3px 1px rgba(0, 3, 10, .24);
      -moz-box-shadow: 0 1px 3px 1px rgba(0, 3, 10, .24);
      box-shadow: 0 1px 3px 1px rgba(0, 3, 10, .24); */
    margin-right: 0px !important;
    margin-left: 0px !important;
    color: #1b2655;
    padding-top: 8px;
}

.jre-player .viewer-navbar-title {
    font-size: 20px;
    padding: 0 2%;
    line-height: 1.6;
    letter-spacing: -0.4px;
    font-weight: 600;
    transition-duration: 0.3s;/* text-shadow: 0 0 1px rgba(90, 80, 80, .25), 0 1px 0 rgba(255, 255, 255, 0.3); */
    min-width: 15%;
    padding-top: 5px;
}

.jre-player .viewer-navbar-title a, .jre-player .viewer-navbar-title a:hover {
    text-decoration: none !important;
    outline: none;
    color: #1b2655;
    font-family: var(--robotobold);
}

.jre-player .viewer-navbar-title.viewer-navbar-title-first-page {
    text-transform: capitalize;
}

.jre-player .dialogTitleFullScr, .jre-player .dialogTitleSmallFullScr, .jre-player .dialogTitleMediumFullScr {
    margin-left: 2%;
    color: #1b2655;/* font-family: var(--base-font); */
    font-family: var(--robotobold);
    font-weight: inherit;
    display: block;
    width: 100%;
    float: left;
    line-height: 1.6;
    font-size: 20px;/* text-shadow: 0 0 1px rgba(90, 80, 80, .25), 0 1px 0 rgba(255, 255, 255, 0.5); */
}

.jre-player .jre-close-btn{
    background-color: transparent;
    border: none;
}

.jre-player .jre-close-btn:active, .jre-player .jre-close-btn:focus{
    outline: none;
}

.jre-player .jre-close {
    color: #1b2655;
    position: relative;
    top: 6px;
    right: 6px;/* text-shadow: 1px 1px 6px rgba(0, 10, 20, .25) !important; */
    transition-duration: 0.3s;
    cursor: pointer;
}

.jre-player .jre-close:hover {
    text-shadow: 0 0 12px rgba(0, 0, 0, .55) !important;
    color: #fff !important;
}

.jre-player .page-title {
    margin-left: 20px;
    text-shadow: 0 0 5px rgba(30, 40, 50, .25) !important;
}

.glyphicon-remove:before{
  color: #1b2655;
}

/* .jre-player .node{
  width: 100%;
  height: 768px;

} */

.jre-player .plright {
    width: 210px;
    height: 100%;
    position: fixed;
    float: left;
    background: var(--pitsco-light-gray);
    border-left: 1px solid #B8B6B5;
    display: inline-block;
    max-height: calc(100vh - 95px);
    overflow-y: scroll;
    z-index: 1002;
    right: 0;
    top: 50px;
    box-shadow: -2px 0 8px 0 rgba(0, 0, 0, .32);
}

.jre-player .pagelist {
    height: 100%;
    width: 100%;
    display: inline-block;
    margin: 0;
    margin-top: 5px;
    text-align: left;
    overflow: hidden;
    font-size: 13px;
    padding: 0 0 32px 4px;
    list-style: none outside none;
}

.jre-player .book-sidebar a {
    font-family: var(--robotoregular);
    font-size: 14px;
    list-style: none outside none;
    margin: 0;
    word-wrap: break-word;
    cursor: pointer;/* color: var(--pitsco-blue-lighter); */
    color: #1b2655;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
    padding: 10px 2px 10px 10px;
}

.jre-player .book-sidebar a.dim {/* color: var(--pitsco-medium-gray); */
    color: #1b2655;
    opacity: 0.6;
    cursor: not-allowed;
}

.jre-player .book-sidebar .pagelist a.active {/* color: var(--section-sidebar-text-color); */
    color: #1b2655;
    font-family: var(--robotomedium);
    font-weight: 600;
}

.jre-player .book-sidebar button {
    font-family: var(--header-font);
    font-size: 14px;
    list-style: none outside none;
    margin: 0;
    word-wrap: break-word;
    cursor: pointer;
    color: var(--pitsco-blue-lighter);
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
    background-color: transparent;
    border: none;
    padding: 0 0 0 10px;
    letter-spacing: -0.3px;
}

.jre-player .book-sidebar button:active, .jre-player .book-sidebar button:focus {
    outline: none;
}

.jre-player .book-sidebar button.dim {
    color: var(--pitsco-medium-gray);
    opacity: 0.8;
    cursor: not-allowed;
}

.jre-player .book-sidebar .pagelist button.active {
    color: #EF1E25;
}

.jre-player .book-sidebar .section-select {
    background-color: var(--section-sidebar-select-bg-color);
    width: 100%;
    overflow:auto;
    font-family: var(--header-font);
    display: block;
    padding: 10px 70px 10px 13px !important;
    max-width: 100%;
    height: auto !important;
    border: 1px solid var(--secondary-color);
    border-radius: 3px;
    font-weight: 700;
    color: #1b2655;
    font-size: 14px;
    line-height: 16px;
}

.jre-player .book-sidebar .section-select:focus{
    outline:none;
}

.jre-player .book-sidebar .section-select> option{
    margin:3px;
    padding:6px 8px;
    text-shadow:none;
    color: var(--pitsco-blue-darker);
    background: var(--secondary-color);
    border-radius:3px;
    cursor:pointer;
}

.jre-player .bane {
    text-align: left;
}

.jre-player .bane a {
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 0 4px 2px;
    display: inline-block;
}

.moduleButtonRight {
    background: url('../../images/modules/arrowpack.png') -10px -10px no-repeat;
    width: 20px;
    height: 150px;
    position: absolute;
    margin-left: 0;
    right: -2px;
    cursor: pointer;
    top: calc(50vh - 150px);
    z-index: 1005;
}

.moduleButtonRight:hover {
    background: url('../../images/modules/arrowpack.png') -50px -10px no-repeat;
}

.moduleButtonLeft{
    background: url('../../images/modules/arrowpack.png') -90px -10px no-repeat;
    width: 20px;
    height: 150px;
    position: absolute;
    margin-left: 0;
    right: -1px;
    cursor: pointer;
    top: calc(50vh - 150px);
    z-index: 1005;
}

.moduleButtonLeft:hover {
    background: url('../../images/modules/arrowpack.png') -130px -10px no-repeat;
}

.extendedButtonRight {
    background: url('../../images/modules/arrowpack.png') -10px -10px no-repeat;
    width: 20px;
    height: 150px;
    position: absolute;
    margin-left: 0;
    left: -2px;
    cursor: pointer;
    top: calc(50vh - 150px);
    z-index: 1005;
}

.extendedButtonRight:hover {
    background: url('../../images/modules/arrowpack.png') -50px -10px no-repeat;
}

.extendedButtonLeft{
    background: url('../../images/modules/arrowpack.png') -90px -10px no-repeat;
    width: 20px;
    height: 150px;
    position: absolute;
    margin-left: 0;
    left: -1px;
    cursor: pointer;
    top: calc(50vh - 150px);
    z-index: 1005;
}

.extendedButtonLeft:hover {
    background: url('../../images/modules/arrowpack.png') -130px -10px no-repeat;
}

.jre-player .assessment-answer-selected {
    color: #EF1E25;
}

.jre-player .assessment-answer {
    cursor: pointer;
}

.jre-player .assessment-nav {
    height: var(--assessment-nav-height);
}

.jre-player .assessment-overlay-mask {
    position: absolute;
    top: 0;/* Bottom 100px - the bottom navigation area should not be covered with an overlay mask */
    bottom: var(--assessment-nav-height);/* This z-index value should be the highest relative to other values */
    z-index: 100;
    width: 100%;
}

.jre-player .assessment-button, .jre-player .assessment-continue, .jre-player .assessment-cancel, .jre-player .assessment-done {
    height: 65px;
    width: 125px;
    display: inline-block;
    cursor: pointer;
    border: 0;
    padding: 0;
    position: relative;
    top:-5px;
    outline:none;
}

.jre-player .assessment-button:focus, .jre-player .assessment-continue:focus, .jre-player .assessment-cancel:focus, .jre-player .assessment-done:focus {
    outline:none;
}

.jre-player .assessment-continue {
    background: url('../../images/modules/assess_continue.png') no-repeat;
    margin-left: 15px;
}

.jre-player .assessment-continue:hover:not([disabled]) {
    background-position: var(--assessment-btn-hover-bg-position);
}

.jre-player .assessment-cancel {
    background: url('../../images/modules/assess_cancel.png') no-repeat;
}

.jre-player .assessment-cancel:disabled {
    background-position: var(--assessment-btn-disabled-bg-position);
    cursor: default;
}

.jre-player .assessment-cancel:hover:not([disabled]) {
    background-position: var(--assessment-btn-hover-bg-position);
}

.jre-player .assessment-bottom-container {
    bottom: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.jre-player .assessment-top-container {
    top: 20%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 640px;
    word-break: break-word;
    color: #000;
}

.jre-player .assessment-player-button, .jre-player .assessment-play, .jre-player .assessment-pause {
    height: 32px;
    width: 25px;
    cursor: pointer;
    display: inline-block;
}

.jre-player .assessment-play {
    background: url('../../images/modules/assess_play.png') no-repeat;
    display: inline-block;
    bottom: 25px;
    left: 10px;
}

.jre-player .assessment-play:hover, .jre-player .assessment-pause:hover {
    background-position: var(--assessment-player-btn-hover-bg-position);
}

.jre-player .assessment-pause {
    background: url("../../images/modules/assess_pause.png") no-repeat;
    display: inline-block;
    bottom: 25px;
    left: 40px;
}

.jre-player .assessment-done {
    background: url("../../images/modules/assess_done.png") no-repeat;
}

.jre-player .assessment-done:disabled {
    background-position: var(--assessment-btn-disabled-bg-position);
    cursor: default;
}

.jre-player .assessment-done:hover:not([disabled]) {
    background-position: var(--assessment-btn-hover-bg-position);
}

.jre-player .assessment-controls-container {
    bottom: 0;
    left: 100px;
}

.jre-player .assessment-status-message {
    bottom: 10px;
    right: -3px;
    height: 50px;
    color: #FFFFFF;
    font-size: var(--assessment-status-message-font-size);
    width: 240px;
    word-break: break-word;
    text-align: center;
}

.jre-player .assessment-answer-message {
    bottom: 34px;
    left: 280px;
    color: #FFFFFF;
}

.jre-player .assessment-right-image {
    width: 47%;
    display: inline-block;
    padding: 0 2% 0 1%;
    float: right;
}

.jre-player .assessment-right-image img {
    max-width: 100%;
    height: auto;
}

.jre-player .assessment-left-question {
    width: 50% !important;
    display: inline-block;
    padding: 0 1% 0 2.2%;
}

.jre-player .assessment-content-container {
    top: 15%;
    width: calc(100% - 30px);
    word-break: break-word;
    text-align: left;
    margin-left:10px;
}

.jre-player .assessment-content-container .assessment-left-question p{
    padding: 0 0 20px 0;
    font-size: 110%;
}

.jre-player .assessment-content-container .assessment-left-question li{
    padding: 10px 0;
    font-size: 110%;
}

.jre-player .assessment-container {
    width: 100%;
    height: 100%;
    color: #000;
}

.jre-player .assessment-container h1{
    color: #000;
    float:left;
    font-size: 40px;
}

.jre-player .assessment-content-container .current-user {
    position: absolute;
    top: -90px;
    right: 17%;
    display: block;
    float: right;
    font-size: 30px;
    color: var(--pitsco-blue);
    font-weight: bold;
    text-transform: uppercase;
}

.jre-player .assessment-play:disabled, .jre-player .assessment-pause:disabled {
    background-position: var(--assessment-player-btn-disabled-bg-position);
}

.jre-player .question-count {
    transform: rotate(270deg);
    display: inline-block;
    position: absolute;
    text-transform: uppercase;
    bottom: 160px !important;
    left: -58px;
    font-size: 27px !important;
    letter-spacing: 0.4px;
    word-spacing:1.2px;
}

.jre-player .assessment-answer-selected {
        color: #1b2655;
        font-weight: 600;
    }

.jre-player .assessment-done:disabled{
  opacity: 0.7;
}

.jre-player .assessment-play:disabled, .jre-player .assessment-pause:disabled{
    opacity: 0.7;
}

.node.assessment-container{
  width: 100%;
  height: 768px;

}

.jre-player.book-content{
  height: calc(100% - 70px) !important;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loadermodule
{
position: absolute;
/* margin: -495px 162px; */
text-align: center;
top: 40%;
left: 34%
}

/*# sourceMappingURL=index.css.map */
