<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Visual styles for Corporate Lite's dropdowns.
 */
.field--mt-dropdowns-block {
  text-align: right;
}
.header__section .field--mt-dropdowns-block {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .page-container-border-enabled .header-container .container-fluid .header-third .field--mt-dropdowns-block {
    padding-right: 15px;
  } 
}
.dropdown-trigger {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  font-size: 16px;
  padding: 0 10px;
  line-height: 38px;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  border-width: 1px;
  border-color: #acacac;
  border-style: solid;
  border-radius: 100%;
}
.region--light-typography .dropdown-trigger {
  border-color: rgba(255, 255, 255, 0.5)
}
.dropdown-menu {
  min-width: 335px;
  padding: 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px;
  border-radius: 0;
}
.region--white-background .dropdown-menu {
  background-color: #ffffff;
}
.region--gray-background .dropdown-menu {
  background-color: #f4f4f4;
}
.header.region--gray-background .dropdown-menu {
  background-color: #f1f1f1;
}
.region--black-background .dropdown-menu {
  background-color: #1d1d1d;
}
.region--white-pattern .dropdown-menu {
  background-image: url('../../images/white-pattern.png');
  background-repeat: repeat;
  background-position: 0 0;
}
.dropdown-menu .field__item + .field__item {
  padding-top: 20px;
}
</pre></body></html>