.pt-nav {
  padding-top: 75px; }

.pt-nav-secondary {
  padding-top: calc(75px + 57.008px); }

.nav-active {
  overflow: hidden;
  height: 100vh; }
  .nav-active::before {
    background: rgba(78, 84, 104, 0.4);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1; }

[id^=newnav-] {
  line-height: 28px;
  /* Sets up a 12 column grid with equal width columns. Use on grid container. */ }
  [id^=newnav-] * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; }
  [id^=newnav-] a,
  [id^=newnav-] article,
  [id^=newnav-] body,
  [id^=newnav-] code,
  [id^=newnav-] dd,
  [id^=newnav-] div,
  [id^=newnav-] dl,
  [id^=newnav-] dt,
  [id^=newnav-] fieldset,
  [id^=newnav-] footer,
  [id^=newnav-] form,
  [id^=newnav-] h1,
  [id^=newnav-] h2,
  [id^=newnav-] h3,
  [id^=newnav-] h4,
  [id^=newnav-] h5,
  [id^=newnav-] h6,
  [id^=newnav-] header,
  [id^=newnav-] html,
  [id^=newnav-] legend,
  [id^=newnav-] li,
  [id^=newnav-] main,
  [id^=newnav-] ol,
  [id^=newnav-] p,
  [id^=newnav-] pre,
  [id^=newnav-] section,
  [id^=newnav-] table,
  [id^=newnav-] td,
  [id^=newnav-] textarea,
  [id^=newnav-] th,
  [id^=newnav-] tr,
  [id^=newnav-] ul,
  [id^=newnav-] [type='email'],
  [id^=newnav-] [type='number'],
  [id^=newnav-] [type='password'],
  [id^=newnav-] [type='tel'],
  [id^=newnav-] [type='text'],
  [id^=newnav-] [type='url'],
  [id^=newnav-] .border-box {
    box-sizing: border-box; }
  [id^=newnav-] .rarr {
    content: "";
    display: inline-block;
    height: 0;
    transition: 0.3s cubic-bezier(0.75, 0, 0.25, 1.25);
    vertical-align: 1px;
    width: 0;
    position: relative;
    transform: translateX(2px);
    will-change: transform;
    border-top-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 4px 0 4px 4px; }
  [id^=newnav-] .hover-rarr:hover .rarr {
    transform: translateX(4px) !important; }
  [id^=newnav-] .none {
    display: none; }
  [id^=newnav-] .inline-block {
    display: inline-block; }
  [id^=newnav-] .ocean {
    color: #356ae6; }
  [id^=newnav-] .slate-40 {
    color: #ced3e0; }
  [id^=newnav-] .slate-60 {
    color: #9298ad; }
  [id^=newnav-] .slate-120 {
    color: #1f2129; }
  [id^=newnav-] .white {
    color: #fff; }
  [id^=newnav-] .bg-ocean-20 {
    background-color: #fafbff; }
  [id^=newnav-] .bg-mint {
    background-color: #19cca3; }
  [id^=newnav-] .bg-slate {
    background-color: #4e5468; }
  [id^=newnav-] .bg-transparent {
    background-color: rgba(255, 255, 255, 0); }
  [id^=newnav-] .hover-white:hover,
  [id^=newnav-] .hover-white:focus {
    color: #fff; }
  [id^=newnav-] .fw-500 {
    font-weight: 500; }
  [id^=newnav-] .fw-700 {
    font-weight: 700; }
  [id^=newnav-] .inline-block {
    display: inline-block; }
  [id^=newnav-] .m-0 {
    margin: 0; }
  [id^=newnav-] .mx-auto {
    margin-left: auto;
    margin-right: auto; }
  [id^=newnav-] .mx-4 {
    margin-left: 16px;
    margin-right: 16px; }
  [id^=newnav-] .mb-1 {
    margin-bottom: 4px; }
  [id^=newnav-] .mb-4 {
    margin-bottom: 16px; }
  [id^=newnav-] .mr-4 {
    margin-right: 16px; }
  [id^=newnav-] .mr-8 {
    margin-right: 32px; }
  [id^=newnav-] .ml-1 {
    margin-left: 4px; }
  [id^=newnav-] .p-0 {
    padding: 0; }
  [id^=newnav-] .pr-2 {
    padding-right: 8px; }
  [id^=newnav-] .p-4 {
    padding: 16px; }
  [id^=newnav-] .pb-4 {
    padding-bottom: 16px; }
  [id^=newnav-] .px-4 {
    padding-left: 16px;
    padding-right: 16px; }
  [id^=newnav-] .py-1 {
    padding-top: 4px;
    padding-bottom: 4px; }
  [id^=newnav-] .py-2 {
    padding-top: 8px;
    padding-bottom: 8px; }
  [id^=newnav-] .px-2 {
    padding-left: 8px;
    padding-right: 8px; }
  [id^=newnav-] .pt-1 {
    padding-top: 4px; }
  [id^=newnav-] .pt-10 {
    padding-top: 64px; }
  [id^=newnav-] .bt {
    border-top-style: solid; }
  [id^=newnav-] .bw-1 {
    border-width: 1px; }
  [id^=newnav-] .bc-ocean {
    border-color: #356ae6; }
  [id^=newnav-] .bc-ocean-40 {
    border-color: #e3ebfc; }
  [id^=newnav-] .bc-slate-80 {
    border-color: #5f667e; }
  [id^=newnav-] .br-1 {
    border-radius: 04px; }
  [id^=newnav-] .br-left-1 {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  [id^=newnav-] .br-right-1 {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  [id^=newnav-] .bs-none {
    border-style: none; }
  [id^=newnav-] .px-8 {
    padding-left: 32px;
    padding-right: 32px; }
  [id^=newnav-] .py-5 {
    padding-top: 20px;
    padding-bottom: 20px; }
  [id^=newnav-] .dim {
    opacity: 1;
    transition: opacity 300ms ease-in; }
  [id^=newnav-] .list {
    list-style: none; }
  [id^=newnav-] .title {
    font-family: "Poppins", "Avenir", "Avenir Next", "Futura", helvetica, arial, sans-serif; }
  [id^=newnav-] .body {
    font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif; }
  [id^=newnav-] .fs-1 {
    font-size: 10px; }
  [id^=newnav-] .fs-2 {
    font-size: 12px; }
  [id^=newnav-] .fs-3 {
    font-size: 14px; }
  [id^=newnav-] .fs-4 {
    font-size: 16px; }
  [id^=newnav-] .lh-1 {
    line-height: 12px; }
  [id^=newnav-] .lh-2 {
    line-height: 16px; }
  [id^=newnav-] .lh-4 {
    line-height: 24px; }
  [id^=newnav-] .td-none {
    text-decoration: none; }
  [id^=newnav-] .tt-upper {
    text-transform: uppercase; }
  [id^=newnav-] .ls {
    letter-spacing: 0.1rem; }
  [id^=newnav-] .w-100 {
    width: 100%; }
  [id^=newnav-] .mw-64 {
    max-width: 1024px; }
  [id^=newnav-] .link {
    text-decoration: none;
    transition: color 300ms ease-in; }
  [id^=newnav-] .link:link,
  [id^=newnav-] .link:visited {
    transition: color 300ms ease-in; }
  [id^=newnav-] .link:hover {
    transition: color 300ms ease-in; }
  [id^=newnav-] .link:active {
    transition: color 300ms ease-in; }
  [id^=newnav-] .link:focus {
    transition: color 300ms ease-in;
    outline: 0.0625rem dotted currentColor; }
  [id^=newnav-] .flex {
    display: flex; }
  [id^=newnav-] .flex-auto {
    flex: auto; }
  [id^=newnav-] .flex-shrink-0 {
    flex-shrink: 0; }
  [id^=newnav-] .jc-center {
    justify-content: center; }
  [id^=newnav-] .ai-center {
    align-items: center; }
  [id^=newnav-] .order-2 {
    order: 2; }
  [id^=newnav-] .pointer:hover {
    cursor: pointer; }
  [id^=newnav-] .icon {
    display: inline-block;
    height: 16px;
    position: relative; }
  [id^=newnav-] .icon-xs {
    display: inline-block;
    height: 16px;
    width: 16px; }
  [id^=newnav-] .icon-xs img,
  [id^=newnav-] .icon-xs svg {
    display: block;
    height: 100%;
    width: 100%; }
  [id^=newnav-] .icon-xs img {
    object-fit: contain;
    object-position: bottom; }
  [id^=newnav-] .icon-s {
    display: inline-block;
    height: 32px;
    width: 32px; }
  [id^=newnav-] .icon-s img,
  [id^=newnav-] .icon-s svg {
    display: block;
    height: 100%;
    width: 100%; }
  [id^=newnav-] .icon-s img {
    object-fit: contain;
    object-position: bottom; }
  [id^=newnav-] .lead-in-1 {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.6px; }
  [id^=newnav-] .lead-in-2 {
    color: #1f2129;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.7px; }
  [id^=newnav-] .hover-link-border {
    position: relative; }
    [id^=newnav-] .hover-link-border::after {
      border-bottom: 2px solid;
      border-color: rgba(255, 255, 255, 0);
      bottom: 0;
      content: '';
      display: block;
      height: auto;
      left: 0;
      right: 0;
      opacity: 0;
      position: absolute;
      transition: 300ms cubic-bezier(0.75, 0, 0.25, 1.25);
      will-change: border-color, opacity, transform; }
    [id^=newnav-] .hover-link-border:hover:after, [id^=newnav-] .hover-link-border:focus:after {
      border-color: inherit;
      opacity: 1;
      transform: translateY(4px); }
  [id^=newnav-] .button-reset,
  [id^=newnav-] .input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; }
  [id^=newnav-] :focus {
    outline: none; }
  [id^=newnav-] .button-reset::-moz-focus-inner,
  [id^=newnav-] .input-reset::-moz-focus-inner {
    border: 0;
    margin: 0;
    padding: 0; }
  [id^=newnav-] ::placeholder {
    color: #9298ad; }
  [id^=newnav-] :-ms-input-placeholder {
    color: #9298ad !important; }
  [id^=newnav-] input,
  [id^=newnav-] button {
    font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif;
    font-size: 14px; }
  [id^=newnav-] input {
    font-weight: 500;
    color: #1f2129;
    transition: 300ms cubic-bezier(0.75, 0, 0.25, 1.25); }
  [id^=newnav-] .search-form .form-group,
  [id^=newnav-] .search-form button {
    background-color: #5f667e;
    transition: 300ms cubic-bezier(0.75, 0, 0.25, 1.25); }
  [id^=newnav-] .search-form input {
    color: #fff; }
  [id^=newnav-] .search-form:focus-within .form-group {
    background-color: #fff; }
  [id^=newnav-] .search-form:focus-within input {
    color: #1f2129; }
  [id^=newnav-] .search-form:focus-within button {
    background-color: #356ae6;
    color: #fff; }
  [id^=newnav-] .focus-border {
    box-shadow: 0 0 0 0 #f7f9ff;
    transition: all 0.2s ease; }
  [id^=newnav-] .focus-border:focus {
    box-shadow: 0 0 0 0.4rem #f7f9ff; }
  [id^=newnav-] .grid {
    display: flex;
    flex-wrap: wrap; }
  @supports (display: grid) {
    [id^=newnav-] .grid {
      display: grid; } }
  [id^=newnav-] .g-cols {
    grid-template-columns: repeat(12, 1fr); }
  [id^=newnav-] .g-col-6 {
    width: 50%; }
  @supports (display: grid) {
    [id^=newnav-] .g-col-6 {
      width: auto;
      grid-column-end: span 6; } }
  [id^=newnav-] .gap-s > * {
    padding-right: 1rem; }
  @supports (display: grid) {
    [id^=newnav-] .gap-s {
      grid-gap: 1rem;
      gap: 1rem; }
    [id^=newnav-] .gap-s > * {
      padding-right: 0; } }
  @media screen and (min-width: 480px) {
    [id^=newnav-] .s--g-col-4 {
      width: 33.3333333333%; }
    @supports (display: grid) {
      [id^=newnav-] .s--g-col-4 {
        width: auto;
        grid-column-end: span 4; } }
    [id^=newnav-] .s--flex {
      display: flex; }
    [id^=newnav-] .s--ai-center {
      align-items: center; }
    [id^=newnav-] .s--jc-flex-end {
      justify-content: flex-end; }
    [id^=newnav-] .s--jc-flex-start {
      justify-content: flex-start; }
    [id^=newnav-] .s--mw-20 {
      max-width: 320px; }
    [id^=newnav-] .s--ml-4 {
      margin-left: 16px; }
    [id^=newnav-] .s--mb-0 {
      margin-bottom: 0; }
    [id^=newnav-] .s--order-0 {
      order: 0; }
    [id^=newnav-] .s--order-2 {
      order: 2; } }
  @media screen and (min-width: 720px) {
    [id^=newnav-] .m--g-col-3 {
      width: 25%; }
    @supports (display: grid) {
      [id^=newnav-] .m--g-col-3 {
        width: auto;
        grid-column-end: span 3; } }
    [id^=newnav-] .m--g-row-2 {
      grid-row-end: span 2; } }
  @media screen and (min-width: 960px) {
    [id^=newnav-] .l--g-col-2 {
      width: 16.6666666667%; }
    @supports (display: grid) {
      [id^=newnav-] .l--g-col-2 {
        width: auto;
        grid-column-end: span 2; } }
    [id^=newnav-] .l--g-row-1 {
      grid-row-end: span 1; } }

.bg-slate {
  background-color: #4e5468; }

.pb-10 {
  padding-bottom: 64px; }

@media screen and (min-width: 1128px) {
  .xl--pb-0 {
    padding-bottom: 0; } }
[id^=newnav-].nav-global,
[id^=newnav-] .nav-content-container,
[id^=newnav-] .nav-logo-container,
[id^=newnav-] .nav-toggle-container {
  box-sizing: border-box;
  display: flex; }

[id^=newnav-].nav-global {
  background-color: #356ae6;
  box-sizing: border-box;
  font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif;
  font-size: 18px;
  justify-content: space-between;
  left: 0;
  line-height: 28px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 99; }
  [id^=newnav-].nav-global.scrolled {
    transition: top 300ms; }
    > .nav-active [id^=newnav-].nav-global.scrolled {
      background-color: rgba(255, 255, 255, 0); }
  @media screen and (max-width: 980px) {
    [id^=newnav-].nav-global {
      position: fixed; } }

.nav-content-container,
.nav-toggle-container {
  height: 75px; }

.nav-logo-container,
.nav-toggle-container {
  align-items: center;
  padding: 0 16px; }

.nav-logo,
.nav-toggle {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  line-height: 1; }

.nav-content-container {
  flex-direction: column;
  flex-grow: 1;
  max-width: 320px; }
  .nav-active .nav-content-container {
    background: #fff;
    height: 100vh; }
  @media screen and (min-width: 832px) {
    .nav-content-container {
      flex-direction: row;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 1114px; } }

.nav-logo-container {
  flex-shrink: 0;
  height: 75px; }
  .nav-active .nav-logo-container {
    border-bottom: 1px solid #e3ebfc; }

.nav-logo {
  fill: #fff;
  width: 200px; }
  .nav-logo svg {
    max-width: 100%; }
  .nav-active .nav-logo {
    fill: #356ae6; }

.nav-list-container {
  max-height: 0;
  overflow: hidden; }
  .nav-active .nav-list-container {
    max-height: none;
    overflow-y: scroll; }
  @media screen and (min-width: 832px) {
    .nav-list-container {
      max-height: none;
      overflow: visible; } }

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0 16px; }
  @media screen and (min-width: 832px) {
    .nav-list {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: end; } }

.nav-list-item {
  font-weight: 500; }
  .nav-list-item.dropdown-active {
    background: #fff;
    height: 100vh;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 320px;
    z-index: 1; }

[id^=newnav-] .link-text {
  color: #356ae6; }
  @media screen and (min-width: 832px) {
    [id^=newnav-] .link-text {
      color: #4e5468;
      display: inline-block;
      position: relative; } }

.link-text {
  box-sizing: border-box;
  color: #356ae6;
  cursor: pointer;
  display: inline-block;
  padding: 16px 0;
  text-decoration: none; }
  .link-text:hover, .link-text:focus {
    text-decoration: underline; }
  @media screen and (min-width: 832px) {
    .link-text {
      color: #4e5468;
      display: inline-block;
      position: relative; }
      .link-text::after {
        border-bottom: 2px solid;
        border-color: rgba(255, 255, 255, 0);
        bottom: 0;
        content: '';
        display: block;
        height: auto;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: 300ms ease-in;
        will-change: border-color, opacity, transform; }
      .link-text:hover, .link-text:focus {
        color: #1f2129;
        text-decoration: none; }
        .link-text:hover::after, .link-text:focus::after {
          border-color: #356ae6;
          opacity: 1;
          transform: translateY(4px); }
      [id^=newnav-] .nav-list-item > .link-text {
        color: #fff;
        flex: 1;
        font-size: 14px;
        font-weight: 700;
        margin-right: 16px;
        padding: 0; }
        [id^=newnav-] .nav-list-item > .link-text:hover::after, [id^=newnav-] .nav-list-item > .link-text:focus::after {
          border-color: #fff; } }
  [id^=newnav-] .dropdown .link-text {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    [id^=newnav-] .dropdown .link-text .back-arrow {
      display: none; }
    @media screen and (min-width: 832px) {
      [id^=newnav-] .dropdown .link-text {
        display: inline-block;
        justify-content: start; }
        [id^=newnav-] .dropdown .link-text .rarr {
          margin-left: 4px;
          transform: rotate(90deg); } }
  [id^=newnav-] .dropdown-active > .link-text {
    border-bottom: 1px solid #e3ebfc;
    color: #1f2129;
    font-family: "Poppins", "Avenir", "Avenir Next", "Futura", helvetica, arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 75px;
    justify-content: flex-start; }
    [id^=newnav-] .dropdown-active > .link-text .rarr {
      display: none; }
    [id^=newnav-] .dropdown-active > .link-text .back-arrow {
      border-right: 1px solid #e3ebfc;
      display: inline-block;
      height: 75px;
      margin-right: 16px;
      padding: 0 16px; }
  [id^=newnav-] .cta .link-text {
    background-color: #19cca3;
    border-radius: 4px;
    border-style: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    padding: 8px 32px;
    text-decoration: none;
    transition: background-color 300ms ease-in; }
    [id^=newnav-] .cta .link-text:hover, [id^=newnav-] .cta .link-text:focus {
      background-color: #16bb95; }
    @media screen and (min-width: 832px) {
      [id^=newnav-] .cta .link-text {
        font-size: 14px;
        margin-right: 0;
        padding: 4px 20px; } }

@media screen and (min-width: 832px) {
  .cta > .link-text::after,
  .dropdown > .link-text::after {
    display: none; } }

@media screen and (min-width: 832px) {
  .dropdown {
    position: relative; }
    .dropdown:hover .dropdown-list-container, .dropdown:focus .dropdown-list-container {
      max-height: none;
      opacity: 1;
      pointer-events: all; } }

[id^=newnav-] .dropdown-list-container {
  max-height: 0;
  overflow: hidden; }
  @media screen and (min-width: 832px) {
    [id^=newnav-] .dropdown-list-container {
      box-shadow: 0 12px 36px 0 rgba(54, 141, 255, 0.3);
      max-height: 0;
      opacity: 0;
      overflow: visible;
      pointer-events: none;
      position: absolute;
      left: 50%;
      top: 28px;
      transform: translateX(-40%);
      transition: opacity 300ms; }
      [id^=newnav-] .dropdown-list-container aside {
        display: block;
        top: 16px;
        position: relative;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; } }
  @media screen and (min-width: 960px) {
    [id^=newnav-] .dropdown-list-container {
      transform: translateX(-50%); }
      [id^=newnav-] .dropdown-list-container::before {
        left: 49%; } }

[id^=newnav-] .dropdown-active .dropdown-list-container {
  height: calc(100% - 75px);
  max-height: none;
  overflow-y: scroll; }

[id^=newnav-] .dropdown-list {
  list-style: none;
  padding: 0 16px; }
  [id^=newnav-] .dropdown-list > li {
    padding: 0 16px; }
  [id^=newnav-] .dropdown-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  [id^=newnav-] .dropdown-list .link-text .rarr {
    display: none; }
  @media screen and (min-width: 832px) {
    [id^=newnav-] .dropdown-list {
      background-color: #fff;
      border-radius: 4px;
      display: flex;
      padding: 16px;
      position: relative;
      top: 16px;
      width: 560px; }
      [id^=newnav-] .dropdown-list ul .link-text {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
        padding: 0; }
      [id^=newnav-] .dropdown-list li {
        box-sizing: border-box;
        flex: 1 1 auto; }
      [id^=newnav-] .dropdown-list .link-text .rarr {
        display: inline-block;
        transform: rotate(0); }
      [id^=newnav-] .dropdown-list::before {
        border-style: solid;
        border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0);
        border-width: 16px;
        content: '';
        display: block;
        left: 38%;
        position: absolute;
        top: -32px;
        transform: translateX(-50%); } }
  @media screen and (min-width: 960px) {
    [id^=newnav-] .dropdown-list::before {
      left: 49%; } }

[id^=newnav-] .feature-list ul {
  display: none; }
@media screen and (min-width: 832px) {
  [id^=newnav-] .feature-list {
    flex-wrap: wrap;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    [id^=newnav-] .feature-list ul {
      display: block; }
    [id^=newnav-] .feature-list > li {
      max-width: 50%; }
    [id^=newnav-] .feature-list > li > .link-text {
      color: #356ae6;
      padding: 0;
      margin: 16px 0; }
      [id^=newnav-] .feature-list > li > .link-text:hover, [id^=newnav-] .feature-list > li > .link-text:focus {
        color: #356ae6; } }
@media screen and (min-width: 960px) {
  [id^=newnav-] .feature-list {
    width: 880px; }
    [id^=newnav-] .feature-list li {
      max-width: none; } }

@media screen and (min-width: 832px) {
  [id^=newnav-] .solution-list ul {
    display: block; } }

[id^=newnav-] .nav-toggle-container {
  position: relative; }
  @media screen and (min-width: 832px) {
    [id^=newnav-] .nav-toggle-container {
      display: none; } }

.nav-toggle {
  height: 32px;
  width: 32px; }
  .nav-toggle g {
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 4px;
    stroke: #fff; }
  .nav-toggle .top,
  .nav-toggle .middle,
  .nav-toggle .bottom {
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.75, 0, 0.25, 1.25); }
  .nav-toggle .top,
  .nav-toggle .bottom {
    transform: translate(0, 0) rotate(0deg);
    transition-property: transform; }
  .nav-toggle .top {
    transform-origin: top right; }
  .nav-toggle .bottom {
    transform-origin: bottom right; }
  .nav-toggle:hover .top {
    transform: translate(0, 7%) rotate(0deg); }
  .nav-toggle:hover .bottom {
    transform: translate(0, -7%) rotate(0deg); }
  .nav-active .nav-toggle .top {
    transform: translate(-30%, 0) rotate(-45deg); }
  .nav-active .nav-toggle .middle {
    opacity: 0; }
  .nav-active .nav-toggle .bottom {
    transform: translate(-30%, 0) rotate(45deg); }
  .nav-active .nav-toggle::after {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    content: '';
    display: block;
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px; }

#newnav-header ~ .ac_section:not(#subnav-fixed) {
  top: 75px; }
  @media screen and (max-width: 980px) {
    #newnav-header ~ .ac_section:not(#subnav-fixed) ~ main {
      margin-top: 75px; }
    #newnav-header ~ .ac_section:not(#subnav-fixed) ~ main:not(.ml-landing), #newnav-header ~ .ac_section:not(#subnav-fixed) ~ .ac_body-wrapper {
      margin-top: 124px; } }

body#chrome-page .ac_content.ac_subheader {
  margin-top: 0 !important; }

#newnav-footer {
  top: 0; }
  #newnav-footer nav {
    position: relative !important; }
  #newnav-footer h6 {
    font-weight: 700; }
