/* Style the header with a grey background and some padding */
.header {
    padding: 20px 10px;
}

/* Style the header links */
.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
    font-size: 25px;
    font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
    background-color: #ddd;
    color: black;
}

/* Style the active/current link*/
.header a.active {
    border-bottom: 4px solid #8BC53F !important;
}

/* Float the link section to the right */
.header-right {
    float: right;
}

.info-text {
    text-align:center;
}
/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
    .header-right {
        float: none;
    }
}

.centered-text {
    text-align:center;
    width:100%;
}

.center-me {
    margin: 0 auto;
}

.intro {
    background-color: white;
}



@font-face {
    font-family: Gotham;
    src: url(./assets/fonts/gotham/Gotham-Medium.otf);
}
@font-face {
    font-family: GothamThin;
    src: url(./assets/fonts/gotham/Gotham-Thin.otf);
}
@font-face {
    font-family: GothamMedium;
    src: url(./assets/fonts/gotham/Gotham-Medium.otf);
}
@font-face {
    font-family: GothamBlack;
    src: url(./assets/fonts/gotham/Gotham-Black.otf);
}

div {
    font-family: Gotham;
    line-height: 1.6;
}

div.super-super-bold {
    font-size:40pt;
    font-weight:bold;
    line-height: 1.2;
}
div.super-bold {
    font-size:30pt;
    font-weight:bold;
}
div.message-thin {
    font-family: GothamThin;
    font-size:14pt;
}
div.message-medium {
    font-family: GothamMedium;
    font-size:14pt;
}
div.message-bold {
    font-size:11pt;
}
div.bold-bold {
    font-size:22pt;
    font-weight:bold;
    line-height:1.2;
}

div.centered-block {
    margin: 0 auto;
    width: 900px;
}

div.founders {
    margin: 0 auto;
    width:909px;
}
div.board {
    margin: 0 auto;
    width:840px;
    height:150px;
}div.tri-column-text {
     margin:15px;
     font-size:10pt;
 }

div.tri-column-text-apply {
    font-weight:bolder;
    margin:15px;
    font-size:9pt;
}

div.tri-column-text-challenge {
    margin:15px;
    font-size:10pt;
}

div.tri-column-title{
    color:white;
    font-size:14pt;
    font-weight: bolder;
}

div.tri-column-title-challenge{
    color:#8BC53F;
    font-size:16pt;
    font-weight: bolder;
    padding-left: 15px;
    clear: both;
}

.tri-column-subtitle {
    font-size:13px;
}
div.quad-column {
    float:left;
    width:220px;
    padding:2px;
}

div.quad-column-2 {
    float:left;
    width:206px;
    padding:4px;
}

div.tri-column {
    float:left;
    width:300px;
}

div.tri-column-slim {
    float:left;
    width:280px;
    padding:10px;
}

div.bi-column {
    float:left;
    width:395px;
}
div.bi-column-trim {
    float:left;
    width:280px;
}

.green {
    color:#8BC53F;
}

div.section {
    clear:both;
    width:900px;
    height:545px;
}

div.green1 {
    background-image: url("./assets/images/boxImages/greenleaf_vertical.png");
    width:900px;
    height:545px;
}

div.leaf_water {
    background-image: url("./assets/images/boxImages/leaf_water.png");
    width:900px;
    height:545px;
}

div.moon {
    background-image: url("./assets/images/BlackMoon_photo_homepage.png");
    width:900px;
    height:545px;
}

div.why-text {
    padding:15px;
    color:white;
    font-size:15px;
}

div.body-text {
    font-size:16px;
    line-height: 1.8;
}
.body-text-white {
    font-size:14px;
    color: white;
}

div.apply-button {
    margin: 0 auto;
    padding:10px;
    height: 44px;
    width: 100px;
    background-color: #8BC53F;
    color:white;
    font-size:18px;
}


div.apply-button-challenge {
    margin: 0 auto;
    margin-top:30px;
    padding-top: 8px;
    height: 36px;
    width: 100px;
    background-color: #8BC53F;
    color:white;
    font-size:18px;
}

div.apply-button-apply {
    margin: 0 auto;
    margin-top:30px;
    padding-top: 8px;
    height: 36px;
    width: 210px;
    background-color: #8BC53F;
    color:white;
    font-size:18px;
}


