body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", Tahoma, sans-serif;
  *font-family: Helvetica, Arial, Tahoma, sans-serif;
  background: #005B70;
  background: radial-gradient(at center, #005B70, #003157);
  display: flex;
  color: #fff;
  font-size: 12px; }
  body .fire {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 100000; }
  body .main {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100vh; }
  body .center-ctr {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    body .center-ctr .center {
      width: 70vw;
      height: 60vh;
      position: relative;
      display: flex;
      align-items: center; }
      body .center-ctr .center .old-img {
        background-image: url("/choose-share/images/ies/old-logo-transparent.png");
        min-width: 10em;
        min-height: 10em;
        background-repeat: no-repeat;
        position: absolute;
        background-size: contain;
        left: -5em;
        top: 0; }
      body .center-ctr .center .new-img {
        background-image: url("/choose-share/images/ies/new-logo-transparent.png");
        min-width: 10em;
        min-height: 10em;
        background-repeat: no-repeat;
        position: absolute;
        background-size: contain;
        left: calc(70vw - 5em);
        top: calc(50vh - 16px);
        scale: 2; }
  body .waves {
    position: absolute;
    height: 225px;
    width: 100vw;
    top: calc(100vh - 225px);
    background: url("/choose-share/images/waves.png");
    background-size: 100vw 225px;
    z-index: 0; }
  body .footer {
    display: flex;
    z-index: 1000;
    align-self: center; }
    body .footer .links {
      flex: 1;
      display: flex;
      font-size: 1.1em;
      height: 30px;
      justify-content: space-between;
      gap: 20px;
      cursor: pointer; }
      body .footer .links div {
        text-align: center; }
      body .footer .links a {
        color: #fff;
        text-decoration: none; }
  body .header {
    display: flex;
    background: linear-gradient(90deg, #3c0e3e 14%, #071637 40%);
    box-shadow: 0 4px 9px -1px rgba(0, 0, 0, 0.75);
    height: 30px; }
@keyframes slide {
  100% {
    transform: translateX(0); } }
  body .static-banner {
    transform: translateX(-100vw);
    position: absolute;
    top: 60px;
    width: 65vw;
    padding: 10px;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 80px;
    text-align: justify;
    background: #003057db;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    animation: slide 1s forwards;
    animation-delay: 0.3s; }
    body .static-banner ion-icon {
      color: #ffb81c; }
    body .static-banner:after {
      content: "";
      position: absolute;
      right: 0px;
      border-right: 40px solid #007fa4;
      border-left: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-top: 40px solid transparent; }
    body .static-banner .content {
      display: flex;
      gap: 20px;
      align-items: center; }
    body .static-banner .img img {
      height: 30px; }
    body .static-banner .text {
      flex: 1; }
@keyframes slide {
  100% {
    transform: translateX(0); } }
@keyframes slideAndDisappear {
  0% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  body .banner {
    transform: translateX(-100vw);
    position: absolute;
    width: 65vw;
    padding: 10px;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 80px;
    text-align: justify;
    background: #003057db;
    height: 80px;
    top: 50px;
    display: flex;
    align-items: center;
    animation: slide 1s forwards;
    animation-delay: 0.3s;
    z-index: 10000; }
    body .banner.top-banner {
      width: 45vw;
      top: 10%; }
    body .banner:after {
      content: "";
      position: absolute;
      right: 0px;
      border-right: 50px solid #007fa4;
      border-left: 50px solid transparent;
      border-bottom: 50px solid transparent;
      border-top: 50px solid transparent; }
    body .banner.hide {
      display: none !important; }
    body .banner.error {
      color: #db0020;
      background-color: #fff;
      animation-name: slide, slideAndDisappear;
      animation-duration: 2000ms, 5000ms;
      animation-delay: 0ms, 4000ms;
      animation-timing-function: ease-in, ease-out;
      animation-iteration-count: 1, 1; }
      body .banner.error:after {
        display: none; }
    body .banner .rect {
      position: absolute;
      width: 14px;
      height: 80px;
      top: -40px;
      left: 8px;
      background: #dfe1e1; }
      body .banner .rect.blue {
        top: -60px;
        left: 30px;
        background: #007fa3; }
    body .banner .content strong {
      margin-right: 10px; }
    body .banner .content a {
      color: #fff;
      cursor: pointer; }
    body .banner .content div {
      margin-top: 5px; }
  body .error-banner {
    position: absolute;
    width: 50vw;
    padding: 10px;
    font-size: 16px;
    background: #fff;
    color: #db0020;
    height: 8vh;
    left: 50%;
    transform: translate(-50%, -20%);
    bottom: 10%; }
    body .error-banner div.content li {
      animation: show 600ms 100ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
      opacity: 0;
      transform: rotateX(-90deg);
      transform-origin: top center; }
@keyframes show {
  100% {
    opacity: 1;
    transform: none; } }
  body .welcome-center {
    flex: 1;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 2000;
    margin: 0 auto;
    width: 70vw; }
    body .welcome-center .left, body .welcome-center .right {
      flex: 1; }
    body .welcome-center .left {
      display: flex;
      align-items: center;
      flex-direction: column;
      padding-top: 50px;
      justify-content: center;
      flex: 0.5; }
      body .welcome-center .left .left-ctr {
        display: flex;
        flex-direction: column; }
      body .welcome-center .left .new-img {
        background-image: url("/choose-share/images/ies/new-logo-transparent.png");
        width: 200px;
        height: 200px;
        background-size: contain; }
      body .welcome-center .left p {
        margin: 2px; }
        body .welcome-center .left p sup {
          font-size: 14px; }
      body .welcome-center .left .title {
        font-size: 30px;
        text-align: center; }
    body .welcome-center .right {
      justify-content: center;
      padding-top: 40px;
      display: flex;
      align-items: center;
      flex: 1; }
      body .welcome-center .right .panel {
        background: #fff;
        color: #000;
        border-radius: 10px;
        padding: 20px;
        flex: 0.75;
        font-size: 16px;
        height: fit-content; }
        body .welcome-center .right .panel .container {
          display: flex;
          flex-direction: column;
          gap: 10px; }
          body .welcome-center .right .panel .container .instructions {
            margin-top: 10px;
            font-size: 14px; }
            body .welcome-center .right .panel .container .instructions ul li {
              margin-bottom: 5px; }
              body .welcome-center .right .panel .container .instructions ul li label {
                margin-left: 5px; }
            body .welcome-center .right .panel .container .instructions .pwd-instructions ul {
              list-style-type: none; }
          body .welcome-center .right .panel .container .top, body .welcome-center .right .panel .container .bottom {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5px; }
          body .welcome-center .right .panel .container .top {
            align-items: stretch; }
          body .welcome-center .right .panel .container a {
            color: white;
            cursor: pointer;
            text-transform: none;
            white-space: nowrap;
            border-radius: 5px;
            text-decoration: none;
            text-align: center;
            display: inline-block;
            padding: 10px; }
            body .welcome-center .right .panel .container a:hover {
              opacity: 0.8; }
            body .welcome-center .right .panel .container a.main {
              background-color: #007fa3; }
            body .welcome-center .right .panel .container a.secondary {
              background-color: #94e7ea;
              color: #000; }
            body .welcome-center .right .panel .container a.order {
              background-color: #ffbb1c;
              color: #000; }
        body .welcome-center .right .panel.password, body .welcome-center .right .panel.welcome {
          padding: 0; }
          body .welcome-center .right .panel.password .container, body .welcome-center .right .panel.welcome .container {
            padding: 20px; }
          body .welcome-center .right .panel.password .title, body .welcome-center .right .panel.welcome .title {
            padding: 10px;
            background: #dfe1e1;
            border-radius: 9px;
            font-size: 18px;
            font-weight: bold;
            height: 2em;
            display: flex;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            justify-content: center;
            align-items: center; }
        body .welcome-center .right .panel.welcome {
          max-width: 400px; }
          body .welcome-center .right .panel.welcome .container {
            gap: 40px;
            padding-top: 15px; }
            body .welcome-center .right .panel.welcome .container .bottom {
              align-items: stretch; }
          body .welcome-center .right .panel.welcome .title {
            background-color: white;
            color: #000;
            padding: 10px 20px 0 20px;
            border-radius: 9px;
            font-size: 24px;
            font-weight: bold;
            display: flex;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            justify-content: left;
            align-items: center; }
  body .moved-page .banner .content {
    font-size: 20px; }
  body .moved-page .welcome-center {
    width: 100vw; }
    body .moved-page .welcome-center .panel.moved {
      max-width: none;
      display: flex;
      flex-direction: column;
      gap: 20px; }
      body .moved-page .welcome-center .panel.moved .title {
        background-color: #ffbb1c;
        padding: 0;
        height: 5px; }
      body .moved-page .welcome-center .panel.moved .container {
        flex: 1; }
        body .moved-page .welcome-center .panel.moved .container .top {
          align-items: center;
          font-size: 20px; }
        body .moved-page .welcome-center .panel.moved .container .middle {
          flex: 1;
          display: flex; }
          body .moved-page .welcome-center .panel.moved .container .middle .actions {
            flex: 1;
            display: flex;
            flex-direction: row;
            gap: 35px; }
            body .moved-page .welcome-center .panel.moved .container .middle .actions .action {
              text-align: center;
              display: flex;
              flex-direction: column;
              gap: 30px;
              justify-content: center;
              align-items: center; }
              body .moved-page .welcome-center .panel.moved .container .middle .actions .action .action-header {
                font-size: 20px; }
              body .moved-page .welcome-center .panel.moved .container .middle .actions .action .action-desc {
                font-size: 15px; }
              body .moved-page .welcome-center .panel.moved .container .middle .actions .action .action-bullet {
                width: 50px;
                height: 50px;
                color: white;
                border-radius: 50%;
                font-size: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #003057db; }
        body .moved-page .welcome-center .panel.moved .container .bottom {
          align-items: center; }
    body .moved-page .welcome-center .panel.email-updates-panel {
      height: auto !important;
      max-width: 70vw; }
      body .moved-page .welcome-center .panel.email-updates-panel .container .cs-prompt {
        margin: 30px 10px 0px 10px; }
  body .moved-page.email-updates .static-banner ion-icon {
    color: #db0020; }
  body .moved-page.email-updates .static-banner .text {
    font-size: 18px; }
  body .moved-page.email-updates .subtitle {
    font-size: 18px;
    text-align: left;
    margin-top: 10px; }
    body .moved-page.email-updates .subtitle div {
      margin: 10px; }
  body .moved-page.email-updates .welcome-center .email-updates-panel .container .bottom {
    flex-direction: row;
    justify-content: center; }
    body .moved-page.email-updates .welcome-center .email-updates-panel .container .bottom a {
      flex: 1;
      max-width: 250px; }
      body .moved-page.email-updates .welcome-center .email-updates-panel .container .bottom a.accept {
        color: #fff;
        background-color: #005B70; }
  body .moved-page.email-updates .welcome-center .email-updates-panel .container .middle {
    max-height: 30vh;
    overflow-y: auto; }
  body .moved-page.email-updates .welcome-center .right {
    justify-content: center; }
  body .center-line {
    width: 100%;
    height: 30vh;
    position: absolute;
    border-top: 2px solid #fff;
    top: -5px;
    border-right: 2px solid #fff;
    align-items: flex-end;
    justify-content: center;
    display: flex; }
    body .center-line .dot {
      position: absolute;
      width: 8px;
      height: 8px;
      background: #fff;
      border-radius: 50%; }
    body .center-line .one {
      left: -4px;
      top: -4px; }
    body .center-line .two {
      top: -4px;
      left: calc(100% - 4px); }
    body .center-line .three {
      width: 12px;
      height: 12px;
      left: calc(100% - 5px);
      top: calc(100% - 6px); }
  body .set-password .welcome-center .right form {
    flex: 0.8; }
    body .set-password .welcome-center .right form .top {
      gap: 10px; }
    body .set-password .welcome-center .right form input[type='password'] {
      padding-left: 14px;
      min-height: 44px;
      touch-action: manipulation;
      font-size: 14px;
      border: 1px solid;
      border-top: 0;
      border-left: 0;
      border-right: 0; }
    body .set-password .welcome-center .right form input[type='submit'] {
      cursor: pointer;
      text-transform: none;
      white-space: nowrap;
      border-radius: 5px;
      text-decoration: none;
      text-align: center;
      display: inline-block;
      padding: 10px;
      border: 0;
      width: 40%;
      background-color: #ffb81c;
      color: #000;
      font-size: 16px; }
      body .set-password .welcome-center .right form input[type='submit']:hover {
        opacity: 0.8; }
      body .set-password .welcome-center .right form input[type='submit']:disabled {
        pointer-events: none;
        opacity: 0.5; }
    body .set-password .welcome-center .right form .password-error {
      color: #db0020;
      font-size: 14px; }
      body .set-password .welcome-center .right form .password-error ul {
        list-style-type: none;
        padding-left: 0; }
        body .set-password .welcome-center .right form .password-error ul li {
          margin-top: 10px; }
  body .pin {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute; }
    body .pin.start {
      width: 24px;
      height: 36px;
      left: -12px;
      top: -44px;
      background-image: url("/choose-share/images/ies/start.png"); }
    body .pin.end {
      width: 80px;
      height: 112px;
      background-image: url("/choose-share/images/ies/end.png");
      left: calc(100% - 38px);
      top: calc(100% + 20px); }
  @media (max-height: 1000px) {
    body .end {
      scale: 0.8; }
    body .new-img {
      scale: 1; } }
  @media (min-width: 1366px) {
    body .welcome-center {
      width: 60vw;
      margin: 0 auto;
      max-width: 1024px;
      gap: 40px; }
      body .welcome-center .right {
        justify-content: stretch; }
        body .welcome-center .right .panel {
          flex: 1; }
          body .welcome-center .right .panel.welcome {
            max-width: unset; }
    body .banner {
      position: fixed;
      top: 50px; } }
  @media (max-height: 730px) {
    body .end {
      scale: 0.5; }
    body .new-img {
      scale: 1; } }
  @media (max-width: 800px) {
    body .welcome-center {
      width: 100vw; } }
  @media (max-width: 600px) {
    body .waves {
      display: none; }
    body .panel {
      max-width: none !important;
      border-radius: 0; }
    body .header {
      flex-direction: column; }
    body .footer {
      flex-direction: column; }
      body .footer .links {
        gap: 10px;
        flex-direction: column;
        margin-bottom: 10px;
        padding: 10px; }
        body .footer .links .sep {
          display: none; }
    body .welcome-center {
      flex-direction: column; }
      body .welcome-center .left {
        flex: 0.5;
        gap: 4px; }
        body .welcome-center .left .new-img {
          scale: 1;
          width: 100px;
          height: 100px; }
        body .welcome-center .left .title {
          font-size: 24px; }
        body .welcome-center .left .left-ctr {
          display: flex;
          flex-direction: column;
          align-items: center; }
      body .welcome-center .right {
        align-items: flex-start; }
    body .banner {
      position: relative;
      margin-bottom: 40px;
      width: unset;
      height: fit-content;
      font-size: 14px; }
      body .banner:after {
        display: none; }
    body .static-banner {
      position: relative;
      top: 5px;
      width: unset; }
      body .static-banner:after {
        display: none; } }
  @media (max-width: 500px) {
    body .panel {
      max-width: none !important; }
    body .footer .links {
      margin-bottom: 5px;
      flex-direction: column; }
    body .welcome-center .right {
      display: block;
      margin: 0; }
      body .welcome-center .right .panel {
        border-radius: 0; }
    body .banner {
      padding-left: 20px; }
      body .banner .rect {
        display: none; } }
  @media (max-height: 725px) {
    body .static-banner {
      position: unset;
      transform: translateX(-100vw);
      width: unset;
      animation: slide 1s forwards; }
      body .static-banner:after {
        content: unset;
        display: none; }
    body .banner {
      position: unset;
      width: unset; }
      body .banner:after {
        content: unset;
        display: none; }
    body .welcome-center {
      margin-top: 5px; }
      body .welcome-center .right {
        padding: 0 5px; } }
  @media (max-height: 550px) {
    body .banner {
      position: relative;
      margin-bottom: 40px;
      font-size: 14px; }
    body .waves {
      width: 100%;
      bottom: -225px;
      top: unset; }
    body .set-password .waves {
      bottom: calc(-100vh - 225px); } }
  @media (max-height: 500px) {
    body .banner:after {
      content: unset;
      display: none; } }
  body .speech {
    max-width: 50vw;
    min-width: 40vw;
    min-height: 25vh;
    margin: 50px auto;
    border: 4px solid #fff;
    padding: 20px;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 40px;
    padding: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center; }
    body .speech .head {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 3em; }
    body .speech .subhead {
      font-size: 1.5em;
      margin-top: 5px; }
    body .speech a {
      color: #fff; }
  body .speech:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    left: 80px;
    bottom: -23px; }
  body .speech:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #005B70;
    border-right: 10px solid transparent;
    border-top: 5px solid #005B70;
    border-bottom: 10px solid transparent;
    left: 84px;
    bottom: -12px; }
  body .psn-img {
    flex: 1;
    background-image: url("/choose-share/images/ies/pearson-logo-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 45px;
    align-self: center;
    display: flex;
    align-items: center; }
    body .psn-img label {
      margin-left: 92px;
      font-size: 12px;
      text-transform: uppercase;
      margin-top: 3px;
      color: lightgray; }
  body .cpright {
    margin: auto;
    padding: 5px; }
  body .ies-logout .center {
    flex-direction: column; }
    body .ies-logout .center .new-img {
      position: relative;
      left: auto;
      top: auto; }

dialog#movedDialog {
  outline: none;
  background: radial-gradient(at center, #005B70, #003157);
  margin: auto;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  min-height: 40vh;
  min-width: 700px;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.4); }
  dialog#movedDialog.hide {
    display: none !important; }
  dialog#movedDialog::backdrop {
    background: transparent; }
  dialog#movedDialog .ctr {
    flex: 1;
    display: flex;
    flex-direction: column; }
    dialog#movedDialog .ctr .title {
      display: flex; }
      dialog#movedDialog .ctr .title ion-icon {
        color: white;
        cursor: pointer; }
      dialog#movedDialog .ctr .title label {
        flex: 1; }
    dialog#movedDialog .ctr .body {
      flex: 1;
      align-items: center;
      display: flex;
      flex-direction: column;
      gap: 25px;
      color: white; }
      dialog#movedDialog .ctr .body .new-img {
        background-image: url("/choose-share/images/ies/new-logo-transparent.png");
        width: 150px;
        height: 150px;
        background-size: contain; }
      dialog#movedDialog .ctr .body .title {
        font-size: 30px; }
      dialog#movedDialog .ctr .body .instructions {
        font-size: 16px;
        flex: 1; }
      dialog#movedDialog .ctr .body .order {
        outline: none;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        min-width: 40%;
        font-size: 15px;
        background-color: #fff;
        color: #000;
        cursor: pointer;
        text-transform: none;
        white-space: nowrap;
        border-radius: 5px;
        text-decoration: none;
        text-align: center;
        padding: 10px 30px; }
        dialog#movedDialog .ctr .body .order * {
          cursor: pointer; }

@media (max-width: 740px) {
  dialog#movedDialog {
    min-width: 90vw;
    max-width: none; } }

/*# sourceMappingURL=movedToIes.css.map */
