#site-nav {
  align-items: center;
  color: white;
  display: none;
  font-family: "Aleo", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  height: auto;
  justify-content: center;
  line-height: 0;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    #site-nav {
      display: flex; } }
  @media only screen and (min-width: 1152px) {
    #site-nav {
      font-size: 1.8rem; } }
  #site-nav #menu-con {
    width: 100%; }
  #site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #site-nav ul li {
      line-height: 1;
      position: relative; }
      #site-nav ul li.home-link-mob {
        display: none; }
      #site-nav ul li a {
        color: white;
        font-weight: inherit;
        font-style: normal;
        line-height: 1;
        opacity: 1;
        text-align: left;
        text-decoration: none;
        transition: all 350ms ease-out; }
  #site-nav .nav {
    align-items: center;
    color: inherit;
    display: none;
    justify-content: center; }
    @media only screen and (min-width: 1024px) {
      #site-nav .nav {
        display: flex; } }
    #site-nav .nav > li {
      color: inherit;
      display: inline-block;
      flex: 0 0 auto;
      opacity: 1;
      transition: opacity 1200ms ease-out; }
      #site-nav .nav > li:nth-child(1n) {
        transition-delay: 150ms; }
      #site-nav .nav > li:nth-child(2n) {
        transition-delay: 300ms; }
      #site-nav .nav > li:nth-child(3n) {
        transition-delay: 450ms; }
      #site-nav .nav > li:nth-child(4n) {
        transition-delay: 600ms; }
      #site-nav .nav > li:nth-child(5n) {
        transition-delay: 750ms; }
      #site-nav .nav > li:nth-child(6n) {
        transition-delay: 900ms; }
      #site-nav .nav > li:nth-child(7n) {
        transition-delay: 1050ms; }
      #site-nav .nav > li.mob-only {
        display: none; }
      #site-nav .nav > li:hover > a, #site-nav .nav > li:focus > a {
        outline: transparent; }
      #site-nav .nav > li:hover > ul, #site-nav .nav > li:focus > ul {
        left: 0;
        opacity: 0.99; }
      #site-nav .nav > li.on-page > a > span::after {
        width: 100%; }
      #site-nav .nav > li > a {
        display: inline-block;
        padding: 1.5rem;
        transition: all 350ms ease-out; }
        #site-nav .nav > li > a > span {
          border: 0;
          display: inline-block;
          padding: 1rem 0;
          position: relative; }
          #site-nav .nav > li > a > span::after {
            background-color: currentColor;
            bottom: 0;
            color: inherit;
            content: '';
            height: 0.2rem;
            left: 50%;
            position: absolute;
            transform: translateX(-50%);
            transition: width 350ms ease-out;
            width: 0; }
        #site-nav .nav > li > a:hover, #site-nav .nav > li > a:focus {
          outline: transparent; }
          #site-nav .nav > li > a:hover > span::after, #site-nav .nav > li > a:focus > span::after {
            width: 100%; }
      #site-nav .nav > li > ul {
        background: white;
        box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.2);
        color: #df1577;
        left: -9999px;
        min-width: 15rem;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        transition: 0.1s linear opacity; }
        #site-nav .nav > li > ul.show-menu {
          left: 0;
          opacity: 0.99; }
        #site-nav .nav > li > ul li {
          transition: background-color 350ms ease-out; }
          #site-nav .nav > li > ul li:hover, #site-nav .nav > li > ul li:focus {
            background: #edf4ff;
            outline: transparent; }
          #site-nav .nav > li > ul li a {
            color: inherit;
            display: inline-block;
            font-size: 0.8em;
            padding: 0.5rem 1.5rem;
            text-transform: none;
            white-space: nowrap;
            width: 100%; }
            #site-nav .nav > li > ul li a:hover, #site-nav .nav > li > ul li a:focus {
              background: #edf4ff;
              outline: transparent; }
  #site-nav.under-line .nav > li > a span {
    position: relative; }
    #site-nav.under-line .nav > li > a span::after {
      background-color: #df1577;
      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; }
  #site-nav.under-line .nav > li > a:hover span::after, #site-nav.under-line .nav > li > a:focus span::after {
    width: 100%; }
  #site-nav.under-line .nav > li.on-page > a span::after {
    width: 100%; }
  #site-nav.beside-line .nav > li > a {
    position: relative; }
    #site-nav.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; }
    #site-nav.beside-line .nav > li > a:hover span::after, #site-nav.beside-line .nav > li > a:focus span::after {
      height: 100%; }
  #site-nav.beside-line .nav > li.on-page > a span::after {
    height: 100%; }
  #site-nav.under-square #menu-con {
    height: 100%; }
    #site-nav.under-square #menu-con .nav {
      height: 100%; }
      #site-nav.under-square #menu-con .nav > li {
        height: 100%; }
        #site-nav.under-square #menu-con .nav > li > a {
          align-items: center;
          display: flex;
          height: 100%;
          overflow: hidden;
          position: relative; }
          #site-nav.under-square #menu-con .nav > li > a::after {
            background-color: #df1577;
            bottom: -50px;
            content: '';
            display: inline-block;
            height: 35px;
            left: 50%;
            position: absolute;
            transform: translate(-50%, 0) rotate(-45deg);
            transition: all 350ms ease-out;
            width: 35px;
            z-index: 0; }
          #site-nav.under-square #menu-con .nav > li > a span {
            position: relative;
            z-index: 1; }
          #site-nav.under-square #menu-con .nav > li > a:hover::after, #site-nav.under-square #menu-con .nav > li > a:focus::after {
            bottom: -25px; }
        #site-nav.under-square #menu-con .nav > li.on-page > a::after {
          bottom: -25px; }

