/**
 * The following variable and function originate from the sass-mq library.
 * If you have already included it, you can eliminate the below
 * https://github.com/sass-mq/sass-mq/blob/master/_mq.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100;200;300;400;500;600;700;800;900&display=swap");
.job-card.node--view-mode-teaser-advanced .icon.calendar-icon, .job-card.node--view-mode-teaser-advanced .icon.user-icon, .job-card.job-card-teaser-vertical.advanced .icon.calendar-icon, .profile .featured-badge .badge-icon, .audio-icon, .audio-icon.black, .videos-icon, .videos-icon.black, .pics-icon, .pics-icon.black, .arrow-icon, #floating-prem-btn:hover .icon, #floating-prem-btn .icon, .application-modal .terms-wrapper input[type="checkbox"]:checked:before, .location-icon, .info-icon, .megamenu--col-1 .main-options li :not(.talent-parent-menu):after, .megamenu--col-1 .main-options li.talent-parent-menu:after, .ui-dialog.webform-confirmation-modal .ui-button-icon.ui-icon.ui-icon-closethick, .views-element-container .pager .pager__item--previous a:before, .views-element-container .pager .pager__item--next a:before, .views-element-container .pager .pager__item a.button:after, #search-app:not(.no-hover):hover:after, #search-app:not(.search-enabled):hover:after, #search-app:not(.no-hover):hover .search-wrapper:before, #search-app:not(.search-enabled):hover .search-wrapper:before, .search-open .close-icon, .search-open .search-categories .search-in .search-icon, .who-is-it-for-general .video-container .video-cs-controls .play-wrapper .play-btn:after, .show-results .clear-icon,
.clear-filters .clear-icon, .filter-close, .filters-icon {
  display: inline-block;
  background-image: url("../scss/svg-sprites/sprite.svg");
  background-size: 12.8125em 12.8125em; }

.fs-14, .job-card .field--name-field-job-production-type .field__item, .job-card .field--name-field-job-production-type.field__item, .job-card .field--name-field-job-description p, .sidebar .job-card .field--name-field-job-description p, .profile .featured-badge {
  font-size: 14px; }

.lh-17 {
  line-height: 17px; }

.lh-1 {
  line-height: 1; }

.radius, .white-bordered-blue-filled, .white-bordered-magenta-filled, .blue-bordered, .job-card .cta, .card-cta, .magenta-bordered, .mid-grid .cta, .black-bordered, .blue-filled, .magenta-filled, .success-button, .available-filters input,
.available-filters .multiselect, .display-option, .sorting {
  border-radius: 10px; }

.radius-mid, .basic-box, .profile .featured-badge {
  border-radius: 20px; }

.radius-large, .profile-featured--card, .who-is-it-for-general .field--name-field-video {
  border-radius: 30px; }

.basic-box {
  background: white;
  padding: 20px 40px; }

.shadowed, .card:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25); }

.transition {
  transition: all 0.3s; }

.white-pill {
  color: white;
  border-radius: 15px;
  padding: 3px 16px 7px 16px;
  display: inline-block; }

.blue, .blue-bordered, .job-card .cta, .card-cta {
  color: #0000ff; }

.magenta, .magenta-bordered, .mid-grid .cta,
.pink {
  color: #fa339a; }

.white-hover, .profile-featured--card:hover .view-profile {
  cursor: pointer;
  background: white;
  color: #1d1d1f !important; }

.live {
  background: #fd3927;
  border-radius: 4px;
  color: white;
  width: 54px;
  height: 22px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center; }
  .live .circle {
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 4px;
    background: white;
    border-radius: 50%; }

.swiper-scroll, .swiper-scrollbar {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #d3d3d3;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  position: relative; }

.swiper-initialized {
  overflow: hidden; }

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.flex-column {
  flex-direction: column; }

.flex-center {
  justify-content: center; }

.fl {
  display: flex; }
  .fl-row {
    flex-direction: row; }
    .fl-row-reversed {
      flex-direction: row-reverse; }
  .fl-col {
    flex-direction: column; }
    .fl-col-reversed {
      flex-direction: column-reverse; }
    @media (max-width: 660px) {
      .fl-col-mobile {
        flex-direction: column; } }
  .fl-wrap {
    flex-wrap: wrap; }
  .fl-nowrap {
    flex-wrap: nowrap; }
  .fl-al-center {
    align-items: center; }
  .fl-al-base {
    align-items: baseline; }
  .fl-al-start {
    align-items: flex-start; }
  .fl-al-end {
    align-items: flex-end; }
  .fl-jus-space-between {
    justify-content: space-between; }
  .fl-jus-center {
    justify-content: center; }
  .fl-jus-end {
    justify-content: flex-end; }

.job-grid,
.discover-grid,
.entity-grid {
  display: flex;
  align-items: flex-start; }
  .job-grid.reversed,
  .discover-grid.reversed,
  .entity-grid.reversed {
    flex-direction: row-reverse; }
  .job-grid .sidebar,
  .discover-grid .sidebar,
  .entity-grid .sidebar {
    width: 300px; }
  .job-grid .content,
  .discover-grid .content,
  .entity-grid .content {
    width: calc(100% - 320px);
    margin-left: auto;
    display: flex;
    flex-wrap: wrap; }

.entity-grid #profile-content-wrapper {
  width: calc(100% - 320px);
  margin-left: auto; }
  .entity-grid #profile-content-wrapper .content {
    width: 100%; }

.job-grid .content {
  margin-left: 0;
  margin-right: auto; }

/*Align element vertically and horizontally using absolute positioning*/
/*Mixin for getting elements in a row, specifying the number of columns each element is needed to be given (news style)*/
/*Display elements on the same row using flex*/
/*Turn px into rem*/
/*Mixin for overlays*/
/*Style your button*/
p {
  margin-bottom: 20px; }

.basic-text {
  font-size: 16px;
  font-weight: 600; }

.tiny-normal-title, .card-tags .tag, .profile-skills .skill-tag,
.profile-skills .extra-skills,
.profile-skills a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px; }

.smaller-italic-title, .white-bordered-blue-filled, .white-bordered-magenta-filled, .blue-bordered, .job-card .cta, .card-cta, .magenta-bordered, .mid-grid .cta, .black-bordered, .blue-filled, .magenta-filled, .success-button, .profile-featured--card .content-wrapper .view-profile, .is-teaser .read-more, .load-more span {
  font-size: 14px;
  font-weight: 900;
  font-style: italic; }

.smaller-normal-title, .card-type, .card-location .location-title, .card-best-known .label, .view-results, .display-option span, .sorting:before, .multiselect-option, .multiselect-single-label {
  font-size: 14px;
  letter-spacing: -0.35px; }

.smaller-medium-title, .available-filters input,
.available-filters .multiselect, .show-results .text,
.clear-filters .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px; }

.smaller-plus-normal-title, .available-filters label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px; }
  @media (max-width: 430px) {
    .smaller-plus-normal-title, .available-filters label {
      font-size: 14px;
      letter-spacing: -0.35px; } }

.smaller-plusplus-normal-title {
  font-size: 18px;
  font-weight: 600; }

.smaller-plusplus-medium-title {
  font-size: 18px;
  font-weight: 500; }

.small-normal-title, .discover-filters .filters-header h3 {
  font-size: 20px;
  font-weight: 500; }

.small-medium-title {
  font-size: 20px;
  font-weight: 600; }
  @media (max-width: 440px) {
    .small-medium-title {
      font-size: 16px; } }

.small-italic-title {
  font-size: 20px;
  font-weight: 900;
  font-style: italic; }

.small-plus-italic-title {
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.5px; }

.small-xplus-normal-title, .card-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.6px; }

.small-xplusplus-normal-title {
  font-size: 26px;
  font-weight: bold; }

.small-xl-italic-title, h1 {
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: -0.75px; }
  @media (max-width: 900px) {
    .small-xl-italic-title, h1 {
      font-size: 26px;
      letter-spacing: -0.5px; } }
  @media (max-width: 430px) {
    .small-xl-italic-title, h1 {
      font-size: 24px; } }

.medium-italic-title, .mid-grid .block-title h2, .who-is-it-for-general h2 {
  font-size: 40px;
  font-weight: 900;
  font-style: italic; }

.big-s-black-italic {
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.9px; }
  @media (max-width: 440px) {
    .big-s-black-italic {
      font-size: 30px; } }
  @media (max-width: 500px) {
    .big-s-black-italic {
      font-size: 24px; } }

.big-black-italic-shadow {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.66px;
  font-style: italic;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 900px) {
    .big-black-italic-shadow {
      font-size: 36px;
      letter-spacing: -0.5px; } }
  @media (max-width: 500px) {
    .big-black-italic-shadow {
      font-size: 24px; } }

