@import "100881721.css";

@media screen and (min-width: 768px) { 

ul.link-list li:nth-child(2) {border: 3px solid rgb(88, 88, 183); background-color: rgb(88, 88, 183);}
ul.link-list li:nth-child(3) {height: 1.2em; margin-top: 27px; text-align: center; padding-left: 0px !important;  border: none; box-shadow: none; font-size: large; font-weight: bold; color: rgb(0, 51, 102); background-color: white;}

@media not all and (pointer: coarse) { 
ul.link-list li:nth-child(2):hover {background: rgb(230, 230, 247); box-shadow: 0px 4px 8px gray;}
ul.link-list li:nth-child(2):hover a {color: rgb(79, 79, 171); background-color: transparent;}
ul.link-list li:nth-child(3):hover {background-color: white; box-shadow: none;}
}

}