/*@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;
}

@font-face {
	font-family: 'Conv_SourceSansPro-Bold';
	src: url('../fonts/SourceSansPro-Bold.eot');
	src: local('☺'), url('../fonts/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/SourceSansPro-Bold.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: absolute;
	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;
	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;
}

.aria-widget-slider {
	width: auto;
	padding: 8px;
	box-sizing: border-box;
	height: 30px;
}

.value {
	width: 0px !important;
	height: 0px !important;
	display: inline-block !important;
	overflow: hidden;
}

.label>.value {
	width: auto !important;
	height: auto !important;
	display: initial !important;
	overflow: hidden;
}

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;
	justify-content: center;
	align-items: center;
}

.inner-image-area img {
	width: auto !Important;
    margin: auto;
    max-width: 100%;
    max-height: 90%;
	
}

.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;
}

.zoomimage .inner-image-area #img {
    position: relative;
    width: auto;
    max-height: 85%;
    margin: auto;
    display: flex;
}


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;
}

.review ol.list-type {
	padding: 0px 20px;
}

::marker {
	color: #5f1a65;
	font-weight: 600;
	font-size: 17px;
	font-family: initial;
}

.review li ol {
	margin-left: -16px !important;
}

.review-main {
	padding: 15px;
	width: 100%;
	max-width: 740px;
	box-sizing: border-box;
	margin: 40px auto 0;
}

.review-main ol.list-type {
	padding: 0;
	list-style-type: none;
}

.review-main ol.list-type li {
	position: relative;
}

.review-main li ol {
	padding: 0;
	list-style-type: none;
}

.review-main .step-title {
	color: #5f1a65;
	font-size: 1em;
	font-weight: 700;
	white-space: nowrap;
	text-align: right;
	position: absolute;
	width: 2em;
	left: -1em;
	top: 0em;
	text-transform: capitalize;
	font-family: serif;
}

.review-main .step-info {
	margin-left: 1.2em;
}

.review-main .step-info p {
	margin: 0;
}

.mt-1 {
	margin-top: 15px;
}

.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: #757575;
	text-align: justify;
}

.Multiple-choice .focus-input:last-child {
	border-width: 1px 1px 1px 1px;
}

.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: #757575;
	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;
	font-weight: 400;
	padding: 8px 12px;
	cursor: pointer;
	display: inline-block;
	background-color: #007cb6;
	float: right;
	margin-top: 20px;
}

.check:hover,
.check-try-again:hover {
	background-color: #006F9B;
}

.check.disabled,
.check-try-again.disabled {
	pointer-events: none;
	background-color: #EDEDED;
	color: #BFBFBF;
}

.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: #757575;
	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: 0;
}

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;
}

.main-document-area.mcq {
	height: 100vh;
	overflow: hidden;
	font-family: "Conv_SourceSansPro-Regular";
}

.mcq .mcq_inner,
.mcq .tab-content {
	height: 100%;
}

.mcq_inner .tab-pane-main {
	height: calc(100% - 85px);
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	margin: auto;
	padding: 30px 25px 70px !important;
	box-sizing: border-box;
}

.mcq_inner .tab-pane-main .tab-pane {
	width: 100%;
	max-width: 600px;
	margin: auto;
	padding: 0;
}

.mcq_inner .text-link:hover {
	text-decoration: underline;
}

.mcq .arrow-mask.left {
	background: url(../images/figure-arrow-mask-left.png);
	left: 0;
	z-index: 9;
}

.mcq .arrow-mask.right {
	right: 0;
	z-index: 1;
	background: url(../images/figure-arrow-mask-right.png);
	position: absolute;
	right: 0px;
	top: 0px;
}
.mcq #questionNumber {
	font-size: 14px;
	color: #007cb6;
	font-weight: 600;
	margin-bottom: 5px;
}
.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;
	width: auto;
	transform: translate(3.5px, 0px);
}

.step {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 15px;
	margin: 28px 4px;
	cursor: pointer;
	color: #757575;
	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,
.step.active:hover {
	color: #fff;
	background: #007cb6;
	border: 1px solid #007cb6;
}

.step.active[data-correct="true"],
.step.active[data-correct="true"]:hover {
	background: #63a83b;
	border: 1px solid #63a83b;
	background-image: url(../images/assessment-check-white.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	font-size: 0px;
}

.step[data-correct="true"] {
	background-image: url(../images/check-normal.png);
	background-position: center;
	background-size: 24px;
	background-repeat: no-repeat;
	font-size: 0px;
}

.step[data-correct="true"]:hover {
	background-size: 0px;
	font-size: 14px;
	border: 1px solid #63a83b;
	color: #63a83b;
}

.step.active[data-correct="false"],
.step.active[data-correct="false"]:hover {
	background: #cb272a;
	border: 1px solid #cb272a;
	background-image: url(../images/false.png);
	background-position: center;
	background-size: 24px;
	background-repeat: no-repeat;
	font-size: 0px;
}

.step[data-correct="false"] {
	background-image: url(../images/false_red.png);
	background-position: center;
	background-size: 24px;
	background-repeat: no-repeat;
	font-size: 0px;
}

.step[data-correct="false"]:hover {
	background-size: 0px;
	font-size: 14px;
	border: 1px solid #cb272a;
	color: #cb272a;
}

.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;
	position: relative;
	left: 0;
}


/* 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: block;
}

.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: fixed;
	left: 0;
	right: 0;
	z-index: 99999;
}


/* transcription */

