
/* :: 1.0 Import Fonts */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:700,800");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #118461;
	line-height: 1.3;
	font-weight: 700;
}

.h-white{
	color: #ffffff;
}

p {
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
}

.navigation {
	background-color: #118461;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default {
    background-color: rgba(17, 132, 97, 1);
    border-width: 0px;
    border-radius: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(17, 132, 97, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(76, 174, 144, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(76, 174, 144, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #4cae90;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #4cae90;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #4cae90;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #118461;
}

.btn-action { 
  color: #FFFFFF; 
  background-color: #118461; 
  border-color: #118461; 
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
} 
 
.btn-action:hover, 
.btn-action:focus, 
.btn-action:active, 
.btn-action.active, 
.open .dropdown-toggle.btn-action { 
  color: #FFFFFF; 
  background-color: #4CAE90; 
  border-color: #118461; 
} 
 
.btn-action:active, 
.btn-action.active, 
.open .dropdown-toggle.btn-action { 
  background-image: none; 
} 
 
.btn-action.disabled, 
.btn-action[disabled], 
fieldset[disabled] .btn-action, 
.btn-action.disabled:hover, 
.btn-action[disabled]:hover, 
fieldset[disabled] .btn-action:hover, 
.btn-action.disabled:focus, 
.btn-action[disabled]:focus, 
fieldset[disabled] .btn-action:focus, 
.btn-action.disabled:active, 
.btn-action[disabled]:active, 
fieldset[disabled] .btn-action:active, 
.btn-action.disabled.active, 
.btn-action[disabled].active, 
fieldset[disabled] .btn-action.active { 
  background-color: #118461; 
  border-color: #118461; 
} 
 
.btn-action .badge { 
  color: #118461; 
  background-color: #FFFFFF; 
}

ul,ol{
	list-style-position: inside;
	padding-left: 20px;
}
.about {
	padding-top: 40px;
	padding-bottom: 10px;
}


.about-description{
	display: inline-block;
	float:left;
	max-width: 550px;
}

.about-image{
	display: inline-block;
	float:left;
	max-width:  550px;
	padding-left: 50px;
	align-items: center;
	margin-top: 50px;
}

.thumbnail {
  max-width: 40%;
}

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */

	margin-top:10%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

@media screen and (max-width: 600px) 
{
  .about-description, .about-image
    {
       max-width: 100%;
    }
}

.responsive {
    max-width: 100%;
    height: auto;
}

.image {
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;

}

.result {
	padding-top: 80px;

}

.column {
    float: left;
    width: 50%;
    padding: 10px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

.result-papers {
	width: 60%;
	float: left;
}

.result-twitter {
	width: 40%;
	float: left;
}

.team {
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #4cae90;
	color: white;
	z-index: 3;
	position: relative;
	width: 100%;
	text-align: center;
}

.team-content {
	display: inline-block;
	text-align: center;
	width: 100%;
    margin: 0 auto;
	position: relative;
	justify-content: space-between;
}

.team-content .team-card {
	line-height: 0;
	width: 180px;
	float: left;
	position: relative;
	text-align: center;
}

.team-image {
	border-radius: 50%;
}
.partners {
	padding-top: 60px;
	padding-bottom: 20px;
	text-align: center;
}

.partners-image {
	
	
	padding: 10px;
	position: relative;
}

.partner-logos {
	display: inline-block;
	position: relative;
	justify-content: space-between;
}

.contact {
	background-color: #841134;
	padding-top: 30px;
	padding-bottom: 20px;
	color: white;
	position: relative;
	z-index: 3;
	width: 100%;
}

a.email{
	color: #ffffff;
}

.footer-links{
	text-align: center;
}
a.footer{
	color: #ffffff;
}

.page-content{
	padding-top: 60px;
	padding-bottom: 30px;	
}