﻿/*Start Pot Menu*/


#aaamenu,
#aaamenu ul,
#aaamenu ul li,
#aaamenu ul li a,
#aaamenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*height:60px;*/
  font-weight: 700;


}
#aaamenu:after,
#aaamenu > ul:after {
  content: ".";
  display: block;
  /*clear: both;*/
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#aaamenu #menu-button {
  display: none;
}
#aaamenu.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#aaamenu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
}

#aaamenu.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: '';
}
#aaamenu {
  /*font-family: Montserrat, sans-serif;
  background: #333333;*/
      position: relative;
    /*margin-left: 217px;
    margin-top: 80px;*/
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.125em;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    left: 35px;
}
#aaamenu > ul > li {
  float: left;
  padding: 0px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  font-weight: 300;
  padding-right: 18px;

}
.aaamenu ul li > a {
    padding: 15px 35px 30px 35px;
    text-align: center;
    line-height: 14px;
    /*text-shadow: 1px 1px 5px rgba(0,0,0,0.3);*/
}
/*#aaamenu li:first-child a {
    border-radius: 114px 0 0 114px;
}
#aaamenu li:last-child a {
    border-radius: 0 114px 114px 0;
}*/
.aaamenu ul li a, .aaamenu li.active {
    display: block;
        text-align: center;
    padding: 5px 15px;
    margin: 0 10px;
    background: #bcedfe;
    color: #0c36ca;
    font-weight: bold;
    min-height: 40px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(212,212,212,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(212,212,212,1);
    box-shadow: 10px 10px 0px 0px rgba(212,212,212,1);
    font-size: 1.0em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#aaamenu.align-center > ul {
  /*font-size: 0;*/
  text-align: center;
}
#aaamenu.align-center > ul > li {
    display: inline-block;
    float: none;
    margin: 0px 7px;
    /*border-right: 3px solid #4fb1ca;*/
}

#aaamenu.align-center ul li:nth-child(2), #aaamenu.align-center ul li:nth-child(3), #aaamenu.align-center ul li:nth-child(6) {

  border-right: 0;
}

#aaamenu.align-center ul ul {
  text-align: left;
}
#aaamenu.align-right > ul > li {
  float: right;
}
#aaamenu > ul > li > a {
  padding: 10px;
  text-decoration: underline;
  color: #0c36ca;
}

#aaamenu > ul > li:hover > a {
  /*color: #ffffff;*/
  background-color: #9fe5ff;
  text-decoration:none;
}
#aaamenu > ul > li.has-sub > a {
  /*padding-right: 30px;
  margin-right: 5px;*/
}
#aaamenu > ul > li.has-sub > a:after {
  /*horizontal line on top level*/
  /*top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #dddddd;
    right: 17px;
    top: 22px;*/
}
#aaamenu > ul > li.has-sub > a:before {
   /*vertical line on top level*/
  /*position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;*/
}
#aaamenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
  font-size: 0.875em;
}
#aaamenu ul ul {
  position: absolute;
  left: -9999px;
  margin-left: 5px;
}
#aaamenu.align-right ul ul {
  text-align: right;
}
#aaamenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#aaamenu li:hover > ul {
  left: auto;
}
#aaamenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#aaamenu li:hover > ul > li {
  height: auto;
}
#aaamenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#aaamenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#aaamenu ul ul li a {
  width: 170px;
  text-decoration: none;
  color: #0c36ca;
    text-align: left;
    line-height: 16px;
    border-bottom: 1px #bedced solid;
    padding: 12px 15px 8px 10px;
    height: auto;
    /* background-color: #f0f4fc; */
    background: #bcedfe;
    border-radius: 0;
    /*text-shadow: 1px 1px 5px rgba(0,0,0,0.3);*/
    min-width: 220px;
    z-index:1;
    box-shadow:none;
}
#aaamenu ul ul li:last-child > a,
#aaamenu ul ul li.last-item > a {
  border-bottom: 0;
  border-radius:0 0 10px 10px;
}
#aaamenu ul ul li:first-child > a,
#aaamenu ul ul li.first-item > a {
  border-radius:0 10px 0 0;
}
#aaamenu ul ul li:hover > a,
#aaamenu ul ul li a:hover {
  color: #0c36ca;
  background-color: #9fe5ff;

}
#aaamenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#aaamenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#aaamenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#aaamenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#aaamenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 1150px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#aaamenu {
    margin-left:0;
  }
