.maf-acc-menu {
  height: 100%;
  width: 100%; }
  .maf-acc-menu .mobile-burger {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    outline: transparent;
    position: relative;
    width: 40px;
    z-index: 666;
    transition: all 350ms ease-out; }
    @media only screen and (min-width: 1024px) {
      .maf-acc-menu .mobile-burger {
        display: none; } }
    .maf-acc-menu .mobile-burger .lines {
      position: absolute;
      left: 0;
      top: 0;
      transition: all 350ms ease-out;
      width: 100%;
      height: 100%; }
      .maf-acc-menu .mobile-burger .lines [class*="line"] {
        background-color: #33384c;
        border-radius: 3px;
        display: inline-block;
        height: 4px;
        left: 50%;
        position: absolute;
        top: 30%;
        transform-origin: center;
        transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transform: translate(-50%, -50%);
        width: 66%;
        z-index: 100; }
      .maf-acc-menu .mobile-burger .lines .line2 {
        top: 50%;
        transform: translate(-50%, -50%) scale(1);
        opacity: 1; }
      .maf-acc-menu .mobile-burger .lines .line3 {
        top: 70%; }
    .maf-acc-menu .mobile-burger.active .lines {
      transform: rotate(90deg); }
      .maf-acc-menu .mobile-burger.active .lines .line1, .maf-acc-menu .mobile-burger.active .lines .line2, .maf-acc-menu .mobile-burger.active .lines .line3 {
        background-color: #e85e6a;
        left: 50%;
        top: 50%; }
      .maf-acc-menu .mobile-burger.active .lines .line1 {
        transform: translate(-50%, -50%) rotate(-45deg); }
      .maf-acc-menu .mobile-burger.active .lines .line2 {
        transform: scale(0);
        opacity: 0; }
      .maf-acc-menu .mobile-burger.active .lines .line3 {
        transform: translate(-50%, -50%) rotate(45deg); }
    .maf-acc-menu .mobile-burger.active:hover .lines .line1, .maf-acc-menu .mobile-burger.active:hover .lines .line2, .maf-acc-menu .mobile-burger.active:hover .lines .line3 {
      background-color: #e85e6a; }
    .maf-acc-menu .mobile-burger:hover {
      background-color: rgba(0, 0, 0, 0.15); }
    .maf-acc-menu .mobile-burger:focus {
      background-color: rgba(0, 0, 0, 0.15); }
  .maf-acc-menu.dtop-view {
    align-items: center;
    color: #33384c;
    display: inline-flex;
    font-weight: 600;
    justify-content: flex-end;
    font-family: "proxima-nova", sans-serif;
    font-size: 1.6rem;
    width: 100%; }
    .maf-acc-menu.dtop-view #menu-con {
      width: 100%; }
    .maf-acc-menu.dtop-view ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .maf-acc-menu.dtop-view ul li {
        position: relative; }
        .maf-acc-menu.dtop-view ul li.home-link-mob {
          display: none; }
        .maf-acc-menu.dtop-view ul li a {
          color: #33384c;
          font-weight: inherit;
          opacity: 1;
          text-align: left;
          text-decoration: none;
          transition: all 350ms ease-out; }
    .maf-acc-menu.dtop-view .nav {
      align-items: center;
      color: inherit;
      display: none;
      justify-content: flex-end;
      position: relative; }
      @media only screen and (min-width: 1024px) {
        .maf-acc-menu.dtop-view .nav {
          display: flex; } }
      .maf-acc-menu.dtop-view .nav > li {
        color: inherit;
        display: inline-block;
        flex: 0 0 auto;
        opacity: 1;
        transition: opacity 700ms ease-out; }
        .maf-acc-menu.dtop-view .nav > li:nth-child(1n) {
          transition-delay: 1050ms; }
        .maf-acc-menu.dtop-view .nav > li:nth-child(2n) {
          transition-delay: 900ms; }
        .maf-acc-menu.dtop-view .nav > li:nth-child(3n) {
          transition-delay: 750ms; }
        .maf-acc-menu.dtop-view .nav > li:nth-child(4n) {
          transition-delay: 600ms; }
        .maf-acc-menu.dtop-view .nav > li:nth-child(5n) {
          transition-delay: 450ms; }
        .maf-acc-menu.dtop-view .nav > li:nth-child(6n) {
          transition-delay: 300ms; }
        .maf-acc-menu.dtop-view .nav > li:nth-child(7n) {
          transition-delay: 150ms; }
        .maf-acc-menu.dtop-view .nav > li.mob-only {
          display: none; }
        .maf-acc-menu.dtop-view .nav > li:hover > a, .maf-acc-menu.dtop-view .nav > li:focus > a {
          color: #e85e6a;
          outline: transparent; }
        .maf-acc-menu.dtop-view .nav > li:hover > ul, .maf-acc-menu.dtop-view .nav > li:focus > ul {
          left: 0;
          opacity: 0.99; }
        .maf-acc-menu.dtop-view .nav > li > a {
          display: inline-block;
          padding: 8px;
          transition: color 350ms ease-out; }
          @media only screen and (min-width: 1152px) {
            .maf-acc-menu.dtop-view .nav > li > a {
              padding: 8px 12px; } }
          .maf-acc-menu.dtop-view .nav > li > a > span {
            border: 0;
            display: inline-block;
            padding: 0; }
          .maf-acc-menu.dtop-view .nav > li > a:hover, .maf-acc-menu.dtop-view .nav > li > a:focus {
            outline: transparent; }
        .maf-acc-menu.dtop-view .nav > li > ul {
          background: white;
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
          left: -9999px;
          min-width: 150px;
          opacity: 0;
          padding: 0;
          position: absolute;
          top: 100%;
          transition: 0.1s linear opacity; }
          .maf-acc-menu.dtop-view .nav > li > ul.show-menu {
            left: 0;
            opacity: 0.99; }
          .maf-acc-menu.dtop-view .nav > li > ul li {
            transition: background-color 350ms ease-out; }
            .maf-acc-menu.dtop-view .nav > li > ul li:hover, .maf-acc-menu.dtop-view .nav > li > ul li:focus {
              background: #edf4ff;
              outline: transparent; }
            .maf-acc-menu.dtop-view .nav > li > ul li a {
              display: inline-block;
              font-size: 0.8em;
              padding: 5px 15px;
              text-transform: none;
              white-space: nowrap;
              width: 100%; }
              .maf-acc-menu.dtop-view .nav > li > ul li a:hover, .maf-acc-menu.dtop-view .nav > li > ul li a:focus {
                background: #edf4ff;
                outline: transparent; }
    .maf-acc-menu.dtop-view.under-line .nav > li > a span {
      position: relative; }
      .maf-acc-menu.dtop-view.under-line .nav > li > a span::after {
        background-color: #e85e6a;
        bottom: -5px;
        content: '';
        display: inline-block;
        height: 6px;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 0);
        transition: all 350ms ease-out;
        width: 0;
        z-index: 0; }
    .maf-acc-menu.dtop-view.under-line .nav > li > a:hover span::after, .maf-acc-menu.dtop-view.under-line .nav > li > a:focus span::after {
      width: 100%; }
    .maf-acc-menu.dtop-view.under-line .nav > li.on-page > a span::after {
      width: 100%; }
    .maf-acc-menu.dtop-view.beside-line .nav > li > a {
      position: relative; }
      .maf-acc-menu.dtop-view.beside-line .nav > li > a span::after {
        background-color: white;
        content: '';
        display: inline-block;
        height: 0;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        transition: all 350ms ease-out;
        width: 1px;
        z-index: 0; }
      .maf-acc-menu.dtop-view.beside-line .nav > li > a:hover span::after, .maf-acc-menu.dtop-view.beside-line .nav > li > a:focus span::after {
        height: 100%; }
    .maf-acc-menu.dtop-view.beside-line .nav > li.on-page > a span::after {
      height: 100%; }
  .maf-acc-menu.mob-view {
    text-align: right; }
    .maf-acc-menu.mob-view #menu-con {
      background-color: white;
      display: inline-block;
      height: 100vh;
      max-width: 380px;
      padding-top: 120px;
      padding-bottom: 10px;
      position: absolute;
      right: -100vw;
      top: 0;
      transition: right 350ms ease-out, padding-top 350ms ease-out;
      width: 100%;
      z-index: 665; }
      @media only screen and (min-width: 768px) {
        .maf-acc-menu.mob-view #menu-con {
          padding-top: 150px; } }
      .maf-acc-menu.mob-view #menu-con ul.nav {
        color: #33384c;
        display: none;
        flex-direction: column;
        font-size: 1.6rem;
        margin: 10px 0;
        max-height: calc(100vh - 120px);
        overflow-y: scroll;
        padding: 0; }
        @media only screen and (min-width: 768px) {
          .maf-acc-menu.mob-view #menu-con ul.nav {
            max-height: calc(100vh - 150px); } }
        .maf-acc-menu.mob-view #menu-con ul.nav li {
          color: inherit;
          display: inline-block; }
          .maf-acc-menu.mob-view #menu-con ul.nav li.not-link {
            padding: 3px 20px; }
          .maf-acc-menu.mob-view #menu-con ul.nav li a {
            color: inherit;
            display: inline-block;
            outline: transparent;
            padding: 3px 15px;
            text-decoration: none;
            width: auto; }
            .maf-acc-menu.mob-view #menu-con ul.nav li a span {
              padding: 5px;
              transition: background-color 350ms ease-out; }
            .maf-acc-menu.mob-view #menu-con ul.nav li a:hover span, .maf-acc-menu.mob-view #menu-con ul.nav li a:focus span {
              background-color: rgba(0, 0, 0, 0.2); }
        .maf-acc-menu.mob-view #menu-con ul.nav > li > ul {
          display: flex;
          flex-direction: column;
          margin: 0;
          padding: 0; }
          .maf-acc-menu.mob-view #menu-con ul.nav > li > ul > li a {
            padding-right: 40px; }
      .maf-acc-menu.mob-view #menu-con::before {
        background-color: white;
        content: '';
        display: block;
        height: 100%;
        left: 100%;
        position: absolute;
        top: 0;
        width: 50vw; }
    .maf-acc-menu.mob-view.expanded #menu-con {
      right: 0; }
      .maf-acc-menu.mob-view.expanded #menu-con ul.nav {
        display: flex; }

.squish .mobile-burger {
  bottom: 0; }
.squish .maf-acc-menu.mob-view #menu-con {
  padding-top: 120px; }
  .squish .maf-acc-menu.mob-view #menu-con ul.nav {
    max-height: calc(100vh - 120px); }

/*# sourceMappingURL=tvw-acc-menu.css.map */
