/** GENERAL STYLES v2 **/

html {
  scroll-behavior: smooth;
}

body {
	color: var(--text);
	background-color: var(--background);
}

p {
  /*  text-shadow:#fff 0 1px 0; */
    color: var(--text);
}

.chatSel  {
	text-decoration: line-through;
}

.commentComplete {
	cursor: pointer;
	background-color: var(--text-muted);
	color: var(--text);
}

pre {
    background-color: var(--background-muted) !important;
    overflow-x: auto;
    border: 1px solid var(--border-color);
    color: var(--text) !important;
}

.signAck {
    font-size: 1.4em;
    color: white !important;
    background-color: #f19c00 !important;
    border: none !important;
    transition: box-shadow 2s;

    display: block !important;
    margin-top: 5px !important;
    text-align: center;

    position: sticky;
    top: 100px;
    z-index: 999;
}

.tableRowHighlight {
	background-color: gray;
}

.tableRowHighlight td {
	color: white !important;
}

.highlightedCell {
	background-color: gray;
	color: white !important;
}

.signAck:hover {
    box-shadow: 0px 0px 5px orange;
    font-weight: bold;
}

.alert-info-inactive {
	background-color: #fafafa;
}

.alert-info-quiz {
    background-color: var(--notice);
    color: var(--notice-text);
	margin-bottom: 20px !important
    margin-top: 3px;
}

.alert-info-quiz a {
    color: var(--notice-text) !important;
   font-weight: bold;
}

.alert-info {
    background-color: var(--notice);
    color: var(--notice-text);
}

.alert-info a {
    color: var(--notice-text) !important;
   font-weight: bold;
}

.articleContent blockquote a {
	background-color: initial;
}

section > pre {
     user-select: none;
     /* text-overflow: clip !important;
     overflow-x: hidden !important;
     font-size: 0.7em !important; */
     opacity: 0.4;
    font-size: 0.7em !important;
    white-space: break-spaces !important;
    line-height: 1.2em;
}

.presentButton {
    opacity: 0.4;
   color: var(--text);
    cursor: pointer;
   margin-right: 5px;
}

.presentButton i {
/*   display: none; */
}

.pdfCloseButton {
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
	width: 100vw;
    display: none;
    max-width: 100%;
}

.pdfCloseButton div {
	cursor: pointer;
	display: inline-block;
	float: right;
}

.trixEd .pdfCloseButton {
	display: inline-block;
}

/* Page Footer Change Log */
.changeLog {
	min-width: 50vw;
}

.changeLog {
	margin-top: 50px;
}

.changeLog table {
	width: 100%;
}

.changeLog table td {
	padding:5px;
	border: 1px solid var(--border-color);
}

.changeLog .clHead td {
	background-color: var(--highlight);
	color: var(--fore-highlight);
}

.changeLog .clApp td {
	background-color: var(--background);
	color: var(--text) ;
}

.changeLog .clTitle td {
	background-color: var(--background-muted);
	text-align: center;
	
}

.changeLog .clLink td {
	background-color: var(--background-muted);
	text-align: center;
	
}

.elevator {
	position: absolute;
	width: 3px;
	background-color: var(--accent);
	display: block;
	height: 2em;
	right: 3px; 
	transition: top 0.6s, height 0.4s;
	z-index: 999;
}

.ackSubMsg {
	font-size: 0.8em;
	display: block;
	opacity: 0.8;
    padding: 5px;
    padding-left: 15px;
	color: mediumslateblue;
    padding-top: 0px;
    margin-top: -5px;
}

h2:hover .headerLink {
    display: inline-block;
}

h2 .headerLink {
    display: none;
}

h3:hover .headerLink {
    display: inline-block;
}

h3 .headerLink {
    display: none;
}

h4:hover .headerLink {
    display: inline-block;
}

h4 .headerLink {
    display: none;
}

h5:hover .headerLink {
    display: inline-block;
}

h5 .headerLink {
    display: none;
}


figure[data-trix-content-type*="image"] {
    padding: 0.25em !important;
    margin: 0.25em !important;
    margin-left: 0em !important;
	max-width: 100%;
   width: 100%;
}

.mainHead {
    float: left;
    display: inline-block;
    clear: both;
	border-bottom: none;
}

#actionArea {
    display: inline-block;
    float: right;
    font-size: 3em;
    vertical-align: middle;
    margin-top: 10px;
}

.topHeaderParts {
	clear: both;
	display: inline-block;
	width: 100%;
}

figure[data-trix-attachment*="imgborder"] img {
    border: 1px dotted #d0d0d0;
}

figure[data-trix-attachment*="imgfullwidth"] img {
    width: 100%;
    max-width: 100%;
   height: auto;
}

figure[data-trix-attachment*="imgborder"] {
    padding: 0.25em !important;
    margin: 0.25em !important;
    margin-left: 0em !important;
}

figure[data-trix-attachment*="floatright"] {
    float: right;
    display: inline-block !important;
    width: auto !important;
}

figure[data-trix-attachment*="floatleft"] {
    float: left;
    display: inline-block !important;
    width: auto !important;
}

