.careers-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
}
.career-card {
   border: 1px solid rgba(23, 42, 46, 0.2);
   padding: 20px !important;
   position: relative;
}
.career-card h2 {
   color: rgba(52, 114, 101, 1);
   font-size: 28px;
   font-style: normal;
   font-weight: 400;
   line-height: 36px;
}
.career-meta span {
   font-size: 14px;
   color: rgba(14, 58, 67, 1);
   text-transform: uppercase;
	font-weight: 500;
}
.career-benefits-box {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   column-gap: 24px;
   row-gap: 24px;
}
.benefit-item {
   width: 40%;
}
.benefit-item p {
   font-family: Tiempos Text;
   font-weight: 500;
   font-size: 20px;
   line-height: 28px;
   color: rgba(52, 114, 101, 1);
}
@media (max-width: 600px) {
   .career-meta span {
      font-size: 12px;
   }
   .benefit-item {
      width: 100%;
   }
}
.related-job .owl-stage-outer {
   left: 0;
   width: 200%;
   margin-right: -20%;
}
.career-card p.category-job {
   padding: 0;
   color: rgba(14, 58, 67, 1);
   font-size: 14px;
   font-style: normal;
   font-weight: 530;
   line-height: 24px;
}
.career-card p {
   padding: 0;
   color: rgba(14, 58, 67, 1);
   font-size: 18px;
   font-style: normal;
   font-weight: 450;
   line-height: 24px;
}
.category-job {
   text-transform: uppercase;
}
.career-meta {
   display: flex;
   align-items: center;
   gap: 10px;
   margin-top: 10px;
}
.career-meta img {
   width: 24px !important;
   height: 24px;
}
.career-btn {
   bottom: 0px;
   right: 20px;
   border: 1px solid rgba(52, 114, 101, 1);
   background: rgba(52, 114, 101, 1);
   color: rgba(222, 213, 206, 1);
   padding: 10px 15px;
   text-decoration: none;
   display: inline-block;
   margin-top: 20px;
   float: right;
   font-size: 20px;font-weight: 530;
}
.career-btn:hover {
   background: #fff;
   color: rgba(52, 114, 101, 1);
}
.career-card strong {
   text-transform: uppercase;
   font-weight: 400;
   font-size: 12px;
   color: rgba(14, 58, 67, 1);
}

button#load-more-careers {
   display: flex;
   justify-content: center;
   align-items: flex-end;
   padding: 12px 24px;
   margin-top: 64px !important;
   align-items: flex-end;
   border: 1px solid rgba(52, 114, 101, 1);
   color: #0e3a43;
   font-size: 20px;
   font-style: normal;
   font-weight: 530;
   line-height: normal;
   margin: auto;
   background: #fff;
}
button#load-more-careers:hover {
   background: rgba(52, 114, 101, 1);
   color: #fff;
}
@media (max-width: 767px) {
   .careers-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
   }
}

.owl-carousel.custom-two-slide-carousel {
   position: relative;
   overflow: hidden;
}

.custom-two-slide-carousel .owl-stage-outer {
   overflow: visible;
}

.custom-two-slide-carousel .owl-stage-outer {
   clip-path: inset(0px 0px 0px 0px);
   width: 50vw;
}

@media (max-width: 980px) {
   .custom-two-slide-carousel .owl-stage-outer {
      width: 100vw;
   }
}

.owl-carousel.owl-loaded {
   overflow: visible;
}

.owl-carousel.custom-two-slide-carousel .owl-stage {
   display: flex;
   margin-left: 0px; /* Hides the previous slide */
   padding-right: 0; /* Offsets active slide to the right */
}

.owl-carousel.custom-two-slide-carousel .owl-item {
   transition: transform 0.3s ease, opacity 0.3s ease;
   transform: scale(0.85);
   opacity: 0.6;
}

.owl-carousel.custom-two-slide-carousel .owl-item.center {
   transform: scale(1);
   opacity: 1;
   z-index: 2;
}

@media (max-width: 767px) {
   .owl-carousel.custom-two-slide-carousel .owl-stage {
      margin-left: 0;
      padding-left: 0;
   }
}

.owl-carousel.custom-two-slide-carousel .owl-item.active {
   transform: scale(1);
   opacity: 1;
   z-index: 2;
}
.custom-two-slide-carousel img {
   width: 100%;
   height: auto;
   display: block;
}

