
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation {
  clear: both;
/*  position: absolute;
  top: 0;*/
  width: 100%;
  color: white;
  font-size: 13px;
}
#site-navigation .cta a {
  color: white !important;
  background-color: #00ACCD;
  text-transform: none !important;
  padding: 15px 20px;
  font-size: 14px;
}
#site-navigation .cta a::after {
  content: '\f3d6';
  font-family: 'Ionicons';
  font-size: 2em;
  font-weight: normal;
  vertical-align: middle;
  margin-left: 8px;
  line-height: 0;
}
#site-navigation .cta a:hover,
#site-navigation .cta a:focus {
  color: white;
  background-color: #505050;
}
#site-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#site-navigation li {
  float: none;
  clear: both;
}
#site-navigation a {
  display: block;
  text-decoration: none;
  color: white;
}
#site-navigation a:hover,
#site-navigation a:focus {
  color: #FFD522;
}
/* Mobile */
@media screen and (max-width: 1023px) {
  #site-navigation {
    clear: both;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    /*height: 100%;*/
    height: 100vh;
    padding-top: 50px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    color: white;
    font-size: 13px;
    /* Top-level menu containers*/
  }
  #site-navigation.open {
    display: block;
  }
  #site-navigation .menu-container {
    background-color: #282828;
    width: 85%;
    height: 100%;
    max-width: 480px;
    margin-left: auto;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #site-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  #site-navigation li {
    float: none;
    clear: both;
  }
  #site-navigation li a {
    position: relative;
    padding: 20px 25px;
  }
  #site-navigation li.menu-item-has-children > a::before {
    content: '\f218';
    /* +*/
    font-family: 'Ionicons';
    float: right;
    color: #FFD522;
  }
  #site-navigation li.menu-item-has-children.focus > a::before {
    content: '\f209';
    /* -*/
  }
  #site-navigation li.cta {
    padding: 10px 25px 25px;
  }
  #site-navigation li.cta a {
    font-size: 13px;
  }
  #site-navigation .menu > li {
    border-bottom: 1px solid #383838;
  }
  #site-navigation .menu > li > a {
    font-weight: 700;
  }
  #site-navigation .menu > li > .sub-menu > li > a {
    font-weight: 700;
    text-transform: uppercase;
  }
  #site-navigation .sub-menu {
    display: none;
  }
  #site-navigation .sub-menu > li > a {
    /*text-transform: uppercase;*/
    padding: 10px 25px;
  }
  #site-navigation .sub-menu .sub-menu {
    padding-bottom: 20px;
  }
  #site-navigation .sub-menu .sub-menu li a {
    padding: 5px 25px;
  }
  #site-navigation ul ul li.menu-item-has-children > a::before {
    content: '\f123';
    /* v*/
    font-family: 'Ionicons';
    float: right;
    color: white;
  }
  #site-navigation ul ul li.menu-item-has-children.focus > a::before {
    content: '\f126';
    /* ^*/
  }
  #site-navigation .menu-item-has-children.focus > .sub-menu {
    display: block;
  }
  #site-navigation .current_page_item > a,
  #site-navigation .current-menu-item > a,
  #site-navigation .current_page_ancestor > a,
  #site-navigation .current-menu-ancestor > a {
    color: #FFD522;
  }
  #site-navigation .ask-an-expert {
    padding: 25px;
  }
}