#aaamenu>ul>li>a {
    padding: 10px 14px;
}
}
@media all and (max-width: 927px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #aaamenu {
    width: 100%;
    margin-left: 0;
    margin-top: 67px;
    margin-bottom:10px;
    left:0;
  }
  #aaamenu br {
      display:none;
  }
  .pot-logo{
      display:none !important;
      img {
          display:none;
      }
  }
  #aaamenu li:first-child a {
    border-radius: 0;
}
#aaamenu li:last-child a {
    border-radius: 0;
}
  #aaamenu ul {
    width: 100%;
    display: none;
  }
  #aaamenu.align-center > ul {
    text-align: left;
  }
  #aaamenu ul li {
    width: 100%;
    border-top: 1px solid #bedced;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-right:0 !important;
  }
  #aaamenu ul ul li,
  #aaamenu li:hover > ul > li {
    height: auto;
  }
  #aaamenu ul li a,
  #aaamenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    box-shadow:none;
  }
  #aaamenu ul li a {
    /*background: #fff;*/
    color: #1952a3;
    padding: 20px 10px;
    border-radius: 0;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size:1.0em;
  }
  #aaamenu > ul > li {
    float: none;
    margin:0 !important;
    padding-right:0;
  }
  #aaamenu ul ul ul li a {
    padding-left: 35px;
  }
  #aaamenu ul ul li a {
    color: #1952a3;
    background: #e1f4fa;
    padding: 15px 20px;
    font-size: 0.85em;
  }
  #aaamenu ul ul li:hover > a,
  #aaamenu ul ul li.active > a {
    color: #1952a3;
  }
  #aaamenu ul ul li:first-child a {
    border-radius: 0;
}
#aaamenu ul ul li:last-child a {
    border-radius: 0;
}
  #aaamenu ul ul,
  #aaamenu ul ul ul,
  #aaamenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #aaamenu > ul > li.has-sub > a:after,
  #aaamenu > ul > li.has-sub > a:before,
  #aaamenu ul ul > li.has-sub > a:after,
  #aaamenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #aaamenu #menu-button {
    display: block;
    padding: 17px 0 25px 40px;
    color: #1952a3;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background:#79cce9;
  }
  #aaamenu #menu-button:after {
    position: absolute;
    top: 22px;
    left: 10px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 3px solid #1952a3;
    border-bottom: 3px solid #1952a3;
    content: '';
  }
  #aaamenu #menu-button:before {
    position: absolute;
    top: 16px;
    left: 10px;
    display: block;
    height: 3px;
    width: 20px;
    background: #1952a3;
    content: '';
  }
  #aaamenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #1952a3;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #aaamenu #menu-button.menu-opened:before {
    top: 23px;
    background: #1952a3;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #aaamenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    /*border-left: 1px solid rgba(120, 120, 120, 0.2);*/
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #aaamenu .submenu-button.submenu-opened {
    /*background: #262626;*/
  }
  #aaamenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #aaamenu .submenu-button:after {
    /*width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;*/
    position: absolute;
    top: 13px;
    right: 22px;
    content: '';
      border: solid #1952a3;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #aaamenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #aaamenu .submenu-button.submenu-opened:after {
    /*ackground: #ffffff;*/
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #aaamenu .submenu-button:before {
    /*display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;*/
     position: absolute;
    top: 13px;
    right: 22px;
    content: '';
      border: solid #1952a3;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #aaamenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #aaamenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
.pot-logo img {
    position: relative;
    top: 36px;
    margin-right: 6px;
}

/*End Pot menu*/