/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('assets/fonts/open-sans-v35-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/open-sans-v35-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/open-sans-v35-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

*, *::before, *::after {box-sizing: border-box;}
ul[class],ol[class] {padding: 0;}
body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd {margin: 0;}

html {
	height: 100%;
}
body {
    position: relative;
	font-family:'Open sans', sans-serif;
    font-size: 15px;
	line-height:1.5;
	color:#222;
	padding:0;
    background-color:#ffffff;
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
}
/* GLOBALS */
.container::after, #breadcrumb ul::after, ul#tabbed-nav::after, .start-nav-row::after, #main::after, #footer ul::after, button.compliance::after {
    content: "";
	display: table;
	clear: both;
}
.container {
	position:relative; 
	width:100%; 
	margin:0 auto; 
	max-width:1440px;
	padding:0 24px;
}
.container.max {
	max-width:100%;
}
.alert {
	display:none;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 15px;;
    border: 1px solid transparent;
	border-radius:3px;
}
.alert-show {
	display:block;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.message.success {
	background:#d4edda;
}
ul, ol, h1, h2 {
	margin:0;
	padding:0;
}
input,button,textarea,select {
  font: inherit;
}
input {
	padding:6px;
	border:solid 1px #ced4da;
	border-radius:1px;
}
.button {
	height:54px;
	background:#334291;
	color:#ffffff;
	border: 1px solid transparent;
	border-radius:3px;
	padding:0 40px;
	font-weight:600;
	cursor:pointer;
}
.button:hover {
	background:#162367;
}
.button.button-small {
	height:24px;
	padding:0 8px;
	font-weight:300;
	font-size:13px;
}
a:link, a:visited {
	color: #0645ad;
	text-decoration:none;
}
a.single-icon img, a.single_icon img, img.icon {
	height:24px;
	margin-right:12px;
}
a.popupLink::after, a.popup-link::after {
	content:"\f732";
	font-family:"Font Awesome 6 Pro";
	font-weight:300;
	margin-left:6px;
}
.bold, strong {
	font-weight:600;
}
.red {
	color:#eb2227;
}
.blue {
	color:#0645ad;
}
.green {
	color:#3ab249;
}
.gold {
	color:#ffd700;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.italic {
	font-style:italic;
}
.no-wrap, .nowrap {
	white-space:nowrap;
}
.shaded-bg {background-color:#f2f2f2;}
.new {background-color: #ffe57f; padding:3px 6px;}
/* ------------------------------------------------ */

div#sticky-header {background-color:#fff; z-index:100;}
div#sticky-header.sticky {
	position: fixed;
	top:0;
	width:100%;
}
header {
	/*overflow: inherit;*/
    width: 100%;
	padding:5px 0 11px 0;
}
#sticky-header.sticky header {
	padding-bottom:0px;
}
header #logo {
	float:left;
}
header #logo img {
	transition: height 0.4s ease;
}
header #cust-info {
	float:left;
	position:relative; top:60px; left:15px;
	font-size:12px;
	font-weight:400;
}
#sticky-header.sticky header #cust-info {
	display:none;
}
header #cust-info i {
	font-size:15px;
	margin-right:3px;
}
header #cust-info a {
	color:#999999;
}
header #cust-info a:hover {
	color:#333;
}
header #cust-info a span {
	font-weight:600;
}
header #helpers {
	float:right;
	position:relative;
	margin-top:24px;
	transition: margin 0.5s;
}
#sticky-header.sticky header #helpers {
	margin-top:10px;
	transition: margin 0.5s;
}
header #helpers li {
	float:left;
	display:inline;
	padding:0 15px;
}
header #helpers li, header #helpers a {
	color:#999999;
	font-size:18px;
}
header #helpers li a:hover {
	color:#222;
}
header #helpers span#demo-days-text {
	margin-left:10px;
	font-size:12px;
	color:#eb2227;
}
header #helpers i {
	font-size:22px;
	margin-right:8px;
}
nav#main-nav {
	position:relative;
	margin:0;
	padding:0;
	border-top:solid 1px #f0f0f0;
	border-bottom:solid 1px #cccccc;
}
nav#main-nav li {
	float:left;
	display:inline;
	padding:0 20px 0 0;
}
nav#main-nav a, nav#main-nav span {
	display:block;
	padding: 10px 10px;
	color:#777;
	font-size:18px;
}
nav#main-nav span {
	cursor:not-allowed;
	color:#bbb;
}
nav#main-nav a i {
	font-size:22px;
}
/*nav#main-nav li#models-item a {
	cursor:default;
}*/
nav#main-nav a:hover {
	color:#000;
	background-color:#f0f0f0;
}
nav#main-nav li.current a {
	color:#000;
	font-weight:600;
	background-color:#f0f0f0;
}
#model-nav {
	width:100%;
	z-index:102;
	height:41px;
	background:#f0f0f0;
}
#model-nav ul {
	padding-left:30px;
}
#model-nav ul a, #model-nav ul span {
	font-size:14px;
}
#model-nav ul li.current a, #model-nav ul a:hover {
	background-color:transparent;
}