.view-job-btn .career-btn {
   float: none;
}
.view-job-btn {
   display: flex;
   flex-direction: column;
   align-items: flex-end;
}

/* Funds */
.dp-dfg-item{
   padding:0 !important
}

.fund-listing .dp-dfg-container{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.fund-listing .dp-dfg-items, .fund-listing .dp-dfg-pagination{
	width:100%
}

.dp-dfg-filters-dropdown-layout {
  grid-template-columns: repeat(1, 1fr) !important;
}

.fund-card {
   position: relative;
   padding: 0 !important;
   overflow: hidden;
   transition: all 0.3s ease;
   height: 550px;
}
.list-view .fund-card{height:auto !important}
.hover-details p {
   font-size: 18px;
}
.hover-details h4 {
   padding-bottom: 5px;
}
.inner-details {
	margin-bottom: 32px;
}
.list-view .inner-details {
	margin-bottom: 10px;
}
.fund-image {
   height: 280px;
   background-size: cover;
   background-position: center;
   position: relative;
   transition: height 0.3s ease, opacity 0.3s ease;
}
.list-view .fund-image {
	height: 100%;}
@media(max-width:580px){
	.list-view .fund-card{min-height:450px !important}
	.list-view .fund-image{
    width: 40% !important;
}
	.list-view .fund-details {
    left: 40% !important;
}
	.list-view .fund-card:hover .fund-details{left:0% !important}
}
@media(max-width:425px){
	.inner-details h4,	.inner-details p{font-size:14px}
	.inner-details{margin-bottom:15px}
}
.fund-label span {
   background: rgba(23, 42, 46, 1);
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    margin: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid rgba(52, 114, 101, 1);
}

.fund-details {
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
}
a.fund-btn {
    width: 54px;
    height: 35px;
    background: rgba(52, 114, 101, 1);
    position: absolute;
    right: 0;
    display: flex;
    text-align: center;
    margin: 7px 0 auto;
    justify-content: center;
}
a.fund-btn img{max-width:16px}
.fund-meta {
   list-style: none;
   display: flex;
   flex-wrap: wrap;
   column-gap: 24px;
   font-size: 14px;
   margin: 0 0 0px;
   padding: 0 !important;
}

.fund-meta li {
   display: flex;
   align-items: center;
   column-gap: 8px;
}

.fund-title {
   font-size: 20px;
   font-weight: 500;
   margin: 20px 0 0;
	color: rgba(0, 0, 0, 1);
}
.fund-meta li span {
    font-size: 14px;
	line-height:20px;
    font-weight: 500;
    text-transform: uppercase;
	color: rgba(0, 0, 0, 1);
}
.fund-desc {
   font-size: 18px;
   line-height: 24px;
   margin-bottom: 10px;
	color:rgba(0, 0, 0, 1)
}

.hover-details {
   opacity: 1;
   transition: all 0.3s ease;
   display: none;
}

.fund-card:hover .hover-details {
   opacity: 1;
    transform: translateX(0);
}
.listview .fund-card:hover .hover-details{
	display: flex !important;
    flex-wrap: wrap;
    column-gap: 20px;
}
.list-view .fund-card:hover .hover-details {
   opacity: 1;
   transform: translateX(0);
	display: flex;
	    flex-wrap: wrap;
    gap: 20px;
}
.fund-card:hover .fund-image {
   height: 0;
   opacity: 0;
}

.fund-card:hover .hover-details,
.fund-card:hover .fund-details .fund-label {
   display: block;
   transition: all 0.3s ease;
}

.fund-card:hover .fund-details .fund-label span {
   margin: 0 0 20px !important;
}

.fund-details .fund-label {
   display: none;
}
.dp-dfg-items.list-view article.fund-card .fund-details {
   flex-grow: 1;
}
.fund-listing .dp-dfg-dropdown-label,
.fund-listing .dp-dfg-dropdown-label {
   padding-bottom: 0.3rem !important;
}

.fund-listing .dp-dfg-search input, .dp-dfg-search span, .news-landing .dp-dfg-search input {
   background: transparent !important;
    border: none !important;
    padding: 8px 64px;
}
.fund-listing  .dp-dfg-search-icon, .news-landing .dp-dfg-search-icon {
	padding: 0 0;
    position: absolute;
    top: 10px;
    left: 18px;
    width: auto;
}
.fund-listing .dp-dfg-filters-dropdown-layout, .news-landing .dp-dfg-filters-dropdown-layout {
   width: 14%;
}
.fund-listing .dp-dfg-sort-order, .news-landing .dp-dfg-sort-order {
    border: none !important;
    padding: 0 !important;
}
.fund-listing .dp-dfg-dropdown-label, .news-landing .dp-dfg-dropdown-label {
   border: none !important;
   border-bottom:1px solid rgba(14, 58, 67, 1) !important;
}
.fund-listing span.dp-dfg-dropdown-placeholder, .news-landing span.dp-dfg-dropdown-placeholder {
   font-size: 18px;
}
.fund-listing .dp-dfg-search, .news-landing .dp-dfg-search {
   width: 54% !important;
   justify-content: flex-start;
}

.fund-listing article:nth-child(2n) .fund-card,
.fund-listing article:nth-child(2n) .dp-dfg-item{
   background: #ded5ce !important;
}
.fund-listing article:nth-child(2n+1) .fund-card,
.fund-listing article:nth-child(2n+1) .dp-dfg-item {
   background: #d6e1de ;
}
.fund-listing article:nth-child(odd) .fund-details .fund-label span {
   background: #85aaa3;
   border: 1px solid #0e3a43;
   color: #172A2E;
}
.fund-listing article:nth-child(even) .fund-details .fund-label span {
   background: #dfc1aa66 !important;
   border: 1px solid #dfc1aa !important;
   color: #172A2E;
}

/* Viewmode Code */
.fund-listing .dfg-view-toggle {
   display: flex;
   column-gap: 10px;
   align-items: center;
   width: 6%;
   justify-content: right;
}
.dfg-view-toggle button{
	margin-bottom:2px;
	display:inline-block
}
.dfg-view-toggle img{
	width:30px;
	height:30px
}
.fund-listing .dfg-toggle-btn {
   cursor: pointer;
   font-size: 18px;
   transition: background 0.3s ease;
   opacity: 0.5;
   padding: 0;
   border: 0;
   background: transparent;
}

.fund-listing .dfg-toggle-btn.active {
   opacity: 1;
}

.fund-listing .dp-dfg-items.list-view article.fund-card {
   display: flex !important;
   flex-direction: row;
   gap: 20px;
}

.fund-listing .dp-dfg-items.list-view article.fund-card .fund-image {
   width: 200px;
   height: auto;
   background-size: cover;
   flex-shrink: 0;
}
.fund-listing .dp-dfg-items.list-view .fund-card {
  display: flex;
  flex-direction: row;
}

.fund-listing .dp-dfg-items:not(.list-view) .fund-card {
  display: block;
}
.dp-dfg-items.list-view {
    grid-template-columns: repeat(auto-fill,minmax(100%, 1fr)) !important;
}
.funds-dfg-controls-wrapper{
   
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: end;
}
.list-view .fund-details{left:30%}
.list-view .fund-image{width:30%}
.list-view .hover-details .fund-details{left:0}
.list-view .fund-card{min-height:300px}
.list-view .fund-card:hover .fund-details{left:0}
@media(max-width:980px){
	.funds-dfg-controls-wrapper{row-gap:20px}
	.fund-listing .dp-dfg-search{width:100% !important}
	.fund-listing input.dp-dfg-search-input{width:100%;border-bottom:1px solid rgb(209, 212, 213)!important}
	.fund-listing .dp-dfg-filters-dropdown-layout, .fund-listing .dp-dfg-skin-default .dp-dfg-sorting{width:calc(50% - 10px)}
	.fund-listing .dp-dfg-sort-orderby{width:92%}
	.fund-listing .dfg-view-toggle{width:100%}
}
@media(max-width:650px){
	.fund-card{height:530px}
}
@media(max-width:570px){
	.fund-listing .dp-dfg-filters-dropdown-layout, .fund-listing .dp-dfg-skin-default .dp-dfg-sorting{width:100%;        justify-content: flex-start;}
}
@media(max-width:659px){
	a.fund-btn{position:relative}
	.list-view .fund-card{min-height:350px}
}