/* ====================================
	Carousel CARD
==================================== */
.article-featured-carousel-v3 {
    background: #ECF6FF;
    padding: 20px;
}

.featured-articles-card-holder {
    margin-bottom: 1.5rem;
  }
  
  .featured-articles-card-holder a {
    text-decoration: none;
  }
  
  .featured-articles-card-holder .card {
    border-radius: 0;
    display: flex;
    height: 100%;
    color: #000;
  }
  
  .featured-articles-card-holder .card .card-img {
    position: relative;
    overflow: hidden;
    height: 200px;
    border-radius: 0;
  }
  
  .featured-articles-card-holder .card .card-img::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 100%);
  }
  
  .featured-articles-card-holder .card .card-img > img {
    height: 100%;
    width: 100%;
    transition: 0.3s;
    z-index: 0;
  }
  
  .featured-articles-card-holder .card .card-img a.btn {
    position: absolute;
    z-index: 2;
    top: 0.25rem;
    right: 0.25rem;
    color: #FFF;
    font-size: 1.5rem;
    transition: 0.3s;
  }
  .featured-articles-card-holder .card .card-img a.btn > * {
    transition: 0.3s;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.85);
  }
  .featured-articles-card-holder .card .card-img a.btn:hover > * {
    transform: translateY(-2px);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
  }
  
  .featured-articles-card-holder .card .card-img a.btn.is-added > .fa-regular,
  .featured-articles-card-holder .card .card-img a.btn:not(.is-added) > .fa-solid {
    display: none;
  }
  
  .featured-articles-card-holder .card .card-img a.btn > .fa-solid {
    color: #E32026;
  }
  
  .featured-articles-card-holder .card .list-group,
  .featured-articles-card-holder .card .list-group .list-group-item {
    border: 0;
  }
  
  .featured-articles-card-holder .card .list-group .list-group-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  
  .featured-articles-card-holder .card h5,
  .featured-articles-card-holder .card p {
    margin-bottom: 0;
  }
  
  .featured-articles-card-holder .card h5 a {
    font-size: 18px;
    color: #000;
  }
  
  .featured-articles-card-holder .card h5 a:hover {
    color: #586BCE;
  }
  
  .featured-articles-card-holder .card label {
    display: block;
    font-size: 14px;
  }
  
  .featured-articles-card-holder .card label > i {
    color: #586BCE;
    display: inline-block;
    position: relative;
  }
  
  .featured-articles-card-holder .card label + p {
    font-size: 20px;
  }
  
  .featured-articles-card-holder .card h5,
  .featured-articles-card-holder .card label + p > strong {
    font-weight: 600;
  }
  
  .article-authorName {
    display: flex;
    min-height: 40px;
    margin-bottom: 0.25rem;
  }
  
  .article-authorName a {
    color: #3972D5;
    display: inline-block;
    font-size: 13px;
  }
  .article-authorName a:hover {
    text-decoration: underline;
  }
  
  .featured-articles-card-holder .article-authorName a[target=_blank]::after {
    padding: 0;
    margin-left: 4px;
  }
  
  .featured-articles-card-holder .card .card-body {
    padding-bottom: 0.5rem;
  }
  
  .featured-articles-card-holder .card .card-footer {
    border-radius: 0;
    border-top: none;
    background: none;
    padding-top: 0.25rem;
    padding-bottom: 1.25rem;
  }
  
  @media (min-width: 576px) {
    .featured-articles-card-holder .card h5.card-title {
      min-height: 76px;
    }
  }
  /* ====================================
      Carousel CARD + 
      FEATURED ARTICLES
  ==================================== */
  .featured-articles-card-holder .card-badge-holder {
    margin-bottom: 0.5rem;
  }
  
  .featured-articles-card-holder .card-badge-holder .badge {
    text-decoration: none;
    font-weight: 400;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .featured-articles-card-holder .card h5.card-title {
    margin-bottom: 0.75rem;
    min-height: auto;
  }
  
  .featured-articles-card-holder .card-title a[target=_blank]:after {
    content: "";
    display: none;
  }
.article-header-v3 .badge.rounded-pill.text-bg-primary.genre {
  background-color: #2A51FE !important;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
  max-width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.articleDetailsV3 .sub_header {
  padding-top: 1.5rem;
}

.articleDetailsV3 .accordion,
.articleDetailsV3 .accordion .accordion_component,
.template-components-holder .accordion {
  display: grid;
  gap: 1.5rem;
}

.articleDetailsV3 .accordion .accordion_component {
  padding-bottom: 1.5rem;
}

.articleDetailsV3 .accordion .accordion-item:first-of-type,
.articleDetailsV3 .accordion .accordion-item:first-of-type .accordion-button,
.articleDetailsV3 .accordion .accordion-item:last-of-type,
.articleDetailsV3 .accordion .accordion-item:last-of-type .accordion-button,
.template-components-holder .accordion .accordion-item:first-of-type,
.template-components-holder .accordion .accordion-item:first-of-type .accordion-button,
.template-components-holder .accordion .accordion-item:last-of-type,
.template-components-holder .accordion .accordion-item:last-of-type .accordion-button {
  border-radius: 0;
}

.articleDetailsV3 .accordion .accordion-item:not(:first-of-type),
.template-components-holder .accordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid #dee2e6;
}

.articleDetailsV3 .accordion-header button,
.template-components-holder .accordion-header button {
  font-size: 18px;
  font-weight: 500;
}

.articleDetailsV3 .accordion-header button>span,
.template-components-holder .accordion-header button>span {
  padding-right: 1rem;
}

.articleDetailsV3 .accordion-header button:hover>span,
.template-components-holder .accordion-header button:hover>span {
  color: #142a90;
}

.articleDetailsV3 .accordion-button:not(.collapsed),
.template-components-holder .accordion-button:not(.collapsed) {
  background: none;
}

@media (min-width: 992px) {

  .articleDetailsV3 .accordion-header button>span,
  .template-components-holder .accordion-header button>span {
    padding-right: 1rem;
  }
}

@media (min-width: 1200px) {

  .articleDetailsV3 .accordion-header button,
  .articleDetailsV3 .accordion-body,
  .template-components-holder .accordion-header button,
  .template-components-holder .accordion-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}


/* Artcile CSS */


/* Career Tips custom page styling */
/* Career Tips list items */

#CareerTips .listing_container .row.itemset {
  margin-left: 0;
  margin-right: 0;
}

