@charset "UTF-8";
.membership-animation-con {
  background: -webkit-gradient(linear, left bottom, right top, from(#f30000), color-stop(#f30000), to(#dd5c07));
  background: linear-gradient(to top right, #f30000, #f30000, #dd5c07);
  padding: 30px 15px;
}

@media (min-width: 480px) {
  .membership-animation-con {
    padding: 30px;
  }
}

@media (min-width: 1280px) {
  .membership-animation-con {
    padding: 60px;
  }
}

.membership-animation-con .text {
  text-align: center;
  color: #fff;
  padding: 1px 0;
}

@media only screen and (max-width: 479px) {
  .membership-animation-con .text {
    margin: 25vh 0;
  }
}

@media (min-width: 480px) {
  .membership-animation-con .text {
    padding: 0 30px;
  }
}

.membership-animation-con .text a {
  color: #fff;
}

.membership-animation-con .text h1 {
  padding: 0 15px;
}

@media (min-width: 480px) {
  .membership-animation-con .text h1 {
    padding: 0 30px;
  }
}

.membership-animation-con h1 {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0;
  padding: 0 30px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .membership-animation-con h1 {
    background: transparent;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentcolor;
  }
}

@media (min-width: 768px) {
  .membership-animation-con h1 {
    margin: 0 0 30px;
    font-size: 1.83333rem;
  }
}

@media (min-width: 1024px) {
  .membership-animation-con h1 {
    font-size: 2.33333rem;
  }
}

@media (min-width: 1280px) {
  .membership-animation-con h1 {
    font-size: 3.5rem;
  }
}

.membership-animation-con h2:not(.membership-animation-title),
.membership-animation-con h3,
.membership-animation-con h4,
.membership-animation-con h5 {
  color: #fff;
  background: transparent;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #fff;
}

.membership-animation-con h2.membership-animation-title {
  color: #ffb71b;
  background: transparent;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #ffb71b;
}

.membership-animation-con hr {
  width: calc(100% - 30px);
  height: 2px;
  border: none;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 480px) {
  .membership-animation-con hr {
    width: 60%;
  }
}

@media (min-width: 1280px) {
  .membership-animation-con hr {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 4px;
  }
}

@media (min-width: 1600px) {
  .membership-animation-con hr {
    width: 80%;
  }
}

.membership-animation-con hr:before {
  content: '';
  width: 0;
  display: block;
  margin: 0 auto;
  height: 100%;
  background: #fff;
  -webkit-transition: width .5s ease .5s;
  transition: width .5s ease .5s;
}

@media (min-width: 1280px) {
  .membership-animation-con hr:before {
    margin: 0 0 0 auto;
    -webkit-transition: width .75s ease .5s;
    transition: width .75s ease .5s;
  }
}

.membership-animation-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

@media (min-width: 1280px) {
  .membership-animation-section {
    width: 50%;
    position: relative;
    min-height: 300px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .membership-animation-section {
    height: 340px;
  }
}

.membership-animation-section.is-visible:after {
  height: 50%;
}

.membership-animation-section.is-visible hr:before {
  width: 100%;
}

.membership-animation-section.is-visible .membership-animation-drawing {
  margin-bottom: 0.5rem;
}

.membership-animation-section.is-visible .membership-animation-drawing svg path, .membership-animation-section.is-visible .membership-animation-drawing svg polyline {
  stroke-dashoffset: 0 !important;
  -webkit-transition: stroke-dashoffset 0.8s linear 1s;
  transition: stroke-dashoffset 0.8s linear 1s;
}

@media (min-width: 1280px) {
  .membership-animation-section.is-visible .membership-animation-drawing svg path, .membership-animation-section.is-visible .membership-animation-drawing svg polyline {
    -webkit-transition: stroke-dashoffset 0.8s linear 1s;
    transition: stroke-dashoffset 0.8s linear 1s;
  }
}

.membership-animation-section.is-visible .membership-animation-title span {
  cursor: pointer;
  -webkit-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}

@media (min-width: 1280px) {
  .membership-animation-section.is-visible .membership-animation-title span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.membership-animation-section.is-visible .membership-animation-title:hover {
  cursor: pointer;
}

.membership-animation-section.is-visible .membership-animation-title:hover span {
  text-shadow: 0 0 1px #fff;
  color: #ffb71b;
}

.membership-animation-section.is-visible .membership-animation-title:before {
  background-position: 0 120px;
}

@media (min-width: 480px) {
  .membership-animation-section.is-visible .membership-animation-title:before {
    background-position: 0 190px;
  }
}

@media (min-width: 768px) {
  .membership-animation-section.is-visible .membership-animation-title:before {
    background-position: 0 230px;
  }
}

@media (min-width: 768px) {
  .membership-animation-section.is-visible .membership-animation-title:before {
    background-position: 0 -100%;
  }
}

.membership-animation-drawing {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

.membership-animation-drawing svg {
  width: 100%;
  max-width: 200px;
}

.membership-animation-drawing svg path, .membership-animation-drawing svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
}

.membership-animation-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  text-align: left;
  text-transform: uppercase;
  padding: 15px 15px 0;
  margin: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .membership-animation-title {
    font-size: 1.66667rem;
  }
}

@media (min-width: 1024px) {
  .membership-animation-title {
    font-size: 2.16667rem;
  }
}

@media (min-width: 1280px) {
  .membership-animation-title {
    font-size: 3.16667rem;
    text-align: right;
    padding: 30px 30px 0;
    line-height: 1.01;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .membership-animation-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    padding: 0 20px 0 0;
  }
}

.membership-animation-title:before {
  content: '';
  display: block;
  width: 2px;
  height: 120px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(49.99%, transparent), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to bottom, transparent 0%, transparent 49.99%, #fff 50%, #fff 100%);
  background-size: 100% 200%;
  background-position: 0 0;
  -webkit-transition: background-position .5s ease;
  transition: background-position .5s ease;
}

@media (min-width: 480px) {
  .membership-animation-title:before {
    height: 190px;
  }
}

@media (min-width: 768px) {
  .membership-animation-title:before {
    height: 230px;
  }
}

@media (min-width: 1280px) {
  .membership-animation-title:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    top: 0;
    right: -2px;
    left: auto;
    height: 100%;
    width: 4px;
    -webkit-transition: background-position .75s ease;
    transition: background-position .75s ease;
  }
}

.membership-animation-title span {
  display: inline-block;
  text-align: center;
  position: relative;
  left: 50%;
  opacity: 0;
  padding-top: 1rem;
  -webkit-transform: translateY(100%) translateX(-50%);
  -ms-transform: translateY(100%) translateX(-50%);
  transform: translateY(100%) translateX(-50%);
  -webkit-transition: opacity .5s ease .5s, -webkit-transform .5s ease .5s;
  transition: opacity .5s ease .5s, -webkit-transform .5s ease .5s;
  transition: opacity .5s ease .5s, transform .5s ease .5s;
  transition: opacity .5s ease .5s, transform .5s ease .5s, -webkit-transform .5s ease .5s;
  color: #ffb71b;
  /*&:before {
      content: "CLICK HERE TO FIND OUT";
      display: block;
      position: absolute;
      right: 0;
      left: 0;
      top: 0.25rem;
      font-size: pxToRem(10);
      color: $color-white;
      text-align: center;
    }
    */
}

@media (min-width: 1280px) {
  .membership-animation-title span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    left: auto;
    right: 0;
    top: 5px;
    -webkit-transition: -webkit-transform .5s ease .5s;
    transition: -webkit-transform .5s ease .5s;
    transition: transform .5s ease .5s;
    transition: transform .5s ease .5s, -webkit-transform .5s ease .5s;
    /*&:before {
        font-size: pxToRem(14);
      }
      */
  }
}

.membership-animation-description {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  width: calc(100% - 30px);
  padding: 5px 0 15px;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: height .5s ease-in .5s, opacity .5s ease-in .5s;
  transition: height .5s ease-in .5s, opacity .5s ease-in .5s;
}

@media (min-width: 480px) {
  .membership-animation-description {
    width: 60%;
    padding: 5px 15px 15px;
  }
}

@media (min-width: 1280px) {
  .membership-animation-description {
    position: absolute;
    top: 100%;
    right: 0;
    width: 80%;
    padding: 15px 30px;
    z-index: 2;
  }
}

.membership-animation-description h2 {
  font-size: 1rem;
  font-weight: 400;
}

@media (min-width: 1280px) {
  .membership-animation-description h2 {
    font-size: 1.33333rem;
  }
}

.membership-animation-description p {
  margin: .33em 0;
}

.membership-animation-description p:first-of-type {
  margin-top: 0;
}

.membership-animation-description p:last-of-type {
  margin-bottom: 0;
}

.membership-animation-description a {
  color: #ffb71b;
  background: transparent;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #ffb71b;
}

.membership-animation-icon {
  display: none;
  /*display: block;
  height: 45px;
  margin: .33em 0 0;
  text-align: right;

  img {
    height: 100%;
  }
  */
}

.draw_icon {
  max-width: 1680px;
  margin: 0 auto;
}

.draw_icon .membership-animation-section:before {
  content: '»';
  display: inline-block;
  text-align: center;
  color: white;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  font-size: 3rem;
  top: -0.5rem;
  left: calc(50% - 0.475rem);
}

@media (min-width: 1280px) {
  .draw_icon .membership-animation-section:before {
    font-size: 5rem;
    top: -1rem;
    left: calc(100% - 0.75rem);
  }
}

.draw_icon .membership-animation-section.is-visible:before {
  opacity: 0;
}

.draw_icon .membership-animation-section.is-visible .membership-animation-description {
  height: auto;
  opacity: 1;
  -webkit-transition: height .5s ease-in .5s, opacity .5s ease-in .5s;
  transition: height .5s ease-in .5s, opacity .5s ease-in .5s;
}

.draw_icon:nth-of-type(odd) .membership-animation-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.draw_icon:nth-of-type(odd) .membership-animation-section hr {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 1280px) {
  .draw_icon:nth-of-type(odd) .membership-animation-section {
    left: 50%;
  }
  .draw_icon:nth-of-type(odd) .membership-animation-section:before {
    left: -0.75rem;
  }
  .draw_icon:nth-of-type(odd) .membership-animation-section hr {
    left: 0;
    right: auto;
  }
  .draw_icon:nth-of-type(odd) .membership-animation-section hr:before {
    margin: 0 auto 0 0;
  }
}

.draw_icon:nth-of-type(odd) .membership-animation-drawing {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.draw_icon:nth-of-type(odd) .membership-animation-title {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

@media (min-width: 1280px) {
  .draw_icon:nth-of-type(odd) .membership-animation-title {
    text-align: left;
  }
  .draw_icon:nth-of-type(odd) .membership-animation-title:before {
    left: -2px;
    right: auto;
  }
}

.draw_icon:nth-of-type(odd) .membership-animation-description {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (min-width: 1280px) {
  .draw_icon:nth-of-type(odd) .membership-animation-description {
    left: 0;
    right: auto;
  }
}

.connect .membership-animation-section svg path.cls-1 {
  -webkit-transition: opacity .3s ease 1s;
  transition: opacity .3s ease 1s;
  fill: #fff;
  stroke-width: 0;
  opacity: 0;
}

.connect .membership-animation-section.is-visible svg path.cls-1 {
  opacity: 1;
}

.membership-animation-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding-top: 120px;
}

@media (min-width: 480px) {
  .membership-animation-main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 190px;
  }
}

@media (min-width: 768px) {
  .membership-animation-main {
    padding-top: 230px;
  }
}

@media (min-width: 1280px) {
  .membership-animation-main {
    padding-top: 300px;
  }
}

.membership-animation-main:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4px;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(49.99%, transparent), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to bottom, transparent 0%, transparent 49.99%, #fff 50%, #fff 100%);
  background-size: 100% 200%;
  background-position: 0 0;
  -webkit-transition: background-position .8s ease;
  transition: background-position .8s ease;
}

@media (min-width: 480px) {
  .membership-animation-main:before {
    height: 190px;
  }
}

@media (min-width: 768px) {
  .membership-animation-main:before {
    height: 230px;
  }
}

@media (min-width: 768px) {
  .membership-animation-main:before {
    height: 300px;
  }
}

.membership-animation-main h2 {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.membership-animation-main h2 strong {
  font-weight: 700;
}

.membership-animation-main-drawing {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}

@media (min-width: 768px) {
  .membership-animation-main-drawing {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.membership-animation-main-drawing-inner {
  padding-top: 140.5%;
  position: relative;
}

.membership-animation-main-heading-left, .membership-animation-main-heading-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

@media (min-width: 768px) {
  .membership-animation-main-heading-left, .membership-animation-main-heading-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
  }
}

.membership-animation-main-heading-left h2, .membership-animation-main-heading-right h2 {
  font-size: 1.16667rem;
  font-weight: normal;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  -webkit-text-fill-color: #fff;
}

@media (min-width: 480px) {
  .membership-animation-main-heading-left h2, .membership-animation-main-heading-right h2 {
    font-size: 1.33333rem;
  }
}

@media (min-width: 768px) {
  .membership-animation-main-heading-left h2, .membership-animation-main-heading-right h2 {
    font-size: 1.83333rem;
  }
}

@media (min-width: 1280px) {
  .membership-animation-main-heading-left h2, .membership-animation-main-heading-right h2 {
    font-size: 2.5rem;
  }
}

.membership-animation-main-heading-left h2 {
  -webkit-text-fill-color: #fff;
}

.membership-animation-main-heading-right h2 {
  -webkit-text-fill-color: #fff;
}

.membership-animation-main-heading-bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.membership-animation-main-heading-bottom h2 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .membership-animation-main-heading-bottom h2 {
    font-size: 1.83333rem;
  }
}

@media (min-width: 1280px) {
  .membership-animation-main-heading-bottom h2 {
    font-size: 2.5rem;
  }
}

.membership-animation-main svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.membership-animation-main svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 3px;
}

.membership-animation-main svg path.cls-5 {
  stroke: none;
  fill: #fff;
  opacity: 0;
}

.membership-animation-main.is-visible:before {
  background-position: 0 120px;
}

@media (min-width: 480px) {
  .membership-animation-main.is-visible:before {
    background-position: 0 190px;
  }
}

@media (min-width: 768px) {
  .membership-animation-main.is-visible:before {
    background-position: 0 230px;
  }
}

@media (min-width: 768px) {
  .membership-animation-main.is-visible:before {
    background-position: 0 -100%;
  }
}

.membership-animation-main.is-visible svg path {
  -webkit-transition: stroke-dashoffset 1s linear .8s;
  transition: stroke-dashoffset 1s linear .8s;
  stroke-dashoffset: 0 !important;
}

.membership-animation-main.is-visible svg path.cls-5 {
  opacity: 1;
  -webkit-transition: opacity .5s ease .9s;
  transition: opacity .5s ease .9s;
}

.membership-animation-main.is-visible .membership-animation-main-heading-left {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transition: -webkit-transform .5s ease 1.8s;
  transition: -webkit-transform .5s ease 1.8s;
  transition: transform .5s ease 1.8s;
  transition: transform .5s ease 1.8s, -webkit-transform .5s ease 1.8s;
}

.membership-animation-main.is-visible .membership-animation-main-heading-right {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transition: -webkit-transform .5s ease 2.3s;
  transition: -webkit-transform .5s ease 2.3s;
  transition: transform .5s ease 2.3s;
  transition: transform .5s ease 2.3s, -webkit-transform .5s ease 2.3s;
}

.membership-animation-main.is-visible .membership-animation-main-heading-bottom {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transition: -webkit-transform .5s ease 2.8s;
  transition: -webkit-transform .5s ease 2.8s;
  transition: transform .5s ease 2.8s;
  transition: transform .5s ease 2.8s, -webkit-transform .5s ease 2.8s;
}

/* Icon-only Version of the Main Animated Icon for the Membership Page || CMSCLIENT-2014 */
.logo-only .membership-animation-main {
  padding: 0;
}

.logo-only .membership-animation-main:before {
  content: none;
}

.question-section {
  background: #fff;
}

.question-section .text-section-width-constraint {
  padding-bottom: 0;
}

.question-section-width-constraint {
  max-width: 1680px;
  padding: 0 30px;
  margin: 30px auto;
}

@media (min-width: 768px) {
  .question-section-width-constraint {
    padding: 0 60px;
  }
}

@media (min-width: 1024px) {
  .question-section-width-constraint {
    margin: 60px auto;
    padding: 0 90px;
  }
}

.question-header {
  position: relative;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#efeeee), to(#f8f9fb));
  background: linear-gradient(to bottom, #efeeee, #f8f9fb);
}

.question-header:before {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(33%, #f30000), to(#ffb71b));
  background: linear-gradient(to right, #f30000 33%, #ffb71b);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
  width: 100%;
  height: 100%;
}

.question-heading {
  position: relative;
  color: #828282;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
  margin: 0;
  padding: 10px 40px 10px 20px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  background: transparent;
  z-index: 2;
}

@media (min-width: 1024px) {
  .question-heading {
    padding: 20px 40px;
  }
}

.question-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3px;
  width: 20px;
  background: dimgray;
}

@media (min-width: 1024px) {
  .question-icon {
    width: 30px;
    right: 20px;
  }
}

.question-icon:before {
  content: '';
  position: absolute;
  top: -6px;
  width: 15px;
  height: 100%;
  right: 0;
  background: dimgray;
}

@media (min-width: 1024px) {
  .question-icon:before {
    width: 22px;
    top: -11px;
  }
}

.question-icon:after {
  content: '';
  position: absolute;
  bottom: -6px;
  width: 25px;
  height: 100%;
  right: 0;
  background: dimgray;
}

@media (min-width: 1024px) {
  .question-icon:after {
    width: 38px;
    bottom: -11px;
  }
}

.question-content {
  display: none;
  padding: 20px;
  border: 2px solid #efeeee;
  border-top: none;
  font-size: 1.16667rem;
}

@media (min-width: 1024px) {
  .question-content {
    padding: 60px;
    border: 4px solid #efeeee;
    border-top: none;
  }
}

.question-content p:first-of-type {
  margin-top: 0;
}

.question-content p:last-of-type {
  margin-bottom: 0;
}

.question .text-section-width-constraint {
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .question .text-section-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.question .is-open .question-header:before {
  opacity: 1;
  visibility: visible;
}

.question .is-open .question-heading {
  color: #fff;
}

.question .is-open .question-icon {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: translateY(-66.7%) rotate(45deg);
  -ms-transform: translateY(-66.7%) rotate(45deg);
  transform: translateY(-66.7%) rotate(45deg);
}

@media (min-width: 1024px) {
  .question .is-open .question-icon {
    width: 30px;
    height: 30px;
  }
}

.question .is-open .question-icon:before, .question .is-open .question-icon:after {
  content: none;
}

.member-spotlight-section {
  background: #fff;
}

.member-spotlight-section-header {
  text-align: center;
  padding: 30px;
}

.member-spotlight-section-heading-desktop {
  display: none !important;
}

@media (min-width: 1024px) {
  .member-spotlight-section-heading-desktop {
    display: inline-block !important;
  }
}

.member-spotlight-section-heading-mobile {
  display: inline-block !important;
}

@media (min-width: 1024px) {
  .member-spotlight-section-heading-mobile {
    display: none !important;
  }
}

.member-spotlight-slider {
  position: relative;
  background: #efeeee;
  height: 180px;
  padding: 0 45px;
}

@media (min-width: 1024px) {
  .member-spotlight-slider {
    height: 320px;
    padding: 0 160px;
  }
}

.member-spotlight-item {
  width: 50%;
  height: 180px;
  padding: 15px 30px;
  text-align: center;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.member-spotlight-item:hover {
  background-color: #d0d0db;
}

.member-spotlight-item:hover .member-spotlight-item-inner:after {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .member-spotlight-item {
    width: 33.333333%;
  }
}

@media (min-width: 1024px) {
  .member-spotlight-item {
    height: 320px;
    padding: 15px 45px;
  }
}

@media (min-width: 1280px) {
  .member-spotlight-item {
    width: 25%;
  }
}

.member-spotlight-item-last {
  display: none;
}

@media (min-width: 768px) {
  .member-spotlight-item-last {
    display: block;
    position: absolute;
    top: 0;
    right: 45px;
    width: calc((100% - 90px) / 3);
    background: #efeeee;
    padding: 15px;
  }
}

@media (min-width: 1024px) {
  .member-spotlight-item-last {
    right: 160px;
    width: calc((100% - 320px) / 3);
    padding: 15px 45px;
  }
}

@media (min-width: 1280px) {
  .member-spotlight-item-last {
    width: calc((100% - 320px) / 4);
  }
}

.member-spotlight-item-inner {
  height: 100%;
}

.member-spotlight-item-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("//d38rte9ixr1of9.cloudfront.net/6886-70705467-spotlights.png?pfvId=19ilqr.jqzd97gu") no-repeat top center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease, visibility .5s ease;
  transition: opacity .5s ease, visibility .5s ease;
  z-index: 0;
}

.member-spotlight-item-logo {
  max-width: 100%;
  height: auto;
  font-size: 0;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.member-spotlight-item-description {
  font-size: 1rem;
  text-align: left;
  position: relative;
  z-index: 1;
  color: #333;
}

@media (min-width: 1280px) {
  .member-spotlight-item-description {
    font-size: 1.33333rem;
    padding: 0 15px;
  }
}

.member-spotlight-item-description p {
  margin: 0;
}

.member-spotlight-item-description.truncated *:last-child:after {
  content: "...";
  display: inline-block;
}

.member-spotlight-item-link {
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  width: calc(100% - 60px);
}

.member-spotlight-button {
  display: block;
  position: relative;
  background: transparent;
  width: 180px;
  height: 60px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
  font-size: 1.75rem;
  z-index: 1;
  cursor: pointer;
  border: 2px solid #ef2637;
  /* motion */
  position: relative;
  z-index: 1;
  font-size: 1.16667rem;
}

@supports (-webkit-background-clip: text) and (-webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, 178px 2px, 178px 58px, 2px 58px, 2px 100%, 100% 100%, 100% 0%, 0% 0%)) {
  .member-spotlight-button {
    border: none;
  }
}

@supports (-webkit-background-clip: text) and (-webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, 178px 2px, 178px 58px, 2px 58px, 2px 100%, 100% 100%, 100% 0%, 0% 0%)) {
  .member-spotlight-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(120deg, #ef2637, #ffb71b, #ef2637);
    background-size: 400% 400%;
    opacity: 1;
    -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, 178px 2px, 178px 58px, 2px 58px, 2px 100%, 100% 100%, 100% 0%, 0% 0%);
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
  }
}

.member-spotlight-button.disable-button-animation {
  border: 3px solid #ef2637;
}

.member-spotlight-button.disable-button-animation span {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #ef2637;
  background: transparent;
}

.member-spotlight-button.disable-button-animation:after {
  content: none;
}

.member-spotlight-button > span {
  display: block;
  color: #ef2637;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .member-spotlight-button > span {
    background: linear-gradient(120deg, #ef2637, #ffb71b, #ef2637);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .member-spotlight-button:hover:after {
    animation: gradient-spotlightButton 3s ease-in-out infinite, border-spotlightButton 1s ease-in-out reverse;
    opacity: 1;
  }
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .member-spotlight-button:hover > span {
    -webkit-animation: gradient-spotlightButton 3s ease-in-out infinite;
    animation: gradient-spotlightButton 3s ease-in-out infinite;
  }
}

@-webkit-keyframes gradient-spotlightButton {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}

@keyframes gradient-spotlightButton {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}

@-webkit-keyframes border-spotlightButton {
  0% {
    -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, 178px 2px, 178px 58px, 2px 58px, 2px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  25% {
    -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, 178px 2px, 178px 58px, 178px 58px, 178px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  50% {
    -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, 178px 2px, 178px 2px, 178px 2px, 178px 2px, 178px 2px, 100% 0%, 0% 0%);
  }
  75% {
    -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, 2px 2px, 2px 2px, 2px 2px, 2px 2px, 2px 2px, 2px 0%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 100%, 2px 100%, 2px 100%, 2px 100%, 2px 100%, 2px 100%, 2px 100%, 0% 100%);
  }
}

@keyframes border-spotlightButton {
  0% {
    -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, 178px 2px, 178px 58px, 2px 58px, 2px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  25% {
    -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, 178px 2px, 178px 58px, 178px 58px, 178px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  50% {
    -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, 178px 2px, 178px 2px, 178px 2px, 178px 2px, 178px 2px, 100% 0%, 0% 0%);
  }
  75% {
    -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 2px, 2px 2px, 2px 2px, 2px 2px, 2px 2px, 2px 2px, 2px 0%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 2px 100%, 2px 100%, 2px 100%, 2px 100%, 2px 100%, 2px 100%, 2px 100%, 2px 100%, 0% 100%);
  }
}

#member-spotlight-con .flickity-button.flickity-prev-next-button {
  height: 100%;
  border-radius: 0;
  background: #f8f9fb;
  -webkit-transition: background .35s ease;
  transition: background .35s ease;
  width: 45px;
}

@media (min-width: 1024px) {
  #member-spotlight-con .flickity-button.flickity-prev-next-button {
    width: 160px;
  }
}

#member-spotlight-con .flickity-button.flickity-prev-next-button:hover {
  background: #f4f3f3;
}

