.container{
  z-index: 9999;
  position: relative;
}

.page-mobile{
      margin-top: -4rem;
}

.top-bar{
  height: 4rem;
  /*border-bottom: 0.04em solid lightgrey;*/
  display: flex;
  justify-content: space-between;
  width:94%;
  margin-left: 3%;
}

.hamburgerMenu{
  padding-top: 1rem;  
}

.hamburgerDiv {
  height: 4px;
  width: 26px; 
  display: block !important;
  margin-top: 4px; 
}
.closeMenu {
  height: 4px; 
  width: 26px; 
  display: block !important;
  transform: rotate(45deg);
}
.closeMenu:first-of-type {
  transform: rotate(135deg);
  position: relative;
  top: 8px;
}
.closeMenu:last-of-type {
  display: none !important;
}


.mobileNav {
  display:none;
  width: 94%;
  height: auto;
  position: absolute;
  margin-left: 3%;
  z-index: 9999;
  /* background-color: #f2f2f2; */
   background-color: #ffffff;

  font-family: arial,helvetica,sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
 /* color: #202020; */
   color: #000000;
}
.mobileNav ul {
  color: black;
  z-index: 999;
  padding-left: 0;
  list-style: none;
}
.mobileNav > ul > li , .mobileNav > ul > li > ul > li {
  border-top: 1px solid lightgrey; 
}
.mobileNav ul li:last-of-type {
  border-bottom: 0;
}
.mobileNav ul li div {
  display:inline;
  padding-left: 12px;
  line-height: 48px;
}
.mobileNav a {
  text-decoration: none; 
}
.expandOption {
  padding-right: 12px;
  float: right;
  border-left: 1px solid lightgrey;
}
.expandOption.open span, .expandOption.open div {
  transform: rotate(0deg);
}
.expandOption span, .expandOption div {
  display: block;
  height: 48px;
  width: 24px;
  background: url('/images/18.55af049f184e92956c451fb/1530609248272/close.png')no-repeat center;
  background-size: 20px;
  transform: rotate(45deg);
}
ul.tier1 {
  border-bottom: 0 !important;
  margin:0;
}
ul.tier2 {
  background-color: white;
  display:none;
}
ul.tier2 div {
  padding-left: 20px !important;
}
ul.tier3 {
  background-color: white;
  border-bottom: 0 !important;
  padding-bottom: 20px;  
}
ul.tier3 div {
  padding-left: 40px !important;
}
ul.tier3 li {
  border-bottom: 0 !important;
}
ul.tier4 {
  background-color: white;
  border-bottom: 0 !important;
  padding-bottom: 20px; 
}
ul.tier4 div {
  padding-left: 60px !important;
}
ul.tier4 li {
  border-bottom: 0 !important;
  height: 32px;
  font-style:italic;
}


.mobileMenuOpen {
  display: block;
  width: 100%;
  margin-top: 20%;
  left:0;
  top:0;
  z-index: 99;
  position: absolute;
}
.mobileMenuOpen.hidden {
  display: none;
}
.notMobileOverlay {
  display: none;
}

.lightenpage {
    transition: opacity 500ms;
    opacity: 1;
}

.darkenpage {
    transition: opacity 500ms;
    opacity: 0.5;
}