figure[data-trix-attachment*="floatinline"] {
    display: inline-block !important;
    width: auto !important;
}

.chatEntry {
	margin-top: 10px;
	padding: 3px;
}

.approverItem {
    display: inline-block;
    padding: 5px;
    color: var(--fore-highlight);
    background-color: var(--highlight);
    margin-right: 5px;
    font-size: 0.8em;
}

.approverItem .approverRem {
	display: none;
	padding: 5px;
	margin-left: 5px;
}

.approverItem:hover .approverRem {
	display: inline-block;
}

#relatedArt {
	width: 100%;
	font-size: 0.9em;
	opacity: 0.8;
	transition: opacity 0.5s;
}

#relatedArt .relItem {
	width: 33%;
	display: inline-block;
	padding: 5px;
	text-decoration: none;
    border-bottom: none;
}

#relatedArt .relItem:hover {
	text-decoration: none;
    border-bottom: none;
}

.pdfViewer {
	width: 100vw !important;
}

.author {
    margin-right: 20px;
}

#pageNum {
    display: inline-block;
    font-size: 0.3em;
    opacity: 0.7;
    transform: rotate(-90deg);
    letter-spacing: 0.5px;
    padding-left: 5px;
}

.paraNum {
    display: inline-block;
    padding-right: 5px;
    background-color: var(--background-muted);
    border-radius: 5px;
    padding-left: 0px;
    margin-right: 8px;
    color: inherit;
    letter-spacing: -0.2px;
    opacity: 1;
   /* font-size: initial !important; */
    padding-top: 2px;
    padding-bottom: 2px;
}

	.editQuizLink {
	    color: white !important;
	    background-color: chocolate;
	    padding-left: 10px;
	    padding-right: 10px;
	    border-radius: 4px;
	}
	


#relatedArt .relItem:hover .relImage {
	border: 2px solid var(--text) ;
}

#relatedArt .relImage {
	width: 100%;
	display: block;
	max-width: 100%;
	height: 75px;
        background-size: cover;
        opacity: 0.5;
        background-position-y: center;
}

#relatedArt .relItem .relTitle {
	overflow-y: hidden;
	overflow-x: hidden;
	max-height: 3em;
	white-space: nowrap;
	text-overflow: ellipses;
	color: var(--text) ;
	transition: color 0.5s;
	margin-left: 3px;
}

#relatedArt .reltem:hover .relTitle
{
	color: blue;
}

#relatedArt .relAb {
    opacity: 0.3;
    max-height: 75px;
    overflow-y: hidden;
    overflow-x: hidden;
    line-height: initial;
    font-size: 0.8em;
    min-height: 75px;
    border: 2px solid #cecece;
    line-spacing: 1.5em;
    border-radius: 5px;
    /* padding: 5px; */
    box-shadow: 1px 1px 1px silver;
    background-color: #f7f5f5; 
    overflow: hidden
}

#relatedArt:hover {
	opacity: 1;
}

.presentButton:hover {
    opacity: 1;
}

summary {
    font-size: 1em;
    color: var(--text) ;
   opacity: 1;
    letter-spacing: 0.3px;
    background-color: #fbfbfb;
}

summary pre {
	overflow-x: none;
	font-size: 0.7em;
	opacity: 0.7;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    white-space: pre-wrap !important;
}

summary:before {
    font-weight: bold;
    content: 'ℹ ';
}

.articleContent summary {
	margin-bottom: -20px;
}

.articleContent {
	/* if this isn't inline-block, in draft edit mode the article overlaps the toolbar */
	display: inline-block; 
	width: 100%;
}

.alert-info {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 2px;
}

.alert {
	padding-top: 7px;
    padding-bottom: 7px;
}

.articleContent iframe {
	max-width: 100%;
}

#mainArticle iframe {
	max-width: 100% !important;
}

.changes iframe {
	max-width: 100% !important;
	opacity: 0.7;
}

.swRem iframe {
	opacity: 0.7;
}

.swAdd iframe {
	opacity: 0.7;
}

#trixEditorHolder {
	line-height: 1em;
}

.editorActions  {
	cursor: pointer;
}

.editorActions i {
	color: var(--link) !important;
}

#floatingHeaderNav:hover {
	opacity: 1;

}

#floatingHeaderNav {
    opacity: 0.6;
    position: fixed;
    top: 250px;
    left: calc(100vw - 320px);
    width: 280px;
    max-width: 280px;
    padding: 10px;
    background-color: var(--background-muted);
    max-height: 50vh;
    overflow-y: hidden;
    scrollbar-width: thin;
    border-radius: 10px;
    margin-left: 10px;
    scrollbar-color: var(--background-muted) var(--background-extra-muted);
}

#floatingHeaderNav::-webkit-scrollbar {
    width: 8px;
}

#floatingHeaderNav::-webkit-scrollbar-thumb {
    background: #f0f0f0;
}

#floatingHeaderNav::-webkit-scrollbar-track {
	background: #f6f6f6;
}

