#slider .marquee_slide .marquee_img .cta_con a, #ctas .cta_panel .content .cta_link a, #bcallouts .animation .content a {
  border-radius: 20px;
  display: inline-block;
  padding: 12px 14px;
  line-height: 1.15;
  text-decoration: none;
  color: #ffffff;
  font-family: "Interstate Bd", "Times New Roman", "Georgia", sans-serif;
}

#slider .marquee_slide .marquee_img .cta_con a:after, #ctas .cta_panel .content .cta_link a:after, #bcallouts .animation .content a:after {
  display: inline-block;
  content: '';
  height: 15px;
  width: 15px;
  margin-left: 10px;
  background: url("//d3s04siwr2msr8.cloudfront.net/ae89-4048141-bold-light-arrow_sm.png?versionId=pIlVNEzQ0LBxkt5WjTqxxU2A_6BuG6Bb") left bottom no-repeat;
}

#header {
  top: 0;
}

#slider {
  height: 0;
  padding-top: 125%;
  /* 400 x 320 orig dim */
  position: relative;
  text-align: center;
}

#slider .marquee_slide {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 1s;
}

#slider .marquee_slide.active {
  opacity: 1;
  z-index: 4;
}

#slider .marquee_slide .slide_bg {
  height: 100%;
}

#slider .marquee_slide .marquee_img {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  position: relative;
  height: 100%;
  text-align: center;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.ieonly #slider .marquee_slide .marquee_img {
  width: auto;
}

@media (min-width: 1280px) {
  #slider .marquee_slide .marquee_img {
    width: 95%;
  }
}

#slider .marquee_slide .marquee_img .cta_con {
  bottom: 40px;
  left: 20px;
  right: 20px;
}

#slider .marquee_slide .marquee_img .cta_con a {
  padding: 15px;
}

.lt-ie9 #slider .marquee_slide .marquee_img .cta_con a {
  background-color: #00674e;
}

.lt-ie9 #slider .marquee_slide .marquee_img .cta_con a:hover {
  background-color: #1e7f63;
}

#slider .marquee_slide .marquee_img > img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

#slider .marquee_slide .marquee_img .cta_con {
  position: absolute;
}

#slider .marquee_slide .marquee_img .cta_con a {
  background: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  font-family: "Interstate Bd", "Times New Roman", "Georgia", sans-serif;
  padding: 5px 10px 4px;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  line-height: 1.5;
  box-sizing: border-box;
}

#slider .marquee_slide .marquee_img .cta_con a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.35);
}

#slider .marquee_slide .marquee_img .cta_con a.background-dark {
  background-color: #3f382b;
}

#slider .marquee_slide .marquee_img .cta_con a.background-dark:hover {
  background-color: rgba(63, 56, 43, 0.7);
}

#slider .pause {
  background: url("//d2nqquuwnf6n8k.cloudfront.net/30d4-26968557-pause.png?versionId=qotXLCagbKlLAoBhZw0nh5R.X53qCSMb") center center no-repeat;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 20px;
  z-index: 2000;
  background-size: 70%;
  cursor: pointer;
}

#slider .pause:hover, #slider .pause.active {
  background: url("//d3s04siwr2msr8.cloudfront.net/6ea3-36968557-pause-white.png?versionId=tFNSVx..kUO4cth3PDxzUpNF19GKBhug") center center no-repeat;
  background-size: 70%;
}

#slider .nav_con {
  position: relative;
  z-index: 2000;
  top: -40px;
}

#slider .nav_con .nav {
  margin: 0;
  /* padding is here to prevent accidental click throughs */
  padding: 5px 20px;
  position: relative;
  z-index: 150;
  bottom: 0;
  right: 0;
  text-align: center;
}

#slider .nav_con .nav .navi {
  display: inline-block;
}

#slider .nav_con .nav .navi + .navi {
  margin-left: 10px;
}

#slider .nav_con .nav .navi.active .marker {
  background-color: #008162;
  background-color: rgba(0, 129, 98, 0.5);
}

#slider .nav_con .nav .navi .marker {
  background-color: #fee9c1;
  background-color: rgba(254, 233, 193, 0.5);
  display: block;
  width: 7px;
  height: 7px;
  cursor: pointer;
  border: 0;
  border-radius: 100%;
}

