body{
	display:none;
}
#jpreOverlay {
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#65707a));
	background: -webkit-linear-gradient(top, #65707a, #ffffff);
	background: -moz-linear-gradient(top, #65707a, #ffffff);
	background: -ms-linear-gradient(top, #65707a, #ffffff);
	background: -o-linear-gradient(top, #65707a, #ffffff);*/


	background: #e3e4de; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTRkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ZiZmNmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ZiZmNmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2U0ZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e3e4de 0%, #fbfcf4 15%, #fbfcf4 85%, #e3e4de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e4de), color-stop(15%,#fbfcf4), color-stop(85%,#fbfcf4), color-stop(100%,#e3e4de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e3e4de 0%,#fbfcf4 15%,#fbfcf4 85%,#e3e4de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e3e4de 0%,#fbfcf4 15%,#fbfcf4 85%,#e3e4de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e3e4de 0%,#fbfcf4 15%,#fbfcf4 85%,#e3e4de 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e3e4de 0%,#fbfcf4 15%,#fbfcf4 85%,#e3e4de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e4de', endColorstr='#e3e4de',GradientType=0 ); /* IE6-8 */
		
    color: #676767;
    font-family: 'eurekasans-lightregular';
    font-size: 22px;
    font-weight: normal;
    height: 100vh;
    width: 100%;
	-webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
}
h1.preh1 {
	color:#9b920a;font-family:'eurekasans-mediumcapsregular';font-size:22px;font-weight:normal;
}
.mediumregular {
    font-family: 'eurekasans-mediumregular';
}
.lightitalicregular {
    font-family: 'eurekasans-lightitalicregular';
}
p.prep {
	max-width:250px;
	margin: 0 auto;	
}
#pre_markII_balloon {
	display: block;
    margin: 0 auto;
    position: relative;
    top: -139px;
    width: 139px;
}
#jpreLoadertopbar {
	background-color: #93b8c4;
    height: 9px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
	-webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
}




#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#ccc;
	text-align:center;
	width:50%;
	height:30%;
}
#jpreLoader{
	width:300px;
	height:25px;
	z-index:9999999;
	background-color:#fff;
