/* -== SOL Homepage 2025 v1.01 ==- */

body { background-color: #FFFFFF; }
#centerstage ul li { margin-bottom: 10px; }
#centerstage ul li img { display: block; width: 100%; }

ul.tiles li img { display: block; width: 100%; }

#hlisting-section {
    margin-bottom: 5px;
}
#hlisting-section ul li {
    opacity: 0.6;
    transition: opacity 0.5s ease-in-out;
}
#hlisting-section ul li.active-tile {
    opacity: 1;
}

.hscroll-outer {
    position: relative;
    overflow: hidden;
}
.hscroll-outer .hscroll {
    display: flex;
    left: 0px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;  /* Hide scrollbar in IE and Edge */
    scrollbar-width: none;  /* Hide scrollbar in Firefox */
}
.hscroll-outer .hscroll::-webkit-scrollbar {
    display: none; /* Hide scrollbar in WebKit browsers */
}

.hscroll-outer .hscroll ul {
    gap: 0;
    display: flex;
}
.hscroll-outer .hscroll li {
    display: inline-block;
    width: 50vw;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px 5px;
}
.hscroll-outer .hscroll li img {
    display: block;
    width: 100%;
}
.hscroll-controls {
    padding: 0px 25px;
    margin-bottom: 25px;
    text-align: right;
}
.hscroll-controls .hscroll-play {
    display: inline-block;
    width: 35px; height: 35px;
    background: #cacad0 url('/images/hscroll_play.svg') center no-repeat;
    background-size: 12px auto;
    border-radius: 25px;
    cursor: pointer;
}
.hscroll-controls .hscroll-play.playing {
    background-image: url('/images/hscroll_pause.svg');
}

.pagination-container {
    display: block;
    position: static;
    text-align: center;
}
.pagination-container span {
    display: inline-block;
    width: 8px; height: 8px;
    background-color: #8e8e8f;
    border-radius: 25px;
    margin: 0px 7px;
    cursor: pointer;
}
.pagination-container span.active {
    background-color: #000000;
}

#testimonials-container {
    position: relative;
    overflow: hidden;
}

#testimonials-section .hscroll {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    gap: 10px;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* Hide scrollbar in IE and Edge */
    scrollbar-width: none;  /* Hide scrollbar in Firefox */
    white-space: normal;
}

#testimonials-section .hscroll::-webkit-scrollbar {
    display: none; /* Hide scrollbar in WebKit browsers */
}

#testimonials-section ul li {
    flex: 0 0 auto;
    width: 235px;
    border-radius: 15px;
    overflow: hidden;
    font-size: 1.2em;
    background-color: #FFFFFF;
    box-shadow: #777 0px 0px 7px;
}

#testimonials-section ul li p.endorser-img img {
    display: block;
    width: 100%;
}
#testimonials-section ul li .t-container {
    padding: 0px 15px
}

#testimonials-section ul li .t-container p.quote {
    padding-top: 35px;
    background: url('/images/endorser25_quotes_1@2x.jpg') no-repeat;
    background-size: 38px auto;
}

#testimonials-section ul li .t-container p.pieces {
    font-size: 14px;
}

@media only screen and (min-width: 480px) {
	
	
}

@media only screen and (min-width: 768px) {
	
    ul.tiles li {
        width: 50%;
        float: left;
    }
	ul.tiles li.no-bottom-desktop {
        margin-bottom: 0px;
    }

    
    ul.tiles li a {
        display: block;
        padding: 0px 6px;
    }
    
    .hscroll-outer .hscroll ul li {
        display: inline-block;
    }
    
    #testimonials-section ul li {
        width: 33%;
    }
}


@media only screen and (min-width: 1140px) {
	#testimonials-section ul li {
        width: 25%;
    }
}
