/******Clickstream filters*****************/
#dataGridWrapper {
	position: relative;
}
.clickFilters {
	margin-top: 115px;
	margin-bottom: 40px;
}

.clickFilters .filters-items-list ul {
	padding-left: 0;
	margin-bottom:0;
	position: relative;
	margin-right: 20px;
}

.clickFilters .filters-items-list ul li a:before {
	content: url(/wp-content/uploads/2022/08/item.svg);
    margin-top: 4px;
    position: absolute;
    top: 0;
}
.clickFilters .filters-items-list ul li a.selectedVal:before {
	content: url(/wp-content/uploads/2022/08/item-selected.svg);
}
.clickFilters .filters-items-list ul li a {
	text-decoration: none;
	font-family: var( --e-global-typography-052c06d-font-family ), sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #10111D;
}
.clickFilters .filters-items-list ul li a span {
	padding-left: 25px;
}
.clickFilters .filterItemDropDown {
	width: 165px;
	margin-right: 20px;
}
.clickFilters .filterItemDropDown select {
	height: 30px;

}

/****Search animation***
.clickFilters .search {
    position: relative;
    width: 95px;
}
.clickFilters .search input[type="text"] {
	font-size: 15px;
	display: inline-block;
	border: none;
	outline: none;
	padding: 3px;
	padding-left: 20px;
	width: 0px;
	position: absolute;
	top: 0;
	left: 0px;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}
.clickFilters .search input[type="text"]:focus:hover {
	border-bottom: 1px solid #BBB;
}
.clickFilters .search .search_reset { 
	position: absolute;
	right:0px;
	display: none;
}
.clickFilters .search input[type="text"].active+.search_reset {
	display:inline;
	cursor:pointer;
	width:110px;
	right: auto;
	left: 175px;
	border-radius: 30px;
	border: 1px solid #FFF;
	padding-left: 5px;
}
.clear-search { display:none;}
.search .search_reset:hover { border: 1px solid #eee !important; }
.search .search_reset:hover .clear-search { 
	display:inline;
	font-size: 0.75rem;
	padding-left: 10px;
}
.clickFilters .search input[type="text"]:focus, .clickFilters .search input[type="text"].active {
	width: 180px;
	z-index: 1;
	border-bottom: 2px solid #707070;
	cursor: text;
	padding-left: 30px !important;
	margin-top: -8px;
	height: 38px;
	border-radius: 0px;
}
.clickFilters .search input[type="submit"] {
	height: 15px;
	width: 15px;
	display: inline-block;
	color:red;
	float: left;
	background: url(../search.png) ;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 2;
	cursor: pointer;
	opacity: 0.6;
	cursor: pointer;
	transition: opacity .4s ease;
	outline: none;
	background-repeat: no-repeat;
}

.clickFilters .search input[type="submit"]:hover {
	opacity: 0.8;
}

/********Pagination**************/
.custom-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
}
.custom-pagination .items-per-page {
  text-align: left;
  color: #515E67;
  font-weight: 300;
  font-size: 14px;
  padding-left: 12px;
}
.custom-pagination .items-per-page span {
  padding: 0 10px;
  position: relative;
  color:#515E67;
  font-weight: 300;
}
.custom-pagination .items-per-page span a {
  text-decoration: none;
  color: #515E67;
  font-size: 0.75rem;
}
.custom-pagination .items-per-page span.active a {
  color: #3B6F8F;
  font-weight: 700;
}
.custom-pagination .items-per-page span a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 87%;
  background: #515E67;
  position: absolute;
  top: 0;
  right: -5px;
}
.custom-pagination .items-per-page span:last-child a::after {
  content: none;
}
.custom-pagination .pagination-wrapper {
  color: #515E67;
  float: right;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  text-align: right;
}
.custom-pagination .pagination-wrapper .items-current-page{
  border-radius: 2px;
  /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
  border: solid 1px #eaeaea;
  background-color: #fefefe;
  margin-left: 10px;
  margin-right: 10px;
  color: #16659d;
  width: 50px;
  text-align: center;
  height: 28px;
  padding: 0 !important;
}
.custom-pagination .pagination-wrapper .current-page,
.custom-pagination .pagination-wrapper .total-pages {
  padding: 0 10px;
}
.custom-pagination .pagination-wrapper .previous-page {
  position: relative;
  padding: 0 20px;
}
.custom-pagination .pagination-wrapper .previous-page a::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 85%;
  background: #c5c5c5;
  position: absolute;
  top: 0;
  right: 10px;
}
.custom-pagination .pagination-wrapper .page.inactive a,
.custom-pagination .items-per-page .inactive a {
  color: #A0A5A8;
  text-decoration: none;
  cursor: initial;
  font-size:0.75rem;
}
.custom-pagination .items-per-page .inactive a::after {
  background: #eaeaea;
}
.custom-pagination .pagination-wrapper .page.active a {
  color: #16659d;
  text-decoration: none;
   font-size:0.75rem;
}
.custom-pagination .items-per-page .page.active a {
  color: #c5c5c5;
  text-decoration: none;
}
.custom-pagination .pagingErrorMessage {
  float: right;
  margin-top: 10px;
  color: #ea3131;
  font-weight: 300;
  text-align: right;
  padding-right: 15px;
  font-size: 14px;
}
.card-wrapper-box{
    padding-bottom:30px;
}
.resourcesList {padding-bottom: 170px; }
.resourcesList .custom-pagination {
	position: absolute;
    bottom: -160px;
    right: 0;
    left: 0;
}
.resourcesList .custom-pagination  .loadMoreButtonWrapper {
	justify-content: center;
}

