:root {
  --mainP: #048b37;
  --mainPdark : #012810;
  --MainY: #ffffaa;
  --maxwidth: 1024px;
  --prifont: 'Roboto Condensed', sans-serif;
  --secfont:  'Alegreya Sans SC', sans-serif;
  --readfont: 'Heebo', serif;;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeOut {
  from { 
    opacity: 1; 
  }
  to { 
    opacity: 0;
  }
}
body{
  padding: 0px;
  margin: 0;
  background: #ccc;
  overflow-x: hidden;
  cursor: url('../media/cursor.png'), auto; 
}

#header{
  float: left;
  width: 100%;
  background: #fff;
}
#header-inner{
  display: flex;
  flex-direction: row;
  max-width: var(--maxwidth);
  margin: auto;
  padding: 0px 0;
}
#header #header-inner a:hover{
  text-decoration: none;
}
#logo-wrapper #logo-image-wrapper,#logo-wrapper #logo-text-wrapper{
  float: left;
  padding: 10px;
}
#logo-wrapper span{
  border-radius: 50%;
  overflow: hidden;
  background: #fafafa;
  position: relative;
  height: 100px;
  width: 100px;
  display: block;
  margin: auto;
}
#logo-wrapper img{
  position: relative;
  height: 100%;
  width: 100%;
}
#logo-wrapper h3{
  text-shadows: 1px 1px #000;
  color: var(--mainP);
  text-transform: uppercase;
  font-family: var(--prifont);
  font-weight: bold;
  font-size: 1.8em;
  margin: 12px 0;
  padding: 5px 10px;
  letter-spacing: 2px;
  float: left;
  width: auto;
  background: linear-gradient;
  border-radius: 1px;
}
#logo-wrapper h6{
  font-size: 11px;
    float: left;
  width: auto;
  clear: both;
  font-family: var(--prifont);
  letter-spacing: .1em;
  margin: 0;
  padding: 0;
  display: block;
  }
#header-inner>div {
  width: 33.333%;
  text-align: center;
}
#header-inner #header-left {
  width: 66.666%;
  text-align: center;
  text-align: left;
  padding: 0;
}
#header-inner #header-center {
  width: 0%;
  text-align: center;
}

#header-inner #header-right{
  text-align: right;
}
#header-inner #header-right #top-search-wrapper{
  padding: 13px 6px 12px 15px;
  margin: 35px 0 0 0;
  border: 1px solid #000;
  border-radius: 7px;
  text-align: right;
  float: right;
  transition: .5s;
  color: #000;
}
#header-inner #header-right #top-search-wrapper:hover{
    border: 1px solid #712404;
  background: #fefefe;
}
#header-inner #header-right #top-search-wrapper .input-text-field{
  background-image: url(../thumbs/search.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 0 0 34px;
  font-size: 14px;
  border: none;
  float: left;
  font-family: var(--prifont);
  font-size: 1em;
  width: 200px;
  color: #000;
  transition: .2s;
  letter-spacing: .5px;
  background-color: transparent;
}
#header-inner #header-right #top-search-wrapper .input-text-field:focus{
  width: 230px;
  background: #fff;
}
#header-inner #header-right #login-btn{
  border: none;
  font-family: var(--prifont);
  padding: 13px 18px;
  border-radius: 1px;
  background: transparent;
  color: #333;
  font-size: 14px;
  float: left;
  position: relative;
  margin: 35px 0px 0px 0px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: capitalize;
  
}
#header-inner #header-right #login-btn:hover{
  background: #fafaca;
  cursor: pointer;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.stickyside {
  position: fixed;
  top: 0px;
  float: left;
  transition: .51s;
  margin-top: 50px;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + #content {
  padding-top: 60px;
}
#nav{
  text-align: center;
  width: 100%;
  float: left;
  border-bottoms: 1px solid #aaa;
  background: linear-gradient(to bottom, #06d755 0%, #06d755 2%, #036328 100% );
  transition: .5s;
  box-shadows: 0px 10px 16px -12px #444;
  padding: 5px;
  z-index: 11111;
}
#nav a{
  margin: 0;
  padding: 0;
  transition: .5s;
}
#nav li{
  list-style: none;
  display: inline-block;
  font-family: var(--prifont);
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 1px #000;
  padding: 12px 16px;
  font-size: 1em;
  letter-spacing: 1.5px;
  cursor: url('../media/cursor.png'), auto; 
  color: #fff;
  border-lefts: 1px solid #000;
  cursor: pointer;
  margin: 0;
  transition: .5s;
  box-shadows: inset 0px -4px 9px -5px #000;
}
#nav li:hover{
  backgrounds: #ffffaa;
  color: #ffffaa;
}
#nav .dropdown a:hover{
  backgrounds: #ffffaa;
  color: #ffffaa;
}
#nav .dropdown:hover a{
  color: #fff;
}
#nav .active{
    backgrounds: #fff;
  colors: #000;
  text-shadows: none;
}
#nav .li-last{
    border-rights: 1px solid #000;
}
#nav a{
  color: #fff;
  text-decoration: none;
}
.dropdown{
  
}
.dropdown-content {
  display: none;
  position: absolute;
  background: #05b347;
  width: 300px;;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  float:left;
  margin: 12px 0 0 -20px;
}

