#tracks {
  font-family: 'Open Sans', sans-serif;
}

#tracks p {
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.8;
}

h1.top-innovators {
  text-transform: uppercase;
}

.top-innovators {
  color: #00b0f0;
  font-weight: 800;
}

@media only screen and (max-width: 650px) {
  .top-innovators {
    font-size: 4vw !important;
    font-weight: 900 !important;

  }
}

/* @media only screen and (max-width: 460px) {
  .top-innovators {
    font-size: 1.3rem !important;
    font-weight: 900 !important;
 
  }
}
@media only screen and (max-width: 433px) {
  .top-innovators {
    font-size: 1rem !important;
    font-weight: 900 !important;
 
  }
}
@media only screen and (max-width: 367px) {
  .top-innovators { 
    font-size: .8rem !important;
    font-weight: 900 !important;
 
  }
} */


.get-noticed {
  font-size: 2rem;
  padding-bottom: 30px;
  font-weight: 700;
}

@media only screen and (max-width: 650px) {
  .get-noticed {
    font-size: 3.5vw !important;
    font-weight: 700 !important;

  }
}

.chevron {
  font-size: 2.6rem;
}

@media only screen and (max-width: 650px) {
  .get-noticed-chevron {
    font-size: 1.5rem !important;


  }
}

@media only screen and (max-width: 650px) {
  .to-apply {
    font-size: 3vw !important;


  }
}

.tracks-row {
  margin-top: 30px;
}

.theme-match {
  color: #00b0ef !important;
}

@media only screen and (max-width: 650px) {
  .jumbo-height {
    height: 50vw;
  }
}

@media only screen and (max-width: 650px) {

  .this-year-summit {
    font-size: 5vw !important;
  }
}

.track {
  margin: 0 auto;
  min-width: 200px;
  max-width: 300px;
  text-align: center;
  padding:0;
  padding-bottom: 15px;
  border-radius: 10px;
  height: fill-parent;
  transition-duration: 1000ms;
}

.track:hover {
  box-shadow: 5px 28px 48px 0 rgba(.15, 0, 0, .25);
  transition-duration: 1000ms;
}

.track-logo:hover {
  transition: all .2s ease-in-out;
  transform: rotateZ(45deg);

}

.spf-track,
.cta {
  max-width: 80%;
  padding: 20px 40px;
}

.spf-track .icon {
  color: green;
}

.icon {
  padding: 20px 5px;
  text-align: center;
}


.icon i {
  padding: 15px;
  font-size: 2rem;
  border: solid .5px;
  border-radius: 10px;
}

.track-title {
  display: flex;
  height: 70px;
  margin-bottom: 10px;

}

.track-title h4,
h5 {
  margin: auto;
  font-weight: 700;
}

.track-list ul {
  margin: 0 auto;
  padding: 0 15px;
}

.track-list ul li {
  list-style: none;
  text-align: center;
  display: block;
  padding: 7px 0px;
  margin-left: 0;
}

.track-list ul li:not(:last-child) {
  border-bottom: solid .5px #dae0e5;
}