.careers-card-wrapper .card {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  margin: 30px 0;
  overflow: hidden;
}
.careers-card-wrapper .card .card-img-top {
  height: 373px;
  object-fit: cover;
  object-position: top center;
  transition: 0.3s ease-in-out;
}
.careers-card-wrapper .card .card-body {
  border-radius: 0px 0px 10px 10px;
  position: relative;
  padding: 1.5rem;
}
.careers-card-wrapper .card .card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 27.58px;
  text-align: left;
  color: #000;
}
.careers-card-wrapper .card .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 1.77rem 0 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.75);
}
.careers-card-wrapper .btn.btn-textmore-red {
  float: right;
  position: absolute;
  right: 2em;
  top: 4em;
  background-size: 100%;
}

.carousel-center .slick-slide {
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
  transition: all 0.3s ease;
}
.carousel-center .slick-slide img {
  opacity: 0.8;
}
.carousel-center .slick-active.slick-center .card {
  height: 625px;
}
.carousel-center .slick-center {
  /*-webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform: scaleX(0.94);
  transform: scaleX(0.94);*/
}
.carousel-center .slick-center .card img {
  /*height: 510px;*/
  opacity: 1;
}
.carousel-center .slick-list .slick-slide.slick-center .card img {
  height: 480px;
}

.carousel-center.slick-slider .slick-track {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .careers-card-wrapper .card .card-img-top {
    height: 230px;
  }
  .careers-card-wrapper .card .card-title {
    font-size: 14px;
    line-height: 16px;
  }
  .careers-card-wrapper .card .card-text {
    font-size: 12px;
    line-height: 14px;
  }
  .carousel-center .slick-center .card img {
    height: 340px;
  }
}
.sg-breadcrumb-container {
  background: #EBEBEB;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.sg-breadcrumb-container .sg-breadcrumb {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin: 1em 0;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: inline-block;
}
.sg-breadcrumb-container .sg-breadcrumb span {
  color: rgba(225, 31, 39, 0.5);
}

.btn-red.btn-custom {
  background-color: #E11F27;
  border-radius: 13px;
}

.careers-card-wrapper .btn.btn-textmore-red {
  background-image: url(/sites/msig_sg/themes/sg/css/../images/explore-careers/right-arrow-red.png);
}
.careers-card-wrapper .btn:active {
  border-color: transparent;
}

.explore-careers-wrapper.ec-content .be-part-wrapper .bp-text {
  font-size: 18px;
}

/* Join MSIG Section */
.four-cards-container.horizontal {
  max-width: 1184px;
}
.four-cards-container.horizontal .card-item {
  margin: 2em auto 0;
}
.four-cards-container.horizontal .card-item .card {
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.four-cards-container.horizontal .card-item .card .card-body {
  padding: 1.2rem;
}
.four-cards-container.horizontal .card-item .card .card-body .card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 22.98px;
  color: #1B1464;
  margin-bottom: 0.5em;
}
.four-cards-container.horizontal .card-item .card .card-body .card-title::first-letter {
  color: #E11F27;
}
.four-cards-container.horizontal .card-item .card .card-body .card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
}
.four-cards-container.horizontal .card-item .card-img-top {
  border-radius: 10px 10px 0 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.four-cards-container.horizontal .text-red {
  color: #E11F27;
}

.join-msig-list-wrapper {
  max-width: 1047px;
}
.join-msig-list-wrapper .join-msig-list-item .join-msig-icon {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: center;
}
.join-msig-list-wrapper .join-msig-list-item .join-msig-icon img {
  max-width: 80px;
}
.join-msig-list-wrapper .join-msig-list-item .join-msig-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #E11F27;
}
.join-msig-list-wrapper .join-msig-list-item .join-msig-desc,
.join-msig-list-wrapper .join-msig-list-item .join-msig-desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  color: #000;
  margin: 0;
}

.join-msig-wrapper .section-title {
  color: #1B1464;
}

.sg-career-development-wrapper {
  padding: 2em 0;
  margin-top: 0;
}

.sg-oppor-wrapper {
  background: #e6e7eb;
}

.sg-oppor-wrapper-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sg-oppor-wrapper-container .oppor-left-content {
  text-align: left;
}
.sg-oppor-wrapper-container .oppor-left-content .section-title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 55px;
}
.sg-oppor-wrapper-container .oppor-left-content .btn.btn-red {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #E11F27;
}

.msig-entities-wrapper {
  background-image: url(/sites/msig_sg/themes/sg/css/../images/careers/explore-msig-md.jpg);
  background-size: cover;
  background-position: center;
}

