/* compiled by scssphp 1.11.0 on Tue, 27 Aug 2024 14:50:18 +0000 (0.067s) */

/*!
 * Bootstrap v2.3.1 modified

 * Designed and built with all the love in the world $twitter by $mdo and $fat.
 * comment out elements not needed.
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,900);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wdth@75&display=swap);
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
div {
  position: relative;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}
h1 {
  font-size: 2rem;
  margin: 0 0.5rem 0 0;
}
h2 {
  font-size: 1.6rem;
  margin: 0 0.5rem 0 0;
}
h3 {
  font-size: 1.3rem;
  margin: 0 0.5rem 0 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
.sizable {
  width: inherit;
  /* This makes the next two lines work in IE8. */
  width: 100%;
  height: auto;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 5, 2015 */
@font-face {
  font-family: "copperplate";
  src: url("/common/style/fonts/copperplate-gothic-light-regular-webfont.eot");
  src: url("/common/style/fonts/copperplate-gothic-light-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/common/style/fonts/copperplate-gothic-light-regular-webfont.woff2") format("woff2"), url("/common/style/fonts/copperplate-gothic-light-regular-webfont.woff") format("woff"), url("/common/style/fonts/copperplate-gothic-light-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 16px;
}
body {
  margin: 0;
  font-family: Raleway;
  font-size: 1rem;
  line-height: 1.45;
  color: #4f4f4f;
  background-color: #fff;
  behavior: url(/common/style/PIE.htc);
}
h1, h2, h3, h4, h5, h6 {
  font-family: Raleway;
  font-weight: 300;
  letter-spacing: -0.05em;
}
a {
  color: #B22222;
  text-decoration: none;
  font-weight: inherit;
}
a:hover, a:focus {
  color: #B22222;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
html {
  font-size: 1.4vw;
  counter-reset: pgcount 1;
}
.bounded {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.header {
  text-align: center;
}
.eklipseform.login {
  margin: 1em auto;
}
.eklipseform.login th {
  text-align: left;
}
#footer {
  padding-top: 2em;
  text-align: center;
}
input[type="text"], input[type="password"], input[name="password"], textarea {
  border: 1px solid #ccc;
  padding: 0.5em 0.2em;
  margin: 0.5em 0.2em;
  border-radius: 4px;
}
table.centered {
  margin: 0 auto;
}
table#surveydwp {
  margin: 0 auto;
}
table#surveydwp input[type="radio"] {
  height: 2em;
  width: 2em;
}
table#surveydwp tr.radio_odd {
  background: #2783b4;
  color: white;
}
table#surveydwp tr th {
  text-align: left;
  padding-left: 1em;
}
table#surveydwp td {
  text-lign: left;
}
textarea.largetext {
  width: 80%;
  height: 16em;
}
input.button {
  margin: 0.5em 0;
  padding: 0.5em 1em;
  font-weight: bold;
  background: #5b6066;
  color: white;
  border: 0;
  border-radius: 6px;
  text-transform: uppercase;
}
input.button:hover {
  background-color: #8b9d46;
}
input.button.minadjust {
  background: #b92b21;
}
input.button.minadjust.complete {
  background: #393;
}
table.basiclist {
  margin: 1em auto;
}
table.basiclist td {
  padding: 0.3em 1em;
}
table.basiclist tr:nth-child(even) {
  background: #eee;
}
table.basiclist a {
  border-bottom: 1px solid #2783b4;
}
table.participants td {
  padding: 0 0.2em;
}
table.participants.plevel0 tr.empty ~ .empty {
  display: none;
}
form#survey {
  margin: 0 auto;
  text-align: center;
}
form#survey input.submitsurvey {
  margin: 1em 0;
  background: #2783b4;
  color: #fff;
  border: 0;
  font-size: 2em;
  padding: 0.3em 1em;
  border-radius: 18px;
}
form#survey input.submitsurvey:hover {
  background: #8b9d46;
}
h1, h2, h3, h4 {
  line-height: 1.3;
}
span.eklipseobject.left, img.left, img[style*="float:left"], img[style*="float: left"] {
  padding-right: 16px;
}
span.eklipseobject.right, img.right, img[style*="float:right"], img[style*="float: right"] {
  padding-left: 16px;
}
header {
  position: relative;
}
header #alert {
  background-color: black;
  text-align: center;
  color: #8b9d46;
  padding: 0.1em 20%;
  line-height: 1.1em;
}
header #alert p {
  margin: 0.5em;
}
header #alert a {
  color: #8b9d46;
  border-bottom: 1px dotted #8b9d46;
}
header #navigation {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background-color: #5b6066;
}
header #navigation #logo {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../sitegraphics/txoms-brush-bg.jpg);
  background-size: cover;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 0.9rem;
  font-size: 70%;
  letter-spacing: 0.03em;
  color: white;
}
header #navigation #logo img {
  display: inline-block;
  width: 50%;
  height: auto;
  margin-top: 0.5em;
}
.nav {
  z-index: 10;
  height: 100%;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.nav img {
  position: relative;
  max-height: 50%;
  width: auto;
  margin-bottom: 0.5em;
}
.nav .nav {
  height: 100%;
}
.nav .nav div {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav .nav div a {
  display: block;
  width: 100%;
  text-align: center;
}
.nav ul {
  margin: 0 auto;
  border-right: 1px solid #ccc;
  display: inline-block;
  width: auto;
  list-style-type: none;
  height: auto;
}
.nav ul li {
  display: inline-block;
  padding: 0.3rem 2rem;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  border-left: 1px solid #ccc;
}
.nav ul a {
  color: #2783b4;
  font-weight: 700;
}
.nav ul a:hover {
  color: black;
  opacity: 1;
}
.nav.top {
  margin-bottom: 4em;
}
.nav.bottom {
  margin-top: 4em;
}
#slideshow {
  background: url(../sitegraphics/bates-portrait.jpg);
  background-size: cover;
  background-position: top center;
  height: 21rem;
  font-family: copperplate;
  font-size: 0.75rem;
  line-height: 0.9rem;
  text-transform: uppercase;
}
#slideshow div {
  position: absolute;
  bottom: 1em;
  left: 2em;
}
div.standalone {
  width: 80%;
  float: none;
  padding-top: 0.5rem;
}
div.standalone img {
  max-width: 30%;
}
#address {
  z-index: 8;
  text-align: center;
  text-transform: uppercase;
}
#address p {
  margin: 0.2em 0 0 0;
  font-size: 85%;
  font-family: copperplate;
  letter-spacing: 0.15em;
  color: #b2b2b2;
}
#address a {
  color: #b2b2b2;
}
#address a:hover {
  color: #ffa2a2;
}
footer {
  background-color: #373737;
}
footer #awards {
  background-color: #2783b4;
  text-align: center;
  padding: 1em 10%;
}
footer #copyright {
  text-align: center;
  padding: 0.7em 10%;
  color: #999;
}
.footerleft, .footerright {
  height: 12rem;
}
#footerleft, #footerright {
  padding: 0 1rem;
  overflow: hidden;
}
#footerleft {
  font-size: 75%;
  line-height: 0.85rem;
}
#footerleft table {
  width: 90%;
}
#footerleft td {
  padding: 0 6px;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
}
#footerleft a {
  color: white;
}
#footerright {
  text-align: center;
  position: relative;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
