.wk-resource-banner {
    background: linear-gradient(#10091f, #160f27);
    padding: 220px 0 0px !important;
}
.wk-resource-banner .section-heading {
    color: var(--text-primary-color);
    font-size: 48px;
    line-height: 60px;
}

.wk-resource-center {
    background: #f8faf3;
    color: var(--wk-cta-color-opt2);
    padding: 100px 0;
}
.wk-resource-center .wk-filter-section{
    margin-bottom: 48px;
}
.wk-resource-center .wk-filter-section .left-area {
    display: flex;
    align-items: center;
}
.wk-resource-center .wk-filter-section .left-area h4 {
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 0;
    white-space: nowrap;
}
.wk-resource-center .wk-filter-section .left-area .wk-filters {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	width: 100%;
}
.wk-resource-center .wk-filter-section .left-area .wk-filters .dropdown {
    margin: 0 7.5px;
	display: flex;
    flex-basis: calc(25% - 15px);
    justify-content: flex-start;
    flex-direction: column;
	max-width: 200px;
}
.wk-resource-center
    .wk-filter-section
    .left-area
    .wk-filters
    .dropdown:last-child {
    margin-right: 0;
}

.wk-resource-center .filter-results .tile-item {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 45px;
    height: calc(100% - 45px);
}
.wk-resource-center .filter-results .tile-item .tile-img {
    border-radius: 30px;
    overflow: hidden;
    max-height: 302px;
}
.wk-resource-center .filter-results .tile-item .tile-img img {
    border-radius: 30px;
    object-fit: cover;
    width: 100%;
    /*max-height: 270px;
    height: 270px;*/
}
.wk-resource-center .resource-grid.filter-results .tile-item .tile-img img {
    object-fit: cover;
}
.wk-resource-center.learn-center .resource-grid.filter-results .tile-item .tile-img img{
    max-height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.wk-resource-center.learn-center .filter-results .tile-item .tile-img{
    border-radius: 30px;
    overflow: hidden;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.wk-resource-center.learn-center .filter-results .tile-item .tile-img img{
    max-height: 100%;
    object-fit: cover;
    max-width: 100%;
    border-radius: 0;
    height: auto;
}
.wk-resource-center .filter-results .tile-item .tile-content {
    min-height: 200px;
	padding: 30px 30px;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
}
.wk-resource-center .filter-results .tile-item .tile-content .section-desc{
    margin-bottom: 24px;
}
.wk-resource-center .filter-results .tile-item .tile-content h3{
    font-weight: 400;
	font-size: 24px;
	line-height: 125%;
    color: var(--wk-cta-color-opt2);
}
.wk-resource-center .filter-results.event-grid .tile-item .tile-content h3{
    font-weight: 600;
    font-size: 28px;
}
.wk-resource-center .filter-results .tile-item .tile-content .eyebrow-txt{
	color: var(--wk-color-opt3);
    margin-bottom: 15px;
    padding-top: 4px;
}
.wk-resource-center .filter-results .tile-item .tile-content .eyebrow-txt svg {
    width: 18px;
    height: 18px;
    margin: -5px 8px 0 0;
    fill: var(--wk-color-opt3);
}
.wk-resource-center .filter-results .tile-item .tile-content .cta-box{
    margin-bottom: 0;
    margin-top: auto;
}
.wk-resource-center .filter-results .tile-item .tile-content .cta-box .cbtn {
    margin-bottom: 15px;
}
.wk-resource-center .filter-results .tile-item .tile-content .cta-box .cbtn:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.wk-resource-center .filter-results .tile-item:focus,
.wk-resource-center .filter-results .tile-item:hover {
    background-color: var(--wk-dark-grey);
}
.wk-resource-center .pagination .paginationjs-pages ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.wk-resource-center .pagination .page-numbers {
    font-weight: 500;
    font-size: 17px;
    line-height: 146%;
    cursor: pointer;
    margin: 0 10px;
    color: rgb(116, 110, 134);
}
.wk-resource-center .pagination .page-numbers.current {
    color: var(--weka-fuchsia);
    cursor: none;
    pointer-events: none;
}
.wk-resource-center .pagination .paginationjs-pages ul li.disabled {
  visibility: hidden;
}
.wk-resource-center .pagination a.next.page-numbers, .wk-resource-center .pagination a.prev.page-numbers {
  font-size: 0px;
}
.wk-resource-center .pagination a.next.page-numbers:before {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  background: url("/wp-content/themes/revamp/assets/images/jump-to-lp.png") no-repeat;
  background-size: contain;    
  margin-top: 6px;
}
.wk-resource-center .pagination a.next.page-numbers {
  font-size: 0px;
}
.wk-resource-center .pagination a.prev.page-numbers:before {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  background: url("/wp-content/themes/revamp/assets/images/jump-to-lp.png") no-repeat;
  background-size: contain;
  transform: rotate(180deg);    
  margin-top: 6px;
}
.wk-resource-center .search {
    position: relative;
    margin-left: auto;
}
.wk-resource-center.press-coverage-listing .filter-results .tile-item .tile-img {
    min-height: 200px;
}
.wk-resource-center.customer-listing-grid .filter-results .tile-item .tile-img {
    min-height: 180px;
}
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-img {
    min-height: 180px;
}
@media (min-width: 1200px) {
    .wk-resource-center .search {
		width: 396px;
	}
}
@media (max-width: 1024px) {
    .wk-resource-center {
        padding: 60px 0;
    }
}
@media (max-width: 567px) {
    .wk-resource-center .wk-filter-section{
        margin-bottom: 20px;
    }    
}

.wk-resource-center .search input {
    background-color: #f0f0ee;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    width: 100%;
    padding-right: 60px;
}

.wk-resource-center .search .search_icon{
    position: absolute;
    top: 0;
    right: 10px;
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Always show the scrollbar of the dropdown */
.select-btn {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #f0f0ee;
    font-size: 15px;
}

.select-btn .btn-text {
    font-weight: 400;
    display: flex;
    align-items: center;
}
.select-btn .count {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: var(--weka-purple);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: var(--text-primary-color);
    font-weight: 500;
    margin-left: 6px;
}
.select-btn .arrow-dwn {
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.select-btn .arrow-dwn:after {
    content: "";
    background: url("../images/dropdown-arrow.png") no-repeat;
    background-size: contain;
    height: 10px;
    width: 15px;
    display: block;
}

.select-btn.open {
    background: #fff;
    border: 2px solid var(--weka-purple);
    border-bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.select-btn.open .arrow-dwn {
    transition: all 0.5s;
    transform: rotate(-180deg);
}
.select-btn.open ~ .list-items {
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    padding-bottom: 5px;
    z-index: 9;
}
.select-btn.open ~ .list-items::-webkit-scrollbar {
    width: 8px;
    height: 0;
}
.select-btn.open ~ .list-items::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.select-btn.open ~ .list-items::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.list-items {
    position: relative;
    margin-top: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 2px solid var(--weka-purple);
    border-top: 0;
    padding: 0;
    background-color: #fff;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}
.list-items .item {
    display: flex;
    align-items: center;
    list-style: none;
    cursor: pointer;
    transition: 0.2s;
    padding: 5px 14px;
    border-radius: 8px;
    line-height: normal;
}

.item .item-text {
    font-size: 1px;
    font-weight: 400;
}
.item .checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    margin-right: 12px;
    border: 1.5px solid var(--wk-cta-color-opt2);
    transition: all 0.2s ease-in-out;
}

.item.checked .checkbox {
    border-color: var(--weka-fuchsia);
    position: relative;
}
.item.checked .checkbox:after {
    content: "";
    position: absolute;
    top: 35%;
    height: 8px;
    width: 4px;
    transform: rotate(45deg) translateY(-50%);
    border-bottom: 2px solid var(--weka-fuchsia);
    border-right: 2px solid var(--weka-fuchsia);
    left: 3px;
}

.checkbox .check-icon {
    color: #fff;
    font-size: 11px;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}

.unset-height {
    height: unset;
    min-height: unset !important;
}

.bg-unset {
    background: transparent !important;
}


/* Partner Listing and Technology Alliances */
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content,
.wk-resource-center.customer-listing-grid .filter-results .tile-item .tile-content,
.wk-resource-center.events-listing-grid .filter-results .tile-item .tile-content,
.wk-resource-center.press-release-listing .filter-results .tile-item .tile-content{
    min-height: 180px;
    height: calc(100% - 180px);
}
.wk-resource-center.partners-listing-grid .wk-filter-section .left-area .wk-filters .dropdown,
.wk-resource-center.customer-listing-grid .wk-filter-section .left-area .wk-filters .dropdown,
.wk-resource-center.events-listing-grid .wk-filter-section .left-area .wk-filters .dropdown,
.wk-resource-center.press-coverage-listing .wk-filter-section .left-area .wk-filters .dropdown,
.wk-resource-center.press-release-listing .wk-filter-section .left-area .wk-filters .dropdown   {
    max-width: none;
}
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-img,
.wk-resource-center.customer-listing-grid .filter-results .tile-item .tile-img,
.wk-resource-center.events-listing-grid .filter-results .tile-item .tile-img,
.wk-resource-center.press-coverage-listing .filter-results .tile-item .tile-img{
    text-align: center;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wk-dark-grey);
}
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-img img,
.wk-resource-center.customer-listing-grid .filter-results .tile-item .tile-img img,
.wk-resource-center.events-listing-grid .filter-results .tile-item .tile-img img,
.wk-resource-center.press-coverage-listing .filter-results .tile-item .tile-img img,
.wk-resource-center.press-coverage-listing .filter-results .tile-item .tile-img img{
    object-fit: contain;
    max-height: 120px;
    max-width: 250px;
    border-radius: 0;
}
.wk-resource-center.press-release-listing .filter-results .tile-item a {
    display: block;
    height: 100%;
}
.wk-resource-center.partners-listing-grid .filter-results .tile-item {
    background-color: var(--wk-dark-grey);
    margin-bottom: 24px;
    height: calc(100% - 24px);
}
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .partner-address,
.wk-resource-center.customer-listing-grid .filter-results .tile-item .tile-content .partner-address {
    margin-bottom: 10px;
}
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .partner-type,
.wk-resource-center.customer-listing-grid .filter-results .tile-item .tile-content .partner-type {
    margin-bottom: 10px;
}
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .partner-type span,
.wk-resource-center.customer-listing-grid .filter-results .tile-item .tile-content .partner-type span,
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .partner-level span,
.wk-resource-center.customer-listing-grid .filter-results .tile-item .tile-content .partner-level span {
    font-weight: 600;
    display: block;
}
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .type {
    font-weight: 600;
    display: flex;
}
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .type .value {
    display: inline-block;
    margin-left: 15px;
    font-weight: 400;
}

.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .partner-level,
.wk-resource-center.customer-listing-grid .filter-results .tile-item .tile-content .partner-level {
    margin-bottom: 15px;
}

.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .bottom-box {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
	justify-content: end;
}
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .bottom-box .cta-box{
    margin-top: auto;
}
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .partner-level {
    display: flex;
    align-items: center;
	justify-content:space-between;
}
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .partner-level img {
    height: 40px;
    margin-left: 15px;
}
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .partner-level span,
.wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .type span {
    white-space: nowrap;
}

.wk-resource-center.events-listing-grid .filter-results .tile-item{
    background-color: var(--wk-dark-grey);
    margin-bottom: 24px;
    height: calc(100% - 24px);
}
.wk-resource-center.events-listing-grid .filter-results .tile-item .tile-img{
	min-height:180px;
}
.wk-resource-center.events-listing-grid .filter-results .tile-item .tile-content .event-date-time,
.wk-resource-center.events-listing-grid .filter-results .tile-item .tile-content .event-address {
    font-size: 18px;
    line-height: 24px;
}
.wk-resource-center.events-listing-grid .filter-results .tile-item .tile-content .event-date-time .event-date span, 
.wk-resource-center.events-listing-grid .filter-results .tile-item .tile-content .event-date-time .event-time span, 
.wk-resource-center.events-listing-grid .filter-results .tile-item .tile-content .event-address span {
    display: block;
    font-weight: 600;
}


.wk-resource-center.career-listing-grid .block-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wk-resource-center.career-listing-grid .block-wrap h4 {
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 0;
    font-family: 'Poppins';
}
.wk-resource-center.career-listing-grid .block-wrap select {
    border: 2px solid transparent;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #f0f0ee;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    margin-right: 15px;
}
.wk-resource-center.career-listing-grid .block-wrap select:focus{
    border: 2px solid var(--weka-purple);
}
.wk-resource-center.career-listing-grid .grid-wrap {
    padding-bottom: 0;
    padding-top: 0;
}
.wk-resource-center.career-listing-grid .filter-results .tile-item {
    background-color: var(--wk-dark-grey);
    height: calc(100% - 24px);
    margin-bottom: 24px;
}
.wk-resource-center.career-listing-grid .filter-results .tile-item:hover {
    background-color: var(--wk-dark-grey-opt2);
}
.wk-resource-center.career-listing-grid .filter-results .tile-item .tile-content {
    height: calc(100%);
}
.wk-resource-center.career-listing-grid .filter-results .tile-item .tile-content .content-wrap {
    margin-bottom: 30px;
}
.wk-resource-center.career-listing-grid .inner-title h4 a {
    color: var(--wk-cta-color-opt2) !important;
}

@media (max-width: 1280px){
	.wk-resource-center .wk-filter-section .left-area {
		flex-direction: column;
	}
	.wk-resource-center .wk-filter-section .left-area h4 {
		font-size: 18px;
		margin-right: 15px;
		margin-bottom: 15px;
		width: 100%;
		margin-left: 30px;
	}
	.wk-resource-center .wk-filter-section .left-area .wk-filters{
		margin-bottom: 15px;
	}
	.wk-resource-center .wk-filter-section .left-area .wk-filters .dropdown{
		max-width: 100%;
	}
	.wk-resource-center .search{
		width: 100%;
		padding: 0 7.5px;
	}

	.wk-resource-center .wk-filter-section.three .left-area .wk-filters .dropdown {
		flex-basis: calc(33.33% - 15px);
	}
	
	.wk-resource-center .wk-filter-section.two .left-area .wk-filters .dropdown {
		flex-basis: calc(50% - 15px);
	}
}

@media (max-width: 991px) {
    .wk-resource-banner {
        padding: 105px 0px 0px 0px !important;
    }    
    .wk-resource-center .wk-filter-section .left-area .wk-filters {
        flex-direction: row;
        width: 100%;		
    }
    .wk-resource-center .wk-filter-section .left-area h4 {
        margin-right: 0;
		margin-bottom: 0;
        width: 100%;		
    }
    .wk-resource-center .wk-filter-section .left-area .wk-filters .dropdown {
        margin:0 7.5px;
        margin-top: 15px;
		flex-basis: calc(50% - 15px);
    }
	.wk-resource-center .search{
		padding: 0 7.5px;
	}
	.wk-resource-center .filter-results .tile-item .tile-content {
		min-height: auto;
		padding: 20px;
	}
	.wk-resource-center .filter-results .tile-item .tile-content h3{
		font-weight: 400;
		font-size: 20px;
		line-height: 125%;
	}
}


@media (max-width: 767px){
    .wk-resource-center{
        padding-top: 40px;
    }

    .wk-resource-center.career-listing-grid .block-wrap{
        flex-wrap: wrap;
    }

    .wk-resource-center.career-listing-grid .block-wrap .select {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .wk-resource-center.career-listing-grid .block-wrap select{
        width: 100%;
    }
}

@media (max-width: 567px) { 
    .wk-resource-center .filter-results .tile-item{
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }
    .wk-resource-center .wk-filter-section .left-area .wk-filters,
    .wk-resource-center .wk-filter-section .left-area h4 {
        display: none;
    }

    .wk-resource-center .wk-filter-section .left-area .wk-filters .dropdown,
    .wk-resource-center .wk-filter-section.three .left-area .wk-filters .dropdown,
    .wk-resource-center .wk-filter-section.two .left-area .wk-filters .dropdown {
        margin: 0;
        margin-top: 15px;
        flex-basis: calc(100% - 0px);
    }
    .wk-resource-center .search {
        padding: 0;
    }
}


/* Mobile Resource Filters Section */
.mobile-filter-wrapper{
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    right: 0;
    top: 0;
    display: none;
    flex-direction: column;
}
.mobile-filter-wrapper.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    display: flex;
}
.filter-header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.mobile-filter-wrapper .title {
    cursor: pointer;
}
.mobile-filter-wrapper .mob-close {
    cursor: pointer;
}
.mobile-filter-wrapper .mob-close span.wk-close-txt {
    position: absolute;
    right: 0;
    top: 28px;
    padding-right: 30px;
}
.mobile-filter-wrapper .mob-close .wk-close {
    top: 30px;
}
.mobile-filter-wrapper .mob-close .wk-close:before, 
.mobile-filter-wrapper .mob-close .wk-close:after {
    height: 20px;
}
.mobile-filter-wrapper .bottom {
    margin-top: auto;
    margin-bottom: 50px;
}
.mobile-filter-wrapper .bottom .cbtn{
    display: block;
    margin-right: 0;
}
.mobfilterBy {
    align-items: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 146%;
    margin-top: 24px;
    display: none;
}
.mobfilterBy svg {
    width: 18px;
    height: 10px;
    margin-left: 15px;
}

@media (max-width: 567px){
    .select-btn{
        background-color: transparent;
        margin-bottom: 0;
        border-bottom: 1px solid #E4D8F2;
        border-radius: 0;
        padding: 0;
        height: 55px;
    }
    .mobile-filter-wrapper .wk-filters .dropdown:last-child .select-btn {
        border-bottom: navajowhite;
    }
    .select-btn .btn-text{
        color: #746E86;
    }
    .select-btn.open{
        border: none;
    }
    .list-items{
        margin-top: 0;
        transition: all 0.5s;
        max-height: 225px;
    }
    .list-items .item{
        padding-left: 0;
    }
    .select-btn.open ~ .list-items {
        display: block;
        position: relative;
        top: 0;
        border: none;
        border-bottom: 1px solid #E4D8F2;
        border-radius: 0;
        margin-bottom: 0;
    }
    .mobfilterBy{
        display: flex;
    }
    .wk-resource-center .wk-filter-section .left-area {
        align-items: flex-end;
    }
}



@media (max-width: 480px){
    .wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .type{
        flex-wrap: wrap;
    }

    .wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .type .value{
        margin-left: 0;
        margin-bottom: 7px; 
    }

    .wk-resource-center.partners-listing-grid .filter-results .tile-item .tile-content .type > span{
        margin-right: 9px;
    }
}

@media (max-width: 374px){
    .wk-resource-center .filter-results .tile-item .tile-content .cta-box .cbtn{
        display: block;
    }
}