#CareerTips .listing_container .itemset {
  border-bottom:1px solid #dadada;
  padding:30px 0;
  display:block;
}

#CareerTips .listing_container .picture {
  padding-left:0;
}

#CareerTips .listing_container .picture .image {
  width:100%;
}

#CareerTips .listing_container .itemset .contentblock {
  display: inline-block;
  vertical-align: top;
  width:100%;
}


/* Extra Small */
@media(max-width:767px){
  #CareerTips .listing_container .itemset .picture {padding-left:15px;}
  #CareerTips .listing_container .itemset .contentblock {padding:25px 0;}
}

/* Small */
@media(min-width:768px) and (max-width:991px){
  #CareerTips .listing_container .itemset .picture {padding-left:15px;}
  #CareerTips .listing_container .itemset .contentblock {padding:15px 0;}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
}

/* Large */
@media(min-width:1200px){
}

#CareerTips .rightpanel .Adbox {
  text-align: center;
  padding:0 0 20px;
}


#CareerTips .rightpanel .featuredsector_box {
  margin-top: 30px;
}


#CareerTips .rightpanel .featuredsector_box .placeholder {
  border: 1px solid #ccc;
  padding: 1px;
  background-color: #fff;
  position: relative;
  margin-top: 0px;
  overflow: hidden;
}

#CareerTips .rightpanel .featuredsector_box .picture {
  width: 100%;
  margin: 0;
}

#CareerTips .rightpanel .featuredsector_box .contentblock {
  padding: 25px;
  border: 1px solid #ccc;
  border-top: 0px;
}

#CareerTips .rightpanel h2 {
  margin-bottom:20px;
}

#CareerTips .rightpanel .Followus h2 {
  margin-top:30px;
}

#CareerTips .rightpanel .itemset {
  border-bottom: 1px solid #dadada;
  padding: 15px 0;
}

#CareerTips .itemset.last {
  border-bottom: 0px;
}

/* Career Tips Articles custom page styling */


#CareerTips.CareerTipsArticle #jumbo_container {
  background-size: cover;
  height: 580px;
  padding-top:200px;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent.block {
  border-bottom: 0px;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent h2 {
  text-transform:none;
  padding-bottom:10px;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent h2.CAPS {
  text-transform:uppercase;
}

#CareerTips .DetailsPageStyle .detail_sectioncontent p {
  line-height:24px;
}

#CareerTips .detail_sectioncontent.block .image {
  float:left;
  padding-right:30px;
  padding-bottom:20px;
}
.articleDetailsV3 p,
.articleDetailsV3 h2,
.articleDetailsV3 h3,
.articleDetailsV3 h4,
.articleDetailsV3 h5,
.articleDetailsV3 .sub_header .headerbar h1, 
.articleDetailsV3 .sub_header .headerbar h2, 
.articleDetailsV3 .sub_header .headerbar h3, 
.articleDetailsV3 .sub_header .headerbar h4,
.articleDetailsV3 .sub_header .headerbar h5
.articleDetailsV3 .detail_sectioncontent.block p, 
.articleDetailsV3 .detail_sectioncontent.block li, 
.articleDetailsV3 .detail_sectioncontent.block p, 
.articleDetailsV3 .sectorarticle .detail_sectioncontent.block p, 
.articleDetailsV3 .sectorarticle .detail_sectioncontent.block li, 
.articleDetailsV3 .sectorarticle #tabbedcontent .tab-content p, 
.articleDetailsV3 .sectorarticle #tabbedcontent .tab-content li, 
.articleDetailsV3 .detail_sectioncontent.block p i
{
  font-family: "Work Sans", sans-serif !important;
  color: #000 !important;
}

