/*@charset "UTF-8";
	@namespace "http://www.w3.org/1999/xhtml";
@namespace epub "http://www.idpf.org/2007/ops";*/

@font-face {
	font-family: 'Conv_SourceSansPro-Light';
	src: url('../fonts/SourceSansPro-Light.eot');
	src: local('☺'), url('../fonts/SourceSansPro-Light.woff') format('woff'), url('../fonts/SourceSansPro-Light.ttf') format('truetype'), url('../fonts/SourceSansPro-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_InklingSerifWeb-Regular';
	src: url('../fonts/InklingSerifWeb-Regular.eot');
	src: local('☺'), url('../fonts/InklingSerifWeb-Regular.woff') format('woff'), url('../fonts/InklingSerifWeb-Regular.ttf') format('truetype'), url('../fonts/InklingSerifWeb-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_SourceSansPro-Regular';
	src: url('../fonts/SourceSansPro-Regular.eot');
	src: local('☺'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    font-family: "Conv_InklingSerifWeb-Regular", Georgia, serif;
    background: #f2f2f6;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.5;
	margin:0px;
	padding:0px;
	width:100%;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	
}

p {
	padding: 0;
	margin-bottom: 0px;
}

hgroup,
figure.block,
section {
	display: block;
}

hgroup#covertitle {
	margin-top: 4em;
}

hgroup#covertitle h2 {
	margin-left: 8em;
}

h1,
h2 {
	font-weight: normal;
}

h1 {
	margin-bottom: 0.3em;
}

h2 {
	margin-top: 0em;
	margin-left: 4em;
	font-size: 95%;
}

a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
}


/*---- Header -------*/

.header {
	background: linear-gradient(#f3f4f8, #eef1f3);
	height: 45px;
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	z-index: 99;
	padding: 0 15px;
	box-sizing: border-box;
}

.zoom-slider {
	display: flex;
	width: auto;
	float: right;
	margin: 0px !important;
	padding: 8px 8px 0;
	position: relative !important;
	right: unset !important;
	top: unset !important
}
.zoom-slider input#sliderInputBox {
	width: 0px !important;
	height: 0px !important;
}
.zoom-slider  #imageSlider {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    width: 80px !important;
    display: inline-block !important;
	margin: auto 15px !important;
}
button.btn-plus,
button.btn-minus {
	display: inline-block;
	height: 30px;
	width: 15px;
	cursor: pointer;
	border: none;
	padding: 0;
	background-repeat: no-repeat;
	background-size: 30px;
	background-color: transparent;
	font-size: 0px;
	color: transparent;
}

button.btn-plus {
	background-image: url(../images/navbar-plus.png);
	background-position: center 2px;
}

button.btn-minus {
	background-image: url(../images/navbar-minus.png);
	background-position: center 6px;
}

button.btn-plus:hover {
	background-position: center -37px;
}

button.btn-minus:hover {
	background-position: center -41px;
}

div#slider {
	display: inline-block;
	float: left;
	padding: 0 8px;
	margin-top: -2px;
}

.main-image-area {
	background-color: white;
	position: relative;
	margin: 44px auto 0;
	height: calc(100vh - 45px) !important;
	overflow: hidden;
}

.inner-image-area {
    height: 100%;
    display: block;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: relative;
    line-height: 0;
    margin: auto;
    min-height: auto;
	display: flex;
}

.inner-image-area img {
	width: 640px;
    margin: auto;
    /* display: flex; */
    align-items: center;
}

.pop-tip{
    border:4px solid #007cb6;
    border-radius:20px;
    padding: 13px 6px;
    top:18px;
    position:absolute;
    right:380px;
    z-index:999;
    cursor:pointer;
    color:#007cb6;
}
.pop-tip:after{
	background-image: url(../images/poptip-arrow.png);
    content: "";
    background-position:-1px 0;
    background-size:18px;
    height:13px;
    width:17px;
    top:27px;
    position:absolute;
    left:2px;
}
.show-labels{
	
    position: absolute;
    left: 10px;
    top: 16px;
    color: transparent;
    height: 32px;
    width: 128px;
    background: url(../images/test-btn.png) no-repeat;
    background-position: 0 -114px;
    background-repeat: no-repeat;
    background-size: 128px;
    z-index: 1;
    cursor: pointer;
    background-position: 0 0;
}
.main-document-area {
	background-color: white;
	position: relative;
	max-width: 979px;
	margin: 0 auto 0;
}

.container {
	display: flex;
	height: 100vh;
	width: 100vw;
}


/*----- Image Zoom -----*/

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	align-items: center;
}

.inner-image-area #img {}

input#slide[type=range] {
	-webkit-appearance: none;
	margin: 0;
	width: 90px;
	border-radius: 5px;
}

input#slide[type=range]:focus {
	outline: none;
}

input#slide[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
	background: #E8E8E8;
	border-radius: 5px;
	border: 0px solid #000101;
}

input#slide[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 1px 0 rgb(0 0 0 / 20%);
	border: 2px solid #fff;
	height: 13px;
	width: 13px;
	border-radius: 15px;
	background: #A2A2A2;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -5px;
}

input#slide[type=range]:hover::-webkit-slider-thumb {
	background: #007cb6;
}

/*-----  ques Ans  -----*/

