* {
	-moz-box-sizing: border-box;

	box-sizing: border-box; /*user-select: none;

	-webkit-user-select:none;

	-moz-user-select:none;

	-ms-user-select:none;*/
}

#CourselIndicatorsx.carousel-indicators li.active {
	height: 35px;
	width: 70px;
	color: #fff;
	text-align: center;
	bottom: 11px !important;
	border-radius: 5px !important;
	text-indent: 1px;
}

#CourselIndicatorsx.carousel-indicators li {
	bottom: 0px;
	color: #2f2f2f;
}

.case-indicator {
	margin-top: 4px;
	font-size: 18px;
}

/*#PrevSlideButton {
	display: none;
}*/

.close_answer {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}

.mediaItemBut {
	background-color: #e6e7e8;

	color: dimgray;

	margin: 5px;
}

.mediaItemButGreen {
	color: green;

	font-size: 100%;

	background-color: white;
}

.testingShit {
	background-color: pink;
}

.carouselMediaContainer {
	/*height: 100vh;*/

	display: flex;

	justify-content: center;
}

.carouselMultMediaContainer {
	margin-bottom: 70px;

	margin-top: 80px;
}

.multMediaIndicators {
	text-align: center;
}

.carouselMediaItem {
	width: 100%;
	max-width: 90vh;
	max-height: 90%;
	object-fit: contain;
}

.carousel-item p {
	color: white;

	font-weight: 500;
	font-size: 20px;
}

.caseSelectorButton {
	max-width: 400px;

	border-radius: 8px;
}

.homeBackgroundImg {
	height: 70vh;

	position: absolute;

	right: 0;
	bottom: 0;
}

body,
h1 {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro',
		'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
}

#topBarLogo {
	height: auto;

	width: auto;

	max-height: 72px;

	max-width: 250px;
}

@media all and (max-width: 600px) {
	#topBarExplorerText {
		display: none !important;
	}
}

#exitButton {
	opacity: 0.8;
}

#exitButton:hover {
	opacity: 1;
}

body {
	margin: 0;
}

.leftSideContainer {
	z-index: 3000;
	padding-top: 5em;
	margin: 0;
	max-width: 100%;
	height: 100%;
}

.leftTextContent {
	background-color: #1b1b1b;
	padding: 30px;
	/*margin: 30px 0;*/
	margin: 10px 0;

	/*border-style: solid;

	border-width: thin;

    border-color: dimgrey;*/
}

.leftTextContent hr {
	background-color: #f1f2f2;
}

.carouselRowContainer {
	min-height: 100vh;
}

.carouselH1 {
	font-size: 3em;

	font-weight: 500;

	margin-bottom: 10px;

	color: white;
}

.questionInput {
	width: 80%;

	margin-left: 10px;

	margin-bottom: 30px;
}

.displayedAnswers {
	margin-left: 10px;

	width: 80%;

	margin-bottom: 30px;
}

#canvasContent {
	background: black;
	position: absolute;
	top: 60px;
	bottom: 60px;
	left: 0;
	right: 0;
}

#toolbarBottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	padding: 10px;
	background: #2f2f2f;
	color: white;
	font-family: sans-serif;
	display: -webkit-box;
	z-index: 999;
}

#Canvastop_bar {
	position: absolute;
	height: 60px;
	left: 0;
	right: 0;
	top: 0;
	padding: 10px;
	background: #000000;
	color: white;
	font-family: sans-serif;
	display: -webkit-box;
	z-index: 1000;
	border-bottom: 1px solid grey;
	background-color: #1d1d1c;
}

#toolbar {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #2f2f2f;
	color: white;
	font-family: sans-serif;
	z-index: 999;
}

#change-color {
	outline: 0;
}

.toolbar-button {
	padding: 10px;
	text-align: center;
	cursor: pointer;
	outline: 0;
	border-right: 3px solid transparent;

	-webkit-transition: background-color 150ms ease, box-shadow 150ms ease,
		border-right-color 150ms ease, -webkit-transform 150ms ease;
	transition: background-color 150ms ease, box-shadow 150ms ease,
		border-right-color 150ms ease, -webkit-transform 150ms ease;
	transition: background-color 150ms ease, box-shadow 150ms ease,
		transform 150ms ease, border-right-color 150ms ease;
	transition: background-color 150ms ease, box-shadow 150ms ease,
		transform 150ms ease, border-right-color 150ms ease,
		-webkit-transform 150ms ease;
}