#floatingHeaderNav:hover {
	overflow-y: scroll;
}

#floatingHeaderNav ::-webkit-scrollbar {
  width: 10px;
}

#floatingHeaderNav ::scrollbar {
  width: 10px;
}

#floatingHeaderNav ::-webkit-scrollbar-track {  background: #f6f6f6; }

#floatingHeaderNav ::scrollbar-track {  background: #f6f6f6; }
 
#floatingHeaderNav ::-webkit-scrollbar-thumb {  background: #f0f0f0; }
#floatingHeaderNav ::scrollbar-thumb {  background: #f0f0f0; }

#floatingHeaderNav ::-webkit-scrollbar-thumb:hover {  background: #a0a0a0; }
#floatingHeaderNav ::scrollbar-thumb:hover {  background: #a0a0a0; }

#floatingHeaderNav ul {
    padding: 10px;
    font-size: 0.9em;
    list-style-type: none;
    margin-left: 0px;
    color: var(--text);
    margin-bottom: 0px;
    margin-top: 0px;
}

#floatingHeaderNav li {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.doodle {
    width: 100%;
    display: block;
    background-color: white;
    color: white;
    padding: 5px;
    cursor: pointer;
    border: 1px solid gray;
    overflow: hidden;
    position: relative;
}

.doodle img {
	border: none !important;
}

.doodle sketch {
	display: none;
}

.imgZoom {
	border: 2px solid #cac5c5;
    background-color: #e4e4e4;
    box-shadow: 0px 0px 20px #696868;
    max-width: 1920px !important;
}

#floatingHeaderNav .headerVisible {
	font-weight: bold;
}

#floatingHeaderNav .topLink {
    margin-bottom: 10px;
    color: var(--text);
    font-weight: bold;
    border-radius: 3px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 0px;
}

#floatingHeaderNav li:hover {
   background-color: var(--background-extra-muted);
    color: var(--text);
}

#contentsToggle {
position: fixed;
    left: -20px;
    top: 170px;
    transform: rotate(-90deg);
    transform-origin: bottom;
    border-top: 4px solid green;
    opacity: 0.8;
    z-index: 9999;
    font-size: 0.8em;
}

ul.swDraftToolbar {
    display: inline-block;
    border-top: 1px solid var(--border-color);
    margin-left: 0px;
    padding-left: 0px;
}

.swDraftToolbar li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0px;
    text-indent: 0px;
}
    	
.swDraftToolbar li .highlight {
	font-weight: bold;
}

trix-toolbar {
	font-size: 10pt;
} 


