.textlist .subtext-list{display:block}
.textlist .text-wrapper{display:inline-grid}
.textlist ul li{list-style:disc;display:list-item}
.textlist ul li p{margin-bottom:10px}
.textlist.bullet-numbered ul .text{list-style:decimal}
.textlist.bullet-numbered ul .subtext{list-style:lower-latin}
.textlist.bullet-roman-numerals ul li{list-style:upper-roman}
.textlist.bullet-ball ul li,.textlist.bullet-checkmark ul li{list-style:none;display:list-item;padding:0 10px 0 25px;background-size:16px !important}
.textlist.bullet-ball ul li.subtext,.textlist.bullet-checkmark ul li.subtext{background-size:12px !important;background-position-y:5px;padding:0 0 0 18px}
.textlist.bullet-ball ul li .subtext-list,.textlist.bullet-checkmark ul li .subtext-list{padding-left:0}
.textlist.bullet-ball ul li{background:url(../../../../../etc.clientlibs/usta/clientlibs/clientlib-site/resources/images/usta-icons/Tennis-Ball.svg) no-repeat left top 3px}
.textlist.bullet-checkmark ul li{background:url(../../../../../etc.clientlibs/usta/clientlibs/clientlib-site/resources/images/usta-icons/CheckBold.svg) no-repeat left top 3px}
@media(min-width:992px){.textlist.desktop-two-columns .text-list{flex-wrap:wrap;display:flex;gap:10%}
.textlist.desktop-two-columns .text-list .text{flex:0 0 40%}
.textlist.desktop-two-columns .subtext-list{display:inline-block}
}
@media(min-width:992px){.textlist.desktop-three-columns .text-list{flex-wrap:wrap;display:flex;gap:7%}
.textlist.desktop-three-columns .text-list .text{flex:0 0 28%}
.textlist.desktop-three-columns .subtext-list{display:inline-block}
}
@media(min-width:768px) and (max-width:991px){.textlist.tablet-two-columns .text-list{flex-wrap:wrap;display:flex;gap:10%}
.textlist.tablet-two-columns .text-list .text{flex:0 0 45%}
.textlist.tablet-two-columns .subtext-list{display:inline-block}
}