#nav .dropdown-content a:first-child{
  display: none;
}
#nav .dropdown-content a {
  float: left;
  width: 100%;
  color: #fff;
  padding: 9px 15px;
  text-decoration: none;
  text-align: left;
  text-decoration: none;
  sborder-bottom: 1px solid #ffa;
}
#nav .dropdown-content a:hover {
  color: #ffffaa;
}
.dropdown:hover .dropdown-content {
  display: block;
}
#nav #menu, #nav #search{
  display: none;
}
#account-portal{
  width: 1000px;
  margin: 120px auto;
  float: left;
  margin-left: calc((100vw - 1000px)/2)
}
#account-portal-inner{
  width: 100%;
  float: left;
}
#account-portal #account-portal-login{
  float: left;
  width: 48%;
  border-right: 1px solid #ccc;
}
#account-portal #account-portal-register{
  float: left;
  width: 35%;
  float: right;
}
#account-portal-inner h3{
  font-family: var(--prifont);
  color: #666;
}
#account-portal-inner span{
  background: #ffa;
  color: #444;
  font-size: 11px;
  font-family: var(--prifont);
  padding: 3px 26px;
  display: block;
  float: left;
  clear: both;
}
#account-portal-inner .account-portal-input-text-field-wrapper{
  float: left;
  width: 100%;
  transition: .1s;
}

#account-portal-inner .account-portal-input-text-field{
  float: left;
  width: 300px;
  display: block;
  clear: both;
  margin-bottom: 15px;
  padding: 10px 15px;
  margin-top: 0px;
  border: 1px solid #999;
}
#account-portal-inner input[type=submit]{
  float: left;
  min-width: 100px;
  display: block;
  clear: both;
  border: none;
  background: var(--mainP);
  font-family: var(--secfont);
  font-size: 1.1em;
  color: #fff;
  padding: 10px 50px;
  cursor: pointer;
}
#content{
  float: left;
  width: 100%;
  transition: all 1s;
}
#content .content-layer{
  float: left;
  width: 100%;
}
#content #layer1{
  background: #a02f07;
  height: 390px;
  background: 
    linear-gradient(
      rgba(4, 139, 55, 0.55), 
      rgba(255, 255, 179, 0.9)
    ),
    /* bottom, image */
    url(../thumbs/aplori.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}