#member-spotlight-con .flickity-button.flickity-prev-next-button.next {
  right: -45px;
}

@media (min-width: 1024px) {
  #member-spotlight-con .flickity-button.flickity-prev-next-button.next {
    right: -160px;
  }
}

#member-spotlight-con .flickity-button.flickity-prev-next-button.previous {
  left: -45px;
}

@media (min-width: 1024px) {
  #member-spotlight-con .flickity-button.flickity-prev-next-button.previous {
    left: -160px;
  }
}

#member-spotlight-con .flickity-button.flickity-prev-next-button .flickity-button-icon {
  fill: #a69fa0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
}

@media (min-width: 1024px) {
  #member-spotlight-con .flickity-button.flickity-prev-next-button .flickity-button-icon {
    width: 40px;
  }
}

.team-con {
  width: 100%;
  background: #fff;
}

.team-con .clear-float {
  display: none;
}

@media (min-width: 1024px) {
  .team-con.lt-four .team-con-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.team-con-inner {
  max-width: 1680px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .team-con-inner {
    padding: 60px;
  }
}

@media (min-width: 1024px) {
  .team-con-inner {
    padding: 90px;
  }
}

.team-con-header {
  text-align: center;
  background: #fff;
  padding: 1px;
}

.team-con-header h1 {
  display: inline-block;
  margin: 30px 0 0;
  padding: 0 30px;
}

@media (min-width: 768px) {
  .team-con-header h1 {
    margin: 60px 0 0;
  }
}

@media (min-width: 1024px) {
  .team-con-header h1 {
    margin: 90px 0 0;
  }
}

.team_member {
  margin: 20px auto;
  width: calc(100% - 20px);
  max-width: 320px;
}

.team_member .image {
  position: relative;
  line-height: 0;
  display: block;
  border-radius: 3px;
  overflow: hidden;
}

.team_member .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 115.12027%;
}

