.section.careers-include {
  background-color: #f6f5ef;
}
.section.careers-include a {
  border: 0px;
}
.section.careers-include a.cta:not(.small) {
  float: left;
  position: relative;
  margin: 20px 0px 0px -96px;
  left: 50%;
  clear: both;
}
.section.careers ul#career_cards li {
  border: 1px solid #eaeaea;
  margin: 0px 0px 40px 0px !important;
}
.section.careers ul#career_cards li:hover {
  /* border: 1px solid @marriner-yellow;	 */
  /*background: @tan;
					border: 1px solid @tan; */
}
.section.careers.apply ul#career_cards li {
  width: 100%;
}
.section.careers.apply ul#career_cards li:last-child {
  margin-bottom: 70px !important;
}
.section.careers.single h3 {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 40px 0px;
  font-size: 18px;
  line-height: 18px;
  color: #999999;
  border-bottom: 1px solid #f6f5ef;
  text-align: center;
}
.section.careers.single p {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
.section.careers.single p strong {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 24px;
  font-weight: 400;
}
.section.careers.single ul {
  width: 80%;
  float: left;
  position: relative;
  margin: -20px 10% 60px 10%;
  padding: 20px 0px 0px 0px;
  list-style-type: disc;
  list-style-position: outside;
  border-top: 1px solid #eaeaea;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}
.section.careers.single ul li {
  width: calc(50% - 60px);
  float: left;
  position: relative;
  margin: 0px 0% 20px 20px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  line-height: 140%;
}
.section.careers.single ul li.fullwidth {
  width: calc(100% - 20px) !important;
}
.section.careers.single ul li.fullwidth.nobullet {
  width: 100% !important;
  list-style-type: none !important;
}
.section.careers.single ul li.center {
  text-align: center !important;
}
.section.careers.single a.cta {
  margin-left: -114px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.section ul#career_cards {
  width: 80%;
  float: left;
  position: relative;
  margin: 40px 0px 0px 10%;
  padding: 0px 0px 0px 0px;
  display: block;
}
.section ul#career_cards li {
  background: #ffffff;
  /* width: ~"calc(25% - 30px)"; */
  width: calc(33.3% - 27px);
  float: left;
  position: relative;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 40px 0px;
  display: block;
  cursor: pointer;
}
.section ul#career_cards li p {
  width: calc(100% - 40px);
  float: left;
  position: relative;
  margin: 0px 0px 20px 20px;
  padding: 0px 0px 0px 0px;
  display: bock;
  text-align: center;
}
.section ul#career_cards li p.title {
  font-size: 18px;
  font-weight: 700;
  color: #56585a;
  margin-top: 30px;
  margin-bottom: 10px;
}
.section ul#career_cards li p.description {
  font-size: 16px;
  line-height: 32px;
}
.section ul#career_cards li a.cta.small {
  margin-left: -83px;
}
.section ul#career_cards li:hover p.title {
  /* color: @marriner-yellow;	 */
}
.section.future-positions {
  background: #f6f5ef;
}
.section.future-positions.alternatebg {
  background: #ffffff;
}
.section.future-positions a.cta:not(.small) {
  margin-left: -115px;
}
.section.other-open-positions h2 {
  font-size: 48px;
  line-height: 48px;
}
@media screen and (max-width: 1400px) {
  .section ul#career_cards li {
    width: calc(50% - 20px);
  }
  .section.other-open-positions ul#career_cards li {
    /* hide last child as we're showing 3 here */
  }
  .section.other-open-positions ul#career_cards li:last-child {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .section.careers.single ul {
    width: 100% !important;
    margin: -20px 0% 60px 0%;
  }
}
@media screen and (max-width: 760px) {
  .section ul#career_cards li {
    width: calc(100%);
  }
  .section ul#career_cards li:last-child {
    display: block;
  }
  .section.careers.single ul {
    width: 100%;
  }
  .section.careers.single ul li {
    width: calc(100% - 20px);
  }
}