#content #layer1 h4{
  text-align: center;
  color: #ffa;
  font-family: var(--secfont);
  font-size:2em;
  line-height: 450%;
  transition: 1.25s;
  opacity: 0;
  text-transform: uppercase;
    text-shadows: 3px 3px 3px #ffa;
}
#content #layer1 h3{
  text-align: center;
  color: #fff;
  font-family: var(--prifont);
  font-weight: 700;
  font-size:3.8em;
  line-height: 100%;
  text-shadow: 3px 3px 13px #444;
}
#content #layer1 .init{
  color: #fff;
  transition: 1.75s;
}
#content .page-title{
  padding: 40px;
  background: 
    linear-gradient(to bottom left,
      rgba(4, 139, 55, 0.77), 
      rgba(255, 255, 179, 0.9)
    );
  background-size: cover;
  background-repeat: no-repeat;
}
#content .page-title h3{
  text-align: center;
  color: #fff;
  font-family: var(--prifont);
  font-weight: 700;
  font-size:3em;
  text-shadow: 1px 0px 16px #444;
}
#content #carousel-wrapper{
  float: left;
  width: 100%;
  height: 500px;
  margin-top: -390px;
  display: none;
  overflow: hidden; 
  background: #111;
  position: relative;
  z-index: -1;
}
#content #carousel-wrapper #carousel-pic{
  float: left;
  width: 100%;
  height: 500px;
}
#content #carousel-wrapper #carousel-pic img{
  float: left;
  width: 100%;
  height: 500px;
}
#content #carousel-wrapper #carousel-caption{
  float: left;
  width: 100%;
  height: 60px;
  text-align: center;
  margin-top: -60px;
  background: #fff;
  opacity: .7;
}
#content #carousel-wrapper #carousel-caption h3{
  font-family: var(--prifont);
  text-shadows: 1px 0px #fff;
  font-size: 1.8em;
    color: #000;
  transition: 2s;
  opacity : 1;
  margin-top: 0px;
  width: 100%;
  height: 66px;
  padding-top: 17px;
}
#content #carousel-wrapper .carousel-slide #carousel-caption h3:hover{
  opacity: 1;
}
#content #layer2 #content-inner {
  background: #fff;
  margin: 0px auto 0 auto;
  border-radius: 0px;
  min-height: 500px;
  margin: auto;
  width: 100%;
  max-width: 1600px;
  padding: 0px;
}
#content #layer2 #content-inner div{
  overflow: hidden;
  float: left;
}
#content #layer2 #content-inner #jumbotron-image-wrapper{
  width: 600px;
}
#content #layer2 #content-inner #jumbotron-text-wrapper{
  width: 404px;
  height: 324px;
  padding: 0 30px
}
#content #layer2 #content-inner #jumbotron-image-wrapper img{
  height: 324px;
  width: 600px;
}
#content #layer2 #content-inner #jumbotron-text-wrapper span{
  font-size: 2.5em;
  font-family: var(--readfont);
}
#content #content-inner .index-page-text{
  padding: 60px;
  float: none;
  width: 100%;
  font-family: var(--readfont);
  font-size: 1.15em;
  width: 1000px;
  line-height: 180%;
  word-spacing: 1px;
  margin: auto;
  display: block;
  clear: both;
}
#content #content-inner .index-page-text .index-page-text-image-wrapper{
  float: left;
  width: 450px;
  backgrounds: #fafafa;
  margin: 15px 30px 30px 0;
  border: 1px solid #f1f1f1;
  box-shadows: 0px 4px 5px -4px #999;
  border-radius: 5px;
  overflow: hidden;
}
#content #content-inner .index-page-text .index-page-text-image-wrapper img{
  width: 450px;
  height: 250px;
  float:left;
}
#content #content-inner .index-page-text .index-page-text-image-wrapper .page-text-image-caption{
  text-align: left;
  padding: 5px 10px 5px 15px;
  float: left;
  width: auto;
  font-size: 14px;
}
#content #content-inner .tabs{
  width: 100%;
  float: left;
  padding: 40px;
}
#content #content-inner .tabs .tabs-inner{
  box-shadows: 7px 7px #666;
}
#content #content-inner .tabs .tab-header{
  font-family: var(--prifont);
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  font-size: 1.5em;
}
#content #content-inner .tabs li{
  float: left;
  display: block;
  color: #444;
  background: #fcfcfc;
  padding: 5px 10px;
  border-bottom: 5px solid #fff;
  border-lefts: 1px solid #712404;
  font-family: var(--prifont);
  transition: .2s;
}
#content #content-inner .tabs li:hover{
  color: #000;
  background: #eefcef;
  cursor: pointer;
}
#content #content-inner .input-text-field{
  float: left;
  display: block;
  clear: both;
  margin-bottom: 20px;
  border: 1px solid #444;
  border-radius: 3px;
  padding: 12px 15px;
  width: 100%;
  width: 450px;
  font-size: 1.1em;
  font-family: var(--prifont);
  background: #fff;
  letter-spacing: 1px;
}
#content #content-inner .input-text-field:hover, #content #content-inner .input-text-field:focus{
  border-color: #000;
}
#content #content-inner .send-btn{
  float: left;
  display: block;
  clear: both;
    border-radius: 1px;
  width: 450px;
  border:none;
  border-radius: 3px;
  background: #323031;
  color: #fff;
  padding: 19px 8px;
  font-size: 1.1em;
}
#content #layer3{
  width: 100%;
  float: left;
  background: #eee;
}
#content #layer3 #content-inner{
  text-align: center;
  font-family: var(--prifont);
  padding: 30px;
  border-top: 1px solid #f7f7f7;
  background: #fafafa;
}
#content #layer3 #content-inner .input-text-field{
  float: none;
  margin: auto;
  display: block;
  text-align: center;
  border-color: #333;
}
#content #layer3 #content-inner .input-text-field:focus{
    border-radius: 5px;
}
#content #content-inner #content-inner-left, #content #content-inner #content-inner-right{
  float: left;

}
#content #content-inner #content-inner-left{
  width: 25%;
  max-width: 400px;
  padding: 0;
  background: #fff;
  transition: 1s;
  z-index: 0;
}
#content #content-inner #content-inner-left #recent, #content #content-inner #content-inner-left #categories{
  padding: 30px;
  box-shadows: 7px 7px #666;
}
#content #content-inner #content-inner-left #categories h4, #content #content-inner #content-inner-left #recent h4{
  font-family: var(--prifont);
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  font-size: 1.5em;
}
#content #content-inner #content-inner-left #categories li, #content #content-inner #content-inner-left #recent li{
  float: left;
  display: block;
  color: #444;
  background: #fcfcfc;
  padding: 5px 10px;
  border-bottom: 5px solid #fff;
  border-lefts: 1px solid #712404;
  font-family: var(--prifont);
  transition: .2s;
}
#content #content-inner #content-inner-left #categories li:hover, #content #content-inner #content-inner-left #recent li:hover{
  color: #333;
  background: #eefced;
}

