/*
 * reset password portlet
 */
#portlet_new-password {
  position: relative;
  top: 35px;
  margin: 0 auto;
  width: 360px; }

#portlet_new-password label {
  color: #999;
  font-size: 14px; }

#portlet_new-password input {
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #e7e7e7;
  background: transparent;
  font-size: 16px; }

#portlet_new-password input[type="submit"] {
  padding: 6px 12px;
  border: 1px solid #505050;
  border-radius: 4px;
  background-color: #838383;
  color: white;
  font-size: 14px;
  line-height: 1.42857; }
  #portlet_new-password input[type="submit"]:hover {
    border-color: #1d1d1d;
    background-color: #505050; }

ul {
  list-style: none none; }

ol, ul, dl {
  margin-left: 0px; }

dl dd {
  margin-left: 0px; }

blockquote, ul, ol, dl {
  margin: 0px; }

.portlet-title-text, .portlet-title .icon {
  display: none; }

.portlet-title img {
  display: none; }

.portlet-asset-publisher .portlet-title {
  height: 20px; }

.portlet-asset-publisher.closed .portlet-content {
  display: none; }

.portlet-asset-publisher.closed .portlet-borderless-content {
  display: none; }

.portlet-asset-publisher {
  margin-bottom: 0px; }

.portlet-asset-publisher .portlet-title-text {
  display: block; }

.portlet-asset-publisher .lfr-meta-actions {
  display: none; }

.portlet-title {
  height: 15px; }

.portlet-content {
  padding: 0px !important; }

.portlet-asset-publisher .asset-content {
  margin: 0px !important;
  clear: none; }

.portlet-asset-publisher .separator {
  border: none;
  margin: 0px; }

.portlet-asset-publisher .panel-group {
  margin-bottom: 5px; }

.portlet-journal-content .journal-content-article {
  clear: none; }

.portlet-borderless-container {
  min-height: initial;
  position: initial; }

.controls-visible .portlet-borderless-container {
  min-height: 0px;
  position: relative; }

.admin.controls-visible .portlet-boundary {
  min-height: 30px; }

.admin .navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 0;
  position: initial; }

.admin .app-container-lp {
  padding-top: 0px; }

.admin .slide-container .logo {
  top: 0; }

.portlet-boundary_101AJAX_ .fa-spinner {
  display: block; }

.portlet-boundary_101AJAX_.loaded .fa-spinner {
  display: none; }

.portlet-column-content {
  padding: initial; }

.portlet-column {
  display: block;
  vertical-align: initial; }

.portlet-layout {
  border-collapse: initial;
  clear: none;
  display: block;
  border-spacing: 0;
  table-layout: initial;
  width: initial; }

.portlet-column-content.empty {
  padding: 0px; }

.admin .portlet-column-content.empty {
  padding: 10px; }

.aui-w7-10, .aui-w70 {
  width: auto; }

/* -----------------------------------------------------------------------------
 * This file contains all application-wide Sass mixins.
 * -----------------------------------------------------------------------------
 */
/*
 * Media query wrapper.
 *
 * @param $media - device class the rule should respond to
 */
/*
 * Event wrapper mixin.
 * Bundles the element states as shorthand.
 */
/*
 * Font Awesome shorthand
 */
/**
 * A bottom border with a same colored centered arrow
 */
.preloader {
  background: white;
  text-align: center;
  width: 240px;
  height: 180px;
  margin: 0 auto; }
  .preloader .icon {
    width: 128px;
    height: 128px;
    background: url("/assets/bower_components/tc-survey/images/preloader.gif") no-repeat left top;
    margin: 20px auto 15px; }
  .preloader .text {
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700; }

.full-loader {
  background: url("/assets/bower_components/tc-survey/images/full-loader-bg.png");
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  display: none; }
  .full-loader .table-container {
    display: table;
    height: 100%;
    width: 100%; }
  .full-loader .table-container-inner {
    display: table-cell;
    vertical-align: middle; }
  .full-loader .icon {
    width: 128px;
    height: 128px;
    background: url("/assets/bower_components/tc-survey/images/preloader.gif") no-repeat left top;
    margin: 20px auto 15px; }
  .full-loader .text {
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700; }

.survey-container {
  background: white;
  padding-top: 17px;
  padding-bottom: 45px;
  overflow: hidden;
  position: relative; }
  .survey-container h2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    font-size: 33px; }
    .survey-container h2 span.small {
      font-size: 26px;
      color: #16bae7;
      margin-top: 0;
      margin-bottom: 7px;
      display: block;
      font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 300; }
      @media only screen and (max-width: 766px) {
        .survey-container h2 span.small {
          font-size: 20px; } }
    @media only screen and (max-width: 766px) {
      .survey-container h2 {
        width: auto;
        font-size: 25px; } }
  .survey-container h4 {
    font-size: 28px; }
    @media only screen and (max-width: 766px) {
      .survey-container h4 {
        font-size: 18px;
        margin-bottom: 0; } }
  @media only screen and (max-width: 766px) {
    .survey-container {
      padding-bottom: 5px; } }
  .survey-container .question {
    display: none;
    position: relative; }
    .survey-container .question .question-number {
      font-size: 12px;
      margin-bottom: 12px; }
      .survey-container .question .question-number span {
        color: #16bae7;
        padding-left: 2px;
        padding-right: 2px; }
    @media only screen and (max-width: 766px) {
      .survey-container .question .btn-default {
        display: block; }
      .survey-container .question h2 {
        margin-top: 0; } }
    .survey-container .question.decision_question .options {
      position: relative;
      margin-top: 30px; }
      .survey-container .question.decision_question .options .button {
        background: #eeeeee;
        border-radius: 5px;
        height: 190px;
        text-align: center;
        cursor: pointer; }
        .survey-container .question.decision_question .options .button .table-container {
          display: table;
          height: 190px;
          width: 100%; }
        .survey-container .question.decision_question .options .button .table-container-inner {
          display: table-cell;
          vertical-align: middle; }
        .survey-container .question.decision_question .options .button .text {
          font-size: 28px;
          padding: 0 25px 0;
          line-height: 1.1em;
          font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 700; }
        .survey-container .question.decision_question .options .button.hover, .survey-container .question.decision_question .options .button.selected {
          background: #16bae7;
          color: white; }
        .survey-container .question.decision_question .options .button.selected.hover {
          color: #3c3c3b; }
        @media only screen and (min-width: 767px) and (max-width: 991px) {
          .survey-container .question.decision_question .options .button .text {
            padding-left: 35px;
            padding-right: 35px;
            font-size: 24px; } }
        @media only screen and (max-width: 766px) {
          .survey-container .question.decision_question .options .button {
            height: auto;
            margin-bottom: 15px; }
            .survey-container .question.decision_question .options .button .table-container {
              height: auto; }
            .survey-container .question.decision_question .options .button .text {
              padding-top: 44px;
              padding-bottom: 44px;
              font-size: 24px; } }
      .survey-container .question.decision_question .options .separator {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -33.5px;
        margin-left: -33.5px;
        width: 67px;
        height: 67px;
        background: url("/assets/bower_components/tc-survey/images/decision-question-separator.png") no-repeat left top;
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        color: white;
        text-align: center;
        font-size: 18px;
        z-index: 100; }
        .survey-container .question.decision_question .options .separator .text {
          padding-top: 20px; }
        @media only screen and (max-width: 766px) {
          .survey-container .question.decision_question .options .separator {
            top: auto;
            margin-top: -42.5px; } }
      .survey-container .question.decision_question .options .last .button {
        margin-bottom: 0; }
    .survey-container .question.scaled_question .options {
      margin-top: 25px;
      margin-bottom: 25px; }
    .survey-container .question.scaled_question .option {
      text-align: center;
      padding-bottom: 20px; }
      .survey-container .question.scaled_question .option .slider {
        cursor: pointer; }
        .survey-container .question.scaled_question .option .slider .noUi-target {
          box-shadow: none;
          border: none; }
        .survey-container .question.scaled_question .option .slider .noUi-background {
          background: #eeeeee; }
        .survey-container .question.scaled_question .option .slider .noUi-handle {
          z-index: 100; }
        .survey-container .question.scaled_question .option .slider .base-highlighter {
          position: absolute;
          top: 0;
          border-radius: 4px;
          width: 50%;
          overflow: hidden; }
          .survey-container .question.scaled_question .option .slider .base-highlighter .base-highlighter-inner {
            position: relative;
            background: #16bae7;
            height: 18px;
            border-radius: 4px 0 0 4px;
            width: 0; }
      .survey-container .question.scaled_question .option .steps {
        overflow: hidden;
        position: relative;
        top: 19px; }
        .survey-container .question.scaled_question .option .steps .step {
          width: 16.66667%;
          float: left;
          text-align: right;
          position: relative; }
          .survey-container .question.scaled_question .option .steps .step .step-text {
            display: inline-block;
            position: relative;
            font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
            font-style: normal;
            font-weight: 700;
            z-index: 9;
            opacity: 0.4;
            right: -2px; }
          .survey-container .question.scaled_question .option .steps .step.step-0 {
            position: absolute;
            text-align: left; }
            .survey-container .question.scaled_question .option .steps .step.step-0 .step-text {
              right: auto;
              left: 4px; }
          .survey-container .question.scaled_question .option .steps .step.step-6 .step-text {
            right: 4px; }
      .survey-container .question.scaled_question .option .step-label {
        font-size: 16px;
        padding: 15px 0 0;
        font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 400; }
    .survey-container .question.small_scaled_question .options {
      margin-top: 25px;
      margin-bottom: 25px; }
    .survey-container .question.small_scaled_question .option {
      text-align: center;
      padding-bottom: 20px; }
      .survey-container .question.small_scaled_question .option .slider {
        cursor: pointer; }
        .survey-container .question.small_scaled_question .option .slider .noUi-target {
          box-shadow: none;
          border: none; }
        .survey-container .question.small_scaled_question .option .slider .noUi-background {
          background: #eeeeee; }
        .survey-container .question.small_scaled_question .option .slider .noUi-handle {
          z-index: 100; }
        .survey-container .question.small_scaled_question .option .slider .base-highlighter {
          position: absolute;
          top: 0;
          border-radius: 4px;
          width: 50%;
          overflow: hidden; }
          .survey-container .question.small_scaled_question .option .slider .base-highlighter .base-highlighter-inner {
            position: relative;
            background: #16bae7;
            height: 18px;
            border-radius: 4px 0 0 4px;
            width: 0; }
      .survey-container .question.small_scaled_question .option .steps {
        overflow: hidden;
        position: relative;
        top: 19px; }
        .survey-container .question.small_scaled_question .option .steps .step {
          width: 25%;
          float: left;
          text-align: right;
          position: relative; }
          .survey-container .question.small_scaled_question .option .steps .step .step-text {
            display: inline-block;
            position: relative;
            font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
            font-style: normal;
            font-weight: 700;
            z-index: 9;
            opacity: 0.4;
            right: -2px; }
          .survey-container .question.small_scaled_question .option .steps .step.step-0 {
            position: absolute;
            text-align: left; }
            .survey-container .question.small_scaled_question .option .steps .step.step-0 .step-text {
              right: auto;
              left: 4px; }
          .survey-container .question.small_scaled_question .option .steps .step.step-4 .step-text {
            right: 4px; }
      .survey-container .question.small_scaled_question .option .step-label {
        font-size: 16px;
        padding: 15px 0 0;
        font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 400; }
    .survey-container .question.ranked_question .options {
      margin-top: 20px; }
    .survey-container .question.ranked_question ul {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0 0 25px 0; }
      .survey-container .question.ranked_question ul li {
        overflow: hidden;
        cursor: pointer;
        position: relative;
        background: white;
        border: 1px solid lightgrey;
        border-bottom: 2px solid lightgrey;
        border-radius: 4px;
        margin: 0 0 10px 0;
        padding: 7px 15px 7px 20px; }
        .survey-container .question.ranked_question ul li .count {
          position: absolute;
          top: 50%;
          margin-top: -25px;
          left: 20px;
          padding-top: 1px;
          font-size: 50px;
          float: left;
          line-height: 50px;
          text-align: center;
          width: 32px;
          height: 50px;
          color: lightgrey; }
        .survey-container .question.ranked_question ul li .icon {
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -7px;
          background: url("/assets/bower_components/tc-survey/images/ranked-question-icon.png") no-repeat left bottom;
          background-color: #eeeeee;
          width: 20px;
          height: 13px;
          float: right; }
        .survey-container .question.ranked_question ul li .text {
          font-size: 15px;
          margin: 0 55px 0 50px;
          min-height: 40px; }
          .survey-container .question.ranked_question ul li .text p {
            margin: 0; }
        .survey-container .question.ranked_question ul li.hover {
          border-color: #16bae7; }
          .survey-container .question.ranked_question ul li.hover .count, .survey-container .question.ranked_question ul li.hover .text {
            color: #16bae7; }
          .survey-container .question.ranked_question ul li.hover .icon {
            background-color: #16bae7; }
        .survey-container .question.ranked_question ul li.ui-state-highlight {
          background: #f2f2f2;
          min-height: none !important; }
      @media only screen and (max-width: 766px) {
        .survey-container .question.ranked_question ul li {
          border-radius: 0;
          border-left: 0;
          border-right: 0;
          border-bottom: 1px solid lightgrey;
          margin-bottom: 0; }
          .survey-container .question.ranked_question ul li .text {
            font-size: 12px; } }

/*
 * this file contains typographic related styles like heading definitions
 */
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

h2 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 30px; }
  h2.spacing-1 {
    margin-bottom: 15px; }
  h2.style-1 {
    font-weight: 300;
    font-size: 38px;
    margin-top: 30px;
    margin-bottom: 0; }
    @media (max-width: 766px) {
      h2.style-1 {
        font-size: 24px; } }
  @media (max-width: 766px) {
    h2.style-2 {
      font-size: 18px; } }
  h2.style-3 {
    font-size: 24px;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700; }
    h2.style-3 i {
      font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-style: italic; }
  @media (min-width: 767px) {
    h2 .breaker {
      display: block; } }

h3.first-el {
  margin-top: 0; }
h3.style-1 {
  font-size: 26px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 50px; }
  @media (max-width: 766px) {
    h3.style-1 {
      font-size: 20px;
      margin-bottom: 35px; } }

/*
 * A colored headline
 */
.colored {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  color: #16bae7;
  margin-bottom: 45px; }
  @media (min-width: 767px) and (max-width: 991px) {
    .colored {
      font-size: 30px; } }
  @media (max-width: 766px) {
    .colored {
      font-size: 24px;
      margin: 10px 0 15px; } }
  .colored i {
    color: #3e3d40;
    font-weight: 200; }

/*
 * A narrow headline
 * e.g. used in jobcrawling welcome modal
 */
.head--narrow {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -1px; }

hr.spacing-2 {
  margin-top: 40px;
  margin-bottom: 40px; }

p.spacing-1 {
  margin-bottom: 15px; }
p.spacing-2 {
  margin-bottom: 30px; }
@media (min-width: 767px) {
  p .breaker {
    display: block; } }

.btn {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400; }

.btn-default {
  background-color: #e7e7e7;
  border-color: #d5d5d5; }
  .btn-default.disabled, .btn-default[disabled] {
    background-color: #fbfbfb;
    border-color: #dddddd; }
  .btn-default:hover, .btn-default:active, .btn-default:focus {
    border-color: #d5d5d5;
    background-color: #dedede; }

.btn-primary {
  background-color: #16bae7;
  border-color: #27a6c2;
  text-decoration: none !important; }
  .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #43c8ed;
    border-color: #43bed9; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: white !important;
    border-color: #27a6c2;
    background-color: #a5ca3c; }

.btn-info {
  background-color: #838383;
  border-color: #505050; }
  .btn-info.disabled, .btn-info[disabled] {
    background-color: #9c9c9c;
    border-color: #9c9c9c; }
  .btn-info:hover, .btn-info:active, .btn-info:focus {
    background-color: #505050;
    border-color: #1d1d1d; }

.btn-success {
  background-color: #68d460;
  border-color: #38ae2f; }
  .btn-success.disabled, .btn-success[disabled] {
    background-color: #8edf88;
    border-color: #4dcc44; }
  .btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #42c938;
    border-color: #38ae2f; }

.btn-danger {
  background-color: #dc5f5c;
  border-color: #d74a47; }
  .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #e58886;
    border-color: #e17471; }
  .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    background-color: #d33632;
    border-color: #d74a47; }

.btn-attention {
  background-color: #f2cc6d;
  border-color: #e5a914; }
  .btn-attention.disabled, .btn-attention[disabled] {
    background-color: #f6dc9c;
    border-color: #f4d484; }
  .btn-attention:hover, .btn-attention:active, .btn-attention:focus {
    background-color: #f0c456;
    border-color: #cd9812;
    color: #3c3c3b !important; }

.btn-remove {
  background-color: white;
  border-color: #e7e7e7; }
  .btn-remove.disabled, .btn-remove[disabled] {
    border-color: #f4f4f4; }
  .btn-remove:hover, .btn-remove:active, .btn-remove:focus {
    background-color: white;
    border-color: #dadada;
    color: #dc5f5c !important; }

.btn-icon {
  background: #a3e2ff;
  border-color: #16bae7;
  font-size: 16px;
  color: #16bae7;
  transition: all .2s;
  margin-top: 10px; }
  .btn-icon .icon {
    font-size: 24px;
    margin-right: 5px; }
  .btn-icon:hover {
    color: #16bae7;
    background: transparent; }
  @media (max-width: 766px) {
    .btn-icon {
      margin: 0 0 20px; } }

.nav-mobile {
  position: fixed;
  width: 100%;
  z-index: 102;
  background: #16bae7;
  color: white;
  display: none; }
  @media (max-width: 766px) {
    .nav-mobile {
      display: block; } }
  .nav-mobile .inner-container {
    height: 50px;
    overflow: hidden; }
  .nav-mobile .nav-left {
    float: left;
    padding-left: 20px; }
    .nav-mobile .nav-left .icon {
      color: white;
      font-size: 20px;
      float: left;
      margin: 15px 10px 15px 0;
      cursor: pointer; }
  .nav-mobile .nav-center h2 {
    font-size: 18px;
    text-align: center;
    color: white;
    margin-top: 16px;
    margin-bottom: 0px; }
  .nav-mobile .nav-right {
    float: right; }
    .nav-mobile .nav-right .logo {
      width: 24px;
      height: 50px;
      float: right;
      background: url("../../images/talentsconnect//tc_icon.svg");
      background-size: 28px 28px;
      background-repeat: no-repeat;
      background-position: left center;
      margin: 2px auto 0; }
    .nav-mobile .nav-right .picture {
      display: block;
      width: 35px;
      height: 35px;
      margin-top: 7px;
      float: right;
      border: 1px solid white; }
      .nav-mobile .nav-right .picture .img {
        height: 38px;
        width: 38px; }
    .nav-mobile .nav-right a {
      color: white; }
    .nav-mobile .nav-right .text {
      display: none; }

.slide-container {
  width: 210px;
  margin: 0;
  position: relative;
  z-index: 11; }
  @media (max-width: 991px) {
    .slide-container {
      width: 100%; } }
  .slide-container * {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .slide-container .logo {
    padding-left: 30px;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 58px;
    background: #16bae7; }
    .slide-container .logo a {
      background-image: url("../../images/talentsconnect/logo.png");
      background-repeat: no-repeat;
      background-position: center center;
      height: 58px;
      display: inline-block; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        .slide-container .logo a {
          background-image: url("../../images/talentsconnect/logo@2x.png");
          background-size: 110px 32px; } }
    .slide-container .logo img {
      height: 58px;
      width: 210px; }
    @media (max-width: 991px) {
      .slide-container .logo {
        display: none; } }
  .slide-container .inner-container {
    top: 58px;
    bottom: 0;
    position: fixed;
    width: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 30px; }
    @media (max-width: 991px) {
      .slide-container .inner-container {
        width: 100%;
        position: fixed;
        bottom: auto;
        padding-top: 30px;
        background-color: white;
        margin-left: 0px; } }
    .slide-container .inner-container .info-box {
      text-align: center;
      font-style: italic;
      padding: 20px 0; }
      .slide-container .inner-container .info-box p a {
        outline: none;
        transition: all .2s;
        padding: 0 10px;
        display: block; }
        .slide-container .inner-container .info-box p a:hover {
          text-decoration: none;
          opacity: .6; }
        .slide-container .inner-container .info-box p a .status {
          padding: 5px;
          color: #e2a334;
          display: inline-block;
          border-radius: 3px;
          border: 1px solid #e2a334;
          margin-top: 5px; }
      .slide-container .inner-container .info-box strong {
        font-style: normal; }
      .slide-container .inner-container .info-box .picture {
        float: none;
        border-radius: 100px;
        border: 3px solid white;
        background: no-repeat center center;
        background-size: cover;
        -ms-behavior: url("../assets/bower_components/background-size-polyfill/backgroundsize.min.htc");
        height: 100px;
        width: 100px;
        margin: 0 auto 15px;
        overflow: hidden; }
        .slide-container .inner-container .info-box .picture a {
          outline: 0; }
        .slide-container .inner-container .info-box .picture .img {
          display: block;
          background: no-repeat center center;
          background-size: cover;
          -ms-behavior: url("../assets/bower_components/background-size-polyfill/backgroundsize.min.htc");
          height: 94px;
          width: 94px; }
        .slide-container .inner-container .info-box .picture:hover {
          border-color: #16bae7; }
      @media (max-width: 991px) {
        .slide-container .inner-container .info-box {
          display: none; } }
    .slide-container .inner-container ul {
      margin: 0;
      padding: 0; }
      .slide-container .inner-container ul li {
        list-style: none;
        display: block;
        margin-right: -1px; }
        .slide-container .inner-container ul li a {
          padding: 13px 0 13px 25px;
          display: block;
          font-size: 16px;
          color: #838383;
          opacity: .6; }
          .slide-container .inner-container ul li a:hover, .slide-container .inner-container ul li a:active, .slide-container .inner-container ul li a:focus {
            text-decoration: none;
            outline: 0;
            opacity: 1; }
          .slide-container .inner-container ul li a .icon {
            opacity: .5;
            font-size: 18px;
            margin: 0px 10px 5px 0; }
            @media (max-width: 991px) {
              .slide-container .inner-container ul li a .icon {
                display: none; } }
          .slide-container .inner-container ul li a.logout {
            border-top: 1px solid #e7e7e7;
            margin-top: 20px;
            padding-top: 25px;
            padding-bottom: 25px; }
        .slide-container .inner-container ul li:hover a .icon {
          opacity: 1;
          color: #16bae7; }
        .slide-container .inner-container ul li.active a {
          opacity: 1;
          color: #3c3c3b;
          font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 700; }
          .slide-container .inner-container ul li.active a .icon {
            opacity: 1;
            color: #16bae7; }
          .slide-container .inner-container ul li.active a .text {
            font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
            font-style: normal;
            font-weight: 700; }
        .slide-container .inner-container ul li.last {
          border-bottom: none; }
    @media (max-width: 991px) {
      .slide-container .inner-container {
        top: 50px; } }
  @media (max-width: 991px) {
    .slide-container {
      display: none; } }

.app-container-lp {
  background: white; }
  .app-container-lp .outer {
    background: no-repeat center center; }
    .app-container-lp .outer.bg-cover {
      background-size: cover;
      -ms-behavior: url("../assets/bower_components/background-size-polyfill/backgroundsize.min.htc"); }
    .app-container-lp .outer.grey {
      background: #e7e7e7; }
    .app-container-lp .outer.blue {
      background: #16bae7; }

.wrapper .content {
  max-width: 960px;
  padding-bottom: 30px;
  margin: 0 auto; }
  .wrapper .content .second-nav-icon {
    font-size: 20px;
    color: #cccccc;
    vertical-align: middle; }
  .wrapper .content .checkbox.no-space {
    margin-top: 0; }
  @media (min-width: 992px) {
    .wrapper .content.expand {
      max-width: none; } }
  @media (max-width: 991px) {
    .wrapper .content {
      padding-left: 0px; } }
@media (max-width: 991px) {
  .wrapper {
    padding-top: 50px; } }

.second-nav-icon.icon--ab {
  background-size: 31px 17px;
  width: 31px;
  height: 17px;
  left: 0; }

@media (min-width: 992px) {
  .nav-toggled .wrapper {
    margin: 0 15px 0 90px; } }

.side-nav .wrapper div.content {
  margin: 0 15px 0 235px; }
  @media (max-width: 991px) {
    .side-nav .wrapper div.content {
      margin: 0 0px 0 0px; } }
@media (min-width: 767px) and (max-width: 991px) {
  .side-nav .nav-mobile {
    display: block; } }
@media (max-width: 991px) {
  .side-nav .slide-container {
    display: block; } }
.side-nav .slide-container .inner-container {
  padding-top: 0; }
.side-nav .slide-container .navbar-nav {
  display: none; }
  .side-nav .slide-container .navbar-nav.collapse, .side-nav .slide-container .navbar-nav.collapsing {
    display: block; }
  @media (min-width: 992px) {
    .side-nav .slide-container .navbar-nav {
      display: block; } }
.side-nav .navigation {
  position: static;
  width: auto;
  z-index: 0; }

.applicant .head-fixed .wrapper .content {
  padding-top: 20px; }

@media (min-width: 767px) {
  .head-fixed .wrapper .head {
    position: fixed;
    top: 0;
    z-index: 101;
    width: 100%; }
  .head-fixed .wrapper .content {
    padding-top: 100px;
    max-width: 1200px; } }
@media (min-width: 767px) and (max-width: 991px) {
  .head-fixed .wrapper .content {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .nav-opened .app-container {
    width: 100%;
    overflow: hidden; }
    .nav-opened .app-container:after {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: .5;
      z-index: 9; } }

.footer {
  color: #838383;
  font-size: 12px;
  padding-top: 50px;
  padding-bottom: 30px; }
  .footer .footer-inner {
    font-size: 14px;
    overflow: hidden; }
    .footer .footer-inner hr {
      margin: 0;
      clear: both; }
    .footer .footer-inner p {
      float: right;
      margin: 0;
      padding: 9px 0; }
      @media (max-width: 766px) {
        .footer .footer-inner p {
          width: 100%;
          text-align: center;
          float: left;
          margin-top: 10px; } }
      .footer .footer-inner p a {
        color: #838383; }
        .footer .footer-inner p a .icon {
          padding-left: 3px; }
        .footer .footer-inner p a:hover {
          text-decoration: none;
          color: #16bae7; }
    .footer .footer-inner ul {
      margin: 0;
      padding: 7px 0;
      overflow: hidden; }
      .footer .footer-inner ul li {
        float: left;
        display: block;
        list-style: none;
        padding-bottom: 5px; }
        .footer .footer-inner ul li a {
          color: #838383;
          padding: 2px 15px;
          display: block;
          border-right: 1px solid #e7e7e7; }
          .footer .footer-inner ul li a.first {
            padding-left: 0; }
          .footer .footer-inner ul li a.last {
            padding-right: 0;
            border-right: 0; }
          .footer .footer-inner ul li a:hover {
            text-decoration: none;
            color: #16bae7; }
        .footer .footer-inner ul li .icon {
          padding-right: 3px; }
      .footer .footer-inner ul.social-media {
        padding-top: 4px;
        padding-bottom: 2px; }
        .footer .footer-inner ul.social-media li a {
          border-right: none;
          font-size: 20px;
          padding-left: 3px;
          padding-right: 3px; }
  .footer ul.links {
    margin: 8px 0 0;
    padding: 0 0 0px;
    overflow: hidden; }
    @media (max-width: 766px) {
      .footer ul.links {
        width: 100%; } }
    .footer ul.links li {
      display: block;
      list-style: none;
      float: left; }
      .footer ul.links li a {
        border-right: 0;
        color: #838383; }
        .footer ul.links li a:hover {
          text-decoration: none;
          color: #16bae7; }
      .footer ul.links li:first-child a {
        padding-left: 0; }

.col-sm-24 {
  min-height: 1px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 767px) {
    .col-sm-24 {
      float: left;
      width: 20%; } }

@media (min-width: 767px) {
  .sm-text-center {
    text-align: center; } }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

.navbar {
  background: white;
  margin-bottom: 0;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .navbar .navbar-header {
    padding-bottom: 9px; }
    .navbar .navbar-header .navbar-brand {
      outline: 0;
      margin: 0 124px 0 0 !important;
      padding: 16px 0 10px;
      width: auto;
      height: auto; }
  .navbar .navbar-nav,
  .navbar .navbar-right {
    overflow: hidden;
    padding: 26px 0 0; }
    .navbar .navbar-nav > li,
    .navbar .navbar-right > li {
      float: left;
      display: block;
      list-style: none;
      font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 400;
      padding: 0 12px;
      border-right: 1px solid #e7e7e7; }
      .navbar .navbar-nav > li.first,
      .navbar .navbar-right > li.first {
        padding-left: 0; }
      .navbar .navbar-nav > li.last,
      .navbar .navbar-right > li.last {
        padding-left: 0; }
      .navbar .navbar-nav > li a,
      .navbar .navbar-right > li a {
        padding: 0;
        margin: 0; }
  .navbar .navbar-right > li {
    line-height: 20px;
    border-right: 0;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700; }
    .navbar .navbar-right > li.first a {
      color: #16bae7; }
      .navbar .navbar-right > li.first a:hover {
        color: #3c3c3b; }
    .navbar .navbar-right > li a {
      color: #777; }
      .navbar .navbar-right > li a:hover, .navbar .navbar-right > li a:active {
        background: none; }
      .navbar .navbar-right > li a:hover {
        color: #3c3c3b; }
  .navbar .navbar-collapse {
    border: none; }
  .navbar .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 0; }
  @media (min-width: 767px) and (max-width: 991px) {
    .navbar .navbar-header .navbar-brand {
      margin-right: 45px !important; } }
  @media (max-width: 766px) {
    .navbar .navbar-header .navbar-brand {
      margin-left: 15px !important;
      margin-right: 0 !important; }
    .navbar .navbar-nav {
      padding-top: 0;
      margin-right: 0;
      float: left; }
      .navbar .navbar-nav > li {
        float: none;
        padding: 0;
        border-right: 0; }
        .navbar .navbar-nav > li > a {
          padding: 15px; }
    .navbar .navbar-collapse {
      padding-top: 15px; }
    .navbar .buttons {
      float: none;
      position: absolute;
      right: 70px;
      top: 0; } }

.pagination-outer {
  text-align: right; }
  .pagination-outer .pagination {
    margin-top: 0;
    color: #3c3c3b; }
    .pagination-outer .pagination > li a {
      border-radius: 3px;
      margin-left: 5px; }
    .pagination-outer .pagination > li > .active > a {
      background-color: transparent;
      border-color: #16bae7;
      color: #16bae7; }

table tr td.centered {
  vertical-align: middle; }

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 0;
  border-radius: 3px;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .table-responsive > .table {
    margin-bottom: 0; }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
      white-space: normal !important; }
  .table-responsive > .table-bordered {
    border: 0; }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0; }

.label.label-highlight {
  background: #dc5f5c; }
.label.label-highlight-2 {
  background: #838383; }

::selection {
  background-color: #5acfef;
  color: white; }

::-moz-selection {
  background-color: #5acfef;
  color: white; }

body {
  background: #f9f9f9; }
  body.fix-fixed .nav-mobile {
    position: absolute; }
  @media (min-width: 992px) {
    body.fix-fixed .head-fixed .wrapper .head {
      position: absolute; } }
  body .label.label-highlight {
    background: #dc5f5c; }
  body .label.label-highlight-2 {
    background: #838383; }

.fa-spinner {
  color: white !important; }

.score svg {
  top: -2px;
  shape-rendering: auto; }
  .score svg path {
    stroke: #16bae7; }

@media (max-width: 766px) {
  .app-container .content > .col-xs-12 {
    padding: 0; } }
form label {
  font-weight: normal; }
  form label span.desc {
    color: #c6c6c6; }
  form label.multiple-fixed {
    margin-left: 51%;
    position: absolute;
    top: 0;
    display: block; }
    @media (max-width: 766px) {
      form label.multiple-fixed {
        margin-left: 0;
        top: 185px; } }
  form label.small, form label.with-icon {
    padding: 8px 0 10px; }
  form label.with-icon {
    min-height: 65px;
    line-height: 12px; }
    @media (max-width: 991px) {
      form label.with-icon {
        min-height: 0; } }
    form label.with-icon .icon {
      float: left;
      font-size: 15px;
      margin: 2px 0 0; }
    form label.with-icon .text {
      margin: 0 0 0 22px;
      display: block; }
form .placeholder {
  color: #c6c6c6; }
form .chosen-container-single {
  cursor: pointer; }
  form .chosen-container-single .chosen-single {
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px; }
    form .chosen-container-single .chosen-single.chosen-default:hover {
      color: #999999; }
    form .chosen-container-single .chosen-single:hover {
      color: #3c3c3b; }
form .has-error .chosen-container-single .chosen-single {
  border-color: #a94442; }
form .ms-container {
  padding-top: 20px;
  width: auto;
  background: none; }
  form .ms-container .ms-list {
    height: 146px; }
    form .ms-container .ms-list.ms-focus {
      outline: 0;
      border-color: #16bae7;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #16bae7;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #16bae7; }
  form .ms-container .ms-selectable,
  form .ms-container .ms-selection {
    width: 49%; }
    form .ms-container .ms-selectable li.ms-elem-selectable, form .ms-container .ms-selectable li.ms-elem-selection,
    form .ms-container .ms-selection li.ms-elem-selectable,
    form .ms-container .ms-selection li.ms-elem-selection {
      padding: 4px 12px;
      color: #838383;
      background: no-repeat right center;
      cursor: pointer; }
    form .ms-container .ms-selectable li:hover,
    form .ms-container .ms-selection li:hover {
      background-color: #fafafa; }
  form .ms-container .ms-selectable li.ms-elem-selectable {
    background-image: url("/assets/img/icons/icon-check.png"); }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      form .ms-container .ms-selectable li.ms-elem-selectable {
        background-image: url("/assets/img/icons/icon-check@2x.png");
        background-size: 24px 16px; } }
    form .ms-container .ms-selectable li.ms-elem-selectable:hover {
      background-image: url("/assets/img/icons/icon-check-active.png"); }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        form .ms-container .ms-selectable li.ms-elem-selectable:hover {
          background-image: url("/assets/img/icons/icon-check-active@2x.png");
          background-size: 24px 16px; } }
  form .ms-container .ms-selection li.ms-elem-selection {
    background-image: url("/assets/img/icons/icon-cross.png"); }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      form .ms-container .ms-selection li.ms-elem-selection {
        background-image: url("/assets/img/icons/icon-cross@2x.png");
        background-size: 24px 16px; } }
    form .ms-container .ms-selection li.ms-elem-selection:hover {
      background-image: url("/assets/img/icons/icon-cross-active.png"); }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        form .ms-container .ms-selection li.ms-elem-selection:hover {
          background-image: url("/assets/img/icons/icon-cross-active@2x.png");
          background-size: 24px 16px; } }
  @media (max-width: 766px) {
    form .ms-container .ms-selectable,
    form .ms-container .ms-selection {
      width: auto;
      float: none; }
    form .ms-container .ms-selection {
      margin-top: 40px; } }
form .has-error .ms-selectable .ms-list {
  border-color: #a94442; }
form textarea {
  margin-bottom: 20px; }
  form textarea.height-1 {
    height: 130px; }
  form textarea.height-2 {
    height: 80px; }
form .input-group-addon {
  cursor: pointer; }
form .clearer {
  display: block; }
form .radio-block {
  display: block; }
  form .radio-block input {
    float: left; }
  form .radio-block span.text {
    margin-left: 30px;
    display: block;
    font-weight: bold;
    cursor: pointer; }
form .checkbox-block {
  display: block;
  margin-left: 15px; }
  form .checkbox-block input {
    float: left; }
  form .checkbox-block span.text {
    margin-left: 30px;
    display: block;
    font-weight: bold;
    cursor: pointer; }
    form .checkbox-block span.text span {
      font-size: 12px;
      opacity: 0.7;
      display: block;
      font-weight: normal; }
form .job-selection-list {
  max-height: 150px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 20px 15px;
  overflow-y: scroll; }
  form .job-selection-list .checkbox-block {
    margin-left: 0; }
form .has-error .label-radio,
form .has-error .label-checkbox {
  color: #a94442; }
form .form-inline {
  margin-bottom: 15px; }
  form .form-inline label {
    display: block !important; }
    form .form-inline label.inner {
      display: inline !important;
      margin-left: 5px;
      margin-right: 5px; }
  form .form-inline .checkbox-inline {
    padding-left: 5px;
    white-space: nowrap; }
  form .form-inline div[data-hide-on-checked] {
    display: inline; }
  @media (max-width: 766px) {
    form .form-inline label.inner {
      display: block !important;
      margin-left: 0;
      margin-right: 0; }
    form .form-inline .checkbox-inline {
      margin-left: 15px; } }
form .checkbox.disabled .checkbox-inline {
  cursor: not-allowed;
  color: #999999; }

.teaser-img {
  margin-bottom: 30px;
  max-width: 100%; }
  .teaser-img.border {
    border-right: 1px solid #c6c6c6; }
    @media (max-width: 766px) {
      .teaser-img.border {
        border-right: 0;
        margin-bottom: 0; } }

.sms-verified {
  color: #68d460; }

.sms-hint {
  color: #f2cc6d; }

.sms-mobile-icon {
  color: #16bae7;
  font-size: 24px;
  padding-left: 24px; }

.row .btn-add-notes {
  padding-right: 30px;
  padding-top: 15px; }
  .row .btn-add-notes span {
    position: absolute; }
.row .left-padding {
  padding-left: 15px; }
.row .btn.btn-success {
  border-radius: 3px;
  background: #f4bd3a;
  border-color: #f4bd3a;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .row .btn.btn-success:hover {
    color: #f4bd3a;
    border-color: #f4bd3a;
    background: white; }
.row .btn.cta {
  padding: 6px 22px;
  background: #a5ca3c;
  border-color: #96b422;
  color: white;
  border-radius: 3px;
  text-shadow: 0;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 9px 20px; }
  .row .btn.cta:hover, .row .btn.cta:focus {
    background: white;
    border-color: #96b422;
    color: #a5ca3c !important;
    text-decoration: none; }
  .row .btn.cta.facebook {
    background: #999999;
    border-color: #838383; }
    .row .btn.cta.facebook:hover {
      background: transparent;
      color: #838383; }

.portlet-msg-error {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 15px 15px 15px 30px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.ie8 form input[type="password"] {
  font-family: Arial, Verdana, sans-serif; }

.loader {
  background: #3c3c3b;
  color: white;
  border-radius: 4px;
  padding: 10px 15px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .loader h2 {
    overflow: hidden;
    margin: 0;
    padding: 3px 0 0;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1em; }
    .loader h2 .icon {
      width: 24px;
      height: 24px;
      display: block;
      float: left;
      margin: 2px 10px 0 0;
      background-image: url("/assets/img/icons/loader.gif");
      background-repeat: no-repeat;
      background-position: left top; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        .loader h2 .icon {
          background-image: url("/assets/img/icons/loader@2x.gif");
          background-size: 24px 24px; } }
  .loader p {
    margin: 0;
    padding: 0;
    line-height: 1.2em; }
  @media (max-width: 766px) {
    .loader {
      text-align: center;
      margin-top: 55px;
      margin-bottom: -40px; }
      .loader h2 {
        display: inline-block;
        padding-top: 0; } }

.loader-dots {
  width: 100px;
  margin: 0 auto;
  display: block; }

.picture-box {
  text-align: center; }
  .picture-box .picture {
    float: none;
    margin-top: 40px;
    width: 140px;
    height: 140px;
    background: #fafafa;
    border: 2px solid #e7e7e7;
    border-radius: 500px;
    margin: 0 auto 15px;
    overflow: hidden; }
    .picture-box .picture .img {
      display: block;
      background: no-repeat center center;
      background-size: cover;
      -ms-behavior: url("../assets/bower_components/background-size-polyfill/backgroundsize.min.htc");
      height: 136px;
      width: 136px; }
  .picture-box .btn {
    margin-bottom: 15px; }
  .picture-box small {
    color: #c6c6c6; }
  .picture-box.style-2 {
    margin: -10px 0 0;
    float: right; }
    @media (max-width: 991px) {
      .picture-box.style-2 {
        float: none;
        margin: 0;
        text-align: left; }
        .picture-box.style-2 .picture {
          margin: 20px 0; } }

.datepicker {
  z-index: 1060 !important; }
  .datepicker table tr td.active {
    background: #16bae7 !important; }

.nav-carousel {
  margin-bottom: 30px; }
  @media (max-width: 766px) {
    .nav-carousel {
      margin-top: 0;
      top: 50px;
      position: fixed;
      background: rgba(0, 0, 0, 0.8);
      z-index: 100;
      left: 0;
      width: 100%;
      overflow: hidden;
      height: 51px;
      transform: translate3d(0, 0, 0); } }
  .nav-carousel .inner-carousel {
    border-bottom: 1px solid #bdd8de; }
    @media (max-width: 766px) {
      .nav-carousel .inner-carousel {
        width: 105%;
        white-space: nowrap;
        overflow: scroll;
        display: inline-block;
        height: 65px;
        -webkit-overflow-scrolling: touch; } }
    @media (max-width: 766px) {
      .nav-carousel .inner-carousel .nav-bar {
        padding-top: 10px; } }
    .nav-carousel .inner-carousel .nav-bar li {
      float: left;
      width: auto !important; }
      @media (max-width: 766px) {
        .nav-carousel .inner-carousel .nav-bar li {
          float: none;
          display: inline-block;
          transform: translate3d(0, 0, 0); } }
      .nav-carousel .inner-carousel .nav-bar li a {
        font-size: 18px;
        padding: 10px 2px;
        margin-right: 15px; }
        @media (max-width: 766px) {
          .nav-carousel .inner-carousel .nav-bar li a {
            font-size: 14px;
            color: white;
            border-bottom: 4px solid transparent; } }
        .nav-carousel .inner-carousel .nav-bar li a:hover {
          background: transparent;
          opacity: .6; }
      .nav-carousel .inner-carousel .nav-bar li.active a {
        border-radius: 0;
        background: transparent;
        color: #3c3c3b;
        border-bottom: 2px solid #16bae7; }
        @media (max-width: 766px) {
          .nav-carousel .inner-carousel .nav-bar li.active a {
            border-bottom: 4px solid #16bae7;
            padding-bottom: 8px;
            color: white; } }
        .nav-carousel .inner-carousel .nav-bar li.active a:hover {
          opacity: 1; }
      .nav-carousel .inner-carousel .nav-bar li.last a {
        margin-right: 0; }
      @media (max-width: 766px) {
        .nav-carousel .inner-carousel .nav-bar li.last {
          padding-right: 50px; } }
  .nav-carousel .slide-nav {
    right: 0px;
    top: 0px;
    height: 100%;
    color: white;
    font-size: 20px;
    position: absolute;
    padding: 15px 10px 0 20px;
    cursor: pointer;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }

.scale-bar {
  border-radius: 4px;
  height: 30px; }
  .scale-bar li {
    text-align: center;
    float: left;
    border-right: 2px solid white;
    padding: 5px 0;
    background: #e7e7e7;
    color: #838383;
    overflow: hidden;
    display: none; }
    .scale-bar li.first {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .scale-bar li.last {
      border-right: 0;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .scale-bar li.active {
      color: #3c3c3b; }
      .scale-bar li.active.scale-form-homeoffice {
        background-color: #9bc335; }
      .scale-bar li.active.scale-form-office {
        background-color: #c5de3b; }
      .scale-bar li.active.scale-form-external {
        background-color: #cbbfaa; }
      .scale-bar li.active.scale-form-lab {
        background-color: #a08f72; }
      .scale-bar li.active.scale-form-meetings {
        background-color: #9bc335; }
      .scale-bar li.active.scale-form-presentations {
        background-color: #c5de3b; }
      .scale-bar li.active.scale-form-research {
        background-color: #cbbfaa; }
      .scale-bar li.active.scale-form-practical {
        background-color: #a08f72; }
      .scale-bar li.active.scale-form-communication {
        background-color: #f4b622; }
    .scale-bar li.visible {
      display: block; }

.btn-group-justified {
  margin-left: -15px;
  margin-right: -15px;
  width: auto; }

.add-line-toggle, .add-line-check {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (max-width: 766px) {
    .add-line-toggle, .add-line-check {
      margin-bottom: 30px; } }
  .add-line-toggle .btn, .add-line-check .btn {
    padding-top: 20px;
    padding-bottom: 20px;
    outline: 0; }

.add-line-check .btn-default:hover {
  color: #16bae7; }

.add-line-block.disabled {
  display: none; }
.add-line-block .add-line-content .add-line-child {
  margin-bottom: 15px; }
  .add-line-block .add-line-content .add-line-child .delete-line-btn a {
    color: #c6c6c6; }
    .add-line-block .add-line-content .add-line-child .delete-line-btn a.btn {
      color: white; }
  .add-line-block .add-line-content .add-line-child .breaker hr {
    margin-top: 0; }
  .add-line-block .add-line-content .add-line-child.first label {
    display: block; }
.add-line-block .add-line-btn {
  border-radius: 3px;
  margin: 20px 0 0;
  padding: 20px;
  border: 2px dashed rgba(82, 186, 213, 0.4);
  text-align: center;
  font-size: 15px; }
  .add-line-block .add-line-btn a {
    color: #838383;
    outline: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    text-decoration: none; }
    .add-line-block .add-line-btn a .icon {
      margin-right: 5px; }
  .add-line-block .add-line-btn.disabled a {
    color: #c6c6c6;
    cursor: default; }
.add-line-block.hide-labels .add-line-content .breaker {
  display: none; }
.add-line-block.hide-labels .add-line-content .add-line-child .delete-line-btn {
  padding-top: 7px; }
@media (min-width: 767px) {
  .add-line-block.hide-labels .add-line-content label {
    display: none; } }
@media (max-width: 766px) {
  .add-line-block.hide-labels .add-line-content .breaker {
    display: block; } }

.ui-autocomplete {
  position: absolute;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px; }
  .ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer; }
    .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-focus, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
      color: white;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
      background: #3c3c3b; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -999em; }

.miso.filter-block {
  margin-top: -15px;
  margin-bottom: 15px; }
  .miso.filter-block h4 {
    float: left;
    margin: 0;
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300; }
    .miso.filter-block h4 .icon {
      color: #838383; }
  .miso.filter-block .element {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: white;
    padding: 12px 10px 16px 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.14); }
    .miso.filter-block .element .filter-row-outer {
      position: relative; }
      @media (min-width: 767px) {
        .miso.filter-block .element .filter-row-outer {
          padding-left: 30px; } }
    @media (max-width: 766px) {
      .miso.filter-block .element .filter-row {
        margin-bottom: -15px; } }
    @media (max-width: 766px) {
      .miso.filter-block .element .filter-child[data-count="0"] {
        margin-bottom: -15px; } }
    .miso.filter-block .element hr.after-form-group {
      margin-top: 0; }
    @media (min-width: 767px) {
      .miso.filter-block .element .col-filter {
        padding-right: 0; } }
    .miso.filter-block .element .filter-toggle {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      text-align: right;
      cursor: pointer;
      color: #838383;
      margin: 0 7px 12px 0; }
      .miso.filter-block .element .filter-toggle .closed {
        display: none; }
      @media (max-width: 766px) {
        .miso.filter-block .element .filter-toggle {
          margin-right: 5px; } }
    .miso.filter-block .element .delete-icon {
      position: absolute;
      left: -4px;
      top: 15px; }
      .miso.filter-block .element .delete-icon a {
        outline: 0;
        display: block;
        padding-left: 7px;
        padding-top: 8px; }
    .miso.filter-block .element .filter-buttons .btn-add {
      float: left; }
      .miso.filter-block .element .filter-buttons .btn-add.disabled a {
        color: #c6c6c6; }
        .miso.filter-block .element .filter-buttons .btn-add.disabled a:hover {
          cursor: text;
          color: #c6c6c6; }
      .miso.filter-block .element .filter-buttons .btn-add a {
        outline: 0;
        display: block;
        padding: 8px 0 0 3px;
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700; }
        .miso.filter-block .element .filter-buttons .btn-add a:hover {
          text-decoration: none;
          color: #838383; }
        .miso.filter-block .element .filter-buttons .btn-add a:focus {
          text-decoration: none; }
        @media (max-width: 766px) {
          .miso.filter-block .element .filter-buttons .btn-add a {
            margin-top: 35px;
            padding-top: 0;
            padding-left: 0; } }
      @media (max-width: 766px) {
        .miso.filter-block .element .filter-buttons .btn-add {
          float: none;
          text-align: center; } }
    .miso.filter-block .element .filter-buttons .btn-reset,
    .miso.filter-block .element .filter-buttons .btn-submit {
      float: right; }
      @media (max-width: 766px) {
        .miso.filter-block .element .filter-buttons .btn-reset a,
        .miso.filter-block .element .filter-buttons .btn-submit a {
          display: block; } }
      @media (max-width: 766px) {
        .miso.filter-block .element .filter-buttons .btn-reset,
        .miso.filter-block .element .filter-buttons .btn-submit {
          margin-top: 15px;
          float: none; } }
    .miso.filter-block .element .filter-buttons .btn-reset {
      margin-right: 10px; }
      @media (max-width: 766px) {
        .miso.filter-block .element .filter-buttons .btn-reset {
          margin-right: 0; } }
  .miso.filter-block.closed .element {
    padding-bottom: 12px; }
    .miso.filter-block.closed .element .filter-toggle {
      margin-bottom: 0; }
      .miso.filter-block.closed .element .filter-toggle .closed {
        display: block; }
      .miso.filter-block.closed .element .filter-toggle .opened {
        display: none; }
    .miso.filter-block.closed .element .filter-inner {
      display: none; }

.job-element {
  transition: all .2s;
  border-radius: 3px;
  margin-bottom: 40px;
  padding-top: 0px; }
  .job-element .job-element-head {
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
    overflow: hidden;
    position: relative; }
    .job-element .job-element-head h2 {
      margin: 0 20px 0 0;
      padding: 0;
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700; }
      .job-element .job-element-head h2 .score {
        position: absolute;
        left: -5px;
        top: 2px; }
      .job-element .job-element-head h2 .text {
        padding: 3px 0 5px 30px;
        display: inline-block; }
      .job-element .job-element-head h2 .starred {
        cursor: pointer;
        margin-left: 3px; }
        .job-element .job-element-head h2 .starred span.fa-star {
          color: #ffed82; }
        .job-element .job-element-head h2 .starred span.fa-star-o {
          color: #f2d98e;
          margin-top: -24px;
          margin-left: -28px; }
        .job-element .job-element-head h2 .starred.false span.fa-star {
          color: #eaeaea; }
        .job-element .job-element-head h2 .starred.false span.fa-star-o {
          color: #dadada; }
      .job-element .job-element-head h2 .badge {
        float: right;
        font-size: 13px;
        margin: 9px 0 0 3px;
        background: #16bae7; }
    .job-element .job-element-head .controls {
      color: #e7e7e7;
      position: absolute;
      right: 0;
      top: 0;
      padding: 9px 0 0; }
      .job-element .job-element-head .controls span {
        cursor: pointer; }
  .job-element .job-element-content {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .job-element .job-element-content a h3 {
      transition: all .2s;
      min-height: 79px; }
    .job-element .job-element-content a:hover {
      text-decoration: none; }
      .job-element .job-element-content a:hover h3 {
        color: #16bae7; }
    .job-element .job-element-content .buttonbar {
      border-top: 1px solid #e7e7e7;
      padding: 10px 15px 8px;
      opacity: 1;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
      .job-element .job-element-content .buttonbar .btn-group {
        padding-top: 5px; }
        .job-element .job-element-content .buttonbar .btn-group a {
          color: #838383; }
          .job-element .job-element-content .buttonbar .btn-group a i {
            padding-right: 5px; }
      .job-element .job-element-content .buttonbar .btn-link {
        font-size: 15px;
        color: #838383;
        margin-top: 0; }
        .job-element .job-element-content .buttonbar .btn-link:hover {
          text-decoration: none;
          opacity: .7; }
      .job-element .job-element-content .buttonbar .btn-hide-job {
        float: right;
        line-height: 29px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
        width: 30px;
        text-align: center; }
      .job-element .job-element-content .buttonbar .btn-primary {
        border: 0;
        background: transparent;
        color: #a5ca3c;
        text-transform: uppercase;
        float: right;
        font-size: 14px;
        margin-top: 0;
        padding-left: 0px;
        padding-right: 15px;
        letter-spacing: -.03em; }
        .job-element .job-element-content .buttonbar .btn-primary:hover {
          opacity: .7;
          color: #16bae7 !important; }
      .job-element .job-element-content .buttonbar .dropdown-menu .icon {
        margin-right: 5px;
        color: #838383; }
    .job-element .job-element-content h3 {
      font-size: 18px;
      margin-bottom: 15px;
      line-height: 1.3em;
      font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 400; }
      .job-element .job-element-content h3 a:hover {
        color: #16bae7;
        text-decoration: none; }
    .job-element .job-element-content [data-limit-lines="3"] {
      max-height: 79px;
      overflow: hidden;
      display: block; }
      @media (min-width: 767px) {
        .job-element .job-element-content [data-limit-lines="3"] {
          height: 79px; } }
    .job-element .job-element-content p {
      font-size: 16px;
      margin-bottom: 15px;
      color: #4a4a4a; }
      .job-element .job-element-content p.company {
        font-size: 14px;
        color: #838383;
        margin-bottom: 25px; }
    .job-element .job-element-content p[data-limit-lines="1"],
    .job-element .job-element-content strong[data-limit-lines="1"] {
      max-height: 20px;
      overflow: hidden;
      display: block; }
      @media (min-width: 767px) {
        .job-element .job-element-content p[data-limit-lines="1"],
        .job-element .job-element-content strong[data-limit-lines="1"] {
          height: 20px; } }
    .job-element .job-element-content p[data-limit-lines="2"],
    .job-element .job-element-content strong[data-limit-lines="2"] {
      max-height: 45px;
      overflow: hidden;
      display: block; }
      @media (min-width: 767px) {
        .job-element .job-element-content p[data-limit-lines="2"],
        .job-element .job-element-content strong[data-limit-lines="2"] {
          height: 45px; } }
    .job-element .job-element-content .status-box-outer p.small {
      text-align: center;
      margin-bottom: 8px;
      line-height: 13px;
      color: #999999; }
    .job-element .job-element-content .status-box-outer .status-box {
      overflow: hidden;
      height: 68px;
      width: 100%;
      display: table;
      padding: 9px 10px;
      border-radius: 4px;
      border: 1px solid white;
      font-size: 11px;
      color: white; }
      .job-element .job-element-content .status-box-outer .status-box .status-box-inner {
        display: table-cell;
        vertical-align: middle; }
      .job-element .job-element-content .status-box-outer .status-box .status-icon {
        float: left;
        font-size: 24px; }
      .job-element .job-element-content .status-box-outer .status-box .status-text {
        margin: 0 0 0 15px; }
        .job-element .job-element-content .status-box-outer .status-box .status-text a {
          color: white; }
      .job-element .job-element-content .status-box-outer .status-box.status-action {
        color: #31708f;
        background: #e3eff5;
        border-color: #d0e5ef; }
      .job-element .job-element-content .status-box-outer .status-box.status-pending {
        color: #8a6d3b;
        background: #f5f0e8;
        border-color: #eee5d6; }
      .job-element .job-element-content .status-box-outer .status-box.status-success {
        color: #3c763d;
        background: #ddeedd;
        border-color: #cce5cc; }
      .job-element .job-element-content .status-box-outer .status-box.status-end {
        color: #555555;
        background: #e1e1e1;
        border-color: #d4d4d4; }
        .job-element .job-element-content .status-box-outer .status-box.status-end.no-symbol {
          text-align: center; }
      .job-element .job-element-content .status-box-outer .status-box.no-symbol .status-text {
        margin: 0; }
        .job-element .job-element-content .status-box-outer .status-box.no-symbol .status-text a {
          font-weight: bold;
          height: 31px;
          text-align: center;
          display: block; }
          .job-element .job-element-content .status-box-outer .status-box.no-symbol .status-text a span {
            line-height: 31px; }
          .job-element .job-element-content .status-box-outer .status-box.no-symbol .status-text a:hover {
            text-decoration: none; }

.panel-jobs {
  margin-top: 10px; }
  .panel-jobs .panel {
    border-radius: 0;
    border: none;
    box-shadow: none; }
  .panel-jobs .panel-heading {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.14);
    cursor: pointer;
    background: #666666;
    margin: 0;
    padding-left: 0;
    padding-right: 0; }
    .panel-jobs .panel-heading .panel-title {
      font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      margin: 0;
      padding: 0 10px 0 15px;
      color: white; }
      .panel-jobs .panel-heading .panel-title a {
        text-decoration: none;
        outline: 0;
        display: block;
        overflow: hidden; }
        .panel-jobs .panel-heading .panel-title a .title-left {
          margin-right: 70px;
          display: block; }
          @media (max-width: 766px) {
            .panel-jobs .panel-heading .panel-title a .title-left {
              font-size: 16px;
              margin-top: 1px; } }
      .panel-jobs .panel-heading .panel-title .icon {
        font-size: 20px;
        padding-right: 5px;
        float: right;
        display: block; }
        .panel-jobs .panel-heading .panel-title .icon.opened {
          display: none; }
      .panel-jobs .panel-heading .panel-title .info-icon {
        color: #333333;
        margin-left: 5px; }
      .panel-jobs .panel-heading .panel-title .badge {
        float: right;
        margin-right: 10px;
        background-color: transparent; }
        .panel-jobs .panel-heading .panel-title .badge.status-new {
          background-color: white;
          color: #16bae7; }
      .panel-jobs .panel-heading .panel-title .collapsed .icon.closed {
        display: none; }
      .panel-jobs .panel-heading .panel-title .collapsed .icon.opened {
        display: inline-block; }
    .panel-jobs .panel-heading h4 {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 18px; }
  .panel-jobs .panel-subtitle {
    margin-top: 10px; }
  .panel-jobs .panel-body {
    border-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  @media (max-width: 766px) {
    .panel-jobs.online-ac .panel-heading .panel-title a .title-left {
      font-size: 14px;
      margin-right: 25px; } }
  .panel-jobs.online-ac .panel-collapse .panel-body {
    padding: 15px 5px;
    margin-bottom: 30px; }

.modal .modal-dialog h3 {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px; }
.modal .modal-dialog button.close {
  font-size: 30px; }
.modal .modal-dialog .warning {
  background: #f7dbda;
  padding: 14px;
  padding-bottom: 2px;
  margin-bottom: 14px; }
  .modal .modal-dialog .warning .title {
    color: #dc5f5c; }
.modal .modal-dialog form {
  padding-top: 0; }
.modal .modal-dialog .toggle-content {
  display: none; }
  .modal .modal-dialog .toggle-content label {
    display: block; }
  .modal .modal-dialog .toggle-content .toggle-content-inner.pad-left {
    padding-left: 30px; }
  @media (max-width: 766px) {
    .modal .modal-dialog .toggle-content .toggle-content-inner.xs-pad-left {
      padding-left: 30px; } }
  @media (max-width: 766px) {
    .modal .modal-dialog .toggle-content .toggle-content-inner.xs-pad-bottom {
      padding-bottom: 20px; } }
  @media (min-width: 767px) {
    .modal .modal-dialog .toggle-content .toggle-content-inner.sm-pad-bottom {
      padding-bottom: 20px; } }
.modal .modal-dialog a:not(.btn) {
  text-decoration: underline; }
  .modal .modal-dialog a:not(.btn):hover {
    color: #16bae7; }
  .modal .modal-dialog a:not(.btn).chosen-single {
    text-decoration: none; }
    .modal .modal-dialog a:not(.btn).chosen-single:hover {
      color: #3c3c3b; }
.modal .modal-dialog .modal-footer .btn {
  margin-top: 15px;
  text-decoration: none; }
  @media (max-width: 766px) {
    .modal .modal-dialog .modal-footer .btn {
      display: block;
      width: 100%; }
      .modal .modal-dialog .modal-footer .btn + .btn {
        margin-left: 0;
        margin-top: 5px; } }
  .modal .modal-dialog .modal-footer .btn.btn-default:hover {
    color: #3c3c3b; }
.modal#modal-approval-status .mail-link {
  display: none; }

#modal-proactive-application .status {
  color: #838383;
  margin-bottom: 20px; }
#modal-proactive-application textarea {
  height: 100px; }

#modal_welcome hr {
  margin-top: 10px; }
#modal_welcome .modal-body {
  padding-bottom: 20px; }
  @media (max-width: 766px) {
    #modal_welcome .modal-body {
      padding-bottom: 30px; } }
#modal_welcome .todo-box {
  margin-top: 15px; }
  #modal_welcome .todo-box a {
    text-decoration: none; }
    #modal_welcome .todo-box a:hover {
      text-decoration: none; }
      #modal_welcome .todo-box a:hover .time {
        color: #71d6f2; }
  #modal_welcome .todo-box .icon {
    font-size: 68px;
    text-align: center; }
    #modal_welcome .todo-box .icon a {
      color: #16bae7;
      display: block;
      margin-left: 15px; }
  #modal_welcome .todo-box .headline {
    font-size: 16px;
    display: block;
    padding: 5px 0 10px; }
    @media (max-width: 766px) {
      #modal_welcome .todo-box .headline {
        padding-bottom: 5px;
        padding-top: 0px; } }
  #modal_welcome .todo-box .time {
    color: #838383;
    font-weight: 300; }
    @media (max-width: 766px) {
      #modal_welcome .todo-box .time {
        display: block; } }
  #modal_welcome .todo-box .desc {
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300; }

.detail-candidate-matching-head h2 {
  padding-top: 5px;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300; }
.detail-candidate-matching-head .head-score {
  margin: 0; }
  .detail-candidate-matching-head .head-score .head-score-inner {
    overflow: hidden; }
    .detail-candidate-matching-head .head-score .head-score-inner .score {
      margin-left: -4px;
      margin-top: 5px;
      float: left;
      position: absolute; }
      @media (max-width: 766px) {
        .detail-candidate-matching-head .head-score .head-score-inner .score {
          margin-left: -45px; } }
    .detail-candidate-matching-head .head-score .head-score-inner .text {
      font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 30px;
      display: block;
      padding: 0px 0 0 36px; }
      @media (max-width: 766px) {
        .detail-candidate-matching-head .head-score .head-score-inner .text {
          padding: 0px 0 0 34px; } }
    @media (max-width: 766px) {
      .detail-candidate-matching-head .head-score .head-score-inner {
        display: inline-block; } }
  @media (max-width: 766px) {
    .detail-candidate-matching-head .head-score {
      text-align: center; } }
.detail-candidate-matching-head .cell-rating {
  padding-top: 12px; }
  .detail-candidate-matching-head .cell-rating .rating-box {
    text-align: center;
    padding: 5px 0; }
    .detail-candidate-matching-head .cell-rating .rating-box:hover .rating-cancel {
      color: #c6c6c6; }
    .detail-candidate-matching-head .cell-rating .rating-box .rating-symbols,
    .detail-candidate-matching-head .cell-rating .rating-box .rating-symbols i,
    .detail-candidate-matching-head .cell-rating .rating-box .rating-cancel {
      font-size: 18px; }
    .detail-candidate-matching-head .cell-rating .rating-box .rating-symbols span {
      font-size: 20px;
      padding-bottom: 4px;
      font-family: FontAwesome !important; }
      .detail-candidate-matching-head .cell-rating .rating-box .rating-symbols span.star-off-png:before {
        content: "\f005";
        color: #efefef; }
      .detail-candidate-matching-head .cell-rating .rating-box .rating-symbols span.star-on-png:before {
        color: #f3db49; }
    .detail-candidate-matching-head .cell-rating .rating-box .rating-cancel {
      cursor: pointer;
      color: #efefef; }
    .detail-candidate-matching-head .cell-rating .rating-box .rating-value {
      display: none; }
.detail-candidate-matching-head .head-buttons {
  text-align: right;
  margin-top: 4px;
  padding-top: 0; }
  .detail-candidate-matching-head .head-buttons .btn {
    margin-left: 10px; }
    @media (max-width: 766px) {
      .detail-candidate-matching-head .head-buttons .btn {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 10px; } }
  @media (max-width: 766px) {
    .detail-candidate-matching-head .head-buttons {
      text-align: left; } }
.detail-candidate-matching-head .head-picture {
  font-size: 12px;
  color: #16bae7;
  text-align: center; }
  .detail-candidate-matching-head .head-picture .picture {
    width: 100px;
    height: 100px;
    background: #fafafa;
    border: 2px solid #e7e7e7;
    border-radius: 500px;
    margin: 0 auto 15px;
    overflow: hidden; }
    .detail-candidate-matching-head .head-picture .picture .img {
      display: block;
      background: no-repeat center center;
      background-size: cover;
      -ms-behavior: url("../assets/bower_components/background-size-polyfill/backgroundsize.min.htc");
      height: 98px;
      width: 98px; }
      .detail-candidate-matching-head .head-picture .picture .img.print {
        display: none; }
    @media (max-width: 766px) {
      .detail-candidate-matching-head .head-picture .picture {
        margin-left: 0;
        margin-right: 0; } }
  @media (max-width: 766px) {
    .detail-candidate-matching-head .head-picture {
      text-align: left;
      font-size: 14px; } }
.detail-candidate-matching-head .head-details h2,
.detail-candidate-matching-head .head-details h3,
.detail-candidate-matching-head .head-details h4 {
  margin: 0;
  line-height: 1.3em; }
.detail-candidate-matching-head .head-details h3,
.detail-candidate-matching-head .head-details h4 {
  font-size: 20px;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300; }
.detail-candidate-matching-head .head-details h2 {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  float: left; }
  @media (max-width: 766px) {
    .detail-candidate-matching-head .head-details h2 {
      float: none; } }
.detail-candidate-matching-head .head-details h3 {
  margin-bottom: 5px; }
.detail-candidate-matching-head .head-details h4 {
  color: #999999;
  padding-bottom: 20px; }
  @media (max-width: 766px) {
    .detail-candidate-matching-head .head-details h4 {
      font-size: 18px; } }
.detail-candidate-matching-head .head-details ul {
  overflow: hidden;
  padding: 0 0 5px;
  margin: 0;
  font-size: 12px; }
  .detail-candidate-matching-head .head-details ul li {
    float: left;
    padding: 0 14px 0 0; }
    .detail-candidate-matching-head .head-details ul li a {
      color: #16bae7; }
    .detail-candidate-matching-head .head-details ul li .icon {
      color: #999999;
      margin-right: 2px; }
    @media (max-width: 766px) {
      .detail-candidate-matching-head .head-details ul li {
        float: none;
        padding-right: 0;
        padding-bottom: 10px; } }
  @media (max-width: 766px) {
    .detail-candidate-matching-head .head-details ul {
      font-size: 14px; } }
.detail-candidate-matching-head .head-details .status {
  font-size: 12px;
  margin-top: 14px;
  float: right; }
  .detail-candidate-matching-head .head-details .status .icon {
    color: #68d460;
    margin-right: 5px; }
  @media (max-width: 766px) {
    .detail-candidate-matching-head .head-details .status {
      float: none;
      font-size: 14px; } }

.detail-job-matching-head {
  margin: 20px 0 0; }
  .detail-job-matching-head h2, .detail-job-matching-head h3, .detail-job-matching-head h4 {
    font-size: 20px;
    line-height: 1.25em;
    padding: 0;
    margin: 0; }
  @media (max-width: 766px) {
    .detail-job-matching-head h2, .detail-job-matching-head h3 {
      font-size: 16px; } }
  .detail-job-matching-head h2 {
    font-size: 32px;
    letter-spacing: -1px;
    margin-bottom: 13px;
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300; }
    @media (max-width: 766px) {
      .detail-job-matching-head h2 {
        font-size: 22px;
        margin-top: 10px; } }
  .detail-job-matching-head h3 {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 5px;
    opacity: .5; }
    @media (max-width: 766px) {
      .detail-job-matching-head h3 {
        font-size: 16px; } }
  .detail-job-matching-head h4 {
    overflow: hidden;
    margin: 0 0 10px 0; }
    .detail-job-matching-head h4 .score {
      margin-left: -4px;
      float: left; }
    .detail-job-matching-head h4 .text {
      font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 30px;
      display: block;
      padding: 5px 0 0 35px; }
    .detail-job-matching-head h4 canvas {
      display: none; }
  .detail-job-matching-head h5 {
    opacity: .5;
    font-size: 18px;
    line-height: 120%;
    padding: 0;
    margin: 0 0 60px; }
    @media (max-width: 766px) {
      .detail-job-matching-head h5 {
        font-size: 16px; } }
  .detail-job-matching-head a:hover {
    text-decoration: none;
    color: #16bae7; }
  .detail-job-matching-head hr {
    margin: 0; }
  .detail-job-matching-head .head-logo {
    padding-bottom: 20px; }
  .detail-job-matching-head .head-buttons {
    text-align: right; }
  .detail-job-matching-head .head-details,
  .detail-job-matching-head .head-share {
    padding-top: 11px; }
  @media (min-width: 767px) {
    .detail-job-matching-head .head-details .head-details-right {
      text-align: right;
      margin-top: 10px; } }
  .detail-job-matching-head .head-info p {
    margin-bottom: 0; }
  .detail-job-matching-head .head-info .info {
    padding-right: 10px; }
    .detail-job-matching-head .head-info .info .icon {
      padding-right: 5px; }
  .detail-job-matching-head .head-data {
    text-align: right; }
    @media (max-width: 766px) {
      .detail-job-matching-head .head-data {
        text-align: left; } }
  .detail-job-matching-head .head-share {
    margin-top: 0;
    padding-top: 8px;
    text-align: right; }
    .detail-job-matching-head .head-share p {
      margin: 0;
      padding: 0; }
    .detail-job-matching-head .head-share .icon {
      display: inline-block;
      cursor: pointer;
      width: 30px;
      height: 30px;
      margin: 0 0 0 3px;
      line-height: 31px;
      text-align: center;
      border-radius: 500px;
      color: white;
      background: #c6c6c6; }
      .detail-job-matching-head .head-share .icon:hover {
        background: #16bae7; }

#job-view .picture.large .img {
  height: 113px;
  width: 113px;
  background-size: contain; }

@media (max-width: 766px) {
  .public-detail-job-matching-head h4 .text {
    padding-top: 8px;
    line-height: 31px; } }
@media (max-width: 766px) {
  .public-detail-job-matching-head .head-share {
    padding-bottom: 14px; } }

.matching-tag {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  border-radius: 20px;
  font-size: 16px;
  float: left;
  padding: 8px 20px 8px 20px;
  border-color: transparent;
  background: #e7e7e7;
  color: #3c3c3b;
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  box-shadow: none;
  -webkit-box-shadow: none;
  line-height: inherit;
  transition: all .3s; }
  @media (max-width: 766px) {
    .matching-tag {
      white-space: normal; } }
  .matching-tag.label-primary {
    background-color: #caf3fe;
    padding-left: 15px; }
    .matching-tag.label-primary:before {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f00c";
      padding: 0px 5px 0 1px;
      color: #16bae7; }
  .matching-tag.label-danger {
    background-color: #f7dbda; }
    .matching-tag.label-danger:before {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f00d";
      padding: 0px 5px 0 1px;
      color: #dc5f5c; }

.matching-progress {
  height: 20px;
  border-radius: 3px; }
  .matching-progress .progress-bar {
    line-height: 20px;
    font-size: 14px;
    box-shadow: none;
    background-color: #0f82a1; }

.matching-box {
  overflow: hidden;
  padding: 0 12px 0px;
  font-size: 12px;
  margin-bottom: 5px; }
  .matching-box .icon {
    float: left;
    font-size: 20px;
    padding-top: 11px; }
  .matching-box .title {
    float: left;
    padding: 10px 0 0 10px;
    font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    max-width: 60%;
    padding-bottom: 8px; }
    @media (max-width: 991px) {
      .matching-box .title {
        max-width: 40%;
        padding-bottom: 8px; } }
    @media (max-width: 766px) {
      .matching-box .title {
        max-width: 80%; } }
  .matching-box .matchings {
    float: right; }
    .matching-box .matchings .matching {
      float: left;
      padding: 0 0 0 5px;
      width: 85px; }
      @media (max-width: 766px) {
        .matching-box .matchings .matching {
          width: 65px; } }
      .matching-box .matchings .matching .badge {
        font-size: 14px;
        display: block; }
        @media (max-width: 766px) {
          .matching-box .matchings .matching .badge {
            font-size: 11px; } }
  .matching-box.item {
    border-radius: 3px;
    color: #999999;
    border: 1px solid #c6c6c6; }
    .matching-box.item .matchings .matching {
      padding-top: 10px;
      padding-bottom: 10px; }
    .matching-box.item .badge {
      background: white;
      color: #999999; }
  .matching-box.matched {
    background: #16bae7;
    color: white;
    border-color: transparent; }
    .matching-box.matched .matchings .matching .badge {
      color: #3c3c3b; }

.match-info {
  display: none; }

.matching-details hr:before, .matching-details hr:after, p:before, p:after {
  content: " ";
  display: table; }
.matching-details hr:after, p:after {
  clear: both; }

.matching-details .col-sm-12 {
  padding-left: 0; }

.alert {
  margin-top: 15px; }
  .alert ul {
    margin: 10px 0 0;
    padding-left: 15px; }
    .alert ul li {
      list-style: square; }
      .alert ul li label {
        margin-bottom: 0;
        display: block;
        cursor: pointer; }
  .alert.alert-success a {
    color: #3c763d;
    text-decoration: underline; }
  .alert.alert-warning a {
    color: #8a6d3b;
    text-decoration: underline; }
    .alert.alert-warning a:hover {
      color: #8a6d3b !important;
      text-decoration: none; }

ul.job-list {
  padding-left: 0; }
  ul.job-list li {
    background: none repeat scroll 0 0 #16bae7;
    border-radius: 4px;
    color: white;
    display: block;
    font-weight: bold;
    list-style: none outside none;
    margin: 0 0 5px;
    padding: 10px 10px; }

.app-container-lp {
  padding-top: 70px; }

.lp-header .element img {
  margin: 70px 0 0;
  display: block; }
.lp-header .element .btn {
  font-size: 20px;
  margin: 70px 0 70px 10px;
  text-align: left;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .lp-header .element .btn.btn-no-pad {
    margin-top: -20px; }
  @media (max-width: 766px) {
    .lp-header .element .btn.btn-fixed-width-xs {
      width: 240px;
      text-align: center; } }
@media (min-width: 767px) and (max-width: 991px) {
  .lp-header .element img {
    margin-top: 30px; }
  .lp-header .element .btn {
    margin-top: 30px;
    margin-bottom: 30px; } }
@media (max-width: 766px) {
  .lp-header .element {
    text-align: center; }
    .lp-header .element img {
      display: none; }
    .lp-header .element .btn {
      margin: 30px 0 30px; } }

.lp-partners {
  text-align: center; }
  .lp-partners img {
    margin: 10px 5px; }
  @media (min-width: 767px) and (max-width: 991px) {
    .lp-partners img {
      height: 35px; } }

.lp-benefits {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }
  .lp-benefits .element {
    border-right: 1px solid white; }
    .lp-benefits .element .inner {
      padding: 15px 20px 0; }
      .lp-benefits .element .inner h3 {
        margin-top: 0;
        font-size: 18px; }
      .lp-benefits .element .inner .icon {
        font-size: 60px;
        color: #838383; }
      .lp-benefits .element .inner a {
        color: #16bae7; }
        .lp-benefits .element .inner a:hover {
          text-decoration: underline; }
    .lp-benefits .element.last {
      border-right: none; }
    @media (max-width: 766px) {
      .lp-benefits .element {
        border-right: 0; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .lp-benefits p {
      font-size: 12px; } }
  @media (max-width: 766px) {
    .lp-benefits .icon {
      display: none; } }

.lp-jobs {
  padding-top: 35px;
  padding-bottom: 25px;
  text-align: center; }
  .lp-jobs .element {
    border-right: 1px solid #e7e7e7; }
    .lp-jobs .element .inner {
      padding: 0 10px; }
      .lp-jobs .element .inner img {
        margin: 0 auto; }
      .lp-jobs .element .inner h3 {
        text-align: left;
        font-size: 18px;
        font-weight: 600; }
      .lp-jobs .element .inner p span {
        display: block;
        text-align: left;
        font-size: 16px;
        font-weight: 300; }
        .lp-jobs .element .inner p span.location {
          color: #999999;
          margin-bottom: 30px; }
    .lp-jobs .element.last {
      border-right: 0; }
  @media (min-width: 767px) and (max-width: 991px) {
    .lp-jobs .element .inner h3 {
      font-size: 14px; }
    .lp-jobs .element .inner p {
      font-size: 12px; }
    .lp-jobs .element .inner .btn {
      font-size: 12px; } }
  @media (max-width: 766px) {
    .lp-jobs {
      padding-top: 0;
      padding-bottom: 0; }
      .lp-jobs .element {
        padding-bottom: 0;
        border: none; } }

.lp-statistics {
  text-align: center;
  padding-bottom: 10px; }
  .lp-statistics h2 {
    font-size: 32px;
    letter-spacing: -0.05em;
    color: #16bae7;
    margin-bottom: 10px;
    font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400; }
  .lp-statistics p {
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700; }
  @media (min-width: 767px) and (max-width: 991px) {
    .lp-statistics h2 {
      font-size: 24px; }
    .lp-statistics p {
      font-size: 12px; } }

.lp-facebook .element {
  overflow: hidden; }

.lp-register {
  padding-top: 20px;
  padding-bottom: 50px;
  color: #999999;
  background: transparent; }
  .lp-register h1 {
    padding-top: 20px; }
  .lp-register h2 {
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px; }
  .lp-register h3 {
    margin-bottom: 25px; }
  .lp-register p {
    margin-bottom: 0;
    font-size: 16px; }
    .lp-register p.login-text {
      margin-top: 35px; }
  .lp-register a {
    text-decoration: underline; }
    .lp-register a:hover {
      text-decoration: none; }
  .lp-register .description {
    margin-bottom: 40px; }
    .lp-register .description .fa {
      font-size: 50px;
      opacity: 0.3; }
    .lp-register .description p {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700; }
    .lp-register .description .duration {
      font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 300; }
  .lp-register .masterdata {
    border-left: 1px solid #c6c6c6;
    padding-left: 70px; }
    @media (min-width: 767px) and (max-width: 991px) {
      .lp-register .masterdata {
        padding-left: 35px; } }
    @media (max-width: 766px) {
      .lp-register .masterdata {
        padding-left: 15px; } }
  .lp-register .input-group label {
    margin-bottom: 0; }
  .lp-register .btn {
    font-size: 16px;
    text-decoration: none; }
    .lp-register .btn.btn-default {
      margin-top: 10px;
      margin-bottom: 10px; }
    .lp-register .btn span.icon {
      margin-right: 5px; }
  @media (min-width: 767px) and (max-width: 991px) {
    .lp-register h3 {
      font-size: 20px; }
    .lp-register p {
      font-size: 14px; } }
  @media (max-width: 766px) {
    .lp-register {
      padding-top: 5px;
      padding-bottom: 30px; }
      .lp-register h2 {
        font-size: 20px; }
      .lp-register p {
        font-size: 14px; } }
  .lp-register:after {
    content: "";
    background: #e7e7e7;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.lp-content {
  padding-top: 20px; }
  .lp-content h1 {
    color: #16bae7;
    font-size: 32px;
    margin-bottom: 25px; }
    .lp-content h1.style-2 {
      margin-bottom: 5px; }
  .lp-content .element h2.style-2 {
    color: #c6c6c6;
    font-size: 22px;
    text-transform: none;
    margin-bottom: 10px; }
  .lp-content .element h3 {
    font-size: 18px; }
  .lp-content .element h4 {
    font-size: 14px; }
  .lp-content .element h6 {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 7px;
    line-height: 1.4em;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .lp-content .element textarea {
    height: 175px; }
  .lp-content .element ul, .lp-content .element ol {
    margin-top: 25px;
    margin-bottom: 25px; }
  .lp-content .element p.no-decoration a {
    text-decoration: none; }
  .lp-content .element a {
    text-decoration: underline; }
    .lp-content .element a:hover {
      color: #16bae7; }
    .lp-content .element a img {
      border: none;
      text-decoration: none; }
    .lp-content .element a.btn {
      text-decoration: none; }
      .lp-content .element a.btn.btn-primary {
        color: white; }
  .lp-content .element .box-benefits {
    text-align: center; }
    @media (max-width: 766px) {
      .lp-content .element .box-benefits {
        margin-top: 30px;
        margin-bottom: 20px; } }
    .lp-content .element .box-benefits ul {
      padding-left: 0;
      margin-bottom: 40px; }
      @media (max-width: 766px) {
        .lp-content .element .box-benefits ul {
          margin-top: 0;
          margin-bottom: 0; } }
  .lp-content .element .price-box {
    margin-top: 85px;
    margin-bottom: 120px; }
    @media (max-width: 766px) {
      .lp-content .element .price-box {
        margin-bottom: 70px;
        margin-top: 45px; } }
    .lp-content .element .price-box .pricing-table .pricing-head {
      background: #aa9a7e;
      color: white;
      padding: 30px 15px 40px; }
      @media (max-width: 991px) {
        .lp-content .element .price-box .pricing-table .pricing-head {
          padding: 30px 15px 25px; } }
      .lp-content .element .price-box .pricing-table .pricing-head .pricing-title {
        font-size: 26px;
        white-space: nowrap;
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        margin: 0 0 35px;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          .lp-content .element .price-box .pricing-table .pricing-head .pricing-title {
            font-size: 24px;
            margin-bottom: 10px; } }
      .lp-content .element .price-box .pricing-table .pricing-head .pricing-value {
        font-size: 45px;
        width: 100%;
        text-align: center;
        display: inline-block;
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        margin: 0 0 42px; }
        @media (max-width: 991px) {
          .lp-content .element .price-box .pricing-table .pricing-head .pricing-value {
            margin-bottom: 20px;
            font-size: 38px; } }
        .lp-content .element .price-box .pricing-table .pricing-head .pricing-value span {
          font-size: 20px;
          font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 300;
          display: block;
          margin-top: -15px; }
          @media (max-width: 991px) {
            .lp-content .element .price-box .pricing-table .pricing-head .pricing-value span {
              font-size: 16px; } }
      .lp-content .element .price-box .pricing-table .pricing-head .pricing-description {
        margin: 0;
        font-size: 14px;
        display: inline-block;
        width: 100%;
        line-height: 110%; }
    .lp-content .element .price-box .pricing-table .pricing-list ul {
      padding: 0;
      margin-top: 0; }
      .lp-content .element .price-box .pricing-table .pricing-list ul li {
        padding: 10px 15px;
        height: 70px;
        display: table;
        width: 100%; }
        @media (max-width: 991px) {
          .lp-content .element .price-box .pricing-table .pricing-list ul li {
            height: auto; } }
        @media (max-width: 766px) {
          .lp-content .element .price-box .pricing-table .pricing-list ul li {
            padding: 12px 15px; } }
        .lp-content .element .price-box .pricing-table .pricing-list ul li.odd {
          background: #f7f7f7; }
        .lp-content .element .price-box .pricing-table .pricing-list ul li .icon {
          color: #aa9a7e;
          font-size: 26px;
          display: table-cell;
          vertical-align: middle;
          padding-right: 5px;
          width: 38px; }
          @media (max-width: 991px) {
            .lp-content .element .price-box .pricing-table .pricing-list ul li .icon {
              font-size: 20px; } }
          .lp-content .element .price-box .pricing-table .pricing-list ul li .icon.canceled {
            opacity: 0;
            filter: alpha(opacity=0); }
        .lp-content .element .price-box .pricing-table .pricing-list ul li .text {
          font-size: 13px;
          display: table-cell;
          vertical-align: middle;
          font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 700; }
          .lp-content .element .price-box .pricing-table .pricing-list ul li .text span {
            font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
            font-style: normal;
            font-weight: 400; }
    .lp-content .element .price-box .pricing-table.free .pricing-head {
      background: #c0b4a0; }
    .lp-content .element .price-box .pricing-table.free .pricing-list ul li .icon {
      color: #c0b4a0; }
    .lp-content .element .price-box .pricing-table.basic .pricing-head {
      background: #968e77; }
    .lp-content .element .price-box .pricing-table.basic .pricing-list ul li .icon {
      color: #968e77; }
    .lp-content .element .price-box .pricing-table.flatrate .pricing-head {
      background: #b9d35e; }
    .lp-content .element .price-box .pricing-table.flatrate .pricing-list ul li .icon {
      color: #b9d35e; }
    .lp-content .element .price-box .pricing-table.full-service .pricing-head {
      background: #93c455; }
    .lp-content .element .price-box .pricing-table.full-service .pricing-list ul li .icon {
      color: #93c455; }
  .lp-content .element .price-explanation {
    margin-bottom: 25px;
    width: 100%; }
    @media (max-width: 766px) {
      .lp-content .element .price-explanation {
        width: auto;
        margin-bottom: 35px; } }
    .lp-content .element .price-explanation h3 {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      margin-bottom: 15px;
      margin-top: 0; }
      @media (max-width: 766px) {
        .lp-content .element .price-explanation h3 {
          text-align: center; } }
    .lp-content .element .price-explanation .image-container, .lp-content .element .price-explanation .text-container {
      display: table-cell;
      vertical-align: middle;
      float: none; }
      @media (max-width: 766px) {
        .lp-content .element .price-explanation .image-container, .lp-content .element .price-explanation .text-container {
          display: block;
          float: left; } }
      .lp-content .element .price-explanation .image-container img, .lp-content .element .price-explanation .text-container img {
        max-width: 100%; }
    .lp-content .element .price-explanation ul {
      padding: 0;
      margin: 0; }
      .lp-content .element .price-explanation ul li {
        padding-left: 15px;
        position: relative;
        font-size: 14px; }
        @media (max-width: 766px) {
          .lp-content .element .price-explanation ul li {
            margin-bottom: 5px;
            font-size: 14px; } }
        @media (min-width: 767px) and (max-width: 991px) {
          .lp-content .element .price-explanation ul li {
            font-size: 16px; } }
        .lp-content .element .price-explanation ul li:before {
          content: "+";
          color: #16bae7;
          font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 700;
          position: absolute;
          left: 0; }
  @media (max-width: 991px) {
    .lp-content h1 {
      font-size: 24px;
      margin-bottom: 10px; } }

.lp-content h1.colored {
  margin-bottom: 25px; }
.lp-content .element .colored {
  margin-top: 70px; }
  @media (max-width: 766px) {
    .lp-content .element .colored {
      margin-top: 50px;
      margin-bottom: 25px; } }
.lp-content .element p {
  font-size: 22px;
  line-height: 160%;
  margin-bottom: 40px;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300; }
  @media (max-width: 766px) {
    .lp-content .element p {
      font-size: 14px;
      line-height: 140%;
      margin-bottom: 25px; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .lp-content .element p {
      font-size: 18px;
      line-height: 140%;
      margin-bottom: 30px; } }
  .lp-content .element p a {
    color: #16bae7;
    text-decoration: none;
    transition: all .2s;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    display: inline-block; }
    .lp-content .element p a:hover {
      opacity: .6; }
  .lp-content .element p .highlight {
    display: inline-block;
    color: #16bae7; }

.lp-content-with-sidebar .sidebar h5 {
  text-transform: uppercase;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 7px;
  margin: 0 0 10px 0; }
  .lp-content-with-sidebar .sidebar h5 .icon {
    margin: 0 5px 0 0; }
.lp-content-with-sidebar .sidebar ul {
  padding: 0;
  margin: 0 0 30px; }
  .lp-content-with-sidebar .sidebar ul li {
    display: block;
    list-style: none; }
.lp-content-with-sidebar .sidebar a:hover {
  color: #16bae7;
  text-decoration: none; }

@media (max-width: 766px) {
  .btn.block-on-mobile {
    display: block;
    width: 100%; } }

.press-box a {
  text-decoration: none !important; }
  .press-box a span {
    display: block; }
    .press-box a span.headline {
      font-size: 32px !important;
      font-weight: 300 !important;
      line-height: 36px;
      color: #16bae7; }
      @media (min-width: 767px) and (max-width: 991px) {
        .press-box a span.headline {
          font-size: 24px !important;
          line-height: 30px; } }
      @media (max-width: 766px) {
        .press-box a span.headline {
          font-size: 22px !important;
          line-height: 28px; } }
    .press-box a span.date {
      color: #c6c6c6; }

.detailpage-additionalinfo {
  background: #fafafa;
  border-left: 3px solid #a5ca3c;
  padding: 30px;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 5px; }
  @media (max-width: 766px) {
    .detailpage-additionalinfo {
      padding: 15px;
      font-size: 13px; } }

.survey-container {
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 9; }
  .survey-container h2 {
    color: black; }
  .survey-container h4 {
    font-size: 18px;
    color: #cccccc; }
    @media (max-width: 766px) {
      .survey-container h4 {
        font-size: 14px; } }
  .survey-container h6 {
    font-size: 16px; }
    @media (max-width: 766px) {
      .survey-container h6 {
        font-size: 14px; } }
  @media (max-width: 766px) {
    .survey-container .slider {
      margin-left: 7px;
      margin-right: 5px; } }
  .survey-container .question.scaled_question .option.slider .noUi-handle {
    z-index: 10; }
  .survey-container .question.scaled_question .option .step-label {
    font-size: 14px;
    font-style: italic; }
  .survey-container .question.decision_question .options {
    padding-bottom: 30px; }
    .survey-container .question.decision_question .options .separator {
      border-top: 0; }
  @media (max-width: 766px) {
    .survey-container .question.ranked_question ul li {
      border-radius: 3px;
      border: 1px solid lightgrey;
      margin-bottom: 10px; }
      .survey-container .question.ranked_question ul li .text {
        font-size: 12px; } }
  .survey-container .question.ranked_question ul li div.count {
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 120%;
    height: 19px;
    width: 19px;
    margin-top: -9px; }
  .survey-container .question.ranked_question ul li div.text {
    padding-top: 7px; }
    .survey-container .question.ranked_question ul li div.text p {
      font-size: 16px; }
  .survey-container .btn-primary {
    border-radius: 4px;
    transition-delay: 0.2s;
    border-color: transparent;
    padding: 6px 22px;
    font-size: 14px;
    background-color: #a5ca3c;
    float: right; }

.hide.active {
  display: block !important; }

.tooltip, .tooltip-content {
  z-index: 101; }

.dashboard-table-actions {
  overflow: hidden; }
  @media (min-width: 767px) {
    .dashboard-table-actions h2 {
      float: left; } }
  @media (min-width: 767px) {
    .dashboard-table-actions .btn {
      float: right;
      margin: 15px 0 20px 10px; } }
  .dashboard-table-actions .btn-expand-content .expanded {
    display: none; }
  .dashboard-table-actions .btn-expand-content.expanded-btn .expanded {
    display: block; }
  .dashboard-table-actions .btn-expand-content.expanded-btn .unexpanded {
    display: none; }
  @media (max-width: 766px) {
    .dashboard-table-actions .btn-view {
      display: block;
      text-align: center;
      margin: -15px 0 20px; } }

.job-table tr:hover td, .job-table tr:hover td.cell-highlight, .document-table tr:hover td, .document-table tr:hover td.cell-highlight {
  background: whitesmoke;
  border-color: whitesmoke; }
  .job-table tr:hover td span.star-off-png:before, .job-table tr:hover td span.fa-times-circle:before, .job-table tr:hover td.cell-highlight span.star-off-png:before, .job-table tr:hover td.cell-highlight span.fa-times-circle:before, .document-table tr:hover td span.star-off-png:before, .document-table tr:hover td span.fa-times-circle:before, .document-table tr:hover td.cell-highlight span.star-off-png:before, .document-table tr:hover td.cell-highlight span.fa-times-circle:before {
    color: white !important; }

.job-table, .document-table {
  font-size: 14px;
  clear: both; }
  .job-table tr, .document-table tr {
    min-height: 140px; }
    .job-table tr th,
    .job-table tr td, .document-table tr th,
    .document-table tr td {
      vertical-align: middle; }
    .job-table tr th .icon, .document-table tr th .icon {
      display: none;
      padding-left: 3px; }
    .job-table tr th[data-sortable='true'], .document-table tr th[data-sortable='true'] {
      cursor: pointer; }
      .job-table tr th[data-sortable='true'] .icon.sortable, .document-table tr th[data-sortable='true'] .icon.sortable {
        display: inline; }
      .job-table tr th[data-sortable='true'].sort-down, .job-table tr th[data-sortable='true'].sort-up, .document-table tr th[data-sortable='true'].sort-down, .document-table tr th[data-sortable='true'].sort-up {
        background: #e7e7e7; }
      .job-table tr th[data-sortable='true'].sort-down .icon.up, .document-table tr th[data-sortable='true'].sort-down .icon.up {
        display: inline; }
      .job-table tr th[data-sortable='true'].sort-down .icon.sortable, .document-table tr th[data-sortable='true'].sort-down .icon.sortable {
        display: none; }
      .job-table tr th[data-sortable='true'].sort-up .icon.down, .document-table tr th[data-sortable='true'].sort-up .icon.down {
        display: inline; }
      .job-table tr th[data-sortable='true'].sort-up .icon.sortable, .document-table tr th[data-sortable='true'].sort-up .icon.sortable {
        display: none; }
    .job-table tr td a, .document-table tr td a {
      text-decoration: none !important; }
      .job-table tr td a:hover, .document-table tr td a:hover {
        color: #16bae7; }
    .job-table tr td .label, .document-table tr td .label {
      margin: 0 0 3px;
      display: inline-block; }
    .job-table tr td .rating-box, .document-table tr td .rating-box {
      text-align: center;
      padding: 5px 0; }
      .job-table tr td .rating-box:hover .rating-cancel, .document-table tr td .rating-box:hover .rating-cancel {
        color: #c6c6c6; }
      .job-table tr td .rating-box .rating-symbols,
      .job-table tr td .rating-box .rating-symbols i,
      .job-table tr td .rating-box .rating-cancel, .document-table tr td .rating-box .rating-symbols,
      .document-table tr td .rating-box .rating-symbols i,
      .document-table tr td .rating-box .rating-cancel {
        font-size: 18px; }
      .job-table tr td .rating-box .rating-symbols span, .document-table tr td .rating-box .rating-symbols span {
        font-size: 20px;
        padding-bottom: 4px;
        display: block;
        font-family: FontAwesome !important; }
        .job-table tr td .rating-box .rating-symbols span.star-off-png:before, .document-table tr td .rating-box .rating-symbols span.star-off-png:before {
          content: "\f005";
          color: #efefef; }
        .job-table tr td .rating-box .rating-symbols span.star-on-png:before, .document-table tr td .rating-box .rating-symbols span.star-on-png:before {
          color: #f3db49; }
      .job-table tr td .rating-box .rating-cancel, .document-table tr td .rating-box .rating-cancel {
        cursor: pointer;
        color: #efefef; }
      .job-table tr td .rating-box .rating-value, .document-table tr td .rating-box .rating-value {
        display: none; }

/*
 * Table cell classes. Used on td and or th within job-table
 */
.cell-highlight {
  background: #fafafa; }

.cell-selected {
  width: 50px; }

.cell-education {
  color: #999999;
  min-width: 250px;
  word-break: break-all; }

.cell-modified {
  width: 130px; }

.cell-age {
  min-width: 65px;
  color: #999999; }

.cell-availability {
  min-width: 125px;
  color: #999999; }

.doc-title {
  font-style: italic;
  min-width: 150px; }
  .doc-title .text {
    margin-left: 5px; }

.cell-score {
  font-size: 20px;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  min-width: 75px;
  width: 155px; }

.cell-checkbox {
  min-width: 40px;
  width: 40px; }

.cell-user {
  min-width: 350px;
  word-break: break-word; }
  .cell-user a {
    display: block;
    margin-bottom: 10px; }
    .cell-user a:hover .subline {
      color: #16bae7; }
  .cell-user .title {
    font-size: 18px;
    display: block;
    padding-bottom: 2px; }
    .cell-user .title .multiple {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #16bae7;
      margin-left: 4px; }
  .cell-user .subline {
    color: #838383; }
  .cell-user .label {
    font-size: 12px;
    padding-top: 4px; }

.cell-university {
  min-width: 125px; }

.cell-rating {
  min-width: 35px;
  width: 35px; }

.cell-actions {
  width: 45px;
  min-width: 45px; }
  .cell-actions.clean .btn {
    padding-left: 3px; }
    .cell-actions.clean .btn .icon {
      padding-left: 0; }
  .cell-actions .btn {
    font-size: 15px;
    padding: 3px 3px 3px 5px; }
    .cell-actions .btn .icon {
      padding-left: 2px; }
    @media (min-width: 767px) {
      .cell-actions .btn .text {
        display: none; } }
    .cell-actions .btn.btn-primary:hover, .cell-actions .btn.btn-danger:hover {
      color: white; }
    .cell-actions .btn:hover {
      color: #3c3c3b; }
    @media (max-width: 766px) {
      .cell-actions .btn {
        font-size: 10px;
        padding: 6px 5px 6px 5px; } }

.cell-status {
  min-width: 80px; }

.cell-options {
  min-width: 40px; }
  .cell-options .btn {
    padding: 3px 5px 1px;
    line-height: 1.4em;
    background: white;
    border: 1px solid #e7e7e7;
    border-radius: 4px; }
  .cell-options .dropdown-menu {
    min-width: 250px;
    font-size: 13px; }
    .cell-options .dropdown-menu li a {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      padding-top: 6px;
      padding-bottom: 6px; }
    .cell-options .dropdown-menu li .icon {
      float: right;
      color: #c6c6c6;
      display: inline;
      padding-top: 3px; }

.modal-body .document-table tr td {
  color: #838383 !important; }
  .modal-body .document-table tr td a {
    color: #838383 !important; }

.block-recruiter-settings .panel-body {
  padding-top: 0;
  padding-bottom: 15px; }
.block-recruiter-settings .panel-cont {
  background: #fafafa;
  padding: 15px 15px 10px; }
  .block-recruiter-settings .panel-cont hr {
    margin-top: 0; }
  .block-recruiter-settings .panel-cont p.success {
    color: #48874a; }
  .block-recruiter-settings .panel-cont p.status {
    color: #838383; }
    @media (min-width: 767px) {
      .block-recruiter-settings .panel-cont p.status {
        text-align: right; } }
    @media (max-width: 766px) {
      .block-recruiter-settings .panel-cont p.status {
        text-align: center;
        margin-top: 8px; } }

.assessment-summary {
  border-top: 4px solid;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 25px;
  margin-bottom: 30px; }
  @media (max-width: 766px) {
    .assessment-summary div.col-rank, .assessment-summary div.col-result, .assessment-summary div.col-cyquest-user {
      margin-bottom: 20px;
      text-align: center; } }
  .assessment-summary div.col-invitation-date {
    text-align: right; }
    @media (max-width: 766px) {
      .assessment-summary div.col-invitation-date {
        text-align: center; } }
    .assessment-summary div.col-invitation-date .value {
      font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #c6c6c6; }
  .assessment-summary div.col-cyquest-user .value {
    font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #c6c6c6;
    font-size: 16px;
    margin: 11px 0 3px; }
  .assessment-summary span {
    display: block;
    line-height: 1em; }
    .assessment-summary span.value {
      font-size: 30px;
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      padding: 0 0 5px; }
    .assessment-summary span.desc {
      color: #c6c6c6;
      font-size: 12px; }
  .assessment-summary.result-good {
    border-top-color: #b1d940; }
    .assessment-summary.result-good .col-result {
      color: #b1d940; }
  .assessment-summary.result-ok {
    border-top-color: #fdd73e; }
    .assessment-summary.result-ok .col-result {
      color: #fdd73e; }
  .assessment-summary.result-bad {
    border-top-color: #f21c0a; }
    .assessment-summary.result-bad .col-result {
      color: #f21c0a; }

.assessment-block h2 {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px; }
  .assessment-block h2 .icon {
    font-size: 16px; }
.assessment-block .assessment-head {
  background: #fafafa;
  border-top: 2px solid #e7e7e7;
  border-bottom: 1px solid white;
  padding: 7px 0; }
  .assessment-block .assessment-head .col-first {
    display: block;
    padding-left: 15px; }
  .assessment-block .assessment-head .col-value,
  .assessment-block .assessment-head .col-rank,
  .assessment-block .assessment-head .col-result {
    text-align: center; }
    @media (max-width: 766px) {
      .assessment-block .assessment-head .col-value,
      .assessment-block .assessment-head .col-rank,
      .assessment-block .assessment-head .col-result {
        text-align: left; } }
  .assessment-block .assessment-head .col-value {
    color: #c6c6c6; }
.assessment-block .assessment-result {
  border-top: 1px solid #e7e7e7;
  padding: 15px 0; }
  .assessment-block .assessment-result p {
    margin-bottom: 0; }
    .assessment-block .assessment-result p span {
      display: block; }
      .assessment-block .assessment-result p span.desc {
        display: none;
        padding-bottom: 3px; }
        @media (max-width: 766px) {
          .assessment-block .assessment-result p span.desc {
            display: block; } }
  .assessment-block .assessment-result .progress {
    height: 7px;
    margin-top: 7px;
    margin-bottom: 0; }
    @media (max-width: 766px) {
      .assessment-block .assessment-result .progress {
        margin-bottom: 10px; } }
    .assessment-block .assessment-result .progress .progress-bar {
      background: #999999; }
  .assessment-block .assessment-result .col-value {
    text-align: center;
    color: #c6c6c6; }
    @media (max-width: 766px) {
      .assessment-block .assessment-result .col-value {
        text-align: left; } }
  .assessment-block .assessment-result .col-rank {
    text-align: center; }
    @media (max-width: 766px) {
      .assessment-block .assessment-result .col-rank {
        text-align: center; } }
  .assessment-block .assessment-result .col-result {
    text-align: center; }
    @media (max-width: 766px) {
      .assessment-block .assessment-result .col-result {
        text-align: right; } }
.assessment-block.result-good h2 .icon {
  color: #b1d940; }
.assessment-block.result-good .assessment-head {
  border-top-color: #b1d940; }
.assessment-block.result-good .assessment-result .col-rank,
.assessment-block.result-good .assessment-result .col-result {
  color: #b1d940; }
.assessment-block.result-ok h2 .icon {
  color: #fdd73e; }
.assessment-block.result-ok .assessment-head {
  border-top-color: #fdd73e; }
.assessment-block.result-ok .assessment-result .col-rank,
.assessment-block.result-ok .assessment-result .col-result {
  color: #fdd73e; }
.assessment-block.result-bad h2 .icon {
  color: #f21c0a; }
.assessment-block.result-bad .assessment-head {
  border-top-color: #f21c0a; }
.assessment-block.result-bad .assessment-result .col-rank,
.assessment-block.result-bad .assessment-result .col-result {
  color: #f21c0a; }

.match-box h3 {
  font-size: 16px;
  padding: 0;
  margin-top: -10px; }
  .match-box h3.highlight {
    color: #16bae7; }
  @media (max-width: 766px) {
    .match-box h3.first {
      margin-top: -10px; } }
  @media (max-width: 766px) {
    .match-box h3 {
      margin-top: 15px; } }
.match-box p {
  margin-top: 20px; }
  @media (max-width: 766px) {
    .match-box p {
      margin-top: 5px;
      margin-bottom: 20px; } }
.match-box ul {
  padding-left: 0; }
  .match-box ul li {
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    border-radius: 20px;
    font-size: 16px;
    float: left;
    padding: 8px 10px 8px 10px;
    border-color: transparent;
    background: #e7e7e7;
    color: #3c3c3b;
    position: relative;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    box-shadow: none;
    -webkit-box-shadow: none;
    line-height: inherit;
    transition: all .3s; }
    .match-box ul li.highlight {
      background: #caf3fe; }
      .match-box ul li.highlight:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f00c";
        padding: 0px 5px 0 1px;
        color: #16bae7; }
      .match-box ul li.highlight.label-danger {
        background: #d9534f !important; }

.match-box .highlight .distance {
  color: #16bae7;
  font-weight: 400; }

.match-box .distance,
.match-box .no-matching {
  color: #838383; }

@media (max-width: 766px) {
  .communication ul {
    padding: 0; } }
.communication ul li {
  margin-bottom: 15px; }
  .communication ul li .text {
    margin-top: 3px;
    margin-left: 10px;
    max-width: 85%;
    display: inline-block; }
  .communication ul li i {
    min-width: 25px;
    text-align: center;
    color: white;
    background: #838383;
    padding: 5px;
    margin-right: 5px;
    border-radius: 50%; }
    @media (max-width: 766px) {
      .communication ul li i {
        float: left;
        margin-right: 10px; } }
  @media (max-width: 766px) {
    .communication ul li strong {
      display: block; } }

.file-uploader table strong {
  color: #16bae7; }
.file-uploader .alert-success {
  display: none;
  cursor: pointer; }
  .file-uploader .alert-success .right {
    float: right;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700; }
    @media (max-width: 766px) {
      .file-uploader .alert-success .right {
        float: none;
        margin: 0 0 10px;
        text-align: right; } }
    .file-uploader .alert-success .right a {
      text-decoration: none; }
      .file-uploader .alert-success .right a:hover {
        text-decoration: underline; }
.file-uploader .btn {
  text-decoration: none !important; }
.file-uploader .btn-default {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
.file-uploader .btn-primary {
  margin-left: 5px; }
.file-uploader .uploading {
  display: none; }

.account-actions {
  margin-bottom: -15px; }
  .account-actions p {
    margin: 0; }

.link-deactivate-account {
  color: #838383;
  text-decoration: underline;
  display: block;
  margin: 15px 0 0; }
  @media (max-width: 766px) {
    .link-deactivate-account {
      margin-bottom: 10px; } }

#modal-deactivate-account .job-box {
  border: 1px solid #e7e7e7;
  background: #fafafa;
  border-radius: 4px;
  padding: 15px 15px;
  margin: 10px 0; }
  #modal-deactivate-account .job-box h2, #modal-deactivate-account .job-box h3, #modal-deactivate-account .job-box h4 {
    margin: 0;
    padding: 0; }
  #modal-deactivate-account .job-box h2 {
    font-size: 18px;
    margin-bottom: 4px; }
  #modal-deactivate-account .job-box h3 {
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 15px; }
  #modal-deactivate-account .job-box h4 {
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 5px; }
    #modal-deactivate-account .job-box h4 span {
      color: #16bae7; }
  #modal-deactivate-account .job-box p {
    margin: 0; }
    #modal-deactivate-account .job-box p a {
      text-decoration: none; }

.preview-matching-candidate {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  padding: 15px 15px 10px;
  margin: 20px 0 5px; }
  @media (max-width: 766px) {
    .preview-matching-candidate {
      text-align: center; } }
  .preview-matching-candidate .head-picture {
    font-size: 10px;
    color: #16bae7;
    text-align: center; }
    .preview-matching-candidate .head-picture .picture {
      width: 95px;
      height: 95px;
      background: #fafafa;
      border: 2px solid #e7e7e7;
      border-radius: 500px;
      margin: 0 auto 5px;
      overflow: hidden; }
      .preview-matching-candidate .head-picture .picture .img {
        display: block;
        background: no-repeat center center;
        background-size: cover;
        height: 95px;
        width: 95px; }
  .preview-matching-candidate .head-details h2,
  .preview-matching-candidate .head-details h3,
  .preview-matching-candidate .head-details h4 {
    margin: 0;
    line-height: 1.3em; }
  .preview-matching-candidate .head-details h3,
  .preview-matching-candidate .head-details h4 {
    font-size: 15px;
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300; }
  .preview-matching-candidate .head-details h2 {
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px; }
  .preview-matching-candidate .head-details h3 {
    margin-bottom: 5px; }
  .preview-matching-candidate .head-details h4 {
    color: #999999;
    padding-bottom: 10px; }
  .preview-matching-candidate .head-details ul {
    overflow: hidden;
    padding: 0 0 5px;
    margin: 0;
    font-size: 10px; }
    .preview-matching-candidate .head-details ul li {
      float: left;
      padding: 0 5px 0 0; }
      @media (max-width: 766px) {
        .preview-matching-candidate .head-details ul li {
          float: none;
          padding: 2px 0; } }
      @media (max-width: 766px) {
        .preview-matching-candidate .head-details ul li.title {
          border-bottom: 1px solid #e7e7e7;
          margin-top: 5px;
          margin-bottom: 5px; } }
      .preview-matching-candidate .head-details ul li a {
        color: #16bae7; }
      .preview-matching-candidate .head-details ul li .icon {
        color: #999999;
        margin-right: 2px; }

#page-faq .lp-content h2 {
  font-size: 22px;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
#page-faq .lp-content .element h2 {
  text-transform: none;
  margin-top: 50px; }
#page-faq .lp-content .element h3 {
  font-size: 18px;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
#page-faq .lp-content .element ul {
  margin-left: 0;
  padding-left: 12px;
  list-style: square; }
  #page-faq .lp-content .element ul li {
    padding-left: 10px; }

.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden; }
  .elastic-video iframe,
  .elastic-video .mejs-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.outer-company-profile {
  background: #fafafa;
  font-size: 16px;
  padding: 0 0 100px; }
  @media (min-width: 767px) and (max-width: 991px) {
    .outer-company-profile {
      font-size: 14px; } }
  @media (max-width: 766px) {
    .outer-company-profile {
      font-size: 13px;
      padding-bottom: 30px; } }
  .outer-company-profile h1, .outer-company-profile h2, .outer-company-profile h3, .outer-company-profile h4, .outer-company-profile h5, .outer-company-profile p {
    margin: 0;
    padding: 0; }
  .outer-company-profile h1 {
    font-size: 30px;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700; }
    @media (max-width: 766px) {
      .outer-company-profile h1 {
        font-size: 20px; } }
  .outer-company-profile h2 {
    font-size: 40px;
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    padding-bottom: 10px; }
    @media (max-width: 766px) {
      .outer-company-profile h2 {
        font-size: 25px; } }
  .outer-company-profile h3 {
    font-size: 16px;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 25px; }
  .outer-company-profile h5 {
    font-size: 22px;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px; }
  .outer-company-profile p {
    line-height: 1.5em; }
  .outer-company-profile .header-company-profile {
    margin-bottom: 56px; }
    .outer-company-profile .header-company-profile .header-info {
      background: no-repeat center center;
      background-size: cover;
      -ms-behavior: url("../assets/bower_components/background-size-polyfill/backgroundsize.min.htc");
      text-align: center; }
      .outer-company-profile .header-company-profile .header-info .picture {
        display: inline-block;
        border-radius: 200px;
        border: 10px solid;
        margin: 0 0 5px;
        overflow: hidden;
        height: 180px;
        width: 180px;
        border-color: white;
        float: none;
        margin-top: 45px;
        margin-bottom: 60px; }
        .outer-company-profile .header-company-profile .header-info .picture .img {
          display: block;
          background: no-repeat center center;
          background-size: contain;
          height: 160px;
          width: 160px; }
        @media (max-width: 766px) {
          .outer-company-profile .header-company-profile .header-info .picture {
            display: inline-block;
            border-radius: 200px;
            border: 5px solid;
            margin: 0 0 5px;
            overflow: hidden;
            height: 100px;
            width: 100px;
            margin-top: 10px;
            margin-bottom: 15px;
            border-color: white; }
            .outer-company-profile .header-company-profile .header-info .picture .img {
              display: block;
              background: no-repeat center center;
              background-size: contain;
              height: 90px;
              width: 90px; } }
        .outer-company-profile .header-company-profile .header-info .picture .img {
          -ms-behavior: url("../assets/bower_components/background-size-polyfill/backgroundsize.min.htc"); }
      .outer-company-profile .header-company-profile .header-info .header-stripe {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mOwsbL5BAADDQGlVzolHQAAAABJRU5ErkJggg==);
        text-align: left;
        padding: 15px 0;
        color: white; }
        @media (max-width: 766px) {
          .outer-company-profile .header-company-profile .header-info .header-stripe {
            text-align: center; } }
        .outer-company-profile .header-company-profile .header-info .header-stripe h1 {
          font-size: 30px; }
          @media (min-width: 767px) and (max-width: 991px) {
            .outer-company-profile .header-company-profile .header-info .header-stripe h1 {
              font-size: 26px; } }
          @media (max-width: 766px) {
            .outer-company-profile .header-company-profile .header-info .header-stripe h1 {
              font-size: 20px; } }
        .outer-company-profile .header-company-profile .header-info .header-stripe p {
          font-size: 18px;
          cursor: pointer; }
          @media (min-width: 767px) and (max-width: 991px) {
            .outer-company-profile .header-company-profile .header-info .header-stripe p {
              font-size: 16px; } }
          @media (max-width: 766px) {
            .outer-company-profile .header-company-profile .header-info .header-stripe p {
              font-size: 14px; } }
          .outer-company-profile .header-company-profile .header-info .header-stripe p .highlight:hover {
            text-decoration: underline; }
        .outer-company-profile .header-company-profile .header-info .header-stripe a {
          color: white; }
        .outer-company-profile .header-company-profile .header-info .header-stripe ul {
          font-size: 14px;
          margin-bottom: 0;
          padding-left: 0; }
          @media (min-width: 767px) and (max-width: 991px) {
            .outer-company-profile .header-company-profile .header-info .header-stripe ul {
              font-size: 12px; } }
          @media (max-width: 766px) {
            .outer-company-profile .header-company-profile .header-info .header-stripe ul {
              font-size: 11px;
              margin-top: 10px; } }
          .outer-company-profile .header-company-profile .header-info .header-stripe ul li .icon {
            width: 15px;
            text-align: center; }
    .outer-company-profile .header-company-profile .header-nav {
      background: white;
      border-bottom: 1px solid #e7e7e7;
      text-align: center;
      font-size: 0px;
      letter-spacing: 0px;
      word-spacing: 0px; }
      @media (max-width: 766px) {
        .outer-company-profile .header-company-profile .header-nav {
          display: none; } }
      .outer-company-profile .header-company-profile .header-nav ul {
        overflow: hidden;
        display: inline-block;
        font-size: 14px;
        margin: 0;
        padding: 0; }
        .outer-company-profile .header-company-profile .header-nav ul li {
          float: left;
          margin-right: 60px; }
          .outer-company-profile .header-company-profile .header-nav ul li.last {
            margin-right: 0; }
          .outer-company-profile .header-company-profile .header-nav ul li a {
            display: block;
            color: #838383;
            padding: 11px 0; }
            .outer-company-profile .header-company-profile .header-nav ul li a:hover, .outer-company-profile .header-company-profile .header-nav ul li a:active, .outer-company-profile .header-company-profile .header-nav ul li a:focus {
              text-decoration: none;
              color: #3c3c3b;
              border-bottom: 5px solid #16bae7;
              padding-bottom: 6px; }
  .outer-company-profile .btn-to-top {
    padding: 5px 0 0;
    font-size: 90%;
    text-align: right; }
    .outer-company-profile .btn-to-top a {
      color: #838383; }
      .outer-company-profile .btn-to-top a:hover {
        text-decoration: none; }
      .outer-company-profile .btn-to-top a .icon {
        padding-left: 3px; }
  .outer-company-profile .box-content {
    background: white;
    border: 1px solid #e7e7e7;
    padding: 47px 30px 65px; }
    @media (max-width: 766px) {
      .outer-company-profile .box-content {
        border-left: 0;
        border-right: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px 15px; } }
    .outer-company-profile .box-content h3 {
      padding-bottom: 34px; }
      @media (max-width: 766px) {
        .outer-company-profile .box-content h3 {
          padding-bottom: 20px; } }
    .outer-company-profile .box-content hr {
      margin-top: 45px;
      margin-bottom: 45px; }
      @media (max-width: 766px) {
        .outer-company-profile .box-content hr {
          margin-top: 25px;
          margin-bottom: 25px; } }
  .outer-company-profile .btn-expand,
  .outer-company-profile .btn-contract {
    color: #16bae7;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    cursor: pointer; }
  .outer-company-profile .box-desc ul,
  .outer-company-profile .box-desc ol {
    margin: 10px 0 0;
    padding: 0; }
    .outer-company-profile .box-desc ul li,
    .outer-company-profile .box-desc ol li {
      margin: 0;
      padding: 0; }
  .outer-company-profile .box-desc ul {
    list-style: square; }
    .outer-company-profile .box-desc ul li {
      margin-left: 13px; }
  .outer-company-profile .box-desc ol li {
    margin-left: 15px; }
  .outer-company-profile .box-desc .content-expandable {
    padding-top: 15px; }
  .outer-company-profile .box-company {
    margin-bottom: 40px; }
    @media (max-width: 766px) {
      .outer-company-profile .box-company {
        margin-bottom: 25px; } }
  .outer-company-profile .box-video {
    margin-bottom: 40px; }
  .outer-company-profile .box-slideshow {
    background: white;
    border: 1px solid #e7e7e7;
    margin-bottom: 40px; }
    .outer-company-profile .box-slideshow .bx-wrapper .bx-viewport {
      border: none;
      box-shadow: none;
      left: 0; }
    .outer-company-profile .box-slideshow .bx-wrapper .bx-controls .bx-prev,
    .outer-company-profile .box-slideshow .bx-wrapper .bx-controls .bx-next {
      z-index: 1020; }
  .outer-company-profile .box-expandable .content-expandable {
    display: none; }
  .outer-company-profile .boxes-area {
    overflow: hidden;
    margin-bottom: -10px; }
    .outer-company-profile .boxes-area .box-area {
      background: #e7e7e7;
      color: #16bae7;
      float: left;
      padding: 8px 10px 4px;
      margin: 0 10px 10px 0;
      border-radius: 4px; }
      .outer-company-profile .boxes-area .box-area .icon {
        font-size: 24px;
        margin-right: 5px; }
      .outer-company-profile .boxes-area .box-area .text {
        position: relative;
        top: -4px;
        color: #838383; }
  .outer-company-profile .box-jobs {
    margin-bottom: 33px;
    font-size: 13px; }
    @media (max-width: 991px) {
      .outer-company-profile .box-jobs {
        font-size: 12px; } }
    .outer-company-profile .box-jobs .box-job {
      background: white;
      border: 1px solid #e7e7e7;
      margin-bottom: 7px; }
      .outer-company-profile .box-jobs .box-job.job-future a {
        border-color: #16bae7; }
      .outer-company-profile .box-jobs .box-job.job-now a {
        border-color: #68d460; }
      .outer-company-profile .box-jobs .box-job a {
        display: block;
        border-left: 7px solid #e7e7e7;
        padding: 20px 15px 18px;
        text-decoration: none; }
        .outer-company-profile .box-jobs .box-job a:hover {
          background: #fafafa; }
          .outer-company-profile .box-jobs .box-job a:hover span.title, .outer-company-profile .box-jobs .box-job a:hover span.desc {
            color: #16bae7; }
        .outer-company-profile .box-jobs .box-job a span {
          display: block; }
          .outer-company-profile .box-jobs .box-job a span.title {
            font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 22px;
            line-height: 1.1em; }
            @media (min-width: 767px) and (max-width: 991px) {
              .outer-company-profile .box-jobs .box-job a span.title {
                font-size: 18px; } }
            @media (max-width: 766px) {
              .outer-company-profile .box-jobs .box-job a span.title {
                font-size: 15px; } }
          .outer-company-profile .box-jobs .box-job a span.desc {
            color: #999999; }
    .outer-company-profile .box-jobs .btn-expand,
    .outer-company-profile .box-jobs .btn-contract {
      color: #16bae7;
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      cursor: pointer;
      padding-top: 5px;
      font-size: 14px; }
      @media (max-width: 991px) {
        .outer-company-profile .box-jobs .btn-expand,
        .outer-company-profile .box-jobs .btn-contract {
          font-size: 13px; } }
  .outer-company-profile .box-benefit {
    font-size: 14px;
    margin: 0 0 15px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .outer-company-profile .box-benefit {
        font-size: 13px; } }
    .outer-company-profile .box-benefit .icon {
      font-size: 20px;
      color: #c6c6c6;
      float: left;
      width: 30px;
      text-align: center; }
    .outer-company-profile .box-benefit .text {
      margin: 0 0 0 40px;
      display: block; }
  .outer-company-profile .box-faq {
    overflow: hidden;
    padding-bottom: 60px; }
    @media (max-width: 766px) {
      .outer-company-profile .box-faq {
        padding-bottom: 25px; } }
    .outer-company-profile .box-faq.last {
      padding-bottom: 0; }
  .outer-company-profile .box-question,
  .outer-company-profile .box-answer {
    padding: 18px 15px;
    display: inline-block; }
    @media (max-width: 766px) {
      .outer-company-profile .box-question,
      .outer-company-profile .box-answer {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .outer-company-profile .box-question {
    background: #16bae7;
    color: white;
    border-radius: 6px 6px 6px 0;
    margin-right: 50px;
    margin-bottom: 7px; }
    @media (max-width: 766px) {
      .outer-company-profile .box-question {
        margin-right: 20px; } }
  .outer-company-profile .box-answer {
    background: #e7e7e7;
    border-radius: 6px 6px 0 6px;
    margin-left: 50px;
    display: block; }
    @media (max-width: 766px) {
      .outer-company-profile .box-answer {
        margin-left: 20px; } }
    .outer-company-profile .box-answer ul,
    .outer-company-profile .box-answer ol {
      margin: 10px 0 0 0;
      padding: 0; }
    .outer-company-profile .box-answer ul {
      list-style: square;
      margin-left: 13px; }
    .outer-company-profile .box-answer ol {
      margin-left: 15px; }
    .outer-company-profile .box-answer .content-expandable {
      padding-top: 15px; }
  .outer-company-profile .box-register {
    margin: 50px 0 45px; }
    @media (max-width: 766px) {
      .outer-company-profile .box-register {
        margin-top: 30px;
        margin-bottom: 40px; } }
  .outer-company-profile .box-contact-person {
    margin-bottom: 35px; }
    .outer-company-profile .box-contact-person .box {
      padding: 15px 15px 12px;
      margin-bottom: 15px;
      background: white;
      border: 1px solid #e7e7e7; }
      @media (max-width: 766px) {
        .outer-company-profile .box-contact-person .box {
          border: 1px solid #e7e7e7; } }
      .outer-company-profile .box-contact-person .box p {
        line-height: 1.2em; }
        @media (max-width: 766px) {
          .outer-company-profile .box-contact-person .box p.picture-available {
            margin-top: 8px; } }
      .outer-company-profile .box-contact-person .box span {
        color: #838383;
        display: block;
        margin-bottom: 10px; }
      .outer-company-profile .box-contact-person .box a {
        color: #16bae7; }
        .outer-company-profile .box-contact-person .box a:hover {
          text-decoration: underline; }
      .outer-company-profile .box-contact-person .box .picture-box {
        float: left;
        margin-right: 13px;
        margin-left: -3px; }
        .outer-company-profile .box-contact-person .box .picture-box .picture {
          width: 80px;
          height: 80px;
          margin: 0;
          border: 0; }
          .outer-company-profile .box-contact-person .box .picture-box .picture .img {
            height: 80px;
            width: 80px; }
  .outer-company-profile .box-awards {
    margin-bottom: 35px; }
    .outer-company-profile .box-awards .box-award {
      background: no-repeat center center white;
      background-size: contain;
      -ms-behavior: url("../assets/bower_components/background-size-polyfill/backgroundsize.min.htc");
      border: 1px solid #e7e7e7;
      height: 80px;
      margin-bottom: 5px; }
      .outer-company-profile .box-awards .box-award.kununu-top-company {
        background-image: url("/assets/img/company-profiles/_general/kununu-top-company.gif"); }
      .outer-company-profile .box-awards .box-award.kununu-open-company {
        background-image: url("/assets/img/company-profiles/_general/kununu-open-company.gif"); }
      .outer-company-profile .box-awards .box-award a {
        height: 80px;
        display: block; }
        .outer-company-profile .box-awards .box-award a:hover {
          text-decoration: none;
          border: none; }
        .outer-company-profile .box-awards .box-award a span {
          height: 80px;
          display: block; }
  .outer-company-profile .box-details {
    margin-bottom: 35px; }
    @media (max-width: 766px) {
      .outer-company-profile .box-details {
        margin-bottom: 15px; } }
    .outer-company-profile .box-details dl {
      margin-bottom: 0;
      overflow: hidden; }
    .outer-company-profile .box-details dt,
    .outer-company-profile .box-details dd {
      padding: 0 0 10px;
      width: 49.99%;
      float: left; }
    .outer-company-profile .box-details dt {
      color: #838383;
      font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 400; }
    .outer-company-profile .box-details dd {
      text-align: right; }
  .outer-company-profile .box-map {
    border: 1px solid #e7e7e7;
    margin-bottom: 40px; }
    @media (max-width: 766px) {
      .outer-company-profile .box-map {
        margin-bottom: 30px; } }
    .outer-company-profile .box-map [data-module="maps"] {
      height: 160px; }
    .outer-company-profile .box-map .address {
      background: white; }
      .outer-company-profile .box-map .address .address-inner {
        padding: 10px 20px; }
        .outer-company-profile .box-map .address .address-inner p.additional {
          padding-top: 10px;
          padding-bottom: 2px;
          font-size: 80%; }
  .outer-company-profile .box-social_media {
    padding-top: 22px; }
    .outer-company-profile .box-social_media ul {
      overflow: hidden;
      margin: 0;
      padding: 0; }
      .outer-company-profile .box-social_media ul li {
        float: left;
        margin-right: 15px;
        margin-bottom: 5px; }
        .outer-company-profile .box-social_media ul li a:hover {
          text-decoration: none; }
          .outer-company-profile .box-social_media ul li a:hover .text {
            color: #3c3c3b; }
        .outer-company-profile .box-social_media ul li .icon {
          color: #838383;
          margin-right: 3px; }
        .outer-company-profile .box-social_media ul li .text {
          color: #16bae7; }
  .outer-company-profile .box-facebook-like {
    background: white;
    border: 1px solid #e7e7e7;
    margin-top: 40px;
    width: 100% !important;
    overflow: hidden; }
    @media (max-width: 766px) {
      .outer-company-profile .box-facebook-like {
        margin-bottom: 10px; } }
    .outer-company-profile .box-facebook-like * {
      width: 100% !important; }
  .outer-company-profile .license-info {
    font-size: 12px;
    margin-top: 50px;
    color: #999999;
    font-style: italic; }
    .outer-company-profile .license-info a {
      color: #999999; }

[data-module='multiselect'] .headline {
  margin: 0;
  padding: 0 0 10px;
  font-size: 18px; }
  [data-module='multiselect'] .headline .icon {
    padding-right: 5px;
    display: none; }
[data-module='multiselect'] .ms-list {
  margin-bottom: 35px; }
[data-module='multiselect'] .selectable {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  overflow: none;
  overflow-x: none;
  overflow-y: scroll;
  height: 175px; }
  [data-module='multiselect'] .selectable .selectable-content {
    overflow: hidden;
    margin-bottom: -1px; }
    [data-module='multiselect'] .selectable .selectable-content .element {
      overflow: hidden;
      border-top: 1px solid #e7e7e7;
      border-bottom: 1px solid #e7e7e7;
      padding: 7px 12px;
      margin-top: -1px;
      color: #838383;
      position: relative; }
      [data-module='multiselect'] .selectable .selectable-content .element.enabled, [data-module='multiselect'] .selectable .selectable-content .element.disabled {
        display: none; }
      [data-module='multiselect'] .selectable .selectable-content .element .text {
        margin-right: 70px; }
      [data-module='multiselect'] .selectable .selectable-content .element .actions {
        float: right;
        position: absolute;
        right: 15px;
        height: 100%;
        top: 0;
        padding-top: 5px;
        padding-bottom: 5px; }
        [data-module='multiselect'] .selectable .selectable-content .element .actions .action {
          float: left;
          cursor: pointer;
          height: 100%;
          display: table; }
          [data-module='multiselect'] .selectable .selectable-content .element .actions .action span {
            display: table-cell;
            vertical-align: middle; }
          [data-module='multiselect'] .selectable .selectable-content .element .actions .action.enable {
            margin-right: 10px;
            padding-right: 10px;
            border-right: 1px solid #e7e7e7; }
          [data-module='multiselect'] .selectable .selectable-content .element .actions .action:hover.enable {
            color: #56b03a; }
          [data-module='multiselect'] .selectable .selectable-content .element .actions .action:hover.disable {
            color: #dc5f5c; }
[data-module='multiselect'] .section {
  margin-bottom: 15px; }
  [data-module='multiselect'] .section.section-enable .headline .icon {
    color: #56b03a; }
  [data-module='multiselect'] .section.section-enable .output .output-content .element {
    /*border-color:lighten($middle-green, 35%);
    background:lighten($middle-green, 40%);
    color:$middle-green;*/ }
  [data-module='multiselect'] .section.section-disable .output .output-content .element {
    border-color: #f3c6c5;
    background: #f7dbda; }
    [data-module='multiselect'] .section.section-disable .output .output-content .element .action {
      background: linear-gradient(to right, #f7dbda 50%, rgba(247, 219, 218, 0) 100%);
      color: #dc5f5c; }
  [data-module='multiselect'] .section .output {
    border: none;
    border-radius: 4px; }
    [data-module='multiselect'] .section .output .output-content {
      padding: 1px 10px 6px;
      overflow: hidden; }
      [data-module='multiselect'] .section .output .output-content p {
        color: #838383;
        margin: 0;
        padding: 10px 0 3px; }
      [data-module='multiselect'] .section .output .output-content .element {
        font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 300;
        border-radius: 20px;
        font-size: 16px;
        float: left;
        padding: 8px 20px 8px 20px;
        border-color: transparent;
        background: #e7e7e7;
        color: #3c3c3b;
        position: relative;
        margin-right: 8px;
        margin-bottom: 8px;
        display: inline-block;
        box-shadow: none;
        -webkit-box-shadow: none;
        line-height: inherit;
        transition: all .3s; }
        [data-module='multiselect'] .section .output .output-content .element .action {
          padding-top: 4px;
          border-radius: 20px;
          left: 11px;
          cursor: pointer;
          background: linear-gradient(to right, #e7e7e7 50%, rgba(231, 231, 231, 0) 100%);
          position: absolute;
          top: 4px;
          transition: all .3s;
          width: 36px;
          height: 90%;
          color: #999999;
          text-decoration: none;
          cursor: pointer;
          opacity: 0; }
          [data-module='multiselect'] .section .output .output-content .element .action:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f00d";
            padding: 0px 2px; }
      [data-module='multiselect'] .section .output .output-content .element:hover .action {
        opacity: 1; }

#collapse-communication .icon {
  width: 20px;
  display: inline-block; }

#demo-header {
  position: fixed;
  z-index: 5711;
  color: white !important;
  background: black;
  width: 101%;
  height: 60px;
  left: 0;
  right: 0; }
  #demo-header .help {
    font-size: 11pt;
    text-align: center;
    padding-top: 20px; }
  #demo-header #hide-demo-header, #demo-header a {
    color: white !important;
    padding-left: 50px;
    text-transform: uppercase; }

.help-box {
  position: absolute;
  right: 20px;
  background: #cccccc;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 5px;
  transition: all .2s;
  top: 30px;
  opacity: .4;
  border-radius: 3px; }
  .help-box:hover {
    cursor: pointer;
    opacity: 1; }

.cookie-alert .navbar {
  margin-top: 38px; }
  @media (min-width: 767px) and (max-width: 991px) {
    .cookie-alert .navbar {
      margin-top: 60px; } }
  @media (max-width: 766px) {
    .cookie-alert .navbar {
      margin-top: 90px; } }
.cookie-alert .app-container-lp .outer.bg-cover.diagonal {
  margin-top: -120px;
  min-height: 710px; }
  @media (min-width: 767px) and (max-width: 991px) {
    .cookie-alert .app-container-lp .outer.bg-cover.diagonal {
      margin-top: -140px; } }
  @media (max-width: 766px) {
    .cookie-alert .app-container-lp .outer.bg-cover.diagonal {
      margin-top: -70px; } }
.cookie-alert .diagonal-lp.lp-header .element {
  padding: 125px 0 0; }

.cookie {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  position: fixed;
  z-index: 1000;
  height: 40px;
  width: 100%;
  display: none; }
  @media (min-width: 767px) and (max-width: 991px) {
    .cookie {
      height: 60px; } }
  @media (max-width: 766px) {
    .cookie {
      height: 90px; } }
  .cookie .container {
    position: relative; }
    .cookie .container p {
      margin-top: 10px;
      margin-bottom: 5px; }
      @media (max-width: 991px) {
        .cookie .container p {
          padding-right: 40px;
          font-size: 15px; } }
    .cookie .container a.dismiss {
      position: absolute;
      right: 0;
      top: 9px;
      color: #fff; }
      @media (max-width: 991px) {
        .cookie .container a.dismiss {
          padding: 10px; } }
    .cookie .container a {
      color: #fff;
      text-decoration: underline; }
      .cookie .container a:hover {
        text-decoration: none; }

.teaser {
  cursor: pointer;
  margin-top: 30px;
  background: white;
  padding: 45px 55px;
  position: relative;
  top: 0;
  transition: all .2s;
  border-bottom: 3px solid transparent; }
  .teaser h3 {
    margin-top: 0;
    color: #16bae7;
    font-size: 20px; }
  .teaser.job-element div.job-content p {
    margin-bottom: 0;
    font-size: 16px;
    color: #999999; }
  .teaser .edit {
    display: none;
    margin-top: 35px; }
  .teaser.job-element {
    margin-bottom: 15px;
    margin-top: 0;
    padding: 95px 30px 40px; }
    @media (max-width: 991px) {
      .teaser.job-element {
        max-width: 100%;
        margin-bottom: 30px; } }
    .teaser.job-element .job-element-head {
      padding: 10px 30px;
      position: absolute;
      top: 0;
      width: 100%;
      left: 0; }
      .teaser.job-element .job-element-head h2 {
        position: relative;
        margin: 0; }
        .teaser.job-element .job-element-head h2 .score {
          left: -5px;
          top: 2px; }
        .teaser.job-element .job-element-head h2 .text {
          padding: 4px 0 5px 28px; }
          @media (max-width: 766px) {
            .teaser.job-element .job-element-head h2 .text {
              font-size: 18px;
              margin-top: 4px; } }
      .teaser.job-element .job-element-head .status {
        margin-top: 5px; }
        .teaser.job-element .job-element-head .status .text {
          font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 18px; }
          @media (max-width: 766px) {
            .teaser.job-element .job-element-head .status .text {
              font-size: 16px; } }
          .teaser.job-element .job-element-head .status .text .more-info {
            font-size: 14px;
            color: #c6c6c6;
            margin-left: 10px;
            font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
            font-style: normal;
            font-weight: 400; }
      .teaser.job-element .job-element-head .message-indicator {
        margin-top: 6px;
        width: auto;
        float: right;
        opacity: .6;
        transition: all .3s; }
        @media (max-width: 766px) {
          .teaser.job-element .job-element-head .message-indicator {
            display: none; } }
        .teaser.job-element .job-element-head .message-indicator:hover {
          opacity: 1; }
        .teaser.job-element .job-element-head .message-indicator .text {
          font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 700;
          margin-top: 5px;
          display: inline-block;
          font-size: 14px;
          color: #3e3d40; }
        .teaser.job-element .job-element-head .message-indicator .icon {
          float: left;
          margin: 5px 8px 0px;
          font-size: 18px;
          color: #3e3d40; }
        .teaser.job-element .job-element-head .message-indicator img {
          max-height: 30px; }
    .teaser.job-element.application {
      color: #16bae7; }
      .teaser.job-element.application .status .icons .arrow {
        color: #16bae7; }
    .teaser.job-element.contact {
      color: #a5ca3c; }
      .teaser.job-element.contact .status .icons .arrow {
        color: #a5ca3c; }
    .teaser.job-element.test {
      color: #aa9a7e; }
      .teaser.job-element.test .status .icons .arrow {
        color: #aa9a7e; }
      .teaser.job-element.test .buttonbar .single-btn .btn.cta {
        background: #aa9a7e;
        border-color: #aa9a7e; }
        .teaser.job-element.test .buttonbar .single-btn .btn.cta:hover {
          color: #aa9a7e !important;
          border-color: #aa9a7e;
          background: transparent; }
    .teaser.job-element .job-content h3 {
      color: #3c3c3b; }
    .teaser.job-element .job-content p {
      color: #c6c6c6; }
    .teaser.job-element div.buttonbar {
      float: right; }
      @media (max-width: 766px) {
        .teaser.job-element div.buttonbar {
          float: none; } }
      @media (min-width: 767px) and (max-width: 991px) {
        .teaser.job-element div.buttonbar {
          margin-top: 0;
          width: 100%; } }
      .teaser.job-element div.buttonbar .single-btn .btn {
        padding: 10px 20px;
        font-size: 14px; }
        @media (min-width: 767px) and (max-width: 991px) {
          .teaser.job-element div.buttonbar .single-btn .btn {
            display: block; } }
        .teaser.job-element div.buttonbar .single-btn .btn.fixed-width {
          width: 240px; }
          @media (max-width: 991px) {
            .teaser.job-element div.buttonbar .single-btn .btn.fixed-width {
              width: auto; } }
    .teaser.job-element .job-status {
      margin-left: 0; }
      .teaser.job-element .job-status .picture {
        float: left;
        margin-right: 15px; }
      .teaser.job-element .job-status .si-icon {
        float: left;
        margin-right: 15px; }
      .teaser.job-element .job-status .text {
        float: left;
        font-size: 16px;
        margin-top: 6px;
        color: #16bae7; }
      .teaser.job-element .job-status .buttonbar {
        margin-top: 10px;
        margin-left: 44px; }

.edit {
  color: #a5ca3c;
  font-size: 18px;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .edit:hover {
    text-decoration: none; }

.miso {
  position: static; }
  .miso h1, .miso .h1 {
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -1px; }
  .miso h2 {
    margin-bottom: 15px; }
  .miso h4 {
    margin-top: 65px; }
    .miso h4 .info {
      color: #16bae7; }
      .miso h4 .info i {
        margin-right: 5px; }
  .miso .btn.cta {
    border-radius: 4px;
    border-color: transparent;
    padding: 6px 22px;
    font-size: 14px; }
    .miso .btn.cta.small {
      font-size: 14px;
      font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 400; }
  .miso .form-control-feedback {
    top: 20px; }
  .miso .buttonbar {
    background: white;
    border-radius: 3px;
    margin: 20px 0 0;
    padding: 20px; }
    .miso .buttonbar:after {
      clear: both;
      content: "";
      display: table; }
    .miso .buttonbar.active {
      opacity: 1; }
    @media (max-width: 766px) {
      .miso .buttonbar .noUi-handle.btn {
        padding-left: 0;
        padding-right: 0; } }
  .miso .hidden-input {
    height: 100%;
    width: 100%; }
    .miso .hidden-input input[type="radio"] {
      position: absolute;
      width: 100%;
      left: 0;
      text-align: left;
      z-index: -1;
      height: 100%;
      bottom: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  @media (max-width: 766px) {
    .miso.masterdata {
      padding-top: 60px; } }
  @media (max-width: 766px) {
    .miso.masterdata.panel-default {
      padding-top: 0px; } }
  .miso .picture-box {
    margin-top: 30px; }

@media (max-width: 766px) {
  .miso .question .btn-group {
    margin-bottom: 10px; } }
.miso .question a {
  text-align: left;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  background: transparent;
  color: #3c3c3b;
  transition: all .3s; }
  .miso .question a .icon {
    float: left;
    color: #c1c1c1;
    font-size: 22px;
    margin-left: 20px;
    border: 1px solid #c1c1c1;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-top: 2px; }
  .miso .question a .text {
    margin-left: 50px;
    font-size: 20px;
    display: block; }
    @media (max-width: 766px) {
      .miso .question a .text {
        font-size: 16px; } }
  .miso .question a:hover {
    color: #16bae7; }
    .miso .question a:hover .icon {
      border-color: #16bae7; }
  .miso .question a.btn-primary .icon {
    color: white;
    border-color: #16bae7;
    background-color: #16bae7;
    position: relative; }
    .miso .question a.btn-primary .icon:before {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f00c";
      position: absolute;
      top: 2px;
      left: 2px; }
  .miso .question a.btn-primary .text {
    color: #16bae7; }
  .miso .question a.btn-primary {
    color: white; }

.miso .add-line-btn {
  border-color: rgba(131, 131, 131, 0.2);
  padding: 0; }
  .miso .add-line-btn a {
    transition: all .3s; }
    .miso .add-line-btn a .icon {
      font-size: 24px;
      padding: 9px 5px 0;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      background: transparent;
      color: #838383; }
    .miso .add-line-btn a .text {
      margin-top: 10px;
      display: inline-block;
      line-height: 14px; }
  .miso .add-line-btn.active {
    border-color: rgba(131, 131, 131, 0.2);
    padding: 0; }
    .miso .add-line-btn.active .icon {
      background: transparent;
      color: #838383; }
  .miso .add-line-btn.inline {
    text-align: left; }
    .miso .add-line-btn.inline a .icon {
      margin-top: -5px;
      display: block;
      float: left;
      border: 0;
      box-shadow: none;
      font-size: 22px;
      padding: 0 11px 0 0;
      background: transparent;
      color: #c6c6c6; }
    .miso .add-line-btn.inline a .text {
      display: table-cell;
      width: 100%; }
.miso .add-line-block.hide-labels .add-line-content label {
  display: block; }

.miso .element {
  position: relative;
  margin: 0 0 20px;
  border-radius: 3px;
  background: white;
  padding: 15px 50px 30px;
  transition: all .2s; }
  @media (max-width: 766px) {
    .miso .element {
      padding: 15px 15px; } }
  .miso .element h2 {
    color: #16bae7;
    font-size: 24px;
    letter-spacing: -0.1rem;
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 15px; }
    @media (max-width: 766px) {
      .miso .element h2 {
        font-size: 18px; } }
  .miso .element h3 {
    font-size: 18px;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 45px;
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300; }
    @media (max-width: 766px) {
      .miso .element h3 {
        font-size: 16px;
        margin-bottom: 20px; } }
  .miso .element h4 {
    margin-top: 0px; }
  .miso .element p.info {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 50px;
    line-height: 140%; }
    @media (max-width: 766px) {
      .miso .element p.info {
        font-size: 16px; } }
  .miso .element .add-line-child .delete-line-btn {
    display: inline;
    float: right; }
    @media (max-width: 766px) {
      .miso .element .add-line-child .delete-line-btn {
        display: inline-block;
        margin-bottom: 30px; } }
    .miso .element .add-line-child .delete-line-btn a {
      margin-top: 15px;
      margin-bottom: 0;
      display: inline-block;
      color: #c6c6c6;
      transition: all .2s; }
      .miso .element .add-line-child .delete-line-btn a .icon {
        font-size: 22px;
        float: left; }
      .miso .element .add-line-child .delete-line-btn a .text {
        display: block;
        margin-left: 25px; }
      .miso .element .add-line-child .delete-line-btn a:hover {
        color: #dc5f5c;
        text-decoration: none; }
  @media (max-width: 766px) {
    .miso .element.col-resize .form-group {
      min-height: 60px; } }

.miso .has-error .form-control, .miso .has-error .chosen-container {
  border-bottom: 1px solid #dc5f5c !important; }
.miso .has-error label, .miso .has-error .label-checkbox, .miso .has-error .label-checkbox {
  color: #dc5f5c !important; }
  .miso .has-error label .fake-checkbox, .miso .has-error .label-checkbox .fake-checkbox, .miso .has-error .label-checkbox .fake-checkbox {
    border-color: #dc5f5c !important; }
.miso .form-group {
  position: relative;
  min-height: 50px; }
  .miso .form-group .input-group.date {
    width: 100%;
    height: 55px;
    margin-top: 0; }
  .miso .form-group .chosen-container {
    z-index: 10; }
    .miso .form-group .chosen-container.chosen-with-drop {
      z-index: 1060; }
  .miso .form-group .form-control, .miso .form-group .chosen-container {
    border-radius: 0;
    border: 0;
    font-size: 16px;
    border-bottom: 2px solid #e7e7e7;
    background: transparent;
    box-shadow: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 10; }
    .miso .form-group .form-control.has-value, .miso .form-group .chosen-container.has-value {
      border-color: #e7e7e7; }
      .miso .form-group .form-control.has-value + label, .miso .form-group .chosen-container.has-value + label {
        color: #999999;
        bottom: 25px;
        font-size: 12px; }
    .miso .form-group .form-control.focused, .miso .form-group .form-control.chosen-with-drop, .miso .form-group .chosen-container.focused, .miso .form-group .chosen-container.chosen-with-drop {
      border-color: #16bae7;
      box-shadow: none; }
      .miso .form-group .form-control.focused + label, .miso .form-group .form-control.chosen-with-drop + label, .miso .form-group .chosen-container.focused + label, .miso .form-group .chosen-container.chosen-with-drop + label {
        bottom: 25px;
        color: #52bad5;
        font-size: 12px; }
  .miso .form-group textarea.form-control {
    margin-bottom: 0;
    max-height: 100%; }
  .miso .form-group label {
    color: #999999;
    bottom: 0;
    left: 0;
    position: absolute;
    font-size: 14px;
    transition: all 0.15s; }
    .miso .form-group label.has-value {
      bottom: 25px;
      color: #999999;
      font-size: 12px; }
    .miso .form-group label.label-radio {
      width: 100%; }
      @media (max-width: 991px) {
        .miso .form-group label.label-radio {
          text-align: left;
          position: static; } }
    .miso .form-group label.multiselect-label {
      top: 0; }
    .miso .form-group label.checkbox-inline {
      position: static; }
  .miso .form-group .placeholder {
    margin-left: 2px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    z-index: -1;
    bottom: 0px;
    transition: all 0.15s;
    left: 0; }
    .miso .form-group .placeholder.show {
      z-index: 0;
      opacity: 1;
      bottom: 10px; }
      @media (max-width: 766px) {
        .miso .form-group .placeholder.show {
          display: none;
          opacity: 0; } }
  .miso .form-group.select .chosen-single.chosen-default {
    color: #999999;
    font-size: 14px;
    background: transparent;
    box-shadow: none;
    border: 0; }
  .miso .form-group.select .chosen-container-single .chosen-single {
    filter: none;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0; }
  .miso .form-group.select.multi .chosen-container-multi {
    position: static;
    min-height: 50px;
    height: 100%;
    padding-top: 20px; }
    .miso .form-group.select.multi .chosen-container-multi .chosen-choices {
      margin-top: 10px; }
  .miso .form-group.select.multi .placeholder {
    z-index: -25; }
  .miso .form-group.select.multi label {
    z-index: 0; }
    .miso .form-group.select.multi label.has-value {
      bottom: 85%; }
  .miso .form-group.select.more-margin {
    margin-top: 25px; }
  .miso .form-group.multiple-select {
    padding-top: 50px; }
    .miso .form-group.multiple-select label {
      bottom: auto;
      top: 25px; }
      .miso .form-group.multiple-select label.multiple-fixed {
        left: 20px; }
  .miso .form-group .chosen-choices {
    border: 0;
    box-shadow: none;
    background: transparent; }
    .miso .form-group .chosen-choices .search-choice {
      font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 300;
      border-radius: 20px;
      font-size: 16px;
      float: left;
      padding: 8px 20px 8px 20px;
      border-color: transparent;
      background: #e7e7e7;
      color: #3c3c3b;
      position: relative;
      margin-right: 8px;
      margin-bottom: 8px;
      display: inline-block;
      box-shadow: none;
      -webkit-box-shadow: none;
      line-height: inherit;
      transition: all .3s; }
      .miso .form-group .chosen-choices .search-choice .search-choice-close {
        padding-top: 8px;
        border-radius: 20px;
        left: 11px;
        cursor: pointer;
        background: linear-gradient(to right, #e7e7e7 50%, rgba(231, 231, 231, 0) 100%);
        position: absolute;
        top: 4px;
        transition: all .3s;
        width: 36px;
        height: 90%;
        color: #999999;
        text-decoration: none;
        opacity: 0; }
        .miso .form-group .chosen-choices .search-choice .search-choice-close:after {
          font: normal normal normal 14px/1 FontAwesome;
          content: "\f00d";
          padding: 0px 2px; }
    .miso .form-group .chosen-choices .search-choice:hover .search-choice-close {
      opacity: 1; }
    .miso .form-group .chosen-choices .search-field input[type="text"] {
      padding-left: 0; }
.miso .label-checkbox {
  padding-left: 0;
  min-width: 100%; }
  .miso .label-checkbox input[type="checkbox"] {
    opacity: 0;
    visibility: hidden; }
    .miso .label-checkbox input[type="checkbox"]:checked + .fake-checkbox {
      border-color: #16bae7;
      background: #16bae7;
      font: normal normal normal 14px/1 FontAwesome; }
      .miso .label-checkbox input[type="checkbox"]:checked + .fake-checkbox:after {
        content: "\f00c";
        opacity: 1; }
    .miso .label-checkbox input[type="checkbox"][disabled] ~ .text, .miso .label-checkbox input[type="checkbox"][disabled] ~ .fake-checkbox {
      cursor: not-allowed; }
  .miso .label-checkbox .fake-checkbox {
    border-radius: 4px;
    color: white;
    border: 1px solid #e7e7e7;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    transition: all .3s;
    display: table-cell; }
    .miso .label-checkbox .fake-checkbox:after {
      display: block;
      opacity: 0;
      margin: 2px 0 0 2px;
      transition: opacity .3s; }
  .miso .label-checkbox .text.has-input {
    padding-top: 5px; }
  .miso .label-checkbox input[type="text"] {
    margin-left: 10px;
    width: 280px; }
  .miso .label-checkbox .checkbox-input {
    margin-left: 10px;
    width: 280px; }
.miso .selectable .selectable-content .element {
  margin: 0;
  border-radius: 0; }
.miso .center-label {
  text-align: center;
  display: block; }

.chosen-container .chosen-results li.highlighted {
  background-color: #caf3fe;
  color: #3c3c3b; }

.miso .slide.active {
  display: block;
  opacity: 1;
  visibility: visible; }
.miso .slide .slide-content {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .5s;
  /* Chrome, Safari, Opera */
  animation-delay: .5s;
  padding: 5px 40px 0;
  min-height: 355px; }
  @media (max-width: 991px) {
    .miso .slide .slide-content {
      min-height: 0px; } }
  @media (max-width: 766px) {
    .miso .slide .slide-content {
      margin-bottom: 20px; } }
  .miso .slide .slide-content:first-child {
    animation: none; }
  .miso .slide .slide-content img {
    max-width: 100%; }
  .miso .slide .slide-content p a {
    font-size: 18px;
    color: #16bae7;
    text-decoration: none; }
    @media (max-width: 991px) {
      .miso .slide .slide-content p a {
        font-size: 14px; } }
    .miso .slide .slide-content p a .icon {
      font-size: 16px;
      margin-right: 5px; }
    .miso .slide .slide-content p a:hover {
      text-decoration: none;
      opacity: .75; }

.panel {
  background: transparent; }

.register-box.evaluation .job-element-outer {
  min-width: 100%; }

.job-element-outer {
  min-width: 0; }
  @media (max-width: 991px) {
    .job-element-outer {
      min-width: 100%; } }

.job-element {
  position: relative;
  padding-bottom: 50px; }
  .job-element .job-element-head {
    border-top: 0;
    background: white;
    padding: 5px 30px; }
    .job-element .job-element-head h2 {
      font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 300; }
      .job-element .job-element-head h2 .score {
        left: 26px;
        top: 20px; }
      .job-element .job-element-head h2 a {
        text-decoration: none; }
    .job-element .job-element-head .controls {
      top: 5px;
      right: 11px; }
    .job-element .job-element-head .matching {
      display: inline-block; }
    .job-element .job-element-head .evaluation {
      font-size: 16px;
      color: #c6c6c6;
      margin-top: 8px;
      display: inline-block;
      margin-left: 10px; }
      .job-element .job-element-head .evaluation .btn-evaluation {
        display: inline-block;
        color: #c6c6c6; }
      .job-element .job-element-head .evaluation .amount {
        display: inline-block;
        color: #a5ca3c; }
    .job-element .job-element-head .btn-bookmark {
      font-size: 16px;
      color: #c6c6c6;
      float: right;
      margin-top: 7px; }
  .job-element .job-element-content {
    background: #ffffff;
    padding: 20px 30px 15px 30px; }
    .job-element .job-element-content h3 {
      margin-top: 0; }
    .job-element .job-element-content strong[data-limit-lines="1"], .job-element .job-element-content strong[data-limit-lines="2"] {
      font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 400;
      opacity: .5; }
    .job-element .job-element-content a .icon {
      font-size: 11px;
      margin-left: -4px; }
    .job-element .job-element-content strong[data-limit-lines="2"] {
      margin-bottom: 10px; }
    .job-element .job-element-content .btn {
      margin-top: 15px; }
  .job-element.recruiter {
    padding-bottom: 0px; }
    .job-element.recruiter .job-element-content .buttonbar {
      position: static;
      border-top: 0;
      padding: 0; }
      .job-element.recruiter .job-element-content .buttonbar .btn-primary {
        padding-right: 0;
        padding-top: 22px;
        margin-left: 10px; }

.job-element .job-element-head {
  border-top: 0;
  border-bottom: 1px solid #e7e7e7;
  background: white;
  padding: 5px 10px; }
  .job-element .job-element-head h2 {
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300; }
    .job-element .job-element-head h2 .score {
      left: 7px;
      top: 6px; }
  .job-element .job-element-head .controls {
    top: 5px;
    right: 11px; }
.job-element .job-element-content {
  background: #ffffff;
  padding: 25px 15px 15px 15px; }
  .job-element .job-element-content h3 {
    margin-top: 0; }
  .job-element .job-element-content p {
    margin: 0; }
  .job-element .job-element-content strong[data-limit-lines="2"] {
    font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: .5; }
  .job-element .job-element-content .btn {
    margin-top: 15px; }

.job-element__companylink {
  color: #16bae7; }

.job-element .job-element__companylink {
  position: absolute;
  bottom: 55px; }

.job-element .job-element--wide__companylink {
  position: static; }

.job-name .fa-plus {
  color: #cccccc;
  font-size: 20px; }

.table {
  background: white; }

@media (min-width: 992px) {
  .wrapper .content {
    margin: 0 auto; } }
.wrapper .content .details {
  padding: 25px 50px;
  margin-top: 15px;
  position: relative;
  background: white; }
  @media (max-width: 766px) {
    .wrapper .content .details {
      padding: 10px 25px; } }
.wrapper .content .second-nav {
  margin-top: 0;
  margin-bottom: 25px; }
  @media (max-width: 766px) {
    .wrapper .content .second-nav {
      margin-top: 80px; } }

.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.14); }
  .shadow-1:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.shadow-2 {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.14); }
  .shadow-2:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24); }

.btn-group-justified > .btn-group {
  float: left;
  width: 100%; }
  .btn-group-justified > .btn-group a {
    font-size: 18px; }

.btn-primary {
  background-color: #a5ca3c;
  border-color: #a5ca3c;
  color: white; }
  .btn-primary:hover {
    background: #96b422;
    color: #FFF !important;
    border-color: #a5ca3c; }
  .btn-primary:focus {
    border-color: #a5ca3c;
    background-color: #96b422; }

.btn-default {
  background: transparent;
  border-color: #e7e7e7;
  color: #cccccc; }
  .btn-default:hover {
    background: transparent !important;
    border-color: #e2a334;
    color: #e2a334 !important; }

.btn-link.icon {
  transition: all .2s;
  position: relative;
  font-size: 16px;
  color: #cccccc;
  padding: 0; }
  .btn-link.icon .icon {
    position: absolute;
    font-size: 24px; }
  .btn-link.icon .text {
    padding-left: 25px; }
  .btn-link.icon:hover {
    color: #3c3c3b;
    text-decoration: none; }

.tooltip, .tooltip-content {
  color: white;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  box-shadow: none;
  border-radius: 5px; }

.tooltip-inner,
.tooltip-inner.top {
  background: #1c1c1c;
  padding: 10px 25px; }

.tooltip-arrow {
  opacity: 0.9; }

.tooltip-item {
  position: relative; }
  .tooltip-item:after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip-item:hover .tooltip-content, .tooltip-item.force-show .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 7px, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 7px, 0) rotate3d(0, 0, 0, 0); }
    @media (max-width: 766px) {
      .tooltip-item:hover .tooltip-content, .tooltip-item.force-show .tooltip-content {
        transform: none; } }

.tooltip-content {
  padding: 10px 25px;
  background: #1c1c1c;
  position: absolute;
  z-index: 9999;
  width: auto;
  left: 50%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }
  @media (max-width: 991px) {
    .tooltip-content {
      position: static;
      padding: 10px 0 0;
      width: auto;
      margin: 0px 0 0;
      transform: none;
      opacity: 1;
      box-shadow: none;
      background: transparent; } }
  .tooltip-content:after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #1c1c1c;
    border-width: 10px;
    margin-left: -10px; }
    @media (max-width: 991px) {
      .tooltip-content:after {
        display: none; } }
  .tooltip-content a {
    display: block;
    color: white;
    font-size: 14px; }
    @media (max-width: 991px) {
      .tooltip-content a {
        color: #16bae7;
        margin-bottom: 0 !important;
        margin-top: 0px; } }
    .tooltip-content a.info:first-child {
      margin-bottom: 0 !important; }

.fadeIn {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  z-index: 10;
  transform: translate3d(0px, 0px, 0px);
  -webkit-animation: fadeIn 2s linear forwards;
  -moz-animation: fadeIn 2s linear forwards;
  -o-animation: fadeIn 2s linear forwards;
  -ms-animation: fadeIn 2s linear forwards;
  animation: fadeIn 2s linear forwards; }
  .fadeIn.message:nth-child(1) {
    animation: fadeIn 2s linear forwards; }
  .fadeIn.message:nth-child(2) {
    animation: fadeIn 4s linear forwards; }
  .fadeIn.message:nth-child(3) {
    animation: fadeIn 6s linear forwards; }
  .fadeIn.message:nth-child(4) {
    animation: fadeIn 8s linear forwards; }

.bordered {
  border: 2px solid #f9f9f9;
  border-radius: 13px;
  padding: 15px 30px; }
  .bordered p {
    margin: 0; }

.modal .modal-dialog .slide {
  opacity: 0;
  display: none;
  visibility: hidden;
  overflow: hidden;
  width: 100%; }
  .modal .modal-dialog .slide.first, .modal .modal-dialog .slide.active {
    opacity: 1;
    visibility: visible;
    display: block;
    animation: fadeIn;
    -webkit-animation: fadeIn 1s forwards;
    -moz-animation: fadeIn 1s forwards;
    animation: fadeIn 1s forwards; }
.modal .modal-dialog .modal-header {
  border-bottom: 0; }
  .modal .modal-dialog .modal-header.blue {
    background: #16bae7;
    padding: 20px;
    border-radius: 3px 3px 0 0; }
    .modal .modal-dialog .modal-header.blue .close {
      margin-top: -6px; }
    .modal .modal-dialog .modal-header.blue h2 {
      font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      color: white;
      margin: 0; }
      .modal .modal-dialog .modal-header.blue h2 i {
        font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 120%;
        display: inline-block;
        font-style: italic; }
.modal .modal-dialog .modal-title {
  font-size: 24px;
  margin: 0; }
.modal .modal-dialog .modal-dialog .modal-header {
  border-bottom: 0; }
.modal .modal-dialog .modal-dialog .btn {
  margin-top: 0; }
.modal .modal-dialog .modal-dialog .modal-footer {
  border-top: 0;
  background-color: #f9f9f9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .modal .modal-dialog .modal-dialog .modal-footer .btn {
    margin-top: 0; }

.modal.miso-modal .modal-dialog {
  width: 815px; }
  @media (max-width: 991px) {
    .modal.miso-modal .modal-dialog {
      width: auto; } }
  .modal.miso-modal .modal-dialog .colored {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-top: 0;
    margin-bottom: 25px; }
    .modal.miso-modal .modal-dialog .colored i {
      color: #16bae7; }
  .modal.miso-modal .modal-dialog .modal-body.modal-slider {
    padding: 0; }
  .modal.miso-modal .modal-dialog .modal-body h3 {
    font-size: 24px;
    margin-bottom: 35px;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700; }
    @media (max-width: 766px) {
      .modal.miso-modal .modal-dialog .modal-body h3 {
        font-size: 18px;
        margin-bottom: 15px; } }
  .modal.miso-modal .modal-dialog .modal-body p {
    font-size: 18px;
    line-height: 140%;
    color: #999999; }
    @media (max-width: 766px) {
      .modal.miso-modal .modal-dialog .modal-body p {
        font-size: 14px; } }
    .modal.miso-modal .modal-dialog .modal-body p.more-margin {
      margin-bottom: 25px; }
      @media (max-width: 766px) {
        .modal.miso-modal .modal-dialog .modal-body p.more-margin {
          margin-bottom: 20px; } }
  .modal.miso-modal .modal-dialog .modal-body ul {
    padding-left: 0px; }
    .modal.miso-modal .modal-dialog .modal-body ul li {
      font-size: 18px;
      margin-bottom: 9px; }
      @media (max-width: 766px) {
        .modal.miso-modal .modal-dialog .modal-body ul li {
          font-size: 14px; } }
      .modal.miso-modal .modal-dialog .modal-body ul li .icon {
        color: #16bae7;
        margin-right: 7px; }
      .modal.miso-modal .modal-dialog .modal-body ul li h4 {
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        color: #16bae7; }
        .modal.miso-modal .modal-dialog .modal-body ul li h4 i {
          font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 300;
          color: #3c3c3b;
          font-style: italic; }
    .modal.miso-modal .modal-dialog .modal-body ul.lead {
      margin-top: 15px;
      text-align: center;
      overflow: hidden; }
      .modal.miso-modal .modal-dialog .modal-body ul.lead li {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: .4s;
        /* Chrome, Safari, Opera */
        animation-delay: .4s; }
        .modal.miso-modal .modal-dialog .modal-body ul.lead li:nth-child(2) {
          -webkit-animation-delay: 1.2s;
          /* Chrome, Safari, Opera */
          animation-delay: 1.2s; }
          .modal.miso-modal .modal-dialog .modal-body ul.lead li:nth-child(2) h4 {
            -webkit-animation-delay: 2s;
            /* Chrome, Safari, Opera */
            animation-delay: 2s; }
        .modal.miso-modal .modal-dialog .modal-body ul.lead li:last-child {
          -webkit-animation-delay: 2.3s;
          /* Chrome, Safari, Opera */
          animation-delay: 2.3s; }
          .modal.miso-modal .modal-dialog .modal-body ul.lead li:last-child h4 {
            -webkit-animation-delay: 3.1s;
            /* Chrome, Safari, Opera */
            animation-delay: 3.1s; }
        .modal.miso-modal .modal-dialog .modal-body ul.lead li h4 {
          -webkit-animation-name: fade;
          animation-name: fade;
          -webkit-animation-duration: 1s;
          animation-duration: 1s;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-animation-delay: 1.2s;
          /* Chrome, Safari, Opera */
          animation-delay: 1.2s; }
        .modal.miso-modal .modal-dialog .modal-body ul.lead li.success .icon {
          position: absolute;
          color: #a5ca3c;
          margin-top: -38px;
          margin-left: -19px;
          border: 1px solid #a5ca3c;
          border-radius: 50%;
          width: 38px;
          height: 38px;
          background-color: white;
          padding-top: 7px; }
      .modal.miso-modal .modal-dialog .modal-body ul.lead a {
        text-decoration: none; }
      @media (max-width: 991px) {
        .modal.miso-modal .modal-dialog .modal-body ul.lead {
          width: 100%;
          text-align: center; } }
  .modal.miso-modal .modal-dialog .modal-body .checklist li {
    margin-bottom: 0px; }
    .modal.miso-modal .modal-dialog .modal-body .checklist li .icon {
      color: #a5ca3c; }
  .modal.miso-modal .modal-dialog .modal-footer .btn {
    color: white;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 120px;
    font-size: 16px; }
    @media (max-width: 991px) {
      .modal.miso-modal .modal-dialog .modal-footer .btn {
        display: inline;
        width: auto;
        min-width: 0px; } }
    .modal.miso-modal .modal-dialog .modal-footer .btn.btn-link {
      color: #cccccc;
      padding: 0;
      margin-right: 20px; }
    .modal.miso-modal .modal-dialog .modal-footer .btn.btn-success:hover {
      color: #f4bd3a; }

/*
 * Small modal, as used to show premium features.
 */
.miso-modal.small .modal-dialog {
  width: 470px; }
  .miso-modal.small .modal-dialog img {
    margin-bottom: 20px; }

/*
 * Medium modal, as used for jobcrawl welcome
 */
.miso-modal.medium .modal-dialog {
  width: 550px; }

.small .slide-content,
.medium .slide-content {
  padding-left: 25px;
  padding-right: 25px; }

/*
 * subheadline in modals
 */
.modal__subhead {
  text-align: center;
  font-size: 18px;
  color: #999999;
  margin-bottom: 20px;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300; }

.modal.miso-modal .pagination,
.pagination.dots {
  float: left;
  margin: 7px 0 0 25px;
  position: absolute;
  bottom: 25px; }
  .modal.miso-modal .pagination li a,
  .pagination.dots li a {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #cccccc;
    border-radius: 50%;
    margin-left: 7px;
    padding: 0;
    text-decoration: none; }
    .modal.miso-modal .pagination li a.active,
    .pagination.dots li a.active {
      background-color: #16bae7;
      border-color: #16bae7; }

.modal .modal-dialog .modal-header {
  border-bottom: 0; }
.modal .modal-dialog .modal-title {
  font-size: 24px;
  margin: 0; }
.modal .modal-dialog .modal-footer {
  border-top: 0;
  background-color: #e7e7e7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .modal .modal-dialog .modal-footer .btn {
    margin-top: 0; }
.modal .pin .slide-content {
  min-height: 150px; }
.modal .pin input {
  font-size: 24px;
  height: auto;
  text-align: center;
  max-width: 170px;
  margin: 35px auto 40px; }
  .modal .pin input.has-error {
    border-color: #dc5f5c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(220, 95, 92, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(220, 95, 92, 0.6); }
.modal .pin .error {
  bottom: -10px;
  width: 100%;
  color: #dc5f5c !important; }

.modal.fade .modal-dialog .modal-header {
  border-bottom: 0; }
  .modal.fade .modal-dialog .modal-header.tc-header {
    background: #16bae7;
    background-image: url(https://www.talentsconnect.com/files/assets/landingpages/logo-small.png);
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px 3px 0 0; }
  .modal.fade .modal-dialog .modal-header .icon {
    float: left;
    padding: 5px 10px 0px 10px;
    font-size: 24px; }
.modal.fade .modal-dialog .modal-title {
  font-size: 24px;
  margin: 0; }
  .modal.fade .modal-dialog .modal-title h4 {
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300; }
.modal.fade .modal-dialog .modal-footer {
  border-top: 0;
  background-color: #e7e7e7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .modal.fade .modal-dialog .modal-footer .btn {
    margin: 0 auto;
    float: none; }
.modal.fade .modal-dialog a {
  color: #16bae7;
  text-decoration: none; }
  .modal.fade .modal-dialog a:hover {
    text-decoration: none;
    opacity: .7; }

.doorpage .upload-doorpage, .doorpage .share-doorpage {
  padding-top: 30px;
  padding-bottom: 30px;
  display: block; }
  .doorpage .upload-doorpage h4, .doorpage .share-doorpage h4 {
    margin-top: 0px; }
  .doorpage .upload-doorpage .icon, .doorpage .share-doorpage .icon {
    font-size: 96px;
    padding-top: 30px; }

.table-responsive .no-documents {
  padding: 20px; }

.grades {
  margin-top: 20px; }
  .grades .inner {
    background: #838383;
    color: white;
    padding: 10px; }
    .grades .inner .grade {
      font-size: 22px;
      display: inline-block;
      text-align: center;
      width: 100%;
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700; }
    .grades .inner .subject {
      text-align: center;
      width: 100%;
      display: inline-block; }

.accordion-trigger {
  width: 100%;
  border-top: 1px solid #e7e7e7;
  padding: 10px 0px 5px;
  margin-top: 15px;
  display: block;
  font-style: normal; }
  .accordion-trigger .icon {
    float: right; }
  .accordion-trigger.collapsed {
    margin-bottom: -25px; }
    @media (max-width: 766px) {
      .accordion-trigger.collapsed {
        margin-bottom: 0; } }

.dropdown-menu .icon {
  font-size: 85%;
  color: #cccccc; }

.job-status {
  margin-left: 15px; }
  @media (max-width: 766px) {
    .job-status {
      display: block;
      margin: 1em 0 0 0; } }
  .job-status .icon {
    color: #a5ca3c;
    font-size: 12px; }

.detail-job-matching-head .detail-matching-head {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(230, 235, 243, 0.4); }

.criteria {
  padding-top: 70px;
  position: static; }
  .criteria > div {
    position: relative; }
  @media (max-width: 766px) {
    .criteria {
      padding: 20px 15px 15px;
      font-size: 14px; } }
  .criteria:before {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    margin-top: -30px;
    background: #e7e7e7;
    position: absolute; }
  .criteria .item {
    margin: 20px 0 50px;
    padding: 11px 0 10px;
    position: static;
    border: 1px solid #c6c6c6; }
    .criteria .item:hover .text, .criteria .item.active .text {
      opacity: 1;
      filter: opacity(100); }
    .criteria .item.first {
      border-radius: 3px 0px 0px 3px; }
      .criteria .item.first label:hover {
        border-right: 1px solid #16bae7; }
      .criteria .item.first:hover label {
        border-right: 1px solid #16bae7; }
      .criteria .item.first:hover + .item label {
        border-left: 0; }
    .criteria .item.last {
      border-radius: 0px 3px 3px 0px; }
      .criteria .item.last label {
        border-left: 0; }
    .criteria .item label {
      width: 100%;
      text-align: center;
      transition: all .2s;
      color: #c6c6c6; }
      .criteria .item label:hover {
        border-color: #16bae7;
        color: #16bae7;
        cursor: pointer; }
      .criteria .item label input[type="radio"] {
        display: none; }
    .criteria .item.active {
      border: 1px solid #16bae7;
      background: #16bae7;
      cursor: pointer; }
      .criteria .item.active label {
        color: white; }
  .criteria .text {
    color: #16bae7;
    font-size: 14px;
    line-height: 120%;
    transition: all .5s;
    opacity: 0;
    filter: opacity(0);
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 0 15px 0 0px;
    top: 70px;
    background-color: white; }
    @media (max-width: 766px) {
      .criteria .text {
        margin-top: 40px; } }

.text-right-sm {
  text-align: right; }
  @media (max-width: 991px) {
    .text-right-sm {
      text-align: left;
      margin-top: 20px; } }

.miso .form-group .input-group {
  margin-top: 25px; }
  .miso .form-group .input-group .input-group-addon {
    background: transparent;
    border: 0;
    padding: 0px 8px 10px; }
    .miso .form-group .input-group .input-group-addon .icon {
      color: #cccccc; }
  .miso .form-group .input-group .form-control {
    padding-left: 30px; }
  .miso .form-group .input-group label {
    left: 30px; }
  .miso .form-group .input-group .placeholder {
    left: 27px; }
.miso .form-group .error {
  color: #dc5f5c;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.miso .form-group select.form-control {
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none; }

.ios-switch {
  margin-top: 35px; }
  @media (max-width: 766px) {
    .ios-switch {
      margin-top: 0px; } }
  .ios-switch input {
    display: none; }
    .ios-switch input:checked + .default-switch {
      background-color: #a5ca3c;
      border: 1px solid #a5ca3c;
      box-shadow: inset 0 0 0 10px #a5ca3c; }
      .ios-switch input:checked + .default-switch small {
        transform: translate3d(40px, 0, 0px); }
      .ios-switch input:checked + .default-switch:after {
        content: "An";
        right: auto;
        left: 9px;
        color: white; }
  .ios-switch .default-switch {
    top: -2px;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 70px;
    box-sizing: content-box;
    border: 1px solid #f9f9f9;
    box-shadow: #f9f9f9 0px 0px 0px 16px inset;
    background-color: #f9f9f9; }
    .ios-switch .default-switch small {
      background: white;
      border-radius: 100%;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      height: 30px;
      position: absolute;
      top: 0;
      width: 30px;
      transition: .3s ease-in-out;
      z-index: 5; }
    .ios-switch .default-switch:after {
      content: "Aus";
      font-size: 15px;
      color: white;
      position: absolute;
      right: 9px;
      top: 5px;
      color: #838383;
      text-shadow: 0 0px 2px rgba(255, 255, 255, 0.4);
      z-index: 0; }
  .ios-switch .text {
    margin-right: 5px;
    color: #838383;
    font-size: 16px; }
    .ios-switch .text .icon {
      font-size: 18px; }

.feedback-link {
  position: absolute;
  right: 25px;
  top: -7px;
  margin-left: 5px;
  background: #f4bd3a;
  padding: 5px 15px;
  color: #fff;
  transition: all .2s; }
  .feedback-link:hover, .feedback-link:focus {
    text-decoration: none;
    color: #fff;
    top: -10px;
    box-shadow: inset 0 -1px 3px 0 rgba(0, 0, 0, 0.1); }

.no-evaluations {
  text-align: center; }
  .no-evaluations .no-evaluations-link {
    padding-top: 15px; }
    .no-evaluations .no-evaluations-link a {
      color: #16bae7;
      text-decoration: none; }

.card {
  background: white;
  padding: 20px 25px;
  margin-bottom: 30px;
  transition: all .3s; }
  .card:hover .circle {
    transform: scale(1.2); }
  .card h3 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #16bae7;
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300; }
  .card p {
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px; }
    .card p.legend {
      font-size: 14px;
      float: right; }
      .card p.legend .secondary {
        color: #a5ca3c; }
    .card p.sub {
      font-size: 18px; }
  .card .highlight {
    color: #16bae7; }
  .card .text {
    line-height: 120%;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-align: center; }
    .card .text .sub {
      display: inline-block;
      width: 100%;
      text-align: center;
      opacity: .7; }
  .card .quote {
    margin-top: 30px; }
  .card .bordered {
    border: 1px solid #e7e7e7;
    padding: 15px 5px;
    border-radius: 3px; }
  .card .inner {
    height: 100%;
    width: 100%;
    display: block; }
    .card .inner .centered {
      display: block;
      margin-top: 40px; }
  .card .circle {
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
    background: transparent;
    border: 1px solid #16bae7;
    border-radius: 50%;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #16bae7;
    transition: all .3s; }
    .card .circle.small {
      width: 70px;
      height: 70px;
      text-align: center;
      padding-top: 22px;
      margin-bottom: 15px; }
      .card .circle.small .icon {
        font-size: 24px; }
    .card .circle .score {
      font-size: 40px;
      margin-top: 35px;
      line-height: 100%;
      display: inline-block;
      text-align: center;
      width: 100%; }
    .card .circle .text {
      font-size: 14px;
      display: inline-block;
      width: 100%;
      text-align: center; }
  .card .graph {
    margin-top: 5px;
    position: relative; }
    .card .graph p {
      margin-bottom: 2px;
      font-size: 14px;
      line-height: 100%; }
    .card .graph .bar-container {
      max-width: 70%; }
    .card .graph .bar {
      height: 5px;
      display: block;
      border-radius: 3px;
      background-color: #16bae7;
      margin-bottom: 1px;
      min-width: 1%; }
      .card .graph .bar.job {
        background-color: #a5ca3c; }
    .card .graph .values {
      position: absolute;
      right: 0;
      top: 16px; }
      .card .graph .values .friend {
        color: #16bae7; }
      .card .graph .values .job {
        color: #a5ca3c; }
  .card .review-box {
    width: 100%;
    height: 60px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin-bottom: 5px;
    overflow: hidden;
    display: block; }
    .card .review-box:first-child {
      margin-top: 15px; }
    .card .review-box > div {
      display: table-cell;
      vertical-align: middle;
      padding: 5px 15px; }
      .card .review-box > div.icon {
        font-size: 16px;
        min-width: 90px; }
        .card .review-box > div.icon span {
          font-size: 18px;
          font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 700; }
        .card .review-box > div.icon .positive {
          color: #a5ca3c; }
        .card .review-box > div.icon .negative {
          color: #dc5f5c; }
      .card .review-box > div.text {
        text-align: left;
        border-left: 1px solid #e7e7e7;
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700; }
        .card .review-box > div.text span {
          font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 400;
          display: block;
          width: 100%;
          color: #3c3c3b; }
  .card .bx-pager {
    display: none; }
  .card .bxslider {
    height: 100%; }
    .card .bxslider .slide {
      height: 100%; }
  .card .full-slider .bx-wrapper .row {
    margin-left: 0;
    margin-right: 0; }
  .card .full-slider .bx-wrapper .bx-controls-direction a {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #838383;
    top: auto;
    bottom: -30px; }
    .card .full-slider .bx-wrapper .bx-controls-direction a i {
      text-shadow: none; }
  .card .bx-next .fa:after {
    content: "\f178"; }
  .card .bx-next .fa:before {
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    margin-right: 10px;
    content: "weitere Ergebnisse"; }
  .card .bx-prev .fa:before {
    content: "\f177"; }
  .card .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .card .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #16bae7; }
  .card .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: transparent;
    border: 1px solid #16bae7; }

.evaluation-container {
  margin-top: 20px; }

.nav-carousel .inner-carousel {
  border-bottom: 1px solid #e6ebf3; }
  @media (max-width: 766px) {
    .nav-carousel .inner-carousel .nav-bar {
      padding-top: 10px; } }
  .nav-carousel .inner-carousel .badge {
    margin-left: 6px;
    height: 20px;
    padding-top: 4px;
    background: transparent;
    color: #16bae7;
    border: 1px solid #16bae7; }

.job-container {
  margin-top: 20px; }

.score-container {
  padding: 10px 0;
  position: relative;
  margin: 0; }
  .score-container a {
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300; }
    .score-container a .picture {
      float: left;
      margin-right: 5px; }
    .score-container a .text {
      font-size: 16px;
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      padding: 6px 0 5px 34px;
      display: inline-block; }
    .score-container a .company {
      font-size: 12px;
      margin-top: 10px;
      display: block; }
    .score-container a .score {
      top: 2px;
      right: 47px;
      position: absolute; }
  .score-container .controls {
    top: 5px;
    right: 11px; }

.detail-job-matching-head {
  padding-bottom: 26px; }
  @media (max-width: 991px) {
    .detail-job-matching-head {
      padding-bottom: 0px; } }
  .detail-job-matching-head .head-title {
    min-height: 190px; }
    .detail-job-matching-head .head-title .picture-container {
      height: 190px;
      vertical-align: middle;
      display: table-cell;
      float: none; }
  @media (max-width: 766px) {
    .detail-job-matching-head h2 {
      font-size: 22px;
      overflow: hidden;
      text-overflow: ellipsis; } }
  .detail-job-matching-head h3, .detail-job-matching-head h5 {
    opacity: 1;
    font-size: 16px;
    color: #999999;
    line-height: 120%;
    letter-spacing: -0.02em; }
  @media (max-width: 766px) {
    .detail-job-matching-head h3 {
      font-size: 16px; } }
  .detail-job-matching-head h4.head-score {
    margin-top: 0; }
  .detail-job-matching-head h5 {
    margin: 20px 0 0px; }
    @media (max-width: 766px) {
      .detail-job-matching-head h5 {
        font-size: 16px; } }
    .detail-job-matching-head h5 a {
      color: #cccccc;
      font-size: 13px;
      padding: 3px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      margin-right: 5px; }
      .detail-job-matching-head h5 a:hover {
        text-decoration: none; }
  .detail-job-matching-head .label-tag {
    font-size: 12px;
    letter-spacing: 0em;
    display: inline-block;
    height: 24px;
    line-height: 20px;
    position: relative;
    margin-left: 15px;
    top: -5px;
    transition: all .3s;
    background: #16bae7;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden; }
    .detail-job-matching-head .label-tag.label-default {
      background: #cccccc; }
      .detail-job-matching-head .label-tag.label-default:before {
        border-right: 12px solid #cccccc; }
    .detail-job-matching-head .label-tag a {
      color: white; }
      .detail-job-matching-head .label-tag a:hover {
        text-decoration: none; }
    .detail-job-matching-head .label-tag:before {
      content: "";
      position: absolute;
      display: block;
      left: -11px;
      top: 0;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 12px solid #16bae7; }
    .detail-job-matching-head .label-tag:after {
      content: "";
      background-color: white;
      border-radius: 50%;
      width: 2px;
      height: 2px;
      display: block;
      position: absolute;
      left: -3px;
      top: 11px; }
    .detail-job-matching-head .label-tag:hover {
      transform: rotate(2deg); }
  .detail-job-matching-head hr {
    margin: 0; }
  .detail-job-matching-head .head-buttons {
    margin-top: 6px; }
    @media (max-width: 766px) {
      .detail-job-matching-head .head-buttons .btn-group {
        width: 100%; } }
    .detail-job-matching-head .head-buttons .btn {
      margin-left: 10px; }
      @media (max-width: 766px) {
        .detail-job-matching-head .head-buttons .btn {
          display: block;
          width: 100%;
          margin-left: 0;
          margin-top: 10px; } }
    @media (max-width: 766px) {
      .detail-job-matching-head .head-buttons {
        text-align: left; } }
  .detail-job-matching-head .head-details,
  .detail-job-matching-head .head-share {
    padding-bottom: 20px; }
  .detail-job-matching-head .status {
    margin-bottom: -34px;
    padding: 12px 0px 0;
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid rgba(230, 235, 243, 0.4); }
    @media (max-width: 991px) {
      .detail-job-matching-head .status {
        position: static;
        overflow: hidden;
        padding: 20px 0 0;
        background-color: transparent;
        line-height: 120%;
        border-top: 1px solid #fafafa;
        margin-bottom: 0px; } }
    @media (max-width: 766px) {
      .detail-job-matching-head .status {
        padding: 20px 0 0; } }
    .detail-job-matching-head .status .indication {
      color: #16bae7;
      padding-top: 3px;
      display: inline-block;
      margin-right: 15px;
      position: relative; }
      @media (max-width: 766px) {
        .detail-job-matching-head .status .indication {
          padding-top: 7px; } }
      @media (max-width: 991px) {
        .detail-job-matching-head .status .indication {
          display: block; } }
      .detail-job-matching-head .status .indication.success {
        color: #9bc335; }
      .detail-job-matching-head .status .indication .head-info .info {
        padding-right: 10px; }
        .detail-job-matching-head .status .indication .head-info .info:first-child {
          margin-bottom: 10px; }
        .detail-job-matching-head .status .indication .head-info .info .icon {
          padding-right: 5px; }

.matching-progress.lighten .progress-bar {
  background-color: #a0e3f6; }
.matching-progress.middle .progress-bar {
  background-color: #71d6f2; }

.detailpage-additionalinfo {
  position: relative; }
  .detailpage-additionalinfo .success {
    color: #a5ca3c;
    font-size: 15px;
    margin-left: 5px; }
  .detailpage-additionalinfo.no-border {
    border: 0; }

.document-table {
  box-shadow: none; }
  .document-table .table {
    background: transparent;
    font-size: 16px;
    border-collapse: inherit; }
    .document-table .table.fixed-height tr td {
      height: 130px; }
      .document-table .table.fixed-height tr td span {
        height: auto; }
    .document-table .table tr:first-child td {
      border-top: 0; }
    .document-table .table tr.add td {
      background: #dbf8ff;
      color: #16bae7;
      border-top: 2px dashed #16bae7;
      border-bottom: 2px dashed #16bae7; }
      .document-table .table tr.add td.category, .document-table .table tr.add td .icon {
        color: #16bae7; }
        .document-table .table tr.add td.category a, .document-table .table tr.add td .icon a {
          color: #16bae7; }
      .document-table .table tr.add td.icon {
        border-left: 2px dashed #16bae7; }
      .document-table .table tr.add td.control {
        border-right: 2px dashed #16bae7; }
        .document-table .table tr.add td.control a.edit {
          color: #16bae7;
          background: #a3e2ff;
          opacity: 1;
          visibility: visible; }
          .document-table .table tr.add td.control a.edit:hover {
            background: #16bae7; }
            .document-table .table tr.add td.control a.edit:hover .icon {
              color: #a3e2ff; }
    .document-table .table tr.alert .status {
      color: #f21c0a; }
    .document-table .table tr.success td {
      background-color: white; }
      .document-table .table tr.success td.status a {
        color: #a5ca3c; }
    .document-table .table tr.rejected .status {
      color: #3c3c3b; }
    .document-table .table tr th {
      padding-left: 0;
      padding-bottom: 5px;
      border: 0;
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #6b6b6b; }
      .document-table .table tr th[data-sortable='true'].sort-up {
        background: transparent;
        border: 0; }
        .document-table .table tr th[data-sortable='true'].sort-up .icon {
          color: #cccccc; }
    .document-table .table tr td {
      vertical-align: middle;
      border: 0;
      background: white;
      color: #cccccc;
      padding: 17px 0;
      border-top: 1px solid #f2f2f2; }
      .document-table .table tr td:first-child {
        padding-left: 17px; }
      .document-table .table tr td:last-child {
        padding: 0;
        vertical-align: middle; }
      .document-table .table tr td.large {
        overflow: hidden; }
        @media (min-width: 767px) and (max-width: 991px) {
          .document-table .table tr td.large {
            max-width: 150px; } }
        @media (max-width: 766px) {
          .document-table .table tr td.large {
            max-width: 100px; } }
        .document-table .table tr td.large a, .document-table .table tr td.large span {
          max-width: 220px;
          text-overflow: ellipsis;
          display: block;
          overflow: hidden; }
      .document-table .table tr td.middle {
        padding-right: 10px;
        overflow: hidden; }
        @media (min-width: 767px) and (max-width: 991px) {
          .document-table .table tr td.middle {
            max-width: 120px; } }
        @media (max-width: 766px) {
          .document-table .table tr td.middle {
            max-width: 80px; } }
        .document-table .table tr td.middle a, .document-table .table tr td.middle span {
          max-width: 150px;
          text-overflow: ellipsis;
          display: block;
          overflow: hidden; }
      .document-table .table tr td.status {
        padding-right: 15px;
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700; }
        .document-table .table tr td.status.alert {
          color: #f21c0a; }
        .document-table .table tr td.status.success {
          color: #a5ca3c;
          background-color: white; }
      .document-table .table tr td.score-container .detail-matching-head {
        margin-top: 0;
        position: relative; }
        .document-table .table tr td.score-container .detail-matching-head .text {
          font-size: 22px;
          color: #3c3c3b; }
        .document-table .table tr td.score-container .detail-matching-head .score {
          top: 0px;
          left: 3px;
          right: auto; }
      .document-table .table tr td .highlight {
        color: #3c3c3b;
        display: block; }
      .document-table .table tr td .icon {
        color: #cccccc;
        font-size: 24px; }
      .document-table .table tr td .check {
        color: #a5ca3c; }
      .document-table .table tr td a {
        color: #cccccc; }
      .document-table .table tr td.control {
        padding-right: 15px; }
        .document-table .table tr td.control.docs {
          width: 210px;
          white-space: nowrap !important; }
        .document-table .table tr td.control a {
          display: block;
          white-space: nowrap;
          font-size: 14px;
          margin-bottom: 5px;
          margin-left: 17px; }
          .document-table .table tr td.control a.add {
            display: block;
            width: 200px;
            white-space: nowrap;
            margin-left: 0px;
            font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
            font-style: normal;
            font-weight: 700;
            color: #16bae7;
            border: 2px dashed #16bae7;
            background: #a3e2ff;
            border-radius: 20px;
            padding: 2px 15px; }
          .document-table .table tr td.control a.arrow {
            transition: all .2s;
            font-size: 34px;
            color: black;
            opacity: .1; }
            .document-table .table tr td.control a.arrow:hover {
              opacity: .3; }
          .document-table .table tr td.control a .icon-container {
            font-size: 18px;
            position: relative;
            margin-right: 5px; }
            .document-table .table tr td.control a .icon-container .check {
              font-size: 14px;
              position: absolute;
              bottom: 0;
              right: 0; }
          .document-table .table tr td.control a.edit {
            margin: 0 10px 0px 0;
            opacity: 0;
            visibility: hidden;
            border-radius: 3px;
            padding-left: 3px;
            padding-top: 4px;
            display: table-cell;
            width: 40px;
            height: 40px;
            text-align: center;
            font-size: 23px;
            color: #16bae7;
            background: #caf3fe;
            float: right;
            transition: background 0.3s, color 0.3s; }
            .document-table .table tr td.control a.edit:hover {
              background: transparent;
              background: #16bae7; }
              .document-table .table tr td.control a.edit:hover .icon {
                color: #caf3fe;
                -webkit-animation: toLeftFromRight 0.3s forwards;
                -moz-animation: toLeftFromRight 0.3s forwards;
                animation: toLeftFromRight 0.3s forwards; }
      .document-table .table tr td.icon {
        transition: all .2s;
        color: #cccccc;
        width: 40px;
        padding-right: 15px;
        vertical-align: middle; }
      .document-table .table tr td.category a {
        transition: all .2s;
        color: #3c3c3b; }
      .document-table .table tr td.category span {
        color: #3c3c3b; }
      .document-table .table tr td.shared-job {
        border-top: 10px solid #f4f4f4; }
      .document-table .table tr td span.category {
        color: #3c3c3b; }
      .document-table .table tr td.shared-document {
        padding-bottom: 10px;
        padding-top: 10px;
        background: transparent;
        border-bottom: 1px solid white; }
        .document-table .table tr td.shared-document.left-column {
          border-left: 1px solid white; }
        .document-table .table tr td.shared-document.right-column {
          border-right: 1px solid white; }
    .document-table .table tr:hover .icon {
      color: #16bae7; }
    .document-table .table tr:hover .category a {
      color: #16bae7; }
    .document-table .table tr:hover .control a.edit {
      opacity: 1;
      visibility: visible; }

.question-modal {
  font-size: 24px;
  transition: all .2s;
  margin-top: 10px;
  border-radius: 3px;
  padding-top: 3px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #e7e7e7;
  color: #999999; }
  .question-modal:hover {
    text-decoration: none; }

.back-link {
  margin-top: -20px;
  display: block;
  color: #16bae7;
  font-size: 16px; }

.job-head {
  margin-top: 20px;
  margin-bottom: 35px; }
  .job-head .info {
    background: #e6ebf3;
    padding: 25px 20px;
    border-radius: 3px; }
    .job-head .info h2 {
      margin: 5px 0 0; }
    .job-head .info h3 {
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 20px;
      color: #999999; }
    .job-head .info .contact span {
      fonz-size: 14px;
      color: #999999; }
    .job-head .info .contact a {
      color: #16bae7;
      font-size: 16px; }

.group-guest .detail-job-matching-head .picture .img {
  background-size: contain;
  max-width: 95%;
  max-height: 95%; }

.picture {
  float: left;
  height: 75px;
  width: 75px;
  overflow: hidden;
  border-radius: 50%;
  background: white; }
  .picture .img {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 78px;
    width: 78px;
    margin: 0 auto; }
  .picture.small {
    height: 30px;
    width: 30px;
    bottom: 25px;
    left: 0; }
    .picture.small .img {
      height: 30px;
      width: 30px; }
  .picture.large {
    margin: 0 0 0px;
    height: 125px;
    width: 125px; }
    .picture.large .img {
      height: 128px;
      width: 128px; }
  .picture.company {
    background: #16bae7;
    font-size: 20px;
    text-align: center;
    padding-top: 3px;
    color: white; }

@media print {
  .picture {
    border-radius: 0; } }
.img__wrap {
  height: 240px;
  width: 240px;
  overflow: hidden; }

.img__wrap--print {
  width: auto;
  height: 128px; }

.communication {
  margin: 35px 0 0; }
  .communication .picture.small {
    position: absolute; }
  .communication .message {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
    width: 90%;
    float: left; }
    @media (max-width: 766px) {
      .communication .message {
        width: 100%; } }
    .communication .message .signature {
      font-size: small;
      display: block;
      padding: 10px; }
    .communication .message .content {
      margin: 0;
      background: white;
      border-radius: 5px;
      padding: 25px;
      font-size: 16px;
      border-bottom-left-radius: 0; }
      @media (max-width: 766px) {
        .communication .message .content {
          font-size: 13px;
          padding: 15px 5px; } }
      .communication .message .content .detail-matching-head .head-score {
        position: relative; }
        .communication .message .content .detail-matching-head .head-score .score {
          position: absolute;
          left: -5px;
          top: -12px; }
        .communication .message .content .detail-matching-head .head-score .text {
          padding: 6px 0 5px 28px;
          font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 24px; }
          .communication .message .content .detail-matching-head .head-score .text span {
            font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
            font-style: normal;
            font-weight: 300; }
      .communication .message .content .icon {
        font-size: 24px;
        color: #226e82; }
        .communication .message .content .icon.success {
          color: #a5ca3c; }
        .communication .message .content .icon.large {
          color: #16bae7;
          font-size: 80px; }
    .communication .message.applicant, .communication .message.other-user {
      margin-top: -20px;
      float: right;
      padding-left: 0;
      padding-right: 50px;
      margin-bottom: 50px; }
      .communication .message.applicant .content, .communication .message.other-user .content {
        float: right;
        width: 100%;
        border-bottom-right-radius: 0; }
      .communication .message.applicant .picture, .communication .message.other-user .picture {
        right: 2px;
        left: auto;
        bottom: 0; }
      .communication .message.applicant .date, .communication .message.applicant .signature, .communication .message.other-user .date, .communication .message.other-user .signature {
        position: absolute;
        right: 50px;
        bottom: -30px; }
        @media (max-width: 766px) {
          .communication .message.applicant .date, .communication .message.applicant .signature, .communication .message.other-user .date, .communication .message.other-user .signature {
            font-size: 12px; } }
    .communication .message .dashed-outline {
      outline: 2px dashed aqua; }
  .communication small {
    color: #cccccc;
    display: block; }
  .communication .highlight {
    color: #a5ca3c; }
  .communication .upload {
    background: #B9EAF8;
    border: 3px dashed #16bae7;
    color: #16bae7;
    padding: 20px 25px;
    border-radius: 5px;
    margin-top: 20px; }
    @media (max-width: 766px) {
      .communication .upload {
        padding: 10px 15px;
        max-width: 100%;
        margin: 15px auto 0; } }
    .communication .upload .text {
      height: 80px;
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 766px) {
        .communication .upload .text {
          height: auto; } }
      .communication .upload .text .icon {
        color: #16bae7;
        font-size: 16px;
        margin-right: 5px; }
    .communication .upload .icon-container {
      display: table-cell;
      padding: 25px 44px;
      background: #e6ebf3;
      position: relative; }
      .communication .upload .icon-container .icon.large {
        color: white; }
      .communication .upload .icon-container .overlap {
        position: absolute;
        bottom: 10px;
        right: 25px;
        color: #a5ca3c;
        font-size: 52px; }
    .communication .upload .text {
      margin-top: 57px; }
      .communication .upload .text span {
        color: #3c3c3b;
        height: auto; }
        .communication .upload .text span .highlight {
          color: #a5ca3c; }
      .communication .upload .text .ellip {
        color: #cccccc; }
    .communication .upload .control {
      font-size: 24px;
      color: #cccccc;
      position: absolute;
      right: 0; }
    .communication .upload.output {
      padding: 0;
      background: transparent;
      border: 0;
      display: none;
      position: relative; }
      .communication .upload.output .btn.cta {
        margin-top: 15px; }
    .communication .upload.success {
      padding: 0;
      background: transparent;
      border: 0;
      display: none;
      position: relative; }
  .communication .date {
    color: #cccccc;
    margin-top: 7px; }

.mobile-upload {
  margin-top: 20px; }
  .mobile-upload .select {
    margin-top: 20px; }

.job-document-line {
  color: #3c3c3b;
  padding-left: 10px; }
  .job-document-line .expandable {
    cursor: pointer;
    color: #3c3c3b;
    display: flex; }
    .job-document-line .expandable span {
      padding-left: 10px; }
  .job-document-line .nested-table {
    margin-top: 10px;
    width: 100%; }
    .job-document-line .nested-table .nested-column {
      background: #f4f4f4;
      padding-top: 5px;
      padding-bottom: 5px; }
      .job-document-line .nested-table .nested-column .text {
        color: #3c3c3b; }

.upload {
  margin-top: 40px; }

.register-container {
  height: auto !important; }
  .register-container .job-element {
    margin-bottom: 0;
    padding-bottom: 0; }
    @media (max-width: 766px) {
      .register-container .job-element {
        margin-bottom: 35px; } }

.register-box {
  text-align: left;
  display: none;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all .2s;
  margin-top: 10px;
  position: relative;
  z-index: 10;
  max-width: 960px; }
  .register-box.first, .register-box.active {
    display: block;
    animation: fadeIn;
    -webkit-animation: fadeIn 1s forwards;
    -moz-animation: fadeIn 1s forwards;
    animation: fadeIn 1s forwards; }
  .register-box.first {
    background: transparent;
    filter: none;
    max-width: 100%;
    margin-top: 0; }
    .register-box.first:after {
      display: none; }
  .register-box.hide {
    display: none !important;
    opacity: 0;
    visibility: hidden; }
  .register-box.job-container .btn.cta {
    font-size: 20px;
    padding: 10px 55px; }
    @media (max-width: 766px) {
      .register-box.job-container .btn.cta {
        width: 100%;
        display: block;
        font-size: 16px; } }
  .register-box.job-container.jobloader .content {
    display: table-cell;
    width: 970px;
    max-width: 100%;
    height: 500px;
    vertical-align: middle; }
  .register-box .job-element .job-element-head h2 .text {
    padding: 5px 0 5px 38px; }
  .register-box p {
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px; }
    @media (max-width: 766px) {
      .register-box p {
        font-size: 16px; } }
    .register-box p .highlight {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #16bae7; }
  .register-box h2.colored {
    color: white; }
    .register-box h2.colored i {
      color: white; }
  .register-box .job-element-outer {
    min-width: 0; }
    .register-box .job-element-outer.animate {
      opacity: 0; }
      .register-box .job-element-outer.animate:first-child {
        -webkit-animation: toFLoatedLeftFromRight 1s forwards;
        -webkit-animation-delay: 0s;
        animation: toFLoatedLeftFromRight 1s forwards;
        animation-delay: 0s; }
      .register-box .job-element-outer.animate:nth-child(2) {
        -webkit-animation: toFLoatedLeftFromRight 1s forwards;
        -webkit-animation-delay: .3s;
        animation: toFLoatedLeftFromRight 1.5s forwards;
        animation-delay: .3s; }
      .register-box .job-element-outer.animate:nth-child(3) {
        -webkit-animation: toFLoatedLeftFromRight 1s forwards;
        -webkit-animation-delay: 1.0s;
        animation: toFLoatedLeftFromRight 1.5s forwards;
        animation-delay: 1.0s; }
      .register-box .job-element-outer.animate:nth-child(4) {
        -webkit-animation: toFLoatedLeftFromRight 1s forwards;
        -webkit-animation-delay: 1.4s;
        animation: toFLoatedLeftFromRight 1.5s forwards;
        animation-delay: 1.4s; }
    .register-box .job-element-outer .job-element {
      margin-top: 30px; }
      @media (max-width: 766px) {
        .register-box .job-element-outer .job-element {
          margin-top: 0;
          margin-bottom: 10px; } }
      .register-box .job-element-outer .job-element:hover {
        top: 0; }
      .register-box .job-element-outer .job-element .job-element-content h3 {
        margin-bottom: 20px;
        height: 72px;
        min-height: 0;
        overflow: hidden; }
      .register-box .job-element-outer .job-element .job-element-content p {
        font-size: 14px;
        margin-bottom: 0px; }
      .register-box .job-element-outer .job-element.add-more {
        transition: all .2s; }
        .register-box .job-element-outer .job-element.add-more .job-element-content {
          height: 148px;
          padding-top: 15px;
          text-align: center;
          opacity: .5; }
          @media (max-width: 766px) {
            .register-box .job-element-outer .job-element.add-more .job-element-content {
              height: auto; } }
        .register-box .job-element-outer .job-element.add-more .job-element-head {
          height: 50px;
          opacity: .5;
          border: 0; }
          @media (max-width: 766px) {
            .register-box .job-element-outer .job-element.add-more .job-element-head {
              height: 0; } }
        .register-box .job-element-outer .job-element.add-more .icon {
          color: #cccccc;
          font-size: 46px;
          display: inline-block;
          margin-bottom: 2px;
          width: 100%; }
        .register-box .job-element-outer .job-element.add-more .text {
          font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 700; }
        .register-box .job-element-outer .job-element.add-more a:hover {
          text-decoration: none; }
          .register-box .job-element-outer .job-element.add-more a:hover .job-element-content {
            opacity: .8; }
          .register-box .job-element-outer .job-element.add-more a:hover .job-element-head {
            opacity: .8; }
  .register-box .number-jobs {
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top: 20px;
    font-size: 20px;
    color: white;
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300; }
    .register-box .number-jobs span {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #16bae7; }
  .register-box .register-head {
    background: rgba(22, 186, 231, 0.7);
    margin-top: 50px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 25px 0 35px; }
    @media (max-width: 766px) {
      .register-box .register-head {
        padding: 10px 0 15px; } }
    .register-box .register-head .indicator {
      font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      color: white; }
      .register-box .register-head .indicator span {
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700; }
    .register-box .register-head h2 {
      margin: 10px 0 0;
      font-size: 36px;
      color: white !important;
      line-height: 80%; }
      @media (max-width: 766px) {
        .register-box .register-head h2 {
          font-size: 24px;
          line-height: 120%;
          margin: 0; } }
      .register-box .register-head h2 i {
        font-size: 22px;
        color: white; }
      .register-box .register-head h2 .icon {
        font-size: 72px;
        display: block;
        margin-bottom: 20px; }
        @media (max-width: 766px) {
          .register-box .register-head h2 .icon {
            font-size: 38px;
            margin-bottom: 10px; } }
      .register-box .register-head h2.with-icon {
        margin-bottom: 60px; }
        @media (max-width: 766px) {
          .register-box .register-head h2.with-icon {
            margin-bottom: 20px; } }
    .register-box .register-head .picture {
      display: block;
      position: relative;
      border: 5px solid #efefef;
      height: 125px;
      width: 125px;
      float: left;
      margin-top: 15px;
      margin-right: 20px; }
      .register-box .register-head .picture .img {
        height: 118px;
        width: 118px; }
      @media (max-width: 766px) {
        .register-box .register-head .picture {
          margin-bottom: -15px;
          width: 40px;
          height: 40px;
          border: 2px solid #cccccc;
          bottom: -20px;
          margin-left: 0;
          position: static; }
          .register-box .register-head .picture .img {
            height: 38px;
            width: 38px; } }
  .register-box .register-content {
    background: white;
    padding: 35px 15px; }
    .register-box .register-content.more-padding {
      padding: 45px 50px; }
      @media (max-width: 766px) {
        .register-box .register-content.more-padding {
          padding-left: 20px;
          padding-right: 20px; } }
    @media (max-width: 766px) {
      .register-box .register-content {
        padding: 20px 15px; } }
    .register-box .register-content .checkbox {
      margin: 0 0 0 10px;
      display: inline; }
    .register-box .register-content .label-checkbox {
      position: static;
      min-width: 0;
      color: #838383;
      margin-top: 5px;
      margin-bottom: 0px;
      font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-style: italic; }
      .register-box .register-content .label-checkbox a {
        color: #16bae7; }
        .register-box .register-content .label-checkbox a:hover {
          text-decoration: none;
          opacity: .6; }
    .register-box .register-content .tag-container {
      display: inline-block; }
    .register-box .register-content .tag {
      float: left;
      position: relative;
      display: inline;
      background: #f9f9f9;
      padding: 8px 10px 7px 40px;
      height: 37px;
      border-radius: 3px; }
      .register-box .register-content .tag .input-group-addon {
        background: #d9d9d9;
        color: #999999;
        display: inline;
        position: absolute;
        top: 0px;
        left: 0;
        width: 32px;
        height: 37px;
        padding-top: 12px; }
      .register-box .register-content .tag .text {
        display: inline;
        font-style: normal;
        font-size: 16px;
        color: #333333; }
        @media (max-width: 766px) {
          .register-box .register-content .tag .text {
            font-size: 14px; } }
      .register-box .register-content .tag:hover {
        background: #e7e7e7; }
        .register-box .register-content .tag:hover .text {
          color: #3c3c3b; }
        .register-box .register-content .tag:hover .input-group-addon {
          background: #16bae7;
          color: white; }
          .register-box .register-content .tag:hover .input-group-addon .icon:before {
            content: "\f00c"; }
      .register-box .register-content .tag.add-values {
        background-color: transparent;
        border: 1px solid #999999;
        padding-left: 30px; }
        .register-box .register-content .tag.add-values .input-group-addon {
          background: transparent; }
        .register-box .register-content .tag.add-values .text {
          color: #999999; }
        .register-box .register-content .tag.add-values .icon {
          color: #999999; }
      .register-box .register-content .tag:hover {
        text-decoration: none; }
        .register-box .register-content .tag:hover .input-group-addon .icon:before {
          content: "\f067"; }
    .register-box .register-content input[type="checkbox"]:checked + .tag {
      background: #e7e7e7; }
      .register-box .register-content input[type="checkbox"]:checked + .tag .input-group-addon {
        background: #16bae7;
        color: white; }
        .register-box .register-content input[type="checkbox"]:checked + .tag .input-group-addon:hover {
          background: #dc5f5c; }
          .register-box .register-content input[type="checkbox"]:checked + .tag .input-group-addon:hover .icon:before {
            content: "\f00d"; }
        .register-box .register-content input[type="checkbox"]:checked + .tag .input-group-addon .icon:before {
          content: "\f00c"; }
      .register-box .register-content input[type="checkbox"]:checked + .tag .text {
        color: #3c3c3b; }
      .register-box .register-content input[type="checkbox"]:checked + .tag:hover {
        background: #e7e7e7; }
    .register-box .register-content p {
      font-size: 18px; }
      .register-box .register-content p a {
        color: #16bae7;
        transition: all .2s; }
        .register-box .register-content p a:hover {
          text-decoration: none;
          opacity: .8; }
    .register-box .register-content .form-group .tag-group {
      min-height: 50px;
      margin-top: 30px; }
      .register-box .register-content .form-group .tag-group .input-group-addon {
        font-size: 18px;
        padding-left: 0;
        vertical-align: bottom; }
      .register-box .register-content .form-group .tag-group .form-control, .register-box .register-content .form-group .tag-group .chosen-container {
        padding-left: 25px;
        z-index: 100; }
      .register-box .register-content .form-group .tag-group label, .register-box .register-content .form-group .tag-group .placeholder {
        left: 25px; }
      .register-box .register-content .form-group .tag-group .chosen-container .chosen-drop {
        border: 0; }
      .register-box .register-content .form-group .tag-group .search-choice {
        font-size: 16px;
        padding: 11px 15px 11px 45px;
        border-color: transparent;
        background: #f9f9f9;
        box-shadow: none; }
        .register-box .register-content .form-group .tag-group .search-choice .search-choice-close {
          display: inline-block;
          position: absolute;
          width: 35px;
          height: 37px;
          top: 0;
          left: 0;
          background: #16bae7;
          padding-top: 12px;
          text-align: center;
          border-radius: 3px 0 0 3px;
          transition: all .2s; }
          .register-box .register-content .form-group .tag-group .search-choice .search-choice-close:before {
            content: "\f00c";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            color: white;
            transition: all .2s; }
        .register-box .register-content .form-group .tag-group .search-choice:hover .search-choice-close {
          cursor: pointer;
          background: #dc5f5c; }
          .register-box .register-content .form-group .tag-group .search-choice:hover .search-choice-close:before {
            content: "\f00d";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            color: white; }
      .register-box .register-content .form-group .tag-group .search-field {
        height: 40px;
        position: relative;
        bottom: -6px; }
        .register-box .register-content .form-group .tag-group .search-field input[type="text"] {
          height: 40px; }
      @media (max-width: 766px) {
        .register-box .register-content .form-group .tag-group .chosen-select {
          margin-bottom: 30px; }
        .register-box .register-content .form-group .tag-group label.has-value {
          bottom: 0; } }
  .register-box .error {
    display: none; }
    .register-box .error .btn-primary {
      color: white;
      font-size: 18px; }
  .register-box .register-footer {
    background: #f2f2f2;
    padding: 20px 45px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    @media (max-width: 766px) {
      .register-box .register-footer {
        padding: 15px; } }
    .register-box .register-footer p {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      margin: 10px 0 0; }
      .register-box .register-footer p.error {
        text-align: left;
        color: #d01647;
        margin-top: 0;
        line-height: 110%; }
    .register-box .register-footer .btn {
      padding: 8px 22px;
      font-size: 16px;
      display: table;
      margin: 0 auto;
      min-width: 200px; }
      @media (max-width: 766px) {
        .register-box .register-footer .btn {
          margin-bottom: 10px;
          display: block;
          width: 100%;
          margin-top: 20px; } }
      .register-box .register-footer .btn.btn-link {
        color: #cccccc;
        float: none;
        margin-right: 20px;
        background: transparent;
        border: 0;
        min-width: 0; }
        @media (max-width: 766px) {
          .register-box .register-footer .btn.btn-link {
            margin-right: auto; } }
    .register-box .register-footer a {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      transition: all .2s; }
      .register-box .register-footer a:hover {
        text-decoration: none;
        opacity: .5; }
    .register-box .register-footer small {
      margin-left: 10px;
      display: block;
      margin-top: -2px;
      color: #838383; }
      @media (max-width: 766px) {
        .register-box .register-footer small {
          margin-bottom: 30px; } }
    .register-box .register-footer .pagination {
      bottom: auto;
      margin-top: 17px;
      left: 0; }
  .register-box.scout-head .register-head {
    position: relative;
    padding-bottom: 40px;
    text-align: center; }
    @media (max-width: 766px) {
      .register-box.scout-head .register-head {
        padding-bottom: 10px; } }
    @media (max-width: 766px) {
      .register-box.scout-head .register-head h2 {
        margin-bottom: 0; } }
    .register-box.scout-head .register-head .scout-container {
      position: absolute;
      bottom: -40px;
      width: 100%; }
      @media (max-width: 766px) {
        .register-box.scout-head .register-head .scout-container {
          position: relative;
          bottom: -20px; } }
      .register-box.scout-head .register-head .scout-container.top {
        position: static;
        margin-top: 50px;
        margin-bottom: -20px; }
      .register-box.scout-head .register-head .scout-container ul {
        padding: 0;
        display: inline-block; }
        .register-box.scout-head .register-head .scout-container ul li {
          float: left;
          margin-right: 10px; }
          .register-box.scout-head .register-head .scout-container ul li.last {
            margin-right: 0px; }
          .register-box.scout-head .register-head .scout-container ul li .title {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.5);
            padding: 20px 10px;
            color: white;
            font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
            font-style: normal;
            font-weight: 700;
            word-wrap: break-word;
            font-size: 14px;
            line-height: 14px;
            opacity: 0;
            transition: all .2s;
            display: none; }
          .register-box.scout-head .register-head .scout-container ul li:hover .title {
            filter: opacity(100);
            opacity: 1;
            display: block; }
            @media (max-width: 991px) {
              .register-box.scout-head .register-head .scout-container ul li:hover .title {
                display: none; } }
      .register-box.scout-head .register-head .scout-container .picture {
        height: 85px;
        width: 85px;
        margin-top: 0px;
        margin-right: 0px; }
        .register-box.scout-head .register-head .scout-container .picture .img {
          height: 88px;
          width: 88px; }
        @media (max-width: 766px) {
          .register-box.scout-head .register-head .scout-container .picture {
            margin-bottom: -15px;
            width: 40px;
            height: 40px;
            border: 2px solid #cccccc;
            bottom: -20px;
            margin-left: 0;
            position: static; }
            .register-box.scout-head .register-head .scout-container .picture .img {
              height: 38px;
              width: 38px; } }
  .register-box.scout-head .register-content {
    padding-top: 60px; }
    @media (max-width: 766px) {
      .register-box.scout-head .register-content {
        padding-top: 30px; } }
  .register-box .picture.top {
    display: block;
    margin: 35px auto 0px; }

.evaluation .feedback-link {
  top: 21px;
  transition: all .3s; }
  .evaluation .feedback-link:hover {
    top: 16px;
    padding-bottom: 10px; }
.evaluation .register-head, .evaluation .register-content, .evaluation .register-footer {
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 766px) {
    .evaluation .register-head, .evaluation .register-content, .evaluation .register-footer {
      padding-left: 15px;
      padding-right: 15px; } }
.evaluation .register-content h3 {
  color: #16bae7;
  margin-bottom: 60px;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300; }
.evaluation .register-content .decision {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  position: static; }
  @media (max-width: 766px) {
    .evaluation .register-content .decision {
      margin-bottom: -15px; } }
  .evaluation .register-content .decision .btn {
    width: 100%;
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    padding: 20px 0;
    font-size: 18px;
    color: #838383;
    background: white;
    border: 1px solid #838383; }
    @media (max-width: 766px) {
      .evaluation .register-content .decision .btn {
        font-size: 14px; } }
    .evaluation .register-content .decision .btn:hover {
      color: #a5ca3c;
      background: white;
      border: 1px solid #a5ca3c; }
  .evaluation .register-content .decision input[type="radio"]:checked + .btn {
    color: white !important;
    background: #a5ca3c;
    border: 1px solid #a5ca3c; }
    .evaluation .register-content .decision input[type="radio"]:checked + .btn:hover {
      color: white; }
.evaluation .register-footer .btn {
  float: right; }
  @media (max-width: 766px) {
    .evaluation .register-footer .btn {
      float: none; } }
.evaluation .job-element-content h3 {
  color: #3c3c3b;
  margin-bottom: 20px; }

.security-box {
  margin-left: 0;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  padding: 5px 15px 5px;
  text-align: center;
  opacity: 0;
  -webkit-animation: fadeIn 1.2s forwards;
  -webkit-animation-delay: 3.6s;
  animation: fadeIn 1.2s forwards;
  animation-delay: 3.6s; }
  .security-box li {
    color: white; }
    @media (max-width: 766px) {
      .security-box li {
        display: block; } }
    @media (max-width: 991px) {
      .security-box li.banner {
        margin: 7px 0 5px; } }
  .security-box .icon {
    color: #a5ca3c; }

.valid .input-group-addon.pull-right {
  visibility: visible;
  opacity: 1; }

.input-group-addon {
  border: 0;
  background-color: transparent; }
  .input-group-addon.pull-right {
    visibility: hidden;
    opacity: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    transition: all .5s; }
    .input-group-addon.pull-right ~ .form-control {
      padding-right: 20px; }
  .input-group-addon .success {
    color: #a5ca3c; }

@media (max-width: 991px) {
  .fixed-height {
    min-height: 60px; } }

.register-info {
  color: white;
  margin-top: 20px; }

.app-container-lp .outer.bg-cover {
  padding-bottom: 170px; }

.form-group.textarea {
  min-height: 100px;
  margin-top: 25px; }
  .form-group.textarea textarea.form-control {
    height: 100px; }
  .form-group.textarea label {
    top: -25px; }

.ten-rate {
  margin-bottom: 50px; }
  .ten-rate ul {
    padding: 0;
    text-align: center; }
  .ten-rate li {
    display: inline-block;
    font-size: 22px;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #c6c6c6;
    color: #c6c6c6;
    border-radius: 3px;
    padding-top: 12px;
    margin-bottom: 10px;
    margin-left: 7px;
    cursor: pointer; }
    @media (max-width: 766px) {
      .ten-rate li {
        width: 40px;
        height: 40px;
        padding-top: 5px; } }
    .ten-rate li:hover, .ten-rate li.active, .ten-rate li.selected {
      border-color: #16bae7;
      color: white;
      background: #16bae7; }

.fadeOut-container {
  position: relative;
  min-height: 50px; }

.modal-body form.register {
  padding-left: 50px;
  padding-right: 50px; }

.register-content select {
  color: #999; }

/**
 * Buttons on activity list.
 * The CTA button may occur multiple times, so it gets a reduced color.
 */
.teaser.contact .row .cta {
  background: #e7e7e7;
  color: #3e3d40; }
  .teaser.contact .row .cta:hover, .teaser.contact .row .cta:active, .teaser.contact .row .cta:focus {
    background: #c6c6c6;
    color: black !important;
    border-color: #c6c6c6; }

.tabpanel {
  padding: 60px;
  background-color: #e7e7e7;
  text-align: center; }
  @media (max-width: 766px) {
    .tabpanel {
      padding: 40px; } }

.tabpanel__image {
  padding-bottom: 15px;
  text-align: center; }
  @media (max-width: 766px) {
    .tabpanel__image {
      width: 140px;
      max-width: 100%; } }

.tabpanel__text {
  font-size: 16px;
  margin: 15px auto;
  color: #838383; }
  @media (min-width: 767px) and (max-width: 991px) {
    .tabpanel__text {
      max-width: 70%; } }

.tabpanel__link {
  color: #16bae7; }

.admin .navigation {
  position: static; }

.navigation {
  position: fixed;
  width: 100%;
  z-index: 1000; }
  @media (max-width: 766px) {
    .navigation {
      display: none; } }
  .navigation .content {
    max-width: 1200px;
    margin: 0 auto; }
  .navigation .top-navigation {
    background: #16bae7;
    padding: 7px 0; }
    .navigation .top-navigation .content {
      padding-left: 15px;
      padding-right: 15px; }
    .navigation .top-navigation .logo a {
      background-image: url("../../images/talentsconnect/logo.png");
      background-repeat: no-repeat;
      background-position: left center;
      height: 58px;
      width: 100%;
      display: inline-block; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        .navigation .top-navigation .logo a {
          background-image: url("../../images/talentsconnect/logo@2x.png");
          background-size: 110px 32px; } }
    .navigation .top-navigation .user {
      padding: 8px 15px 14px; }
      @media (min-width: 767px) and (max-width: 991px) {
        .navigation .top-navigation .user {
          padding: 8px 10px 14px; } }
      .navigation .top-navigation .user .flyout-link {
        color: white; }
        .navigation .top-navigation .user .flyout-link .picture {
          float: left;
          height: 40px;
          width: 40px; }
          .navigation .top-navigation .user .flyout-link .picture .img {
            height: 40px;
            width: 40px; }
        .navigation .top-navigation .user .flyout-link:hover {
          text-decoration: none; }
      .navigation .top-navigation .user .text {
        font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 400;
        padding-left: 10px;
        font-size: 16px;
        padding-top: 9px;
        display: inline-block;
        max-width: 200px; }
        @media (max-width: 766px) {
          .navigation .top-navigation .user .text {
            max-width: 100px; } }
      .navigation .top-navigation .user .fa-angle-down {
        font-size: 16px;
        position: relative;
        top: -5px; }
      .navigation .top-navigation .user:hover .fa-angle-down:before {
        content: "\f106"; }
    .navigation .top-navigation .settings .flyout-link {
      color: white;
      font-size: 20px;
      padding-top: 15px;
      display: inline-block;
      width: 40px;
      height: 40px;
      vertical-align: middle;
      text-align: center; }
      .navigation .top-navigation .settings .flyout-link:hover {
        text-decoration: none; }
    .navigation .top-navigation .settings .flyout-menu {
      min-width: 200px;
      left: auto;
      right: 0; }
    .navigation .top-navigation .main {
      margin-top: 15px; }
      .navigation .top-navigation .main li a {
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        color: #c9f0f2;
        transition: all .2s;
        position: relative; }
        .navigation .top-navigation .main li a .icon {
          font-size: 14px;
          margin-right: 3px; }
        .navigation .top-navigation .main li a .text {
          position: relative;
          z-index: 10; }
        .navigation .top-navigation .main li a:hover {
          color: white;
          text-decoration: none; }
      .navigation .top-navigation .main li .flyout {
        padding: 20px 20px;
        margin-top: -20px;
        margin-bottom: -20px; }
        @media (min-width: 767px) and (max-width: 991px) {
          .navigation .top-navigation .main li .flyout {
            padding: 20px 10px; } }
      .navigation .top-navigation .main > li.active {
        position: relative; }
        .navigation .top-navigation .main > li.active:before {
          content: "";
          position: absolute;
          bottom: -33px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 11px 11.5px 0 11.5px;
          border-color: #16bae7 transparent transparent transparent;
          margin-left: -5px;
          left: 50%; }
        .navigation .top-navigation .main > li.active a {
          color: white; }
  .navigation .user-navigation {
    background: #3e3d40;
    padding: 15px 15px;
    height: 135px;
    transition: all .2s; }
    .navigation .user-navigation.scrolled {
      background: rgba(62, 61, 64, 0.9);
      height: 40px;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.3); }
      .navigation .user-navigation.scrolled .picture {
        display: none; }
      .navigation .user-navigation.scrolled .tooltip-item:hover .tooltip-content {
        display: none; }
      .navigation .user-navigation.scrolled .profile-nav li.active:before {
        position: static;
        font-size: 16px; }
      .navigation .user-navigation.scrolled .profile-nav li.active a {
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #a5ca3c; }
        .navigation .user-navigation.scrolled .profile-nav li.active a:before {
          display: none; }
        .navigation .user-navigation.scrolled .profile-nav li.active a .icon {
          display: none; }
      .navigation .user-navigation.scrolled .profile-nav li a .circle {
        display: none; }
      .navigation .user-navigation.scrolled .profile-nav li a .icon {
        display: inline-block;
        margin-right: 3px;
        font-size: 13px; }
      .navigation .user-navigation.scrolled .show-nav {
        display: block; }
      .navigation .user-navigation.scrolled .greeting {
        height: auto;
        margin-top: 8px;
        display: block; }
        .navigation .user-navigation.scrolled .greeting .hidden-on-scroll {
          display: none; }
        .navigation .user-navigation.scrolled .greeting .visible-on-scroll {
          display: block; }
    .navigation .user-navigation .picture {
      background: transparent;
      margin-right: 25px;
      float: left;
      height: 105px;
      width: 105px;
      position: relative; }
      @media (min-width: 767px) and (max-width: 991px) {
        .navigation .user-navigation .picture {
          height: 95px;
          width: 95px; } }
      .navigation .user-navigation .picture .img {
        height: 105px;
        width: 105px; }
        @media (min-width: 767px) and (max-width: 991px) {
          .navigation .user-navigation .picture .img {
            height: 95px;
            width: 95px; } }
      .navigation .user-navigation .picture .add {
        display: block;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        text-align: center;
        padding-top: 30px;
        font-size: 17px;
        transition: all .3s;
        border-radius: 50%; }
      .navigation .user-navigation .picture:hover .add {
        opacity: 1;
        visibility: visible;
        text-decoration: none; }
    .navigation .user-navigation .greeting {
      color: white;
      opacity: .7;
      font-size: 24px;
      transition: all .2s;
      display: table-cell;
      height: 100px;
      vertical-align: middle; }
      @media (min-width: 767px) and (max-width: 991px) {
        .navigation .user-navigation .greeting {
          font-size: 22px; } }
      @media (max-width: 991px) {
        .navigation .user-navigation .greeting .welcome {
          display: none; } }
      .navigation .user-navigation .greeting .visible-on-scroll {
        display: none; }
      .navigation .user-navigation .greeting p {
        font-size: 18px;
        line-height: 120%;
        margin-top: 2px;
        margin-bottom: 0px; }
      .navigation .user-navigation .greeting .icon {
        padding-left: 5px;
        opacity: .4;
        font-size: 18px; }
      .navigation .user-navigation .greeting:hover {
        text-decoration: none;
        opacity: .7; }
        .navigation .user-navigation .greeting:hover .icon {
          opacity: .7; }
    .navigation .user-navigation .profile-nav {
      margin-top: 7px; }
      .navigation .user-navigation .profile-nav li {
        float: left;
        min-width: 120px;
        position: relative;
        text-align: center;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        animation: toFLoatedLeftFromRight 2s forwards; }
        @media (min-width: 767px) and (max-width: 991px) {
          .navigation .user-navigation .profile-nav li {
            min-width: 90px; } }
        .navigation .user-navigation .profile-nav li:first-child {
          animation: toFLoatedLeftFromRight 1.2s forwards; }
        .navigation .user-navigation .profile-nav li:last-child {
          animation: toFLoatedLeftFromRight 2.8s forwards; }
        .navigation .user-navigation .profile-nav li a {
          color: white;
          transition: all .2s; }
          .navigation .user-navigation .profile-nav li a .circle {
            width: 70px;
            height: 70px;
            display: block;
            margin: 0 auto 5px;
            background-size: cover; }
          .navigation .user-navigation .profile-nav li a .text {
            opacity: .7;
            font-size: 16px; }
          .navigation .user-navigation .profile-nav li a .icon {
            display: none; }
          .navigation .user-navigation .profile-nav li a:hover {
            text-decoration: none; }
            .navigation .user-navigation .profile-nav li a:hover .text {
              opacity: 1; }
            .navigation .user-navigation .profile-nav li a:hover .circle {
              opacity: .7; }
        .navigation .user-navigation .profile-nav li.active a:before {
          content: "\f00c";
          font: normal normal normal 14px/1 FontAwesome;
          color: #a5ca3c;
          position: absolute;
          top: 15px;
          font-size: 40px;
          text-align: center;
          width: 100%;
          left: 0;
          z-index: 1000; }
        .navigation .user-navigation .profile-nav li.active .circle {
          position: relative; }
          .navigation .user-navigation .profile-nav li.active .circle:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            background: rgba(0, 0, 0, 0.5);
            left: 0;
            top: 0;
            border-radius: 50%; }
    @media (max-width: 991px) {
      .navigation .user-navigation .tooltip-content {
        display: none; } }
    .navigation .user-navigation .show-nav {
      display: none;
      color: white;
      font-size: 22px;
      position: absolute;
      right: 0;
      margin-top: 3px; }

.user-navigation.scrolled .indication .active span.text {
  color: #999999;
  font-weight: 400; }
  .user-navigation.scrolled .indication .active span.text:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #a5ca3c;
    font-size: 16px;
    width: 100%;
    padding-right: 5px; }

.flyout,
.navigation .top-navigation .main li .flyout {
  position: relative; }
  .flyout .flyout-menu,
  .navigation .top-navigation .main li .flyout .flyout-menu {
    min-width: 170px;
    display: none;
    box-shadow: 0 6px 6px 2px rgba(62, 61, 64, 0.2);
    margin-top: 5px;
    background: white;
    position: absolute;
    width: 100%;
    text-align: left;
    z-index: 100;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px; }
    .flyout .flyout-menu ul,
    .navigation .top-navigation .main li .flyout .flyout-menu ul {
      padding: 0; }
      .flyout .flyout-menu ul li,
      .navigation .top-navigation .main li .flyout .flyout-menu ul li {
        margin-left: 0; }
        .flyout .flyout-menu ul li:last-child,
        .navigation .top-navigation .main li .flyout .flyout-menu ul li:last-child {
          border-bottom: 0; }
        .flyout .flyout-menu ul li a,
        .navigation .top-navigation .main li .flyout .flyout-menu ul li a {
          color: #3c3c3b;
          display: block;
          font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 400;
          transition: all .3s;
          font-size: 16px;
          margin: 2px 10px 2px 10px;
          padding: 8px 10px; }
          .flyout .flyout-menu ul li a .icon,
          .navigation .top-navigation .main li .flyout .flyout-menu ul li a .icon {
            padding-right: 15px;
            color: #cccccc; }
          .flyout .flyout-menu ul li a:hover,
          .navigation .top-navigation .main li .flyout .flyout-menu ul li a:hover {
            border-radius: 3px;
            background-color: #caf3fe;
            text-decoration: none; }
            .flyout .flyout-menu ul li a:hover .icon,
            .navigation .top-navigation .main li .flyout .flyout-menu ul li a:hover .icon {
              color: #16bae7; }
      .flyout .flyout-menu ul.sub,
      .navigation .top-navigation .main li .flyout .flyout-menu ul.sub {
        background: #f9f9f9;
        padding-top: 7px;
        padding-bottom: 5px;
        margin-top: 5px;
        margin-bottom: -5px; }
        .flyout .flyout-menu ul.sub li a,
        .navigation .top-navigation .main li .flyout .flyout-menu ul.sub li a {
          color: #3c3c3b;
          font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 400; }
  .flyout:hover .flyout-menu,
  .navigation .top-navigation .main li .flyout:hover .flyout-menu {
    display: block; }

.nav-mobile .navbar-toggle {
  padding-top: 0;
  float: left;
  margin-top: 0;
  margin-left: -15px;
  width: 50px;
  height: 50px; }
  .nav-mobile .navbar-toggle svg {
    max-width: 35px;
    margin-top: -8px; }

.head-fixed .navbar-collapse {
  position: fixed;
  z-index: 1000;
  background-color: white;
  width: 100%;
  top: 50px; }
  .head-fixed .navbar-collapse .darken {
    background: #f9f9f9; }
    .head-fixed .navbar-collapse .darken a {
      color: #3c3c3b; }
  .head-fixed .navbar-collapse ul {
    margin-top: 5px;
    margin-bottom: 5px; }
    .head-fixed .navbar-collapse ul li {
      margin: 0 5px; }
      .head-fixed .navbar-collapse ul li.active a {
        border-radius: 3px;
        background-color: #caf3fe;
        text-decoration: none; }
      .head-fixed .navbar-collapse ul li a {
        padding: 15px;
        font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        border-radius: 3px; }

.process-container {
  position: relative;
  margin-left: 5px; }
  .process-container .process {
    position: relative;
    background: white;
    width: 35px;
    height: 5px;
    display: inline-block;
    border-radius: 3px; }
    .process-container .process .indicator {
      position: absolute;
      left: 0;
      height: 5px;
      background-color: #a5ca3c;
      display: inline-block;
      border-radius: 3px; }
  .process-container .percent {
    position: absolute;
    top: -5px;
    font-size: 12px;
    opacity: .7;
    width: 100%;
    text-align: center; }

.black-nav .wrapper {
  padding-top: 155px; }
  @media (min-width: 767px) and (max-width: 991px) {
    .black-nav .wrapper {
      padding-top: 175px; } }
  @media (max-width: 766px) {
    .black-nav .wrapper {
      padding-top: 60px; } }

.animation-container {
  position: relative; }
  .animation-container .notification {
    content: "";
    display: block;
    position: absolute;
    right: -7px;
    bottom: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 0;
    background: rgba(203, 228, 64, 0.75);
    transition: transform ease-out 0.1s, background 0.2s; }
    @media (max-width: 766px) {
      .animation-container .notification {
        right: -1px;
        bottom: 14px;
        width: 8px;
        height: 8px; } }
    .animation-container .notification:after {
      content: "";
      pointer-events: none;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      top: 0;
      left: 0;
      padding: 0;
      z-index: -1;
      box-shadow: 0 0 0 2px rgba(203, 228, 64, 0.9);
      opacity: 0;
      transform: scale(0.9);
      animation: sonarEffect 1.3s ease-out 75ms 10; }

.inner-nav {
  padding: 0;
  margin-top: 160px;
  margin-right: 20px; }
  .inner-nav li {
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0px 7px; }
    .inner-nav li a {
      color: #3c3c3b;
      font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      transition: all .3s; }
      .inner-nav li a:hover {
        text-decoration: none;
        opacity: .6; }
      .inner-nav li a .icon {
        color: #16bae7;
        font-size: 20px;
        margin-right: 2px;
        width: 26px; }
    .inner-nav li:first-child a .icon {
      color: #f4bd3a; }
    .inner-nav li:last-child {
      border-bottom: 0; }
      .inner-nav li:last-child a .icon {
        color: #b9d35e; }
    .inner-nav li.active a {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700; }

.nav-layer {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
  /* IE */
  width: 100%;
  height: 100%;
  z-index: 101; }

.icon--ab {
  display: inline-block;
  position: relative;
  left: -6px;
  text-indent: -9999px;
  width: 25px;
  height: 12px;
  background-size: 25px 12px;
  background-image: url("/assets/img/svg/ab-test-icon.svg"); }
  a:hover .icon--ab {
    background-image: url("/assets/img/svg/ab-test-icon-bl.svg"); }

/*
 * Reset navigation on tablets for recruiter view
 *
 * This overruling is needed because recruiter view has the burger navigation on phones AND tablets,
 * other than applicant, where only phones get that.
 *
 */
@media (min-width: 767px) and (max-width: 991px) {
  .recruiter .navbar-toggle {
    display: block; }

  .recruiter .navbar-nav {
    float: none; }

  .recruiter .navbar-nav > li {
    float: none; }

  .recruiter .side-nav .slide-container {
    display: none; }

  .recruiter .navbar-collapse.collapse {
    display: none !important; }

  .recruiter .navbar-collapse.collapse.in {
    display: block !important; } }
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%); }

  50% {
    opacity: 0;
    -webkit-transform: translate(100%); }

  51% {
    opacity: 1; } }

@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%); }

  50% {
    opacity: 0;
    -moz-transform: translate(100%); }

  51% {
    opacity: 1; } }

@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%); }

  50% {
    opacity: 0;
    transform: translate(100%); }

  51% {
    opacity: 1; } }

@keyframes toFLoatedLeftFromRight {
  0% {
    opacity: 0; }

  49% {
    transform: translate(-100%); }

  50% {
    opacity: 0;
    transform: translate(100%); }

  71% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes toFLoatedLeftFromRight {
  0% {
    opacity: 0; }

  49% {
    transform: translate(-100%); }

  50% {
    opacity: 0;
    transform: translate(100%); }

  71% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes simplefadeIn {
  100% {
    opacity: 1; } }

@keyframes simplefadeIn {
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  10% {
    opacity: 0;
    transform: translateY(-30px); }

  25% {
    opacity: 1;
    transform: translateY(0px); }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  10% {
    opacity: 0;
    transform: translateY(-30px); }

  25% {
    opacity: 1;
    transform: translateY(0px); }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  10% {
    opacity: 0;
    transform: translateY(-30px); }

  25% {
    opacity: 1;
    transform: translateY(0px); }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  10% {
    opacity: 0;
    transform: translateY(-30px); }

  25% {
    opacity: 1;
    transform: translateY(0px); }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  10% {
    opacity: 0;
    transform: translateY(-30px); }

  25% {
    opacity: 1;
    transform: translateY(0px); }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0;
    display: none; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes toFLoatedLeftFromRight {
  0% {
    opacity: 0; }

  49% {
    transform: translate(-100%); }

  50% {
    opacity: 0;
    transform: translate(100%); }

  71% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes toFLoatedLeftFromRight {
  0% {
    opacity: 0; }

  49% {
    transform: translate(-100%); }

  50% {
    opacity: 0;
    transform: translate(100%); }

  71% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  10% {
    opacity: 0;
    transform: translateY(-30px); }

  25% {
    opacity: 1;
    transform: translateY(0px); }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  10% {
    opacity: 0;
    transform: translateY(-30px); }

  25% {
    opacity: 1;
    transform: translateY(0px); }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  10% {
    opacity: 0;
    transform: translateY(-30px); }

  25% {
    opacity: 1;
    transform: translateY(0px); }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  10% {
    opacity: 0;
    transform: translateY(-30px); }

  25% {
    opacity: 1;
    transform: translateY(0px); }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  10% {
    opacity: 0;
    transform: translateY(-30px); }

  25% {
    opacity: 1;
    transform: translateY(0px); }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 7px 7px rgba(203, 228, 64, 0.2), 0 0 0 7px rgba(255, 255, 255, 0.5); }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 7px 7px rgba(203, 228, 64, 0.2), 0 0 0 7px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.1);
    opacity: 0; } }

@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3; }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 7px 7px rgba(203, 228, 64, 0.2), 0 0 0 7px rgba(255, 255, 255, 0.5); }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 7px 7px rgba(203, 228, 64, 0.2), 0 0 0 7px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.1);
    opacity: 0; } }

@keyframes sonarEffect {
  0% {
    opacity: 0.3; }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 7px 7px rgba(203, 228, 64, 0.2), 0 0 0 7px rgba(255, 255, 255, 0.5); }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 7px 7px rgba(203, 228, 64, 0.2), 0 0 0 7px rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
    opacity: 0; } }

@-webkit-keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes animScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0, 0, 1); }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1); } }

@keyframes animScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0, 0, 1);
    transform: translate3d(0, -50%, 0) scale3d(0, 0, 1); }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -50%, 0) scale3d(1, 1, 1); } }

@-webkit-keyframes simplefadeIn {
  100% {
    opacity: 1; } }

@keyframes simplefadeIn {
  100% {
    opacity: 1; } }

.ns-box {
  display: none;
  position: fixed;
  z-index: 100000;
  background-color: white;
  width: 100%;
  top: 0;
  left: 0;
  background: #3e3d40;
  color: white;
  box-shadow: inset 4.5em 0 rgba(0, 0, 0, 0.6);
  padding: 25px; }
  .ns-box .inner .icon, .ns-box .inner .text {
    -webkit-animation-name: animScaleUp;
    animation-name: animScaleUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ns-box .inner .icon {
    background: #252426;
    font-size: 26px;
    transform: translate3d(0, -50%, 0);
    position: absolute;
    top: 50%; }
  .ns-box .inner .text {
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding-left: 75px; }
    .ns-box .inner .text a {
      color: #16bae7; }

.ns-effect-slidetop.ns-show {
  display: block;
  -webkit-animation-name: animSlideTop;
  animation-name: animSlideTop;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s; }

.grid {
  perspective: 1300px; }

.grid li {
  transform-style: preserve-3d; }

.grid li.animate {
  -webkit-animation: simplefadeIn 0.65s ease forwards;
  animation: simplefadeIn 0.65s ease forwards; }

/*eon*/
.eon {
  color: #e81b0a;
  text-align: center; }

.btn.eon {
  background-color: #e81b0a;
  border: 1px solid #e81b0a;
  color: white; }

/*e-dis and Avacon*/
.green-affiliate {
  color: #31a93f;
  text-align: center; }

.btn.green-affiliate {
  background-color: #31a93f;
  border: 1px solid #31a93f;
  color: white; }

/*bayernwerk*/
.bayernwerk {
  color: #0091bb;
  text-align: center; }

.btn.bayernwerk {
  background-color: #0091bb;
  border: 1px solid #0091bb;
  color: white; }

@media (max-width: 991px) {
  h1 {
    font-size: 28px; } }

/* LIST VIEW */
.recommendation {
  padding-bottom: 40px; }
  .recommendation h2, .recommendation h3 {
    margin: 0; }
  .recommendation .inner {
    padding: 15px 0 0; }
    .recommendation .inner hr {
      margin: 0; }
    .recommendation .inner > div {
      border: 1px solid #e7e7e7;
      border-radius: 4px;
      margin-bottom: 7px; }
      .recommendation .inner > div a:hover {
        text-decoration: none; }
      .recommendation .inner > div .title {
        padding-top: 15px; }
      .recommendation .inner > div .link {
        padding-top: 16px;
        padding-bottom: 10px;
        text-align: right; }
        .recommendation .inner > div .link a:hover {
          opacity: 0.8;
          transition: opacity .5s; }
        @media (max-width: 766px) {
          .recommendation .inner > div .link {
            text-align: left;
            padding-top: 0; } }
    .recommendation .inner .reset-jobs {
      padding-top: 20px; }
  @media (max-width: 766px) {
    .recommendation {
      padding-top: 30px;
      padding-bottom: 30px; }
      .recommendation .output .recommendation .title {
        padding-top: 15px; }
      .recommendation .output .recommendation .link {
        padding-top: 0;
        padding-bottom: 15px;
        text-align: left; }
      .recommendation .output .reset-jobs .btn {
        display: block; } }

/* SLIDER */
.full-slider .bx-wrapper {
  margin-bottom: 35px;
  margin-left: 8px;
  /* fix slider inaccuracy */ }
  .full-slider .bx-wrapper .bx-viewport {
    bordeR: 0;
    box-shadow: none; }
    .full-slider .bx-wrapper .bx-viewport li > div {
      height: 300px;
      background-size: cover;
      background-position: top center; }
      .full-slider .bx-wrapper .bx-viewport li > div.item {
        height: auto; }
  .full-slider .bx-wrapper .bx-controls-direction a {
    height: 60px;
    z-index: 10;
    background: none;
    text-indent: 0px;
    font-size: 60px;
    color: white; }
    .full-slider .bx-wrapper .bx-controls-direction a i {
      text-shadow: 0 0 5px #303030;
      float: left; }

.hire__container {
  padding: 100px 0;
  overflow: hidden;
  font-size: 18px; }
  @media (max-width: 766px) {
    .hire__container {
      padding: 50px 0; } }
  .hire__container.no-pt {
    padding-top: 0; }

.hire__container h2 {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 70px; }
  @media (max-width: 766px) {
    .hire__container h2 {
      font-size: 30px; } }
  .hire__container h2.no-mb {
    margin-bottom: 0; }

.hire__container h2 + i,
.hire__container h2 + em {
  margin-top: -30px;
  display: block; }

.hire__container .form-control {
  color: #999; }

.hire__container .has-error .form-control {
  color: #DC5F5C !important; }

.hire__container .img-responsive {
  margin: 0 auto; }
  @media (max-width: 766px) {
    .hire__container .img-responsive {
      margin: 20px auto; } }

.hire-btn {
  color: white;
  padding: 11px 40px 9px;
  font-size: 20px;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .hire-btn:hover, .hire-btn:active, .hire-btn:focus {
    color: white; }

.hire-btn--centered {
  margin: 0 auto; }

.hire-btn--main {
  background: #a5ca3c; }
  .hire-btn--main:hover, .hire-btn--main:active, .hire-btn--main:focus {
    background-color: #97ba33; }

.hire-btn.hire-category--individual, .hire-category--individual .hire-btn {
  background-color: #f4bd3a; }
  .hire-btn.hire-category--individual:hover, .hire-btn.hire-category--individual:active, .hire-btn.hire-category--individual:focus, .hire-category--individual .hire-btn:hover, .hire-category--individual .hire-btn:active, .hire-category--individual .hire-btn:focus {
    background-color: #f3b522; }
.hire-btn.hire-category--recruiting, .hire-category--recruiting .hire-btn {
  background-color: #16bae7; }
  .hire-btn.hire-category--recruiting:hover, .hire-btn.hire-category--recruiting:active, .hire-btn.hire-category--recruiting:focus, .hire-category--recruiting .hire-btn:hover, .hire-category--recruiting .hire-btn:active, .hire-category--recruiting .hire-btn:focus {
    background-color: #14a7d0; }
.hire-btn.hire-category--employer, .hire-category--employer .hire-btn {
  background-color: #a5ca3c; }
  .hire-btn.hire-category--employer:hover, .hire-btn.hire-category--employer:active, .hire-btn.hire-category--employer:focus, .hire-category--employer .hire-btn:hover, .hire-category--employer .hire-btn:active, .hire-category--employer .hire-btn:focus {
    background-color: #97ba33; }

form .hire-btn {
  margin-top: 20px; }

.mood-slide .hire-category--individual .hire-btn {
  background-color: #ee9411; }
  .mood-slide .hire-category--individual .hire-btn:hover, .mood-slide .hire-category--individual .hire-btn:active, .mood-slide .hire-category--individual .hire-btn:focus {
    background-color: #d6850f; }

/*
 *  To color theme elements, use "hire-category--" modifier
 */
.hire-cat-label {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.3px;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }

.hire-cat-label__url {
  text-transform: lowercase;
  letter-spacing: normal;
  color: inherit;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }

.fa.hire-category--employer, .hire-category--employer .fa,
.colored.hire-category--employer, .hire-category--employer
.colored,
.hire-cat-label--colored.hire-category--employer, .hire-category--employer
.hire-cat-label--colored {
  color: #a5ca3c; }
.fa.hire-category--individual, .hire-category--individual .fa,
.colored.hire-category--individual, .hire-category--individual
.colored,
.hire-cat-label--colored.hire-category--individual, .hire-category--individual
.hire-cat-label--colored {
  color: #f4bd3a; }
.fa.hire-category--recruiting .fa, .hire-category--recruiting .fa,
.colored.hire-category--recruiting
.colored, .hire-category--recruiting
.colored,
.hire-cat-label--colored.hire-category--recruiting
.hire-cat-label--colored, .hire-category--recruiting
.hire-cat-label--colored {
  color: #16bae7; }

.hire-category__features {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  padding: 0; }

.hire-category__features li:before {
  display: inline-block;
  padding: 0 5px;
  content: "+";
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .hire-category--employer .hire-category__features li:before {
    color: #a5ca3c; }
  .hire-category--individual .hire-category__features li:before {
    color: #f4bd3a; }
  .hire-category--recruiting .hire-category__features li:before {
    color: #16bae7; }

.hire-category__features--inline {
  padding: 0 0 1vw 0;
  font-size: 24px; }

.hire-category__features--inline li {
  display: inline; }

.mood-slider {
  position: fixed;
  margin-top: 0 !important;
  width: 100%;
  text-align: left; }
  @media (max-width: 766px) {
    .mood-slider {
      position: relative;
      text-align: center; } }

@media (max-width: 766px) {
  .mood-slide .device-container {
    display: none; } }

.mood-slide__inner {
  height: 841px;
  background-size: cover;
  padding: 100px 0;
  background-position: 50%; }
  @media (max-width: 766px) {
    .mood-slide__inner {
      padding: 100px 0 180px; } }

.mood-slide .hire-btn {
  margin-top: 10px; }
  @media (max-width: 766px) {
    .mood-slide .hire-btn {
      padding-left: 10px;
      padding-right: 10px; } }

.mood-slider .press-releases {
  background-color: rgba(244, 244, 244, 0.8);
  position: relative;
  padding: 30px 0 100%;
  margin: 0;
  z-index: 0;
  bottom: 293px; }
  .mood-slider .press-releases:before {
    content: '';
    background: linear-gradient(to right, #16bae7, #16bae7 33%, #a5ca3c 33%, #a5ca3c 66%, #f4bd3a 66%, #f4bd3a 100%);
    width: 100%;
    height: 5px;
    left: 0;
    top: -5px;
    position: absolute; }
  @media (max-width: 766px) {
    .mood-slider .press-releases {
      bottom: 204px;
      padding-bottom: 83px; } }

.mood-slider .press-releases h3 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 14px;
  color: #838383;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .mood-slider .press-releases img {
    max-height: 35px; } }
.mood-slider .stoerer {
  width: 202px;
  height: 202px;
  position: absolute;
  top: 300px;
  right: 200px;
  z-index: 1; }
  @media (max-width: 991px) {
    .mood-slider .stoerer {
      display: none; } }

.mood-slider .devices--recruiting,
.mood-slider .devices--employer {
  margin-top: 60px; }

.mood-slider .device-container--iphone {
  top: 120px; }

.mood-slider .device-container--ipad {
  top: 110px;
  left: 310px; }

/* bxslider elements */
.mood-slider .bx-pager {
  bottom: 280px; }
  @media (max-width: 766px) {
    .mood-slider .bx-pager {
      bottom: 300px; } }

.mood-slider .bx-pager.bx-default-pager a {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.mood-slider .bx-pager.bx-default-pager a.active {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.mood-slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 20px;
  height: 20px;
  border-radius: 50%; }

@media (max-width: 991px) {
  .mood-slider .bx-controls {
    margin-top: -90px; } }
.mood-slider .bx-controls-direction {
  display: none; }

.mood-slider.no-fx {
  position: static; }

.mood__claim {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: white; }

h1.mood__claim {
  font-size: 60px;
  margin-top: 80px;
  line-height: 0.95; }
  @media (max-width: 991px) {
    h1.mood__claim {
      font-size: 40px; } }

h2.mood__claim {
  font-size: 42px; }
  @media (max-width: 991px) {
    h2.mood__claim {
      font-size: 40px; } }

.mood__claim__sub {
  font-style: italic;
  margin-left: 0;
  font-weight: 300;
  font-size: 24px;
  text-shadow: none; }
  @media (max-width: 991px) {
    .mood__claim__sub {
      display: block; } }

.mood__claim__super {
  text-transform: uppercase;
  margin-left: 0;
  font-weight: 300;
  font-size: 16px;
  text-shadow: none; }

@media (max-width: 766px) {
  .mood__claim br {
    display: none; } }

.device-container {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat; }

.device-container > .screen {
  position: absolute;
  overflow: hidden; }

.device-container > .screen img {
  width: 100%; }

/* DEVICES */
.device-container--macbook {
  padding-bottom: 280px;
  background-image: url("/assets/img/landingpages/devices/macbook.png"); }

.device-container--macbook .screen {
  top: 25px;
  left: 58px;
  width: 355px;
  height: 222px; }

.device-container--iphone {
  padding-bottom: 190px;
  background-image: url("/assets/img/landingpages/devices/iphone.png"); }

.device-container--iphone .screen {
  top: 21px;
  left: 6px;
  width: 75px;
  height: 132px; }

.device-container--ipad {
  padding-bottom: 210px;
  background-image: url("/assets/img/landingpages/devices/ipad.png"); }

.device-container--ipad .screen {
  top: 19px;
  left: 18px;
  width: 126px;
  height: 168px; }

.device-container--imac {
  padding-bottom: 315px;
  background-image: url("/assets/img/landingpages/devices/imac.png"); }

.device-container--imac .screen {
  top: 16px;
  left: 17px;
  width: 352px;
  height: 196px; }

.price-table {
  display: table;
  width: 100%;
  border: 1px solid gainsboro;
  color: #838383;
  background-color: white;
  font-size: 18px;
  margin-top: 10px;
  overflow: hidden;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300; }
  .price-table .hire-category--inactive {
    color: #c6c6c6; }

.price-table__row {
  display: table-row; }

.price-table__col {
  display: table-cell;
  padding: 25px 0 25px;
  border-bottom: 1px solid gainsboro; }
  @media (min-width: 992px) {
    .price-table--last .price-table__col {
      border-bottom: none; } }
  @media (max-width: 991px) {
    .price-table__col {
      display: block;
      border-bottom: none; } }

.price-table__divided {
  padding: 25px 0; }
  .price-table__divided:first-of-type {
    padding-top: 0;
    height: 101px;
    border-bottom: 1px solid gainsboro; }
    @media (max-width: 991px) {
      .price-table__divided:first-of-type {
        height: auto; } }
  .price-table__divided:last-of-type {
    padding-bottom: 0; }

.price-table__col--head {
  padding: 25px 45px;
  box-shadow: 0px 0px 0px 5px white inset;
  color: white;
  vertical-align: middle;
  text-align: center;
  position: relative; }
  .hire-category--recruiting .price-table__col--head {
    background-color: #16bae7; }
    .hire-category--recruiting .price-table__col--head:after {
      content: '';
      border-left: 15px solid #16bae7;
      border-right: 22px solid white;
      border-bottom: 0px solid #16bae7;
      border-top: 230px solid white;
      position: absolute;
      right: 0px;
      bottom: 5px;
      -webkit-transform: rotate(360deg);
      /* poor mans anti aliasing hack */ }
  .hire-category--employer .price-table__col--head {
    background-color: #a5ca3c; }
    .hire-category--employer .price-table__col--head:after {
      content: '';
      border-left: 7px solid #a5ca3c;
      border-right: 14px solid white;
      border-bottom: 0px solid #a5ca3c;
      border-top: 115px solid white;
      position: absolute;
      right: 0px;
      bottom: 5px;
      -webkit-transform: rotate(360deg); }
  .hire-category--individual .price-table__col--head {
    background-color: #f4bd3a; }
    .hire-category--individual .price-table__col--head:after {
      content: '';
      border-left: 13px solid #f4bd3a;
      border-right: 0px solid white;
      border-bottom: 0px solid #f4bd3a;
      border-top: 195px solid white;
      position: absolute;
      right: 0;
      bottom: 5px;
      -webkit-transform: rotate(360deg); }
  .hire-category--inactive .price-table__col--head {
    background-color: #c6c6c6; }
    .hire-category--inactive .price-table__col--head:after {
      border-left-color: #c6c6c6;
      border-bottom-color: #c6c6c6; }
  .price-table__col--head.no-btn {
    padding: 45px 45px; }
  @media (max-width: 991px) {
    .price-table__col--head:after {
      border: none !important; } }

.price-table__col--features {
  padding-left: 25px; }
  @media (max-width: 991px) {
    .price-table__col--features {
      padding-right: 25px;
      text-align: center; } }

.table__features {
  padding-left: 0;
  font-size: 18px;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300; }

.table__features li:before {
  display: inline-block;
  padding-right: 10px;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .hire-category--employer .table__features li:before {
    color: #a5ca3c; }
  .hire-category--individual .table__features li:before {
    color: #f4bd3a; }
  .hire-category--recruiting .table__features li:before {
    color: #16bae7; }
  .hire-category--inactive .table__features li:before {
    color: white; }

.price-table__col--price {
  width: 170px;
  border-left: 1px solid gainsboro;
  vertical-align: middle;
  text-align: center; }
  @media (max-width: 991px) {
    .price-table__col--price {
      width: 100%;
      border-left: none; } }
  .hire-category--inactive .price-table__col--price, .price-table__col--price.hire-category--inactive {
    color: white;
    border-left: white; }
    @media (max-width: 991px) {
      .hire-category--inactive .price-table__col--price, .price-table__col--price.hire-category--inactive {
        display: none; } }

.price-table__cat {
  margin-bottom: 10px; }

.price-table__btn {
  padding: 6px 12px;
  border: 2px solid white;
  border-radius: 2px;
  color: white;
  font-size: 18px;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .price-table__btn:hover, .price-table__btn:active, .price-table__btn:focus {
    color: white; }
  .hire-category--inactive .price-table__btn {
    visibility: hidden; }

.price-table__price {
  font-size: 24px;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .hire-category--employer .price-table__price {
    color: #a5ca3c; }
  .hire-category--individual .price-table__price {
    color: #f4bd3a; }
  .hire-category--recruiting .price-table__price {
    color: #16bae7; }
  .hire-category--inactive .price-table__price {
    color: white; }

.price-table__price-mobile {
  text-align: center; }
  @media (min-width: 992px) {
    .price-table__price-mobile {
      display: none; } }

.price-table__price-mobile .price-table__price {
  display: block; }

.hire-cat-label + .price-table {
  margin-bottom: 10px; }

.image-teaser {
  position: relative;
  width: 33%;
  text-align: center;
  float: left; }
  @media (min-width: 767px) and (max-width: 991px) {
    .image-teaser {
      width: 490px;
      display: block;
      float: none;
      margin: 0 auto; } }
  @media (max-width: 766px) {
    .image-teaser {
      width: 100%; } }

.image-teaser__content {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 22px);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.5vw;
  display: none; }
  @media (min-width: 992px) and (max-width: 1300px) {
    .image-teaser__content {
      padding: 10px; } }
  @media (max-width: 991px) {
    .image-teaser__content {
      display: block;
      padding: 15px; } }
  @media (max-width: 991px) {
    .image-teaser__content {
      position: relative; } }

.image-teaser:hover > .image-teaser__content {
  display: block; }

.image-teaser__image {
  width: 100%; }
  @media (max-width: 766px) {
    .image-teaser__image {
      display: none; } }

.image-teaser__hl {
  color: white;
  font-size: 2vw;
  line-height: 1;
  margin-bottom: 1.5vw;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 991px) {
    .image-teaser__hl {
      font-size: 26px;
      margin-bottom: 20px; } }

.image-teaser__features {
  color: white;
  font-size: 1.3vw;
  padding-left: 0;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-style: italic; }
  @media (max-width: 991px) {
    .image-teaser__features {
      font-size: 16px; } }

.image-teaser__btn {
  margin: 1vw auto;
  color: white;
  padding: 6px 12px;
  font-size: 1.2vw;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
  @media (max-width: 991px) {
    .image-teaser__btn {
      margin: 20px auto;
      font-size: 18px; } }

.image-teaser__footer {
  position: relative;
  color: white;
  text-align: center; }
  @media (max-width: 766px) {
    .image-teaser__footer {
      color: transparent; } }

@media (min-width: 992px) {
  .image-teaser__cat {
    font-size: 1.2vw; } }

.hire-category--employer .image-teaser__footer {
  background-color: #a5ca3c; }
.hire-category--individual .image-teaser__footer {
  background-color: #f4bd3a; }
.hire-category--recruiting .image-teaser__footer {
  background-color: #16bae7; }

.hire-banner {
  background-repeat: no-repeat;
  max-height: 350px; }
  @media (max-width: 766px) {
    .hire-banner {
      max-height: none; } }

.usp-teasers .usp-teaser:before {
  display: block;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .hire-category--employer .usp-teasers .usp-teaser:before {
    color: #a5ca3c; }
  .hire-category--individual .usp-teasers .usp-teaser:before {
    color: #f4bd3a; }
  .hire-category--recruiting .usp-teasers .usp-teaser:before {
    color: #16bae7; }

.usp-teaser {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px; }

.usp-teaser em {
  font-weight: 300; }

.usp-teaser img {
  margin: 0 auto;
  display: block; }

@media (max-width: 766px) {
  .mood-teaser .mood-slide__inner {
    height: 400px;
    padding: 80px 0; } }

.subnav__btn {
  background-color: #cccccc;
  padding: 5px;
  width: 100%; }
  .hire-category--employer .subnav__btn, .hire-category--individual .subnav__btn, .hire-category--recruiting .subnav__btn {
    background-color: #cccccc; }

.subnav__item {
  display: inline-block; }
  @media (max-width: 766px) {
    .subnav__item {
      padding: 5px;
      display: block; } }

.subnav__btn.active {
  box-shadow: none; }
  .hire-category--employer .subnav__btn.active {
    background-color: #a5ca3c; }
  .hire-category--individual .subnav__btn.active {
    background-color: #f4bd3a; }
  .hire-category--recruiting .subnav__btn.active {
    background-color: #16bae7; }

.casestudy-container {
  padding-bottom: 0;
  padding-top: 0; }

.casestudy-container .lp-features {
  padding-bottom: 0; }

.casestudy-container .inner {
  background: transparent none no-repeat scroll right center;
  padding: 100px 0 150px;
  height: 650px;
  overflow: hidden; }
  @media (max-width: 766px) {
    .casestudy-container .inner {
      height: 700px; } }

@media (max-width: 1300px) {
  .casestudy-container .inner .text-inner {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    padding: 20px; } }
@media (max-width: 766px) {
  .casestudy-container .inner .text-inner {
    text-align: center; } }
.casestudy-container .full-slider .bx-controls {
  margin-top: -145px; }
  @media (max-width: 766px) {
    .casestudy-container .full-slider .bx-controls {
      margin-top: -5px; } }

.casestudy-container .full-slider .bx-pager {
  bottom: 4px !important; }
  @media (max-width: 766px) {
    .casestudy-container .full-slider .bx-pager {
      bottom: -10px !important; } }

.casestudy-container .full-slider .bx-pager.bx-default-pager a {
  background-color: #e5e5e5 !important; }

.casestudy-container .full-slider .bx-pager.bx-default-pager a.active {
  background-color: #a5ca3c !important; }

@media (max-width: 766px) {
  .casestudy-container .element .inner {
    background-image: none !important; } }
.casestudy-container .hire-btn {
  margin-top: 15px; }

.casestudy-container img {
  max-width: 100%; }
  @media (max-width: 766px) {
    .casestudy-container img {
      max-width: 60%;
      margin-bottom: 20px; } }

.app-container-lp .outer.bg-cover.diagonal.mood-container {
  height: 570px !important;
  min-height: inherit !important; }

.app-container-lp .outer.bg-cover.diagonal.mood-container--case {
  height: 440px !important;
  min-height: inherit !important; }

.hire__container--employer-cutoff {
  height: 580px; }
  .hire__container--employer-cutoff h2 {
    margin-top: 30px; }
  @media (max-width: 766px) {
    .hire__container--employer-cutoff {
      height: 750px; } }

.hire__container--individual-cutoff {
  height: 700px; }

.hire__container--employer-cutoff img,
.hire__container--individual-cutoff img {
  margin: 20px; }

.employer-image {
  margin: 50px;
  height: 250px; }
  @media (max-width: 766px) {
    .employer-image {
      margin: 20px; } }

.hire-bubble {
  color: white;
  height: 190px;
  width: 190px;
  border-radius: 100px;
  margin: 0 auto 20px; }
  .hire-category--employer .hire-bubble {
    background-color: #a5ca3c; }
  .hire-category--individual .hire-bubble {
    background-color: #f4bd3a; }
  .hire-category--recruiting .hire-bubble {
    background-color: #16bae7; }

.hire-bubble__number {
  font-size: 48px;
  padding-top: 50px;
  line-height: 1;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }

.hire-bubble .fa {
  color: white !important; }

.case-article {
  font-size: 22px; }

.case-article a {
  text-decoration: none; }
  .hire-category--employer .case-article a {
    color: #a5ca3c; }
  .hire-category--individual .case-article a {
    color: #f4bd3a; }
  .hire-category--recruiting .case-article a {
    color: #16bae7; }

.case-article__subhead {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  margin: 80px 0 40px; }

.case-article__citation {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  font-size: 26px;
  padding: 50px 0 35px;
  border: none; }

.case-article__result {
  margin: 90px 0; }

.case-article__result b {
  color: #3c3c3b; }

.hire-category--employer .case-article__subhead, .hire-category--employer
.case-article__citation {
  color: #a5ca3c; }
.hire-category--individual .case-article__subhead, .hire-category--individual
.case-article__citation {
  color: #f4bd3a; }
.hire-category--recruiting .case-article__subhead, .hire-category--recruiting
.case-article__citation {
  color: #16bae7; }

.emp-branding-list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: -20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* ie10 */
  -webkit-flex-wrap: wrap;
  /* safari 8 */
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.emp-branding-item {
  margin: 10px;
  width: calc(33% - 20px);
  height: 200px;
  border: 1px solid gainsboro;
  background-color: white;
  text-align: center; }
  @media (max-width: 766px) {
    .emp-branding-item {
      min-width: 220px;
      height: 220px; } }

.emp-branding-item__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  .emp-branding-item__link:hover .emp-branding-item__mo, .emp-branding-item__link:active .emp-branding-item__mo, .emp-branding-item__link:focus .emp-branding-item__mo {
    display: block; }

.emp-branding-item__link:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle; }

.emp-branding-item__img {
  width: 170px; }
  @media (max-width: 766px) {
    .emp-branding-item__img {
      max-width: 90%; } }

.emp-branding-item__mo {
  position: absolute;
  top: 0;
  display: none;
  padding-top: 33%;
  width: 100%;
  height: 100%;
  background-color: #a5ca3c;
  color: white; }

.emp-branding-list__container {
  margin: -300px 0 0;
  min-height: 500px;
  background-color: transparent !important; }

.company-bubbles-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  /* safari 8 */
  display: -webkit-flex;
  -webkit-justify-content: flex-start; }

/* ios safari hacks, as it doesnt like flexbox */
@media (max-width: 766px) {
  .safari .company-bubbles-row {
    display: block;
    height: 350px; }
    .safari .company-bubbles-row .company-bubble {
      width: 100px;
      height: 100px;
      min-width: inherit;
      display: inline-block; } }
.company-bubble {
  position: relative;
  margin: 0 auto;
  width: 215px;
  height: 215px;
  border: 8px solid #e7e7e7;
  border-radius: 108px;
  background-color: white;
  overflow: hidden;
  text-align: center; }
  .company-bubble:hover .company-bubble__mo, .company-bubble:active .company-bubble__mo, .company-bubble:focus .company-bubble__mo {
    display: block; }

.company-bubble img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.company-bubble__mo {
  position: absolute;
  top: 0;
  display: none;
  padding-top: 33%;
  width: 100%;
  height: 100%;
  background-color: #a5ca3c;
  color: white; }

.company-bubble-slider {
  margin: 70px 0; }
  @media (max-width: 766px) {
    .company-bubble-slider {
      margin: 60px 0; } }

.company-bubble-slider .company-bubble {
  height: 168px;
  width: 18%;
  min-width: 150px; }
  @media (min-width: 767px) and (max-width: 991px) {
    .company-bubble-slider .company-bubble {
      height: 150px;
      min-width: 140px; } }
  @media (max-width: 766px) {
    .company-bubble-slider .company-bubble {
      height: 110px;
      min-width: 110px;
      margin-bottom: 20px; } }

.company-bubble-slider .company-bubble img {
  max-width: 70%; }

.app-container-lp .has-slider.outer.bg-cover.diagonal {
  height: 820px !important; }
  @media (max-width: 766px) {
    .app-container-lp .has-slider.outer.bg-cover.diagonal {
      min-height: auto; } }

.footer.lp-footer {
  color: white;
  font-size: 18px;
  padding: 0; }
  .footer.lp-footer ul {
    border-top: 0;
    padding: 0; }
    .footer.lp-footer ul li a {
      color: white;
      font-size: 18px;
      padding: 0;
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700; }
      @media (max-width: 766px) {
        .footer.lp-footer ul li a {
          font-size: 12px; } }
    .footer.lp-footer ul li ul {
      padding: 0;
      margin-top: 30px; }
      @media (max-width: 991px) {
        .footer.lp-footer ul li ul {
          margin-top: 10px; } }
      .footer.lp-footer ul li ul li {
        margin-bottom: 5px;
        float: none; }
        .footer.lp-footer ul li ul li a {
          font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 400; }

.footer.lp-footer .footer-inner .linklist_sub {
  margin: 0;
  padding-left: 20px; }

.lp-benefits-outer {
  padding-bottom: 40px !important;
  background-image: url("https://www.talentsconnect.com/files/assets/landingpages/bg-benefits-outer.jpg") !important;
  background-size: contain !important;
  background-position: left center !important;
  background-color: whitesmoke !important; }

@media (max-width: 590px) {
  .lp-benefits-outer {
    background-image: none !important; } }
.lp-benefits-outer .container {
  padding-top: 40px;
  padding-bottom: 25px; }

.lp-benefits-outer .container .bordered-box {
  max-width: 780px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP4fwYAAs0BzF1VEXcAAAAASUVORK5CYII=);
  margin: 0 auto;
  padding: 40px 35px 30px;
  font-size: 16px;
  color: #afafaf;
  -webkit-box-shadow: 10px 10px 26px -23px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 26px -23px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 26px -23px rgba(0, 0, 0, 0.75); }

@media (max-width: 590px) {
  .lp-benefits-outer .container .bordered-box {
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 0; } }
.lp-benefits-outer .container .bordered-box .item {
  padding-bottom: 40px; }

.lp-benefits-outer .container .bordered-box .item.last-row {
  padding-bottom: 0; }

@media (max-width: 750px) {
  .lp-benefits-outer .container .bordered-box .item.last-row {
    padding-bottom: 40px; } }
.lp-benefits-outer .container .bordered-box .icon {
  font-size: 34px;
  text-align: center;
  color: #d2d2d2; }

.lp-benefits-outer .container .bordered-box strong {
  color: #b3ce58;
  display: block;
  font-size: 17px; }

body.darken .overlay {
  z-index: 1001 !important; }

body .overlay {
  height: 0; }

.app-container-lp .outer.white {
  z-index: 1000; }

.cookie-alert .diagonal-lp.lp-header .element {
  top: 40px; }

.cookie {
  z-index: 1000000; }

.app-container-lp .footer.lp-footer {
  background: white; }

.app-container-lp .outer.bg-cover.diagonal.single {
  margin: 0;
  top: 0 !important; }

@media (max-width: 991px) {
  .diagonal-lp.lp-header {
    top: 0; } }
.app-container-lp .outer.bg-cover.diagonal:after {
  z-index: 1000; }

.diagonal-lp.lp-header .element {
  top: 200px;
  padding-top: 0; }

@media (max-width: 970px) {
  .diagonal-lp.lp-header .element {
    top: 120px; } }
.diagonal-lp.lp-header .element .claim {
  background: 0;
  line-height: 100%;
  margin-top: 25px; }

@media (max-width: 991px) {
  .diagonal-lp.lp-header .element .claim {
    line-height: 36px; } }
.diagonal-lp.lp-header .element .claim i {
  margin-left: 0;
  font-weight: 200;
  font-size: 56px;
  text-shadow: none; }

.ie9 .scrolled .diagonal-lp.lp-header .element {
  display: none; }

.diagonal-lp.lp-header .element .press-releases {
  background-color: #f4f4f4;
  position: relative;
  padding: 30px 0 100%;
  margin: 100px 0 0;
  opacity: .8;
  z-index: 100; }

@media (max-width: 510px) {
  .diagonal-lp.lp-header .element .press-releases {
    margin: 60px 0 0; } }
.diagonal-lp.lp-header .element .press-releases h3 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 14px;
  color: #aeaeae;
  text-transform: uppercase; }

.diagonal-lp.lp-header .element .press-releases img {
  display: inline;
  margin: 0; }

.diagonal-lp.lp-header .element .stoerer {
  width: 202px;
  height: 202px;
  position: absolute;
  top: -130px;
  right: 0;
  z-index: 1000; }

@media (max-width: 991px) {
  .lp-partners-outer {
    padding-bottom: 100px !important; } }
@media (max-width: 991px) {
  .lp-partners.trusted .random-container {
    height: 140px; } }
.lp-partners.trusted .random-container .item {
  background-color: #fff;
  border: 1px solid #eeeeee !important;
  display: table-cell;
  height: 150px;
  vertical-align: middle;
  width: 95% !important;
  padding: 0 10px; }

.lfr-meta-actions {
  position: relative; }

.register.box .activity-profile .message {
  height: 50px; }

.activity-profile .message {
  height: 40px;
  margin-top: 20px; }
  .activity-profile .message.error {
    display: none;
    color: #dc5f5c; }
  .activity-profile .message.success {
    display: none;
    color: #16bae7; }
.activity-profile .range-container {
  width: 20%;
  float: left;
  position: relative;
  margin-bottom: 80px;
  background-color: #f9f9f9;
  height: 140px;
  border-radius: 3px; }
.activity-profile .range-bar {
  height: 110px;
  width: 100%;
  border-radius: 0;
  background: transparent;
  position: relative; }
  .activity-profile .range-bar:before {
    content: "\f015";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: -28px;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 7px 0; }
  .activity-profile .range-bar .range-handle {
    border-radius: 3px 3px 0 0;
    box-shadow: none;
    overflow: hidden;
    bottom: 0px;
    background: transparent;
    width: 100%;
    left: 0;
    height: 30px;
    text-align: center;
    padding-top: 10px; }
    @media (max-width: 766px) {
      .activity-profile .range-bar .range-handle {
        height: 40px;
        padding-top: 20px; } }
    .activity-profile .range-bar .range-handle:before {
      content: "\f039";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: rgba(255, 255, 255, 0.5);
      text-align: center;
      font-size: 19px;
      width: 40px;
      margin-top: 5px;
      padding-top: 6px;
      border-radius: 3px; }
  .activity-profile .range-bar .range-min, .activity-profile .range-bar .range-max {
    display: none; }
  .activity-profile .range-bar .range-quantity {
    border-radius: 0; }
.activity-profile #scale-form-homeoffice .range-handle:before, .activity-profile #scale-form-homeoffice .range-quantity, .activity-profile #scale-form-homeoffice .range-bar:before, .activity-profile #scale-form-meeting .range-handle:before, .activity-profile #scale-form-meeting .range-quantity, .activity-profile #scale-form-meeting .range-bar:before {
  background: #9bc335; }
.activity-profile #scale-form-homeoffice .range-bar:before, .activity-profile #scale-form-meeting .range-bar:before {
  content: "\f015"; }
.activity-profile #scale-form-meeting .range-bar:before {
  content: "\f0c0"; }
.activity-profile #scale-form-sales .range-handle:before, .activity-profile #scale-form-sales .range-quantity, .activity-profile #scale-form-sales .range-bar:before, .activity-profile #scale-form-presentations .range-handle:before, .activity-profile #scale-form-presentations .range-quantity, .activity-profile #scale-form-presentations .range-bar:before {
  background: #b9d35e; }
.activity-profile #scale-form-sales .range-bar:before, .activity-profile #scale-form-presentations .range-bar:before {
  content: "\f07a"; }
.activity-profile #scale-form-presentations .range-bar:before {
  content: "\f108"; }
.activity-profile #scale-form-office .range-handle:before, .activity-profile #scale-form-office .range-quantity, .activity-profile #scale-form-office .range-bar:before, .activity-profile #scale-form-research .range-handle:before, .activity-profile #scale-form-research .range-quantity, .activity-profile #scale-form-research .range-bar:before {
  background: #f4bd3a; }
.activity-profile #scale-form-office .range-bar:before, .activity-profile #scale-form-research .range-bar:before {
  content: "\f0f7"; }
.activity-profile #scale-form-research .range-bar:before {
  content: "\f0c3"; }
.activity-profile #scale-form-lab .range-handle:before, .activity-profile #scale-form-lab .range-quantity, .activity-profile #scale-form-lab .range-bar:before, .activity-profile #scale-form-doing .range-handle:before, .activity-profile #scale-form-doing .range-quantity, .activity-profile #scale-form-doing .range-bar:before {
  background: #e2a334; }
.activity-profile #scale-form-lab .range-bar:before, .activity-profile #scale-form-doing .range-bar:before {
  content: "\f0ad"; }
.activity-profile #scale-form-doing .range-bar:before {
  content: "\f021"; }
.activity-profile #scale-form-external .range-handle:before, .activity-profile #scale-form-external .range-quantity, .activity-profile #scale-form-external .range-bar:before, .activity-profile #scale-form-communicate .range-handle:before, .activity-profile #scale-form-communicate .range-quantity, .activity-profile #scale-form-communicate .range-bar:before {
  background: #aa9a7e; }
.activity-profile #scale-form-external .range-bar:before, .activity-profile #scale-form-communicate .range-bar:before {
  content: "\f072"; }
.activity-profile #scale-form-communicate .range-bar:before {
  content: "\f095"; }
.activity-profile .srange-bar {
  display: inline-block;
  height: 110px;
  width: 20%;
  border-radius: 0;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  float: left;
  background: transparent;
  box-shadow: none;
  position: relative; }
  .activity-profile .srange-bar:after {
    content: "";
    display: block;
    height: 30px;
    background: red; }
  .activity-profile .srange-bar:before {
    content: "\f015";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: -25px;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 16px; }
  .activity-profile .srange-bar .range-handle {
    margin: 0 auto;
    top: -9px;
    left: 0;
    height: 15px;
    border-radius: 3px 3px 0 0;
    border: 0;
    background-color: red;
    box-shadow: none; }
    .activity-profile .srange-bar .range-handle:after {
      top: 6px;
      opacity: .7; }
    .activity-profile .srange-bar .range-handle:before {
      top: 9px;
      opacity: .7; }
  .activity-profile .srange-bar .noUi-connect {
    border-radius: 0;
    box-shadow: none; }

.input-number {
  position: absolute;
  bottom: -80px;
  width: 100%; }
  .input-number .text {
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 90%;
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
    text-align: center; }
    @media (max-width: 766px) {
      .input-number .text {
        font-size: 11px; } }
  .input-number .value {
    width: 100%;
    display: inline-block;
    background: transparent;
    border: 0;
    text-align: center;
    font-size: 16px;
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700; }
    .input-number .value:focus {
      outline: 0; }

.range-bar {
  display: block;
  position: relative; }

.range-handle {
  background-color: #fff;
  border-radius: 100%;
  cursor: move;
  height: 30px;
  left: 0;
  top: -13px;
  position: absolute;
  width: 30px; }

/**
 * Vertical slider style.
 */
.vertical {
  height: 100%;
  width: 4px; }

.vertical .range-quantity {
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%; }

.vertical .range-handle {
  bottom: 0;
  left: -13px;
  top: auto; }

.evaluation.modal .modal-dialog {
  width: 970px; }
  @media (max-width: 991px) {
    .evaluation.modal .modal-dialog {
      width: auto; } }
  .evaluation.modal .modal-dialog .btn {
    color: white;
    margin-bottom: 30px; }
    .evaluation.modal .modal-dialog .btn:hover {
      background: white;
      opacity: 1; }
    .evaluation.modal .modal-dialog .btn.btn-link:hover {
      background: transparent;
      opacity: .7; }
    .evaluation.modal .modal-dialog .btn.btn-default {
      color: #cccccc;
      margin-bottom: 0;
      margin-left: 5px; }
  @media (max-width: 766px) {
    .evaluation.modal .modal-dialog .modal-header {
      height: 55px;
      background-color: rgba(255, 255, 255, 0.5);
      margin-bottom: 20px; } }
  @media (max-width: 766px) {
    .evaluation.modal .modal-dialog .modal-header .close {
      width: 100%;
      color: #16bae7;
      text-shadow: none;
      opacity: 1;
      padding-top: 8px;
      font-size: 16px; } }
  .evaluation.modal .modal-dialog .modal-header .close .text {
    display: none; }
    @media (max-width: 766px) {
      .evaluation.modal .modal-dialog .modal-header .close .text {
        display: inline-block;
        font-size: 16px; } }
  .evaluation.modal .modal-dialog .modal-content {
    background-color: #16bae7;
    color: white; }
    .evaluation.modal .modal-dialog .modal-content .modal-body {
      padding-left: 15px;
      padding-right: 15px; }
      .evaluation.modal .modal-dialog .modal-content .modal-body .slide .slide-content {
        padding: 0; }
    .evaluation.modal .modal-dialog .modal-content h2 {
      font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 300;
      color: white; }
      .evaluation.modal .modal-dialog .modal-content h2 .beta {
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        color: #8ddef4;
        font-style: italic;
        position: relative;
        top: -9px; }
        @media (max-width: 766px) {
          .evaluation.modal .modal-dialog .modal-content h2 .beta {
            font-size: 16px; } }
    .evaluation.modal .modal-dialog .modal-content p {
      font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      color: white; }
      @media (max-width: 766px) {
        .evaluation.modal .modal-dialog .modal-content p {
          font-size: 16px; } }
      .evaluation.modal .modal-dialog .modal-content p.semi {
        opacity: .6;
        margin-top: 30px;
        margin-bottom: 70px; }
        @media (max-width: 766px) {
          .evaluation.modal .modal-dialog .modal-content p.semi {
            font-size: 16px;
            margin-top: 15px;
            margin-bottom: 30px; } }
      .evaluation.modal .modal-dialog .modal-content p strong {
        font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 400; }
    .evaluation.modal .modal-dialog .modal-content .job-element-outer {
      margin: 0 auto;
      float: none; }
    .evaluation.modal .modal-dialog .modal-content .job-element {
      padding-bottom: 0; }
      .evaluation.modal .modal-dialog .modal-content .job-element .job-element-content h3 {
        font-size: 18px; }
      .evaluation.modal .modal-dialog .modal-content .job-element .job-element-content p {
        font-size: 16px;
        color: #3c3c3b; }
        .evaluation.modal .modal-dialog .modal-content .job-element .job-element-content p.company {
          font-size: 14px; }
    .evaluation.modal .modal-dialog .modal-content .start {
      position: relative;
      margin-top: 60px; }
      @media (max-width: 766px) {
        .evaluation.modal .modal-dialog .modal-content .start {
          margin-top: 20px; } }
      .evaluation.modal .modal-dialog .modal-content .start .btn {
        min-width: 265px; }
        @media (max-width: 766px) {
          .evaluation.modal .modal-dialog .modal-content .start .btn {
            min-width: 100%;
            font-size: 16px;
            margin-top: -20px;
            padding-top: 10px;
            padding-bottom: 10px; } }
      .evaluation.modal .modal-dialog .modal-content .start .question {
        position: absolute;
        margin-left: 15px;
        width: 190px;
        height: 190px; }
        .evaluation.modal .modal-dialog .modal-content .start .question img {
          position: absolute;
          top: -15px;
          left: -15px; }
        .evaluation.modal .modal-dialog .modal-content .start .question .text {
          font-size: 16px;
          font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 300;
          padding: 5px 30px 5px 65px;
          background: rgba(255, 255, 255, 0.2);
          border-radius: 5px;
          display: block;
          line-height: 100%;
          max-width: 290px; }
          .evaluation.modal .modal-dialog .modal-content .start .question .text strong {
            font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
            font-style: normal;
            font-weight: 400; }
        .evaluation.modal .modal-dialog .modal-content .start .question .icon {
          font-size: 18px;
          position: absolute;
          right: 5px;
          top: 10px; }
          .evaluation.modal .modal-dialog .modal-content .start .question .icon.error {
            color: #dc5f5c; }
          .evaluation.modal .modal-dialog .modal-content .start .question .icon.success {
            color: #a5ca3c; }
        .evaluation.modal .modal-dialog .modal-content .start .question.first {
          margin-left: 95px;
          margin-top: -50px; }
        .evaluation.modal .modal-dialog .modal-content .start .question.second {
          margin-top: 70px;
          z-index: -1;
          margin-left: 30px; }
        .evaluation.modal .modal-dialog .modal-content .start .question.third {
          right: 60px;
          margin-top: 20px; }
        .evaluation.modal .modal-dialog .modal-content .start .question.fourth {
          right: 0px;
          margin-top: 125px; }
    .evaluation.modal .modal-dialog .modal-content .nav-tabs {
      border-bottom: 0; }
      .evaluation.modal .modal-dialog .modal-content .nav-tabs > li {
        margin-bottom: 0px; }
        .evaluation.modal .modal-dialog .modal-content .nav-tabs > li > a {
          color: white;
          font-size: 16px; }
          .evaluation.modal .modal-dialog .modal-content .nav-tabs > li > a:hover {
            background-color: transparent;
            border-color: transparent;
            opacity: 1;
            color: #8ddef4; }
        .evaluation.modal .modal-dialog .modal-content .nav-tabs > li.active > a {
          background-color: transparent;
          border: 1px solid transparent;
          color: white; }
          .evaluation.modal .modal-dialog .modal-content .nav-tabs > li.active > a:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 7.5px 8px 7.5px;
            border-color: transparent transparent white transparent;
            position: absolute;
            bottom: -1px;
            left: 50%;
            margin-left: -10px; }
    .evaluation.modal .modal-dialog .modal-content .tab-content {
      background: white;
      border-radius: 3px;
      margin-bottom: 40px; }
      .evaluation.modal .modal-dialog .modal-content .tab-content .header {
        padding: 25px;
        border-bottom: 1px solid #e7e7e7; }
        .evaluation.modal .modal-dialog .modal-content .tab-content .header .clone-form {
          position: relative; }
        .evaluation.modal .modal-dialog .modal-content .tab-content .header .circle-btn {
          font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          border: 1px solid #16bae7;
          border-radius: 50%;
          display: inline-block;
          width: 25px;
          height: 25px;
          text-align: center;
          margin-top: 20px;
          padding-right: 1px;
          padding-top: 1px; }
      .evaluation.modal .modal-dialog .modal-content .tab-content .content {
        padding: 25px; }
.evaluation.modal .iphone {
  margin-top: 35px;
  position: relative;
  width: 148px;
  height: 316px;
  background-repeat: no-repeat;
  padding: 44px 8px;
  float: left; }
  @media (max-width: 766px) {
    .evaluation.modal .iphone {
      background-size: contain;
      width: 60px;
      height: 150px;
      margin-top: 40px; } }
  .evaluation.modal .iphone span {
    position: absolute; }
    .evaluation.modal .iphone span.name, .evaluation.modal .iphone span.mail {
      background: #16bae7;
      padding: 4px 5px;
      border-radius: 3px;
      color: white;
      font-size: 8px;
      top: 69px;
      left: 13px;
      overflow: hidden;
      max-width: 53px;
      white-space: nowrap; }
      @media (max-width: 766px) {
        .evaluation.modal .iphone span.name, .evaluation.modal .iphone span.mail {
          font-size: 3px;
          top: 30px;
          padding: 1px;
          left: 6px;
          border-radius: 1px;
          max-width: 20px; } }
    .evaluation.modal .iphone span.mail {
      background: #f9f9f9;
      left: auto;
      max-width: 62px;
      right: 17px;
      color: #3c3c3b; }
      @media (max-width: 766px) {
        .evaluation.modal .iphone span.mail {
          max-width: 20px;
          right: 8px; } }
    .evaluation.modal .iphone span.text {
      color: #3c3c3b;
      font-size: 9px;
      top: 100px;
      left: 14px;
      max-width: 114px;
      max-height: 150px;
      overflow: hidden; }
      @media (max-width: 766px) {
        .evaluation.modal .iphone span.text {
          font-size: 3px;
          left: 6px;
          max-width: 47px;
          top: 45px;
          max-height: 50px; } }
.evaluation.modal .ipad {
  position: relative;
  width: 458px;
  height: 352px;
  float: right;
  margin-bottom: 35px; }
  @media (max-width: 766px) {
    .evaluation.modal .ipad {
      background-size: contain;
      background-repeat: no-repeat;
      width: 215px;
      height: 165px; } }

/*
 * token which can be added to buttons, links, texts
 * e.g. used to mark paid features
 *
 */
.premium .token,
.premium .paid {
  position: relative;
  padding-right: 27px; }
  .premium .token:after,
  .premium .paid:after {
    position: absolute;
    top: 5px;
    right: 5px;
    padding-top: 1px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    font-size: 11px; }
.premium .token--small:after {
  width: 12px;
  height: 12px;
  font-size: 8px; }
.premium .inner-carousel .nav-bar li .token--small {
  padding-right: 15px; }
  @media (max-width: 766px) {
    .premium .inner-carousel .nav-bar li .token--small {
      margin-right: 0px; } }
.premium .token--paid:after,
.premium .paid:after {
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f023"; }
.premium .cell-actions .token,
.premium .cell-actions .paid {
  padding-right: 0; }
  @media (max-width: 766px) {
    .premium .cell-actions .token,
    .premium .cell-actions .paid {
      padding-right: 10px; } }
  .premium .cell-actions .token:after,
  .premium .cell-actions .paid:after {
    top: 1px;
    right: 1px;
    padding-top: 1px;
    padding-right: 0; }
.premium .navigation .token:after,
.premium .navigation .paid:after {
  top: 15px;
  right: 1px;
  padding-top: 1px; }
  @media (max-width: 766px) {
    .premium .navigation .token:after,
    .premium .navigation .paid:after {
      right: auto;
      margin-left: 5px; } }
.premium .modal.small .token:after,
.premium .modal.small .paid:after {
  top: 15px;
  padding-top: 3px; }
.premium .chosen-single .token:after,
.premium .chosen-single .paid:after {
  top: 8px;
  line-height: 16px; }
.premium .inner-carousel li.token:after,
.premium .inner-carousel li.paid:after {
  top: 13px;
  right: 21px; }

/*
 * preview of a (crawled) job for a new customer
 */
.job-element--preview {
  margin: 25px 0px;
  padding: 20px;
  border: 1px solid #f9f9f9;
  color: #3e3d40;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }

/*
 * introductive list with texts and images for a new user.
 * used in jobcrawl welcome modal.
 */
.step-list {
  float: left;
  margin-bottom: 30px; }

.step-list__image,
.step-list__copy {
  float: left; }

.step-list__image {
  padding-left: 15px;
  width: 120px;
  display: table-cell;
  vertical-align: middle; }

.step-list__text {
  display: table-cell; }

.step-list__headline {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #16bae7; }

.job-element--preview,
.step-list {
  font-size: 18px; }

/*
 * button like batch element, to display customers status like basic or premium
 */
.status-badge {
  float: none;
  display: inline-block;
  padding: 8px 13px;
  min-width: 120px;
  border-radius: 4px;
  background-color: #e7e7e7;
  color: #999999;
  text-align: center;
  font-size: 16px; }

.status-badge__marker {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: white; }
  .status-badge__marker:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #16bae7;
    content: ''; }

.status-badge__text {
  display: inline-block; }

.status-badge--basic .status-badge__marker:before {
  background-color: #16bae7; }

.status-badge--premium .status-badge__marker:before {
  background-color: #e2a334; }

/*
 * status info about recruiter with image, subscription status and company
 */
.recruiter-info-box {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  float: left;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px; }

.recruiter-info-box__name {
  padding: 15px 0 0 15px;
  float: left; }

.recruiter-info-box .status-badge {
  margin-top: 20px;
  width: 100%; }

/*
 * info block about a person with picture, mail address and phone
 */
.seller-info {
  font-size: 16px; }

.seller-info__picture {
  float: left;
  margin-right: 25px; }
  .seller-info__picture .picture {
    float: none; }
  @media (max-width: 766px) {
    .seller-info__picture {
      margin-left: calc(50% - 50px); } }

.seller-info__mail {
  color: #16bae7; }

.seller-info__name {
  float: left;
  display: block;
  width: 200px; }

.seller-info__text {
  font-size: 18px;
  float: left; }
  @media (max-width: 766px) {
    .seller-info__text {
      padding-top: 10px; } }

.modal .seller-info {
  border: 1px solid #e7e7e7;
  float: left;
  padding: 15px;
  margin: 10px 15px 20px; }

.modal .seller-info > * {
  float: left; }

.modal .seller-info__name {
  width: 220px;
  text-align: left; }

.modal .seller-info__pre {
  float: left;
  margin-top: 30px;
  padding-right: 9px; }

.modal-request .form-group-textarea {
  min-height: 140px; }

.modal-request label {
  top: 0;
  bottom: 0; }

.modal-request .textarea-request {
  padding-top: 20px !important;
  height: 220px !important; }

.modal-request .btn:not(.next) {
  background-color: #999999; }

/*
 * Responsive table with nested data elements on phones.
 *
 * tablet and up:
 * | headline | data1 | data2 |
 *
 * phones:
 * |    headline    |
 * | data 1 | data2 |
 */
.nested-table {
  display: table;
  width: 100%;
  border-collapse: collapse; }

.nested-table__row {
  display: table-row; }

.nested-table__col--head {
  width: 100%; }

.nested-table__col--data {
  width: 50%; }

.nested-table__col {
  display: table-cell;
  float: left;
  vertical-align: middle; }
  @media (min-width: 767px) {
    .nested-table__col {
      float: none;
      width: 33%; } }

/* specific premium styles */
.nested-table--premium {
  font-size: 16px; }

.nested-table__row {
  border-bottom: 1px solid #e7e7e7; }

@media (max-width: 766px) {
  .nested-table__col--head {
    padding: 15px 0 5px;
    text-align: center; } }

.nested-table__th .nested-table__price {
  display: block;
  font-weight: 300;
  font-size: 20px; }

.nested-table__col--data {
  padding: 15px;
  text-align: center;
  font-size: 18px; }

.nested-table__th .nested-table__col--data {
  font-size: 36px; }
  @media (max-width: 766px) {
    .nested-table__th .nested-table__col--data {
      font-size: 26px; } }

.nested-table__th .nested-table__col--head {
  vertical-align: middle;
  font-size: 24px; }

.nested-table__th .nested-table__col--hl-basic,
.nested-table__th .nested-table__col--hl-prem {
  background-color: white; }

.nested-table__th .nested-table__col--hl-prem {
  font-weight: 600; }

.nested-table__col--hl-basic {
  color: #838383; }
  @media (max-width: 766px) {
    .nested-table__col--hl-basic {
      background-color: white; } }

.nested-table__col--hl-prem {
  background-color: #dbf8ff;
  color: #16bae7; }

.nested-table .fa-question {
  width: 23px;
  height: 23px;
  border: 1px solid #cccccc;
  border-radius: 23px;
  text-align: center;
  color: #cccccc;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer; }

.ie8 .preview-matching-candidate .head-picture .picture .img {
  -ms-behavior: url("../assets/bower_components/background-size-polyfill/backgroundsize.min.htc"); }

.ie9 .fadeIn {
  opacity: 1;
  z-index: 0; }
.ie9 .modal .modal-dialog .modal-footer .btn {
  display: inline;
  padding-top: 0;
  padding-bottom: 0; }

.ie9 .register-box.first, .ie9 .register-box.active {
  opacity: 1; }
.ie9 .register-box .job-element-outer {
  min-width: 0; }
  .ie9 .register-box .job-element-outer.animate {
    opacity: 1; }
.ie9 .job-container .btn.cta {
  opacity: 1; }
.ie9 .security-box {
  opacity: 1; }

/**
 * Contains styles for the statistics site.
 *
 * Most of the charts "styling" is done directly via highcharts' config options, so we mostly have layout here.
 * H ighchart elements like labels and legends are styled via css though.
 */
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex-row > [class*="col-"] {
  display: flex;
  flex: 1 1 auto; }

/*
 * general class for statistics widgets. is refined in other definitions below
 */
.stat-widget {
  background-color: white;
  margin-top: 30px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.14); }
  .stat-widget small {
    color: #999999; }

.stat-widget__heading {
  color: #3c3c3b;
  font-size: 18px;
  margin: 30px; }

/**
 * The widget that displays a pure number plus gain or loss relative to last month
 */
.stat-widget--number {
  text-align: center; }
  .stat-widget--number .number {
    font-size: 35px;
    margin: 10px 0 0 0; }
    @media (max-width: 766px) {
      .stat-widget--number .number {
        font-size: 44px;
        margin-bottom: 5px; } }
  .stat-widget--number .description {
    margin-bottom: 6px;
    min-height: 40px;
    font-size: 16px;
    color: #999999; }
    @media (max-width: 991px) {
      .stat-widget--number .description {
        min-height: 100%; } }

.stat-widget--number__footer {
  background-color: #f9f9f9;
  color: #3c3c3b;
  font-size: 16px;
  line-height: 3; }
  .stat-widget--number__footer .value {
    color: black; }
  .stat-widget--number__footer .fa-caret-down {
    color: #f37072; }
  .stat-widget--number__footer .fa-caret-up {
    color: #9bc335; }

/**
 * selects for filtering
 */
.stat-widget--inputs {
  width: 100%; }

/**
 * column chart widget (vertical standing bars)
 */
.stat-widget--column__datalabel {
  display: none; }
  @media print {
    .stat-widget--column__datalabel {
      display: block;
      font-size: 16px; } }

/**
 * bar chart widget (=horizontal bars)
 */
.stat-widget--bars__datalabel {
  font-size: 14px;
  color: black; }

.stat-widget--bars__stacklabel {
  font-size: 14px;
  color: #16929a; }

.stat-widget--bars__stacklabel--yellow {
  font-size: 14px;
  color: #f4bd3a; }

/**
 * the user flow widget
 */
.stat-widget--flow .stat-widget--number {
  padding-top: 30px; }

.stat-widget--flow .stat-widget--number__footer {
  background-color: white; }

.stat-widget--flow__divider {
  position: relative;
  margin: 50px 0;
  border-bottom: 1px solid #e7e7e7;
  background: white;
  z-index: 1;
  /* Stroke */
  /* Fill */ }
  .stat-widget--flow__divider:before, .stat-widget--flow__divider:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent; }
  .stat-widget--flow__divider:before {
    left: calc(50% - (50px + 1px));
    border-top-color: #e7e7e7;
    border-width: 51px; }
  .stat-widget--flow__divider:after {
    left: calc(50% - 50px);
    border-top-color: white;
    border-width: 50px; }

/**
 * label tables beside/below charts
 */
.stat-label {
  width: 200px; }
  @media (min-width: 992px) and (max-width: 1150px) {
    .stat-label {
      width: 150px; } }

.stat-label__value {
  float: right;
  color: black; }

.stat-wrap--stacked {
  width: 100%; }

/* contact box below */
.stat-contact {
  margin-top: 30px; }

.no-header .footer {
  display: none; }

@media (max-width: 991px) {
  .statistic {
    margin-top: 30px; } }

.generated-at {
  text-align: right; }

.highcharts-tooltip {
  z-index: 1; }

.bootstrap-tagsinput {
  display: inline-block;
  color: #3c3c3b;
  vertical-align: middle;
  max-width: 100%;
  cursor: text;
  padding-bottom: 15px;
  width: 100%; }
  .bootstrap-tagsinput .tag {
    border-radius: 20px;
    font-size: 16px;
    float: left;
    padding: 8px 20px 8px 20px;
    border-color: transparent;
    background: #e7e7e7;
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #3c3c3b;
    position: relative;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    transition: all .3s; }
    .bootstrap-tagsinput .tag:hover .controls {
      opacity: 1; }
    .bootstrap-tagsinput .tag.error {
      box-shadow: 0 0 2px 2px rgba(220, 95, 92, 0.3);
      transform: scale(1.02); }
    .bootstrap-tagsinput .tag .controls, .bootstrap-tagsinput .tag .icon {
      text-align: center;
      transition: all .3s;
      position: absolute;
      width: 36px;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 3px 0 0 3px;
      color: #999999;
      padding-top: 12px; }
      .bootstrap-tagsinput .tag .controls:hover, .bootstrap-tagsinput .tag .icon:hover {
        color: #999999; }
    .bootstrap-tagsinput .tag .controls {
      padding-top: 8px;
      border-radius: 20px;
      left: 5px;
      cursor: pointer;
      background: linear-gradient(to right, #e7e7e7 50%, rgba(231, 231, 231, 0) 100%);
      opacity: 0; }
      .bootstrap-tagsinput .tag .controls:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f00d";
        padding: 0px 2px; }
    .bootstrap-tagsinput .tag.match {
      padding-left: 30px;
      background: #caf3fe; }
      .bootstrap-tagsinput .tag.match .icon {
        color: #16bae7;
        font-size: 14px; }
    .bootstrap-tagsinput .tag.no-match {
      padding: 8px 20px 8px 20px; }
  .bootstrap-tagsinput.suggestions-field {
    display: none; }
    .bootstrap-tagsinput.suggestions-field h4 {
      margin-top: 10px; }
    .bootstrap-tagsinput.suggestions-field .tag .controls:after {
      content: "\f067"; }
    .bootstrap-tagsinput.suggestions-field .error {
      display: none; }

.twitter-typeahead {
  position: relative;
  display: inline-block; }
  .twitter-typeahead .add {
    border: 1px solid #e7e7e7;
    border-right: 0;
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 100%;
    background-color: white;
    top: 0;
    left: 0;
    border-radius: 30px 0 0 30px;
    color: #c6c6c6;
    padding-top: 11px;
    text-align: center; }
  .twitter-typeahead .tt-input, .twitter-typeahead .tt-hint {
    height: 38px;
    font-size: 16px;
    min-width: 250px;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    padding: 0 5px 0 35px;
    font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    position: relative; }
    @media (max-width: 766px) {
      .twitter-typeahead .tt-input, .twitter-typeahead .tt-hint {
        min-width: 0;
        width: 100%;
        font-size: 14px; } }
    .twitter-typeahead .tt-input:focus, .twitter-typeahead .tt-hint:focus {
      outline: -webkit-focus-ring-color auto 0px; }

.filter-toggle .bootstrap-tagsinput, .details .bootstrap-tagsinput {
  margin-bottom: 30px;
  border: 0; }

.details .bootstrap-tagsinput {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #999999; }

.tt-menu {
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px; }

.tt-suggestion.tt-cursor {
  color: #16bae7; }

.tt-suggestion p {
  margin: 0; }

/*
 * reset password portlet
 */
#portlet_new-password {
  position: relative;
  top: 35px;
  margin: 0 auto;
  width: 360px; }

#portlet_new-password label {
  color: #999;
  font-size: 14px; }

#portlet_new-password input {
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #e7e7e7;
  background: transparent;
  font-size: 16px; }

#portlet_new-password input[type="submit"] {
  padding: 6px 12px;
  border: 1px solid #505050;
  border-radius: 4px;
  background-color: #838383;
  color: white;
  font-size: 14px;
  line-height: 1.42857; }
  #portlet_new-password input[type="submit"]:hover {
    border-color: #1d1d1d;
    background-color: #505050; }

ul {
  list-style: none none; }

ol, ul, dl {
  margin-left: 0px; }

dl dd {
  margin-left: 0px; }

blockquote, ul, ol, dl {
  margin: 0px; }

.portlet-title-text, .portlet-title .icon {
  display: none; }

.portlet-title img {
  display: none; }

.portlet-asset-publisher .portlet-title {
  height: 20px; }

.portlet-asset-publisher.closed .portlet-content {
  display: none; }

.portlet-asset-publisher.closed .portlet-borderless-content {
  display: none; }

.portlet-asset-publisher {
  margin-bottom: 0px; }

.portlet-asset-publisher .portlet-title-text {
  display: block; }

.portlet-asset-publisher .lfr-meta-actions {
  display: none; }

.portlet-title {
  height: 15px; }

.portlet-content {
  padding: 0px !important; }

.portlet-asset-publisher .asset-content {
  margin: 0px !important;
  clear: none; }

.portlet-asset-publisher .separator {
  border: none;
  margin: 0px; }

.portlet-asset-publisher .panel-group {
  margin-bottom: 5px; }

.portlet-journal-content .journal-content-article {
  clear: none; }

.portlet-borderless-container {
  min-height: initial;
  position: initial; }

.controls-visible .portlet-borderless-container {
  min-height: 0px;
  position: relative; }

.admin.controls-visible .portlet-boundary {
  min-height: 30px; }

.admin .navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 0;
  position: initial; }

.admin .app-container-lp {
  padding-top: 0px; }

.admin .slide-container .logo {
  top: 0; }

.portlet-boundary_101AJAX_ .fa-spinner {
  display: block; }

.portlet-boundary_101AJAX_.loaded .fa-spinner {
  display: none; }

.portlet-column-content {
  padding: initial; }

.portlet-column {
  display: block;
  vertical-align: initial; }

.portlet-layout {
  border-collapse: initial;
  clear: none;
  display: block;
  border-spacing: 0;
  table-layout: initial;
  width: initial; }

.portlet-column-content.empty {
  padding: 0px; }

.admin .portlet-column-content.empty {
  padding: 10px; }

.aui-w7-10, .aui-w70 {
  width: auto; }

/* -----------------------------------------------------------------------------
 * This file contains all application-wide Sass mixins.
 * -----------------------------------------------------------------------------
 */
/*
 * Media query wrapper.
 *
 * @param $media - device class the rule should respond to
 */
/*
 * Event wrapper mixin.
 * Bundles the element states as shorthand.
 */
/*
 * Font Awesome shorthand
 */
/**
 * A bottom border with a same colored centered arrow
 */
.preloader {
  background: white;
  text-align: center;
  width: 240px;
  height: 180px;
  margin: 0 auto; }
  .preloader .icon {
    width: 128px;
    height: 128px;
    background: url("/assets/bower_components/tc-survey/images/preloader.gif") no-repeat left top;
    margin: 20px auto 15px; }
  .preloader .text {
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700; }

.full-loader {
  background: url("/assets/bower_components/tc-survey/images/full-loader-bg.png");
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  display: none; }
  .full-loader .table-container {
    display: table;
    height: 100%;
    width: 100%; }
  .full-loader .table-container-inner {
    display: table-cell;
    vertical-align: middle; }
  .full-loader .icon {
    width: 128px;
    height: 128px;
    background: url("/assets/bower_components/tc-survey/images/preloader.gif") no-repeat left top;
    margin: 20px auto 15px; }
  .full-loader .text {
    font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700; }

.survey-container {
  background: white;
  padding-top: 17px;
  padding-bottom: 45px;
  overflow: hidden;
  position: relative; }
  .survey-container h2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    font-size: 33px; }
    .survey-container h2 span.small {
      font-size: 26px;
      color: #16bae7;
      margin-top: 0;
      margin-bottom: 7px;
      display: block;
      font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 300; }
      @media only screen and (max-width: 766px) {
        .survey-container h2 span.small {
          font-size: 20px; } }
    @media only screen and (max-width: 766px) {
      .survey-container h2 {
        width: auto;
        font-size: 25px; } }
  .survey-container h4 {
    font-size: 28px; }
    @media only screen and (max-width: 766px) {
      .survey-container h4 {
        font-size: 18px;
        margin-bottom: 0; } }
  @media only screen and (max-width: 766px) {
    .survey-container {
      padding-bottom: 5px; } }
  .survey-container .question {
    display: none;
    position: relative; }
    .survey-container .question .question-number {
      font-size: 12px;
      margin-bottom: 12px; }
      .survey-container .question .question-number span {
        color: #16bae7;
        padding-left: 2px;
        padding-right: 2px; }
    @media only screen and (max-width: 766px) {
      .survey-container .question .btn-default {
        display: block; }
      .survey-container .question h2 {
        margin-top: 0; } }
    .survey-container .question.decision_question .options {
      position: relative;
      margin-top: 30px; }
      .survey-container .question.decision_question .options .button {
        background: #eeeeee;
        border-radius: 5px;
        height: 190px;
        text-align: center;
        cursor: pointer; }
        .survey-container .question.decision_question .options .button .table-container {
          display: table;
          height: 190px;
          width: 100%; }
        .survey-container .question.decision_question .options .button .table-container-inner {
          display: table-cell;
          vertical-align: middle; }
        .survey-container .question.decision_question .options .button .text {
          font-size: 28px;
          padding: 0 25px 0;
          line-height: 1.1em;
          font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 700; }
        .survey-container .question.decision_question .options .button.hover, .survey-container .question.decision_question .options .button.selected {
          background: #16bae7;
          color: white; }
        .survey-container .question.decision_question .options .button.selected.hover {
          color: #3c3c3b; }
        @media only screen and (min-width: 767px) and (max-width: 991px) {
          .survey-container .question.decision_question .options .button .text {
            padding-left: 35px;
            padding-right: 35px;
            font-size: 24px; } }
        @media only screen and (max-width: 766px) {
          .survey-container .question.decision_question .options .button {
            height: auto;
            margin-bottom: 15px; }
            .survey-container .question.decision_question .options .button .table-container {
              height: auto; }
            .survey-container .question.decision_question .options .button .text {
              padding-top: 44px;
              padding-bottom: 44px;
              font-size: 24px; } }
      .survey-container .question.decision_question .options .separator {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -33.5px;
        margin-left: -33.5px;
        width: 67px;
        height: 67px;
        background: url("/assets/bower_components/tc-survey/images/decision-question-separator.png") no-repeat left top;
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        color: white;
        text-align: center;
        font-size: 18px;
        z-index: 100; }
        .survey-container .question.decision_question .options .separator .text {
          padding-top: 20px; }
        @media only screen and (max-width: 766px) {
          .survey-container .question.decision_question .options .separator {
            top: auto;
            margin-top: -42.5px; } }
      .survey-container .question.decision_question .options .last .button {
        margin-bottom: 0; }
    .survey-container .question.scaled_question .options {
      margin-top: 25px;
      margin-bottom: 25px; }
    .survey-container .question.scaled_question .option {
      text-align: center;
      padding-bottom: 20px; }
      .survey-container .question.scaled_question .option .slider {
        cursor: pointer; }
        .survey-container .question.scaled_question .option .slider .noUi-target {
          box-shadow: none;
          border: none; }
        .survey-container .question.scaled_question .option .slider .noUi-background {
          background: #eeeeee; }
        .survey-container .question.scaled_question .option .slider .noUi-handle {
          z-index: 100; }
        .survey-container .question.scaled_question .option .slider .base-highlighter {
          position: absolute;
          top: 0;
          border-radius: 4px;
          width: 50%;
          overflow: hidden; }
          .survey-container .question.scaled_question .option .slider .base-highlighter .base-highlighter-inner {
            position: relative;
            background: #16bae7;
            height: 18px;
            border-radius: 4px 0 0 4px;
            width: 0; }
      .survey-container .question.scaled_question .option .steps {
        overflow: hidden;
        position: relative;
        top: 19px; }
        .survey-container .question.scaled_question .option .steps .step {
          width: 16.66667%;
          float: left;
          text-align: right;
          position: relative; }
          .survey-container .question.scaled_question .option .steps .step .step-text {
            display: inline-block;
            position: relative;
            font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
            font-style: normal;
            font-weight: 700;
            z-index: 9;
            opacity: 0.4;
            right: -2px; }
          .survey-container .question.scaled_question .option .steps .step.step-0 {
            position: absolute;
            text-align: left; }
            .survey-container .question.scaled_question .option .steps .step.step-0 .step-text {
              right: auto;
              left: 4px; }
          .survey-container .question.scaled_question .option .steps .step.step-6 .step-text {
            right: 4px; }
      .survey-container .question.scaled_question .option .step-label {
        font-size: 16px;
        padding: 15px 0 0;
        font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 400; }
    .survey-container .question.small_scaled_question .options {
      margin-top: 25px;
      margin-bottom: 25px; }
    .survey-container .question.small_scaled_question .option {
      text-align: center;
      padding-bottom: 20px; }
      .survey-container .question.small_scaled_question .option .slider {
        cursor: pointer; }
        .survey-container .question.small_scaled_question .option .slider .noUi-target {
          box-shadow: none;
          border: none; }
        .survey-container .question.small_scaled_question .option .slider .noUi-background {
          background: #eeeeee; }
        .survey-container .question.small_scaled_question .option .slider .noUi-handle {
          z-index: 100; }
        .survey-container .question.small_scaled_question .option .slider .base-highlighter {
          position: absolute;
          top: 0;
          border-radius: 4px;
          width: 50%;
          overflow: hidden; }
          .survey-container .question.small_scaled_question .option .slider .base-highlighter .base-highlighter-inner {
            position: relative;
            background: #16bae7;
            height: 18px;
            border-radius: 4px 0 0 4px;
            width: 0; }
      .survey-container .question.small_scaled_question .option .steps {
        overflow: hidden;
        position: relative;
        top: 19px; }
        .survey-container .question.small_scaled_question .option .steps .step {
          width: 25%;
          float: left;
          text-align: right;
          position: relative; }
          .survey-container .question.small_scaled_question .option .steps .step .step-text {
            display: inline-block;
            position: relative;
            font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
            font-style: normal;
            font-weight: 700;
            z-index: 9;
            opacity: 0.4;
            right: -2px; }
          .survey-container .question.small_scaled_question .option .steps .step.step-0 {
            position: absolute;
            text-align: left; }
            .survey-container .question.small_scaled_question .option .steps .step.step-0 .step-text {
              right: auto;
              left: 4px; }
          .survey-container .question.small_scaled_question .option .steps .step.step-4 .step-text {
            right: 4px; }
      .survey-container .question.small_scaled_question .option .step-label {
        font-size: 16px;
        padding: 15px 0 0;
        font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 400; }
    .survey-container .question.ranked_question .options {
      margin-top: 20px; }
    .survey-container .question.ranked_question ul {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0 0 25px 0; }
      .survey-container .question.ranked_question ul li {
        overflow: hidden;
        cursor: pointer;
        position: relative;
        background: white;
        border: 1px solid lightgrey;
        border-bottom: 2px solid lightgrey;
        border-radius: 4px;
        margin: 0 0 10px 0;
        padding: 7px 15px 7px 20px; }
        .survey-container .question.ranked_question ul li .count {
          position: absolute;
          top: 50%;
          margin-top: -25px;
          left: 20px;
          padding-top: 1px;
          font-size: 50px;
          float: left;
          line-height: 50px;
          text-align: center;
          width: 32px;
          height: 50px;
          color: lightgrey; }
        .survey-container .question.ranked_question ul li .icon {
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -7px;
          background: url("/assets/bower_components/tc-survey/images/ranked-question-icon.png") no-repeat left bottom;
          background-color: #eeeeee;
          width: 20px;
          height: 13px;
          float: right; }
        .survey-container .question.ranked_question ul li .text {
          font-size: 15px;
          margin: 0 55px 0 50px;
          min-height: 40px; }
          .survey-container .question.ranked_question ul li .text p {
            margin: 0; }
        .survey-container .question.ranked_question ul li.hover {
          border-color: #16bae7; }
          .survey-container .question.ranked_question ul li.hover .count, .survey-container .question.ranked_question ul li.hover .text {
            color: #16bae7; }
          .survey-container .question.ranked_question ul li.hover .icon {
            background-color: #16bae7; }
        .survey-container .question.ranked_question ul li.ui-state-highlight {
          background: #f2f2f2;
          min-height: none !important; }
      @media only screen and (max-width: 766px) {
        .survey-container .question.ranked_question ul li {
          border-radius: 0;
          border-left: 0;
          border-right: 0;
          border-bottom: 1px solid lightgrey;
          margin-bottom: 0; }
          .survey-container .question.ranked_question ul li .text {
            font-size: 12px; } }

/********
OLD
********/
.navbar .navbar-nav > li,
.navbar .navbar-right > li {
  border-right: 0; }
  .navbar .navbar-nav > li a,
  .navbar .navbar-right > li a {
    color: #3e3d40; }
    .navbar .navbar-nav > li a:hover,
    .navbar .navbar-right > li a:hover {
      color: #16bae7;
      transition: color .3s, font-weight .3s; }
.navbar .navbar-right li.first a {
  margin-top: -10px; }
  .navbar .navbar-right li.first a.btn-success {
    background: #a5ca3c;
    border-color: #96b422;
    color: white;
    padding: 7px 23px; }
  .navbar .navbar-right li.first a:hover {
    color: #96b422;
    background: white;
    border-color: #96b422; }
.navbar .navbar-right li.last {
  padding: 0; }
.navbar .navbar-right li a {
  font-size: 16px;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }

.btn:hover {
  transition: background .5s; }

.lp-header {
  min-height: 605px; }
  @media (max-width: 766px) {
    .lp-header {
      min-height: 100%;
      height: auto !important; } }
  .lp-header .element {
    padding: 55px 0 0; }
    .lp-header .element > div {
      position: relative;
      z-index: 1000; }
    .lp-header .element .claim {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 64px;
      line-height: 85px;
      color: white;
      background: #16bae7;
      padding: 0 10px;
      display: inline;
      position: relative;
      z-index: 100; }
      .lp-header .element .claim i {
        font-weight: 200;
        margin-left: 10px; }
      @media (max-width: 766px) {
        .lp-header .element .claim {
          display: none; } }
    .lp-header .element .btn {
      margin: 20px auto 0px auto; }
      @media (max-width: 766px) {
        .lp-header .element .btn {
          padding: 20px 0 15px; } }
      .lp-header .element .btn.btn-primary {
        background: #3e3d40;
        margin-top: 7px;
        border-color: #3e3d40; }
        .lp-header .element .btn.btn-primary:hover {
          color: #3e3d40 !important;
          /*overwrite important style*/
          background: transparent; }
    @media (max-width: 766px) {
      .lp-header .element {
        text-align: left;
        padding-top: 20px; } }
  .lp-header .visual {
    position: absolute;
    right: 100px;
    bottom: 15px; }

.app-container-lp .outer.bg-cover {
  position: relative;
  overflow: hidden;
  /*because of laptop animation */ }
.app-container-lp .outer.white {
  background-color: white;
  position: relative;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0); }
.app-container-lp .outer.grey {
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0); }
.app-container-lp .footer.lp-footer {
  background: #fff; }

.lp-benefits {
  padding-top: 45px; }
  .lp-benefits h1.colored {
    margin-bottom: 60px; }

.lp-jobs {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 65px; }
  @media (max-width: 991px) {
    .lp-jobs .element {
      float: left;
      padding: 0 25px;
      width: 100%;
      border: 0; } }
  .lp-jobs ul {
    padding: 0;
    text-align: left;
    margin-bottom: 25px;
    float: left; }
    @media (max-width: 991px) {
      .lp-jobs ul {
        padding: 0;
        margin-bottom: 25px;
        width: 100%;
        text-align: center; } }
    .lp-jobs ul li span {
      padding: 0; }
      .lp-jobs ul li span.text {
        text-align: left; }
  .lp-jobs .btn-default {
    float: left; }
  .lp-jobs .bx-wrapper {
    margin-left: 0px;
    border: 0; }
    .lp-jobs .bx-wrapper .row {
      margin: 0px;
      padding-left: 30px;
      padding-right: 30px; }
    .lp-jobs .bx-wrapper .bx-pager {
      bottom: -55px; }
  .lp-jobs .bx-controls-direction a.bx-prev {
    color: #e7e7e7; }
  .lp-jobs .bx-controls-direction a.bx-next {
    color: #e7e7e7; }
  .lp-jobs .bx-controls-direction a:hover {
    color: #838383;
    transition: color .5s; }
  .lp-jobs .bx-controls-direction a i {
    text-shadow: none; }

.ie8 .lp-testimonial .element .line {
  display: none; }
.ie8 .lp-testimonial .element.last img {
  right: -10px;
  top: 210px; }

body, html {
  height: 100%; }

body.darken .overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
  /* IE */
  width: 100%;
  height: 100%;
  z-index: 101; }

.app-container-lp .outer.grey {
  background: #f7f7f7;
  position: relative;
  backface-visibility: visible; }

.btn.btn-success {
  border-radius: 0; }
.btn:hover {
  transition: background .5s; }

.app-container-lp .outer.bg-cover.diagonal {
  margin-top: -70px;
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
  height: 120%;
  text-align: center;
  min-height: 760px; }
  @media (max-width: 766px) {
    .app-container-lp .outer.bg-cover.diagonal {
      height: auto !important; } }
  .app-container-lp .outer.bg-cover.diagonal:after {
    content: "";
    width: 100%;
    background: url("/assets/img/landingpages/hire/schraege.svg") no-repeat center bottom transparent;
    background-size: cover;
    height: 160px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .app-container-lp .outer.bg-cover.diagonal.single {
    position: fixed;
    width: 100%;
    top: 0; }
    @media (min-width: 767px) and (max-width: 991px) {
      .app-container-lp .outer.bg-cover.diagonal.single {
        position: absolute;
        top: 30px; } }
    .app-container-lp .outer.bg-cover.diagonal.single:after {
      background: none; }

.btn-link {
  color: #16bae7;
  border: 1px solid #16bae7;
  background: white;
  font-size: 20px;
  border-radius: 2px;
  padding: 12px 23px;
  display: table;
  margin: 0 auto; }
  .btn-link:hover {
    border: 1px solid #caf3fe;
    color: #16bae7;
    text-decoration: none;
    transition: border .5s, background .5s; }

.modal .modal-dialog .modal-footer .btn,
.lp-header .element .btn.more-padding,
.btn.more-padding {
  display: table;
  color: white;
  background: #a5ca3c;
  border-color: #96b422;
  padding: 11px 40px 9px;
  font-size: 20px;
  border-radius: 2px;
  margin: 43px auto 0;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .modal .modal-dialog .modal-footer .btn:hover,
  .lp-header .element .btn.more-padding:hover,
  .btn.more-padding:hover {
    color: #a5ca3c !important;
    background: transparent;
    border-color: #a5ca3c; }
  @media (max-width: 766px) {
    .modal .modal-dialog .modal-footer .btn,
    .lp-header .element .btn.more-padding,
    .btn.more-padding {
      padding-left: 10px;
      padding-right: 10px; } }

.modal .modal-dialog .modal-footer .btn {
  margin: 0;
  float: right;
  font-size: 18px;
  padding: 6px 40px; }

.lp-header .element .btn.more-padding {
  margin: 23px auto 0; }

/************************************
* NAVBAR
******************************/
.diagonal-lp.navbar {
  -webkit-transform: translateZ(0);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1); }
  .diagonal-lp.navbar.darken {
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e6000000', endColorstr='#e6000000'); }
  .diagonal-lp.navbar .small-logo {
    display: none; }
  .diagonal-lp.navbar .navbar-toggle, .diagonal-lp.navbar .navbar-toggle:focus {
    margin-right: 0;
    border-radius: 2px;
    display: block;
    border-color: white;
    padding: 12px 10px 12px;
    transition: all .3s;
    background-color: transparent; }
    .diagonal-lp.navbar .navbar-toggle .icon-bar, .diagonal-lp.navbar .navbar-toggle:focus .icon-bar {
      background-color: white;
      transition: all .3s; }
    .diagonal-lp.navbar .navbar-toggle:hover, .diagonal-lp.navbar .navbar-toggle:focus:hover {
      background: transparent;
      border-color: #a5ca3c;
      color: #a5ca3c; }
      .diagonal-lp.navbar .navbar-toggle:hover .icon-bar, .diagonal-lp.navbar .navbar-toggle:focus:hover .icon-bar {
        background-color: #a5ca3c; }
    .diagonal-lp.navbar .navbar-toggle.collapsed + .navbar-right .first, .diagonal-lp.navbar .navbar-toggle:focus.collapsed + .navbar-right .first {
      display: none;
      opacity: 0;
      filter: alpha(opacity=0); }
  .diagonal-lp.navbar .navbar-header {
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 2px; }
    .diagonal-lp.navbar .navbar-header .navbar-brand {
      margin-left: 0 !important;
      padding: 15px 0 7px; }
  .diagonal-lp.navbar .navbar-right > li {
    border-right: 0;
    padding: 0;
    padding-right: 10px !important; }
    .diagonal-lp.navbar .navbar-right > li a {
      color: white;
      border: 1px solid white;
      padding: 11px 25px 7px;
      border-radius: 3px;
      transition: all .3s; }
      .diagonal-lp.navbar .navbar-right > li a:hover {
        color: #a5ca3c;
        border-color: #a5ca3c; }
      .diagonal-lp.navbar .navbar-right > li a.btn-link {
        border: 0;
        background: transparent;
        padding-left: 0;
        padding-right: 10px; }
    .diagonal-lp.navbar .navbar-right > li.last {
      padding-right: 0px !important; }
  .diagonal-lp.navbar .navbar-right {
    padding: 15px 0 0; }
    .diagonal-lp.navbar .navbar-right li.first {
      transition: all .3s;
      filter: alpha(opacity=100);
      opacity: 1; }
      .diagonal-lp.navbar .navbar-right li.first a.btn-success {
        background: #a5ca3c;
        border-color: #96b422;
        color: white;
        padding: 9px 25px 7px;
        margin-top: 0; }
      .diagonal-lp.navbar .navbar-right li.first a:hover {
        color: #96b422 !important;
        background: transparent;
        border-color: #96b422; }
    .diagonal-lp.navbar .navbar-right li a {
      font-size: 16px;
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700; }
  .diagonal-lp.navbar .navbar-collapse {
    margin: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: white;
    top: 70px; }
    @media (max-width: 766px) {
      .diagonal-lp.navbar .navbar-collapse {
        padding: 0; } }
    .diagonal-lp.navbar .navbar-collapse ul {
      width: 100%;
      padding: 55px 0 60px; }
      @media (max-width: 766px) {
        .diagonal-lp.navbar .navbar-collapse ul {
          padding: 20px 0 0px;
          margin: 0; } }
      .diagonal-lp.navbar .navbar-collapse ul li {
        border-right: 1px solid #e7e7e7;
        text-align: center;
        min-width: 230px; }
        @media (max-width: 766px) {
          .diagonal-lp.navbar .navbar-collapse ul li {
            width: 100%;
            padding-left: 0;
            text-align: left; } }
        @media (min-width: 767px) and (max-width: 991px) {
          .diagonal-lp.navbar .navbar-collapse ul li {
            min-width: 180px; } }
        .diagonal-lp.navbar .navbar-collapse ul li a {
          color: #16bae7;
          font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 700;
          padding: 10px; }
          .diagonal-lp.navbar .navbar-collapse ul li a .img-circle {
            border: 3px solid #e7e7e7;
            display: block;
            margin: 0 auto 5px; }
          @media (max-width: 766px) {
            .diagonal-lp.navbar .navbar-collapse ul li a {
              padding-left: 15px; } }
        .diagonal-lp.navbar .navbar-collapse ul li.first {
          padding-left: 0; }
          @media (max-width: 766px) {
            .diagonal-lp.navbar .navbar-collapse ul li.first a {
              padding-left: 15px; } }
        .diagonal-lp.navbar .navbar-collapse ul li.last {
          border: none; }
    .diagonal-lp.navbar .navbar-collapse .sub {
      background: #f7f7f7; }
      .diagonal-lp.navbar .navbar-collapse .sub .navbar-nav {
        padding: 15px 0 10px; }
        .diagonal-lp.navbar .navbar-collapse .sub .navbar-nav li {
          border: none; }
          @media (max-width: 766px) {
            .diagonal-lp.navbar .navbar-collapse .sub .navbar-nav li a {
              color: #3c3c3b; } }
      .diagonal-lp.navbar .navbar-collapse .sub.company {
        display: none; }
        @media (max-width: 766px) {
          .diagonal-lp.navbar .navbar-collapse .sub.company {
            display: block;
            background: white;
            padding-bottom: 25px; }
            .diagonal-lp.navbar .navbar-collapse .sub.company .navbar-nav {
              padding: 0; }
              .diagonal-lp.navbar .navbar-collapse .sub.company .navbar-nav li a {
                color: #16bae7; } }
    .diagonal-lp.navbar .navbar-collapse.collapse {
      display: none !important; }
      .diagonal-lp.navbar .navbar-collapse.collapse.in {
        display: block !important; }
  .diagonal-lp.navbar.inverted.navbar-default {
    background: white;
    border-bottom: 1px solid #e7e7e7; }
    .diagonal-lp.navbar.inverted.navbar-default .navbar-right > li a, .diagonal-lp.navbar.inverted.navbar-default .navbar-toggle {
      border-color: #b5b5b5;
      color: #b5b5b5; }
      .diagonal-lp.navbar.inverted.navbar-default .navbar-right > li a:hover, .diagonal-lp.navbar.inverted.navbar-default .navbar-toggle:hover {
        border-color: #96b422;
        color: #a5ca3c; }
        .diagonal-lp.navbar.inverted.navbar-default .navbar-right > li a:hover .icon-bar, .diagonal-lp.navbar.inverted.navbar-default .navbar-toggle:hover .icon-bar {
          background-color: #96b422; }
    .diagonal-lp.navbar.inverted.navbar-default .navbar-toggle .icon-bar {
      background-color: #b5b5b5; }
    .diagonal-lp.navbar.inverted.navbar-default .navbar-toggle.collapsed + .navbar-right .first {
      opacity: 1; }
    .diagonal-lp.navbar.inverted.navbar-default .navbar-right li.first a.btn-success {
      color: white;
      border-color: #96b422; }
    .diagonal-lp.navbar.inverted.navbar-default .small-logo {
      display: none; }
    .diagonal-lp.navbar.inverted.navbar-default .regular-logo {
      opacity: 1;
      filter: alpha(opacity=1);
      display: block; }
  @media (max-width: 766px) {
    .diagonal-lp.navbar.inverted.register .navbar-right {
      float: right; } }
  @media (max-width: 766px) {
    .diagonal-lp.navbar.inverted.register .navbar-right > li a {
      padding-right: 20px;
      padding-left: 20px; } }

.scrolled .diagonal-lp.navbar {
  max-height: 70px;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e6000000', endColorstr='#e6000000');
  /* IE */ }
  .scrolled .diagonal-lp.navbar .regular-logo {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none; }
  .scrolled .diagonal-lp.navbar .small-logo {
    display: block;
    min-height: 40px;
    margin-top: -7px; }
.scrolled .diagonal-lp.navbar .navbar-toggle.collapsed + .navbar-right .first {
  display: block;
  filter: alpha(opacity=100);
  opacity: 1; }
.scrolled .diagonal-lp.lp-header .element {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }
  .scrolled .diagonal-lp.lp-header .element a {
    z-index: -100000;
    position: relative; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

/************************************
* CONTENT
******************************/
.diagonal-lp.lp-header {
  position: relative;
  margin-top: 10%;
  width: 100%; }
  @media (max-width: 766px) {
    .diagonal-lp.lp-header {
      margin-top: 10%; } }
  .diagonal-lp.lp-header .element {
    padding: 55px 0 0;
    position: fixed;
    top: 250px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
    @media (max-width: 991px) {
      .diagonal-lp.lp-header .element {
        position: absolute;
        top: 70px;
        animation: none; } }
    .diagonal-lp.lp-header .element > div {
      position: relative;
      z-index: 1000; }
    .diagonal-lp.lp-header .element .claim {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 60px;
      line-height: 76px;
      color: white;
      background: rgba(40, 207, 254, 0.7);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#B352BAD6', endColorstr='#B352BAD6');
      /* IE */
      padding: 2px 0px 0;
      display: inline-block;
      position: relative;
      z-index: 100;
      margin-bottom: 15px; }
      @media (max-width: 991px) {
        .diagonal-lp.lp-header .element .claim {
          display: inline;
          font-size: 40px;
          line-height: 56px; } }
      .diagonal-lp.lp-header .element .claim i {
        font-weight: 200; }
    .diagonal-lp.lp-header .element .sub {
      display: block;
      font-size: 24px;
      color: white;
      text-shadow: 0 0 30px #000000; }
      @media (max-width: 991px) {
        .diagonal-lp.lp-header .element .sub {
          font-size: 18px;
          text-shadow: 1px 1px 30px #000000;
          max-width: 320px;
          margin: 20px auto 0; } }
    .diagonal-lp.lp-header .element .btn {
      margin: 50px auto 0px auto;
      font-size: 18px; }
      .diagonal-lp.lp-header .element .btn.btn-primary {
        background: transparent;
        margin-top: 15px;
        border-color: white; }
        .diagonal-lp.lp-header .element .btn.btn-primary:hover {
          color: #3e3d40 !important;
          /*overwrite important style*/
          background: transparent; }
    @media (max-width: 991px) {
      .diagonal-lp.lp-header .element {
        text-align: center; } }

.diagonal-lp.lp-howto {
  margin-bottom: 0px;
  padding-bottom: 85px; }
  @media (min-width: 767px) and (max-width: 991px) {
    .diagonal-lp.lp-howto {
      padding-bottom: 40px; } }
  @media (max-width: 766px) {
    .diagonal-lp.lp-howto {
      padding-bottom: 15px; } }
  .diagonal-lp.lp-howto p {
    font-size: 22px;
    margin-bottom: 40px;
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300; }
    @media (max-width: 991px) {
      .diagonal-lp.lp-howto p {
        text-align: center;
        font-size: 18px;
        margin-top: 20px; } }
    .diagonal-lp.lp-howto p:first-child {
      margin-top: 20px; }
  .diagonal-lp.lp-howto .content-img {
    text-align: right;
    float: right;
    margin-top: 10px; }
    @media (max-width: 991px) {
      .diagonal-lp.lp-howto .content-img {
        text-align: center;
        float: none; } }
    .diagonal-lp.lp-howto .content-img img {
      max-width: 100%; }
      @media (min-width: 767px) and (max-width: 991px) {
        .diagonal-lp.lp-howto .content-img img {
          margin-top: -15px; } }
      @media (max-width: 766px) {
        .diagonal-lp.lp-howto .content-img img {
          margin-top: 15px; } }
  .diagonal-lp.lp-howto .btn.btn-success {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px; }

.lp-partners {
  margin: 0px auto 0px;
  padding-bottom: 68px;
  padding-top: 30px; }
  @media (min-width: 767px) and (max-width: 991px) {
    .lp-partners {
      padding-top: 30px; } }
  @media (max-width: 766px) {
    .lp-partners {
      padding-top: 20px; } }
  .lp-partners .bx-viewport {
    margin-left: 5px;
    height: auto !important;
    padding-top: 20px;
    box-shadow: none; }
    .lp-partners .bx-viewport > .row {
      border-bottom: 1px solid #e7e7e7;
      border-top: 1px solid #e7e7e7; }
      @media (max-width: 991px) {
        .lp-partners .bx-viewport > .row {
          border: 0; } }
  .lp-partners.trusted {
    border-top: 0;
    padding-bottom: 0px;
    padding-top: 70px; }
    .lp-partners.trusted img {
      margin: 25px 0 25px 80px; }
      @media (max-width: 766px) {
        .lp-partners.trusted img {
          margin: 0; } }
    .lp-partners.trusted a:first-child img {
      margin: 0; }
    .lp-partners.trusted .random-container {
      float: left;
      height: 100px;
      position: relative;
      margin-top: 30px; }
      .lp-partners.trusted .random-container .item {
        position: absolute;
        left: 0;
        width: 100%;
        border: 0; }
        @media (max-width: 766px) {
          .lp-partners.trusted .random-container .item {
            padding-left: 0; } }
        .lp-partners.trusted .random-container .item img {
          margin: 0;
          max-width: 100%;
          height: auto; }
  .lp-partners ul {
    padding: 0; }
    .lp-partners ul li {
      float: left; }
      @media (max-width: 766px) {
        .lp-partners ul li {
          width: 50%; } }
      .lp-partners ul li img {
        margin: 25px 0 15px 20px;
        max-width: 100%; }
        @media (max-width: 766px) {
          .lp-partners ul li img {
            margin: 0px auto;
            max-width: 85%; } }
  .lp-partners .known {
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-style: italic;
    color: #999999;
    font-size: 16px;
    margin-left: 16px;
    text-align: left;
    position: absolute;
    left: 0;
    top: -25px; }
  .lp-partners .item {
    position: relative; }
    .lp-partners .item.quotes {
      line-height: 120px;
      margin-left: 1px;
      /*vodoo-fix*/ }
      .lp-partners .item.quotes blockquote {
        border-left: 0;
        padding: 15px 20px 7px;
        color: #999999;
        font-size: 30px;
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; }
        @media (max-width: 766px) {
          .lp-partners .item.quotes blockquote {
            font-size: 24px; } }
        .lp-partners .item.quotes blockquote p {
          margin: 0;
          display: inline; }
          .lp-partners .item.quotes blockquote p:before {
            content: "\201E";
            display: inline; }
          .lp-partners .item.quotes blockquote p:after {
            content: "\201C";
            display: inline; }
          @media (max-width: 991px) {
            .lp-partners .item.quotes blockquote p {
              display: block; } }
        .lp-partners .item.quotes blockquote cite {
          display: inline;
          font-size: 20px;
          margin-top: -5px;
          margin-left: 10px;
          font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
          font-style: normal;
          font-weight: 300;
          font-style: italic; }
          @media (max-width: 766px) {
            .lp-partners .item.quotes blockquote cite {
              margin-top: 0px;
              line-height: 28px; } }
          .lp-partners .item.quotes blockquote cite:before {
            content: ""; }
        .lp-partners .item.quotes blockquote.single {
          line-height: 70px;
          height: auto; }
          @media (max-width: 991px) {
            .lp-partners .item.quotes blockquote.single {
              line-height: 120%; } }

/************************************
* full background container
******************************/
.badges {
  margin-bottom: 15px;
  padding: 0; }
  .badges li {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 40px;
    color: #999999;
    font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300; }
    @media (max-width: 991px) {
      .badges li {
        font-size: 17px; } }
    .badges li .inner {
      background: white;
      padding: 36px 15px 22px; }
      .badges li .inner:after {
        content: "";
        width: 0;
        height: 4px;
        transition: width .3s;
        position: absolute;
        bottom: 0;
        left: 0; }
      .badges li .inner:hover {
        position: relative; }
        .badges li .inner:hover .icon {
          transform: scale(1.1);
          -webkit-transform: scale(1.1); }
        .badges li .inner:hover:after {
          width: 100%;
          background: #a5ca3c; }
      @media (max-width: 766px) {
        .badges li .inner {
          min-height: 205px; } }
    .badges li .icon {
      font-size: 60px;
      text-align: center;
      color: #cbcbcb;
      transition: all .3s; }
      @media (max-width: 766px) {
        .badges li .icon {
          display: block; } }
    .badges li span {
      color: #aaaaaa;
      margin-top: 11px;
      display: block;
      font-style: italic; }

.lp-testimonial {
  padding-top: 80px;
  padding-bottom: 90px; }
  @media (max-width: 766px) {
    .lp-testimonial {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .lp-testimonial .img-container {
    float: left;
    margin-right: 50px; }
    @media (max-width: 991px) {
      .lp-testimonial .img-container {
        margin: 0;
        float: none; } }
    .lp-testimonial .img-container img {
      border: 8px solid #f2f2f2; }
      @media (max-width: 991px) {
        .lp-testimonial .img-container img {
          margin: 0 auto; } }
  .lp-testimonial .element blockquote.text-container {
    height: 210px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 50px;
    border-width: 1px; }
    @media (max-width: 991px) {
      .lp-testimonial .element blockquote.text-container {
        border: none;
        text-align: center;
        padding: 0; } }
    .lp-testimonial .element blockquote.text-container cite {
      font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #a5ca3c;
      font-style: normal;
      font-size: 22px;
      margin-bottom: 20px;
      display: block;
      position: static;
      text-align: left; }
      @media (max-width: 991px) {
        .lp-testimonial .element blockquote.text-container cite {
          font-size: 18px;
          margin-top: 15px;
          text-align: center; } }
      .lp-testimonial .element blockquote.text-container cite i {
        font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 300;
        color: #3c3c3b;
        font-style: italic; }
    .lp-testimonial .element blockquote.text-container p {
      font-style: italic;
      font-size: 22px; }
      @media (max-width: 991px) {
        .lp-testimonial .element blockquote.text-container p {
          font-size: 18px; } }

.diagonal-lp.lp-benefits {
  padding-top: 75px; }
  .diagonal-lp.lp-benefits .colored {
    margin-bottom: 60px; }
  @media (min-width: 767px) and (max-width: 991px) {
    .diagonal-lp.lp-benefits {
      padding-top: 55px; } }
  @media (max-width: 766px) {
    .diagonal-lp.lp-benefits {
      padding-top: 35px; } }

.diagonal-lp.lp-content.colored {
  margin-bottom: 25px; }
.diagonal-lp.lp-content.last {
  padding-top: 95px;
  padding-bottom: 50px; }
  .diagonal-lp.lp-content.last:before {
    content: "";
    background: #f7f7f7;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: -1; }
  @media (max-width: 766px) {
    .diagonal-lp.lp-content.last {
      padding-top: 30px;
      padding-bottom: 30px; } }

.diagonal-lp .full-slider .bx-wrapper {
  margin-left: 0px;
  border: 0;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .diagonal-lp .full-slider .bx-wrapper {
      padding-bottom: 0px; } }
  .diagonal-lp .full-slider .bx-wrapper .row {
    margin: 0px; }
  .diagonal-lp .full-slider .bx-wrapper .bx-pager {
    bottom: 0px; }
  .diagonal-lp .full-slider .bx-wrapper .bx-viewport {
    background: transparent; }
  .diagonal-lp .full-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f7f7f7; }
  .diagonal-lp .full-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .diagonal-lp .full-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a5ca3c; }
.diagonal-lp .full-slider .bx-controls {
  min-height: 40px; }
.diagonal-lp .full-slider .bx-controls-direction a {
  display: none; }

.diagonal-lp.lp-jobs .full-slider .bx-pager.bx-default-pager a {
  background: #e5e5e5; }

.diagonal-lp.lp-jobs {
  padding-bottom: 65px;
  padding-top: 70px; }
  @media (min-width: 767px) and (max-width: 991px) {
    .diagonal-lp.lp-jobs {
      padding-bottom: 55px; } }
  @media (max-width: 766px) {
    .diagonal-lp.lp-jobs {
      padding-top: 35px;
      padding-bottom: 25px; } }
  .diagonal-lp.lp-jobs .full-slider {
    margin-top: 10px; }
  .diagonal-lp.lp-jobs .element {
    border: none; }
    @media (max-width: 991px) {
      .diagonal-lp.lp-jobs .element {
        padding: 0 25px;
        width: 100%;
        border: 0;
        max-width: 300px;
        margin: 0 auto 20px;
        float: none; } }
    .diagonal-lp.lp-jobs .element .inner {
      background: white;
      padding-top: 40px;
      padding-bottom: 15px; }
      @media (max-width: 766px) {
        .diagonal-lp.lp-jobs .element .inner {
          padding-bottom: 20px; } }
      .diagonal-lp.lp-jobs .element .inner img {
        max-height: 60px;
        margin-bottom: 20px;
        min-height: 60px; }
      .diagonal-lp.lp-jobs .element .inner .text {
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 115%; }
        @media (max-width: 991px) {
          .diagonal-lp.lp-jobs .element .inner .text {
            text-align: center; } }
      .diagonal-lp.lp-jobs .element .inner .company {
        margin-top: 8px;
        font-size: 16px; }
      .diagonal-lp.lp-jobs .element .inner .city {
        color: #bbb; }
    @media (max-width: 766px) {
      .diagonal-lp.lp-jobs .element.last {
        margin-bottom: -20px; } }
  .diagonal-lp.lp-jobs ul {
    min-height: 115px;
    padding: 0;
    text-align: left;
    margin-bottom: 12px;
    float: left; }
    @media (max-width: 991px) {
      .diagonal-lp.lp-jobs ul {
        padding: 0;
        margin-bottom: 25px;
        width: 100%;
        text-align: center; } }
    @media (max-width: 766px) {
      .diagonal-lp.lp-jobs ul {
        min-height: 100%; } }
    .diagonal-lp.lp-jobs ul li span {
      padding: 0; }
      .diagonal-lp.lp-jobs ul li span.text {
        text-align: left; }
  .diagonal-lp.lp-jobs .btn-default {
    float: left; }

/************************************
* footer
******************************/
.footer p.hint {
  font-size: 14px;
  line-height: 24px; }
  @media (max-width: 991px) {
    .footer p.hint {
      text-align: center; } }
  @media (max-width: 766px) {
    .footer p.hint strong {
      display: block; } }
.footer.lp-footer {
  position: relative;
  padding: 0px 0 0px;
  overflow: hidden; }
  @media (min-width: 767px) and (max-width: 991px) {
    .footer.lp-footer {
      padding: 70px 0 0px; } }
  @media (max-width: 766px) {
    .footer.lp-footer {
      padding: 25px 0 0px; } }
  .footer.lp-footer:before {
    content: '';
    display: block;
    background: url("/assets/img/landingpages/hire/footer.svg") no-repeat center bottom transparent;
    background-size: cover;
    height: 210px; }
    @media (max-width: 991px) {
      .footer.lp-footer:before {
        height: 110px; } }
  .footer.lp-footer .footer-inner {
    background: #3e3d40;
    padding-bottom: 50px; }
    @media (max-width: 991px) {
      .footer.lp-footer .footer-inner {
        padding-top: 20px; } }
    .footer.lp-footer .footer-inner a {
      border-right: 0; }
      .footer.lp-footer .footer-inner a:hover {
        text-decoration: none;
        opacity: 0.6;
        filter: alpha(opacity=60);
        transition: opacity .5s; }
    .footer.lp-footer .footer-inner .linklist {
      margin-bottom: 50px; }
      .footer.lp-footer .footer-inner .linklist.fixed-height {
        min-height: 170px; }
    .footer.lp-footer .footer-inner ul {
      border-top: 0;
      padding: 0;
      margin-bottom: 30px; }
      .footer.lp-footer .footer-inner ul li a {
        color: white;
        font-size: 18px;
        padding: 0;
        font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700; }
        @media (max-width: 766px) {
          .footer.lp-footer .footer-inner ul li a {
            font-size: 12px; } }
      .footer.lp-footer .footer-inner ul li ul {
        padding: 0;
        margin-top: 30px; }
        @media (max-width: 991px) {
          .footer.lp-footer .footer-inner ul li ul {
            margin-top: 10px; } }
        .footer.lp-footer .footer-inner ul li ul li {
          margin-bottom: 5px;
          float: none; }
          .footer.lp-footer .footer-inner ul li ul li a {
            font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
            font-style: normal;
            font-weight: 400; }
    .footer.lp-footer .footer-inner .social {
      margin-left: 0;
      margin-top: 30px;
      float: none;
      width: 100%;
      border-top: 1px solid #838383;
      border-bottom: 1px solid #838383; }
      @media (max-width: 766px) {
        .footer.lp-footer .footer-inner .social {
          border-bottom: 0; } }
      @media (max-width: 766px) {
        .footer.lp-footer .footer-inner .social .contact {
          width: 100%;
          border-bottom: 1px solid #838383;
          float: left;
          position: relative; } }
      .footer.lp-footer .footer-inner .social a {
        padding: 0; }
        .footer.lp-footer .footer-inner .social a.phone {
          color: white;
          font-size: 24px;
          padding-left: 25px;
          margin-top: 24px; }
          @media (min-width: 767px) and (max-width: 991px) {
            .footer.lp-footer .footer-inner .social a.phone {
              font-size: 18px;
              margin-top: 28px;
              padding-left: 0; } }
          @media (max-width: 766px) {
            .footer.lp-footer .footer-inner .social a.phone {
              font-size: 16px;
              position: absolute;
              padding-left: 15px;
              top: 50%;
              margin-top: -10px; } }
          .footer.lp-footer .footer-inner .social a.phone:hover {
            text-decoration: none;
            opacity: 0.6;
            transition: opacity .5s; }
        .footer.lp-footer .footer-inner .social a img {
          max-width: 100%; }
      .footer.lp-footer .footer-inner .social .social-media {
        text-align: right;
        border-top: 0;
        padding-top: 19px; }
        @media (max-width: 766px) {
          .footer.lp-footer .footer-inner .social .social-media {
            text-align: center;
            width: 100%; } }
        @media (min-width: 767px) and (max-width: 991px) {
          .footer.lp-footer .footer-inner .social .social-media {
            padding-top: 0;
            float: right;
            margin-top: -37px; } }
        .footer.lp-footer .footer-inner .social .social-media li {
          display: inline-block;
          float: none; }
        .footer.lp-footer .footer-inner .social .social-media a {
          width: 45px;
          height: 45px;
          font-size: 24px; }
          @media (max-width: 991px) {
            .footer.lp-footer .footer-inner .social .social-media a {
              font-size: 18px; } }
  .footer.lp-footer.inverted:before {
    display: none; }
  .footer.lp-footer.inverted .footer-inner {
    background: white; }
    .footer.lp-footer.inverted .footer-inner .social {
      border-color: #cccccc; }
      .footer.lp-footer.inverted .footer-inner .social .contact {
        border-color: #cccccc; }
      .footer.lp-footer.inverted .footer-inner .social a.phone {
        color: #16bae7; }
.footer .highlighted-item {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }

.bx-wrapper, .bxSlider {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important; }

.bxslider-auto .bx-clone {
  margin-left: 10px; }

.fadeIn {
  opacity: 0;
  /* make things invisible upon start */ }
  .fadeIn.animate {
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    animation-duration: 1s; }
  @media (max-width: 991px) {
    .fadeIn {
      opacity: 1; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  opacity: 0; }
  .bounceIn.animate {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 1; }
  @media (max-width: 991px) {
    .bounceIn {
      opacity: 1; } }

.ie9 .app-container-lp .outer.bg-cover.diagonal, .ie8 .app-container-lp .outer.bg-cover.diagonal {
  height: 630px; }
.ie9 .diagonal-lp.lp-header, .ie8 .diagonal-lp.lp-header {
  position: static;
  margin-top: 120px; }
.ie9 .lp-testimonial .element .line, .ie8 .lp-testimonial .element .line {
  display: none; }
.ie9 .lp-testimonial .element.last img, .ie8 .lp-testimonial .element.last img {
  right: -10px;
  top: 210px; }
.ie9 .diagonal-lp.navbar .navbar-toggle.collapsed + .navbar-right .first, .ie8 .diagonal-lp.navbar .navbar-toggle.collapsed + .navbar-right .first {
  display: block !important; }
.ie9 .diagonal-lp.navbar .navbar-toggle, .ie8 .diagonal-lp.navbar .navbar-toggle {
  background: black; }
  .ie9 .diagonal-lp.navbar .navbar-toggle:hover, .ie8 .diagonal-lp.navbar .navbar-toggle:hover {
    background: black; }
.ie9 .diagonal-lp.navbar .navbar-collapse.collapse.in, .ie8 .diagonal-lp.navbar .navbar-collapse.collapse.in {
  position: fixed;
  z-index: 99999; }
.ie9 .diagonal-lp.lp-content.last, .ie8 .diagonal-lp.lp-content.last {
  text-align: center; }
.ie9 .diagonal-lp.lp-content .btn.more-padding, .ie8 .diagonal-lp.lp-content .btn.more-padding {
  display: inline; }
.ie9 .fadeIn, .ie8 .fadeIn {
  opacity: 1; }
.ie9 .diagonal-lp.lp-header .element .claim, .ie8 .diagonal-lp.lp-header .element .claim {
  z-index: 0; }

.ie8 .preview-matching-candidate .head-picture .picture .img {
  -ms-behavior: url("../assets/bower_components/background-size-polyfill/backgroundsize.min.htc"); }

.ie9 .fadeIn {
  opacity: 1;
  z-index: 0; }
.ie9 .modal .modal-dialog .modal-footer .btn {
  display: inline;
  padding-top: 0;
  padding-bottom: 0; }

.ie9 .register-box.first, .ie9 .register-box.active {
  opacity: 1; }
.ie9 .register-box .job-element-outer {
  min-width: 0; }
  .ie9 .register-box .job-element-outer.animate {
    opacity: 1; }
.ie9 .job-container .btn.cta {
  opacity: 1; }
.ie9 .security-box {
  opacity: 1; }
