.sm-client {
  /*background: #320503;*/
  min-height: 86px;
  /*margin-top: 34px;*/
  /*margin-bottom: 10px;*/
  padding-right: 20px;
  padding-left: 5px;
  width: 100%;
  position: relative;
  float: right;
  background-color: #737373;
  /*(*+border-radius: 5px;*)
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;*/
}
.sm-client a, .sm-client a:hover, .sm-client a:focus, .sm-client a:active {
  padding: 10px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: white;
  font-size: 16px;
  /*font-weight: bold;*/
  line-height: 27px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.sm-client a.current {
  color: white;
}
.sm-client a.disabled {
  color: #A1D1E8;
}
.sm-client a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px / 34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*border: 1px solid white;*/
  background-color: rgba(255, 255, 255, 0.197);
}
.sm-client a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-client > li:first-child > a, .sm-client > li:first-child > :not(ul) a {
  /*background-color: transparent;*/
}
.sm-client > li:last-child > a, .sm-client > li:last-child > *:not(ul) a, .sm-client > li:last-child > ul, .sm-client > li:last-child > ul > li:last-child > a,
.sm-client > li:last-child > ul > li:last-child > *:not(ul) a, .sm-client > li:last-child > ul > li:last-child > ul, .sm-client > li:last-child > ul >
li:last-child > ul > li:last-child > a, .sm-client > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-client > li:last-child > ul >
li:last-child > ul > li:last-child > ul, .sm-client > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-client >
li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-client > li:last-child > ul > li:last-child > ul > li:last-child
> ul > li:last-child > ul, .sm-client > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-client >
li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-client > li:last-child > ul > li:last-child
> ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  /*background-color: transparent;*/
}
.sm-client > li:last-child > a.highlighted, .sm-client > li:last-child > *:not(ul) a.highlighted, .sm-client > li:last-child > ul > li:last-child >
a.highlighted, .sm-client > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-client > li:last-child > ul > li:last-child > ul > li:last-child >
a.highlighted, .sm-client > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-client > li:last-child > ul > li:last-child >
ul > li:last-child > ul > li:last-child > a.highlighted, .sm-client > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul)
a.highlighted, .sm-client > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-client >
li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  /*background-color: transparent;*/
}
.sm-client ul {
  /*background-color: rgba(226, 220, 220, 0.188) !important;*/
}
.sm-client ul ul {
  /*background-color: rgba(102, 102, 102, 0.1) !important;*/
}
.sm-client ul a, .sm-client ul a:hover, .sm-client ul a:focus, .sm-client ul a:active {
  background: transparent;
  color: white;
  font-size: 16px;
  text-shadow: none;
  border-left: 8px solid transparent;
}
.sm-client ul a.current {
  background: #165D7F;
  color: white;
}
.sm-client ul a.disabled {
  color: #B3B3B3;
}
.sm-client ul ul a, .sm-client ul ul a:hover, .sm-client ul ul a:focus, .sm-client ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-client ul ul ul a, .sm-client ul ul ul a:hover, .sm-client ul ul ul a:focus, .sm-client ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-client ul ul ul ul a, .sm-client ul ul ul ul a:hover, .sm-client ul ul ul ul a:focus, .sm-client ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-client ul ul ul ul ul a, .sm-client ul ul ul ul ul a:hover, .sm-client ul ul ul ul ul a:focus, .sm-client ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.sm-client ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(102, 102, 102, 0.1);
}
.sm-client ul li:first-child {
  border-top: 0;
}
/*Mobile Stuff*/
.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 30px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  float: right;
  margin-top: 29px;
  margin-right: 20px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  /*background-color: #79794D;*/
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 47%;
  left: 4px;
  height: 3px;
  width: 24px;
  background: #BA0000;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 992px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
