    @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');

    @font-face {
            font-family: wf_9b077aa8768f43d597f305657;
            src: url("https://static.wixstatic.com/ufonts/6e1951_9b077aa8768f43d597f305657c8989f9/woff2/file.woff2") format("woff2"),
            url("https://static.wixstatic.com/ufonts/6e1951_9b077aa8768f43d597f305657c8989f9/woff/file.woff") format("woff"),
            url("https://static.wixstatic.com/ufonts/6e1951_9b077aa8768f43d597f305657c8989f9/ttf/file.ttf") format("ttf");
            }

    html {
        font-family: wf_9b077aa8768f43d597f305657, 'Open Sans', sans-serif;
    }

    body {
        margin: 0 auto !important;
        background: #0c0F1F;
        position: relative;
    }
    ::-webkit-scrollbar {
        width: 0px;
        background: transparent;
        -webkit-appearance: none;
        display: none;
    }

    .nova-graphic{
      height: 100%;
      width: 200px;
      position: fixed;
      right: 0;
    }

    .nova-graphic .img{
      width: 100%;
    }

    .nova-graphic .nova-filler{
      height:1000px;
      background-color: #d12a7e;
      margin-top: -10px;
    }

    .nova-logo{
      position: fixed;
      max-width: 150px;
      left: 20px;
      bottom: 20px;
    }

    @media only screen and (max-width: 1023px) {
        .nova-graphic {
            display:none;
        }

        .nova-logo{
          display: none;
        }
    }

    p {
        padding: 0 20px;
        line-height: 1.7;
        color: black;
    }
    p:last-of-type {
        margin-bottom: 0;
    }
    .article-container {
        background: #fff;
        margin: 0 auto;
    }
    @media only screen and (min-width: 667px) {
        .article-container {
            width: 400px;
        }
    }
    .plr-social-post {
        padding: 0px 10px;
        z-index: 1;
    }
    #mv-preview-outer{
        display: none;
    }
    .header {
          border-bottom: 1px solid #d2d2d2;
          z-index: 2;
          height: auto;
          min-height: 45px;
          text-align: center;
          padding: 5px 10px;
          position: -webkit-sticky;
          position: sticky;
          top: 0;
          background-color: #060070
        ;
      }
      .hamburger {
        width: 32px;
        height: 25px;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        position: absolute;
      }
      .hamburger:hover {
        cursor: pointer;
      }
      .polar-logo {
        height: 45px;
        width: 120px;
        text-align: center;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
      }
      .navMenu {
        display: none;
        width: 400px;
        z-index: 49;
        overflow-x: hidden;
        background-color: white;
        position: -webkit-sticky;
        position: sticky;
        top: 56px;
        border-bottom: 1px solid #d2d2d2;
      }
    .navList {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .navList li {
      padding: 6px 10px;
      cursor: pointer;
    }
    .navList li:hover {
      background-color: #d2d2d2
    }
    .navList li a {
      display: inline-block;
      text-decoration: none;
      color: black;
      width: 100%;
    }
    .navList li a:visited {
      color: black;
    }
    img {
        width: 100%;
    }
    .title {
        padding: 0 16px;
        font-weight: bold;
        line-height: 120%;
    }
    .title-desc {
        font-size: 14px;
        color: #8e8e8e;
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .divider {
        width: 100%;
        height: 12px;
        border-bottom: 1px solid black;
        text-align: center;
    }
    .dividerTitle {
        background-color: white;
        padding: 0 10px;
        font-weight: bold;
    }
    .disclosure {
        font-family: arial;
        margin: 0 0 0 3px;
        color: grey;
        text-transform: uppercase;
        font-size: 12px;
        text-align: left;
        height:20px;
        /* Center Align Disclosure */
        text-align: center;
    }