/*
	box-shadow:0 0 7px 3px #fff;
	-moz-box-shadow:0 0 7px 3px #fff;
	-webkit-box-shadow:0 0 7px 3px #fff;
*/

	-webkit-box-shadow:0 0 7px 3px #999 inset;
	   -moz-box-shadow:0 0 7px 3px #999 inset;
	        box-shadow:0 0 7px 3px #999 inset;
	-webkit-border-radius:25px;
	   -moz-border-radius:25px;
	        border-radius:25px;
	border:1px solid #999;
	-webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
}
#jpreBar {
	-webkit-border-radius:25px;
       -moz-border-radius:25px;
            border-radius:25px;
	
	-webkit-background-size:30px 30px;
       -moz-background-size:30px 30px;
         -o-background-size:30px 30px;
            background-size:30px 30px;

   -webkit-box-shadow: 0 5px 5px rgba(255,255,255,0.6) inset, 0 -5px 7px rgba(0, 0, 0, 0.4) inset;
       -moz-box-shadow: 0 5px 5px rgba(255,255,255,0.6) inset, 0 -5px 7px rgba(0, 0, 0, 0.4) inset;
            box-shadow: 0 5px 5px rgba(255,255,255,0.6) inset, 0 -5px 7px rgba(0, 0, 0, 0.4) inset;
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33000000', GradientType=0 );

	background-color:#91b6bc;
	
	background-image: -moz-linear-gradient(-45deg, 
		rgba(255,255,255,0.15) 0%, 
		rgba(255,255,255,0.15) 25%, 
		rgba(255,255,255,0) 25%, 
		rgba(255,255,255,0) 50%, 
		rgba(255,255,255,0.15) 50%, 
		rgba(255,255,255,0.15) 75%, 
		rgba(255,255,255,0) 75%, 
		rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, 
		color-stop(0%,rgba(255,255,255,0.2)), 
		color-stop(25%,rgba(255,255,255,0.2)), 
		color-stop(25%,rgba(255,255,255,0)), 
		color-stop(50%,rgba(255,255,255,0)), 
		color-stop(50%,rgba(255,255,255,0.2)), 
		color-stop(75%,rgba(255,255,255,0.2)),
		color-stop(75%,rgba(255,255,255,0)),
		color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(-45deg, 
		rgba(255,255,255,0.3) 0%,
		rgba(255,255,255,0.3) 25%,
		rgba(255,255,255,0) 25%,
		rgba(255,255,255,0) 50%,
		rgba(255,255,255,0.3) 50%,
		rgba(255,255,255,0.3) 75%,
		rgba(255,255,255,0) 75%,
		rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(-45deg, 
		rgba(255,255,255,0.15) 0%,
		rgba(255,255,255,0.15) 25%,
		rgba(255,255,255,0) 25%,
		rgba(255,255,255,0) 50%,
		rgba(255,255,255,0.15) 50%,
		rgba(255,255,255,0.15) 75%,
		rgba(255,255,255,0) 75%,
		rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(-45deg, 
		rgba(255,255,255,0.15) 0%,
		rgba(255,255,255,0.15) 25%,
		rgba(255,255,255,0) 25%,
		rgba(255,255,255,0) 50%,
		rgba(255,255,255,0.15) 50%,
		rgba(255,255,255,0.15) 75%,
		rgba(255,255,255,0) 75%,
		rgba(255,255,255,0) 100%);
	background-image: linear-gradient(135deg, 
		rgba(255,255,255,0.15) 0%,
		rgba(255,255,255,0.15) 25%,
		rgba(255,255,255,0) 25%,
		rgba(255,255,255,0) 50%,
		rgba(255,255,255,0.15) 50%,
		rgba(255,255,255,0.15) 75%,
		rgba(255,255,255,0) 75%,
		rgba(255,255,255,0) 100%);

	-webkit-animation: progress 2s linear infinite;
       -moz-animation: progress 2s linear infinite;
        -ms-animation: progress 2s linear infinite;
         -o-animation: progress 2s linear infinite;	
            animation: progress 2s linear infinite;

	-webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
}
#jprePercentage {
	color:#333;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 1px #ccc;
	top:-100%;
	-webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
}

#jpreButton{
	padding:3px 10px;
	cursor:pointer;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	width:100px;
	margin:0 auto;
	color:#fff;
	text-shadow:-1px -1px 0 #01293F;
	border:1px solid #2EACEA;
	
	-webkit-border-radius:30px;
       -moz-border-radius:30px;
            border-radius:30px;
	
	background-color: #23a6ed;
	background-image: -moz-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23a6ed), color-stop(100%,#1275aa));
	background-image: -webkit-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: -o-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: -ms-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: linear-gradient(to bottom, #23a6ed 0%,#1275aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a6ed', endColorstr='#1275aa',GradientType=0 );
	-webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
}

@-webkit-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-moz-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-ms-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-o-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}





blockquote {
  margin:1em auto;
  max-width:700px;
}


.oval-thought-border {
  position:relative;
  padding:70px 30px;
  margin:1em auto 80px;
  border:10px solid #4e748b;
  text-align:center;
  background:#fff;
  /* css3 */
  /*
  NOTES:
  -webkit-border-radius:240px 140px; // produces oval in safari 4 and chrome 4
  -webkit-border-radius:240px / 140px; // produces oval in chrome 4 (again!) but not supported in safari 4
  Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
  */
  -webkit-border-top-left-radius:240px 140px;
  -webkit-border-top-right-radius:240px 140px;
  -webkit-border-bottom-right-radius:240px 140px;
  -webkit-border-bottom-left-radius:240px 140px;
     -moz-border-radius:240px / 140px;
          border-radius:240px / 140px;
}

/* creates the larger circle */
.oval-thought-border:before {
  content:"";
  position:absolute;
  z-index:10;
  bottom:-40px;
  right:100px;
  width:50px;
  height:50px;
  border:10px solid #4e748b;
  background:#fff;
  /* css3 */
  -webkit-border-radius:50px;
     -moz-border-radius:50px;
          border-radius:50px;
  /* reduce the damage in FF3.0 */
  display:block;
}

/* creates the smaller circle */
.oval-thought-border:after {
  content:"";
  position:absolute;
  z-index:10;
  bottom:-60px;
  right:50px;
  width:25px;
  height:25px;
  border:10px solid #4e748b;
  background:#fff;
  /* css3 */
  -webkit-border-radius:25px;
     -moz-border-radius:25px;
          border-radius:25px;
  /* reduce the damage in FF3.0 */
  display:block;
}

