@charset "utf-8";
/* CSS Document */

/****Fonts****/
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,700italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Coda);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100italic,300,300italic,100,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700);

/*font-family: 'Roboto', sans-serif;
  font-family: 'Coda', cursive;
  font-family: 'Noto Sans', sans-serif;
  font-family: 'Oxygen', sans-serif; */

body {
	color: #272727;
	font-size: 15px;
	font-family: roboto;
}

* {
	margin:0;
	padding:0;
}

p {
	color: #272727;
	font-size: 14px;
	font-family: Noto Sans;
	font-weight: 400;
	text-align: justify;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
}

a {
	color: #662D91;
	font-size: 15px;
	font-weight: 300;
	font-family: roboto;
	text-decoration: none; 
	transition: 0.5s;
}

h1 { /* Top, centered purple large font (usually all caps) */
	color: #662D91;
	font-size: 25px;
	font-family: roboto;
	font-weight: 300;
	text-align: center;
	padding-bottom: 25px;
}

h2 { /* Left, black, thin, medium sized */
	color: #272727;
	font-size: 20px;
	font-family: roboto;
	font-weight: 300;
	text-align: left;
}

h3 { /* Slightly bigger than p, purple, thin, italic, centered */
	color: #662D91;
	font-size: 20px;
	font-family: Roboto;
	font-weight: 300;
	font-style: italic;
	text-align: center;
}

h4 { /* p text that is not justified but aligned left */
	color: #272727;
	font-size: 14px;
	font-family: Noto Sans;
	font-weight: 400;
	text-align: left;
}

ul {list-style: none; padding: 0; margin: 0;}
.clear {clear: both;}

.header {}


.header-top-right {
	text-align:right;
	width:300px;
	float:right;
}

.header-mid {
	height:100px;
}

.header-mid-container {
	width:1000px;
	margin:0 auto;
}

.header-left {
	width:300px;
}
.header-right {
	width:700px;
	float: right;
}

.IL-logo {
	float:left;
	margin-top:15px;
}
.WU-logo {
	float:right;
	margin-top:30px;
}

.header-bottom {
	height: 5px;
	width: 100%;
	background-color: #662D91;
}


/* I don't know what this does but it seems impt */
ul.truelist {
	list-style-type: disc; 
	padding: 10px; 
	margin: 10px;
}


/* New Navigation */

.nav-bar {
	background:#FFFFFF;
	height:30px;
	color:#662D91;
	margin-top:70px;
	margin-left: 35px;
	width:100%;
}

.nav-bar-container {
	width:700px;
	margin:0 auto;
}

.nav-bar a {
	color:#662D91;
	font-weight:300;
	font-size: 18px;
}

.nav-bar ul {}
.nav-bar ul li {
	float: left;
	padding-right: 18px;
	padding-left: 3px;
	position: relative;
}

.nar-bar ul li a.link {
	color:#FFFFFF;
	font-weight:300;
}

.nav-bar ul li a:hover {
	color: #999999;
}

.nav-bar ul li.active a.link {
	font-weight: 500;
}

/*sub-menu*/
.nav-bar ul li ul.sub-menu{
	display:none;
	position:absolute;
	width:100%;
	background:#FFFFFF;
	left:0;
	top:100%;
	padding:2px 0px 6px 3px; /* top right bottom left */
}
.nav-bar ul li ul.sub-menu li{
	float:none;
	line-height:25px;
	border:none;
}
.nav-bar ul li:hover ul.sub-menu{
	display:block;
}
.nav-bar ul li ul.sub-menu li.active a{
	font-weight:500;
}


/* New Footer */
.footer {
	background:#662D91;
	height:40px;
	color:#FFFFFF;
	margin-top:6px;
	padding: 14px 0 20px 0;
	display:block;
}

.footer a {
	color:#FFFFFF;
	font-weight:300;
	text-decoration:underline;
}

.footer-container {
	width:1000px;
	margin: 0 auto;
}

.footer-links {
	float:right;
}

.footer-email {
	float:left;
}
.footer-email a{
	text-decoration:none;
}