.toolbar-button:active {
	background-color: rgba(0, 0, 0, 0.5);
}

.toolbar-button:active .toolbar-button-img {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.toolbar-button-active {
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 0 4px 0px rgba(0, 0, 0, 0.4);
	border-right-color: #87c232;
}

/* .toolbar-button-active .toolbar-button-img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.25 0.75" /><feFuncG type="table" tableValues="0.25 0.75" /><feFuncB type="table" tableValues="0.25 0.75" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.70257 0.37681 0.09261 0 0 0.17101 0.8461400000000001 0.08232 0 0 0.13328 0.26166 0.57419 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="4.75399 -3.4105499999999997 -0.3434399999999999 0 0 -1.0160099999999999 2.41715 -0.3434399999999999 0 0 -1.0160099999999999 -3.4105499999999997 5.42656 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="37" /></filter></svg>#filter');
	-webkit-filter: invert(25%) sepia(49%) saturate(577%) hue-rotate(37deg);
	filter: invert(25%) sepia(49%) saturate(577%) hue-rotate(37deg);
} */

.toolbar-button-img {
	width: 30px;
	-webkit-transition: -webkit-transform 150ms ease, -webkit-filter 150ms ease;
	transition: -webkit-transform 150ms ease, -webkit-filter 150ms ease;
	transition: transform 150ms ease, filter 150ms ease;
	transition: transform 150ms ease, filter 150ms ease,
		-webkit-transform 150ms ease, -webkit-filter 150ms ease;
}

.popover-body {
	width: 200px;
	padding: 8px 12px 10px;
}

.toolbar-button-icons {
	margin: 0;
}

.popover-range {
	-webkit-appearance: none;
	border: 1px solid white;
	width: 176px;
}

.popover-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	background: #e1e7ea;
	border: none;
	border-radius: 5px;
}

.popover-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #00c8c9;
	margin-top: -4px;
}

.popover-range:focus {
	outline: none;
}

.popover-range:focus::-webkit-slider-runnable-track {
	background: #e1e7ea;
}

.popover-range::-moz-range-track {
	width: 176px;
	height: 5px;
	background: #e1e7ea;
	border: none;
	border-radius: 5px;
}

.popover-range::-moz-range-thumb {
	border: none;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #00d499;
}

.popover-range:-moz-focusring {
	outline: 1px solid white;
	outline-offset: -1px;
}

.popover-range::-ms-track {
	width: 176px;
	height: 5px;
	background: transparent;
	border-color: transparent;
	border-width: 5px 0;
	color: transparent;
}

.popover-range::-ms-fill-lower {
	background: #d2dbe0;
	border-radius: 5px;
}

.popover-range::-ms-fill-upper {
	background: #e1e7ea;
	border-radius: 5px;
}

.popover-range::-ms-thumb {
	border: none;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #00d499;
}

.popover-range::-ms-tooltip {
	display: none;
}

#opentoolbar {
	opacity: 0.8;
}

#opentoolbar:hover {
	opacity: 1;
}

#notesOverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 320px;
	left: 0;
	z-index: 2000;
	background: rgba(0, 0, 0, 0.4);
}

#notesContainer {
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.4);
	position: absolute;
	right: 0;
	width: 320px;
	top: 0;
	bottom: 0;
	z-index: 3000;
	cursor: crosshair;
}

#notesCanvas {
	width: 100%;
	height: 100%;
	background-image: url(../images/black_graph.png);
	background-size: 200%;
}

#notesControls {
	position: absolute;
	top: 0;
	right: 320px;
	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
	background-color: #2f2f2f;
}

#notesControls > .toolbar-button {
	border-bottom: 1px solid #f6f6f6;
}

.radcontrol {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
}

.notescontrol {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	cursor: pointer;
}

.notescontrol > img {
	width: 100%;
	height: 100%;
}