.content-container {
	max-width: 979px;
	margin: 0px auto;
	position: relative;
}

.document-area {
	padding: 0px;
	overflow: hidden;
}

.document-area11 {
	background: #ffffff;
	margin: 50px 0px;
	padding-left: 140px;
	padding-right: 140px;
	padding-bottom: 50px;
	padding-top: 1px;
}

.document-area11 h1 {
	color: rgba(0, 0, 0, 0.6);
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
	font-family: 'Conv_SourceSansPro-Bold';
	letter-spacing: 1px;
}

.document-area11 h2 {
	font-weight: 600;
	color: #00233f;
	font-size: 1.7em;
	margin: 1.3em 0 0.5em 0;
	line-height: 32px;
	font-family: 'Conv_SourceSansPro-Regular';
	letter-spacing: 1.5px;
}

.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;
}

i {
	color: #000;
}

.table-designation,
.table-enumeration {
	font-weight: 600;
	margin-right: 5px;
}

.table-caption {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.8);
}

.table-4-1 {
	border-collapse: collapse;
	margin-top: 20px;
	width: 620px;
}

.table-4-1 th {
	background: #1b8387;
	color: #fff;
	border: 1px solid #1b8387;
	font-weight: 700;
	padding: .18em .6em;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	font-size: .9em;
	line-height: 1.3;
	font-family: 'Conv_SourceSansPro-Regular';
}

.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-area11 ul {
	list-style-type: none;
}

.document-area11 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-area11 figcaption {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: .7em;
	font-weight: 400;
	line-height: 1.35em;
}

.document-area11 figcaption span {
	padding-left: 10px;
	letter-spacing: 1px;
}

.document-area11 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-area11 figure,
.regulatory-img {
	text-align: center;
	margin: 20px 0;
}

.fig-images img {
	width: 100%;
}

.document-area11: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;
}