.footer ul {}
.footer ul li {
	float: left;
	/*padding: 0px 10px;*/
	position: relative;
	margin-left: 30px;
}

.footer ul li a.link {
	color:#FFFFFF;
	font-weight:normal;
}

.footer ul li a:hover {
	color: #999999;
}

.footer-reserved {
	margin-top:10px;
	float:right;
	font-size:10px;
}



/*middle-contant :: 31-3-2014*/

/* All pages */
.contant{
	/* No padding so home screen picture flush w/ top */
	/* Width needs to be full-screen */
}
.container{
	width:1000px;
	margin:0 auto;
	padding:26px 0 31px 0;
}

/* Home Page content */
.con-top{
	width:100%;
}
.home-about{
	height: 140px;
	background-image: url('../images/silver-gradient.jpg');
	background-repeat: repeat-x;
	background-size:contain;
	margin-top:-5px;
}
.home-about-content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}
.nature-link a {
	padding-left:20px;	
}
.con-left{
	width:650px;
	float:left;
}
.con-left h2, .con-right h2 {
	color: #662D91;
	padding-bottom: 15px;
	padding-top:15px;
}
.con-left-con {
	padding-bottom: 30px;
}
.con-left-news {
	/*height: 80px;*/
	background-color: #E6E6E6; /* Light gray */
	border-radius: 5px;
	/*background-image: url('../images/silver-gradient.jpg');
	background-repeat: repeat-x;
	background-size:contain;*/
	margin-bottom:10px;
	padding: 10px;
}
.con-left-news a {
	padding-left:20px;
}
.con-right{
	float:right;
	padding-bottom:15px;
	width:300px;
}
.about-idea{
	
}



/*Leadership :: 1-4-2014*/

/*.leadership h1{
	font-size:25px;
	color:#662D91;
	font-family: 'Noto Sans',sans-serif;
	font-weight:normal;
	text-align: center;
	line-height: 100%;
	margin: 0 0 31px;
}*/
.leadership h2.exec{
	font-size:25px;
	color:#662D91;
	font-family: 'Noto Sans',sans-serif;
	font-weight:bold;
	text-align:center;
	line-height: 100%;
	margin: 0 0 40px;
}
.leadership .board-line-first{
	padding: 0 0 17px;
	display:block;
	margin: 0 auto;
	width:75%;
}
.leadership .board-line{
	padding: 0 0 17px;
}

.leadership .board .board-line ul{
	
}

/*.leadership .board .last-li ul li{
	min-height:266px!important;
}*/
.leadership .board ul li{
	width:239px;
	min-height: 282px;
	float:left;
	text-align:center;
	margin: 0 10.6px 0 0;
}
/*.leadership .board .board-line ul li.last{
	margin: auto 0 auto 0;
}*/
.leadership .board .img-part img{
	width:200px;
	height:200px;
}
.leadership .board .unknown_image{
	width:200px;
	height:200px;
}
.leadership .board label{
	font-size:19px;
	color:#662D91;
	font-family: 'Noto Sans',sans-serif;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	display:block;
	line-height: 100%;
	margin: 0 0 3px;
}
.leadership .board p{
	font-size:15px;
	color:#333333;
	font-family: 'Noto Sans',sans-serif;
	font-weight:normal;
	text-align:center;
	line-height: 20px;
}

.leadership h2.advi{
	font-size:25px;
	color:#662D91;
	font-family: 'Noto Sans',sans-serif;
	font-weight:bold;
	text-align:center;
	line-height: 100%;
	margin: 0 0 34px;
}

/* Projects */

.projects h2{
	font-size:22px;
	color:#272727;
	font-family: 'Noto Sans',sans-serif;
	font-weight:bold;
	line-height: 100%;
	margin: 0 0 17px;
	text-align:center;
}

