<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.sections {width:100%}

.sections ul {margin:0;padding:0;list-style:none}

.sections ul &gt; li {list-style-type:none}

.sections li.section {position:relative;float:left;display:block;height:300px;margin:4px 2px 0;padding:0;box-sizing:border-box;overflow:hidden}
.sections li.col-3 {width:calc(33.33% - 4px)}
.sections li.col-4 {width:calc(25% - 4px)}

.sections a.psection {display:block;width:100%;height:100%;text-align:center;background-size:cover !important;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s}

.sections li a.section-name {position:absolute;display:block;width:100%;bottom:0;margin:0 auto 0;padding:18px 0;line-height:20px;text-align:center;text-decoration:none;font-size:20px;font-weight:lighter !important;font-stretch:ultra-condensed !important;color:rgba(0,0,0,1) !important;background:rgba(245,245,245,.6)}

.sections li.section:hover a.section-name {background:rgba(245,245,245,.9)}

.sections li.section a.box-shadow {box-shadow:inset 0 0 4px 0 rgba(0,0,0,1)}


@media screen and (max-width: 1010px)
{
	.sections ul{padding:2px}
	.sections li.col-3,
	.sections li.col-4 {width:calc(33.33% - 4px);height:220px;margin:2px}
	.sections li a.section-name{padding:4px 0;line-height:18px;font-size:17px;background:rgba(245,245,245,.7)}
}

@media screen and (max-width: 750px)
{
	.sections ul{padding:2px}
	.sections li.col-3,
	.sections li.col-4 {width:calc(25% - 4px);height:190px;margin:2px}
	.sections li a.section-name{padding:4px 0;line-height:16px;font-size:16px;background:rgba(245,245,245,.7)}
}

@media screen and (max-width: 480px)
{
	.sections ul{padding:2px}
	.sections li.col-3,
	.sections li.col-4 {width:calc(50% - 4px);height:180px;margin:2px}
	.sections a.psection {height:180px}
	.sections li a.section-name{padding:4px 0;line-height:15px;font-size:15px;background:rgba(245,245,245,.7)}
	.sections .subsections{
		display:none;
	}
}
</pre></body></html>