<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- ET2 CSS START MARKER --- */
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #f0f0f0;
}
.content-wrapper {
  background-color: #ffffff;
  min-height: 100%;
  position: relative;
  border-left: none;
  border-right: none;
}
.navbar-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.inline-label {
  display: inline-block;
}
#customerlogo {
  display: none;
}
.navbar-inverse .navbar-gradient {
  background-image: none;
  background-color: #1a212b;
  box-shadow: none;
}
.navbar-inverse .navbar-branded {
  height: 73px;
  border: none;
}
#navbarlogo {
  max-width: 0px;
  height: 73px;
  background: url('navbarlogo.png') center center no-repeat;
  background-size: contain;
  margin-left: 220px;
}
#et2logo {
  width: 74px;
  height: 42px;
  background: url('et2logo.png') center center no-repeat;
  margin: 14px 0px 0px 0px;
  float: left;
}
/* Remove huge spacing on form-actions. FIXME: bootstrap-overrides? */
.well .form-actions {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
form {
  margin: 0px;
}
.vspace-top-small {
  margin-top: 10px;
}
.vspace-top-medium {
  margin-top: 20px;
}
.vspace-top-large {
  margin-top: 30px;
}
.vspace-bottom-small {
  margin-bottom: 10px;
}
.vspace-bottom-medium {
  margin-bottom: 20px;
}
.vspace-bottom-large {
  margin-bottom: 30px;
}
.input-mediumsmall {
  width: 120px;
}
.row-spacer {
  margin-bottom: 20px;
}
/* FIXME: browser bug? something strange in FF with a form inside the
   inner-padding-sub, with 0px there is no space, with 1px there is 21px...? */
#main .inner-padding-sub {
  padding: 30px 30px 1px 30px;
}
#main .inner-padding-with-search {
  background-image: url('shadow-line.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
}
/* FIXME: footer height  */
[class*="inner-padding"] {
  margin-bottom: 78px;
}
/* --- Footer --- */
#footer .span12 {
  background-color: #fff;
}
#footer {
  position: absolute;
  bottom: 0;
  height: 78px;
}
.inner-footer {
  margin-left: 30px;
  margin-right: 30px;
  border-top: 1px solid #d4d6d9;
  padding-top: 25px;
  font-size: 11px;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
}
.inner-footer span {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  color: #707070;
}
.inner-footer .copy img {
  max-width: none;
}
.customfooter {
  margin-top: 10px;
}
.languagechoose &gt; ul {
  list-style-type: none;
}
.languagechoose .dropdown {
  background-color: transparent;
  padding: 0px;
}
.languagechoose .dropdown &gt; a {
  color: #333333;
  font-weight: 600;
  display: block;
  background-color: #e4e4e4;
  padding: 5px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.languagechoose .dropdown &gt; a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e4e4e4;
}
.languagechoose .caret {
  border-top: 4px solid #1a212b;
  margin-left: 50px;
  border-top-color: #1a212b !important;
}
.languagechoose .caret:hover {
  border-top: 4px solid #1a212b;
  margin-left: 50px;
  border-top-color: #1a212b !important;
}
.languagechoose .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
.bottom-up {
  top: auto;
  bottom: 100%;
}
#pagename {
  background-color: #f3f3f3;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 22px 30px;
}
#pagename .pname-outer {
  display: table;
}
#pagename .pname-elements {
  display: table-row;
}
#pagename .pname-element {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
}
#pagename h1 {
  border: 0 none;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.caption {
  font-size: 14px;
  font-weight: 600;
}
#disclaimer-lesson {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.status-passed {
  background-color: #e2eaeb;
}
.status-failed {
  background-color: #ece2e7;
}
.status-completed {
  background-color: #e2eaeb;
}
.status-incomplete {
  background-color: #fff;
}
.status-not-attempted {
  background-color: #fff;
}
.tstatus {
  text-transform: uppercase;
  font-weight: 700;
}
.tstatus-passed {
  color: #215967;
}
.tstatus-failed {
  color: #6d1d45;
}
.tstatus-completed {
  color: #215967;
}
.tstatus-incomplete {
  color: #bccdd1;
}
.tstatus-not-attempted {
  color: #a4c7e1;
}
/* FIXME: review status? */
.open-breakdown {
  color: #6d1d45;
  font-weight: bold;
  text-transform: uppercase;
}
#results-table th {
  color: #7a88a8;
  font-size: 19px;
  font-weight: 400;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.about-link {
  color: #333333;
}
.about-link:hover {
  color: #333333;
  text-decoration: none;
}
.cookie-link {
  color: #333333;
  margin-left: 10px;
}
.cookie-link:hover {
  color: #333333;
  text-decoration: none;
}
#aboutdialog {
  max-width: 800px;
}
#aboutdialog-contents {
  max-height: none;
}
h1#aboutdialog-title {
  font-size: 24.5px;
  line-height: 30px;
}
.text-nowrap {
  white-space: nowrap;
}
/* --- Navbar --- */
.navbar {
  margin-bottom: 0px;
}
.navbar-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-inverse .nav &gt; li &gt; a {
  color: #fff;
  font-size: 15px;
}
.navbar-inverse .nav li.dropdown &gt; .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown &gt; a:hover .caret,
.navbar-inverse .nav li.dropdown &gt; a:focus .caret,
.navbar-inverse .nav li.dropdown.open &gt; .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active &gt; .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active &gt; .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown.open &gt; .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active &gt; .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active &gt; .dropdown-toggle {
  background-color: transparent;
}
/* --- Input Boxes --- */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #788c98;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
textarea.focus,
input[type="text"].focus,
input[type="password"].focus,
input[type="datetime"].focus,
input[type="datetime-local"].focus,
input[type="date"].focus,
input[type="month"].focus,
input[type="time"].focus,
input[type="week"].focus,
input[type="number"].focus,
input[type="email"].focus,
input[type="url"].focus,
input[type="search"].focus,
input[type="tel"].focus,
input[type="color"].focus,
.uneditable-input.focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border: 1px solid #6d1d45;
  color: #6d1d45;
}
.text-other {
  margin-top: 10px;
}
/* --- Breadcrumb --- */
.breadcrumb {
  background-color: #f3f3f3;
  margin: 0;
  padding: 0px 0px 0px 0px;
  border: 1px solid #b9c4ca;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
.breadcrumb .active {
  color: #1a212b;
}
.breadcrumb li {
  text-shadow: none;
  display: inline;
  float: left;
  padding-top: 8px;
}
.breadcrumb .divider {
  background-position: 50% 50%;
  height: 39px;
  width: 39px;
  background-image: url('divider.png');
  background-repeat: no-repeat;
  padding-top: 0px;
}
.content-notree .breadcrumb {
  margin-top: 0px;
}
/* --- Forms --- */
.form-actions {
  background-color: #f3f3f3;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin-top: 30px;
}
/* --- Labels / Progress --- */
.label,
.badge {
  text-shadow: none;
  line-height: 20px;
  padding: 3px 7px;
}
.label {
  background-color: #397aac;
}
.label-important {
  background-color: #6d1d45;
}
.label-info {
  background-color: #003057;
}
.label-success {
  background-color: #215967;
}
.progress-striped .bar {
  background-color: #a4c7e1 !important;
  background-image: none !important;
}
/* --- Social media --- */
#social-visit {
  margin-top: 6px;
}
#social-visit span {
  font-weight: 600;
  color: black;
  font-size: 11px;
  margin-left: 0px;
}
#social-share-main {
  background-color: #6d1d45;
  color: #ffffff;
}
#social-share-stats {
  background-color: #511533;
  color: #ffffff;
}
/* --- Disable controls --- */
.btn[disabled] {
  pointer-events: none;
}
a[disabled] {
  pointer-events: none;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
#testloading {
  text-align: center;
}
/* --- Test Splash --- */
#splash_testinformation h2 {
  font-size: 16px;
}
#resuming {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  display: block;
}
/* --- Session and TestSessionAuth Hold --- */
.page-lw-sessionHold .profilefields .row {
  display: none;
}
.page-lw-sessionHold .profilefields .row.pf_heading,
.page-lw-sessionHold .profilefields .row.pf_Profile_systemname,
.page-lw-sessionHold .profilefields .row.pf_Profile_familyname,
.page-lw-sessionHold .profilefields .row.pf_Profile_givenname {
  display: block;
}
.page-login-authtsHold .profilefields .row {
  display: none;
}
.page-login-authtsHold .profilefields .row.pf_heading,
.page-login-authtsHold .profilefields .row.pf_Profile_systemname,
.page-login-authtsHold .profilefields .row.pf_Profile_familyname,
.page-login-authtsHold .profilefields .row.pf_Profile_givenname {
  display: block;
}
/* --- accessibility tabmenu --- */
#et2-tabmenu {
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 1500;
}
#et2-tabmenu.et2-tabmenu-visible {
  width: auto;
  height: auto;
  background-color: #ffffff;
  padding: 14px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#et2-tabmenu-focus {
  width: 0px;
  height: 0px;
}
.ev_toggle_css_extraspace {
  display: none;
}
/* --- inactivity popup --- */
#et2-inactivity {
  width: 300px;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -150px;
  z-index: 15000;
  background-color: #ffffff;
  padding: 14px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.et2-inactivity-border {
  padding: 14px;
  border-top: 8px solid red;
  border-bottom: 8px solid red;
}
/* --- hugeRTE --- */
.tox.tox-hugerte.tox-edit-focus .tox-edit-area::before {
  opacity: 0;
}
.tox.tox-hugerte .tox-tbtn--bespoke + .tox-tbtn--bespoke {
  margin-inline-start: 1px;
}
.tox.tox-hugerte .tox-toolbar__group {
  padding: 0 1px;
}
.tox.tox-hugerte:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid #eeeeee;
}
.tox.tox-hugerte[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid #eeeeee;
} /* version: 1 */
</pre></body></html>