.col3-layout{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}@media only screen and (max-width: 800px){.col3-layout{grid-template-columns:1fr;}}.col3-layout .col{color:hsl(var(--hi-h), var(--hi-s), var(--hi-l))}.col3-layout .col ul{list-style:none;padding:0;margin:0}.col3-layout .col li{margin-bottom:0;padding:10px}.col3-layout .colhead{border-style:solid;border-width:1px;border-color:var(--light-border-color);font-size:150%;font-weight:bold;padding:10px}.col3-layout .colbody ul li{border-width:1px;border-style:solid;border-color:var(--light-border-color);font-weight:500}.col3-layout .readmore{color:var(--grey-color)}.col3-layout .colfoot{text-align:right}.col3-layout a{box-shadow:none !important}