.carousel-inner {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.item {
	width: 100vw;
	height: 100vh;
	background-color: #FFFFFF;
	color: #000000;
	background-repeat: no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#myCarousel .carousel-inner .item #frame {
	/* width: auto!important; */
	position: relative;
}


#bubblewrapper2 {
	display: block;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 700px;
	height: 100vh;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1500px 1500px;
	background-image: url(../media/bubble.svg);
}

@media screen and (max-width: 760px) {
	
	#bubblewrapper2 {
		display: block!important;
		width: 100vw!important;
		height: auto!important;
		min-height: 100vh!important;
		position: inherit!important;
		left: inherit!important;
		top: inherit!important;
		background-image: none!important;
		background-color: rgba(255,255,255,0.7)!important;
	}
	
}
#bubblewrapper4 {
	display: block;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 700px;
	height: 100vh;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1500px 1500px;
	background-image: url(../media/bubble.svg);
}

@media screen and (max-width: 760px) {
	
	#bubblewrapper4 {
		display: block!important;
		width: 100vw!important;
		height: auto!important;
		min-height: 100vh!important;
		position: inherit!important;
		left: inherit!important;
		top: inherit!important;
		background-image: none!important;
		background-color: rgba(255,255,255,0.7)!important;
	}
	
}
#bubble2 {
	display: block;
	max-height: 100vh;
	padding: 100px;
	padding-left: 110px;
	padding-right: 110px;
	overflow: auto;
}
#bubble2 h1 {
	font-size: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 36px;
	color: #52526E;	
}
#bubble2 h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
	
	#bubble2 {
		padding: 100px!important;
		padding-left: 50px!important;
		padding-right: 50px!important;
	}
	#bubble2 h2 {
		font-size: 16px!important;
		padding-bottom: 25px!important;
	}
	
}

@media screen and (max-width: 768px) {
	
	#bubble3 {
		display: block;
		background-color: rgba(255,255,255,0.7)!important;
		height: 100vh;
		padding: 100px;
		padding-left: 50px;
		padding-right: 50px;
		overflow: auto;
	}

}


.framecounter {
	display: inline-block;
	width: 40px;
	min-height: 40px;
	line-height: 40px;
	background-color: #BDB49F;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 22px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#myCarousel .carousel-inner .item > img {
	width: 100vw!important;
	height: 100vh!important;
	background-repeat: no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media only screen and (max-width: 960px) {

	.responsivebg {
		background-image: none!important;
	}
	
}
@media only screen and (min-width: 960px) {

	#myCarousel .carousel-inner .item > img {
		background-image: none!important;
	}
	
}