div.footer-logo {
    margin: 0 auto;
    width:300px;
}
div.footer-social {
    margin: 0 auto;
    width:180px;
    padding-bottom: 20px;
}
div.footer {
    padding-top:20px;
    height:270px;
    background-color: #E6E6E6;
    width:900px;
}

.footer a {
    padding-right: 25px;
    padding-left: 25px;
}

a.social-media-link {
    padding:10px;
}

div.partners-scroll {
    width:796px;
    overflow: hidden;
    height: 135px;
    white-space:nowrap;
    float:left;
}

img.arrow {
    padding-top: 50px;
    float:left;
}


div.leaf_veins {
    background-image: url("./assets/images/greenleaf_veins.png");
    width:900px;
}

div.capital {
    background-image: url("./assets/images/GreenMicrobes.png");
    width:900px;
    height:545px;
}

div.apply-now {
    background-image: url("./assets/images/Apply_code_black.png");
    width:900px;
    height:545px;
}
div.recommend {
    background-image: url("./assets/images/Apply_green_cells.png");
    width:900px;
    height:545px;
}

div.financing {
    background-image: url("./assets/images/Apply_green_earth.png");
    width:900px;
    height:545px;

}
div.equity {
    font-family: GothamMedium;
    background-color: black;
    width:900px;
    height:545px;

}
div.center-equity {
    margin: auto;
    width: 50%;
}
.center-table {
    display: table;
    height: 400px;
    width: 400px;
}
.center-table p {
    display: table-cell;
    margin: 0;
    background: black;
    color: white;
    padding: 20px;
    vertical-align: middle;
}

.center-div
{
    margin:  auto;
    width: 400px;
    height:400px;
}

.title-white {
    font-size:30pt;
    color:white;
}
.subtitle-white {
    font-size:13pt;
    color:white;
}
.subsubtitle-white {
    font-size:11pt;
    color:white;
}
.subtitle-green {
    font-size:13pt;
    color:#8BC53F;
}

.msg-white {
    color:white;
    font-size:9pt;
}


.challenge-msg {
    padding-left:115px;
    color:white;
    text-align: left;
    font-size:11pt;
}
div.innovation {
    background-image: url("./assets/images/boxImages/roots.png");
    width:900px;
    height:545px;
}

div.solutions {
    width:49px;
    height: 37px;
    background: url("./assets/images/solutions_white.png") no-repeat;
}

div.solutions:hover {
    background: url('./assets/images/solutions_cyan.png') no-repeat;
}

div.sectors {
    width:48px;
    height: 49px;
    background: url("./assets/images/sectors_white.png") no-repeat;
}

div.sectors:hover {
    background: url('./assets/images/sectors_cyan.png') no-repeat;
}

div.goals {
    width:38px;
    height: 49px;
    background: url("./assets/images/goals_white.png") no-repeat;
}

div.goals:hover {
    background: url('./assets/images/goals_cyan.png') no-repeat;
}

.title {
    font-size:26pt;
}

.subtitle {
    font-size:13pt;
}
.msg {
    font-size:9pt;
}

.challenge-tri {
    float:left;
    padding-left:70px;
    padding-right:70px;
}

.roots {
    background-image: url("./assets/images/boxImages/roots_black.png");
}
.labladies {
    background-image: url("./assets/images/LabLadies.png");
}

.challenge-apply {
    display: none;
    position: absolute;;
    width:900px;
    height: 545px;
    top:77px;
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.9);
    text-align: left;
}

div.rfaiflink {
    width:134px;
    height: 135px;
    background: url("./assets/images/partners/RFAIF.png") no-repeat;
    float:left;
}

div.rfaiflink:hover {
    background: url('./assets/images/partners/RFAIF_gray.png') no-repeat;
}

div.marslink {
    width:105px;
    height: 135px;
    background: url('./assets/images/partners/mars.png') no-repeat;
    float:left;
}

div.marslink:hover {
    background: url('./assets/images/partners/mars_gray.png') no-repeat;
}

div.rockefellerlink {
    width:204px;
    height: 135px;
    background: url("./assets/images/partners/rockefeller.png") no-repeat;
    float:left;
}

div.rockefellerlink:hover {
    background: url('./assets/images/partners/rockefeller_gray.png') no-repeat;
}

div.generationlink {
    width:206px;
    height: 135px;
    background: url("./assets/images/partners/generation.png") no-repeat;
    float:left;
}

div.generationlink:hover {
    background: url('./assets/images/partners/generation_gray.png') no-repeat;
}