#contentsToggle:hover {
	background-color: #f0f0f0;
}


	.copyright {
		text-align: right;
		float: none;
		opacity: 0.3;
/*		background-color: white; */
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.editions {
		opacity: 0.3;
	}

figcaption.caption {
    display: none;
}
	
/* this is for hiding checklist item data, which is an embedded section */
/* trix makes it difficult to hide data in the document */

li.active {
    font-weight: bold;
	background-color: var(--background);
}

.clTaskForm {
	font-size: 0.8em;
	color: var(--text) ;
	opacity: 0.8;
	margin-left: 2em;
}

.assignedTask {
	color: var(--assignment) !important;
}

.taskList {
	color: var(--text-muted);
}

.taskCheckbox {
	margin-left: 1em;
        opacity: 0.7;
        font-size: 1.4em;
        vertical-align: -0.11em;
        cursor: pointer;
}

.hashtag {
    border: 1px dotted var(--important-background-text) !important;
    color: var(--important-background-text);
    border-radius: 3px;
    padding: 3px;
    background-color: var(--important-background);
    /* font-weight: bold; */
    /* letter-spacing: -0.2px; */
    padding-left: 5px;
    padding-right: 5px;

}

.hashtag:hover {
}

.trixtable {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid var(--border-color);
	border-collapse: collapse;
	padding: 2px;
	font-size: 0.9em;

}

.trixrow {
	border: 1px dotted red;
	padding: 5px;
}

.trix-content {
    line-height: 1.75em !important;
}

.editorVideo {
	width: 100%;
	max-width: 100%;
	border: 1px solid var(--border-color);
	box-shadow: 5px 5px 5px var(--border-color);
}

.trixcell {
	padding: 2px;
	padding-left: 5px;
	border: 1px solid var(--border-color);
	color: var(--text);
	height: 30px;
	vertical-align: top;	
	min-width: 100px;
}


.footerPopup {
	position: relative;	
	cursor: pointer;
	color: gray;
	display: inline-block;	
    font-size: 0.8em;
    font-weight: 100;
    letter-spacing: 0.4px;	
}

comment {
	display: none;
}

keyword {
    display: inline;
    background-color: whitesmoke;
    padding-left: 2px;
    padding-right: 2px;    margin-bottom: 0px;
    font-size: 1em;
    cursor: pointer;
}

question::before {
	content: "QUESTION";
    background-color: whitesmoke;
    cursor: pointer;
}

question {
   user-select: none;
    display: inline;
    background-color: whitesmoke;
    padding-left: 2px;
    padding-right: 2px;    margin-bottom: 0px;
    font-size: 1em;
    cursor: pointer;
}

indent {
	padding-left: 30px;
	display: block;
}

.mainHead {
margin-top: 0px;
   /*  border-bottom: 1px solid #d5d5d5; */
    line-height: 1em;
/*     background-color: #f7f5f5; */
    padding-bottom: 0px;
    margin-bottom: 0px;
/*   margin-left: -10px;
    padding-left: 10px; */
}

.createFindLinks {
	display: none;
}

@media (max-width: 992px) {
.sw-hidden-xs {
    display: none !important;
}
}

@media print  {
 .mainText {
 	max-width: 80em;
 }
 .mainHead {
	border-bottom: none;
	margin-top: 50px;
}
}		

.attachment__caption--edited {
	color: var(--text-muted);
	cursor: default;
	text-decoration: none;
    border-bottom: none;
}

figcaption:hover {
	text-decoration: none !important; 
    border-bottom: none !important;
}

.searchInput {
	margin-left: 1em; 
	font-size: 1em; 
	padding: 0.3em; 
	width: 90%;
	border-radius: 5px;
	margin-bottom: 10px;
	border: none;
	box-shadow: 3px 3px 3px 0px var(--border-color);
}

figure:not([data-trix-content-type="text/html"]) {
	cursor: pointer;
}

figure img {
	cursor: pointer;
	max-width: 100%;
}

figure {
    color: #3799ca;
    display: inline-block;
}


figure:not([data-trix-content-type="text/html"]):hover {
	color: #3799ca;
	cursor: pointer;
	text-decoration: none;
	border-bottom: none;
}

.policyMetaData {
    background-color: var(--important-background);
    color: var(--important-background-text);
    padding: 5px;
    /* border-radius: 10px; */
    font-size: 0.8em;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.swTable {
	width: 100%;
	border: 1px solid var(--border-color);
	padding: 5px;
	table-collapse: collapse;
}

.swTable td {
	border: 1px solid var(--border-color);
	padding: 5px;
	vertical-align: top;
}

.thumbnail > img {
    border-radius: 1.25em;
}

.features-icon-list-item {
    position: relative;
    padding-left: 7.25em;
    margin-top: 2.25em;
    margin-bottom: 2.25em;
    min-height: 4.5em;
/*    height: 18.5em; */
}

.buttons {
	margin-top: 2.25em;
}

.buttons  a {
	margin-left: .75em;
}

.features {
	margin-top: 2.25em;
}

.features-icon-list-item i {
position: absolute;
    top: 0;
    left: 0;
    width: 4.5em;
    height: 4.5em;
    padding: 1em;
    margin-left: 1.25em;
    font-size: 2.5em;
    line-height: 1;
    text-align: center;
    background-color: #3d649e;
    color: #ffffff;
    border-radius: .5em;
}

.features-icon-list-item h5 {
    margin: 0 0 .25em;
    font-size: 1.25em;
    font-weight: bold;
	color: #5f6271;
}

.features-icon-list-item p {
    margin-bottom: 0;
}

.mainText img:hover {
}

.mainText img {
/*    border: 1px dotted #d0d0d0;
    padding: .5em; 
    max-width: 100%;  */
}

#sidebar .nav li a {
    position: relative;
    padding: .25em 1.25em;
    line-height: 1.42857143;
}

#sidebar .nav li .hasChildren::before {
    content: '>';
    position: absolute;
    margin-left: -0.8em;
    color: var(--text-muted);
 }

#sidebarexp {
    font-size: 1.2em;
}

#sidebar {
    height: 100%;
    padding-right: 0;
    transition: width 0.5s;
}

#sidebar a {
    color: var(--text);
    opacity: 0.9;
}

.swLocked {
	border-left: 5px solid #f69a9a;
    padding-left: 15px;	
}

aside, aside code, aside var, aside :link, aside :visited, .note, .note code, .note :link, .note :visited, .special, .special code, .special :link, .special :visited {
    background: #e1f5fe;
    color: #0288d1;
}

aside, .caution, .dogfood, .key-point, .key-term, .note, .objective, .special, .success, .warning, #embedded-explorer .com-google-api-explorer-client-history-EmbeddedHistoryItemView_HistoryItemUiBinderImpl_GenCss_style-error {
    display: block;
    font-size: 1.1em;
    margin: 1.25em 0;
    padding: 1em 1.75em 1em 4.5em;
    max-width: 60em;
}

.swTOC {
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 5px solid var(--highlight);
    width: 100%;
    background-color: var(--background-muted);
	margin-bottom: 20px;
}

.swTOC .navAlert {
	color: var(--assignment);
}

.swTOC .ellipse {
	color: var(--text);
}

.swTOC li {
	cursor: pointer;
	font-weight: bold;
    list-style:disc;
    padding: 2px;
    margin-left: 10px;
}

.swTOC li::marker {
	opacity: 0.7;
}
	
.swTOC li a {
	cursor: pointer;
	text-decoration: none;
	border-bottom: none;
	color: var(--text) !important;
	font-weight: normal;
}

