/* Colours */
/* Animations */
@keyframes quote-fade {
  0% {
    opacity: 0; }
  2% {
    opacity: 1; }
  11% {
    opacity: 1; }
  16% {
    opacity: 0; } }

@keyframes logo-fade {
  0% {
    opacity: 0.1; }
  2% {
    opacity: 0.8; }
  11% {
    opacity: 0.8; }
  16% {
    opacity: 0.1; } }

@keyframes text-fade {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  20% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Set CentraNo2-Book as default font */
div#siteWrapper {
  font-family: CentraNo2-Book; }

main#page {
  padding: 0;
  max-width: unset;
  color: #47436e; }

.enable-nav-button #sidecarNav nav a {
  font-family: CentraNo2-Book;
  font-size: 17px;
  color: #ef496f; }

.enable-nav-button #sidecarNav nav div:not(.folder):last-child a {
  font-family: CentraNo2-Book;
  background-color: #ef496f;
  font-size: 17px;
  font-weight: 500; }

h1 {
  font-family: SharpSansDisplayNo2-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  color: #47436e; }
  @media (min-width: 873px) {
    h1 {
      font-size: 80px;
      line-height: 96px; } }

h2 {
  font-size: 48px;
  font-family: SharpSansDisplayNo2-Bold;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  letter-spacing: 0;
  line-height: 58px;
  color: #47436e; }

h3,
h4 {
  font-family: SharpSansDisplayNo2-Bold;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 42px;
  color: #47436e; }

p {
  font-family: CentraNo2-Book;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px; }
  p.small {
    font-family: CentraNo2-Book;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }

hr {
  width: auto;
  margin: 0 24px;
  background-color: #ded8cf;
  height: 1px;
  border: 0; }
  @media (min-width: 1100px) {
    hr {
      max-width: 1052px;
      margin: auto; } }

#content {
  background: #fff; }

#content > div {
  padding: 48px 24px 56px 24px; }
  @media (min-width: 857px) {
    #content > div {
      padding: 80px 0 88px; } }

a.button, .sqs-block-button a.sqs-block-button-element,
.sqs-block-button a.sqs-block-button-element--large,
.sqs-block-button a.sqs-block-button-element--medium,
.sqs-block-button a.sqs-block-button-element--small, .large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--large,
.large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--medium,
.large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--small,
.large-button-style-raised .sqs-block-button a.sqs-block-button-element--large,
.large-button-style-raised .sqs-block-button a.sqs-block-button-element--medium,
.large-button-style-raised .sqs-block-button a.sqs-block-button-element--small {
  margin: 32px auto 0 auto;
  cursor: pointer;
  text-decoration: none;
  display: block;
  height: 64px;
  text-align: center;
  border-radius: 32px;
  width: 302px;
  font-family: CentraNo2-Book;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 64px;
  /* identical to box height, or 150% */ }
  a.pink-button.button, .sqs-block-button a.pink-button.sqs-block-button-element,
  .sqs-block-button a.pink-button.sqs-block-button-element--large,
  .sqs-block-button a.pink-button.sqs-block-button-element--medium,
  .sqs-block-button a.pink-button.sqs-block-button-element--small {
    color: white;
    background-color: #ef496f; }
  a.white-button.button, .sqs-block-button a.white-button.sqs-block-button-element,
  .sqs-block-button a.white-button.sqs-block-button-element--large,
  .sqs-block-button a.white-button.sqs-block-button-element--medium,
  .sqs-block-button a.white-button.sqs-block-button-element--small {
    color: #ef496f;
    background-color: white; }
  a.yellow-button.button, .sqs-block-button a.yellow-button.sqs-block-button-element,
  .sqs-block-button a.yellow-button.sqs-block-button-element--large,
  .sqs-block-button a.yellow-button.sqs-block-button-element--medium,
  .sqs-block-button a.yellow-button.sqs-block-button-element--small {
    color: #47436e;
    background-color: #fff7af;
    transition: background-color 0.5s ease-in; }
    a.yellow-button.button:hover, .sqs-block-button a.yellow-button.sqs-block-button-element:hover,
    .sqs-block-button a.yellow-button.sqs-block-button-element--large:hover,
    .sqs-block-button a.yellow-button.sqs-block-button-element--medium:hover,
    .sqs-block-button a.yellow-button.sqs-block-button-element--small:hover {
      background-color: #fef09e; }

.sqs-block-button a.sqs-block-button-element,
.sqs-block-button a.sqs-block-button-element--large,
.sqs-block-button a.sqs-block-button-element--medium,
.sqs-block-button a.sqs-block-button-element--small {
  padding: 0;
  color: white;
  background-color: #ef496f; }

.large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--large,
.large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--medium,
.large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--small,
.large-button-style-raised .sqs-block-button a.sqs-block-button-element--large,
.large-button-style-raised .sqs-block-button a.sqs-block-button-element--medium,
.large-button-style-raised .sqs-block-button a.sqs-block-button-element--small {
  box-shadow: none;
  margin-top: 0; }
  .large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--large:hover,
  .large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--medium:hover,
  .large-button-shape-rounded .sqs-block-button a.sqs-block-button-element--small:hover,
  .large-button-style-raised .sqs-block-button a.sqs-block-button-element--large:hover,
  .large-button-style-raised .sqs-block-button a.sqs-block-button-element--medium:hover,
  .large-button-style-raised .sqs-block-button a.sqs-block-button-element--small:hover {
    color: white;
    background-color: #ef496f; }

.container {
  margin: auto; }

ol li a {
  color: #ef496f; }

b {
  font-family: CentraNo2-Bold; }

#content > div.about {
  padding: 0; }

.sharesies-team {
  background-image: url(../../assets/images/about/team.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 138px; }

.why {
  margin: auto;
  padding: 54px 24px;
  background: #ef496f;
  color: white;
  text-align: center; }
  @media (min-width: 875px) {
    .why {
      padding-top: 80px;
      padding-bottom: 88px; } }
  .why h1 {
    color: white; }
  .why .container p {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    text-align: center; }
  .why .container a {
    width: 189px; }
  .why a:not(.button) {
    color: white;
    text-decoration: underline; }
    .why a:not(.button) .button {
      width: 160px; }

.meet {
  max-width: 1060px;
  margin: auto;
  padding-top: 54px; }
  .meet .container {
    padding: 0; }
  .meet h1 {
    color: #47436e;
    margin: auto 63px 56px 63px;
    margin-bottom: 32px; }
  .meet img {
    display: block;
    margin: auto;
    margin-bottom: 8px;
    width: 120px;
    height: 120px;
    border-radius: 50%; }
  @media (min-width: 875px) {
    .meet h1 {
      margin: 76px 63px 80px 63px; } }
  .meet .team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
    .meet .team-container .team-member.member-2018 img {
      border-radius: 50%; }
    .meet .team-container .team-member {
      text-align: center;
      width: 120px;
      padding: 20px;
      padding-bottom: 36px; }
      .meet .team-container .team-member .name {
        color: #47436e;
        font-size: 18px;
        font-family: CentraNo2-Bold;
        margin-bottom: 4px; }
      .meet .team-container .team-member .title {
        color: #ef496f;
        font-size: 12px;
        font-family: CentraNo2-Book;
        line-height: 16px; }
      @media (min-width: 875px) {
        .meet .team-container .team-member {
          width: 220px;
          padding-bottom: 90px; }
          .meet .team-container .team-member img {
            width: 180px;
            height: 180px; }
          .meet .team-container .team-member .name {
            font-size: 28px;
            line-height: 32px; }
          .meet .team-container .team-member .title {
            font-size: 20px;
            line-height: 26px; } }
  .meet .b-corp {
    padding: 48px 24px 56px; }
    .meet .b-corp .container .img {
      padding-bottom: 24px; }
      .meet .b-corp .container .img img {
        max-width: 80px;
        max-height: 135px;
        margin: auto;
        border-radius: 0; }
    .meet .b-corp .container h4 {
      margin: 0 auto;
      font-family: CentraNo2-Bold;
      font-size: 28px;
      font-weight: bold;
      line-height: 32px; }
    .meet .b-corp .container p {
      font-family: CentraNo2-Book;
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 0px;
      line-height: 24px;
      text-align: center;
      margin: 12px 0 0; }
      .meet .b-corp .container p a {
        text-decoration: underline;
        color: #413e63; }
    @media (min-width: 875px) {
      .meet .b-corp .container {
        display: flex; }
        .meet .b-corp .container h4, .meet .b-corp .container p {
          text-align: left; }
        .meet .b-corp .container .img {
          padding-right: 64px; } }

@media (min-width: 400px) {
  .sharesies-team {
    height: 300px; } }

@media (min-width: 500px) {
  .sharesies-team {
    height: 400px; } }

@media (min-width: 600px) {
  .meet .team-container {
    margin: auto;
    padding-bottom: 56px; } }

@media (min-width: 800px) {
  .sharesies-team {
    height: 500px; }
  .about .container {
    max-width: unset; } }

@media (min-width: 1000px) {
  .sharesies-team {
    height: 600px; } }

@media (min-width: 1200px) {
  .sharesies-team {
    height: 700px; } }

@media (min-width: 1400px) {
  .sharesies-team {
    height: 800px; } }

@media (min-width: 1600px) {
  .sharesies-team {
    height: 900px; } }

@media (min-width: 1800px) {
  .sharesies-team {
    height: 1000px; } }

@media (min-width: 2000px) {
  .sharesies-team {
    height: 1100px; } }

@media (min-width: 2000px) {
  .sharesies-team {
    height: 1200px; } }

#content > div.sqs-layout {
  padding-top: 0; }

#collection-5a5c1415e4966b7d9bfa0572 main#page {
  margin: auto;
  max-width: 990px;
  padding: 40px 20px; }

.sqs-layout .row.sqs-row {
  margin: auto; }

.sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title a {
  font-size: 48px !important;
  line-height: 56px !important;
  text-align: center;
  height: 596px; }

.sqs-block.summary-v2-block.sqs-block-summary-v2 {
  font-size: 24px !important;
  line-height: 30px !important; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-metadata .summary-metadata-item {
    font-size: 13px; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 p {
    text-align: center;
    margin: auto;
    font-size: 16px;
    line-height: 28px;
    color: #555555; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title {
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto; }
    .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
      font-family: SharpSansDisplayNo2-Bold;
      color: white;
      text-transform: none;
      text-align: center;
      height: 182px;
      padding: 0 24px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-thumbnail.img-wrapper::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.35); }
    .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-thumbnail.img-wrapper::after .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
      margin-top: 250px; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-excerpt {
    margin-top: 24px; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 p {
    font-size: 22px; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 a {
    color: #ef496f; }

@media (min-width: 320px) {
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title a {
    height: 168px;
    font-size: 22px !important;
    line-height: 28px !important; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
    height: 172.33px; } }

@media (min-width: 400px) {
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title a {
    height: 222px;
    font-size: 28px !important;
    line-height: 32px !important; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
    height: 230.33px; } }

@media (min-width: 500px) {
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title a {
    height: 309px;
    font-size: 32px !important;
    line-height: 38px !important; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
    height: 275.33px; } }

@media (min-width: 700px) {
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title a {
    height: 457px;
    font-size: 40px !important;
    line-height: 48px !important; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
    height: 193.33px; } }

@media (min-width: 900px) {
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title a {
    height: 536px; }
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
    height: 157.33px; } }

@media (min-width: 1000px) {
  .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title a {
    height: 181.33px; } }

header.entry-header .entry-byline, header.entry-header .entry-dateline, header.entry-header h1 {
  display: none; }

.blog-item-wrapper .title-desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }
  .blog-item-wrapper .title-desc-wrapper time {
    font-family: CentraNo2-Book;
    text-transform: none;
    letter-spacing: 0px;
    color: white; }
  .blog-item-wrapper .title-desc-wrapper .post-title {
    font-family: SharpSansDisplayNo2-Bold !important;
    font-size: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px; }

.collection-type-blog.view-item .banner-thumbnail-wrapper {
  padding: 0; }

.blog-item-wrapper {
  height: 100%; }

.banner-thumbnail-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  background: none; }
  .banner-thumbnail-wrapper img {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-items: center;
    object-fit: cover; }

.blog-item {
  max-width: 580px;
  margin: auto; }
  .blog-item p {
    color: #555555;
    font-size: 18px; }
    .blog-item p a {
      color: #ef496f !important; }
  .blog-item h3 {
    white-space: normal !important;
    text-align: left;
    font-size: 24px;
    line-height: 36px; }

.blog-item .entry-category a, .blog-list .entry-category a {
  display: inline-block;
  padding: 8px 16px;
  color: #555;
  border: 1px solid #555;
  border-radius: 16px;
  line-height: 16px; }

.entry-header {
  margin: 36px auto; }
  .entry-header .meta-below-title {
    max-width: 580px;
    margin: auto;
    padding: 17px; }
    .entry-header .meta-below-title.no-categories {
      display: none; }

.entry-content p {
  white-space: normal !important; }

.blog-item-promo {
  background: #ef496f; }

#siteWrapper nav.pagination {
  padding: 24px; }
  #siteWrapper nav.pagination div {
    width: 50%;
    font-size: 18px;
    line-height: 24px; }
    #siteWrapper nav.pagination div a {
      color: #ef496f; }

.blog-cta {
  background: #ef496f;
  padding: 25px;
  margin: 40px 0 0;
  border: 0;
  border-radius: 8px;
  font-family: CentraNo2-Book, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .blog-cta p {
    color: white;
    font-size: 30px;
    line-height: 35px;
    max-width: 440px;
    margin: 20px 0 40px; }
  .blog-cta a {
    display: inline-block;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ed3172;
    cursor: pointer;
    background: #fff;
    text-decoration: none; }

.noHeaderImage {
  background-image: url(https://www.sharesies.nz/assets/images/pattern-bg-melon-double.svg); }

@media (min-width: 800px) {
  .banner-thumbnail-wrapper {
    height: 600px; } }

/* Fonts */
@font-face {
  font-family: "SharpSansDisplayNo2-Bold";
  src: url(https://www.sharesies.nz/assets/fonts/SharpSansDispNo2-Bold.woff2) format("woff2"), url(https://www.sharesies.nz/assets/fonts/SharpSansDispNo2-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }

@font-face {
  font-family: "CentraNo2-Book";
  src: url(https://www.sharesies.nz/assets/fonts/CentraNo2-Book.woff2) format("woff2"), url(https://www.sharesies.nz/assets/fonts/CentraNo2-Book.woff) format("woff");
  font-style: normal;
  font-weight: normal;
  font-stretch: normal; }

@font-face {
  font-family: "CentraNo2-Book";
  src: url(https://www.sharesies.nz/assets/fonts/CentraNo2-BookItalic.woff2) format("woff2"), url(https://www.sharesies.nz/assets/fonts/CentraNo2-BookItalic.woff) format("woff");
  font-style: normal;
  font-style: italic;
  font-weight: normal;
  font-stretch: normal; }

@font-face {
  font-family: "CentraNo2-Book";
  src: url(https://www.sharesies.nz/assets/fonts/CentraNo2-Medium.woff2) format("woff2"), url(https://www.sharesies.nz/assets/fonts/CentraNo2-Medium.woff) format("woff");
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal; }

@font-face {
  font-family: "CentraNo2-Bold";
  src: url(https://www.sharesies.nz/assets/fonts/CentraNo2-Bold.woff2) format("woff2"), url(https://www.sharesies.nz/assets/fonts/CentraNo2-Bold.woff) format("woff");
  font-style: normal;
  font-weight: bold;
  font-stretch: normal; }

@font-face {
  font-family: "Tiki-Magic";
  src: url(https://www.sharesies.nz/assets/fonts/Tiki-Magic.AH.woff2) format("woff2"), url(https://www.sharesies.nz/assets/fonts/Tiki-Magic.AH.woff) format("woff");
  font-style: normal;
  font-weight: 100;
  font-stretch: normal; }

@media (min-width: 884px) {
  footer#footer > .footer-inner > .sqs-layout > .sqs-row > .col > .sqs-block.html-block.sqs-block-html {
    padding-left: 0;
    padding-right: 0; } }

footer#footer > .footer-inner > .sqs-layout > .sqs-row > .col > .sqs-block.html-block.sqs-block-html p {
  font-size: 16px;
  margin-bottom: 24px;
  color: green; }

footer#footer {
  background: #47436e; }
  footer#footer p {
    font-size: 14px; }
  footer#footer hr {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.38); }
  footer#footer .footer-inner {
    text-align: center; }
    footer#footer .footer-inner > p a {
      color: #fff;
      text-decoration: underline; }
  footer#footer .socialaccountlinks-v2-block {
    width: 200px;
    margin: auto; }
    @media (min-width: 884px) {
      footer#footer .socialaccountlinks-v2-block {
        padding-left: 0; } }
    footer#footer .socialaccountlinks-v2-block a {
      margin: 0; }
  @media (min-width: 884px) {
    footer#footer .html-block {
      padding-left: 0; } }
  footer#footer .html-block p {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 22px; }
    footer#footer .html-block p a {
      border-bottom: 0;
      color: white; }
  footer#footer .image-block-wrapper {
    padding-bottom: 28px !important;
    margin: auto;
    width: 154px !important;
    overflow: visible !important;
    margin-bottom: 24px; }
    footer#footer .image-block-wrapper .thumb-image.loaded {
      content: url("/assets/logos/sharesies-white.png");
      width: 154px !important;
      height: 43px !important;
      position: relative;
      margin: auto;
      display: block;
      padding-left: 10px; }
  footer#footer .sqs-svg-icon--list {
    text-align: center; }
    footer#footer .sqs-svg-icon--list a {
      display: inline-block;
      width: 24px;
      height: 24px; }
  footer#footer .sqs-layout > .sqs-row > .col > .sqs-block.html-block.sqs-block-html p {
    text-align: center !important; }
  footer#footer nav.sqs-svg-icon--list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center; }
  footer#footer .footer-sharesies-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px; }
    footer#footer .footer-sharesies-text p {
      margin: 0;
      color: #b0acd5;
      line-height: 20px; }
  footer#footer .footer-sharesies-text-disclaimer {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    footer#footer .footer-sharesies-text-disclaimer p:last-child {
      margin: 25px 0 40px; }
  footer#footer .footer-text-b-corp {
    min-width: 124px;
    text-align: center; }
    footer#footer .footer-text-b-corp p {
      color: #ffffff;
      text-align: center;
      letter-spacing: 0px; }
  footer#footer .footer-market-logos {
    margin-top: 40px;
    display: flex;
    flex-direction: column; }
    footer#footer .footer-market-logos p {
      margin-top: 0;
      line-height: 20px; }
  footer#footer .footer-market-logos-nsx {
    margin-bottom: 24px; }
    footer#footer .footer-market-logos-nsx p {
      max-width: 220px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0; }
  footer#footer .footer-market-logos-funds {
    margin-bottom: 24px; }
  footer#footer .footer-market-logos-funds-logos {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 160px; }

