@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 {
}
.sm-simple .nav > a {
  font-size: 130%;
  padding: 20px 18px 21px 18px;
  color: #ffffff;
  font-weight: bold;
}
.sm-simple .nav a {
  text-decoration: none;
  line-height: 160%;
}
.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;
}
.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}
.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  border-left: 8px solid transparent;
}
.sm-simple ul ul a, .sm-simple ul ul a:hover, .sm-simple ul ul a:focus, .sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-simple ul ul ul a, .sm-simple ul ul ul a:hover, .sm-simple ul ul ul a:focus, .sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-simple ul ul ul ul a, .sm-simple ul ul ul ul a:hover, .sm-simple ul ul ul ul a:focus, .sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-simple ul ul ul ul ul a, .sm-simple ul ul ul ul ul a:hover, .sm-simple ul ul ul ul ul a:focus, .sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
/* Mobile menu toggle button */
.main-menu-btn {
  margin: 7px 14px;
  position: fixed;
  display: inline-block;
  width: 55px;
  height: 55px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 10px;
  text-align: center;
  z-index: 9999;
  background-color: #2b93c3;
  border-radius: 4px;
  right: 0;
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 16px);
  height: 3px;
  width: 32px;
  background: #ffffff;
  -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 {
  margin: 0 0 15px 0;
}
#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;
}
#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;
  }
  .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;
  }
  .sm-simple .nav ul li a {
    padding: 10px 20px;
    font-weight: normal;
    color: #000;
  }
  .sm-simple a:hover, .sm-simple a:active, .sm-simple a.highlighted {
    background: #e4a900;
    color: #000;
  }
  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }
  .sm-simple a.disabled {
    background-color: #fff;
  }
  .sm-simple a.has-submenu {
    padding-right: 32px !important;
  }
  .sm-simple a .sub-arrow {
    right: 20px;
    transform: translate(50%, 15%);
    top: 50%;
  }
  .sm-simple a > .sub-arrow::before {
    content: "";
    border-right: solid 5px transparent;
    border-left: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-top: solid 7px #ffffff;
    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 {
    border: 1px solid #bbbbbb;
    background: #e4a900;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #000;
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a:hover, .sm-simple ul a:active, .sm-simple ul a.highlighted {
    background: #d68000;
    color: #000;
  }
  .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 #000000;
    position: absolute;
    margin: -2px 0 0 0;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #efd15c;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple ul ul{
    border: 1px solid #bbbbbb;
    background: #d68000;
  }
  .sm-simple ul ul a:hover, .sm-simple ul ul a:active, .sm-simple ul ul a.highlighted {
    background: #ffefe5;
    color: #000;
  }
  .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; */
    display: -webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center;
    max-width: 1024px;
    margin: auto;
    position: relative !important;
  }
  /* 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: 15px;
    margin-left: -30px !important;
    margin-right: -30px !important;
    max-height: 50vh;
    overflow: overlay;
  }
  #main-menu .mega-menu .mega-nav > p {
    border-bottom: 1px #e1e1e1 solid;
  }
}
@media (max-width: 991.8px) {
  .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 #f2f2f3 solid;
    background-color: #2b93c3;
  }
  .sm-simple .nav a:hover, .sm-simple .nav a:focus {
    color: #000;
    background-color: #e4a900;
  }
  .sm-simple .nav > a {
    padding: 20px 18px 21px 18px;
  }
  .sm-simple .nav ul li a {
    padding: 11px 20px;
    color: #000;
    background-color: #e4a900;
  }
  .sm-simple .nav ul li a:hover, .sm-simple .nav ul li a:focus {
    background-color: #d68000;
  }
  .sm-simple .nav ul li ul li a {
    background-color: #d68000;
  }
  .sm-simple .nav ul li ul li a:hover, .sm-simple .nav ul li ul li a:focus {
    background-color: #ffefe5;
  }
  .sm-simple .mega-menu .mega-nav ul {
    background: transparent;
  }
  .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; */
    /* overflow: scroll; */
    /* overflow-x: visible; */
    /* overflow-y: auto; */
    padding: 85px 0 10px 0;
    background-color: #ffffff;
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .menu {
    background-color: #5556;
    position: fixed;
    width: 100%;
  }
  #main-menu-state:not(:checked) ~ #main-menu {
    display: none;
  }
  #main-menu .mega-menu {
    padding: 5px 0;
  }
}