.basedOn {
    text-align: center;
    font-size: 1.2em;
    color: orange;
}
.basedOn a,
.basedOn a:visited,
.basedOn a:hover,
.basedOn a:active {
    color: orange;
}

#carousel {
    height: 100%;
    width: 100%;	
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#play_interactivity .layout-fill{
	overflow:auto;
}
.layout-fill{
	overflow:hidden;
}
.carousel-parent {
	overflow-y: hidden;
}

.carousel-parent .arrow-right {
    right: 0;
}
.carousel-parent .arrow-left {
    left: 0;
}

.carousel-parent .arrow-left:before {
    border-right-color: #000000 !important;
    right: 0;
    top: 10%;
}

.carousel-parent .arrow-right:before {
    border-left-color: #000000 !important;
    left: 0;
    top: 10%;
}
.carousel-parent .arrow-right {
    right: 0;
}
#calenderFlipCardMainDiv.ancient-template .ancientArrow .arrow:hover, .ancient-template .ancientArrow .arrow:hover {
    background: transparent;
    cursor: default;
}

#calenderFlipCardMainDiv.ancient-template .ancientArrow i{
    height: 100% !important;
    transition: 0.4s;
}

#calenderFlipCardMainDiv.ancient-template .ancientArrow i:hover {
    background-color: rgb(21 116 142 / 55%);
    transition: 0.4s;
}

.carousel-parent .arrow-top:before,
 .arrow-right:before, .arrow-bottom:before,
 .arrow-left:before {
    border: 14px solid transparent !important;
    content: ' ';
    display: block;
    position: absolute;
    z-index: 2;
}

.item {
    text-align: center;
    
    font-size: 40px;
    position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow 1s, height 500ms, width 500ms, left 1s, margin-top 1s,
        line-height 500ms, background-color 1s;
}
.flex-item-div {
    z-index: 99;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, 0);
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.carousel-parent.layout-fill .flex-item-div {
	z-index: 9;
}

.portrait .flex-item-div {
	  transform: translate(0, 0);
}

.inner-flex {
    justify-content: center;
    align-items: center;
    width: 70%;
    display: flex;
    left: 0;
    top: 0%;
	height: 100%;
	z-index: 9 ;
}

.My-carousel > .carousel-parent > .inner-flex-row > .inner-flex > .inner-item > .item{
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nosentense_carousel .inner-flex-row {
	height: 100%;
}
.section_level_1 .carousel-parent .text-top{
	font-size: 14vmin !important;
}

.My-carousel > .carousel-parent > .inner-flex-row > .inner-flex > .inner-item > .item > img{
	height: auto !important;
    max-height: 100% !important;
}

.level-2 {
    /* box-shadow: -0.2em 0.2em 0.4em #212121; */
	border-width:4px;
	border-style:solid;
    border-color: #FF9800;
    height: 75%;
    width: 35%;
    line-height: 72%;
    background-color: #FFF;
    left: 38.7%;
	padding:0px 55px;
}

.level-1 {
    /* box-shadow: -0.2em 0.2em 0.4em #212121; */
	border-width:4px;
	border-style:solid;
    border-color: #FF9800;
    height: 85%;
    width: 35%;
    line-height: 78%;
    background-color: #FFF;
    left: 43%;
    padding: 0px 55px;
} 
.level0 {
    /* box-shadow: 0 0.4em 0.8em #212121; */
	border-width:4px;
	border-style:solid;
    border-color: #00a150;
    height: 95%;
    width: 40%;
    line-height: 85%;
    background-color: #FFF;
    left: 50%;
    padding: 0px 50px;
}
#carousel .slow_sound i.icon-turtle-slow {
	display: flex;
}
	
.level1 {
	/* box-shadow: -0.2em 0.2em 0.4em #212121; */
	border-width:4px;
	border-style:solid;
    border-color: #FF9800;
    height: 85%;
    width: 35%;
    line-height: 78%;
    background-color: #FFF;
    left: 57%;
    padding: 0px 53px;
}
.level2 {
	/* box-shadow: -0.2em 0.2em 0.4em #212121; */
	border-width:4px;
	border-style:solid;
    border-color: #FF9800;
    height: 75%;
    width: 35%;
    line-height: 72%;
    background-color: #FFF;
    left: 61%;
    padding: 0px 50px;
}

.level-2,
.level2 {
    z-index: 0;
}

.level-1,
.level1 {
    z-index: 1;
}

.level0 {
    z-index: 2;
}