.inner-image-area .ss-img-wrap,
.inner-image-area .img-wrap {
	position: relative;
    width: auto !important;
    height: 100% !important;
    margin: auto;
    display: flex;
}
.slide7 #image-map {
	transform: scale(.8);
}
@media (max-width: 992px) {
	.slide8 #image-map {
		transform: scale(0.5);
	}
	.slide7 #image-map {
		transform: scale(0.7);
	}
}
@media (max-width: 800px) {
	.slide8 #image-map {
		transform: scale(0.7);
	}
}
@media screen and (max-width:767px) {
	.review {
		padding: 10px 20px;
	}
	.inner-image-area img {
		width: auto!important;
		max-width: 100%;
	}
	.slide8 #image-map {
		transform: scale(0.45);
	}
	.slide7 #image-map {
		transform: scale(0.7);
	}
	.subcaption.active {
		position: absolute;
		bottom: 78px;
		left: 0;
		right: 0;
		z-index: 203;
		font-weight: 500;
		text-align: center;
		padding: 1.6em;
		color: #191919;
		background-color: rgba(255, 255, 255, 0.8);
		border-top: 1px solid #f7f7f7;
		font-size: 14px;
		width: auto !important;
		margin-left: 0 !important;
	}
	.neuromuscularfunction .subcaption.active {
		position: fixed;
	}
	
}

@media (min-width: 768px) and (max-width: 992px) {
	.inner-image-area .ss-img-wrap {
		transform: scale(0.8);
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.inner-image-area .img-wrap {
		transform: scale(0.9);
	}
	/* .inner-image-area .ss-img-wrap { */
		/* transform: scale(0.32); */
	/* } */
	.img-slider {
		transform: scale(0.3);
	}
	.zoomimage .inner-image-area #img {
		max-height:60% !important;
  
	}
}

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: 0;
	padding: 0;
	height: 100vh;
	overflow: hidden;
	padding-top: 45px;
	box-sizing: border-box;
}

.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: fixed;
	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: 90%;
}

.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: fixed;
	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: 0px;
	width: 0px;
	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;
}

.audio-document-area {
    background-color: #fff;
    position: relative;    
	overflow: hidden;
    max-width: 979px;    
	margin: 30px auto 0;    
	height: 240px;
}

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 {
	display: none;
}
.volume-slider-out.show {
	background-color:#1a1a1a;
	height: 150px;
}
.audio-control .volume-slider-out.show {
	border: #22adcc;
	cursor: pointer;
	background: #fff;	
	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;
}
.audio-control div.aria-widget-vertical-slider .rail
{
	box-shadow:none;
}
.audio-control div.aria-widget-vertical-slider .rail
{
	background: #e8e2e2;
}
.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.hotspot2
{
    position: relative;
    width: auto !important;
    margin: auto;
    display: flex;
}
.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: 6%;
    top: 1%;
    width: 11%;
    display: block;
    height: 98%;
    cursor: pointer;
    border: 2px solid #007cb6;
    cursor: pointer;
    -webkit-box-shadow: 0px 0 6px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0 6px rgba(0,0,0,0.3);
    box-shadow: 0px 0 6px rgb(0 0 0 / 30%);
    z-index: 99999;
}
.hotspot-slider-area .hotspot_slide_wrap2 span:first-child::After {
	content: " ";
    display: block;
    width: 14px;
    background-color: #007cb6;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/hotspot-mag-glass.png) no-repeat left center #007cb6;
    background-size: 12px;
}