main {
	margin-bottom:80px;
}

div#pop-index {width:600px;}
@media screen and (max-width: 850px) {
	div#pop-index {width:100%}
}

div#pop-index a:link {
	color: #0645ad;
	text-decoration:none;
}
div#pop-index a:hover {
	text-decoration:underline;
}
div.pop-form-row {
	margin:8px 0;
}
div.pop-form-row-bottom {
	margin:25px 0 0 0;
	text-align:center;
}
div.pop-form-row input[type='text'],
div.pop-form-row input[type='password'],
div.pop-form-row input[type='submit'],
div.pop-form-row textarea {
	width:100%;
	padding:10px;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; 
}
div.pop-form-row input+label {
	margin-right:15px;
}
div.pop-form-row input[type='checkbox']+label {
	margin-right:0px;
}
div.pop-form-row input[type='submit'] {
	margin-top:10px;
	background:#334291;
	color:#ffffff;
	border:1px solid transparent;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; 
}
div.pop-form-row input[type='submit']:hover {
	background:#162367;
}
p#cookie-info {font-size:13px; margin-top:20px;}

div#start-wrapper {width:100%; position:relative; margin-bottom: 40px;}
div#start-wrapper img {width:100%; position:relative; display: block;}
div#start-wrapper a img {position:absolute; top:55px; right:0px; width:150px;}
div#start-wrapper span#image-title {position:absolute; top:12%; left:175px; font-size:60px; line-height: 1.2; font-weight:800; color:#fff; width:50%;}

section.start {
	display: flex; flex-wrap: wrap;	flex-direction: row;
	justify-content:center; align-items: center;
	background-color: #f1f1f1;
	padding: 0px 150px;
	margin-bottom: 40px;	
}
section.start.reverse {flex-direction: row-reverse;}
section.start div {flex:50%; padding: 0 35px;}