@media (min-width: 768px) {
  #slider .marquee_slide {
    height: 100%;
  }
  #slider .marquee_slide .marquee_img .cta_con {
    top: var(--cta-top);
    left: var(--cta-left);
    bottom: unset;
    right: unset;
  }
  #slider .marquee_slide .marquee_img .cta_con a {
    font-size: 14px;
    transform: translate(-18%, -45%) scale(0.85, 0.85);
  }
  .lt-ie9 #slider .marquee_slide .marquee_img .cta_con a {
    background-color: #00674e;
  }
  .lt-ie9 #slider .marquee_slide .marquee_img .cta_con a:hover {
    background-color: #1e7f63;
  }
  #slider .marquee_slide .marquee_img .cta_con a::after {
    width: 11px;
    height: 13px;
    margin-left: 5px;
    background-size: contain;
  }
  #slider .pause {
    bottom: 10px;
  }
  #slider .nav_con {
    display: block;
    left: 0;
    top: -50px;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
  }
  .ieonly #slider .nav_con {
    width: auto;
  }
}

@media (min-width: 768px) and (min-width: 1280px) {
  #slider .nav_con {
    width: 95%;
  }
}

@media (min-width: 768px) {
  #slider .nav_con .nav {
    text-align: left;
    padding: 15px 20px;
  }
  #slider .nav_con .nav .navi + .navi {
    margin-left: 5px;
  }
  #slider .nav_con .nav .navi .marker {
    width: 13px;
    height: 13px;
  }
}

@media (min-width: 885px) {
  #slider .marquee_slide .marquee_img .cta_con a {
    font-size: 16px;
    transform: translate(-14%, -30%) scale(0.88, 0.88);
  }
  #slider .marquee_slide .marquee_img .cta_con a::after {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 1024px) {
  #slider .marquee_slide .marquee_img .cta_con a {
    padding: 5px 25px 4px;
    transform: translate(-14.5%, -10%) scale(0.9, 0.9);
  }
}

@media (min-width: 1130px) {
  #slider .marquee_slide .marquee_img .cta_con a {
    transform: translate(-12.5%, -5%) scale(1);
  }
}

@media (min-width: 1363px) {
  #slider .nav_con {
    top: 540px;
  }
}

@media (min-width: 768px) {
  #slider {
    height: 0;
    padding-top: 45.9%;
    /* 1400 x 643 orig dim */
  }
}

@media (min-width: 1280px) {
  #slider {
    padding-top: 43.6%;
  }
}

@media (min-width: 1363px) {
  #slider {
    height: 588px;
    padding-top: 0;
  }
}

#ctas {
  background: #1e7f63;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #1e7f63 0%, #00674e 53%);
  /* W3C */
}

.lt-ie9 #ctas {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e7f63', endColorstr='#00674e', GradientType=0);
  /* IE6-8 */
  background: none;
}

#ctas .cta_panel {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "NexaRustSans-Black", "Times New Roman", "Georgia", sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .02rem;
  position: relative;
}

#ctas .cta_panel img {
  width: 120%;
  position: relative;
  left: -10%;
  height: auto;
}

#ctas .cta_panel .content {
  position: absolute;
  width: 100%;
  padding: 10px 25px;
  box-sizing: border-box;
}

#ctas .cta_panel .content.top {
  top: 5px;
}

#ctas .cta_panel .content.center {
  top: 28%;
}

#ctas .cta_panel .content.bottom {
  bottom: 5px;
}

#ctas .cta_panel .content .title {
  font-size: 26px;
  padding: 0 20px;
  line-height: 1;
}

#ctas .cta_panel .content .cta_link a {
  margin-top: 10px;
  font-size: 18px;
  background: #ffae00;
}

#ctas .cta_panel .content .cta_link a:hover {
  background: #f06722;
}

@media only screen and (max-width: 320px) {
  #ctas .cta_panel .content .title {
    padding: 0;
  }
}

@media only screen and (max-width: 359px) {
  #ctas .cta_panel .content .title {
    font-size: 20px;
  }
  #ctas .cta_panel .content .cta_link a {
    font-size: 16px;
    padding: 8px 12px;
  }
}

@media screen and (min-width: 360px) and (max-width: 399px) {
  #ctas .cta_panel .content .title {
    font-size: 24px;
  }
}

@media (min-width: 480px) {
  #ctas .cta_panel .content {
    padding: 10px;
  }
  #ctas .cta_panel .content.top {
    top: 20px;
  }
  #ctas .cta_panel .content.bottom {
    bottom: 20px;
  }
  #ctas .cta_panel .content .title {
    font-size: 40px;
    padding: 0 110px;
  }
}