.playbt {
	display: block;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s;
	color: #FFF;
	text-decoration: none!important;
}
.playbt span {
	display: block;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFF;
	text-decoration: none!important;
}
.playbt span b {
	color: #8CA38E;
}
.playbt:hover {
	opacity: 1;
}
.playbt.actvid {
	/* background-image: url(../media/slick-next.png);
	background-repeat: no-repeat;
	background-position: center center; */
}
.playbt1 {
	display: inherit;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.playbt2 {
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.playbt.actvid .playbt1 {
	display: none!important;
}
.playbt.actvid .playbt2 {
	display: inherit!important;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* @media (max-width: 767px) {
  .embed-container {
    display: none;
  }
} */

.carousel-control {
	display: block;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: fixed;
	top: 0!important;
	bottom: inherit!important;
	width: 70px!important;
	height: 100vh;
	padding: 0px;
	margin: 0px;
	background-image: none!important;
	color: #FFFFFF;
	opacity: 1!important;
}
.carousel-control.left:hover span {
	background-position: left bottom;
}
.carousel-control.right:hover span {
	background-position: right bottom;
}
.carousel-control.left {
	left: 10px!important;
}

.carousel-control.right {
	right: 10px!important;
	text-align: right;
}
.carousel-control span {
	display: block;
	width: 28px!important;
	height: 58px!important;
	background-repeat: no-repeat!important;
}
.carousel-control.left span {
	background-position: left top;
	background-image: url(/images/bg-nav.png);
}
.carousel-control.right span {
	background-position: right top;
	background-image: url(/images/bg-nav.png);
	margin-left: 35px;
}
.carousel-indicators li {
    /* display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px; */
	margin-left: 8px;
	margin-right: 8px;
    /* text-indent: -999px;
    cursor: pointer; */
    background-color: #CAAC9C!important;
    border: 1px solid #CAAC9C!important;
    /* border-radius: 10px; */
}
.carousel-indicators .active {
    /* width: 12px;
    height: 12px;
    margin: 0; */
    background-color: #8CA38E!important;
    border: 1px solid #8CA38E!important;
}

.endcontrol {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 33px;
	z-index: 15;
	width: 120px;
	text-align: center;
	margin: 0px;
	background-color: #FF0000;
	color: #FFFFFF;
	opacity: 1!important;
	border-radius: 10px;
	text-decoration: none;
}
.endcontrol:hover {
	opacity: 0.8!important;
}
.endcontrol a {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	min-height: 46px;
	line-height: 46px;
	text-decoration: none;
	font-size: 12pt;
}
.endcontrol a:hover {
	text-decoration: none;
}
.nocontrol {
	display: none;
}
@media only screen and (max-width: 500px) {

	.endcontrol {
		width: auto!important;
		left: 10px!important;
		bottom: 14px!important;
		min-height: 32px!important;
		line-height: 32px!important;
		padding-left: 10px;
		padding-right: 10px;
	}
	
}
.carousel-caption {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 6;
	width: 600px;
	height: 100vh;
	text-align: left;
	padding: 0px;
	padding-top: 26px;
	padding-left: 164px;
	padding-right: 70px;
	margin: 0px;
	background-color: rgba(0,0,0,0.8);
	color: #FFFFFF;
	text-shadow: none!important;
	transition: all 0.5s ease;
}
.captionright {
	left: auto!important;
	right: 0px!important;
	padding-left: 70px!important;
	padding-right: 164px!important;
}
.carousel-caption.nocaption {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%)
}
.captionright.nocaption {
	transform: translateX(100%);
	-webkit-transform: translateX(100%)
}
.carousel-caption h1 {
	font-size: 20pt!important;
	font-weight: bold!important;
}
.carousel-caption h2 {
	font-size: 15pt!important;
}
.carousel-caption h3 {
	font-size: 14pt!important;
}
.carousel-caption h4 {
	font-size: 13pt!important;
}
.carousel-caption h5 {
	font-size: 12pt!important;
}
.carousel-caption p {
	font-size: 10pt!important;
}
.carousel-caption p a {
	color: #FFFFFF;
	text-decoration: underline;
}
.carousel-caption p a:hover {
	color: #FF0000;
}

.sidebartext {
	display: block;
	height: calc(100vh - 60px)!important;
	overflow: hidden;
}
.vcenter { 
    top: 50% !important; 
    transform: translateY(-50%); 
}
.card-header {
	padding: 0px;
	padding-top: 20px;
	/* padding-bottom: 20px; */
	margin: 0px;
}
.card-header a {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	text-align: left;
	padding-left: 45px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	min-height: 30px;
	background-image: url(resources/pathways/pic/card-header.png);
	background-repeat: no-repeat;
	background-position: left -200px;
	line-height: 15px;
}
.card-header a:hover {
	color: #FF0000;
}
.card-header a.collapsed {
	background-position: left top;
}
.collapse {
	padding-bottom: 20px;
}
.card-body a {
	color: #FFFFFF;
	text-decoration: underline;
}
.card-body a:hover {
	color: #FF0000;
}
.sidebarlinks {
	display: block;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	color: #FFFFFF;
}
.captionright .sidebarlinks {
	left: auto!important;
	right: 0px!important;
}
.sidebarlinks a {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	align-self: center;
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 10px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 10pt;
}
.sidebarlinks a:hover {
	background-color: #990000;
}

.sidebartext a.videoplay {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	text-align: left;
	padding-left: 45px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	min-height: 30px;
	background-image: url(resources/pathways/pic/card-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 15px;
}
.sidebartext a.videoplay:hover {
	color: #FF0000;
}

@media only screen and (max-width: 960px) {

	.carousel-caption {
		width: 100vw!important;
		padding-top: 70px!important;
		padding-left: 25px!important;
		padding-right: 25px!important;
	}
	.sidebartext {
		height: calc(100vh - 180px)!important;
	}
	.leftcontrol {
		top: 8px!important;
		left: 69px!important;
		height: 40px!important;
	}
	.rightcontrol {
		top: 8px!important;
		right: inherit!important;
		left: 120px!important;
		height: 40px!important;
	}
	.leftcontrol a, .rightcontrol a {
		width: 40px!important;
		height: 40px!important;
    	-o-background-size: 40px auto!important;
    	-webkit-background-size: auto 40px!important;
    	-moz-background-size: auto 40px!important;
    	background-size: auto 40px!important;
	}
	
}

/* ********************************************** */

.wistia_responsive_wrapper {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
}
.wistia_embed {
	width: 100vw;
	height: 100vh;
}
.videointro {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	align-self: center;
	position: absolute;
	z-index: 6;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
}
.videointro > div {
	display: block;
	color: #FFFFFF;
	padding-left: 150px;
	padding-right: 150px;
    opacity: 1;
    transition: opacity 1s;
}
.videointro > div.nointro {
    opacity: 0!important;
}
@media only screen and (max-width: 960px) {

	.videointro > div {
		padding-left: 75px!important;
		padding-right: 75px!important;
	}
	
}
@media only screen and (max-width: 660px) {

	.wistia_embed {
		padding-top: 75px!important;
	}
	.videointro {
		display: block!important;
		text-align: center!important;
		padding-top: 120px!important;
	}
	.videointro > div {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	
}
.videointro h1 {
	font-size: 48pt;
	margin: 0px;
	padding: 0px;
}
.videointro h2 {
	font-size: 20pt;
	margin: 0px;
	padding: 0px;
}
.videointro h3 {
	font-size: 16pt;
	margin: 0px;
	padding: 0px;
}
.videocontrols {
	display: block;
	position: absolute;
	right: 20px!important;
	bottom: 50px;
	z-index: 7;
	width: 300px;
	/* height: 40px; */
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	text-shadow: none!important;
}
.videocontrols a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 3px;
	background-color: #E41D0C;
	color: #FFFFFF;
	text-decoration:none;
	border-radius: 20px;
	opacity: 1!important;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
.videocontrols a:hover {
	opacity: 0.8!important;
}
.videocontrols a.unset {
	background-position: center bottom;
}
.videomute {
	background-image: url(resources/pathways/pic/videomute.png);
}
.videoplay {
	background-image: url(resources/pathways/pic/videoplay.png);
}
#scrubberwrapper {
	display: block;
	width: 200px;
	float: right;
	margin: 0px!important;
	padding: 0px!important;
	padding-top: 13px!important;
}
#scrubber {
	display: block;
	width: 200px;
	margin: 0px!important;
	padding: 0px!important;
}
#scrubber input {
	padding: 0px!important;
	margin: 0px!important;
}

input[type=range] {
    -webkit-appearance: none;
	border: none;
	width: 200px;
	height: 18px;
	background-color: transparent;
	background-image: url(resources/images/input-range.png);
	background-repeat: no-repeat;
	background-position: center center;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 200px;
    height: 2px;
    background: transparent;
    border: none;
    border-radius: 1px;
    /*margin-top: 8px;  */
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FF0000;
    margin-top: -7px;/*  */
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #FFF;
}

input[type=range]::-moz-range-track {
   /* width: 200px; */
    height: 2px;
    background: #fff;
    border: none;
    border-radius: 1px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FF0000;
}
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: 0px;
}

