.athletes-slider h3.slide-entry-title.entry-title {
    display: none;
}

.athletes-slider .wp-caption {
    border: none !important;
}

.athletes-slider img {
    padding: 0 !important;
    border-top-left-radius: 60px;
	  aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center;
}

.athletes-slider .wp-caption-text {
    font-style: normal !important;
    font-family: inherit;
    line-height: 1.5;
    font-size: 15px;
}

.athletes-slider .wp-caption-text em {
    text-transform: uppercase;
    font-style: normal;
}

.athletes-slider .wp-caption-text strong {
    font-size: 22px;
    display: inline-block;
    font-family: 'trebuchet-ms', sans-serif;
    margin: 10px 0 5px;
}

.athletes-slider .avia-slideshow-arrows {
    position: absolute !important;
    height: 60px !important;
    width: 100% !important;
}

.athletes-slider .avia-slideshow-arrows a:before {
    background: #d8d8d8 !important;
    color: var(--navy);
    font-size: 18px;
    overflow: visible !important;
    line-height: 35px !important;
    border: none !important;
    border-radius: 100% !important;
		padding: 0 !important;
}

#top .athletes-slider.avia-smallarrow-slider.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev a.next-slide,
#top .athletes-slider.avia-smallarrow-slider.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev a.prev-slide {
    height: 35px !important;
    width: 35px !important;
}

@media (min-width: 768px) {
    .athletes-slider {
        padding-inline: 50px;
    }
    
    .athletes-slider .avia-slideshow-arrows {
        top: calc(50% - 30px) !important;
    }
    
    
    .athletes-slider .avia-slideshow-arrows a.next-slide {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .athletes-slider .slide-entry-wrap {
        padding-top: 50px;
    }
}

.locations-wrapper .iconlist_content {
	font-size: 15px;
}

.locations-wrapper .flex_column {
    background-color: var(--bg-gray);
    padding: 40px 10px 20px;
    border-top-left-radius: 60px;
}