@media (min-width: 884px) {
  footer#footer .footer-inner {
    text-align: left; }
    footer#footer .footer-inner > p {
      margin: 0; }
  footer#footer .socialaccountlinks-v2-block {
    padding-top: 12px;
    padding-left: 0;
    width: 200px;
    margin: unset;
    float: right; }
    footer#footer .socialaccountlinks-v2-block nav.sqs-svg-icon--list {
      justify-items: left; }
  footer#footer .sqs-block.image-block.sqs-block-image.sqs-text-ready {
    padding: 0; }
    footer#footer .sqs-block.image-block.sqs-block-image.sqs-text-ready .image-block-outer-wrapper .instrinsic > .image-block-wrapper {
      margin: 0 !important;
      margin-left: 10px !important; }
  footer#footer .image-block-wrapper {
    margin: 0 !important;
    margin-left: 10px !important;
    left: -22px; }
  footer#footer .sqs-layout > .sqs-row > .col > .sqs-block.html-block.sqs-block-html p {
    text-align: right !important; }
  footer#footer .footer-sharesies-text,
  footer#footer .footer-market-logos,
  footer#footer .footer-market-logos-funds-logos {
    flex-direction: row; }
  footer#footer .footer-sharesies-text-disclaimer p:last-child {
    margin: 0; }
  footer#footer .footer-text-b-corp {
    margin-left: 182px; }
  footer#footer .footer-market-logos {
    justify-content: space-between;
    margin-top: 24px; }
  footer#footer .footer-market-logos-funds {
    width: 620px;
    display: flex;
    flex-direction: column;
    margin-bottom: 33px; }
    footer#footer .footer-market-logos-funds p {
      margin-bottom: 20px; }
  footer#footer .footer-market-logos-funds-logos {
    min-height: 0; } }

#content > div.how-much {
  display: block; }

#content > div.making-investing-easy {
  padding-bottom: 88px; }

#content > div.yellow {
  background-color: #FFF7AF; }

#content > .making-investing-easy, #content > .gifts {
  background: #ef496f;
  display: grid;
  color: white;
  margin-top: -1px;
  padding: 0; }
  #content > .making-investing-easy .intro, #content > .gifts .intro {
    padding: 24px;
    padding-bottom: 48px; }
    @media (min-width: 875px) {
      #content > .making-investing-easy .intro, #content > .gifts .intro {
        padding-top: 80px; } }
    #content > .making-investing-easy .intro h1, #content > .making-investing-easy .intro p, #content > .making-investing-easy .intro a, #content > .gifts .intro h1, #content > .gifts .intro p, #content > .gifts .intro a {
      animation: text-fade 1s ease-in-out; }
    #content > .making-investing-easy .intro h1, #content > .gifts .intro h1 {
      color: white;
      text-align: center;
      margin: 0 0 54px 0;
      font-size: 60px;
      line-height: 65px; }
      #content > .making-investing-easy .intro h1 span, #content > .gifts .intro h1 span {
        color: #fff7af; }
    #content > .making-investing-easy .intro p, #content > .gifts .intro p {
      color: white;
      font-weight: 300;
      line-height: 28px;
      text-align: center;
      margin: auto;
      margin-bottom: 24px; }
  #content > .making-investing-easy .phone, #content > .gifts .phone {
    position: relative;
    animation: text-fade 1s ease-in-out; }
    #content > .making-investing-easy .phone .phone-container, #content > .gifts .phone .phone-container {
      background: url("https://www.sharesies.nz/assets/images/home_screen_frame.png");
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto 8px;
      animation: text-fade 1s ease-in-out;
      height: 550px;
      width: 312px;
      background-size: 374px; }
      @media (min-width: 875px) {
        #content > .making-investing-easy .phone .phone-container, #content > .gifts .phone .phone-container {
          background-size: 443px;
          height: 663px;
          margin-top: 27px;
          width: 372px; } }
    #content > .making-investing-easy .phone iframe, #content > .gifts .phone iframe {
      display: block;
      height: 488px;
      margin: auto;
      padding-top: 17px;
      padding-left: 3px; }
      @media (min-width: 875px) {
        #content > .making-investing-easy .phone iframe, #content > .gifts .phone iframe {
          width: 267px;
          height: 683px;
          padding-left: 10px;
          padding-top: 0; } }
    #content > .making-investing-easy .phone .disclaimer, #content > .gifts .phone .disclaimer {
      width: 272px;
      margin: auto;
      margin-top: 32px;
      font-size: 16px;
      line-height: 24px; }
      @media (min-width: 875px) {
        #content > .making-investing-easy .phone .disclaimer, #content > .gifts .phone .disclaimer {
          margin-top: -16px; } }
  #content > .making-investing-easy .media, #content > .gifts .media {
    padding-top: 88px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding-top: 56px; }
    @media (min-width: 875px) {
      #content > .making-investing-easy .media, #content > .gifts .media {
        padding-top: 80px; } }
    #content > .making-investing-easy .media .quote-wrapper, #content > .gifts .media .quote-wrapper {
      width: 272px;
      margin: auto;
      height: 360px; }
      #content > .making-investing-easy .media .quote-wrapper .quote, #content > .gifts .media .quote-wrapper .quote {
        position: absolute;
        text-align: center;
        font-size: 22px;
        opacity: 0;
        width: 272px;
        display: table-cell;
        vertical-align: middle;
        height: 360px; }
        #content > .making-investing-easy .media .quote-wrapper .quote p, #content > .gifts .media .quote-wrapper .quote p {
          margin-top: 0; }
        #content > .making-investing-easy .media .quote-wrapper .quote.one, #content > .gifts .media .quote-wrapper .quote.one {
          animation: quote-fade 25s infinite none; }
        #content > .making-investing-easy .media .quote-wrapper .quote.two, #content > .gifts .media .quote-wrapper .quote.two {
          animation: quote-fade 25s 5s infinite none; }
        #content > .making-investing-easy .media .quote-wrapper .quote.three, #content > .gifts .media .quote-wrapper .quote.three {
          animation: quote-fade 25s 10s infinite none; }
        #content > .making-investing-easy .media .quote-wrapper .quote.four, #content > .gifts .media .quote-wrapper .quote.four {
          animation: quote-fade 25s 15s infinite none; }
        #content > .making-investing-easy .media .quote-wrapper .quote.five, #content > .gifts .media .quote-wrapper .quote.five {
          animation: quote-fade 25s 20s infinite none; }
      @media (min-width: 400px) {
        #content > .making-investing-easy .media .quote-wrapper, #content > .gifts .media .quote-wrapper {
          position: relative;
          height: 280px;
          width: unset; }
          #content > .making-investing-easy .media .quote-wrapper .quote, #content > .gifts .media .quote-wrapper .quote {
            width: unset;
            padding-left: 16px;
            padding-right: 16px; } }
      @media (min-width: 500px) {
        #content > .making-investing-easy .media .quote-wrapper, #content > .gifts .media .quote-wrapper {
          height: 240px; } }
      @media (min-width: 600px) {
        #content > .making-investing-easy .media .quote-wrapper, #content > .gifts .media .quote-wrapper {
          height: 200px; } }
      @media (min-width: 800px) {
        #content > .making-investing-easy .media .quote-wrapper, #content > .gifts .media .quote-wrapper {
          width: 600px; }
          #content > .making-investing-easy .media .quote-wrapper .quote, #content > .gifts .media .quote-wrapper .quote {
            width: 600px;
            height: 188px;
            margin: auto; }
            #content > .making-investing-easy .media .quote-wrapper .quote .media-name, #content > .gifts .media .quote-wrapper .quote .media-name {
              margin-top: 24px;
              display: block; } }
    #content > .making-investing-easy .media .media-logos, #content > .gifts .media .media-logos {
      margin: 24px auto 54px auto;
      width: 100%;
      clear: both;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      #content > .making-investing-easy .media .media-logos img, #content > .gifts .media .media-logos img {
        display: inline-block;
        margin: 24px; }
        #content > .making-investing-easy .media .media-logos img.now-to-love, #content > .gifts .media .media-logos img.now-to-love {
          width: 127px; }
        #content > .making-investing-easy .media .media-logos img.news-hub, #content > .gifts .media .media-logos img.news-hub {
          width: 88px; }
        #content > .making-investing-easy .media .media-logos img.stuff, #content > .gifts .media .media-logos img.stuff {
          width: 57px; }
        #content > .making-investing-easy .media .media-logos img.nzherald, #content > .gifts .media .media-logos img.nzherald {
          width: 104px; }
        #content > .making-investing-easy .media .media-logos img.the-spinoff, #content > .gifts .media .media-logos img.the-spinoff {
          width: 101px; }
        #content > .making-investing-easy .media .media-logos img.tvnz, #content > .gifts .media .media-logos img.tvnz {
          width: 73px; }

