section.trial-listing .heading{text-align:center}section.trial-listing ul.listing{display:grid;gap:20px;grid-auto-flow:row;grid-template-columns:100%;list-style:none;padding:0}@media (min-width:780px){section.trial-listing ul.listing{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){section.trial-listing ul.listing{grid-template-columns:repeat(3,1fr)}}section.trial-listing ul.listing ul{list-style-type:disc}section.trial-listing ul.listing li a{align-items:start;background-color:#fff;border:1px solid #e0ecf2;box-shadow:0 5px 10px 1px transparent;color:#555;display:grid;font-size:18px;font-size:1.125rem;gap:20px;grid-auto-flow:row;grid-template-columns:1fr;height:100%;line-height:18px;line-height:1.125rem;padding:20px;transition:box-shadow .25s ease-in-out}section.trial-listing ul.listing li a:hover{box-shadow:0 5px 10px 1px rgba(0,0,0,.2)}section.trial-listing ul.listing li a h3{color:#004fa3}section.trial-listing ul.listing li a:hover h3{color:#4f2683}section.trial-listing ul.listing .qualifications *+*{margin-top:20px}section.trial-listing ul.listing li+li{margin-top:0}section.trial-listing ul.listing .qualifications li+li{margin-top:5px}section.trial-listing ul.listing .description{display:grid;grid-template-columns:25px 1fr;grid-template-rows:auto}section.trial-listing ul.listing .description .icon{grid-area:1/1/1/1}section.trial-listing ul.listing .description h3{grid-area:1/2/1/2;margin:0}section.trial-listing ul.listing .description p{grid-area:2/2/2/3}section.trial-listing ul.listing .icon{line-height:33px;line-height:2.0625rem}section.trial-listing ul.listing svg{height:21px}section.trial-listing ul.listing svg path{fill:#004fa3;transition:fill .25s ease-in-out}section.trial-listing ul.listing a:hover svg path{fill:#4f2683}section.trial-listing ul.listing .apply{align-items:center;display:flex;justify-content:center}