.left-enter {
    opacity: 0;
    left: 85%;
    height: -8%;
    width: -8%;
    line-height: 42%;
}
.left-enter.left-enter-active {
    opacity: 1;
    left: 85%;
    height: 72%;
    width: 17%;
    line-height: 72%;
    transition: box-shadow 1s, left 1s, opacity 1s, height 500ms, width 500ms,
        margin-top 1s, line-height 1s;
}

.left-leave {
    opacity: 1;
    left: 15%;
    height: 72%;
    width: 17%;
    line-height: 72%;
    z-index: -1;
}
.left-leave.left-leave-active {
    z-index: -1;
    left: 15%;
    opacity: 0;
    height: -8%;
    width: -8%;
    line-height: 120px;
    transition: box-shadow 1s, left 1s, opacity 1s, height 500ms, width 500ms,
        margin-top 1s, line-height 1s;
}

.right-enter {
    opacity: 0;
    left: 15%;
    height: -8%;
    width: -8%;
    line-height: 42%;
}
.right-enter.right-enter-active {
    left: 15%;
    opacity: 1;
    height: 72%;
    line-height: 72%;
    width: 17%;
    transition: box-shadow 1s, left 1s, opacity 1s, height 500ms, width 500ms,
        margin-top 1s, line-height 1s;
}

.right-leave {
    left: 85%;
    height: 72%;
    opacity: 1;
    line-height: 72%;
    width: 17%;
}
.inner-flex-row .inner-flex .inner-item .item img {
	width: 100% !important;
    object-fit: contain !important;
    height: 100% !important;
}
.right-leave.right-leave-active {
    left: 85%;
    opacity: 0;
    height: -8%;
    width: -8%;
    line-height: 42%;
    transition: box-shadow 1s, left 1s, opacity 1s, height 500ms, width 500ms,
        margin-top 1s, line-height 1s;
}

.noselect {
    -webkit-user-select: none;
    -html-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wordHighlight {
    color: #EB0000;
}
.interactivity #billBoard.bill-board-light .align-middle .sentenceSpan .wordHighlight {
    color: #26e93e;
}

.circle_new {
    width: 35px;
    height: 35px;
    margin: 0 5px;
    background: url(../../../images/icon-star.png) 0 0/100% 100% no-repeat;
}

.circle_highlight {
    background: url(../../../images/icon-star-highlight.png) 0 0/100% 100% no-repeat;
}
.carousel-parent .arrow{
    height: 30px !important;
	position: absolute;
    width: 20px;
    background-color: transparent;
    text-align: center;
    font-size: 2em;
    cursor: pointer;
    line-height: 30px;
    z-index: 1000;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all 500ms;
    display: flex;
}

.landscape .carousel-parent .circle_new {
    width: 35px;
    height: 35px;
}



.carousel-parent .split-text-cont {
    position: relative;
	top: 0px;
	display: flex;
	flex-direction: column;
}

.visitedCard {
    border-color: #00a150;
}
.icon-volume{
    cursor: pointer;
}
.flipleather-book{

	position: relative;
}
/* carousel responsive */

@media only screen and (max-width: 375px) {
	.item {
		height: 65%;
		width: 100%;
		margin-top:10px;
	}
	.carousel-parent .split-text-cont {
	    top: 0px;
	}
	.inner-flex{
		position:relative;
		width:100%;
		height:100%; 
		max-height: 80%;	
	}
	.flex-item-div {
		right: 0 !important;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 10%;
		left: 0 !important;
	}
}
@media only screen and (min-width:376px) and (max-width: 463px) {
	.item {
		height: 65%;
		width: 100%;
		margin-top:35px;
	}

	.carousel-parent .split-text-cont {
	    top: 0px;
	}
	.inner-flex{
		position:relative;
		width:100%;
		height:100%; 	
	}
	.flex-item-div {
		right: 0 !important;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 10%;
		left: 0 !important;
	}
	.portrait .flex-item-div {
		transform: translate(0, -5%) !important;
	}
}
@media only screen and (min-width:464px) and (max-width: 580px) {
	.item {
		height: 65%;
		width: 100%;
		margin-top:35px;
	}

	.carousel-parent .split-text-cont {
	    top: 0px;
	}
	.inner-flex{
		position:relative;
		width:100%;
		height:100%; 	
	}
	.flex-item-div {
		right: 0 !important;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 30%;
		left: 0 !important;
	}
}


