<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* temporary */
.guides {
    display: none !important;
}
.library {
    display: none !important;
}
.learn {
    display: none !important;
}
.HeadshotDiv {
    display: none !important;
}
.herobutton {
    display: none !important;
}
/* team */
	  .lo .c-body {
		width: fit-content(100%);
	}	
	.team .c-body{
		height: 70px;
	}
#theTeam .card .card-img-top-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
@media (min-width: 768px) {
    #theTeam .card .card-img-top-2 {
        width: 167px;
        top: -160px;
    }
}
@media (max-width: 767px), (min-width: 1200px) {
    #theTeam .card .card-img-top-2 {
        position: absolute;
        width: 167px;
        left: 0;
        right: 0;
        margin: auto;
        top: -150px;
    }
}
	
	</pre></body></html>