section.start h1 {font-size:40px; color:#3c3c3c; line-height: 1.2; margin: 0 0 15px 0;}
section.start p  {font-size: 20px; margin-bottom: 25px;}
section.start div img {max-width:100%; display: block;}
section.start div iframe {display: block;}
section.start div.start-txt {padding:35px;}

.youtube {aspect-ratio: 16/9; width: 100%;}
p.start-read-more {text-align: right; margin-bottom: 0;}
p.start-read-more a {padding:8px 13px; font-size:20px;text-align:center;text-decoration:none;white-space:nowrap;vertical-align:middle;cursor:pointer; border:solid 1px #82C5A6; color:#fff;background-color:#82C5A6; -moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;}
p.start-read-more a:hover {border-width: 2px;}
@media only screen and (max-width: 1440px) {
	div#start-wrapper span#image-title {left:50px;font-size:48px;}
	section.start {padding: 0px 40px;}
	section.start h1 {font-size:32px;}
	section.start p, p.start-read-more a {font-size: 15px;}
}
/*@media only screen and (max-width: 1250px) {
	div#start-wrapper span#image-title {font-size:48px;}
}*/
@media only screen and (max-width: 1024px) {
	div#start-wrapper span#image-title {font-size:28px; left:35px;}
	section.start {padding: 0px 30px;}
	section.start h1 {font-size:26px;}
	section.start p, p.start-read-more a {font-size: 13px;}
}
@media only screen and (max-width: 800px) {	
	section.start {padding: 0 10px;}
	section.start div {flex:100%; width:100%;}
	section.start div, section.start div.start-txt {padding: 10px;}
}
@media only screen and (max-width: 600px) {
	div#start-wrapper a img {width:70px; top:20px;}
	div#start-wrapper span#image-title {font-size:18px; left:25px;}
}


#breadcrumb {
    margin-top:24px;
    margin-bottom:24px;
}
#breadcrumb.is-models {
    /*margin-top:64px;*/
}
.breadcrumb-item {
    float: left;
    list-style: none;
    font-size: 13px;
}
.breadcrumb-item:first-child {
    padding: 0;
}
.breadcrumb-item:not(:first-child)::before {
    content: "/";
    padding: 0 5px 0 8px;
}
.breadcrumb-item a {
	font-weight:600;
    border-bottom:solid #999 thin;
}
div#left-nav {
    float:left;
	width:25%;
	border-right: 1px solid #ccc;
	padding-right:6px;
}
#left-nav ul {
    list-style: none;
}
#left-nav ul:first-child {
	padding-bottom:14px;
	border-bottom:solid 1px #ccc;
}
#left-nav .left-nav-item {
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#left-nav a {
    display: block;
	color:#222;
	font-size:14px;
    text-align: left;
    padding: 8px 48px 8px 12px;
	margin:2px 0;
    line-height: 20px;
}
#left-nav li.pop-icon {
	border-top:solid 1px #ccc;
	margin-top:20px;
}
#left-nav li.pop-icon ~ li.pop-icon {
	border-top: none;
	margin-top:0px;
}
#left-nav li.pop-icon a {
	font-style:italic;
	color:#777;
}
#left-nav li.pop-icon a::after {
	content:"\f360";
	font-family:"Font Awesome 6 Pro";
	font-weight:600;
	font-style:normal;
	margin-left:8px;
}
#left-nav ul ul a {
    padding-left: 30px;
}
#left-nav ul ul ul a {
    padding-left: 60px;
}
#left-nav a:hover {
    background:#f0f0f0;
	border-radius:5px;
}
#left-nav .is-current-page>a {
	font-weight:600;
	/*background:#f0f0f0;*/
	background:#878787;
	color:#fff;
	/*border-bottom-left-radius:5px; border-top-left-radius:5px;*/
	border-radius:5px;
}
#left-nav .is-current-parent>a {
	font-weight:700;
}
#left-nav i.menu-expander {position:absolute; right:15px; top:8px; color:#222; font-size:14px; padding:4px 7px; font-weight:300; cursor:s-resize; background-color:transparent;}
#left-nav .is-current-page>i.menu-expander {color:#fff;}
#left-nav i.menu-expander:hover {color:#000;font-weight:400; background-color:#d0d0d0;}
#left-nav i.menu-expander-sub {color:#aaa; right:22px;}
#left-nav a.guides-button, #left-nav a#quiz-button {
	font-size:15px;
    color: #f09000;
	font-weight:500;
	background:#f9f9f9;
    vertical-align: middle;
}
#left-nav a.guides-button {
	margin:15px 0 5px 0;
}
#left-nav a.guides-button.guides-visible {
    background:#f0f0f0;
}
#left-nav .quick-guides {
	display:none;
	padding:7px 7px 7px 14px;
	background:#f9f9f9;
	border-radius:5px;
	border-bottom:solid 1px #ccc;
}
#left-nav .quick-guides a {
	position:relative;
	padding-left:30px;
}
#left-nav .quick-guides a::before {
	font-family:"Font Awesome 6 Pro";
	content:"\f05a";
	color: #f09000;
	font-weight:400;
	font-size:16px;
	position:absolute; left:5px;
}
#left-nav .quick-guides a i {
	color: #f09000;
	font-size:15px;
	margin-right:3px;
}
#left-nav a#quiz-button {
	margin-top:5px;
}
#left-nav a.guides-button:hover, #left-nav a#quiz-button:hover {
	background:#e0e0e0;
}
#left-nav a.guides-button i, #left-nav a#quiz-button i {
	font-size:20px;
	margin-right:7px;
}
#content {
	float:left;
	width:75%;
	max-width:900px;
	position:relative;
	margin:0;
	padding:0 20px 0 50px;
}
#content i.save-page {
	position:absolute;
	left:17px; top:17px;
	cursor:pointer;
	font-size:22px;
	color:#ddd;
}
#content i.save-page.save-page-active {
	color:#ffd700;
}
#content i.save-page:hover {
	color:#ffd700;
}
#content .sect1 a:link, .sect1 a:visited {
	color: #003388;
	text-decoration:underline;
}
#content .sect1 a:hover, #content .sect1 a:active,
#content p a:hover, #content p a:active {
	color: #003388;
	text-decoration:none;
}
#content ul, #content ol {
	padding-left:20px;
}
#content ul li ul {
	margin-top:10px;
}
#content ol li {
	padding-left:7px;
}
#content li {
	line-height:1.5;
	margin-bottom:15px;
}
#content li:last-child {
	margin-bottom:25px;
}
#content h1 {
	font-size:40px;
	line-height:1.3;
	font-weight:400;
	margin-bottom:15px;
}
#content h1.role-icon::before {
	font-family:"Font Awesome 6 Pro";
	content:"\f007";
	font-weight: 600;
	font-size:32px;
	margin-right:15px;
	position:relative; bottom:3px;
}
#content h1.role-icon-red::before {
	color:#eb2227;
}
#content h1.role-icon-blue::before {
	color:#0645ad;
}
#content h1.role-icon-yellow::before {
	color:#ffdd17;
}
/* h2 further down */
#content h3 {
	font-size:18px;
	font-weight:600;
}
#content h4 {
	font-size:16px;
	font-weight:600;
	margin:10px 0 0 0;
}
#content div.image, #content object {
	display:inline-block;
	position:relative;
	margin-bottom:10px;
}
#content div#sectOnes {
	margin-bottom:30px;
}
#content div.sect1 {
	display:none;
	padding:0 15px;
}
#content div.sect1.expanded {
	display:block;
}
#content div.sect1>div.image {
	margin-top:25px;
}
#content div.sect1>h3,
#content div.sect1>ul,
#content div.sect1 div#hideableTools>ul,
#content div.sect1 div#custTempl>ul {
	margin-top:15px;
}
#content div.area-in-focus {
	padding:2px 20px;
	margin:10px 0;
	background-color:#fff9e9;
}
#content #change-phase {
	margin:-5px 0 15px 0;
}
#content #change-phase span {
	background:#f0f0f0;
	padding:2px 8px;
	font-size:14px;
	font-weight:400;
}
#content #change-phase i {
	font-size:16px;
	color:#0645ad;
	margin:0 6px;
}
/*#content ul#tabbed-nav {
	position:relative;
	border-bottom:solid 2px #ccc;
	margin-bottom:15px;
	padding: 0;
}
#content ul#tabbed-nav li {
	float:left;
	display:inline;
	margin:0 20px 0 0;
}*/
#content ul#tabbed-nav {
	position:relative;
	border-bottom:solid 2px #ccc;
	margin:15px 0 20px 0;
	padding: 0;
}
#content ul#tabbed-nav.no-tabs {
	margin-top:35px;
}
#content ul#tabbed-nav li {
	float:left;
	display:inline;
	margin:0 12px 7px 0;
}
#content ul#tabbed-nav li#expand-collapse {
	position:absolute;
	right:15px; top:5px;
	margin:0;
}
#content ul#tabbed-nav.no-tabs li#expand-collapse {
	top:-33px;
}
/*#content ul#tabbed-nav a {
	display:block;
	padding: 10px 10px 5px 10px;
	color:#aaa;
	font-size:18px;
	border-bottom:solid 6px #ffffff;
}
#content ul#tabbed-nav a.ka-info {
	display:inline-block;
	padding-right: 5px;
	cursor:help;
}
#content ul#tabbed-nav a:hover {
	color:#000;
}
#content ul#tabbed-nav li.current-tab a {
	color:#000;
	border-bottom-color:#000;
}
#content li a#expand-collapse-text {
	color:#555;
	font-size:14px;
	font-weight:600;
}*/
#content ul#tabbed-nav a {
	display:block;
	padding:6px 10px;
	color:#878787;
	background:#fff;
	font-size:16px;
	border:solid 1px #878787;
	border-radius:5px;
}
#content ul#tabbed-nav li#definition-tab a {
	padding:4px 6px;
	font-size:14px;
	position:relative; top:7px;
}
#content ul#tabbed-nav a.ka-info {
	display:inline-block;
	position:relative; top:8px;
	font-size:18px;
	padding:0 5px;
	color:#aaa;
	background:#fff;
	border:none;
	cursor:help;
}
#content ul#tabbed-nav a.ka-info:first-child {
	margin-left:15px;
}
#content ul#tabbed-nav a:hover {
	background:#878787;
	color:#fff;
}
#content ul#tabbed-nav li.current-tab a {
	background:#878787;
	color:#fff;
}
#content li a#expand-collapse-text {
	color:#555;
	background:#fff;
	border:none;
	padding-bottom:0;
	font-size:14px;
	font-weight:600;
}
#content li a#expand-collapse-text:hover {
	color:#000;
	background:transparent;
}
#content li a#expand-collapse-text::after {
	position:relative;
	top:1px;
	font-size:18px;
	padding-left:10px;
	font-weight:300;
	content:"\f067";
	font-family:"Font Awesome 6 Pro";
}
#content li#expand-collapse.collapse-all a::after {
	content:"\f068";
}
#content h2 {
	position:relative;
	font-size:22px;
	font-weight:600;
	padding: 10px 52px 10px 10px;
	background:#f0f0f0;
	margin-top:10px;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; 
	cursor:pointer;
}
#content h2:hover {
	background:#e0e0e0;
}
#content h2::after {
	position:absolute;
	right:24px;
	top:15px;
	font-size:18px;
	font-weight:300;
	content:"\f067";
	font-family:"Font Awesome 6 Pro";
}
#content h2.expanded {
	background:#878787;
	color:#fff;
	border-bottom-left-radius:0;border-bottom-right-radius:0;
}
#content h2.expanded::after {
	content:"\f068";
}
#content h2:not(.expanded):hover::after {
	content:"\f068";
}
#content h2.expanded:hover::after {
	content:"\f067";
}
#content h2.activity::before {
	font-family:"Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 20px;
	margin-right:15px;
}
#content h2.activity-action::before {
	content:"\f0ae";
}
#content h2.activity-template::before {
	content:"\f56d";
	margin-left:5px;
}
#content h2.activity-inout::before {
	content:"\f362";
}
#content h2.activity-responsibility::before {
	content:"\f007";
	margin-left:3px;
}
#content h2.activity-focus::before {
	content:"\f0ae";
}
#content h2.activity-red::before {
	color:#eb2227;
}
#content h2.activity-blue::before {
	color:#0645ad;
}
#content h2.activity-yellow::before {
	color:#ffdd17;
}
#content h2.activity-green::before {
	color:#3ab249;
}
#content h2.image-bank-area {
	font-size:18px;
	font-weight:400;
}
#content p {
	line-height:1.5;
	margin:15px 0;
}
#content h3+p {
	margin-top:5px;
}
#content p.caption {
	font-size:14px;
	line-height:1.4;
	margin:-8px 0 25px 0;
	font-style:italic;
	color:#555;
}
/*#content p.caption::before {
	content:"Fig. ";
}*/
#content p.lifecycle-descr::before {
	content:"\f2fc";
	font-family:"Font Awesome 6 Pro";
	font-weight: 600;
	font-size:20px;
	margin-right:12px;
}
#content p.lifecycle-descr-red::before {
	color:#eb2227;
}
#content p.lifecycle-descr-blue::before {
	color:#1b75bb;
}
#content p.lifecycle-descr-yellow::before {
	color:#ffdd17;
}
#content p.lifecycle-descr-green::before {
	color:#3ab249;
}
#content p.lifecycle-descr-purple::before {
	color:#996497;
}
#content div.sect1 h3>p {
	margin-top:8px;
}
#content p.xlpm_std_guidelines_heading, #content p.xlpm-std-guidelines-heading,
#content p.cust-checklist-heading {
	/*color:#0645ad;*/
	font-weight:600;
	font-size:18px;
}
#content div#definition {
	font-size:15px;
	font-style:italic;
	background:#f0f0f0;
	padding:10px 15px 15px 15px;
	margin:15px 0;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; 
}
#content div#definition div#def-title {
	font-style:normal;
	font-size:16px;
	font-weight:600;
	padding-bottom:10px;
}
#content .click-to-navigate {
	position:absolute; top:-15px; right:-15px; min-width:170px; font-size:12px; font-weight:400; text-align:center; padding:2px 0; background:#f0f0f0; border:solid 1px #d0d0d0;
}
#content .click-to-enlarge {
	position:absolute; top:15px; left:-20px; font-size:14px; font-weight:400; text-align:center; padding:5px 10px; background:#82C5A6; color: #fff;
}