.entity-content-wrapper .entity-title {
  color: #1B1464;
}
.entity-content-wrapper .entity-lists .entity-list-title {
  color: #1C0761;
}
.entity-content-wrapper .regional-btn-wrapper .btn.btn-outline-red {
  border: 1px solid #E11F27;
  color: #E11F27;
  font-weight: 500;
}

.sg-career-details-wrapper .apply-top-wrapper .section-title-2 {
  padding: 0 0 1.3rem;
}
.sg-career-details-wrapper .apply-top-wrapper .apply-top-btn-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.sg-career-details-wrapper .apply-top-wrapper .apply-top-btn-wrapper .btn.btn-outline-red-lg {
  max-width: 369px;
  width: 100%;
  text-transform: uppercase;
}
.sg-career-details-wrapper .apply-top-wrapper .apply-top-btn-wrapper .btn-red-lg {
  max-width: 221px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E11F27;
}
.sg-career-details-wrapper .apply-top-wrapper .apply-top-btn-wrapper .btn-red-lg:hover {
  color: #FFFFFF;
  background-color: #dd2830;
}
.sg-career-details-wrapper .agent-info-list-wrapper .agent-info-list-item .agent-info-icon {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
}
.sg-career-details-wrapper .agent-info-list-wrapper .agent-info-list-item .agent-info-icon img {
  max-width: 41px;
}
.sg-career-details-wrapper .agent-info-list-wrapper .agent-info-list-item .agent-info-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
}
.sg-career-details-wrapper .agent-info-list-wrapper .agent-info-list-item .agent-info-desc,
.sg-career-details-wrapper .agent-info-list-wrapper .agent-info-list-item .agent-info-desc p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
.sg-career-details-wrapper .leadership-profiles.three-col-box-wrapper .card {
  border-radius: 10px;
}
.sg-career-details-wrapper .leadership-profiles.three-col-box-wrapper .card .card-title {
  font-size: 16px;
  line-height: 18.38px;
}
.sg-career-details-wrapper .leadership-profiles.three-col-box-wrapper .card .card-text {
  color: #000;
}
.sg-career-details-wrapper .leadership-profiles.three-col-box-wrapper .card-designation {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.sg-career-details-wrapper .leadership-profiles .slick-dots li.slick-active button {
  background: #140F4B;
}

/* overlay popup */
.travel-wrapper {
  max-width: 100%;
}
.travel-wrapper .video-wrapper {
  margin: 1rem 0.5rem;
}

.career-details-wrapper .detail-image img {
  border-radius: 0 !important;
}

.programme-wrapper .detail-image img {
  border-radius: 0 !important;
}

@media screen and (min-width: 1149px) {
  .travel-wrapper {
    padding-left: 32px;
  }
}
@media screen and (min-width: 1300px) {
  .travel-wrapper {
    padding-left: 9em;
  }
}
@media screen and (max-width: 1300px) and (min-width: 992px) {
  .sg-oppor-wrapper-container .oppor-left-content {
    width: 41%;
  }
  .sg-oppor-wrapper-container .oppor-middle-content {
    width: 33%;
  }
  .sg-oppor-wrapper-container .oppor-right-content {
    width: 26%;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .sg-career-details-wrapper .apply-top-wrapper .section-title-2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .sg-oppor-wrapper-container .oppor-right-content {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .join-msig-list-wrapper .join-msig-list-item .join-msig-icon {
    display: block;
    text-align: center;
  }
  .join-msig-list-wrapper .join-msig-list-item .join-msig-icon img {
    margin: 10px auto;
  }
  .sg-career-details-wrapper .apply-top-wrapper .apply-top-btn-wrapper .btn-red-lg {
    max-width: 100%;
  }
  .sg-oppor-wrapper-container .oppor-left-content {
    text-align: center;
  }
  .sg-oppor-wrapper-container .oppor-left-content .section-title {
    text-align: center;
  }
  .msig-entities-wrapper {
    background-image: none;
  }
  .msig-entities-wrapper .regional-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .programme-wrapper .detail-image img {
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .sg-career-details-wrapper .apply-top-wrapper .apply-top-btn-wrapper {
    display: block;
  }
  .sg-oppor-wrapper-container .oppor-left-content .section-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 37px;
    text-align: center;
    margin-top: 20px;
  }
  .sg-career-development-wrapper .section-title,
  .join-msig-wrapper .section-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .entity-content-wrapper .regional-btn-wrapper .btn.btn-outline-red {
    width: 100%;
  }
}

/*# sourceMappingURL=sg-careers-template.css.map */