.swTOC li .hasChildren a {
	cursor: pointer;
	color: var(--text);
	font-weight: bold;
}

aside::before, .note::before, .special::before {
    color: #039be5;
    content: 'star';
}

aside::before, .caution::before, .dogfood::before, .key-point::before, .key-term::before, .note::before, .objective::before, .special::before, .success::before, .warning::before, #embedded-explorer .com-google-api-explorer-client-history-EmbeddedHistoryItemView_HistoryItemUiBinderImpl_GenCss_style-error .gwt-Label::before {
    float: left;
    font: normal normal normal 1.75em/1 'Material Icons';
    font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    word-wrap: normal;
    margin-left: -2.75em;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
   border-bottom: none;
    background-color: #e2e2e2;
}

.page-container  h3 {
	text-align: left;
	margin-top: 1em;
    margin-bottom: 0.25em;
    letter-spacing: -.025em;
    font-size: 1.3em;
    opacity: 0.7;
}

.page-container  h4 {
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.25em;
    letter-spacing: -.025em;
    font-size: 1.1em;
    font-weight: bold;
}

.page-container  h5 {
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.25em;
    letter-spacing: -.025em;
    font-size: 1em;
    font-weight: bold;
}

.page-container  h6 {
	text-align: left;
	margin-top: 1em;
    margin-bottom: 0px;	
    letter-spacing: -.025em;
    font-size: 1em;
    font-weight: bold;
}


#sideback {
	z-index: -1000;
}

.page-container  h2 {
	text-align: left;
	margin-top: 1em;
     margin-bottom: 0.5em;	
	font-size: 1.7em;
    letter-spacing: -.015em;
    color: var(--text-semi-muted);
}

.page-container  h1 {
    font-size: 3em;
    font-weight: normal;
    font-family: Oswald, arial, serif;
    letter-spacing: -.025em;
}

.mainText {
    /* letter-spacing: 1px; */
    line-height: 1.75em;
    max-width: 60em;
    font-size: 1.03em;
    padding-left: 15px;
}

.mainText  p, .mainText .swTable {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

blockquote {
    line-height: 1.75em;
    max-width: 60em;
	font-size: inherit;
    margin-top: 10px;
    background-color: inherit;
    color: var(--text);
    box-shadow: none;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}

@counter-style level1 {  system: extends decimal; }
@counter-style level2 {  system: extends lower-alpha; }
@counter-style level3 {  system: extends lower-roman; }
@counter-style level4 {  system: extends upper-alpha; }
@counter-style level5 {  system: extends upper-roman; }

.articleContent ol {   counter-reset: item;  margin-left: 0px; list-style: none; } 
.articleContent ol ol {   counter-reset: item2;  margin-left: 0px; list-style: none; } 
.articleContent ol ol ol {   counter-reset: item3;  margin-left: 0px; list-style: none; } 
.articleContent ol ol ol ol {   counter-reset: item4;  margin-left: 0px; list-style: none; } 
.articleContent ol ol ol ol ol {   counter-reset: item5;  margin-left: 0px; list-style: none; } 
.articleContent ol >  li { display: block; }  

.articleContent ol > li:before {  content: counters(item, ".", level1) ". ";  counter-increment: item; }
.articleContent ol > li > ol > li:before {  content: counters(item, ".", level1) "." counters(item2, ".", level2) ". ";  counter-increment: item2; }
.articleContent ol > li > ol > li > ol > li:before {  content: counters(item, ".", level1) "." counters(item2, ".", level2) "." counters(item3, ".", level3) ". ";  counter-increment: item3; }
.articleContent ol > li > ol > li > ol > li > ol > li:before {  content: counters(item, ".", level1) "." counters(item2, ".", level2) "." counters(item3, ".", level3) "." counters(item4, ".", level4) ". ";  counter-increment: item4; }
.articleContent ol > li > ol > li > ol > li > ol > li > ol > li:before {  content: counters(item, ".", level1) "." counters(item2, ".", level2) "." counters(item3, ".", level3) "." counters(item4, ".", level4) "." counters(item5, ".", level5) ". ";  counter-increment: item5; }
 
@media print {
  .articleContent ol > li:before {
    content: counters(item, ".", decimal) ". ";
    counter-increment: item;
  }
  .articleContent ol > li > ol > li:before {
    content: counters(item, ".", decimal) "." counters(item2, ".", lower-alpha) ". ";
    counter-increment: item2;
  }
  .articleContent ol > li > ol > li > ol > li:before {
    content: counters(item, ".", decimal) "." counters(item2, ".", lower-alpha) "." counters(item3, ".", lower-roman) ". ";
    counter-increment: item3; /* Replaced 'lower-roman' */
  }
  .articleContent ol > li > ol > li > ol > li > ol > li:before {
    content: counters(item, ".", decimal) "." counters(item2, ".", lower-alpha) "." counters(item3, ".", lower-roman) "." counters(item4, ".", upper-alpha) ". ";
    counter-increment: item4;
  }
  .articleContent ol > li > ol > li > ol > li > ol > li > ol > li:before {
    content: counters(item, ".", decimal) "." counters(item2, ".", lower-alpha) "." counters(item3, ".", lower-roman) "." counters(item4, ".", upper-alpha) "." counters(item5, ".", upper-roman) ". ";
    counter-increment: item5;
  }
  .mainHead { float: initial; display: block; }
  #viewRA { display: none; }
  .topHeaderParts { display: block; }
}

.mainText ol {
/*    margin-bottom: 1.25em;
    margin-top: 1.25em; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.swTOC ul {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    color: #303030;     
}

.swTOC li {
	margin-bottom: 0.5em; 
}

.mainText  body, .mainText p, .mainText ul, .mainText ol {
    font-family: Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.75em;
}

.articleContent > ul {
    margin-top: 10px;
}

.articleContent a {
	overflow-wrap: anywhere;
}

.page-container  a:link, .page-container a:visited {
    color:var(--link);
    text-decoration:none;
   /*  border-bottom: 1px solid transparent; */
}

.page-container  a:hover {
    color:var(--link);
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dotted #3799ca;
}

.subheader {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:600;
	color: #58794a;
}


.table {
    background:#fff;
    
}

.subheader2 {
	color: #ca6b46;
}

.table td {
    text-align:center;
}

.table tbody tr:hover td {
    background:#fff;
}

form h4 {
    margin-bottom:1.25em;
}

.center {
    text-align:center;
}

.right {
    text-align:right;
}

.graded {
    min-height:3em;
    padding-bottom:7.75em;
    background:url("../img/bg/graded2.png") bottom center repeat-x;
}

.drop-shadow {
   position:relative;
}


/** NAV **/

nav .navbar-brand {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:700;
    font-size:2.5em;
    line-height: 3em;
    padding:0;
    margin-left:0;
    color: #999999;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}


.navbar .nav {
    padding-top: .75em;
}

.navbar .nav li {
    margin-left:1.25em;
    margin-right: 5px;
}

.navbar .nav li a {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size: 1em;
    padding:.5em 1.5em;
    color:#888;
    text-shadow:none;
    -webkit-border-radius:.5em;
    border-radius:.5em;
    background:#fff;
    border:1px solid #ddd;
    border-color:#ddd #d0d0d0 #bbb;
    line-height:1.25em;
    text-align:center;
    min-width:4.5em;
}

.navbar .nav .active a {
    -webkit-border-radius:.5em;
    border-radius:.5em;
    background:#4fb6e9;
    border:1px solid #ddd;
    border-color:#3ca3d7 #3799ca #338bb8;
    color:#fff;
    text-shadow:none;
    background-image: linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -o-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -moz-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -webkit-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -ms-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(146,219,255)),
        color-stop(0.05, rgb(79,182,233)),
        color-stop(1, rgb(57,160,211))
    );
    text-shadow:#3799ca 0 -1px 0;
    box-shadow:rgba(0,0,0,0.2) 0 1px 1px;
}