@media only screen and (min-width:581px) and (max-width: 667px) {
	.My-carousel{min-height: 100% !important;}
	.inner-flex {
		height:50% !important;
	}
	#carousel.My-carousel .item {		
		padding-left: 28px !important;
		padding-right: 28px !important;
	}
	.carousel-parent .split-text-cont {
	    top: -25px;
	}
	#carousel .inner-flex{
		top: 0% !important;
		height: 95% !important;
	}
	#carousel .level-1 {
		left: 58%;
	}
	#carousel .level-2 {
		left: 36%;
	}

	#carousel .level1 {
		left: 42%;
	}

	#carousel .level2 {
		left: 64%;
	}

	.carousel-parent {
		position: relative !important;
		justify-content: center;
		height: 100%;
		min-height: 50%;
		top: 0;
		bottom: 0;
		overflow-y: auto;
	}

	#carousel .carousel-parent .click-rating{
		display: flex;
		flex-direction: row;
		margin: 10px !important;
		position: relative;
		top: 0;
	}

	/* .flex-item-div{
		top:45% !important;
	} */
	#carousel .carousel-parent .carousel-text{
		min-height: 86px;
		padding-top: 0px;
	}

	
	.inner-flex{
		top:5%;
	}
	.inner-flex-row{
		position:relative;
	}

	.carousel-parent .split-text-cont {
	    top: 0px;
	}

	/* added css for carousel iphone 7 height issue  */
	.landscape .interactivity .carousel-parent .carousel-text {
		min-height: 50px !important;
		padding-top: 0px;
	}
	/* end */
	
}

@media (max-height:570px){
	.inner-flex-row{
		height:100%;
		top:0
	}
	.inner-flex{
		left: 0;
		top: 0;
		height: 100% !important;
		z-index: 9;
		bottom: 0;
		margin: auto;
	}

	.inner-flex .item{
		padding-left:40px !important;
		padding-right:40px !important;
	}
}

@media only screen and (min-width:668px) and (max-width: 768px) and (orientation:portrait) {
	.My-carousel{min-height: 100% !important;}
	.item {
		width: 100%;
		box-shadow: 3px 10px 11px 7px rgba(0, 0, 0, 0.33);
		margin-top:25px;
		padding-left:55px !important;
		padding-right:55px !important;
	}
	#carousel .carousel-parent .carousel-text{
		font-size: 3.7vw !important;
	}
	.landscape .item {
	    margin-top: 18px;
	}

	.landscape .carousel-parent .click-rating .circle_new {
	    width: 15px;
	    height: 15px;
	}
	.inner-flex-row{
		height:60% !important;
		top:0 !important;
	}
	.carousel-parent.layout-fill .split-text-cont {
	    top: 0 ;
	}
	.nosentense_carousel .carousel-parent.layout-fill .split-text-cont {
	    top: 0 !important;
	}
	.flex-item-div {
		right: 0 !important;
		top: -53px;
		left: 0;
	}
	.inner-flex{
		width:100% !important;
	}
	
}
@media only screen and (min-width:769px) and (max-width: 800px) {
	.item {
		width: 100%;
		box-shadow: 3px 10px 11px 7px rgba(0, 0, 0, 0.33);
		margin-top:25px;
		padding-left:55px !important;
		padding-right:55px !important;
	}
	
	.landscape .item {
	    margin-top: 18px;
	}

	.landscape .carousel-parent .click-rating .circle_new {
	    width: 15px;
	    height: 15px;
	}
	.inner-flex-row{
		height: 60% !important;
		/* top: 50% !important;
		position: absolute;
		transform: translateY(-25%); */
	}
	.carousel-parent.layout-fill .split-text-cont {
	    top: 0;
	}
	.flex-item-div {
		right: 0 !important;
		top: -50px;
		left: 0;
	}
	.inner-flex{
		width:100% !important;
	}

}
@media only screen and (min-width:801px) and (max-width: 877px) {
	/* .My-carousel{min-height: 100% !important;} */
	.landscape #carousel .click-rating {
		margin: 15px auto;
	}
	.item {			
		/* width:100%; */
		padding-left: 20px;
		padding-right: 20px;
	}
	.carousel-parent .split-text-cont {
	    top: 0px;
	}
	
	.level-1 {
		left: 57%;
	}
	.level-2 {
		left: 36%;
	}
	.level1 {
		left: 43%;
	}
	.level2 {
		left: 64%;
	}

	.inner-flex {
		width: 65% !important;
    	/* margin-left: 50px; */
	}

}

