#menu2 {
  height: 450px;
  border: 0px solid #000;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#menu2 .mm-panel {
  width: 33.33333%;
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 0;
  right: auto;
  opacity: 0;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: width,transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform;
  transition: transform .4s ease,-webkit-transform .4s ease;
  padding: 10px;
}
#menu2 .mm-panel h2 {
  font-size: 38px;
  font-weight: bold;
  font-family: DINNextLTPro-Bold;
  color: #1226AA;
}
#menu2 ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dedede;
  line-height: 50px;
}
#menu2 ul li:first-child {
  border-top: 0px solid #dedede;
}
#menu2 ul {
  margin: 0;
  padding: 0;
}
#menu2 ul li a {
  position: relative;
  display: block;
  height: 46px;
  font-size: 16px;
  color: #313131;
  text-decoration: none;
}
#menu2 ul li a:hover {
  cursor: pointer;
  color: #1226AA;
  text-decoration: none;
}
.childArrow {
  right: 0;
  top: 18px;
  position: absolute;
  color: #1226AA;
  font-size: 12px;
}
.mm-col-1 {
  -webkit-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
  display: block !important;
  opacity: 1 !important;
}
.mm-col-2 {
  -webkit-transform: translate3d(100%,0,0) !important;
  transform: translate3d(100%,0,0) !important;
  display: block !important;
  opacity: 1 !important;
}
.mm-col-3 {
  -webkit-transform: translate3d(200%,0,0) !important;
  transform: translate3d(200%,0,0) !important;
  display: block !important;
  opacity: 1 !important;
}
.activeNavigation {
  transform: translate3d(-100%,0,0);
}
.mm-hidden {
  transform: translate3d(300%,0,0);
}


#imgbox {
  width: 100%;
  height: 175px;
  border: 1px solid #dedede;
  background: lightgray;
}
button {
  border: 2px solid #fff;
  color: #1226AA;
  width: 200px;
  height: 50px;
  margin-right: 20px;
  background: #FFC800;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  margin-bottom: 30px;
}
button:hover {
  cursor: pointer;
  border: 2px solid #1226AA;
  background: #fff;
  color: #1226AA;
}
.mm-panel h3 {
  color: #0F154C;
  font-weight: bold;
  border-bottom: 2px solid #0F154C;
  font-size: 20px;
  padding-bottom: 5px;
  padding-top: 8px;
  margin-top: 11px;
  margin-bottom: 0px;
  border-top: 1px solid #dedede;
  height: 46px;
  line-height: 30px;
  text-transform: none;
  font-family: DINNextLTPro-Bold;
}
.backButton {
  color: #1226AA;
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
  margin-top: 30px;
}
.backButton a {
  color: #1226AA;
}