.hero {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.hero .hero_header {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  width: 95%;
  margin: auto;
  padding: 40% 0%;
  color: #FFFFFF;
  text-align: center;
}
.hero .hero_header h1 {
  font-size: 45px;
  line-height: 60px;
}
.hero .hero_header h2 {
  font-size: 30px;
  font-style: italic;
}
.hero .hero_img {
  position: absolute;
  opacity: .8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../img/about/hero_1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero .hero_pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(/global/img/dot_pattern.png) repeat center center;
  background-size: 2px;
}
.about, .team {
  background-color: #FFFFFF;
}
.about .about_header, .team .team_header {
  width: 95%;
  margin: auto;
  padding: 100px 0px;
  display: table;
}
.about .about_header h1 {
  font-size: 40px;
  text-transform: uppercase;
  max-width: 350px;
}
.about .about_header p {
  font-size: 20px;
  line-height: 35px;
}
.about hr {
  height: 1px;
  background-color: #CECECE;
  width: 95%;
  margin: auto;
  border: none;
}
.team .team_header > h1 {
  font-size: 40px;
  text-transform: uppercase;
}
.team .headshot {
  max-width: 600px;
}
.team .team_header ul.team_bio {
  margin: 50px 0px;
}
.team .team_header ul.team_bio .name, .team .team_header ul.team_bio .title {
  text-transform: uppercase;
}
.team .team_header ul.team_bio .name {
  margin-bottom: 0;
}
.team .team_header ul.team_bio .title {
  margin: 0;
}
.team .team_header ul.team_bio .description {
  font-size: 20px;
  line-height: 35px;
}

@media screen and (min-width:800px){

  .team .team_header ul.team_bio {
    float: left;
    width: 50%;
  }
  .team .team_header ul.team_bio li {
    width: 98%;
    margin: auto;
  }

}

@media screen and (min-width:1200px){

  .team .team_header ul.team_bio {
    float: left;
    width: 33.333%;
  }

}

@media screen and (min-width:1600px){

  .team .team_header ul.team_bio {
    float: left;
    width: 25%;
  }

}