.input-range {
	margin-left: -3em;

	writing-mode: bt-lr; /* IE */

	-webkit-appearance: slider-vertical; /* WebKit */
}

.radius-size li {
	margin-left: 10px;
}

.swatch {
	width: 30px;

	height: 30px;

	border-radius: 50%;
}

.color-shape {
	width: 100%;
}

.color-shape li {
	width: 21%;
	height: 25px;
}

.color-shape li:not(:last-child) {
	margin-right: 5%;
	margin-bottom: 10px;
}

.swatch.active {
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.rad1,
.rad2,
.rad3 {
	padding-top: 1em;
}

.rad4 {
	padding-top: 0.5em;
}

#carouselExampleIndicators {
	background: #000000;
	width: 100%;
	height: 100%;
}

#CourselIndicatorsx {
	position: fixed;

	z-index: 1000;

	bottom: 0px;

	left: 50px;

	right: auto;

	margin: 0;
}

.carousel-btn-custom {
	position: fixed;
	right: 15px;
	z-index: 1000;
	bottom: 10px;
}
#NextSlideButton,
#PrevSlideButton {
	bottom: 10px;
	opacity: 0.8;
	background-color: #fff !important;
}
#NextSlideButton:hover,
#PrevSlideButton:hover {
	opacity: 1;
}

#CourselIndicatorsx li {
	height: 12px;
	width: 32px;
	background: white;
	border-radius: 1px;
	bottom: 25px;
	opacity: 0.8;
}

#CourselIndicatorsx li:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#CourselIndicatorsx li:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

#CourselIndicatorsx li:hover {
	opacity: 1;
}

#CourselIndicatorsx li.active {
	background: green;
}

#CourselIndicatorsx li.hidden {
	background: #7d7d7d;
	pointer-events: none;
}

.col-centered {
	float: none;

	margin: 0 auto;

	padding: 0;

	border: 0;
}

.header-logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.header-text {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
}

#topBarExplorerText,
#exitButton {
	display: inline-block;
}

#topBarExplorerText {
	line-height: 25px;
	margin: 0 15px 0 0;
}

#exitButton {
	margin-right: 15px;
}

h4 {
	font-family: 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial,
		'sans-serif';
}

#canvasContainer {
	z-index: 100;
	overflow: hidden;
	cursor: crosshair;
}

/*******************

INNER MEDIA CAROUSEL

********************/

.multMediaSlides1,
.multMediaSlides2 {
	display: none;
}

/* The dots/bullets/indicators */

.mediaArrows {
	color: darkgray;

	margin-bottom: 4.5px;
}

.mediaArrows:hover {
	color: darkgreen;
}

.multMediaSlides1,
.multMediaSlides2 {
	text-align: center;

	height: 75vh;
}

.multMediaSlides1 video,
.multMediaSlides2 video,
.multMediaSlides2 img {
	width: 90%;

	max-height: 80vh;
}

.dot1,
.dot2 {
	cursor: pointer;

	height: 22px;

	width: 22px;

	margin: 0 2px;

	border-radius: 50%;

	display: inline-block;

	transition: background-color 0.6s ease;

	background-color: darkgray;

	margin-top: 20px;
}

.activeMedia,
.dot:hover {
	border: 2px solid green;

	background-color: transparent;
}

#closetoolbar {
	cursor: pointer;
}

/* Fading animation */