.review {
	padding: 10px 120px;
	font-family: 'Conv_SourceSansPro-Regular';
	margin-top:40px;
}
.tab-content {
    height: 670px;
}
h1.review-heading {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 20px 0;
    font-family: "Conv_SourceSansPro-Light", Verdana, Helvetica, sans;
    font-size: 38px;
    font-weight: 200;
    line-height: 1.2;
    color: #5f1a65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

span.ans {
	color: #037bb5;
	display: inline-block;
	min-height: 1.6em;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0.3em 0;
	padding-left: 1.2em;
	background: url(../images/icon-arrow-show-blue.svg) no-repeat 0 0.2em;
	background-size: 1em auto;
	cursor: pointer;
	padding: 5px 14px 4px 30px;
	border-radius: 6px;
	background-position: 8px;
	margin-left: -5px;
	margin-top: 0px;
	font-family: "Conv_SourceSansPro-Light", Verdana, Helvetica, sans;
}

span.ans:hover {
	background-color: #f2f7fb;
}

.show-ans {
	background: url(../images/icon-arrow-hide-blue.svg) no-repeat 0 0.2em !Important;
	background-size: 1em auto !important;
	padding: 5px 14px 4px 30px !important;
	border-radius: 6px !important;
	background-position: 8px !important;
}

.answer {
	display: none;
}

ol.list-type {
	padding: 0px 20px;
}

::marker {
	color: #5f1a65;
	font-weight: 600;
	font-size: 17px;
	font-family: initial;
}

li ol {
	margin-left: -16px !important;
}

.Multiple-choice {
	list-style-type: none;
	text-align: center;
	padding-left: 0px;
}

.focus-input.active {
	outline: 2px solid #007cb6;
	color: #007cb6;
	outline-offset: -1px;
}

.focus-input {
	background: #fff;
	border-style: solid;
	border-color: #CDCDCD;
	border-width: 1px 1px 0 1px;
	padding: 16px 60px 16px 16px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	color: #b0b0b2;
	text-align: justify;
}

.focus-input.wrong {
	outline: 2px solid #cb272a;
	outline-offset: -1px;
	color: #cb272a;
	position: relative;
}

.focus-input.last-child {
	outline: 2px solid #63a83b;
	outline-offset: -1px;
	color: #63a83b;
	position: relative;
	border-bottom-width: 1px;
}

.answer-controls-check {
	display: flex;
	justify-content: space-between;
	padding-top:20px;
}

.answer-controls p,
.answer-controls-check p,
.try-again p {
	color: #9A9C9E;
	font-weight: 500;
	font-size: 14px;
	margin-top: 0px;
}

.correct {
	color: #63a83b;
	font-weight: 600;
	font-size: 14px;
}

.not-quite {
	color: #cb272a;
	font-weight: 600;
	font-size: 14px;
}

.text-link {
	color: #007cb6;
	cursor: pointer;
}

.check,
.check-try-again {
	border: none;
	outline: none;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 400;
	padding: 8px 12px;
	cursor: pointer;
	display: inline-block;
	background-color: #007cb6;
	float: right;
	margin-top: 20px;
}

.check-ans {
	border: none;
	outline: none;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 400;
	padding: 8px 12px;
	cursor: pointer;
	display: inline-block;
	background-color: #007cb6;
	float: right;
}

.try-again {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	padding-top:15px;
	border-top:1px solid #e6e6e6;
}

.check-try-again {
	margin-top: 0px!important;
}

.nav-link:hover {
	border: 0px;
}

.content-heading h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #b0b0b2;
	margin-bottom: 20px;
	margin-top: 0px;
}

.content-heading label {
	color: #007cb6;
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 14px;
}

.answer-controls {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
	margin-top:18px;
}

.feedback {
	font-weight: normal;
	color: #b0b0b2;
	display: block;
	margin-top: 5px;
	border-bottom: 1px solid #E6E6E6;
	padding: 15px 0 15px 0;
	font-size: 15px;
	line-height: 17px;
}

.feedback-header {
	color: #63a83b;
}
.mcq footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -18px;
}
footer {
	position: relative;
}

.arrow-mask
{
	position: absolute;
	height: 90px;
    width: 70px;
}

.arrow-mask.right {
    position: absolute;
    right: 0;
}
.neuromuscularfunction .arrow-left.outer, .neuromuscularfunction .arrow-right.outer {
    top: 28px;
}
.mcq .arrow-mask.left {
    background: url(../images/figure-arrow-mask-left.png);
	left: 0;
}

.mcq .arrow-mask.right {
	right: 0;
	z-index: 1;
    background: url(../images/figure-arrow-mask-right.png);
}
.neuromuscularfunction .arrow-left.outer {
    left: 15px;
}
.neuromuscularfunction .arrow-right.outer {
    right: 15px;
}
.arrow-left.outer,
.arrow-right.outer {
	background: url(../images/image-figure-controls.png);
	background-size: 211px;
	width: 30px;
	height: 43px;
	z-index: 204;
	position: absolute;
	top: 22px;
	cursor: pointer;
}

.arrow-right.outer {
	background-position: -107px 0;
	right: 19px;
}

.arrow-left.outer {
	background-position: -74px 0;	
    left: 15px;
	
}

.steps {
	background: #f2f2f6;
}

.step {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 15px;
	margin: 28px 4px;
	cursor: pointer;
	color: #848484;
	background: white;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #E3E3E3;
}

.step:hover {
	color: #007cb6;
	border: 1px solid #007cb6;
}
.step-active {
	opacity: 1;	
	color: #fff;
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 15px;
	margin: 28px 4px;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #E3E3E3;
	
}
.step-active[data-correct="true"] {
	background: #63a83b;
	background-image: url(../images/assessment-check-white.png);
	background-position: center;
	background-size: 24px;
	background-repeat: no-repeat;
}

.step-active[data-correct="false"] {
	background: #cb272a;
	background-image: url(../images/false.png);
	background-position: center;
	background-size: 24px;
	background-repeat: no-repeat;
}

.nav-link.active,
.nav-tabs .nav-link {
	border: none;
	background: none;
	padding: 0px;
}

.text-link {
	color: #007cb6;
	cursor: pointer;
}

.focus-input.wrong:after {
	position: absolute;
	top: 50%;
	background-size: 100%;
	margin-top: -12px;
	content: " ";
	left: auto;
	right: 20px;
	height: 24px;
	width: 24px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/x.png);
	line-height: 24px;
	padding: 0;
	box-sizing: border-box;
	color: #63a83b;
	font-size: 18px;
}

