@import "css/fonts/font-face.css";

@import "bootstrap/css/bootstrap-min.css?1";

@import "bootstrap/css/bootstrap-responsive-min.css?1";
/*
Theme Name: Lunta Peerage
Description: Responsive Theme From Lunta Labs.
Author: Lunta Labs Oy (Martti Hyvönen)
Version: 1.0
**/
body {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 852px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/** all style definitions which are useful in the future projects as well */
.inline {
  display: inline-block;
}
.left {
  float: left;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.centerer {
  width: 100%;
  text-align: center;
}
/* colors */
/* fonts */
/* fonts */
h1,
h2,
h3,
h4 {
  font-family: 'VollkornRegular';
  font-weight: 400;
}
div {
  font-size: 16px;
}
/* headings */
h2 {
  color: #062c43;
  /*text-shadow: 0px 1px @headingColorLight;*/
margin-bottom:25px;
  margin-top: 0;
}
h3 {
  color: #34aeed;
  line-height: 28px;
}
h4 {
  color: #34aeed;
}
/* text */
.text {
  white-space: pre-wrap;
}
.spacing {
  height: 5px;
}
/* date */
.date {
  font-family: 'PTSansCaption', sans-serif;
  color: #062c43;
}
.center {
  text-align: center;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
/* tables */
th {
  color: #062c43;
}
header {
 /* margin-bottom: -42px;*/
  z-index: 1;
  position: relative;
}
.upper-header-container {
  background: #002f49;
  /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#092d75, endColorstr=#0a305c);
  /* for IE */

  background: -webkit-gradient(linear, left top, left bottom, from(#092d75), to(#0a305c));
  /* for webkit browsers */

  background: -moz-linear-gradient(top, #092d75, #0a305c);
  /* for firefox 3.6+ */

  text-align: center;
  padding-bottom: 40px;
  padding-top: 10px;
}
.upper-header-container h1 {
  color: white;
  display: none;
}
.lower-header-container {
  background: #36b0ef;
  /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#36b3ed, endColorstr=#36b0ef);
  /* for IE */

  background: -webkit-gradient(linear, left top, left bottom, from(#36b3ed), to(#36b0ef));
  /* for webkit browsers */

  background: -moz-linear-gradient(top, #36b3ed, #36b0ef);
  /* for firefox 3.6+ */


  position: relative;
  top: -42px;
  z-index: 0;
  height: 200px;
  overflow: hidden;
}
body.home .lower-header-container {
  height: 350px;
}
.inner-lower-header-container {
  background-image: url("img/kepler.png?3");
  background-position: center center;
  background-repeat: no-repeat;
	overflow:visible;
  height: 100%;
}
.lower-header-content {
  margin-top: 60px;
}
.home .lower-header-content {
  margin-top: 75px;
}
.header-subtitle strong {
  color: white;
  font-size: 20px;
  font-family: 'VollkornRegular', Arial, sans-serif;
  font-weight: normal;
}
/** info graphs */
table.info-graphs,
#launched-container {
  width: 464px;
}
.info-graph-box.top {
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.stat-info {
  font-family: 'PTSansCaptionRegular', sans-serif;
  font-size: 14px;
  z-index: 1;
  position: relative;
}
.stat-info.scientists {
  margin-left: 0px;
}
.stat-image {
  z-index: 0;
}
.stat-info .stat-number {
  font-size: 30px;
  font-weight: bold;
  color: #062c43;
  font-family: 'PTSansCaptionBold', sans-serif;
}
table.info-graphs tr:first-child .stat-info .stat-number {
  font-size: 28px;
}
table.info-graphs tr {
  border-bottom-color: #fbfbfb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
table.info-graphs td {
  height: 100px;
}
table.info-graphs.first-row td {
  height: 74px;
}
table.info-graphs.first-row td {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 14px;
  padding-top: 0;
}
table.info-graphs.first-row tr:first-child td {
  border-right-color: #fbfbfb;
  border-right-style: solid;
  border-right-width: 1px;
}
table.info-graphs tr:first-child td:last-child {
  border-right-style: none;
}
#launched-container {
  text-align: right;
}
#launched-text {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #fbfbfb;
  max-width: 200px;
  float: right;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
}
/* login box */
#login-box-container {
  position: relative;
}
#login-box {
  position: absolute;
  right: 50px;
  top: -21px;
  z-index: 300;
  background-color: #092d75;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
  color: white;
  border-radius: 0px 0px 5px 5px;
  	-moz-border-radius: 0px 0px 5px 5px;
   -webkit-border-radius: 0px 0px 5px 5px;
   -khtml-border-radius: 0px 0px 5px 5px;
}
#login-box a {
  color: white;
}
#login-box img {
  padding-bottom: 2px;
  margin-right: 7px;
}
#footer {
  background-color: #013453;
  min-height: 100px;
  color: #8DCBF0;
  z-index: 1;
  position: relative;
}
#footer h3 {
  margin-top: 0;
  font-size: 16px;
  line-height: 16px;
  color: white;
  margin-bottom: 3px;
}
.upper-footer {
  padding-bottom: 30px;
}
.featured img {
  padding-right: 10px;
  margin-top: 10px;
}
.supporting img {
  margin-top: 10px;
}
.middle-footer {
  margin-top: 20px;
  margin-bottom: 20px;
}
#footer ul li {
  list-style-type: none;
}
#footer ul {
  margin-left: 0;
}
#footer ul a,
footer ul a:visited {
  color: #34aeed;
}
/* Sticky Footer by Ryan Fait 
   http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
*/
html,
body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -160px;
}
.push {
  height: 160px;
}
.upper-footer h3 {
  margin-top: 0;
  color: #062c43;
  font-size: 18px;
  margin-bottom: 0;
}
.upper-footer-gradient {
  height: 20px;
  background: #ffffff;
  /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#ffffff);
  /* for IE */

  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
  /* for webkit browsers */

  background: -moz-linear-gradient(top, #eeeeee, #ffffff);
  /* for firefox 3.6+ */

}
.lower-footer {
  font-size: 12px;
  color: #095380;
}
#footer-divider {
  background-image: url("img/blue-line.png");
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
}
/* recent posts */
.recent-posts
	{
	min-height:200px;	
	}	