div.ucdavislink {
    width:145px;
    height: 135px;
    background: url("./assets/images/partners/ucdavis.png") no-repeat;
    float:left;
    padding-right: 25px;
}

div.ucdavislink:hover {
    background: url('./assets/images/partners/ucdavis_gray.png') no-repeat;
}

div.acrelink {
    width:124px;
    height: 135px;
    background: url("./assets/images/partners/acre.png") no-repeat;
    padding-right: 5px;
    float:left;
}

div.acrelink:hover {
    background: url('./assets/images/partners/acre_gray.png') no-repeat;
}

div.soilhealthlink {
    width:202px;
    height: 135px;
    background: url("./assets/images/partners/soil_health.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.soilhealthlink:hover {
    background: url('./assets/images/partners/soil_health_gray.png') no-repeat;
}
div.ffarlink {
    width:160px;
    height: 135px;
    background: url("./assets/images/partners/FFAR.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.ffarlink:hover {
    background: url("./assets/images/partners/FFAR_gray.png") no-repeat;
}

div.builderslink {
    width:158px;
    height: 135px;
    background: url("./assets/images/partners/builders.png") no-repeat;
    padding-right: 25px;
    float:left;
}

div.builderslink:hover {
    background: url('./assets/images/partners/builders_gray.png') no-repeat;
}

div.armonialink {
    width:120px;
    height: 135px;
    background: url("./assets/images/partners/armonia.png") no-repeat;
    padding-right: 25px;
    float:left;
}

div.armonialink:hover {
    background: url('./assets/images/partners/armonia_gray.png') no-repeat;
}

div.stone-barnlink {
    width:103px;
    height: 135px;
    background: url("./assets/images/partners/stone-barns.png") no-repeat;
    padding-right: 25px;
    float:left;
}

div.stone-barnlink:hover {
    background: url('./assets/images/partners/stone-barns_gray.png') no-repeat;
}

div.naturelink {
    width:160px;
    height: 135px;
    background: url("./assets/images/partners/nature.png") no-repeat;
    padding-right: 25px;
    float:left;
}

div.naturelink:hover {
    background: url('./assets/images/partners/nature_gray.png') no-repeat;
}

div.pathlink {
    width:160px;
    height: 135px;
    background: url("./assets/images/partners/path.png") no-repeat;
    padding-right: 25px;
    float:left;
}
div.pathlink:hover {
    background: url('./assets/images/partners/path_gray.png') no-repeat;
}

div.activantlink {
    width:225px;
    height: 135px;
    background: url("./assets/images/partners/activant.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.activantlink:hover {
    background: url("./assets/images/partners/activant_gray.png") no-repeat;
}
div.yieldlablink {
    width:175px;
    height: 135px;
    background: url("./assets/images/partners/yield_lab.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.yieldlablink:hover {
    background: url("./assets/images/partners/yield_lab_gray.png") no-repeat;
}
div.yieldeulink {
    width:175px;
    height: 135px;
    background: url("./assets/images/partners/yield_eu.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.yieldeulink:hover {
    background: url("./assets/images/partners/yield_eu_gray.png") no-repeat;
}

div.yamahalink {
    width:220px;
    height: 135px;
    background: url("./assets/images/partners/yamaha.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.yamahalink:hover {
    background: url("./assets/images/partners/yamaha_gray.png") no-repeat;
}
div.bitsandbiteslink {
    width:180px;
    height: 135px;
    background: url("./assets/images/partners/bxb.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.bitsandbiteslink:hover {
    background: url("./assets/images/partners/bxb_gray.png") no-repeat;
}
div.wurlink {
    width:211px;
    height: 135px;
    background: url("./assets/images/partners/wur.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.wurlink:hover {
    background: url("./assets/images/partners/wur_gray.png") no-repeat;
}

div.liveabilitylink {
    width:170px;
    height: 135px;
    background: url("./assets/images/partners/liveability.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.liveabilitylink:hover {
    background: url("./assets/images/partners/liveability_gray.png") no-repeat;
}

div.peakbridgelink {
    width:190px;
    height: 135px;
    background: url("./assets/images/partners/peak.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.peakbridgelink:hover {
    background: url("./assets/images/partners/peak_gray.png") no-repeat;
}

div.davisbridgelink {
    width:245px;
    height: 135px;
    background: url("./assets/images/partners/davis-wright.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.davisbridgelink:hover {
    background: url("./assets/images/partners/davis-wright_gray.png") no-repeat;
}

div.mistalink {
    width:200px;
    height: 135px;
    background: url("./assets/images/partners/mista.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.mistalink:hover {
    background: url("./assets/images/partners/mista_gray.png") no-repeat;
}

div.shakeuplink {
    width:135px;
    height: 135px;
    background: url("./assets/images/partners/shakeup.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.shakeuplink:hover {
    background: url("./assets/images/partners/shakeup_gray.png") no-repeat;
}
div.novolink {
    width:267px;
    height: 135px;
    background: url("./assets/images/partners/novo.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.novolink:hover {
    background: url("./assets/images/partners/novo_gray.png") no-repeat;
}

div.csirolink {
    width:267px;
    height: 135px;
    background: url("./assets/images/partners/CSIRO.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.csirolink:hover {
    background: url("./assets/images/partners/CSIRO_gray.png") no-repeat;
}

div.agrifutureslink {
    width:267px;
    height: 135px;
    background: url("./assets/images/partners/agrifutures.png") no-repeat;
    padding-right: 5px;
    float:left;
}
div.agrifutureslink:hover {
    background: url("./assets/images/partners/agrifutures_gray.png") no-repeat;
}

.partners-overlay {
    display: none;
    position:absolute;
    width:800px;
    height: 470px;
    top:1835px;
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.9);
    text-align: left;
    margin:50px;
}
.full-overlay {
    display: none;
    position:absolute;
    width:900px;
    height: 470px;
    top:1922px;
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.9);
    text-align: left;
}
.trace-overlay {
    display: none;
    position:absolute;
    width:800px;
    height: 470px;
    top:1164px;
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.9);
    text-align: left;
    margin:50px;
}

.partners-contained {
    width:800px;
    height:300px;
    padding-top: 25px;
}

.partners-overlay-image {
    padding-top:15px;
    padding-left:30px;
    padding-right: 65px;
    width:150px;
    float:left;
}

.partners-overlay-text-container {
    width:550px;float:left;
}

.advisory-overlay {
    display: none;
    position:absolute;
    width:875px;
    height: 535px;
    margin: 15px;
    top:1570px;
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.9);
    text-align: left;
}

div.advisory_board {
    background-image: url(./assets/images/greenleaf_veins.png);
    width: 900px;
    height: 690px;
}
/* email input form */

form.email {
    width: 420px;
    height: 45px;
    background-color: white;
    position: relative;
    display: flex;
    border: 1px solid #dddcdc;

    font: inherit;

    -webkit-tap-highlight-color: transparent;
    outline: 0;

    box-sizing: border-box;
}

.field-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;

    padding: 0;
    border: 0;
    margin: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

input.email {
    flex-grow: 1;
    padding-left: 1.8rem;

    color: #464646;
    font-weight: 700;
    font-size: 16px;
    line-height: 2.14;

    padding: 11px;
    background-color: transparent;
    border: none;
    margin: 0;
    -webkit-appearance: none;
}

a.email {
    color: #8dc73f;
    font-size: 1rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: .127rem;
    text-transform: uppercase;

    cursor: pointer;

    background-color: transparent;
    border: none;
    margin: 0;
    -webkit-appearance: none;
}

/* join us form */
.join_us_input {
    width: 420px;
    height: 45px;
    margin: 5px;
    background-color: white;
    border: 1px solid #dddcdc;
    padding-left: 5px;
    font: inherit;

    -webkit-tap-highlight-color: transparent;

    background-color: white;
    border: 1px solid #dddcdc;
}
.recommend_groundbreaker_input {
    width:340px;
    float:left;
}

/* apply form */
.apply_input {
    float:left;
    width: 310px;
    height: 30px;
    margin: 4px;
    background-color: white;
    border: 1px solid #dddcdc;
    padding-left: 5px;
    font: inherit;

    -webkit-tap-highlight-color: transparent;

    background-color: white;
    border: 1px solid #dddcdc;
}

.challenge-overlay {
    display: none;
    position:relative;
    width:800px;
    height: 445px;
    left:50px;
    top:-528px;
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.9);
    text-align: left;
}

.cyan_protein {
    background-image: url("./assets/images/boxImages/cyan_protein.png");
}

.cyan_aquaculture {
    background-image: url("./assets/images/boxImages/cyan_aquaculture.png");
}

.headerbtn {
    float:left
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top:49px;
}

.dropdown-content a {
  color: black;
  padding: 12px 13px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