.team_member .image img {
  position: absolute;
  top: 0;
  right: 0;
}

.team_member .image .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.team_member img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.team_member .member-wrap {
  display: block;
  position: relative;
  color: #fff;
}

.team_member .member-wrap a {
  color: #fff;
}

.team_member .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 20px;
  padding-bottom: 1rem;
  text-align: left;
}

.team_member .overlay-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.35);
}

.team_member .overlay-wrap .title {
  font-size: 1rem;
  font-weight: 800;
}

.team_member .overlay-wrap .desc,
.team_member .overlay-wrap .social,
.team_member .overlay-wrap .contact {
  font-size: 0.75rem;
}

.team_member .overlay-wrap .contact a {
  display: block;
}

.team_member .caption {
  display: none;
  text-align: center;
  font-size: 0.915rem;
  margin: 0.5rem 1rem;
}

@media (min-width: 1024px) {
  .team_member .caption {
    font-size: 1rem;
  }
}

.team_member .contact {
  margin-top: 15px;
}

.team_member .phone {
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .team_member .phone {
    font-size: 1.125rem;
  }
}

.team_member .phone:before {
  content: '\f3cd';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 0 5px 0 0;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}

@media (min-width: 1024px) {
  .team_member .phone:before {
    font-size: 1.25rem;
  }
}

