.atoz-component{min-height:300px}
.atoz-component .alphabet-nav{width:100%;text-align:center;padding-top:15px;padding-bottom:15px;background:var(--white)}
.atoz-component .fixed-contentTop{position:sticky;z-index:9;width:100%;background:var(--white)}
.atoz-component .fixed-contentTop.stick-to-header{top:0}
.atoz-component .alphabet-nav .single-item{color:var(--black);padding-right:27px;font-size:18px;line-height:24px;text-decoration:none;cursor:pointer}
.atoz-component .inline h4{min-width:72px;color:var(--black);float:left;font-size:25px;line-height:33px;margin-right:72px}
.atoz-component .list-nav{color:var(--indigo);float:left;width:100%}
.atoz-component .item-class{font-size:16px;line-height:24px;margin-bottom:13px;word-wrap:break-word}
.atoz-component ul{margin-bottom:0}
.atoz-component .single-item.disabled{opacity:.5;cursor:default;pointer-events:none}
.atoz-component .content-list.text-white *,.atoz-component .content-list.text-white h4,.atoz-component .content-list.text-dark-mode *,.atoz-component .content-list.text-gray h4{color:var(--white)}
.atoz-component .content-list.text-gray *,.atoz-component .content-list.text-gray h4{color:var(--gray)}
@media only screen and (min-width :1024px){.atoz-component .content-itemList{padding-top:50px;padding-bottom:50px}
.atoz-component .col-count{column-count:3}
.atoz-component .wrapper-content:not(:last-child){padding-bottom:50px}
.atoz-component .item-class{margin-right:72px}
}
@media only screen and (min-width :768px) and (max-width:1023px){.atoz-component .col-count{column-count:2}
.atoz-component .inline h4{min-width:40px;color:var(--black);float:left;font-size:25px;line-height:33px;margin-right:32px}
.atoz-component .wrapper-content:not(:last-child){padding-bottom:50px}
.atoz-component .content-itemList{padding-top:40px;padding-bottom:40px}
.atoz-component .item-class{margin-right:32px}
}
@media only screen and (max-width:767px){.atoz-component .col-count{column-count:1}
.atoz-component .wrapper-content:not(:last-child){padding-bottom:50px}
.atoz-component .inline h4{float:none;max-width:40px;color:var(--black);font-size:25px;line-height:33px}
.atoz-component .content-itemList{padding-top:40px;padding-bottom:40px}
}