<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* {
	overflow:hidden;
}
*/

/*
http://www.fontsquirrel.com/tools/webfont-generator
*/

/* Makes all elements unselectable */
*
{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: 100% !important; /* fixes text size increase issue on iphones */
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/muli-regular-webfont.eot');
    src: url('../fonts/muli-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/muli-regular-webfont.woff2') format('woff2'),
         url('../fonts/muli-regular-webfont.woff') format('woff'),
         url('../fonts/muli-regular-webfont.ttf') format('truetype'),
         url('../fonts/muli-regular-webfont.svg#muliregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'dosisregular';
    src: url('../fonts/dosis-regular-webfont.eot');
    src: url('../fonts/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-regular-webfont.woff2') format('woff2'),
         url('../fonts/dosis-regular-webfont.woff') format('woff'),
         url('../fonts/dosis-regular-webfont.ttf') format('truetype'),
         url('../fonts/dosis-regular-webfont.svg#dosisregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {

	max-width: 100% !important;
    overflow: hidden !important;

    background:transparent;
}


.createJSContainer{
	position:fixed;
	overflow-y:hidden;
}

.page-component {
	position:fixed;
	left:50%;
	top:50%;
}

.page-component h6 {
	position:relative;
	line-height:35px;
	left:-48.5%;
	top:-25px;
	margin:0px;
	font-family: 'dosisregular', sans-serif;
	font-size:12px;
	font-weight:normal;
	/*text-shadow: 2px 2px 0 white;*/
}

.page-component h5 {
	position:relative;
	line-height: 33px;
	left:-48.5%;
	top:-25px;
	margin:0px;
	font-family: 'dosisregular', sans-serif;
	font-size:26.5px;
	font-weight:normal;
	/*text-shadow: 2px 2px 0 white;*/
}

.large-font {
	line-height: 38px !important;
	font-size:33px !important;
}

.small-font {
	line-height: 30px !important;
	font-size:25px !important;
}

.page-component h4 {
	position:relative;
	line-height:35px;
	left:-48.5%;
	top:-25px;
	margin:0px;
	font-family: 'Muli', sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#000;
	/*text-shadow: 2px 2px 0 white;*/
}

.page-component h3 {
	position:relative;
	line-height:50px;
	left:-48.5%;
	top:-25px;
	margin:0px;
	font-family: 'Muli', sans-serif;
	font-size:42px;
	font-weight:normal;
	color:#000;
	/*text-shadow: 2px 2px 0 white;*/
}

.page-component h2 {
	position:relative;
	line-height:60px;
	left:-48.5%;
	top:-25px;
	margin:0px;
	font-family: 'Muli', sans-serif;
	font-size:50px;
	font-weight:normal;
	color:#000;
	/*text-shadow: 2px 2px 0 white;*/
}

.page-component h1{
	font-family:Chewy;
	font-size:90px;
	font-weight:normal;
	/*text-shadow: 5px 3px black;*/
	text-shadow:
	5px 3px 0 #000,
	-2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     2px 2px 0 #000;
	color:white;
	margin-top:0px;
	position:relative;
	left:-50%;
}

.page-component p{
	position:relative;
	line-height:35px;
	left:-48.5%;
	top:-25px;
	margin:0px;
	font-family: 'Muli', sans-serif;
	font-size:24px;
	color:#000;
	/*text-shadow: 2px 2px 0 white;*/
}

.page-component p b{
	font-size:50px;
	color:#000000;
	text-shadow: 2px 2px 0 rgb(148, 148, 148);
}

.page-component .activities-box{
	width:1160px;
	top:-220px;
	left:-580px;
	line-height:26px;
}

.page-component .activities-box-mid{
	width:1160px;
	top:-350px;
	left:-580px;
	line-height:26px;
	-webkit-transform:translateZ(0);
}

.page-component .bounding-box
{
	z-index:1;
	padding:10px;
	background-color:#fbf7ff;
	border-color:#5d367e;
	border-width:5px;
	border-style:groove;
	border-radius:25px;
}

.page-component img {
	position:relative;
	left:-48.5%;
	top:-25px;
	margin:0px;
}

.dropDownBox {
	border: 2px solid rgb(0,214,252);
	font-size:24px;
}

.button {
	cursor:pointer !important;
}

.interactive {
	cursor:pointer !important;
}

.superSpaced {
	line-height:40px !important;
	-webkit-transform:translateZ(0);
}

.activitiesButton {
	position:absolute;
	border:2px solid black;
	border-radius:10px;
	padding:5px;
	padding-left:7px;
	background-color:rgb(232,232,232);
}

.multiChoice {
	margin-right:18px;
	margin-top:25px;
	width:16px;
	height:24px;
	list-style-type:none;
}

.question {
	position:absolute;
	top:0px;
}

.last-page-box {
	color:white !important;
	background: #006F9B;
	border-color:#324561;
	border-style:groove;
	border-radius:20px;
	padding:20px;
}

.gcElement {
	position:absolute;
	top:55px;
	left:100px;
}

.text-background-highlight {
	background: #E2EBFF;
	padding:10px;
}

#foo:checked,
input[type="radio"]::before {
    content: url('../img/radio.png');
}

input[type="radio"]:checked::before {
    content: url('../img/radio-checked.png');
}

.menu-loop-image {
	position:absolute;
	display:none;
}

</pre></body></html>