/*
Implementations Skeletor v3 - 4/14/2025

MCstyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Shaun Stewart
Last Updated: 04/14/2025
*/

.skip {
			color: #fff !important;
			position: absolute;
			top: -1000px;
			left: 15px;
			width: auto;
			height: auto;
			text-align: left;
			overflow: hidden;
			text-decoration: none;
			-webkit-transition: 0.25s;
			-moz-transition: 0.25s;
			transition: 0.25s;
		}

		.skip:active,
		.skip:focus,
		.skip:hover {
			outline: 3px solid #be2126;
			outline-offset: 1px;
			left: 15px;
			top: 15px;
			width: auto;
			height: auto;
			overflow: visible;
			background: #be2126;
			padding: 15px;
			color: #FFF;
			font-weight: bold;
			box-shadow: 0 0 10px 0 #FFF;
			z-index: 50001;
			text-decoration: none !important;
		}

#maincontent {
        scroll-margin-top: 175px;
}