.blue-bg {
  background-color: #fff;
  color: #ED8D8D;
  height: 100%;
}

.circle {
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #2d3953;
  color: #fff;
  max-height: 50px;
  z-index: 2;
}

.how-it-works.row {
  display: flex;
}

.how-it-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}

.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #2d3953;
  z-index: 1;
}

.how-it-works.row .col-2.bottom::after {
  height: 50%;
  right: 50%;
  top: 50%;
}

.how-it-works.row .col-2.full::after {
  height: 100%;
  right: calc(50% - 3px);
}

.how-it-works.row .col-2.top::after {
  height: 50%;
  right: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 40px;
}

.timeline hr {
  border-top: 3px solid #2d3953;
  margin: 0;
  top: 17px;
  position: relative;
}

.timeline .col-2 {
  display: flex;
  overflow: hidden;
}

.timeline .corner {
  border: 3px solid #2d3953;
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.timeline .top-right {
  right: 50%;
  top: -50%;
}

.timeline .left-bottom {
  right: -50%;
  top: calc(50% - 3px);
}

.timeline .top-left {
  right: -50%;
  top: -50%;
}

.timeline .right-bottom {
  right: 50%;
  top: calc(50% - 3px);
}

.how-it-works.row .col-2.fulll::after {
  height: 100%;
  right: calc(50% - 0px);
}

.bg-hiring-img {
  min-height: 400px;
  background-position: center;
  background-attachment: fixed;
  padding: 250px 0px;
  background-image: url("/publicassets/img/hiring.jpg");
  background-size:  cover;
  -moz-background-size:  cover; /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size:  cover; /* Opera 9.5 */
  -webkit-background-size:cover; /* Safari 3.0 */
}

.bg-pm-img {
  min-height: 400px;

  background-position: center;
  background-attachment: fixed;
  padding: 250px 0px;
  background-image: url("/publicassets/img/performance-management.png");
  background-size: cover;
  -moz-background-size: cover; /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size:  cover; /* Opera 9.5 */
  -webkit-background-size: cover; /* Safari 3.0 */
}

.bg-profile-img {
  min-height: 400px;

  background-position: center;
  background-attachment: fixed;
  padding: 250px 0px;
  background-image: url("/publicassets/img/profile-managment.png");
  background-size: 100% cover;
  -moz-background-size: 100% cover; /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: 100% cover; /* Opera 9.5 */
  -webkit-background-size:100% cover; /* Safari 3.0 */;
}

.bg-hiring-img, .bg-pm-img, .bg-profile-img h1 {
  font-size: 2.9em;
  color: #fff;
  font-weight: 500;
}

.bg-hiring-img, .bg-pm-img, .bg-profile-img h2 {
  font-size: 2.4em;
  color: #fff;
  font-weight: 400;
}

.font-icon {
  font-size: 5rem;
  padding: 20px;
  color: #4e4e4e;
}

.timelinee {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timelinee:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timelinee > li {
  margin-bottom: 20px;
  position: relative;
}

.timelinee > li:before,
.timelinee > li:after {
  content: " ";
  display: table;
}

.timelinee > li:after {
  clear: both;
}

.timelinee > li:before,
.timelinee > li:after {
  content: " ";
  display: table;
}

.timelinee > li:after {
  clear: both;
}

.timelinee > li > .timelinee-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timelinee > li > .timelinee-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timelinee > li.timelinee-inverted > .timelinee-panel {
  float: right;
}

.timelinee-badge.primary {
  background-color: #2e6da4 !important;
}

.timelinee-badge.success {
  background-color: #3f903f !important;
}

.timelinee-badge.warning {
  background-color: #f0ad4e !important;
}

.timelinee-badge.danger {
  background-color: #d9534f !important;
}

.timelinee-badge.info {
  background-color: #5bc0de !important;
}

.timelinee-title {
  margin-top: 0;
  color: inherit;
}

.timelinee-body > p,
.timelinee-body > ul {
  margin-bottom: 0;
}

.timelinee-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timelinee:before {
    left: 40px;
  }

  ul.timelinee > li > .timelinee-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timelinee > li > .timelinee-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timelinee > li > .timelinee-panel {
    float: right;
  }

  ul.timelinee > li > .timelinee-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timelinee > li > .timelinee-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

/*# sourceMappingURL=hiring.css.map */
