@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;
}

@font-face 
{
    font-family: 'UbuntuBold';
    src: url('fonts/ubuntu/Ubuntu-B-webfont.eot');
    src: url('fonts/ubuntu/Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/Ubuntu-B-webfont.woff') format('woff'),
         url('fonts/ubuntu/Ubuntu-B-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/Ubuntu-B-webfont.svg#UbuntuCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*// CSS ANIMATION //*/

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*// CSS ANIMATION //*/


.splashscreen
{
	background-color: #00543D;
	width: 728px;
/* 	height: 300px; */
	float: left;
	box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.33) inset;
	
	border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
	
	border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
}

.splashscreen .frame
{
	position: relative;
}

.splashscreen .content
{
	margin: 20px;
	padding: 5px 15px;
	background: #fff;
	height: 346px;
	box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.splashscreen #content0
{
	background: #fff url('../images/splashscreen/introBg.png');
	background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    vertical-align: middle;
	
	-webkit-animation: fadein 2s; /* Safari and Chrome */
       -moz-animation: fadein 2s; /* Firefox */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera */
            animation: fadein 2s;
}

.splashscreen #content1
{
	background: #fff url('../images/splashscreen/authorsBg.png');
	background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
/*     padding: 0; */
    height: 346px;
}

.splashscreen #content2
{
	background: #fff url('../images/splashscreen/outcomesBg.png');
	background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.splashscreen #content3
{
	background: #fff url('../images/splashscreen/coursemapBg.png');
	background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.splashscreen #content4
{
	background: #fff url('../images/splashscreen/outcomesBg.png');
	background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.splashscreen #content5
{
	background: #fff url('../images/splashscreen/outcomesBg.png');
/* 	-moz-transform: scaleY(-1); */
/*     -webkit-transform: scaleY(-1); */
/*     -o-transform: scaleY(-1); */
/*     transform: scaleY(-1); */
/*     -ms-filter: fliph; /*IE*/ */
/*     filter: fliph; /*IE*/  */
	background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.splashscreen h1
{
	font-family: 'UbuntuMedium',Lucida Sans Unicode,Lucida Grande,sans-serif;
	margin-bottom: -3px;
	font-weight: 500;
	font-size: 19px;
	margin-top: 10px;
	margin-left: 6px;
}

.splashscreen p
{
	margin-left: 6px;
}

.splashscreen ul
{
	
	
}

.splashscreen ul li
{
	background: url('../images/splashscreen/bulletpointorange.png');
	background-position: 0px 1.5px; 
	background-repeat: no-repeat;
	margin-bottom: 2px;
	padding-left: 14px;
	margin-bottom: 10px;
}

.splashscreen #content0 p
{
	font-family: 'UbuntuMedium','Lucida Sans Unicode','Lucida Grande',sans-serif;
	margin: auto;
	width: 340px;
	color: #989898;
	font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
}

.splashscreen #content0 img
{
	width: 140px;
	height: 140px;
	margin-top: 100px;
	
	-webkit-animation: fadein 2s; /* Safari and Chrome */
       -moz-animation: fadein 2s; /* Firefox */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera */
            animation: fadein 2s;
}

.intro_text
{
	-webkit-animation: fadein 2s; /* Safari and Chrome */
       -moz-animation: fadein 2s; /* Firefox */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera */
            animation: fadein 2s;
}

.splashscreen .screen
{
	width: 688px;
	float: left;
	display: inline;
}

.splashscreen #content1 .subcontent
{
	position: absolute;
/* 	left: -648px; */
/* 	background: red; */
	width: 4200px;
	height: 300px;
	
}

.splashscreen #content1 .photonav
{
	width: 160px;
	height: 300px;
	float: left;
	margin-top: 20px;
}

.splashscreen #content1 .photonav p
{
	text-align: center;
	color: #666666;
	font-family: 'UbuntuMedium',Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin-bottom:0;
	margin-left:-3px;
	margin-top: 20px;
}

.splashscreen #content1 .photo
{
	background-color: #EDEDED;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    width: 143px;
    height: 186px;
    left: 4px;
	top: 10px;
    margin: 0;
    position: relative; 
    right: 0;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
}

.splashscreen #content1 .photo img
{
	margin-left: 15px;
	margin-top: 15px;
}

.splashscreen #content1 .bio
{
	width: 410px;
	height: 300px;
	float: left;
	margin-right:78px;
	margin-top: 10px;
	position: relative;
}

.splashscreen #content1 .bio h1
{
	margin-bottom: 5px;
	margin-left: 16px;
	margin-top: 22px;
	color: #037A57;
    font-family: 'CreteRoundItalic','Trebuchet MS',sans-serif;
    font-size: 23px;
    font-weight: 500;
	width: 480px;
}

.splashscreen #content1 .bio .biotext
{
	overflow-y: auto;
	height: 266px;
	width: 502px;
	margin-left: 10px;
}

.splashscreen #content1 .bio .biotext p
{
	margin-top:0;
	width: 437px;
}

.splashscreen #content1 .bck, .splashscreen #content1 .bck:disabled:hover
{
	background: url('../images/splashscreen/back.png');
	width: 65px;
	height: 65px;
	border: 0;
	background-size: cover;
	margin-left: 10px;
	position: relative;
    top: -8px;
}

.splashscreen #content1 .nxt
{
	background: url('../images/splashscreen/next.png');
	width: 65px;
	height: 65px;
	border: 0;
	background-size: cover;
	position: relative;
    top: -8px;
}

.splashscreen #content1 .bck:hover
{
	background: url('../images/splashscreen/backHover.png');
	background-size: cover;
}

.splashscreen #content1 .nxt:hover
{
	background: url('../images/splashscreen/nextHover.png');
	background-size: cover;
}

.splashscreen #content2 ul
{
	width: 531px;
	overflow-y: auto;
	height: 280px;
	margin-top: 14px;
	padding-right: 12px;
}

.splashscreen #content2 ul li
{
	margin-bottom: 16px;
}

.splashscreen .faded
{
	opacity: 0.3;
	background: #F00;
}

.splashscreen #content3 .cs_left
{
	float: left;
	width: 250px;
	margin-right:20px;
}

.splashscreen #content3 .cs_middle
{
	float: left;
	background: url('../images/splashscreen/couremapIcons.png');
	width: 60px;
	height: 330px;
	background-position: 0px 3px; 
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 3px;
}

.splashscreen #content3 .cs_right
{
	margin-left: 10px;
	float: left;
	width: 318px;
	padding-top: 8px;
}

.splashscreen #content3 .cs_item
{
	padding-left: 14px;
	margin-left:-27px;
	margin-bottom: 13px;
	margin-top: -1px;
	cursor: pointer;
}

.splashscreen #content3 .cs_item p
{
	line-height: 14px;
	margin-bottom: 0;
}

.splashscreen #content3 .cs_item:hover
{
	background: url('../images/splashscreen/bulletpoint-w.png');
	background-position: -7px -6px; 
	background-repeat: no-repeat;
	background-size: 22px 26px;
}

.splashscreen #content3 .cs_item:hover:after
{
	content:'';
	display:block;
	background: #FFF;
	height: 4px;
	width: 10px;
	position: relative;
	margin-left: -10px;
	margin-top: -4px;
	top: -51px
}

.splashscreen #content3 .cs_item:hover:last-of-type:after
{
	top: -20px;	
	margin-top: 10px
}

.splashscreen #content3 h4
{
	padding-left: 5px;
	color: #037A57;
    font-family: 'UbuntuRegular','Lucida Sans Unicode','Lucida Grande',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 20px;
	margin-bottom: -12.3px;
    margin-top: 17.5px;
}

.splashscreen .popup
{
	position: absolute;
	top: 100px;
	left:50%;
/* 	height: 100px; */
	width: 300px;
	border: 1px none #FFFFFF;
	box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.498);
	border-radius: 3px;
	background: #fff;
	margin-left:-150px;
	padding: 5px;	
}

.splashscreen .popup button
{
	background: url('../images/splashscreen/close.png') no-repeat;
	background-size: cover;
	float: right;
	width: 26px;
	height: 26px;
	margin: 7px;
	border: 0;
}

.splashscreen .popup button:hover
{
	background: url('../images/splashscreen/closeHover.png') no-repeat;
	background-size: cover;
}

.splashscreen .popup img
{
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 5px;
}

.splashscreen .popup h2
{
	float: left;
	color: #037A57;
	font-family: 'UbuntuMedium',Lucida Sans Unicode,Lucida Grande,sans-serif;
	margin-bottom: -3px;
	font-weight: 500;
	font-size: 19px;
	margin-left: -2px;
    margin-top: 12px;
}

.splashscreen .popup ul
{
	margin-top: 50px;
}

.splashscreen #content4 ul
{
	width: 340px;
	margin-top: -5px;
}

.splashscreen #content4 ul li
{
	margin-bottom: 9px;
}

.splashscreen #content4
{
	position: relative;
}

/*.splashscreen #content4 img#hl1
{
	position: absolute;
	top: 15px;
	left: 390px;
	width: 206px;
	height: 175px;
}

.splashscreen #content4 img#hl2
{
	position: absolute;
	top: 200px;
	left: 430px;
	width: 234px;
	height: 135px;
}*/

.splashscreen #content5 ul
{
	float: left;
	width: 296px;
	margin-top: -1px;
}

.splashscreen #content5 ul li
{
	margin-bottom: 5px;
}
.splashscreen .nav_item
{
	cursor: pointer;
	width: 119px;
	height: 43px;
	border: 1px white solid;
	border-bottom: none;
	border-left: none;
	float: left;
	font-family: UbuntuMedium,'Lucida Sans Unicode','Lucida Grande',sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    vertical-align:bottom;
    padding: 13px;
    line-height: 20px;
	position: relative;
}

.splashscreen .nav_item
{
	background: #037A57;
}

.splashscreen .nav_item.selected, .splashscreen .nav_item.selected:hover
{
	background: #00543D;
	box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.325) inset;
}

.splashscreen .nav_item:hover
{
	background: #F15A24;
	background-image: -ms-linear-gradient(top, #FF8631 0%, #F15A24 100%); /* IE10 Consumer Preview */ 
	background-image: linear-gradient(to bottom, #FF8631 0%, #F15A24 100%); /* W3C Markup, IE10 Release Preview */
	background-image: -moz-linear-gradient(top, #FF8631 0%, #F15A24 100%); /* Mozilla Firefox */ 
	background-image: -o-linear-gradient(top, #FF8631 0%, #F15A24 100%); /* Opera */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF8631), color-stop(1, #F15A24)); /* Webkit (Safari/Chrome 10) */
	background-image: -webkit-linear-gradient(top, #FF8631 0%, #F15A24 100%); /* Webkit (Chrome 11+) */ 
}

.splashscreen .nav_item span
{
	position: absolute;
	bottom: 13px;
	left: 15px;
}

.splashscreen .nav_item:nth-child(5n)
{
	border-right: none;
	width: 118px;
	border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
}

.splashscreen .nav_item:nth-child(1)
{
	border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
}

*
{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
{
	.splashscreen #content3 .cs_item:hover:after 
	{
		display: none;
	}
	
	.splashscreen #content3 .cs_item:hover
	{
		background: none;
	}
	
	.splashscreen #content4 ul li span
	{
		padding: 0px !important;
	}
	
	
	.splashscreen #content4 p 
	{
		margin-bottom: 20px;
	}
	
	.splashscreen #content1 .bio .biotext
	{
		overflow-y: auto;
		height: 270px;
		width: 502px;
	}
}
		