.focus-input.last-child:after {
	position: absolute;
	top: 50%;
	background-size: 100%;
	margin-top: -12px;
	content: " ";
	left: auto;
	right: 20px;
	height: 24px;
	width: 24px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/assessment-check-large.png);
	line-height: 24px;
	padding: 0;
	box-sizing: border-box;
	color: #63a83b;
	font-size: 18px;
}

.focus-input.tb {
	border-width: 1px 1px 1px 1px;
}

.tab-pane {
	display: none;
	padding: 10px 20px;
}

.tab-pane.active {
	display: block;
}

.nav.nav-tabs.md-tabs.nav-justified {
	flex-wrap: nowrap;
	display: flex;
	list-style: none;
	text-align: center;
	overflow: hidden;
	margin: 0px 22px;
}

/* img-slide */

.Nervous-system-header {
	background: #eef1f3;
	display: flex;
	justify-content: end;
	width: 600px;
	margin: 0px auto;
}

.buttonWrapper {
	display: flex;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-between;
}

button {
	border: none;
	padding: 4px;
	color: #232c3d;
	font-size: 18px;
	cursor: pointer;
}

.Nervous-system-main {
	width: 100%;
	height: calc(100% - 78px);
}
.Nervous-system {
	display: none;
	padding: 0;
    text-align: center;
    width: 100%;
}

.Nervous-system.active {
	display: flex;
}

.Nervous-system-images {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.slider-track-line {
	height: 16px;
}

.track {
	position: relative;
	top: 4.5px;
	height: 6px;
	background: #d9d9d9;
	border: #22adcc;
	box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
	transition: all 0.2s ease-out;
	cursor: pointer;
	border-radius: 14px;
}

.buttonWrapper {
	position: relative;
}

footer {
	position: relative;
}

.radio-button-1 {
	position: absolute;
	top: -17px;
	height: 17px;
	width: 17px;
	background: url(../images/timeline-dot-small.png), #d9d9d9;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-size: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
	-moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
}

.radio-button-2 {
	position: absolute;
	top: -17px;
	left: 33%;
	height: 17px;
	width: 17px;
	background: url(../images/timeline-dot-small.png), #d9d9d9;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-size: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
	-moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
}

.radio-button-3 {
	position: absolute;
	top: -17px;
	left: 67%;
	height: 17px;
	width: 17px;
	background: url(../images/timeline-dot-small.png), #d9d9d9;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-size: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
	-moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
}
.radio-button-4 {
	position: absolute;
	top: -17px;
	right: 0px;
	height: 17px;
	width: 17px;
	background: url(../images/timeline-dot-small.png), #d9d9d9;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-size: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
	-moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
}
.Nervous-system-slide .label {
    color: #6e6e70;
    font-size: 14px;
	font-family: 'Conv_SourceSansPro-Light';
	font-weight:600;
}
#draggableDot {
	position: absolute;
	top: 30px;
	height: 10px;
	width: 10px;
	background: #007cb6;
	border: 3px solid #fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: 0px 1px 0 rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 0 rgb(0 0 0 / 20%);
	z-index: 1;
}

span.nrvs-label.current-step {
    font-size: 16px;
}
.Nervous-system-images img {
    max-width: 100%;
}
.track:hover {
	height: 15px;
	top: 0px;
}

.marker-container-1 {
	position: absolute;
	width: 200px;
	margin-left: -92px;
	top: -36px;
	left: 39px;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
	text-overflow: ellipsis;
	-webkit-transition: all, 0.14s ease-out;
	-moz-transition: all, 0.14s ease-out;
	-ms-transition: all, 0.14s ease-out;
	transition: all, 0.14s ease-out;
}

.marker-container-2 {
	position: absolute;
	width: 200px;
	margin-left: -92px;
	top: -36px;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
	text-overflow: ellipsis;
	-webkit-transition: all, 0.14s ease-out;
	-moz-transition: all, 0.14s ease-out;
	-ms-transition: all, 0.14s ease-out;
	transition: all, 0.14s ease-out;
}

.marker-container-3 {
	right: -52px;
	position: absolute;
	width: 200px;
	margin-left: -92px;
	top: -36px;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
	text-overflow: ellipsis;
	-webkit-transition: all, 0.14s ease-out;
	-moz-transition: all, 0.14s ease-out;
	-ms-transition: all, 0.14s ease-out;
	transition: all, 0.14s ease-out;
}
.marker-container-4 {
	right: -52px;
	position: absolute;
	width: 200px;
	margin-left: -92px;
	top: -36px;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
	text-overflow: ellipsis;
	-webkit-transition: all, 0.14s ease-out;
	-moz-transition: all, 0.14s ease-out;
	-ms-transition: all, 0.14s ease-out;
	transition: all, 0.14s ease-out;
}