@media (min-width: 768px) {
  #ctas .home_cta {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 33.3%;
    height: 240px;
    overflow: hidden;
  }
  #ctas .cta_panel img {
    width: 115%;
    max-width: none;
    position: relative;
    left: -5%;
    top: -.5em;
  }
  #ctas .cta_panel .content {
    padding: 10px;
  }
  #ctas .cta_panel .content.top {
    top: 3%;
  }
  #ctas .cta_panel .content.bottom {
    bottom: 2%;
  }
  #ctas .cta_panel .content .title {
    font-size: 18px;
    padding: 0 30px;
    line-height: 1;
  }
  #ctas .cta_panel .content .cta_link a {
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 15px;
    margin-top: 5px;
  }
}

@media (min-width: 1024px) {
  #ctas .home_cta {
    height: 320px;
  }
  #ctas .cta_panel {
    width: 100%;
    padding: 0;
  }
  #ctas .cta_panel img {
    width: 110%;
    position: relative;
    left: -3%;
  }
  #ctas .cta_panel .content .title {
    font-size: 24px;
    padding: 0 40px;
  }
  #ctas .cta_panel .content .cta_link a {
    font-size: 100%;
    margin-top: 10px;
  }
}

@media (min-width: 1280px) {
  #ctas .home_cta {
    height: auto;
  }
  #ctas .cta_panel img {
    width: 100%;
    position: relative;
    left: 0;
  }
  #ctas .cta_panel .content.top {
    top: 20px;
  }
  #ctas .cta_panel .content.bottom {
    bottom: 20px;
  }
}

@media (min-width: 1400px) {
  #ctas .cta_panel .content .title {
    font-size: 26px;
    padding: 0 60px;
  }
}

@media (min-width: 480px) {
  #ctas {
    padding: 10px 0;
  }
}

@media (min-width: 768px) {
  #ctas {
    padding: 20px 20px 10px;
    min-height: auto;
  }
}

@media (min-width: 1024px) {
  #ctas {
    padding-bottom: 0;
  }
}

#form {
  background-color: #00674e;
  min-height: 200px;
  padding: 20px 0;
}

#form .email-logo {
  text-align: center;
  margin: 0px auto 10px;
  position: relative;
  right: -20px;
  max-width: 85%;
}

#form .email-logo img {
  max-width: 100%;
  height: auto;
}

#form .subhead {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  max-width: 75%;
  margin: 0 auto;
}

#form form {
  max-width: 90%;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  #form form {
    max-width: 70%;
  }
}

#bcallouts-delayed {
  min-height: 56vw;
}

@media (min-width: 768px) {
  #bcallouts-delayed {
    min-height: 37vw;
  }
}

#bcallouts {
  background-color: #f4e7c9;
  min-height: 480px;
  padding-top: 30px;
  padding-bottom: 510px;
  box-sizing: border-box;
  overflow: hidden;
}

#bcallouts .box-wc {
  max-height: 370px;
  overflow: hidden;
}

#bcallouts .callout {
  display: block;
  margin: 0 auto;
  color: #00674e;
  position: relative;
  width: 838px;
  min-height: 210px;
  max-width: 100%;
  height: auto;
  text-align: center;
}

#bcallouts .callout .title p {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "NexaRustSans-Black", "Times New Roman", "Georgia", sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .02rem;
  padding: 0 30px;
  margin: 0;
  line-height: 1;
}

#bcallouts .callout .subhead p {
  font-family: "Interstate Bd Cond", "Times New Roman", "Georgia", sans-serif;
  font-size: 14px;
  margin: 10px 0 0;
  line-height: 1;
}

#bcallouts .callout .title,
#bcallouts .callout .subhead {
  position: relative;
  z-index: 10;
}

#bcallouts .callout .callout_img {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
}

#bcallouts .callout .callout_img img {
  max-width: 100%;
  position: relative;
  width: auto;
  margin: 0 auto;
  height: auto;
}

#bcallouts .animation {
  display: none;
  margin: 0 auto 20px;
  text-align: center;
  max-width: 90%;
}

#bcallouts .animation .content p {
  margin: 0;
}

#bcallouts .animation .content a {
  background: #ffae00;
  font-size: 18px;
  margin-top: 20px;
}