.navbar .nav li a:hover {
    color:#3799ca;
    background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(250,250,250) 5%, rgb(244,244,244) 100%);
    background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(250,250,250) 5%, rgb(244,244,244) 100%);
    background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(250,250,250) 5%, rgb(244,244,244) 100%);
    background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(250,250,250) 5%, rgb(244,244,244) 100%);
    background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(250,250,250) 5%, rgb(244,244,244) 100%);
    
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(255,255,255)),
        color-stop(0.05, rgb(250,250,250)),
        color-stop(1, rgb(244,244,244))
    );
    box-shadow:rgba(0,0,0,0.1) 0 1px .25em;
    text-shadow:#fff 0 0 .25em;
}



.navbar .nav .active a:hover {
    background:#3ca3d7;
    color:#fff;  
    text-shadow:#3799ca 0 -1px 0;
    box-shadow:none;
}

.navbar-toggle {
    margin-right: 0;
}

.navbar-toggle.collapsed .icon-bar {
    background: #3799ca;
    transition: all 0.3s;
}

.navbar-toggle .icon-bar {
    background: #aaa;
    transition: all 0.3s;
}


/** FEATURE ***/

.feature {
    margin-top:4.5em;
    margin-bottom:4.5em;
    text-align:center;
}

.feature img {
    margin:2.25em auto 0;
    text-align:center;
}

.box h3 {
    font-family:'Open Sans', sans-serif;
    font-weight:600;
    font-size:1.75em;
    margin-bottom:1.25em;
    text-align:left;
}


.box {
    background:#fff;
    box-shadow:none;
    -webkit-border-radius:.25em;
    border-radius:.25em;
    padding:4.5em 0;
    margin-top:1.25em;
/*    margin-bottom:4.5em; */
}

.box .row + .row {
    margin-top:2.25em;
}

.box .span6 + .span4 img {
    float:right;
}

.imgcenter {
	text-align: center;
}

.quotes {
    margin-top:2.25em;
    margin-bottom:4.5em;
}

.thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top:2.25em;
}

.thumbnail {
    background:#fff;
    border: none;
}