#term-first-letters a {
	margin-right:5px;
	padding:4px 4px;
	color:#222;
	font-size:18px;
	font-weight:600;
	text-decoration:none;
}
#term-first-letters a#show-all-terms {
	margin-left:20px;
}
#term-first-letters a:hover {
	color: #0645ad;
	text-decoration:underline;
}
p.term-first-letter {
	font-weight:600;
	font-size:30px;
	margin:20px 0 5px 0;
}
p.term-first-letter::before {
	content:"\f518";
	font-family:"Font Awesome 6 Pro";
	font-weight: 400;
	margin-right:15px;
}
p.term-title {
	font-weight:600;
	margin-bottom:10px;
}
p.term-title .term-testsite-only {
	 background:#ffff99;
	 margin-left:20px;
	 padding:2px 3px;
	 font-weight:normal;
	 color:#ff0000;
}
div.term-definition {
	display:none;
	padding:10px;
	border:solid 1px #dddddd;
	background:#f0f0f0;
} 
div.term-definition p {
	font-style:italic;
} 
#content p#activity-top-links {
	position:relative;
}
#content a#print-checklist::before {
	content:"\f733";
	font-family:"Font Awesome 6 Pro";
	font-weight: 300;
	font-size:22px;
	margin-right:10px;
}
#content a#printChecklist::before {
	content:"\f733";
	font-family:"Font Awesome 6 Pro";
	font-weight: 300;
	font-size:22px;
	margin-right:8px;
}
#content span#extra-phase-links {
	position:absolute; right:0;
}
#content a#open-activity-img::before {
	content:"\f03e";
	font-family:"Font Awesome 6 Pro";
	font-weight: 300;
	font-size:22px;
	margin-right:8px;
}
#content a#open-quickguide-phase {
	color:#f09000;
	margin-left:15px;
}
#content a#open-quickguide-phase::before {
	content:"\e49a";
	font-family:"Font Awesome 6 Pro";
	font-weight: 300;
	font-size:22px;
	color:#f09000;
	margin-right:8px;
}
#content div.step-by-step-row {
	display: table;
	padding-top:15px; 
	width: 100%;
	border-bottom:solid 6px #f2f2f2;
}
#content div.step-by-step-row:last-child {
	border-bottom-style:none;
}
#content div.step-legend {
	display: table-cell;
	margin:0;
	padding:0;
	width: 10%;
}
#content div.step-legend::before {
	font-family:"Font Awesome 6 Pro";
	font-weight: 300;
	font-size: 50px;
	color:#777;
	margin-right:15px;
}
#content div.step-legend-questions::before {
	content:"\f059";
}
#content div.step-legend-actions::before {
	content:"\f058";
}
#content div.step-legend-links::before {
	content:"\f05a";
}
#content #sect-selection {
	position:fixed; right:0; bottom:40vh; 
	transform: rotate(90deg); transform-origin: 100% top;
	padding: 12px 20px; 
	background:#f09000; 
	font-size:20px; font-weight:600; color:#fff;
	border-bottom-left-radius:5px; border-bottom-right-radius:15px;
	z-index:101;
	cursor:pointer;
}
@media screen and (max-width: 1800px) {
	#content #sect-selection {padding:8px 12px; font-size:16px;}
}
#content #sect-selection:hover {
	background:#ffa51d; 
}
#content #sect-selection-list {
	display:none; 
	position:fixed; right:0; /*bottom is set in script*/ 
	z-index:102; /* >sticky header */
	padding:0 12px;
	background:#fff; 
	border:solid 1px #ccc; border-right-style:none;
	border-bottom-left-radius:5px; border-top-right-left:5px; 
	box-shadow: 2px 2px 5px #888888;
}
#content #sect-selection-list a {
	display:block;
	font-size:16px; font-weight:600; color:#222;
	border-radius:5px;
	background:#ededed;
	padding:8px 15px;
	margin:15px 0px;
}
#content #sect-selection-list a:hover {
	color:#fff;
	background:#878787;
}
div.step-by-step-questions, div.step-by-step-actions, div.step-by-step-links {
	display: table-cell;
	margin:0;
	vertical-align:top;
}