.recent-posts li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.recent-posts ul {
  margin-left: 0;
}
.recent-posts h4 {
  margin-bottom: 0px;
}
.recent-posts h4 a {
	display:inline-block;
  color: #34aeed;
  width:100%;
}
.recent-posts .date {
  margin-bottom: 5px;
  color: #062c43;
  text-transform: uppercase;
}
/* recent publications */
ul.recent-publications li {
  margin-bottom: 15px;
}
ul.recent-publications {
  margin-left: 0;
  list-style-type: none;
}
ul.recent-publications table {
  background-color: #eeeeee;
  	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
ul.recent-publications td {
  padding: 8px;
  font-size: 12px;
  border-right-style: solid;
  border-right-color: white;
  border-right-width: 1px;
  margin-left: 10px;
  margin-right: 10px;
}
.explanation {
  font-size: 12px;
}
p.authors {
  margin-bottom: 0;
}
p.field {
  margin-bottom: 4px;
}
h4 {
  margin-top: 2px;
  margin-bottom: 2px;
}
#content {
position:relative;	
top:-42px;	
z-index:2;
  padding-top: 50px;
  background: #ffffff;
  /* for non-css3 browsers */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f2f3), color-stop(0.1, #ffffff), color-stop(1, #ffffff));
  /* for webkit browsers */

  background: -moz-linear-gradient(top, #f6f2f3, #ffffff);
  /* for firefox 3.6+ */

}
h1 {
  margin-top: 0;
}
.main-column {
  border-right-style: solid;
  /*border-left-style: solid;*/
  border-width: 1px;
  border-color: #eeeeee;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
#menu-primary-navigation {
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#menu-primary-navigation li {
  display: inline;
  font-size: 20px;
  margin-right: 5px;
}
#menu-primary-navigation li a {
  font-family: 'VollkornRegular', Arial, sans-serif;
  color: #062c43;
}
#menu-primary-navigation li.current-menu-item a,
#menu-primary-navigation li.current-menu-parent a,
#menu-primary-navigation li.current-page-ancestor a {
  color: #34aeed;
  text-decoration: underline;
}
.sub-menu {
  display: none;
}
.navigation-container {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #f2f7f3;
  /* for non-css3 browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f2f7f3);
  /* for IE */

  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f7f3));
  /* for webkit browsers */

  background: -moz-linear-gradient(top, #ffffff, #f2f7f3);
  /* for firefox 3.6+ */

  position: relative;
  top: -21px;
  z-index: 1;
}
.nav-divider {
  margin-left: 7px;
}
#menu-primary-navigation li:last-child .nav-divider {
  display: none;
}
#sub-navigation {
  margin-left: 0;
  margin-top: 10px;
}
#sub-navigation li {
  list-style-type: none;
  margin-bottom: 10px;
}
#sub-navigation li a {
  color: #062c43;
  font-family: 'VollkornRegular', Arial, sans-serif;
  font-size: 20px;
}
#sub-navigation li.active a {
  color: #34aeed;
}
/* responsive style defintions */
@media (max-width: 1199px) {
  body.home .lower-header-container {
    height: 400px;
  }
  .lower-header-container {
    height: 240px;
  }
}
@media (max-width: 979px) {
  .lower-header-container {
    height: 280px;
  }
}
@media (max-width: 769px) {
  body.home .lower-header-container {
    height: 500px;
  }
  .lower-header-container {
    height: 200px;
  }
  #menu-primary-navigation li {
    display: block;
    padding: 5px;
  }
  #menu-primary-navigation li .nav-divider {
    display: none;
  }
  #login-box {
    right: 0;
    width: auto;
    float: right;
  }
  .main-column {
    border-width: 0px;
  }
  /* info graphics */
}
@media (max-width: 699px) {
  body.home .lower-header-container {
    height: 600px;
  }
  .lower-header-container {
    height: 240px;
  }
}
@media (max-width: 420px) {
  body.home .lower-header-container {
    height: 700px;
  }
  .lower-header-container {
    height: 480px;
  }
}
@media (orientation: portrait) and (width: 768px) {
  /* ipad */
}
.comment-form-comment textarea {
  width: auto;
}
ul.comments {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
ul.comments .date {
  font-size: 14px;
}
/* recent publications */
.sidebar h3 {
  color: #062c43;
  font-size: 20px;
  /*text-shadow: 0px 1px @headingColorLight;*/

  margin-bottom: 0px;
  margin-top: 0;
}
ul.recent-publications-sidebar {
  margin-left: 0;
  list-style-type: none;
}
ul.recent-publications table {
  background-color: #eeeeee;
    	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
ul.recent-publications-sidebar td {
  padding: 4px;
  padding-left: 0;
  font-size: 12px;
  border-right-style: solid;
  border-right-color: white;
  border-right-width: 1px;
  margin-left: 10px;
  margin-right: 10px;
}
ul.recent-publications-sidebar h6 {
  color: #34aeed;
}
ul.recent-publications-sidebar p,
ul.recent-publications-sidebar h6 {
  margin-bottom: 0;
  margin-top: 0;
}
table.journals {
  width: 100%;
}
table.journals tr
	{
	border-bottom:solid rgb(255,255,255) 1px;	
	}	
table.journals tr:hover
	{
	border-bottom:solid rgb(200,200,200) 1px;	
	}		
td.access
	{
	font-weight:bold;	
  text-align: center;
  color:rgb(54,126,237);		
	}	
td.direct-access {
	font-weight:bold;	
  text-align: center;
  color:rgb(54,126,237);
}
/* sub pages */
ul.peers li {
  display: inline;
  color: #34aeed;
  font-family: 'VollkornRegular', Arial, sans-serif;
}
ul.peers li:nth-child(odd) {
  color: #062c43;
}
ul.peers {
  margin-left: 0;
}

#page-process-flow h3 {
  font-family: 'PTSansCaptionBold', sans-serif;
  text-transform: uppercase;
}
#page-process-flow p {
  margin-top:10px;
}
.process-flow-nav {
  margin-left: 0;
  margin-top: 40px;
}
.process-flow-nav li {
  display: inline;
  margin-left: 0;
  font-family: 'PTSansCaptionBold', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 35px;
  padding: 5px;
  cursor: pointer;
}
.process-flow-nav li.active,
.process-flow-nav li:hover {
  background-color: #34aeed;
  color: #062c43;
}
.stage {
  min-height: 100%;
  position: relative;
}