.fadeMe {
	-webkit-animation-name: fade;

	-webkit-animation-duration: 1.5s;

	animation-name: fade;

	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: 0.4;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade {
	from {
		opacity: 0.4;
	}

	to {
		opacity: 1;
	}
}

/*Insys */
.custom-btn-caselabel {
	margin-bottom: 50px;
}
.custom-video-options {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px 0;
}
.custom-video-options .radcontrol {
	position: fixed;
	left: 50%;
}
/*@media only screen and (min-width: 992px) {
    .carouselMediaContainer2 img, .carouselMediaContainer2 video {
        padding: 30px 0px 90px 0px;
    }
}*/

@media only screen and (min-width: 768px) {
	.carouselMediaContainer2 img,
	.carouselMediaContainer2 video {
		padding: 30px 0px 90px 0px;
	}
}

/*@media only screen and (max-width: 991px) {*/
@media only screen and (max-width: 767px) {
	/*.col-lg-6 > img.carouselMediaItem {*/
	/* .image-col-padding {
    padding: 0 30px !important;
  } */

	.col-sm-6 > img.carouselMediaItem {
		width: 100%;
		max-height: auto;
		margin-top: 50px;
		max-height: unset;
		top: 0%;
		margin-bottom: 50px;
		transform: initial;
	}
	.carousel-item .carouselMediaContainer.media_img_cls {
		height: auto !important;
		text-align: center;
		display: block;
	}
	video.carouselMediaItem {
		/* top: 0%;
    width: 90%;
    max-height: 80vh;
    object-fit: contain;
    transform: initial;
    position: unset;
    margin-top: 50px; */
		padding: 30px 0px 90px 0px;
	}
	.carouselMediaContainer2 .last_padding {
		/* padding-bottom: 70px; */
	}
}

@media only screen and (max-width: 767px) {
	.image-col:not(.col-md-12) {
		height: min-content !important;
		margin-bottom: 30px !important;
	}

	.toolbar-button-img {
		width: 20px !important;
		height: 20px !important;
	}

	.toolbar-button {
		padding: 5px !important;
	}

	#toolbarBottom {
		padding-left: 1px !important;
	}
	/*#toolbarBottom{
 		height: 75px;
 	}*/
	#CourselIndicatorsx li {
		width: 15px;
	}
	#CourselIndicatorsx {
		display: flex;
		width: 65%;
		left: 40px;
		bottom: 10px;
	}
	.carousel-btn-custom {
		bottom: 17px;
	}
	.case-indicator {
		font-size: 12px;
		margin-top: 5px;
	}
	#CourselIndicatorsx.carousel-indicators li.active {
		height: 25px;
		width: 60px;
		bottom: 7px !important;
	}
	#NextSlideButton.btn,
	#PrevSlideButton.btn {
		padding: 0px 5px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 420px) {
	#CourselIndicatorsx {
		width: 55%;
	}
	.case-indicator {
		font-size: 10px;
	}
}

@media only screen and (max-height: 730px) {
	.toolbar-button {
		padding: 8px !important;
	}

	.toolbar-button-img {
		width: 25px !important;
	}

	.swatch {
		width: 25px !important;
		height: 25px !important;
	}
}

@media only screen and (max-height: 620px) {
	.toolbar-button {
		padding: 6px !important;
	}
}
/*Insys */

.canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
}

.carousel-inner {
	width: 100%;
	height: 100%;
}

html,
body,
#page {
	margin: 0;
	width: 100%;
	height: 100%;
}

#page {
	position: relative;
}

#header {
	top: 0;
	border-bottom: 1px solid grey;
}

#header,
#footer {
	position: absolute;
	left: 0;
	right: 0;
	height: 60px;
	background-color: #1d1d1c;
}

#footer {
	bottom: 0;
	border-top: 1px solid grey;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

#content {
	position: absolute;
	top: 60px;
	bottom: 60px;
	left: 0;
	right: 0;
}

#carousel-container {
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#carousel {
	width: 100%;
	height: 100%;
}

.carousel-inner,
.carousel-item,
.carousel-item > .container-fluid {
	width: 100%;
	height: 100%;
}

.carousel-item > .container-fluid > .row {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: auto;
}

.image-col {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.carousel-control-next,
.carousel-control-prev {
	width: 2%;
}

.carousel-z-index {
	z-index: -1;
}

.image-col-padding {
	padding: 0 38px;
}

.carousel-item-transition {
	transition: none;
}

.carousel-video {
	display: flex;
	align-items: center;
	justify-content: center;
}

#cursorContainer {
	position: absolute;
	width: min-content;
	height: min-content;
	z-index: 50;
}
#PrevSlideLink, #NextSlideLink {
    border: 1px solid #dddddd;
    color: #000;
    background: #dddddd;
}
#PrevSlideLink:hover, #NextSlideLink:hover {
    background: #fff !important;
}