section.banner.careers {
  background: url("/wp-content/themes/Alphaflow/res/careers/header.jpg") no-repeat center center transparent !important;
  background-size: cover !important;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  section.banner.careers {
    background-size: cover !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
section.banner.careers .banner-msg {
  font-size: 18px;
  background-color: rgba(1, 40, 89, 0.29);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  section.banner.careers .banner-msg {
    margin-bottom: 0px;
  }
}
section.banner.careers .banner-msg h1 {
  font-size: 2.4rem;
}
section.our-mission {
  padding: 80px 0 120px 0;
}
@media screen and (max-width: 767px) {
  section.our-mission {
    padding: 30px 0px 40px 0px;
  }
}
section.our-mission h1, section.our-mission .h1 {
  font-size: 38px;
}
@media (max-width: 600px) {
  section.our-mission h1, section.our-mission .h1 {
    font-size: 28px;
  }
}
section.our-mission h3 {
  font-size: 55px;
}
@media (max-width: 600px) {
  section.our-mission h3 {
    font-size: 27px;
  }
}
section.offices {
  padding: 80px 0 100px 0;
}
@media screen and (max-width: 767px) {
  section.offices {
    padding: 40px 0 60px 0;
  }
  section.offices h2 {
    font-size: 2rem;
  }
}
section.offices .locations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0;
}
section.offices .locations .location.icon-top {
  min-width: 30%;
}
section.offices .locations .location {
  margin-top: 65px;
}
section.people {
  padding: 80px 0 100px 0;
}
@media screen and (max-width: 767px) {
  section.people {
    padding: 40px 0 80px 0;
  }
}
section.people .team-members {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding: 0;
}
@media screen and (max-width: 767px) {
  section.people .team-members {
    flex-wrap: wrap;
  }
}
section.people .team-members .team-member {
  flex: 0 1 38%;
  min-width: 340px;
  background-color: #f7f9f8;
}
@media screen and (max-width: 767px) {
  section.people .team-members .team-member {
    flex: 1;
    min-width: auto;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  section.people .team-members .team-member:first-child {
    margin-bottom: 20px;
  }
}
section.people .team-members .team-member .member-name {
  text-align: left;
  padding: 0 30px;
}
section.people .team-members .team-member .member-name h3 {
  margin-bottom: 0;
}
section.people .team-members .team-member .member-title {
  color: #03c4f8;
  padding: 0 30px;
  font-size: 21px;
  text-align: left;
}
section.people .team-members .team-member .member-bio {
  padding: 0 30px;
  margin: 20px 0 40px 0;
  text-align: left;
}
section.values {
  padding: 65px 0;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.values {
    padding-top: 40px;
  }
}
section.values .values-cnt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px;
}
section.values .value-square {
  width: 350px;
  height: 350px;
  margin: 10px;
  cursor: default;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
section.values .value-pic {
  padding: 0;
  display: flex;
  align-items: center;
}
section.values .value-pic .size-auto, section.values .value-pic .size-full, section.values .value-pic .size-large, section.values .value-pic .size-medium, section.values .value-pic .size-thumbnail {
  max-width: 100%;
  height: auto;
}
section.values .value-text {
  border-top: 5px solid #03c4f8;
  background: #fff;
  color: #333;
  text-align: left;
  padding-left: 50px;
  padding-top: 35px;
  padding-right: 40px;
}
section.values .value-text h3 {
  color: #172a3a;
  font-size: 24px;
}
.values {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0;
}
.values .value.icon-top {
  min-width: 30%;
}
.values .value {
  margin-top: 65px;
}
section.company-benefits {
  padding: 80px 0 100px 0;
}
@media screen and (max-width: 767px) {
  section.company-benefits {
    padding: 40px 0;
  }
}
section.company-benefits .details-block .details-pic {
  min-width: 60px;
  max-width: 60px;
}
section.company-benefits .details-block h4, section.company-benefits .details-block p {
  text-align: left;
}
section.company-benefits .details-block h4 {
  margin-top: 7px;
}
section.need-benefits {
  padding: 22px 0 20px 0;
}
section.need-benefits .subtitle {
  font-size: 21px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  section.need-benefits .subtitle {
    flex-wrap: wrap;
  }
}
section.need-benefits .subtitle > div {
  flex: 0 1 45%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.need-benefits .subtitle > div {
    flex: 0 100%;
    display: block;
    justify-content: center;
    text-align: center;
  }
}
section.need-benefits .subtitle > div:first-child {
  text-align: right;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  section.need-benefits .subtitle > div:first-child {
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
  }
}
section.jobs_section {
  padding-top: 80px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.jobs_section {
    padding-top: 30px;
  }
}
section.jobs_section .container {
  max-width: 800px;
}