.time-arrow {
  position: absolute;
  top: 150px;
  left: -40px;
}
.rightside {
	left:auto;
  right: -40px;
}
@media (max-width: 769px) {
  .empty {
    display: none;
  }
  #page-process-flow {
    margin-left: 45px;
  }
}
.our-team h4 {
  font-family: Helvetica, Arial, sans-serif;
}
.board h4 {
  font-family: Helvetica, Arial, sans-serif;
}
.article-content {
  border-bottom-width: 1px;
  border-bottom-color: #eeeeee;
  border-bottom-style: solid;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height:28px;
}
.article-content p {
margin-bottom:30px;
}
.unilist {
  position: absolute;
  background: black;
  opacity: 0.90;
  filter: alpha(opacity=90);
  padding: 3px;
  z-index: 999;
  color: white;
  box-shadow: 10px 10px 5px #0f0f0f;
  border: groove gray 3px;
  width: auto;
  white-space: nowrap;
  overflow: visible;
}
.peerlist {
  display: block;
  position: relative;
  left: 5%;
  background: black;
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: hidden;
  padding: 3px;
  z-index: 999;
  color: white;
  box-shadow: 10px 10px 5px #0a0a0a;
  border: groove gray 3px;
  border-top: solid white 2px;
  width: auto;
  white-space: nowrap;
}
input
	{
	border:0;
	margin:0;
	padding:0;
	color:white;
	}	