.how-much {
  background: url("https://www.sharesies.nz/assets/images/choice-pattern.svg");
  background-color: #fff7af;
  padding: 88px 0;
  /* displays in non-mobile */ }
  .how-much .copy h2 {
    height: 108px;
    color: #47436e;
    line-height: 54px;
    margin: auto;
    margin-bottom: 24px; }
  .how-much .copy p {
    color: #47436e;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    line-height: 28px;
    margin: auto;
    margin-bottom: 24px; }
  .how-much .copy .info {
    display: none; }
  .how-much .info {
    color: #47436e;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    margin: auto;
    margin-top: 24px;
    line-height: 24px; }
  .how-much .amounts-left {
    display: none; }
  .how-much .return-estimate {
    color: #47436e;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    line-height: 22px;
    margin: auto; }
    .how-much .return-estimate #values {
      height: 90px;
      overflow: hidden; }
      .how-much .return-estimate #values .inner {
        transition: margin 0.6s ease-in-out;
        position: relative;
        color: #ef496f;
        font-size: 110px;
        font-family: Tiki-Magic;
        text-align: center;
        letter-spacing: 0;
        line-height: 110px;
        margin: auto;
        overflow: hidden; }
        .how-much .return-estimate #values .inner div {
          height: 90px;
          line-height: 90px; }
    .how-much .return-estimate #messages {
      height: 80px;
      font-size: 22px;
      display: flex;
      flex-direction: column;
      line-height: 28px;
      position: relative; }
      .how-much .return-estimate #messages div {
        left: 0;
        position: absolute;
        margin-top: 8px;
        opacity: 0;
        transition: opacity 0.6s ease-in-out; }
        .how-much .return-estimate #messages div span {
          color: #ef496f; }
    .how-much .return-estimate .choose-amount {
      margin: 24px auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr); }
      .how-much .return-estimate .choose-amount .week {
        width: 85px;
        height: 43px;
        background: white;
        border: 2px solid #ef496f;
        border-radius: 100px 100px 100px 100px;
        color: #ef496f;
        font-size: 20px;
        text-align: center;
        display: inline-block;
        line-height: 43px;
        cursor: pointer;
        margin-right: 5px; }
        .how-much .return-estimate .choose-amount .week span {
          font-size: 16px; }
        .how-much .return-estimate .choose-amount .week.selected {
          background: #ef496f;
          font-family: CentraNo2-Bold;
          color: white; }
    .how-much .return-estimate .date-range {
      height: 24px;
      font-size: 16px;
      font-weight: 300;
      text-align: center;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 8px; }
  .how-much .amounts {
    margin-top: 24px; }
    .how-much .amounts label::after {
      content: ' +'; }
    .how-much .amounts label.expanded::after {
      content: ' -'; }
    .how-much .amounts input {
      display: none; }
    .how-much .amounts .the-amounts {
      display: block;
      color: #47436e;
      font-size: 18px;
      font-family: CentraNo2-Bold;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0;
      cursor: pointer; }
    .how-much .amounts .the-amounts-info {
      margin-top: 0;
      color: #47436e;
      font-size: 18px;
      font-weight: normal;
      text-align: center;
      letter-spacing: 0;
      padding-left: 0;
      transition: opacity 0.5s;
      visibility: hidden;
      position: absolute;
      opacity: 0; }
      .how-much .amounts .the-amounts-info.expanded {
        visibility: visible;
        opacity: 1;
        position: relative; }
      .how-much .amounts .the-amounts-info li {
        list-style-position: inside;
        /* TODO: look at reducing space between bullet and text */ }

.sign-up-today {
  color: #47436e;
  background: #cbe8dd;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "copy" "phone"; }
  .sign-up-today .container {
    grid-area: copy; }
  .sign-up-today .sign-up-device {
    margin-bottom: 24px;
    grid-area: phone;
    margin: auto; }
    .sign-up-today .sign-up-device img {
      display: block;
      width: 272px;
      margin: auto;
      margin-top: 48px; }
  .sign-up-today .sign-up-text h2 {
    line-height: 58px; }
  .sign-up-today .sign-up-text ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .sign-up-today .sign-up-text ul li {
      font-size: 22px;
      font-weight: 300;
      text-align: center;
      letter-spacing: 0;
      line-height: 28px;
      padding-bottom: 32px;
      border-bottom: 1px solid #A5D9C9;
      margin-bottom: 32px; }
    .sign-up-today .sign-up-text ul :last-child {
      border-bottom: none; }

.what-cost {
  padding: 80px 24px 88px;
  font-size: 22px;
  text-align: center;
  background: #fff; }
  .what-cost .management-fees h3 {
    font-size: 28px;
    line-height: 34px;
    color: #413e63;
    margin-top: 54px; }
  .what-cost .subs-container .subs-annually {
    margin-top: 48px; }
    .what-cost .subs-container .subs-annually p.any-portfolio {
      margin-top: 0;
      margin-bottom: 54px; }
  .what-cost a {
    text-decoration: underline;
    color: #47436e; }
  .what-cost h2 {
    color: #47436e;
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 58px; }
  .what-cost .choose {
    margin-bottom: 48px; }
    .what-cost .choose p {
      padding: 0;
      margin-bottom: 24px;
      margin-top: 0;
      line-height: 24px;
      font-size: 22px; }
  .what-cost > p:last-of-type {
    margin-bottom: 54px; }
  .what-cost h3 {
    color: #413e63;
    font-size: 36px; }
  .what-cost table {
    margin: 24px auto;
    text-align: left;
    width: 272px; }
    .what-cost table tr {
      border-bottom: 1px solid #d7d7d7;
      padding: 24px 0; }
    .what-cost table tbody tr:last-child {
      border-bottom: none; }
    .what-cost table th {
      width: 160px;
      height: 28px;
      font-size: 16px;
      font-weight: 300;
      line-height: 24px;
      color: #47436E; }
    .what-cost table td {
      font-weight: bold;
      font-size: 20px;
      padding: 24px 1px;
      width: 50%; }
  .what-cost .hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #d7d7d7;
    margin: 24px; }
  .what-cost .or-wrapper {
    width: 272px;
    display: grid;
    grid-template-columns: 111px 50px 111px;
    margin: auto; }
    .what-cost .or-wrapper .line {
      height: 1px;
      margin-top: 48px;
      margin-bottom: 24px;
      background: #d7d7d7;
      width: 100%; }
    .what-cost .or-wrapper .or {
      height: 48px;
      width: 48px;
      color: #ef496f;
      border: 1px solid #d7d7d7;
      border-radius: 48px;
      vertical-align: middle;
      margin: 0;
      margin-top: 24px;
      line-height: 43px; }
  .what-cost .price {
    font-size: 140px;
    font-family: Tiki-Magic;
    text-align: center;
    letter-spacing: 0;
    line-height: 90px;
    margin-top: 48px; }
    .what-cost .price .small {
      text-transform: uppercase;
      font-size: 70px; }
  .what-cost .management-fees {
    font-size: 18px; }
    .what-cost .management-fees label {
      cursor: pointer;
      font-size: 18px;
      font-weight: bold; }
      .what-cost .management-fees label::after {
        content: ' +'; }
      .what-cost .management-fees label.expanded::after {
        content: ' -'; }
    .what-cost .management-fees input {
      display: none; }
    .what-cost .management-fees #fees-show {
      position: absolute;
      visibility: hidden;
      margin-top: 24px;
      transition: opacity 0.5s;
      opacity: 0; }
      .what-cost .management-fees #fees-show.expanded {
        position: relative;
        opacity: 1;
        visibility: visible; }
      .what-cost .management-fees #fees-show p {
        font-size: 18px; }
  .what-cost .pink-button {
    text-decoration: none; }

.how-do-i-start {
  padding: 24px;
  color: #47436e;
  padding: 0 24px;
  background: white;
  margin: auto; }
  .how-do-i-start h1 {
    color: #47436e; }
  .how-do-i-start .steps {
    display: grid;
    grid-gap: 24px; }
  .how-do-i-start p.requirements, .how-do-i-start p.info {
    text-align: center;
    margin: 24px auto;
    line-height: 24px;
    font-size: 16px; }
  .how-do-i-start p.requirements {
    font-size: 18px;
    line-height: 24px; }
  .how-do-i-start li {
    font-size: 22px;
    margin-bottom: 24px; }
  .how-do-i-start .step {
    margin-top: 24px;
    text-align: center; }
    .how-do-i-start .step h3 {
      color: #ef496f;
      width: 272px;
      line-height: 42px;
      margin: auto; }
      .how-do-i-start .step h3 span {
        display: block;
        width: 271px;
        color: #47436e;
        font-size: 180px;
        font-family: Tiki-Magic;
        font-weight: normal;
        text-align: center;
        letter-spacing: 0;
        line-height: 180px; }
    .how-do-i-start .step p {
      font-size: 18px;
      line-height: 24px; }

.kids {
  background: #ef496f;
  color: white;
  text-align: center; }
  .kids h1, .kids a {
    color: white; }
  .kids img {
    margin-top: 24px;
    width: 272px; }
    @media (min-width: 857px) {
      .kids img {
        width: 552px; } }
  .kids a.button {
    width: 160px; }
  .kids .small {
    font-size: 18px; }
    .kids .small a {
      text-decoration: underline; }

#content > .what-you-can-invest-in {
  background: #fff7af;
  color: #47436e;
  text-align: center;
  padding-top: 94px; }
  #content > .what-you-can-invest-in h1 {
    color: #47436e; }
  #content > .what-you-can-invest-in p {
    line-height: 28px;
    letter-spacing: 0; }
    #content > .what-you-can-invest-in p a {
      color: #47436e;
      text-decoration: underline; }
  #content > .what-you-can-invest-in .funds-image {
    height: 224px;
    background: url("https://www.sharesies.nz/assets/images/funds.png") no-repeat;
    background-position: center;
    background-size: 2350px; }
  #content > .what-you-can-invest-in .autoinvest-homepage .autoinvest-orders {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between; }
    #content > .what-you-can-invest-in .autoinvest-homepage .autoinvest-orders img {
      display: block;
      margin-bottom: 16px; }
    #content > .what-you-can-invest-in .autoinvest-homepage .autoinvest-orders .order {
      font-weight: 500;
      font-size: 22px;
      line-height: 28px;
      width: 144px;
      margin: auto;
      margin-bottom: 48px;
      padding-left: 12px;
      padding-right: 12px; }
      #content > .what-you-can-invest-in .autoinvest-homepage .autoinvest-orders .order a {
        color: #47436e; }
  #content > .what-you-can-invest-in .autoinvest-homepage hr {
    background-color: #ffce71;
    margin-top: 56px;
    margin-bottom: 56px; }
  #content > .what-you-can-invest-in .autoinvest-homepage .button.pink-button {
    width: 272px;
    margin-top: 0; }
    @media (min-width: 400px) {
      #content > .what-you-can-invest-in .autoinvest-homepage .button.pink-button {
        width: 301px; } }
  #content > .what-you-can-invest-in .button.pink-button {
    width: 347px; }

#content > .what-our-customers-say {
  padding-bottom: 0; }
  #content > .what-our-customers-say h2 {
    color: #47436e;
    padding: 24px; }
  #content > .what-our-customers-say p, #content > .what-our-customers-say blockquote {
    color: #47436e;
    font-size: 22px;
    text-align: center;
    width: 273px;
    margin: auto;
    font-style: normal; }
  #content > .what-our-customers-say img {
    display: block;
    margin-bottom: 24px;
    width: 100%; }
  #content > .what-our-customers-say blockquote {
    padding: 0;
    padding-bottom: 24px; }
  #content > .what-our-customers-say p.attribution {
    margin-top: 0;
    margin-bottom: 48px;
    font-size: 18px; }
  #content > .what-our-customers-say .testimonial-container .testimonial {
    margin-top: 24px; }
    #content > .what-our-customers-say .testimonial-container .testimonial .quote {
      font-family: CentraNo2-Book;
      line-height: 28px;
      margin: auto;
      font-style: normal; }
  #content > .what-our-customers-say .button {
    margin-top: 0; }