.articleDetailsV3 h1 {
  font-family: "Work Sans", sans-serif !important;
  color: #0F0251 !important;
}

.articleDetailsV3 .sub_header a,
.articleDetailsV3 .sub_header .headerbar a h1,
.articleDetailsV3 .sub_header .headerbar a h2,
.articleDetailsV3 .sub_header .headerbar a h3,
.articleDetailsV3 .sub_header .headerbar a h4,
.articleDetailsV3 .sub_header .headerbar a h5,
.articleDetailsV3 .sub_header .headerbar a .fa.fa-external-link,
.articleDetailsV3 .sub_header .headerbar a .fa.fa-external-link::before {
  color: #3972D5 !important;
  text-decoration: none;
}

.articleDetailsV3 .sub_header .headerbar a:hover {
  text-decoration: underline;
}

.articleDetailsV3 a:hover {
  text-decoration: none;
}

.articleDetailsV3 .sub_header .headerbar a[target=_blank]:after,
.articleDetailsV3 .featured-articles-card-holder .card-footer a[target=_blank]:after {
  content: "";
  display: none;
}

@media(min-width:768px){
  .articleDetailsV3 .single_youtube_video {
    margin-bottom: -7%;
  }
}

/* textimonialblock */

#CareerTips .detail_sectioncontent.textimonialblock {
  text-align: center;
  padding-bottom:50px;
}

#CareerTips .detail_sectioncontent.textimonialblock .name span {
  border-top:2px solid #f1f1f1;
  padding-top: 5px;
}

/* CareerTips Video box */

#CareerTips .detail_sectioncontent.videophotograllery_container {
  padding-bottom:50px;
}

#CareerTips .videobox {
  border:1px solid #ccc;
  padding:2px;
  background-color:#fff;
  position: relative;
  margin-top: 20px;
  overflow:hidden;
}

#CareerTips .videobox .contentblock {
  position: absolute;
  height:auto;
  width:100%;
  bottom:0px;
  padding:20px;
  background-color:rgba(255,255,255,0.8);
}

#CareerTips .videobox .picture {
  width:100%;
  margin: 0;
}

#CareerTips .consolepanel {
  padding:24px 0;
  background-color:#f2f2f2;
  border:1px solid #ccc;
  border-top:0px;
}

#CareerTips .consolepanel .placeholder {
  width:100%;
}

/* Extra Small */
@media(max-width:767px){
  #CareerTips .videobox .contentblock {
      position: relative;
      height:auto;
      width:100%;
      padding:20px;
  }
  #CareerTips .consolepanel .contentblock{padding:10px 30px;}
}

/* Small */
@media(min-width:768px) and (max-width:991px){
  #CareerTips .consolepanel .leftbuttonbox {padding:25px 20px 0;}
  #CareerTips .consolepanel .rightbuttonbox {padding:25px 0px 0;}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
  #CareerTips .consolepanel .leftbuttonbox {padding:20px 20px 0;}
  #CareerTips .consolepanel .rightbuttonbox {padding:20px 0px 0;}
}

/* LArge */
@media(min-width:1200px){
  #CareerTips .consolepanel .leftbuttonbox {padding:25px 30px 0;}
  #CareerTips .consolepanel .rightbuttonbox {padding:25px 0px 0;}
}


/* OL LI  sytling */

#CareerTips .DetailsPageStyle .detail_sectioncontent ol {padding-left:15px; }

#CareerTips .DetailsPageStyle .detail_sectioncontent ol li {padding-left:20px; font-weight:bold;}
#CareerTips .DetailsPageStyle .detail_sectioncontent ol li ol li > * {font-weight:normal;}

#CareerTips .DetailsPageStyle .detail_sectioncontent ol li ol {list-style: lower-alpha;}

#CareerTips .DetailsPageStyle .detail_sectioncontent ol li ol li ol {list-style: lower-roman;}


/* UL LI  sytling */


#CareerTips .contentpanel.sectioncontent ul li {
  padding:15px 0;
}

#CareerTips .contentpanel.sectioncontent ul {padding-left:15px; }