#bcallouts .animation .content a:hover {
  background: #f06722;
}

#bcallouts .animation img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  height: auto;
}

@media (min-width: 375px) {
  #bcallouts .callout {
    min-height: 240px;
  }
}

@media (min-width: 425px) {
  #bcallouts .callout {
    min-height: 300px;
  }
}

@media (min-width: 480px) {
  #bcallouts .callout {
    min-height: 380px;
  }
  #bcallouts .callout .title p {
    font-size: 36px;
  }
  #bcallouts .callout .subhead p {
    font-size: 20px;
  }
  #bcallouts .callout .callout_img {
    top: 30px;
    left: 5%;
    right: 5%;
  }
  #bcallouts .callout .callout_img img {
    max-width: 100%;
    top: auto;
    left: auto;
  }
}

@media (min-width: 667px) {
  #bcallouts .callout {
    min-height: 380px;
  }
  #bcallouts .callout .title p {
    font-size: 32px;
  }
  #bcallouts .callout .subhead p {
    font-size: 26px;
  }
  #bcallouts .callout .callout_img img {
    max-width: 100%;
    left: 0;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  #bcallouts .box-wc {
    padding: 0 20px;
    box-sizing: border-box;
  }
  #bcallouts .box-wc div.composite {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    box-sizing: border-box;
  }
  #bcallouts .callout {
    width: 60%;
    min-height: 290px;
  }
  #bcallouts .callout .title p {
    padding: 0 10%;
  }
  #bcallouts .callout .subhead p {
    font-size: 24px;
  }
  #bcallouts .callout .callout_img {
    top: 25px;
    left: 0;
    right: 0;
  }
  #bcallouts .callout .callout_img img {
    max-width: 100%;
  }
  #bcallouts .animation {
    display: block;
    width: 40%;
  }
  #bcallouts .animation .content {
    max-width: 90%;
    margin: 0 auto;
  }
  #bcallouts .animation .content p img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 1024px) {
  #bcallouts .callout {
    width: 65%;
    min-height: 370px;
  }
  #bcallouts .callout .title p {
    padding: 0 20%;
  }
  #bcallouts .callout .subhead p {
    padding-top: 10px;
  }
  #bcallouts .callout .callout_img {
    max-width: 700px;
    margin: 0 auto;
    top: -20px;
  }
  #bcallouts .animation {
    width: 35%;
  }
}

@media (min-width: 480px) {
  #bcallouts {
    padding-bottom: 530px;
  }
}

@media (min-width: 667px) {
  #bcallouts {
    padding-top: 40px;
  }
}
.tast-e-mail {
  font-family: "Interstate Reg", "Verdana", sans-serif;
  text-align: center;
}

.tast-e-mail form.tastemail-form {
  opacity: 0;
  transition: .5s ease all;
}

.tast-e-mail form.tastemail-form.show {
  opacity: 1;
}

.tast-e-mail span.entry {
  display: block;
  margin: 10px auto;
}

.tast-e-mail label,
.tast-e-mail legend {
  display: block;
  width: auto;
  margin: 0 auto;
  color: #ffffff;
  font-weight: normal;
  font-size: .875em;
}

.tast-e-mail span.default_text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 13px;
}

.tast-e-mail label.hide {
  display: none;
}

.tast-e-mail input[type=text],
.tast-e-mail input[type=email],
.tast-e-mail input[type=tel],
.tast-e-mail select {
  border-radius: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  font-family: "Interstate Reg", "Verdana", sans-serif !important;
  border: 0;
  outline: 0;
  padding: 14px 15px 16px;
  box-sizing: border-box;
  position: relative;
  font-style: italic;
  font-weight: normal;
  font-size: .9375em;
  color: #00674e;
  text-align: center;
}

.tast-e-mail input[type=text]::-moz-placeholder, .tast-e-mail input[type=email]::-moz-placeholder, .tast-e-mail input[type=tel]::-moz-placeholder, .tast-e-mail select::-moz-placeholder {
  color: #00674e;
  font-style: italic;
}

.tast-e-mail input[type=text]:-ms-input-placeholder, .tast-e-mail input[type=email]:-ms-input-placeholder, .tast-e-mail input[type=tel]:-ms-input-placeholder, .tast-e-mail select:-ms-input-placeholder {
  color: #00674e;
  font-style: italic;
}