#content #content-inner .tabs .tabs-inner{
  box-shadows: 7px 7px #666;
}
#content #content-inner #content-inner-right{
  width: calc((100vw - 25%) - 17px);
  background: #fff;
 border-left: 1px solid #ddd;
  min-height: 850px;
}

#content #content-inner .page-heading{
  display: block;
  width: 100%;
  padding: 10px 0;
  color: var(--mainP);
}
#content #content-inner .page-text{
  padding: 60px;
  float: left;
  width: 100%;
  font-family: var(--readfont);
  font-size: 1.15em;
  max-width: 1000px;
  line-height: 180%;
  word-spacing: 1px
}
#content #content-inner .page-text .page-text-image-wrapper{
  float: left;
  backgrounds: #fafafa;
  margin: 15px 0 30px 0;
  border-radius: 5px;
  overflow: hidden;
  width: auto;
  max-width: 400px;
}
#content #content-inner .page-text .page-text-image-wrapper img{
  max-width: 450px;
  height: 250px;
  width: auto;
  float:left;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 4px 5px -4px #999;
  border-radius: 3px;
}
#content #content-inner .page-text .page-text-image-wrapper .page-text-image-caption{
  text-align: center;
  padding: 5px 10px 5px 15px;
  float: left;
  width: 100%;
  font-size: 14px;
  color: #999;
}
#content #content-inner #content-inner-right .page-text .page-text-section{
  
}
#content #content-inner #content-inner-right .page-text .page-text-section .wrapped-image{
  float: right;
  margin: 10px 15px;
  clear: right;
  padding: 0;
}
#footer{
  float: left;
  width: 100%;
  background: #323031;
  z-index: 2;
}
#footer .footer-section{
  float: left;
  height: 300px;
  padding: 25px 0;
}
#footer #footer-inner{
  margin: auto;
  width: var(--maxwidth);
}
#footer #footer-inner #footer-left{
  width: 454px;
  border-right: 1px solid #444;
  color: #fff;
}
#footer #footer-inner #footer-left button{ 
  border: none;
  background: #eee;
  font-family: var(--prifont);
  margin-top: 35px;
  font-size: .81em;
  border-radius: 1px;
  cursor: pointer;
}
#footer #footer-inner #footer-center{
  width: 50px;
  border-right: 1px solid #444;
}
#footer #footer-inner #footer-center h3{
  transform: rotate(-90deg);
  text-align: center;
  font-family: var(--prifont);
  margin: 150px 0 0 0;
  text-transform: uppercase;
  color: #eefcef;
  text-shadow: 0px 0px #000;
  letter-spacing:  1px;
}
#footer #footer-inner #footer-right{
  width: 520px;
  padding: 20px;
}
#footer #footer-inner #footer-right a{
  text-decoration: none;
  font-family: var(--prifont);
}
#footer #footer-inner #footer-right li{
  list-style: none;
  display: block;
  float: left;
  width: 33.333%;
  padding: 5px 10px;
  font-size: 14px;
  text-shadow: 1px 1px #000;
  color: #999;
}
#footer #footer-inner #footer-right li:hover{
  color: #ffffaa;
}