/* Tables */
table {
	width:100%;
	border-collapse:collapse;
	margin:12px 0 20px 0;
}
table td, table th {
	vertical-align:top;
	padding:10px 20px;
	border:1px solid #d4d4d4;
}
table.condense td, table.condense th {
	padding:5px 10px;
}
table.no-borders td, table.no-borders th {
	border:none;
}
table.document-list {
}
table.document-list tr:nth-child(even) {
	background: #ffffff;
}
table.document-list tr:nth-child(odd) {
	background: #fcfcfc;
}
table.document-list tr.document-row td:first-child::before {
	content:"\f4ff";
	font-family:"Font Awesome 6 Pro";
	font-weight: 600;
	color:#999;
	font-size:22px;
	margin-right:20px;
}
table.document-list tr.document-row.red-doc td:first-child::before {
	color:#eb2227;
}
table.document-list tr.document-row.blue-doc td:first-child::before {
	color:#0645ad;
}
table.document-list tr.document-row.example-doc td:first-child::before {
	content:"\f672";
	color:#ffdd17;
}
table.document-list tr.document-row.no-color-doc td:first-child::before {
	content:"\f303";
}
table.document-list tr.document-row.no-role-icon td:first-child::before {
	content:"";
	margin:0;
}
table tr.appendix-doc td:first-child {
	padding-left:75px;
}

