<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;
  font-weight: normal; /* fixes 'mirrored' font issues on ipads*/
  -webkit-backface-visibility: hidden !important; /* All text anti aliased on chrome instead of just pages with a createjs image*/
  -webkit-text-size-adjust: 100% !important; /* fixes text size increase issue on iphones */
}

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

@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: 'bad_scriptregular';
    src: url('../fonts/badscript-regular-webfont.eot');
    src: url('../fonts/badscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/badscript-regular-webfont.woff2') format('woff2'),
         url('../fonts/badscript-regular-webfont.woff') format('woff'),
         url('../fonts/badscript-regular-webfont.ttf') format('truetype'),
         url('../fonts/badscript-regular-webfont.svg#bad_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {

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

    background:transparent;
}

.createJSContainer{
	position:absolute;
	overflow:hidden;
	border:0;
	margin-bottom:-1px;
	border-style:none;
}


.swiffycontainer div canvas {
	width:100% !important;
	height: 100% !important;
}

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

.absolute-important {
	position:absolute !important;
	z-index:1;
}

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

.page-component h5 {
	position:relative;
	left:-50%;
	top:-25px;
	margin:0px;
	font-family: 'Muli', sans-serif;
	font-size:22px;
	font-weight:normal;
	/*text-shadow: 2px 2px 0 white;*/
}

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

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

.page-component h2 {
	position:relative;
	line-height:60px;
	left:-50%;
	top:-25px;
	margin:0px;
	font-family: 'Muli', sans-serif;
	font-size:50px;
	font-weight:normal;
	color:#4B3171;
	/*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:-50%;
	top:-25px;
	margin:0px;
	font-family: 'Muli', sans-serif;
	font-size:30px;
	color:#000;
	/*text-shadow: 2px 2px 0 white;*/
}

.page-component p b{
	font-size:32px;
	color:#4B3171;
	/*text-shadow: 2px 2px 0 white;*/
}

.page-component table {
	border-collapse:collapse;
	border:5px solid black;
	background-color:#fbf7ff; /*Overridden by worksheet level css*/
}

.page-component table th {
	border:5px solid black;
	padding:15px;
}

.page-component table td {
	border:5px solid black;
	padding:15px;
}


.bounding-box
{
	position:absolute;
	z-index:-250;
	/*
	height: 200px;
	width: 200px;
	left: 200px;
	right: 200px;
	*/
	background-color:#fbf7ff;
	border-color:#5d367e;
	border-width:5px;
	border-style:groove;
	border-radius:25px;
}

.page-component .bounding-box
{
	z-index:1;
	padding:10px;
	background-color:#FFFEF7;
	border-color:#FEFFBE;
	border-width:5px;
	border-style:groove;
	border-radius:25px;
	width: 1000px;
  	top: -80px;
}

.page-component .bounding-box-solid
{
	z-index:1;
	padding:10px;
	background-color:#FFFEF7;
	border-color:#FEFFBE;
	border-width:5px;
	border-style:groove;
	border-radius:25px;
	width: 700px;
  	top: -210px;
}

.page-component .poem
{
	line-height: 38px;
	font-family: 'bad_scriptregular', cursive;
	font-weight: bold;
	font-size: 25px;
}

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

.page-component .idea-image {
	display:block !important; 
	left:0px !important;
	padding-bottom:10px;
}

b
{
	color: rgb(212, 38, 38) !important;
}

#highlight-box
{
	position:absolute;
	background-color:#FFF200;
	opacity:.5;
}

.bullet-tick{
	list-style-image: url('../img/tick.png');
}

.bullet-cross{
	list-style-image: url('../img/cross.png');
}


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


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