@font-face {
  font-family: "Futura-book";
  src: url("../fonts/FUTURALT-BOOK.TTF"); }
@font-face {
  font-family: "Futura-bold";
  src: url("../fonts/FUTURALT-BOLD.TTF"); }
@font-face {
  font-family: "Playfair-Display";
  src: url("../fonts/PLAYFAIRDISPLAY-WGHT_1.TTF"); }
@font-face {
  font-family: "fonters";
  src: url("../fonts/FONTERS.OTF"); }
.mobile-Show {
  display: none; }

.ipad-Show {
  display: none; }

img {
  width: 100%; }

.btn-primary {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
  font-family: "Futura-book";
  border-radius: unset !important;
  padding: 8px 20px; }

.swiper {
  width: 100%;
  height: 100%; }
  .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .swiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.paddingLeft-0 {
  padding-left: 0; }

.paddingRight-0 {
  padding-right: 0; }

.pl-30 {
  padding-left: 30px; }

.lightPingbg {
  background: #E8CCC8; }

.darklighpink {
  background: #EEDBD7; }

.empactiveappbg {
  background: #DFC8CE; }

.emp-active-job-bg {
  background: #EBDFE3; }

.emp-active-job-light-bg {
  background: #E7D6DC; }

.w-40-p {
  width: 40% !important; }

.w-30-p {
  width: 30% !important; }

a {
  color: #000;
  text-decoration: none !important; }

button:focus {
  box-shadow: unset !important; }

.findStoAskWrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 999; }
  .findStoAskWrap .toAskWrapper {
    position: relative; }
    .findStoAskWrap .toAskWrapper .toAskCircle {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background-color: #EEDBD7;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      margin-left: auto; }
      .findStoAskWrap .toAskWrapper .toAskCircle p {
        font-size: 22px;
        text-transform: uppercase;
        font-family: "fonters";
        margin: 0;
        text-align: center; }
    .findStoAskWrap .toAskWrapper .hover-content-wrap {
      width: max-content;
      height: auto;
      background-color: #fff;
      position: absolute;
      top: -60%;
      left: -300%;
      padding: 20px 30px 10px 30px;
      z-index: 10; }
      .findStoAskWrap .toAskWrapper .hover-content-wrap h5 {
        color: #000000;
        font-size: 16px;
        font-family: "Futura-bold"; }
      .findStoAskWrap .toAskWrapper .hover-content-wrap p {
        font-size: 16px;
        color: #000000;
        font-family: "Futura-book";
        margin: 0 0 20px 0; }
      .findStoAskWrap .toAskWrapper .hover-content-wrap .askContent {
        justify-content: space-between; }
        .findStoAskWrap .toAskWrapper .hover-content-wrap .askContent p {
          font-size: 14px;
          font-family: "Futura-bold";
          display: flex;
          align-items: center;
          margin: 20px 0; }
          .findStoAskWrap .toAskWrapper .hover-content-wrap .askContent p span svg {
            margin-right: 5px; }
      .findStoAskWrap .toAskWrapper .hover-content-wrap .findcopyTooltips, .findStoAskWrap .toAskWrapper .hover-content-wrap .findcopyTooltipstwo {
        font-size: 12px;
        font-weight: unset !important;
        font-family: "Futura-book" !important;
        background-color: #000;
        padding: 2px 10px;
        color: #fff;
        visibility: visible;
        opacity: 0; }
        .findStoAskWrap .toAskWrapper .hover-content-wrap .findcopyTooltips.show, .findStoAskWrap .toAskWrapper .hover-content-wrap .findcopyTooltipstwo.show {
          opacity: 1;
          visibility: visible; }
      .findStoAskWrap .toAskWrapper .hover-content-wrap .findcopySVGIcon, .findStoAskWrap .toAskWrapper .hover-content-wrap .findcopySVGIcontwo {
        width: inherit !important;
        cursor: pointer; }
      .findStoAskWrap .toAskWrapper .hover-content-wrap .askContact {
        margin-top: 30px; }
        .findStoAskWrap .toAskWrapper .hover-content-wrap .askContact h3 {
          font-size: 16px;
          color: #000000;
          font-family: "Futura-book"; }
        .findStoAskWrap .toAskWrapper .hover-content-wrap .askContact h1 {
          font-size: 20px;
          font-family: "Futura-bold";
          color: #000000;
          padding-left: 37px; }
        .findStoAskWrap .toAskWrapper .hover-content-wrap .askContact p {
          font-size: 14px;
          color: #000000;
          font-family: "Futura-book";
          margin: 10px 0;
          padding-left: 37px; }
        .findStoAskWrap .toAskWrapper .hover-content-wrap .askContact .askSocial {
          display: flex;
          align-items: center;
          gap: 5px;
          padding-left: 37px; }

.btntoggle {
  background-color: #000000;
  padding: 2px 15px;
  font-size: 10px;
  color: #fff;
  border: unset;
  border-radius: 0;
  width: 55px;
  max-width: 55px;
  margin-bottom: 20px; }
  .btntoggle:focus {
    box-shadow: unset; }
  .btntoggle:hover {
    color: #fff; }

.jobD_Banner_staff {
  display: flex;
  margin: 15px auto 78px;
  gap: 15px;
  padding: 0 20px; }
  .jobD_Banner_staff .banner {
    height: 605px; }
    .jobD_Banner_staff .banner img {
      height: inherit;
      object-fit: cover; }
  .jobD_Banner_staff .contentwrap {
    background-color: #ecebe7;
    text-align: center;
    display: flex; }
    .jobD_Banner_staff .contentwrap .RITUALS {
      background-color: #ebdfe3;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px; }
      .jobD_Banner_staff .contentwrap .RITUALS h5 {
        margin: 0;
        font-size: 35px;
        font-family: "Playfair-Display";
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .jobD_Banner_staff .contentwrap .RITUALS h5 img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          overflow: hidden;
          border-radius: 50%; }
    .jobD_Banner_staff .contentwrap .content {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 455px;
      height: 605px;
      text-align: center;
      flex-direction: column;
      margin: 0 auto; }
    .jobD_Banner_staff .contentwrap .ritualstxt {
      font-family: "Futura-book";
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 15px;
      color: #231f20; }
    .jobD_Banner_staff .contentwrap .maintxt {
      font-family: "Playfair-Display";
      font-size: 30px;
      line-height: 45px;
      margin-bottom: 13px;
      color: #231f20;
      font-weight: bold; }
      .jobD_Banner_staff .contentwrap .maintxt .location {
        color: #231f20;
        font-family: "Futura-bold";
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px; }
        .jobD_Banner_staff .contentwrap .maintxt .location span {
          font-size: 14px;
          color: #000000;
          font-family: "Futura-book";
          font-weight: normal !important; }
    .jobD_Banner_staff .contentwrap .ctagroup {
      display: flex;
      margin-bottom: 20px;
      position: relative; }
      .jobD_Banner_staff .contentwrap .ctagroup a.cta {
        text-transform: uppercase;
        background-color: #000;
        color: #fff !important;
        font-size: 14px;
        line-height: 1;
        padding: 21px 5px;
        text-decoration: none;
        min-width: 202px; }
        .jobD_Banner_staff .contentwrap .ctagroup a.cta:first-child {
          margin-right: 21px; }
      .jobD_Banner_staff .contentwrap .ctagroup .hoverBox {
        box-shadow: 3px 3px 6px #00000029;
        opacity: 1;
        padding: 28px 35px;
        position: absolute;
        width: 150%;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        margin-top: 14px;
        z-index: 9;
        display: none; }
        .jobD_Banner_staff .contentwrap .ctagroup .hoverBox.show {
          display: block; }
        .jobD_Banner_staff .contentwrap .ctagroup .hoverBox .details {
          display: flex;
          gap: 10px; }
          .jobD_Banner_staff .contentwrap .ctagroup .hoverBox .details .left {
            flex: 0 0 112px; }
          .jobD_Banner_staff .contentwrap .ctagroup .hoverBox .details .right,
          .jobD_Banner_staff .contentwrap .ctagroup .hoverBox .details .bottomtxt {
            text-align: left; }
          .jobD_Banner_staff .contentwrap .ctagroup .hoverBox .details .right p,
          .jobD_Banner_staff .contentwrap .ctagroup .hoverBox .details .right a,
          .jobD_Banner_staff .contentwrap .ctagroup .hoverBox .details .left p,
          .jobD_Banner_staff .contentwrap .ctagroup .hoverBox .details .left a {
            font-size: 16px;
            line-height: 21px;
            margin-bottom: 20px;
            font-family: "Futura-bold";
            color: #000;
            text-decoration: none;
            display: inline-block;
            text-align: left; }
          .jobD_Banner_staff .contentwrap .ctagroup .hoverBox .details .left p,
          .jobD_Banner_staff .contentwrap .ctagroup .hoverBox .details .left a {
            font-family: "Futura-book"; }
        .jobD_Banner_staff .contentwrap .ctagroup .hoverBox .bottomtxt p {
          font-size: 16px;
          line-height: 21px;
          margin-bottom: 20px;
          font-family: "Futura-book";
          text-align: left; }
          .jobD_Banner_staff .contentwrap .ctagroup .hoverBox .bottomtxt p span {
            font-size: 20px;
            line-height: 27px;
            font-family: "Futura-bold"; }
    .jobD_Banner_staff .contentwrap .action {
      margin: 0 auto; }
      .jobD_Banner_staff .contentwrap .action .checkboxlbl {
        font-size: 14px;
        line-height: 11px; }
      .jobD_Banner_staff .contentwrap .action .fav {
        margin-bottom: 8px; }

.profile_overView .profile-text {
  width: 95%;
  border-right: 1px solid #cbcbcb;
  height: 100px; }
  .profile_overView .profile-text p {
    font-size: 16px;
    font-family: "Futura-book";
    color: #000000; }
  .profile_overView .profile-text h1 {
    font-size: 16px;
    font-family: "Futura-bold";
    margin-bottom: 30px;
    color: #000000; }
.profile_overView .jobArea .heightAuto {
  height: auto !important; }
.profile_overView .jobArea h4 {
  font-size: 16px;
  font-family: "Futura-bold";
  color: #000000;
  width: 90%;
  height: 40px;
  overflow: hidden; }
.profile_overView .jobArea p {
  font-size: 14px;
  font-family: "Futura-book";
  color: #000000; }
.profile_overView .jobSchedule h4 {
  width: 90%;
  font-size: 16px;
  font-family: "Futura-bold";
  margin-bottom: 30px;
  color: #000000; }
.profile_overView .jobSchedule p {
  font-size: 14px;
  color: #000000;
  font-family: "Futura-book"; }
.profile_overView .abtDescription {
  margin-top: 50px; }
  .profile_overView .abtDescription h4 {
    font-size: 30px;
    font-family: "Playfair-Display";
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
    display: flex;
    align-items: baseline; }
    .profile_overView .abtDescription h4 hr {
      margin-left: auto;
      width: 90%; }
  .profile_overView .abtDescription p {
    font-size: 16px;
    font-family: "Futura-book";
    color: #000000; }

.job-gesuche {
  margin-top: 80px; }
  .job-gesuche .col-md-12 {
    padding: 0; }
  .job-gesuche .job-gesuche-title {
    font-size: 35px;
    font-family: "Playfair-Display";
    line-height: 42px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700; }
  .job-gesuche .job-gesuche-container .jobrow {
    padding: 14px 19px 22px 24px;
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto; }
    .job-gesuche .job-gesuche-container .jobrow .job-name p {
      font-family: "Playfair-Display";
      font-weight: 600;
      font-size: 35px;
      margin-bottom: 0;
      background-color: #ebdfe3;
      height: 90px;
      width: 90px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .job-gesuche .job-gesuche-container .jobrow .job-name p img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
        border-radius: 50%; }
    .job-gesuche .job-gesuche-container .jobrow .Details {
      margin: 0 0 0 23px;
      display: flex;
      width: 100%; }
      .job-gesuche .job-gesuche-container .jobrow .Details .content {
        margin: 0;
        max-width: 75%; }
        .job-gesuche .job-gesuche-container .jobrow .Details .content .title {
          font-size: 24px;
          font-family: "Playfair-Display";
          font-weight: 600; }
        .job-gesuche .job-gesuche-container .jobrow .Details .content .company {
          font-size: 14px;
          line-height: 16px;
          margin-bottom: 10px; }
          .job-gesuche .job-gesuche-container .jobrow .Details .content .company .item-more {
            background: #000;
            color: #fff !important;
            font-size: 10px;
            padding: 2px 5px;
            display: inline-block;
            margin-top: 3px;
            margin-left: 5px !important; }
            .job-gesuche .job-gesuche-container .jobrow .Details .content .company .item-more:hover {
              text-decoration: underline; }
        .job-gesuche .job-gesuche-container .jobrow .Details .content .jobtype {
          font-size: 14px;
          line-height: 16px;
          margin-bottom: 15px;
          text-transform: capitalize;
          font-style: italic; }
        .job-gesuche .job-gesuche-container .jobrow .Details .content .location {
          font-size: 14px;
          line-height: 10.8px;
          margin-bottom: 0px;
          letter-spacing: 0.7px;
          font-family: "Futura-bold"; }
          .job-gesuche .job-gesuche-container .jobrow .Details .content .location span {
            font-family: "Futura-book"; }
        .job-gesuche .job-gesuche-container .jobrow .Details .content .font-bold {
          font-weight: 700;
          font-family: "Futura-bold"; }
    .job-gesuche .job-gesuche-container .jobrow .action {
      margin-left: auto;
      display: flex;
      flex-flow: column;
      text-align: center; }
      .job-gesuche .job-gesuche-container .jobrow .action .btn {
        background-color: #000;
        color: #fff !important;
        font-family: "Futura-bold";
        font-size: 10px;
        border-radius: 0;
        padding: 7px 11px;
        margin-bottom: 13px; }
      .job-gesuche .job-gesuche-container .jobrow .action .checkboxlbl {
        font-size: 10px;
        line-height: 13.5px;
        cursor: pointer; }
      .job-gesuche .job-gesuche-container .jobrow .action .checkboxstyle {
        opacity: 0;
        position: absolute; }
        .job-gesuche .job-gesuche-container .jobrow .action .checkboxstyle ~ .fav {
          background: url(../images/heart.png) center center no-repeat;
          display: inline-block;
          width: 100%;
          height: 28px;
          background-size: 28px; }
        .job-gesuche .job-gesuche-container .jobrow .action .checkboxstyle:checked ~ .fav {
          background: url(../images/selectheart.png) center center no-repeat;
          background-size: 28px; }
  .job-gesuche .job-gesuche-container:nth-of-type(odd) {
    background-color: #dfc8ce; }
  .job-gesuche .job-gesuche-container:nth-of-type(even) {
    background-color: #e7d6dc; }
  .job-gesuche .job-gesuche-pagination {
    display: flex;
    justify-content: center;
    margin: 50px 0; }
    .job-gesuche .job-gesuche-pagination .page-prev {
      background: unset;
      border: unset;
      color: #000;
      font-size: 18px; }
    .job-gesuche .job-gesuche-pagination .page-next {
      background: unset;
      border: unset;
      color: #000;
      font-size: 18px; }
    .job-gesuche .job-gesuche-pagination .page-link {
      margin-right: 10px;
      color: #000;
      font-size: 16px;
      border: 0;
      padding: 5px 12px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile_overView .toAskWrapper .toAskCircle {
    margin-left: auto; }
  .profile_overView .toAskWrapper .hover-content-wrap {
    width: auto;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 25%;
    padding: 15px; }

  .job-gesuche {
    margin-top: 20px; }
    .job-gesuche .job-gesuche-container .jobrow .Details {
      margin: 0 0 0 12px !important; } }
@media screen and (max-width: 767px) {
  .findStoAskWrap {
    position: relative;
    bottom: -15px;
    right: 0;
    z-index: 9 !important; }
    .findStoAskWrap .toAskWrapper {
      position: relative; }
      .findStoAskWrap .toAskWrapper .toAskCircle {
        margin: 0 auto 35px auto; }
      .findStoAskWrap .toAskWrapper .hover-content-wrap {
        width: auto;
        height: auto;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 30px;
        padding: 15px; }
        .findStoAskWrap .toAskWrapper .hover-content-wrap h5 {
          color: #000000;
          font-size: 16px;
          font-family: "Futura-bold"; }
        .findStoAskWrap .toAskWrapper .hover-content-wrap p {
          font-size: 16px;
          color: #000000;
          font-family: "Futura-book";
          margin: 20px 0; }
        .findStoAskWrap .toAskWrapper .hover-content-wrap .askContent {
          justify-content: space-between; }
          .findStoAskWrap .toAskWrapper .hover-content-wrap .askContent p {
            font-size: 12px;
            font-family: "Futura-bold";
            display: flex;
            align-items: center;
            margin: 10px 0; }
            .findStoAskWrap .toAskWrapper .hover-content-wrap .askContent p span svg {
              margin-right: 5px; }
        .findStoAskWrap .toAskWrapper .hover-content-wrap .askContact {
          margin-top: 30px; }
          .findStoAskWrap .toAskWrapper .hover-content-wrap .askContact h3 {
            font-size: 16px;
            color: #000000;
            font-family: "Futura-book"; }
          .findStoAskWrap .toAskWrapper .hover-content-wrap .askContact h1 {
            font-size: 20px;
            font-family: "Futura-bold";
            color: #000000;
            padding-left: 37px; }
          .findStoAskWrap .toAskWrapper .hover-content-wrap .askContact p {
            font-size: 14px;
            color: #000000;
            font-family: "Futura-book";
            margin: 10px 0;
            padding-left: 37px; }
          .findStoAskWrap .toAskWrapper .hover-content-wrap .askContact .askSocial {
            display: flex;
            align-items: center;
            gap: 5px;
            padding-left: 37px; }

  .jobD_Banner_staff {
    margin: 15px auto 35px; }
    .jobD_Banner_staff .order_column_1 {
      order: 2; }
    .jobD_Banner_staff .order_column_2 {
      order: 1; }
    .jobD_Banner_staff .banner {
      height: auto; }
    .jobD_Banner_staff .contentwrap .content {
      height: auto;
      margin-bottom: 20px; }
    .jobD_Banner_staff .contentwrap .maintxt {
      font-size: 22px;
      line-height: unset; }
    .jobD_Banner_staff .contentwrap .location {
      font-size: 16px; }
    .jobD_Banner_staff .contentwrap .ctagroup a.cta {
      font-size: 16px; }

  .profile_overView .orderJob1 {
    order: 1; }
  .profile_overView .orderJob2 {
    order: 2; }
  .profile_overView .orderJob3 {
    order: 31; }
  .profile_overView .profile-text {
    width: 100%;
    height: auto; }
    .profile_overView .profile-text p {
      display: none; }
    .profile_overView .profile-text h1 {
      font-size: 16px;
      font-family: "Futura-bold";
      margin-bottom: 30px;
      color: #000000;
      padding: 20px;
      text-align: center;
      background-color: #dfc8ce; }
  .profile_overView .jobArea h4 {
    width: 100%; }
  .profile_overView .jobSchedule h4 {
    width: 100%; }
  .profile_overView .jobSchedule p {
    font-size: 14px;
    color: #000000;
    font-family: "Futura-book"; }
  .profile_overView .abtDescription {
    margin-top: 50px; }
    .profile_overView .abtDescription h4 {
      font-size: 30px;
      font-family: "Playfair-Display";
      font-weight: bold;
      color: #000000;
      margin-bottom: 30px; }
    .profile_overView .abtDescription p {
      font-size: 16px;
      font-family: "Futura-book";
      color: #000000; }

  .profile-text {
    height: auto; }

  .jobD_Banner {
    flex-wrap: wrap;
    margin-bottom: 33px; }
    .jobD_Banner .banner {
      width: 100%;
      order: 2; }
    .jobD_Banner .contentwrap {
      width: 100%;
      order: 1;
      padding: 48px 0 26px; }
      .jobD_Banner .contentwrap .maintxt {
        margin-bottom: 16px; }
      .jobD_Banner .contentwrap .location {
        font-size: 16px;
        line-height: 22px; }
      .jobD_Banner .contentwrap .ctagroup {
        margin-bottom: 29px;
        width: 100%;
        position: relative; }
        .jobD_Banner .contentwrap .ctagroup a {
          font-size: 14px;
          line-height: 28px;
          padding: 14px 5px;
          flex: 1;
          min-width: auto; }
          .jobD_Banner .contentwrap .ctagroup a:first-child {
            margin-right: 11px; }

  .job-gesuche {
    margin-top: 40px !important; }
    .job-gesuche .job-gesuche-title {
      font-size: 30px; }
    .job-gesuche .jobrow {
      align-items: flex-start !important; }
      .job-gesuche .jobrow figure {
        max-width: 52px !important;
        height: 52px; }
      .job-gesuche .jobrow .Details {
        margin: 0 0 0 10px !important;
        flex-flow: column; }
        .job-gesuche .jobrow .Details .content {
          max-width: 100% !important;
          max-width: 100%; }
          .job-gesuche .jobrow .Details .content .title {
            font-size: 18px !important;
            line-height: unset !important; }
          .job-gesuche .jobrow .Details .content .jobs-title {
            font-size: 18px !important;
            line-height: 28px !important; }
          .job-gesuche .jobrow .Details .content .job {
            font-size: 14px; }
          .job-gesuche .jobrow .Details .content .location {
            font-size: 14px;
            line-height: 25px; }
          .job-gesuche .jobrow .Details .content .job-type {
            font-size: 14px;
            line-height: 21px; }
        .job-gesuche .jobrow .Details .action {
          flex-flow: row !important;
          margin-left: 0 !important;
          justify-content: space-between;
          align-items: center;
          margin-top: 18px; }
          .job-gesuche .jobrow .Details .action .btn {
            margin: 0 5px 0 0;
            padding: 7px 5px; }
          .job-gesuche .jobrow .Details .action .checkboxlbl {
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
          .job-gesuche .jobrow .Details .action .checkboxstyle ~ .fav,
          .job-gesuche .jobrow .Details .action .checkboxstyle:checked ~ .fav {
            width: 18px;
            height: 18px;
            background-size: 18px;
            margin-right: 7px; }
      .job-gesuche .jobrow .job-name p {
        width: 60px !important;
        height: 60px !important;
        font-size: 25px !important; } }
@media screen and (max-width: 1366px) {
  .jobD_Banner .contentwrap .ctagroup .hoverBox {
    padding: 15px 15px;
    width: 100%; }
    .jobD_Banner .contentwrap .ctagroup .hoverBox .details .right p,
    .jobD_Banner .contentwrap .ctagroup .hoverBox .details .right a,
    .jobD_Banner .contentwrap .ctagroup .hoverBox .details .left p,
    .jobD_Banner .contentwrap .ctagroup .hoverBox .details .left a {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 10px;
      padding: 0; }
    .jobD_Banner .contentwrap .ctagroup .hoverBox .bottomtxt p {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 10px; }
      .jobD_Banner .contentwrap .ctagroup .hoverBox .bottomtxt p span {
        font-size: 16px;
        line-height: 27px; } }

/*# sourceMappingURL=find-staff-detail.css.map */
