.jumptocontent
{
	position: absolute;
	top: -6000px;
	left: -6000px;
	height: 1px;
	width: 1px;
}

#jumpmenu a:link,
#jumpmenu a:visited {
  color: var(--thws-primary);
  background: #000000;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  z-index: 9999;
}

#jumpmenu a:hover,
#jumpmenu a:active,
#jumpmenu a:focus {
  font-size: 200%;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  white-space: nowrap;
  display: block;
  float: left;
  position: fixed;
  z-index: 9999;
}

main a:not(.btn),
aside a:not(.btn) {
	text-decoration: underline;
}

main a:hover:not(.btn),
main a:focus:not(.btn),
main a:active:not(.btn),
aside a:hover:not(.btn),
aside a:focus:not(.btn),
aside a:active:not(.btn) {
	background-color: var(--thws-primary);
	color: white !important;
}


main a:hover:not(.btn) strong,
main a:hover:not(.btn) p,
main a:focus:not(.btn) strong,
main a:focus:not(.btn) p,
main a:active:not(.btn) strong,
main a:active:not(.btn) p {
	color: white !important;
}

aside .subNav a,
aside .targetGroup a {
	text-decoration: none;
}

.targetGroup a:hover {
	background-color: var(--thws-primary);
	color: #fff !important;
}


/* Header Dropdown */
body > header > .top ul.dropdown-menu li a:hover {
	color: #000;
}