.gift-love-investing {
  padding: 98px 0 97px;
  color: #47436e;
  background: white;
  margin: auto; }
  .gift-love-investing .gifts-image {
    text-align: center;
    padding: 50px 0 25px;
    width: 100%;
    box-sizing: border-box; }
    .gift-love-investing .gifts-image img {
      width: 100%;
      max-width: 432px; }
  .gift-love-investing p.gift-text {
    text-align: center;
    line-height: 28px;
    font-size: 22px;
    margin: 0px auto;
    max-width: 700px; }

.got-more-questions {
  background: #ef496f;
  color: white; }
  .got-more-questions h1 {
    color: white; }

@media (min-width: 400px) {
  #content > .making-investing-easy .media {
    padding-top: 54px; }
  .how-much .container {
    width: unset; }
    .how-much .container .return-estimate {
      width: unset; }
      .how-much .container .return-estimate .choose-amount {
        width: 340px; }
        .how-much .container .return-estimate .choose-amount button {
          width: 96px;
          justify-self: center; }
      .how-much .container .return-estimate #messages div {
        width: 100%; }
  .what-our-customers-say blockquote {
    padding-left: 24px;
    padding-right: 24px;
    width: unset; } }

@media (min-width: 800px) {
  .container {
    width: auto;
    max-width: 873px;
    margin: auto; }
  .making-investing-easy {
    width: 100%; }
    .making-investing-easy .mie-container {
      width: 800px;
      display: grid;
      grid-template-columns: 54% 46%;
      margin: auto; }
      .making-investing-easy .mie-container h1, .making-investing-easy .mie-container p, .making-investing-easy .mie-container a {
        animation: text-fade 1s ease-in-out; }
      .making-investing-easy .mie-container a {
        margin-top: 40px; }
    .making-investing-easy .intro {
      padding: 0 0 0 24px;
      margin-top: 0;
      margin-right: 0;
      margin-left: 0; }
      .making-investing-easy .intro h1, .making-investing-easy .intro p {
        text-align: left; }
      .making-investing-easy .intro h1 {
        margin-top: 0;
        text-align: left;
        color: white;
        font-size: 80px;
        font-family: SharpSansDisplayNo2-Bold;
        font-weight: 400;
        line-height: 85px;
        margin-bottom: 56px; }
      .making-investing-easy .intro p {
        width: auto; }
    .making-investing-easy .phone-container {
      background-position-x: left;
      background-size: 474px; }
      .making-investing-easy .phone-container .mobile {
        width: 100%;
        height: 472px;
        margin-top: 60px;
        margin-left: 30px; }
  .what-cost {
    padding-top: 88px; }
    .what-cost .subs-container {
      display: grid;
      grid-template-columns: 43% 4% 43%;
      max-width: 753px;
      justify-content: center;
      margin: auto;
      margin-bottom: 32px; }
      .what-cost .subs-container .subs-monthly, .what-cost .subs-container .subs-annually {
        max-width: 350px;
        margin-top: 0; }
        .what-cost .subs-container .subs-monthly p, .what-cost .subs-container .subs-annually p {
          margin-left: 0;
          margin-right: 0; }
        .what-cost .subs-container .subs-monthly table, .what-cost .subs-container .subs-annually table {
          width: 100%; }
          .what-cost .subs-container .subs-monthly table td, .what-cost .subs-container .subs-annually table td {
            font-family: CentraNo2-Bold; }
      .what-cost .subs-container .subs-annually {
        margin-left: 24px; }
      .what-cost .subs-container .or-wrapper {
        display: block;
        margin-top: 0;
        margin-bottom: 0; }
        .what-cost .subs-container .or-wrapper .line {
          height: 232px;
          width: 1px;
          margin: 0 24px; }
          .what-cost .subs-container .or-wrapper .line.top-line {
            height: 184px; }
        .what-cost .subs-container .or-wrapper .or {
          margin-top: 0; }
      .what-cost .subs-container p {
        font-size: 18px;
        line-height: 24px; }
    .what-cost p {
      margin-left: 24px;
      margin-right: 24px;
      max-width: 873px;
      font-size: 16px; }
  .how-do-i-start {
    padding: 24px; }
    .how-do-i-start .steps {
      grid-template-columns: repeat(3, 1fr);
      width: unset;
      padding: 0 24px; }
      .how-do-i-start .steps .step {
        width: unset; }
        .how-do-i-start .steps .step h3 {
          width: unset; }
          .how-do-i-start .steps .step h3 span {
            width: unset; }
        .how-do-i-start .steps .step p {
          width: unset; }
    .how-do-i-start .info {
      width: 696px; }
  .kids p {
    width: 720px;
    margin: auto;
    margin-top: 24px; }
  .what-you-can-invest-in p {
    width: 720px;
    margin: auto;
    margin-bottom: 48px; }
  #content .what-our-customers-say .testimonial-container {
    width: 684px;
    margin: auto; }
    #content .what-our-customers-say .testimonial-container blockquote {
      margin: 0;
      width: unset; }
    #content .what-our-customers-say .testimonial-container a:nth-child(even) .testimonial {
      direction: rtl; }
    #content .what-our-customers-say .testimonial-container .testimonial {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      width: 684px;
      margin: auto;
      column-gap: 50px;
      margin-bottom: 48px; }
      #content .what-our-customers-say .testimonial-container .testimonial .quote {
        margin: auto;
        vertical-align: middle;
        direction: ltr;
        width: 317px; }
      #content .what-our-customers-say .testimonial-container .testimonial img {
        margin: 0; } }

@media (min-width: 873px) {
  #content > .sign-up-today {
    padding-top: 104px;
    padding-bottom: 93px;
    grid-template-areas: "phone copy";
    grid-template-columns: repeat(2, 1fr); }
    #content > .sign-up-today .container {
      margin-left: 24px;
      max-width: 412px;
      padding-top: 0; }
    #content > .sign-up-today h2 {
      text-align: left; }
    #content > .sign-up-today .sign-up-device {
      height: 637px;
      background-position-x: right;
      margin-top: 0; }
      #content > .sign-up-today .sign-up-device img {
        width: 458px;
        margin-top: 0; }
    #content > .sign-up-today .sign-up-text ul li {
      text-align: left;
      max-width: 412px; } }

@media (min-width: 1024px) {
  #content > .making-investing-easy {
    width: unset;
    padding-top: 0; }
    #content > .making-investing-easy .intro h1 {
      font-size: 80px;
      line-height: 85px;
      text-align: left; }
    #content > .making-investing-easy .intro p {
      text-align: left; }
    #content > .making-investing-easy .intro a.button {
      margin: 0; }
    #content > .making-investing-easy .mie-container {
      width: 1024px;
      display: grid;
      grid-template-columns: 50% 50%;
      margin: auto; }
    #content > .making-investing-easy .phone .phone-container {
      background-repeat: no-repeat;
      height: 699px;
      width: 516px;
      margin-top: 11px; }
      #content > .making-investing-easy .phone .phone-container iframe.mobile {
        width: 100%;
        height: 510px;
        margin-top: 40px;
        margin-left: -16px; }
  .how-much .container {
    margin: auto; }
  .how-much .how-much-wrapper {
    display: grid;
    grid-template-columns: 411px 413px;
    grid-gap: 0 48px; }
    .how-much .how-much-wrapper h1, .how-much .how-much-wrapper p, .how-much .how-much-wrapper label, .how-much .how-much-wrapper ul {
      text-align: left;
      width: unset; }
    .how-much .how-much-wrapper .amounts {
      margin-top: 48px; }
      .how-much .how-much-wrapper .amounts .the-amounts {
        text-align: left;
        width: unset; }
      .how-much .how-much-wrapper .amounts .the-amounts-info {
        text-align: left; }
    .how-much .how-much-wrapper .return-estimate {
      width: 411px; }
      .how-much .how-much-wrapper .return-estimate #messages {
        margin-bottom: 0; }
        .how-much .how-much-wrapper .return-estimate #messages div {
          width: 411px; }
  .how-much p.info {
    text-align: left; }
  .how-much .amounts .the-amounts, .how-much .amounts li {
    text-align: left; }
  .sign-up-today .container {
    margin-left: 24px; }
  .sign-up-today .sign-up-device {
    background-position-x: left;
    margin-right: 0; }
  .what-our-customers-say .testimonial-container .testimonial {
    width: 877px; }
    .what-our-customers-say .testimonial-container .testimonial .quote {
      width: 413px; }
    .what-our-customers-say .testimonial-container .testimonial img {
      width: 413px; }
  .how-do-i-start {
    width: 837px; }
    .how-do-i-start .steps {
      grid-template-columns: repeat(3, 1fr); }
      .how-do-i-start .steps .step {
        text-align: left; }
  .what-you-can-invest-in .autoinvest-homepage .autoinvest-orders {
    display: flex;
    flex-direction: row;
    width: 872px;
    align-content: space-between;
    margin-bottom: 0; } }

.from-the-blog .posts, .from-the-blog .us-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 48px;
  color: #47436e; }
  .from-the-blog .posts > a, .from-the-blog .us-posts > a {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: #47436e;
    text-decoration: none; }
    .from-the-blog .posts > a img, .from-the-blog .us-posts > a img {
      height: 274px;
      object-fit: cover; }

@media (max-width: 800px) {
  .from-the-blog .posts, .from-the-blog .us-posts {
    grid-template-columns: 1fr; } }

.from-the-blog p {
  text-align: center;
  color: #47436e; }
  .from-the-blog p.date {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0; }

#content .what-cost table td {
  font-family: CentraNo2-Bold; }

.investor-survey-2019 p {
  text-align: center; }

.investor-survey-2019 img {
  display: block;
  width: 266px;
  margin: 24px auto 48px; }
  @media (min-width: 600px) {
    .investor-survey-2019 img {
      width: 484px;
      margin: 56px auto; } }

#content > div.gifts {
  padding: 0; }