.white-bordered-blue-filled {
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 44px; }
  .white-bordered-blue-filled:hover {
    background: #fff;
    color: #00f; }

.white-bordered-magenta-filled {
  color: white;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 44px; }
  .white-bordered-magenta-filled:hover {
    background: #fff;
    color: #00f; }

.blue-bordered, .job-card .cta, .card-cta {
  border: 2px solid #00f;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 44px; }
  .blue-bordered:hover, .job-card .cta:hover, .card-cta:hover {
    background: #00f;
    color: white; }
  .blue-bordered.edit, .job-card .edit.cta, .edit.card-cta {
    width: 180px; }
    @media (max-width: 660px) {
      .blue-bordered.edit, .job-card .edit.cta, .edit.card-cta {
        width: 100%; } }

.magenta-bordered, .mid-grid .cta {
  border: 2px solid #fa339a;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 44px; }
  .magenta-bordered:hover, .mid-grid .cta:hover {
    background: #fa339a;
    color: white; }

.black-bordered {
  border: 2px solid #1d1d1f;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 44px; }
  .black-bordered:hover {
    background: #1d1d1f;
    color: white; }

.blue-filled {
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 48px;
  background: #00f;
  color: white; }
  .blue-filled:hover {
    background: white;
    color: #00f; }
  .blue-filled.hvr-bordered:hover {
    border: 2px solid #00f; }

.magenta-filled {
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 48px;
  color: white;
  background: #fa339a; }
  .magenta-filled:hover {
    background: white;
    color: #fa339a; }
  .magenta-filled.hvr-bordered:hover {
    border: 2px solid #fa339a; }

.black-btn {
  width: 200px;
  border-radius: 10px;
  font-size: 0.77778rem;
  font-style: italic;
  font-weight: 900;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  height: 50px;
  margin-top: 40px;
  transition: background 0.3s;
  border: solid 2px #1d1d1f;
  background: #1d1d1f; }
  .black-btn:hover {
    background: #fff;
    color: #1d1d1f; }
    .black-btn:hover.enabled {
      background: #fff; }
  .black-btn.enabled {
    background: #1d1d1f; }
  .black-btn.disabled {
    cursor: default;
    opacity: 0.2; }
    .black-btn.disabled:hover {
      background: #1d1d1f;
      color: #fff; }

.success-button {
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 50px;
  line-height: 48px;
  background: #71b500 !important;
  border: none;
  appearance: none;
  color: white; }
  .success-button::before {
    content: "";
    background: url(../images/check.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -5px; }

.view-jobs .views-row-teaser {
  transition: all 0.3s; }
  .view-jobs .views-row-teaser:hover {
    cursor: pointer;
    overflow: visible;
    transform: scale(1.03); }
    .view-jobs .views-row-teaser:hover .field--name-title {
      color: #00f; }
    .view-jobs .views-row-teaser:hover .cta {
      background: #00f;
      color: white; }

.job-card {
  padding: 20px;
  background: white;
  border-radius: 20px; }
  .job-card-teaser {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .job-card-teaser-vertical {
      background: none;
      border-radius: 30px;
      margin-top: 10px;
      padding-top: 30px;
      border: solid 1px #e5e5e5; }
      .job-card-teaser-vertical h2 {
        font-size: 1.33333rem;
        letter-spacing: -0.6px;
        font-weight: 600;
        color: #1d1d1f; }
        @media (max-width: 430px) {
          .job-card-teaser-vertical h2 {
            font-size: 1.11111rem;
            letter-spacing: -0.5px;
            font-weight: 600;
            color: #1d1d1f; } }
      .job-card-teaser-vertical .field--name-field-job-description {
        margin-top: 20px; }
        .job-card-teaser-vertical .field--name-field-job-description .field__label {
          padding-top: 20px !important; }
      .job-card-teaser-vertical .cta-wrapper {
        margin-top: 20px; }
        .job-card-teaser-vertical .cta-wrapper .cta {
          margin-right: 10px; }
  .job-card .field--name-field-job-production-type {
    display: flex;
    flex-wrap: wrap; }
    .job-card .field--name-field-job-production-type .field__item, .job-card .field--name-field-job-production-type.field__item {
      color: #7b7b7b;
      padding: 6px 16px 7px 16px;
      border: 2px solid #a7a7a7;
      border-radius: 15px;
      display: inline-block;
      margin-right: 10px;
      color: #7b7b7b; }
  .job-card .field--name-field-job-description .field__label {
    color: #7b7b7b;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -0.25px;
    padding-top: 35px;
    padding-bottom: 5px; }
  .job-card .field--name-field-job-description p {
    color: #7b7b7b;
    line-height: 1.79;
    letter-spacing: -0.35px; }
  .job-card .field--name-field-job-gender {
    color: #7b7b7b;
    font-size: 14px; }
    .job-card .field--name-field-job-gender a {
      color: #7b7b7b; }
  .job-card .field--name-field-job-age {
    font-size: 14px;
    padding-left: 5px; }
  .job-card h2 {
    padding-top: 35px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.6px;
    color: #1d1d1f; }
    @media (max-width: 430px) {
      .job-card h2 {
        font-size: 1.11111rem;
        letter-spacing: -0.5px;
        font-weight: 600;
        color: #1d1d1f; } }
  .job-card .personal-info {
    color: #7b7b7b;
    display: flex;
    font-size: 14px;
    min-height: 19px;
    padding-top: 5px; }
    .job-card .personal-info .field--name-field-job-gender {
      width: auto;
      display: flex; }
      .job-card .personal-info .field--name-field-job-gender .field__item:not(:first-child):before {
        content: '-';
        display: inline-block; }
  .job-card .job-type-wrapper {
    min-height: 35px;
    display: flex;
    align-items: center; }
    .job-card .job-type-wrapper .job-favorite {
      margin-left: auto; }
  .job-card .job-location-wrapper {
    margin-top: 20px;
    margin-bottom: 30px; }
  .job-card .cta {
    margin-top: auto;
    width: 100%; }
  .job-card-teaser-horizontal {
    min-height: 300px;
    height: auto;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background: #f0f0f7; }
    .job-card-teaser-horizontal .resp-item {
      display: none; }
      @media (max-width: 1060px) {
        .job-card-teaser-horizontal .resp-item {
          display: block; } }
    @media (max-width: 1060px) {
      .job-card-teaser-horizontal .job-header {
        flex-direction: column; } }
    .job-card-teaser-horizontal .location-wrapper {
      font-size: 14px;
      margin-right: 8px;
      color: #7b7b7b; }
      @media (max-width: 1060px) {
        .job-card-teaser-horizontal .location-wrapper {
          margin-bottom: 10px; } }
    .job-card-teaser-horizontal .title-wrapper {
      max-width: 100%;
      width: 100%; }
    .job-card-teaser-horizontal .favorite-icon {
      cursor: pointer;
      flex-shrink: 0; }
    .job-card-teaser-horizontal .tags {
      padding: 5px 7px !important; }
    .job-card-teaser-horizontal .side-content {
      height: 100%;
      padding: 20px;
      width: 160px;
      min-height: 300px; }
      .job-card-teaser-horizontal .side-content .field__item {
        margin-right: 0;
        padding: 5px 0 12px;
        text-align: center;
        height: auto;
        min-height: 30px;
        display: flex;
        justify-content: center;
        align-content: center;
        width: auto;
        word-break: break-all;
        margin-bottom: 10px; }
    .job-card-teaser-horizontal .main-content {
      padding: 20px 15px 30px 40px;
      width: calc(100% - 160px);
      background: #fff; }
      @media (max-width: 1060px) {
        .job-card-teaser-horizontal .main-content {
          padding: 20px;
          width: 100%; } }
      .job-card-teaser-horizontal .main-content .card-header {
        margin-bottom: 30px; }
      .job-card-teaser-horizontal .main-content h2 {
        padding-top: 0; }
      .job-card-teaser-horizontal .main-content .misc-info-wrapper {
        width: 140px;
        flex-shrink: 0;
        margin-left: 10px;
        justify-content: flex-end; }
        @media (max-width: 1060px) {
          .job-card-teaser-horizontal .main-content .misc-info-wrapper {
            margin-left: 0;
            margin-top: 10px;
            width: 100%;
            flex-direction: column;
            align-items: flex-start; }
            .job-card-teaser-horizontal .main-content .misc-info-wrapper .favorite-icon {
              display: none; } }
        .job-card-teaser-horizontal .main-content .misc-info-wrapper .job-location-wrapper {
          margin: 0;
          margin-right: 20px; }
      .job-card-teaser-horizontal .main-content .node__content {
        margin-top: 30px;
        margin-bottom: auto; }
        @media (max-width: 430px) {
          .job-card-teaser-horizontal .main-content .node__content {
            margin-top: 20px; } }
        .job-card-teaser-horizontal .main-content .node__content label {
          font-size: 12px;
          font-weight: 600;
          letter-spacing: -0.3px;
          color: #7b7b7b;
          margin-bottom: 4px; }
        .job-card-teaser-horizontal .main-content .node__content .field--name-field-job-description {
          overflow: auto;
          height: auto;
          max-height: 75px;
          max-width: 95%;
          font-size: 16px; }
          .job-card-teaser-horizontal .main-content .node__content .field--name-field-job-description p {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.56;
            letter-spacing: -0.4px;
            color: #1d1d1f; }
            @media (max-width: 430px) {
              .job-card-teaser-horizontal .main-content .node__content .field--name-field-job-description p {
                font-size: 14px;
                line-height: 25px;
                letter-spacing: -0.35px; } }
      .job-card-teaser-horizontal .main-content .cta {
        display: inline-block;
        width: 150px;
        height: 50px;
        text-align: center;
        line-height: 48px; }
        @media (max-width: 1060px) {
          .job-card-teaser-horizontal .main-content .cta {
            width: 100%; } }
        .job-card-teaser-horizontal .main-content .cta.disabled {
          border: 1px solid #7b7b7b;
          color: #7b7b7b;
          cursor: default; }
          .job-card-teaser-horizontal .main-content .cta.disabled:hover {
            background: transparent; }
  @media (max-width: 1060px) {
    .job-card.node--view-mode-teaser-advanced {
      flex-direction: column;
      background: white; } }
  @media (max-width: 1060px) {
    .job-card.node--view-mode-teaser-advanced .side-content {
      width: 100%;
      display: flex;
      min-height: unset;
      height: auto;
      padding: 20px 40px 10px 40px; } }
  @media (max-width: 1060px) and (max-width: 660px) {
    .job-card.node--view-mode-teaser-advanced .side-content {
      padding: 20px 20px 0 20px; } }
  @media (max-width: 1060px) {
      .job-card.node--view-mode-teaser-advanced .side-content .field--name-field-job-production-type {
        width: 100%; }
        .job-card.node--view-mode-teaser-advanced .side-content .field--name-field-job-production-type .field__item {
          margin-right: 10px; }
          .job-card.node--view-mode-teaser-advanced .side-content .field--name-field-job-production-type .field__item:last-child {
            margin-right: 0; } }
  .job-card.node--view-mode-teaser-advanced .main-content {
    padding: 20px 40px 0 40px; }
    @media (max-width: 1060px) {
      .job-card.node--view-mode-teaser-advanced .main-content {
        padding-top: 0; } }
    @media (max-width: 600px) {
      .job-card.node--view-mode-teaser-advanced .main-content {
        padding: 20px 20px 0 20px; } }
  .job-card.node--view-mode-teaser-advanced .misc-info-wrapper {
    padding-top: 8px;
    flex-shrink: 0; }
  @media (max-width: 600px) {
    .job-card.node--view-mode-teaser-advanced .title-wrapper {
      max-width: 100%;
      margin-top: 0 !important; } }
  .job-card.node--view-mode-teaser-advanced .field--name-field-job-production-type .field__item {
    margin-bottom: 10px; }
  .job-card.node--view-mode-teaser-advanced .bottom-info {
    margin-top: auto;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0; }
    @media (max-width: 1300px) {
      .job-card.node--view-mode-teaser-advanced .bottom-info {
        flex-direction: column; } }
    .job-card.node--view-mode-teaser-advanced .bottom-info.w-expired-item {
      position: relative; }
      @media (max-width: 1060px) {
        .job-card.node--view-mode-teaser-advanced .bottom-info.w-expired-item {
          margin-top: 20px; } }
    .job-card.node--view-mode-teaser-advanced .bottom-info .label {
      color: #7b7b7b;
      line-height: 1;
      margin-bottom: 5px;
      display: inline-block; }
  .job-card.node--view-mode-teaser-advanced .info .item {
    margin-right: 20px; }
    @media (max-width: 1060px) {
      .job-card.node--view-mode-teaser-advanced .info .item:last-child {
        margin-right: 0; } }

@media (max-width: 1060px) and (max-width: 600px) {
  .job-card.node--view-mode-teaser-advanced .info .item {
    width: 100%; } }
  @media (max-width: 1300px) {
    .job-card.node--view-mode-teaser-advanced .actions {
      margin-top: 20px; } }
  .job-card.node--view-mode-teaser-advanced .actions a:first-child {
    margin-right: 20px; }
    @media (max-width: 1060px) {
      .job-card.node--view-mode-teaser-advanced .actions a:first-child {
        margin-bottom: 20px; } }
  .job-card.node--view-mode-teaser-advanced .node__content {
    margin-top: 25px;
    margin-bottom: 30px; }
    @media (max-width: 1060px) {
      .job-card.node--view-mode-teaser-advanced .node__content {
        margin-bottom: 20px; } }
    .job-card.node--view-mode-teaser-advanced .node__content .field--name-field-job-description {
      height: auto;
      max-width: 100%; }
  .job-card.node--view-mode-teaser-advanced .icon {
    margin-right: 10px;
    display: inline-block; }
    .job-card.node--view-mode-teaser-advanced .icon.calendar-icon {
      width: 1.3125em;
      height: 1.3125em;
      background-position: -9.375em -2.1875em; }
    .job-card.node--view-mode-teaser-advanced .icon.user-icon {
      width: 1.3125em;
      height: 1.3125em;
      background-position: -4.0625em -11.25em; }
  .job-card.job-card-teaser-vertical.advanced {
    padding: 0; }
    .job-card.job-card-teaser-vertical.advanced .date-posted label {
      padding-bottom: 10px;
      display: inline-block; }
    .job-card.job-card-teaser-vertical.advanced .icon {
      margin-right: 10px;
      display: inline-block; }
      .job-card.job-card-teaser-vertical.advanced .icon.calendar-icon {
        width: 1.3125em;
        height: 1.3125em;
        background-position: -9.375em -2.1875em; }
    .job-card.job-card-teaser-vertical.advanced .row {
      border-top: 1px solid #e5e5e5;
      padding: 20px; }
      .job-card.job-card-teaser-vertical.advanced .row .info-wrapper {
        flex-wrap: wrap;
        width: 100%; }
      .job-card.job-card-teaser-vertical.advanced .row .infobox {
        width: 50%;
        margin-bottom: 20px; }
        .job-card.job-card-teaser-vertical.advanced .row .infobox .value {
          font-size: 1rem;
          font-weight: 600;
          color: #1d1d1f; }
        .job-card.job-card-teaser-vertical.advanced .row .infobox label {
          font-size: 0.77778rem;
          letter-spacing: -0.35px;
          font-weight: 400;
          color: #7b7b7b; }
    .job-card.job-card-teaser-vertical.advanced .field--name-field-job-age {
      padding-left: 0;
      font-size: 18px; }
    .job-card.job-card-teaser-vertical.advanced .salary {
      margin-left: 20px; }
    .job-card.job-card-teaser-vertical.advanced .cta-wrapper {
      margin: 20px 20px 0 20px; }
      .job-card.job-card-teaser-vertical.advanced .cta-wrapper .cta {
        margin-right: 0; }
    .job-card.job-card-teaser-vertical.advanced .field--name-field-job-description .field__label {
      font-size: 0.77778rem;
      letter-spacing: -0.35px;
      font-weight: 400;
      color: #7b7b7b;
      text-transform: uppercase;
      padding-top: 0px !important; }
    .job-card.job-card-teaser-vertical.advanced .field--name-field-job-description .field__item, .job-card.job-card-teaser-vertical.advanced .field--name-field-job-description .field p {
      font-size: 0.88889rem;
      letter-spacing: -0.4px;
      font-weight: 500;
      color: #1d1d1f; }
    .job-card.job-card-teaser-vertical.advanced h3 {
      font-size: 1.33333rem;
      letter-spacing: -0.6px;
      font-weight: 600;
      color: #1d1d1f;
      padding: 20px; }

.sidebar .job-card .field--name-field-job-description .field__label {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.25px;
  padding-top: 0 !important;
  padding-bottom: 5px; }

.sidebar .job-card .field--name-field-job-description p {
  color: #1d1d1f;
  line-height: 1.79;
  letter-spacing: -0.35px; }

@media (max-width: 1060px) {
  .sidebar .job-card .field--name-field {
    margin-bottom: 10px; } }

@media (max-width: 1060px) {
  .sidebar .job-card {
    padding-top: 20px; } }

@media (max-width: 1060px) {
  .sidebar .job-card .cta-wrapper {
    margin-top: auto; } }

.search-results--data .card.job {
  width: 300px;
  border-radius: 30px;
  background: white;
  padding: 30px 20px 20px 20px;
  margin-right: 20px;
  height: auto;
  min-height: 275px; }
  .search-results--data .card.job:nth-child(4n) {
    margin-right: 0px; }
  @media (max-width: 1300px) {
    .search-results--data .card.job:nth-child(3n) {
      margin-right: 0px; }
    .search-results--data .card.job:nth-child(4n) {
      margin-right: 20px; } }
  @media (max-width: 980px) {
    .search-results--data .card.job:nth-child(3n) {
      margin-right: 20px; }
    .search-results--data .card.job:nth-child(2n) {
      margin-right: 0px; } }
  @media (max-width: 660px) {
    .search-results--data .card.job {
      margin-right: 0 !important; } }
  @media (max-width: 450px) {
    .search-results--data .card.job {
      margin-right: auto !important;
      margin-left: auto;
      margin-bottom: 10px; } }
  .search-results--data .card.job:hover .card-cta-wrapper .card-cta {
    background: #1d1d1f;
    color: white; }

.search-results--data .card-card-type {
  padding-top: 5px; }

.search-results--data .card-location {
  margin-bottom: 20px; }

.search-results--data .card-cta-wrapper .card-cta {
  width: 100%;
  margin-right: 0;
  color: #1d1d1f; }
  .search-results--data .card-cta-wrapper .card-cta:hover {
    background: #1d1d1f;
    color: white; }

.card {
  background: #f0f0f7;
  width: 300px;
  height: 570px;
  border-radius: 30px;
  margin-right: 20px;
  margin-bottom: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .2s ease-in; }
  .card.job {
    height: 475px; }
    @media (max-width: 1024px) {
      .card.job {
        height: 392px; } }
  .card.list-view {
    width: 100%;
    height: 220px;
    flex-direction: row;
    margin-right: 0; }
    .card.list-view .row {
      display: flex;
      align-items: center;
      margin-top: auto; }
      .card.list-view .row:first-child {
        margin-top: 0; }
    .card.list-view .col {
      width: 50%; }
    .card.list-view .card-image {
      width: 160px; }
      .card.list-view .card-image .field--name-field-profile-picture {
        height: 100%; }
    .card.list-view .card-tags-wrapper {
      padding-top: 20px;
      width: 100%; }
      .card.list-view .card-tags-wrapper .card-tags {
        display: flex; }
    .card.list-view .card-cta-wrapper {
      margin-top: 0;
      margin-left: auto; }
    .card.list-view .card-location {
      margin-left: auto;
      margin-top: 0; }
    .card.list-view .card-cta {
      margin-left: 10px;
      margin-right: 0; }
    .card.list-view .card-best-known {
      margin-bottom: 0; }
      .card.list-view .card-best-known .scrollbar-wrapper {
        max-width: 390px; }
    .card.list-view .card .favorite-icon {
      margin-right: 10px; }
  .card:hover {
    cursor: pointer; }
    .card:hover .card-cta {
      background: #00f;
      color: white; }
  .card:nth-child(3n) {
    margin-right: 0; }
  .card .content {
    padding: 20px;
    background: #f0f0f7;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .card .content.no-padd {
      padding: 0; }
  .card .favorite-icon {
    cursor: pointer; }
  .card .description {
    margin: 20px 0; }
    .card .description label {
      display: block;
      line-height: 1;
      font-size: 0.66667rem;
      letter-spacing: -0.3px;
      font-weight: 600;
      color: #7b7b7b;
      padding-bottom: 3px; }
    .card .description .value {
      font-size: 0.88889rem;
      letter-spacing: -0.4px;
      font-weight: 500;
      line-height: 1.56;
      color: #1d1d1f;
      max-height: 150px;
      overflow: auto; }

.card-image {
  display: block;
  height: 220px; }
  .card-image img {
    width: 300px;
    height: 100%;
    object-fit: cover; }
    .card-image img.business {
      object-fit: cover; }

.card-title {
  margin-bottom: 5px;
  line-height: 1.1; }
  @media (max-width: 430px) {
    .card-title {
      font-size: 16px; } }
  .card-title.job {
    padding-top: 10px;
    height: 65px; }
    @media (max-width: 1024px) {
      .card-title.job {
        height: 46px; } }
    @media (max-width: 600px) {
      .card-title.job {
        height: auto; } }

.card-type {
  color: #7b7b7b;
  line-height: 1;
  min-height: 14px;
  font-weight: normal; }

.card-location {
  margin-top: 16px;
  display: flex;
  align-items: top; }
  .card-location .location-title {
    margin-left: 5px;
    color: #7b7b7b;
    font-weight: normal;
    flex-shrink: 4; }

.card-best-known {
  margin-bottom: 10px;
  margin-top: auto; }
  .card-best-known .scrollbar-wrapper {
    display: flex;
    flex-direction: column; }
  .card-best-known .ps {
    display: flex;
    flex-direction: column;
    height: 65px; }
  .card-best-known .ps__thumb-y {
    opacity: 0.6; }
  .card-best-known .act {
    font-size: 18px;
    font-weight: 600; }
    .card-best-known .act .date {
      font-weight: normal; }
  .card-best-known .label {
    margin-top: 5px;
    color: #7b7b7b;
    font-weight: normal;
    line-height: 1; }

.card-tags-wrapper {
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
  min-height: 36px; }
  .card-tags-wrapper.job {
    border-top: none; }
  .card-tags-wrapper.business {
    margin-top: auto; }
  .card-tags-wrapper.empty {
    min-height: unset;
    padding-top: 0; }

.card-tags {
  height: 26px; }
  .card-tags .ps {
    display: flex;
    flex-wrap: wrap;
    height: 36px;
    overflow-y: auto;
    margin-top: 10px; }
  .card-tags .tag {
    border-radius: 13px;
    border: solid 1.7px #a7a7a7;
    height: 26px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-right: 9px;
    padding: 0 14px; }
    .card-tags .tag:last-child {
      margin-right: 0; }

.card-cta-wrapper {
  display: flex;
  margin-top: 20px;
  align-items: center; }
  .card-cta-wrapper.job {
    margin-top: auto; }

.card-cta {
  margin-top: auto;
  display: inline-block;
  width: 200px;
  margin-right: auto; }

.view-display-id-block_1 .field--name-field-job-gender {
  display: flex; }
  .view-display-id-block_1 .field--name-field-job-gender .field__item:not(:first-child):before {
    content: '-';
    display: inline-block; }

@media (max-width: 1060px) {
  .side-content {
    display: none; } }

.job-expired {
  font-size: 0.77778rem;
  letter-spacing: -0.4px;
  font-weight: 500;
  color: #fff;
  background: #fd3927;
  border-radius: 15px;
  height: 30px; }
  .job-expired svg {
    margin-right: 7px; }
  @media (max-width: 1060px) {
    .job-expired {
      display: none; } }
  .job-expired.resp-item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1060px) {
      .job-expired.resp-item {
        display: flex;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -15px;
        width: 112px; } }

.more-wrapper {
  margin-top: 25px; }
  .more-wrapper .cta {
    margin-top: 0; }
  .more-wrapper .favorite-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-left: 10px; }

.profiles-view-placeholder {
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 680px; }
  @media (max-width: 1300px) {
    .profiles-view-placeholder {
      margin: 0 20px;
      height: auto; } }
  .profiles-view-placeholder .user-profiles {
    position: absolute;
    left: 0;
    overflow: visible; }
    @media (max-width: 1300px) {
      .profiles-view-placeholder .user-profiles {
        width: 100vw;
        padding-right: 40px;
        position: relative; } }
  .profiles-view-placeholder .mid-grid {
    padding: 0; }
    @media (max-width: 1320px) {
      .profiles-view-placeholder .mid-grid {
        width: calc(100vw - 40px);
        margin-left: 0; } }
  .profiles-view-placeholder .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    max-width: 1180px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1024px) {
      .profiles-view-placeholder .swiper-scrollbar {
        max-width: 95vw;
        left: 0;
        transform: unset; } }
  .profiles-view-placeholder .cta {
    position: relative;
    z-index: 9; }

.featured-profiles-view {
  background: #f0f0f7;
  padding-top: 85px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .featured-profiles-view {
      padding-top: 60px;
      padding-bottom: 40px; } }
  @media (min-width: 1024px) {
    .featured-profiles-view:not(.reached-end):after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 100%;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #f0f0f7);
      width: 300px;
      z-index: 1; } }
  .featured-profiles-view .slider-fade {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #f0f0f7);
    width: 300px;
    z-index: 2; }
    @media (max-width: 1800px) {
      .featured-profiles-view .slider-fade {
        display: none; } }
  .featured-profiles-view:before {
    content: "";
    background: url(../images/shape-top-grey.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px; }
  .featured-profiles-view .bottom-shape {
    background: url(../images/shape-top-grey.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 20px;
    position: absolute;
    transform: rotate(-180deg);
    bottom: -20px; }

.grid-to-right, .user-profiles {
  display: flex;
  align-items: center;
  width: 1260px;
  margin-left: auto; }

.swiper-scrollbar .swiper-scrollbar-drag {
  background: #fa339a;
  height: 100%;
  border-radius: 2px; }

.user-profiles {
  padding: 40px 0 40px 0;
  position: relative; }
  @media (max-width: 1260px) {
    .user-profiles {
      width: 100vw; } }
  .user-profiles .views-row {
    position: relative;
    height: 510px;
    width: 300px !important; }
    @media (max-width: 650px) {
      .user-profiles .views-row {
        height: 477px; } }
    .user-profiles .views-row:last-child {
      margin-right: 0; }
    .user-profiles .views-row-talent_featured_first {
      width: 620px !important;
      height: 510px; }
      @media (max-width: 1024px) {
        .user-profiles .views-row-talent_featured_first {
          width: 300px !important; } }
      @media (max-width: 650px) {
        .user-profiles .views-row-talent_featured_first {
          height: 477px; } }

.profile-featured--card {
  height: 510px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  overflow-x: hidden; }
  @media (max-width: 650px) {
    .profile-featured--card {
      height: 477px; } }
  .profile-featured--card.search {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 300px;
    overflow: hidden; }
    .profile-featured--card.search .image-wrapper {
      border-radius: 30px;
      overflow: hidden; }
    .profile-featured--card.search:last-child {
      margin-right: 0; }
    .profile-featured--card.search:nth-child(4n) {
      margin-right: 0; }
    @media (max-width: 1300px) {
      .profile-featured--card.search:nth-child(3n) {
        margin-right: 0px; }
      .profile-featured--card.search:nth-child(4n) {
        margin-right: 20px; } }
    @media (max-width: 980px) {
      .profile-featured--card.search:nth-child(3n) {
        margin-right: 20px; }
      .profile-featured--card.search:nth-child(2n) {
        margin-right: 0px; } }
    @media (max-width: 660px) {
      .profile-featured--card.search {
        margin-right: auto !important;
        margin: 0 auto !important;
        margin-bottom: 10px !important; } }
  .profile-featured--card:hover {
    cursor: pointer;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5); }
  .profile-featured--card:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.6) 76%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 1;
    border-radius: 30px; }
  .profile-featured--card a {
    height: 100%;
    display: block; }
  .profile-featured--card .image-wrapper {
    position: relative;
    height: 100%; }
    .profile-featured--card .image-wrapper img {
      object-fit: cover;
      height: 530px; }
  .profile-featured--card .content-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: white;
    z-index: 2;
    display: flex;
    flex-direction: column; }
    .profile-featured--card .content-wrapper .profile-title {
      display: flex;
      flex-wrap: wrap; }
    .profile-featured--card .content-wrapper .view-profile {
      color: white;
      max-width: 141px;
      width: 100%;
      border: 2px solid white;
      border-radius: 10px;
      height: 50px;
      line-height: 45px;
      text-align: center;
      margin-top: 20px; }

.profile .media-wrapper {
  display: flex;
  align-items: center;
  margin-top: 15px; }

.profile .featured-badge {
  color: white;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 191px;
  height: 40px;
  background: #d9aa12;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3; }
  @media (max-width: 500px) {
    .profile .featured-badge {
      right: unset;
      left: 20px;
      font-size: 12px;
      width: 162px; } }
  .profile .featured-badge .badge-icon {
    margin-left: 7px;
    width: 1.5625em;
    height: 1.5625em;
    background-position: -2.5em -5.0625em; }

.profile .profile-content {
  height: 0;
  opacity: 0;
  overflow: hidden; }
  .profile .profile-content .field--name-field-profile-description {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: -0.4px; }

.profile .field--name-field-name, .profile .field--name-field-surname {
  font-size: 26px;
  font-weight: bold; }
  @media (max-width: 1024px) {
    .profile .field--name-field-name, .profile .field--name-field-surname {
      font-size: 24px; } }

.profile .field--name-field-name {
  margin-right: 5px; }

.profile .field--name-field-field-talent-profile-picture {
  height: 100%; }

.profile h4 {
  font-size: 14px;
  margin-right: 10px;
  line-height: 1.79;
  letter-spacing: -0.35px; }

.profile .media-icons {
  display: flex;
  align-items: center; }
  .profile .media-icons .icon {
    margin-right: 10px; }
    .profile .media-icons .icon:last-child {
      margin-right: 0; }

.mid-grid {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }
  @media (max-width: 860px) {
    .mid-grid {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; } }
  .mid-grid .block-title {
    margin-right: auto; }
    @media (max-width: 860px) {
      .mid-grid .block-title {
        margin-right: 0;
        margin-bottom: 30px; } }
    .mid-grid .block-title h2 {
      margin-bottom: 5px; }
      @media (max-width: 860px) {
        .mid-grid .block-title h2 {
          font-size: 30px;
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        .mid-grid .block-title h2 {
          font-size: 24px; } }
    .mid-grid .block-title h3 {
      font-size: 18px;
      font-weight: normal;
      line-height: 1.39;
      letter-spacing: -0.45px; }
      @media (max-width: 480px) {
        .mid-grid .block-title h3 {
          font-size: 16px; } }
  .mid-grid .cta {
    width: 220px; }
    @media (max-width: 650px) {
      .mid-grid .cta {
        width: 100%; } }

.audio-icon {
  width: 1.3125em;
  height: 1.3125em;
  background-position: -7.8125em -9.375em; }
  .audio-icon.black {
    width: 1.3125em;
    height: 1.3125em;
    background-position: -11.25em -0.3125em; }

.videos-icon {
  width: 1.3125em;
  height: 1.3125em;
  background-position: -5.9375em -11.25em; }
  .videos-icon.black {
    width: 1.3125em;
    height: 1.3125em;
    background-position: -7.8125em -11.25em; }

.pics-icon {
  width: 1.3125em;
  height: 1.3125em;
  background-position: -9.375em -4.0625em; }
  .pics-icon.black {
    width: 1.3125em;
    height: 1.3125em;
    background-position: -9.375em -5.9375em; }

.profile-skills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px; }
  .profile-skills .skill-tag,
  .profile-skills .extra-skills,
  .profile-skills a {
    padding: 0 14px;
    height: 26px;
    line-height: 17px;
    border: 2px solid #7b7b7b;
    color: white;
    text-align: center;
    border-radius: 13px;
    margin-right: 9px;
    margin-bottom: 5px; }
    @media (max-width: 430px) {
      .profile-skills .skill-tag,
      .profile-skills .extra-skills,
      .profile-skills a {
        font-size: 14px; } }
  .profile-skills .extra-skills {
    margin-right: 0; }

.arrow-icon {
  width: 0.9375em;
  height: 0.9375em;
  background-position: -11.25em -9.6875em;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px; }
  .arrow-icon.horizontal {
    transform: rotate(90deg); }

.resp-menu-container {
  width: 27px;
  height: 45px;
  position: relative; }
  @media (max-width: 1024px) {
    .resp-menu-container {
      height: 40px; } }
  @media (max-width: 350px) {
    .resp-menu-container {
      width: 40px; } }

.burgermenu {
  display: none;
  border: none;
  background: none;
  width: 24px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  outline: none; }
  .burgermenu span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid #1d1d1f;
    transform: translateY(10px);
    transition: transform 0.5s ease, border-color 0.5s ease 0.3s; }
    .burgermenu span:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #1d1d1f;
      transform: translateY(-10px);
      animation-name: topLineBurger;
      animation-duration: 0.6s;
      animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
      animation-fill-mode: forwards; }
    .burgermenu span:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #1d1d1f;
      transform: translateY(10px);
      animation-name: bottomLineBurger;
      animation-duration: 0.6s;
      animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
      animation-fill-mode: forwards; }
  .burgermenu.opened span {
    border-color: transparent;
    transition: border-color 0.3s ease; }
    .burgermenu.opened span:before {
      animation-name: topLineCross;
      animation-duration: 0.6s;
      animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
      animation-fill-mode: forwards;
      top: -3px; }
    .burgermenu.opened span:after {
      animation-name: bottomLineCross;
      animation-duration: 0.6s;
      animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
      animation-fill-mode: forwards;
      top: -3px; }

.resp-menu-animation-loaded .burgermenu {
  display: block; }

@keyframes topLineCross {
  0% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(0px) rotate(45deg); } }

@keyframes bottomLineCross {
  0% {
    transform: translateY(10px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(0px) rotate(-45deg); } }

@keyframes topLineBurger {
  0% {
    transform: translateY(0px) rotate(45deg); }
  50% {
    transform: rotate(0deg); }
  100% {
    transform: translateY(-10px) rotate(0deg); } }

@keyframes bottomLineBurger {
  0% {
    transform: translateY(0px) rotate(-45deg); }
  50% {
    transform: rotate(0deg); }
  100% {
    transform: translateY(7px) rotate(0deg); } }

.short-info {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.77778rem;
  letter-spacing: -0.35px;
  font-weight: 500;
  line-height: 17px;
  color: #7b7b7b; }
  .short-info p.short_date {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    margin-right: 20px;
    margin-bottom: 0; }
    .short-info p.short_date:before {
      content: "";
      background: url(../images/calendar.svg);
      display: inline-block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 20px;
      height: 20px;
      margin-right: 10px; }
  .short-info .field--name-field-read-minutes {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: flex-start;
    -ms-justify-content: flex-start; }
    .short-info .field--name-field-read-minutes:before {
      content: "";
      background: url(../images/time.svg);
      display: inline-block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 20px;
      height: 20px;
      margin-right: 10px; }
  .short-info .field--name-field-tags {
    margin-right: 20px; }
  .short-info .field--name-uid {
    margin-left: 20px; }
    .short-info .field--name-uid a {
      font-size: 0.77778rem;
      letter-spacing: -0.35px;
      font-weight: 500;
      line-height: 17px;
      color: #7b7b7b; }

.select-button {
  position: relative;
  display: flex;
  justify-content: center; }

.modal .file-select .col.select-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px; }

.path-profile .modal .file-select .col.select-button,
.page-node-type-job .modal .file-select .col.select-button {
  height: auto;
  margin-top: 0;
  width: auto;
  background: none;
  padding: 0; }
  .path-profile .modal .file-select .col.select-button .upload-btn,
  .page-node-type-job .modal .file-select .col.select-button .upload-btn {
    margin-top: 0; }

.file-select {
  position: relative;
  cursor: pointer;
  margin-top: 10px; }
  .file-select .col {
    width: 50%; }
    .file-select .col.select-button {
      background: white;
      width: 100%;
      height: 300px;
      border-radius: 10px;
      color: #1d1d1f;
      display: flex;
      flex-direction: column;
      transition: all 0.3s; }
      @media (max-width: 600px) {
        .file-select .col.select-button {
          height: auto; } }
      .file-select .col.select-button.small {
        width: 300px;
        margin-right: 20px; }
        @media (max-width: 600px) {
          .file-select .col.select-button.small {
            width: 100%;
            margin-right: 0; } }
      .file-select .col.select-button .select-title {
        font-size: 16px;
        font-weight: 900;
        font-style: italic;
        margin-bottom: 20px; }
        @media (max-width: 600px) {
          .file-select .col.select-button .select-title {
            display: none; } }
      .file-select .col.select-button .select-description {
        opacity: 0.5;
        max-width: 118px;
        width: 100%;
        font-size: 16px;
        letter-spacing: -0.4px;
        font-weight: 500;
        margin-top: 15px;
        margin: 0 auto; }
        @media (max-width: 600px) {
          .file-select .col.select-button .select-description {
            display: none; } }
  @media (max-width: 600px) {
    .file-select {
      flex-direction: column; }
      .file-select .file-list {
        width: 100%;
        margin-right: 0; } }

.file-select > .select-button {
  padding: 1rem;
  position: relative;
  color: white;
  background-color: #2EA169;
  border-radius: .3rem;
  text-align: center;
  font-weight: bold; }

input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

.file {
  margin-top: 10px; }

.filename {
  width: calc(100% - 30px);
  word-break: break-word;
  font-size: 16px;
  padding-right: 10px; }
  @media (max-width: 420px) {
    .filename {
      font-size: 14px; } }

.remove-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 3px;
  background-color: #e5e5e5;
  font-size: 14px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-left: auto; }
  .remove-item:hover {
    cursor: pointer;
    background-color: #00f; }
    .remove-item:hover path {
      fill: white; }

.files-title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.45px;
  padding-top: 10px; }
  @media (max-width: 420px) {
    .files-title {
      font-size: 16px; } }

.errors {
  border-radius: 10px;
  background: #ff7676;
  margin-top: 20px;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
  transition: all 0.3s; }
  .errors .message {
    font-weight: 600;
    margin-bottom: 5px; }
  .errors .filename {
    width: 100%; }

.error-header {
  width: 100%; }

.close-errors {
  cursor: pointer;
  margin-left: auto; }

.upload-btn {
  border: 2px solid #7b7b7b;
  border-radius: 10px;
  width: 200px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: center;
  margin-top: 37px; }
  @media (max-width: 600px) {
    .upload-btn {
      margin: 0;
      width: 100%; } }
  .upload-btn .text {
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
    color: #1d1d1f;
    margin-left: 20px; }
    @media (max-width: 660px) {
      .upload-btn .text {
        margin-left: 8px;
        text-align: center; } }
  .upload-btn:not(.form-button):hover {
    cursor: pointer;
    background: #1d1d1f; }
    .upload-btn:not(.form-button):hover .text {
      color: white; }

@media (max-width: 600px) {
  .select-icon {
    display: none; } }

#floating-prem-btn {
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  z-index: 100; }
  @media (max-width: 650px) {
    #floating-prem-btn {
      width: 40px;
      height: 40px; } }
  #floating-prem-btn:hover {
    background: #00f; }
    #floating-prem-btn:hover .icon {
      width: 1.3125em;
      height: 1.3125em;
      background-position: -0.3125em -11.25em; }
  #floating-prem-btn .icon {
    width: 1.3125em;
    height: 1.3125em;
    background-position: -11.25em -7.8125em; }

.application-modal-content .field {
  margin-bottom: 20px; }
  .application-modal-content .field-header {
    line-height: 1; }
  .application-modal-content .field.error input,
  .application-modal-content .field.error textarea {
    border: 2px solid #fd3927;
    color: #fd3927;
    background-color: #ffefee; }
  .application-modal-content .field.error .vue-tel-input {
    border: 2px solid #fd3927;
    background-color: #ffefee; }
    .application-modal-content .field.error .vue-tel-input input {
      border: none;
      color: #fd3927;
      background-color: #ffefee;
      height: 42px; }
    .application-modal-content .field.error .vue-tel-input .vti__dropdown {
      background-color: #ffefee; }
  .application-modal-content .field.error label {
    color: #fd3927; }
  .application-modal-content .field label {
    display: block;
    line-height: 1;
    font-size: 0.88889rem;
    letter-spacing: -0.4px;
    font-weight: 500;
    color: #1d1d1f; }
    @media (max-width: 420px) {
      .application-modal-content .field label {
        font-size: 0.77778rem;
        letter-spacing: -0.35px;
        font-weight: 500;
        color: #1d1d1f; } }

.application-modal .modal__container {
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
  position: relative;
  padding: 0; }
  .application-modal .modal__container button {
    -webkit-appearance: none; }
    @media (max-width: 600px) {
      .application-modal .modal__container button.black-btn {
        width: 100%; } }
    .application-modal .modal__container button.black-btn:hover {
      background: white;
      color: #1d1d1f; }

.application-modal .row {
  font-size: unset; }
  .application-modal .row-header {
    padding: 38px 5px 30px 5px;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    border-bottom: none; }
    @media (max-width: 1024px) {
      .application-modal .row-header {
        padding: 38px 20px 30px 20px; } }
    .application-modal .row-header h2 {
      font-size: 1.33333rem;
      letter-spacing: -0.6px;
      font-style: italic;
      font-weight: 900;
      line-height: 1;
      color: #1d1d1f;
      padding-bottom: 10px; }
      @media (max-width: 1024px) {
        .application-modal .row-header h2 {
          font-size: 1.11111rem;
          letter-spacing: -0.6px;
          font-style: italic;
          font-weight: 900;
          line-height: 1;
          color: #1d1d1f; } }
      @media (max-width: 420px) {
        .application-modal .row-header h2 {
          font-size: 0.77778rem;
          letter-spacing: -0.35px;
          font-style: italic;
          font-weight: 900;
          line-height: 1;
          color: #1d1d1f; } }

.application-modal .close-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  border: none;
  background: none; }

.application-modal .message-body {
  font-size: 1rem;
  letter-spacing: -0.45px;
  line-height: 1.39;
  color: #1d1d1f;
  text-align: center; }
  @media (max-width: 420px) {
    .application-modal .message-body {
      font-size: 0.77778rem;
      letter-spacing: -0.35px;
      line-height: 1.57;
      color: #1d1d1f; } }

.application-modal main {
  padding: 45px 100px 40px 100px;
  background-color: #f0f0f7;
  overflow: hidden;
  margin: 0;
  padding-top: 45px !important; }
  @media (max-width: 600px) {
    .application-modal main {
      padding: 30px 20px 30px 20px;
      padding-top: 30px !important; } }
  .application-modal main input::placeholder {
    color: #a7a7a7 !important;
    opacity: 1; }
  .application-modal main textarea,
  .application-modal main input,
  .application-modal main .multiselect {
    width: 100%;
    height: 46px;
    margin: 10px 0 0;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    border: none;
    scrollbar-color: #d5d5d5 transparent; }
    @media (max-width: 420px) {
      .application-modal main textarea,
      .application-modal main input,
      .application-modal main .multiselect {
        font-size: 0.77778rem;
        letter-spacing: -0.35px;
        font-weight: 500;
        color: #1d1d1f; } }
    .application-modal main textarea.application-field,
    .application-modal main input.application-field,
    .application-modal main .multiselect.application-field {
      border: none; }
    .application-modal main textarea:focus, .application-modal main textarea:focus-visible, .application-modal main textarea:target,
    .application-modal main input:focus,
    .application-modal main input:focus-visible,
    .application-modal main input:target,
    .application-modal main .multiselect:focus,
    .application-modal main .multiselect:focus-visible,
    .application-modal main .multiselect:target {
      outline: none !important; }
  .application-modal main textarea {
    height: auto;
    resize: none; }
  .application-modal main .helptext {
    font-size: 0.88889rem;
    letter-spacing: -0.4px;
    color: #1d1d1f;
    margin-top: 10px; }
    @media (max-width: 420px) {
      .application-modal main .helptext {
        font-size: 0.77778rem;
        letter-spacing: -0.35px;
        color: #1d1d1f; } }

.application-modal .date-field input::placeholder {
  color: #a7a7a7 !important;
  opacity: 1; }

.application-modal .vue-tel-input {
  border-radius: 10px;
  border: none;
  height: 46px;
  margin-top: 10px; }
  .application-modal .vue-tel-input input {
    border: none; }

.application-modal .vti__dropdown {
  background: white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }
  .application-modal .vti__dropdown-item {
    font-size: 16px; }
    @media (max-width: 420px) {
      .application-modal .vti__dropdown-item {
        font-size: 14px; } }
  .application-modal .vti__dropdown-list.below {
    border: none;
    top: 39px; }

.application-modal .vti__input {
  margin-top: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.application-modal .terms-wrapper {
  display: flex;
  align-items: center;
  margin: 40px 0; }
  .application-modal .terms-wrapper.error input[type="checkbox"] {
    border: 2px solid #fd3927; }
  .application-modal .terms-wrapper.error a {
    color: #fd3927; }
  .application-modal .terms-wrapper label {
    position: relative;
    top: -1px; }
  .application-modal .terms-wrapper input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-right: 5px;
    border-radius: 4px;
    background: white;
    border: 2px solid #1d1d1f;
    appearance: none;
    -webkit-appearance: none;
    /* Safari */
    padding: 0; }
    .application-modal .terms-wrapper input[type="checkbox"]:checked:before {
      content: "";
      width: 1.3125em;
      height: 1.375em;
      background-position: -2.4375em -7.25em;
      display: block; }

.application-modal .error-msg {
  font-size: 0.88889rem;
  letter-spacing: -0.4px;
  color: #fd3927; }
  @media (max-width: 420px) {
    .application-modal .error-msg {
      font-size: 0.77778rem;
      letter-spacing: -0.4px;
      color: #fd3927; } }
  .application-modal .error-msg svg {
    margin-right: 5px; }

* {
  box-sizing: border-box;
  margin: 0; }

:root {
  --popper-theme-background-color: #1d1d1f;
  --popper-theme-background-color-hover: #1d1d1f;
  --popper-theme-text-color: #ffffff;
  --popper-theme-border-width: 0px;
  --popper-theme-border-style: solid;
  --popper-theme-border-radius: 6px;
  --popper-theme-padding: 10px;
  --popper-theme-box-shadow: 0 6px 30px -6px rgba(0, 0, 0, 0.25);
  --app-height: 100%; }

html {
  font-size: 18px;
  font-family: "Commissioner", sans-serif;
  font-weight: 400;
  color: #1d1d1f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

body {
  position: relative;
  line-height: inherit; }

html,
body {
  width: auto;
  height: auto; }
  html.modal-form-open,
  body.modal-form-open {
    height: var(--app-height); }

img {
  display: block;
  max-width: 100%;
  height: auto; }

ul,
ol {
  list-style: disc;
  padding-left: 1.2rem;
  margin: 0 0 2.2rem 1.2rem; }
  @media (max-width: 960px) {
    ul,
    ol {
      margin-bottom: 1.5rem; } }
  @media (max-width: 600px) {
    ul,
    ol {
      margin-bottom: 1rem; } }
  ul li,
  ol li {
    margin-bottom: 0; }

ol {
  list-style: decimal; }

a {
  color: #1d1d1f;
  text-decoration: none;
  cursor: pointer; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

p {
  margin-bottom: 20px; }
  @media (max-width: 960px) {
    p {
      margin-bottom: 1.5rem; } }
  @media (max-width: 600px) {
    p {
      margin-bottom: 1rem; } }
  p:last-child {
    margin-bottom: 0; }

:focus,
:target,
:focus-visible {
  outline: none; }

/*Containers*/
.main-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  /*Uncomment the line below to see your grid*/ }

.location-icon {
  width: 1.3125em;
  height: 1.3125em;
  background-position: -4.0625em -9.375em; }

.favorite-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  border: 2px solid #a7a7a7;
  cursor: pointer; }
  .favorite-icon .is-favorite, .favorite-icon.saved, .favorite-icon:hover {
    border: 2px solid #d9aa12; }
    .favorite-icon .is-favorite svg path, .favorite-icon.saved svg path, .favorite-icon:hover svg path {
      fill: #d9aa12; }
  .favorite-icon svg {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%); }

.line {
  position: relative;
  display: inline-block;
  background: url(../images/line.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1260px;
  height: 14px;
  width: 100%; }

.is-teaser {
  height: 225px;
  position: relative;
  overflow: hidden; }
  .is-teaser.small-height {
    height: 175px; }
  .is-teaser .read-more {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) -50%, white 40%);
    height: 75px;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 50px;
    cursor: pointer; }
    @media (max-width: 430px) {
      .is-teaser .read-more {
        font-size: 12px;
        height: 50px;
        line-height: 25px; } }
    .is-teaser .read-more .arrow-icon {
      position: relative;
      top: -12px;
      left: 6px; }
      @media (max-width: 430px) {
        .is-teaser .read-more .arrow-icon {
          top: -3px; } }

.modal:not(.modal-preview-job) .ps > .ps__rail-x,
.modal:not(.modal-preview-job) .ps > .ps__rail-y {
  opacity: 0.6;
  display: block;
  height: 100%; }

.modal:not(.modal-preview-job) .ps:not(.ps--active-y) .ps__thumb-y {
  top: 25px !important;
  height: 90% !important; }

.info-icon {
  width: 1.5625em;
  height: 1.5625em;
  background-position: -6.75em -5.0625em;
  font-size: 15px;
  height: 22px;
  position: relative;
  margin-left: 5px; }

.full-width {
  width: 100%; }

.menu--main .submenu {
  display: none;
  position: fixed;
  left: 0;
  top: 140px;
  top: 100px;
  width: 100vw;
  background: white;
  z-index: 9;
  flex-direction: row;
  display: flex; }
  .menu--main .submenu .menu-item--expanded {
    display: flex;
    width: 50%; }
  .menu--main .submenu .submenu {
    display: none;
    position: relative;
    top: auto;
    flex-direction: column; }

.menu--main .menu-wrapper {
  display: flex; }

.menu--main .menu-item--expanded {
  display: flex;
  flex-direction: column; }

header ul {
  padding: 0;
  margin: 0; }
  header ul li {
    list-style-type: none; }

.megamenu-items .megamenu-wrapper {
  pointer-events: none; }

.megamenu-items:hover .megamenu-wrapper {
  pointer-events: auto; }

.megamenu {
  height: 0;
  position: fixed;
  top: 138px;
  top: 100px;
  left: 0;
  z-index: 99;
  background: white;
  width: 100%;
  visibility: hidden;
  display: flex;
  align-items: center;
  /* undo the styles set in _header.scss targeting parent menu lis */ }
  .megamenu .megamenu-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    opacity: 0;
    padding-bottom: 20px; }
  .megamenu .options-title {
    font-size: 0.77778rem;
    letter-spacing: -0.35px;
    font-weight: 600;
    line-height: 1;
    color: #a7a7a7;
    margin-bottom: 10px; }
  .megamenu li {
    transition: all 0.3s;
    line-height: 1;
    /* undo the styles set in _header.scss targeting parent menu lis */ }
    .megamenu li.active a:not(.talent-menu), .megamenu li:hover a:not(.talent-menu) {
      color: #fa339a !important; }
      .megamenu li.active a:not(.talent-menu):after, .megamenu li:hover a:not(.talent-menu):after {
        content: none !important; }
    .megamenu li.active a.talent-menu, .megamenu li:hover a.talent-menu {
      color: #00f !important; }
      .megamenu li.active a.talent-menu:after, .megamenu li:hover a.talent-menu:after {
        content: none !important; }
  .megamenu a:after {
    content: none !important; }
  .megamenu--col-1 {
    width: 280px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .megamenu--col-1 li {
      font-size: 1.22222rem;
      letter-spacing: -0.5px;
      font-weight: 500;
      color: #1d1d1f;
      margin-top: 10px; }
      .megamenu--col-1 li.active a:not(.talent-menu), .megamenu--col-1 li:hover a:not(.talent-menu) {
        color: #fa339a; }
      .megamenu--col-1 li.active a.talent-menu, .megamenu--col-1 li:hover a.talent-menu {
        color: #00f; }
    .megamenu--col-1 .main-options li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-right: 0 !important; }
      .megamenu--col-1 .main-options li :not(.talent-parent-menu):after {
        content: "";
        width: 1.3125em;
        height: 1.3125em;
        background-position: -4.3125em -7.25em;
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top: 4px;
        opacity: 0;
        transition: all 0.3s; }
      .megamenu--col-1 .main-options li.talent-parent-menu:after {
        content: "";
        width: 1.0625em;
        height: 1.0625em;
        background-position: -9.6875em -11.25em;
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top: 4px;
        opacity: 0;
        transition: all 0.3s; }
      .megamenu--col-1 .main-options li.active:after, .megamenu--col-1 .main-options li:hover:after {
        opacity: 1;
        margin-left: 20px; }
    .megamenu--col-1 .cta-options {
      line-height: 1; }
      .megamenu--col-1 .cta-options a {
        font-size: 1.22222rem;
        letter-spacing: -0.5px;
        font-weight: 500;
        color: #1d1d1f;
        text-decoration: underline; }
        .megamenu--col-1 .cta-options a:not(.talent-menu):hover {
          color: #fa339a !important; }
          .megamenu--col-1 .cta-options a:not(.talent-menu):hover:after {
            content: none !important; }
        .megamenu--col-1 .cta-options a.talent-menu:hover {
          color: #00f; }
          .megamenu--col-1 .cta-options a.talent-menu:hover::after {
            content: none !important; }
        .megamenu--col-1 .cta-options a.blue, .megamenu--col-1 .cta-options a.blue-bordered, .megamenu--col-1 .cta-options .job-card a.cta, .job-card .megamenu--col-1 .cta-options a.cta, .megamenu--col-1 .cta-options a.card-cta {
          color: #00f; }
        .megamenu--col-1 .cta-options a.magenta, .megamenu--col-1 .cta-options a.magenta-bordered, .megamenu--col-1 .cta-options .mid-grid a.cta, .mid-grid .megamenu--col-1 .cta-options a.cta {
          color: #fa339a; }
  .megamenu--col-2 {
    min-width: 290px;
    margin-right: auto; }
    .megamenu--col-2 li {
      font-size: 0.88889rem;
      font-weight: 500;
      color: #1d1d1f;
      margin-top: 15px;
      font-weight: 500 !important; }
      .megamenu--col-2 li:hover a:not(.talent-menu) {
        color: #fa339a; }
      .megamenu--col-2 li:hover a.talent-menu {
        color: #00f; }

.menu-overlay {
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 100px;
  width: 100vw;
  z-index: 1;
  opacity: 0;
  pointer-events: none; }

.profile-card--mini {
  border-radius: 30px;
  padding: 10px 20px 10px 10px;
  margin: 0 0 10px;
  width: 370px;
  height: 120px;
  background: #f0f0f7;
  display: flex;
  margin-right: 0 !important;
  transition: all 0.3s; }
  .profile-card--mini:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15); }
  .profile-card--mini:last-child {
    margin-bottom: 0; }
  .profile-card--mini h2 {
    line-height: 1; }
  .profile-card--mini .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .profile-card--mini .col:first-child {
      width: 100px;
      margin-right: 20px;
      border-radius: 25px;
      overflow: hidden; }
      .profile-card--mini .col:first-child img {
        width: 100px;
        height: 100px;
        object-fit: cover; }
  .profile-card--mini .name {
    font-size: 1rem;
    font-weight: bold;
    color: #1d1d1f; }
  .profile-card--mini .media-title {
    display: inline-block;
    font-size: 0.77778rem;
    letter-spacing: -0.35px;
    font-weight: 400;
    line-height: 1.79;
    color: #7b7b7b;
    margin-right: 10px; }
  .profile-card--mini .icon {
    margin-right: 10px; }
  .profile-card--mini .profile-skills {
    margin-top: 0; }
  .profile-card--mini .extra-skills,
  .profile-card--mini .skill-tag {
    color: #1d1d1f !important;
    height: 26px;
    line-height: 20px; }

.toolbar-fixed .menu-overlay {
  top: 154px; }

.toolbar-fixed .megamenu-items .megamenu {
  top: 138px; }

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  z-index: 106;
  position: relative; }

.ps {
  max-height: 100vh;
  max-height: 95vh; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

.webform-confirmation-modal,
.modal__container {
  background: white;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5);
  max-height: 90vh; }
  @media (max-width: 600px) {
    .webform-confirmation-modal,
    .modal__container {
      max-width: calc(100vw - 40px); } }
  .webform-confirmation-modal.job-content,
  .modal__container.job-content {
    padding: 0;
    max-height: unset;
    overflow: scroll;
    height: 100vh; }
    .webform-confirmation-modal.job-content .row-header .arrow-icon,
    .modal__container.job-content .row-header .arrow-icon {
      position: relative;
      top: -2px; }

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }
  .micromodal-slide main {
    padding-top: 45px !important; }
    @media (max-width: 430px) {
      .micromodal-slide main {
        padding-top: 30px !important; } }
  .micromodal-slide.message-modal main {
    padding-top: 0 !important; }
  .micromodal-slide.modal-preview-job.is-open main {
    padding-top: 0 !important; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

.message-modal .modal__container {
  border-radius: 20px;
  width: 550px;
  position: relative; }
  .message-modal .modal__container button {
    -webkit-appearance: none; }
  .message-modal .modal__container .message-footer button {
    width: 50%; }

.message-modal .row {
  font-size: unset; }
  .message-modal .row-header {
    padding: 0;
    padding-bottom: 25px;
    border-bottom: unset; }
    .message-modal .row-header button {
      height: 17px;
      margin-left: auto; }
    .message-modal .row-header h2 {
      font-size: 1.33333rem;
      letter-spacing: -0.6px;
      font-style: italic;
      font-weight: 900;
      line-height: 1;
      color: #1d1d1f;
      margin: 0 auto;
      text-align: center; }
      @media (max-width: 600px) {
        .message-modal .row-header h2 {
          font-size: 1.22222rem;
          letter-spacing: -0.6px;
          font-style: italic;
          font-weight: 900;
          line-height: 1;
          color: #1d1d1f; } }

.message-modal .basic-modal-btn {
  margin-top: 40px;
  padding: 16px 0;
  text-align: center;
  line-height: 1;
  background: none; }
  .message-modal .basic-modal-btn:hover {
    background: #1d1d1f; }

.message-modal .close-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  border: none;
  background: none;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }
  .message-modal .close-btn:hover {
    background: #e3e3e3; }
  .message-modal .close-btn svg {
    pointer-events: none; }

.message-modal .message-body {
  font-size: 1rem;
  letter-spacing: -0.45px;
  line-height: 1.39;
  color: #1d1d1f;
  text-align: center; }
  @media (max-width: 600px) {
    .message-modal .message-body {
      font-size: 0.88889rem;
      letter-spacing: -0.45px;
      line-height: 1.57;
      color: #1d1d1f; } }

.application-modal .close-btn svg,
.request-talent .close-btn svg {
  pointer-events: none; }

.application-modal .ps,
.request-talent .ps {
  height: 800px;
  border-radius: 20px; }

.application-modal .modal__container,
.request-talent .modal__container {
  max-height: unset;
  overflow: unset; }

@media (max-width: 600px) {
  .message-footer button:first-child {
    margin-top: 20px; } }

@media (max-width: 420px) {
  .message-footer {
    flex-direction: column; } }

@media (max-width: 420px) {
  .message-footer .black-btn {
    width: 100%;
    margin-top: 20px; } }

.message-footer .basic-modal-btn {
  margin-right: 10px; }
  @media (max-width: 550px) {
    .message-footer .basic-modal-btn {
      padding: 16px 20px; } }
  @media (max-width: 420px) {
    .message-footer .basic-modal-btn {
      width: 100%; } }

.message-footer a {
  width: 50%; }

.responsive-modal-form {
  height: auto;
  background: white; }

.modal__container.responsive-modal-container {
  position: fixed;
  top: 0; }
  @media (max-width: 430px) {
    .modal__container.responsive-modal-container {
      height: var(--app-height);
      overflow-y: scroll;
      border-radius: 0; } }
  .modal__container.responsive-modal-container .close-btn {
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    padding: 0; }

@media (max-width: 600px) {
  .path-job .post-job-message .message-footer {
    flex-direction: column; }
    .path-job .post-job-message .message-footer button {
      width: 100%; }
    .path-job .post-job-message .message-footer .black-btn {
      margin-top: 20px; } }

#modal-registration-link {
  margin-top: 20px;
  margin-right: 10px; }

.hvr-bordered {
  margin-top: 20px;
  line-height: 1;
  transition: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 420px) {
    .hvr-bordered {
      width: 100% !important;
      margin-right: 0 !important; } }

.ui-dialog.webform-confirmation-modal {
  border-radius: 20px !important;
  border: none !important;
  padding: 0; }
  .ui-dialog.webform-confirmation-modal .ui-button {
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 12px; }
  .ui-dialog.webform-confirmation-modal .ui-dialog-titlebar {
    border: none !important; }
    .ui-dialog.webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-title {
      height: 0 !important; }
  .ui-dialog.webform-confirmation-modal .ui-dialog-titlebar-close {
    background: none !important; }
  .ui-dialog.webform-confirmation-modal .ui-button-icon.ui-icon.ui-icon-closethick {
    width: 1.625em;
    height: 1.625em;
    background-position: -0.3125em -5.0625em; }

.views-element-container .pager .pager__item {
  position: relative;
  padding: 0 2px; }
  .views-element-container .pager .pager__item--first, .views-element-container .pager .pager__item--last {
    display: none; }
  .views-element-container .pager .pager__item--previous, .views-element-container .pager .pager__item--next {
    padding: 0 10px; }
    .views-element-container .pager .pager__item--previous a, .views-element-container .pager .pager__item--next a {
      width: auto;
      height: auto; }
      .views-element-container .pager .pager__item--previous a:hover, .views-element-container .pager .pager__item--next a:hover {
        background: transparent !important; }
      .views-element-container .pager .pager__item--previous a:before, .views-element-container .pager .pager__item--next a:before {
        content: '';
        width: 0.9375em;
        height: 0.9375em;
        background-position: -11.25em -9.6875em;
        position: absolute;
        top: 2px; }
  .views-element-container .pager .pager__item--previous a:before {
    left: -16px;
    transform: rotate(90deg); }
  .views-element-container .pager .pager__item--next a:before {
    right: -13px;
    transform: rotate(-90deg); }
  .views-element-container .pager .pager__item a {
    min-width: 34px;
    min-height: 34px;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    padding: 5px 0 0 0;
    font-size: 0.88889rem;
    letter-spacing: -0.4px;
    font-weight: 500;
    color: #1d1d1f; }
    .views-element-container .pager .pager__item a:hover {
      background: #f0f0f7; }
    .views-element-container .pager .pager__item a.button {
      width: auto;
      position: relative; }
      .views-element-container .pager .pager__item a.button:after {
        content: '';
        width: 0.9375em;
        height: 0.9375em;
        background-position: -11.25em -9.6875em;
        position: absolute;
        top: 4px;
        right: -30px; }
      .views-element-container .pager .pager__item a.button:hover {
        background: transparent; }
  .views-element-container .pager .pager__item.is-active a {
    color: #fff;
    background: #1d1d1f; }

.resp-menu-wrapper {
  background: white;
  width: 100vw; }

.search-open .resp-menu-content {
  opacity: 0; }

.resp-menu-content {
  opacity: 0;
  text-align: center;
  visibility: hidden;
  height: 0;
  transition: opacity 0.2s; }
  .resp-menu-content .menu-title {
    display: flex;
    position: relative; }
    .resp-menu-content .menu-title .back {
      font-size: 0.77778rem;
      font-weight: 600;
      color: #1d1d1f;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 20px;
      display: flex;
      cursor: pointer; }
    .resp-menu-content .menu-title .title {
      font-size: 1.11111rem;
      font-weight: 600;
      color: #fa339a;
      text-align: center;
      width: 100%; }
      .resp-menu-content .menu-title .title.blue, .resp-menu-content .menu-title .title.blue-bordered, .resp-menu-content .menu-title .job-card .title.cta, .job-card .resp-menu-content .menu-title .title.cta, .resp-menu-content .menu-title .title.card-cta {
        color: #00f; }

.responsive-menu {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  padding-bottom: 20px !important;
  justify-content: space-evenly;
  overflow-y: scroll; }
  .responsive-menu.level-0 li {
    padding-bottom: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 1.33333rem;
    font-weight: 600;
    color: #1d1d1f; }
    @media (max-height: 480px) {
      .responsive-menu.level-0 li {
        padding-bottom: 20px; } }
    .responsive-menu.level-0 li a {
      font-size: 1.33333rem;
      font-weight: 600;
      color: #1d1d1f; }
  .responsive-menu.level-0 .main {
    margin: auto 0; }
  .responsive-menu.level-0 .anon-menu {
    margin-top: auto; }
    .responsive-menu.level-0 .anon-menu li {
      padding-bottom: 0; }
      .responsive-menu.level-0 .anon-menu li a {
        font-size: 0.77778rem;
        font-style: italic;
        font-weight: 900;
        color: #1d1d1f;
        height: 50px;
        display: block;
        line-height: 45px;
        border-radius: 10px;
        border: 2px solid #1d1d1f; }
        @media (max-width: 1024px) {
          .responsive-menu.level-0 .anon-menu li a {
            height: 50px; } }
        .responsive-menu.level-0 .anon-menu li a#register {
          margin-top: 10px;
          color: white;
          background: #1d1d1f; }
  .responsive-menu.level-1 li {
    font-size: 1.22222rem;
    font-weight: 500;
    color: #1d1d1f;
    padding-bottom: 10px;
    cursor: pointer; }
    .responsive-menu.level-1 li.category-option a {
      font-size: 0.88889rem;
      font-weight: 500;
      color: #1d1d1f; }
  .responsive-menu.level-2 li a {
    font-size: 0.88889rem;
    font-weight: 500;
    color: #1d1d1f; }
  .responsive-menu.level-2 .children-options {
    max-height: 100vh;
    overflow: auto;
    margin: 20px 0; }
  .responsive-menu .options-title {
    font-size: 0.77778rem;
    letter-spacing: -0.35px;
    font-weight: 600;
    color: #a7a7a7;
    padding-bottom: 10px; }
  .responsive-menu .cta-options {
    margin-bottom: 20px; }
    .responsive-menu .cta-options a {
      font-size: 1.22222rem;
      letter-spacing: -0.5px;
      font-weight: 500;
      color: #1d1d1f;
      text-decoration: underline; }
  .responsive-menu li a {
    font-size: 1.22222rem;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: #1d1d1f;
    padding-bottom: 10px;
    display: block; }

.animation-holder {
  width: 134px;
  position: relative; }
  @media (max-width: 1024px) {
    .animation-holder {
      width: auto; } }

#search-app {
  margin-right: auto;
  position: relative;
  padding-top: 0;
  padding-bottom: 5px;
  height: 50px;
  padding-left: 0;
  background: white; }
  @media (max-width: 1220px) {
    #search-app {
      position: absolute;
      right: 0;
      height: 40px;
      padding-bottom: 1px; } }
  @media (max-width: 550px) {
    #search-app {
      padding-left: 15px; } }
  #search-app.search-enabled {
    width: auto;
    margin-left: auto;
    background: #f0f0f7; }
    #search-app.search-enabled .search-wrapper {
      border-radius: 30px;
      background: #f0f0f7;
      height: 50px;
      line-height: 50px;
      padding: 0 24px;
      height: 100%;
      padding: 0;
      margin: 0 auto;
      max-width: 550px; }
      @media (max-width: 1024px) {
        #search-app.search-enabled .search-wrapper {
          max-width: 100vw; } }
  #search-app:not(.no-hover):hover, #search-app:not(.search-enabled):hover {
    color: #fa339a !important; }
    #search-app:not(.no-hover):hover input:read-only::placeholder, #search-app:not(.search-enabled):hover input:read-only::placeholder {
      color: #fa339a !important; }
    @media (min-width: 1024px) {
      #search-app:not(.no-hover):hover:after, #search-app:not(.search-enabled):hover:after {
        content: "";
        width: 8.5em;
        height: 0.375em;
        background-position: -0.3125em -0.3125em;
        position: absolute;
        bottom: 5px;
        width: 90px;
        left: 47px;
        transform: translateX(-50%); } }
    @media (min-width: 1024px) {
      #search-app:not(.no-hover):hover .search-wrapper:before, #search-app:not(.search-enabled):hover .search-wrapper:before {
        width: 1.3125em;
        height: 1.3125em;
        background-position: -9.375em -0.3125em;
        font-size: 16px;
        width: 24px;
        position: relative;
        top: 1px; } }
  #search-app.no-hover {
    color: #1d1d1f !important; }
    #search-app.no-hover:after {
      content: none !important; }

.search-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%; }
  .search-wrapper input {
    border-radius: 30px;
    background: #f0f0f7;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0; }
    .search-wrapper input:focus-visible {
      border: none; }
  .search-wrapper input:read-only {
    cursor: pointer;
    border: none;
    background: none;
    width: 75px;
    font-weight: 600;
    height: 100%;
    background: white;
    font-size: 17px; }
    @media (max-width: 1024px) {
      .search-wrapper input:read-only {
        width: 0; } }
    .search-wrapper input:read-only::placeholder {
      font-weight: 600;
      color: #1d1d1f !important;
      opacity: 1; }
  .search-wrapper .search-icon {
    width: 24px;
    height: 24px;
    line-height: 28px; }

.search-categories {
  opacity: 0;
  visibility: hidden;
  height: 0; }

.search-open .close-icon {
  width: 1.625em;
  height: 1.625em;
  background-position: -0.3125em -5.0625em;
  cursor: pointer;
  margin-right: 30px;
  opacity: 0;
  visibility: hidden;
  width: 0;
  margin-right: 0;
  font-size: 12px; }

.search-open .search-categories {
  display: flex;
  max-width: 550px;
  width: 100%;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 40px; }
  @media (max-width: 1024px) {
    .search-open .search-categories {
      max-width: calc(100vw - 290px); } }
  @media (max-width: 600px) {
    .search-open .search-categories {
      max-width: 100vw; } }
  @media (max-width: 550px) {
    .search-open .search-categories {
      padding: 0 20px 40px 20px; } }
  .search-open .search-categories .search-in {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    color: #a7a7a7;
    margin-bottom: 10px;
    cursor: pointer; }
    .search-open .search-categories .search-in.inactive {
      opacity: 1; }
    .search-open .search-categories .search-in .search-icon {
      width: 1.3125em;
      height: 1.3125em;
      background-position: -6.1875em -7.25em;
      display: inline-block;
      position: relative;
      top: 5px; }
  .search-open .search-categories .title {
    font-size: 0.77778rem;
    letter-spacing: -0.35px;
    color: #7b7b7b;
    margin-bottom: 10px; }
  .search-open .search-categories .search-value {
    color: #1d1d1f;
    margin: 0 10px; }

.search-open .search-results {
  padding-top: 40px; }

.search-results {
  overflow-y: auto;
  height: calc(100% - 100px); }
  .search-results--container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    width: auto; }
    @media (max-width: 1310px) {
      .search-results--container {
        margin: 0 20px; } }
    @media (max-width: 450px) {
      .search-results--container {
        width: 100%;
        margin: 0; } }
    .search-results--container .lds-ellipsis {
      display: block;
      margin: 0 auto; }
  .search-results--data {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1300px) {
      .search-results--data {
        width: 940px;
        margin: 0 auto; } }
    @media (max-width: 980px) {
      .search-results--data {
        width: 620px; } }
    @media (max-width: 450px) {
      .search-results--data {
        width: 100%; } }
    .search-results--data .business-results .card {
      height: auto;
      background: white; }
      @media (max-width: 450px) {
        .search-results--data .business-results .card {
          margin: 0 auto;
          margin-bottom: 10px; } }
      .search-results--data .business-results .card:nth-child(3n) {
        margin-right: 20px; }
      .search-results--data .business-results .card:hover .card-cta {
        color: white !important; }
      .search-results--data .business-results .card .content {
        background: white; }
        .search-results--data .business-results .card .content .card-cta {
          color: #00f; }
          .search-results--data .business-results .card .content .card-cta:hover {
            color: white;
            background: #00f; }
  .search-results .results-title {
    margin-bottom: 30px;
    font-size: 0.77778rem;
    letter-spacing: -0.35px;
    font-weight: 600;
    color: #a7a7a7;
    text-align: center; }
    .search-results .results-title.business {
      margin-top: 40px; }
  .search-results .empty-results {
    text-align: center;
    margin: 0 auto; }

button.back-btn {
  appearance: none;
  border: none;
  background: none;
  margin: 0;
  margin-right: 10px; }

.lds-dual-ring {
  display: flex;
  justify-content: center;
  width: 200px;
  height: 50px; }

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.load-more.lds-ellipsis {
  display: inline-block;
  width: 80px; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 50px; }

.lds-ellipsis div {
  position: absolute;
  top: calc(50% - 5px);
  transform: translateY(-50% s);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

.post-job-container .lds-ellipsis,
.post-job-container .lds-dual-ring {
  margin-top: 40px; }

.tag-dark-gray .field--name-field-tags {
  display: inline-block; }
  .tag-dark-gray .field--name-field-tags a {
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #a7a7a7;
    border-radius: 10px;
    padding: 12px;
    transition: all 0.7s;
    border: 2px solid #a7a7a7;
    display: block;
    border: 2px solid #a7a7a7;
    border-radius: 20px;
    font-size: 0.77778rem;
    letter-spacing: -0.35px;
    font-weight: 500;
    line-height: 17px;
    color: #7b7b7b;
    padding: 10px 20px; }
    .tag-dark-gray .field--name-field-tags a:hover {
      background: #a7a7a7;
      color: #fff;
      border: 2px solid #a7a7a7; }

.image_tag-group {
  position: relative; }
  .image_tag-group .field--name-field-tags {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    .image_tag-group .field--name-field-tags .field__item {
      display: flex;
      display: -ms-flexbox;
      align-items: center;
      -ms-flex-align: center;
      justify-content: flex-start;
      -ms-justify-content: flex-start; }
    .image_tag-group .field--name-field-tags a {
      display: inline-block;
      text-align: center;
      background: #fff;
      color: #1d1d1f;
      border-radius: 10px;
      padding: 12px;
      transition: all 0.7s;
      border: 2px solid #fff;
      font-size: 0.77778rem;
      letter-spacing: -0.35px;
      font-weight: 500;
      line-height: 17px;
      color: #1d1d1f;
      background-color: #fff;
      border-radius: 15px;
      padding: 5px 15px; }
      .image_tag-group .field--name-field-tags a:hover {
        background: #1d1d1f;
        color: #fff;
        border: 2px solid #fff; }

.text--24 {
  font-size: 1.33333rem;
  line-height: 1.1; }

.text--20 {
  font-size: 1.11111rem;
  line-height: 1.2; }

/*Weights + Styles*/
.text--black {
  font-weight: 800; }

.text--bold {
  font-weight: 700; }

.text--regular {
  font-weight: 400; }

.text--italic {
  font-style: italic; }

.range-values {
  font-size: 14px;
  margin-top: 10px; }

/* The SIMPLE-TOAST - position it at the bottom and in the middle of the screen */
#toast-notification {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  padding: 12px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
  transform: translateX(-50%);
  display: inline-flex;
  line-height: 12px;
  z-index: 2;
  border-radius: 25px;
  font-size: 15px; }
  #toast-notification.success {
    background: #71b500; }
    #toast-notification.success #toast-icon {
      content: "";
      background: url(../images/check.svg);
      background-repeat: repeat;
      background-size: auto;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background-size: contain;
      background-repeat: no-repeat; }

#toast-notification span {
  margin-left: 12px; }

#toast-message {
  line-height: 1; }

/* Show the SIMPLE-TOAST when clicking on a button (class added with JavaScript) */
#toast-notification.show {
  visibility: visible;
  /* Show the SIMPLE-TOAST */
  /* Add animation: Take 0.5 seconds to fade in and out the SIMPLE-TOAST.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; }

/* Animations to fade the SIMPLE-TOAST in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

.toggle-wrapper input {
  height: 0;
  width: 0;
  visibility: hidden; }
  .toggle-wrapper input:checked + label:after {
    left: calc(100% + -1px);
    transform: translateX(-100%); }

.toggle-wrapper label {
  cursor: pointer;
  width: 50px;
  height: 25px;
  background: #fff;
  border: solid 2px #e5e5e5;
  display: block;
  border-radius: 12px;
  position: relative; }
  .toggle-wrapper label:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -1px;
    width: 22px;
    height: 22px;
    background: #1d1d1f;
    border-radius: 50%;
    transition: 0.3s;
    border: 2px solid #f0f0f7;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5); }

.toggle-wrapper span {
  font-size: 0.88889rem;
  letter-spacing: -0.4px;
  font-weight: 500;
  line-height: nill;
  color: #1d1d1f;
  margin: 0 0 0 8px;
  opacity: 0.3;
  transition: 0.3s; }
  .toggle-wrapper span:first-child {
    margin: 0 8px 0 0; }
  .toggle-wrapper span.active {
    opacity: 1; }

.who-is-it-for-general .content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column; }

.who-is-it-for-general h2 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 10px; }
  @media (max-width: 650px) {
    .who-is-it-for-general h2 {
      font-size: 28px;
      text-align: left; } }
  @media (max-width: 450px) {
    .who-is-it-for-general h2 {
      font-size: 24px; } }

.who-is-it-for-general .field--name-body {
  font-size: 26px;
  line-height: 1.54;
  letter-spacing: -0.65px;
  text-align: center;
  max-width: 730px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2; }
  @media (max-width: 650px) {
    .who-is-it-for-general .field--name-body {
      margin-left: 0;
      width: calc(100% - 170px);
      line-height: 1.79;
      text-align: left;
      padding: 0;
      font-size: 16px; } }
  @media (max-width: 450px) {
    .who-is-it-for-general .field--name-body {
      font-size: 14px; } }
  @media (max-width: 350px) {
    .who-is-it-for-general .field--name-body {
      width: 100%; } }

.who-is-it-for-general .video-container {
  max-width: 800px;
  width: 100%;
  position: relative;
  margin: 0 auto; }
  .who-is-it-for-general .video-container .video-cs-controls {
    position: absolute;
    color: white;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 500;
    bottom: 47px;
    z-index: 3; }
    @media (max-width: 450px) {
      .who-is-it-for-general .video-container .video-cs-controls {
        font-size: 14px;
        padding: 0 10px;
        bottom: 10px; } }
    .who-is-it-for-general .video-container .video-cs-controls .play-wrapper {
      margin-left: auto;
      font-size: 12px;
      letter-spacing: -0.3px;
      display: flex;
      align-items: center; }
      @media (max-width: 650px) {
        .who-is-it-for-general .video-container .video-cs-controls .play-wrapper .caption {
          display: none; } }
      .who-is-it-for-general .video-container .video-cs-controls .play-wrapper .play-btn {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
        position: relative;
        margin-left: 10px; }
        @media (max-width: 450px) {
          .who-is-it-for-general .video-container .video-cs-controls .play-wrapper .play-btn {
            width: 45px;
            height: 45px; } }
        .who-is-it-for-general .video-container .video-cs-controls .play-wrapper .play-btn:after {
          content: "";
          position: absolute;
          width: 1.5625em;
          height: 1.5625em;
          background-position: -4.625em -5.0625em;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }

.who-is-it-for-general .field--name-field-video {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1; }
  @media (max-width: 450px) {
    .who-is-it-for-general .field--name-field-video {
      border-radius: 10px; } }
  .who-is-it-for-general .field--name-field-video .vp-title,
  .who-is-it-for-general .field--name-field-video .vp-controls,
  .who-is-it-for-general .field--name-field-video .vp-controls-wrapper {
    display: none; }

.who-is-it-for-general .field--name-field-secondary-title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-top: 20px; }
  @media (max-width: 450px) {
    .who-is-it-for-general .field--name-field-secondary-title {
      font-size: 14px; } }
  @media (max-width: 380px) {
    .who-is-it-for-general .field--name-field-secondary-title {
      font-size: 12px; } }

.vp-controls-wrapper {
  display: none !important; }

.selected-filters {
  position: absolute;
  left: -300px;
  height: 100vh;
  width: 300px; }

input::placeholder {
  color: #a7a7a7 !important;
  opacity: 1; }

.sign-to-use {
  position: absolute;
  top: 20px;
  text-align: center;
  background: white;
  display: block;
  width: 100%;
  opacity: 1; }
  .sign-to-use a {
    font-weight: bold; }

.disabled-filters {
  position: relative; }
  .disabled-filters .filter {
    opacity: 0.07 !important;
    pointer-events: none; }

.available-filters {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px; }
  .available-filters label {
    font-weight: 500;
    margin-top: 20px;
    display: inline-block; }
  .available-filters .filter {
    width: 100%; }
  .available-filters input,
  .available-filters .multiselect {
    width: 100%;
    height: 46px;
    margin: 10px 0 0;
    padding: 12px 15px;
    border: solid 2px #e5e5e5; }
    .available-filters input .multiselect-placeholder,
    .available-filters .multiselect .multiselect-placeholder {
      color: #a7a7a7 !important; }
    .available-filters input-tags-search, .available-filters input-search,
    .available-filters .multiselect-tags-search,
    .available-filters .multiselect-search {
      height: 100%;
      padding: 0 15px;
      margin: 0;
      border: none;
      font-size: 14px;
      letter-spacing: -0.35px; }
      .available-filters input-tags-search:focus, .available-filters input-tags-search:focus-visible, .available-filters input-tags-search:target, .available-filters input-search:focus, .available-filters input-search:focus-visible, .available-filters input-search:target,
      .available-filters .multiselect-tags-search:focus,
      .available-filters .multiselect-tags-search:focus-visible,
      .available-filters .multiselect-tags-search:target,
      .available-filters .multiselect-search:focus,
      .available-filters .multiselect-search:focus-visible,
      .available-filters .multiselect-search:target {
        border: none; }
    .available-filters input-multiple-label,
    .available-filters .multiselect-multiple-label {
      font-size: 14px;
      letter-spacing: -0.35px; }
    .available-filters input:focus, .available-filters input:focus-visible, .available-filters input:target,
    .available-filters .multiselect:focus,
    .available-filters .multiselect:focus-visible,
    .available-filters .multiselect:target {
      border: 2px solid #007aff; }
    .available-filters input.is-open,
    .available-filters .multiselect.is-open {
      border: 2px solid #007aff;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .available-filters input.is-open .multiselect-tags-search,
      .available-filters input.is-open .multiselect-search,
      .available-filters .multiselect.is-open .multiselect-tags-search,
      .available-filters .multiselect.is-open .multiselect-search {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
    .available-filters input-multiple-choice-dropdown,
    .available-filters .multiselect-multiple-choice-dropdown {
      width: 300px; }
    .available-filters input-dropdown,
    .available-filters .multiselect-dropdown {
      border: 2px solid #007aff;
      border-top: 0;
      width: 100%;
      width: calc(100% + 4px);
      left: -2px;
      overflow-y: scroll; }
      .available-filters input-dropdown:focus, .available-filters input-dropdown:focus-visible, .available-filters input-dropdown:target,
      .available-filters .multiselect-dropdown:focus,
      .available-filters .multiselect-dropdown:focus-visible,
      .available-filters .multiselect-dropdown:target {
        border: 2px solid #007aff;
        outline: none;
        border-top: 0; }
    .available-filters input-option,
    .available-filters .multiselect-option {
      background: white;
      transition: none; }
      .available-filters input-option.is-selected,
      .available-filters .multiselect-option.is-selected {
        background: #f0f0f7;
        color: #1d1d1f; }
        .available-filters input-option.is-selected.is-pointed,
        .available-filters .multiselect-option.is-selected.is-pointed {
          background: #f0f0f7;
          color: #1d1d1f; }
      .available-filters input-option.is-pointed,
      .available-filters .multiselect-option.is-pointed {
        background: #f0f0f7;
        color: #1d1d1f; }
      .available-filters input-option .child,
      .available-filters .multiselect-option .child {
        padding-left: 5px; }
  .available-filters .multiselect-clear {
    display: inline-block;
    height: 18px; }
  .available-filters .selected-tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap; }
    .available-filters .selected-tags .multiselect-clear {
      cursor: pointer;
      padding-left: 10px;
      padding-right: 0; }
  .available-filters .selected-op {
    border-radius: 13px;
    border: 2px solid #a7a7a7;
    margin-right: 10px;
    color: #1d1d1f;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 2px 8px 4px 10px;
    display: flex;
    align-items: center; }
  .available-filters .slider-target {
    margin-top: 20px; }

.infront-filters {
  padding-bottom: 20px; }

/* Hide scrollbar for Chrome, Safari and Opera */
.multiselect-dropdown::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
.multiselect-dropdown {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.show-results,
.clear-filters {
  max-width: 300px;
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
  border-radius: 10px;
  background-color: #f0f0f7;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  cursor: pointer; }
  .show-results .clear-icon,
  .clear-filters .clear-icon {
    width: 1.3125em;
    height: 1.3125em;
    background-position: -2.1875em -11.25em; }
  .show-results .text,
  .clear-filters .text {
    display: inline-block;
    margin-left: 10px; }

.filter-close {
  width: 1.625em;
  height: 1.625em;
  background-position: -0.3125em -5.0625em;
  margin-left: auto;
  cursor: pointer; }

.discover-filters.responsive-open .available-filters {
  height: calc(100vh - 225px);
  overflow-y: auto;
  padding: 0 20px;
  padding-bottom: 20px; }

.discover-filters.responsive-open .filter {
  opacity: 0; }
  .discover-filters.responsive-open .filter.height .slider-target {
    max-width: 95%;
    margin: 20px auto 0 auto; }

.discover-filters.responsive-open .show-results,
.discover-filters.responsive-open .clear-filters {
  margin: 20px 20px 0 20px;
  width: 100%;
  max-width: calc(100% - 40px);
  justify-content: center;
  height: 50px;
  padding: unset; }

.discover-filters.responsive-open .filters-header {
  padding: 20px; }

:root {
  --slider-connect-bg: #1d1d1f;
  --slider-tooltip-bg: #1d1d1f;
  --slider-tooltip-bg: #1d1d1f; }

@media (max-width: 860px) {
  h1 {
    margin-bottom: 0;
    font-size: 25px;
    margin-top: 30px; } }

@media (max-width: 420px) {
  h1 {
    font-size: 20px; } }

@media (max-width: 375px) {
  h1 {
    font-size: 18px; } }

@media (max-width: 860px) {
  h1.discover-companies-title, h1.discover-jobs-title {
    max-width: 280px; } }

@media (max-width: 420px) {
  h1.discover-companies-title, h1.discover-jobs-title {
    max-width: 260px; } }

@media (max-width: 380px) {
  h1.discover-companies-title, h1.discover-jobs-title {
    max-width: 240px; } }

.path-discover .region-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  z-index: 2; }

.filters-icon {
  width: 1.3125em;
  height: 1.3125em;
  background-position: -2.1875em -9.375em; }

.discover-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 40px;
  display: flex; }
  @media (max-width: 600px) {
    .discover-header {
      margin-bottom: 20px; } }

.discover-content {
  display: flex;
  align-items: flex-start;
  padding-bottom: 100px; }
  @media (max-width: 600px) {
    .discover-content {
      padding-bottom: 30px; } }

.resp-filter-overlay {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 0px;
  height: 100vh;
  z-index: 12; }

.discover-filters {
  width: 300px; }
  @media (max-width: 1310px) {
    .discover-filters {
      width: 260px; } }
  @media (max-width: 880px) {
    .discover-filters {
      width: 230px; } }
  @media (max-width: 860px) {
    .discover-filters {
      position: fixed;
      right: -100vw;
      background: white;
      z-index: 99;
      top: 0;
      width: 90vw; } }
  .discover-filters.responsive-open {
    height: 100vh; }
  .discover-filters .filters-header {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5; }
    .discover-filters .filters-header h3 {
      margin-left: 10px; }
      @media (max-width: 600px) {
        .discover-filters .filters-header h3 {
          font-size: 16px; } }

.discover-results {
  width: calc(100% - 320px);
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: opacity .2s ease-in; }
  @media (max-width: 1310px) {
    .discover-results {
      width: calc(100% - 280px);
      justify-content: center; } }
  @media (max-width: 880px) {
    .discover-results {
      width: calc(100% - 260px);
      justify-content: center; } }
  @media (max-width: 860px) {
    .discover-results {
      width: 100%; } }
  .discover-results.flex-col {
    flex-direction: column;
    flex-wrap: nowrap; }
  .discover-results.loading-data:after {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .discover-results.empty {
    justify-content: center;
    align-items: flex-start;
    padding-top: 45px; }

.multiselect-caret {
  width: 18px;
  height: 18px;
  background: url(../images/chevron-bt.svg);
  transition: all 0.3s;
  mask-image: none;
  -webkit-mask-image: none; }

.view-options {
  display: flex;
  align-items: center; }
  @media (max-width: 600px) {
    .view-options {
      display: none; } }

.view-results {
  margin-right: auto; }
  @media (max-width: 375px) {
    .view-results {
      font-size: 12px; } }

.view-filters {
  padding: 10px;
  border-radius: 10px;
  background: #f0f0f7;
  color: #1d1d1f;
  font-size: 0.66667rem;
  letter-spacing: -0.3px;
  color: #1d1d1f;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 40px;
  right: 20px; }
  .view-filters .filter-icon {
    background-image: url(/themes/custom/peos/images/sprites/build/sprites.png?4220);
    background-position: -91px -82px;
    width: 24px;
    height: 24px;
    height: 21px; }
  .view-filters .text {
    margin-left: 8px; }
    @media (max-width: 330px) {
      .view-filters .text {
        display: none; } }

.display-option {
  display: flex;
  align-items: center;
  height: 40px;
  width: 85px;
  margin-right: 20px;
  justify-content: center;
  cursor: pointer; }
  .display-option.selected {
    border: 2px solid #1d1d1f; }
  .display-option .icon {
    margin-right: 10px; }
  .display-option.grid .icon {
    background-image: url(/themes/custom/peos/images/sprites/build/sprites.png?4220);
    background-position: -175px -44px;
    width: 20px;
    height: 20px; }
  .display-option.list .icon {
    background-image: url(/themes/custom/peos/images/sprites/build/sprites.png?4220);
    background-position: -175px -88px;
    width: 20px;
    height: 20px; }

.sorting {
  width: 170px;
  height: 40px;
  padding: 10px;
  background: #f0f0f7;
  border: none; }
  .sorting:before {
    content: "Sort by:";
    margin-right: 7px;
    display: inline-block; }

.multiselect-caret {
  margin-right: 0; }

.multiselect-dropdown {
  border-radius: 10px;
  overflow: hidden;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: none; }

.multiselect-option {
  background: #f0f0f7;
  transition: all 0.3s; }
  .multiselect-option.is-selected {
    background: #0606d1; }
    .multiselect-option.is-selected.is-pointed {
      background: #00f;
      color: white; }
  .multiselect-option.is-pointed {
    background: #00f;
    color: white; }

.multiselect-single-label {
  position: relative;
  margin-left: 0;
  padding-left: 0;
  margin-right: auto; }

.multiselect-clear {
  display: none; }

.multiselect.is-open {
  box-shadow: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.card {
  background: #f0f0f7;
  width: 300px;
  height: 570px;
  border-radius: 30px;
  margin-right: 20px;
  margin-bottom: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .2s ease-in; }
  @media (max-width: 1310px) {
    .card {
      width: 260px; } }
  @media (max-width: 599px) {
    .card {
      width: 100%;
      max-width: 335px;
      margin-right: 0;
      height: auto; } }
  @media (max-width: 430px) {
    .card {
      max-width: 100%; } }
  .card.job {
    height: 475px; }
    @media (max-width: 1024px) {
      .card.job {
        height: 402px; } }
    .card.job .card-location {
      border-bottom: none;
      padding-top: 15px; }
  .card.list-view {
    width: 100%;
    height: 220px;
    flex-direction: row;
    margin-right: 0; }
    @media (max-width: 1024px) {
      .card.list-view {
        height: auto; }
        .card.list-view .card-image {
          height: auto; } }
    @media (max-width: 599px) {
      .card.list-view {
        max-width: 100%; } }
    @media (max-width: 450px) {
      .card.list-view {
        flex-direction: column; } }
    .card.list-view .row {
      display: flex;
      align-items: center;
      margin-top: auto; }
      .card.list-view .row:first-child {
        margin-top: 0; }
      @media (max-width: 1024px) {
        .card.list-view .row.header .card-cta-wrapper {
          display: none; } }
      @media (max-width: 1024px) {
        .card.list-view .row.main {
          flex-direction: column-reverse;
          align-items: flex-start; }
          .card.list-view .row.main .card-location {
            margin: 10px 0; }
          .card.list-view .row.main .card-best-known {
            margin-bottom: 20px; }
            .card.list-view .row.main .card-best-known .scrollbar-wrapper {
              max-width: 100%; } }
    .card.list-view .col {
      width: 50%; }
    .card.list-view .card-image {
      width: 160px;
      flex-shrink: 0;
      max-height: 220px; }
      @media (max-width: 450px) {
        .card.list-view .card-image {
          width: 100%; } }
    .card.list-view .card-tags-wrapper {
      padding-top: 20px;
      width: 100%; }
      .card.list-view .card-tags-wrapper.empty {
        padding-top: 0;
        height: 0;
        min-height: 0; }
      .card.list-view .card-tags-wrapper .card-tags {
        display: flex; }
    .card.list-view .card-cta-wrapper {
      margin-top: 0;
      margin-left: auto; }
    .card.list-view .card-location {
      margin-left: 0;
      margin-top: 0;
      border-bottom: none;
      width: 100%; }
    .card.list-view .card-cta {
      margin-left: 10px;
      margin-right: 0;
      padding: 0 20px; }
    .card.list-view .card-best-known {
      margin-bottom: 0; }
      .card.list-view .card-best-known .scrollbar-wrapper {
        max-width: 390px; }
    .card.list-view .card .favorite-icon {
      margin-right: 10px; }
    .card.list-view .resp-item {
      display: none; }
      @media (max-width: 1024px) {
        .card.list-view .resp-item {
          display: flex; }
          .card.list-view .resp-item .card-cta-wrapper {
            margin-left: 0;
            margin-top: 20px;
            flex-direction: row-reverse; }
            .card.list-view .resp-item .card-cta-wrapper a {
              margin-left: 0; } }
  .card:hover {
    cursor: pointer; }
    .card:hover .card-cta {
      background: #00f;
      color: white; }
  @media (max-width: 860px) {
    .card:nth-child(3n-1) {
      margin-right: 20px; } }
  @media (max-width: 599px) {
    .card:nth-child(3n-1) {
      margin-right: 0; } }
  .card:nth-child(3n) {
    margin-right: 0; }
    @media (max-width: 1139px) {
      .card:nth-child(3n) {
        margin-right: 20px; } }
    @media (max-width: 860px) {
      .card:nth-child(3n) {
        margin-right: 0; } }
    @media (max-width: 859px) {
      .card:nth-child(3n) {
        margin-right: 20px; } }
    @media (max-width: 599px) {
      .card:nth-child(3n) {
        margin-right: 0; } }
  .card .content {
    padding: 20px;
    background: #f0f0f7;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .card .content.no-padd {
      padding: 0; }
  .card .favorite-icon {
    cursor: pointer;
    margin-left: 20px;
    width: 40px;
    flex-shrink: 0; }
    @media (max-width: 1024px) {
      .card .favorite-icon {
        margin-left: 10px; } }
  .card .description {
    margin: 20px 0; }
    .card .description label {
      display: block;
      line-height: 1;
      font-size: 0.66667rem;
      letter-spacing: -0.3px;
      font-weight: 600;
      color: #7b7b7b;
      padding-bottom: 3px; }
    .card .description .value {
      font-size: 0.88889rem;
      letter-spacing: -0.4px;
      font-weight: 500;
      line-height: 1.56;
      color: #1d1d1f;
      max-height: 150px;
      overflow: auto; }
      @media (max-width: 1024px) {
        .card .description .value {
          font-size: 14px;
          max-height: 110px; } }

.card-image {
  display: block;
  height: 330px;
  position: relative; }
  .card-image:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 0;
    bottom: 0; }
  .card-image .title-wrapper {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 40px); }
    .card-image .title-wrapper .card-title {
      color: white; }
    .card-image .title-wrapper .card-type {
      color: white; }
  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .card-image img.business {
      object-fit: fill; }

.card-title {
  margin-bottom: 5px;
  line-height: 1.1;
  overflow: auto; }
  @media (max-width: 1310px) {
    .card-title {
      font-size: 22px; } }
  @media (max-width: 1024px) {
    .card-title {
      font-size: 20px;
      overflow: unset; } }
  .card-title.job {
    padding-top: 10px; }
    @media (max-width: 1024px) {
      .card-title.job {
        padding-top: 0; } }

.card-type {
  color: #7b7b7b;
  line-height: 1;
  min-height: 14px;
  font-weight: normal; }

.card-location {
  margin-top: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: top;
  min-height: 20px;
  border-bottom: 1px solid #e5e5e5; }
  .card-location .location-title {
    margin-left: 5px;
    color: #7b7b7b;
    font-weight: normal;
    flex-shrink: 4; }

.card-best-known {
  margin-bottom: 10px;
  margin-top: auto; }
  @media (max-width: 600px) {
    .card-best-known {
      display: none; } }
  .card-best-known .scrollbar-wrapper {
    display: flex;
    flex-direction: column; }
  .card-best-known .ps {
    display: flex;
    flex-direction: column;
    height: 65px; }
  .card-best-known .ps__thumb-y {
    opacity: 0.6; }
  .card-best-known .act {
    font-size: 18px;
    font-weight: 600; }
    .card-best-known .act .date {
      font-weight: normal; }
  .card-best-known .label {
    margin-top: 5px;
    color: #7b7b7b;
    font-weight: normal;
    line-height: 1; }

.card-tags-wrapper {
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: none;
  min-height: 36px; }
  @media (max-width: 600px) {
    .card-tags-wrapper {
      display: none; } }
  .card-tags-wrapper.job {
    border-top: none;
    margin-top: 0;
    margin-bottom: 0; }
  .card-tags-wrapper.business {
    margin-top: auto; }
  .card-tags-wrapper.empty {
    min-height: unset;
    padding-top: 0; }

.card-tags {
  height: 26px; }
  .card-tags .ps {
    display: flex;
    flex-wrap: wrap;
    height: 36px;
    overflow-y: auto;
    margin-top: 10px; }
  .card-tags .tag {
    border-radius: 13px;
    border: solid 1.7px #a7a7a7;
    height: 26px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-right: 9px;
    padding: 0 14px; }
    .card-tags .tag:last-child {
      margin-right: 0; }

.card-cta-wrapper {
  display: flex;
  margin-top: 20px;
  align-items: center; }
  @media (max-width: 600px) {
    .card-cta-wrapper {
      margin-top: auto; } }
  .card-cta-wrapper.job {
    margin-top: auto; }

.card-cta {
  margin-top: auto;
  display: inline-block;
  width: 100%;
  margin-right: auto; }

.load-more {
  display: flex;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  height: 20px; }
  .load-more span {
    display: inline-block;
    margin-right: 10px; }

.ps__rail-y {
  opacity: 0.6;
  display: inline-block; }

.discover-results.business .card {
  height: 530px; }
  @media (max-width: 600px) {
    .discover-results.business .card {
      height: 480px; } }

/* Inserting this collapsed row between two flex items will make 
 * the flex item that comes after it break to a new row */
.break {
  flex-basis: 100%;
  height: 0; }

.loading, .skeleton-card .image, .skeleton-card .title, .skeleton-card .type, .skeleton-card .location, .skeleton-card .best-known, .skeleton-card .tags .tag, .skeleton-card .cta {
  background: linear-gradient(0.25turn, transparent, #f0f0f7, transparent), linear-gradient(#ebebf7, #ebebf7), radial-gradient(38px circle at 19px 19px, #ebebf7 50%, transparent 51%), linear-gradient(#ebebf7, #ebebf7);
  background-repeat: no-repeat;
  background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
  animation: loading 1.5s infinite; }

.skeleton-card {
  height: 510px;
  background: #f0f0f7;
  width: 300px;
  border-radius: 30px;
  margin-right: 20px;
  margin-bottom: 24px;
  overflow: hidden; }
  .skeleton-card div {
    background: #ebebf7; }
  .skeleton-card .image {
    height: 200px;
    width: 100%;
    display: block;
    margin-bottom: 20px; }
  .skeleton-card .content {
    padding: 20px;
    background: #f0f0f7; }
  .skeleton-card .title {
    width: 150px;
    height: 20px;
    margin-bottom: 5px; }
  .skeleton-card .type {
    background: #ebebf7;
    height: 10px;
    width: 50px; }
  .skeleton-card .location {
    margin-top: 16px;
    margin-bottom: 38px;
    width: 185px;
    height: 10px; }
  .skeleton-card .best-known {
    width: 180px;
    height: 30px;
    margin-bottom: 20px; }
  .skeleton-card .tags {
    height: 30px;
    background: #f0f0f7;
    display: flex; }
    .skeleton-card .tags .tag {
      border-radius: 13px;
      border: solid 1.7px #ebebf7;
      margin-right: 5px;
      width: 100px; }
  .skeleton-card .cta {
    width: 200px;
    height: 50px;
    border-radius: 13px;
    border: solid 1.7px #ebebf7;
    margin-top: 20px; }
  .skeleton-card:nth-child(3n) {
    margin-right: 0; }

@keyframes loading {
  to {
    background-position: 315px 0, 0 0, 0 190px, 50px 195px; } }

.card.profile .card-title {
  overflow: unset; }