.team_member .email {
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .team_member .email {
    font-size: 1.125rem;
  }
}

.team_member .email:before {
  content: '@';
  font-weight: bold;
  margin: 0 5px 0 0;
  font-size: 1.33333rem;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}

@media (min-width: 1024px) {
  .team_member .email:before {
    font-size: 1.66667rem;
  }
}

@media (min-width: 768px) {
  .team_member {
    margin: 0;
    padding: 20px 7px;
    width: 33.333333%;
    max-width: 33.33333%;
  }
  .team_member .overlay-wrap {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .team_member .overlay-wrap .title {
    font-size: 1.25rem;
  }
  .team_member .overlay-wrap .desc {
    font-size: 1rem;
  }
  .team_member:hover .overlay-wrap, .team_member:focus .overlay-wrap {
    display: block;
  }
  .team_member .caption {
    display: block;
  }
}

@media (min-width: 1280px) {
  .team_member {
    padding: 20px 10px;
    width: 25%;
    max-width: 25%;
  }
}

.acc-referbsns .form_content > div {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .acc-referbsns .form_content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.acc-referbsns .form_content > div > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.menu-component {
	position: relative;
	display: inline-block;
}

.menu-component .menu-items {
	position: absolute;
	top: 1.5em;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.menu-component li.menu {
	position: relative;
	margin: 0;
	padding: 0;
}

.menu-component li.menu ul.menu-items {
	top: 0;
	left: 100%; /* Override if necessary based on position on page */
}

.menu-component .menu a.menu-item,
.menu-component .menu span.menu-item {
	display: block;
	width: 10em;
	color: #000;
	text-decoration: none;
	padding: 4px .5em;
	margin: 0;
}

.menu-component .menu a.menu-item:hover {
	background-color: #aaa;
}

.menu-component .menu span.menu-item {
	color: #666;
}

.menu-component .parent-menu > a.menu-item {
	background-image: url(/_resources/all/docroot/miwt/component/images/menu-expand.gif);
	background-position: right 2px center;
	background-repeat: no-repeat;
}

.menu-component ul {
	display: none;
}

.menu-component.active > ul,
.menu-component.active li:hover > ul {
	display: block;
}
div.window {
	background-color: #eee;
	border-style: ridge;
	border-color: ThreeDLightShadow ThreeDDarkShadow ThreeDDarkShadow ThreeDLightShadow;
	border-width: 1px 2px 2px 1px;
	padding: 2px;
}

.titlebar_row td {
	height: 1.2em;
}

td.activewindowtitle {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

td.windowbuttons {
	color: ButtonText;
	margin: 0;
	font-size: .8em;
	text-align: right;
}

td.inactivewindowtitle {
	background-color: InactiveCaption;
	font-weight: bold;
	color: InactiveCaptionText;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

div.windowcontent {
	color: WindowText;
	background-color: #fafcff;
	border: 1px outset #777;
	overflow: auto;
	position: absolute;
	top: 1.75em; /* Needs to be >= titlebar height + padding, etc */
	bottom: 2px;
	left: 2px;
	right: 2px;
}

.windowresize_sw,
.windowresize_se,
.windowresize_nw,
.windowresize_ne {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
	cursor: ne-resize;
}

.windowresize_sw {
	cursor: sw-resize;
}

.windowresize_se {
	cursor: se-resize;
}

.windowresize_nw {
	cursor: nw-resize;
}

/* OptionDialog. */
table.OptionDialogButtons,
table.OptionDialog {
	margin: 0 auto;
}

/* Progress Dialog. */
.miwt-ajax-progress {
	padding: 16px;
	min-width: 200px;
	min-height: 85px;
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	z-index: 10001;

	position: absolute;
	top: 100px;
	left: 100px;
	font-family: Arial, Verdana, sans-serif;
	color:#555;
}
.miwt-ajax-progress progress {
	margin-top: 16px;
	width: 100%;
}

a[disabled] {
	color: gray;
	text-decoration: none;
}.dnd-feedback
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
 
.dnd-dropactive
{

}

div.dropoptions
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
.miwt-table button.configure,
.miwt-tree button.configure {
	width: 16px;
	height: 16px;
	padding-left: 16px;
	text-indent: -1000em;
	overflow: hidden;
	border: none;
	background: transparent url(/_resources/all/docroot/miwt/component/images/cog-16x16.png) no-repeat center;
	vertical-align: text-top;
}

.miwt-config-wrapper {
	padding: 0;
	border: 1px solid #e7e7e7;
}

.miwt-config {
	min-width: 250px;
}

.miwt-config ul {
	list-style: none;
	padding: 0 15px 0 0;
	margin: 0;
}

.miwt-config ul li {
	margin-bottom: 4px;
}

.miwt-config ul li input[type="checkbox"] {
	margin-right: 4px;
}

.miwt-config-option {
	margin-bottom: .75rem;
}

.miwt-config-option-label {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 15px 6px;
	background: #e7e7e7;
}

.miwt-config-option-value {
	margin: 0 0 0 1rem;
}

.miwt-config-actions {
	float: right;
	padding: 2px 0;
}

.miwt-select-all-rows,
.miwt-clear-row-selection {
	display: none;
}

.miwt-select-visible .miwt-select-all-rows {
	display: table-row-group;
}

.miwt-select-model .miwt-clear-row-selection {
	display: table-row-group;
}

.miwt-select-all-rows .selection-action,
.miwt-clear-row-selection .selection-action {
	cursor: pointer;
	text-decoration: underline;
}
/*
 * Copyright (c) Interactive Information R & D (I2RD) LLC.
 * All Rights Reserved.
 *
 * This software is confidential and proprietary information of
 * I2RD LLC ("Confidential Information"). You shall not disclose
 * such Confidential Information and shall use it only in
 * accordance with the terms of the license agreement you entered
 * into with I2RD.
 */

.miwt-prompt {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	outline: 0;
}

.miwt-prompt .prompt-dialog {
	position: relative;
	width: auto;
	margin: 30px auto;
	max-width: 600px;
}

.miwt-prompt .prompt-content {
	position: relative;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
	background-color: #fff;
}

.miwt-prompt .prompt-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.miwt-prompt .prompt-header:after {
	content: "";
	display: table;
	clear: both;
}

.miwt-prompt .prompt-title {
	margin: 0;
	line-height: 1.5;
}

.miwt-prompt .prompt-body {
	position: relative;
	padding: 15px;
}

.miwt-prompt .prompt-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.miwt-prompt .prompt-footer:after {
	content: "";
	display: table;
	clear: both;
}

.miwt-prompt-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: .5;
}/* 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;
}