/***************PEOPLE***************/
/***************PEOPLE***************/
/***************PEOPLE***************/
/***************PEOPLE***************/
.hr{
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
  float: left;
  display: block;
  height: 1px;
  margin: 15px 0 45px 0;
}
.persons{
  float: left;
  width: 25%;
  min-width: 200px;
  padding: 0 30px 20px 30px;
  margin: 0 0 20px 0;
}
.persons-inner{
  border-radiuss: 5px;
  overflow: hidden;
  sborder-bottom: 1px solid #dfdfdf;
}

.persons-inner .person-image{
  float: left;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  margin: auto;
  display: block;
}
.persons-inner .person-image:hover{
    box-shadow: 0px 3px 6px 0px #999;
   position: relative;
  z-index: 3;
}
.persons-inner .person-desc{
  float: left;
  width: 100%;
  padding: 15px 0;
  font-size: .8em;
  background: #fff;
  padding: 10px;
  height: 115px;
  text-align: center;
  color: #999;
}
.persons-inner .person-desc span{
  float: left;
  width: 100%;
  color: #444;
}
.persons-inner img{
 width: 100%;
  height: 100%;
}
.persons-big{
  width: 33%;
}
.persons-big .persons-inner .person-image{
 min-height: 250px;
}
#personModal{
  border: none;
  background: #
}
#personModal .modal-content{
  border-radius: 0px;
}
#personModal .modal-header{
  border: none;
}
#personModal .modal-body img{
  margin: auto;
  display: block;
  border-radius: 50%;
  max-height: 150px;
  max-width: 150px;
}
#personModal .modal-body #modal-person-info p{
  font-family: var(--prifont);
  line-height: 170%;
  padding: 15px;
  text-align: center;
}
/***************PROJECTS***************/
/***************PROJECTS***************/
/***************PROJECTS***************/
/***************PROJECTS***************/
.projects-inner img{
  transition: .5s;
}
.projects-inner:hover img{
  transform: scaleX(-1);
}
.project-thin{
  float: left;
  width: 33.333%;
  padding: 10px;
}
.project-wide{
  float: left;
  width: 66.666%;
  padding: 10px;
}
.project-wide img{
  height: 350px;
  width: 100%;
}
.project-thin img{
  height: 140px;
  width: 100%;
}
.projects-inner img{
  width: 100%;
  float: left;
}
.projects-inner span{
  float: left;
  width: 100%;
  border-bottom: 3px solid #333;
  padding: 5px 0;
  color: #000;
  font-size: .9em;
}
#projectModal .modal-body img{
  width: 100%;
  max-height: 300px;
}
#projectModal .modal-body #modal-project-info p{
  font-family: var(--prifont);
  line-height: 170%;
  padding: 15px;
}
/***************LIBRARY***************/
/***************LIBRARY***************/
/***************LIBRARY***************/
/***************LIBRARY***************/
#resources tr{
  border-bottom: 1px solid #e1e1e1;
}
#resources td{
  padding: 10px 10px;
  font-size: .85em;
  color: #444;
}
#resources td:nth-child(1){
  background: #fbfbfb;
}
#resources td:nth-child(2){
  background: #fefefe;
}
#resources td:nth-child(3){
  background: #fefefe;
}
#resources td:nth-child(4){
  background: #fff;
}
#resources .thead{
  font-weight: bold;
  text-transform: uppercase;
}
#resources .download-btn{
  padding: 4px 10px;
  border: none;
  color: #fff;
  background: #444;
}
#publications{
  max-width: 900px;
}
#publications li{
  padding: 5px;
  background: #fbfbfb;
  margin: 5px 0;
  color: #444;
  width: 100%;
}
/*******RESEARCH**********/
/*******RESEARCH**********/
/*******RESEARCH**********/
/*******RESEARCH**********/
/*******RESEARCH**********/
.page-text-section{
  padding: 40px 30px 30px 30px;
  margin: 30px 0;
  line-height: 1.7em;
  max-width: 900px;
  border-radius: 2px;
  bordesr: 1px solid #f2f2f2;
  transition: .5s;
  box-shadow: 0px 2px 12px -3px #ddd;
}
.page-text-section:hover{
    background: #fcfcfc;
}
.first-page-text-section{
  margin: 0px 0px 0px 0px;
}
.page-text-section h4{
  margin: 0px 0 20px 0;
  color: var(--mainP);
  font-size: 1.8em;
}
.page-text-section .list-with-numbers{
  list-style: n;
  padding: 5px 0;
}

/*********CONSERVATIVE BIOLOGY CURRICULUM*******/
/*********CONSERVATIVE BIOLOGY CURRICULUM*******/
/*********CONSERVATIVE BIOLOGY CURRICULUM*******/
/*********CONSERVATIVE BIOLOGY CURRICULUM*******/
.page-text h3{
  font-family: var(--prifont);
}
.page-text .currbtn{
  display: block;
  width: 80%;
  max-width: 550px;
  min-width: 450px;
  font-family: var(--prifont);
  background: #fafafa;
  border: 1px solid #dfdfdf;
  margin-top: 15px;
  padding: 7px 4%;
  cursor: pointer;
}
.page-text .currbtn:hover{
  background: #eefced;
  border-color: #444;
}
.page-text .collapse{
  width: 80%;
  max-width: 550px;
  font-family: var(--prifont);
  padding: 20px 10px;
}
.page-text .collapse h3{
  font-family: var(--prifont);
  color: var(--mainP);
}
.page-text .currbtn .btn-icon{
  float: left;
}
.page-text .currbtn .btn-text{
  float: right;
}

#app-download{
    width: 20%;
}

img#google-play-img{
    width: 40%; 
    margin-left: -12px;
}