@charset "utf-8";
.sm, .sm ul, .sm .nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}
.sm ul {
  display: none;
}
.sm .nav, .sm .nav a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: default;
}
.main-nav {
  position: relative;
}
.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}
.nav-brand {
  float: left;
  margin: 0;
}
.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /*font-size: 20px;*/
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-simple {
  background: #fff;
}
.sm-simple .nav > a {
  font-size: 110%;
  padding: 10px 10px 10px 10px;
  color: #000;
  text-decoration: none;
  line-height: 160%;
  letter-spacing: 0;
  font-weight: bold;
}

.sm-simple .focal > a {
    color: #386cd1;
}
.sm-simple .nav a.current {
  background: #555555;
  color: #fff;
}
.sm-simple a.disabled {
  color: #cccccc !important;
}
.sm-simple a .sub-arrow {
  position: absolute;
}
.sm-simple > li:first-child {
  border-top: 0;
}

/* Mobile menu toggle button */
.main-menu-btn {
  margin: 5px 10px;
  position: fixed;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  text-align: center;
  z-index: 9;
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 3px;
  width: 30px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -10px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 10px;
  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);
}


#main-menu, #main-menu > .has-mega-menu {
  position: static !important;
}
#main-menu .mega-menu {
  margin-left: 0 !important;
  margin-right: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}
#main-menu > .has-mega-menu .scroll-up, #main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}
#main-menu .mega-menu > li {
  overflow: auto;
}
#main-menu .mega-menu > li .row {
  margin: 0;
}
#main-menu .mega-menu .mega-nav > p a {
  font-weight: bold;
  color: #000;
  font-size: 105%;
}

#main-menu .mega-menu .mega-nav > p a:hover {
    color: #2e4d9f;
}

#main-menu .mega-menu ul {
  position: static;
  display: block;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-menu .mega-menu ul li {
  border: 0;
}
#main-menu .mega-menu a {
  padding: 10px 10px;
  text-decoration: none;
}

#main-menu .mega-menu a:hover {
    text-decoration: underline;
}
#main-menu .mega-menu .mega-nav > p {
  margin: 0;
}
#main-menu .mega-menu .mega-nav .note {
  padding: 10px 12px;
  line-height: 160%;
}
@media (min-width: 992px) {
  .sm-simple ul {
    position: absolute;
    background: rgba(179, 179, 179, 0.1);
  }
  .sm-simple .nav {
    float: left;
  }
  .sm-simple.sm-rtl li {
    float: right;
  }
  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }
  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }
  #main-menu .mega-menu .mega-nav {
  margin: 0 0 15px 0;
}
  #main-menu .mega-nav ul li a {
    padding: 15px 10px 0px 28px;
    color: #555;
  }

#main-menu .mega-nav ul li a::before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border: solid 4px transparent;
        border-left: solid 6px #838383;
        top: 73%;
        left: 15px;
        transform: translate(0,-50%);
}
  .sm-simple a:hover, .sm-simple a:active, .sm-simple a.highlighted {
    background: #eff4ff;
  }
  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }
  .sm-simple a.disabled {
    background-color: #fff;
  }
  .sm-simple a.has-submenu {
    padding-right: 30px;
  }
  .sm-simple a .sub-arrow {
    right: 20px;
    transform: translate(50%, 15%);
    top: 50%;
  }
  .sm-simple a > .sub-arrow::before {
    content: "";
    border-right: solid 3px transparent;
    border-left: solid 3px transparent;
    border-bottom: solid 3px transparent;
    border-top: solid 5px #000000;
    position: absolute;
    top: 50%;
    transform: translate(0, -26%);
  }
  .sm-simple > .nav {
    border-top: 0;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    background: #eeeeee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }

.sm-simple .has-mega-menu ul {
    background: transparent;
}
  .sm-simple ul a {
    /* border: 0 !important; */
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple .nav ul li a .sub-arrow::before {
    border-right: solid 5px transparent;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 7px #757575;
    position: absolute;
    margin: -4px 0 0 0;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple .scroll-up, .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-simple .scroll-up-arrow, .sm-simple .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 #555555 transparent;
  }
  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
  #main-menu {
    float: right;
    margin: 0 -15px 0 0;
  }

.smaller #main-menu {
    float: none;
   display:-webkit-flex;
display:flex;
-webkit-justify-content:space-between;
justify-content:space-between;
}
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu .mega-menu {
    padding: 10px;
    margin-left: -20px !important;
    margin-right: -20px !important;
    max-height: 50vh;
    overflow: overlay;
    background-color: #eff4ff;
  }
  #main-menu .mega-menu .mega-nav > p {
    border-bottom: 1px #bac5df solid;
  }
}
@media (max-width: 992px) {
  .sm::after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
  }
  .sm-simple a .sub-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-47%, -51%);
    content: "+";
    color: #555;
    font-weight: normal;
  }
  .sm-simple a.highlighted .sub-arrow::before {
    content: "-";
    font-size: 130%;
    font-weight: 100;
  }
  .sm-simple aa.highlighted .sub-arrow::before {
    content: "-";
  }
  .sm-simple .nav a {
    border-bottom: 1px #e5e5e5 solid;
  }

.sm-simple .nav a.highlighted {
    background-color: #f3f3f3;
}

.sm-simple .nav .accesskey {
    display: none;
}
  .sm-simple .nav ul li a {
    padding: 11px 20px;
    color: #555;
  }

#main-menu .mega-menu .mega-nav > p a {
    font-weight: normal;
    color: #26408a;
}
  .sm-simple .mega-menu .mega-nav ul {
    background: transparent;
  }

#main-menu .mega-menu .mega-nav ul li a {
    border-bottom: 1px #e5e5e5 dotted;
    padding: 10px 10px 10px 25px;
    font-size: 95%;
    position: relative;
}

#main-menu .mega-menu .mega-nav ul li a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 5px #838383;
    top: 50%;
    left: 14px;
    transform: translate(0, -50%);
}
  .sm-simple a .sub-arrow {
    right: 0;
    top: 50%;
    background-color: #f3f3f3;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
  }
  .sm-simple .nav ul li a .sub-arrow {
    background-color: #fff;
  }
  #main-menu {
    height: 100vh;
    padding: 0 0 100px 0;
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
  }
  #main-menu .mega-menu .mega-nav{
    padding: 0;
}
  .menu {
    background-color: #5556;
    position: fixed;
    width: 100%;
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
  }
  #main-menu-state:not(:checked) ~ #main-menu {
    display: none;
  }
  #main-menu .mega-menu {
    padding: 5px 0;
  }
  .sm-simple ul {
    margin: auto;!i;!;
    max-width: inherit;!i;!;
    width: 100%;!i;!;
}
#main-menu-state:focus {
    width: 44px;
    height: 44px;
    clip: auto;
    top: 5px;
    z-index: 9;
    left: 6px;
    appearance: none;
}
}