#CareerTips .contentpanel.sectioncontent ul li {padding-left:20px;}
#CareerTips .contentpanel.sectioncontent ul li ul li > * {}

#CareerTips .contentpanel.sectioncontent ul li ul {list-style: disc;}

#CareerTips .contentpanel.sectioncontent ul li ul li ul {list-style: circle;}


/* Tabs */

#CareerTips .contentpanel.sectioncontent ul.nav-tabs {
  padding: 0 34px;
}

#CareerTips .contentpanel.sectioncontent ul.nav-tabs li {padding-left:0px;}

.sectioncontent .nav-tabs.nav-justified > .active > a::after {bottom: -8px;}

#CareerTips .contentpanel.sectioncontent .tab-content {
  padding:10px 0;
  position:relative;
}

#CareerTips .contentpanel.sectioncontent .tab-content::after {
  display:block;
  text-align: center;
}

.tabbox {
  position:relative;
}

.tabbox .leftbuttonbox,
.tabbox .rightbuttonbox {
  position:absolute; 
  top:0px; 
  z-index: 10;
  height:65px;
  padding-top:25px;
  border-bottom:1px solid #e0e0e0;;
}

.tabbox .leftbuttonbox {left:0px;}
.tabbox .rightbuttonbox {right:0px;}

.articleDetailsV3 .tab-holder .nav-tabs .nav-link {
  font-weight: initial;
}

.articleDetailsV3 .page-tab-holder .nav-pills .nav-link.active,
.articleDetailsV3 .page-tab-holder .nav-pills .show > .nav-link,
.articleDetailsV3 .tab-holder .nav-tabs .nav-link.active span {
  color: #586BCE;
  background: none;
  border-bottom-color: #586BCE;
  border-bottom-width: 4px;
  font-weight: 600;
}

.articleDetailsV3 .tab-holder .nav-tabs .nav-link::before {
  background-color: #586BCE;
}

.articleDetailsV3 .nav-pills .nav-link:hover span {
  color: var(--bs-link-color);
}

.articleDetailsV3 .tab-holder .nav-tabs .nav-link:not(.active):hover::before {
  display: none;
}

.articleDetailsV3 .nav-pills .nav-link:not(.active):hover,
.articleDetailsV3 .tab-holder .nav-tabs .nav-link:not(.active):hover::before {
  background: none;
  background-color: transparent;
}

.articleDetailsV3 .article-tab-content-v3 {
  width: 100%;
}

.articleDetailsV3 .owl-prev,
.articleDetailsV3 .owl-next {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  color: rgba(0, 0, 0, 0.75);
  transition: 0.3s;
}
.articleDetailsV3 #previous {
  padding-right: 20px;
}

.articleDetailsV3 #next {
  padding-left: 20px;
}
.articleDetailsV3 .owl-prev:hover,
.articleDetailsV3 .owl-next:hover {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.5);
  color: #000;
}

.articleDetailsV3 .owl-prev.button.disabled[class*=owl-],
.articleDetailsV3 .owl-next.button.disabled[class*=owl-] {
  background-color: rgba(233, 236, 239, 0.95);
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
}

.articleDetailsV3 .owl-prev.disabled[class*=owl-]:hover,
.articleDetailsV3 .owl-next.disabled[class*=owl-]:hover {
  cursor: not-allowed;
}

/* Extra Small */
@media(max-width:767px){
  .tabbox .leftbuttonbox, .tabbox .rightbuttonbox {display:none;}
}

/* Small */
@media(min-width:768px) and (max-width:991px){
  #CareerTips .sectioncontent .nav-tabs a { height:50px;}
  .tabbox .leftbuttonbox, .tabbox .rightbuttonbox {height:65px;}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
  #CareerTips .sectioncontent .nav-tabs a { height:65px;}
  .tabbox .leftbuttonbox, .tabbox .rightbuttonbox {height:80px;}
}

/* LArge */
@media(min-width:1200px){
  #CareerTips .sectioncontent .nav-tabs a { height:50px;}
}

@media (max-width:767px) {
 .articleDetailsV3 .container.sectioncontent.listing_container DetailsPageStyle.landingpagestyle {
    padding-right: 0px;
 }
 .articleDetailsV3 .row.aroundmyskillsfuture_container {
    width: 100%;
    margin-right: 0px;
 }
 .articleDetailsV3 .row.aroundmyskillsfuture_container div.col-xs-12,
 .articleDetailsV3 .row.aroundmyskillsfuture_container div.col-sm-8{
    padding-right: 0px;
 }
 .articleDetailsV3 ul.nav.nav-pills.nav-tabs li:last-child button {
  margin-right: 1rem;
 }
}

.articleDetailsV3 .article-featured-carousel-v3 {
  margin-top: 5rem;
}

