.header-dark {
    background-color: rgba(0, 0, 1, 0.902) !important;
  }
  
  .navbar-toggler {
    border-color: white !important;
    background: #fff;
  }
  .header-dark .navbar-toggler {
    border-color: rgb(1, 0, 0) !important;
  }
  
  /* Header end */
  
  ul.navbar-nav > li > a {
    color: #e5e5e5 !important;
  }
  .header-dark ul.navbar-nav > li > a {
    color: rgb(230, 230, 230) !important;
  }
  
  li.nav-item.dropdown.ventures-link.green-white {
    background: #1bd2eb;
  }
  
  li.nav-item.dropdown.ventures-link.green-white a {
    color: #333 !important;
  }
  
  /* End new stuff */
  
  header#banner {
    padding: 50px 0;
    /* border-bottom: 1px solid #333; */
  }
  
  .header-content p {
    /* font-size: 18px; */
    font-weight: 500;
  }
  
  .header-content h3 {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 30px;
  }
  
  section.hero {
    padding: 250px 0 200px;
    background: url(../img/find-funding/find-funding-header.png) no-repeat top / cover;
    text-align: center;
    color: #fff;
    box-shadow: inset 0 0 0 9999px rgba(21, 20, 73, 0.6);
    background-color: #000;
  }
  
  section.hero h1 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
  }
  
  section.hero h3 {
    font-weight: 700;
    margin: 30px 0;
  }

  section.hero p {
    font-size: 40px;
    font-weight: 600;
  }

  #overview-black{
    background-color: #000!important;
  }

  #overview-black p {
    color: #fff;
  }

  #funding-vehicle h2{
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
  }

    .subtitle{
    font-size: 18px!important;
    line-height: auto !important;
    font-weight: 700 !important;
  }
  
  a.site-btn {
    display: inline-block;
    background: #19d1eb;
    color: #222;
    font-size: 25px;
    font-weight: 700;
    padding: 15px 45px;
    border-radius: 5px;
  }
  
  
  .feature-content p a {
    color: #19d1e9;
    font-weight: 700;
  }
  
  .email a {
    color: #19d1e9;
  }
  
  .email a i {
    display: none;
  }
  
  .pdf a {
    display: inline-block;
    background: #19d1e9;
    padding: 7px 20px;
    color: #333;
    font-weight: 600;
    border-radius: 7px;
  }
  
  .pdf a i {
    margin: 0 10px 0 0;
  }

  .learnmore-btn {
    border-radius: 5px;
    background-color:#19d1e9;
    color:#000;
    font-weight: 700;
    transition: 0.3s ease-in-out;
  }

  .learnmore-btn:hover {
    background-color: #05a7bd!important;
    color: #000!important;
    transform: scale(1.05);
  }

  .rectangle-tile{
    background-color: #FAF7F7;
    border-radius: 30px;
    height: 160px;
    box-shadow: 12px 9px 12.9px -4px rgba(0, 0, 0, 0.15);
  }

  .rectangle-tile-prpl{
    background-color: #FAF7F7;
    border-radius: 30px;
    height: 160px;
    box-shadow: 12px 9px 12.9px -4px rgba(0, 0, 0, 0.15);
    border: 180px #3A3988;
    border-style: none none none solid;
  }
  
  .rectangle-tile img {
    width: 120px;
    height: 120px;
    position:absolute;
    left: 45px;
  }

  .rectangle-tile-prpl img {
    width: 120px;
    height: 120px;
    position:absolute;
    left: 45px;
  }

  .divider-prpl {
    border-left:5px solid #3A3988; 
    height:125px;
    top:17px;
    position:absolute;
    left: 180px;
  }

  .tile-ttl {
    color: #3A3988;
    font-size:32px;
    font-weight: 700;
    line-height: 36px;
    margin-left: 30px;
    position:absolute;
    left: 180px;
  }

  #funding-vehicles p {
    font-size: 16px;
  }

  #ecosystem-programs p {
    font-size: 16px;
  }

  .header-text-prpl{
    font-weight: 700;
    color: #3A3988;
  }

  .hr-solid {
    color:#3A3988;
    background-color:#3A3988;
    height: 4px;
    width:80%;
    margin: auto;
  }

  @media only screen and (max-width: 991px) {
    section.diagram h2 {
      font-size: 30px;
    }
    .click-to-enlarge a {
      font-size: 20px;
    }
  
    .flex-box > div {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .flex-box {
      flex-wrap: wrap;
    }
  
    .flex-box > div:first-child {
      margin: 0 0 20px;
    }

    .tile-container{
        padding-bottom: 50px;
    }


  }
  
  @media all and (max-width: 767px) {

    section.hero h1 {
      font-size: 35px;
    }
  
    h2 {
      font-size: 25px;
    }
  
    p {
      font-size: 1.1em !important;
    }
  
    a.site-btn {
      font-size: 18px;
      padding: 10px 20px;
    }

  }

  @media all and (max-width: 481px) {
    .tile-ttl {
      font-size:24px;

    }

    .rectangle-tile img {
      width: 90px;
      height: 90px;
      position:absolute;
      left: 50px;
    }

    .rectangle-tile-prpl img {
      width: 90px;
      height: 90px;
      position:absolute;
      left: 50px;
    }
  }

  @media all and (max-width: 388px) {
    .tile-ttl {
      font-size:20px;
      left: 130px;
    }

    .divider-prpl {
      border-left:5px solid #3A3988; 
      height:125px;
      top:17px;
      position:absolute;
      left: 130px;
    }  

    .rectangle-tile img {
      width: 50px;
      height: 50px;
      position:absolute;
      left: 50px;
    }

    .rectangle-tile-prpl img {
      width: 50px;
      height: 50px;
      position:absolute;
      left: 50px;
    }

    .rectangle-tile-prpl{
      background-color: #FAF7F7;
      border-radius: 30px;
      height: 160px;
      box-shadow: 12px 9px 12.9px -4px rgba(0, 0, 0, 0.15);
      border: 120px #3A3988;
      border-style: none none none solid;
    }
    .sp-logo {
      width: 50px!important;
      height: auto!important;
    }
  }
  