.fixheight {
/*    height: 15.25em !important;
	width: 19.25em !important; */
}

.fixheight2 {
/*    height: 13em !important; */
}

.thumbnail p {
	margin-left: 1.5em;
	margin-top: .75em;
}

.artleft {
    border-left: 1px solid gray;
}

.artright {
    border-right: 1px solid gray;
}

.thumbnail > span {
    display:block;
    padding:.5em;
    text-align: center;
    font-family:'Open Sans', sans-serif;
    font-weight:600;
    font-size:1.1em;
}

.image-right {
    margin: 0 0 0 auto;
}

/*** PRICING ****/

.pricing {
    padding-top:3em;
    margin-bottom:2.25em;
    margin-left: 5%;
    margin-right: 5%;
}

.pricing .well {
	#f7fbf8;
    box-shadow:none;
    border:1px solid #ddd;
}

.pricing .well.highlighted {
    box-shadow:rgba(0,0,0,0.2) 0 0 .75em;
    margin-top:-1.5em;
    padding-top:3em;
    padding-bottom:3em;
}

.pricing .well ul {
    margin: 0;
    padding: 0;
    margin-left:0;
}

.pricing .well ul li {
    list-style:none;
    text-align:center;
    padding:.5em 0;
    border-bottom:1px solid #eee;
    
}

.pricing .well h4 {
    text-align:center;
}

.pricing .spot {
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    font-size:1em;
    -webkit-border-radius:5em;
    border-radius:5em;
    background:#71be42;
    border:1px solid #ddd;
    border-color:#7dca4f #71be42 #63a73a;
    color:#fff;
    text-shadow:none;
    
    background-image: -o-linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    background-image: -moz-linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    background-image: -webkit-linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    background-image: -ms-linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(188,255,146)),
        color-stop(0.05, rgb(144,231,91)),
        color-stop(1, rgb(124,202,79))
    );
    background-image: linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    text-shadow:#63a73a 0 -1px 0;
    box-shadow:rgba(0,0,0,0.3) 0 1px .25em;
    position:absolute;
    height:5em;
    padding:1.25em 0;
    line-height:1.25em;
    width:5em;
    text-align:center;
    margin-top:-2.75em;
    margin-left:-1.25em;
}

/*** FOOTER ****/

.signup {
    display:inline-block;
    font-family:'Open Sans', sans-serif;
    font-size:1.75em;
    font-weight:400;
    padding:1.25em 2.25em;
    padding-top: 1.25em;
    -webkit-border-radius:.75em;
    border-radius:.75em;
    background:#4fb6e9;
    border:1px solid #ddd;
    border-color:#3ca3d7 #3799ca #338bb8;
    color:#fff;
    margin: .75em;
    text-shadow:none;
    background-image: linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -o-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -moz-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -webkit-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    background-image: -ms-linear-gradient(top, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%);
    
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(146,219,255)),
        color-stop(0.05, rgb(79,182,233)),
        color-stop(1, rgb(57,160,211))
    );
    text-shadow:#3799ca 0 -1px 0;
    box-shadow:rgba(0,0,0,0.2) 0 1px 1px;

}

.signup:link, .signup:visited {
    color:#fff;
}

.signup:hover {
    background:#3ca3d7;
    box-shadow:none;
    color:#fff;
    text-decoration:none;
}

.signup.small {
    font-size:1em;
    padding: .5em .75em;
    border-radius: .25em;
    vertical-align: bottom;
}

footer {
    margin-bottom:2.25em;
}

footer, footer p {
    font-size: 1em;
}

footer .links {
    list-style:none;
    margin-left:0;
    padding: 0;
}

footer .links li {
    float:left;
    margin-right:1.25em;
    line-height:2.5em;
    height:2.5em;
}

input[type=radio] {
	margin-right: 6px;
}

footer form .input-group {
    margin-top: .5em;
}

footer form .signup {
    margin-top: .25em;
}

.nosel {
  user-select: none; /* Standard syntax */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */	
}

/* AUTO PRES WHITEBOARD */

	.autoPres .slide {
			width: 267px; height: 150px; font-size: 28px;
			max-width: 267px; max-height: 150px;
			display: inline-block;
			padding: 2px;
			text-align: justify;
			transition: opacity 1s;
		}

	.autoPres .vignette-inset {
	  position: relative;
	  height: 200px;
	  display: block;
	}

	.autoPres .vignette-inset:after {
	  content: '';
	  position: absolute;
	  top: 0; left: 0; bottom: 0; right: 0;
	  box-shadow: inset 0px 0px 75px var(--text) ;
	  // cursor: none;
	}

	.autoPres .boxText { 
		opacity: 0.9;
	}

	.autoPres .keywordImage {
		-webkit-mask-image: url('mask1.png.aspx');
		-webkit-mask-size: cover;
		-webkit-mask-position: center;
		mask-image: url('mask1.png.aspx');
		mask-size: cover;
		mask-position: center;
	}

	.autoPres .secondaryImage {
		-webkit-mask-image: url('mask1.png.aspx');
		-webkit-mask-size: cover;
		-webkit-mask-position: center;
		mask-image: url('mask1.png.aspx');
		mask-size: cover;
		mask-position: center;
		filter: blur(2px);
		opacity: 0.7;
	}

	.autoPres .presImage img {
		transition: transform 1.5s, opacity 1.5s; 
		transform: scale(3);
	}

	.autoPres #main {
		box-sizing: border-box;
	}

	.autoPres .sketch {
		filter: drop-shadow(0 0 1px var(--text) );
	}

	.autoPres .hand {
		transform-origin: 0px 0px;
	//	transition: left 0.1s, top 0.1s, transform 0.1s;
		width: 140px;
		filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
	}

