@charset "utf-8"; /* CSS Document */ div.trainingHeader { font-family: Public Sans Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; font-size: 2rem; font-weight: bold; } div.ICU { float:left; width: 250px; height: 250px; background: #28a0cb; color: #ffffff; padding: 20px; margin-right: 10px; } div.ICU:hover { hovertop: hover; cursor: hand; cursor: pointer; opacity: .9; } div.Ward { float:left; width: 250px; height: 250px; background: #07648d; color: #ffffff; padding: 20px; margin-right: 10px; } div.Ward:hover { hovertop: hover; cursor: hand; cursor: pointer; opacity: .9; } div.ED { float:left; width: 250px; height: 250px; background: #00bde3; color: #ffffff; padding: 20px; margin-right: 10px; } div.ED:hover { hovertop: hover; cursor: hand; cursor: pointer; opacity: .9; } a.divLink { position: absolute; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; /* Makes sure the link doesn't get underlined */ z-index: 10; /* raises anchor tag above everything else in div */ background-color: white; /*workaround to make clickable in IE */ opacity: 0; /*workaround to make clickable in IE */ filter: alpha(opacity=0); /*workaround to make clickable in IE */ } a.divLink1 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; /* Makes sure the link doesn't get underlined */ z-index: 10; /* raises anchor tag above everything else in div */ background-color: white; /*workaround to make clickable in IE */ opacity: 0; /*workaround to make clickable in IE */ filter: alpha(opacity=0); /*workaround to make clickable in IE */ } a.divLink2 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; /* Makes sure the link doesn't get underlined */ z-index: 10; /* raises anchor tag above everything else in div */ background-color: white; /*workaround to make clickable in IE */ opacity: 0; /*workaround to make clickable in IE */ filter: alpha(opacity=0); /*workaround to make clickable in IE */ } .resource-sidebar li { margin-bottom: 1.2em !important; max-width: none; } .fa-flag-usa { --fa-primary-color: #162e51 !important; --fa-secondary-color: #8b1303 !important; }