.tocpage-contentwrap {

}

ul {
	margin-left: 0;
}

.aside {
	background-color: #787676;
}

a:active,
a:hover {
	color: #ff7b29
}

a {
	color: #0087cc
}

.toc ul {
	color: #cecfd5
}

.aside h2 {
	color: #FF9900;
}
.aside p,
.primary-logo span {
	color:#9799a7
}

.aside a {
	color: #fff
}

.main {
	background-color: #FDFDFD;
}

aside,
details,
header,
main,
nav,
section,
.primary-logo span {
	display: block
}

.primary-logo a,
.primary-nav a {
	display: inline-block
}

.primary-nav-btn {
	display: none;
	position: absolute;
	font-size: 0;
	text-shadow: none;
	color: transparent;
	background: url(/images/sub-nav.svg) 0 -32px no-repeat;
	height: 32px;
	left: 10px;
	top: 5px;
	transition: none;
	width: 32px;
}

.group:before,
.group:after {
	content: "";
	display: table
}

.group:after {
	clear: both
}

.hide {
	clip: rect(1px, 1px, 1px, 1px);
	height: .07142857rem;
	overflow: hidden;
	position: absolute!important;
	width: .07142857rem
}

.margin-auto {
	margin: 0 auto
}

.margin-bottom,
h2,
h3,
h4,
p,
ul.toc,
ol.toc,
.primary-nav li,
.toc {
	margin-bottom: 1.5rem
}

.margin-top {
	margin-top: 1.71428571rem
}

.main,
.aside-micro,
.primary-logo {
	padding-left: 5px;
	padding-right: 5px;
}
	
.aside-micro {
	min-height:100%;
}

.list-none,
.primary-nav ul {
	list-style: none
}

a {
	transition: all .15s linear
}

.primary-logo span,
.landing-header h3 {
	font-weight: 500;
}

.primary-logo,
.landing-header {
	text-align: center
}

a {
	text-decoration: none
}

.label-new {
	font-size: .78571429rem
}

*,
*:before,
*:after {}

@media(min-width:560px) and (max-width:1219px) {
	.clamp-release {
		max-width: none
	}
}

a:active,
a:hover {
	outline: 0
}

.container>.highlight {
	max-width: none
}

ul.toc,
ol.toc {
	padding-left: 10px;
	
}

ul {
	list-style: square
}

.list-tall li:last-child {
	margin-bottom: 0
}

svg:not(:root) {
	overflow: hidden
}

.aside a:not(.btn) {
	border-bottom: 0
}

.wrap-macro,
.wrap-micro {
	width: 100%
}

.wrap-macro {
	overflow: hidden
}

.primary-nav li:last-child {
	margin-bottom: 3rem
}

.primary-nav-btn:hover {
	background-position: 0 0
}

.lnav-open .primary-nav-btn {
	background-position: -32px -32px
}

.lnav-open .primary-nav-btn:hover {
	background-position: -32px 0
}