@media only screen and (min-width:878px) and (max-width: 926px) and (orientation:landscape){
	.item {
		width: 40%;
		box-shadow: 3px 10px 11px 7px rgba(0, 0, 0, 0.33);
		margin-top:0px;
	}
		
	.level-2 {
		height: 30%;
		left:44%;
	}

	.level-1 {
		height:35%;
	}

	.level0 {
		height: 40%;
	}

	.level1 {
		height: 35%;
		left:53%;
	}

	.level2 {
		height: 30%;
		width: 30%;
		left:61%;
	}
	.carousel-parent .split-text-cont .text-top{
		font-size: 22px;
		margin-top: 20px;
	}
	.carousel-parent.layout-fill .split-text-cont {
	    top: -25px;
	}
	.carousel-text {
		margin-top: 0px !important;
		position: relative;
		top: -1px;
	}

	#carousel .carousel-parent .carousel-text {
		font-size: 2.5vw;
		text-align: center;
	}
	
	
}
/* Added range to fix ui on surface pro portrait mode */ /*SL3-10624*/
@media only screen and (min-width:801px) and (max-width: 926px) and (orientation:portrait) {
	.item {			
		width:100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.carousel-parent .split-text-cont {
	    top: 0px !important;
	}
	
	.level-1 {
		left: 57% !important;
	}
	.level-2 {
		left: 36% !important;
	}
	.level1 {
		left: 43% !important;
	}
	.level2 {
		left: 64% !important;
	}

	.inner-flex {
		width: 65% !important;
	}

	/* added  css for SL3-10660, SL3-10661,SL3-10662*/

	div#billBoard .fc-text {
		position: inherit;
	}

	/* This CSS copied from 767px portrait media-query and i have modified some of this  */

	.portrait .drag-container.layout-column {
		display: inline-block;
	}
	.portrait .drag-container .layout-align-space-around-center.layout-row {
		box-sizing: border-box;
		display: inline-block;
		float: left;
		width: 50%;
		height: 100%;
	}	
	.portrait .draggable-wrap,
	.portrait .source-preview {
		padding: 5px;
		max-width: 300px;
		min-width: auto;
		max-height: none;
		margin-bottom: 5px;
		height: 13vh;
		min-height: auto;
	}
	/* . */

	/* END */
}


@media only screen and (min-width:927px) and (max-width: 1024px) and (orientation:portrait){
	.item {
		width: 40%;
		box-shadow: 3px 10px 11px 7px rgba(0, 0, 0, 0.33);
	}
		
	.level-2 {
		height: 20%;
	}

	.level-1 {
		height: 25%;
		left: 46%;
	}

	.level0 {
		height: 35%;
	}

	.level1 {
		height: 25%;
		left: 54%;
	}

	.level2 {
		height: 20%;
		left: 58%;
	}
	.carousel-text {
		margin-top: 0px !important;
		position: relative;
		top: 1px;
	}
	.flex-item-div {
		right: 0% !important;
		top: 20% !important;
		left: 0 !important;
		transform: none;
	}
	.inner-flex {
		width: 100%;
	}

	.carousel-parent .split-text-cont {
	    top: 0px;
	}
}

@media only screen and (min-width:927px) and (max-width: 1024px) and (orientation:landscape) {
	.item {
		width: 70%;
		box-shadow: 3px 10px 11px 7px rgba(0, 0, 0, 0.33);
	}
	.inner-flex-row{
		top:0;
	}	
	.inner-flex {
		height: 100%;
		bottom: 0;
		margin: auto;
		width: 60%;
		margin-left: 58px;
	}	
	.flex-item-div{
		right:2%;
	}
	.carousel-parent .text-top{
		font-size: 4.5vw;
	}
	.level-2 {
		left:42%;
	}
	.level-1 {
		left: 46%;
	}
	.level1 {
		left: 54%;
	}
	.level2 {
		left: 58%;
	}
	.carousel-text {
		margin-top: 0px !important;
		position: relative;
		top: 1px;
	}

	.carousel-parent .split-text-cont {
	    top: 0px;
	}
}
@media only screen and (min-width:1025px) and (max-width: 1140px) {
	.item {
		width: 65%;
		box-shadow: 3px 10px 11px 7px rgba(0, 0, 0, 0.33);
	}		
	.level-2 {
		left:42%;
	}

	.level-1 {
		left: 46%;
	}
	.level1 {
		left: 54%;
	}
	#billBoard .demotrumpCard.layout-fill .level1.layout-fill,
	#billBoard .flash-card-sq5 .demotrumpCard .level2,
	.portrait #billBoard .flash-card-sq5 .demotrumpCard .level2 {
		height: 100% !important;
	}
	.portrait #lesson_ifr.gameParentDiv.game {
		height: 100%;
	  }

	.level2 {
		left:58%;
	}
	.carousel-text {
		margin-top: 0px !important;
		position: relative;
		top: 1px;
	}

	.inner-flex{
		width: 55%;
		margin-left: 18px;
	}
	.flex-item-div{
		right:7%;
	}
	.carousel-parent .text-top {
		font-size: 3vw;
	}
	.inner-flex-row{
		top:0;
		height: 100% !important;
	}
	
	.carousel-parent .split-text-cont {
	    top: 0px;
	}
	
	.landscape .flex-item-div {
        right: 2%;
    }

}