.hotspot-slider-area .hotspot_slide_wrap2 span:nth-child(2) {
	position: absolute;
    top: 0%;
    width: 13%;
    display: block;
    height: 107%;
    cursor: pointer;
    right: 9.5%;
    cursor: pointer;
    border: 2px solid #007cb6;
    cursor: pointer;
    -webkit-box-shadow: 0px 0 6px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0 6px rgba(0,0,0,0.3);
    box-shadow: 0px 0 6px rgb(0 0 0 / 30%);
    z-index: 99999;
}
.hotspot-slider-area .hotspot_slide_wrap2 span:nth-child(2)::After {
	content: " ";
    display: block;
    width: 14px;
    height: 15px;
    background-color: #007cb6;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/hotspot-mag-glass.png) no-repeat left center #007cb6;
    background-size: 12px;
}
/* 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;
}

.slide8 #img {
	max-width: 855px!important;
	width: 855px!important;
	height: 470px;
}

.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: 30px;
    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: -14px;
}

.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: -1px;
}

.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;
	width: 220px;
}

.tooltip-down .tooltip {
	top: unset;
	right: unset;
	bottom: -1px;
	left: 50%;
	transform: translate(-50%, 0);
}

.tooltip-left .tooltip {
	right: unset;
	left: -1px;
}

.tooltip .pin-inner-txt {
	font-weight: 400;
	text-align: left;
}

.tooltip .pin-inner-txt p {
	line-height: 1.45em;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-family: 'Conv_SourceSansPro-Regular', Verdana, Helvetica, sans-serif;
}

.thumbnail_slidr {
	overflow: hidden;
}

.thumbnail_slidr_inner {
	list-style: none;
	padding: 0;
	display: flex;
}

.main-slider-area.slide7 *::selection {
	color: none !important;
	background: none !important;
}


/*-------------------------------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: 30px;
    width: 30px;
	background: #fff;
	border: 1px solid #E6E6E6;
	color: #a2a2a2;
	font-size: 16px;
	font-weight: 600;
	line-height:22px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	text-align: center;
	margin: 17px 3px;
	box-shadow: none;
}
.main-slider-area.slide7 .thumbnail_main .column div {
    vertical-align: middle;
    text-align: center;
    line-height: 32px;
	height: 30px;
    width: 30px
}
.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.75;
	height: 48px;
	padding-top: 32px;
	position: fixed;
	width: 100%;
	bottom: 0px;
}

.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: 100%;
	width: 100%;
	position: fixed;
}

.mcq_toolbar_main {
	overflow: hidden;
	padding: 0;
	background: #f2f2f6;
}

.already-answered {
	pointer-events: none;
}

#image-map {
	margin-top: 50px;
}
 .img-tour #image-map {
    margin-top: 50px;
    position: relative;
    width: auto;
    max-height: 85%;
    margin: auto;
    display: flex;
} 
.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;
}

.thumbnail_main .column:focus {
	border: 1px solid black;
}

.thumbnail_main .column.selected {
	background: #007cb6!important;
	border: 1px solid #007cb6!important;
	color: #fff!important;
}

ul.thumbnail_slidr_inner {
	left: 0;
	position: relative;
}

.mcq button#mcq_button {
	border: 2px solid transparent;
}

.mcq button#mcq_button:focus {
	border: 2px solid black;
}

.subcaption-slide {
	position: fixed;
	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;
}

.subcaption-slide.active {
	display: block;
}

.subcaption.active {
	position: absolute;
	bottom: 78px;
	left: 0;
	right: 0;
	z-index: 203;
	font-weight: 500;
	text-align: center;
	padding: 1.6em;
	color: #191919;
	background-color: rgba(255, 255, 255, 0.8);
	border-top: 1px solid #f7f7f7;
	font-size: 14px;
	width: 97%;
	margin-left: 1%;
}
.neuromuscularfunction .subcaption.active
{
	margin-left:0px;
	position: fixed;
	display: block;
}
.neuromuscularfunction .subcaption {
	display: none;
}
.dropbtn {
	background-color: transparent;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.dropdown,
.dropdown.star-tooltip {
	position: relative;
	display: inline-block;
	cursor: help;
}

.dropdown.star-tooltip {
	color: #80a2be;
}

.dropdown-content,
.dropdown-content .star-tooltip {
	/* display: none; */
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	box-sizing: border-box;
	width: 300px;
	max-height: 400px;
	overflow: auto;
	bottom: 23px;
	padding: 20px;
	font-size: 14px;
	color: #000;
}

.dropdown-content.star-tooltip {
	position: absolute;
	left: -100px;
	margin-bottom: 20px;
}


.dropdown:hover .dropbtn {
	background-color: transparent;
}

.tga {
	background: #d8d8d8;
	padding: 2px;
	margin: 0px 5px;
}

.link-inline-txt {
	color: #0000ee!important;
	text-decoration: none;
}

.fig-txt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content-container aside.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
}

