/**
 * @package     Wordpress.Site
 * @subpackage  Templates.NoName
 *
 * @copyright   Copyright (C) 2020 NoName. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
/**
 * @package     Wordpress.Site
 * @subpackage  Templates.NoName
 *
 * @copyright   Copyright (C) 2020 NoName. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
/**
 * @package     Wordpress.Site
 * @subpackage  Templates.NoName
 *
 * @copyright   Copyright (C) 2020 NoName. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
.career-hero {
  padding-bottom: 120px;
}

.jpa-hero-detail__desc {
  max-width: 511px;
}

.career-leadership-promo {
  height: 557px;
  background-color: #f1f5f9;
}
.career-leadership-promo__overlay {
  height: 264px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, rgb(255, 255, 255) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.career-leadership-promo__btn {
  border-radius: 12px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}

.career-hero__search {
  max-width: 437px;
}
.career-hero__search .form-control {
  height: 56px;
  padding: 12px 24px;
  padding-right: 60px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
}
.career-hero__search .form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: transparent;
}
.career-hero__search .form-control::placeholder {
  color: #5a5a5a;
}
.career-hero__search-btn {
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.career-hero__search-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.career-experts-section .expert-filter-select {
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05) !important;
  padding: 8px 12px !important;
  padding-right: 32px !important;
  font-size: 14px !important;
  color: #003c76 !important;
  background-color: #fff !important;
  height: 40px !important;
  min-width: 140px !important;
  cursor: pointer;
}
.career-experts-section .expert-filter-select:focus {
  border-color: #003c76 !important;
  box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05), 0 0 0 0.2rem rgba(0, 60, 118, 0.25) !important;
  outline: 0;
}
.career-experts-section .expert-filter-select option {
  color: #1a1a1a;
}
.career-experts-section .select2-container {
  width: auto !important;
  min-width: 130px;
}
.career-experts-section .select2-container .select2-selection--single {
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background-color: #fff !important;
  box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05) !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  padding: 0 12px !important;
}
.career-experts-section .select2-container .select2-selection--single .select2-selection__rendered {
  color: #003c76 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding-left: 0 !important;
  padding-right: 20px !important;
  line-height: normal !important;
}
.career-experts-section .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  right: 12px !important;
  display: flex;
  align-items: center;
}
.career-experts-section .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #003c76 transparent transparent transparent !important;
  border-width: 5px 4px 0 4px !important;
  position: static !important;
  margin: 0 !important;
}
.career-experts-section .select2-container.select2-container--open .select2-selection--single {
  border-color: #003c76 !important;
}

.career-expert-profile__title {
  color: #003c76;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
.career-expert-profile__position {
  font-size: 14px;
  color: #444444;
  display: block;
  margin-bottom: 16px;
}
.career-expert-profile__contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.career-expert-profile__contact .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #444444;
  font-size: 14px;
}
.career-expert-profile__contact .contact-item i {
  font-size: 20px;
}
.career-expert-profile__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.career-expert-profile__actions .btn-view-profile {
  background-color: #003c76;
  color: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  height: 32px;
  padding: 4px 12px;
}
.career-expert-profile__actions .btn-connect {
  background-color: #ffffff;
  color: #444444;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  font-size: 14px;
  height: 32px;
  padding: 4px 12px;
}
.career-expert-profile__about-text {
  font-size: 16px;
  color: #444444;
  margin-bottom: 20px;
}
.career-expert-profile__btn-bio {
  background-color: #ffffff;
  color: #1a1a1a;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  font-size: 14px;
  height: 40px;
  padding: 8px 16px;
}

.career-experts-section .leader-img__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-experts-section .leader-img__placeholder i {
  font-size: 60px;
  color: #a4a7ae;
}
.career-experts-section .leader-card__linkedin {
  flex-shrink: 0;
}
.career-experts-section .leader-card__linkedin i {
  font-size: 24px;
}
.career-experts-section .featured-profile__img-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-experts-section .featured-profile__img-placeholder i {
  font-size: 80px;
  color: #a4a7ae;
}
.career-experts-section .btn-bio {
  background-color: #ffffff;
  color: #1a1a1a;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  font-size: 14px;
  height: 40px;
  padding: 8px 16px;
}
.career-experts-section .btn-bio i {
  font-size: 16px;
}
.career-experts-section .featured-profile__info h3 {
  font-size: 24px;
  line-height: 28px;
  color: #003c76;
  margin-bottom: 8px;
}
.career-experts-section .leader-card {
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: #fff;
}
.career-experts-section .leader-card:hover {
  transform: translateY(-5px);
  border-color: #e2e8f0;
}
.career-experts-section .leader-card .leader-img {
  border-radius: 8px;
  overflow: hidden;
  background-color: #f1f5f9;
  height: 196px;
  width: 100%;
}
.career-experts-section .leader-card .leader-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.career-experts-section .leader-card .leader-card__info {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.career-experts-section .leader-card .leader-card__info h4 {
  font-size: 16px;
  font-weight: 700;
  color: #003c76;
  line-height: 1.3;
  margin: 0;
}
.career-experts-section .leader-card .leader-card__info span {
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}
.career-experts-section .leader-card .leader-card__info a.text-blue-dark {
  margin-top: 8px;
  align-self: flex-start;
}
.career-experts-section .leader-card .leader-card__info a.text-blue-dark i {
  font-size: 20px;
}
@media (max-width: 575px) {
  .career-experts-section .leader-card {
    padding: 10px;
  }
  .career-experts-section .leader-card .leader-img {
    height: auto;
    aspect-ratio: 3/4;
    border-radius: 6px;
  }
  .career-experts-section .leader-card .leader-card__info {
    margin-top: 10px;
    gap: 3px;
  }
  .career-experts-section .leader-card .leader-card__info h4 {
    font-size: 13px;
  }
  .career-experts-section .leader-card .leader-card__info span {
    font-size: 11px;
  }
  .career-experts-section .leader-card .leader-card__info a.text-blue-dark i {
    font-size: 17px;
  }
}
.career-experts-section .featured-profile {
  position: sticky;
  top: 100px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  overflow: hidden;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.career-experts-section .featured-profile__header {
  background-color: #f8f9fc;
}
.career-experts-section .featured-profile__img-wrapper {
  flex-shrink: 0;
  background-color: #f1f5f9;
  position: relative;
  width: 100%;
  height: 287px;
}
.career-experts-section .featured-profile__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.career-experts-section .featured-profile__info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.career-experts-section .featured-profile__info h3 {
  font-size: 24px;
  color: #003c76;
  line-height: 1.2;
  margin-bottom: 4px;
}
.career-experts-section .featured-profile__info .featured-profile__position {
  font-size: 14px;
  color: #444444;
  margin-bottom: 12px;
  display: block;
}
.career-experts-section .featured-profile__info .featured-profile__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 29px;
}
.career-experts-section .featured-profile__info .featured-profile__contact .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #444444;
  font-size: 14px;
}
.career-experts-section .featured-profile__info .featured-profile__contact .contact-item i {
  font-size: 20px;
}
.career-experts-section .featured-profile__info .featured-profile__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
.career-experts-section .featured-profile__body {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.career-experts-section .featured-profile__section {
  display: flex;
  gap: 12px;
}
.career-experts-section .featured-profile__section .section-icon {
  font-size: 24px;
  line-height: 1;
  color: #222222;
  flex-shrink: 0;
}
.career-experts-section .featured-profile__section h4 {
  font-size: 24px;
  color: #222222;
  margin-bottom: 8px;
}
.career-experts-section .featured-profile__section .badge-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.career-experts-section .featured-profile__section .profile-badge {
  background-color: #eef2f6;
  color: #003c76;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.career-experts-section .featured-profile__section p {
  font-size: 16px;
  color: #667085;
  line-height: 1.5;
  margin-bottom: 0;
}
.career-experts-section .career-experts__view-more {
  background-color: #f8f9fc;
  border: 1px solid #0093a8;
  color: #0093a8;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 16px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
}
.career-experts-section .career-experts__view-more:hover {
  background-color: white;
}

.career-expertise-section {
  background-color: #f8f9fc;
}
.career-expertise-section .expertise-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.career-expertise-section .expertise-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 16px -4px rgba(16, 24, 40, 0.08), 0px 20px 32px -8px rgba(16, 24, 40, 0.12);
}
.career-expertise-section .expertise-card__image {
  height: 150px;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.career-expertise-section .expertise-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.career-expertise-section .expertise-card__img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #f1f5f9;
}
.career-expertise-section .expertise-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 16px;
  gap: 14px;
}
.career-expertise-section .expertise-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.career-expertise-section .expertise-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #003c76;
  line-height: 1.4;
  margin: 0;
}
.career-expertise-section .expertise-card__meta {
  font-size: 14px;
  font-weight: 500;
  color: #667085;
}
.career-expertise-section .expertise-card__arrow {
  display: flex;
  justify-content: flex-end;
}
.career-expertise-section .expertise-card__arrow i {
  font-size: 20px;
  color: #0093a8;
}
.career-expertise-section .expertise-view-more {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  background-color: #f8f9fc;
  border: 1px solid #0093a8;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #0093a8;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.career-expertise-section .expertise-view-more:hover {
  background-color: rgb(237.29, 239.82, 247.41);
  color: #0093a8;
}

.career-leadership-section .leader-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.career-leadership-section .leader-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: default;
}
.career-leadership-section .leader-card:hover .leader-card__photo img {
  transform: scale(1.04);
}
.career-leadership-section .leader-card__photo {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e9eaeb;
  flex-shrink: 0;
}
.career-leadership-section .leader-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: transform 0.35s ease;
}
.career-leadership-section .leader-card__photo i {
  font-size: 3rem;
  color: #a4a7ae;
}
.career-leadership-section .leader-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.career-leadership-section .leader-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #003c76;
  line-height: 1.35;
  margin: 0;
}
.career-leadership-section .leader-card__position {
  font-size: 13px;
  font-weight: 400;
  color: #555;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .career-leadership-section .leader-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .career-leadership-section .leader-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .career-leadership-section .leader-card__photo {
    aspect-ratio: 1/1;
    border-radius: 50%;
  }
  .career-leadership-section .leader-card__name {
    font-size: 13px;
  }
  .career-leadership-section .leader-card__position {
    font-size: 12px;
  }
}

/*# sourceMappingURL=template.career.css.map*/