/* Desktop */
@media screen and (min-width: 1024px) {
  #menu-header-top {
    position: absolute;
    top: 0;
    right: 310px;
    height: 70px;
  }
  #menu-header-top > ul {
    list-style: none;
    display: table;
    height: 100%;
  }
  #menu-header-top > ul > li {
    display: table-cell;
    height: 100%;
    padding: 0 10px;
    vertical-align: middle;
  }
  #menu-header-top > ul > li > a {
    padding: 4px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    color: #505050;
    border-bottom: 4px solid transparent;
  }
  #menu-header-top > ul > li > a:hover,
  #menu-header-top > ul > li > a:focus,
  #menu-header-top > ul > li.current_page_item > a,
  #menu-header-top > ul > li.current-menu-item > a,
  #menu-header-top > ul > li.current_page_ancestor > a,
  #menu-header-top > ul > li.current-menu-ancestor > a {
    color: #505050;
    border-bottom-color: #ffd520;
  }
  #menu-header-bottom {
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    /*height: 46px;*/
    clear: both;
    /*background-color: @greyDarker;*/
  }
  #menu-header-bottom li a {
    padding: 0;
  }
  #menu-header-bottom > ul {
    list-style: none;
    display: block;
    width: 100%;
	  text-align: right;
  }
  #menu-header-bottom > ul > li {
    display: inline-block;
    text-align: center;
  }
  #menu-header-bottom > ul > li > a {
    padding: 0px 35px;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    font-size: 16.8px;
    color: #1E1E1E;
    background-color: #ffffff;
/*    border-left: 2px solid #3e3e3e;
    border-right: 2px solid #303030;*/
  }
  #menu-header-bottom > ul > li:first-child a {
    border-left: none;
  }
  #menu-header-bottom > ul > li:last-child a {
    border-right: none;
  }
  #menu-header-bottom li > a:hover,
  #menu-header-bottom li > a:focus,
  #menu-header-bottom li.current_page_item > a,
  #menu-header-bottom li.current-menu-item > a,
  #menu-header-bottom li.current_page_ancestor > a,
  #menu-header-bottom li.current-menu-ancestor > a {
    color: #0085c3;
  }
  /* Submenu */
  #menu-header-bottom > ul > li > .sub-menu {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px;
    z-index: 9999;
    border-top: 1px solid #383838;
    background-color: rgba(0,0,0,0.9);
    text-align: left;
    /*overflow: hidden;*/
/*    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;*/
  }
	.arrow_box {
	position: relative;
	background: #000000;
}
.sub-menu:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000000;
    border-width: 10px;
    margin-left: -10px;
}
  #menu-header-bottom > ul > li > ul > li {
    display: block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #menu-header-bottom ul ul li {
    margin-bottom: 0px;
	  margin-left: 0px;
  }
  #menu-header-bottom ul ul a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
    color: white;
  }
  #menu-header-bottom ul ul a:hover,
  #menu-header-bottom ul ul a:focus {
    color: #0085c3;
  }
  #menu-header-bottom ul ul li:last-of-type a {
    /*margin-bottom: 0;*/
  }
  #menu-header-bottom ul ul ul {
    margin-top: 15px;
  }
  #menu-header-bottom ul ul ul li {
    margin-bottom: 15px;
  }
  #menu-header-bottom ul ul ul a {
    font-weight: 400;
    text-transform: none;
  }
  #menu-header-bottom ul li:hover > ul,
  #menu-header-bottom ul li.focus > ul {
    display: block;
  }
  .header {
    height: 300px;
    width: 100%;
    background: #ececec;
  }
}


.submenu1:after {
    left: 526px;
}
.submenu2:after {
    left: 666px;
}
.submenu3:after {
    left: 813px;
}
.submenu4:after {
    left: 953px;
}
.submenu5:after {
    left: 1093px;
}
.submenu6:after {
    left: 1231px;
}
.leftborder {
	border-left: 1px solid #272727;
	-webkit-box-shadow: -1px 0px rgba(0,0,0,1.00);
	box-shadow: -1px 0px rgba(0,0,0,1.00);
}

@media only screen and (max-width: 1330px) {
.submenu1:after {
    left: 397px;
}
.submenu2:after {
    left: 537px;
}
.submenu3:after {
    left: 681px;
}
.submenu4:after {
    left: 823px;
}
.submenu5:after {
    left: 962px;
}
.submenu6:after {
    left: 1102px;
}
}