.page-numbers {
	position: absolute;
	cursor: default;
	margin: 0 0 0 15px;
	color: #787676;
	font: bold 12px Helvetica;
	white-space: nowrap;
}

.page-numbers .page-number {
	position: absolute;
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-ms-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
	padding: 5px 0;
}


@media only screen and (max-width: 600px) {
div.def-img {
    width: 40px;
    height: 40px;
}
}

.transcription .dropdown{
	background: url(../images/icon-definition-blue.svg) right center no-repeat;
    height: 18px;
    margin-right: -3px;
    padding-right: 0px;
    background-size: 1em auto;
	position: relative;
}


@media (max-width: 991.98px){
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.document-area11 {
    padding-left:50px;
    padding-right:50px;
}
.neuromuscularfunction .subcaption.active {
    padding-left:5px;
    padding-right:5px;
    margin: 0 auto;
}
.hotspot-slider-area .hotspot_slide_wrap1, span.hotspot2 {
    height: 90% !important;
}

}

/* transcriptional-responsive*/
@media screen and (max-width:767px){
	.document-area11 h1{
		font-size:25px;

	}
	.document-area11 h2,.document-area11 h3{
		font-size:20px;
		line-height:1.2;
	}
	.table-title{
		box-shadow:inset 1px 0 5px rgb(0 0 0 / 40%);
		padding: 5px 0px 10px 15px;
		margin-top:20px;
	}
	.page-content,.document-area11 p{
		font-size:16px;
	}
	
}


.star.dropdown.def-img.star-tooltip {
    background: none;
    position: relative;
    left: -6px;
}
.star.dropdown.def-img.star-tooltip:before {
    content: '*';
    background: none;
    color: #fff !important;
}
.dropdown-content a {
    text-decoration: none;
}
#imageSlider1 {
    top: 0px !important;
}
.thumb {
	top: 0px; 
	height: 9px !important;
	width: 9px !important;
	margin-top: -6px;
	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;
	position: relative;
}

.thumb:hover {
	background: #007cb6;
}

.thumb:focus {
	background: #007cb6;
	outline: 2px solid;
	border-radius: 50%;
}

.rail {
	height: 5px;
	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;
	margin: 5px;
	padding: 1px;
	position: relative;
	box-sizing: border-box;
	width: 90px;
} 


div.aria-widget-vertical-slider {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
 
}


div.aria-widget-vertical-slider .rail {
    margin: 2px;
    padding: 1px;
    position: relative;
    left: 12px;
    width: 4px;
    z-index: 999;
    bottom: 24px;
    background: #444;
    -webkit-box-shadow: 0px 1px 0 #000, 0px 1px 0 rgb(0 0 0 / 8%) inset;
    -moz-box-shadow: 0px 1px 0 #000,0px 1px 0 rgba(0,0,0,0.08) inset;
    box-shadow: 0px 1px 0 #000, 0px 1px 0 rgb(0 0 0 / 8%) inset;
}


div.aria-widget-vertical-slider .thumb {
    border: 2px solid #fff;
    background-color: #A2A2A2;
    position: relative;
    border-radius: 100%;    
	width: 10px !important;
    height: 10px !important;
    left: -5px !important;
}

div.aria-widget-vertical-slider .rail .thumb.focus,
div.aria-widget-vertical-slider .rail .thumb:hover {
      outline: 2px solid #d1d1d1;
    background-color: #007cb6;
}

div.aria-widget-vertical-slider .rail.focus {
  background-color: #aaa;
}

div.aria-widget-vertical-slider .label,
div.aria-widget-vertical-slider .value {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
  width: 8em;
}

div.aria-widget-vertical-slider .label {
  font-weight: bold;
  font-size: 110%;
}

#id_kbd {
  clear: both;
}
sup {
    line-height: 14px;
}
.inner-image-area {height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  margin: 0 auto;
}

.Nervous-system-main .inner-image-area {
  height: 100%;
  margin: 0 auto;
}
.hotspot-zoom .slides.inner-slide-area {
    height: auto;
    width: auto;
}