<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*COLORS*/
#sm-screen-header {
  display: none; }

#header-wrapper {
  background-color: #ffffff; }

.navigation-wrapper {
  height: 31px;
  background-color: #666666; }

#main-wrapper, #footer-inner-wrapper {
  max-width: 776px;
  margin: 0 auto; }

#header {
  height: 125px; }
  #header #header-links {
    float: right;
    padding-top: 7px;
    color: #666666; }
    #header #header-links a {
      color: #666666;
      text-decoration: none;
      padding: 0 5px;
      font-size: 12px; }
    #header #header-links a:hover {
      text-decoration: underline; }
    #header #header-links .header-links-large {
      padding-left: 10px; }
      #header #header-links .header-links-large a {
        font-size: 1em; }
  #header .logo-container a.mnlogo {
    background: url('../images2/header/main_logo@1x.png') no-repeat;
    background-size: cover;
    width: 250px;
    height: 70px;
    display: block; }

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  max-height: 31px;
  min-height: 31px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #000000;
  background-color: #cccccc; }
  .navbar .container-fluid {
    padding: 0; }

.navbar-default .navbar-nav {
  width: 100%; }
  .navbar-default .navbar-nav li {
    width: 85px;
    text-align: center;
    border-left: 1px solid #666666;
    font-size: 12px; }
    .navbar-default .navbar-nav li a {
      padding: 5px 0;
      font-weight: bold;
      color: #000000; }
  .navbar-default .navbar-nav li:first-child {
    border: none; }

.navbar-collapse {
  padding: 0; }

.search-wrapper {
  margin-top: 10px; }
  .search-wrapper .input-group {
    margin-top: 25px;
    width: 100%; }
    .search-wrapper .input-group input {
      color: #999999; }

.top-level-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .top-level-menu li {
    position: relative;
    float: left;
    width: 11.11%;
    background-color: #999999;
    text-align: center;
    border-left: 1px solid #666666;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999; }
  .top-level-menu li:first-child {
    border-left: none; }
  .top-level-menu li:last-child {
    width: 11.12%; }
  .top-level-menu li:hover {
    background: #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000; }
    .top-level-menu li:hover a {
      color: #ffffff; }
  .top-level-menu li a.active {
    background-color: #cccccc; }
  .top-level-menu li a.active:hover, .top-level-menu li:hover a.active {
    border-right: none;
    background-color: #333333; }
  .top-level-menu a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    padding: 0;
    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 30px; }
  .top-level-menu a:hover, .top-level-menu a:active {
    color: #ffffff; }
  .top-level-menu .fa-caret-right {
    font-size: 18px;
    margin-right: 5px; }

.top-level-menu li:hover &gt; ul {
  /* On hover, display the next level's menu */
  display: inline; }

.second-level-menu {
  position: absolute;
  top: 30px;
  left: 0;
  width: 150px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 1; }
  .second-level-menu li {
    position: relative;
    background: #000000;
    width: 168px !important;
    text-align: left;
    border-color: transparent; }
    .second-level-menu li a {
      font-weight: normal;
      padding-left: 10px; }
      .second-level-menu li a span {
        float: right;
        margin-top: 5px; }
  .second-level-menu li.secondary-hover-styles {
    border-top: 1px solid transparent;
    z-index: 1; }
  .second-level-menu li.secondary-hover-styles:hover {
    border-top: 1px solid #A2AD00;
    border-left-color: #000000; }
  .second-level-menu a {
    color: #ffffff; }
  .second-level-menu li:hover {
    background: #000000;
    border-top: none;
    border-bottom: none; }

.expand-right-menu {
  right: 17px;
  left: auto;
  float: right; }

@media (max-width: 768px) {
  .pull-left-submenu {
    left: -100%; }
 }

.third-level-menu {
  position: absolute;
  top: -1px;
  right: -168px;
  width: 168px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  border-top: 1px solid #A2AD00; }
  .third-level-menu li {
    background: #000000;
    text-align: left;
    border: none; }
    .third-level-menu li a {
      font-size: 11px;
      font-weight: normal;
      padding: 8px 20px 8px 10px;
      line-height: 14px;
      width: 173px; }
  .third-level-menu li:hover {
    background: #666666;
    border: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 110dpi), only screen and (min-resolution: 1.3dppx) {
  .logo-container a.mnlogo {
    background: url('../images2/header/main_logo@2x.png') no-repeat !important;
    background-size: contain !important;
    width: 250px;
    height: 70px;
    display: block; }
 }

/*# sourceMappingURL=head_lg_screen.css.map */</pre></body></html>