@media(max-width:700px) {
	.primary-nav-btn {
		display: block
	}
	.primary-logo {
		display:block;
		min-width:300px;
		font-size: 1.14285714rem;
		line-height: 1.71428571rem;
		margin: 0;
		padding-bottom: .42857143rem;
		padding-top: .42857143rem
	}
	.primary-logo span {
		font-size: 1rem
	}
	.wrap-micro {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		transition: -webkit-transform 300ms ease-in-out;
		transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
	}
	.lnav-open .wrap-micro {
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0)
	}
	.aside-macro {
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		width: 200px
	}
	.aside-micro {
		margin-top: 60px;
		opacity: .75;
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
		-webkit-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
		transform-origin: 0 50%;
		transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease
	}
	.lnav-open .aside-micro {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@media(min-width:700px) {
	h1.leftheader1 {
		display:block;
	}
	.lexbox .wrap-micro,
	.flexboxlegacy .wrap-micro {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.lexbox .main,
	.flexboxlegacy .main {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.lexbox .aside,
	.flexboxlegacy .aside {
		-webkit-flex: 0 0 235px;
		-ms-flex: 0 0 235px;
		flex: 0 0 235px;
	}
	.no-flexbox .aside,
	.no-flexbox .main,
	.no-flexboxlegacy .aside,
	.no-flexboxlegacy .main {
		float: left
	}
	.no-flexbox .aside,
	.no-flexboxlegacy .aside {
		width: 24%
	}
	.no-flexbox .main,
	.no-flexboxlegacy .main {
		width: 76%
	}
	.primary-logo {
		display:none;
		line-height: 2.14285714rem;
		margin-bottom: 20px;
	}
	.primary-logo span {
		font-size: 1.14285714rem
	}
	.primary-logo abbr {
		font-size: 2.14285714rem
	}
}

.landing-header {
	padding-top: 0;
}

.landing-header h1,
.landing-header h2 {
	margin-bottom: .42857143rem
}

@media(max-width:540px) {
	.landing-header h1 span,
	.landing-header h2 span {
		display: block
	}
}

@-webkit-keyframes fade {
	0% {
		background-color: #cef
	}
	100% {
		background-color: #fff
	}
}

@keyframes fade {
	0% {
		background-color: #cef
	}
	100% {
		background-color: #fff
	}
}

strong span.errormsg {
	font-family:var(--font-main-family);
	font-size:1.1em;
	vertical-align:middle;
	line-height:normal;
	margin-bottom:8px;
}
@media (max-width: 600px) {
	strong span.errormsg {
		font-size:1.0em;
	}
}
div.alertWinter {
	margin-top:10px;
	margin-bottom:15px;
}
p.parag {
	margin-bottom:20px;
}
p.pagelinks {
	margin-top:30px;
}
ul.bulleted {
	margin-top:5px;
	margin-left:15px;
	list-style-type:none;
}
ul.bulleted, ul.bulleted li {
	display:block;
	position:relative;
	margin-left:15px;
	margin-bottom:5px;
}

b {
	font-weight: 500;
}

h4 {
	font-size: 1.14285714rem
}
	
h2 a,
h3 a,
h4 a {
	border-bottom: 0;
	padding-bottom: 0;
	color: var(--text-link-hover-color);
}
	
h3 a,
.aside a:hover {
	color: var(--text-link-hover-color);
}
	
h2 {
	margin: 13.0pt 0 4.0pt;
	line-height:120%;
	page-break-after:avoid;
	font-size:1.2em;
	}
h3 {
	margin: 8px 0 0;
	font-size:1.5em;
	border-bottom:0;
}
div.imagefigure {
	float:right;
	clear:right;
	vertical-align: middle;
	max-width:175px;
	margin:4px;
	padding:4px;
	border:1px solid black;
	background: var(--image-site-logo) no-repeat center;
	background-size: 50% 50%;
}
div.imageblockquote {
	float:left;
	clear:none;
	vertical-align: middle;
	width:250px;
	margin: 1em 6px 2px 0;
	padding:4px;
	border:1px solid black;
	background: var(--image-site-logo) no-repeat center;
	background-size: 50% 50%;
}
div.imagefigure img, div.imageblockquote img {
	vertical-align:middle;
	max-height:100%;
	max-width:100%;
}
div.imagefigure figcaption {
	text-align:center;
	padding-top:0.2em;
	font-size:0.9em;
}
div.imageblockquote img {
	float:left;
}
div.landscape {
	max-width:250px;
}
div.x-large {
	max-width:600px;
}
div.large {
	max-width:350px;
}
div.small {
	max-width:225px;
}
@media(max-width:700px) {
	div.imagefigure, div.imageblockquote {
		max-width:175px;
	}
	div.landscape, div.large {
		max-width:225px;
	}
	div.x-large {
		max-width:100%;
	}
	div.small {
		max-width:150px;
	}
	h1.leftheader1 {
		display:none;
	}
	h3 {
		margin-top:15px;
	}
}
	
blockquote {
	float:left;
	position: relative;
	margin: 40px 0;
	padding: .9em 1.4em .8em .7em;
	font-style:italic;
	font-size:1.2em;
	line-height:1.1em;
	background-color:#f7f7f7;
	border-radius:7px;
	border: 2px solid white;
	box-shadow: 2px 2px 4px hsl(0 0% 0% / 20%);

}
blockquote p.parag {
	margin-top:1em;
}

@media (min-width: 768px) {
	blockquote {
		margin: 30px 40px;
	}
}

blockquote::before {
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius:7px;
	box-shadow:
		inset -2px -2px 1px hsl(0 0% 100%),
		inset 2px 2px 4px hsl(0 0% 0% / 20%);
}

blockquote::after {
	content: "❝";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: -2px;
	transform: translate(-50%, -50%);
	width: 1.3em;
	height: 1em;
	background: white;
	box-shadow: 0 4px 5px -1px hsla(0 0% 0% / 20%);
	border-radius: 999px;
	display: grid;
	place-content: center;
	padding-top: .5em;
	font-size: 36px;
	font-style: normal;
	text-indent: 0;
}

.blockquote-author-image {
	position: absolute;
	float:left;
	clear:none;
	width: auto;
	min-width:150px;
	height: 100%;
	max-height:100px;
	background-size:cover;
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
}

cite {
	display: block;
	margin-top: 15px;
	text-indent: 0;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	color: hsl(0 0% 20%);
}
	
table.summaryTable {
	border:1px solid gray;
	border-collapse: collapse;
	margin:1em 1em 1em 0;
	width:90%;
}
table.summaryTable th, table.summaryTable td {
	border:1px solid lightgray;
	padding: 0.5rem 0.75rem;
	vertical-align: middle;
	margin:1em;
}
table.summaryTable th {
	white-space: nowrap;
}
table.summaryTable td {
	width:90%;
}
	
a.previous {
	float:left;
}
a.next {
	float:right;
}