.gifts {
  padding: 0;
  text-align: center; }
  .gifts > div {
    padding: 48px 0 54px; }
    @media (min-width: 857px) {
      .gifts > div {
        padding: 88px 0 96px; } }
  .gifts h1 {
    margin-top: 24px;
    font-size: 60px;
    line-height: 65px;
    color: white; }
  .gifts .terms-conditions {
    margin-top: 24px;
    font-size: 16px; }
    .gifts .terms-conditions a {
      color: white;
      text-decoration: underline; }
  .gifts .give {
    background: #ef496f; }
    .gifts .give .gift-intro {
      padding-top: 0;
      width: 273px;
      margin: auto; }
      .gifts .give .gift-intro h2 {
        color: white; }
      .gifts .give .gift-intro .button {
        width: 200px; }
    .gifts .give .gifts-hero {
      height: 250px;
      width: 400px;
      display: block;
      margin: 0 auto;
      margin-top: 24px;
      background-image: url("https://www.sharesies.nz/assets/images/sharesies_gifts_small.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center; }
  .gifts .how-it-works {
    background: white;
    color: #47436e; }
    .gifts .how-it-works > .container > p {
      padding: 0 24px; }
    .gifts .how-it-works .step {
      margin: auto;
      width: 273px; }
      .gifts .how-it-works .step .step-left {
        display: block;
        color: #32bcad;
        font-family: Tiki-Magic;
        font-weight: 100;
        font-size: 148px;
        height: 135px;
        line-height: 148px; }
      .gifts .how-it-works .step h3 {
        font-family: CentraNo2-Bold;
        font-size: 28px; }
      .gifts .how-it-works .step p {
        text-align: center; }
      .gifts .how-it-works .step a {
        text-decoration: underline;
        color: inherit; }
  .gifts .how-to-redeem {
    background: #32bcad;
    color: white;
    padding: 48px 24px 54px; }
    @media (min-width: 857px) {
      .gifts .how-to-redeem {
        padding: 80px 0 88px; } }
    .gifts .how-to-redeem h2 {
      font-family: CentraNo2-Bold;
      font-size: 48px;
      line-height: 58px;
      color: white;
      margin-bottom: 48px; }
    .gifts .how-to-redeem h3 {
      font-size: 28px;
      color: white;
      line-height: 36px; }
  .gifts .create {
    background: url("https://www.sharesies.nz/assets/images/choice-pattern.svg");
    background-color: #feef92; }
    .gifts .create .terms-conditions {
      color: #47436e; }
      .gifts .create .terms-conditions a {
        color: #47436e; }
    .gifts .create .button {
      width: 290px; }

@media (min-width: 700px) {
  .gifts .give .gift-intro {
    width: 689px; }
  .gifts .redeem-step {
    width: 411px;
    margin: auto; } }

@media (min-width: 900px) {
  .gifts h1 {
    margin-top: 0;
    font-size: 80px;
    line-height: 85px; }
  .gifts .how-it-works .step {
    width: unset;
    display: grid;
    grid-template-columns: 182px 642px;
    grid-gap: 48px; }
    .gifts .how-it-works .step h3, .gifts .how-it-works .step p {
      text-align: left; }
    .gifts .how-it-works .step h3 {
      margin-top: 13px;
      margin-bottom: 8px; }
    .gifts .how-it-works .step p {
      margin-top: 0; }
  .gifts hr {
    width: 872px; }
  .gifts .redeem-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 24px; }
    .gifts .redeem-wrapper .redeem-step {
      margin: 0; } }

@media (min-width: 1000px) {
  .gifts .give {
    display: grid;
    grid-template-columns: 411px 402px;
    margin: auto; }
    .gifts .give .gift-intro {
      width: unset;
      text-align: left; }
      .gifts .give .gift-intro h1 {
        text-align: left; }
      .gifts .give .gift-intro .button {
        margin-left: 0; }
    .gifts .give .gifts-hero {
      margin: auto;
      background-image: url("https://www.sharesies.nz/assets/images/sharesies_gifts_large.png");
      height: 400px;
      width: 700px;
      margin-top: -100px;
      margin-left: -150px; } }

@media (min-width: 1200px) {
  .gifts .give .gifts-hero {
    height: 500px;
    width: 900px;
    margin-left: -170px; } }

#content > div.were-hiring {
  padding: 0; }
  #content > div.were-hiring > div {
    padding: 48px 24px 54px; }
    @media (min-width: 857px) {
      #content > div.were-hiring > div {
        padding: 88px 24px 96px; } }
  #content > div.were-hiring > .come-work-with-us {
    padding: 0; }
  #content > div.were-hiring > .sharesies-team {
    padding-left: 0;
    padding-right: 0; }

.were-hiring {
  margin-top: 0; }
  .were-hiring p {
    text-align: center;
    line-height: 30px; }
  .were-hiring hr {
    display: none; }
  .were-hiring > .come-work-with-us {
    background-image: url("https://www.sharesies.nz/assets/images/gold-awards.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 119px;
    display: table;
    position: relative;
    padding: 0; }
    .were-hiring > .come-work-with-us h1 {
      color: white;
      font-size: 28px;
      vertical-align: middle;
      display: table-cell;
      z-index: 1;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      line-height: 32px; }
  .were-hiring .come-work-with-us::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.35); }
  .were-hiring .kia-ora .button {
    width: 160px; }
  .were-hiring .kia-ora > .container p:first-child {
    margin-top: 0; }
  .were-hiring .what-its-like {
    padding: 54px 0;
    background: #ef496f;
    color: white; }
    .were-hiring .what-its-like h2 {
      color: white; }
    .were-hiring .what-its-like .value {
      margin-top: 54px; }
      .were-hiring .what-its-like .value h3 {
        width: 258px;
        line-height: 48px;
        font-family: CentraNo2-Bold;
        color: #feef92;
        font-size: 48px;
        font-weight: 100;
        text-align: center;
        margin: auto; }
  .were-hiring .what-we-offer {
    padding: 54px 0; }
    .were-hiring .what-we-offer h4 {
      margin-top: 54px;
      font-size: 28px; }
  .were-hiring .sharesies-team {
    position: relative; }
    .were-hiring .sharesies-team::after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 0;
      background-color: rgba(0, 0, 0, 0.35); }
    .were-hiring .sharesies-team a.button {
      width: 260px;
      /* Need a specific value to work */
      position: absolute;
      left: 50%;
      margin-bottom: 48px;
      transform: translate(-50%, 0);
      bottom: 0;
      z-index: 1; }

@media (min-width: 400px) {
  .kia-ora p {
    width: unset; } }

@media (min-width: 800px) {
  .container .value-container {
    margin-top: 54px;
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    .container .value-container .value {
      width: 258px;
      margin-top: 0; }
  .were-hiring .come-work-with-us {
    height: 537px; }
    .were-hiring .come-work-with-us h1 {
      font-size: 48px; }
  .were-hiring .kia-ora .container {
    width: 689px; }
  .were-hiring .what-its-like {
    padding: 88px 0; }
  .were-hiring p:not:first-child {
    text-align: left;
    margin-bottom: 54px; }
  .were-hiring .what-we-offer {
    padding-top: 88px;
    padding-bottom: 0; }
  .were-hiring hr {
    display: block;
    margin-bottom: 54px; } }

@media (min-width: 1000px) {
  .offer-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px; }
    .offer-container .offering:not:last-child {
      margin-bottom: 54px; }
    .offer-container .offering h3, .offer-container .offering p {
      text-align: left; }
    .offer-container .offering h3 {
      margin-top: 0; } }

header#header, body.homepage header#header.fixed {
  padding-top: 16px;
  padding-right: 24px; }
  header#header .header-inner, body.homepage header#header.fixed .header-inner {
    padding-top: 0;
    margin: auto; }
  header#header #logoImage a, body.homepage header#header.fixed #logoImage a {
    display: block;
    background-image: url("https://www.sharesies.nz/assets/logos/sharesies-pineapple-pink.svg");
    height: 43px;
    width: 30px; }
    header#header #logoImage a img, body.homepage header#header.fixed #logoImage a img {
      visibility: hidden; }
  header#header .mobile-nav-toggle, body.homepage header#header.fixed .mobile-nav-toggle {
    margin-top: -16px; }
    header#header .mobile-nav-toggle div, body.homepage header#header.fixed .mobile-nav-toggle div {
      background-color: #ef496f;
      width: 16px; }
  header#header #headerNav nav, body.homepage header#header.fixed #headerNav nav {
    font-size: 18px; }
    header#header #headerNav nav a, body.homepage header#header.fixed #headerNav nav a {
      color: #ef496f;
      transition: color 0.5s ease;
      font-family: CentraNo2-Book; }
      header#header #headerNav nav a:hover, body.homepage header#header.fixed #headerNav nav a:hover {
        color: #FC6F83; }
    header#header #headerNav nav div:last-child a, body.homepage header#header.fixed #headerNav nav div:last-child a {
      font-size: 17px;
      border: 2px solid #ef496f;
      background: white;
      transition: border-color 0.5s ease;
      width: 120px;
      height: 61px;
      line-height: 61px;
      padding: 0px !important;
      text-align: center; }
      header#header #headerNav nav div:last-child a:hover, body.homepage header#header.fixed #headerNav nav div:last-child a:hover {
        border-color: #FC6F83; }
    header#header #headerNav nav .active a, body.homepage header#header.fixed #headerNav nav .active a {
      color: #323232; }

body.homepage header#header:not(.fixed) {
  color: white;
  background-color: #ef496f; }
  body.homepage header#header:not(.fixed) #logoImage a {
    background-image: url("https://www.sharesies.nz/assets/logos/sharesies-pineapple-white.svg"); }
  body.homepage header#header:not(.fixed) .mobile-nav-toggle div {
    background-color: white; }
  body.homepage header#header:not(.fixed) #headerNav nav a {
    color: white; }
  body.homepage header#header:not(.fixed) #headerNav nav div:last-child a {
    background: #ef496f;
    border: 2px solid white; }

header#header {
  transition: opacity .14s ease-in-out, visibility 0s 0s linear, top .14s ease-in-out; }
  header#header.hide {
    visibility: hidden;
    opacity: 0; }
  header#header.fixed {
    position: fixed;
    visibility: visible;
    opacity: 1;
    top: 0; }

@media (min-width: 1000px) {
  header#header #logoImage {
    width: 160px; }
    header#header #logoImage a {
      display: block;
      background-image: url("https://www.sharesies.nz/assets/images/sharesies-pink.svg");
      height: 43px;
      width: 154px;
      max-width: 154px; }
      header#header #logoImage a img {
        visibility: hidden; }
  body.homepage header#header:not(.fixed) #logoImage a {
    background-image: url("https://www.sharesies.nz/assets/images/sharesies-white.svg");
    width: 154px; }
  body.homepage header#header.fixed #logoImage a {
    background-image: url("https://www.sharesies.nz/assets/images/sharesies-pink.svg");
    width: 154px; } }

.terms-and-conditions {
  max-width: 58%;
  margin: auto; }
  .terms-and-conditions h1 {
    margin-top: 54px; }
  .terms-and-conditions p {
    color: #555555;
    font-size: 18px; }
    .terms-and-conditions p a {
      color: #ef496f;
      cursor: pointer; }
  .terms-and-conditions h2,
  .terms-and-conditions h3 {
    text-align: left; }
  .terms-and-conditions h2 {
    font-size: 24px;
    line-height: 150%; }
  .terms-and-conditions h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px; }
  .terms-and-conditions h4 {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0; }
  .terms-and-conditions li {
    color: #555555;
    font-size: 18px; }

@media (max-width: 640px) {
  .terms-and-conditions {
    max-width: unset;
    margin: 0;
    margin-left: 24px;
    margin-right: 24px; } }

#content > div.blog-item {
  padding-top: 0; }
  #content > div.blog-item article footer {
    margin: 24px; }

#content > div.blog-list {
  padding-top: 0; }

.sqs-featured-posts-gallery .title-desc-wrapper time.post-date {
  display: none; }

.sqs-featured-posts-gallery .title-desc-wrapper .post-title a {
  font-family: SharpSansDisplayNo2-Bold;
  color: white;
  text-transform: none;
  display: block;
  padding: 0 24px; }

.banner-slideshow-controls-arrows .sqs-featured-posts-gallery .arrow.previous-slide, .banner-slideshow-controls-arrows .sqs-featured-posts-gallery .arrow.next-slide {
  color: white !important; }

body.hide-blog-sidebar.collection-type-blog.view-list .sqs-featured-posts-gallery .gallery-wrapper .posts .post a.view-post {
  display: none; }

body.hide-blog-sidebar.collection-type-blog.view-list p.filter-heading {
  max-width: 651px;
  margin-bottom: 24px; }
  body.hide-blog-sidebar.collection-type-blog.view-list p.filter-heading a {
    color: #ef496f;
    border: 1px solid #ef496f;
    border-radius: 16px;
    font-family: CentraNo2-Book;
    line-height: 16px;
    padding: 8px 16px; }
    body.hide-blog-sidebar.collection-type-blog.view-list p.filter-heading a span {
      padding-left: 8px; }