.tast-e-mail input[type=text]::-ms-input-placeholder, .tast-e-mail input[type=email]::-ms-input-placeholder, .tast-e-mail input[type=tel]::-ms-input-placeholder, .tast-e-mail select::-ms-input-placeholder {
  color: #00674e;
  font-style: italic;
}

.tast-e-mail input[type=text]::placeholder,
.tast-e-mail input[type=email]::placeholder,
.tast-e-mail input[type=tel]::placeholder,
.tast-e-mail select::placeholder {
  color: #00674e;
  font-style: italic;
}

.tast-e-mail input[type="submit"] {
  border-radius: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.15) !important;
  font-family: "Interstate Bd", "Times New Roman", "Georgia", sans-serif !important;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-appearance: none;
  color: #ffffff !important;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  padding: 8px 20px;
  position: relative;
  margin-top: 10px;
}

.tast-e-mail input[type="submit"]:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.25) !important;
}

.lt-ie9 .tast-e-mail input[type="submit"] {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.15);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26FFFFFF,endColorstr=#26FFFFFF);
  zoom: 1;
  color: #00674e;
}

.lt-ie9 .tast-e-mail input[type="submit"]:hover {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40FFFFFF,endColorstr=#40FFFFFF);
  zoom: 1;
}

@media (min-width: 480px) {
  .tast-e-mail span.default_text {
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
    top: 7px;
    display: none;
  }
  .tast-e-mail span.default_text.novalue {
    display: block;
  }
  .tast-e-mail label,
  .tast-e-mail legend {
    display: block;
    vertical-align: top;
    margin: 5px auto;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .tast-e-mail label,
  .tast-e-mail legend {
    margin-bottom: 3px;
  }
  .tast-e-mail span.entry {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 10px;
  }
  .tast-e-mail input[type=text],
  .tast-e-mail input[type=email],
  .tast-e-mail input[type=tel],
  .tast-e-mail select {
    padding: 5px 15px 7px;
  }
  .tast-e-mail input[type="submit"] {
    margin-top: 10px;
  }
  .lt-ie9 .tast-e-mail input[type="submit"] {
    top: -8px;
  }
}
.gif {
  position: relative;
}

.gif .hide {
  display: none !important;
}

.gif .control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  font-size: 0;
  background: transparent;
  border: none;
}
#app-launch-slide,
#app-launch-slide-dup{
  /*background: linear-gradient(180deg, #1a7661 0%, #17755d 27%, #00664e 75%);*/
  background-color: #ffffff;
  text-align: center;
}

#app-launch-slide #app-launch-slide-content,
#app-launch-slide-dup #app-launch-slide-dup-content{
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 768px;
  max-width: 100%;
}

@media (min-width: 768px) {
  #app-launch-slide #app-launch-slide-content,
  #app-launch-slide-dup #app-launch-slide-dup-content {
    width: 1280px;
  }
}

.app-launch-slide .app-banner img {
  width: 100%;
}

.app-launch-slide .app-buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 80%;
  left: 0;
}

.app-launch-slide .app-buttons div {
  flex: 0 1 45%;
  max-width: 198px;
}

.app-launch-slide .app-buttons div img {
  width: 100%;
  height: auto;
}

.app-launch-slide .app-buttons .learn-more {
  position: relative;
}

.app-launch-slide .app-buttons .learn-more:before {
  content: "";
  display: block;
  padding-top: calc((72 / 198) * 100%);
}

.app-launch-slide .app-buttons .learn-more a {
  display: block;
  background-color: #ffae00;
  border-radius: 5px;
  border: 1px solid #fff;
  font-family: "Interstate Reg", "Verdana", sans-serif;
  font-size: .85rem;
  color: #fff;
  text-decoration: none;

  position: absolute;
  top: 11%;
  bottom: 16%;
  left: 4%;
  right: 4%;
}


.app-launch-slide .app-buttons .learn-more a:hover {
  background-color: #f06722;
}

.app-launch-slide .app-buttons .learn-more a span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .app-launch-slide .app-buttons {
    justify-content: flex-start;
    width: 50%;
    top: 75%;
    left: 40%;
  }
  .app-launch-slide .app-buttons .learn-more a {
    font-size: 1rem;
  }
}

@media (min-width: 1280px) {
  /*.app-launch-slide .app-buttons {
    left: calc((100vw - 1280px) /2 + 500px);
  } */
  .app-launch-slide .app-buttons div {
    flex: 1 1 33%;
  }
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