.relAb h4 {
    font-size: 4em;
    margin-top: -20px;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #7d7a7a;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: -2px;
}

.relAb abstract {
    margin-top: -5px;
    margin-left: 5px;
    color: var(--text) ;
    display: block;
    width: 150%;
    line-height: 1.3em;
}

/* RISK AND MITIGATION STYLES (data attribute for published page, href for editor) */
a[data~="rdata"] {
    display: inline;
   font-weight: bold;
    padding-right: 5px;
    border-bottom: 1px solid red;
    border-bottom-style: dashed;
    text-decoration: none !important;
    color: var(--text) !important;
}

a[data~="rdata"]:hover {
    border-bottom: 1px solid red;
    border-bottom-style: dashed;
    text-decoration: none !important;
    color: var(--text)  !important;
}

a[data~="mdata"] {
    display: inline;
   font-weight: bold;
    padding-right: 5px;
    border-bottom: 1px solid blue;
    border-bottom-style: dashed;
    text-decoration: none !important;
    color: var(--text) !important;
}

a[data~="mdata"]:hover {
    border-bottom: 1px solid blue;
    border-bottom-style: dashed;
    text-decoration: none !important;
    color: var(--text) !important;
}

a[href~="rdata"] {
    display: inline;
   font-weight: bold;
    padding-right: 5px;
    border-bottom: 1px solid red;
    border-bottom-style: dashed;
    text-decoration: none !important;
    color: var(--text)  !important;
}

a[href~="rdata"]:hover {
    border-bottom: 1px solid red;
    border-bottom-style: dashed;
    text-decoration: none !important;
    color: var(--text)  !important;
}

a[href~="mdata"] {
    display: inline;
   font-weight: bold;
    padding-right: 5px;
    border-bottom: 1px solid blue;
    border-bottom-style: dashed;
    text-decoration: none !important;
    color: var(--text)  !important;
}

a[href~="mdata"]:hover {
    border-bottom: 1px solid blue;
    border-bottom-style: dashed;
    text-decoration: none !important;
    color: var(--text)  !important;
}



/*** MEDIA QUERIES ****/

@media (min-width: 59em) {
    .thumbnail span {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 59em) {
    .mainText {
	padding-left: 30px;
     }

	.sideback {
		display: none;
	}

    .page-container  body {
        padding: .75em .75em 0;
    }
    
    nav.navbar {
        margin-bottom: 0;
    }
    
    nav .navbar-brand {
        padding-left: 1.25em;
    }

#relatedArt .relItem {
	width: 48%;
  }
    .navbar .nav {
        padding-top: 0;
    }
    
    .navbar .nav li {
        float:none;
        margin:0 0 1px;
    }
    
    .navbar .nav li a {
        border-radius: 0;
        text-align: left;
        padding-left: 1em;
        border: none;
        
    }
    
    .navbar .nav li.active a {
        border-radius: 0;
        padding-left: 1em;
    }
    
    .pricing .well.highlighted {
        margin-top:0;
        
    }
    
    .pricing .spot {
        margin-left:1.25em;
        margin-top:-1.25em;
    }
    
    .box {
        padding:1.25em;
    }
    
    .image-right {
        margin: 0;
    }
    
    .thumbnail span {
        font-size: 1em;
    }
    
    
    footer .links li {
        margin-top: 1.25em;
    }
    
}

@media (max-width: 77em) {
.features-icon-list-item {
/*    height: 21.5em; */
  }
}

@media (min-width: 61.5em){
  .container {
    width: 98%;
  }
}

@media (min-width: 77em){
  .container {
    width: 75.5em;
  }

}

@media (min-width: 92.25em){
  .container {
    width: 84.5em;
  }
}

.forceShow {
	display: block;
}

@media (min-width: 123em){
  .container {
    width: 120.75em;
  }
}

@media (max-width: 37em) {

    
    .page-container  body {
        padding: .75em 0 0;
    }
    
    .page-container  h2 {
	font-size: 2.3em;
        line-height: 1.2em;
    }
    
    .page-container  h3 {
        font-size:2em;
        line-height: 1.2em;
    }
    
    .pricing {
        padding-top:0;
        margin-top:2.25em;
    }
    
    .image-right {
        margin: 0;
    }
    
    .box img {
        margin-bottom: 1.25em;
    }
    
    footer.container {
        padding: 0 2.25em;
    }
    
    
}

