﻿.PowerMenu {
  height: 50px; }
  .PowerMenu .PowerMenuItem {
    position: relative; }
    .PowerMenu .PowerMenuItem .SubMenu {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: red;
      min-height: 200px; }

.cbp-hrmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.cbp-hrmenu > ul {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .cbp-hrmenu > ul > li {
    display: inline-block;
    flex-grow: 0; }
    .cbp-hrmenu > ul > li > a {
      /*display: inline-block;*/
      text-align: center; }
    .cbp-hrmenu > ul > li > div.MenuItem {
      font-size: 16px;
      text-decoration: none;
      color: #ffffff;
      display: block;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase;
      height: 30px;
      line-height: 25px;
      cursor: pointer;
      width: 30px;
      text-align: center;
      border: dashed 2px white;
      margin: 10px 0;
      box-sizing: border-box;
      padding: 0 0 0 2px; }
      .cbp-hrmenu > ul > li > div.MenuItem:hover {
        background-color: #14479e; }
  .cbp-hrmenu > ul > li.cbp-hropen > a:after {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #14479e; }

.cbp-hrmenu div.cbp-hrsub-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  border-top: solid 5px #14479e;
  min-height: 200px;
  /*
        > div {
            width: 33%;
            float: left;
            padding: 0 2em 0;

            a {
                line-height: 2em;
            }
        }
         */ }
  .cbp-hrmenu div.cbp-hrsub-inner div.Heading {
    width: 100%;
    background-color: #EEF2F3;
    display: flex;
    justify-content: start;
    padding-left: 20px;
    box-sizing: border-box;
    height: 60px; }
    .cbp-hrmenu div.cbp-hrsub-inner div.Heading a.Image {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding-right: 10px;
      height: 60px; }
      .cbp-hrmenu div.cbp-hrsub-inner div.Heading a.Image img {
        height: 40px; }
    .cbp-hrmenu div.cbp-hrsub-inner div.Heading a.Text {
      color: #202020;
      font-size: 22px;
      font-weight: bold;
      padding: 0;
      box-sizing: border-box;
      text-transform: unset;
      height: 60px;
      line-height: 60px; }
  .cbp-hrmenu div.cbp-hrsub-inner .SubItems {
    column-count: 3;
    column-gap: 20px;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box; }
    .cbp-hrmenu div.cbp-hrsub-inner .SubItems.Col-1 {
      column-count: 1; }
    .cbp-hrmenu div.cbp-hrsub-inner .SubItems.Col-2 {
      column-count: 2; }
    .cbp-hrmenu div.cbp-hrsub-inner .SubItems.Col-3 {
      column-count: 3; }
    .cbp-hrmenu div.cbp-hrsub-inner .SubItems.Col-4 {
      column-count: 4; }
    .cbp-hrmenu div.cbp-hrsub-inner .SubItems.Col-5 {
      column-count: 5; }
    .cbp-hrmenu div.cbp-hrsub-inner .SubItems .Level2 {
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari, Opera */
      page-break-inside: avoid;
      /* Firefox */
      break-inside: avoid;
      /* IE 10+ */ }
      .cbp-hrmenu div.cbp-hrsub-inner .SubItems .Level2 a {
        color: black;
        font-weight: bold;
        text-transform: unset;
        font-size: 14px;
        border-bottom: solid 1px #B0B0B0; }
      .cbp-hrmenu div.cbp-hrsub-inner .SubItems .Level2 ul.Level3 {
        padding-left: 10px; }
        .cbp-hrmenu div.cbp-hrsub-inner .SubItems .Level2 ul.Level3 li a {
          color: black;
          text-transform: unset;
          font-size: 14px;
          font-weight: normal;
          border: 0;
          height: 30px;
          line-height: 30px; }
  .cbp-hrmenu div.cbp-hrsub-inner:before {
    content: " ";
    display: table; }
  .cbp-hrmenu div.cbp-hrsub-inner:after {
    content: " ";
    display: table;
    clear: both; }

.cbp-hrmenu .cbp-hrsub {
  display: none;
  position: absolute;
  background: unset;
  width: 100%;
  left: 0; }

.cbp-hrmenu a {
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px; }

.cbp-hropen .cbp-hrsub {
  display: block;
  padding-bottom: 3em;
  max-width: 1200px;
  left: 50%;
  margin-left: -600px; }

.cbp-hrsub h4 {
  color: #000000; }

@media screen and (max-width: 52.75em) {
  .cbp-hrmenu {
    font-size: 80%; } }

@media screen and (max-width: 43em) {
  .cbp-hrmenu {
    font-size: 120%;
    border: none; }
    .cbp-hrmenu > ul {
      width: 100%;
      padding: 0; }
      .cbp-hrmenu > ul > li {
        display: block;
        border-bottom: 4px solid #47a3da; }
        .cbp-hrmenu > ul > li > a {
          display: block;
          padding: 1em 3em; }
    .cbp-hrmenu .cbp-hrsub-inner {
      width: 100%;
      padding: 0;
      padding: 0 2em;
      font-size: 75%; }
    .cbp-hrmenu .cbp-hrsub {
      position: relative; }
  .cbp-hrsub h4 {
    padding-top: 0.6em; } }

@media screen and (max-width: 36em) {
  .cbp-hrmenu .cbp-hrsub-inner > div {
    width: 100%;
    float: none;
    padding: 0 2em; } }

/*.PowerSubMenu {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;

    .SubMenu {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: red;
        min-height: 200px;
    }
}
*/
/*
.cbp-hrmenu {
    width: 100%;
    margin-top: 2em;
    border-bottom: 4px solid #47a3da;
}

// general ul style 
.cbp-hrmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

// first level ul style 
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
    width: 90%;
    max-width: 70em;
    margin: 0 auto;
    padding: 0 1.875em;
}

.cbp-hrmenu > ul > li {
    display: inline-block;
}

.cbp-hrmenu > ul > li > a {
    font-weight: 700;
    padding: 1em 2em;
    color: #999;
    display: inline-block;
}

.cbp-hrmenu > ul > li > a:hover {
    color: #47a3da;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
    color: #fff;
    background: #47a3da;
}

// sub-menu 
.cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    background: #47a3da;
    width: 100%;
    left: 0;
}

.cbp-hropen .cbp-hrsub {
    display: block;
    padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
    width: 33%;
    float: left;
    padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
    line-height: 2em;
}

.cbp-hrsub h4 {
    color: #afdefa;
    padding: 2em 0 0.6em;
    margin: 0;
    font-size: 160%;
    font-weight: 300;
}



@media screen and (max-width: 52.75em) {

    .cbp-hrmenu {
        font-size: 80%;
    }
}

@media screen and (max-width: 43em) {

    .cbp-hrmenu {
        font-size: 120%;
        border: none;
    }

    .cbp-hrmenu > ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        padding: 0;
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        padding: 0 2em;
        font-size: 75%;
    }

    .cbp-hrmenu > ul > li {
        display: block;
        border-bottom: 4px solid #47a3da;
    }

    .cbp-hrmenu > ul > li > a {
        display: block;
        padding: 1em 3em;
    }

    .cbp-hrmenu .cbp-hrsub {
        position: relative;
    }

    .cbp-hrsub h4 {
        padding-top: 0.6em;
    }
}

@media screen and (max-width: 36em) {
    .cbp-hrmenu .cbp-hrsub-inner > div {
        width: 100%;
        float: none;
        padding: 0 2em;
    }
}

*/
