<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.interaction-waka div {
	background-color: rgba(0,0,0,0.2);
}*/

.interaction-waka {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}


/**
main waka elements
*/

.iW-main-elements {
	position: absolute;
	top: 112px;
	left: 286px;
}

.iW-water {
	position: absolute;
	width: 1010px;
	height: 269px;
	top: 188px;
	left: -286px;
	background-image: url(../image/waka-interaction/water.jpg);
}

.iW-waka {
	position: absolute;
	width: 685px;
	height: 215px;
	background-image: url(../image/waka-alone.png);
}

.iW-paddle {
	position: absolute;
	top: 90px;
	left: 330px;
	width: 22px;
	height: 181px;
	background-image: url(../image/paddle-alone.png);
}

.iW-dragger {
	position: absolute;
	top: 70px;
	left: 310px;
	width: 62px;
	height: 221px;
	cursor: col-resize;
}

.interaction-waka div.instructions {
	position: absolute;
	top: 90px;
	left: 550px;
	width: 210px;
}

.interaction-waka div.instructions img {
	width: 78px;
	height: 88px;
	position: relative;
	left: 92px;
	top: -10px;
}

.interaction-waka div.instructions.hidden {
	display: none;
}

/**
background rectangles
*/

.iW-choice-regions, .iW-choice-regions-text {
	position: absolute;
	top: 98px;
	left: 268px;
	width: 722px;
}

.iW-choice {
	position: absolute;
	width: 722px;
}

.iW-choice1, .iW-choice2, .iW-choice3 {
	display: inline-block;
	width: 200px;
	margin: 0px 20px 0px 20px;
	padding: 0px;
	background-color: red;
}

.iW-choice1 div, .iW-choice2 div, .iW-choice3 div {
	position: absolute;
	top: 300px;
	width: 200px;
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 14px;
}


.iW-bgs {
	position: absolute;
	width: 722px;
}

.iW-bgs div.current {
	background-color: red;
}

.iW-bg1, .iW-bg2, .iW-bg3{
	display: inline-block;
	width: 240px;
	height: 405px;
	margin: 0px;
	padding: 0px;
}

.iW-bg3 {
	width: 242px;
}

.iW-bg1, .iW-bg3 {
	/*Gradient*/
	/*background: green;*/ /* Old browsers */
	/*background: -moz-linear-gradient(bottom, #F1F1F1 0%, white 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, top, bottom, color-stop(0%,#F1F1F1), color-stop(100%,white));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(bottom, #F1F1F1 0%,white 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(bottom, #F1F1F1 0%,white 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(bottom, #F1F1F1 0%,white 100%);*/ /* IE10+ */
	/*background: linear-gradient(to top, #F1F1F1 0%,white 100%);*/ /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F1F1F1',GradientType=0 );*/ /* IE6-9 */
}

.iW-bg2 {
	/*Gradient*/
	/*background: yellow;*/ /* Old browsers */
	/*background: -moz-linear-gradient(bottom, #F8F8F8 0%, white 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, top, bottom, color-stop(0%,#F8F8F8), color-stop(100%,white));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(bottom, #F8F8F8 0%,white 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(bottom, #F8F8F8 0%,white 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(bottom, #F8F8F8 0%,white 100%);*/ /* IE10+ */
	/*background: linear-gradient(to top, #F8F8F8 0%,white 100%);*/ /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F8F8F8',GradientType=0 );*/ /* IE6-9 */
}


/**
highlights
*/

.iW-visHilights {
	position: absolute;
	width: 722px;
	top: 275px;
}

.iW-visHilights .iW-hotspot {
	display: inline-block;
	width: 240px;
}

.iW-visHilights .iW-hotspot div {
	position: absolute;
	height: 130px;
	/*border: 1px solid rgb(126, 43, 32);*/
	width: 220px;
	margin: 0px 20px 0px 10px;
}

.iW-visHilights .iW-hotspot .iW-highlight {
	background-color: white;
}

.iW-visHilights .iW-hotspot .iW-text-bg {
	border: none;
	/*background-color: rgba(255,255,255,0.2);*/
}

.iW-check {
	display: block;
	position: absolute;
	background-image: url(../image/waka-interaction/check-texture.png);
	text-align: center;
	color: white;
	padding: 10px;
	top: 136px;
	left: 250px;
	cursor: pointer;
	font-family: reklame-script, arial, sans-serif;
	font-size: 25px;
	text-align: center;
	background-color: black;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
	cursor: pointer;
	border-radius: 3px;
}

.iW-check.hidden {
	display: none;
}



/**
feedback
*/


.iW-feedback .iW-feedback-character.hidden {
	display: none;
}

.iW-feedback-popup {
	position: absolute;
	width: 300px;
	padding: 30px 20px 20px 20px;
	background-color: rgb(41, 143, 177);
	top: 60px;
	left: 460px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);

	font-family: myriad-pro, arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: white;
}

.iW-feedback-popup.hidden {
	display: none;
}

.iW-feedback-popup .close-button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 24px;
	height: 24px;
	line-height: 22px;    
	margin: 5px;

	font-family: nimbus-sans, sans-serif;
	font-size: 24px;
	color: white;
	cursor: pointer;
	text-align: center;
}

.iW-feedback-popup .close-button:hover {
	background: white;
	border-radius: 12px;
	color: rgb(226, 23, 133);
}

/**
media element player
*/

.iW-feedback .mejs-container.mejs-audio,
.iW-feedback audio {
	width: 30px !important;		/* used !important to override the mejs styles */
	height: 30px !important;	/* used !important to override the mejs styles */
	background: none !important;	/* used !important to override the mejs styles */
}

.iW-feedback .mejs-container.mejs-audio.hidden {
	display: none;
}

.iW-feedback .mejs-container.mejs-audio .mejs-controls {
	background-image: url(../image/waka-interaction/check-texture.png);
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
	border-radius: 3px;
}

/* media controls box */

.iW-feedback .media-controls {
	position: relative;
	top: -30px;
	left: 25px;
	width: 140px;
}

.iW-feedback .media-controls .transcript-button {
	margin-left: 34px;
	background-color: red;
	padding: 1px;
	text-align: center;
	background-image: url(../image/waka-interaction/check-texture.png);
	color: white;
	font-size: 22px;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
	font-family: reklame-script;
}


/**
question box
*/

.interaction-waka .question-box {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	color: white;
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	overflow: visible;
}

.interaction-waka .image-shape {
	position: absolute;
	background-repeat: no-repeat;
	background-position: right;
	top: 0px;
	left: 0px;
}

.interaction-waka .question-box .number {
	position: absolute;
	font-size: 40px;
	font-weight: 700;
	line-height: 32px;
}

.interaction-waka .question-box .question {
	position: relative;
	margin-left: 43px;
}</pre></body></html>