.chartToppers {
    max-width: 303px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 16%);
    margin-bottom: 280px;
       background: #ffff;
/*     margin-left: auto !important; */
    border-radius: 2px 2px 0px 0px;
}
span.chartToppers__right.chartToppers__navigation.slick-arrow {
    margin-right: 0;
}
input.filter-input:active {
    border-color: #5ecce3;
}

.nf_hidden{
  display: none;
}
.hs_cos_wrapper_type_post_filter {
    display: none !important;
}
.chartToppers__searchIcon {
    cursor: pointer;
}
.chartToppers input.filter-input {
    padding-left: 23px;
    font-size: 18px;
    line-height: 35px;
    color: #707070!important;
    /*color: #D6D6D6!important;*/
    border: 0px;
    border-bottom: 1px solid #D6D6D6;
    font-weight: normal !important;
    outline: 0;
    min-height: 0;
}

input.hs-search-field__input {
  border-radius: 2px 2px 0px 0px; 
}

input.hs-search-field__input.filter-input:focus {
  box-shadow: 0px 0px 3px 1px rgb(74, 201, 229)
}
.chartToppers input.filter-input::-webkit-input-placeholder{
  color: #D6D6D6;
  font-size: 18px;
  
}
span.chartToppers__titleText {
    font-size: 15px;
    text-align: center;
    margin: 5px 0;
    display: inline-block;
    color: #626262;
    line-height: 35px;
    font-weight: 400;
}
.chartToppers__slider{
	    padding: 12px;
    background: #F9F9FC;
}
.chartToppers__sliderItem__content {
    display: flex;
    margin-left: 2px;
}
.chartToppers__searchIcon {
    position: absolute;
    font-size: 18px !important;
    color: #D6D6D6;
    line-height: 30px !important;
    right: 16px;
}

.chartToppers__parent {
    padding: 12px 0;
    text-align: center;
}
.chartToppers__sliderItem {
    display: flex;
}
.chartToppers__inputContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chartToppers__featuredImage {
    min-width: 96px;
    height: 81px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0px 0px 0px 2px #D6D6D6;
    border-radius: 3px;
    position: relative;
}
.chartToppers__featuredImage a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.chartToppers__textDesc {
    margin-left: 16px;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    text-align: left;
    color: #333;
}
.chartToppers__textDesc a{
   
    color: #333;
}
.chartToppers__textDesc a > span{
    color: #4ac9e5;
}
.chartToppers__textDesc a:hover,
.chartToppers__textDesc a:hover > span{
    color: #254473 !important;
}

/* arrows */
.chartToppers__navigation {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 2px solid #363636;
    border-radius: 50%;
    font-size: 14px;
    line-height: 28px;
    margin-right: 13px;
    margin-top: 20px;
    cursor: pointer;
}
.chartToppers__navigation i{
  color: #363636;
}
.chartToppers__navigation:hover,
.chartToppers__navigation:hover i{
    color: #5ecce3;
    border-color: #5ecce3;
}
.chartToppers__sliderItem__content{

}
span.chartToppers__tagsTitle {
    font-size: 15px;
    text-align: center;
    margin: 5px 0;
    display: inline-block;
    color: #626262;
    line-height: 35px;
    font-weight: 400;
}
.chartToppers__tags {
    text-align: center;
  max-height: 300px;
    overflow-y: auto;
}
.tags_el {
    display: flex;
    flex-wrap: wrap;
   padding: 10px;
}
.tags_el a {
    color: #fff !important;
    background: #5ecce3 !important;
    border: 1px solid #5ecce3 !important;
}
.tags_el a:hover {
    color: #fff !important;
    background: #254473 !important;
    border: 1px solid #254473 !important;
}
.tags_el .tags__name {
    display: inline-block;
    /*padding: 5px;*/
    padding: 10px 5px;
    border: 1px solid #333;
    margin-left: 3px;
    border-radius: 4px;
    /*font-style: italic;*/
    color: #000;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
button.chartToppers__loadBtn {
    width: 100%;
    outline: 0;
    border: 0;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    background: linear-gradient(to right, #C32C39 50%, #61B7DA 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
button.chartToppers__loadBtn:hover{
  background-position: left bottom;
}
.tags_el .tags__name.hiddenTag{
  display: none;
}
/* Load more animation */
.sk-cube-grid {
   width: 40px;
   height: 40px;
   margin: 50px auto;
}
.sk-cube-holder{
padding-bottom: 20px
}
.sk-cube-grid .sk-cube {
   width: 33%;
   height: 33%;
   background-color: #3ac5e9;
   float: left;
   -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
   animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
   -webkit-animation-delay: 0.2s;
   animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
   -webkit-animation-delay: 0.3s;
   animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
   -webkit-animation-delay: 0.4s;
   animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
   -webkit-animation-delay: 0.1s;
   animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
   -webkit-animation-delay: 0.2s;
   animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
   -webkit-animation-delay: 0.3s;
   animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
   -webkit-animation-delay: 0s;
   animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
   -webkit-animation-delay: 0.1s;
   animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
   -webkit-animation-delay: 0.2s;
   animation-delay: 0.2s;
}
 @-webkit-keyframes sk-cubeGridScaleDelay {
 0%, 70%, 100% {
 -webkit-transform: scale3D(1, 1, 1);
 transform: scale3D(1, 1, 1);
}
35% {
 -webkit-transform: scale3D(0, 0, 1);
 transform: scale3D(0, 0, 1);
}
}
 @keyframes sk-cubeGridScaleDelay {
 0%, 70%, 100% {
 -webkit-transform: scale3D(1, 1, 1);
 transform: scale3D(1, 1, 1);
}
35% {
 -webkit-transform: scale3D(0, 0, 1);
 transform: scale3D(0, 0, 1);
}
}

.blog_formSubscription h3 span{
    font-style: italic;
}
.chartToppers__filteredTags {
    overflow-y: auto;
    max-height: 340px;
}

ul.hs-search-field__suggestions > li {
    background: #363636;
/*     margin-top: 1px; */
    color: #fff;
    padding: 0px 25px !important;
}
ul.hs-search-field__suggestions > li a {
    color: #fff;
    font-family: roboto;
}
ul.hs-search-field__suggestions > li a:hover {
    color: #4AC9E5;
}
ul.hs-search-field__suggestions > li#results-for {
    display: none;
}
ul.hs-search-field__suggestions > li:before {
    content: none !important;
}
@media screen and (max-width: 1200px) {
	.span4.widget-span.widget-type-cell.blog-right-content-group {
	    width: auto;
	}
	.chartToppers .chartToppers__inputContainer input[type="text"] {
	    margin-bottom: 0 !important;
	}
}
@media (max-width: 1023px){
  aside.chartToppers{
      margin: 50px auto !important;
  }
.blogMainContent .span4.widget-span.widget-type-cell.blog-right-content-group {
    width: 100%;
    margin-left: 0;
}

}
@media (max-width: 720px){
  .tags_el .tags__name {
    font-size: 14px;
}
  .chartToppers input.filter-input {
    margin-bottom: 0 !important;
}


}

@media (max-width: 820px){
.chartToppers {
    margin: 50px auto;
}
}





/* listing charToppers styles */

.hs-blog-listing .chartToppers {
   
    margin-left: 6px;
}

@media (max-width: 768px){
  
  .hs-blog-listing .chartToppers {
       margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
} 
  
}