div#image-collection {margin-bottom:40px;}
div#image-collection h2.image-collection-area {
	font-size:18px;
	font-weight:400;
}
div#image-collection div.img-collection-container {width:200px; height:100px;}
div#image-collection div.img-collection-container img {max-height:100%; max-width:100%;}


#search {
	margin-bottom:30px;
}
#search-field-wrapper {
	width:100%;
	position:relative;
}
#search-field-wrapper::after {
	content:"\f002";
	font-family:"Font Awesome 6 Pro";
	font-weight: 400;
	font-size:20px;
	position:absolute;
	left:20px;
	top:15px;
}
#search-field-wrapper input[type='search'] {
	padding:5px 5px 5px 60px;
	width:600px;
	border:solid 1px #f0f0f0;
	background-color: #f8f7f6;
	height:54px;
	border-radius:3px;
	margin-right:8px;
}
/* Clears the 'X' from IE and Chrome */
input[type='search']::-ms-clear,
input[type='search']::-ms-reveal {display:none; width:0; height:0;}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {display:none;}

.search-highlight {
	background:#ff9;
	padding:1px;
}
div.search-result-box {
    background:#f0f0f0;
    border:solid 1px #dddddd;
    padding:0 10px;
    margin-top:10px;
}
div.search-result-box.term-result {
    background:#f1e7e7;
    position:relative;
}
span.term-result-legend {
	position:absolute;
	top:4px;
	right:4px;
	font-weight:600;
	font-size:12px;
	color:#ff0000;
}
div.search-breadcrumb {
	margin-top:5px;
	font-size:13px;
    color:#777;
}
div.search-breadcrumb span::before {
	content:"\f0da";
	font-family:"Font Awesome 6 Pro";
	font-weight:600;
	margin:0 8px;
}
div.search-section-heading {
	font-size:20px;
	font-weight:600;
	margin:30px 0 20px 0;
}
div.search-section-heading a {
	color:#222;
	text-decoration:none;
}
div.search-section-heading a:hover {
	text-decoration:underline;
}
p#search-order {padding:4px 8px; background:#ff9; border:1px solid #aaa;}
div.search-result-box span.search-hit-title {font-weight:600;}
div.search-result-box span.search-hit-pagetitle {font-size:24px;}
div.search-result-box span.search-hit-sect1title {font-size:18px;}
div.search-result-box span.search-hit-sect2title {font-size:16px;}