body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article {
  padding: 24px; }
  body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article.entry {
    margin-top: 0; }
  body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-header {
    margin: 0 auto; }
    body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-header h1.entry-title {
      text-align: left;
      display: block; }
      body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-header h1.entry-title a {
        font-family: CentraNo2-Bold;
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        color: #47436e; }
    body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-header .meta-below-title {
      margin-left: 0;
      padding-left: 0; }
  body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-content div.p-summary p {
    color: #555;
    font-size: 16px;
    line-height: 24px; }
  body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-content p.entry-more-link a {
    font-size: 16px;
    line-height: 24px;
    color: #ef496f;
    text-decoration: underline; }
    body.hide-blog-sidebar.collection-type-blog.view-list .blog-list article .entry-content p.entry-more-link a::after {
      content: ' '; }

#content .autoinvest {
  padding: 0; }
  #content .autoinvest a {
    text-decoration: underline;
    font-weight: 500; }
  #content .autoinvest p {
    text-align: center; }
  #content .autoinvest .autoinvest-header {
    margin: 0;
    padding: 78px 24px 93px;
    background-color: #32BCAD;
    color: white; }
    @media (min-width: 800px) {
      #content .autoinvest .autoinvest-header {
        padding-top: 115px; } }
    #content .autoinvest .autoinvest-header h1 {
      color: white;
      font-size: 60px;
      line-height: 65px;
      max-width: 871px; }
    #content .autoinvest .autoinvest-header p {
      max-width: 791px; }
    #content .autoinvest .autoinvest-header h1, #content .autoinvest .autoinvest-header p {
      margin-left: auto;
      margin-right: auto; }
  #content .autoinvest .autoinvest-details {
    padding: 48px 24px 133px;
    background: white; }
    @media (min-width: 800px) {
      #content .autoinvest .autoinvest-details {
        padding-top: 108px; } }
    #content .autoinvest .autoinvest-details hr {
      margin: 80px auto;
      max-width: 871px; }
      #content .autoinvest .autoinvest-details hr.hide-mobile {
        display: none;
        margin: auto;
        margin-top: 80px;
        margin-bottom: 32px; }
        @media (min-width: 900px) {
          #content .autoinvest .autoinvest-details hr.hide-mobile {
            display: block; } }
    #content .autoinvest .autoinvest-details > p {
      margin: 0 auto 32px auto;
      max-width: 661px; }
    #content .autoinvest .autoinvest-details .premade-orders {
      text-align: center;
      margin: auto;
      max-width: 661px; }
      @media (min-width: 800px) {
        #content .autoinvest .autoinvest-details .premade-orders {
          display: flex;
          flex-direction: row;
          margin-bottom: 37px; } }
      #content .autoinvest .autoinvest-details .premade-orders p {
        text-align: center; }
      #content .autoinvest .autoinvest-details .premade-orders .order-list {
        list-style-type: none;
        padding: 0;
        width: 251px;
        margin: auto; }
        @media (min-width: 800px) {
          #content .autoinvest .autoinvest-details .premade-orders .order-list {
            width: 324px; } }
        #content .autoinvest .autoinvest-details .premade-orders .order-list .order {
          padding-bottom: 24px; }
          #content .autoinvest .autoinvest-details .premade-orders .order-list .order img {
            width: 40px;
            height: 40px;
            display: block; }
          #content .autoinvest .autoinvest-details .premade-orders .order-list .order a {
            color: #4e4b74;
            letter-spacing: 0px;
            font-size: 22px;
            line-height: 36px;
            display: flex;
            flex-direction: row;
            text-align: left;
            text-decoration: none; }
            #content .autoinvest .autoinvest-details .premade-orders .order-list .order a > div {
              margin-left: 18px;
              text-align: left; }
              #content .autoinvest .autoinvest-details .premade-orders .order-list .order a > div span {
                font-family: CentraNo2-Book;
                font-weight: 500;
                text-decoration: underline; }
              #content .autoinvest .autoinvest-details .premade-orders .order-list .order a > div div {
                font-weight: 300;
                font-size: 16px;
                line-height: 22px; }
      #content .autoinvest .autoinvest-details .premade-orders .right-side {
        margin: auto;
        margin-bottom: 37px;
        width: 305px; }
        @media (min-width: 800px) {
          #content .autoinvest .autoinvest-details .premade-orders .right-side {
            padding-bottom: 0;
            margin-bottom: 12px; } }
    #content .autoinvest .autoinvest-details .diy-orders {
      margin: auto;
      max-width: 661px; }
      #content .autoinvest .autoinvest-details .diy-orders a {
        color: #4e4b74;
        font-size: 22px;
        line-height: 36px; }
      #content .autoinvest .autoinvest-details .diy-orders p.small {
        font-size: 16px;
        line-height: 26px; }
    #content .autoinvest .autoinvest-details .autoinvest-columns {
      margin: auto; }
      #content .autoinvest .autoinvest-details .autoinvest-columns .column {
        margin-bottom: 64px; }
        #content .autoinvest .autoinvest-details .autoinvest-columns .column h2 {
          font-size: 36px;
          line-height: 42px; }
        #content .autoinvest .autoinvest-details .autoinvest-columns .column p {
          margin: 0 auto; }
        #content .autoinvest .autoinvest-details .autoinvest-columns .column a {
          width: 272px;
          height: 56px;
          color: #ef496f;
          font-size: 22px;
          font-weight: 300;
          letter-spacing: 0px;
          line-height: 28px;
          text-decoration: none; }
        #content .autoinvest .autoinvest-details .autoinvest-columns .column hr {
          margin-top: 25px;
          margin-bottom: 28px; }
        #content .autoinvest .autoinvest-details .autoinvest-columns .column.column2 p {
          margin-bottom: 24px; }
      @media (min-width: 900px) {
        #content .autoinvest .autoinvest-details .autoinvest-columns {
          display: flex;
          flex-direction: row;
          max-width: 871px; }
          #content .autoinvest .autoinvest-details .autoinvest-columns .column {
            width: 380px;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: 50px; }
          #content .autoinvest .autoinvest-details .autoinvest-columns .column2 {
            margin-left: 50px;
            margin-right: auto; } }
  #content .autoinvest .start-investing {
    background-color: #EF496F;
    color: white;
    padding: 56px 24px 64px 24px; }
    #content .autoinvest .start-investing h2 {
      color: white; }
    #content .autoinvest .start-investing p {
      width: 228px;
      margin: auto; }
      @media (min-width: 400px) {
        #content .autoinvest .start-investing p {
          width: auto; } }
    #content .autoinvest .start-investing a {
      text-decoration: none;
      font-weight: 300; }
  #content .autoinvest .order-details.padded-top {
    padding-top: 48px; }
  #content .autoinvest .order-details img {
    height: 80px;
    width: 80px;
    display: block;
    margin: auto; }
  #content .autoinvest .order-details p {
    text-align: left; }
  #content .autoinvest .order-details h2 {
    margin: 32px -8px 48px -8px; }
  #content .autoinvest .order-details h3 {
    line-height: 34px;
    font-size: 18px;
    font-weight: bold;
    text-align: left; }
  #content .autoinvest .order-details .order-wrapper {
    max-width: 871px;
    margin: auto; }
    #content .autoinvest .order-details .order-wrapper .order-left p {
      font-size: 20px; }
      #content .autoinvest .order-details .order-wrapper .order-left p.who-for {
        font-size: 16px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 48px; }
    #content .autoinvest .order-details .order-wrapper .order-right {
      background-color: #f9f8f6;
      margin-left: -32px;
      margin-right: -32px;
      padding: 32px 24px 40px 24px; }
      #content .autoinvest .order-details .order-wrapper .order-right.order-right-diy {
        background-color: #ffffff;
        padding-top: 0; }
        #content .autoinvest .order-details .order-wrapper .order-right.order-right-diy img {
          width: 288px;
          height: auto; }
    @media (min-width: 900px) {
      #content .autoinvest .order-details .order-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        #content .autoinvest .order-details .order-wrapper .order-left {
          width: 459px; }
          #content .autoinvest .order-details .order-wrapper .order-left p {
            margin-top: 0; }
        #content .autoinvest .order-details .order-wrapper .order-right {
          margin-left: 0;
          margin-right: 0; } }
  #content .autoinvest .funds {
    background: #f9f8f6;
    margin: 0 -24px 32px;
    padding: 28px 24px 40px; }
  #content .autoinvest .fund {
    display: grid;
    grid-template-areas: "image title allocation";
    grid-template-columns: auto 1fr 44px;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 8px; }
    @media (min-width: 900px) {
      #content .autoinvest .fund {
        width: 304px; } }
    #content .autoinvest .fund .fundImage {
      width: 60px;
      height: 60px;
      margin: 10px 0 10px 10px;
      border-radius: 2px;
      background-size: cover;
      background-position: center; }
    #content .autoinvest .fund .title {
      grid-area: title;
      margin: 8px; }
      #content .autoinvest .fund .title h4 {
        font-weight: 400;
        font-family: CentraNo2-Book, sans-serif;
        font-size: 16px;
        line-height: 24px;
        line-height: 20px;
        margin-bottom: 4px;
        color: #323232;
        text-align: left;
        margin-top: 0; }
      #content .autoinvest .fund .title svg {
        width: 12px;
        height: 12px;
        fill: currentColor; }
      #content .autoinvest .fund .title div {
        font-weight: 400;
        font-family: CentraNo2-Book, sans-serif;
        font-size: 12px;
        line-height: 16px;
        display: flex;
        align-items: center;
        color: #555555; }
        #content .autoinvest .fund .title div svg {
          margin-right: 4px; }
    #content .autoinvest .fund .allocation {
      grid-area: allocation;
      text-align: center;
      font-weight: 400;
      font-family: CentraNo2-Book, sans-serif;
      font-size: 12px;
      line-height: 16px;
      color: #555555;
      padding: 16px 0 0;
      box-sizing: border-box;
      border-left: 1px solid #f9f8f6; }
      #content .autoinvest .fund .allocation svg {
        display: inline-block;
        margin-bottom: 8px;
        width: 24px;
        height: 24px; }

div#content div.lunch-money {
  padding: 0; }
  div#content div.lunch-money .subscribe {
    padding: 80px 20px 0; }
    div#content div.lunch-money .subscribe h1 {
      margin-bottom: 66px; }
  div#content div.lunch-money .cols {
    padding-bottom: 88px; }
    @media (min-width: 884px) {
      div#content div.lunch-money .cols {
        display: flex; } }
    @media (min-width: 884px) {
      div#content div.lunch-money .cols > div:first-child {
        text-align: left;
        width: 413px; }
        div#content div.lunch-money .cols > div:first-child h1 {
          text-align: left; }
        div#content div.lunch-money .cols > div:first-child p:first-child {
          margin-top: 0; }
        div#content div.lunch-money .cols > div:first-child p:last-child {
          margin-bottom: 0; } }
    div#content div.lunch-money .cols > div:last-child h2 {
      font-size: 28px;
      line-height: 30px; }
    @media (min-width: 884px) {
      div#content div.lunch-money .cols > div:last-child {
        margin-left: 40px;
        width: 413px; }
        div#content div.lunch-money .cols > div:last-child h2 {
          text-align: left; } }
    div#content div.lunch-money .cols > div:last-child .formkit-form {
      display: block !important;
      background-color: #f9f8f6 !important;
      border: 0 !important;
      padding: 0 !important; }
      div#content div.lunch-money .cols > div:last-child .formkit-form > div {
        padding: 20px !important; }
        div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-header, div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-subheader {
          display: none; }
        div#content div.lunch-money .cols > div:last-child .formkit-form > div input {
          background-color: #f9f8f6 !important;
          border: 0 !important; }
        div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-fields {
          margin-top: 32px; }
          div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-fields .formkit-field {
            border-bottom: 1px solid #ded8cf !important;
            margin-bottom: 60px; }
            div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-fields .formkit-field .formkit-input {
              padding: 16px;
              height: 26px; }
          div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-fields .formkit-submit {
            border-radius: 50px !important;
            height: 65px;
            margin-bottom: 56px;
            width: 290px !important; }
            div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-fields .formkit-submit span {
              font-size: 20px;
              font-weight: 300; }
        div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-guarantee {
          margin-bottom: 0; }
          div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-guarantee p {
            text-align: left;
            line-height: 21px !important;
            margin-bottom: 0;
            font-size: 14px; }
            div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-guarantee p > span {
              color: #47436e !important; }
            div#content div.lunch-money .cols > div:last-child .formkit-form > div .formkit-guarantee p a span {
              color: #686868 !important; }
  div#content div.lunch-money .whats-in-each-email {
    background-color: #fdddce;
    margin: auto; }
    div#content div.lunch-money .whats-in-each-email .container {
      padding: 84px 20px 88px; }
      @media (min-width: 884px) {
        div#content div.lunch-money .whats-in-each-email .container {
          padding-left: 0;
          padding-right: 0; } }
      div#content div.lunch-money .whats-in-each-email .container .sandwich {
        background-image: url(/assets/images/lunchmoney.png);
        background-repeat: no-repeat;
        background-position: center;
        margin: auto; }
        @media (min-width: 884px) {
          div#content div.lunch-money .whats-in-each-email .container .sandwich {
            height: 252px;
            width: 783px; } }
      div#content div.lunch-money .whats-in-each-email .container h2 {
        font-size: 36px;
        line-height: 42px;
        margin: 14px 0 24px; }
      @media (min-width: 884px) {
        div#content div.lunch-money .whats-in-each-email .container .days {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          grid-gap: 41px; }
          div#content div.lunch-money .whats-in-each-email .container .days div h3 {
            font-size: 28px;
            line-height: 30px; }
          div#content div.lunch-money .whats-in-each-email .container .days div p {
            margin: 0; } }

#content > .us-shares, #content > .general {
  padding: 0; }

.us-shares a {
  color: #413e63;
  text-decoration: underline; }

.us-shares a.button {
  text-decoration: none; }

.us-shares p.small {
  font-size: 18px;
  line-height: 24px; }

.us-shares .general {
  padding-top: 0px; }
  .us-shares .general h1, .us-shares .general h2, .us-shares .general p {
    text-align: center; }

.us-shares .us-spacer {
  height: 88px; }

