#contact input, #contact textarea, #contact select, #contact button {width: 100%;padding: 0 0.25rem 0.25rem;}
[type="checkbox"], [type="radio"] {width: 1px !important;}
.grecaptcha-badge {visibility: hidden !important;display: none !important;} .captcha-tos{float: right;padding-right: 4%;padding-top: 0.5em;color: #d1d2d3 !important;}
.pagetoc {
	position: -webkit-sticky;
	position: sticky;
	top: 7rem;
	right: 1rem; 
	background:rgba(255,255,255,0.55);
	border:none;
	z-index:1100;
	padding: 0.25em;
}
.pagetoc a {
	font-size:1em !important;
	color: #0070E0;
}
.pagetoc ul {
	margin: 0 0.5em;
}
.pagetoc p {
    margin: 0.5rem 0.25rem 0.25rem;
    line-height: 1.5;
}
.pagetoc h4 {
    margin: 0.5rem 0.25rem 0.25rem;
}

.mvc-visurl {
    display: inline-block;
    color: #202124;
    white-space: nowrap;
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 1px;
    line-height: 1.5;
}
.mvc-icon {
    background-color: #fff;
    color: #202124;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0px;
}

header {height: 5rem !important;z-index: 2100 !important;}
header h1 { font-size: 2.25rem; padding: 0; margin:0; float:right; }
header h1 small { font-size: 0.5em; }

article { margin-left: -0.75rem !important;}

nav#menu { 
	margin: 0px; padding: 0px;  
	position: -webkit-sticky; position: sticky; 
	top: 4.25rem; border-bottom: rgba(171,171,171,0.25) 1px solid; z-index: 1100;}
#menu ul { margin: 0 0 0 16%; padding: 0; }
#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #ffffff;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color: #637282;
}

#menu, 
#toggle-menu {
  background: #ffffff;
}

#toggle-menu, 
#menu a {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.5em 1.5em;
}


#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 0.5em;
  top: 0.1em;
  padding: 0;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  font-size: 2em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
  line-height: 1;
}
.toc { position: sticky; height: 100%;top: 6.75rem; }



@media screen and (max-width: 767px) {
    .toc { position:relative; height: auto;top:auto; }
	#menu ul { margin: 0; padding: 0; }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
#menu ul { margin: 0 0 0 24%;}
article { margin-left: 0 !important; margin-right: 0 !important;}
/*  #menu li {
    width: 33.333%;
  }

  #menu .sub-menu li {
    width: auto;
  }*/
}

@media only screen and (min-width: 767px) {
  #menu .main-menu {
    display: block;
  }

  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 25em;
    z-index: 3000;
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}

.se{
	color:#ffffff;
	font-size:1px;
	font-weight:lighter;
	visibility:hidden;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	z-index: -1;
	height: 1px;
}

summary {
	font-size:1px;
	display:none;
}

p small a { font-size: x-small !important;}
section .compact li {
    /* line-height: 0.75; */
    margin: 0 auto;
}

cite {
    display: block;
    width: fit-content;
    font-size: 0.8em;
    padding: 1em 3em 0;
    margin-top: 2em;
    border-top: rgb(0 0 0 / 12%) 1px solid;
}

cite a { font-size: 0.8em !important;}

cite::before { content: &emdash; }

@media screen and (max-width: 767px) { header h1 {font-size: 1.8em !important; padding-top: 0.5em; } }