footer {
	margin:0;
	background: #222;
	color: #fff;
}
footer ul {
	list-style-type: none;
}
li.footer-item {
    padding: 60px 10px 50px 10px;
    width: calc(99% / 5);
    text-align: center;
    float: left;
}
li.footer-item a {
	display:block;
	text-decoration:none;
	font-weight:500;
	color:#fff;
}
li.footer-item p {
	padding-top:12px;
}
.footer-item-icon {
    background-color: #fff;
    border-radius: 48px;
    font-size: 48px;
    height: 96px;
    width: 96px;
    display: inline-block;
    position: relative;
}
.footer-item-icon:hover {
    background-color: #adadad;
}
.footer-item-icon i, .footer-item-icon span {
    position: absolute;
    top: 53%;
    left: 50%;
	color:#222;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*Text, no icon*/
.footer-item-icon span { 
    font-size: 24px;
	font-weight:600;
}

@media only screen and (max-width: 800px) {	
	footer {padding: 10px 0}
	li.footer-item {float: none; display: block; width:100%; padding: 0;}
	li.footer-item br {display: none;}
	.footer-item-icon {display: none;}
}

#to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	height: 60px;
  	width: 60px;
	border: none;
	outline: none;
	background-color: #adadad;
	cursor: pointer;
	text-align:center;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; 
	font-family:'Open Sans', sans-serif;
	font-size:24px;
	font-weight:bold;
}
#to-top i {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
#to-top:hover i {
	color: #222;
}