.notbutton, #submit {
	height:30px;
	width:150px;	
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'VollkornRegular', Arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
.notbutton a {
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
  border-radius: 5px;
	display:inline-block;
	line-height:30px;
	background: url('img/button-icon.png') 0 7px no-repeat;
	width:100%;
	height:100%;
  font-size: 20px;
  color:white;
}
.notbutton a.blue, #submit{
	background: url('img/button-icon-blue.png?3') 0 7px no-repeat;
	color:rgb(0,0,126);
}
.notbutton a:hover {
  text-decoration: none;
}
.notbutton a span {
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
  border-radius: 5px;
margin-left:20px;	
}			
#articlespause
	{
	cursor:pointer;
	height:30px;
	width:30px;	
	background: url('img/button-icon-pause.png?2') 7px 7px no-repeat;		
	}	
#articlesnext
	{
	cursor:pointer;	
	height:30px;
	width:30px;	
	background: url('img/button-icon-blue.png?3') 7px 7px no-repeat;		
	}
#articlesback
	{
	cursor:pointer;	
	height:30px;
	width:30px;		
	background: url('img/button-icon-blue.png?3') 7px 7px no-repeat;	
	/* for firefox, safari, chrome, etc. */
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	/* for ie */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);	
	}	
.dim
	{
	opacity:0.80;
	filter:alpha(opacity=80);	
	}		
.dim:hover
	{
  	opacity:1;
	filter:alpha(opacity=100);		
	}		
.roundedge
	{
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
  	border-radius: 5px;	
	}
.instiname
	{	
	color:white;
	padding-left:5px;
	font-weight:bold;
	cursor:pointer;
	}
.instiname:hover
	{
	text-decoration:underline;	
	}		
.peerlist
	{
	margin-bottom:10px;	
	}			
#peername:hover
	{
	text-decoration:none;	
	}		
#peername
	{
	text-decoration:none;	
	}			
#lettersubs
	{
	vertical-align: top;
	border:0;
	margin:0;
	top:-4px;
	padding:0;
	background:url('img/button-icon-blue.png?2') 7px 7px no-repeat;
	height:30px;
	width:30px;"	
	}		
.resized
	{
	height:70px;
	width:auto;	
	}		
#alpspwinner
	{
	/*z-index:3;*/
	/*position:absolute;*/
	/*margin-left:50%;*/
	/*left:-103px;*/
	/*bottom:0;*/
	height:75px;
	width:auto;
	float:left;
	}		
#alpsptext
	{
	float:right;	
	width:110px;
	padding-right:10px;
	padding-left:10px;
	}	
#alpsptext div
	{
	color: #062c43;
	font-family: 'PTSansCaption', sans-serif;
	font-size:16px;
	line-height:18px;
	text-align:right;
	}		
.aboutbox
	{
	font-style:italic;
	background:rgb(240,240,240);	
	}	
.form-allowed-tags{
display:none;
}

.roundedge {
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
}

.journalimage img {
  border:solid white 2px;
  width:220px;
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.journalimage img:hover {
  border:solid rgba(76,67,201,0.2) 2px;
}

.learnmore {
  color:rgb(200,200,200);
  border:solid white 2px;
  margin:-2px;
  padding-left:10px;
  padding-right:10px;
}

.learnmore:hover {
  color:rgb(180,180,180);
  border: solid rgba(76,67,201,0.2) 2px;
}		
.search-card {
  box-shadow:2px 2px 10px rgba(0,0,0,0.5);
  width:150px;
  height:60px;
  margin:0 25px 7px 0;
  padding:5px;
  position:relative;
  padding-left:70px;
  background:white;
}

.search-card .picture {
  position:absolute;
  left:0;
  top:0;
  width:60px;
  height:65px;
  background:#eee;
  text-align: center;
  overflow:hidden;
}