/* =====================
  Tokens in Design System
  (following https://medium.com/eightshapes-llc/tokens-in-design-systems-25dd82d58421)
===================== */
/* ==========[ TOKENS ]========== */
/* 1. Texts */
/* 2. Button */
/* 3. Brand */
/* 4. Background */
/* 5. Font */
/* 6. Border */
/* ==========[ DECISION ]========== */
/** VAR OLDS **/
/*-- Colors --*/
/*-- Text & Font --*/
/*-- Border, Shadow --*/
/*-- Main colors --*/
@import "https://fonts.googleapis.com/css?family=Work+Sans";
.careers-homepage {
  overflow-x: hidden;
  background: #fbfbfb;
  /* The Modal (background) */ }
  .careers-homepage .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
    justify-content: center;
    align-items: center;
    /* Modal Content */
    /* Modal Image */
    /* The Close Button */
    /* Caption of Modal Image (Image Text) - Same Width as the Image */ }
    .careers-homepage .modal__content {
      position: relative;
      background: white;
      animation: zoomIn 0.6s;
      padding: 20px;
      border-radius: 5px; }

@keyframes zoomIn {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
    .careers-homepage .modal__img {
      width: 100%;
      max-width: 900px; }
    .careers-homepage .modal__close {
      position: fixed;
      top: 8px;
      right: 15px;
      font-size: 28px;
      transition: 0.3s;
      color: rgba(255, 255, 255, 0.4); }
      .careers-homepage .modal__close:hover, .careers-homepage .modal__close:focus {
        text-decoration: none;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.9); }
    .careers-homepage .modal #prevImg, .careers-homepage .modal #nextImg {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      flex: 1;
      min-width: 40px;
      max-width: 80px; }
      .careers-homepage .modal #prevImg i, .careers-homepage .modal #nextImg i {
        color: rgba(255, 255, 255, 0.4);
        font-size: 20px;
        font-weight: 600; }
      .careers-homepage .modal #prevImg:hover i, .careers-homepage .modal #nextImg:hover i {
        color: rgba(255, 255, 255, 0.9); }
    .careers-homepage .modal__caption {
      margin: auto;
      display: block;
      text-align: center;
      padding: 30px 0 15px;
      font-size: 1.5em;
      font-weight: bold;
      letter-spacing: 3px;
      word-spacing: 6px; }
  .careers-homepage section {
    padding: 40px 0;
    margin-bottom: 0; }
  .careers-homepage h1, .careers-homepage h2 {
    font-family: inherit;
    color: #333333; }
  .careers-homepage h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2; }
  .careers-homepage h2 {
    font-size: 19px;
    font-weight: 600; }
  .careers-homepage .btn-info {
    cursor: pointer;
    margin: 30px 0;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border: solid 2px #ffffff;
    font-size: 19px;
    font-weight: 600;
    z-index: 2; }
    .careers-homepage .btn-info a {
      display: block;
      padding: 10px 55px;
      color: #33b562; }
  .careers-homepage .holistics-divider {
    width: 80px;
    margin: 18px auto 30px; }
  .careers-homepage .careers-container {
    position: relative;
    max-width: 1300px;
    margin: 0 auto; }
    @media screen and (max-width: 1320px) {
      .careers-homepage .careers-container {
        margin: 0 30px; } }
  .careers-homepage .careers-jumbotron {
    padding: 120px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("https://cdn.holistics.io/landing/careers/working-area.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .careers-homepage .careers-jumbotron.v3 {
      padding: 130px 0 180px; }
    .careers-homepage .careers-jumbotron .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #328b4b;
      opacity: 0.8; }
    .careers-homepage .careers-jumbotron > h1, .careers-homepage .careers-jumbotron h2 {
      text-align: center;
      color: white;
      line-height: 1.26;
      max-width: 800px;
      z-index: 2; }
    .careers-homepage .careers-jumbotron h1 {
      font-size: 52px; }
    .careers-homepage .careers-jumbotron h2 {
      font-size: 27px; }
    .careers-homepage .careers-jumbotron i {
      font-size: 38px;
      color: white;
      position: relative;
      bottom: 30px;
      opacity: 0.35; }
  .careers-homepage .careers-intro .why-holistics {
    margin-bottom: -100px; }
    .careers-homepage .careers-intro .why-holistics .holistics-divider {
      margin: 18px 0; }
    .careers-homepage .careers-intro .why-holistics p {
      font-size: 19px;
      margin-bottom: 20px;
      color: #333333; }
    .careers-homepage .careers-intro .why-holistics img {
      position: relative;
      top: -100px;
      width: 140%; }
    @media screen and (max-width: 991px) {
      .careers-homepage .careers-intro .why-holistics {
        margin-bottom: 0; }
        .careers-homepage .careers-intro .why-holistics img {
          top: 10px;
          width: 100%; } }
  .careers-homepage .at-holistics__item {
    padding: 48px 30px;
    height: 100%;
    text-align: center;
    bottom: 20px;
    font-size: 1.5em;
    border-radius: 4px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    border: solid 1px #ececec; }
    .careers-homepage .at-holistics__item > img {
      width: 64px;
      height: 64px; }
      .careers-homepage .at-holistics__item > img.item-img0 {
        width: 88px; }
  @media screen and (max-width: 991px) {
    .careers-homepage .at-holistics .row > div {
      margin-bottom: 20px; } }
  .careers-homepage .at-holistics h1 {
    text-align: center; }
  .careers-homepage .at-holistics h2 {
    margin: 15px 0 4px; }
  .careers-homepage .careers-philosophy {
    background: white;
    border-bottom: solid 1px #f0f0f0; }
    .careers-homepage .careers-philosophy .holistics-divider {
      margin: 18px 0; }
    .careers-homepage .careers-philosophy__value {
      width: 85%; }
      .careers-homepage .careers-philosophy__value h2 {
        margin: 5px 0 4px; }
      .careers-homepage .careers-philosophy__value img {
        margin-top: 20px;
        width: 40px; }
    .careers-homepage .careers-philosophy__images img {
      display: block; }
      .careers-homepage .careers-philosophy__images img:first-of-type {
        margin-bottom: 30px; }
      @media screen and (max-width: 991px) {
        .careers-homepage .careers-philosophy__images img {
          width: 150%; } }
      @media screen and (max-width: 768px) {
        .careers-homepage .careers-philosophy__images img {
          width: 100%; } }
    @media screen and (max-width: 1320px) {
      .careers-homepage .careers-philosophy .careers-container {
        margin-right: -20px; } }
    @media screen and (max-width: 991px) {
      .careers-homepage .careers-philosophy .careers-container {
        margin-right: 30px; } }
.careers .list-positions .container {
  position: relative;
  top: -150px;
  padding: 40px;
  border-radius: 4px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  border: solid 1px #ececec;
  margin-bottom: -80px; }

.careers .list-positions h1 {
  text-align: center; }

.careers .list-positions .row {
  margin-top: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #ececec; }
  .careers .list-positions .row .position {
    font-weight: 600;
    line-height: 1.2; }
  .careers .list-positions .row .location {
    text-align: center;
    line-height: 1.22;
    color: #555; }
  .careers .list-positions .row .join {
    text-align: right; }
    .careers .list-positions .row .join a {
      cursor: pointer;
      color: #33b562;
      font-weight: 600; }
      .careers .list-positions .row .join a:hover {
        color: #33b562; }

.careers .list-positions .submit-cv {
  margin-top: 30px;
  text-align: center; }
  .careers .list-positions .submit-cv p {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 5px;
    color: #333333; }
  .careers .list-positions .submit-cv .btn-submit-cv {
    font-size: 18px;
    padding: .4rem 2.3rem;
    margin-top: 20px; }

.careers .join-holistics .holistics-divider {
  margin: 18px 0; }

.careers .join-holistics .row {
  margin: 30px 0;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  border: solid 1px #ececec;
  overflow: hidden; }

.careers .join-holistics__team {
  padding: 0; }
  .careers .join-holistics__team .img-fluid {
    height: 100%; }

.careers .join-holistics__position {
  position: relative;
  overflow: hidden;
  padding: 25px 30px; }
  .careers .join-holistics__position .join-us {
    position: absolute;
    right: -58px;
    bottom: -34px;
    padding: 8px 40px 60px;
    color: white;
    font-weight: 600;
    background: #33b562;
    transform: rotate(-45deg); }
    .careers .join-holistics__position .join-us span {
      font-size: 19px; }
  .careers .join-holistics__position h2 {
    text-transform: uppercase; }
  .careers .join-holistics__position a {
    cursor: pointer;
    display: block;
    margin-bottom: 12px;
    color: #33b562; }
    .careers .join-holistics__position a:hover {
      font-weight: 600;
      color: #33b562; }

.careers .careers-wrapper {
  margin-top: 80px;
  font-family: 'Work Sans', sans-serif; }
  .careers .careers-wrapper .sidebar-menu li a {
    font-size: 14px; }

@media (max-width: 768px) {
  .careers .careers-wrapper {
    margin-top: 20px; } }

.careers .jumbotron {
  background: #5b5e72;
  background: linear-gradient(-45deg, #5b5e72 0%, #363a48 100%);
  border-radius: 0;
  color: white; }
  .careers .jumbotron h1 {
    font-size: 2.8em;
    color: white; }
    .careers .jumbotron h1 a, .careers .jumbotron h1 a:visited, .careers .jumbotron h1 a:active {
      color: #fff; }
  .careers .jumbotron a {
    color: white; }

.careers .single-post ul li {
  line-height: 1.7;
  font-size: 15px; }

.careers .single-post p {
  line-height: 1.9;
  font-size: 15px;
  margin: 0 0 30px; }

.careers .single-post h1, .careers .single-post h2 {
  font-family: 'Work Sans', sans-serif; }

.careers .single-post h2 {
  margin: 60px 0 12px; }

.careers .single-post .breadcrumb {
  font-size: 16px; }

.careers .single-post .post-title, .careers .single-post .post-title a {
  line-height: 1.602; }

.careers .single-post .post-body .apply-btn {
  margin-top: 30px; }
  .careers .single-post .post-body .apply-btn .btn {
    font-size: 18px; }

.careers .job-box {
  border: 1px dotted #93b7ff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-top: 10px; }
  .careers .job-box .title, .careers .job-box .title a {
    margin-top: 0;
    color: #0275d8;
    font-size: 20px;
    line-height: 1.602;
    font-weight: 600; }
  .careers .job-box .info, .careers .job-box .info a {
    color: #888888;
    font-size: 13px;
    padding-bottom: 10px; }
    .careers .job-box .info .left, .careers .job-box .info a .left {
      text-align: left; }
    .careers .job-box .info .right, .careers .job-box .info a .right {
      text-align: right; }

.careers .background .header-home {
  text-align: center;
  font-size: 70px;
  color: white;
  padding-top: 100px;
  padding-bottom: 200px;
  background: #272727;
  border-radius: 0;
  background: #5b5e72;
  background: linear-gradient(-45deg, #5b5e72 0%, #363a48 100%); }

.careers .info-home .title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
  color: #0275d8;
  font-size: 25px;
  margin-bottom: 20px; }

.careers .info-home .list {
  color: #888888;
  font-size: 18px;
  text-align: center;
  padding-top: 30px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.602;
  margin-bottom: 40px; }
  .careers .info-home .list a {
    color: #0275d8; }

.careers .info-home .blockquote {
  width: auto;
  color: #313131;
  align-content: center;
  border: 0 solid #f6f8fa;
  background-color: rgba(150, 150, 150, 0.15);
  font-size: 1.0rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto; }

.careers .careers-sidebar {
  margin: 10px 10px; }
  .careers .careers-sidebar ul {
    list-style: none;
    font-weight: 500;
    padding-left: 0; }
    .careers .careers-sidebar ul li a {
      color: #009f6f; }
      .careers .careers-sidebar ul li a:hover {
        text-decoration: underline; }
  .careers .careers-sidebar .intro {
    margin-bottom: 20px; }
  .careers .careers-sidebar .intro.active a {
    font-weight: bold;
    font-size: 17px; }

.careers .info-card {
  max-width: 300px;
  border: 1px solid #e2edf2;
  box-shadow: 0px 1px 10px 0px #d0d0d0;
  border-radius: 5px; }
  .careers .info-card .wrapper {
    height: 300px;
    text-align: center; }
  .careers .info-card .logo {
    margin-top: 40px;
    margin-bottom: 0;
    width: 60%; }
  .careers .info-card .intro {
    padding: 30px 10px 30px 10px;
    font-size: 14px;
    font-weight: 400;
    margin: 0; }
  .careers .info-card .link {
    text-align: center;
    margin-bottom: 20px; }

.careers nav.tags {
  margin-bottom: 15px;
  background-color: #fffffa;
  list-style: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d1d5da;
  border-image: initial;
  border-radius: 3px;
  padding-left: 0;
  margin-top: 0; }
  .careers nav.tags .nav-link {
    text-align: left;
    font-size: 16px;
    position: relative;
    display: block;
    padding-top: 9px;
    padding-bottom: 9px; }
    .careers nav.tags .nav-link.active {
      font-weight: 600;
      color: #24292e;
      cursor: default;
      background-color: #fff;
      border-left: 2px #424555 solid; }
    .careers nav.tags .nav-link:hover {
      color: #313131;
      text-decoration: none;
      background-color: #f6f8fa; }