.us-shares .illustration {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.us-shares .two-column-box ul, .us-shares .two-column-logos ul, .us-shares .three-column-box ul, .us-shares .general ul {
  list-style-type: none;
  padding-left: 0; }
  @media (min-width: 873px) {
    .us-shares .two-column-box ul, .us-shares .two-column-logos ul, .us-shares .three-column-box ul, .us-shares .general ul {
      list-style-type: disc;
      padding-left: 40px; } }

.us-shares .intro .two-column-box.container {
  padding-top: 88px;
  padding-bottom: 88px;
  align-items: flex-end; }

.us-shares .peachy {
  background-color: #ffe6da; }
  .us-shares .peachy h1 {
    color: #ef496f; }

.us-shares .minty {
  background-color: #cbe8dd; }

.us-shares .two-column-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .us-shares .two-column-box.mobile-reverse {
    flex-direction: column-reverse; }
  .us-shares .two-column-box.container {
    max-width: 1051px;
    padding: 0 24px; }
  .us-shares .two-column-box h1, .us-shares .two-column-box h2, .us-shares .two-column-box h3 {
    margin-bottom: 12px; }
  .us-shares .two-column-box h3 {
    text-align: center; }
  .us-shares .two-column-box .text {
    text-align: center;
    margin: 0 auto 0; }
    .us-shares .two-column-box .text p {
      margin-bottom: 32px; }
  .us-shares .two-column-box .middle {
    height: 32px; }
  .us-shares .two-column-box .illustration {
    width: 100%;
    height: 323px; }
    @media (min-width: 551px) {
      .us-shares .two-column-box .illustration {
        width: 496px;
        margin-left: auto;
        margin-right: auto; } }
  .us-shares .two-column-box h3 {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    width: 100%; }
    .us-shares .two-column-box h3.amp-capital, .us-shares .two-column-box h3.pathfinder, .us-shares .two-column-box h3.pie-funds, .us-shares .two-column-box h3.smartshares {
      height: 72px; }
    .us-shares .two-column-box h3.amp-capital {
      background-image: url("/assets/images/managed-funds/managed-funds-amp-capital.png"); }
    .us-shares .two-column-box h3.pathfinder {
      background-image: url("/assets/images/managed-funds/managed-funds-pathfinder.png"); }
    .us-shares .two-column-box h3.pie-funds {
      background-image: url("/assets/images/managed-funds/managed-funds-pie-funds.png"); }
    .us-shares .two-column-box h3.smartshares {
      background-image: url("/assets/images/managed-funds/managed-funds-smartshares.png"); }
  .us-shares .two-column-box ul li {
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 28px; }

@media (min-width: 873px) {
  .us-shares .two-column-box {
    flex-direction: row;
    padding-top: 94px;
    padding-bottom: 105px;
    align-items: flex-start; }
    .us-shares .two-column-box.mobile-reverse {
      flex-direction: row; }
    .us-shares .two-column-box .text, .us-shares .two-column-box .illustration, .us-shares .two-column-box h1, .us-shares .two-column-box h2, .us-shares .two-column-box h3 {
      text-align: left;
      margin-top: 0; }
    .us-shares .two-column-box .text, .us-shares .two-column-box .illustration {
      width: 496px; }
    .us-shares .two-column-box .middle {
      width: 60px; }
    .us-shares .two-column-box .text {
      margin-bottom: 0px; }
      .us-shares .two-column-box .text .button {
        margin-left: 0; }
    .us-shares .two-column-box h3 {
      background-position: left; } }

.us-shares .three-column-box {
  margin: 0 24px; }
  .us-shares .three-column-box h2, .us-shares .three-column-box h3, .us-shares .three-column-box p {
    text-align: center; }
  .us-shares .three-column-box h2, .us-shares .three-column-box h3 {
    font-size: 32px;
    line-height: 42px; }
  .us-shares .three-column-box .inbetween {
    height: 52px; }
  .us-shares .three-column-box p {
    font-size: 18px;
    line-height: 24px; }
  .us-shares .three-column-box .illustration {
    max-width: 308px;
    height: 214px;
    margin: auto;
    background-position: center; }
  .us-shares .three-column-box .home-market-depth {
    background-image: url("/assets/images/home/home-market-depth.png"); }
  .us-shares .three-column-box .home-auto-invest {
    background-image: url("/assets/images/home/home-auto-invest.png"); }
  .us-shares .three-column-box .home-kids-account {
    background-image: url("/assets/images/home/home-kids-account.png"); }
  .us-shares .three-column-box .us-shares-nasdaq {
    height: 89px;
    background-image: url("/assets/images/us-shares/us-shares-nasdaq.png"); }
  .us-shares .three-column-box .us-shares-nyse {
    height: 89px;
    background-image: url("/assets/images/us-shares/us-shares-nyse.png"); }
  .us-shares .three-column-box .us-shares-cboe {
    height: 89px;
    background-image: url("/assets/images/us-shares/us-shares-cboe.png"); }
  @media (min-width: 873px) {
    .us-shares .three-column-box {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 826px;
      margin: 0 auto; }
      .us-shares .three-column-box .column {
        width: 246px; }
      .us-shares .three-column-box .inbetween {
        width: 64px; }
      .us-shares .three-column-box h2, .us-shares .three-column-box h3, .us-shares .three-column-box p {
        text-align: left; } }
  @media (min-width: 1096px) {
    .us-shares .three-column-box {
      width: 1048px;
      margin: 0 auto; }
      .us-shares .three-column-box .column {
        width: 296px; }
      .us-shares .three-column-box .inbetween {
        width: 81px; } }

.us-shares .why {
  background: #f9f8f6;
  padding: 48px 24px 56px; }
  .us-shares .why h2 {
    margin-top: 0;
    margin-bottom: 61px; }
  .us-shares .why h3 {
    margin: 0 auto 10px;
    font-size: 32px;
    line-height: 42px; }
  @media (min-width: 875px) {
    .us-shares .why {
      padding: 80px 0 88px; } }
  .us-shares .why p {
    color: #47436e;
    font-size: 18px;
    line-height: 24px; }
  .us-shares .why .middle {
    width: 69px; }
  .us-shares .why .us-spacer {
    height: 22px; }
  .us-shares .why .why-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .us-shares .why .why-row .why-item {
      margin-bottom: 22px; }
      .us-shares .why .why-row .why-item:last-child {
        margin-bottom: 0; }
    @media (min-width: 875px) {
      .us-shares .why .why-row {
        flex-direction: row; }
        .us-shares .why .why-row p, .us-shares .why .why-row h3 {
          text-align: left; }
        .us-shares .why .why-row .us-spacer {
          height: 54px; }
        .us-shares .why .why-row .why-list:first-child {
          margin-bottom: 0; }
        .us-shares .why .why-row .why-item {
          padding: 0;
          margin: 0;
          width: 402px; } }

.us-shares .number-list {
  padding: 98px 0 97px; }
  .us-shares .number-list .container {
    margin: auto; }
    .us-shares .number-list .container p {
      text-align: center; }
    .us-shares .number-list .container h2 {
      margin: 0 32px 0 32px;
      color: #47436e;
      font-family: SharpSansDisplayNo2-Bold;
      font-size: 48px;
      font-weight: bold;
      letter-spacing: 0px;
      line-height: 58px; }
    .us-shares .number-list .container ol {
      list-style: none;
      counter-reset: item;
      padding: 0;
      margin: 0;
      text-align: center; }
      .us-shares .number-list .container ol > li {
        counter-increment: item;
        list-style-position: outside;
        margin: 0; }
        .us-shares .number-list .container ol > li a {
          color: #413e63;
          text-decoration: underline; }
        .us-shares .number-list .container ol > li h3 {
          margin: 10px 14px 0 14px;
          color: #47436e;
          font-family: CentraNo2-Bold;
          font-size: 28px;
          line-height: 30px;
          text-align: center; }
        .us-shares .number-list .container ol > li p {
          margin: 10px 10px 0 10px;
          text-align: center; }
        .us-shares .number-list .container ol > li:before {
          content: counter(item);
          padding-top: 60px;
          padding-bottom: 15px;
          font-family: Tiki-Magic;
          font-size: 140px;
          letter-spacing: 0px;
          line-height: 96px;
          text-align: center;
          display: block; }
      .us-shares .number-list .container ol ul {
        padding: 12px 0 0 0; }
        .us-shares .number-list .container ol ul li {
          margin: 32px 24px 0 24px; }
          .us-shares .number-list .container ol ul li h4 {
            display: block;
            color: #47436e;
            font-family: CentraNo2-Bold;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 0px;
            line-height: 26px;
            text-align: center;
            margin-bottom: 0; }
          .us-shares .number-list .container ol ul li p {
            font-size: 18px;
            line-height: 26px; }
  @media (min-width: 875px) {
    .us-shares .number-list .container ol {
      display: inline-block;
      margin-top: 56px; }
      .us-shares .number-list .container ol > li {
        display: grid;
        grid-template-columns: 55px auto;
        column-gap: 52px;
        grid-template-areas: "numbers title" "numbers paragraph" ". description";
        margin-bottom: 64px; }
        .us-shares .number-list .container ol > li::before {
          display: block;
          grid-area: numbers;
          padding-top: 0;
          text-align: left; }
        .us-shares .number-list .container ol > li:last-child {
          margin-bottom: 0; }
        .us-shares .number-list .container ol > li h3 {
          text-align: left;
          grid-area: title;
          margin: 0; }
        .us-shares .number-list .container ol > li > p {
          text-align: left;
          grid-area: paragraph;
          margin-left: 0; }
        .us-shares .number-list .container ol > li ul {
          text-align: left;
          grid-area: description;
          padding-top: 0; }
          .us-shares .number-list .container ol > li ul li {
            margin-left: 0; }
            .us-shares .number-list .container ol > li ul li h4 {
              text-align: left;
              margin-top: 35px; }
            .us-shares .number-list .container ol > li ul li p {
              margin: 0;
              text-align: left; } }

.us-shares .logos-long {
  height: 154px;
  background-position: center;
  background-size: 1884px;
  padding: 0 24px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: auto 154px; }

.us-shares .etfs-long {
  background-image: url("/assets/images/etfs/etfs-on-sharesies.png"); }

.us-shares .nz-shares-long {
  background-image: url("/assets/images/nz-shares/nz-shares-on-sharesies.png"); }

.us-shares .us-shares-long {
  background-image: url("/assets/images/us-shares/us-shares-on-sharesies.png"); }

.us-shares .companies-long {
  background-image: url("/assets/images/companies/companies-on-sharesies.png"); }

.us-shares .etfs-hero {
  background-image: url("/assets/images/etfs/etfs-hero.png"); }

.us-shares .managed-funds-hero {
  background-image: url("/assets/images/managed-funds/managed-funds-hero.png"); }

.us-shares .pricing-hero {
  background-image: url("/assets/images/pricing/pricing-hero.png"); }

.us-shares .investments-hero {
  background-image: url("/assets/images/investments/investments-hero.png"); }

.us-shares .companies-hero {
  background-image: url("/assets/images/companies/companies-hero.png"); }

.us-shares .two-column-logos {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .us-shares .two-column-logos .logos-side {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 32px;
    height: 260px; }
  .us-shares .two-column-logos.mobile-reverse {
    flex-direction: column-reverse; }
  .us-shares .two-column-logos.container {
    max-width: 1051px;
    padding: 0 24px; }
  .us-shares .two-column-logos h2, .us-shares .two-column-logos h3 {
    margin-bottom: 12px; }
  .us-shares .two-column-logos a {
    color: #47436e;
    text-decoration: underline; }
    .us-shares .two-column-logos a.button {
      color: white;
      text-decoration: none; }
  .us-shares .two-column-logos .text {
    text-align: center;
    margin: 0 auto 0; }
    .us-shares .two-column-logos .text p {
      margin-bottom: 32px;
      font-size: 18px;
      line-height: 28px; }
  .us-shares .two-column-logos .middle {
    height: 0; }
  .us-shares .two-column-logos .etfs-nz-side {
    background-image: url("/assets/images/etfs/etfs-nz.png");
    height: 90px; }
  .us-shares .two-column-logos .etfs-us-side {
    background-image: url("/assets/images/etfs/etfs-us.png");
    height: 90px; }
  .us-shares .two-column-logos .companies-nz-side {
    background-image: url("/assets/images/companies/companies-nz.png");
    height: 210px; }
  .us-shares .two-column-logos .companies-us-side {
    background-image: url("/assets/images/companies/companies-us.png");
    height: 210px; }
  .us-shares .two-column-logos .investments-us-side {
    background-image: url("/assets/images/investments/investments-us.png");
    height: 210px; }
  .us-shares .two-column-logos .investments-nz-side {
    background-image: url("/assets/images/investments/investments-nz.png");
    height: 210px; }
  .us-shares .two-column-logos .home-us-shares-side {
    background-image: url("/assets/images/home/home-us-shares.png"); }
  .us-shares .two-column-logos .home-investment-options-side {
    background-image: url("/assets/images/home/home-investment-options.png"); }
  @media (min-width: 873px) {
    .us-shares .two-column-logos {
      flex-direction: row;
      padding-top: 94px;
      padding-bottom: 105px; }
      .us-shares .two-column-logos.mobile-reverse {
        flex-direction: row; }
      .us-shares .two-column-logos .text, .us-shares .two-column-logos h1, .us-shares .two-column-logos h2, .us-shares .two-column-logos h3, .us-shares .two-column-logos h4 {
        text-align: left;
        margin-top: 0; }
      .us-shares .two-column-logos h2 {
        font-size: 36px;
        line-height: 42px; }
      .us-shares .two-column-logos .text {
        width: 518px;
        margin-bottom: 0px; }
        .us-shares .two-column-logos .text .button {
          margin-left: 0; }
      .us-shares .two-column-logos .logos-side {
        width: 518px;
        margin-bottom: 0;
        height: 280px; }
      .us-shares .two-column-logos .middle {
        width: 52px; } }

.us-shares .regulatory {
  display: flex;
  justify-content: center; }
  .us-shares .regulatory img {
    width: 212px; }

.us-shares .grey {
  background: #f9f8f6; }

.us-shares .fraction-companies-funds {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-top: 24px; }

#content > .us-shares {
  padding: 0; }

.general h1, .general h2, .general p {
  text-align: center; }

.us-spacer {
  height: 88px; }

.illustration {
  background-repeat: no-repeat;
  background-size: contain; }

.intro .two-column-box.container {
  padding-top: 88px;
  padding-bottom: 88px; }

.peachy {
  background-color: #ffe6da; }
  .peachy h1 {
    color: #ef496f; }

.minty {
  background-color: #cbe8dd; }

.fees {
  padding: 48px 24px 56px;
  background-color: #fff; }
  @media (min-width: 875px) {
    .fees {
      padding: 80px 0 88px; } }
  .fees h2 {
    font-family: CentraNo2-Bold;
    margin-top: 0; }
  .fees h3 {
    font-family: CentraNo2-Bold;
    font-size: 28px;
    font-weight: bold; }
  .fees p {
    text-align: center;
    font-size: 18px;
    font-family: CentraNo2-Book;
    font-weight: 300;
    line-height: 24px;
    max-width: 664px;
    margin: auto; }
  .fees .container p:nth-child(3) {
    padding: 30px 0px 0px 0px; }
  .fees .container p:last-child {
    padding: 0; }
  .fees .fees-list {
    list-style-type: none;
    padding: 0;
    margin: 28px auto 62px;
    max-width: 508px; }
    .fees .fees-list li {
      margin: auto;
      text-align: center; }
    .fees .fees-list .grey {
      height: 200px;
      width: 200px;
      background-color: #eae3ef; }
      .fees .fees-list .grey .value {
        font-family: Tiki-Magic;
        font-size: 110px;
        line-height: 110px;
        padding-top: 14px; }
        .fees .fees-list .grey .value .percentage {
          font-size: 55px;
          line-height: 55px; }
    .fees .fees-list .plus {
      font-size: 48px;
      font-weight: bold;
      line-height: 58px;
      font-family: SharpSansDisplayNo2-Bold;
      padding: 0; }
    @media (min-width: 600px) {
      .fees .fees-list .grey .plus {
        margin-top: 14px; } }
    @media (min-width: 875px) {
      .fees .fees-list {
        display: flex;
        flex-direction: row; } }
  .fees table#fees-desktop {
    display: none; }
  .fees .fees-mobile-nav {
    text-align: center;
    margin: 22px auto 48px;
    color: #ded8cf; }
    .fees .fees-mobile-nav span {
      display: inline-block;
      width: 20px;
      cursor: pointer; }
      .fees .fees-mobile-nav span.tns-nav-active {
        color: #323232;
        cursor: initial; }
  .fees #fees-mobile {
    max-width: 320px;
    margin-bottom: 48px; }
  .fees .arithmetic {
    color: #cabfd2;
    font-family: SharpSansDisplayNo2-Bold;
    font-size: 36px; }
  .fees div.slider {
    margin: 32px auto 0;
    text-align: center; }
    .fees div.slider div.col {
      border-bottom: 4px solid #fff; }
      .fees div.slider div.col div:first-child, .fees div.slider div.col div:last-child {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        background-color: #47436E;
        color: white;
        padding: 26px 0; }
        .fees div.slider div.col div:first-child b, .fees div.slider div.col div:last-child b {
          font-family: CentraNo2-Bold;
          font-size: 18px; }
      .fees div.slider div.col div:first-child {
        font-family: CentraNo2-Book; }
      .fees div.slider div.col div:last-child {
        font-family: CentraNo2-Bold; }
      .fees div.slider div.col div:nth-of-type(2):before,
      .fees div.slider div.col div:nth-of-type(4):before,
      .fees div.slider div.col div:nth-of-type(6):before,
      .fees div.slider div.col div:nth-of-type(7):before {
        display: block;
        font-weight: normal;
        padding: 20px 0 15px;
        font-family: CentraNo2-Book;
        font-size: 16px; }
      .fees div.slider div.col div:nth-of-type(2):before {
        content: "Fee (0.5%)\A Up to $3,000";
        white-space: pre; }
      .fees div.slider div.col div:nth-of-type(3) {
        padding: 22px 0 13PX; }
      .fees div.slider div.col div:nth-of-type(4):before {
        content: "Fee (0.1%)\A For amounts over $3,000";
        white-space: pre; }
      .fees div.slider div.col div:nth-of-type(5) {
        padding: 22px 0 13px; }
      .fees div.slider div.col div:nth-of-type(6) {
        padding-bottom: 20px; }
        .fees div.slider div.col div:nth-of-type(6):before {
          content: "Total fee per order"; }
      .fees div.slider div.col div:nth-of-type(7):before {
        content: "$ amount invested after fees";
        line-height: 20px;
        padding: 0 0 12px; }
      .fees div.slider div.col div.arithmetic {
        height: 42px;
        line-height: 42px;
        font-size: 36px; }
      .fees div.slider div.col div {
        background-color: #eae3ef;
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
        font-family: CentraNo2-Bold; }
  .fees table#fees-desktop {
    margin: 48px auto; }
    .fees table#fees-desktop th, .fees table#fees-desktop td {
      text-align: center;
      font-weight: normal; }
    .fees table#fees-desktop th {
      font-family: CentraNo2-Bold; }
    .fees table#fees-desktop tbody tr {
      border-bottom: 4px solid #fff; }
      .fees table#fees-desktop tbody tr td:first-child, .fees table#fees-desktop tbody tr td:last-child {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        background-color: #47436E;
        color: white;
        padding: 26px 0; }
        .fees table#fees-desktop tbody tr td:first-child b, .fees table#fees-desktop tbody tr td:last-child b {
          font-family: CentraNo2-Bold;
          font-size: 18px; }
      .fees table#fees-desktop tbody tr td:first-child {
        font-family: CentraNo2-Book; }
      .fees table#fees-desktop tbody tr td:last-child {
        font-family: CentraNo2-Bold; }
      .fees table#fees-desktop tbody tr td:nth-of-type(2):before,
      .fees table#fees-desktop tbody tr td:nth-of-type(4):before,
      .fees table#fees-desktop tbody tr td:nth-of-type(6):before,
      .fees table#fees-desktop tbody tr td:nth-of-type(7):before {
        display: block;
        font-weight: normal;
        padding: 20px 0 15px;
        font-family: CentraNo2-Book;
        font-size: 16px; }
      .fees table#fees-desktop tbody tr td:nth-of-type(2):before {
        content: "Fee (0.5%)\A Up to $3,000";
        white-space: pre; }
      .fees table#fees-desktop tbody tr td:nth-of-type(3) {
        padding: 22px 0 13PX; }
      .fees table#fees-desktop tbody tr td:nth-of-type(4):before {
        content: "Fee (0.1%)\A For amounts over $3,000";
        white-space: pre; }
      .fees table#fees-desktop tbody tr td:nth-of-type(5) {
        padding: 22px 0 13px; }
      .fees table#fees-desktop tbody tr td:nth-of-type(6) {
        padding-bottom: 20px; }
        .fees table#fees-desktop tbody tr td:nth-of-type(6):before {
          content: "Total fee per order"; }
      .fees table#fees-desktop tbody tr td:nth-of-type(7):before {
        content: "$ amount invested after fees";
        line-height: 20px;
        padding: 0 0 12px; }
      .fees table#fees-desktop tbody tr td.arithmetic {
        height: 42px;
        line-height: 42px; }
      .fees table#fees-desktop tbody tr td {
        background-color: #eae3ef;
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
        font-family: CentraNo2-Bold; }
  @media (min-width: 875px) {
    .fees div#fees-mobile {
      display: none; }
    .fees table#fees-desktop {
      width: 872px;
      display: table; }
      .fees table#fees-desktop thead {
        display: table-header-group; }
        .fees table#fees-desktop thead th.arithmetic {
          color: #cabfd2;
          font-family: SharpSansDisplayNo2-Bold;
          font-size: 36px; }
      .fees table#fees-desktop tbody {
        display: table-row-group; }
        .fees table#fees-desktop tbody tr td:before {
          padding: 0; }
        .fees table#fees-desktop tbody tr td:nth-of-type(2):before,
        .fees table#fees-desktop tbody tr td:nth-of-type(4):before,
        .fees table#fees-desktop tbody tr td:nth-of-type(6):before,
        .fees table#fees-desktop tbody tr td:nth-of-type(7):before {
          content: '';
          padding: 0; }
        .fees table#fees-desktop tbody tr td {
          font-size: 18px;
          color: #47436e;
          font-family: CentraNo2-Bold;
          font-size: 18px;
          font-weight: 500; }
          .fees table#fees-desktop tbody tr td.arithmetic {
            color: #cabfd2;
            font-family: SharpSansDisplayNo2-Bold;
            font-size: 36px; }
        .fees table#fees-desktop tbody tr td:first-child {
          font-family: CentraNo2-Bold; }
        .fees table#fees-desktop tbody tr td:nth-of-type(6) {
          padding-bottom: 0; }
      .fees table#fees-desktop tr {
        display: table-row; }
        .fees table#fees-desktop tr td, .fees table#fees-desktop tr th {
          display: table-cell; }
      .fees table#fees-desktop thead tr {
        display: table-row; }
        .fees table#fees-desktop thead tr th {
          font-size: 16px;
          line-height: 20px;
          font-weight: bold;
          height: 100px; }
      .fees table#fees-desktop .arithmetic {
        width: 38px; } }