.marker-label-1,
.marker-label-2,
.marker-label-3,
.marker-label-4 {
	display: inline;
	line-height: 31px;
	text-align: center;
	padding: 6px 10px;
	border-radius: 2px;
	color: white;
	font-weight: 600;
	pointer-events: none;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
	background-size: 100%;
	background-image: linear-gradient(#3b3a3a, #2a2a2a);
	transition: all, 0.14s ease-out;
	transform: scale(0.8) translate(0, 10px);
	font-size: 12px;
}

.marker-container-1:hover,
.marker-container-2:hover,
.marker-container-3:hover,
.marker-container-4:hover {
	opacity: 0;
}

.footer .subcaption {
    position: absolute;
    bottom: 78px;
    left: 0;
    right: 0;
    z-index: 203;
    text-align: center;
    padding: 1.6em;
    color: #191919;
    background-color: rgba(255,255,255,0.8);
    border-top: 1px solid #f7f7f7;
    font-size: 14px;
	line-height: 16px;
	display: none;
	font-family: 'Conv_SourceSansPro-Light';
	font-weight:600;
	
}
.footer .subcaption.active{
	display: block;
}

.range {
	background-color: lime;
	height: 15px;
	width: 10px;
	position: relative;
	top: 2px;
	box-shadow: inset 0px 0px 10px black;
}

.Nervous-system-slide {
	background-color: #f2f2f6;
	border-top: 1px solid #f2f2f6;
	border-bottom: 1px solid #f2f2f6;
	padding:30px 60px 10px 60px;
	-webkit-box-shadow: 0 -1px 1px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 -1px 1px rgb(0 0 0 / 10%);
}

.slider-track {
	top: 13px;
	height: 4px;
	background: #E8E8E8;
	border: #22adcc;
	border-radius: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
	-moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
	position: absolute;
	left: 0;
	top: 0;
}

.handel {
	appearance: none;
	top: 14px;
	height: 13px;
	width: 13px;
	margin-top: -6.5px;
	margin-left: -6.5px;
	background: #A2A2A2;
	border: 2px solid #FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 1px 0 rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 0 rgb(0 0 0 / 20%);
	cursor: pointer;
}

.nrvs-label {
    color: #6e6e70;
    font-size: 14px;
    font-family: "Conv_SourceSansPro-Light",Verdana,Helvetica,sans-serif;
    font-weight: 600;
}

.neuromuscularfunction .footer {
	bottom: 0px;
	position: absolute;
	left: 0;
	right: 0;
}
.neuromuscularfunction .slider-tab {
	bottom: 0px;
	position: absolute;
	left: 0;
	right: 0;
}

/* transcription */

.content-container {
	width: 979px;
	margin: 0px auto;
	position: relative;
}

.document-area {
	background: #fff;
	padding:0px;
	overflow: hidden;
}

.document-area h1 {
	font-weight: 700;
	color: rgba(0, 0, 0, 0.6);
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.document-area h2 {
	font-weight: 600;
	color: #00233f;
	font-size: 1.7em;
	margin: 1.3em 0 0.5em 0;
}

.def-img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left: 5px;
}

.link-inline {
	display: inline;
	color: #006bb2!important;
	text-decoration: none;
	margin-right: 0.2em;
	padding: 0.1em 1.2em 0.1em 0;
	background: url(../images/icon-link-blue.svg) right center no-repeat;
	background-size: 1em auto;
	margin: 0px 5px;
}

.table-title {
	padding-top: 20px;
}

.table-designation,
.table-enumeration {
	font-weight: 600;
	margin-right: 5px;
}

.table-caption {
	font-weight: 400;
}

.table-4-1 {
	border-collapse: collapse;
	margin-top: 20px;
	width: 620px;
}

.table-4-1 td {
	background: #2A9296;
	color: #fff;
	border: 1px solid #55a8ab;
	font-weight: 700;
	padding: .18em .6em;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}

.table-title tbody td {
	background: #DFEFCC!important;
	color: #000;
	border: 1px solid #336a97;
	padding: .18em .6em;
	font-weight: 400;
	font-size: .9em;
	text-align: left;
}

.table-4-1 tfoot td {
	font-size: .9em;
	color: #666;
	line-height: 1.4;
	border: 1px solid #336a97;
	background: transparent !important;
	font-weight: 400;
	padding: 20px 10px 5px 10px;
}

.document-area ul {
	list-style-type: none;
}

.document-area ul li img {
	width: 2.08em;
	vertical-align: middle;
	margin: 0px .3em;
}

.img-inline {
	width: 1.33em!important;
	margin: 0px .3em;
}

.img-mouse {
	width: 1.18em;
	vertical-align: middle;
	margin: 0px 5px;
}

.fig-img {
	margin-top: 1em;
	text-align: center;
}

.zinc-fig a {
	padding: 5px;
}

.document-area figcaption {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: .7em;
	font-weight: 400;
	line-height: 1.35em;
}

.document-area figcaption span {
	padding-left: 10px;
	letter-spacing: 1px;
}

.document-area h3 {
	line-height: 1.2;
	color: #00457D;
	font-weight: 700;
	font-size: 1.4em;
	margin: 1em 0 0.4em 0;
}

.zinc-fig {
	border: 1px solid #59B0DD;
	text-align: center;
}

.zinc-fig-content {
	font-size: .8em;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: right;
	padding: 4px 15px;
	border: 1px solid #59B0DD;
	text-transform: uppercase;
	border-bottom: none;
	background-color: #e7f0f7;
	color: #006bb2;
	margin-top: 15px;
}

.zinc-fig-content img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-left: 5px;
}

.document-area figure,
.regulatory-img {
	text-align: center;
	margin-top: 20px;
}

.document-area:before {
	/*content: '';
	display: block;
	width: 3.5em;
	height: 10px;
	position: absolute;
	top: 0;
	background: #27772A;*/
}

.link-inline:hover {
	background-color: #f2f7fb;
}

.fig-images:hover,
.zinc-fig a:hover,
.figure-images:hover {
	background: #f2f7fb;
}

.fig-images,
.zinc-fig a {
	display: block;
	text-align: center;
}

.figure-images img {
	width: calc(100% - 10px);
}

.figure-images {
	display: block;
	padding: 5px;
}

.zinc-fig-content img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}


/* img -8 */

.column1 {
	float: left;
	width: 256px;
	height: 256px;
}

.column2 {
	float: left;
	width: 256px;
	height: 256px;
}

.column3 {
	float: left;
	width: 256px;
	height: 144.42px;
}

.sensory-ending {
	width: 654px;
	height: 268px;
	margin: 0px auto;
	padding-top: 10px;
}

@media screen and (max-width:767px) {
	.review {
		padding: 10px 20px;
	}
	.inner-image-area img {
		width: auto!important;
		max-width: 100%;
	}
}