@media only screen and (max-width: 767px) {
  .custom-pagination .pagination-wrapper {
    float: none;
    text-align: center;
  }
  .custom-pagination .items-per-page {
    text-align: center;
    margin-bottom: 30px;
  }
}
.ajaxLoader { 
	display: none;
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
	margin-top:  85px;
}
.ajaxLoader .loader-img {
    background-image: url(../spinner.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filterItemDropDown select {
	font-size: 1rem;
	color: #A1AFB7;
}
.filterItemDropDown .select {
    height: 30px;
    width: auto;
}
.filterItemDropDown .styledSelect, .small-screens .styledSelect {
    background: #FFFFFF!important;
    border: 1px solid #D6E4F9 !important;
    padding: 0 15px!important;
margin-top:4px;
    width: 280px;
    font-size: 16px;
    color: #10111D!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 42px;
    display: flex;
    align-items: center;
}
@media only screen and ( max-width: 768px )and (min-width: 360px) {
    .filterItemDropDown .styledSelect{
        margin-left: 5%;
    }
    .blog-top-header{
        margin-bottom:20px;
    }
    .clickFilters {
        margin-top:20px;
    }
    .options{
        left: 20px;
    }
}
@media only screen and (max-width: 360px) {
    .filterItemDropDown .styledSelect{
        margin-left: 0;
    }
    .blog-top-header{
        margin-bottom:10px;
    }
    .clickFilters {
        margin-top:10px;
    }
    .options{
        left: 10px;
        width: 330px
    }
    .filterItemDropDown .styledSelect{
        margin-left:10px;
    }
}

.filterItemDropDown .s-hidden {
	visibility: hidden;
}
.filterItemDropDown .styledSelect:after, .small-screens .styledSelect:after {
    content: "\f078" !important;
    color: #000000!important;
    font-family: "Font Awesome 5 Free" !important;
    top: -2px;
    font-size: 18px;
    border: 0;
	font-weight: 600;
    left: 280px;
}
.filterItemDropDown .options, .small-screens .options {
    width: 350px;
    height: 248px;
    padding-left: 0;
    overflow:auto;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ADC9F4 #f1f1f1;
}
/* WebKit/Blink browsers (Chrome, Safari) */
.filterItemDropDown .options::-webkit-scrollbar {
    width: 8px;
}

.filterItemDropDown .options::-webkit-scrollbar-thumb {
    background-color: #ADC9F4;
    border-radius: 5px;
}

.filterItemDropDown .options::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.filterItemDropDown .options::-webkit-scrollbar-thumb:hover {
    background-color: #ADC9F4;
}

.filterItemDropDown .options li, .small-screens .options li {
    padding: 0 15px;
    line-height: 1.4rem;
    color: #10111D;
    height:44px;
    display: flex;
    align-items:center;
}
.filterItemDropDown .options li:hover, .small-screens .options li:hover {
  background:#D6E4F9;
    cursor:pointer;
}

/*.clickFilters input[type="submit"] {
    height: 15px;
    width: 15px;
    display: inline-block;
    color: red;
    float: left;
    background: url(../assets/search.png);
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity .4s ease;
    outline: none;
    background-repeat: no-repeat;
}
.clickFilters .search {
    position: relative;
    width: 95px;
}
.search .search_reset {
    position: absolute;
    right: 0;
    display: none;
}
.clear-search {
    display: none;
}
.clickstream-search {
    width: 10%;
    position: relative;
}
.clickFilters .filters-items-list {
    width: 90%;
}
.clickstream-search  input.js-search{
    background: #fff;
    border-radius: 40px;
    padding: 15px 40px 15px 20px;
    width: 135px;
    color: #525252;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    border: none;
    border-radius: 5px;
    transition: width 0.4s ease;
    outline: none;
    height: 44px;
    margin-bottom: 29px;
    position: absolute;
    top: -14px;
    background: #f2f2f2;
    border-radius: 40px;
    padding-left: 20px !important;
    position: absolute;
    right: 0;
}
.clickstream-search  input.js-search:focus{
    width: 210%;
}
.clickstream-search button.btn-search, .clickstream-search button.btn-reset {
    background: hotpink;
    border: none;
    height: 30px;
    font-size: 12px;
    padding: 4px;
    position: absolute;
    width: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 3;
}
.clickstream-search button.btn-search {
    background: #ccc;
    border-radius: 50%;
    height: 26px;
    right: 14px;
    top: 2px;
    transition: all .3s ease-in-out;
    width: 26px;

}
.clickstream-search button.btn-search:before {
    content: "\f002";
    top: 2px;
    position: absolute;
    right: 5px;
}
.clickstream-search button.btn-reset {
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    right: 5px;
    top: 5px;
    width: 20px;
    padding-left: 1px;
    z-index: -1;
    color: #fff;
}
.clickstream-search button {
    transition: all .3s ease-in-out;
    position: absolute;
}
.clickstream-search input:focus ~ button.btn-reset {
    right: -22px;
    cursor: pointer;
    z-index: 3;
}
.clickFilters .search .fa-times:before {
    position: absolute;
    top: -1px;
    left: 6px;
}
.clickFilters .clickstream-search {
	float: right;
}
*/

/****Card height***********/
.pressList .clickstream-content-wrapper{
    grid-template-rows: 140px 80px;
}
.blog .clickFilters .filters-items-list {
	width: 100%;
}

@media only screen and (max-width:767px) {
	/*********Filters****************/
	.clickFilters .filters-items-list {
		float: right;
	} 
	.clickFilters .filters-items-list,  .clickFilters .clickstream-search {
		float: none;
		width: 100%;
	}
	.clickstream-search input.js-search:focus {
		width: 90%;
	}
}
/*********Header resource and blog****************/
@media only screen and (max-width:400px) {
    .featured-label{
        margin-top: 12px;
        width: 100px!important;
    }
    .filterItemDropDown .options, .small-screens .options {
        width: 320px;

    }
}
@media only screen and (max-width: 1024px) {
    .filterItemDropDown .styledSelect{
        margin-left:20px;
    }
    .options{
        width: 330px;
        left:20px;
    }
}