/*
  Global block settings
  -----------------------------------------------------------------------------*/
.p-l-r-0 {
  padding-left: 0px;
  padding-right: 0px; }

.p-r-0 {
  padding-right: 0px; }

.p-l-0 {
  padding-left: 0px; }

.p-t-b-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.p-t-0 {
  padding-top: 0px; }

.p-b-0 {
  padding-bottom: 0px; }

.ripple {
  position: absolute;
  border-radius: 30px;
  z-index: 1;
  transform: scale(1);
  transform-origin: center center;
  animation-name: ripple-expand;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out; }

@keyframes ripple-expand {
  0% {
    height: 25px;
    width: 25px;
    transform: scale(1);
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    height: 25px;
    width: 25px;
    transform: scale(5);
    opacity: 0; } }

.wb-section .col-lg-1, .wb-section .col-lg-10, .wb-section .col-lg-11, .wb-section .col-lg-12, .wb-section .col-lg-2, .wb-section .col-lg-3, .wb-section .col-lg-4, .wb-section .col-lg-5, .wb-section .col-lg-6,
.wb-section .col-lg-7, .wb-section .col-lg-8, .wb-section .col-lg-9, .wb-section .col-md-1, .wb-section .col-md-10, .wb-section .col-md-11, .wb-section .col-md-12, .wb-section .col-md-2, .wb-section .col-md-3,
.wb-section .col-md-4, .wb-section .col-md-5, .wb-section .col-md-6, .wb-section .col-md-7, .wb-section .col-md-8, .wb-section .col-md-9, .wb-section .col-sm-1, .wb-section .col-sm-10, .wb-section .col-sm-11,
.wb-section .col-sm-12, .wb-section .col-sm-2, .wb-section .col-sm-3, .wb-section .col-sm-4, .wb-section .col-sm-5, .wb-section .col-sm-6, .wb-section .col-sm-7, .wb-section .col-sm-8, .wb-section .col-sm-9,
.wb-section .col-xs-1, .wb-section .col-xs-10, .wb-section .col-xs-11, .wb-section .col-xs-12, .wb-section .col-xs-2, .wb-section .col-xs-3, .wb-section .col-xs-4, .wb-section .col-xs-5,
.wb-section .col-xs-6, .wb-section .col-xs-7, .wb-section .col-xs-8, .wb-section .col-xs-9 {
  padding-right: 15px;
  padding-left: 15px; }

.wb-section .row {
  margin-left: -15px;
  margin-right: -15px; }

.fluid.wb-section {
  padding: 0; }
  .fluid.wb-section .wb-block-inner {
    padding: 6rem 0;
    max-width: 100%;
    margin: 0; }
  .fluid.wb-section .row {
    margin: 0px; }

.large.wb-section {
  padding: 0; }
  .large.wb-section .wb-block-inner {
    padding: 4rem 15px;
    max-width: 1170px;
    margin: 0px auto; }

.medium.wb-section {
  width: 100%;
  padding: 0; }
  .medium.wb-section .wb-block-inner {
    padding: 4rem 15px;
    max-width: 970px;
    margin: 0px auto; }

.small.wb-section {
  width: 100%;
  padding: 0; }
  .small.wb-section .wb-block-inner {
    padding: 4rem 15px;
    max-width: 750px;
    margin: 0px auto; }

#page-open-application .wb-section.wb-section-job-apply-form-simple .wb-block-inner {
  padding-top: 90px;
  padding-top: 6rem; }

#page-job-details .wb-section.wb-section-job-apply-form-simple .wb-block-inner {
  padding-top: 20px;
  padding-top: 1rem; }

.wb-section .wb-description {
  padding: 0;
  margin-bottom: 2em; }
  .wb-section .wb-description > p {
    padding: 0; }
  .wb-section .wb-description .btn {
    margin: 10px;
    margin: 0.7em;
    margin-top: 20px;
    margin-top: 1.7em; }

.wb-description p:last-child {
  margin-bottom: 0; }

.wb-section h1:first-child, .wb-section h2:first-child, .wb-section h3:first-child, .wb-section h4:first-child, .wb-section h5:first-child, .wb-section h6:first-child {
  margin-top: 0; }

.placeholder-content {
  display: none; }

.career-site-builder .placeholder-content {
  display: block; }

#application-container .alert-danger {
  display: none; }
  #application-container .alert-danger.active {
    display: block; }

.wb-block {
  position: relative; }

.wb-block-inner {
  width: 100%;
  margin: 0 auto; }

.wb-section button {
  margin: 0; }

#currently_not_available {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff; }
  #currently_not_available .backdrop {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    #currently_not_available .backdrop h2 {
      padding-top: 0; }

.ie svg path, .ie svg polyline {
  stroke-dasharray: 0 !important;
  stroke-dashoffset: 0 !important; }

p {
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, li, ul {
  word-break: break-word;
  word-wrap: break-word; }

#page-open-application #surveys {
  display: none; }

.label-default {
  background-color: #b2b2b2; }

.label-primary {
  background-color: #1B7ED4; }

/* Mobile */
/* Tablets */
/* Desktop */
/* Large Desktop */
/* Large Screen */
html {
  font-size: 14px; }

/* Text should look like this from SMALL DEVICES and up */
@media (min-width: 768px) {
  html {
    font-size: 14px; } }

/* Text should look like this from DESKTOP and up */
@media (min-width: 1025px) {
  html {
    font-size: 16px; } }

/* Text should look like this from DESKTOP and up */
@media (min-width: 1600px) {
  html {
    font-size: 18px; } }

/* Text should look like this from DESKTOP and up */
@media (min-width: 1824px) {
  html {
    font-size: 20px; } }

#filter {
  overflow: visible;
  text-align: left; }
  #filter .fancy-select .multi-select-label {
    display: inline-block;
    margin-right: 5px;
    font-size: 0.8em; }
    #filter .fancy-select .multi-select-label .fa-close {
      padding-left: 5px; }
    #filter .fancy-select .multi-select-label:hover {
      background: #f7c031; }
  #filter .fancy-select .selected-items {
    padding: 10px 40px 10px 10px;
    background: #ffffff;
    border: 2px solid #e1e1e1;
    margin-bottom: 0;
    cursor: pointer;
    position: relative; }
    #filter .fancy-select .selected-items .fa-chevron-down {
      position: absolute;
      right: 10px;
      top: 20px;
      transform: translateY(-50%) rotate(0);
      -webkit-transform: translateY(-50%) rotate(0);
      -moz-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
      transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -webkit-transition: 0.2s; }
    #filter .fancy-select .selected-items:hover {
      background: #f1f1f1; }
  #filter .fancy-select .dropdown-container {
    position: relative; }
    #filter .fancy-select .dropdown-container .dropdown.fancy {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      border-right: 2px solid #e1e1e1;
      border-bottom: 2px solid #e1e1e1;
      border-left: 2px solid #e1e1e1;
      background: #fff;
      width: 100%;
      z-index: 10; }
      #filter .fancy-select .dropdown-container .dropdown.fancy .search-container {
        padding: 10px;
        position: relative; }
        #filter .fancy-select .dropdown-container .dropdown.fancy .search-container input {
          width: 100%;
          border: 0;
          box-sizing: border-box;
          border: 1px solid #e1e1e1;
          padding: 10px;
          outline: 0;
          background: #f5f5f5; }
        #filter .fancy-select .dropdown-container .dropdown.fancy .search-container:before {
          content: "\f002";
          font-family: "FontAwesome";
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          color: #797979; }
      #filter .fancy-select .dropdown-container .dropdown.fancy .fancy-span {
        cursor: pointer;
        display: block;
        font-weight: 400;
        padding: 10px;
        position: relative; }
        #filter .fancy-select .dropdown-container .dropdown.fancy .fancy-span.selected {
          color: #F9CF62;
          background: white; }
          #filter .fancy-select .dropdown-container .dropdown.fancy .fancy-span.selected:before {
            content: "\f00c";
            font-family: "FontAwesome";
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            color: #F9CF62; }
          #filter .fancy-select .dropdown-container .dropdown.fancy .fancy-span.selected:hover {
            color: #fff;
            background: #F9CF62; }
            #filter .fancy-select .dropdown-container .dropdown.fancy .fancy-span.selected:hover:before {
              color: #fff; }
        #filter .fancy-select .dropdown-container .dropdown.fancy .fancy-span:hover {
          color: #F9CF62;
          background: #f1f1f1; }
  #filter .fancy-select.open .dropdown-container .dropdown.fancy {
    display: block; }
  #filter .fancy-select.open .selected-items .fa-chevron-down {
    transform: translateY(-50%) rotate(180deg); }

#careerpage .modal-backdrop {
  background: #8a6505;
  opacity: 0.7; }

#careerpage #items .position-name, #careerpage #heading .position-head {
  width: 50%;
  font-size: 0.9rem;
  text-align: left;
  display: inline-block; }

#careerpage #heading, #careerpage #items {
  display: block; }
  #careerpage #heading .meta-container, #careerpage #items .meta-container {
    width: 49%;
    display: inline-block; }
    #careerpage #heading .meta-container .location, #careerpage #items .meta-container .location {
      font-style: normal; }

#careerpage #heading {
  padding-top: 5px;
  padding-bottom: 5px; }
  #careerpage #heading .apply-btn {
    display: none; }
  #careerpage #heading .position-head, #careerpage #heading .location-head {
    padding-bottom: 0; }

#careerpage #items .apply-btn {
  width: 50% !important;
  display: inline-block;
  padding: 0;
  float: right; }
  #careerpage #items .apply-btn .btn-primary {
    min-width: 95px;
    margin: 0;
    border: 0px; }

#careerpage .item {
  font-family: Roboto Slab !important;
  font-weight: 300 !important;
  padding-top: 15px;
  padding-bottom: 15px; }
  #careerpage .item .position-title {
    font-weight: 300; }
  #careerpage .item .meta-container .apply-btn {
    width: 50% !important; }
  #careerpage .item .meta-container .btn-primary {
    font-family: Roboto Slab;
    font-size: 0.9rem;
    font-weight: 300;
    color: #000;
    padding-top: 0;
    padding-right: 26px;
    padding-bottom: 0;
    min-width: 95px; }
    #careerpage .item .meta-container .btn-primary::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      height: 20px;
      margin-top: 0px;
      background: url(http://www.enrival.se/wp-content/themes/enrival/assets/images/icon-arrow.svg) no-repeat 100%;
      background-size: 15px 12px;
      transition: .25s; }

#careerpage .item:hover .position-title {
  color: #fff; }

#careerpage .item:hover .meta-container .btn-primary {
  color: #fff; }
  #careerpage .item:hover .meta-container .btn-primary::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    background: url(http://www.enrival.se/wp-content/themes/enrival/assets/images/icon-arrow-white.svg) no-repeat 100%;
    background-size: 15px 12px;
    transition: .25s; }

#careerpage #save-btn, #careerpage .btn-default {
  font-family: Roboto Slab;
  font-weight: 300; }
  #careerpage #save-btn:hover, #careerpage .btn-default:hover {
    background: #3c3c3b; }

