@font-face 
{
    font-family: 'CreteRoundItalic';
    src: url('fonts/creteround/CreteRound-Italic-webfont.eot');
    src: url('fonts/creteround/CreteRound-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/creteround/CreteRound-Italic-webfont.woff') format('woff'),
         url('fonts/creteround/CreteRound-Italic-webfont.ttf') format('truetype'),
         url('fonts/creteround/CreteRound-Italic-webfont.svg#CreteRoundItalic') format('svg');
		 
	
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'UbuntuMedium';
    src: url('fonts/ubuntu/Ubuntu-M-webfont.eot');
    src: url('fonts/ubuntu/Ubuntu-M-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/Ubuntu-M-webfont.woff') format('woff'),
         url('fonts/ubuntu/Ubuntu-M-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/Ubuntu-M-webfont.svg#UbuntuCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'UbuntuRegular';
    src: url('fonts/ubuntu/Ubuntu-R-webfont.eot');
    src: url('fonts/ubuntu/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/Ubuntu-R-webfont.woff') format('woff'),
         url('fonts/ubuntu/Ubuntu-R-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/Ubuntu-R-webfont.svg#UbuntuCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -------------------- */
/* PAGE STYLING */
/* -------------------- */

body
{
	background: #F2F2F2; /*url(images/page_graphics/screenbg.png)*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
	max-width: 728px;
	width: 540px;
}

/* ----THIS SETS THE HEIGHT OF THE <br />, TEMPORARY FIX - TP ----- */
.body br 
{
   display: block;
   margin: 3px 0;
}
/* ----THIS SETS THE HEIGHT OF THE <br />, TEMPORARY FIX - TP ----- */

p
{
	color: #000;
	font-size: 1em;
	line-height: 1.3em;
	max-width: 536px;
	margin-left: 8px;
	padding: 2px;
	padding-left: 0;
	clear: both;
}

h1
{
	color: #037A57;
	font-family: 'CreteRoundItalic', Trebuchet MS, Trebuchet MS, sans-serif;
	font-style: normal;
	font-size: 1.7em; /*22px;*/
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 8px;
	margin-bottom: -5px;
	margin-left: 8px;
	
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

h2
{
	color: #1C1C1C;
	font-family: 'UbuntuMedium', Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.3em;
	font-weight: 500 !important;
	line-height: 1.3em;
	margin-top: 12px;
	margin-bottom: -4px; 
	margin-left: 8px;
	
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

h3
{
	color: #1C1C1C;
	font-family: 'UbuntuMedium', Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.3em;
	font-weight: 500 !important;
	line-height: 1.3em;
	margin-top: 12px;
	margin-bottom: -4px; 
	margin-left: 8px;
	
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.alert
{
	color: #F00;
	margin: 10px;
}

/* centre icon */
.center
{
	width: 178px;
	height: 56px;
	display: block;
	margin: auto;
	margin-top: 2px;
	margin-bottom: 12px;
}

/* centre object */
.centered
{
	display: block;
	margin: auto;
}

abbr
{
	border: none;
}

/* -------------------- */
/* -------------------- */

.bodyWrapper
{
	background: url('../images/page_graphics/curvylines.png') top right, #FFF;
	width: 728px;
	margin-top: -8px;
	margin-bottom: -8px;
	margin-left: -8px;
	padding: 18px;
	
	box-shadow: -4px 0px 7px 3px #999;
	-moz-box-shadow: -4px 0px 7px 3px #999;
	-webkit-box-shadow: -4px 0px 7px 3px #999;
}

.accWrapper
{
	background: #F8FAFB;
	border: 1px solid #CCC;
	/*background: #DAF5E7;
	border: 1px solid #90E1BD;
	border-style: dashed;*/
	line-height: 1.4em;
	display: block;
	max-width: 538px;
	margin-bottom: 22px;
	padding: 6px;
	padding-right: 12px;
	border-radius: 3px;
}

.accPrintTab
{
	background: #545454; /*#545454; #037A57;*/
	color: #FFF;
	font-family: 'UbuntuMedium', Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.67em;
	font-size: 1.6em\9;
	font-weight: 500 !important;
	font-style:	normal;
	line-height: 1em;
	text-align:	center;
	
	position: fixed;
	display :none;
	width: 170px;
	margin-left: 556px;
	margin-top: 103px;
	padding: 10px;
	z-index: 10;
	
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

hr
{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 526px;
	margin-top: 26px;
	margin-bottom: 26px;
}

.contentBody
{
	width: 540px;
	margin-top: 16px;
}

.topBanner
{
	background: url('../images/page_graphics/coursebanner.png') no-repeat left bottom;
	background-size: cover;
	width: 728px;
	margin-bottom: 0px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;	
}

.epigeumLogo
{
	background: url('../images/page_graphics/epigeumLogo.png') no-repeat;
	background-size: cover;
	width: 32px;
	height: 32px;
	margin-top: 2px;
	margin-left: 7px;
	float: left;
}

.courseHeading
{
	color: #FFF;
	font-family: 'UbuntuRegular', Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.4em; /*1.46em;*/ /*19px;*/
	font-weight: 300 !important;
	line-height: 1em;
	text-align: left;
	text-transform: uppercase;
	width: 540px;
	margin: 0;
	margin-bottom: 0px;
	margin-left: 44px;
	padding-top: 8px;
	padding-bottom: 15px;

	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.chapterHeading
{
	color: #90F4CA;
	font-family: 'UbuntuRegular', Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1em;	
	font-weight: 300;
	line-height: 1.1em;
	text-transform: uppercase;
	margin: 0;
	margin-left: 11px;
	padding-top: 8px;
	padding-bottom: 3px;
	max-width: 590px;
}

.bannerTrim
{
	background: url('../images/page_graphics/bannertrim.png') no-repeat;
	background-size: cover;
	position: relative;
	height: 82px; /* 63px;*/
	margin: 0;
	z-index: 1;	
	pointer-events: none;
}

.menu
{
	position: absolute;
	width: 172px;
	margin-top: -4px;
	margin-left: 556px;
	float: right;
	z-index: 1;
}

.menuAccessible
{
	background: url('../images/page_graphics/menuaccessible.png') !important;
	background-size: cover !important;
	border: none;
	text-decoration: none;
	width: 172px;
	height: 45px;
	float: right;
	cursor: pointer;
}

.menuAccessible:hover
{
	background: url('../images/page_graphics/menuaccessiblehover.png') !important;
	background-size: cover !important;
}

.menuPrint
{
	background: url('../images/page_graphics/menuprint.png') !important;
	background-size: cover  !important;
	border: none;
	text-decoration: none;
	width: 172px;
	height: 45px;
	float: right;
	cursor: pointer;
}

.menuPrint:hover
{
	background: url('../images/page_graphics/menuprinthover.png') !important;
	background-size: cover !important;
}

.menuHelp
{
	background: url('../images/page_graphics/menuhelp.png') !important;
	background-size: cover  !important;
	border: none;
	text-decoration: none;
	width: 172px;
	height: 45px;
	float: right;
	cursor: pointer;
}

.menuHelp:hover
{
	background: url('../images/page_graphics/menuhelphover.png') !important;
	background-size: cover !important;
}

.menuText
{
	font-family: Helvetica, Arial, sans-serif !important;	
	font-weight: normal !important;
	text-transform: none !important;
	text-align: left !important;
	letter-spacing: 0em !important;
	color: #4D4D4D;
	font-size: 1em;
	line-height: 1.1em;
	display: block;
	margin-top: 0px;
	margin-left: 48px; 	
}

.pageHeading
{
	background: #037A57;
	position: relative;
	width: 516px;
	margin-top: -53px;
	margin-bottom: 0;
	padding: 8px;
	padding-right: 12px;
	padding-left: 12px;
	z-index: 0;	
	
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-top-left-radius: 3px;
}

.pageTitle
{
	color: #FFF;
	font-family: 'CreteRoundItalic', Trebuchet MS, Trebuchet MS, sans-serif;
	font-size: 2.1em;
	line-height: 1.1em;

	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.introPanel
{
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	border-top: none;
	border-bottom: none;
	color: #000;
	line-height: 1.3em;
	position: relative;
	width: 506px;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 20px;
	padding-top: 13px;
	padding-bottom: 0px;
	padding-left: 12px;
	z-index: 1;

}

.introPanel:after
{
	background: url('../images/page_graphics/introbar.png') no-repeat bottom left;
	background-size: cover;
	content:'';
	display: block;
	position: absolute;
	width: 540px;
	height: 24px;
	margin-top: -8px;
	margin-left: -13px;
	z-index: -1;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
{
	.introPanel
	{
		min-height: 39px;
	}
	
	.introPanel:after
	{
		margin-top: 0px;
	}
}

/*.intropanel ul
{
	list-style-type:none;
	margin-left: -28px;
}

.intropanel ul li
{
	background:url(images/page_graphics/bulletpointorange.png);
	background-repeat:no-repeat;
	background-position:0px 3px; 
	padding-left:14px;
	margin-bottom: 12px;
	
}*/

.introHeading
{
	color: #333333;
	font-family: 'UbuntuRegular', Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.3em; /*17px*/
	/*font-style: italic;*/
	float: left;
	/*line-height: 1.6em;*/
	margin-top: -3px;
		
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;	
}

.introPanel br 
{
	display: block;
	margin: 8px 0;
}

.introIcon
{
	background: url('../images/page_graphics/screenchallengeicon.png') no-repeat top left;
	background-size: cover;
	position: relative;
	width: 65px;
	/*height: 80px;
	margin-top: -8px;
	margin-left: -18px; --> These values may vary slightly depending on icon/screen, style is set in the html */
	padding-right: 8px;
	margin-right: -15px;
	float: left;
	z-index: 1;
	
	margin-top: -7px !important;
}

.screenTime
{
	color: #808080;	
	font-family: 'UbuntuMedium', Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 2em; /*26px;*/
	text-align: center;
	line-height: 1em; /*10px;*/
	/*letter-spacing: -2px;*/
	position: relative;
	width: 54px;
	height: 50px;
	margin-top: -69px;
	margin-top: -66px\9;
	float: right;
	z-index: 1;
}

.screenMin
{
	font-size: 0.6em; /*15px;*/
	line-height: 0.8em; /*10px;*/
	letter-spacing: normal;
}

.instructional-inline
{
	background: #DAF5E7;
	border-bottom: 1px solid #90E1BD;
	display: inline;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}	

.instructional-block
{
	background: #DAF5E7; /*#DAF5E7;*/
	border: 1px solid #90E1BD;
	line-height: 1.3em;
	display: block;
	margin-bottom: 18px;
	padding: 12px;
	border-radius: 3px;
	
	/*box-shadow: 0px 5px 3px -3px #878787;
	-moz-box-shadow: 0px 5px 3px -3px #878787;
	-webkit-box-shadow: 0px 5px 3px -3px #878787;*/
}	

.block
{
	background: #EDEDED;
	border: 1px solid #C3C3C3;
	line-height: 1.3em;
	display: block;
	max-width: 538px;
	margin-bottom: 18px;
	padding: 12px;
	border-radius: 3px;
}

.bulletWrapper
{
	background: #EDEDED;
	border: 1px solid #C3C3C3;
	line-height: 1.3em;
	display: block;
	max-width: 538px;
	margin-bottom: 18px;
	padding: 6px;
	padding-right: 12px;
	padding-left: 0;
	border-radius: 3px;
}

.bulletWrapper ul li
{
	background: url('../images/page_graphics/bulletpointorange.png');
	background-position: 0px 2px; 
	background-repeat: no-repeat;
	margin-bottom: 12px;
	padding-left: 14px;
}

.bulletPlain
{
	line-height: 1.3em;
	display: block;
	max-width: 538px;
	/*padding: 6px;*/
	padding-right: 12px;
	padding-left: 0;
	border-radius: 3px;
}

.bulletPlain ul li
{
	background: url('../images/page_graphics/bulletpointorange.png');
	background-position: 0px 2px; 
	background-repeat: no-repeat;
	padding-left: 14px;
}

.speechBubble
{
	background: #FFF;
	border: 1px solid #999;
	text-align: center;
	line-height: 1.4em;
	display: block;
	max-width: 538px;
	margin-top: 30px;
	margin-bottom: 22px;
	padding: 12px;
	border-radius: 6px;
	
	box-shadow: 0px 5px 3px -3px #878787;
	-moz-box-shadow: 0px 5px 3px -3px #878787;
	-webkit-box-shadow: 0px 5px 3px -3px #878787;
}

.speechBubble:before
{
	background: url('../images/page_graphics/speech_tail.png');
	background-size: cover;
	content:'';
	display: block;
	position: absolute;
	height: 28px;
	width: 19px;
	margin-top: -37px;
	margin-left: 300px;
}

.paper
{
	background: #FAFEFF;
	border: 1px solid #C4C6C6;
	line-height: 1.4em;
	display: block;
	max-width: 538px;
	margin-top: 26px;
	margin-bottom: 52px;
	padding: 12px;
	padding-right: 26px;
	
	box-shadow: 4px 5px 3px -3px #878787;
	-moz-box-shadow: 3px 5px 3px -3px #878787;
	-webkit-box-shadow: 3px 5px 3px -3px #878787;
}

.paper:after
{
	background: url('../images/page_graphics/paperbottom.png') no-repeat bottom left;
	background-size: cover;
	content:'';
	display: block;
	position: absolute;
	width: 552px;
	height: 70px;
	margin-top: -11px;
	margin-left: -18px;
	z-index: 1;
}

.paper:before
{
	background: url('../images/page_graphics/papertop.png') no-repeat bottom left;
	background-size: cover;
	content:'';
	display: block;
	position: absolute;
	width: 552px;
	height: 54px;
	margin-top: -41px;
	margin-left: -18px;
	z-index: 1;
}

.pageRef
{
	font-size: 0.85em;
	text-align: right;
	font-style: italic;
	margin-top: -10px;
}

.rhsImage
{
	position: absolute;
	width: 170px;
	height: 170px;
	margin-left: 558px; 
	float: left;
}

.contentImage
{
	width: auto;
	height: auto;
}

.icon img
{
	position: absolute;
	background-size: cover !important;
	width: 178px;
	height: 56px;
	margin-left: 550px;
	float: left;
}

.pageFooter
{
	background: url('../images/page_graphics/pagefooter.png');
	background-size: cover;
	width: 728px;
	height: 93px;
	margin-bottom: 0px;
	border-bottom-right-radius: 6px;	
	border-bottom-left-radius: 6px;
}

.printFooter
{
	background: url('../images/page_graphics/printfooter.png');
	background-size: cover;
	width: 728px;
	height: 93px;
	margin-bottom: 0px;
	border-bottom-right-radius: 6px;	
	border-bottom-left-radius: 6px;
}

.legal
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-decoration: underline;
	width: 250px;
	margin-top: 41px;
	margin-left: 12px;
	float: left;
	cursor: pointer;	
}

.legal:hover
{
	color: #333;
}

.copyright
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-align: right;
	width: 110px;
	margin-top: 41px;
	margin-left: 344px;
	float: left;
}

.endofscreen
{
	position: absolute;
	left: -1000px;
}

.highlightYC
{
	/*background: #774727;
	border-bottom: 1px solid #ACD3DD;*/
	color: #FFF;
	color: #774727;
	font-style: italic;
	font-weight: bold;
	display: inline;
	/*padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 2px;*/
}

/*** COURSE QUIZ BUTTON ***/
.quiz
{
	border: 1px solid #FFF;
	color: #FFF;
	font-family: 'UbuntuBold', Lucida Sans Unicode, Lucida Grande, sans-serif !important;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.023em;
	max-width: 115px;
	height:17px;
	margin-top: 20px;
	margin-left: 204px;
	padding: 7px 10px 7px 13px;
	
	border-radius: 18px;
	-moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;

	box-shadow: 0px 1px 1px 1px #999;
	-moz-box-shadow: 0px 1px 1px 1px #999;
	-webkit-box-shadow: 0px 1px 1px 1px #999;
}



@media print
{

.bannerTrim
	{
		z-index: 0 !important;
	}

.epigeumLogo
	{
		display: none;
	}
	
.introIcon
	{
		display: none;
	}

.pageTitle
	{
		text-decoration: underline;
	}
	
.courseHeading
	{
		margin-left: 11px;
	}
}