.how-sharesies-makes-money {
  max-width: 873px;
  margin: auto;
  padding-bottom: 96px; }
  .how-sharesies-makes-money .container {
    text-align: center; }
    .how-sharesies-makes-money .container h2 {
      margin-bottom: 32px; }
    .how-sharesies-makes-money .container p, .how-sharesies-makes-money .container li {
      text-align: center; }
    .how-sharesies-makes-money .container p {
      color: #47436e;
      font-family: CentraNo2-Book;
      font-size: 22px;
      font-weight: 300;
      letter-spacing: 0px;
      line-height: 28px;
      margin-bottom: 60px; }
    .how-sharesies-makes-money .container ul {
      padding: 0;
      margin: 32px 12px 0 18px;
      list-style-type: none; }
      .how-sharesies-makes-money .container ul li {
        border-top: 1px solid #DED8CF;
        padding: 22px 0;
        color: #47436e;
        font-family: CentraNo2-Book;
        font-size: 22px;
        font-weight: 300;
        letter-spacing: 0px;
        line-height: 28px; }
      .how-sharesies-makes-money .container ul :last-child {
        border-bottom: 1px solid #DED8CF; }

.sign-up-now {
  color: #fff;
  background-color: #ef496f;
  padding-top: 80px;
  padding-bottom: 88px; }
  .sign-up-now h2 {
    color: #fff; }

#content > div.contact {
  padding: 0; }

.contact {
  padding: 0;
  text-align: center; }
  .contact > div {
    padding: 48px 0 54px; }
    @media (min-width: 857px) {
      .contact > div {
        padding: 88px 0 96px; } }
  .contact .title-container {
    background: #ef496f; }
    .contact .title-container .contact-info {
      padding-top: 0;
      max-width: 500px;
      margin: auto; }
      .contact .title-container .contact-info h1 {
        margin-top: 24px;
        font-size: 80px;
        line-height: 96px;
        max-width: 496px; }
      .contact .title-container .contact-info h1,
      .contact .title-container .contact-info p {
        color: white; }
      @media (max-width: 500px) {
        .contact .title-container .contact-info h1 {
          font-size: 70px; }
        .contact .title-container .contact-info h1,
        .contact .title-container .contact-info p {
          padding-left: 24px;
          padding-right: 24px; } }
  .contact .general {
    background: white;
    color: #47436e; }
    .contact .general a {
      text-decoration: underline;
      color: inherit; }
  @media (max-width: 900px) {
    .contact .container {
      padding-left: 24px;
      padding-right: 24px; } }

.us-shares .intro.peachy .two-column-box.container .text h1 {
  font-size: 78px; }

.kids-sign-up {
  color: #fff;
  background-color: #ef496f;
  padding-top: 80px;
  padding-bottom: 88px; }
  .kids-sign-up h2 {
    color: #fff; }
  .kids-sign-up a {
    color: #fff; }

.us-shares .container.general .kids-subtitle {
  padding-bottom: 20px; }

.us-shares .why .why-row .why-item p a {
  color: #413e63;
  text-decoration: underline; }

.us-shares .why .why-row .why-item .smaller-text {
  font-size: 14px;
  line-height: 16px; }

.us-shares .number-list .container ol li p span {
  font-weight: 570; }

.things-for-you-to-know {
  max-width: 873px;
  margin: auto;
  padding-bottom: 96px; }
  .things-for-you-to-know .container {
    text-align: center; }
    .things-for-you-to-know .container h2 {
      margin-bottom: 64px; }
    .things-for-you-to-know .container p,
    .things-for-you-to-know .container li {
      text-align: center; }
    .things-for-you-to-know .container p {
      color: #47436e;
      font-family: CentraNo2-Book;
      font-size: 22px;
      font-weight: 300;
      letter-spacing: 0px;
      line-height: 28px;
      margin-bottom: 60px; }
    .things-for-you-to-know .container ul {
      padding: 0;
      margin: 32px 12px 0 18px;
      list-style-type: none; }
      .things-for-you-to-know .container ul li {
        border-top: 1px solid #ded8cf;
        padding: 22px 0;
        color: #47436e;
        font-family: CentraNo2-Book;
        font-size: 22px;
        font-weight: 300;
        letter-spacing: 0px;
        line-height: 28px; }
        .things-for-you-to-know .container ul li a {
          color: #413e63;
          text-decoration: underline; }
      .things-for-you-to-know .container ul li:last-of-type {
        border-bottom: 1px solid #ded8cf; }

@media (min-width: 400px) {
  .container {
    width: unset;
    margin: auto;
    padding: 0 24px; } }

/*# sourceMappingURL=layout-sharesies1.css.map */