input[type=range]::-ms-track {
    width: 200px;
    height: 2px;
    background: transparent;
    border-color: transparent;
    border-width: 0px;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: transparent;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: transparent;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FF0000;
}
input[type=range]:focus::-ms-fill-lower {
    background: transparent;
}
input[type=range]:focus::-ms-fill-upper {
    background: transparent;
}

@media only screen and (max-width: 960px) {

	.videocontrols {
		width: auto!important;
		right: inherit!important;
		right: 20px!important;
		bottom: 28px!important;
		text-align: right!important;
	}
	.videocontrols a {
		display: inline-block!important;
		margin-right: 8px!important;
	}
	#scrubberwrapper {
		display: none!important;
	}
	
}
@media only screen and (max-width: 500px) {

	.videocontrols {
		bottom: 10px!important;
	}
	
}

/* ********************************************** */

.hotspot {
	display: block;
	position: absolute;
	z-index: 102;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}

.hotspot.active {
	z-index: 112;
}
.hotspotwrapper {
	display: block;
	position: relative;
	min-width: 58px;
	min-width: 58px;
}
.hotspotwrapper a {
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 38px;
	height: 38px;
	background-image: url(../media/hotspot.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.hotspotwrapper.rh a {
	left: inherit!important;
	right: 20px!important;
}
.hotspotwrapper.bh a {
	top: inherit!important;
	bottom: 20px!important;
}
.hotspotwrapper .hotspottext {
	display: none;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #FFF;
	width: 260px;
	height: 260px;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
	padding-left: 20px;
	padding-right: 20px;
	-moz-box-shadow: 5px 5px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 5px 5px 4px rgba(0,0,0,.3);
	box-shadow: 5px 5px 4px rgba(0,0,0,.3);
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	/* transform: scale(0.2); */
}
.hotspot.active .hotspottext {
	display: block;
	display: flex;
	opacity: 1;
	/* transform: scale(1); */
}
@media screen and (max-width: 768px) {
	
	.hotspot {
		position: inherit!important;
		z-index: inherit!important;
		-moz-border-radius: 0!important;
		-webkit-border-radius: 0!important;
		border-radius: 0!important;
	}
	.hotspotwrapper a {
		display: none!important;
	}
	.hotspotwrapper .hotspottext {
		display: block!important;
		justify-content: inherit!important;
		flex-direction: inherit!important;
		text-align: left!important;
		background-color: transparent!important;
		width: auto!important;
		height: auto!important;
		-moz-border-radius: 0!important; 
		-webkit-border-radius: 0!important; 
		border-radius: 0!important;
		padding: 20px!important;
		padding-left: 0px!important;
		padding-right: 0px!important;
		-moz-box-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	.hotspotwrapper .hotspottext b {
		font-size: 16px!important;
	}
	
}

/* ********************************************** */

#whatsnext {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 4;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
}
#whatsnextrow {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
#whatsnextrow div.row {
	display: table; 
	text-align: left;
}
.rborder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#whatsnext div.row div {
	float: none;
    display: table-cell;
    vertical-align: top;
}
#whatsnext div.row h1, #whatsnext div.row h2, #whatsnext div.row h3, #whatsnext div.row h4, #whatsnext div.row h5 {
	color: #FF0000;
}
#whatsnext div.row h1 {
	font-size: 20pt!important;
}
#whatsnext div.row h2 {
	font-size: 14pt!important;
}
#whatsnext p a {
	color: #000000;
	text-decoration: underline;
}
#whatsnext p a:hover {
	color: #FF0000;
}
.changepathway {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding-left: 44px;
	background-image: url(/resources/pathways/pic/changepathway.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FF0000!important;
	font-weight: bold;
}
@media only screen and (max-width: 960px) {

	#whatsnext {
		display: block!important;
		padding-top: 70px!important;
		height: calc(100vh - 60px)!important;
	}
	#whatsnextrow {
		display: block!important;
		width: 100%!important;
		height: 100%!important;
		padding-left: 25px!important;
		padding-right: 0px!important;
		overflow: hidden!important;
	}
	.rborder {
		border: none!important;
	}
	#whatsnextrow div.row {
		display: block!important;
		width: 100%!important;
	}
	#whatsnext div.row div {
		display: block!important;
		width: 100%!important;
	}
	
}