#mobile-burger {
  cursor: pointer;
  display: inline-block;
  height: 5rem;
  outline: transparent;
  position: relative;
  transform: translateX(10px);
  width: 5rem;
  z-index: 666;
  transition: all 350ms ease-out;
  /*body.is-home & {
    .lines {
      [class*="line"] {
        background-color: white;
        @media only screen and (min-width: 620px) {
          background-color: $web-text;
        }
      }
    }
  }*/ }
  @media only screen and (min-width: 1024px) {
    #mobile-burger {
      display: none; } }
  #mobile-burger .lines {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 350ms ease-out;
    width: 100%;
    height: 100%; }
    #mobile-burger .lines [class*="line"] {
      background-color: white;
      border-radius: 3px;
      display: inline-block;
      height: 5px;
      left: 50%;
      position: absolute;
      top: 30%;
      transform-origin: center;
      transition: all 350ms ease-out;
      transform: translate(-50%, -50%);
      width: 66%;
      z-index: 100; }
    #mobile-burger .lines .line2 {
      top: 50%;
      transform: translate(-50%, -50%) scale(1);
      opacity: 1; }
    #mobile-burger .lines .line3 {
      top: 70%; }
  #mobile-burger.active .lines {
    transform: rotate(90deg); }
    #mobile-burger.active .lines .line1, #mobile-burger.active .lines .line2, #mobile-burger.active .lines .line3 {
      background-color: white;
      left: 50%;
      top: 50%; }
    #mobile-burger.active .lines .line1 {
      transform: translate(-50%, -50%) rotate(-45deg); }
    #mobile-burger.active .lines .line2 {
      transform: scale(0);
      opacity: 0; }
    #mobile-burger.active .lines .line3 {
      transform: translate(-50%, -50%) rotate(45deg); }
  #mobile-burger:hover {
    opacity: 0.9; }
  #mobile-burger:focus {
    opacity: 0.9; }
  @media only screen and (min-width: 1024px) {
    #mobile-burger.permaburger {
      display: inline-block; } }

#site-mob-nav {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  color: white;
  display: flex;
  font-family: "Aleo", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: flex-start;
  height: 100vh;
  line-height: 0;
  max-width: 476px;
  padding: 10rem 0 10px 0;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 350ms ease-out;
  width: 100%; }
  #site-mob-nav::before {
    background-color: rgba(230, 230, 230, 0.95);
    bottom: 100%;
    content: '';
    height: 50vh;
    left: 0;
    position: absolute;
    width: 150vw; }
  #site-mob-nav::after {
    background-color: rgba(230, 230, 230, 0.95);
    content: '';
    height: 100vh;
    left: 100%;
    position: absolute;
    top: 0;
    width: 50vw; }
  @media only screen and (min-width: 1024px) {
    #site-mob-nav {
      display: none; } }
  #site-mob-nav.expanded {
    right: 0; }
  #site-mob-nav #mobile-menu {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    max-width: 35rem;
    overflow: hidden;
    padding: 0 2rem;
    text-align: left;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      #site-mob-nav #mobile-menu {
        padding: 0 4rem; } }
    #site-mob-nav #mobile-menu a {
      color: inherit;
      display: inline-block;
      opacity: 1;
      outline: none;
      padding: 5px 0;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%; }
      #site-mob-nav #mobile-menu a.mob-close-menu {
        font-size: 1.5rem;
        font-weight: 500; }
      #site-mob-nav #mobile-menu a.menu-top-link {
        color: white;
        font-family: "Aleo", sans-serif;
        font-size: 2.4rem;
        font-weight: 400; }
      #site-mob-nav #mobile-menu a:hover, #site-mob-nav #mobile-menu a:focus {
        opacity: 0.7; }
    #site-mob-nav #mobile-menu li {
      border-bottom: 0.2rem dashed white;
      padding: 0.3rem 0;
      display: inline-block;
      width: 100%; }
      #site-mob-nav #mobile-menu li:first-child {
        border-top: 0.2rem dashed white; }
      #site-mob-nav #mobile-menu li.menu-top {
        align-items: center;
        border-bottom: 1px solid #d0d0d0;
        display: flex;
        margin-bottom: 5px;
        padding-bottom: 5px; }
        #site-mob-nav #mobile-menu li.menu-top .menu-top-link {
          margin: 0 0 0 auto; }
    #site-mob-nav #mobile-menu ul {
      align-items: flex-end;
      background-color: rgba(230, 230, 230, 0.95);
      box-shadow: -3px 0 7px rgba(0, 0, 0, 0.3);
      display: flex;
      flex-direction: column;
      margin: 0;
      min-height: calc(100vh - 10rem);
      padding: 1rem 2rem;
      position: absolute;
      right: -100%;
      top: 10rem;
      transition: all 350ms ease-out;
      visibility: hidden;
      width: 100%; }
      #site-mob-nav #mobile-menu ul.open {
        right: 0;
        visibility: visible; }
  @media only screen and (min-width: 1024px) {
    #site-mob-nav.permaburger {
      display: flex; } }

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