.project{
	margin: 0 0 33px;
}
.project .project-full{
	width: 1000px;
	float:left;
}
.project .project-right-a{
	width: 70%;
	float:right;
}
.project h3{
	font-size:22px;
	color:#662D91;
	font-family: 'Noto Sans',sans-serif;
	font-weight:bold;
	line-height: 100%;
	font-style:italic;
	margin: 0 0 17px;
}
.project .project-right label{
	font-size:14px;
	color:#272727;
	font-family: 'Noto Sans',sans-serif;
	font-weight:normal;
	line-height:20px;
	margin: 0 0 8px;
	display:block;
}
.project .project-right p{
	font-size:14px;
	color:#272727;
	font-family: 'Noto Sans',sans-serif;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
}
.project .project-left{
	float: left;
	margin: 0 0 0;
	text-align:right;
}

.project .project-left img{
	max-width:250px;
	max-height: 250px;
}

/* About Us */
.mission {
	float:left;
	width:576px;
}
.about-us h3 {
	font-size:25px;
	color:#662D91;
	line-height:135%;	
	font-family: 'Noto Sans', sans-serif;
	font-weight:normal;
}
.mission h3 {
	padding:0 0 30px;
}
.mission p {
	color:#272727;
	font-size:14px;
	line-height:145%;
	font-family: 'Noto Sans', sans-serif;
	font-weight:normal;
	text-align:justify;
}	
.mission h6 {
	color:#272727;
	font-size:15px;
	line-height:145%;
	font-family: 'Noto Sans', sans-serif;
	font-weight:normal;
	margin:16px 0 14px;
}
.mission ul li {
	color:#272727;
	font-size:14px;
	line-height:145%;
	font-family: 'Noto Sans', sans-serif;
	font-weight:normal;
	padding:0 0 0 14px;
	background:url(../images/li-arr.png) no-repeat 0 5px;
	margin:0 0 14px;
}
.innovation {
	float:right;
	width:424px;	
}
.innovation h3 {
	font-weight:bold;
	text-align:center;
	font-size:26px;
	line-height:125%;
}
.goal {
	position:relative;
	color:#FFF;
	font-size:19px;
	font-weight:bold;
	font-style:italic;
	width:106px;
	height:34px;
	line-height:34px;
	text-align:center;
	background:#662D91;
	border:2px solid #332344;
	border-radius:8px;
	behavior: url(PIE.htc);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	float:left;
	margin:90px 0 0;
}
.goal span {
	background:url(../images/arr.png) no-repeat 0 0;
	width:142px;
	height:100px;
	position:absolute;
	right:-142px;
	top:13px;
	z-index:99;
}
.clinical-need {
	float:left;
	width:212px;
	height:213px;
	position:relative;
	border-radius:50%;
	background:#662D91;
	margin:11px 0 0 17px;
	behavior: url(PIE.htc);
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.clinical-need p {
	color:#FFF;
	font-weight:normal;
	font-size:17.39px;
	text-align:center;
	font-family: 'Noto Sans', sans-serif;
	padding:70px 0 0;
	line-height:100%;
}
.market p {
	color:#FFF;
	font-weight:normal;
	font-size:17.39px;
	text-align:center;
	font-family: 'Noto Sans', sans-serif;
	padding:92px 0 0;
	line-height:125%;
	width:160px;	
}
.market {
	float:left;
	width:210px;
	height:211px;
	border:1px solid #FFF;
	position:relative;
	border-radius:50%;
	/*background:#818285;*/
	background:rgba(129, 130, 133 ,0.6);
	margin:-90px 0 0 61px;
	z-index:9;
}

.risked p {
	color:#333;
	font-weight:normal;
	font-size:17.39px;
	text-align:center;
	font-family: 'Noto Sans', sans-serif;
	padding:92px 0 0;
	line-height:125%;
	width:160px;	
	float:right;
}
.risked {
	float:left;
	width:210px;
	height:211px;
	border:1px solid #FFF;
	position:relative;
	border-radius:50%;
	background:rgba(204, 204, 204 ,0.6);
	margin:-90px 0 0 -71px;
}
.clinical-adv {
	float:left;
	width:480px;
}
.adv {
	background:url(../images/eli-1.png) no-repeat 0 0;
	width:230px;
	height:205px;	
	float:left;	
	margin:111px 0 0;
}
.adv p {
	color:#FFF;
	font-weight:normal;
	font-size:19px;
	font-family: 'Noto Sans', sans-serif;
	text-align:center;
	line-height:185%;
	padding:48px 0 0;
}
.budget {
	float:left;
	background:url(../images/eli-2.png) no-repeat 0 0;
	width:313px;
	height:211px;
	margin:-40px 0 0 -66px;
}
.budget p {
	color:#FFF;
	font-weight:normal;
	font-size:19px;
	font-family: 'Noto Sans', sans-serif;
	text-align:center;
	line-height:160%;
	padding:58px 0 0;
}
.curri {
	float:left;
	background:url(../images/eli-3.png) no-repeat 0 0;
	width:130px;
	height:116px;
	margin:22px 0 0 45px;
}
.curri p {
	color:#30343C;
	font-weight:normal;
	font-size:19px;
	font-family: 'Noto Sans', sans-serif;
	text-align:center;
	line-height:145%;
	padding:30px 0 0;
}
.ab-r {
	width:495px;
	float:right;
}
.ab-r p {
	color:#272727;
	font-weight:normal;
	font-size:14px;
	line-height:135%;
	padding:30px 0 20px;
	font-family: 'Noto Sans', sans-serif;
	text-align:justify;
}
.ab-r ul li {
	color:#272727;
	font-weight:normal;
	font-size:14px;
	line-height:135%;
	font-family: 'Noto Sans', sans-serif;
	margin:0 0 7px;
}
.timeline {
	text-align:center;
}
.timeline p.cal {
	color:#333;
	font-weight:normal;
	font-size:17px;
	padding:10px 0 20px;
	line-height:100%;
	font-family: 'Noto Sans', sans-serif;
	text-align:center;
}
.timeline p.bg1 {
	
	background:url(../images/bg1.png) no-repeat center 0;
	
}

/* Sponsors Page */
.sponsor img {
	height:75px;
}

/*3-4-2014 :: calendar-page*/
/*.calendar strong {
    color: #272727;
    font-family: 'Noto Sans',sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 16px 0 0;
	text-align:left;
	display:block;
	line-height:20px;
	padding: 0 0 12px;
}*/
.calendar p{
	color: #272727;
    font-family: 'Noto Sans',sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 0 0;
	text-align:left;
}

/* Splash Screen */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1; 
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:0.3s;
    -moz-animation-duration:0.3s;
    animation-duration:0.3s;

    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.splash {
    background: url('../images/SplashScreen.png') center center;
    background-size: cover;
    background-attachment: fixed;
    position: fixed;
    top: 0;
	right: 0;
    bottom: 0;
    left: 0;
    min-height: 360px;
    z-index: 999;
    text-align: center;
 }
 
.splash-logo {
    margin-top: 150px;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.splash-logo img {
    width: 45%;
    height: 30%;
    shadow: 10px 10px 5px #888888;
}

 
.splash-submit {
    color: white;
    font-family: roboto;
    font-weight: 100;
    font-size: 24px;
    margin-top: 200px;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.splash-submit h1{
	padding-bottom:10px;
	color: white;
	font-weight: 100;
	font-size: 24px;
}

.splash-submit a {
    color: white;
    font-family: roboto;
    font-weight: 100;
    font-size: 24px;
    text-decoration: underline;
    margin-top: 500px;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.splash-continue {
    color: white;
    font-family: roboto;
    font-weight: 100;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
    padding: 10px;
    width: 200px;
    height: 20px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

a.splash-arrow {
    color: white;
    font-size: 1.2em;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -25px;
    padding: 10px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
    border: 3px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.splash-arrow:hover {
    text-decoration: none;
    bottom: 50px;
}

@media all and (max-width: 690px) {
    header h1 { width: 100%; text-align: center; }
    header nav { float: none; display: inline-block; margin: 0 auto; }
      .splash-title {font-size: 2em;}
}

@media all and (max-width: 480px) {
    .splash-title {font-size: 1.5em;}
}

/* End Splash Screen */