/* HELPERS */
/* ------- Popup ---------- */
.popup {display:none; background-color:#fff; padding:25px; margin:40px 0; position:relative; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.popup h1 {width:100%; font-weight:600; color:#555; margin-bottom:15px; padding-bottom:5px; border-bottom:solid 1px #666;}
.popup h3 {margin-bottom:10px; font-weight:600;}
.popup p {line-height:1.6; margin:15px 0;}
.popup ul {padding-left:20px;}
.popup li {line-height:1.5;	margin-bottom:15px;}
.popup span.popupClose {position:absolute; top:4px; right:7px; cursor:pointer; color:#aaa; font-size:36px; line-height:1.0;}
.popup span.popupClose:hover,
.popup span.popupClose:focus {color:#111;}
/* Button used in some popups: */
.popupButton {display: inline-block; padding:4px 8px; font-size: 12px; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; border:solid 1px #cccccc; color: #333333; background-color: #ffffff; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius:2px;}
.popupButton:hover {background-color: #e6e6e6; border-color: #adadad;}

@media print { 
	@page {margin:60px;}
	header, nav, #breadcrumb, #left-nav, footer, #to-top, #semcon-admin, #testsite-banner {display:none;}
	#content .click-to-navigate, #content #change-phase, #content #expand-collapse {display:none;}
	#content {width:100%;}
	#content h1 {font-size:28px;}
	#content h2::before, #content h2::after {content:none;}
	#content h2, #content h3 {page-break-after:avoid;}
	#content div.sect1 {display:block;}
}


