<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.universal-header {
  position: fixed;
  top: 0;
  font-size: 15px;
  background-color: #3b3b3b;
  display: block;
  float: left;
  height: 30px;
  width: 100%;
}
@media (max-width: 1199px) {
  .universal-header {
    width: 100vw;
  }
}
.universal-header .page-wrapper.container {
  min-width: 320px;
}
.universal-header .site-selection .header-global-select {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .universal-header {
    /*display: none;*/
  }
  .universal-header .site-selector-header {
    display: none;
  }
}

.header-global-select {
  display: inline;
  float: left;
  padding-right: 55px;
  position: relative;
}
@media (max-width: 767px) {
  .header-global-select {
    padding-right: 20px;
  }
}
.header-global-select .fa-caret-down {
  border: 5px transparent solid;
  width: 0;
  height: 0;
  position: absolute;
  font-size: 0;
  line-height: 0;
  border-top-color: #c4c4c4;
  top: 13px;
  right: 0;
  margin-left: 8px;
}
.header-global-select .active-country, .header-global-select .active-site {
  color: #c4c4c4;
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
}
.header-global-select .active-site:focus {
  outline: thin dotted #ffffff !important;
}
.header-global-select .active-country img {
  width: 16px;
  padding-bottom: 2px;
}
.header-global-select .menu-select-country,
.header-global-select .menu-select-site {
  background-color: #ebebeb;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  font-size: 16px;
  margin-left: 43px;
}
.header-global-select .menu-select-country ul li,
.header-global-select .menu-select-site ul li {
  line-height: 22px;
  list-style-type: none;
  position: relative;
}
.header-global-select .menu-select-country ul li:first-child a span,
.header-global-select .menu-select-site ul li:first-child a span {
  border: none;
}
.header-global-select .menu-select-country ul li a,
.header-global-select .menu-select-site ul li a {
  color: #3b3b3b;
  display: block;
  line-height: 24px;
  padding: 0 10px;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .header-global-select .menu-select-country ul li a,
  .header-global-select .menu-select-site ul li a {
    white-space: normal;
  }
}
.header-global-select .menu-select-country ul li a.active,
.header-global-select .menu-select-site ul li a.active {
  background-color: #086ea1;
  color: #ffffff;
}
.header-global-select .menu-select-country ul li a.active span,
.header-global-select .menu-select-site ul li a.active span {
  border: none;
}
.header-global-select .menu-select-country ul li a.active:hover,
.header-global-select .menu-select-site ul li a.active:hover {
  color: #ffffff;
}
.header-global-select .menu-select-country ul li a:hover,
.header-global-select .menu-select-site ul li a:hover {
  color: #086ea1;
}
.header-global-select .menu-select-country ul li a span,
.header-global-select .menu-select-site ul li a span {
  display: block;
  border-top: 1px solid #d8d8d8;
  padding: 5px 0;
}
.header-global-select .menu-select-site &gt; ul {
  border: 1px solid #c4c4c4;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0 !important;
}
.header-global-select .menu-select-site &gt; ul &gt; li {
  padding: 0;
}
.header-global-select .menu-select-site &gt; ul &gt; li a {
  display: block;
}
.header-global-select .menu-select-site &gt; ul &gt; li a {
  display: block;
}
.header-global-select .menu-select-site &gt; ul &gt; li a:focus {
  outline: thin dotted #767676 !important;
}

.menu-select-site ul li a.active,
.menu-select-site-ii ul li a.active {
  background-color: #086ea1;
}

.menu-select-site ul li a,
.menu-select-site-ii ul li a {
  display: block;
  line-height: 24px;
  padding: 0 15px;
  text-decoration: none;
}

.header-global-select .active-country {
  cursor: default;
  margin: 0;
}
.header-global-select .active-country i {
  margin-top: -2px;
  vertical-align: middle;
}

.page &gt; .container {
  margin-top: 30px;
}

.header-global-select .active-classic {
  color: #b1b1b1;
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  padding-left: 55px;
}

.timed-out-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.96;
  z-index: 9999 !important;
}
.timed-out-overlay .modal-logout {
  margin: 20% 10%;
  text-align: center;
  color: #3b3b3b;
}
.timed-out-overlay .modal-logout .warning-countdown {
  font-size: 24px;
}
.timed-out-overlay .modal-logout button:last-of-type {
  margin-left: 10px;
}
.timed-out-overlay .modal-logout .modal-logout-buttons {
  margin-top: 30px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.loading:after {
  z-index: 2;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
  border-radius: 50%;
  border: 6px solid rgba(8, 110, 161, 0.2);
  border-top-color: #ffffff;
  animation: spinner 1s linear infinite;
}

.loading:before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

button.loading {
  position: relative;
}
button.loading:before {
  background-color: #d8d8d8;
  border-radius: 4px;
}
button.loading:after {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border: 3px solid rgba(8, 110, 161, 0.2);
  border-top-color: #086ea1;
}

body.loading {
  overflow: hidden;
}

body.loading:before {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
}

body.loading:after {
  z-index: 9999;
  position: fixed;
}

.to-pad-right {
  padding-right: 4rem !important;
}
</pre></body></html>