/* line 1, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
h1, h2, h3, h4, h5, h6, p {
  font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
  color: #3f3f43;
  text-rendering: optimizeLegibility;
}

/* line 7, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.icon {
  margin-top: -15px;
  margin-bottom: 15px;
}

/* line 12, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.our-team {
  padding-bottom: 15px;
}

/* line 16, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
h1.our-team {
  font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
}

/* line 20, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.jumbotron {
  text-align: center;
  background-color: #e1416c;
  color: #f7f7f7;
}

/* line 26, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.instruction {
  margin-top: 45px;
  margin-bottom: 50px;
  text-align: center;
}

/* line 32, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
p {
  font-size: 14px;
  line-height: 1.5;
}

/* line 37, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.team-section {
  padding-bottom: 55px;
}

/* line 41, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.team-section i {
  margin: 3px;
}

/* line 45, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.spacer {
  margin: 20px;
}

/* line 48, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.individual-bio {
  display: none;
  margin-bottom: 40px;
}

/* line 53, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.profile-pic {
  border-radius: 2.5px;
  margin-left: 10px;
  height: 150px;
  width: 160px;
}

/* line 59, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.team-section h3 strong {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
  color: #3f3f43;
  font-style: normal;
  font-weight: 600;
}

/* line 69, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
#teamPhoto {
  height: 700px;
  background-image: url(/assets/static_pages/team/teamSummer2016.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* line 76, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
#teamCaption {
  font-family: brandonText-regular, sans-serif;
  font-size: 15px;
  text-align: center;
}

/* line 82, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.subheader {
  font-weight: 300;
  color: grey;
  font-size: 18px;
}

/* line 88, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.background-team {
  cursor: pointer;
}

/* line 93, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.career .job {
  margin-bottom: 50px;
}
/* line 97, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.career h1 {
  color: #212326;
  font-size: 56px;
  font-weight: 600;
}
/* line 103, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.career h2 {
  color: #212326;
  font-size: 42px;
  font-weight: 600;
}
/* line 109, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.career h3 {
  color: #212326;
  font-size: 25px;
  font-weight: 500;
  height: 37px;
  line-height: 37.5px;
  margin-bottom: 7.5px;
  margin-top: 37.5px;
}
/* line 119, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.career h4 {
  color: #212326;
  font-size: 16px;
  font-weight: 500;
  margin-top: 37.5px;
}
/* line 126, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.career hr.separator {
  margin-top: 0;
  margin-bottom: 50px;
}
/* line 131, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.career p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}
/* line 136, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.career .job-description {
  margin-top: 25px;
}
/* line 140, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.career .requirements > li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  margin-top: 10px;
  line-height: 28px;
}
/* line 147, ../../../app/assets/stylesheets/static_pages/team_page.css.scss */
.career .instruction {
  margin: 50px;
}