@media (min-width:1141px) and (max-width: 1280px) {
	.inner-flex-row{
		top:0;
	}
	.flex-item-div{
		right: 2%;
	}
	.inner-flex{
		width: 65%;
	}
	.carousel-parent .text-top {
		font-size: 5vw;
	}
	.item {
		width: 45%;
		box-shadow: 3px 10px 11px 7px rgba(0, 0, 0, 0.33);
	}
		
	.level-2 {
		left:42%;
	}

	.level-1 {
		left: 46%;
	}

	.level1 {
		left: 54%;
	}

	.level2 {
		left: 58%;
	}
	.carousel-text {
		margin-top: 15px !important;
		position: relative;
		top: 1px;
	}

	.carousel-parent .split-text-cont {
	    top: 0px;
	}
		
}
@media (min-width:1281px) and (max-width: 1520px) {
	.inner-flex-row {
		width: 100%;
		height: 100%;
		top:0 !important;
	}

	.item {
		width: 60%;
		box-shadow: 3px 10px 11px 7px rgba(0, 0, 0, 0.33);
	}

	.inner-flex {
		width: 50%;
	}
		
	.level-2 {
		height: 75% !important;
		left:42%;
	}

	.level-1 {
		height: 85% !important;
		left:46%;
	}

	.level0 {
		height: 95% !important;
	}

	.level1 {
		height: 85% !important;
		left:54%;
	}

	.level2 {
		height: 75% !important;
		left:58%;
	}
	/* #carousel .carousel-parent .carousel-text{
		font-size: 2vw !important;
	} */  /* commented to make font size consistent */
	.carousel-parent .split-text-cont {
	    position: relative;
	    top: 0px;
	}
	

} 
@media (min-width:1521px) and (max-width: 1600px) {
	.inner-flex-row {
		width: 100%;
		height: 100%;
		top:0 !important;
	}

	.item {
		width: 60%;
		box-shadow: 3px 10px 11px 7px rgba(0, 0, 0, 0.33);
	}

	.inner-flex {
		width: 58%;
	}

	.level-2 {
		height: 75% !important;
		left:42%;
	}

	.level-1 {
		height: 85% !important;
		left:46%;
	}

	.level0 {
		height: 95% !important;
	}

	.level1 {
		height: 85% !important;
		left:54%;
	}

	.level2 {
		height: 75% !important;
		left:58%;
	}
	/* commented css for causing font size error on other interactivites */
	/* #carousel .carousel-parent .carousel-text{
		font-size: 2vw !important;
	} */
	/* end */
	.carousel-parent .split-text-cont {
	    position: relative;
	    top: 0px;
	}
	


}

@media (min-width:1601px){
	.inner-flex {
		width: 55%;
	}
	.item {
		width: 60%;
		box-shadow: 3px 10px 11px 7px rgba(0, 0, 0, 0.33);
	}
	.level0{
		height: 80%;
	}
	.level-1{
		height: 70%;
	}
	.level1{
		height: 70%;
	}
	.level-2{
		height: 60%;
	}
	.level2{
		height: 60%;
	}
	/* added css for SL3-9427 */
	.inner-flex-row {
		width: 100%;
		height: 100%;
		top: 0 !important;
	}
	/* End */
}
.circle_blank {
    width: 35px;
    height: 35px;
    margin: 0 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 37px;
}   

@media (max-width:991px) and (orientation:portrait){
.portrait .carousel-parent .text-top{
	font-size: 7vw;
		margin:0 5px;
}
.portrait .flex-item-div{
	align-items: flex-start;
    transform: translate(0, 19px);
	width: 100% !important;
}
.portrait .interactivity .align-middle .sentenceSpan{
	width: 58% !important;
}

}


/* #carousel.My-carousel > .carousel-parent > .inner-flex-row > .inner-flex > .inner-item > .item > img.imgStroke{
	display:block;
} */


/* To update carousel activity structure */

.inner-flex-row{
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
}

.inner-flex{
	width:60% !important;
	position: relative !important;
}

.flex-item-div{
	width:40% !important;
	position:static !important;
}
.portrait .inner-flex-row{
	flex-direction: column !important;
}

@media (max-width: 767px) and (orientation: portrait) {
	.portrait .flex-item-div {
		transform: translate(0, 0px);
	}
	.portrait .interactivity #flipping_leatherbook .book-wrapper .align-middle .sentenceSpan {
		width: 85% !important;
		font-size: 10px;
	  }	
}