@media (min-width: 992px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-client ul {
    position: absolute;
    width: 12em;
  }
  .sm-client li {
    float: left;
  }
  .sm-client.sm-rtl li {
    float: right;
  }
  .sm-client ul li, .sm-client.sm-rtl ul li, .sm-client.sm-vertical li {
    float: none;
  }
  .sm-client a {
    white-space: nowrap;
    /*height: 85px;*/
  }
  .sm-client ul a, .sm-client.sm-vertical a {
    white-space: normal;
  }
  .sm-client .sm-nowrap > li > a, .sm-client .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-client {
    /*margin-top: 12px;*/
    height: 82px;
    width: auto;
    min-height: 25px;
    margin-right: 10px;
    float: left;
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm-client a, .sm-client a:hover, .sm-client a:focus, .sm-client a:active, .sm-client a.highlighted {
    padding: 17px 17px 0px 17px;
    color: black;
    text-shadow: none;
    line-height: 65px;
  }
  .sm-client li.no-arrow a span.sub-arrow {
    display: none;
  }
  .sm-client li.show-arrow a span.sub-arrow {
    display: block;
  }
  /*.sm-client A:hover
  {
  	color: black;
  }*/
  .sm-client a:hover, .sm-client a:focus, .sm-client a:active, .sm-client a.highlighted {
    /*background-color: #FFFFD9 !important;*/
    color: white;
    background: #BA0000;
    border-bottom: 18px solid #CEB43A;
  }
  .sm-client > li:first-child > a, .sm-client > li:first-child > :not(ul) a {
    /*background-color: transparent;*/
  }
  .sm-client > li:last-child > a, .sm-client > li:last-child > *:not(ul) a, .sm-client > li:last-child > ul, .sm-client > li:last-child > ul > li:last-child > a,
  .sm-client > li:last-child > ul > li:last-child > *:not(ul) a, .sm-client > li:last-child > ul > li:last-child > ul, .sm-client > li:last-child > ul >
  li:last-child > ul > li:last-child > a, .sm-client > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-client > li:last-child > ul >
  li:last-child > ul > li:last-child > ul, .sm-client > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-client >
  li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-client > li:last-child > ul > li:last-child > ul > li:last-child
  > ul > li:last-child > ul, .sm-client > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-client >
  li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-client > li:last-child > ul > li:last-child
  > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    /*background-color: transparent;*/
  }
  ul#main-menu.sm.sm-client li ul {
    /*background-color: rgba(129, 14, 12, 0.675);*/
    background-color: white;
  }
  /*.sm-client UL A, .sm-client UL A:hover, .sm-client UL A:focus, .sm-client UL A:active
  {
  	background: black;
  	color: white;
  	font-size: 16px;
  	text-shadow: none;
  	border-left: 8px solid transparent;
  }*/
  .sm-client ul {
    background-color: #BA0000;
  }
  .sm-client ul li {
    background-color: white;
  }
  .sm-client a.current {
    background: #165D7F;
    color: black;
  }
  .sm-client a.disabled {
    background: #3092C0;
    color: black;
  }
  .sm-client a span.sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #BA0000 transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .sm-client a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-client > li:first-child > a, .sm-client > li:first-child > :not(ul) a {
  }
  .sm-client > li:last-child > a, .sm-client > li:last-child > :not(ul) a {
  }
  .sm-client > li {
    /*height: 35px;*/
  }
  .sm-client > li:first-child {
  }
  .sm-client ul {
    border: 1px solid #A8A8A8;
    padding: 7px 0;
    background: #BA0000;
  }
  .sm-client ul ul {
    background: white;
  }
  .sm-client ul a, .sm-client ul a:hover, .sm-client ul a:focus, .sm-client ul a:active, .sm-client ul a.highlighted {
    border: 0 !important;
    padding: 9px 23px;
    background: white;
    /*color: white;*/
    color: black;
    height: 30px;
    line-height: 12px;
  }
  .sm-client ul a:hover, .sm-client ul a:focus, .sm-client ul a:active, .sm-client ul a.highlighted {
    background-color: #BA0000 !important;
    color: white;
  }
  .sm-client ul a.current {
    background: yellow;
    color: white;
  }
  .sm-client ul a.disabled {
    color: #B3B3B3;
  }
  .sm-client ul a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #BA0000;
  }
  .sm-client ul li {
    border: 0;
  }
  .sm-client span.scroll-up, .sm-client span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    height: 20px;
  }
  .sm-client span.scroll-up-arrow, .sm-client span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2B82AC transparent;
  }
  .sm-client span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #2B82AC transparent transparent transparent;
  }
  .sm-client.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #A1D1E8 transparent transparent;
  }
  .sm-client.sm-rtl > li:first-child > a, .sm-client.sm-rtl > li:first-child > :not(ul) a {
  }
  .sm-client.sm-rtl > li:last-child > a, .sm-client.sm-rtl > li:last-child > :not(ul) a {
  }
  .sm-client.sm-rtl > li:first-child {
  }
  .sm-client.sm-rtl > li:last-child {
  }
  .sm-client.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #A1D1E8 transparent transparent;
  }
  .sm-client.sm-vertical {
  }
  .sm-client.sm-vertical a {
    padding: 9px 23px;
  }
  .sm-client.sm-vertical a span.sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #A1D1E8;
  }
  .sm-client.sm-vertical > li:first-child > a, .sm-client.sm-vertical > li:first-child > :not(ul) a {
  }
  .sm-client.sm-vertical > li:last-child > a, .sm-client.sm-vertical > li:last-child > :not(ul) a {
  }
  .sm-client.sm-vertical > li {
  }
  .sm-client.sm-vertical ul {
  }
  .sm-client.sm-vertical ul a {
    padding: 9px 23px;
  }
}

/*
     FILE ARCHIVED ON 16:02:30 Jan 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:14:37 Jun 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.463
  exclusion.robots: 0.041
  exclusion.robots.policy: 0.03
  esindex: 0.008
  cdx.remote: 30.022
  LoadShardBlock: 84.326 (3)
  PetaboxLoader3.datanode: 1463.405 (5)
  PetaboxLoader3.resolve: 101.132 (3)
  load_resource: 1515.501 (2)
*/