<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.skip-to-content p {position: absolute;}
.skip-to-content a:link, .skip-to-content a:visited {
	background-color: #F1ECD9;
	border: solid 1px #ccc;
	text-decoration: underline;
    color: #6A0000;
    font-weight: bold;
    left: 20px;
    padding: 15px 30px;
    position: absolute;
    top: -200px;
	display: block;
	transition: top 1s ease;
	-webkit-transition: top 1s ease; /* Safari and Chrome */
	-moz-transition: top 1s ease 0s; /* Firefox */
	-ms-transition: top 1s ease; /* IE 9 */
	-o-transition: top 1s ease; /* Opera */
}
.skip-to-content a:hover, .skip-to-content a:focus, .skip-to-content a:active {
	text-decoration: none;
	top: 0px;
	transition: top .5s ease;
	-webkit-transition: top 0.5s ease; /* Safari and Chrome */
	-moz-transition: top 0.5s ease 0s; /* Firefox */
	-ms-transition: top 0.5s ease; /* IE 9 */
	-o-transition: top 0.5s ease; /* Opera */
}

/*-----other skip menus-------*/
.skip p {position: absolute;}
.skip a:link, .skip a:visited {
	background-color: #F1ECD9;
	border: solid 1px #ccc;
	text-decoration: underline;
    color: #6A0000;
    font-weight: bold;
    left: 20px;
    padding: 15px 30px;
    z-index: 1500;  
    position: absolute;
    top: -500px;
    opacity: 0;
	display: block;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease; /* Safari and Chrome */
	-moz-transition: opacity 1s ease 0s; /* Firefox */
	-ms-transition: opacity 1s ease; /* IE 9 */
	-o-transition: opacity 1s ease; /* Opera */
}
.skip a:hover, .skip a:focus, .skip a:active {
	text-decoration: none; 
	top: auto;
	opacity: 1;
	transition: opacity .5s ease;
	-webkit-transition: opacity 0.5s ease; /* Safari and Chrome */
	-moz-transition: opacity 0.5s ease 0s; /* Firefox */
	-ms-transition: opacity 0.5s ease; /* IE 9 */
	-o-transition: opacity 0.5s ease; /* Opera */
}
</pre></body></html>