.main {
	position: fixed;
	right: 90px;
	top:7px;
}
input#sliderInputBox {
	width:90px;
	border: none;
	background: transparent;
}
#imageSlider {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 2px;
	left: 16px;
	width: 77px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	top: 14px;
	height: 9px;
	width: 9px;
	margin-top: -6px;
	margin-left: -6.5px;
	background: #A2A2A2;
	border: 2px solid #FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 1px 0 rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 1px 0 rgb(0 0 0 / 20%);
	cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle {
	top: 1px;
	margin-left: -7px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-handle:hover, .ui-slider .ui-slider-handle:focus {
	background: #007cb6;
    outline: 2px solid;
    border-radius: 50%;
}

.ui-slider-handle {
	font-size: small !important;
	outline: none;
}
.ui-slider-horizontal {
	height: .4em;
}
.ui-widget.ui-widget-content {
	top: 13px;
	height: 4px;
	background: #E8E8E8;
	border: #22adcc;
	border-radius: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
	-moz-box-shadow: 0px 1px 0 rgba(0,0,0,0.08) inset;
	box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
}

/************* slide show page css *************/
.main-slider-area {
	background-color: white;
	position: relative;
	margin: 44px auto 0;
	height: calc(100vh - 44px);
	overflow: hidden;
}
.main-slider-area img {
	vertical-align: middle;
}
.main-slider-area .holder {
	width: 100%;
	height: calc(100% - 90px);
}
.main-slider-area .thumbnail_main {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	background-color: #f2f2f6;
	border-top: 1px solid #f2f2f6;
}
.main-slider-area .thumbnail_main .column {
	height: 40px;
	width: 40px;
	border: 3px solid white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto 5px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
	cursor: pointer;
	position: relative;
}
.main-slider-area .thumbnail_main .column.active, 
.main-slider-area .thumbnail_main .column:hover {
	border: 3px solid #007cb6;
}
.main-slider-area .thumbnail_main .column_inner {
	-webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
	-webkit-transition: all,0.14s ease-out;
	-moz-transition: all,0.14s ease-out;
	-ms-transition: all,0.14s ease-out;
	transition: all,0.14s ease-out;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	background: white;
	border: 5px solid white;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	bottom: 52px;
	left: -30px;
	z-index: 100;
	opacity: 0;
	width: 100px;
	height: 100px;
	pointer-events: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main-slider-area .thumbnail_main .column:hover .column_inner {
	opacity: 1;
}
.holder::-webkit-scrollbar {
	display: none;
}

/* Hide the images by default */
.slides {
	display: none;
}
.slides.inner-slide-area {
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
.prevContainer,
.nextContainer {
	margin: auto 5px;
}
.prevContainer a,
.nextContainer a {
	width: 40px;
	height: 40px;
	background: url(../images/image-figure-controls.png) no-repeat;
	background-size: 211px;
	display: block;
	cursor: pointer;
}
.prevContainer a {
	background-position: -72px 0;
}
.prevContainer a:hover {
	background-position: -37px 0;
}
.nextContainer a {
	background-position: -102px 0;
}
.nextContainer a:hover {
	background-position: -137px 0;
}

/* Container for image text */
.caption-container {
	width: 100%;
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 0;
	z-index: 99;
	font-weight: 400;
	text-align: center;
	padding: 1.6em;
	color: #191919;
	background-color: rgba(255,255,255,0.8);
	border-top: 1px solid #f7f7f7;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	box-sizing: border-box;
	font-family: 'Conv_SourceSansPro-Regular',Verdana,Helvetica,sans-serif;
}
.caption-container #caption {
	text-align: center;
	margin: 0;
}

/* Add a transparency effect for thumbnail images */
.slide-thumbnail {
	width: 100%;
	opacity: 0.6;
	cursor: pointer;
}
.active,
.slide-thumbnail:hover {
	opacity: 1;
}
.visually-hidden {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
    clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
    clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
    white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}
.disabled {
	pointer-events: none;
	color: lightgray!important;
}

/*----------------------Audio------------------------------------------*/

.book {
    height: 100%;
    width: 100%;
}
.center-in-display {
    margin: auto;
    min-width: 320px;
    -webkit-transition-property: padding-right, padding-left;
    -moz-transition-property: padding-right, padding-left;
    -ms-transition-property: padding-right, padding-left;
    transition-property: padding-right padding-left;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.bottom-bar-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
body.has-bottom-bar .bottom-bar, body.has-bottom-bar .bottom-bar-container {
    display: block;
}
body:not(.fixed-width-content).html-exhibit .center-in-display, body:not(.fixed-width-content).audiofigure-exhibit .center-in-display, body:not(.fixed-width-content).assessment-exhibit .center-in-display {
    max-width: 979px;
}
body.has-bottom-bar .bottom-bar, body.has-bottom-bar .bottom-bar-container {
    display: block;
}
.bottom-bar .inline-audio {
    position: relative;
    margin: 0 15px;
    background-color: transparent;
    opacity: 1;
    cursor: default;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
body.audiofigure-exhibit .bottom-bar .inline-audio {
    margin: auto;
}
.bottom-bar .inline-audio .subcaption {
    font-weight: 500;
    text-align: center;
    padding: 1.6em;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #f7f7f7;
    font-size: 12px;
    color: #16161e;
    -moz-user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.subcaption h1 {
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 600;
	font-family: 'Conv_SourceSansPro-Regular',Verdana,Helvetica,sans-serif;
}
.book iframe, .book .overlay, .book .controls, .sdk iframe, .sdk .overlay, .sdk .controls {
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    opacity: 1;
}
.bottom-bar .inline-audio .controls {
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #FFFFFF;
    background-image: url(../images/audio-figure-volume-indicator.png) no-repeat;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f8f9), color-stop(100%, #f3f2f3));
    background-image: -webkit-linear-gradient(#f9f8f9, #f3f2f3);
    background-image: -moz-linear-gradient(#f9f8f9, #f3f2f3);
    background-image: -ms-linear-gradient(#f9f8f9, #f3f2f3);
    background-image: linear-gradient(#f9f8f9, #f3f2f3);
}

.media-controls {
    height: 41px;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
	width: 96%;
    margin: 0 auto;
}
.media-controls .play-pause.play {
    cursor: pointer;
}
.media-controls .play-pause {
    position: absolute;
    top: 0px;
    height: 41px;
    width: 41px;
    background: url(../images/play-pause@2x.png) no-repeat;
    background-size: 40px;
}
.media-controls .slider-wrapper {
    position: absolute;
    top: 10px;
    left: 58px;
    right: 124px;
    height: 20px;
}
.slider.media {
    height: 15px;
}
.slider, .slider * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slider {
    height: 10px;
    position: relative;
}
.slider.media .track, .slider.media .loading, .slider.media .progress {
    top: 4.5px;
    height: 6px;
    background: #d9d9d9;
    border: #22adcc;
    border-radius: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
    -moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
    -webkit-transition-property: height, top;
    -moz-transition-property: height, top;
    -ms-transition-property: height, top;
    transition-property: height, top;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.slider .track {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.slider.media .handle {
    top: 7.5px;
    height: 13px;
    width: 13px;
    margin-top: -6.5px;
    margin-left: -6.5px;
    background: #007cb6;
    border: 3px solid #FFF;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    -webkit-box-shadow: 0px 1px 1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px rgb(0 0 0 / 30%);
}
.slider .handle {
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    position: absolute;
    cursor: pointer;
    z-index: 205;
}
.slider.media .loading {
    background-color: rgba(0, 0, 0, 0.1);
}
.slider.media .loading {
    -webkit-transition-property: height, top, width;
    -moz-transition-property: height, top, width;
    -ms-transition-property: height, top, width;
    transition-property: height, top, width;
}
.slider.media .track, .slider.media .loading, .slider.media .progress {
    top: 4.5px;
    height: 6px;
    background: #d9d9d9;
    border: #22adcc;
    border-radius: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
    -moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
    -webkit-transition-property: height, top;
    -moz-transition-property: height, top;
    -ms-transition-property: height, top;
    transition-property: height, top;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.slider.media .loading, .slider.media .progress, .slider.media .value-marker {
    position: absolute;
}
.slider.media .progress {
    -webkit-box-shadow: 0 1px 0 #fafafa, 0px 1px 0 rgb(0 0 0 / 8%) inset;
    -moz-box-shadow: 0 1px 0 #fafafa, 0px 1px 0 rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fafafa, 0px 1px 0 rgb(0 0 0 / 8%) inset;
    border-radius: 3px 0 0 3px;
    background: #007cb6;
}
.slider.media .track, .slider.media .loading, .slider.media .progress {
    top: 4.5px;
    height: 6px;
    background: #d9d9d9;
    border: #22adcc;
    border-radius: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
    -moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
    -webkit-transition-property: height, top;
    -moz-transition-property: height, top;
    -ms-transition-property: height, top;
    transition-property: height, top;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.slider.media .loading, .slider.media .progress, .slider.media .value-marker {
    position: absolute;
}
.bottom-bar .inline-audio .controls .slider.media .timecode-marker {
    display: none;
}
.slider.media .timecode-marker {
    position: absolute;
    text-align: center;
    background: white;
    width: 40px;
    padding: 5px 0 4px 0;
    margin-left: -20px;
    top: -25px;
    left: 0;
    opacity: 0;
    font-size: 13px;
    font-weight: 500;
    color: #16161e;
}
.volume-slider-out {
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    background-color: none;
    width: 34px;
    height: 45px;
    box-shadow: none;
    border-radius: 3px;
}
.volume-slider-out:hover {
	background-color: white;
	box-shadow: 0px 0 5px rgb(0 0 0 / 20%);
	height: 150px;
}

.media-controls .volume.muted {
    background-position: 0 -77px !important;
    background-size: 22px;
}
.media-controls .volume.volume-med {
    background-position: 0 -25px !important;
    background-size: 22px;
}
.media-controls .volume.volume-low {
	background-position: 0 -51px !important;
}
.media-controls .volume {
    position: absolute;
    bottom: 12px;
    right: 6px;
    height: 19px;
    width: 22px;
    cursor: pointer;
    background: url(../images/audio-figure-volume-indicator.png) no-repeat;
    background-size: 22px;
    background-position: 0 0 !important;
}

.media-controls .volume .slider-container::after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    background:  url(../images/audio-figure-volume-indicator.png) no-repeat;
    background-size: 22px;
    position: absolute;
    left: 21px;
    top: -4px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	background-size: 22px;
    background-position: 0 0;
}
.media-controls .volume.volume-med .slider-container::after {
    background-position: 0 -25px;
}
.media-controls .volume.volume-low .slider-container::after {
	background-position: 0 -51px;
}
.media-controls .volume.muted .slider-container::after {
	background-position: 0 -77px;
}
.media-controls .volume:hover .slider-container {
    opacity: 1;
    top: 16px;
}
.media-controls .volume.show .slider-container {
	opacity: 1;
	top: 16px;
}
.media-controls .volume .slider-container {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 16px;
    left: 9px;
    width: 150px;
    height: 34px;
    border-radius: 3px;
    -webkit-box-shadow: -1px 0 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: -1px 0 3px rgba(0,0,0,0.2);
    box-shadow: -1px 0 3px rgb(0 0 0 / 20%);
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    cursor: auto;
    opacity: 0;
}
.media-controls .volume .mute-button {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 24px;
    top: -5px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 100;
    cursor: pointer;
    background-size: 22px;
}
.media-controls .volume-slider-out .volume-slider {
    position: absolute;
	display: none;
	transform: rotate(-90deg);
    right: -30px;
    top: 58px;
    width: 94px;
    height: 6px;
    cursor: pointer;
    background: #E8E8E8;
    border: #22adcc;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #fafafa, 0px 1px 0 rgb(0 0 0 / 8%) inset;
    -moz-box-shadow: 0 1px 0 #fafafa,0px 1px 0 rgba(0,0,0,0.08) inset;
    box-shadow: 0 1px 0 #fafafa, 0px 1px 0 rgb(0 0 0 / 8%) inset;
}
.volume-slider-out:hover .volume-slider {
	display: block;
}
.volume-slider-out.show .volume-slider {
	display: block;
}
.volume-slider-out.show {
	background-color: white;
    box-shadow: 0px 0 5px rgb(0 0 0 / 20%);
    height: 150px;
}

.slider .track {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.slider {
    height: 10px;
    position: relative;
}
.media-controls .volume-slider-out .volume-slider .handle1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: -5px;
    width: 13px;
    height: 13px;
    background: #A2A2A2;
    border: 2px solid #FFF;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: -1px 0 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: -1px 0 0 rgba(0,0,0,0.2);
    box-shadow: -1px 0 0 rgb(0 0 0 / 20%);
    position: relative;
    top: -3px;
}
.media-controls .volume-slider-out .volume-slider .handle1:hover {
	background: #007cb6;
}
.slider .handle1 {
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    position: absolute;
    cursor: pointer;
    z-index: 205;
}
.media-controls .time {
    position: absolute;
    top: 9px;
    right: 38px;
    width: 82px;
    font-size: 13px;
    font-weight: 400;
    color: #A3A3A3;
    text-align: right;
}
.media-controls .play-pause.play:hover {
    background-position: 0 -159px;
}
.media-controls .play-pause.play {
    background-position: 0 -119px;
}
.media-controls .play-pause.play:active {
    background-position: 0 -200px;
}
.media-controls .play-pause.pause:hover {
    background-position: 0 -40px;
}
.media-controls .play-pause.pause {
    background-position: 0 0px;
}
.media-controls .play-pause.pause:active {
    background-position: 0 -80px;
}
.media-controls .play-pause{
    cursor: pointer;
}
.slider.media .progress {
    -webkit-box-shadow: 0 1px 0 #fafafa, 0px 1px 0 rgb(0 0 0 / 8%) inset;
    -moz-box-shadow: 0 1px 0 #fafafa,0px 1px 0 rgba(0,0,0,0.08) inset;
    box-shadow: 0 1px 0 #fafafa, 0px 1px 0 rgb(0 0 0 / 8%) inset;
    border-radius: 3px 0 0 3px;
    background: #007cb6;
}
.slider.media .loading {
    background-color: rgba(0,0,0,0.3);
}
div#volumeSlider .track:hover {
    height: 6px;
    top: 0px;
}





/*********** HOTSPOT SCREEN CSS ***********/
.hotspot-slider-area .caption-container {
    padding: 20px !important;
}
.hotspot-slider-area {
	background-color: white;
	position: relative;
	margin: 44px auto 0;
	height: calc(100vh - 44px);
	overflow: hidden;
}
.hotspot-slider-area img {
	vertical-align: middle;
}
.hotspot-slider-area .holder {
	width: 100%;
	height: 100%;
}
.hotspot_thumbnail_main {
	width: 65px;
	height: 100%;
	padding-top: 20px;
	right: 0;
	position: absolute;
	bottom: 0;
	z-index: 99;
	border-top: 1px solid #f2f2f6;
	box-sizing: border-box;
}
.hotspot_thumbnail_main .column {
	height: 38px;
	width: 38px;
	border: 3px solid white;
	margin: 10px 0;
	box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
	cursor: pointer;
	position: relative;
	padding: 3px;
	background-color: #fff;
}
.hotspot_thumbnail_main .column img {
	height: 100%;
	width: 100%;
}
.hotspot_thumbnail_main .column:hover {
	border: 3px solid #007cb6;
}
.hotspot-slider-area .caption-container {
	bottom: 0;
	box-sizing: border-box;
	padding: 0;
}
.caption-container #caption {
	padding:0;
}
.hotspot-slider-area .hotspot_slide_wrap2, 
.hotspot-slider-area .hotspot_slide_wrap1 {
	position: relative;
}
.hotspot-slider-area .hotspot_slide_wrap1 span:first-child {
	position: absolute;
	left: 50%;
	top: 2%;
	transform: translate(-50%, 0);
	width: 30%;
	display: block;
	height: 32%;
	cursor: pointer;
}
.hotspot-slider-area .hotspot_slide_wrap1 span:nth-child(2) {
	position: absolute;
	left: 1.5%;
	top: unset;
	width: 47%;
	display: block;
	height: 48%;
	bottom: 1.5%;
	cursor: pointer;
}
.hotspot-slider-area .hotspot_slide_wrap1 span:nth-child(3) {
	position: absolute;
	left: unset;
	top: unset;
	width: 47%;
	display: block;
	height: 48%;
	bottom: 1.5%;
	right: 1%;
	cursor: pointer;
}
.hotspot-slider-area .hotspot_slide_wrap2 span:first-child {
	position: absolute;
	left: 7%;
	top: 6%;
	width: 10%;
	display: block;
	height: 79%;
	cursor: pointer;
}
.hotspot-slider-area .hotspot_slide_wrap2 span:nth-child(2) {
	position: absolute;
	top: 5%;
	width: 12.5%;
	display: block;
	height: 87%;
	cursor: pointer;
	right: 10.5%;
}

/* immuno */
.immuno-images img{
	height:460px;
	margin-left:-4px;
}
.immuno-images{
	text-align: center;
}
.slide-8.inner-image-area{
	padding-top:39px;
}


/**************** slide_8 css *************/
.main-slider-area.slide7 .inner-slide-area, 
.hotspot-slider-area .slide8.inner-slide-area {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
}
.slide7 #img {
	max-width:407px!important; 
	width:407px!important; 
	height:400px; 
}
.poptip_btn {
	background-image: url(../images/image_figure_test_yourself_btn.png);
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 16px;
	color: transparent;
	height: 32px;
	width: 128px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 128px;
	z-index: 9;
}
.poptip_btn:hover {
	background-position: 0 -38px;
}
.poptip_btn.show-poptip {
	background-position: 0 -114px;
}
.poptip_btn.show-poptip:hover {
	background-position: 0 -152px;
}
#image-map {
	position: relative;
	width: auto !important;
	height: auto !important;
	display: inline-block;
}
.slide8 .tooltip-down, .slide8 .tooltip-up, .slide8 .tooltip-left, .pin {
	display: none;
}
.tooltip-up, .tooltip-down, .tooltip-left {
	position: absolute;
	width: 26px;
	height: 30px;
	border: 3px solid #007cb6;
	background: white;
	color: #007cb6;
	font-size: 16px;
	font-weight: 700;
	border-radius: 16px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 35%);
}
.tooltip-up:after, .tooltip-down:after, .tooltip-left:after {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	content: "";
	position: absolute;
	height: 13px;
	width: 17px;
	background-image: url(../images/web_arrow_poptip.png);
	background-position: -1px 0;
	background-size: 18px;
	left: 50%;
	margin-left: -8.5px;
	bottom: -13px;
}
.tooltip-up:after {
	top: 50%;
	margin-top: -8.5px;
	right: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	left: unset;
}
.tooltip-left:after {
	top: 50%;
	margin-top: -8.5px;
	right: unset;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	left: 0;
	margin-left: 0;
}
.tooltip {
	display: none;
	border-radius: 8px;
	width: auto;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: unset;
	right: -1px;
	z-index: 999;
	padding: 10px;
	color: #222;
	background: #fff;
	border: 3px solid #007cb6;
	box-sizing: border-box;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 35%);
	cursor: auto;
}
.tooltip-down .tooltip {
	top: unset;
	right: unset;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.tooltip .pin-inner-txt {
	overflow-x: hidden;
	overflow-y: auto;
	font-weight: 400;
	text-align: left;
	width: 249px;
	max-height: 168px;
}
.tooltip .pin-inner-txt p {
	line-height: 1.45em;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: 400;
}

/*-------------------------------Video------------------------------------*/
video {
    width: 100%;
}

.tooltip .pin-inner-txt p b {
	font-size: 16px;
	font-weight: 700;
	color: #007cb6;
}


/**************** slide_7 css *************/
.main-slider-area.slide7 .thumbnail_main .column {
	height: 27px;
	width: 27px;
	background: #fff;
	border: 1px solid #E6E6E6;
	color: #a2a2a2;
	font-size: 15px;
	font-weight: 600;
	line-height: 27px;
	border-radius: 100px;
	text-align: center;
	margin: 17px 3px;
	box-shadow: none;
}
.main-slider-area.slide7 .thumbnail_main .column:hover {
	border: 1px solid #007cb6;
	color: #007cb6;
}
.main-slider-area.slide7 .thumbnail_main .column.active {
	background: #007cb6;
	border: 1px solid #007cb6;
	color: #fff;
}

.refreshContainer {
	position: relative;
	width: 40px;
	height: 40px;
	margin: auto 5px;
}
.refreshContainer .refresh_btn {
	margin-top: 5px;
	margin-left: 5px;
	width: 33px;
	height: 33px;
	background-image: url('../images/guided_tour_refresh_button.png');
	background-size: 102px;
	background-position: 7px 0;
	cursor: pointer;
}
.refreshContainer .refresh_btn:hover {
	background-position: -30px 0;
}
.refreshContainer:after {
	content: " ";
	display: block;
	position: absolute;
	width: 1px;
	height: 43px;
	background-image: url('../images/guided_tour_refresh_line.png');
	left: 44px;
	top: -3px;
}
#audioProgress {
    background: #007cb6;
}
#audioLoading {
    background-color: rgba(0,0,0,0.1);
}

.resp {
	width: auto!important;
	max-width: 100%;
}

.video-control {
    background: #000;
    opacity: 0;
    height: 48px;
	padding-top: 32px;
}
.video-area:hover .video-control {
	opacity: 0.75;
}
.video-control .media-controls.hidden:before {
    background: black;
	opacity: 0.75;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.video-control .slider.media .track, .video-control .slider.media .loading, .video-control .slider.media .progress {
    top: 4.5px;
    height: 10px;
    background: #666;
    border: #22adcc;
    border-radius: 0px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
    -moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0px 1px 0 rgb(0 0 0 / 8%) inset;
    -webkit-transition-property: height, top;
    -moz-transition-property: height, top;
    -ms-transition-property: height, top;
    transition-property: height, top;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.video-control .slider.media .timecode-marker {
    position: absolute;
    text-align: center;
    background: white;
    width: 40px;
    padding: 5px 0 4px 0;
    margin-left: -20px;
    top: -25px;
    left: 0;
    opacity: 0;
    font-size: 13px;
    font-weight: 500;
    color: #16161e;
}
#videoProgress {
    background: #007cb6;
}

#videoLoading {
    background-color: #666;
}

.video-control .slider.media .timecode-marker {
    position: absolute;
    text-align: center;
    background: white;
    width: 40px;
    padding: 5px 0 4px 0;
    margin-left: -20px;
    top: -25px;
    left: 0;
    opacity: 0;
    font-size: 13px;
    font-weight: 500;
    color: #16161e;
}
.video-control .slider.media .timecode-marker::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 16px;
    width: 0;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: white transparent;
}
.video-control .slider.media .timecode-marker::after {
    content: "";
    position: absolute;
    background: white;
    top: 29px;
    left: 20px;
    height: 10px;
    width: 1px;
}
.video-control .slider.media .timecode-marker.visible {
    opacity: 1;
}
.video-control .media-controls .slider-wrapper .handle {
    visibility: hidden;
}
.video-control .volume-slider-out:hover {
    background-color:#1a1a1a;

}
.video-area {
    background: #000;
    padding: 0px;
    overflow: hidden;
	height: calc(100% - (2 * 44px));
}

.video-control .track {
	background: #6a6a6a;
}
.video-control .media-controls .volume {
	background: url(../images/web_volume_dk.png);
	background-size: 22px;
}
.media-controls .volume-slider-out .volume-slider {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}