#footerright img {
  max-width: 19%;
  height: auto !important;
  vertical-align: middle;
}
#copyright {
  text-align: center;
  font-size: 66%;
}
#homepage #sandbox {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
}
#homepage #sandbox > div {
  display: flex;
  align-items: center;
  padding: 0 10%;
}
#morestuff {
  width: 90%;
  margin: 5em auto;
}
#morestuff .eklipse_grid {
  grid-column-gap: 3em;
}
#morestuff .eklipse_grid > div {
  display: flex;
  align-items: center;
  padding: 10%;
  color: white;
  text-align: center;
}
#morestuff p {
  text-align: center;
  margin: 0 auto;
  line-height: 1.2em;
}
#morestuff a {
  color: white;
}
#morestuff .red {
  background-color: #b92b21;
}
#morestuff .orange {
  background-color: #e67e22;
}
#morestuff .yellow {
  background-color: #fcca07;
}
#sandbox {
  z-index: 1;
  font-size: 110%;
  margin: 0 auto;
  width: 100%;
}
#sandbox a:hover {
  border-bottom: 1px dotted #B22222;
}
#homepage sandbox {
  width: 90%;
}
#sandbox .row {
  overflow: hidden;
}
#sandbox .row .equalheight {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
#maincolumn.padded {
  padding: 4rem 5%;
}
#maincolumn article {
  padding: 4rem 8% 4rem 14%;
}
#homepage #maincolumn article {
  padding: 0rem 6% 4rem 10%;
}
#maincolumn img {
  padding: 0 10px;
}
.floatright ul {
  list-style-type: none;
  padding-right: 6%;
}
@page {
  size: 8.5in 11in;
  margin: 0.75in 0.5in 0.5in 0.5in;
  padding-top: 0.1in;
  padding-bottom: 0.1in;
}
@media print {
  body.print {
    font-size: 120%;
  }
}
body.print {
  height: 100%;
  /*page breaks and page numbers*/
}
body.print #footer {
  position: relative;
  bottom: 0;
}
body.print .primary, body.print .secondary, body.print .tertiary {
  height: 2.6in;
}
body.print h1 {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
  text-align: center;
  padding: 0.5em;
  margin: 0.5em;
}
body.print h2 {
  font-size: 1.4em;
}
body.print h2.overline {
  font-size: 1em;
  border-top: 1pt solid black;
  padding-top: 1em;
  width: 4in;
}
body.print h3 {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
body.print .gold {
  color: #d6a32a;
}
body.print .red {
  color: #b92b21;
}
body.print .purple {
  color: #5a7e92;
}
body.print .green {
  color: #8b9d46;
}
body.print p {
  margin: 0;
  padding: 0;
}
body.print div.large p {
  padding-bottom: 0.5em;
}
body.print div.medlarge p {
  padding-bottom: 0.5em;
}
body.print p.spacer {
  display: block;
  height: 4em;
}
body.print .large {
  font-size: 130%;
  line-height: 130%;
}
body.print .semibold {
  font-weight: 600;
}
body.print .usertype.large p {
  font-size: 130%;
  line-height: 130%;
}
body.print .usertype.medlarge p {
  font-size: 124%;
  line-height: 124%;
}
body.print table.columns {
  margin: 0.5em;
  table-layout: fixed;
  width: 100%;
}
body.print table.columns td {
  vertical-align: top;
  padding: 0.5em;
}
body.print table.columns.halfcenter {
  margin: 0 auto;
  width: 50%;
}
body.print table.columns.center34 {
  margin: 0 auto;
  width: 66%;
}
body.print table.lined {
  margin: 1em 0 0 0;
}
body.print table.lined th, body.print table.lined td {
  padding: 0.5em;
  border: 1pt solid black;
  text-align: left;
  vertical-align: top;
}
body.print table.unlined {
  margin: 2em 0 0 0;
}
body.print table.unlined th, body.print table.unlined td {
  padding: 0.5em;
  border: 0 black;
  text-align: left;
  vertical-align: top;
  padding-bottom: 1em;
}
body.print table.unlined th {
  text-align: right;
}
body.print .boxedin {
  border: 1pt solid #5b6066;
  margin-bottom: 1em;
}
body.print .infobox {
  overflow: visible;
}
body.print .infobox .infocontent {
  position: absolute;
  left: 5em;
  top: 1em;
  padding-right: 2em;
}
body.print .infobox p {
  padding-bottom: 0.5em;
  font-weight: 600;
}
body.print .infobox .funfact {
  background: #5b6066;
  color: white;
  width: auto;
  font-size: 200%;
  padding: 0.2em;
  writing-mode: vertical-lr;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  transform: rotate(180deg);
}
body.print .infobox.dark {
  margin-top: 2em;
}
body.print .lines {
  color: white;
  background-image: url(/common/style/ruledline.svg);
  background-size: 100vw 3em, 32px 32px;
  background-repeat: repeat, repeat-y;
  background-position: 0 0, 64px 0;
}
body.print table.columns.centered td {
  vertical-align: middle;
  text-align: center;
}
body.print table.columns.centered td img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em;
}
body.print div.pagebreak {
  page-break-before: always;
  counter-increment: pgcount;
}
body.print div.pagebreak:after {
  content: " " counter(pgcount);
  position: absolute;
  top: 0em;
  right: -2em;
  z-index: 999;
  padding: 0;
}
body.print div.pagebreak.nonumber:after {
  content: "";
}
@media screen {
  body.print div.pagebreak {
    border-top: 3px dashed #666;
    margin: 3em 0 3em 0;
  }
}
body.print .raterdist .quadgrid .cell .spotlight, body.print .raterdist .quadgrid2023 .cell .spotlight {
  background-color: white;
  display: inline-block;
  font-size: 150%;
  width: 2em;
  margin: 0 auto;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  font-weight: bold;
  color: black;
}
body.print .quadgrid, body.print .quadgrid2023 {
  display: grid;
  grid-template-columns: 3fr 20fr 20fr 1fr 1fr 1fr 20fr 20fr 3fr;
  grid-gap: 0;
}
body.print .quadgrid div, body.print .quadgrid2023 div {
  overflow: hidden;
}
body.print .quadgrid .cell, body.print .quadgrid2023 .cell {
  aspect-ratio: 1;
  outline-offset: -8px;
  text-align: center;
  vertical-align: bottom;
  display: grid;
  color: white;
  align-items: center;
}
body.print .quadgrid .cell img, body.print .quadgrid2023 .cell img {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
body.print .quadgrid .line, body.print .quadgrid2023 .line {
  background: #a6a6a6;
}
body.print .quadgrid .label, body.print .quadgrid2023 .label {
  text-align: center;
  vertical-align: middle;
  padding: 0.2em 0.5em;
}
body.print .quadgrid .a1, body.print .quadgrid .a2, body.print .quadgrid .b1, body.print .quadgrid .b2, body.print .quadgrid2023 .a1, body.print .quadgrid2023 .a2, body.print .quadgrid2023 .b1, body.print .quadgrid2023 .b2 {
  background-color: #b92b21;
}
body.print .quadgrid .a3, body.print .quadgrid .a4, body.print .quadgrid .b3, body.print .quadgrid .b4, body.print .quadgrid2023 .a3, body.print .quadgrid2023 .a4, body.print .quadgrid2023 .b3, body.print .quadgrid2023 .b4 {
  background-color: #d6a32a;
}
body.print .quadgrid .c1, body.print .quadgrid .c2, body.print .quadgrid .d1, body.print .quadgrid .d2, body.print .quadgrid2023 .c1, body.print .quadgrid2023 .c2, body.print .quadgrid2023 .d1, body.print .quadgrid2023 .d2 {
  background-color: #5a7e92;
}
body.print .quadgrid .c3, body.print .quadgrid .c4, body.print .quadgrid .d3, body.print .quadgrid .d4, body.print .quadgrid2023 .c3, body.print .quadgrid2023 .c4, body.print .quadgrid2023 .d3, body.print .quadgrid2023 .d4 {
  background-color: #8b9d46;
}
body.print .quadgrid .a1, body.print .quadgrid .c1, body.print .quadgrid .a3, body.print .quadgrid .c3, body.print .quadgrid2023 .a1, body.print .quadgrid2023 .c1, body.print .quadgrid2023 .a3, body.print .quadgrid2023 .c3 {
  border-top-right-radius: 1em;
  border-left: 1pt dashed #e6e6e6;
  border-bottom: 1px dashed #e6e6e6;
}
body.print .quadgrid .a2, body.print .quadgrid .c2, body.print .quadgrid .a4, body.print .quadgrid .c4, body.print .quadgrid2023 .a2, body.print .quadgrid2023 .c2, body.print .quadgrid2023 .a4, body.print .quadgrid2023 .c4 {
  border-bottom-right-radius: 1em;
  border-left: 1pt dashed #e6e6e6;
  border-top: 1px dashed #e6e6e6;
}
body.print .quadgrid .b1, body.print .quadgrid .d1, body.print .quadgrid .b3, body.print .quadgrid .d3, body.print .quadgrid2023 .b1, body.print .quadgrid2023 .d1, body.print .quadgrid2023 .b3, body.print .quadgrid2023 .d3 {
  border-top-left-radius: 1em;
  border-right: 1pt dashed #e6e6e6;
  border-bottom: 1px dashed #e6e6e6;
}
body.print .quadgrid .b2, body.print .quadgrid .d2, body.print .quadgrid .b4, body.print .quadgrid .d4, body.print .quadgrid2023 .b2, body.print .quadgrid2023 .d2, body.print .quadgrid2023 .b4, body.print .quadgrid2023 .d4 {
  border-bottom-left-radius: 1em;
  border-right: 1pt dashed #e6e6e6;
  border-top: 1px dashed #e6e6e6;
}
body.print .quadgrid .vert, body.print .quadgrid2023 .vert {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.print .quadgrid .rightlabel, body.print .quadgrid2023 .rightlabel {
  line-height: 0.2em;
  overflow: visible;
}
body.print .quadgrid2023 {
  display: grid;
  grid-template-columns: 3fr 20fr 20fr 1fr 1fr 1fr 20fr 20fr 3fr 34fr;
}
.arrowup, .arrowdown, .arrowleft, .arrowright {
  background-repeat: no-repeat !important;
  background-size: contain;
}
.arrowup {
  background-position: bottom;
  background-image: url(/common/style/arrow-up.png);
}
.arrowdown {
  background-position: top;
  background-image: url(/common/style/arrow-down.png);
}
.arrowleft {
  background-position: right;
  background-image: url(/common/style/arrow-left.png);
}
.arrowright {
  background-position: left;
  background-image: url(/common/style/arrow-right.png);
}
.darrowup {
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 1em solid #5b6066;
  margin-top: 1em;
}
.darrowdown {
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 1em solid #5b6066;
  margin-bottom: 1em;
}
.darrowleft {
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 1em solid #5b6066;
  margin-left: 1em;
}
.darrowright {
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 1em solid #5b6066;
  margin-right: 1em;
}
.usertype h1.header {
  color: white;
  background: #5b6066;
  margin: 0;
  font-size: 1.3em;
}
.usertype.A1 h1, .usertype.A2 h1, .usertype.B1 h1, .usertype.B2 h1 {
  color: #b92b21;
}
.usertype.A1 h1.header, .usertype.A2 h1.header, .usertype.B1 h1.header, .usertype.B2 h1.header {
  color: white;
  background: #b92b21;
}
.usertype.A1 table.columns h3, .usertype.A2 table.columns h3, .usertype.B1 table.columns h3, .usertype.B2 table.columns h3 {
  color: #b92b21;
}
.usertype.A3 h1, .usertype.A4 h1, .usertype.B3 h1, .usertype.B4 h1 {
  color: #d6a32a;
}
.usertype.A3 h1.header, .usertype.A4 h1.header, .usertype.B3 h1.header, .usertype.B4 h1.header {
  color: white;
  background: #d6a32a;
}
.usertype.A3 table.columns h3, .usertype.A4 table.columns h3, .usertype.B3 table.columns h3, .usertype.B4 table.columns h3 {
  color: #d6a32a;
}
.usertype.C3 h1, .usertype.C4 h1, .usertype.D3 h1, .usertype.D4 h1 {
  color: #8b9d46;
}
.usertype.C3 h1.header, .usertype.C4 h1.header, .usertype.D3 h1.header, .usertype.D4 h1.header {
  color: white;
  background: #8b9d46;
}
.usertype.C3 table.columns h3, .usertype.C4 table.columns h3, .usertype.D3 table.columns h3, .usertype.D4 table.columns h3 {
  color: #8b9d46;
}
.usertype.C1 h1, .usertype.C2 h1, .usertype.D1 h1, .usertype.D2 h1 {
  color: #5a7e92;
}
.usertype.C1 h1.header, .usertype.C2 h1.header, .usertype.D1 h1.header, .usertype.D2 h1.header {
  color: white;
  background: #5a7e92;
}
.usertype.C1 table.columns h3, .usertype.C2 table.columns h3, .usertype.D1 table.columns h3, .usertype.D2 table.columns h3 {
  color: #5a7e92;
}
.usertype.A1 h1.secondheader, .usertype.A3 h1.secondheader, .usertype.C1 h1.secondheader, .usertype.C3 h1.secondheader {
  color: white;
  background: #b92b21;
}
.usertype.A1 table.columns.tertiary h3, .usertype.A3 table.columns.tertiary h3, .usertype.C1 table.columns.tertiary h3, .usertype.C3 table.columns.tertiary h3 {
  color: #b92b21;
}
.usertype.A2 h1.secondheader, .usertype.A4 h1.secondheader, .usertype.C2 h1.secondheader, .usertype.C4 h1.secondheader {
  color: white;
  background: #d6a32a;
}
.usertype.A2 table.columns.tertiary h3, .usertype.A4 table.columns.tertiary h3, .usertype.C2 table.columns.tertiary h3, .usertype.C4 table.columns.tertiary h3 {
  color: #d6a32a;
}
.usertype.B1 h1.secondheader, .usertype.B3 h1.secondheader, .usertype.D1 h1.secondheader, .usertype.D3 h1.secondheader {
  color: white;
  background: #5a7e92;
}
.usertype.B1 table.columns.tertiary h3, .usertype.B3 table.columns.tertiary h3, .usertype.D1 table.columns.tertiary h3, .usertype.D3 table.columns.tertiary h3 {
  color: #5a7e92;
}
.usertype.B2 h1.secondheader, .usertype.B4 h1.secondheader, .usertype.D2 h1.secondheader, .usertype.D4 h1.secondheader {
  color: white;
  background: #8b9d46;
}
.usertype.B2 table.columns.tertiary h3, .usertype.B4 table.columns.tertiary h3, .usertype.D2 table.columns.tertiary h3, .usertype.D4 table.columns.tertiary h3 {
  color: #8b9d46;
}
.flexchart, .flexcolumns {
  display: grid;
  grid-template-columns: 4fr 3fr 3fr 4fr;
  grid-gap: 0;
  text-align: center;
}
.flexchart div, .flexcolumns div {
  padding: 1em;
}
.flexchart img, .flexcolumns img {
  height: 0.4in;
  width: auto;
  margin: 0 auto;
}
.flexchart .ihhead, .flexchart .lowhead, .flexcolumns .ihhead, .flexcolumns .lowhead {
  border-right: 4px solid #a6a6a6;
}
.flexchart .medhead, .flexchart .mhhead, .flexchart .mlhead, .flexcolumns .medhead, .flexcolumns .mhhead, .flexcolumns .mlhead {
  border-left: 4px solid #a6a6a6;
  border-right: 4px solid #a6a6a6;
}
.flexchart .ilhead, .flexchart .highhead, .flexcolumns .ilhead, .flexcolumns .highhead {
  border-left: 4px solid #a6a6a6;
}
.flexchart .low, .flexcolumns .low {
  border-top: 8px solid #a6a6a6;
  border-right: 4px solid #a6a6a6;
}
.flexchart .medium, .flexchart .medlow, .flexchart .medhigh, .flexcolumns .medium, .flexcolumns .medlow, .flexcolumns .medhigh {
  border-top: 8px solid #a6a6a6;
  border-left: 4px solid #a6a6a6;
  border-right: 4px solid #a6a6a6;
}
.flexchart .high, .flexcolumns .high {
  border-top: 8px solid #a6a6a6;
  border-left: 4px solid #a6a6a6;
}
.flexchart div p, .flexcolumns div p {
  padding: 0.5em 1em;
}
.flexcolumns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
body#ek6adminpage {
  min-height: 100vh;
}
body#ek6adminpage.panels, #ek_inadmin_main.panels {
  background-color: #ddd;
}
.eklipse_grid > div {
  background: white;
  padding: 1em;
}
.title {
  width: calc(100%-2em);
  padding: 0.2em 2em;
  background: #b92b21;
  margin: -1em -1em 1em -1em;
}
.title h2 {
  color: white !important;
  font-weight: bold;
}
.title.green {
  background: #8b9d46;
}
.title.blue {
  background: #2783b4;
}
.title.purple {
  background: #5a7e92;
}
#ek6adminpage table.talkback, #ek6adminpage table.talkback_focus, #ek6adminpage table.addclass, #ek6adminpage table.editclass, #ek6adminpage table.addcompany {
  width: 100%;
}
#ek6adminpage table.talkback td, #ek6adminpage table.talkback_focus td, #ek6adminpage table.addclass td, #ek6adminpage table.editclass td, #ek6adminpage table.addcompany td {
  padding: 2px;
}
#ek6adminpage table.talkback input[type="text"], #ek6adminpage table.talkback_focus input[type="text"], #ek6adminpage table.addclass input[type="text"], #ek6adminpage table.editclass input[type="text"], #ek6adminpage table.addcompany input[type="text"] {
  width: 90%;
  max-width: 90%;
}
#ek6adminpage table.talkback textarea, #ek6adminpage table.talkback_focus textarea, #ek6adminpage table.addclass textarea, #ek6adminpage table.editclass textarea, #ek6adminpage table.addcompany textarea {
  width: 90%;
  height: 10em;
}
#ek6adminpage .title a.button {
  scale: 0.8;
  font-weight: 200;
}
#ek6adminpage .eklipseform label.form_mc {
  display: inline-block;
  padding-right: 2em;
}
@media screen and (max-width: 735px) {
  html {
    font-size: 12px;
  }
  #navigation div {
    margin-bottom: 0;
  }
  #slideshow {
    display: none;
  }
  #navigation div {
    height: 2.8em;
    padding-top: 0rem;
    margin-bottom: 0;
  }
  #navigation div img {
    display: none;
  }
  #navigation div a {
    font-size: 120%;
  }
  #navigation div:hover ul, #navigation div ul {
    opacity: 0;
    display: none;
  }
  #maincolumn article {
    padding-top: 0;
  }
  #sidebar section, #sidebar article {
    padding-top: 0;
  }
}