/*
Position block settings (list layout)
-----------------------------------------------------------------------------*/
/*
Position block settings (list layout)
-----------------------------------------------------------------------------*/
/*
Position block settings (list layout)
-----------------------------------------------------------------------------*/
.page-3314 .page-block-10162 {
  /* -- SMALL STYLES --*/
  /* -- MEDIUM & LARGE STYLES --*/ }
  .page-3314 .page-block-10162.wb-section {
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    font-family: Roboto Slab;
    font-weight: 300;
    font-size: 0.9rem;
    color: #000000;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    position: relative;
    /* Type sizes */ }
    .page-3314 .page-block-10162.wb-section:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .page-3314 .page-block-10162.wb-section .wb-block-inner {
      position: relative;
      z-index: 2; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .wb-block-inner {
      z-index: 3; }
    .page-3314 .page-block-10162.wb-section a {
      cursor: pointer;
      color: #F6BD57; }
      .page-3314 .page-block-10162.wb-section a:hover, .page-3314 .page-block-10162.wb-section a:active, .page-3314 .page-block-10162.wb-section a:focus {
        color: #f3aa27; }
    .page-3314 .page-block-10162.wb-section ::selection {
      background: #812ac6;
      color: #fff; }
    .page-3314 .page-block-10162.wb-section .icon {
      color: #F9CF62; }
    .page-3314 .page-block-10162.wb-section .form-control {
      font-size: 0.9rem;
      color: #000000;
      height: 2.25rem; }
      .page-3314 .page-block-10162.wb-section .form-control:active, .page-3314 .page-block-10162.wb-section .form-control:focus {
        -webkit-focus-ring-color: transparent;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .page-3314 .page-block-10162.wb-section textarea.form-control {
      height: auto;
      min-height: 100px; }
    .page-3314 .page-block-10162.wb-section .badge {
      font-size: 0.75rem; }
    .page-3314 .page-block-10162.wb-section input[type="file"]::-webkit-file-upload-button {
      vertical-align: middle;
      height: 100%; }
    .page-3314 .page-block-10162.wb-section input[type="file"] {
      font-size: 14px;
      font-size: 1rem;
      line-height: 14px;
      line-height: 1rem; }
    .page-3314 .page-block-10162.wb-section .candidatepool-tags .btn {
      margin: 0px 5px 5px 0px; }
    .page-3314 .page-block-10162.wb-section .form-label, .page-3314 .page-block-10162.wb-section .filter-headline {
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: 600;
      font-size: 0.85em;
      line-height: 2.125em;
      font-family: Source Sans Pro; }
    .page-3314 .page-block-10162.wb-section #surveys .form-label {
      text-transform: capitalize; }
    .page-3314 .page-block-10162.wb-section .survey-container .video-question .row {
      margin-bottom: 0px; }
    .page-3314 .page-block-10162.wb-section .add-document {
      font-weight: bold; }
      .page-3314 .page-block-10162.wb-section .add-document i {
        font-weight: normal;
        padding-left: 0.405rem; }
      .page-3314 .page-block-10162.wb-section .add-document:hover, .page-3314 .page-block-10162.wb-section .add-document:focus, .page-3314 .page-block-10162.wb-section .add-document:active {
        text-decoration: none; }
        .page-3314 .page-block-10162.wb-section .add-document:hover i, .page-3314 .page-block-10162.wb-section .add-document:focus i, .page-3314 .page-block-10162.wb-section .add-document:active i {
          color: inherit; }
    .page-3314 .page-block-10162.wb-section .remove-file {
      padding: 3px 7px;
      font-weight: bold;
      color: #000000 !important;
      font-size: 0.9rem; }
      .page-3314 .page-block-10162.wb-section .remove-file i {
        font-weight: normal;
        color: #d32f2f;
        padding-right: 0.405rem; }
      .page-3314 .page-block-10162.wb-section .remove-file:hover {
        color: #000000 !important; }
        .page-3314 .page-block-10162.wb-section .remove-file:hover i {
          color: #d32f2f; }
    .page-3314 .page-block-10162.wb-section textarea:focus, .page-3314 .page-block-10162.wb-section select:focus, .page-3314 .page-block-10162.wb-section input[type="text"]:focus, .page-3314 .page-block-10162.wb-section .form-control:focus, .page-3314 .page-block-10162.wb-section input[type="tel"]:focus, .page-3314 .page-block-10162.wb-section input[type="email"]:focus, .page-3314 .page-block-10162.wb-section input[type="number"]:focus {
      border-color: #F9CF62; }
    .page-3314 .page-block-10162.wb-section .upload-name .icon-doc {
      padding-right: 0.405rem; }
    .page-3314 .page-block-10162.wb-section .linkedin-headline {
      font-family: Source Sans Pro;
      font-weight: 600; }
    .page-3314 .page-block-10162.wb-section #surveys video {
      width: 100%; }
    .page-3314 .page-block-10162.wb-section #surveys .question-description {
      font-style: italic;
      margin-bottom: 15px;
      margin-bottom: 1em; }
    .page-3314 .page-block-10162.wb-section .survey-container .row {
      margin-bottom: 20px;
      margin-bottom: 2em; }
    @media (max-width: 991px) {
      .page-3314 .page-block-10162.wb-section #form .text-right {
        text-align: left; } }
    .page-3314 .page-block-10162.wb-section h1, .page-3314 .page-block-10162.wb-section h2, .page-3314 .page-block-10162.wb-section h3, .page-3314 .page-block-10162.wb-section h4, .page-3314 .page-block-10162.wb-section h5, .page-3314 .page-block-10162.wb-section h6 {
      font-family: Roboto Slab;
      font-weight: 700;
      font-size: 1.2rem;
      text-transform: undefined;
      color: #000000;
      margin: 0px;
      margin-bottom: 15px;
      margin-bottom: 0.7em; }
    .page-3314 .page-block-10162.wb-section h1 {
      font-size: 2.2rem; }
    .page-3314 .page-block-10162.wb-section h2 {
      font-size: 1.2rem; }
    .page-3314 .page-block-10162.wb-section h3 {
      font-size: 0.5rem; }
    .page-3314 .page-block-10162.wb-section h4 {
      font-size: 0.4rem; }
    .page-3314 .page-block-10162.wb-section h5 {
      font-size: 0.3rem; }
    .page-3314 .page-block-10162.wb-section h6 {
      font-size: 0.2rem; }
    .page-3314 .page-block-10162.wb-section .headline-label {
      text-transform: uppercase;
      font-family: Source Sans Pro;
      font-size: 0.85em;
      font-weight: 600;
      letter-spacing: 0.05em;
      opacity: 0.75; }
    .page-3314 .page-block-10162.wb-section .form-headline {
      margin-bottom: 20px;
      margin-bottom: 1em; }
    .page-3314 .page-block-10162.wb-section .box-shadow {
      position: relative; }
    .page-3314 .page-block-10162.wb-section .box-shadow::before {
      box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      content: "";
      position: absolute;
      z-index: -1;
      height: 0.63rem;
      left: 2%;
      width: 96%;
      border: 0;
      overflow: visible;
      bottom: 0;
      transform: translateZ(0px);
      background: transparent;
      border-radius: 70%; }
    .page-3314 .page-block-10162.wb-section blockquote {
      border-color: #666666;
      font-size: 0.99rem; }
    .page-3314 .page-block-10162.wb-section .btn {
      white-space: normal;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      transition: 0.7s ease;
      font-family: Source Sans Pro;
      font-size: 1rem;
      text-transform: None;
      font-weight: 700;
      padding: 0.66667rem 1rem;
      border: 1px solid;
      border-width: 2px; }
      .page-3314 .page-block-10162.wb-section .btn:active, .page-3314 .page-block-10162.wb-section .btn:focus {
        -webkit-focus-ring-color: transparent;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .page-3314 .page-block-10162.wb-section .btn-primary {
      background: rgba(33, 33, 33, 0);
      color: #FFFFFF;
      border-color: rgba(255, 255, 255, 0);
      border-radius: 3.1rem;
      -moz-border-radius: 3.1rem;
      -ms-border-radius: 3.1rem;
      -webkit-border-radius: 3.1rem; }
      .page-3314 .page-block-10162.wb-section .btn-primary:hover, .page-3314 .page-block-10162.wb-section .btn-primary:active, .page-3314 .page-block-10162.wb-section .btn-primary:focus {
        background: rgba(20, 20, 20, 0);
        border-color: rgba(242, 242, 242, 0);
        color: #FFFFFF; }
      .page-3314 .page-block-10162.wb-section .btn-primary .ripple {
        background: rgba(110, 110, 110, 0); }
    .page-3314 .page-block-10162.wb-section .btn-default {
      background: rgb(246, 189, 87);
      color: #FFFFFF;
      border-color: rgba(204, 204, 204, 0);
      border-radius: 3.1rem;
      -moz-border-radius: 3.1rem;
      -ms-border-radius: 3.1rem;
      -webkit-border-radius: 3.1rem; }
      .page-3314 .page-block-10162.wb-section .btn-default:hover, .page-3314 .page-block-10162.wb-section .btn-default:active, .page-3314 .page-block-10162.wb-section .btn-default:focus {
        background: #f5b33f;
        border-color: rgba(191, 191, 191, 0);
        color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .page-3314 .page-block-10162.wb-section .btn-default.active {
        background: rgba(33, 33, 33, 0);
        border-color: rgba(255, 255, 255, 0);
        color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .page-3314 .page-block-10162.wb-section .btn-default.active:hover, .page-3314 .page-block-10162.wb-section .btn-default.active:active, .page-3314 .page-block-10162.wb-section .btn-default.active:focus {
          background: rgba(20, 20, 20, 0);
          border-color: rgba(242, 242, 242, 0);
          color: #FFFFFF; }
      .page-3314 .page-block-10162.wb-section .btn-default .ripple {
        background: #fef6e8; }
    .page-3314 .page-block-10162.wb-section .btn-default.attach {
      position: relative; }
      .page-3314 .page-block-10162.wb-section .btn-default.attach i {
        padding-right: 0.45rem; }
      .page-3314 .page-block-10162.wb-section .btn-default.attach.dropbox {
        position: relative; }
        .page-3314 .page-block-10162.wb-section .btn-default.attach.dropbox i {
          padding-right: 0.45rem; }
    .page-3314 .page-block-10162.wb-section .btn-linkedin, .page-3314 .page-block-10162.wb-section a.btn-linkedin {
      background: #0177b5;
      color: #fff !important;
      border-radius: 0.2em;
      -moz-border-radius: 0.2em;
      -ms-border-radius: 0.2em;
      -webkit-border-radius: 0.2em;
      transition: 0.7s ease;
      display: inline-block;
      text-decoration: none;
      width: auto;
      max-width: none;
      min-width: 210px;
      white-space: nowrap; }
      .page-3314 .page-block-10162.wb-section .btn-linkedin i, .page-3314 .page-block-10162.wb-section a.btn-linkedin i {
        margin: 6px 0px 6px 6px;
        margin: 0.35rem 0 0.35rem 0.35rem;
        padding: 0px;
        text-align: center;
        width: 1.4em;
        height: 1.4em;
        line-height: 1.4em;
        font-size: 32px;
        font-size: 2em;
        float: left;
        color: #066093;
        background: #fff;
        border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        -ms-border-radius: 0.2em;
        -webkit-border-radius: 0.2em; }
      .page-3314 .page-block-10162.wb-section .btn-linkedin span, .page-3314 .page-block-10162.wb-section a.btn-linkedin span {
        padding: 0.7rem 1rem;
        line-height: 2em;
        display: inline-block;
        font-family: 'source sans pro', arial, sans-serif;
        font-weight: 600; }
      .page-3314 .page-block-10162.wb-section .btn-linkedin:hover, .page-3314 .page-block-10162.wb-section .btn-linkedin:active, .page-3314 .page-block-10162.wb-section .btn-linkedin:focus, .page-3314 .page-block-10162.wb-section a.btn-linkedin:hover, .page-3314 .page-block-10162.wb-section a.btn-linkedin:active, .page-3314 .page-block-10162.wb-section a.btn-linkedin:focus {
        text-decoration: none;
        outline: 0;
        color: #fff;
        background: #066093; }
        .page-3314 .page-block-10162.wb-section .btn-linkedin:hover i, .page-3314 .page-block-10162.wb-section .btn-linkedin:active i, .page-3314 .page-block-10162.wb-section .btn-linkedin:focus i, .page-3314 .page-block-10162.wb-section a.btn-linkedin:hover i, .page-3314 .page-block-10162.wb-section a.btn-linkedin:active i, .page-3314 .page-block-10162.wb-section a.btn-linkedin:focus i {
          background: #fff;
          border-color: #05507b; }
    .page-3314 .page-block-10162.wb-section .label-default {
      background: #63acec; }
    .page-3314 .page-block-10162.wb-section .label-primary {
      background: #F9CF62; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img {
    text-align: center;
    background-size: cover; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .wb-block-inner {
      max-width: none;
      padding-top: 0px; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .label {
      display: inline-block;
      margin-bottom: 5px;
      margin-bottom: 0.2em; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .wb-description h1:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .wb-description h2:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .wb-description h3:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .wb-description h4:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .wb-description h5:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .wb-description h6:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .wb-description ul:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .wb-description li:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .wb-description p:last-child {
      margin-bottom: 0; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .wb-description, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img h2.title, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .no-jobs {
      text-align: center; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .no-jobs {
      margin: 0px auto; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .btn {
      margin-top: 15px;
      margin-top: 1.2em; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .filter-wrap {
      padding-top: 40px;
      padding-top: 2em;
      padding-bottom: 40px;
      padding-bottom: 2em; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .positions-intro-container {
      padding-top: 4rem; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items {
      clear: left; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item {
        padding: 0;
        overflow: auto;
        float: left;
        padding-top: 0px;
        padding: 15px; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item-image {
          width: 100%;
          float: left;
          min-height: 200px;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          position: relative; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item-image:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item-image .client-logo {
            max-width: 150px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item {
          width: 100%;
          overflow: auto;
          padding: 40px;
          padding: 2rem;
          box-sizing: border-box;
          position: relative;
          text-align: left; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .client-name {
            padding-bottom: 0.8rem; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .head {
            font-size: 24px;
            margin-bottom: 15px;
            margin-bottom: 20px;
            margin-bottom: 0.8em; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .bottom.standard {
            padding-top: 0px; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .bottom.left {
            padding-top: 0px;
            padding-right: 160px; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .bottom.right {
            position: absolute;
            bottom: 40px;
            bottom: 2rem;
            right: 40px;
            right: 2rem; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .bottom.right .btn {
              max-width: 160px; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .bottom .btn {
            margin: 0px;
            background: rgba(33, 33, 33, 0);
            color: #FFFFFF;
            border-color: rgba(255, 255, 255, 0);
            border-radius: 3.1rem; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .bottom .btn:hover, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .bottom .btn:active, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .bottom .btn:focus {
              background-color: rgba(20, 20, 20, 0); }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .date-heading {
            font-weight: bold; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .date {
            display: block;
            clear: left;
            opacity: 0.6;
            font-weight: 400;
            font-size: 75%; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .tags-container {
            font-weight: bold;
            margin-bottom: 10px;
            margin-bottom: 1rem; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .tags-container .location-heading, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .tags-container .department-heading {
              padding-bottom: 5px;
              display: inline-block; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .desc-container {
            display: none;
            padding-bottom: 30px; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .desc-container .desc p {
              padding: 0; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .desc-container .desc h1, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .desc-container .desc h2, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .desc-container .desc h3, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .desc-container .desc h4, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .desc-container .desc h5, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .desc-container .desc h6, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .desc-container .desc li, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .desc-container .desc ul, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .desc-container .desc strong {
              display: none; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .inner-item .item .btn-container {
            text-align: right; }
    @media (max-width: 480px) {
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img .date-text {
        display: block; } }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small .vacancies-intro, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small .filter-section, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small .no-jobs {
    max-width: 720px; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items {
    max-width: 720px; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items .inner-item {
      background: transparent; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items .inner-item:nth-child(1n+0) {
        clear: none; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items .inner-item:nth-child(2n+2) {
        clear: none; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items .item-wrap {
      padding: 10px; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium .vacancies-intro, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium .filter-section, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium .no-jobs {
    max-width: 940px; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items {
    max-width: 940px; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item:nth-child(1n+0) {
      clear: none; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item:nth-child(2n+1) {
      clear: left; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item:hover {
      background: transparent; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .item-wrap {
      padding: 10px; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items {
    max-width: 1140px; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large .vacancies-intro, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large .filter-section, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large .no-jobs {
    max-width: 1140px; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small .vacancies-intro, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small .filter-section, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium .vacancies-intro, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium .filter-section, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large .vacancies-intro, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large .filter-section, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.fluid .vacancies-intro, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.fluid .filter-section {
    margin: 0px auto; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.fluid #items {
    margin: 0px auto;
    margin-top: 1rem; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items .inner-item, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items .inner-item, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.fluid #items .inner-item {
      background: transparent; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items .inner-item .item-wrap, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item .item-wrap, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items .inner-item .item-wrap, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.fluid #items .inner-item .item-wrap {
        border: 1px solid #f1f1f1;
        border-width: 0rem; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items .inner-item .item-wrap .item, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item .item-wrap .item, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items .inner-item .item-wrap .item, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.fluid #items .inner-item .item-wrap .item {
          color: #3c3c3b; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items .inner-item .item-wrap .item .head h3, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item .item-wrap .item .head h3, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items .inner-item .item-wrap .item .head h3, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.fluid #items .inner-item .item-wrap .item .head h3 {
            color: #3c3c3b; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items .inner-item .item-wrap .item .head h3:hover, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item .item-wrap .item .head h3:hover, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items .inner-item .item-wrap .item .head h3:hover, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.fluid #items .inner-item .item-wrap .item .head h3:hover {
              color: #3c3c3b; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items .inner-item .item-wrap:hover .item, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item .item-wrap:hover .item, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items .inner-item .item-wrap:hover .item, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.fluid #items .inner-item .item-wrap:hover .item {
          color: #FFFFFF; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .item-image {
    margin: 0 auto;
    width: auto !important;
    float: none !important;
    display: block;
    padding-bottom: 20px;
    padding-right: 0 !important; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .item {
    width: 100% !important; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items .item .head-desc {
      width: 100%; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items.table-tight .item {
    padding: 2rem 0 0 0; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img #items.table-tight .item .bottom.right {
      bottom: 0;
      right: 0; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small {
    /* --  mobile, default -- */ }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items .inner-item {
      width: 100%; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items .inner-item .item-wrap {
        background: #ffffff; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items .inner-item .item-wrap:hover {
          background: #b0dad3; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items.table-striped .inner-item .item-wrap {
      background: #ffffff; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items.table-striped .inner-item .item-wrap:hover {
        background: #b0dad3; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items.table-striped .inner-item:nth-child(2n+1) .item-wrap {
      background: #e6e6e6; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.small #items.table-striped .inner-item:nth-child(2n+1) .item-wrap:hover {
        background: #b0dad3; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large {
    /* --  mobile, default -- */
    /* -- ipad up --*/ }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items .inner-item {
      width: 100%; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item .item-wrap, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items .inner-item .item-wrap {
        background: #ffffff; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item .item-wrap:hover, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items .inner-item .item-wrap:hover {
          background: #b0dad3; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items.table-striped .inner-item .item-wrap, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items.table-striped .inner-item .item-wrap {
      background: #ffffff; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items.table-striped .inner-item .item-wrap:hover, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items.table-striped .inner-item .item-wrap:hover {
        background: #b0dad3; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items.table-striped .inner-item:nth-child(2n+1) .item-wrap, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items.table-striped .inner-item:nth-child(2n+1) .item-wrap {
      background: #e6e6e6; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items.table-striped .inner-item:nth-child(2n+1) .item-wrap:hover, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items.table-striped .inner-item:nth-child(2n+1) .item-wrap:hover {
        background: #b0dad3; }
    @media (min-width: 480px) {
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item .item-image, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items .inner-item .item-image {
        min-height: 300px; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item .item .desc-container, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items .inner-item .item .desc-container {
        display: block; } }
    @media (min-width: 768px) {
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items .inner-item {
        width: 50%;
        float: left;
        display: inline-block; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items .inner-item:nth-child(even), .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items .inner-item:nth-child(even) {
          float: left; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items.table-striped .inner-item .item-wrap, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items.table-striped .inner-item .item-wrap {
        background: #ffffff; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items.table-striped .inner-item .item-wrap:hover, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items.table-striped .inner-item .item-wrap:hover {
          background: #b0dad3; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items.table-striped .inner-item:nth-child(2n+1) .item-wrap, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items.table-striped .inner-item:nth-child(2n+1) .item-wrap {
        background: #ffffff; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items.table-striped .inner-item:nth-child(2n+1) .item-wrap:hover, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items.table-striped .inner-item:nth-child(2n+1) .item-wrap:hover {
          background: #b0dad3; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items.table-striped .inner-item:nth-child(4n+2) .item-wrap, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items.table-striped .inner-item:nth-child(4n+3) .item-wrap, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items.table-striped .inner-item:nth-child(4n+2) .item-wrap, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items.table-striped .inner-item:nth-child(4n+3) .item-wrap {
        background: #e6e6e6; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items.table-striped .inner-item:nth-child(4n+2) .item-wrap:hover, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.medium #items.table-striped .inner-item:nth-child(4n+3) .item-wrap:hover, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items.table-striped .inner-item:nth-child(4n+2) .item-wrap:hover, .page-3314 .page-block-10162.wb-section.wb-section-positions-hero-img.large #items.table-striped .inner-item:nth-child(4n+3) .item-wrap:hover {
          background: #b0dad3; } }
  .page-3314 .page-block-10162.wb-section {
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    font-family: Roboto Slab;
    font-weight: 300;
    font-size: 0.9rem;
    color: #000000;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    position: relative;
    /* Type sizes */ }
    .page-3314 .page-block-10162.wb-section:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .page-3314 .page-block-10162.wb-section .wb-block-inner {
      position: relative;
      z-index: 2; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .wb-block-inner {
      z-index: 3; }
    .page-3314 .page-block-10162.wb-section a {
      cursor: pointer;
      color: #F6BD57; }
      .page-3314 .page-block-10162.wb-section a:hover, .page-3314 .page-block-10162.wb-section a:active, .page-3314 .page-block-10162.wb-section a:focus {
        color: #f3aa27; }
    .page-3314 .page-block-10162.wb-section ::selection {
      background: #812ac6;
      color: #fff; }
    .page-3314 .page-block-10162.wb-section .icon {
      color: #F9CF62; }
    .page-3314 .page-block-10162.wb-section .form-control {
      font-size: 0.9rem;
      color: #000000;
      height: 2.25rem; }
      .page-3314 .page-block-10162.wb-section .form-control:active, .page-3314 .page-block-10162.wb-section .form-control:focus {
        -webkit-focus-ring-color: transparent;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .page-3314 .page-block-10162.wb-section textarea.form-control {
      height: auto;
      min-height: 100px; }
    .page-3314 .page-block-10162.wb-section .badge {
      font-size: 0.75rem; }
    .page-3314 .page-block-10162.wb-section input[type="file"]::-webkit-file-upload-button {
      vertical-align: middle;
      height: 100%; }
    .page-3314 .page-block-10162.wb-section input[type="file"] {
      font-size: 14px;
      font-size: 1rem;
      line-height: 14px;
      line-height: 1rem; }
    .page-3314 .page-block-10162.wb-section .candidatepool-tags .btn {
      margin: 0px 5px 5px 0px; }
    .page-3314 .page-block-10162.wb-section .form-label, .page-3314 .page-block-10162.wb-section .filter-headline {
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: 600;
      font-size: 0.85em;
      line-height: 2.125em;
      font-family: Source Sans Pro; }
    .page-3314 .page-block-10162.wb-section #surveys .form-label {
      text-transform: capitalize; }
    .page-3314 .page-block-10162.wb-section .survey-container .video-question .row {
      margin-bottom: 0px; }
    .page-3314 .page-block-10162.wb-section .add-document {
      font-weight: bold; }
      .page-3314 .page-block-10162.wb-section .add-document i {
        font-weight: normal;
        padding-left: 0.405rem; }
      .page-3314 .page-block-10162.wb-section .add-document:hover, .page-3314 .page-block-10162.wb-section .add-document:focus, .page-3314 .page-block-10162.wb-section .add-document:active {
        text-decoration: none; }
        .page-3314 .page-block-10162.wb-section .add-document:hover i, .page-3314 .page-block-10162.wb-section .add-document:focus i, .page-3314 .page-block-10162.wb-section .add-document:active i {
          color: inherit; }
    .page-3314 .page-block-10162.wb-section .remove-file {
      padding: 3px 7px;
      font-weight: bold;
      color: #000000 !important;
      font-size: 0.9rem; }
      .page-3314 .page-block-10162.wb-section .remove-file i {
        font-weight: normal;
        color: #d32f2f;
        padding-right: 0.405rem; }
      .page-3314 .page-block-10162.wb-section .remove-file:hover {
        color: #000000 !important; }
        .page-3314 .page-block-10162.wb-section .remove-file:hover i {
          color: #d32f2f; }
    .page-3314 .page-block-10162.wb-section textarea:focus, .page-3314 .page-block-10162.wb-section select:focus, .page-3314 .page-block-10162.wb-section input[type="text"]:focus, .page-3314 .page-block-10162.wb-section .form-control:focus, .page-3314 .page-block-10162.wb-section input[type="tel"]:focus, .page-3314 .page-block-10162.wb-section input[type="email"]:focus, .page-3314 .page-block-10162.wb-section input[type="number"]:focus {
      border-color: #F9CF62; }
    .page-3314 .page-block-10162.wb-section .upload-name .icon-doc {
      padding-right: 0.405rem; }
    .page-3314 .page-block-10162.wb-section .linkedin-headline {
      font-family: Source Sans Pro;
      font-weight: 600; }
    .page-3314 .page-block-10162.wb-section #surveys video {
      width: 100%; }
    .page-3314 .page-block-10162.wb-section #surveys .question-description {
      font-style: italic;
      margin-bottom: 15px;
      margin-bottom: 1em; }
    .page-3314 .page-block-10162.wb-section .survey-container .row {
      margin-bottom: 20px;
      margin-bottom: 2em; }
    @media (max-width: 991px) {
      .page-3314 .page-block-10162.wb-section #form .text-right {
        text-align: left; } }
    .page-3314 .page-block-10162.wb-section h1, .page-3314 .page-block-10162.wb-section h2, .page-3314 .page-block-10162.wb-section h3, .page-3314 .page-block-10162.wb-section h4, .page-3314 .page-block-10162.wb-section h5, .page-3314 .page-block-10162.wb-section h6 {
      font-family: Roboto Slab;
      font-weight: 700;
      font-size: 1.2rem;
      text-transform: undefined;
      color: #000000;
      margin: 0px;
      margin-bottom: 15px;
      margin-bottom: 0.7em; }
    .page-3314 .page-block-10162.wb-section h1 {
      font-size: 2.2rem; }
    .page-3314 .page-block-10162.wb-section h2 {
      font-size: 1.2rem; }
    .page-3314 .page-block-10162.wb-section h3 {
      font-size: 0.5rem; }
    .page-3314 .page-block-10162.wb-section h4 {
      font-size: 0.4rem; }
    .page-3314 .page-block-10162.wb-section h5 {
      font-size: 0.3rem; }
    .page-3314 .page-block-10162.wb-section h6 {
      font-size: 0.2rem; }
    .page-3314 .page-block-10162.wb-section .headline-label {
      text-transform: uppercase;
      font-family: Source Sans Pro;
      font-size: 0.85em;
      font-weight: 600;
      letter-spacing: 0.05em;
      opacity: 0.75; }
    .page-3314 .page-block-10162.wb-section .form-headline {
      margin-bottom: 20px;
      margin-bottom: 1em; }
    .page-3314 .page-block-10162.wb-section .box-shadow {
      position: relative; }
    .page-3314 .page-block-10162.wb-section .box-shadow::before {
      box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      content: "";
      position: absolute;
      z-index: -1;
      height: 0.63rem;
      left: 2%;
      width: 96%;
      border: 0;
      overflow: visible;
      bottom: 0;
      transform: translateZ(0px);
      background: transparent;
      border-radius: 70%; }
    .page-3314 .page-block-10162.wb-section blockquote {
      border-color: #666666;
      font-size: 0.99rem; }
    .page-3314 .page-block-10162.wb-section .btn {
      white-space: normal;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      transition: 0.7s ease;
      font-family: Source Sans Pro;
      font-size: 1rem;
      text-transform: None;
      font-weight: 700;
      padding: 0.66667rem 1rem;
      border: 1px solid;
      border-width: 2px; }
      .page-3314 .page-block-10162.wb-section .btn:active, .page-3314 .page-block-10162.wb-section .btn:focus {
        -webkit-focus-ring-color: transparent;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .page-3314 .page-block-10162.wb-section .btn-primary {
      background: rgba(33, 33, 33, 0);
      color: #FFFFFF;
      border-color: rgba(255, 255, 255, 0);
      border-radius: 3.1rem;
      -moz-border-radius: 3.1rem;
      -ms-border-radius: 3.1rem;
      -webkit-border-radius: 3.1rem; }
      .page-3314 .page-block-10162.wb-section .btn-primary:hover, .page-3314 .page-block-10162.wb-section .btn-primary:active, .page-3314 .page-block-10162.wb-section .btn-primary:focus {
        background: rgba(20, 20, 20, 0);
        border-color: rgba(242, 242, 242, 0);
        color: #FFFFFF; }
      .page-3314 .page-block-10162.wb-section .btn-primary .ripple {
        background: rgba(110, 110, 110, 0); }
    .page-3314 .page-block-10162.wb-section .btn-default {
      background: rgb(246, 189, 87);
      color: #FFFFFF;
      border-color: rgba(204, 204, 204, 0);
      border-radius: 3.1rem;
      -moz-border-radius: 3.1rem;
      -ms-border-radius: 3.1rem;
      -webkit-border-radius: 3.1rem; }
      .page-3314 .page-block-10162.wb-section .btn-default:hover, .page-3314 .page-block-10162.wb-section .btn-default:active, .page-3314 .page-block-10162.wb-section .btn-default:focus {
        background: #f5b33f;
        border-color: rgba(191, 191, 191, 0);
        color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .page-3314 .page-block-10162.wb-section .btn-default.active {
        background: rgba(33, 33, 33, 0);
        border-color: rgba(255, 255, 255, 0);
        color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .page-3314 .page-block-10162.wb-section .btn-default.active:hover, .page-3314 .page-block-10162.wb-section .btn-default.active:active, .page-3314 .page-block-10162.wb-section .btn-default.active:focus {
          background: rgba(20, 20, 20, 0);
          border-color: rgba(242, 242, 242, 0);
          color: #FFFFFF; }
      .page-3314 .page-block-10162.wb-section .btn-default .ripple {
        background: #fef6e8; }
    .page-3314 .page-block-10162.wb-section .btn-default.attach {
      position: relative; }
      .page-3314 .page-block-10162.wb-section .btn-default.attach i {
        padding-right: 0.45rem; }
      .page-3314 .page-block-10162.wb-section .btn-default.attach.dropbox {
        position: relative; }
        .page-3314 .page-block-10162.wb-section .btn-default.attach.dropbox i {
          padding-right: 0.45rem; }
    .page-3314 .page-block-10162.wb-section .btn-linkedin, .page-3314 .page-block-10162.wb-section a.btn-linkedin {
      background: #0177b5;
      color: #fff !important;
      border-radius: 0.2em;
      -moz-border-radius: 0.2em;
      -ms-border-radius: 0.2em;
      -webkit-border-radius: 0.2em;
      transition: 0.7s ease;
      display: inline-block;
      text-decoration: none;
      width: auto;
      max-width: none;
      min-width: 210px;
      white-space: nowrap; }
      .page-3314 .page-block-10162.wb-section .btn-linkedin i, .page-3314 .page-block-10162.wb-section a.btn-linkedin i {
        margin: 6px 0px 6px 6px;
        margin: 0.35rem 0 0.35rem 0.35rem;
        padding: 0px;
        text-align: center;
        width: 1.4em;
        height: 1.4em;
        line-height: 1.4em;
        font-size: 32px;
        font-size: 2em;
        float: left;
        color: #066093;
        background: #fff;
        border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        -ms-border-radius: 0.2em;
        -webkit-border-radius: 0.2em; }
      .page-3314 .page-block-10162.wb-section .btn-linkedin span, .page-3314 .page-block-10162.wb-section a.btn-linkedin span {
        padding: 0.7rem 1rem;
        line-height: 2em;
        display: inline-block;
        font-family: 'source sans pro', arial, sans-serif;
        font-weight: 600; }
      .page-3314 .page-block-10162.wb-section .btn-linkedin:hover, .page-3314 .page-block-10162.wb-section .btn-linkedin:active, .page-3314 .page-block-10162.wb-section .btn-linkedin:focus, .page-3314 .page-block-10162.wb-section a.btn-linkedin:hover, .page-3314 .page-block-10162.wb-section a.btn-linkedin:active, .page-3314 .page-block-10162.wb-section a.btn-linkedin:focus {
        text-decoration: none;
        outline: 0;
        color: #fff;
        background: #066093; }
        .page-3314 .page-block-10162.wb-section .btn-linkedin:hover i, .page-3314 .page-block-10162.wb-section .btn-linkedin:active i, .page-3314 .page-block-10162.wb-section .btn-linkedin:focus i, .page-3314 .page-block-10162.wb-section a.btn-linkedin:hover i, .page-3314 .page-block-10162.wb-section a.btn-linkedin:active i, .page-3314 .page-block-10162.wb-section a.btn-linkedin:focus i {
          background: #fff;
          border-color: #05507b; }
    .page-3314 .page-block-10162.wb-section .label-default {
      background: #63acec; }
    .page-3314 .page-block-10162.wb-section .label-primary {
      background: #F9CF62; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions {
    background: #f1f1f1 !important; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .no-jobs {
      font-style: italic; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000000;
      opacity: 0.8; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter ::-moz-placeholder {
      /* Firefox 19+ */
      color: #000000;
      opacity: 0.8; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter :-ms-input-placeholder {
      /* IE 10+ */
      color: #000000;
      opacity: 0.8; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter :-moz-placeholder {
      /* Firefox 18- */
      color: #000000;
      opacity: 0.8; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter input {
      color: #000000; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter .fancy-select .selected-items, .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter select, .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter .dropdown-container .dropdown {
      background: #f1f1f1;
      border: 2px solid;
      border-color: #000000;
      color: #000000; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter .search-container input {
      background: #f1f1f1;
      border: 2px solid;
      border-color: #000000;
      color: #000000; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter .search-container:before {
      color: #000000;
      opacity: 0.8; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter .fancy-span.selected {
      background: transparent;
      font-weight: bold;
      color: #000000; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter .fancy-span.selected:before {
        color: #000000; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter .fancy-span:hover {
      font-weight: bold;
      background: transparent;
      color: #000000; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter .fancy-span.selected:hover {
      background: transparent;
      color: #000000; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions .filter-wrap #filter .fancy-span.selected:hover:before {
        color: #000000; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-list {
    background-size: cover;
    text-align: left; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list .wb-block-inner {
      padding-top: 0px;
      padding-bottom: 4rem;
      max-width: none;
      padding-top: 0px; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list .wb-description h1:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list .wb-description h2:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list .wb-description h3:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list .wb-description h4:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list .wb-description h5:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list .wb-description h6:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list .wb-description ul:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list .wb-description li:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list .wb-description p:last-child {
      margin-bottom: 0; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list .wb-description, .page-3314 .page-block-10162.wb-section.wb-section-positions-list h2.title, .page-3314 .page-block-10162.wb-section.wb-section-positions-list .no-jobs {
      text-align: center; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list .filter-wrap, .page-3314 .page-block-10162.wb-section.wb-section-positions-list .positions-intro-container {
      padding-top: 40px;
      padding-top: 2em;
      padding-bottom: 40px;
      padding-bottom: 2em; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list .no-positions {
      font-style: italic; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list .positions-intro-container {
      padding-bottom: 0px;
      padding-top: 4rem; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading {
      font-weight: bold;
      background: #ffffff;
      color: #333333; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list .position-title {
      font-weight: bold;
      color: #3c3c3b; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list .position-title:hover {
        text-decoration: none;
        color: #3c3c3b; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list .clientlogo img {
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 150px; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading {
      border-bottom: 1px solid #f1f1f1;
      clear: left;
      overflow: auto;
      padding-top: 20px;
      padding-bottom: 20px; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading h4 {
        color: #000000; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list .item {
      position: relative;
      padding-top: 20px;
      padding-bottom: 20px;
      background: #ffffff;
      color: #3c3c3b;
      border-bottom: 1px solid #f1f1f1; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list .item:hover {
        background-color: #b0dad3;
        color: #FFFFFF; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items {
      clear: left;
      padding-bottom: 0px; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .position-container {
        display: block; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .position-container:last-child {
          border-bottom: 0; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .position-container:last-child .item {
        border-bottom: 0px; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items.table-striped .position-container .item:hover .btn {
      color: #FFFFFF; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items.table-striped .position-container:nth-child(odd) .item {
      background: #e6e6e6; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items.table-striped .position-container:nth-child(odd) .item:hover {
        background-color: #b0dad3;
        color: #FFFFFF; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items.table-striped .position-container:nth-child(odd) .item:hover .btn {
          color: #FFFFFF; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container > div, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container > div {
      min-height: 1px; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container div.apply-btn, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container div.apply-btn {
      text-align: right; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list .mobile-headline {
      display: none; }
    @media (min-width: 768px) {
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading {
        word-break: break-word; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container > div, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container > div {
          float: left; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .meta-container, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .meta-container {
          width: 67%;
          float: left; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .meta-container > div, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .meta-container > div {
            display: inline-block;
            float: left;
            min-height: 1px; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .meta-container > div:not(.apply-btn), .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .meta-container > div:not(.apply-btn) {
            padding-right: 1rem; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .position-head, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .position-name, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .position-head, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .position-name {
          width: 33%;
          padding-right: 1rem;
          float: left; } }
    @media (min-width: 768px) {
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .item.box-shadow:before {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none; } }
    @media (max-width: 767px) {
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading {
        display: none; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items {
        border-top: 1px solid #f1f1f1; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list .positions-wrap.box-shadow:before {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .item, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .item {
        margin-bottom: 20px; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container {
        text-align: center; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container > div:not(.inner-row-logo-container), .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container > div:not(.inner-row-logo-container) {
          padding-bottom: 0.5rem; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .meta-container, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .meta-container {
          padding-bottom: 0rem !important; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .meta-container > div, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .meta-container > div {
            padding-bottom: 0.5rem; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .position-name, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .position-name {
          font-size: 1.2em;
          display: block; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .apply-btn, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .apply-btn {
          width: 100% !important;
          display: block;
          padding-top: 5px;
          padding-top: 0.5em;
          text-align: center !important; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .apply-btn .btn, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .apply-btn .btn {
            width: auto;
            min-width: 250px;
            display: inline-block; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .location, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .department, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .location, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .department {
          display: inline;
          font-style: italic; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .mobile-headline, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .mobile-headline {
          display: none;
          font-weight: bold;
          padding-right: 0.2rem; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .date, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .date {
          width: 100% !important; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list #items .inner-row-container .date .mobile-headline, .page-3314 .page-block-10162.wb-section.wb-section-positions-list #heading .inner-row-container .date .mobile-headline {
            display: inline; } }
    @media (min-width: 768px) {
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list .btn-primary {
        padding: 0.6em 1em;
        margin-top: -3px;
        line-height: 1em; } }
    @media (max-width: 480px) {
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list .btn-primary {
        padding: 0.6em 1em;
        display: block;
        width: 100%;
        margin-top: 10px; } }
  .page-3314 .page-block-10162 .no-jobs {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .page-3314 .page-block-10162 .positions-wrap {
    padding-left: 15px;
    padding-right: 15px; }
  .page-3314 .page-block-10162.small .vacancies-intro, .page-3314 .page-block-10162.small .filter-section, .page-3314 .page-block-10162.small .no-jobs {
    max-width: 720px;
    margin: 0px auto; }
  .page-3314 .page-block-10162.small .table-tight #heading {
    padding-left: 0px;
    padding-right: 0px; }
  .page-3314 .page-block-10162.small .table-tight #items .item {
    padding-left: 0px;
    padding-right: 0px; }
  @media (min-width: 768px) {
    .page-3314 .page-block-10162.small .table-default #items .item .inner-row, .page-3314 .page-block-10162.small .table-default #heading .heading-row, .page-3314 .page-block-10162.small .table-striped #items .item .inner-row, .page-3314 .page-block-10162.small .table-striped #heading .heading-row {
      margin-left: 0px;
      margin-right: 0px; } }
  .page-3314 .page-block-10162.medium .vacancies-intro, .page-3314 .page-block-10162.medium .filter-section, .page-3314 .page-block-10162.medium .no-jobs {
    max-width: 940px;
    margin: 0px auto; }
  .page-3314 .page-block-10162.medium .table-tight #heading {
    padding-left: 0px;
    padding-right: 0px; }
  .page-3314 .page-block-10162.medium .table-tight #items .item {
    padding-left: 0px;
    padding-right: 0px; }
  @media (min-width: 768px) {
    .page-3314 .page-block-10162.medium .table-default #items .item .inner-row, .page-3314 .page-block-10162.medium .table-default #heading .heading-row, .page-3314 .page-block-10162.medium.table-striped #items .item .inner-row, .page-3314 .page-block-10162.medium.table-striped #heading .heading-row {
      margin-left: 0px;
      margin-right: 0px; } }
  .page-3314 .page-block-10162.large .vacancies-intro, .page-3314 .page-block-10162.large .filter-section, .page-3314 .page-block-10162.large .no-jobs {
    max-width: 1140px;
    margin: 0px auto; }
  .page-3314 .page-block-10162.large .table-tight #heading {
    padding-left: 0px;
    padding-right: 0px; }
  .page-3314 .page-block-10162.large .table-tight #items .item {
    padding-left: 0px;
    padding-right: 0px; }
  @media (min-width: 768px) {
    .page-3314 .page-block-10162.large .table-default #items .item .inner-row, .page-3314 .page-block-10162.large .table-default #heading .heading-row {
      margin-left: 0px;
      margin-right: 0px; } }
  @media (min-width: 768px) {
    .page-3314 .page-block-10162.large .table-striped #items .item .inner-row, .page-3314 .page-block-10162.large .table-striped #heading .heading-row {
      margin-left: 0px;
      margin-right: 0px; } }
  .page-3314 .page-block-10162.large .positions-wrap {
    max-width: 1140px;
    margin: 0px auto; }
  .page-3314 .page-block-10162.fluid .wb-block-inner {
    padding-left: 15px;
    padding-right: 15px; }
  .page-3314 .page-block-10162.fluid .vacancies-intro, .page-3314 .page-block-10162.fluid .filter-section, .page-3314 .page-block-10162.fluid .no-jobs {
    max-width: 1140px;
    margin: 0px auto; }
  .page-3314 .page-block-10162.fluid .positions-wrap {
    max-width: none;
    padding-left: 0px;
    padding-right: 0px; }
    .page-3314 .page-block-10162.fluid .positions-wrap #items .inner-row {
      max-width: 1170px;
      margin: 0px auto;
      padding-left: 15px;
      padding-right: 15px; }
      .page-3314 .page-block-10162.fluid .positions-wrap #items .inner-row .inner-row-container {
        padding-left: 0px;
        padding-right: 0px; }
    .page-3314 .page-block-10162.fluid .positions-wrap #items .item {
      padding-left: 0px;
      padding-right: 0px; }
    .page-3314 .page-block-10162.fluid .positions-wrap #heading .heading-row {
      margin: 0px auto;
      max-width: 1170px; }
  .page-3314 .page-block-10162.fluid .table-tight .positions-wrap {
    max-width: none; }
  .page-3314 .page-block-10162.large .positions-wrap, .page-3314 .page-block-10162.fluid .positions-wrap, .page-3314 .page-block-10162.medium .positions-wrap, .page-3314 .page-block-10162.small .positions-wrap {
    margin-top: 2rem; }
  .page-3314 .page-block-10162.wb-section {
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    font-family: Roboto Slab;
    font-weight: 300;
    font-size: 0.9rem;
    color: #000000;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    position: relative;
    /* Type sizes */ }
    .page-3314 .page-block-10162.wb-section:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .page-3314 .page-block-10162.wb-section .wb-block-inner {
      position: relative;
      z-index: 2; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions .wb-block-inner {
      z-index: 3; }
    .page-3314 .page-block-10162.wb-section a {
      cursor: pointer;
      color: #F6BD57; }
      .page-3314 .page-block-10162.wb-section a:hover, .page-3314 .page-block-10162.wb-section a:active, .page-3314 .page-block-10162.wb-section a:focus {
        color: #f3aa27; }
    .page-3314 .page-block-10162.wb-section ::selection {
      background: #812ac6;
      color: #fff; }
    .page-3314 .page-block-10162.wb-section .icon {
      color: #F9CF62; }
    .page-3314 .page-block-10162.wb-section .form-control {
      font-size: 0.9rem;
      color: #000000;
      height: 2.25rem; }
      .page-3314 .page-block-10162.wb-section .form-control:active, .page-3314 .page-block-10162.wb-section .form-control:focus {
        -webkit-focus-ring-color: transparent;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .page-3314 .page-block-10162.wb-section textarea.form-control {
      height: auto;
      min-height: 100px; }
    .page-3314 .page-block-10162.wb-section .badge {
      font-size: 0.75rem; }
    .page-3314 .page-block-10162.wb-section input[type="file"]::-webkit-file-upload-button {
      vertical-align: middle;
      height: 100%; }
    .page-3314 .page-block-10162.wb-section input[type="file"] {
      font-size: 14px;
      font-size: 1rem;
      line-height: 14px;
      line-height: 1rem; }
    .page-3314 .page-block-10162.wb-section .candidatepool-tags .btn {
      margin: 0px 5px 5px 0px; }
    .page-3314 .page-block-10162.wb-section .form-label, .page-3314 .page-block-10162.wb-section .filter-headline {
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: 600;
      font-size: 0.85em;
      line-height: 2.125em;
      font-family: Source Sans Pro; }
    .page-3314 .page-block-10162.wb-section #surveys .form-label {
      text-transform: capitalize; }
    .page-3314 .page-block-10162.wb-section .survey-container .video-question .row {
      margin-bottom: 0px; }
    .page-3314 .page-block-10162.wb-section .add-document {
      font-weight: bold; }
      .page-3314 .page-block-10162.wb-section .add-document i {
        font-weight: normal;
        padding-left: 0.405rem; }
      .page-3314 .page-block-10162.wb-section .add-document:hover, .page-3314 .page-block-10162.wb-section .add-document:focus, .page-3314 .page-block-10162.wb-section .add-document:active {
        text-decoration: none; }
        .page-3314 .page-block-10162.wb-section .add-document:hover i, .page-3314 .page-block-10162.wb-section .add-document:focus i, .page-3314 .page-block-10162.wb-section .add-document:active i {
          color: inherit; }
    .page-3314 .page-block-10162.wb-section .remove-file {
      padding: 3px 7px;
      font-weight: bold;
      color: #000000 !important;
      font-size: 0.9rem; }
      .page-3314 .page-block-10162.wb-section .remove-file i {
        font-weight: normal;
        color: #d32f2f;
        padding-right: 0.405rem; }
      .page-3314 .page-block-10162.wb-section .remove-file:hover {
        color: #000000 !important; }
        .page-3314 .page-block-10162.wb-section .remove-file:hover i {
          color: #d32f2f; }
    .page-3314 .page-block-10162.wb-section textarea:focus, .page-3314 .page-block-10162.wb-section select:focus, .page-3314 .page-block-10162.wb-section input[type="text"]:focus, .page-3314 .page-block-10162.wb-section .form-control:focus, .page-3314 .page-block-10162.wb-section input[type="tel"]:focus, .page-3314 .page-block-10162.wb-section input[type="email"]:focus, .page-3314 .page-block-10162.wb-section input[type="number"]:focus {
      border-color: #F9CF62; }
    .page-3314 .page-block-10162.wb-section .upload-name .icon-doc {
      padding-right: 0.405rem; }
    .page-3314 .page-block-10162.wb-section .linkedin-headline {
      font-family: Source Sans Pro;
      font-weight: 600; }
    .page-3314 .page-block-10162.wb-section #surveys video {
      width: 100%; }
    .page-3314 .page-block-10162.wb-section #surveys .question-description {
      font-style: italic;
      margin-bottom: 15px;
      margin-bottom: 1em; }
    .page-3314 .page-block-10162.wb-section .survey-container .row {
      margin-bottom: 20px;
      margin-bottom: 2em; }
    @media (max-width: 991px) {
      .page-3314 .page-block-10162.wb-section #form .text-right {
        text-align: left; } }
    .page-3314 .page-block-10162.wb-section h1, .page-3314 .page-block-10162.wb-section h2, .page-3314 .page-block-10162.wb-section h3, .page-3314 .page-block-10162.wb-section h4, .page-3314 .page-block-10162.wb-section h5, .page-3314 .page-block-10162.wb-section h6 {
      font-family: Roboto Slab;
      font-weight: 700;
      font-size: 1.2rem;
      text-transform: undefined;
      color: #000000;
      margin: 0px;
      margin-bottom: 15px;
      margin-bottom: 0.7em; }
    .page-3314 .page-block-10162.wb-section h1 {
      font-size: 2.2rem; }
    .page-3314 .page-block-10162.wb-section h2 {
      font-size: 1.2rem; }
    .page-3314 .page-block-10162.wb-section h3 {
      font-size: 0.5rem; }
    .page-3314 .page-block-10162.wb-section h4 {
      font-size: 0.4rem; }
    .page-3314 .page-block-10162.wb-section h5 {
      font-size: 0.3rem; }
    .page-3314 .page-block-10162.wb-section h6 {
      font-size: 0.2rem; }
    .page-3314 .page-block-10162.wb-section .headline-label {
      text-transform: uppercase;
      font-family: Source Sans Pro;
      font-size: 0.85em;
      font-weight: 600;
      letter-spacing: 0.05em;
      opacity: 0.75; }
    .page-3314 .page-block-10162.wb-section .form-headline {
      margin-bottom: 20px;
      margin-bottom: 1em; }
    .page-3314 .page-block-10162.wb-section .box-shadow {
      position: relative; }
    .page-3314 .page-block-10162.wb-section .box-shadow::before {
      box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      content: "";
      position: absolute;
      z-index: -1;
      height: 0.63rem;
      left: 2%;
      width: 96%;
      border: 0;
      overflow: visible;
      bottom: 0;
      transform: translateZ(0px);
      background: transparent;
      border-radius: 70%; }
    .page-3314 .page-block-10162.wb-section blockquote {
      border-color: #666666;
      font-size: 0.99rem; }
    .page-3314 .page-block-10162.wb-section .btn {
      white-space: normal;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      transition: 0.7s ease;
      font-family: Source Sans Pro;
      font-size: 1rem;
      text-transform: None;
      font-weight: 700;
      padding: 0.66667rem 1rem;
      border: 1px solid;
      border-width: 2px; }
      .page-3314 .page-block-10162.wb-section .btn:active, .page-3314 .page-block-10162.wb-section .btn:focus {
        -webkit-focus-ring-color: transparent;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .page-3314 .page-block-10162.wb-section .btn-primary {
      background: rgba(33, 33, 33, 0);
      color: #FFFFFF;
      border-color: rgba(255, 255, 255, 0);
      border-radius: 3.1rem;
      -moz-border-radius: 3.1rem;
      -ms-border-radius: 3.1rem;
      -webkit-border-radius: 3.1rem; }
      .page-3314 .page-block-10162.wb-section .btn-primary:hover, .page-3314 .page-block-10162.wb-section .btn-primary:active, .page-3314 .page-block-10162.wb-section .btn-primary:focus {
        background: rgba(20, 20, 20, 0);
        border-color: rgba(242, 242, 242, 0);
        color: #FFFFFF; }
      .page-3314 .page-block-10162.wb-section .btn-primary .ripple {
        background: rgba(110, 110, 110, 0); }
    .page-3314 .page-block-10162.wb-section .btn-default {
      background: rgb(246, 189, 87);
      color: #FFFFFF;
      border-color: rgba(204, 204, 204, 0);
      border-radius: 3.1rem;
      -moz-border-radius: 3.1rem;
      -ms-border-radius: 3.1rem;
      -webkit-border-radius: 3.1rem; }
      .page-3314 .page-block-10162.wb-section .btn-default:hover, .page-3314 .page-block-10162.wb-section .btn-default:active, .page-3314 .page-block-10162.wb-section .btn-default:focus {
        background: #f5b33f;
        border-color: rgba(191, 191, 191, 0);
        color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .page-3314 .page-block-10162.wb-section .btn-default.active {
        background: rgba(33, 33, 33, 0);
        border-color: rgba(255, 255, 255, 0);
        color: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .page-3314 .page-block-10162.wb-section .btn-default.active:hover, .page-3314 .page-block-10162.wb-section .btn-default.active:active, .page-3314 .page-block-10162.wb-section .btn-default.active:focus {
          background: rgba(20, 20, 20, 0);
          border-color: rgba(242, 242, 242, 0);
          color: #FFFFFF; }
      .page-3314 .page-block-10162.wb-section .btn-default .ripple {
        background: #fef6e8; }
    .page-3314 .page-block-10162.wb-section .btn-default.attach {
      position: relative; }
      .page-3314 .page-block-10162.wb-section .btn-default.attach i {
        padding-right: 0.45rem; }
      .page-3314 .page-block-10162.wb-section .btn-default.attach.dropbox {
        position: relative; }
        .page-3314 .page-block-10162.wb-section .btn-default.attach.dropbox i {
          padding-right: 0.45rem; }
    .page-3314 .page-block-10162.wb-section .btn-linkedin, .page-3314 .page-block-10162.wb-section a.btn-linkedin {
      background: #0177b5;
      color: #fff !important;
      border-radius: 0.2em;
      -moz-border-radius: 0.2em;
      -ms-border-radius: 0.2em;
      -webkit-border-radius: 0.2em;
      transition: 0.7s ease;
      display: inline-block;
      text-decoration: none;
      width: auto;
      max-width: none;
      min-width: 210px;
      white-space: nowrap; }
      .page-3314 .page-block-10162.wb-section .btn-linkedin i, .page-3314 .page-block-10162.wb-section a.btn-linkedin i {
        margin: 6px 0px 6px 6px;
        margin: 0.35rem 0 0.35rem 0.35rem;
        padding: 0px;
        text-align: center;
        width: 1.4em;
        height: 1.4em;
        line-height: 1.4em;
        font-size: 32px;
        font-size: 2em;
        float: left;
        color: #066093;
        background: #fff;
        border-radius: 0.2em;
        -moz-border-radius: 0.2em;
        -ms-border-radius: 0.2em;
        -webkit-border-radius: 0.2em; }
      .page-3314 .page-block-10162.wb-section .btn-linkedin span, .page-3314 .page-block-10162.wb-section a.btn-linkedin span {
        padding: 0.7rem 1rem;
        line-height: 2em;
        display: inline-block;
        font-family: 'source sans pro', arial, sans-serif;
        font-weight: 600; }
      .page-3314 .page-block-10162.wb-section .btn-linkedin:hover, .page-3314 .page-block-10162.wb-section .btn-linkedin:active, .page-3314 .page-block-10162.wb-section .btn-linkedin:focus, .page-3314 .page-block-10162.wb-section a.btn-linkedin:hover, .page-3314 .page-block-10162.wb-section a.btn-linkedin:active, .page-3314 .page-block-10162.wb-section a.btn-linkedin:focus {
        text-decoration: none;
        outline: 0;
        color: #fff;
        background: #066093; }
        .page-3314 .page-block-10162.wb-section .btn-linkedin:hover i, .page-3314 .page-block-10162.wb-section .btn-linkedin:active i, .page-3314 .page-block-10162.wb-section .btn-linkedin:focus i, .page-3314 .page-block-10162.wb-section a.btn-linkedin:hover i, .page-3314 .page-block-10162.wb-section a.btn-linkedin:active i, .page-3314 .page-block-10162.wb-section a.btn-linkedin:focus i {
          background: #fff;
          border-color: #05507b; }
    .page-3314 .page-block-10162.wb-section .label-default {
      background: #63acec; }
    .page-3314 .page-block-10162.wb-section .label-primary {
      background: #F9CF62; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img {
    background-size: cover; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .wb-block-inner {
      max-width: none;
      padding-top: 0px; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .wb-description h1:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .wb-description h2:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .wb-description h3:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .wb-description h4:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .wb-description h5:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .wb-description h6:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .wb-description ul:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .wb-description li:last-child, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .wb-description p:last-child {
      margin-bottom: 0; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .wb-description, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img h2.title, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .no-jobs {
      text-align: center; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .title, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .wb-description, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items {
      margin-left: auto;
      margin-right: auto; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .intro {
      padding: 4em 0em; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .filter-row #filter .false {
      display: none; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .filter-wrap,
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .positions-intro-container {
      padding-top: 40px;
      padding-top: 2em;
      padding-bottom: 40px;
      padding-bottom: 2em; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .positions-intro-container {
      padding-top: 4rem;
      padding-bottom: 0px; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items {
      clear: left; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .position-container {
        position: relative; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .position-container .position-link {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 5; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .position-container .position-link:hover,
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .position-container .position-link:active,
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .position-container .position-link:focus {
          text-decoration: none; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item {
        overflow: visible;
        border: 1px solid #f1f1f1;
        border-width: 0rem;
        background: #ffffff;
        color: #3c3c3b;
        display: inline-block; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .head-title {
          color: #3c3c3b; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .head-title:hover {
            color: #3c3c3b; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item:hover {
          background-color: #b0dad3;
          color: #FFFFFF; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item-logo {
          text-align: center; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item-logo .row {
            height: 100%; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item-logo img {
            padding-top: 20px;
            padding-bottom: 20px;
            max-width: 150px;
            height: auto; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item-hero {
          background-size: cover;
          min-height: 250px;
          background-position: center; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item-hero:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item {
          margin-bottom: 0px; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .head-desc, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .tags-col {
            padding: 25px 30px;
            padding: 2em; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .company-name {
            margin-bottom: 0.6em;
            font-size: 0.85em;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .company-name span {
              opacity: 0.8; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .tags-col {
            padding: 0px; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .tags-col .btn {
              width: 100%;
              margin-top: 0px; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .head {
            margin-bottom: 0.6em; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .head .head-title {
              font-weight: bold;
              font-size: 1.3rem; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .date, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .departments, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .locations {
            padding: 20px 25px;
            padding: 1em 2em; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .date i, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .departments i, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .locations i {
              padding-right: 13px;
              margin-top: 8px;
              float: left; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .date div, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .departments div, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .locations div {
              display: inline-block; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .tags-col .divided > div:first-child {
            padding-top: 30px;
            padding-top: 2em; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .tags-col .divided > div:last-child {
            padding-bottom: 30px;
            padding-bottom: 2em; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .date, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .departments, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .locations {
            font-size: 0.9em; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .btn-container {
            text-align: right;
            padding: 0px;
            width: 100%;
            z-index: 99; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .btn-container .btn {
              padding: 20px 25px;
              border-radius: 0px;
              -moz-border-radius: 0px;
              -ms-border-radius: 0px;
              -webkit-border-radius: 0px; }
              .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .btn-container .btn i {
                line-height: 1.4;
                float: right; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .btn-container .btn-primary {
              background: rgba(33, 33, 33, 0);
              color: #FFFFFF;
              border-color: rgba(255, 255, 255, 0);
              border-radius: 3.1rem;
              border-radius: 0px;
              -moz-border-radius: 0px;
              -ms-border-radius: 0px;
              -webkit-border-radius: 0px; }
              .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .btn-container .btn-primary:hover, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .btn-container .btn-primary:active, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .btn-container .btn-primary:focus {
                background-color: rgba(20, 20, 20, 0); }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .date-heading, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .department-heading, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .location-heading {
            font-weight: bold; }
            .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .date-heading:after, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .department-heading:after, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .location-heading:after {
              content: ':'; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-striped .position-container:nth-child(odd) .inner-item {
        background: whitesmoke; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-striped .position-container:nth-child(odd) .inner-item:hover {
          background-color: #b0dad3; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .head-desc {
        padding: 0 2em; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided > div:first-child {
        padding-top: 0; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided > div:last-child {
        padding-bottom: 0; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .date, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .departments, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .locations {
        padding: 0.5em 2em; }
    @media (max-width: 768px) {
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .head-desc {
        padding: 20px 0 0 0; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided {
        padding-top: 20px; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided > div:first-child {
          padding-top: 0; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided > div:last-child {
          padding-bottom: 0; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .date, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .departments, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .locations {
          padding: 0;
          display: inline-block; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .date i, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .departments i, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .locations i {
            margin-top: 3px;
            padding-right: 5px; }
          .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .date .date-heading, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .date .department-heading, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .date .location-heading, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .departments .date-heading, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .departments .department-heading, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .departments .location-heading, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .locations .date-heading, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .locations .department-heading, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .divided .locations .location-heading {
            display: none; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-tight .item .tags-col .btn-container {
        padding-top: 20px; } }
    @media (min-width: 768px) {
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .date-heading, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .department-heading, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .location-heading {
        display: block; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .date-heading:after, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .department-heading:after, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .location-heading:after {
          content: ''; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item {
        display: flex; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .full {
        height: 100%; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .divided {
        height: 100%;
        padding-bottom: 75px; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .btn-container {
        height: 75px;
        position: absolute;
        bottom: 0; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .btn-container .btn {
          height: 100%; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .item-logo {
        padding-top: 0px;
        padding-bottom: 0px; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img .item-logo img {
          position: absolute;
          top: 50%;
          left: 50%;
          max-width: 80%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
    @media (min-width: 992px) {
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item-logo {
        background: #fafafa; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .row {
        height: 100%;
        display: flex; }
        .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item .item .row .tags-col {
          background: #fafafa; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item:hover .item-logo {
        background-color: #a6d5cd; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item:hover .item .row .tags-col, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items .inner-item:hover .item .row .item-logo {
        background-color: #a6d5cd; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-striped .inner-item .item-logo {
        background: #d9d9d9; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-striped .inner-item .item .row .tags-col {
        background: #d9d9d9; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-striped .inner-item:hover .item-logo {
        background-color: #7cc2b6; }
      .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img #items.table-striped .inner-item:hover .item .row .tags-col {
        background-color: #7cc2b6; } }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.small .vacancies-intro, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.small .filter-section, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.small #items, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.small .no-jobs {
    max-width: 720px;
    margin: 0px auto; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.medium .vacancies-intro, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.medium .filter-section, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.medium #items, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.medium .no-jobs {
    max-width: 940px;
    margin: 0px auto; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.large .vacancies-intro, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.large .filter-section, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.large #items, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.large .no-jobs {
    max-width: 1140px;
    margin: 0px auto; }
  .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.small #items, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.medium #items, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.large #items {
    margin-top: 20px;
    margin-top: 2rem; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.small #items .positions-container, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.medium #items .positions-container, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.large #items .positions-container {
      display: block; }
    .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.small #items .inner-item, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.medium #items .inner-item, .page-3314 .page-block-10162.wb-section.wb-section-positions-list-img.large #items .inner-item {
      margin-bottom: 20px;
      margin-bottom: 2rem; }

@media (max-width: 767px) {
  #application-container .social-login .btn-col {
    text-align: left;
    padding-top: 20px; }
    #application-container .social-login .btn-col img {
      width: 170px;
      padding-left: 0px; } }

@media (max-width: 479px) {
  .wb-section.wb-section-job-apply-form-simple .col-md-6 {
    width: 100%; }
  .wb-section.wb-section-job-apply-form-simple #pul-container label {
    width: auto; }
  .wb-section.wb-section-job-apply-form-simple #pul-container #pul-text {
    width: auto; }
  .wb-section.wb-section-job-apply-form-simple #pul-container #opened-pul {
    width: auto;
    display: block; } }

@media (min-width: 480px) {
  .wb-section.wb-section-job-apply-form-simple .col-md-6 {
    float: left;
    width: 50%; } }

@media (max-width: 768px) {
  .video-question [upload-button] {
    display: none; } }

.page-3315 .page-block-10163.wb-section {
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  font-family: Arial;
  font-weight: 300;
  font-size: 0.9rem;
  color: #000000;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  position: relative;
  /* Type sizes */ }
  .page-3315 .page-block-10163.wb-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .page-3315 .page-block-10163.wb-section .wb-block-inner {
    position: relative;
    z-index: 2; }
  .page-3315 .page-block-10163.wb-section.wb-section-positions .wb-block-inner {
    z-index: 3; }
  .page-3315 .page-block-10163.wb-section a {
    cursor: pointer;
    color: #F6BD57; }
    .page-3315 .page-block-10163.wb-section a:hover, .page-3315 .page-block-10163.wb-section a:active, .page-3315 .page-block-10163.wb-section a:focus {
      color: #f3aa27; }
  .page-3315 .page-block-10163.wb-section ::selection {
    background: #812ac6;
    color: #fff; }
  .page-3315 .page-block-10163.wb-section .icon {
    color: #F9CF62; }
  .page-3315 .page-block-10163.wb-section .form-control {
    font-size: 0.9rem;
    color: #000000;
    height: 2.25rem; }
    .page-3315 .page-block-10163.wb-section .form-control:active, .page-3315 .page-block-10163.wb-section .form-control:focus {
      -webkit-focus-ring-color: transparent;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .page-3315 .page-block-10163.wb-section textarea.form-control {
    height: auto;
    min-height: 100px; }
  .page-3315 .page-block-10163.wb-section .badge {
    font-size: 0.75rem; }
  .page-3315 .page-block-10163.wb-section input[type="file"]::-webkit-file-upload-button {
    vertical-align: middle;
    height: 100%; }
  .page-3315 .page-block-10163.wb-section input[type="file"] {
    font-size: 14px;
    font-size: 1rem;
    line-height: 14px;
    line-height: 1rem; }
  .page-3315 .page-block-10163.wb-section .candidatepool-tags .btn {
    margin: 0px 5px 5px 0px; }
  .page-3315 .page-block-10163.wb-section .form-label, .page-3315 .page-block-10163.wb-section .filter-headline {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 0.85em;
    line-height: 2.125em;
    font-family: Source Sans Pro; }
  .page-3315 .page-block-10163.wb-section #surveys .form-label {
    text-transform: capitalize; }
  .page-3315 .page-block-10163.wb-section .survey-container .video-question .row {
    margin-bottom: 0px; }
  .page-3315 .page-block-10163.wb-section .add-document {
    font-weight: bold; }
    .page-3315 .page-block-10163.wb-section .add-document i {
      font-weight: normal;
      padding-left: 0.405rem; }
    .page-3315 .page-block-10163.wb-section .add-document:hover, .page-3315 .page-block-10163.wb-section .add-document:focus, .page-3315 .page-block-10163.wb-section .add-document:active {
      text-decoration: none; }
      .page-3315 .page-block-10163.wb-section .add-document:hover i, .page-3315 .page-block-10163.wb-section .add-document:focus i, .page-3315 .page-block-10163.wb-section .add-document:active i {
        color: inherit; }
  .page-3315 .page-block-10163.wb-section .remove-file {
    padding: 3px 7px;
    font-weight: bold;
    color: #000000 !important;
    font-size: 0.9rem; }
    .page-3315 .page-block-10163.wb-section .remove-file i {
      font-weight: normal;
      color: #d32f2f;
      padding-right: 0.405rem; }
    .page-3315 .page-block-10163.wb-section .remove-file:hover {
      color: #000000 !important; }
      .page-3315 .page-block-10163.wb-section .remove-file:hover i {
        color: #d32f2f; }
  .page-3315 .page-block-10163.wb-section textarea:focus, .page-3315 .page-block-10163.wb-section select:focus, .page-3315 .page-block-10163.wb-section input[type="text"]:focus, .page-3315 .page-block-10163.wb-section .form-control:focus, .page-3315 .page-block-10163.wb-section input[type="tel"]:focus, .page-3315 .page-block-10163.wb-section input[type="email"]:focus, .page-3315 .page-block-10163.wb-section input[type="number"]:focus {
    border-color: #F9CF62; }
  .page-3315 .page-block-10163.wb-section .upload-name .icon-doc {
    padding-right: 0.405rem; }
  .page-3315 .page-block-10163.wb-section .linkedin-headline {
    font-family: Source Sans Pro;
    font-weight: 600; }
  .page-3315 .page-block-10163.wb-section #surveys video {
    width: 100%; }
  .page-3315 .page-block-10163.wb-section #surveys .question-description {
    font-style: italic;
    margin-bottom: 15px;
    margin-bottom: 1em; }
  .page-3315 .page-block-10163.wb-section .survey-container .row {
    margin-bottom: 20px;
    margin-bottom: 2em; }
  @media (max-width: 991px) {
    .page-3315 .page-block-10163.wb-section #form .text-right {
      text-align: left; } }
  .page-3315 .page-block-10163.wb-section h1, .page-3315 .page-block-10163.wb-section h2, .page-3315 .page-block-10163.wb-section h3, .page-3315 .page-block-10163.wb-section h4, .page-3315 .page-block-10163.wb-section h5, .page-3315 .page-block-10163.wb-section h6 {
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: undefined;
    color: #000000;
    margin: 0px;
    margin-bottom: 15px;
    margin-bottom: 0.7em; }
  .page-3315 .page-block-10163.wb-section h1 {
    font-size: 2.2rem; }
  .page-3315 .page-block-10163.wb-section h2 {
    font-size: 1.2rem; }
  .page-3315 .page-block-10163.wb-section h3 {
    font-size: 0.5rem; }
  .page-3315 .page-block-10163.wb-section h4 {
    font-size: 0.4rem; }
  .page-3315 .page-block-10163.wb-section h5 {
    font-size: 0.3rem; }
  .page-3315 .page-block-10163.wb-section h6 {
    font-size: 0.2rem; }
  .page-3315 .page-block-10163.wb-section .headline-label {
    text-transform: uppercase;
    font-family: Source Sans Pro;
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.05em;
    opacity: 0.75; }
  .page-3315 .page-block-10163.wb-section .form-headline {
    margin-bottom: 20px;
    margin-bottom: 1em; }
  .page-3315 .page-block-10163.wb-section .box-shadow {
    position: relative; }
  .page-3315 .page-block-10163.wb-section .box-shadow::before {
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    content: "";
    position: absolute;
    z-index: -1;
    height: 0.63rem;
    left: 2%;
    width: 96%;
    border: 0;
    overflow: visible;
    bottom: 0;
    transform: translateZ(0px);
    background: transparent;
    border-radius: 70%; }
  .page-3315 .page-block-10163.wb-section blockquote {
    border-color: #666666;
    font-size: 0.99rem; }
  .page-3315 .page-block-10163.wb-section .btn {
    white-space: normal;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.7s ease;
    font-family: Source Sans Pro;
    font-size: 1rem;
    text-transform: None;
    font-weight: 700;
    padding: 0.66667rem 1rem;
    border: 1px solid;
    border-width: 2px; }
    .page-3315 .page-block-10163.wb-section .btn:active, .page-3315 .page-block-10163.wb-section .btn:focus {
      -webkit-focus-ring-color: transparent;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .page-3315 .page-block-10163.wb-section .btn-primary {
    background: rgb(246, 189, 87);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 3.1rem;
    -moz-border-radius: 3.1rem;
    -ms-border-radius: 3.1rem;
    -webkit-border-radius: 3.1rem; }
    .page-3315 .page-block-10163.wb-section .btn-primary:hover, .page-3315 .page-block-10163.wb-section .btn-primary:active, .page-3315 .page-block-10163.wb-section .btn-primary:focus {
      background: #f5b33f;
      border-color: rgba(242, 242, 242, 0);
      color: #FFFFFF; }
    .page-3315 .page-block-10163.wb-section .btn-primary .ripple {
      background: #fef6e8; }
  .page-3315 .page-block-10163.wb-section .btn-default {
    background: rgb(246, 189, 87);
    color: #FFFFFF;
    border-color: rgba(204, 204, 204, 0);
    border-radius: 3.1rem;
    -moz-border-radius: 3.1rem;
    -ms-border-radius: 3.1rem;
    -webkit-border-radius: 3.1rem; }
    .page-3315 .page-block-10163.wb-section .btn-default:hover, .page-3315 .page-block-10163.wb-section .btn-default:active, .page-3315 .page-block-10163.wb-section .btn-default:focus {
      background: #f5b33f;
      border-color: rgba(191, 191, 191, 0);
      color: #FFFFFF;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .page-3315 .page-block-10163.wb-section .btn-default.active {
      background: rgb(246, 189, 87);
      border-color: rgba(255, 255, 255, 0);
      color: #FFFFFF;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .page-3315 .page-block-10163.wb-section .btn-default.active:hover, .page-3315 .page-block-10163.wb-section .btn-default.active:active, .page-3315 .page-block-10163.wb-section .btn-default.active:focus {
        background: #f5b33f;
        border-color: rgba(242, 242, 242, 0);
        color: #FFFFFF; }
    .page-3315 .page-block-10163.wb-section .btn-default .ripple {
      background: #fef6e8; }
  .page-3315 .page-block-10163.wb-section .btn-default.attach {
    position: relative; }
    .page-3315 .page-block-10163.wb-section .btn-default.attach i {
      padding-right: 0.45rem; }
    .page-3315 .page-block-10163.wb-section .btn-default.attach.dropbox {
      position: relative; }
      .page-3315 .page-block-10163.wb-section .btn-default.attach.dropbox i {
        padding-right: 0.45rem; }
  .page-3315 .page-block-10163.wb-section .btn-linkedin, .page-3315 .page-block-10163.wb-section a.btn-linkedin {
    background: #0177b5;
    color: #fff !important;
    border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    transition: 0.7s ease;
    display: inline-block;
    text-decoration: none;
    width: auto;
    max-width: none;
    min-width: 210px;
    white-space: nowrap; }
    .page-3315 .page-block-10163.wb-section .btn-linkedin i, .page-3315 .page-block-10163.wb-section a.btn-linkedin i {
      margin: 6px 0px 6px 6px;
      margin: 0.35rem 0 0.35rem 0.35rem;
      padding: 0px;
      text-align: center;
      width: 1.4em;
      height: 1.4em;
      line-height: 1.4em;
      font-size: 32px;
      font-size: 2em;
      float: left;
      color: #066093;
      background: #fff;
      border-radius: 0.2em;
      -moz-border-radius: 0.2em;
      -ms-border-radius: 0.2em;
      -webkit-border-radius: 0.2em; }
    .page-3315 .page-block-10163.wb-section .btn-linkedin span, .page-3315 .page-block-10163.wb-section a.btn-linkedin span {
      padding: 0.7rem 1rem;
      line-height: 2em;
      display: inline-block;
      font-family: 'source sans pro', arial, sans-serif;
      font-weight: 600; }
    .page-3315 .page-block-10163.wb-section .btn-linkedin:hover, .page-3315 .page-block-10163.wb-section .btn-linkedin:active, .page-3315 .page-block-10163.wb-section .btn-linkedin:focus, .page-3315 .page-block-10163.wb-section a.btn-linkedin:hover, .page-3315 .page-block-10163.wb-section a.btn-linkedin:active, .page-3315 .page-block-10163.wb-section a.btn-linkedin:focus {
      text-decoration: none;
      outline: 0;
      color: #fff;
      background: #066093; }
      .page-3315 .page-block-10163.wb-section .btn-linkedin:hover i, .page-3315 .page-block-10163.wb-section .btn-linkedin:active i, .page-3315 .page-block-10163.wb-section .btn-linkedin:focus i, .page-3315 .page-block-10163.wb-section a.btn-linkedin:hover i, .page-3315 .page-block-10163.wb-section a.btn-linkedin:active i, .page-3315 .page-block-10163.wb-section a.btn-linkedin:focus i {
        background: #fff;
        border-color: #05507b; }
  .page-3315 .page-block-10163.wb-section .label-default {
    background: #63acec; }
  .page-3315 .page-block-10163.wb-section .label-primary {
    background: #F9CF62; }

.page-3315 .page-block-10163.wb-section.position-description {
  text-align: left; }
  .page-3315 .page-block-10163.wb-section.position-description .wb-block-inner {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .page-3315 .page-block-10163.wb-section.position-description p,
  .page-3315 .page-block-10163.wb-section.position-description li,
  .page-3315 .page-block-10163.wb-section.position-description ul {
    color: #000000;
    list-style-position: outside; }
  .page-3315 .page-block-10163.wb-section.position-description h1, .page-3315 .page-block-10163.wb-section.position-description h2, .page-3315 .page-block-10163.wb-section.position-description h3, .page-3315 .page-block-10163.wb-section.position-description h4, .page-3315 .page-block-10163.wb-section.position-description h5, .page-3315 .page-block-10163.wb-section.position-description h6 {
    padding-left: 0;
    padding-right: 0; }
  .page-3315 .page-block-10163.wb-section.position-description ul, .page-3315 .page-block-10163.wb-section.position-description ol {
    margin: 0 0 10px;
    margin: 0 0 1.5rem; }
  .page-3315 .page-block-10163.wb-section.position-description p {
    padding: 0;
    margin: 0 0 10px;
    margin: 0 0 1.5rem; }
  .page-3315 .page-block-10163.wb-section.position-description .logo-container img {
    width: 150px; }
  .page-3315 .page-block-10163.wb-section.position-description .job-text img {
    max-width: 100%;
    height: auto; }
  .page-3315 .page-block-10163.wb-section.position-description .category-tags .tag {
    display: inline;
    padding-right: 5px;
    padding-right: 0.5rem; }
  .page-3315 .page-block-10163.wb-section.position-description .col-md-12 > div {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
    padding-bottom: 2rem; }
  .page-3315 .page-block-10163.wb-section.position-description .col-md-12 > div:last-child {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0px;
    padding-bottom: 0rem; }

.page-3315 .page-block-10183.wb-section {
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  font-family: Roboto Slab;
  font-weight: 300;
  font-size: 0.9rem;
  color: #000000;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  position: relative;
  /* Type sizes */ }
  .page-3315 .page-block-10183.wb-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .page-3315 .page-block-10183.wb-section .wb-block-inner {
    position: relative;
    z-index: 2; }
  .page-3315 .page-block-10183.wb-section.wb-section-positions .wb-block-inner {
    z-index: 3; }
  .page-3315 .page-block-10183.wb-section a {
    cursor: pointer;
    color: #F6BD57; }
    .page-3315 .page-block-10183.wb-section a:hover, .page-3315 .page-block-10183.wb-section a:active, .page-3315 .page-block-10183.wb-section a:focus {
      color: #f3aa27; }
  .page-3315 .page-block-10183.wb-section ::selection {
    background: #812ac6;
    color: #fff; }
  .page-3315 .page-block-10183.wb-section .icon {
    color: #F9CF62; }
  .page-3315 .page-block-10183.wb-section .form-control {
    font-size: 0.9rem;
    color: #000000;
    height: 2.25rem; }
    .page-3315 .page-block-10183.wb-section .form-control:active, .page-3315 .page-block-10183.wb-section .form-control:focus {
      -webkit-focus-ring-color: transparent;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .page-3315 .page-block-10183.wb-section textarea.form-control {
    height: auto;
    min-height: 100px; }
  .page-3315 .page-block-10183.wb-section .badge {
    font-size: 0.75rem; }
  .page-3315 .page-block-10183.wb-section input[type="file"]::-webkit-file-upload-button {
    vertical-align: middle;
    height: 100%; }
  .page-3315 .page-block-10183.wb-section input[type="file"] {
    font-size: 14px;
    font-size: 1rem;
    line-height: 14px;
    line-height: 1rem; }
  .page-3315 .page-block-10183.wb-section .candidatepool-tags .btn {
    margin: 0px 5px 5px 0px; }
  .page-3315 .page-block-10183.wb-section .form-label, .page-3315 .page-block-10183.wb-section .filter-headline {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 0.85em;
    line-height: 2.125em;
    font-family: Source Sans Pro; }
  .page-3315 .page-block-10183.wb-section #surveys .form-label {
    text-transform: capitalize; }
  .page-3315 .page-block-10183.wb-section .survey-container .video-question .row {
    margin-bottom: 0px; }
  .page-3315 .page-block-10183.wb-section .add-document {
    font-weight: bold; }
    .page-3315 .page-block-10183.wb-section .add-document i {
      font-weight: normal;
      padding-left: 0.405rem; }
    .page-3315 .page-block-10183.wb-section .add-document:hover, .page-3315 .page-block-10183.wb-section .add-document:focus, .page-3315 .page-block-10183.wb-section .add-document:active {
      text-decoration: none; }
      .page-3315 .page-block-10183.wb-section .add-document:hover i, .page-3315 .page-block-10183.wb-section .add-document:focus i, .page-3315 .page-block-10183.wb-section .add-document:active i {
        color: inherit; }
  .page-3315 .page-block-10183.wb-section .remove-file {
    padding: 3px 7px;
    font-weight: bold;
    color: #000000 !important;
    font-size: 0.9rem; }
    .page-3315 .page-block-10183.wb-section .remove-file i {
      font-weight: normal;
      color: #d32f2f;
      padding-right: 0.405rem; }
    .page-3315 .page-block-10183.wb-section .remove-file:hover {
      color: #000000 !important; }
      .page-3315 .page-block-10183.wb-section .remove-file:hover i {
        color: #d32f2f; }
  .page-3315 .page-block-10183.wb-section textarea:focus, .page-3315 .page-block-10183.wb-section select:focus, .page-3315 .page-block-10183.wb-section input[type="text"]:focus, .page-3315 .page-block-10183.wb-section .form-control:focus, .page-3315 .page-block-10183.wb-section input[type="tel"]:focus, .page-3315 .page-block-10183.wb-section input[type="email"]:focus, .page-3315 .page-block-10183.wb-section input[type="number"]:focus {
    border-color: #F9CF62; }
  .page-3315 .page-block-10183.wb-section .upload-name .icon-doc {
    padding-right: 0.405rem; }
  .page-3315 .page-block-10183.wb-section .linkedin-headline {
    font-family: Source Sans Pro;
    font-weight: 600; }
  .page-3315 .page-block-10183.wb-section #surveys video {
    width: 100%; }
  .page-3315 .page-block-10183.wb-section #surveys .question-description {
    font-style: italic;
    margin-bottom: 15px;
    margin-bottom: 1em; }
  .page-3315 .page-block-10183.wb-section .survey-container .row {
    margin-bottom: 20px;
    margin-bottom: 2em; }
  @media (max-width: 991px) {
    .page-3315 .page-block-10183.wb-section #form .text-right {
      text-align: left; } }
  .page-3315 .page-block-10183.wb-section h1, .page-3315 .page-block-10183.wb-section h2, .page-3315 .page-block-10183.wb-section h3, .page-3315 .page-block-10183.wb-section h4, .page-3315 .page-block-10183.wb-section h5, .page-3315 .page-block-10183.wb-section h6 {
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: undefined;
    color: #000000;
    margin: 0px;
    margin-bottom: 15px;
    margin-bottom: 0.7em; }
  .page-3315 .page-block-10183.wb-section h1 {
    font-size: 2.2rem; }
  .page-3315 .page-block-10183.wb-section h2 {
    font-size: 1.2rem; }
  .page-3315 .page-block-10183.wb-section h3 {
    font-size: 0.5rem; }
  .page-3315 .page-block-10183.wb-section h4 {
    font-size: 0.4rem; }
  .page-3315 .page-block-10183.wb-section h5 {
    font-size: 0.3rem; }
  .page-3315 .page-block-10183.wb-section h6 {
    font-size: 0.2rem; }
  .page-3315 .page-block-10183.wb-section .headline-label {
    text-transform: uppercase;
    font-family: Source Sans Pro;
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.05em;
    opacity: 0.75; }
  .page-3315 .page-block-10183.wb-section .form-headline {
    margin-bottom: 20px;
    margin-bottom: 1em; }
  .page-3315 .page-block-10183.wb-section .box-shadow {
    position: relative; }
  .page-3315 .page-block-10183.wb-section .box-shadow::before {
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    content: "";
    position: absolute;
    z-index: -1;
    height: 0.63rem;
    left: 2%;
    width: 96%;
    border: 0;
    overflow: visible;
    bottom: 0;
    transform: translateZ(0px);
    background: transparent;
    border-radius: 70%; }
  .page-3315 .page-block-10183.wb-section blockquote {
    border-color: #666666;
    font-size: 0.99rem; }
  .page-3315 .page-block-10183.wb-section .btn {
    white-space: normal;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.7s ease;
    font-family: Source Sans Pro;
    font-size: 1rem;
    text-transform: None;
    font-weight: 700;
    padding: 0.66667rem 1rem;
    border: 1px solid;
    border-width: 2px; }
    .page-3315 .page-block-10183.wb-section .btn:active, .page-3315 .page-block-10183.wb-section .btn:focus {
      -webkit-focus-ring-color: transparent;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .page-3315 .page-block-10183.wb-section .btn-primary {
    background: rgb(246, 189, 87);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 3.1rem;
    -moz-border-radius: 3.1rem;
    -ms-border-radius: 3.1rem;
    -webkit-border-radius: 3.1rem; }
    .page-3315 .page-block-10183.wb-section .btn-primary:hover, .page-3315 .page-block-10183.wb-section .btn-primary:active, .page-3315 .page-block-10183.wb-section .btn-primary:focus {
      background: #f5b33f;
      border-color: rgba(242, 242, 242, 0);
      color: #FFFFFF; }
    .page-3315 .page-block-10183.wb-section .btn-primary .ripple {
      background: #fef6e8; }
  .page-3315 .page-block-10183.wb-section .btn-default {
    background: rgb(246, 189, 87);
    color: #FFFFFF;
    border-color: rgba(204, 204, 204, 0);
    border-radius: 3.1rem;
    -moz-border-radius: 3.1rem;
    -ms-border-radius: 3.1rem;
    -webkit-border-radius: 3.1rem; }
    .page-3315 .page-block-10183.wb-section .btn-default:hover, .page-3315 .page-block-10183.wb-section .btn-default:active, .page-3315 .page-block-10183.wb-section .btn-default:focus {
      background: #f5b33f;
      border-color: rgba(191, 191, 191, 0);
      color: #FFFFFF;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .page-3315 .page-block-10183.wb-section .btn-default.active {
      background: rgb(246, 189, 87);
      border-color: rgba(255, 255, 255, 0);
      color: #FFFFFF;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .page-3315 .page-block-10183.wb-section .btn-default.active:hover, .page-3315 .page-block-10183.wb-section .btn-default.active:active, .page-3315 .page-block-10183.wb-section .btn-default.active:focus {
        background: #f5b33f;
        border-color: rgba(242, 242, 242, 0);
        color: #FFFFFF; }
    .page-3315 .page-block-10183.wb-section .btn-default .ripple {
      background: #fef6e8; }
  .page-3315 .page-block-10183.wb-section .btn-default.attach {
    position: relative; }
    .page-3315 .page-block-10183.wb-section .btn-default.attach i {
      padding-right: 0.45rem; }
    .page-3315 .page-block-10183.wb-section .btn-default.attach.dropbox {
      position: relative; }
      .page-3315 .page-block-10183.wb-section .btn-default.attach.dropbox i {
        padding-right: 0.45rem; }
  .page-3315 .page-block-10183.wb-section .btn-linkedin, .page-3315 .page-block-10183.wb-section a.btn-linkedin {
    background: #0177b5;
    color: #fff !important;
    border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    transition: 0.7s ease;
    display: inline-block;
    text-decoration: none;
    width: auto;
    max-width: none;
    min-width: 210px;
    white-space: nowrap; }
    .page-3315 .page-block-10183.wb-section .btn-linkedin i, .page-3315 .page-block-10183.wb-section a.btn-linkedin i {
      margin: 6px 0px 6px 6px;
      margin: 0.35rem 0 0.35rem 0.35rem;
      padding: 0px;
      text-align: center;
      width: 1.4em;
      height: 1.4em;
      line-height: 1.4em;
      font-size: 32px;
      font-size: 2em;
      float: left;
      color: #066093;
      background: #fff;
      border-radius: 0.2em;
      -moz-border-radius: 0.2em;
      -ms-border-radius: 0.2em;
      -webkit-border-radius: 0.2em; }
    .page-3315 .page-block-10183.wb-section .btn-linkedin span, .page-3315 .page-block-10183.wb-section a.btn-linkedin span {
      padding: 0.7rem 1rem;
      line-height: 2em;
      display: inline-block;
      font-family: 'source sans pro', arial, sans-serif;
      font-weight: 600; }
    .page-3315 .page-block-10183.wb-section .btn-linkedin:hover, .page-3315 .page-block-10183.wb-section .btn-linkedin:active, .page-3315 .page-block-10183.wb-section .btn-linkedin:focus, .page-3315 .page-block-10183.wb-section a.btn-linkedin:hover, .page-3315 .page-block-10183.wb-section a.btn-linkedin:active, .page-3315 .page-block-10183.wb-section a.btn-linkedin:focus {
      text-decoration: none;
      outline: 0;
      color: #fff;
      background: #066093; }
      .page-3315 .page-block-10183.wb-section .btn-linkedin:hover i, .page-3315 .page-block-10183.wb-section .btn-linkedin:active i, .page-3315 .page-block-10183.wb-section .btn-linkedin:focus i, .page-3315 .page-block-10183.wb-section a.btn-linkedin:hover i, .page-3315 .page-block-10183.wb-section a.btn-linkedin:active i, .page-3315 .page-block-10183.wb-section a.btn-linkedin:focus i {
        background: #fff;
        border-color: #05507b; }
  .page-3315 .page-block-10183.wb-section .label-default {
    background: #63acec; }
  .page-3315 .page-block-10183.wb-section .label-primary {
    background: #F9CF62; }

.page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .wb-block-inner {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .wb-description {
  padding: 0;
  text-align: left;
  margin-bottom: 0px; }

.page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .sharethis-inline-share-buttons {
  text-align: left; }

.page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .wb-social-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0px; }
  .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .wb-social-list a:hover, .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .wb-social-list a:focus {
    text-decoration: none; }

.page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share li {
  display: inline-block;
  padding: 0 5px 0 0;
  opacity: 0.8;
  transition: 0.2s;
  font-size: 1rem;
  text-align: center; }
  .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share li span {
    display: block; }
  .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share li:hover {
    opacity: 1; }

.page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .square li span, .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .rounded li span, .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .circle li span {
  width: 2.2rem;
  height: 2.2rem;
  font-size: 1rem;
  padding-top: -0.2rem;
  color: #fff;
  position: relative; }
  .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .square li span:before, .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .rounded li span:before, .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .circle li span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%); }

.page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .rounded li span {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px; }

.page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share .circle li span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  padding-top: 8px; }

.page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-left .wb-social-list li {
  opacity: 1; }

.page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-right .wb-social-list li {
  opacity: 1; }

@media (min-width: 992px) {
  .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-left {
    position: fixed;
    bottom: 0;
    z-index: 970;
    overflow: visible;
    left: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-left .wb-social-list, .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-left .wb-description, .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-left .wb-block-inner {
      margin: 0px;
      padding: 0px; }
    .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-left .wb-social-list li {
      display: block;
      padding: 5px;
      float: none; }
    .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-left .wb-social-list.square li {
      padding: 0px; }
    .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-left .wb-social-list.rounded li {
      padding: 0px 5px 5px 0px; }
      .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-left .wb-social-list.rounded li span {
        -webkit-border-radius: 0px 4px 4px 0px;
        -moz-border-radius: 0px 4px 4px 0px;
        -ms-border-radius: 0px 4px 4px 0px;
        border-radius: 0px 4px 4px 0px; }
  .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-right {
    position: fixed;
    z-index: 970;
    overflow: visible;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-right .wb-social-list, .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-right .wb-description, .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-right .wb-block-inner {
      margin: 0px;
      padding: 0px; }
    .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-right .wb-social-list li {
      display: block;
      padding: 5px;
      float: none; }
    .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-right .wb-social-list.square li {
      padding: 0px; }
    .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-right .wb-social-list.rounded li {
      padding: 0px 0px 5px 5px; }
      .page-3315 .page-block-10183.wb-section.wb-section.wb-section-social-share.sticky-right .wb-social-list.rounded li span {
        -webkit-border-radius: 4px 0px 0px 4px;
        -moz-border-radius: 4px 0px 0px 4px;
        -ms-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px; } }

.page-3315 .page-block-10182.wb-section {
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  font-family: Roboto Slab;
  font-weight: 300;
  font-size: 0.9rem;
  color: #000000;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  position: relative;
  /* Type sizes */ }
  .page-3315 .page-block-10182.wb-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .page-3315 .page-block-10182.wb-section .wb-block-inner {
    position: relative;
    z-index: 2; }
  .page-3315 .page-block-10182.wb-section.wb-section-positions .wb-block-inner {
    z-index: 3; }
  .page-3315 .page-block-10182.wb-section a {
    cursor: pointer;
    color: #F6BD57; }
    .page-3315 .page-block-10182.wb-section a:hover, .page-3315 .page-block-10182.wb-section a:active, .page-3315 .page-block-10182.wb-section a:focus {
      color: #f3aa27; }
  .page-3315 .page-block-10182.wb-section ::selection {
    background: #812ac6;
    color: #fff; }
  .page-3315 .page-block-10182.wb-section .icon {
    color: #F9CF62; }
  .page-3315 .page-block-10182.wb-section .form-control {
    font-size: 0.9rem;
    color: #000000;
    height: 2.25rem; }
    .page-3315 .page-block-10182.wb-section .form-control:active, .page-3315 .page-block-10182.wb-section .form-control:focus {
      -webkit-focus-ring-color: transparent;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .page-3315 .page-block-10182.wb-section textarea.form-control {
    height: auto;
    min-height: 100px; }
  .page-3315 .page-block-10182.wb-section .badge {
    font-size: 0.75rem; }
  .page-3315 .page-block-10182.wb-section input[type="file"]::-webkit-file-upload-button {
    vertical-align: middle;
    height: 100%; }
  .page-3315 .page-block-10182.wb-section input[type="file"] {
    font-size: 14px;
    font-size: 1rem;
    line-height: 14px;
    line-height: 1rem; }
  .page-3315 .page-block-10182.wb-section .candidatepool-tags .btn {
    margin: 0px 5px 5px 0px; }
  .page-3315 .page-block-10182.wb-section .form-label, .page-3315 .page-block-10182.wb-section .filter-headline {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 0.85em;
    line-height: 2.125em;
    font-family: Source Sans Pro; }
  .page-3315 .page-block-10182.wb-section #surveys .form-label {
    text-transform: capitalize; }
  .page-3315 .page-block-10182.wb-section .survey-container .video-question .row {
    margin-bottom: 0px; }
  .page-3315 .page-block-10182.wb-section .add-document {
    font-weight: bold; }
    .page-3315 .page-block-10182.wb-section .add-document i {
      font-weight: normal;
      padding-left: 0.405rem; }
    .page-3315 .page-block-10182.wb-section .add-document:hover, .page-3315 .page-block-10182.wb-section .add-document:focus, .page-3315 .page-block-10182.wb-section .add-document:active {
      text-decoration: none; }
      .page-3315 .page-block-10182.wb-section .add-document:hover i, .page-3315 .page-block-10182.wb-section .add-document:focus i, .page-3315 .page-block-10182.wb-section .add-document:active i {
        color: inherit; }
  .page-3315 .page-block-10182.wb-section .remove-file {
    padding: 3px 7px;
    font-weight: bold;
    color: #000000 !important;
    font-size: 0.9rem; }
    .page-3315 .page-block-10182.wb-section .remove-file i {
      font-weight: normal;
      color: #d32f2f;
      padding-right: 0.405rem; }
    .page-3315 .page-block-10182.wb-section .remove-file:hover {
      color: #000000 !important; }
      .page-3315 .page-block-10182.wb-section .remove-file:hover i {
        color: #d32f2f; }
  .page-3315 .page-block-10182.wb-section textarea:focus, .page-3315 .page-block-10182.wb-section select:focus, .page-3315 .page-block-10182.wb-section input[type="text"]:focus, .page-3315 .page-block-10182.wb-section .form-control:focus, .page-3315 .page-block-10182.wb-section input[type="tel"]:focus, .page-3315 .page-block-10182.wb-section input[type="email"]:focus, .page-3315 .page-block-10182.wb-section input[type="number"]:focus {
    border-color: #F9CF62; }
  .page-3315 .page-block-10182.wb-section .upload-name .icon-doc {
    padding-right: 0.405rem; }
  .page-3315 .page-block-10182.wb-section .linkedin-headline {
    font-family: Source Sans Pro;
    font-weight: 600; }
  .page-3315 .page-block-10182.wb-section #surveys video {
    width: 100%; }
  .page-3315 .page-block-10182.wb-section #surveys .question-description {
    font-style: italic;
    margin-bottom: 15px;
    margin-bottom: 1em; }
  .page-3315 .page-block-10182.wb-section .survey-container .row {
    margin-bottom: 20px;
    margin-bottom: 2em; }
  @media (max-width: 991px) {
    .page-3315 .page-block-10182.wb-section #form .text-right {
      text-align: left; } }
  .page-3315 .page-block-10182.wb-section h1, .page-3315 .page-block-10182.wb-section h2, .page-3315 .page-block-10182.wb-section h3, .page-3315 .page-block-10182.wb-section h4, .page-3315 .page-block-10182.wb-section h5, .page-3315 .page-block-10182.wb-section h6 {
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: undefined;
    color: #000000;
    margin: 0px;
    margin-bottom: 15px;
    margin-bottom: 0.7em; }
  .page-3315 .page-block-10182.wb-section h1 {
    font-size: 2.2rem; }
  .page-3315 .page-block-10182.wb-section h2 {
    font-size: 1.2rem; }
  .page-3315 .page-block-10182.wb-section h3 {
    font-size: 0.5rem; }
  .page-3315 .page-block-10182.wb-section h4 {
    font-size: 0.4rem; }
  .page-3315 .page-block-10182.wb-section h5 {
    font-size: 0.3rem; }
  .page-3315 .page-block-10182.wb-section h6 {
    font-size: 0.2rem; }
  .page-3315 .page-block-10182.wb-section .headline-label {
    text-transform: uppercase;
    font-family: Source Sans Pro;
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.05em;
    opacity: 0.75; }
  .page-3315 .page-block-10182.wb-section .form-headline {
    margin-bottom: 20px;
    margin-bottom: 1em; }
  .page-3315 .page-block-10182.wb-section .box-shadow {
    position: relative; }
  .page-3315 .page-block-10182.wb-section .box-shadow::before {
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    content: "";
    position: absolute;
    z-index: -1;
    height: 0.63rem;
    left: 2%;
    width: 96%;
    border: 0;
    overflow: visible;
    bottom: 0;
    transform: translateZ(0px);
    background: transparent;
    border-radius: 70%; }
  .page-3315 .page-block-10182.wb-section blockquote {
    border-color: #666666;
    font-size: 0.99rem; }
  .page-3315 .page-block-10182.wb-section .btn {
    white-space: normal;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.7s ease;
    font-family: Source Sans Pro;
    font-size: 1rem;
    text-transform: None;
    font-weight: 700;
    padding: 0.66667rem 1rem;
    border: 1px solid;
    border-width: 2px; }
    .page-3315 .page-block-10182.wb-section .btn:active, .page-3315 .page-block-10182.wb-section .btn:focus {
      -webkit-focus-ring-color: transparent;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .page-3315 .page-block-10182.wb-section .btn-primary {
    background: rgb(246, 189, 87);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 3.1rem;
    -moz-border-radius: 3.1rem;
    -ms-border-radius: 3.1rem;
    -webkit-border-radius: 3.1rem; }
    .page-3315 .page-block-10182.wb-section .btn-primary:hover, .page-3315 .page-block-10182.wb-section .btn-primary:active, .page-3315 .page-block-10182.wb-section .btn-primary:focus {
      background: #f5b33f;
      border-color: rgba(242, 242, 242, 0);
      color: #FFFFFF; }
    .page-3315 .page-block-10182.wb-section .btn-primary .ripple {
      background: #fef6e8; }
  .page-3315 .page-block-10182.wb-section .btn-default {
    background: rgb(246, 189, 87);
    color: #FFFFFF;
    border-color: rgba(204, 204, 204, 0);
    border-radius: 3.1rem;
    -moz-border-radius: 3.1rem;
    -ms-border-radius: 3.1rem;
    -webkit-border-radius: 3.1rem; }
    .page-3315 .page-block-10182.wb-section .btn-default:hover, .page-3315 .page-block-10182.wb-section .btn-default:active, .page-3315 .page-block-10182.wb-section .btn-default:focus {
      background: #f5b33f;
      border-color: rgba(191, 191, 191, 0);
      color: #FFFFFF;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .page-3315 .page-block-10182.wb-section .btn-default.active {
      background: rgb(246, 189, 87);
      border-color: rgba(255, 255, 255, 0);
      color: #FFFFFF;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .page-3315 .page-block-10182.wb-section .btn-default.active:hover, .page-3315 .page-block-10182.wb-section .btn-default.active:active, .page-3315 .page-block-10182.wb-section .btn-default.active:focus {
        background: #f5b33f;
        border-color: rgba(242, 242, 242, 0);
        color: #FFFFFF; }
    .page-3315 .page-block-10182.wb-section .btn-default .ripple {
      background: #fef6e8; }
  .page-3315 .page-block-10182.wb-section .btn-default.attach {
    position: relative; }
    .page-3315 .page-block-10182.wb-section .btn-default.attach i {
      padding-right: 0.45rem; }
    .page-3315 .page-block-10182.wb-section .btn-default.attach.dropbox {
      position: relative; }
      .page-3315 .page-block-10182.wb-section .btn-default.attach.dropbox i {
        padding-right: 0.45rem; }
  .page-3315 .page-block-10182.wb-section .btn-linkedin, .page-3315 .page-block-10182.wb-section a.btn-linkedin {
    background: #0177b5;
    color: #fff !important;
    border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    transition: 0.7s ease;
    display: inline-block;
    text-decoration: none;
    width: auto;
    max-width: none;
    min-width: 210px;
    white-space: nowrap; }
    .page-3315 .page-block-10182.wb-section .btn-linkedin i, .page-3315 .page-block-10182.wb-section a.btn-linkedin i {
      margin: 6px 0px 6px 6px;
      margin: 0.35rem 0 0.35rem 0.35rem;
      padding: 0px;
      text-align: center;
      width: 1.4em;
      height: 1.4em;
      line-height: 1.4em;
      font-size: 32px;
      font-size: 2em;
      float: left;
      color: #066093;
      background: #fff;
      border-radius: 0.2em;
      -moz-border-radius: 0.2em;
      -ms-border-radius: 0.2em;
      -webkit-border-radius: 0.2em; }
    .page-3315 .page-block-10182.wb-section .btn-linkedin span, .page-3315 .page-block-10182.wb-section a.btn-linkedin span {
      padding: 0.7rem 1rem;
      line-height: 2em;
      display: inline-block;
      font-family: 'source sans pro', arial, sans-serif;
      font-weight: 600; }
    .page-3315 .page-block-10182.wb-section .btn-linkedin:hover, .page-3315 .page-block-10182.wb-section .btn-linkedin:active, .page-3315 .page-block-10182.wb-section .btn-linkedin:focus, .page-3315 .page-block-10182.wb-section a.btn-linkedin:hover, .page-3315 .page-block-10182.wb-section a.btn-linkedin:active, .page-3315 .page-block-10182.wb-section a.btn-linkedin:focus {
      text-decoration: none;
      outline: 0;
      color: #fff;
      background: #066093; }
      .page-3315 .page-block-10182.wb-section .btn-linkedin:hover i, .page-3315 .page-block-10182.wb-section .btn-linkedin:active i, .page-3315 .page-block-10182.wb-section .btn-linkedin:focus i, .page-3315 .page-block-10182.wb-section a.btn-linkedin:hover i, .page-3315 .page-block-10182.wb-section a.btn-linkedin:active i, .page-3315 .page-block-10182.wb-section a.btn-linkedin:focus i {
        background: #fff;
        border-color: #05507b; }
  .page-3315 .page-block-10182.wb-section .label-default {
    background: #63acec; }
  .page-3315 .page-block-10182.wb-section .label-primary {
    background: #F9CF62; }

.page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple {
  background-color: #f1f1f1 !important; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .wb-block-inner {
    padding-top: 50px;
    padding-top: 3rem;
    padding-bottom: 20px;
    padding-bottom: 1rem; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .form-wrapper {
    position: relative; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .form-wrapper.wrapped {
      background: #ffffff;
      padding: 20px;
      margin-top: 20px;
      margin-bottom: 20px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .btn-default {
    background: rgb(246, 189, 87);
    color: #FFFFFF;
    border-color: rgba(204, 204, 204, 0);
    border-radius: 3.1rem; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .btn-default:hover, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .btn-default:active, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .btn-default:focus {
      background-color: #f5b33f; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .btn-default.active {
      background: rgb(246, 189, 87);
      border-color: rgba(255, 255, 255, 0);
      color: #FFFFFF; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .btn-primary {
    background: rgb(246, 189, 87);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 3.1rem; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .btn-primary:hover, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .btn-primary:active, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .btn-primary:focus {
      background-color: #f5b33f; }
  @media (min-width: 768px) {
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .form-wrapper.wrapped {
      background: #ffffff;
      padding: 40px; } }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .apply-header, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .wb-description {
    margin-bottom: 1em;
    text-align: center; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .form-control, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple textarea, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple select {
    border-color: #dddddd;
    background: transparent;
    border-width: 2px;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
    color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .form-control:focus, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple textarea:focus, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple select:focus {
      outline: 0;
      border-color: #F9CF62; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple textarea {
    max-width: 768px;
    resize: auto; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .file-upload_wrapper {
    padding-top: 30px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .input--wb ::-webkit-input-placeholder {
    /* Chrome */
    color: #aaaaaa; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .input--wb :-ms-input-placeholder {
    /* IE 10+ */
    color: #aaaaaa; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .input--wb ::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaaaaa; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .input--wb :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #aaaaaa; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .edit-mode {
    /* if edit_mode */
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .edit-mode.input__field {
      color: #aaaaaa; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #social_security_number::-webkit-outer-spin-button,
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #social_security_number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple a {
    cursor: pointer; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .has-error > div {
    border-left: 2px solid #e50801;
    padding-left: 10px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .error-info {
    margin: 0px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #candidatepool label.has-error {
    border-bottom: 2px solid #d32f2f;
    margin-bottom: 20px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #candidatepool .has-error label {
    border-bottom: 2px solid #d32f2f;
    margin-bottom: 20px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .field-feedback {
    font-weight: bold; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .error-file {
    color: red;
    display: none; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .file-control {
    margin-bottom: 30px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .styled-select {
    height: 62px;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
    -webkit-appearance: none;
    font-size: 16px;
    color: #999;
    background: url(https://s3-eu-west-1.amazonaws.com/bolt-dev-jonathan/Screen+Shot+2017-06-27+at+12.50.39.png) no-repeat 98%;
    font-family: Roboto Slab;
    font-weight: 300;
    font-size: 0.9rem;
    color: #000000; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .styled-select.picked {
      color: #555; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #form .input__label--wb {
    display: none; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #form .input__label--wb.visible {
      display: block; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .form-group {
    margin-bottom: 30px; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .form-group input {
      height: 62px; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .form-group .intl-tel-input {
      width: 100%; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .form-group #save-btn {
      clear: left;
      background: rgb(246, 189, 87);
      color: #FFFFFF;
      border-color: rgba(255, 255, 255, 0);
      border-radius: 3.1rem; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .form-group #save-btn:hover, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .form-group #save-btn:active, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .form-group #save-btn:focus {
        background-color: #f5b33f; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .form-group #save-btn:disabled {
        cursor: wait; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info {
    display: inline-block;
    width: 100%; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info .social-photo img {
      max-width: 100%;
      height: auto; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group {
    padding: 0px;
    margin: 8px 0 !important;
    display: block;
    font-weight: 400; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group a, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group a {
      font-weight: bold; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb {
      padding-bottom: 0px;
      padding-top: 0px; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group #open-pul, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group #open-subscribe, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group #open-pul, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group #open-subscribe {
      margin-top: 2px; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group #open-pul p, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group #open-subscribe p, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group #open-pul p, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group #open-subscribe p {
        padding-bottom: 0;
        margin: 0; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group p, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group p {
      clear: left;
      padding: 0 0 20px; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group #opened-pul, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group #opened-pul {
      clear: left;
      display: block;
      text-align: left;
      background: #f7f7f7;
      margin-top: 20px;
      margin-bottom: -20px;
      padding: 15px 20px;
      font-size: 0.9em;
      font-weight: 400; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group #opened-pul .p1:first-child, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group #opened-pul .p1:first-child {
        padding-top: 15px; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group #opened-pul .p1:last-child, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group #opened-pul .p1:last-child {
        padding-bottom: 0; }
    @media (min-width: 768px) {
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group #opened-pul, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group #opened-pul {
        padding: 35px 40px; } }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .add-document {
    color: #000000; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .add-document i {
      color: #F9CF62; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .add-document.edit-mode::after {
      font-family: FontAwesome;
      content: "\f055";
      color: #F9CF62;
      padding-left: 0.45rem; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .question-name, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .question-name, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .question-name {
    font-weight: bold; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group {
    margin-bottom: 7px;
    margin-bottom: 0.5em; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group input, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group input, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group input {
      height: auto;
      box-shadow: none;
      width: auto;
      display: inline-block;
      margin-right: 5px; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group input[type="text"], .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group input[type="text"], .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group input[type="text"] {
        display: block;
        margin-top: 10px;
        height: 62px;
        width: 100%; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb {
      position: relative;
      /* checked mark aspect */ }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb .form-control, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb .form-control, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb .form-control {
        display: none; }
        .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb .form-control[type="text"], .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb .form-control[type="text"], .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb .form-control[type="text"] {
          display: block; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb label, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb label, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb label {
        display: inline-block; }
        .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb label.radio-label, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb label.checkbox-label, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb label.radio-label, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb label.checkbox-label, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb label.radio-label, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb label.checkbox-label {
          padding-right: 15px;
          position: relative;
          margin: 0; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb span.input__label-content, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb span.input__label-content, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb span.input__label-content {
        position: relative;
        top: -2px; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb [type="checkbox"]:not(:checked) + label:before,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb [type="checkbox"]:checked + label:before, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="checkbox"]:not(:checked) + label:before,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="checkbox"]:checked + label:before, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="checkbox"]:not(:checked) + label:before,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="checkbox"]:checked + label:before {
        content: '';
        position: relative;
        display: inline-block;
        left: 0;
        top: 4px;
        width: 1.2rem;
        height: 1.2rem;
        border: 2px solid;
        border-width: 2px;
        border-radius: 0.2rem;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        -o-border-radius: 0.2rem;
        border-color: #dddddd;
        background: transparent;
        cursor: pointer; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb [type="checkbox"]:not(:checked) + label:after,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb [type="checkbox"]:checked + label:after, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="checkbox"]:not(:checked) + label:after,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="checkbox"]:checked + label:after, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="checkbox"]:not(:checked) + label:after,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="checkbox"]:checked + label:after {
        display: block;
        font-family: fontawesome;
        content: "\f00c";
        position: absolute;
        top: 4px;
        left: 0;
        width: 1.2rem;
        height: 1.2rem;
        text-align: center;
        font-size: 1rem;
        line-height: 1.2rem;
        color: rgba(255, 255, 255, 0);
        opacity: 0;
        transition: 0.2s;
        cursor: pointer; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb [type="checkbox"]:checked + label:after, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="checkbox"]:checked + label:after, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="checkbox"]:checked + label:after {
        opacity: 1; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb [type="radio"]:not(:checked) + label:before,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb [type="radio"]:checked + label:before, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="radio"]:not(:checked) + label:before,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="radio"]:checked + label:before, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="radio"]:not(:checked) + label:before,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="radio"]:checked + label:before {
        content: '';
        position: relative;
        display: inline-block;
        left: 0;
        top: 4px;
        width: 1.2rem;
        height: 1.2rem;
        border: 2px solid;
        border-width: 2px;
        border-radius: 0.2rem;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        -o-border-radius: 0.2rem;
        border-color: #dddddd;
        background: transparent;
        border-radius: 100%;
        cursor: pointer; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb [type="radio"]:not(:checked) + label:after,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb [type="radio"]:checked + label:after, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="radio"]:not(:checked) + label:after,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="radio"]:checked + label:after, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="radio"]:not(:checked) + label:after,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="radio"]:checked + label:after {
        top: 4px;
        left: 0; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb [type="checkbox"]:checked + label:after,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb [type="radio"]:checked + label:after, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="checkbox"]:checked + label:after,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="radio"]:checked + label:after, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="checkbox"]:checked + label:after,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="radio"]:checked + label:after {
        color: white; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb [type="checkbox"]:checked + label:before,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb [type="radio"]:checked + label:before, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="checkbox"]:checked + label:before,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="radio"]:checked + label:before, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="checkbox"]:checked + label:before,
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="radio"]:checked + label:before {
        border-color: #F9CF62;
        background-color: #F9CF62; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb label, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb #pul-text, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb #subscribe-text, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb label, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb #pul-text, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb #subscribe-text, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb label, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb #pul-text, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb #subscribe-text {
    display: inline-table;
    float: none; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys .form-group .input--wb #opened-pul, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb #opened-pul, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb #opened-pul {
    display: block;
    float: none; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .input-wrap, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .input-wrap {
    display: inline-flex; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container #subscribe-text, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container #subscribe-text {
    padding-right: 0px;
    font-size: 0.9em; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container #pul-text, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container #pul-text {
    padding-right: 0px;
    font-size: 0.9em; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="checkbox"]:not(:checked) + label:after,
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb [type="checkbox"]:checked + label:after, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="checkbox"]:not(:checked) + label:after,
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb [type="checkbox"]:checked + label:after {
    left: 0px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .form-group .input--wb .checkbox-label, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #subscribe-container .form-group .input--wb .checkbox-label {
    padding-left: 0px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #surveys > div {
    margin-bottom: 30px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .upload-group {
    text-align: left; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .upload-name {
    display: inline-block;
    margin-right: 3px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple label.attach {
    cursor: pointer;
    margin-top: 5px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .social-login {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    margin-bottom: 40px;
    overflow: auto;
    background: #f7f7f7; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .social-login .btn-col {
      text-align: right; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .social-login h4 {
      text-align: left; }
  @media (min-width: 768px) {
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .social-login {
      padding: 35px 40px; } }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info {
    padding: 15px 20px;
    background: #f7f7f7;
    margin-bottom: 30px; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info .col-md-12 {
      padding: 0px; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info .social-card {
      text-align: left; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info .social-card .social-position-title {
        font-style: italic; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info .social-card .social-position-company {
        font-weight: bold; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info .social-card .social-fullname {
        margin-top: 15px;
        font-size: 1.5em;
        font-weight: bold; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info .social-card p {
        padding: 0; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info .social-card img {
        border-radius: 50%;
        max-width: 175px; }
  @media (min-width: 768px) {
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info {
      padding: 30px 30px 30px 30px; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info .social-card .social-fullname {
        margin-top: 0px; }
      .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info .social-card .social-photo {
        float: left;
        padding-right: 30px; } }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #candidatepool {
    margin-bottom: 40px;
    text-align: left;
    padding: 40px;
    background: #f7f7f7; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #candidatepool button {
      margin: 3px 6px 3px 0px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #form {
    clear: left; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .error-info {
    display: none;
    float: right;
    font-weight: 400; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #candidatepool .location-tags, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #candidatepool .department-tags, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #candidatepool .role-tags {
    margin-bottom: 30px; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .linkedin-heading {
    font-size: 0.9rem; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .upload-group .has-error, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #pul-container .has-error {
    padding-left: 10px;
    border-left: 2px solid #e50801; }
  .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .has-error {
    display: block;
    position: relative; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .has-error .error-info {
      display: inline-block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-25%);
      right: 0;
      height: 62px;
      width: 100%;
      z-index: 887;
      color: #e50801;
      text-align: right;
      padding-top: 17px;
      padding-right: 15px; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .has-error .form-control {
      position: relative;
      background: transparent;
      z-index: 888;
      border-color: #d32f2f; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .has-error .video-question {
      padding-left: 10px; }
  @media (max-width: 768px) {
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .back-button-container {
      margin-bottom: 20px; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .social-login, .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple #card-info {
      padding: 20px; }
    .page-3315 .page-block-10182.wb-section.wb-section-job-apply-form-simple .input-wrap {
      max-width: 85%; } }

.page-3315 .page-block-10182 .textarea-container {
  position: relative; }

.page-3315 .page-block-10182 textarea, .page-3315 .page-block-10182 .textarea-size {
  min-height: 25px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  width: 100%;
  padding: 15px; }

.page-3315 .page-block-10182 textarea {
  height: 100%;
  resize: none;
  white-space: pre;
  padding: 15px; }

.page-3315 .page-block-10182 .textarea-size {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.page-3315 .page-block-10182 .video-question video {
  background: #d9d9d9; }

.page-3315 .page-block-10182 .video-question [stop-button], .page-3315 .page-block-10182 .video-question [loading-animation] {
  display: none; }

.page-3315 .page-block-10182 .video-question .countdown {
  text-align: center;
  font-size: 42px;
  display: none; }

.page-3315 .page-block-10182 .video-question.legacy-browser [record-button] {
  display: none; }

.page-3315 .page-block-10182 .video-question[state="countdown"] .countdown {
  display: block; }

.page-3315 .page-block-10182 .video-question[state="recording"] [stop-button] {
  display: block; }

.page-3315 .page-block-10182 .video-question[state="loading"] [record-button],
.page-3315 .page-block-10182 .video-question[state="loading"] [stop-button],
.page-3315 .page-block-10182 .video-question[state="loading"] [upload-button] {
  display: none; }

.page-3315 .page-block-10182 .video-question[state="loading"] [loading-animation] {
  display: block; }

.page-3316 .page-block-10165.wb-section {
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  font-family: Roboto Slab;
  font-weight: 300;
  font-size: 0.9rem;
  color: #000000;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  position: relative;
  /* Type sizes */ }
  .page-3316 .page-block-10165.wb-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .page-3316 .page-block-10165.wb-section .wb-block-inner {
    position: relative;
    z-index: 2; }
  .page-3316 .page-block-10165.wb-section.wb-section-positions .wb-block-inner {
    z-index: 3; }
  .page-3316 .page-block-10165.wb-section a {
    cursor: pointer;
    color: #F6BD57; }
    .page-3316 .page-block-10165.wb-section a:hover, .page-3316 .page-block-10165.wb-section a:active, .page-3316 .page-block-10165.wb-section a:focus {
      color: #f3aa27; }
  .page-3316 .page-block-10165.wb-section ::selection {
    background: #812ac6;
    color: #fff; }
  .page-3316 .page-block-10165.wb-section .icon {
    color: #F9CF62; }
  .page-3316 .page-block-10165.wb-section .form-control {
    font-size: 0.9rem;
    color: #000000;
    height: 2.25rem; }
    .page-3316 .page-block-10165.wb-section .form-control:active, .page-3316 .page-block-10165.wb-section .form-control:focus {
      -webkit-focus-ring-color: transparent;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .page-3316 .page-block-10165.wb-section textarea.form-control {
    height: auto;
    min-height: 100px; }
  .page-3316 .page-block-10165.wb-section .badge {
    font-size: 0.75rem; }
  .page-3316 .page-block-10165.wb-section input[type="file"]::-webkit-file-upload-button {
    vertical-align: middle;
    height: 100%; }
  .page-3316 .page-block-10165.wb-section input[type="file"] {
    font-size: 14px;
    font-size: 1rem;
    line-height: 14px;
    line-height: 1rem; }
  .page-3316 .page-block-10165.wb-section .candidatepool-tags .btn {
    margin: 0px 5px 5px 0px; }
  .page-3316 .page-block-10165.wb-section .form-label, .page-3316 .page-block-10165.wb-section .filter-headline {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 0.85em;
    line-height: 2.125em;
    font-family: Source Sans Pro; }
  .page-3316 .page-block-10165.wb-section #surveys .form-label {
    text-transform: capitalize; }
  .page-3316 .page-block-10165.wb-section .survey-container .video-question .row {
    margin-bottom: 0px; }
  .page-3316 .page-block-10165.wb-section .add-document {
    font-weight: bold; }
    .page-3316 .page-block-10165.wb-section .add-document i {
      font-weight: normal;
      padding-left: 0.405rem; }
    .page-3316 .page-block-10165.wb-section .add-document:hover, .page-3316 .page-block-10165.wb-section .add-document:focus, .page-3316 .page-block-10165.wb-section .add-document:active {
      text-decoration: none; }
      .page-3316 .page-block-10165.wb-section .add-document:hover i, .page-3316 .page-block-10165.wb-section .add-document:focus i, .page-3316 .page-block-10165.wb-section .add-document:active i {
        color: inherit; }
  .page-3316 .page-block-10165.wb-section .remove-file {
    padding: 3px 7px;
    font-weight: bold;
    color: #000000 !important;
    font-size: 0.9rem; }
    .page-3316 .page-block-10165.wb-section .remove-file i {
      font-weight: normal;
      color: #d32f2f;
      padding-right: 0.405rem; }
    .page-3316 .page-block-10165.wb-section .remove-file:hover {
      color: #000000 !important; }
      .page-3316 .page-block-10165.wb-section .remove-file:hover i {
        color: #d32f2f; }
  .page-3316 .page-block-10165.wb-section textarea:focus, .page-3316 .page-block-10165.wb-section select:focus, .page-3316 .page-block-10165.wb-section input[type="text"]:focus, .page-3316 .page-block-10165.wb-section .form-control:focus, .page-3316 .page-block-10165.wb-section input[type="tel"]:focus, .page-3316 .page-block-10165.wb-section input[type="email"]:focus, .page-3316 .page-block-10165.wb-section input[type="number"]:focus {
    border-color: #F9CF62; }
  .page-3316 .page-block-10165.wb-section .upload-name .icon-doc {
    padding-right: 0.405rem; }
  .page-3316 .page-block-10165.wb-section .linkedin-headline {
    font-family: Source Sans Pro;
    font-weight: 600; }
  .page-3316 .page-block-10165.wb-section #surveys video {
    width: 100%; }
  .page-3316 .page-block-10165.wb-section #surveys .question-description {
    font-style: italic;
    margin-bottom: 15px;
    margin-bottom: 1em; }
  .page-3316 .page-block-10165.wb-section .survey-container .row {
    margin-bottom: 20px;
    margin-bottom: 2em; }
  @media (max-width: 991px) {
    .page-3316 .page-block-10165.wb-section #form .text-right {
      text-align: left; } }
  .page-3316 .page-block-10165.wb-section h1, .page-3316 .page-block-10165.wb-section h2, .page-3316 .page-block-10165.wb-section h3, .page-3316 .page-block-10165.wb-section h4, .page-3316 .page-block-10165.wb-section h5, .page-3316 .page-block-10165.wb-section h6 {
    font-family: Roboto Slab;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: undefined;
    color: #000000;
    margin: 0px;
    margin-bottom: 15px;
    margin-bottom: 0.7em; }
  .page-3316 .page-block-10165.wb-section h1 {
    font-size: 2.2rem; }
  .page-3316 .page-block-10165.wb-section h2 {
    font-size: 1.2rem; }
  .page-3316 .page-block-10165.wb-section h3 {
    font-size: 0.5rem; }
  .page-3316 .page-block-10165.wb-section h4 {
    font-size: 0.4rem; }
  .page-3316 .page-block-10165.wb-section h5 {
    font-size: 0.3rem; }
  .page-3316 .page-block-10165.wb-section h6 {
    font-size: 0.2rem; }
  .page-3316 .page-block-10165.wb-section .headline-label {
    text-transform: uppercase;
    font-family: Source Sans Pro;
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.05em;
    opacity: 0.75; }
  .page-3316 .page-block-10165.wb-section .form-headline {
    margin-bottom: 20px;
    margin-bottom: 1em; }
  .page-3316 .page-block-10165.wb-section .box-shadow {
    position: relative; }
  .page-3316 .page-block-10165.wb-section .box-shadow::before {
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    content: "";
    position: absolute;
    z-index: -1;
    height: 0.63rem;
    left: 2%;
    width: 96%;
    border: 0;
    overflow: visible;
    bottom: 0;
    transform: translateZ(0px);
    background: transparent;
    border-radius: 70%; }
  .page-3316 .page-block-10165.wb-section blockquote {
    border-color: #666666;
    font-size: 0.99rem; }
  .page-3316 .page-block-10165.wb-section .btn {
    white-space: normal;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.7s ease;
    font-family: Source Sans Pro;
    font-size: 1rem;
    text-transform: None;
    font-weight: 700;
    padding: 0.66667rem 1rem;
    border: 1px solid;
    border-width: 2px; }
    .page-3316 .page-block-10165.wb-section .btn:active, .page-3316 .page-block-10165.wb-section .btn:focus {
      -webkit-focus-ring-color: transparent;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .page-3316 .page-block-10165.wb-section .btn-primary {
    background: rgb(246, 189, 87);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 3.1rem;
    -moz-border-radius: 3.1rem;
    -ms-border-radius: 3.1rem;
    -webkit-border-radius: 3.1rem; }
    .page-3316 .page-block-10165.wb-section .btn-primary:hover, .page-3316 .page-block-10165.wb-section .btn-primary:active, .page-3316 .page-block-10165.wb-section .btn-primary:focus {
      background: #f5b33f;
      border-color: rgba(242, 242, 242, 0);
      color: #FFFFFF; }
    .page-3316 .page-block-10165.wb-section .btn-primary .ripple {
      background: #fef6e8; }
  .page-3316 .page-block-10165.wb-section .btn-default {
    background: rgb(246, 189, 87);
    color: #FFFFFF;
    border-color: rgba(204, 204, 204, 0);
    border-radius: 3.1rem;
    -moz-border-radius: 3.1rem;
    -ms-border-radius: 3.1rem;
    -webkit-border-radius: 3.1rem; }
    .page-3316 .page-block-10165.wb-section .btn-default:hover, .page-3316 .page-block-10165.wb-section .btn-default:active, .page-3316 .page-block-10165.wb-section .btn-default:focus {
      background: #f5b33f;
      border-color: rgba(191, 191, 191, 0);
      color: #FFFFFF;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .page-3316 .page-block-10165.wb-section .btn-default.active {
      background: rgb(246, 189, 87);
      border-color: rgba(255, 255, 255, 0);
      color: #FFFFFF;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .page-3316 .page-block-10165.wb-section .btn-default.active:hover, .page-3316 .page-block-10165.wb-section .btn-default.active:active, .page-3316 .page-block-10165.wb-section .btn-default.active:focus {
        background: #f5b33f;
        border-color: rgba(242, 242, 242, 0);
        color: #FFFFFF; }
    .page-3316 .page-block-10165.wb-section .btn-default .ripple {
      background: #fef6e8; }
  .page-3316 .page-block-10165.wb-section .btn-default.attach {
    position: relative; }
    .page-3316 .page-block-10165.wb-section .btn-default.attach i {
      padding-right: 0.45rem; }
    .page-3316 .page-block-10165.wb-section .btn-default.attach.dropbox {
      position: relative; }
      .page-3316 .page-block-10165.wb-section .btn-default.attach.dropbox i {
        padding-right: 0.45rem; }
  .page-3316 .page-block-10165.wb-section .btn-linkedin, .page-3316 .page-block-10165.wb-section a.btn-linkedin {
    background: #0177b5;
    color: #fff !important;
    border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -ms-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    transition: 0.7s ease;
    display: inline-block;
    text-decoration: none;
    width: auto;
    max-width: none;
    min-width: 210px;
    white-space: nowrap; }
    .page-3316 .page-block-10165.wb-section .btn-linkedin i, .page-3316 .page-block-10165.wb-section a.btn-linkedin i {
      margin: 6px 0px 6px 6px;
      margin: 0.35rem 0 0.35rem 0.35rem;
      padding: 0px;
      text-align: center;
      width: 1.4em;
      height: 1.4em;
      line-height: 1.4em;
      font-size: 32px;
      font-size: 2em;
      float: left;
      color: #066093;
      background: #fff;
      border-radius: 0.2em;
      -moz-border-radius: 0.2em;
      -ms-border-radius: 0.2em;
      -webkit-border-radius: 0.2em; }
    .page-3316 .page-block-10165.wb-section .btn-linkedin span, .page-3316 .page-block-10165.wb-section a.btn-linkedin span {
      padding: 0.7rem 1rem;
      line-height: 2em;
      display: inline-block;
      font-family: 'source sans pro', arial, sans-serif;
      font-weight: 600; }
    .page-3316 .page-block-10165.wb-section .btn-linkedin:hover, .page-3316 .page-block-10165.wb-section .btn-linkedin:active, .page-3316 .page-block-10165.wb-section .btn-linkedin:focus, .page-3316 .page-block-10165.wb-section a.btn-linkedin:hover, .page-3316 .page-block-10165.wb-section a.btn-linkedin:active, .page-3316 .page-block-10165.wb-section a.btn-linkedin:focus {
      text-decoration: none;
      outline: 0;
      color: #fff;
      background: #066093; }
      .page-3316 .page-block-10165.wb-section .btn-linkedin:hover i, .page-3316 .page-block-10165.wb-section .btn-linkedin:active i, .page-3316 .page-block-10165.wb-section .btn-linkedin:focus i, .page-3316 .page-block-10165.wb-section a.btn-linkedin:hover i, .page-3316 .page-block-10165.wb-section a.btn-linkedin:active i, .page-3316 .page-block-10165.wb-section a.btn-linkedin:focus i {
        background: #fff;
        border-color: #05507b; }
  .page-3316 .page-block-10165.wb-section .label-default {
    background: #63acec; }
  .page-3316 .page-block-10165.wb-section .label-primary {
    background: #F9CF62; }

.page-3316 .page-block-10165.wb-section.wb-section-thanks-message {
  background-size: cover;
  text-align: center; }
  .page-3316 .page-block-10165.wb-section.wb-section-thanks-message .wb-description, .page-3316 .page-block-10165.wb-section.wb-section-thanks-message h2.title {
    text-align: center; }
  .page-3316 .page-block-10165.wb-section.wb-section-thanks-message .wb-block-inner {
    text-align: center; }
  .page-3316 .page-block-10165.wb-section.wb-section-thanks-message .btn {
    font-size: 1rem;
    padding: 0.66667rem 1rem;
    background: rgb(246, 189, 87);
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 3.1rem; }
    .page-3316 .page-block-10165.wb-section.wb-section-thanks-message .btn:hover, .page-3316 .page-block-10165.wb-section.wb-section-thanks-message .btn:active, .page-3316 .page-block-10165.wb-section.wb-section-thanks-message .btn:focus {
      background-color: #f5b33f; }
  .page-3316 .page-block-10165.wb-section.wb-section-thanks-message .icon-container i {
    font-size: 1.7rem; }
  .page-3316 .page-block-10165.wb-section.wb-section-thanks-message .icon-container {
    display: inline-grid;
    position: relative; }
    .page-3316 .page-block-10165.wb-section.wb-section-thanks-message .icon-container:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -webkit-border-radius: 50%;
      width: 75px;
      height: 75px;
      opacity: 0;
      background: #fffcf5;
      animation: success 1s ease-out forwards;
      -moz-animation: success 1s ease-out forwards;
      -ms-animation: success 1s ease-out forwards;
      -webkit-animation: success 1s ease-out forwards; }
  .page-3316 .page-block-10165.wb-section.wb-section-thanks-message #success_check {
    width: 75px;
    stroke: #F9CF62;
    fill: none;
    position: relative; }
    .page-3316 .page-block-10165.wb-section.wb-section-thanks-message #success_check path {
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: dash 1.25s ease-in-out forwards;
      -ms-animation: dash 1.25s ease-in-out forwards;
      -webkit-animation: dash 1.25s ease-in-out forwards;
      -moz-animation: dash 1.25s ease-in-out forwards; }
    .page-3316 .page-block-10165.wb-section.wb-section-thanks-message #success_check polyline {
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: dash 1.25s ease-in-out forwards 0.25s;
      -ms-animation: dash 1.25s ease-in-out forwards 0.25s;
      -moz-animation: dash 1.25s ease-in-out forwards 0.25s;
      -webkit-animation: dash 1.25s ease-in-out forwards 0.25s; }
    .page-3316 .page-block-10165.wb-section.wb-section-thanks-message #success_check path, .page-3316 .page-block-10165.wb-section.wb-section-thanks-message #success_check polyline {
      stroke: #F9CF62 !important; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes success {
  0% {
    opacity: 0;
    width: 75px;
    height: 75px; }
  50% {
    width: 50px;
    height: 50px; }
  60% {
    opacity: 1; }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0; } }
