<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BOARD OF DIRECTORS */
#bios-grid, .bios-grid {display: -ms-grid; display: grid; -ms-grid-rows: 1fr; grid-template-rows: 1fr; gap: 15px 15px; grid-auto-flow: row; grid-template-areas: ". .";}
#bios-grid li {margin-bottom: 15px;}
@media only screen and (min-width: 0px) and (max-width: 480px) {
#bios-grid {display: block;}
#bios-grid li {margin-bottom: 20px;}
}
@media only screen and (min-width: 481px) and (max-width: 600px) {#bios-grid {grid-template-columns: 1fr 1fr;}}
@media only screen and (min-wiedth: 601px) and (max-width: 768px) {#bios-grid {grid-template-columns: 1fr 1fr 1fr;}}
@media only screen and (min-width: 769px) and (max-width: 1280px) {#bios-grid {grid-template-columns: 1fr 1fr 1fr 1fr;}}
@media only screen and (min-width: 1281px) {#bios-grid {grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}}
ul#bios-grid, #p7MBX_1 ul {list-style: none !important;}
</pre></body></html>